WP DSGVO Tools - Version 3.1.5

Version Description

  • improved tcpdf loading to save memory
  • reminder email for newer privacy policy texts only get send once
  • imprint: email address changed to mailto link
  • improved blocking of dynamic loaded embeddings (with option for enabling this feature)
  • fixed privacy policy and popup texts for agency modes of matomo and piwik
  • added easyname as hoster
  • option to set a custom title to privacy policy
  • load custom css for embeddings now after default css to apply styles in correct order
  • a click on outside the popup (
Download this release

Release Info

Developer shapepress
Plugin Icon 128x128 WP DSGVO Tools
Version 3.1.5
Comparing to
See all releases

Code changes from version 3.1.4 to 3.1.5

Files changed (36) hide show
  1. README.txt +18 -3
  2. admin/base.php +50 -7
  3. admin/class-sp-dsgvo-admin.php +12 -9
  4. admin/css/sp-dsgvo-admin.css +1 -1
  5. admin/js/sp-dsgvo-admin.js +20 -2
  6. admin/tabs/v3/common-settings/class-sp-dsgvo-privacy-policy-action.php +19 -16
  7. admin/tabs/v3/common-settings/page.php +8 -0
  8. admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-action.php +3 -0
  9. admin/tabs/v3/embeddings/page.php +19 -1
  10. admin/tabs/v3/operator/class-sp-dsgvo-operator-action.php +4 -0
  11. admin/tabs/v3/operator/page.php +31 -0
  12. admin/tabs/v3/popup-notice/class-sp-dsgvo-cookie-notice-action.php +14 -13
  13. admin/tabs/v3/popup-notice/page.php +27 -4
  14. admin/tabs/v3/webinars/class-sp-dsgvo-webinars-tab.php +17 -0
  15. admin/tabs/v3/webinars/page.php +107 -0
  16. includes/class-sp-dsgvo-constants.php +1 -0
  17. includes/class-sp-dsgvo-embedding-api-base.php +1 -1
  18. includes/class-sp-dsgvo-embeddings-manager.php +12 -0
  19. includes/class-sp-dsgvo-integration-api-base.php +5 -0
  20. includes/class-sp-dsgvo-javascript.php +10 -6
  21. includes/class-sp-dsgvo-settings.php +9 -2
  22. includes/class-sp-dsgvo.php +5 -0
  23. includes/cron/do-check-privacy-policy-texts.php +4 -1
  24. includes/models/subject-access-request.php +6 -0
  25. languages/shapepress-dsgvo-de_DE.mo +0 -0
  26. languages/shapepress-dsgvo-de_DE.po +831 -602
  27. public/actions/legal-web-text-action.php +16 -1
  28. public/actions/notice-action.php +5 -0
  29. public/class-sp-dsgvo-public.php +16 -4
  30. public/js/sp-dsgvo-public.js +208 -6
  31. public/shortcodes/cookie-popup-shortcode.php +1 -1
  32. public/shortcodes/imprint.php +15 -1
  33. public/shortcodes/privacy-policy-link-shortcode.php +9 -5
  34. public/shortcodes/privacy-policy.php +18 -2
  35. sp-dsgvo.php +2 -2
  36. wpml-config.xml +1 -0
README.txt CHANGED
@@ -4,7 +4,7 @@ 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.4.0
7
- Stable tag: 3.1.4
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -76,6 +76,20 @@ Just install via wordpress plugin feature or upload zip and activate it.
76
 
77
 
78
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  = 3.1.4 =
80
  * css classes for success messages of sar and delete request form
81
  * fixed privacy policy texts for statistic integrations not supporting different implementation modes
@@ -198,6 +212,7 @@ Just install via wordpress plugin feature or upload zip and activate it.
198
  * In the beginning there was a version 1
199
 
200
  == Upgrade Notice ==
201
- = 3.1.4 =
202
  * Important if you upgrade from V2: In V3 a lot of important changes have been made. Please check all your settings after updating to ensure correct functionality
203
- * THE PLUGIN NEEDS A COMPLETE RECONFIGURATION TO FULFILL THE LATEST GDPR LAWS
 
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.4.0
7
+ Stable tag: 3.1.5
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
76
 
77
 
78
  == Changelog ==
79
+ = 3.1.5 =
80
+ * improved tcpdf loading to save memory
81
+ * reminder email for newer privacy policy texts only get send once
82
+ * imprint: email address changed to mailto link
83
+ * improved blocking of dynamic loaded embeddings (with option for enabling this feature)
84
+ * fixed privacy policy and popup texts for agency modes of matomo and piwik
85
+ * added easyname as hoster
86
+ * option to set a custom title to privacy policy
87
+ * load custom css for embeddings now after default css to apply styles in correct order
88
+ * a click on outside the popup (= overlay) closes the popup now and accept nothing
89
+ * feature to specify a lifetime if popup get dismissed (no selection is also dismiss)
90
+ * closing the popup is equal to dismissAll -> legally seen there are only accept or dismiss, not "no decision"
91
+ * free webinars menu
92
+
93
  = 3.1.4 =
94
  * css classes for success messages of sar and delete request form
95
  * fixed privacy policy texts for statistic integrations not supporting different implementation modes
212
  * In the beginning there was a version 1
213
 
214
  == Upgrade Notice ==
215
+ = 3.1.5 =
216
  * Important if you upgrade from V2: In V3 a lot of important changes have been made. Please check all your settings after updating to ensure correct functionality
217
+ * THE PLUGIN NEEDS A COMPLETE RECONFIGURATION TO FULFILL THE LATEST GDPR LAWS IF YOU UPDATE FROM V2 to V3
218
+ * the changelog can be found here: <a href="https://wordpress.org/plugins/shapepress-dsgvo/#developers" target="_blank">https://wordpress.org/plugins/shapepress-dsgvo/#developers</a>
admin/base.php CHANGED
@@ -61,19 +61,62 @@
61
  </div>
62
  <?php endif; ?>
63
 
64
- <?php if (isLicenceValid() == false) :?>
65
  <div class="card border-info bg-light" style="">
66
- <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Upgrade and safe",'shapepress-dsgvo')?></h5></div>
67
  <div class="card-body">
68
- <p class="card-text"><?= __('Special offer in combination with our feature release supporting embeddings: With the <strong>coupon "EMBED20"</strong> (valid until 31st March) you will <strong>get 20&#37; off </strong>if you upgrade to a premium licence. You will have all premium features, including the GDPR compliant integration of external content of <strong>Facebook, Google Maps, YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter</strong>.','shapepress-dsgvo'); ?>
69
- <a href="https://legalweb.io/shop/plugins/wp-dsgvo-tools-premium-lizenz?src=backend" class="btn btn-warning btn-block mt-2"><?= __('Buy Premium License','shapepress-dsgvo'); ?></a>
70
  </div>
71
  </div>
72
- <?php endif; ?>
73
  <div class="card border-info bg-light" style="">
74
- <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Need help?",'shapepress-dsgvo')?></h5></div>
75
  <div class="card-body">
76
- <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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  </div>
78
  </div>
79
  </div>
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
  <div class="card border-info bg-light" style="">
71
+ <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Free Webinars",'shapepress-dsgvo')?></h5></div>
72
  <div class="card-body">
73
+ <h6 class="card-subtitle mb-1"><?= __("Next 3 dates",'shapepress-dsgvo')?></h6>
74
+
75
+ <?php
76
+
77
+ $response = wp_remote_get( add_query_arg( array(
78
+ 'status' => 'publish',
79
+ 'category' => 'webinare'
80
+ ), 'https://legalweb.io/wp-json/legalweb/v1/webAndSeminar?category=webinare&status=publish' ) );
81
+
82
+ $products = json_decode( $response['body'], true );
83
+
84
+ $count = 0;
85
+ $maxCount = 3;
86
+ $result = '';
87
+ $result .= '<div class="list-group list-group-flush col-12">';
88
+ foreach ($products as $product)
89
+ {
90
+ if ($count == $maxCount) break;
91
+ $webinar = $product['product']['data'];
92
+ $meta = $product['meta'];
93
+
94
+ $result .= '<div class="list-group-item font-weight-bold py-1 px-1 bg-light">';
95
+ $result .= '<a href="' . $webinar['link'] . '" class="clear">';
96
+ $result .= '<span class="seminare-date">' . date_format(date_create_from_format("Y-m-d H:i", $meta['seminar_beginn'][0]), "d.m.") . ' </span>';
97
+ $result .= '<span class="seminare-text">';
98
+ $result .= $webinar['title']['rendered'] . ' <br />';
99
+ /*
100
+ $result .= '<span class="seminare-ortdatum">';
101
+ if (array_key_exists('Ausgebucht', $meta) && $meta['Ausgebucht'][0]) {
102
+ $result .= $meta['Ausgebucht'][0];
103
+ } else if ($meta['seminar_ort'][0]) {
104
+ $result .= $meta['seminar_ort'][0];
105
+ } else {
106
+ $result .= '<small>Online Webinar</small>';
107
+ }
108
+ $result .= '</span>';
109
+ */
110
+ $result .= '</span>';
111
+ $result .= '</a>';
112
+ $result .= '</div>';
113
+
114
+ $count++;
115
+ }
116
+ $result .= '</div>';
117
+
118
+ echo $result;
119
+ ?>
120
  </div>
121
  </div>
122
  </div>
admin/class-sp-dsgvo-admin.php CHANGED
@@ -39,13 +39,14 @@ class SPDSGVOAdmin{
39
  'cookie-notice' => new SPDSGVOCookieNoticeTab,
40
  'operator' => new SPDSGVOOperatorTab,
41
  'page-basics' => new SPDSGVOPageBasicsTab,
42
- 'tagmanager-integrations' => new SPDSGVOTagmanagerIntegrationsTab,
43
  'statistic-integrations' => new SPDSGVOStatisticIntegrationsTab,
44
  'targeting-integrations' => new SPDSGVOTargetingIntegrationsTab,
45
  'embeddings-integrations' => new SPDSGVOEmbeddingsIntegrationsTab,
46
  'subject-access-request' => new SPDSGVOSubjectAccessRequestTab,
47
  'super-unsubscribe' => new SPDSGVOSuperUnsubscribeTab,
48
  'integrations' => new SPDSGVOIntegrationsTab,
 
49
  'info' => new SPDSGVOInfoTab
50
  ));
51
 
@@ -90,13 +91,6 @@ class SPDSGVOAdmin{
90
  endif;
91
  endforeach;
92
 
93
- //add_submenu_page('sp-dsgvo', 'Terms & Conditions', 'Terms & Conditions', 'manage_options', 'admin.php?page=sp-dsgvo&tab=terms-conditions');
94
- //add_submenu_page('sp-dsgvo', __('Privacy policy','shapepress-dsgvo'), __('Privacy policy','shapepress-dsgvo'), 'manage_options', 'admin.php?page=sp-dsgvo&tab=privacy-policy');
95
- //add_submenu_page('sp-dsgvo', __('Imprint','shapepress-dsgvo'), __('Imprint','shapepress-dsgvo'), 'manage_options', 'admin.php?page=sp-dsgvo&tab=imprint');
96
- //add_submenu_page('sp-dsgvo', 'Integrations', 'Integrations', 'manage_options', 'admin.php?page=sp-dsgvo&tab=integrations');
97
-
98
-
99
-
100
  $index = 6 + count($this->tabs);
101
  $menu_slug = 'sp-dsgvo';
102
 
@@ -294,11 +288,20 @@ class SPDSGVOAdmin{
294
 
295
  if (SPDSGVOSettings::get('show_notice_update_310') === '1')
296
  {
297
- $class = 'notice notice-warning is-dismissible sp-dsgvo-admin-notice update-notice-version-310';
298
  $message = sprintf(__( 'Since version 3.1, the premium version is able to embed <strong>external content like YouTube, Facebook, Google Maps or other</strong> external content GDPR compliant. With opt-in decision your visitor can choose what to agree to. No 3rd party cookies of your external content gets created before. Just enable them in the plugin menu item <strong><a href="%s" >Embeddings</a></strong>.', 'shapepress-dsgvo' ), get_admin_url()."admin.php?page=sp-dsgvo&tab=embeddings-integrations");
299
 
300
  printf( '<div class="%1$s"><h4>WP DSGVO Tools (GDPR)</h4><p>%2$s</p></div>', esc_attr( $class ), $message );
301
  }
 
 
 
 
 
 
 
 
 
302
  }
303
 
304
  function showUpgradeMessage($currentPluginMetadata, $newPluginMetadata)
39
  'cookie-notice' => new SPDSGVOCookieNoticeTab,
40
  'operator' => new SPDSGVOOperatorTab,
41
  'page-basics' => new SPDSGVOPageBasicsTab,
42
+ 'tagmanager-integrations' => new SPDSGVOTagmanagerIntegrationsTab,
43
  'statistic-integrations' => new SPDSGVOStatisticIntegrationsTab,
44
  'targeting-integrations' => new SPDSGVOTargetingIntegrationsTab,
45
  'embeddings-integrations' => new SPDSGVOEmbeddingsIntegrationsTab,
46
  'subject-access-request' => new SPDSGVOSubjectAccessRequestTab,
47
  'super-unsubscribe' => new SPDSGVOSuperUnsubscribeTab,
48
  'integrations' => new SPDSGVOIntegrationsTab,
49
+ 'webinars' => new SPDSGVOWebinarsTab,
50
  'info' => new SPDSGVOInfoTab
51
  ));
52
 
91
  endif;
92
  endforeach;
93
 
 
 
 
 
 
 
 
94
  $index = 6 + count($this->tabs);
95
  $menu_slug = 'sp-dsgvo';
96
 
288
 
289
  if (SPDSGVOSettings::get('show_notice_update_310') === '1')
290
  {
291
+ $class = 'notice notice-info is-dismissible sp-dsgvo-admin-notice update-notice-version-310';
292
  $message = sprintf(__( 'Since version 3.1, the premium version is able to embed <strong>external content like YouTube, Facebook, Google Maps or other</strong> external content GDPR compliant. With opt-in decision your visitor can choose what to agree to. No 3rd party cookies of your external content gets created before. Just enable them in the plugin menu item <strong><a href="%s" >Embeddings</a></strong>.', 'shapepress-dsgvo' ), get_admin_url()."admin.php?page=sp-dsgvo&tab=embeddings-integrations");
293
 
294
  printf( '<div class="%1$s"><h4>WP DSGVO Tools (GDPR)</h4><p>%2$s</p></div>', esc_attr( $class ), $message );
295
  }
296
+
297
+ if (SPDSGVOSettings::get('show_notice_webinars') === '1')
298
+ {
299
+ $class = 'notice notice-info is-dismissible sp-dsgvo-admin-notice feature-notice-webinars';
300
+
301
+ $message = sprintf(__( '<strong>Free webinars on websites, web shops &amp; law</strong><br />We have a new free support option for free, premium and cloud users - every Wednesday from 4:00 p.m. you can find out in our free webinar series, which is important for websites and web shops: <a href="%s" title="Webinar Dates">to the appointment overview</a>', 'shapepress-dsgvo' ), get_admin_url()."admin.php?page=sp-dsgvo&tab=webinars");
302
+
303
+ printf( '<div class="%1$s"><h4>WP DSGVO Tools (GDPR)</h4><p>%2$s</p></div>', esc_attr( $class ), $message );
304
+ }
305
  }
306
 
307
  function showUpgradeMessage($currentPluginMetadata, $newPluginMetadata)
admin/css/sp-dsgvo-admin.css CHANGED
@@ -635,4 +635,4 @@ a.sp-dsgvo-blocked-embedding-button-enable {
635
 
636
  .sp-dsgvo-hidden-embedding-content {
637
  display: none;
638
- }
635
 
636
  .sp-dsgvo-hidden-embedding-content {
637
  display: none;
638
+ }
admin/js/sp-dsgvo-admin.js CHANGED
@@ -123,15 +123,29 @@ var spDsgvoActiveAdminSubmenu = '';
123
 
124
  });
125
 
126
- $('.update-notice-version-310').on('click tap', function() {
 
 
 
127
 
128
- var clicked = this;
129
  $.post( args.ajaxurl, {
130
  action: 'notice-action',
131
  id: 'update-notice-version-310'
132
  });
133
 
134
  });
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
  /* p912419 */
137
  var DeclineCheckbox = document.getElementById('decline_button_allowed');
@@ -196,6 +210,9 @@ var spDsgvoActiveAdminSubmenu = '';
196
  $('a[href^="admin.php?page=sp-dsgvo&tab=info"]').css('color','#28a745');
197
  $('a[href^="admin.php?page=sp-dsgvo&tab=info"]').css('font-weight','500');
198
 
 
 
 
199
  if(document.URL.indexOf("admin.php?page=sp-dsgvo") < 0){
200
  return;
201
  }
@@ -227,6 +244,7 @@ var spDsgvoActiveAdminSubmenu = '';
227
  case 'one-man': break;
228
  case 'corporation': break;
229
  case 'society': break;
 
230
  }
231
  $('.page-operator-type-container-'+val).show();
232
  $('.label-operator-type-'+val).show();
123
 
124
  });
125
 
126
+ $('.update-notice-version-310').on('click tap', function(event) {
127
+
128
+ var clicked = $(event.target);
129
+ if (clicked.is('.notice-dismiss') == false) return;
130
 
 
131
  $.post( args.ajaxurl, {
132
  action: 'notice-action',
133
  id: 'update-notice-version-310'
134
  });
135
 
136
  });
137
+
138
+ $('.feature-notice-webinars').on('click tap', function(event) {
139
+
140
+ var clicked = $(event.target);
141
+ if (clicked.is('.notice-dismiss') == false) return;
142
+
143
+ $.post( args.ajaxurl, {
144
+ action: 'notice-action',
145
+ id: 'feature-notice-webinars'
146
+ });
147
+
148
+ });
149
 
150
  /* p912419 */
151
  var DeclineCheckbox = document.getElementById('decline_button_allowed');
210
  $('a[href^="admin.php?page=sp-dsgvo&tab=info"]').css('color','#28a745');
211
  $('a[href^="admin.php?page=sp-dsgvo&tab=info"]').css('font-weight','500');
212
 
213
+ $('a[href^="admin.php?page=sp-dsgvo&tab=webinars"]').css('color','#299ccd');
214
+ $('a[href^="admin.php?page=sp-dsgvo&tab=webinars"]').css('font-weight','500');
215
+
216
  if(document.URL.indexOf("admin.php?page=sp-dsgvo") < 0){
217
  return;
218
  }
244
  case 'one-man': break;
245
  case 'corporation': break;
246
  case 'society': break;
247
+ case 'corp-public-law': break;
248
  }
249
  $('.page-operator-type-container-'+val).show();
250
  $('.label-operator-type-'+val).show();
admin/tabs/v3/common-settings/class-sp-dsgvo-privacy-policy-action.php CHANGED
@@ -1,24 +1,27 @@
1
  <?php
2
 
3
- Class SPDSGVOPrivacyPolicyAction extends SPDSGVOAjaxAction{
 
4
 
5
  protected $action = 'privacy-policy';
6
 
7
- protected function run(){
 
8
  $this->checkCSRF();
9
- $this->requireAdmin();
10
 
11
 
12
  // Set privacy policy page
13
- if($this->has('privacy_policy_page')){
14
  SPDSGVOSettings::set('privacy_policy_page', $this->get('privacy_policy_page', '0'));
15
- update_option( 'wp_page_for_privacy_policy', $this->get('privacy_policy_page', '0') );
16
  }
17
 
 
18
 
19
- SPDSGVOSettings::set('privacy_policy_title_html_htag', $this->get('privacy_policy_title_html_htag', 'h1'));
20
- SPDSGVOSettings::set('privacy_policy_subtitle_html_htag', $this->get('privacy_policy_subtitle_html_htag', 'h2'));
21
- SPDSGVOSettings::set('privacy_policy_subsubtitle_html_htag', $this->get('privacy_policy_subsubtitle_html_htag', 'h3'));
22
 
23
 
24
  SPDSGVOSettings::set('woo_show_privacy_checkbox', $this->get('woo_show_privacy_checkbox', '0'));
@@ -30,15 +33,15 @@ Class SPDSGVOPrivacyPolicyAction extends SPDSGVOAjaxAction{
30
  SPDSGVOSettings::set('pp_texts_notification_mail', $this->get('pp_texts_notification_mail', '0'));
31
 
32
  // Update privacy policy
33
- if($this->has('privacy_policy')){
34
- $version = SPDSGVOSettings::get('privacy_policy_version');
35
- $version = intval($version);
36
- $version++;
37
- $version = SPDSGVOSettings::set('privacy_policy_version', $version);
38
  SPDSGVOSettings::set('privacy_policy_hash', wp_hash($this->get('privacy_policy')));
39
- SPDSGVOSettings::set('privacy_policy', $this->get('privacy_policy'));
40
- SPDSGVOLog::insert("Privacy policy updated by {$this->user->user_email}");
41
- }
42
 
43
  SPDSGVOSettings::set('wp_signup_show_privacy_checkbox', $this->get('wp_signup_show_privacy_checkbox', '0'));
44
  SPDSGVOSettings::set('wp_signup_checkbox_text', $this->get('wp_signup_checkbox_text', ''));
1
  <?php
2
 
3
+ Class SPDSGVOPrivacyPolicyAction extends SPDSGVOAjaxAction
4
+ {
5
 
6
  protected $action = 'privacy-policy';
7
 
8
+ protected function run()
9
+ {
10
  $this->checkCSRF();
11
+ $this->requireAdmin();
12
 
13
 
14
  // Set privacy policy page
15
+ if ($this->has('privacy_policy_page')) {
16
  SPDSGVOSettings::set('privacy_policy_page', $this->get('privacy_policy_page', '0'));
17
+ update_option('wp_page_for_privacy_policy', $this->get('privacy_policy_page', '0'));
18
  }
19
 
20
+ SPDSGVOSettings::set('privacy_policy_custom_header', $this->get('privacy_policy_custom_header', ''));
21
 
22
+ SPDSGVOSettings::set('privacy_policy_title_html_htag', $this->get('privacy_policy_title_html_htag', 'h1'));
23
+ SPDSGVOSettings::set('privacy_policy_subtitle_html_htag', $this->get('privacy_policy_subtitle_html_htag', 'h2'));
24
+ SPDSGVOSettings::set('privacy_policy_subsubtitle_html_htag', $this->get('privacy_policy_subsubtitle_html_htag', 'h3'));
25
 
26
 
27
  SPDSGVOSettings::set('woo_show_privacy_checkbox', $this->get('woo_show_privacy_checkbox', '0'));
33
  SPDSGVOSettings::set('pp_texts_notification_mail', $this->get('pp_texts_notification_mail', '0'));
34
 
35
  // Update privacy policy
36
+ if ($this->has('privacy_policy')) {
37
+ $version = SPDSGVOSettings::get('privacy_policy_version');
38
+ $version = intval($version);
39
+ $version++;
40
+ $version = SPDSGVOSettings::set('privacy_policy_version', $version);
41
  SPDSGVOSettings::set('privacy_policy_hash', wp_hash($this->get('privacy_policy')));
42
+ SPDSGVOSettings::set('privacy_policy', $this->get('privacy_policy'));
43
+ SPDSGVOLog::insert("Privacy policy updated by {$this->user->user_email}");
44
+ }
45
 
46
  SPDSGVOSettings::set('wp_signup_show_privacy_checkbox', $this->get('wp_signup_show_privacy_checkbox', '0'));
47
  SPDSGVOSettings::set('wp_signup_checkbox_text', $this->get('wp_signup_checkbox_text', ''));
admin/tabs/v3/common-settings/page.php CHANGED
@@ -223,6 +223,14 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
223
  href="<?= get_edit_post_link($privacyPolicyPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
224
  <?php endif; ?>
225
  </div>
 
 
 
 
 
 
 
 
226
  <div class="position-relative">
227
 
228
  <div class="form-group">
223
  href="<?= get_edit_post_link($privacyPolicyPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
224
  <?php endif; ?>
225
  </div>
226
+
227
+ <?php
228
+ spDsgvoWriteInput('text', '', 'privacy_policy_custom_header', SPDSGVOSettings::get('privacy_policy_custom_header'),
229
+ __('Title', 'shapepress-dsgvo'),
230
+ '',
231
+ __('The title of the page for display the privacy texts. Usually it is caled privacy policy.', 'shapepress-dsgvo'));
232
+ ?>
233
+
234
  <div class="position-relative">
235
 
236
  <div class="form-group">
admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-action.php CHANGED
@@ -26,6 +26,9 @@ Class SPDSGVOEmbeddingsIntegrationAction extends SPDSGVOAjaxAction{
26
  SPDSGVOSettings::set('embed_placeholder_border_size_button', '2px');
27
  SPDSGVOSettings::set('embed_placeholder_custom_style', 'background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%;');
28
  SPDSGVOSettings::set('embed_placeholder_custom_css_classes', '');
 
 
 
29
  }
30
 
31
  $this->returnBack();
26
  SPDSGVOSettings::set('embed_placeholder_border_size_button', '2px');
27
  SPDSGVOSettings::set('embed_placeholder_custom_style', 'background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%;');
28
  SPDSGVOSettings::set('embed_placeholder_custom_css_classes', '');
29
+ } else if ($saveAction == "common") {
30
+
31
+ SPDSGVOSettings::set('embed_enable_js_blocking', $this->get('embed_enable_js_blocking', '0'));
32
  }
33
 
34
  $this->returnBack();
admin/tabs/v3/embeddings/page.php CHANGED
@@ -108,7 +108,25 @@ require_once(SPDSGVO::pluginDir('public/inc/embedding-placeholder-styles.php'));
108
 
109
  <div class="card-columns">
110
 
111
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
 
113
 
114
  <?php
108
 
109
  <div class="card-columns">
110
 
111
+ <div class="card">
112
+ <div class="card-header"><?php _e('Common Settings','shapepress-dsgvo')?></div>
113
+ <div class="card-body">
114
+ <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
115
+ <input type="hidden" name="action" value="<?= SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
116
+ <input type="hidden" name="saveAction" value="common">
117
+ <?php wp_nonce_field(SPDSGVOEmbeddingsIntegrationAction::getActionName() . '-nonce'); ?>
118
+ <?php
119
+ spDsgvoWriteInput('switch', '', 'embed_enable_js_blocking', SPDSGVOSettings::get('embed_enable_js_blocking'),
120
+ __('Enable blocking of dynamic loaded embeddings', 'shapepress-dsgvo'),
121
+ '',
122
+ __("Enabling client side blocking of dynamic loaded/generated iframes.",'shapepress-dsgvo'));
123
+ ?>
124
+ <div class="form-group">
125
+ <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
126
+ </div>
127
+ </form>
128
+ </div>
129
+ </div>
130
 
131
 
132
  <?php
admin/tabs/v3/operator/class-sp-dsgvo-operator-action.php CHANGED
@@ -14,6 +14,10 @@ Class SPDSGVOOperatorAction extends SPDSGVOAjaxAction{
14
  SPDSGVOSettings::set('page_operator_corporate_name', $this->get('page_operator_corporate_name', ''));
15
  SPDSGVOSettings::set('page_operator_corporate_ceo', $this->get('page_operator_corporate_ceo', ''));
16
 
 
 
 
 
17
  SPDSGVOSettings::set('page_operator_company_law_person', $this->get('page_operator_company_law_person', ''));
18
  SPDSGVOSettings::set('page_operator_company_name', $this->get('page_operator_company_name', ''));
19
  SPDSGVOSettings::set('page_operator_operator_name', $this->get('page_operator_operator_name', ''));
14
  SPDSGVOSettings::set('page_operator_corporate_name', $this->get('page_operator_corporate_name', ''));
15
  SPDSGVOSettings::set('page_operator_corporate_ceo', $this->get('page_operator_corporate_ceo', ''));
16
 
17
+ SPDSGVOSettings::set('page_operator_corp_public_law_name', $this->get('page_operator_corp_public_law_name', ''));
18
+ SPDSGVOSettings::set('page_operator_corp_public_law_supervisor', $this->get('page_operator_corp_public_law_supervisor', ''));
19
+ SPDSGVOSettings::set('page_operator_corp_public_law_representative', $this->get('page_operator_corp_public_law_representative', ''));
20
+
21
  SPDSGVOSettings::set('page_operator_company_law_person', $this->get('page_operator_company_law_person', ''));
22
  SPDSGVOSettings::set('page_operator_company_name', $this->get('page_operator_company_name', ''));
23
  SPDSGVOSettings::set('page_operator_operator_name', $this->get('page_operator_operator_name', ''));
admin/tabs/v3/operator/page.php CHANGED
@@ -36,6 +36,9 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
36
  <option value="society" <?php if ($operatorType == 'society') {
37
  echo 'selected';
38
  } ?>><?php _e('Society', 'shapepress-dsgvo') ?></option>
 
 
 
39
 
40
  </select>
41
  </div>
@@ -116,6 +119,34 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
116
  ?>
117
  </div>
118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  <div class="form-group">
120
  <?php
121
  $selectedCountry = SPDSGVOSettings::get('spdsgvo_company_info_countrycode');
36
  <option value="society" <?php if ($operatorType == 'society') {
37
  echo 'selected';
38
  } ?>><?php _e('Society', 'shapepress-dsgvo') ?></option>
39
+ <option value="corp-public-law" <?php if ($operatorType == 'corp-public-law') {
40
+ echo 'selected';
41
+ } ?>><?php _e('Corporation under public law', 'shapepress-dsgvo') ?></option>
42
 
43
  </select>
44
  </div>
119
  ?>
120
  </div>
121
 
122
+ <div class="page-operator-type-container page-operator-type-container-corp-public-law <?= $operatorType == 'corp-public-law' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
123
+
124
+ <?php
125
+ // in case of corp-public-law
126
+ spDsgvoWriteInput('text', '', 'page_operator_corp_public_law_name', SPDSGVOSettings::get('page_operator_corp_public_law_name'),
127
+ __('Public corporation name', 'shapepress-dsgvo'),
128
+ '',
129
+ __('The full name of the public corporation.', 'shapepress-dsgvo'));
130
+ ?>
131
+
132
+ <?php
133
+
134
+ spDsgvoWriteInput('text', '', 'page_operator_corp_public_law_supervisor', SPDSGVOSettings::get('page_operator_corp_public_law_supervisor'),
135
+ __('Supervisory authority', 'shapepress-dsgvo'),
136
+ '',
137
+ __('The full name of the supervisory authority.', 'shapepress-dsgvo'));
138
+ ?>
139
+
140
+ <?php
141
+
142
+ spDsgvoWriteInput('text', '', 'page_operator_corp_public_law_representative', SPDSGVOSettings::get('page_operator_corp_public_law_representative'),
143
+ __('Representative person', 'shapepress-dsgvo'),
144
+ '',
145
+ __('The full name of the representative person.', 'shapepress-dsgvo'));
146
+ ?>
147
+
148
+ </div>
149
+
150
  <div class="form-group">
151
  <?php
152
  $selectedCountry = SPDSGVOSettings::get('spdsgvo_company_info_countrycode');
admin/tabs/v3/popup-notice/class-sp-dsgvo-cookie-notice-action.php CHANGED
@@ -14,6 +14,7 @@ Class SPDSGVOCookieNoticeAction extends SPDSGVOAjaxAction{
14
  SPDSGVOSettings::set('force_cookie_info', $this->get('force_cookie_info', '0'));
15
  SPDSGVOSettings::set('cookie_notice_text', $this->get('cookie_notice_text', ''));
16
  SPDSGVOSettings::set('cn_cookie_validity', $this->get('cn_cookie_validity', '86400'));
 
17
  SPDSGVOSettings::set('cookie_version', $this->get('cookie_version', ''));
18
  SPDSGVOSettings::set('cn_position', $this->get('cn_position', 'bottom'));
19
  SPDSGVOSettings::set('cn_animation', $this->get('cn_animation', 'none'));
@@ -23,24 +24,24 @@ Class SPDSGVOCookieNoticeAction extends SPDSGVOAjaxAction{
23
  SPDSGVOSettings::set('cn_show_dsgvo_icon', $this->get('cn_show_dsgvo_icon', '0'));
24
 
25
 
26
- SPDSGVOSettings::set('cn_background_color', $this->get('cn_background_color', '#333333'));
27
- SPDSGVOSettings::set('cn_text_color', $this->get('cn_text_color', '#ffffff'));
28
- SPDSGVOSettings::set('cn_background_color_button', $this->get('cn_background_color_button', '#F3F3F3'));
29
- SPDSGVOSettings::set('cn_border_color_button', $this->get('cn_border_color_button', '#F3F3F3'));
30
- SPDSGVOSettings::set('cn_border_size_button', $this->get('cn_border_size_button', '1px'));
31
- SPDSGVOSettings::set('cn_text_color_button', $this->get('cn_text_color_button', '#333333'));
32
- SPDSGVOSettings::set('cn_custom_css_container', $this->get('cn_custom_css_container', ''));
33
- SPDSGVOSettings::set('cn_custom_css_text', $this->get('cn_custom_css_text', ''));
34
- SPDSGVOSettings::set('cn_custom_css_buttons', $this->get('cn_custom_css_buttons', ''));
35
 
36
 
37
- SPDSGVOSettings::set('cn_height_container', $this->get('cn_height_container', 'auto'));
38
 
39
- SPDSGVOSettings::set('cn_use_overlay', $this->get('cn_use_overlay', '0'));
40
 
41
 
42
- SPDSGVOSettings::set('logo_image_id', $this->get('logo_image_id', ''));
43
- SPDSGVOSettings::set('cookie_style', $this->get('cookie_style', '00'));
44
 
45
 
46
  SPDSGVOCacheManager::clearCaches();
14
  SPDSGVOSettings::set('force_cookie_info', $this->get('force_cookie_info', '0'));
15
  SPDSGVOSettings::set('cookie_notice_text', $this->get('cookie_notice_text', ''));
16
  SPDSGVOSettings::set('cn_cookie_validity', $this->get('cn_cookie_validity', '86400'));
17
+ SPDSGVOSettings::set('cn_cookie_validity_dismiss', $this->get('cn_cookie_validity_dismiss', '86400'));
18
  SPDSGVOSettings::set('cookie_version', $this->get('cookie_version', ''));
19
  SPDSGVOSettings::set('cn_position', $this->get('cn_position', 'bottom'));
20
  SPDSGVOSettings::set('cn_animation', $this->get('cn_animation', 'none'));
24
  SPDSGVOSettings::set('cn_show_dsgvo_icon', $this->get('cn_show_dsgvo_icon', '0'));
25
 
26
 
27
+ SPDSGVOSettings::set('cn_background_color', $this->get('cn_background_color', '#333333'));
28
+ SPDSGVOSettings::set('cn_text_color', $this->get('cn_text_color', '#ffffff'));
29
+ SPDSGVOSettings::set('cn_background_color_button', $this->get('cn_background_color_button', '#F3F3F3'));
30
+ SPDSGVOSettings::set('cn_border_color_button', $this->get('cn_border_color_button', '#F3F3F3'));
31
+ SPDSGVOSettings::set('cn_border_size_button', $this->get('cn_border_size_button', '1px'));
32
+ SPDSGVOSettings::set('cn_text_color_button', $this->get('cn_text_color_button', '#333333'));
33
+ SPDSGVOSettings::set('cn_custom_css_container', $this->get('cn_custom_css_container', ''));
34
+ SPDSGVOSettings::set('cn_custom_css_text', $this->get('cn_custom_css_text', ''));
35
+ SPDSGVOSettings::set('cn_custom_css_buttons', $this->get('cn_custom_css_buttons', ''));
36
 
37
 
38
+ SPDSGVOSettings::set('cn_height_container', $this->get('cn_height_container', 'auto'));
39
 
40
+ SPDSGVOSettings::set('cn_use_overlay', $this->get('cn_use_overlay', '0'));
41
 
42
 
43
+ SPDSGVOSettings::set('logo_image_id', $this->get('logo_image_id', ''));
44
+ SPDSGVOSettings::set('cookie_style', $this->get('cookie_style', '00'));
45
 
46
 
47
  SPDSGVOCacheManager::clearCaches();
admin/tabs/v3/popup-notice/page.php CHANGED
@@ -36,9 +36,9 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
36
 
37
  <?php
38
  spDsgvoWriteInput('toggle', '', 'show_notice_on_close', SPDSGVOSettings::get('show_notice_on_close'),
39
- __('Show cookie notice when popup gets closed without choice', 'shapepress-dsgvo'),
40
  '',
41
- __('Show the cookie notice if the user does not make a choice because he closes the popup.', 'shapepress-dsgvo'));
42
 
43
  ?>
44
 
@@ -52,7 +52,7 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
52
 
53
  <div class="form-group">
54
  <?php $cnCookieValidity = SPDSGVOSettings::get('cn_cookie_validity'); ?>
55
- <label for="cn_cookie_validity"><?php _e('Cookie lifetime', 'shapepress-dsgvo') ?></label>
56
  <select class="form-control" name="cn_cookie_validity" id="cn_cookie_validity">
57
  <option value="86400" <?= selected($cnCookieValidity == 86400) ?>>1
58
  <?php _e('Day', 'shapepress-dsgvo') ?></option>
@@ -71,7 +71,30 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
71
  <?= selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
72
  'shapepress-dsgvo') ?></option>
73
  </select>
74
- <small class="form-text text-muted"><?php _e('For this period, the cookie gets stored. After this period your visitors have to make the cookie choice again.', 'shapepress-dsgvo') ?></small>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  </div>
76
 
77
 
36
 
37
  <?php
38
  spDsgvoWriteInput('toggle', '', 'show_notice_on_close', SPDSGVOSettings::get('show_notice_on_close'),
39
+ __('Show cookie notice when popup gets closed or dismissed', 'shapepress-dsgvo'),
40
  '',
41
+ __('Show the cookie notice if the user does not make a choice because he closes the popup or dismiss all.', 'shapepress-dsgvo'));
42
 
43
  ?>
44
 
52
 
53
  <div class="form-group">
54
  <?php $cnCookieValidity = SPDSGVOSettings::get('cn_cookie_validity'); ?>
55
+ <label for="cn_cookie_validity"><?php _e('Cookie lifetime if accepted', 'shapepress-dsgvo') ?></label>
56
  <select class="form-control" name="cn_cookie_validity" id="cn_cookie_validity">
57
  <option value="86400" <?= selected($cnCookieValidity == 86400) ?>>1
58
  <?php _e('Day', 'shapepress-dsgvo') ?></option>
71
  <?= selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
72
  'shapepress-dsgvo') ?></option>
73
  </select>
74
+ <small class="form-text text-muted"><?php _e('For this period, the cookie gets stored if the user accepts. After this period your visitors have to make the cookie choice again.', 'shapepress-dsgvo') ?></small>
75
+ </div>
76
+ <div class="form-group">
77
+ <?php $cnCookieValidity = SPDSGVOSettings::get('cn_cookie_validity_dismiss'); ?>
78
+ <label for="cn_cookie_validity"><?php _e('Cookie lifetime if dismissed', 'shapepress-dsgvo') ?></label>
79
+ <select class="form-control" name="cn_cookie_validity_dismiss" id="cn_cookie_validity_dismiss">
80
+ <option value="86400" <?= selected($cnCookieValidity == 86400) ?>>1
81
+ <?php _e('Day', 'shapepress-dsgvo') ?></option>
82
+ <option value="604800" <?= selected($cnCookieValidity == 604800) ?>>1
83
+ <?php _e('Week', 'shapepress-dsgvo') ?></option>
84
+ <option value="2592000"
85
+ <?= selected($cnCookieValidity == 2592000) ?>>1 <?php _e('Month',
86
+ 'shapepress-dsgvo') ?></option>
87
+ <option value="7862400"
88
+ <?= selected($cnCookieValidity == 7862400) ?>>2 <?php _e('Month',
89
+ 'shapepress-dsgvo') ?></option>
90
+ <option value="15811200"
91
+ <?= selected($cnCookieValidity == 15811200) ?>>6 <?php _e('Month',
92
+ 'shapepress-dsgvo') ?></option>
93
+ <option value="31536000"
94
+ <?= selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
95
+ 'shapepress-dsgvo') ?></option>
96
+ </select>
97
+ <small class="form-text text-muted"><?php _e('For this period, the cookie gets stored when a user clicks cancel or dismiss all. After this period your visitors have to make the cookie choice again.', 'shapepress-dsgvo') ?></small>
98
  </div>
99
 
100
 
admin/tabs/v3/webinars/class-sp-dsgvo-webinars-tab.php ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class SPDSGVOWebinarsTab extends SPDSGVOAdminTab{
4
+
5
+ public $title = 'Free Webinars';
6
+ public $slug = 'webinars';
7
+ public $isHidden = FALSE;
8
+
9
+ public function __construct(){
10
+
11
+ $this->title = __('Free Webinars','shapepress-dsgvo');
12
+ }
13
+
14
+ public function page(){
15
+ include plugin_dir_path(__FILE__) .'page.php';
16
+ }
17
+ }
admin/tabs/v3/webinars/page.php ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $isPremium = isValidPremiumEdition();
3
+ $isBlog = isValidBlogEdition();
4
+ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
5
+
6
+ ?>
7
+
8
+ <div class="card col-12">
9
+ <div class="row no-gutters">
10
+ <div class="col-md-3">
11
+ <img src="https://legalweb.io/wp-content/uploads/DSGVO-Seminar.jpg" style="width: 250px" class="rounded float-left m-2" alt="Mag. Peter Harlander">
12
+ </div>
13
+ <div class="col-md-9">
14
+ <div class="card-body">
15
+ <h5 class="card-title font-weight-bold"><?php _e('Free webinars on websites, web shops &amp; law','shapepress-dsgvo')?></h5>
16
+ <p class="card-text"><?php _e('We have a new, free support option for free, premium and cloud users!<br />Attorney Peter Harlander will explain every Wednesday from 4:00 p.m. what is legally important for websites and web shops (the webinar will be held in German).','shapepress-dsgvo')?></p>
17
+ <p class="card-text"><?php _e('Free registration at: <a href="https://legalweb.io/" title="Webinare zu Webistes, Webshops &amp; Recht" target="_blank">legalweb.io</a>','shapepress-dsgvo')?></p>
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </div>
22
+
23
+ <div class="card-columns">
24
+ <div class="card">
25
+ <div class="card-header"><?php _e('Free Webinars','shapepress-dsgvo')?></div>
26
+ <div class="card-body">
27
+ <p><?php _e('Peter Harlander is an Attorney-at-law for IT, internet and marketing law, managing director at <a href="https://www.marketingrecht.eu/" title="Rechtsanwalt Datenschutzrecht" target="_blank">MARKETINGRECHT.EU</a> and co-founder of <a href="https://www.legalweb.io/" title="Recht für Websites und Webshops" target="_blank">legalweb.io</a>.','shapepress-dsgvo')?></p>
28
+ <p><?php _e('Every Wednesday from 4:00 p.m. Peter Harlander and his team explain how website and web shop operators have to implement legal regulations such as data protection law, e-commerce law, e-marketing law, copyright law, trademark law and competition law.','shapepress-dsgvo')?></p>
29
+ <p><?php _e('In the webinar you can expect examples from practice and understandable instructions for implementation.','shapepress-dsgvo')?></p>
30
+ <p><?php _e('Motto: One step closer to the legally perfect website every week!','shapepress-dsgvo')?></p>
31
+ </div>
32
+ </div>
33
+
34
+ <!--
35
+ <div class="card">
36
+ <div class="card-header"><?php _e('Content','shapepress-dsgvo')?></div>
37
+ <div class="card-body">
38
+ <h6 class="font-weight-bold"><?php _e('Processing operations','shapepress-dsgvo')?></h6>
39
+ <ul style="list-style: disc; padding-inline-start: 40px;">
40
+ <li><?php _e('Affiliates','shapepress-dsgvo')?></li>
41
+ <li><?php _e('Completion of purchase','shapepress-dsgvo')?></li>
42
+ <li><?php _e('Payment services','shapepress-dsgvo')?></li>
43
+ <li><?php _e('Shipping services','shapepress-dsgvo')?></li>
44
+ <li><?php _e('Warehouse services','shapepress-dsgvo')?></li>
45
+ <li><?php _e('Customer data','shapepress-dsgvo')?></li>
46
+ <li><?php _e('Accounting','shapepress-dsgvo')?></li>
47
+ <li><?php _e('Tax advice','shapepress-dsgvo')?></li>
48
+ <li><?php _e('Debt collection','shapepress-dsgvo')?></li>
49
+ <li><?php _e('Warranty / product liability / compensation','shapepress-dsgvo')?></li>
50
+ </ul>
51
+ <h6 class="font-weight-bold"><?php _e('Consent & information','shapepress-dsgvo')?></h6>
52
+ <ul style="list-style: disc; padding-inline-start: 40px;">
53
+ <li><?php _e('Checkout','shapepress-dsgvo')?></li>
54
+ <li><?php _e('Data protection','shapepress-dsgvo')?></li>
55
+ <li><?php _e('Deletion','shapepress-dsgvo')?></li>
56
+ </ul>
57
+
58
+ </div>
59
+ </div>
60
+ -->
61
+ <div class="card">
62
+ <div class="card-header"><?php _e('Dates','shapepress-dsgvo')?></div>
63
+ <div class="card-body row no-gutters">
64
+ <?php
65
+
66
+ $response = wp_remote_get( add_query_arg( array(
67
+ 'status' => 'publish',
68
+ 'category' => 'webinare'
69
+ ), 'https://legalweb.io/wp-json/legalweb/v1/webAndSeminar?category=webinare&status=publish' ) );
70
+
71
+ $products = json_decode( $response['body'], true );
72
+
73
+ $result = '';
74
+ $result .= '<div class="list-group list-group-flush col-12">';
75
+ foreach ($products as $product)
76
+ {
77
+ $webinar = $product['product']['data'];
78
+ $meta = $product['meta'];
79
+
80
+ $result .= '<div class="list-group-item font-weight-bold py-1 px-1">';
81
+ $result .= '<a href="' . $webinar['link'] . '" class="clear">';
82
+ $result .= '<span class="seminare-date">' . date_format(date_create_from_format("Y-m-d H:i", $meta['seminar_beginn'][0]), "d.m.") . ' </span>';
83
+ $result .= '<span class="seminare-text">';
84
+ $result .= $webinar['title']['rendered'] . ' <br />';
85
+ $result .= '<span class="seminare-ortdatum">';
86
+ if (array_key_exists('Ausgebucht', $meta) && $meta['Ausgebucht'][0]) {
87
+ $result .= $meta['Ausgebucht'][0];
88
+ } else if ($meta['seminar_ort'][0]) {
89
+ $result .= $meta['seminar_ort'][0];
90
+ } else {
91
+ $result .= '<small>Online Webinar</small>';
92
+ }
93
+ $result .= '</span>';
94
+ $result .= '</span>';
95
+ $result .= '</a>';
96
+ $result .= '</div>';
97
+ }
98
+ $result .= '</div>';
99
+
100
+ echo $result;
101
+ ?>
102
+ </div>
103
+ </div>
104
+
105
+ </div>
106
+
107
+
includes/class-sp-dsgvo-constants.php CHANGED
@@ -64,6 +64,7 @@ class SPDSGVOConstants
64
  'dogado' => 'Dogado',
65
  'domainfactory' => 'domainfactory GmbH',
66
  'dzwi' => 'DWZI GmbH',
 
67
  'godaddy' => 'GoDaddy',
68
  'hetzner' => 'Hetzner Online GmbH',
69
  'host-europe' => 'Host Europe GmbH',
64
  'dogado' => 'Dogado',
65
  'domainfactory' => 'domainfactory GmbH',
66
  'dzwi' => 'DWZI GmbH',
67
+ 'easyname' => 'easyname',
68
  'godaddy' => 'GoDaddy',
69
  'hetzner' => 'Hetzner Online GmbH',
70
  'host-europe' => 'Host Europe GmbH',
includes/class-sp-dsgvo-embedding-api-base.php CHANGED
@@ -197,7 +197,7 @@ abstract class SPDSGVOEmbeddingApiBase
197
  return $integrationAllowed;
198
  }
199
 
200
- protected function getOptInContentReplacementHtml($content)
201
  {
202
 
203
  $output = '<div class="sp-dsgvo-blocked-embedding-placeholder sp-dsgvo-blocked-embedding-placeholder-'.$this->slug.'">';
197
  return $integrationAllowed;
198
  }
199
 
200
+ public function getOptInContentReplacementHtml($content)
201
  {
202
 
203
  $output = '<div class="sp-dsgvo-blocked-embedding-placeholder sp-dsgvo-blocked-embedding-placeholder-'.$this->slug.'">';
includes/class-sp-dsgvo-embeddings-manager.php CHANGED
@@ -103,4 +103,16 @@ class SPDSGVOEmbeddingsManager
103
 
104
  return $content;
105
  }
 
 
 
 
 
 
 
 
 
 
 
 
106
  }
103
 
104
  return $content;
105
  }
106
+
107
+ static function getDummyPlaceholderForMutationObserver($embeddingApi)
108
+ {
109
+ $processedContent = $embeddingApi->processContent('');
110
+
111
+ $customCssClasses = SPDSGVOSettings::get('embed_placeholder_custom_css_classes');
112
+
113
+ $content = '<div class="sp-dsgvo sp-dsgvo-embedding-container sp-dsgvo-embedding-' . $embeddingApi->slug . ' '. $customCssClasses .'">' . $processedContent . '<div class="sp-dsgvo-hidden-embedding-content sp-dsgvo-hidden-embedding-content-' . $embeddingApi->slug . '" data-sp-dsgvo-embedding-slug="' . $embeddingApi->slug . '">{encodedContent}</div></div>';
114
+
115
+ return $content;
116
+ }
117
+
118
  }
includes/class-sp-dsgvo-integration-api-base.php CHANGED
@@ -142,6 +142,11 @@ abstract class SPDSGVOIntegrationApiBase
142
  return $this->optionTechMandatory;
143
  }
144
 
 
 
 
 
 
145
  public function getDefaultSettings($ownCodeEnabledByDefault = false)
146
  {
147
  $settings = array();
142
  return $this->optionTechMandatory;
143
  }
144
 
145
+ public final function getHosts()
146
+ {
147
+ return '';
148
+ }
149
+
150
  public function getDefaultSettings($ownCodeEnabledByDefault = false)
151
  {
152
  $settings = array();
includes/class-sp-dsgvo-javascript.php CHANGED
@@ -53,15 +53,15 @@ class SPDSGVOJavascript
53
  'cookieNames' => $integration->getCookieNames(),
54
  'insertLocation' => $integration->getInsertLocation(),
55
  'usedTagmanager' => (array_key_exists('usedTagmanager', $integrationSettings) && $integrationSettings['usedTagmanager'] != '') ? $integrationSettings['usedTagmanager'] : '',
56
- 'jsCode' => base64_encode(($integration->getJsCode($integrationSettings)))
 
 
57
  ];
58
 
59
  $gtmNeeded += (array_key_exists('usedTagmanager', $integrationSettings) && $integrationSettings['usedTagmanager'] == SPDSGVOGoogleTagmanagerApi::getInstance()->getSlug()) ? 1 : 0;
60
  $mtmNeeded += (array_key_exists('usedTagmanager', $integrationSettings) && $integrationSettings['usedTagmanager'] == SPDSGVOMatomoTagmanagerApi::getInstance()->getSlug()) ? 1 : 0;
61
 
62
  }
63
-
64
-
65
  }
66
 
67
  if ($gtmNeeded > 0)
@@ -74,7 +74,8 @@ class SPDSGVOJavascript
74
  'cookieNames' => SPDSGVOGoogleTagmanagerApi::getInstance()->getCookieNames(),
75
  'insertLocation' => SPDSGVOGoogleTagmanagerApi::getInstance()->getInsertLocation(),
76
  'usedTagmanager' => '',
77
- 'jsCode' => base64_encode((SPDSGVOGoogleTagmanagerApi::getInstance()->getJsCode()))
 
78
  ];
79
  }
80
 
@@ -88,7 +89,8 @@ class SPDSGVOJavascript
88
  'cookieNames' => SPDSGVOMatomoTagmanagerApi::getInstance()->getCookieNames(),
89
  'insertLocation' => SPDSGVOMatomoTagmanagerApi::getInstance()->getInsertLocation(),
90
  'usedTagmanager' => '',
91
- 'jsCode' => base64_encode((SPDSGVOMatomoTagmanagerApi::getInstance()->getJsCode()))
 
92
  ];
93
  }
94
 
@@ -97,6 +99,7 @@ class SPDSGVOJavascript
97
  'cookieName' => SPDSGVOConstants::CCOKIE_NAME,
98
  'cookieVersion' => $settings['cookie_version'],
99
  'cookieLifeTime' => $settings['cn_cookie_validity'],
 
100
  //'cookieDomain' => '',
101
  'locale' => SPDSGVOLanguageTools::getInstance()->getCurrentLanguageCode(),
102
  'privacyPolicyPageId' => $settings['privacy_policy_page'],
@@ -110,7 +113,8 @@ class SPDSGVOJavascript
110
  'noticeOnScroll' => false,
111
  'noticeOnScrollOffset' => 100,
112
  'currentPageId' => get_the_ID(),
113
- 'forceCookieInfo' => $settings['force_cookie_info']
 
114
  ];
115
 
116
  wp_localize_script(sp_dsgvo_NAME, 'spDsgvoGeneralConfig', $generalConfig);
53
  'cookieNames' => $integration->getCookieNames(),
54
  'insertLocation' => $integration->getInsertLocation(),
55
  'usedTagmanager' => (array_key_exists('usedTagmanager', $integrationSettings) && $integrationSettings['usedTagmanager'] != '') ? $integrationSettings['usedTagmanager'] : '',
56
+ 'jsCode' => base64_encode(($integration->getJsCode($integrationSettings))),
57
+ 'hosts' => $integration->getHosts(),
58
+ 'placeholder' => $integration->getCategory() == SPDSGVOConstants::CATEGORY_SLUG_EMBEDDINGS ? SPDSGVOEmbeddingsManager::getDummyPlaceholderForMutationObserver($integration) : ''
59
  ];
60
 
61
  $gtmNeeded += (array_key_exists('usedTagmanager', $integrationSettings) && $integrationSettings['usedTagmanager'] == SPDSGVOGoogleTagmanagerApi::getInstance()->getSlug()) ? 1 : 0;
62
  $mtmNeeded += (array_key_exists('usedTagmanager', $integrationSettings) && $integrationSettings['usedTagmanager'] == SPDSGVOMatomoTagmanagerApi::getInstance()->getSlug()) ? 1 : 0;
63
 
64
  }
 
 
65
  }
66
 
67
  if ($gtmNeeded > 0)
74
  'cookieNames' => SPDSGVOGoogleTagmanagerApi::getInstance()->getCookieNames(),
75
  'insertLocation' => SPDSGVOGoogleTagmanagerApi::getInstance()->getInsertLocation(),
76
  'usedTagmanager' => '',
77
+ 'jsCode' => base64_encode((SPDSGVOGoogleTagmanagerApi::getInstance()->getJsCode())),
78
+ 'hosts' => SPDSGVOGoogleTagmanagerApi::getInstance()->getHosts()
79
  ];
80
  }
81
 
89
  'cookieNames' => SPDSGVOMatomoTagmanagerApi::getInstance()->getCookieNames(),
90
  'insertLocation' => SPDSGVOMatomoTagmanagerApi::getInstance()->getInsertLocation(),
91
  'usedTagmanager' => '',
92
+ 'jsCode' => base64_encode((SPDSGVOMatomoTagmanagerApi::getInstance()->getJsCode())),
93
+ 'hosts' => SPDSGVOMatomoTagmanagerApi::getInstance()->getHosts()
94
  ];
95
  }
96
 
99
  'cookieName' => SPDSGVOConstants::CCOKIE_NAME,
100
  'cookieVersion' => $settings['cookie_version'],
101
  'cookieLifeTime' => $settings['cn_cookie_validity'],
102
+ 'cookieLifeTimeDismiss' => $settings['cn_cookie_validity_dismiss'],
103
  //'cookieDomain' => '',
104
  'locale' => SPDSGVOLanguageTools::getInstance()->getCurrentLanguageCode(),
105
  'privacyPolicyPageId' => $settings['privacy_policy_page'],
113
  'noticeOnScroll' => false,
114
  'noticeOnScrollOffset' => 100,
115
  'currentPageId' => get_the_ID(),
116
+ 'forceCookieInfo' => $settings['force_cookie_info'],
117
+ 'clientSideBlocking' => $settings['embed_enable_js_blocking']
118
  ];
119
 
120
  wp_localize_script(sp_dsgvo_NAME, 'spDsgvoGeneralConfig', $generalConfig);
includes/class-sp-dsgvo-settings.php CHANGED
@@ -71,6 +71,9 @@ class SPDSGVOSettings{
71
  'page_operator_company_name' => '',
72
  'page_operator_company_law_person' => '',
73
  'page_operator_operator_name' => '',
 
 
 
74
  'spdsgvo_company_info_name' => '',
75
  'spdsgvo_company_info_street' => '',
76
  'spdsgvo_company_info_loc_zip' => '',
@@ -88,7 +91,6 @@ class SPDSGVOSettings{
88
  'spdsgvo_newsletter_service_privacy_policy_url' => '',
89
 
90
 
91
-
92
  /////////////////////////////////////
93
  // SAR
94
  /////////////////////////////////////
@@ -125,6 +127,7 @@ class SPDSGVOSettings{
125
  'cookie_notice_custom_css' => "",
126
  'cookie_notice_text' => __('To change your privacy setting, e.g. granting or withdrawing consent, click here:','shapepress-dsgvo'),
127
  'cn_cookie_validity' => '86400',
 
128
  'cn_button_text_ok' => __('OK','shapepress-dsgvo'),
129
  'cn_reload_on_confirm' => '0',
130
  'cn_reload_on_confirm_popup' => '0',
@@ -162,6 +165,7 @@ class SPDSGVOSettings{
162
  'embed_placeholder_custom_style' => 'background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);',
163
  'embed_placeholder_custom_css_classes' => '',
164
  'embed_placeholder_border_size_button' => '2px',
 
165
 
166
  /////////////////////////////////////
167
  // Privacy Policy
@@ -179,8 +183,10 @@ class SPDSGVOSettings{
179
  'privacy_policy_title_html_htag' => 'h1',
180
  'privacy_policy_subtitle_html_htag' => 'h2',
181
  'privacy_policy_subsubtitle_html_htag' => 'h3',
 
182
  'legal_web_texts_version' => '0',
183
  'legal_web_texts_remote_version' => '0',
 
184
  'legal_web_texts_last_check' => '0',
185
  'pp_texts_notification_mail' => '0',
186
 
@@ -202,7 +208,8 @@ class SPDSGVOSettings{
202
 
203
  'google_gdpr_refresh_notice' => '0',
204
  'show_notice_update_check_settings' => '1',
205
- 'show_notice_update_310' => '1'
 
206
 
207
  );
208
 
71
  'page_operator_company_name' => '',
72
  'page_operator_company_law_person' => '',
73
  'page_operator_operator_name' => '',
74
+ 'page_operator_corp_public_law_name' => '',
75
+ 'page_operator_corp_public_law_supervisor' => '',
76
+ 'page_operator_corp_public_law_representative' => '',
77
  'spdsgvo_company_info_name' => '',
78
  'spdsgvo_company_info_street' => '',
79
  'spdsgvo_company_info_loc_zip' => '',
91
  'spdsgvo_newsletter_service_privacy_policy_url' => '',
92
 
93
 
 
94
  /////////////////////////////////////
95
  // SAR
96
  /////////////////////////////////////
127
  'cookie_notice_custom_css' => "",
128
  'cookie_notice_text' => __('To change your privacy setting, e.g. granting or withdrawing consent, click here:','shapepress-dsgvo'),
129
  'cn_cookie_validity' => '86400',
130
+ 'cn_cookie_validity_dismiss' => '86400',
131
  'cn_button_text_ok' => __('OK','shapepress-dsgvo'),
132
  'cn_reload_on_confirm' => '0',
133
  'cn_reload_on_confirm_popup' => '0',
165
  'embed_placeholder_custom_style' => 'background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);',
166
  'embed_placeholder_custom_css_classes' => '',
167
  'embed_placeholder_border_size_button' => '2px',
168
+ 'embed_enable_js_blocking' => '0',
169
 
170
  /////////////////////////////////////
171
  // Privacy Policy
183
  'privacy_policy_title_html_htag' => 'h1',
184
  'privacy_policy_subtitle_html_htag' => 'h2',
185
  'privacy_policy_subsubtitle_html_htag' => 'h3',
186
+ 'privacy_policy_custom_header' => __('Privacy Policy','shapepress-dsgvo'),
187
  'legal_web_texts_version' => '0',
188
  'legal_web_texts_remote_version' => '0',
189
+ 'legal_web_texts_remote_version_email_sent' => '0',
190
  'legal_web_texts_last_check' => '0',
191
  'pp_texts_notification_mail' => '0',
192
 
208
 
209
  'google_gdpr_refresh_notice' => '0',
210
  'show_notice_update_check_settings' => '1',
211
+ 'show_notice_update_310' => '1',
212
+ 'show_notice_webinars' => '1'
213
 
214
  );
215
 
includes/class-sp-dsgvo.php CHANGED
@@ -85,10 +85,14 @@ class SPDSGVO{
85
  require_once dirname(dirname(__FILE__)) .'/vendor/autoload.php';
86
  }
87
 
 
 
 
88
  if(!class_exists('TCPDF')){
89
  require_once SPDSGVO::pluginDir('includes/lib/tcpdf/dsgdf.php');
90
  require_once SPDSGVO::pluginDir('includes/class-sp-dsgvo-pdf.php');
91
  }
 
92
 
93
  $load = array(
94
  //======================================================================
@@ -235,6 +239,7 @@ class SPDSGVO{
235
  //======================================================================
236
 
237
  SPDSGVO::pluginDir('admin/tabs/v3/info/class-sp-dsgvo-info-tab.php'),
 
238
 
239
  SPDSGVO::pluginDir('admin/tabs/setup/class-sp-dsgvo-create-page-action.php'),
240
 
85
  require_once dirname(dirname(__FILE__)) .'/vendor/autoload.php';
86
  }
87
 
88
+ /*
89
+ * moved to subject-access-request.php -> just load it only if required
90
+ *
91
  if(!class_exists('TCPDF')){
92
  require_once SPDSGVO::pluginDir('includes/lib/tcpdf/dsgdf.php');
93
  require_once SPDSGVO::pluginDir('includes/class-sp-dsgvo-pdf.php');
94
  }
95
+ */
96
 
97
  $load = array(
98
  //======================================================================
239
  //======================================================================
240
 
241
  SPDSGVO::pluginDir('admin/tabs/v3/info/class-sp-dsgvo-info-tab.php'),
242
+ SPDSGVO::pluginDir('admin/tabs/v3/webinars/class-sp-dsgvo-webinars-tab.php'),
243
 
244
  SPDSGVO::pluginDir('admin/tabs/setup/class-sp-dsgvo-create-page-action.php'),
245
 
includes/cron/do-check-privacy-policy-texts.php CHANGED
@@ -50,7 +50,8 @@ Class DoCheckPrivacyPolicyTexts extends SPDSGVOCron
50
  if (isValidPremiumEdition() == false) {
51
  SPDSGVOSettings::set('show_notice_privacy_policy_texts_outdated', '1');
52
 
53
- if (SPDSGVOSettings::get('pp_texts_notification_mail') == '1') {
 
54
 
55
  /*
56
  $locale = SPDSGVOLanguageTools::getInstance()->getCurrentLanguageCode();
@@ -71,6 +72,8 @@ Class DoCheckPrivacyPolicyTexts extends SPDSGVOCron
71
  wp_mail(SPDSGVOSettings::get('admin_email'),
72
  __('WP DSGVO Tools (GPDR) Privacy policy texts outdated', 'shapepress-dsgvo') . ': ' . parse_url(home_url(), PHP_URL_HOST),
73
  $msgText);
 
 
74
  }
75
  return;
76
  }
50
  if (isValidPremiumEdition() == false) {
51
  SPDSGVOSettings::set('show_notice_privacy_policy_texts_outdated', '1');
52
 
53
+ if (SPDSGVOSettings::get('pp_texts_notification_mail') == '1' &&
54
+ SPDSGVOSettings::get('legal_web_texts_remote_version_email_sent') != $version) {
55
 
56
  /*
57
  $locale = SPDSGVOLanguageTools::getInstance()->getCurrentLanguageCode();
72
  wp_mail(SPDSGVOSettings::get('admin_email'),
73
  __('WP DSGVO Tools (GPDR) Privacy policy texts outdated', 'shapepress-dsgvo') . ': ' . parse_url(home_url(), PHP_URL_HOST),
74
  $msgText);
75
+
76
+ SPDSGVOSettings::set('legal_web_texts_remote_version_email_sent', $version);
77
  }
78
  return;
79
  }
includes/models/subject-access-request.php CHANGED
@@ -190,6 +190,12 @@ Class SPDSGVOSubjectAccessRequest extends SPDSGVOModel {
190
  }
191
 
192
  public function buildPDF(){
 
 
 
 
 
 
193
  $pdf = new SPDSGVOPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
194
  $pdf->SetCreator(PDF_CREATOR);
195
  $pdf->SetTitle(__('All data of', 'shapepress-dsgvo') . ' '. $this->name());
190
  }
191
 
192
  public function buildPDF(){
193
+
194
+ if(!class_exists('TCPDF')){
195
+ require_once SPDSGVO::pluginDir('includes/lib/tcpdf/dsgdf.php');
196
+ require_once SPDSGVO::pluginDir('includes/class-sp-dsgvo-pdf.php');
197
+ }
198
+
199
  $pdf = new SPDSGVOPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
200
  $pdf->SetCreator(PDF_CREATOR);
201
  $pdf->SetTitle(__('All data of', 'shapepress-dsgvo') . ' '. $this->name());
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-03-11 15:18+0100\n"
5
- "PO-Revision-Date: 2020-03-11 15:18+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
@@ -31,7 +31,7 @@ msgstr "WP DSGVO Tools (GDPR)"
31
  msgid "What's new, what has changed:"
32
  msgstr "Neuigkeiten und Änderungen:"
33
 
34
- #: admin/base.php:49 admin/class-sp-dsgvo-admin.php:298
35
  #, php-format
36
  msgid ""
37
  "Since version 3.1, the premium version is able to embed <strong>external "
@@ -75,37 +75,11 @@ msgstr ""
75
  msgid "Blog to Premium Upgrade"
76
  msgstr "Blog zu Premium Upgrade"
77
 
78
- #: admin/base.php:66
79
- msgid "Upgrade and safe"
80
- msgstr "Upgrade und sparen"
81
-
82
- #: admin/base.php:68
83
- msgid ""
84
- "Special offer in combination with our feature release supporting embeddings: "
85
- "With the <strong>coupon \"EMBED20\"</strong> (valid until 31st March) you "
86
- "will <strong>get 20&#37; off </strong>if you upgrade to a premium licence. "
87
- "You will have all premium features, including the GDPR compliant integration "
88
- "of external content of <strong>Facebook, Google Maps, YouTube, Vimeo, "
89
- "OpenStreetMap, Instagram, Soundcloud, Twitter</strong>."
90
- msgstr ""
91
- "Sonderaktion in Kombination mit unseren neuen Funktionen für Embeddings "
92
- "(=extern eingebundene Inhalte; zB. YouTube, Google Maps,...). Mit dem "
93
- "<strong>Rabattcode \"EMBED20\"</strong> (gültig bis 31. März 2020) werden "
94
- "Ihnen beim Kauf einer Premium Subscription <strong>20&#37;</strong> an der "
95
- "Kasse abgezogen. Sie erhalten alle Premium Funktionen, sowie die Möglichkeit "
96
- "externe Inhalte von <strong>Facebook, Google Maps, YouTube, Vimeo, "
97
- "OpenStreetMap, Instagram, Soundcloud, Twitter</strong> DSGVO konform "
98
- "einbinden zu können."
99
-
100
- #: admin/base.php:69 admin/base.php:100
101
- msgid "Buy Premium License"
102
- msgstr "Premium Lizenz kaufen"
103
-
104
- #: admin/base.php:74
105
  msgid "Need help?"
106
  msgstr "Hilfe benötigt?"
107
 
108
- #: admin/base.php:76
109
  msgid ""
110
  "Do you have problems our questions how to configure this plugin correctly? "
111
  "Just visit <a href=\"https://legalweb.freshdesk.com/support/solutions\" "
@@ -117,15 +91,24 @@ msgstr ""
117
  "\" >FAQs</a>. Dort finden Sie eine Schnellstartanleitung sowie weitere "
118
  "nützliche Fragen & Antworten rund um das Plugin."
119
 
120
- #: admin/base.php:86
 
 
 
 
 
 
 
 
 
121
  msgid "Upgrade to Premium"
122
  msgstr "Upgrade to Premium"
123
 
124
- #: admin/base.php:89
125
  msgid "All integrations"
126
  msgstr "Alle Integrationen"
127
 
128
- #: admin/base.php:90
129
  msgid ""
130
  "Tag Manager support <small>(Google TagManager &amp; Matomo Tag Manager)</"
131
  "small>"
@@ -133,7 +116,7 @@ msgstr ""
133
  "Tag Manager Unterstützung <small>(Google TagManager &amp; Matomo Tag "
134
  "Manager)</small>"
135
 
136
- #: admin/base.php:91
137
  msgid ""
138
  "Embeddings <small>(Currently: Facebook, Google Maps, YouTube, Vimeo, "
139
  "OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
@@ -141,87 +124,91 @@ msgstr ""
141
  "Embeddings/sonstige Inhalte <small>(Aktuell: Facebook, Google Maps, "
142
  "YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
143
 
144
- #: admin/base.php:92
145
  msgid ""
146
  "WooCommerce Features <small>(Checkbox, data request, delete request)</small>"
147
  msgstr ""
148
  "WooCommerce Features <small>(Checkbox, Datenauszug, Löschanfrage)</small>"
149
 
150
- #: admin/base.php:95
151
  msgid "Automatic updates of law texts"
152
  msgstr "Automatische Updates der Rechtstexte"
153
 
154
- #: admin/base.php:96
155
  msgid "Access to support"
156
  msgstr "Zugang zum Support"
157
 
158
- #: admin/base.php:97
159
  msgid "No ads"
160
  msgstr "Keine Werbung"
161
 
162
- #: admin/base.php:98
163
  msgid "You support the further development"
164
  msgstr "Sie unterstützen die Weiterentwicklung"
165
 
 
 
 
 
166
  #: admin/class-sp-dsgvo-admin-tab.php:56
167
  msgid "Public property $action not provided"
168
  msgstr "Eigenschaft $action nicht mitgesendet"
169
 
170
- #: admin/class-sp-dsgvo-admin.php:78
171
  msgid "Common"
172
  msgstr "Allgemein"
173
 
174
- #: admin/class-sp-dsgvo-admin.php:105
175
  msgid "FAQ"
176
  msgstr "FAQ"
177
 
178
- #: admin/class-sp-dsgvo-admin.php:106
179
  msgid "GDPR Shortinfo"
180
  msgstr "DSGVO Quickinfo"
181
 
182
- #: admin/class-sp-dsgvo-admin.php:108
183
  msgid "About legal web"
184
  msgstr "Über legal web"
185
 
186
- #: admin/class-sp-dsgvo-admin.php:154
187
  msgid "Are you sure you want to dismiss this request?"
188
  msgstr "Sind Sie Sicher dass Sie die Anfrage abbrechen wollen?"
189
 
190
- #: admin/class-sp-dsgvo-admin.php:173
191
  msgid "Privacy settings user page"
192
  msgstr "Datenschutzeinstellungen Benutzer Seite"
193
 
194
- #: admin/class-sp-dsgvo-admin.php:174
195
  #: admin/tabs/v3/super-unsubscribe/page.php:61
196
  msgid "Delete request page"
197
  msgstr "Löschanfrage Seite"
198
 
199
- #: admin/class-sp-dsgvo-admin.php:175
200
  msgid "Terms page"
201
  msgstr "AGB Seite"
202
 
203
- #: admin/class-sp-dsgvo-admin.php:176
204
  msgid "Explicit permissions page"
205
  msgstr "Explizite Berechtigungen Seite"
206
 
207
- #: admin/class-sp-dsgvo-admin.php:177
208
  msgid "Opt Out page"
209
  msgstr "Opt Out Seite"
210
 
211
- #: admin/class-sp-dsgvo-admin.php:178
212
  #: admin/tabs/v3/common-settings/page.php:195
213
  msgid "Privacy policy page"
214
- msgstr "Datenschutz Seite"
215
 
216
- #: admin/class-sp-dsgvo-admin.php:179
217
  msgid "Subject access request page"
218
  msgstr "Datenauszug Seite"
219
 
220
- #: admin/class-sp-dsgvo-admin.php:180 admin/tabs/v3/operator/page.php:523
221
  msgid "Imprint page"
222
  msgstr "Impressum Seite"
223
 
224
- #: admin/class-sp-dsgvo-admin.php:254
225
  msgid ""
226
  "Attention. Google has changed his GDPR texts. Please refresh your Privacy "
227
  "Policy by pressing \"Reload ... template\" button under privacy policy "
@@ -231,7 +218,7 @@ msgstr ""
231
  "Änderungen (Änderungen für Google) zu erhalten. Benutzen Sie dazu den Button "
232
  "\"... Template laden\" in den Datenschutzeinstellungen."
233
 
234
- #: admin/class-sp-dsgvo-admin.php:262
235
  msgid ""
236
  "Attention. Your license is not valid any more. Please check WP DSGVO Tools "
237
  "settings to extend your license or visit <a href=\"URL_HERE\" target=\"_blank"
@@ -243,7 +230,7 @@ msgstr ""
243
  "\">https://wp-dsgvo.eu/shop</a>\n"
244
  "."
245
 
246
- #: admin/class-sp-dsgvo-admin.php:271
247
  msgid ""
248
  "Attention. Your license is going to get invalid in a few days. Please check "
249
  "WP DSGVO Tools settings to extend your license or visit <a href=\"URL_HERE\" "
@@ -254,7 +241,7 @@ msgstr ""
254
  "auf, oder besuchen Sie unseren Shop unter <a href=\"URL_HERE\" target="
255
  "\"_blank\">https://wp-dsgvo.eu/shop</a>."
256
 
257
- #: admin/class-sp-dsgvo-admin.php:280
258
  msgid ""
259
  "Attention. There are newer texts for the privacy policy. Please refresh them "
260
  "ensure compliance. <a href=\"#\" class=\"privacy-policy-texts-refresh-link"
@@ -264,7 +251,7 @@ msgstr ""
264
  "aktualisieren Sie diese damit Ihre Texte konform bleiben. <a href=\"#\" "
265
  "class=\"privacy-policy-texts-refresh-link\">Texte aktualisieren</a>"
266
 
267
- #: admin/class-sp-dsgvo-admin.php:290
268
  msgid ""
269
  "Attention. Due to our mayor update you need to check all settings of WP "
270
  "DSGVO Tools (GDPR), especially page opator setting to ensure that the plugin "
@@ -281,7 +268,22 @@ msgstr ""
281
  "dieser notwendig damit WP DSGVO Tools (GDPR) konforme Rechtstexte bei der "
282
  "Datenschutzerklärung, im Popup und im Impressum erzeugen kann."
283
 
284
- #: admin/class-sp-dsgvo-admin.php:309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  msgid "Important Upgrade Notice:"
286
  msgstr "Wichtige Information zum Update:"
287
 
@@ -345,7 +347,7 @@ msgstr "Nicht in der Datenbank speichern."
345
  msgid "Integrations"
346
  msgstr "Integrationen"
347
 
348
- #: admin/tabs/integrations/page.php:15 admin/tabs/v3/embeddings/page.php:126
349
  #: admin/tabs/v3/stats/page.php:35 admin/tabs/v3/tagmanager/page.php:22
350
  #: admin/tabs/v3/targeting/page.php:20
351
  msgid "No integrations installed"
@@ -371,7 +373,7 @@ msgstr "AGB"
371
 
372
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:51
373
  #: admin/tabs/v3/common-settings/page.php:186
374
- #: public/shortcodes/privacy-policy.php:17
375
  msgid "Privacy Policy"
376
  msgstr "Datenschutzerklärung"
377
 
@@ -380,7 +382,7 @@ msgid "Delete Request"
380
  msgstr "L&ouml;schanfrage"
381
 
382
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:62
383
- #: public/class-sp-dsgvo-public.php:472 public/class-sp-dsgvo-public.php:544
384
  msgid "Imprint"
385
  msgstr "Impressum"
386
 
@@ -497,6 +499,7 @@ msgid "Remaining activations:"
497
  msgstr "Offene Aktivierungen:"
498
 
499
  #: admin/tabs/v3/common-settings/page.php:99
 
500
  #: admin/tabs/v3/subject-access-request/page.php:13
501
  #: admin/tabs/v3/super-unsubscribe/page.php:12
502
  msgid "Common Settings"
@@ -515,20 +518,20 @@ msgid "Used for sending emails for notifications."
515
  msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
516
 
517
  #: admin/tabs/v3/common-settings/page.php:123
518
- #: admin/tabs/v3/common-settings/page.php:275
519
- #: admin/tabs/v3/common-settings/page.php:401
520
- #: admin/tabs/v3/embeddings/page.php:67 admin/tabs/v3/operator/page.php:238
521
- #: admin/tabs/v3/operator/page.php:503 admin/tabs/v3/operator/page.php:551
522
- #: admin/tabs/v3/page-basics/page.php:52 admin/tabs/v3/page-basics/page.php:87
523
- #: admin/tabs/v3/page-basics/page.php:143
524
  #: admin/tabs/v3/page-basics/page.php:189
525
  #: admin/tabs/v3/page-basics/page.php:232
526
  #: admin/tabs/v3/page-basics/page.php:306
527
  #: admin/tabs/v3/page-basics/page.php:358
528
  #: admin/tabs/v3/page-basics/page.php:417
529
- #: admin/tabs/v3/popup-notice/page.php:93
530
- #: admin/tabs/v3/popup-notice/page.php:142
531
- #: admin/tabs/v3/popup-notice/page.php:390
532
  #: admin/tabs/v3/subject-access-request/page.php:79
533
  #: admin/tabs/v3/subject-access-request/page.php:135
534
  #: admin/tabs/v3/super-unsubscribe/page.php:90
@@ -571,7 +574,7 @@ msgstr ""
571
 
572
  #: admin/tabs/v3/common-settings/page.php:140
573
  msgid "Shortcode to generate the privacy policy"
574
- msgstr "Shortcode zum Generieren der Datenschutzvereinbarung"
575
 
576
  #: admin/tabs/v3/common-settings/page.php:147
577
  msgid "Shortcode to generate the imprint"
@@ -603,11 +606,11 @@ msgstr ""
603
  #: admin/tabs/v3/common-settings/page.php:175
604
  msgid "Shortcode to render a link for navigating to your privacy policy"
605
  msgstr ""
606
- "Shortcode zum Generieren eines Links welcher zu Ihrer "
607
- "Datenschutzvereinbarung navigiert"
608
 
609
  #: admin/tabs/v3/common-settings/page.php:197
610
- #: admin/tabs/v3/operator/page.php:525
611
  #: admin/tabs/v3/subject-access-request/page.php:50
612
  #: admin/tabs/v3/super-unsubscribe/page.php:63
613
  msgid "Select"
@@ -620,7 +623,7 @@ msgstr ""
620
  "verwendet."
621
 
622
  #: admin/tabs/v3/common-settings/page.php:212
623
- #: admin/tabs/v3/operator/page.php:537
624
  #: admin/tabs/v3/subject-access-request/page.php:65
625
  #: admin/tabs/v3/super-unsubscribe/page.php:76
626
  msgid "Create page"
@@ -636,7 +639,7 @@ msgstr ""
636
 
637
  #: admin/tabs/v3/common-settings/page.php:217
638
  #: admin/tabs/v3/common-settings/page.php:223
639
- #: admin/tabs/v3/operator/page.php:542 admin/tabs/v3/operator/page.php:547
640
  #: admin/tabs/v3/subject-access-request/page.php:70
641
  #: admin/tabs/v3/subject-access-request/page.php:74
642
  #: admin/tabs/v3/super-unsubscribe/page.php:81
@@ -653,7 +656,7 @@ msgstr ""
653
  "Datenschutzseite, welche im Menü \"Einstellungen/Datenschutz\" definiert ist."
654
 
655
  #: admin/tabs/v3/common-settings/page.php:221
656
- #: admin/tabs/v3/operator/page.php:545
657
  msgid ""
658
  "The page can also by edited and text could be extended by the editing the "
659
  "selected page with the Wordpress page editor like Gutenberg."
@@ -661,70 +664,80 @@ msgstr ""
661
  "Die gewählte Seite kann zusätzlich noch mit dem Wordpress Editor (z.B. "
662
  "Gutenberg) bearbeitet werden und Text ergänzt werden."
663
 
664
- #: admin/tabs/v3/common-settings/page.php:230
 
 
 
 
 
 
 
 
 
 
665
  msgid "Header stile of title"
666
  msgstr "Stil der Überschrift"
667
 
668
- #: admin/tabs/v3/common-settings/page.php:239
669
  msgid "Specifies the html header tag of the header of the privacy policy."
670
  msgstr ""
671
  "Definiert den html Tag der für die Hauptüberschrift in der "
672
  "Datenschutzerklärung verwendet werden soll."
673
 
674
- #: admin/tabs/v3/common-settings/page.php:243
675
  msgid "Header stile of subtitles"
676
  msgstr "Stil der Untertitel"
677
 
678
- #: admin/tabs/v3/common-settings/page.php:252
679
  msgid "Specifies the html header tag of the subtitles of the privacy policy."
680
  msgstr ""
681
  "Definiert den html Tag der für die Untertitel in der Datenschutzerklärung "
682
  "verwendet werden soll."
683
 
684
- #: admin/tabs/v3/common-settings/page.php:256
685
  msgid "Header stile of \"subsubtitles\""
686
  msgstr "Stil der Titel unter Untertitel"
687
 
688
- #: admin/tabs/v3/common-settings/page.php:265
689
  msgid ""
690
  "Specifies the html header tag of the \"subsubtitles\" of the privacy policy."
691
  msgstr ""
692
  "Definiert den html Tag der für die Überschriften innerhalb den Bereichen in "
693
- "den Datenschutzbestimmungen verwendet werden soll."
694
 
695
- #: admin/tabs/v3/common-settings/page.php:270
696
  msgid "Email notification when new texts are downloadable"
697
  msgstr "Emailbenachrichtigung bei neuen Texten senden"
698
 
699
- #: admin/tabs/v3/common-settings/page.php:278
700
  msgid "Privacy policy texts"
701
  msgstr "Datenschutztexte"
702
 
703
- #: admin/tabs/v3/common-settings/page.php:284
704
  msgid "Date of Version"
705
  msgstr "Datum der Version"
706
 
707
- #: admin/tabs/v3/common-settings/page.php:287
708
  msgid "Your texts are up to date."
709
  msgstr "Ihre Texte sind aktuell."
710
 
711
- #: admin/tabs/v3/common-settings/page.php:289
712
  msgid "A newer version of the texts are available."
713
  msgstr "Eine aktueller Version der Texte ist verfügbar."
714
 
715
- #: admin/tabs/v3/common-settings/page.php:293
716
  msgid "Last update check"
717
  msgstr "Letzter Update Check"
718
 
719
- #: admin/tabs/v3/common-settings/page.php:301
720
  msgid "Reload Privacy Policy texts"
721
  msgstr "Datenschutztexte neu laden"
722
 
723
- #: admin/tabs/v3/common-settings/page.php:313
724
  msgid "Additional Texts"
725
  msgstr "Zusätzliche Texte"
726
 
727
- #: admin/tabs/v3/common-settings/page.php:324
728
  msgid ""
729
  "The registration form and comments feature do not require any additional "
730
  "phrases such as \"I agree to the privacy policy\" or \"more privacy "
@@ -732,16 +745,16 @@ msgid ""
732
  "respective page in the footer."
733
  msgstr ""
734
  "Für Registrierungsformular und Kommentarfunktion benötigt man keinen "
735
- "zusätzlichen Sätze wie beispielsweise „ich stimme den Datenschutzbedingungen "
736
  "zu“ oder „nähere Infos zum Datenschutz finden Sie unter ...\". Es reicht "
737
  "wenn auf der jeweiligen Seite im Footer eine Verlinkung zur "
738
  "Datenschutzerklärung ist."
739
 
740
- #: admin/tabs/v3/common-settings/page.php:381
741
  msgid "Checkout text at WooCommerce checkout"
742
  msgstr "Text bei Woo Checkout anzeigen"
743
 
744
- #: admin/tabs/v3/common-settings/page.php:383
745
  msgid ""
746
  "Possibility to display a custom text at the WooCommerce checkout form to "
747
  "ensure terms & conditions."
@@ -749,16 +762,16 @@ msgstr ""
749
  "Möglichkeit zur Anzeige eines Texts beim WooCommerce Checkout um z.B. eine "
750
  "Wiederrufsbelehrung anzuzeigen."
751
 
752
- #: admin/tabs/v3/common-settings/page.php:391
753
  msgid "Text to display at WooCommerce checkout form"
754
  msgstr "Der Text der beim WooCommerce Checkout angezeigt werden soll"
755
 
756
- #: admin/tabs/v3/common-settings/page.php:392
757
- #: admin/tabs/v3/popup-notice/page.php:224
758
  msgid "A message text"
759
  msgstr "Meldungstext"
760
 
761
- #: admin/tabs/v3/common-settings/page.php:398
762
  msgid ""
763
  "<strong>Important Note:</strong> If you use WPML you can translate these "
764
  "inputs via WPML String Translations."
@@ -767,7 +780,7 @@ msgstr ""
767
  "Hilfe der WPML String Translations diese Texte übersetzen."
768
 
769
  #: admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-tab.php:11
770
- #: public/shortcodes/privacy-policy.php:305
771
  msgid "Embeddings"
772
  msgstr "Embeddings"
773
 
@@ -783,7 +796,7 @@ msgstr ""
783
  "Die nachfolgenden Einstellungen definieren das Aussehen der Platzhalter für "
784
  "die Embeddings. Die Vorschau rechts wird bei jedem Speichern aktualisiert."
785
 
786
- #: admin/tabs/v3/embeddings/page.php:26 admin/tabs/v3/popup-notice/page.php:294
787
  msgid "Text/Font color"
788
  msgstr "Text/Schriftfarbe"
789
 
@@ -791,7 +804,7 @@ msgstr "Text/Schriftfarbe"
791
  msgid "Specifies the text/font color of the text within the placeholder."
792
  msgstr "Definiert die Schriftfarbe des Texts im Platzhalter."
793
 
794
- #: admin/tabs/v3/embeddings/page.php:33 admin/tabs/v3/popup-notice/page.php:308
795
  msgid "Button border color"
796
  msgstr "Rahmenfarbe des Buttons"
797
 
@@ -799,7 +812,7 @@ msgstr "Rahmenfarbe des Buttons"
799
  msgid "Specifies the border color of the placeholder opt-in button."
800
  msgstr "Definiert die Rahmenfarbe des Opt-in Buttons im Platzhalter."
801
 
802
- #: admin/tabs/v3/embeddings/page.php:39 admin/tabs/v3/popup-notice/page.php:314
803
  msgid "Size of the button border"
804
  msgstr "Rahmendicke des Buttons"
805
 
@@ -883,7 +896,18 @@ msgstr ""
883
  "Style Attribute müssen dann in das Textfeld \"Zusätzliche Style Attribute\" "
884
  "kopiert werden."
885
 
886
- #: admin/tabs/v3/embeddings/page.php:125 admin/tabs/v3/stats/page.php:34
 
 
 
 
 
 
 
 
 
 
 
887
  #: admin/tabs/v3/tagmanager/page.php:21 admin/tabs/v3/targeting/page.php:19
888
  msgid "Information"
889
  msgstr "Information"
@@ -1245,27 +1269,31 @@ msgstr "Gesellschaft"
1245
  msgid "Society"
1246
  msgstr "Verein"
1247
 
1248
- #: admin/tabs/v3/operator/page.php:47
 
 
 
 
1249
  msgid "Company + legal form"
1250
  msgstr "Name des Unternehmens + Rechtsform"
1251
 
1252
- #: admin/tabs/v3/operator/page.php:49
1253
  msgid "The name of the company including the legal form."
1254
  msgstr "Der Name des Unternehmens inklusive der Rechtsform."
1255
 
1256
- #: admin/tabs/v3/operator/page.php:54 public/shortcodes/imprint.php:31
1257
  msgid "Executive director"
1258
  msgstr "Geschäftsführer"
1259
 
1260
- #: admin/tabs/v3/operator/page.php:61 public/shortcodes/imprint.php:75
1261
  msgid "Shareholder"
1262
  msgstr "Gesellschafter"
1263
 
1264
- #: admin/tabs/v3/operator/page.php:71
1265
  msgid "Full Name of the company owner"
1266
  msgstr "Name des Firmeninhabers"
1267
 
1268
- #: admin/tabs/v3/operator/page.php:73
1269
  msgid ""
1270
  "The name of person who legally represents the company including all titles "
1271
  "if wished."
@@ -1273,48 +1301,73 @@ msgstr ""
1273
  "Die Person die das Unternehmen gesetzlich vertritt inkl. aller Titel wenn "
1274
  "gewünscht."
1275
 
1276
- #: admin/tabs/v3/operator/page.php:79
1277
  msgid "Business name"
1278
  msgstr "Unternehmensname"
1279
 
1280
- #: admin/tabs/v3/operator/page.php:81
1281
  msgid "The name of the company."
1282
  msgstr "Name des Unternehmens."
1283
 
1284
- #: admin/tabs/v3/operator/page.php:89
1285
  msgid "First and last name"
1286
  msgstr "Vor- und Nachname"
1287
 
1288
- #: admin/tabs/v3/operator/page.php:99
1289
  msgid "Society name"
1290
  msgstr "Vereinsname"
1291
 
1292
- #: admin/tabs/v3/operator/page.php:101
1293
  msgid "The full name of the society."
1294
  msgstr "Der vollständige Name des Vereins."
1295
 
1296
- #: admin/tabs/v3/operator/page.php:106 public/shortcodes/imprint.php:38
1297
  msgid "Simplifying board"
1298
  msgstr "Vereinsvorstand"
1299
 
1300
- #: admin/tabs/v3/operator/page.php:113 public/shortcodes/imprint.php:85
1301
  msgid "Society number"
1302
  msgstr "Vereinsnummer"
1303
 
1304
- #: admin/tabs/v3/operator/page.php:125 public/class-sp-dsgvo-public.php:379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1305
  msgid "Place of residence"
1306
  msgstr "Wohnort"
1307
 
1308
- #: admin/tabs/v3/operator/page.php:128 admin/tabs/v3/operator/page.php:134
1309
- #: public/class-sp-dsgvo-public.php:389 public/class-sp-dsgvo-public.php:399
 
1310
  msgid "Registered business address"
1311
  msgstr "Firmensitz"
1312
 
1313
- #: admin/tabs/v3/operator/page.php:131 public/class-sp-dsgvo-public.php:409
1314
  msgid "Club seat"
1315
  msgstr "Vereinssitz"
1316
 
1317
- #: admin/tabs/v3/operator/page.php:142
1318
  msgid ""
1319
  "Important: This setting defines the legal basis of all the texts which WP "
1320
  "DSGVO Tools (GDPR) provides. Setting a wrong country risks to be not confirm "
@@ -1322,33 +1375,33 @@ msgid ""
1322
  msgstr ""
1323
  "Wichtig: Diese Einstellung dient als Grundlage für die Datenschutztexte die "
1324
  "WP DSGVO Tools (GDPR) anbietet, da jedes Land eine eigene Abwandlung davon "
1325
- "besitzt. Durch eine falsche Einstellung sind Ihre Datenschutzbestimmungen "
1326
- "nicht DSGVO-konform."
1327
 
1328
- #: admin/tabs/v3/operator/page.php:147 admin/tabs/v3/operator/page.php:330
1329
- #: admin/tabs/v3/operator/page.php:456
1330
  msgid "Street"
1331
  msgstr "Straße"
1332
 
1333
- #: admin/tabs/v3/operator/page.php:154 admin/tabs/v3/operator/page.php:337
1334
- #: admin/tabs/v3/operator/page.php:463
1335
  msgid "ZIP code"
1336
  msgstr "PLZ"
1337
 
1338
- #: admin/tabs/v3/operator/page.php:161 admin/tabs/v3/operator/page.php:344
1339
- #: admin/tabs/v3/operator/page.php:470
1340
  msgid "Location"
1341
  msgstr "Ort"
1342
 
1343
- #: admin/tabs/v3/operator/page.php:170 admin/tabs/v3/operator/page.php:295
1344
- #: admin/tabs/v3/operator/page.php:362 admin/tabs/v3/operator/page.php:420
1345
- #: admin/tabs/v3/operator/page.php:488 public/shortcodes/imprint.php:53
1346
  msgid "Phone"
1347
  msgstr "Telefon"
1348
 
1349
- #: admin/tabs/v3/operator/page.php:177 admin/tabs/v3/operator/page.php:302
1350
- #: admin/tabs/v3/operator/page.php:369 admin/tabs/v3/operator/page.php:427
1351
- #: admin/tabs/v3/operator/page.php:495
1352
  #: admin/tabs/v3/subject-access-request/page.php:155
1353
  #: admin/tabs/v3/subject-access-request/page.php:218
1354
  #: admin/tabs/v3/subject-access-request/page.php:255
@@ -1360,7 +1413,7 @@ msgstr "Telefon"
1360
  #: includes/class-sp-dsgvo-data-collecter.php:133
1361
  #: includes/class-sp-dsgvo-data-collecter.php:170
1362
  #: includes/class-sp-dsgvo-data-collecter.php:376
1363
- #: public/shortcodes/imprint.php:52
1364
  #: public/shortcodes/subject-access-request/subject-access-request.php:46
1365
  #: public/shortcodes/subject-access-request/subject-access-request.php:49
1366
  #: public/shortcodes/super-unsubscribe/unsubscribe-form.php:51
@@ -1368,57 +1421,57 @@ msgstr "Telefon"
1368
  msgid "Email"
1369
  msgstr "Email"
1370
 
1371
- #: admin/tabs/v3/operator/page.php:188
1372
  msgid "Privacy Shield"
1373
  msgstr "Privacy Shield"
1374
 
1375
- #: admin/tabs/v3/operator/page.php:190
1376
  msgid "Enable, if you/your business is privacy shield certified."
1377
  msgstr "Aktivieren, wenn Ihr Unternehmen Privacy Shield zertifiziert ist."
1378
 
1379
- #: admin/tabs/v3/operator/page.php:198 public/shortcodes/imprint.php:66
1380
- #: public/shortcodes/imprint.php:93
1381
  msgid "Commercial book no."
1382
  msgstr "Firmenbuch Nr."
1383
 
1384
- #: admin/tabs/v3/operator/page.php:205 public/shortcodes/imprint.php:70
1385
- #: public/shortcodes/imprint.php:97
1386
  msgid "§11 Place of Jurisdiction"
1387
  msgstr "Gerichtsstand"
1388
 
1389
- #: admin/tabs/v3/operator/page.php:212
1390
  msgid "VAT No.:"
1391
  msgstr "USt. Id:"
1392
 
1393
- #: admin/tabs/v3/operator/page.php:232 public/shortcodes/imprint.php:102
1394
  msgid "Responsible for content"
1395
  msgstr "Verantwortlich für Inhalt"
1396
 
1397
- #: admin/tabs/v3/operator/page.php:234
1398
  msgid "The person who is responsible for the content of this website."
1399
  msgstr "Die Person die für den Inhalt auf dieser Website verantwortlich ist."
1400
 
1401
- #: admin/tabs/v3/operator/page.php:248
1402
  msgid "Privacy Policy Basics"
1403
  msgstr "Datenschutzerklärung Basics"
1404
 
1405
- #: admin/tabs/v3/operator/page.php:257
1406
  msgid "Do you have a data security officer?"
1407
  msgstr "Haben Sie einen Datenschutzbeauftragten?"
1408
 
1409
- #: admin/tabs/v3/operator/page.php:261 admin/tabs/v3/operator/page.php:384
1410
  msgid "Yes, internal"
1411
  msgstr "Ja, intern"
1412
 
1413
- #: admin/tabs/v3/operator/page.php:268 admin/tabs/v3/operator/page.php:391
1414
  msgid "Yes, external"
1415
  msgstr "Ja, extern"
1416
 
1417
- #: admin/tabs/v3/operator/page.php:275 admin/tabs/v3/operator/page.php:398
1418
  msgid "No, we do not have"
1419
  msgstr "Nein, haben wir nicht"
1420
 
1421
- #: admin/tabs/v3/operator/page.php:279
1422
  msgid ""
1423
  "Specifies if your company has an inhouse data security officer, an external "
1424
  "person or no responsible person."
@@ -1427,12 +1480,12 @@ msgstr ""
1427
  "externen Datenschutzbeauftragten konsultieren, oder ob Sie keinen "
1428
  "Datenschutzbeauftragten haben."
1429
 
1430
- #: admin/tabs/v3/operator/page.php:284
1431
  msgid "Internal data security officer"
1432
  msgstr "Interner Datenschutzbeauftragter"
1433
 
1434
- #: admin/tabs/v3/operator/page.php:288 admin/tabs/v3/operator/page.php:323
1435
- #: admin/tabs/v3/operator/page.php:413 admin/tabs/v3/operator/page.php:449
1436
  #: includes/class-sp-dsgvo-data-collecter.php:66
1437
  #: includes/class-sp-dsgvo-data-collecter.php:71
1438
  #: includes/class-sp-dsgvo-data-collecter.php:78
@@ -1442,60 +1495,60 @@ msgstr "Interner Datenschutzbeauftragter"
1442
  msgid "Name"
1443
  msgstr "Name"
1444
 
1445
- #: admin/tabs/v3/operator/page.php:312
1446
  msgid "External data security officer"
1447
  msgstr "Externer Datenschutzbeauftragter"
1448
 
1449
- #: admin/tabs/v3/operator/page.php:316
1450
  msgid "Company name"
1451
  msgstr "Name des Unternehmens"
1452
 
1453
- #: admin/tabs/v3/operator/page.php:353 admin/tabs/v3/operator/page.php:479
1454
  msgid "Country:"
1455
  msgstr "Land:"
1456
 
1457
- #: admin/tabs/v3/operator/page.php:355 admin/tabs/v3/operator/page.php:481
1458
- #: includes/class-sp-dsgvo-constants.php:175
1459
  msgid "Austria"
1460
  msgstr "Österreich"
1461
 
1462
- #: admin/tabs/v3/operator/page.php:356 admin/tabs/v3/operator/page.php:482
1463
- #: includes/class-sp-dsgvo-constants.php:243
1464
  msgid "Germany"
1465
  msgstr "Deutschland"
1466
 
1467
- #: admin/tabs/v3/operator/page.php:380
1468
  msgid "Does your company has responsible person for privacy issues?"
1469
  msgstr "Haben Sie einen Ansprechpartner für Datenschutzangelegenheiten?"
1470
 
1471
- #: admin/tabs/v3/operator/page.php:402
1472
  msgid "Specifies if your company has responsible person for privacy issues ."
1473
  msgstr ""
1474
  "Definiert ob Ihr Unternehmen einen Ansprechpartner für "
1475
  "Datenschutzangelegenheiten hat."
1476
 
1477
- #: admin/tabs/v3/operator/page.php:409
1478
  msgid "Internal contact for privacy issues"
1479
  msgstr "Interner Kontakt für Datenschutzangelegenheiten"
1480
 
1481
- #: admin/tabs/v3/operator/page.php:437
1482
  msgid "External contact for privacy issues"
1483
  msgstr "Externer Kontakt für Datenschutzangelegenheiten"
1484
 
1485
- #: admin/tabs/v3/operator/page.php:442
1486
  msgid "Company/First- and lastname"
1487
  msgstr "Unternehmensname/Vor- und Nachname"
1488
 
1489
- #: admin/tabs/v3/operator/page.php:513
1490
  msgid "Imprint settings"
1491
  msgstr "Impressum Einstellungen"
1492
 
1493
- #: admin/tabs/v3/operator/page.php:535
1494
  msgid "Create a page that uses the shortcode <code>[imprint]</code>."
1495
  msgstr ""
1496
  "Eine Seite erstellen die den Shortcode <code>[imprint]</code> verwendet."
1497
 
1498
- #: admin/tabs/v3/operator/page.php:540
1499
  msgid ""
1500
  "Attention: The shortcode <code>[imprint]</code> was not found on the page "
1501
  "you selected."
@@ -1570,8 +1623,8 @@ msgid "Specify after how much days the files will be deleted."
1570
  msgstr "Geben Sie an nach wie vielen Tagen die Log Files gelöscht werden."
1571
 
1572
  #: admin/tabs/v3/page-basics/page.php:96 admin/tabs/v3/page-basics/page.php:112
1573
- #: public/shortcodes/privacy-policy.php:177
1574
- #: public/shortcodes/privacy-policy.php:195
1575
  msgid "CDN Provider"
1576
  msgstr "CDN Anbieter"
1577
 
@@ -1668,7 +1721,7 @@ msgid "Enable if your website provides a application form."
1668
  msgstr "Aktivieren wenn Sie ein Bewerbungsformular auf Ihrer Website nutzen."
1669
 
1670
  #: admin/tabs/v3/page-basics/page.php:265
1671
- #: public/shortcodes/privacy-policy.php:216
1672
  msgid "Promotional contest or game form"
1673
  msgstr "Gewinnspielformular"
1674
 
@@ -1724,7 +1777,7 @@ msgstr ""
1724
  "von Formularen um Einträge von Bots zu verhindern?"
1725
 
1726
  #: admin/tabs/v3/page-basics/page.php:367
1727
- #: public/shortcodes/privacy-policy.php:419
1728
  msgid "Newsletter Services"
1729
  msgstr "Newsletter Dienste"
1730
 
@@ -1781,16 +1834,18 @@ msgstr ""
1781
  "out durchgeführt werden."
1782
 
1783
  #: admin/tabs/v3/popup-notice/page.php:39
1784
- msgid "Show cookie notice when popup gets closed without choice"
1785
- msgstr "Cookie Notice anzeigen, wenn Popup ohne Auswahl geschlossen wird"
 
 
1786
 
1787
  #: admin/tabs/v3/popup-notice/page.php:41
1788
  msgid ""
1789
  "Show the cookie notice if the user does not make a choice because he closes "
1790
- "the popup."
1791
  msgstr ""
1792
  "Eine Cookie Notice anzeigen wenn das Popup ohne irgendeine Auswahl "
1793
- "geschlossen wurde."
1794
 
1795
  #: admin/tabs/v3/popup-notice/page.php:47
1796
  msgid "Show cookie notice/popup in any case (though not required)"
@@ -1813,44 +1868,64 @@ msgstr ""
1813
  "OK angezeigt."
1814
 
1815
  #: admin/tabs/v3/popup-notice/page.php:55
1816
- msgid "Cookie lifetime"
1817
- msgstr "Cookie Speicherdauer"
1818
 
1819
  #: admin/tabs/v3/popup-notice/page.php:58
 
1820
  msgid "Day"
1821
  msgstr "Tag"
1822
 
1823
  #: admin/tabs/v3/popup-notice/page.php:60
 
1824
  msgid "Week"
1825
  msgstr "Woche"
1826
 
1827
  #: admin/tabs/v3/popup-notice/page.php:62
1828
  #: admin/tabs/v3/popup-notice/page.php:65
1829
  #: admin/tabs/v3/popup-notice/page.php:68
 
 
 
1830
  msgid "Month"
1831
  msgstr "Monat"
1832
 
1833
  #: admin/tabs/v3/popup-notice/page.php:71
 
1834
  msgid "Year"
1835
  msgstr "Jahr"
1836
 
1837
  #: admin/tabs/v3/popup-notice/page.php:74
1838
  msgid ""
1839
- "For this period, the cookie gets stored. After this period your visitors "
1840
- "have to make the cookie choice again."
1841
  msgstr ""
1842
- "Für die angegebene Dauer wird das Cookie gespeichert. Nach Ablauf dieser "
1843
- "Periode müssen Ihre Besucher erneut eine Auswahl treffen."
 
1844
 
1845
- #: admin/tabs/v3/popup-notice/page.php:81
 
 
 
 
 
 
 
 
 
 
 
 
 
1846
  msgid "Cookie version"
1847
  msgstr "Cookie Version"
1848
 
1849
- #: admin/tabs/v3/popup-notice/page.php:88
1850
  msgid "Refresh/Update Cookie Version"
1851
  msgstr "Erhöhen der Cookie Version"
1852
 
1853
- #: admin/tabs/v3/popup-notice/page.php:89
1854
  msgid ""
1855
  "If you have made changes at your cookie settings (style, integrations,..) "
1856
  "you can force your visitors to make a choice again when you increase the "
@@ -1861,53 +1936,53 @@ msgstr ""
1861
  "Popup bzw. die Notice Ihren Besuchern anzeigen und diese um eine erneute "
1862
  "Auswahl zu bitten."
1863
 
1864
- #: admin/tabs/v3/popup-notice/page.php:102
1865
  msgid "Cookie Popup customization"
1866
  msgstr "Cookie Popup Anpassung"
1867
 
1868
- #: admin/tabs/v3/popup-notice/page.php:109
1869
  msgid "Enable Dark Mode of the popup"
1870
  msgstr "Aktiviere den Dark Mode des Popups"
1871
 
1872
- #: admin/tabs/v3/popup-notice/page.php:111
1873
  msgid "Shows the popup in dark colors."
1874
  msgstr "Stellt das Popup mit dunklem Hintergrund und heller Schrift dar."
1875
 
1876
- #: admin/tabs/v3/popup-notice/page.php:126
1877
  msgid "Popup header logo"
1878
  msgstr "Popup Logo"
1879
 
1880
- #: admin/tabs/v3/popup-notice/page.php:127
1881
  msgid "We recommend to use a square image."
1882
  msgstr "Wir empfehlen die Benutzung eines quadratischen Logos."
1883
 
1884
- #: admin/tabs/v3/popup-notice/page.php:136
1885
  msgid "Upload image"
1886
  msgstr "Bild uploaden"
1887
 
1888
- #: admin/tabs/v3/popup-notice/page.php:151
1889
  msgid "Cookie Notice customization"
1890
  msgstr "Cookie Notice Anpassung"
1891
 
1892
- #: admin/tabs/v3/popup-notice/page.php:160
1893
  msgid "Cookie notice style"
1894
  msgstr "Cookie Notice Stil"
1895
 
1896
- #: admin/tabs/v3/popup-notice/page.php:166
1897
- #: admin/tabs/v3/popup-notice/page.php:265
1898
- #: admin/tabs/v3/popup-notice/page.php:363
1899
  msgid "Default"
1900
  msgstr "Standard"
1901
 
1902
- #: admin/tabs/v3/popup-notice/page.php:184
1903
  msgid "Choose one of our cookie notice style templates."
1904
  msgstr "Wählen Sie ein Templates für die Cookie Notice."
1905
 
1906
- #: admin/tabs/v3/popup-notice/page.php:223
1907
  msgid "Cookie Notice text"
1908
  msgstr "Cookie Notice Text"
1909
 
1910
- #: admin/tabs/v3/popup-notice/page.php:225
1911
  msgid ""
1912
  "This text gets displayed within the cookie notice. If you use WPML you can "
1913
  "translate these inputs via WPML String Translations."
@@ -1915,7 +1990,7 @@ msgstr ""
1915
  "<strong>Wichtiger Hinweis:</strong> Falls Sie WPML verwenden, können Sie mit "
1916
  "Hilfe der WPML String Translations diese Texte übersetzen."
1917
 
1918
- #: admin/tabs/v3/popup-notice/page.php:227
1919
  msgid ""
1920
  "Warning: If you change this text by your own you risk not be confirm with "
1921
  "the GDPR."
@@ -1923,89 +1998,89 @@ msgstr ""
1923
  "Warnung: Wenn Sie diesen Text ändern, verlieren Sie eventuell die DSGVO-"
1924
  "Konformität."
1925
 
1926
- #: admin/tabs/v3/popup-notice/page.php:232
1927
  msgid "Position:"
1928
  msgstr "Position:"
1929
 
1930
- #: admin/tabs/v3/popup-notice/page.php:234
1931
  msgid "On top"
1932
  msgstr "Oben"
1933
 
1934
- #: admin/tabs/v3/popup-notice/page.php:237
1935
  msgid "Bottom"
1936
  msgstr "Unten"
1937
 
1938
- #: admin/tabs/v3/popup-notice/page.php:240
1939
  msgid "Specifies the location where the cookie notice should be displayed."
1940
  msgstr "Gibt die Position an wo die Cookie Notice angezeigt werden soll."
1941
 
1942
- #: admin/tabs/v3/popup-notice/page.php:245
1943
  msgid "Animation"
1944
  msgstr "Animation"
1945
 
1946
- #: admin/tabs/v3/popup-notice/page.php:247
1947
  msgid "None"
1948
  msgstr "Keine"
1949
 
1950
- #: admin/tabs/v3/popup-notice/page.php:250
1951
  msgid "fade"
1952
  msgstr "Ausgleiten"
1953
 
1954
- #: admin/tabs/v3/popup-notice/page.php:253
1955
  msgid "hide"
1956
  msgstr "Ausblenden"
1957
 
1958
- #: admin/tabs/v3/popup-notice/page.php:256
1959
  msgid "Animation when accepting the cookie message."
1960
  msgstr "Animation beim Akzeptieren der Cookie-Nachricht."
1961
 
1962
- #: admin/tabs/v3/popup-notice/page.php:260
1963
  msgid "Font size"
1964
  msgstr "Textgröße"
1965
 
1966
- #: admin/tabs/v3/popup-notice/page.php:287
1967
  msgid "Background color"
1968
  msgstr "Hintergrundfarbe"
1969
 
1970
- #: admin/tabs/v3/popup-notice/page.php:289
1971
  msgid "Specifies the background color of the cookie notice."
1972
  msgstr "Definiert die Hintergrundfarbe der Cookie Notice."
1973
 
1974
- #: admin/tabs/v3/popup-notice/page.php:296
1975
  msgid "Specifies the text/font color of the cookie notice text."
1976
  msgstr "Definiert die Schriftfarbe der Cookie Notice."
1977
 
1978
- #: admin/tabs/v3/popup-notice/page.php:301
1979
  msgid "Button background color"
1980
  msgstr "Hintergrundfarbe des Buttons"
1981
 
1982
- #: admin/tabs/v3/popup-notice/page.php:303
1983
  msgid "Specifies the background color of the cookie notice button."
1984
  msgstr "Definiert die Hintergrundfarbe des Buttons der Cookie Notice."
1985
 
1986
- #: admin/tabs/v3/popup-notice/page.php:310
1987
  msgid "Specifies the border color of the cookie notice button."
1988
  msgstr "Definiert die Rahmenfarbe des Buttons der Cookie Notice."
1989
 
1990
- #: admin/tabs/v3/popup-notice/page.php:329
1991
  msgid "Button text/font color"
1992
  msgstr "Schriftfarbe des Buttons"
1993
 
1994
- #: admin/tabs/v3/popup-notice/page.php:331
1995
  msgid "Specifies the text/font color of the cookie notice button."
1996
  msgstr "Definiert die Schriftfarbe des Buttons der Cookie Notice."
1997
 
1998
- #: admin/tabs/v3/popup-notice/page.php:336
1999
  msgid "CSS class cookie notice"
2000
  msgstr "CSS Klasse Cookie Notice"
2001
 
2002
- #: admin/tabs/v3/popup-notice/page.php:337
2003
- #: admin/tabs/v3/popup-notice/page.php:344
2004
- #: admin/tabs/v3/popup-notice/page.php:351
2005
  msgid ".myClass1 .myClass2"
2006
  msgstr ""
2007
 
2008
- #: admin/tabs/v3/popup-notice/page.php:338
2009
  msgid ""
2010
  "Specifies one or multiple additional classes for the cookie notice. Please "
2011
  "specify them without leading \".\""
@@ -2013,11 +2088,11 @@ msgstr ""
2013
  "Hier können Sie eine oder mehrere zusätzliche CSS Klassen angeben um die "
2014
  "Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden Punkte an."
2015
 
2016
- #: admin/tabs/v3/popup-notice/page.php:343
2017
  msgid "CSS class text"
2018
  msgstr "CSS Klassen für Text"
2019
 
2020
- #: admin/tabs/v3/popup-notice/page.php:345
2021
  msgid ""
2022
  "Specifies one or multiple additional classes for the text of cookie notice. "
2023
  "Please specify them with leading \".\""
@@ -2026,11 +2101,11 @@ msgstr ""
2026
  "Text der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2027
  "Punkte an."
2028
 
2029
- #: admin/tabs/v3/popup-notice/page.php:350
2030
  msgid "CSS class button"
2031
  msgstr "CSS Klasse für Button"
2032
 
2033
- #: admin/tabs/v3/popup-notice/page.php:352
2034
  msgid ""
2035
  "Specifies one or multiple additional classes for the button of cookie "
2036
  "notice. Please specify them with leading \".\""
@@ -2039,15 +2114,15 @@ msgstr ""
2039
  "Buttons der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2040
  "Punkte an."
2041
 
2042
- #: admin/tabs/v3/popup-notice/page.php:358
2043
  msgid "Height of cookie notice"
2044
  msgstr "Höhe der Cookie Notice"
2045
 
2046
- #: admin/tabs/v3/popup-notice/page.php:384
2047
  msgid "Show WP DSGVO Tools (GDPR) icon"
2048
  msgstr "WP DSGVO Tools (GDPR) Icon anzeigen"
2049
 
2050
- #: admin/tabs/v3/popup-notice/page.php:386
2051
  msgid ""
2052
  "Displays the WP DSGVO Tools (GDPR) icon on the left side of the cookie "
2053
  "notice."
@@ -2242,8 +2317,8 @@ msgstr "Ablehnen"
2242
 
2243
  #: admin/tabs/v3/subject-access-request/page.php:188
2244
  #: admin/tabs/v3/super-unsubscribe/page.php:301
2245
- #: public/class-sp-dsgvo-public.php:632 public/class-sp-dsgvo-public.php:739
2246
- #: public/class-sp-dsgvo-public.php:783
2247
  msgid "Yes"
2248
  msgstr "Ja"
2249
 
@@ -2257,8 +2332,8 @@ msgstr "Ja"
2257
  #: includes/integrations/targeting/fbpixel/page.php:45
2258
  #: includes/integrations/targeting/gadsense/page.php:43
2259
  #: includes/integrations/targeting/linkedinpixel/page.php:45
2260
- #: public/class-sp-dsgvo-public.php:632 public/class-sp-dsgvo-public.php:739
2261
- #: public/class-sp-dsgvo-public.php:783
2262
  msgid "No"
2263
  msgstr "Nein"
2264
 
@@ -2500,6 +2575,137 @@ msgstr ""
2500
  msgid "Targeting"
2501
  msgstr "Targeting/Werbung"
2502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2503
  #: includes/class-sp-dsgvo-ajax-action.php:93
2504
  msgid "Public property $action not provied"
2505
  msgstr "Eigenschaft $action nicht mitgesendet"
@@ -2508,1027 +2714,1027 @@ msgstr "Eigenschaft $action nicht mitgesendet"
2508
  msgid "Other Server"
2509
  msgstr "Anderer Server"
2510
 
2511
- #: includes/class-sp-dsgvo-constants.php:91
2512
  msgid "Other Provider"
2513
  msgstr "Anderer Provider"
2514
 
2515
- #: includes/class-sp-dsgvo-constants.php:106
2516
  msgid "Cash"
2517
  msgstr "Bar"
2518
 
2519
- #: includes/class-sp-dsgvo-constants.php:107
2520
  msgid "Cash on delivery"
2521
  msgstr "Nachnahme"
2522
 
2523
- #: includes/class-sp-dsgvo-constants.php:108
2524
  msgid "Bank Transfer"
2525
  msgstr "Banküberweisung"
2526
 
2527
- #: includes/class-sp-dsgvo-constants.php:143
2528
  msgid "By own web/email server"
2529
  msgstr "Über eigenen Web/Mailserver"
2530
 
2531
- #: includes/class-sp-dsgvo-constants.php:153
2532
  msgid "Other"
2533
  msgstr "Anderer"
2534
 
2535
- #: includes/class-sp-dsgvo-constants.php:161
2536
  msgid "Afghanistan"
2537
  msgstr ""
2538
 
2539
- #: includes/class-sp-dsgvo-constants.php:162
2540
  msgid "&#197;land Islands"
2541
  msgstr ""
2542
 
2543
- #: includes/class-sp-dsgvo-constants.php:163
2544
  msgid "Albania"
2545
  msgstr "Albanien"
2546
 
2547
- #: includes/class-sp-dsgvo-constants.php:164
2548
  msgid "Algeria"
2549
  msgstr ""
2550
 
2551
- #: includes/class-sp-dsgvo-constants.php:165
2552
  msgid "American Samoa"
2553
  msgstr ""
2554
 
2555
- #: includes/class-sp-dsgvo-constants.php:166
2556
  msgid "Andorra"
2557
  msgstr ""
2558
 
2559
- #: includes/class-sp-dsgvo-constants.php:167
2560
  msgid "Angola"
2561
  msgstr ""
2562
 
2563
- #: includes/class-sp-dsgvo-constants.php:168
2564
  msgid "Anguilla"
2565
  msgstr ""
2566
 
2567
- #: includes/class-sp-dsgvo-constants.php:169
2568
  msgid "Antarctica"
2569
  msgstr ""
2570
 
2571
- #: includes/class-sp-dsgvo-constants.php:170
2572
  msgid "Antigua and Barbuda"
2573
  msgstr ""
2574
 
2575
- #: includes/class-sp-dsgvo-constants.php:171
2576
  msgid "Argentina"
2577
  msgstr "Argentinien"
2578
 
2579
- #: includes/class-sp-dsgvo-constants.php:172
2580
  msgid "Armenia"
2581
  msgstr ""
2582
 
2583
- #: includes/class-sp-dsgvo-constants.php:173
2584
  msgid "Aruba"
2585
  msgstr ""
2586
 
2587
- #: includes/class-sp-dsgvo-constants.php:174
2588
  msgid "Australia"
2589
  msgstr "Australien"
2590
 
2591
- #: includes/class-sp-dsgvo-constants.php:176
2592
  msgid "Azerbaijan"
2593
  msgstr ""
2594
 
2595
- #: includes/class-sp-dsgvo-constants.php:177
2596
  msgid "Bahamas"
2597
  msgstr ""
2598
 
2599
- #: includes/class-sp-dsgvo-constants.php:178
2600
  msgid "Bahrain"
2601
  msgstr ""
2602
 
2603
- #: includes/class-sp-dsgvo-constants.php:179
2604
  msgid "Bangladesh"
2605
  msgstr ""
2606
 
2607
- #: includes/class-sp-dsgvo-constants.php:180
2608
  msgid "Barbados"
2609
  msgstr ""
2610
 
2611
- #: includes/class-sp-dsgvo-constants.php:181
2612
  msgid "Belarus"
2613
  msgstr ""
2614
 
2615
- #: includes/class-sp-dsgvo-constants.php:182
2616
  msgid "Belgium"
2617
  msgstr "Belgien"
2618
 
2619
- #: includes/class-sp-dsgvo-constants.php:183
2620
  msgid "Belau"
2621
  msgstr ""
2622
 
2623
- #: includes/class-sp-dsgvo-constants.php:184
2624
  msgid "Belize"
2625
  msgstr ""
2626
 
2627
- #: includes/class-sp-dsgvo-constants.php:185
2628
  msgid "Benin"
2629
  msgstr ""
2630
 
2631
- #: includes/class-sp-dsgvo-constants.php:186
2632
  msgid "Bermuda"
2633
  msgstr ""
2634
 
2635
- #: includes/class-sp-dsgvo-constants.php:187
2636
  msgid "Bhutan"
2637
  msgstr ""
2638
 
2639
- #: includes/class-sp-dsgvo-constants.php:188
2640
  msgid "Bolivia"
2641
  msgstr ""
2642
 
2643
- #: includes/class-sp-dsgvo-constants.php:189
2644
  msgid "Bonaire, Saint Eustatius and Saba"
2645
  msgstr ""
2646
 
2647
- #: includes/class-sp-dsgvo-constants.php:190
2648
  msgid "Bosnia and Herzegovina"
2649
  msgstr ""
2650
 
2651
- #: includes/class-sp-dsgvo-constants.php:191
2652
  msgid "Botswana"
2653
  msgstr ""
2654
 
2655
- #: includes/class-sp-dsgvo-constants.php:192
2656
  msgid "Bouvet Island"
2657
  msgstr ""
2658
 
2659
- #: includes/class-sp-dsgvo-constants.php:193
2660
  msgid "Brazil"
2661
  msgstr "Brasilien"
2662
 
2663
- #: includes/class-sp-dsgvo-constants.php:194
2664
  msgid "British Indian Ocean Territory"
2665
  msgstr ""
2666
 
2667
- #: includes/class-sp-dsgvo-constants.php:195
2668
  msgid "Brunei"
2669
  msgstr ""
2670
 
2671
- #: includes/class-sp-dsgvo-constants.php:196
2672
  msgid "Bulgaria"
2673
  msgstr "Bulgarien"
2674
 
2675
- #: includes/class-sp-dsgvo-constants.php:197
2676
  msgid "Burkina Faso"
2677
  msgstr ""
2678
 
2679
- #: includes/class-sp-dsgvo-constants.php:198
2680
  msgid "Burundi"
2681
  msgstr ""
2682
 
2683
- #: includes/class-sp-dsgvo-constants.php:199
2684
  msgid "Cambodia"
2685
  msgstr ""
2686
 
2687
- #: includes/class-sp-dsgvo-constants.php:200
2688
  msgid "Cameroon"
2689
  msgstr ""
2690
 
2691
- #: includes/class-sp-dsgvo-constants.php:201
2692
  msgid "Canada"
2693
  msgstr "Kanada"
2694
 
2695
- #: includes/class-sp-dsgvo-constants.php:202
2696
  msgid "Cape Verde"
2697
  msgstr ""
2698
 
2699
- #: includes/class-sp-dsgvo-constants.php:203
2700
  msgid "Cayman Islands"
2701
  msgstr ""
2702
 
2703
- #: includes/class-sp-dsgvo-constants.php:204
2704
  msgid "Central African Republic"
2705
  msgstr ""
2706
 
2707
- #: includes/class-sp-dsgvo-constants.php:205
2708
  msgid "Chad"
2709
  msgstr ""
2710
 
2711
- #: includes/class-sp-dsgvo-constants.php:206
2712
  msgid "Chile"
2713
  msgstr ""
2714
 
2715
- #: includes/class-sp-dsgvo-constants.php:207
2716
  msgid "China"
2717
  msgstr ""
2718
 
2719
- #: includes/class-sp-dsgvo-constants.php:208
2720
  msgid "Christmas Island"
2721
  msgstr ""
2722
 
2723
- #: includes/class-sp-dsgvo-constants.php:209
2724
  msgid "Cocos (Keeling) Islands"
2725
  msgstr ""
2726
 
2727
- #: includes/class-sp-dsgvo-constants.php:210
2728
  msgid "Colombia"
2729
  msgstr ""
2730
 
2731
- #: includes/class-sp-dsgvo-constants.php:211
2732
  msgid "Comoros"
2733
  msgstr ""
2734
 
2735
- #: includes/class-sp-dsgvo-constants.php:212
2736
  msgid "Congo (Brazzaville)"
2737
  msgstr ""
2738
 
2739
- #: includes/class-sp-dsgvo-constants.php:213
2740
  msgid "Congo (Kinshasa)"
2741
  msgstr ""
2742
 
2743
- #: includes/class-sp-dsgvo-constants.php:214
2744
  msgid "Cook Islands"
2745
  msgstr ""
2746
 
2747
- #: includes/class-sp-dsgvo-constants.php:215
2748
  msgid "Costa Rica"
2749
  msgstr ""
2750
 
2751
- #: includes/class-sp-dsgvo-constants.php:216
2752
  msgid "Croatia"
2753
  msgstr "Kroatien"
2754
 
2755
- #: includes/class-sp-dsgvo-constants.php:217
2756
  msgid "Cuba"
2757
  msgstr ""
2758
 
2759
- #: includes/class-sp-dsgvo-constants.php:218
2760
  msgid "Cura&ccedil;ao"
2761
  msgstr ""
2762
 
2763
- #: includes/class-sp-dsgvo-constants.php:219
2764
  msgid "Cyprus"
2765
  msgstr "Zypern"
2766
 
2767
- #: includes/class-sp-dsgvo-constants.php:220
2768
  msgid "Czech Republic"
2769
  msgstr "Tschechische Repuplik"
2770
 
2771
- #: includes/class-sp-dsgvo-constants.php:221
2772
  msgid "Denmark"
2773
  msgstr "Dänemark"
2774
 
2775
- #: includes/class-sp-dsgvo-constants.php:222
2776
  msgid "Djibouti"
2777
  msgstr ""
2778
 
2779
- #: includes/class-sp-dsgvo-constants.php:223
2780
  msgid "Dominica"
2781
  msgstr ""
2782
 
2783
- #: includes/class-sp-dsgvo-constants.php:224
2784
  msgid "Dominican Republic"
2785
  msgstr ""
2786
 
2787
- #: includes/class-sp-dsgvo-constants.php:225
2788
  msgid "Ecuador"
2789
  msgstr ""
2790
 
2791
- #: includes/class-sp-dsgvo-constants.php:226
2792
  msgid "Egypt"
2793
  msgstr "Ägypten"
2794
 
2795
- #: includes/class-sp-dsgvo-constants.php:227
2796
  msgid "El Salvador"
2797
  msgstr ""
2798
 
2799
- #: includes/class-sp-dsgvo-constants.php:228
2800
  msgid "Equatorial Guinea"
2801
  msgstr ""
2802
 
2803
- #: includes/class-sp-dsgvo-constants.php:229
2804
  msgid "Eritrea"
2805
  msgstr ""
2806
 
2807
- #: includes/class-sp-dsgvo-constants.php:230
2808
  msgid "Estonia"
2809
  msgstr "Estland"
2810
 
2811
- #: includes/class-sp-dsgvo-constants.php:231
2812
  msgid "Ethiopia"
2813
  msgstr ""
2814
 
2815
- #: includes/class-sp-dsgvo-constants.php:232
2816
  msgid "Falkland Islands"
2817
  msgstr ""
2818
 
2819
- #: includes/class-sp-dsgvo-constants.php:233
2820
  msgid "Faroe Islands"
2821
  msgstr ""
2822
 
2823
- #: includes/class-sp-dsgvo-constants.php:234
2824
  msgid "Fiji"
2825
  msgstr ""
2826
 
2827
- #: includes/class-sp-dsgvo-constants.php:235
2828
  msgid "Finland"
2829
  msgstr "Finnland"
2830
 
2831
- #: includes/class-sp-dsgvo-constants.php:236
2832
  msgid "France"
2833
  msgstr "Frankreich"
2834
 
2835
- #: includes/class-sp-dsgvo-constants.php:237
2836
  msgid "French Guiana"
2837
  msgstr ""
2838
 
2839
- #: includes/class-sp-dsgvo-constants.php:238
2840
  msgid "French Polynesia"
2841
  msgstr ""
2842
 
2843
- #: includes/class-sp-dsgvo-constants.php:239
2844
  msgid "French Southern Territories"
2845
  msgstr ""
2846
 
2847
- #: includes/class-sp-dsgvo-constants.php:240
2848
  msgid "Gabon"
2849
  msgstr ""
2850
 
2851
- #: includes/class-sp-dsgvo-constants.php:241
2852
  msgid "Gambia"
2853
  msgstr ""
2854
 
2855
- #: includes/class-sp-dsgvo-constants.php:242
2856
  msgid "Georgia"
2857
  msgstr ""
2858
 
2859
- #: includes/class-sp-dsgvo-constants.php:244
2860
  msgid "Ghana"
2861
  msgstr ""
2862
 
2863
- #: includes/class-sp-dsgvo-constants.php:245
2864
  msgid "Gibraltar"
2865
  msgstr ""
2866
 
2867
- #: includes/class-sp-dsgvo-constants.php:246
2868
  msgid "Greece"
2869
  msgstr "Griechenland"
2870
 
2871
- #: includes/class-sp-dsgvo-constants.php:247
2872
  msgid "Greenland"
2873
  msgstr ""
2874
 
2875
- #: includes/class-sp-dsgvo-constants.php:248
2876
  msgid "Grenada"
2877
  msgstr ""
2878
 
2879
- #: includes/class-sp-dsgvo-constants.php:249
2880
  msgid "Guadeloupe"
2881
  msgstr ""
2882
 
2883
- #: includes/class-sp-dsgvo-constants.php:250
2884
  msgid "Guam"
2885
  msgstr ""
2886
 
2887
- #: includes/class-sp-dsgvo-constants.php:251
2888
  msgid "Guatemala"
2889
  msgstr ""
2890
 
2891
- #: includes/class-sp-dsgvo-constants.php:252
2892
  msgid "Guernsey"
2893
  msgstr ""
2894
 
2895
- #: includes/class-sp-dsgvo-constants.php:253
2896
  msgid "Guinea"
2897
  msgstr ""
2898
 
2899
- #: includes/class-sp-dsgvo-constants.php:254
2900
  msgid "Guinea-Bissau"
2901
  msgstr ""
2902
 
2903
- #: includes/class-sp-dsgvo-constants.php:255
2904
  msgid "Guyana"
2905
  msgstr ""
2906
 
2907
- #: includes/class-sp-dsgvo-constants.php:256
2908
  msgid "Haiti"
2909
  msgstr ""
2910
 
2911
- #: includes/class-sp-dsgvo-constants.php:257
2912
  msgid "Heard Island and McDonald Islands"
2913
  msgstr ""
2914
 
2915
- #: includes/class-sp-dsgvo-constants.php:258
2916
  msgid "Honduras"
2917
  msgstr ""
2918
 
2919
- #: includes/class-sp-dsgvo-constants.php:259
2920
  msgid "Hong Kong"
2921
  msgstr ""
2922
 
2923
- #: includes/class-sp-dsgvo-constants.php:260
2924
  msgid "Hungary"
2925
  msgstr "Ungarn"
2926
 
2927
- #: includes/class-sp-dsgvo-constants.php:261
2928
  msgid "Iceland"
2929
  msgstr "Island"
2930
 
2931
- #: includes/class-sp-dsgvo-constants.php:262
2932
  msgid "India"
2933
  msgstr "Indien"
2934
 
2935
- #: includes/class-sp-dsgvo-constants.php:263
2936
  msgid "Indonesia"
2937
  msgstr ""
2938
 
2939
- #: includes/class-sp-dsgvo-constants.php:264
2940
  msgid "Iran"
2941
  msgstr "Iran"
2942
 
2943
- #: includes/class-sp-dsgvo-constants.php:265
2944
  msgid "Iraq"
2945
  msgstr "Irak"
2946
 
2947
- #: includes/class-sp-dsgvo-constants.php:266
2948
  msgid "Ireland"
2949
  msgstr "Irland"
2950
 
2951
- #: includes/class-sp-dsgvo-constants.php:267
2952
  msgid "Isle of Man"
2953
  msgstr ""
2954
 
2955
- #: includes/class-sp-dsgvo-constants.php:268
2956
  msgid "Israel"
2957
  msgstr ""
2958
 
2959
- #: includes/class-sp-dsgvo-constants.php:269
2960
  msgid "Italy"
2961
  msgstr "Italien"
2962
 
2963
- #: includes/class-sp-dsgvo-constants.php:270
2964
  msgid "Ivory Coast"
2965
  msgstr ""
2966
 
2967
- #: includes/class-sp-dsgvo-constants.php:271
2968
  msgid "Jamaica"
2969
  msgstr ""
2970
 
2971
- #: includes/class-sp-dsgvo-constants.php:272
2972
  msgid "Japan"
2973
  msgstr ""
2974
 
2975
- #: includes/class-sp-dsgvo-constants.php:273
2976
  msgid "Jersey"
2977
  msgstr ""
2978
 
2979
- #: includes/class-sp-dsgvo-constants.php:274
2980
  msgid "Jordan"
2981
  msgstr ""
2982
 
2983
- #: includes/class-sp-dsgvo-constants.php:275
2984
  msgid "Kazakhstan"
2985
  msgstr ""
2986
 
2987
- #: includes/class-sp-dsgvo-constants.php:276
2988
  msgid "Kenya"
2989
  msgstr ""
2990
 
2991
- #: includes/class-sp-dsgvo-constants.php:277
2992
  msgid "Kiribati"
2993
  msgstr ""
2994
 
2995
- #: includes/class-sp-dsgvo-constants.php:278
2996
  msgid "Kuwait"
2997
  msgstr ""
2998
 
2999
- #: includes/class-sp-dsgvo-constants.php:279
3000
  msgid "Kyrgyzstan"
3001
  msgstr ""
3002
 
3003
- #: includes/class-sp-dsgvo-constants.php:280
3004
  msgid "Laos"
3005
  msgstr ""
3006
 
3007
- #: includes/class-sp-dsgvo-constants.php:281
3008
  msgid "Latvia"
3009
  msgstr ""
3010
 
3011
- #: includes/class-sp-dsgvo-constants.php:282
3012
  msgid "Lebanon"
3013
  msgstr ""
3014
 
3015
- #: includes/class-sp-dsgvo-constants.php:283
3016
  msgid "Lesotho"
3017
  msgstr ""
3018
 
3019
- #: includes/class-sp-dsgvo-constants.php:284
3020
  msgid "Liberia"
3021
  msgstr ""
3022
 
3023
- #: includes/class-sp-dsgvo-constants.php:285
3024
  msgid "Libya"
3025
  msgstr ""
3026
 
3027
- #: includes/class-sp-dsgvo-constants.php:286
3028
  msgid "Liechtenstein"
3029
  msgstr "Liechtenstein"
3030
 
3031
- #: includes/class-sp-dsgvo-constants.php:287
3032
  msgid "Lithuania"
3033
  msgstr ""
3034
 
3035
- #: includes/class-sp-dsgvo-constants.php:288
3036
  msgid "Luxembourg"
3037
  msgstr "Luxemburg"
3038
 
3039
- #: includes/class-sp-dsgvo-constants.php:289
3040
  msgid "Macao"
3041
  msgstr ""
3042
 
3043
- #: includes/class-sp-dsgvo-constants.php:290
3044
  msgid "North Macedonia"
3045
  msgstr ""
3046
 
3047
- #: includes/class-sp-dsgvo-constants.php:291
3048
  msgid "Madagascar"
3049
  msgstr ""
3050
 
3051
- #: includes/class-sp-dsgvo-constants.php:292
3052
  msgid "Malawi"
3053
  msgstr ""
3054
 
3055
- #: includes/class-sp-dsgvo-constants.php:293
3056
  msgid "Malaysia"
3057
  msgstr ""
3058
 
3059
- #: includes/class-sp-dsgvo-constants.php:294
3060
  msgid "Maldives"
3061
  msgstr ""
3062
 
3063
- #: includes/class-sp-dsgvo-constants.php:295
3064
  msgid "Mali"
3065
  msgstr ""
3066
 
3067
- #: includes/class-sp-dsgvo-constants.php:296
3068
  msgid "Malta"
3069
  msgstr ""
3070
 
3071
- #: includes/class-sp-dsgvo-constants.php:297
3072
  msgid "Marshall Islands"
3073
  msgstr ""
3074
 
3075
- #: includes/class-sp-dsgvo-constants.php:298
3076
  msgid "Martinique"
3077
  msgstr ""
3078
 
3079
- #: includes/class-sp-dsgvo-constants.php:299
3080
  msgid "Mauritania"
3081
  msgstr ""
3082
 
3083
- #: includes/class-sp-dsgvo-constants.php:300
3084
  msgid "Mauritius"
3085
  msgstr ""
3086
 
3087
- #: includes/class-sp-dsgvo-constants.php:301
3088
  msgid "Mayotte"
3089
  msgstr ""
3090
 
3091
- #: includes/class-sp-dsgvo-constants.php:302
3092
  msgid "Mexico"
3093
  msgstr "Mexiko"
3094
 
3095
- #: includes/class-sp-dsgvo-constants.php:303
3096
  msgid "Micronesia"
3097
  msgstr ""
3098
 
3099
- #: includes/class-sp-dsgvo-constants.php:304
3100
  msgid "Moldova"
3101
  msgstr ""
3102
 
3103
- #: includes/class-sp-dsgvo-constants.php:305
3104
  msgid "Monaco"
3105
  msgstr ""
3106
 
3107
- #: includes/class-sp-dsgvo-constants.php:306
3108
  msgid "Mongolia"
3109
  msgstr ""
3110
 
3111
- #: includes/class-sp-dsgvo-constants.php:307
3112
  msgid "Montenegro"
3113
  msgstr ""
3114
 
3115
- #: includes/class-sp-dsgvo-constants.php:308
3116
  msgid "Montserrat"
3117
  msgstr ""
3118
 
3119
- #: includes/class-sp-dsgvo-constants.php:309
3120
  msgid "Morocco"
3121
  msgstr ""
3122
 
3123
- #: includes/class-sp-dsgvo-constants.php:310
3124
  msgid "Mozambique"
3125
  msgstr ""
3126
 
3127
- #: includes/class-sp-dsgvo-constants.php:311
3128
  msgid "Myanmar"
3129
  msgstr ""
3130
 
3131
- #: includes/class-sp-dsgvo-constants.php:312
3132
  msgid "Namibia"
3133
  msgstr ""
3134
 
3135
- #: includes/class-sp-dsgvo-constants.php:313
3136
  msgid "Nauru"
3137
  msgstr ""
3138
 
3139
- #: includes/class-sp-dsgvo-constants.php:314
3140
  msgid "Nepal"
3141
  msgstr ""
3142
 
3143
- #: includes/class-sp-dsgvo-constants.php:315
3144
  msgid "Netherlands"
3145
  msgstr "Niederlande"
3146
 
3147
- #: includes/class-sp-dsgvo-constants.php:316
3148
  msgid "New Caledonia"
3149
  msgstr ""
3150
 
3151
- #: includes/class-sp-dsgvo-constants.php:317
3152
  msgid "New Zealand"
3153
  msgstr "Neuseeland"
3154
 
3155
- #: includes/class-sp-dsgvo-constants.php:318
3156
  msgid "Nicaragua"
3157
  msgstr ""
3158
 
3159
- #: includes/class-sp-dsgvo-constants.php:319
3160
  msgid "Niger"
3161
  msgstr ""
3162
 
3163
- #: includes/class-sp-dsgvo-constants.php:320
3164
  msgid "Nigeria"
3165
  msgstr ""
3166
 
3167
- #: includes/class-sp-dsgvo-constants.php:321
3168
  msgid "Niue"
3169
  msgstr ""
3170
 
3171
- #: includes/class-sp-dsgvo-constants.php:322
3172
  msgid "Norfolk Island"
3173
  msgstr ""
3174
 
3175
- #: includes/class-sp-dsgvo-constants.php:323
3176
  msgid "Northern Mariana Islands"
3177
  msgstr ""
3178
 
3179
- #: includes/class-sp-dsgvo-constants.php:324
3180
  msgid "North Korea"
3181
  msgstr "Nordkorea"
3182
 
3183
- #: includes/class-sp-dsgvo-constants.php:325
3184
  msgid "Norway"
3185
  msgstr "Norwegen"
3186
 
3187
- #: includes/class-sp-dsgvo-constants.php:326
3188
  msgid "Oman"
3189
  msgstr ""
3190
 
3191
- #: includes/class-sp-dsgvo-constants.php:327
3192
  msgid "Pakistan"
3193
  msgstr ""
3194
 
3195
- #: includes/class-sp-dsgvo-constants.php:328
3196
  msgid "Palestinian Territory"
3197
  msgstr ""
3198
 
3199
- #: includes/class-sp-dsgvo-constants.php:329
3200
  msgid "Panama"
3201
  msgstr ""
3202
 
3203
- #: includes/class-sp-dsgvo-constants.php:330
3204
  msgid "Papua New Guinea"
3205
  msgstr ""
3206
 
3207
- #: includes/class-sp-dsgvo-constants.php:331
3208
  msgid "Paraguay"
3209
  msgstr ""
3210
 
3211
- #: includes/class-sp-dsgvo-constants.php:332
3212
  msgid "Peru"
3213
  msgstr ""
3214
 
3215
- #: includes/class-sp-dsgvo-constants.php:333
3216
  msgid "Philippines"
3217
  msgstr ""
3218
 
3219
- #: includes/class-sp-dsgvo-constants.php:334
3220
  msgid "Pitcairn"
3221
  msgstr ""
3222
 
3223
- #: includes/class-sp-dsgvo-constants.php:335
3224
  msgid "Poland"
3225
  msgstr "Polen"
3226
 
3227
- #: includes/class-sp-dsgvo-constants.php:336
3228
  msgid "Portugal"
3229
  msgstr ""
3230
 
3231
- #: includes/class-sp-dsgvo-constants.php:337
3232
  msgid "Puerto Rico"
3233
  msgstr ""
3234
 
3235
- #: includes/class-sp-dsgvo-constants.php:338
3236
  msgid "Qatar"
3237
  msgstr ""
3238
 
3239
- #: includes/class-sp-dsgvo-constants.php:339
3240
  msgid "Reunion"
3241
  msgstr ""
3242
 
3243
- #: includes/class-sp-dsgvo-constants.php:340
3244
  msgid "Romania"
3245
  msgstr "Rumänien"
3246
 
3247
- #: includes/class-sp-dsgvo-constants.php:341
3248
  msgid "Russia"
3249
  msgstr ""
3250
 
3251
- #: includes/class-sp-dsgvo-constants.php:342
3252
  msgid "Rwanda"
3253
  msgstr ""
3254
 
3255
- #: includes/class-sp-dsgvo-constants.php:343
3256
  msgid "Saint Barth&eacute;lemy"
3257
  msgstr ""
3258
 
3259
- #: includes/class-sp-dsgvo-constants.php:344
3260
  msgid "Saint Helena"
3261
  msgstr ""
3262
 
3263
- #: includes/class-sp-dsgvo-constants.php:345
3264
  msgid "Saint Kitts and Nevis"
3265
  msgstr ""
3266
 
3267
- #: includes/class-sp-dsgvo-constants.php:346
3268
  msgid "Saint Lucia"
3269
  msgstr ""
3270
 
3271
- #: includes/class-sp-dsgvo-constants.php:347
3272
  msgid "Saint Martin (French part)"
3273
  msgstr ""
3274
 
3275
- #: includes/class-sp-dsgvo-constants.php:348
3276
  msgid "Saint Martin (Dutch part)"
3277
  msgstr ""
3278
 
3279
- #: includes/class-sp-dsgvo-constants.php:349
3280
  msgid "Saint Pierre and Miquelon"
3281
  msgstr ""
3282
 
3283
- #: includes/class-sp-dsgvo-constants.php:350
3284
  msgid "Saint Vincent and the Grenadines"
3285
  msgstr ""
3286
 
3287
- #: includes/class-sp-dsgvo-constants.php:351
3288
  msgid "San Marino"
3289
  msgstr ""
3290
 
3291
- #: includes/class-sp-dsgvo-constants.php:352
3292
  msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
3293
  msgstr ""
3294
 
3295
- #: includes/class-sp-dsgvo-constants.php:353
3296
  msgid "Saudi Arabia"
3297
  msgstr ""
3298
 
3299
- #: includes/class-sp-dsgvo-constants.php:354
3300
  msgid "Senegal"
3301
  msgstr ""
3302
 
3303
- #: includes/class-sp-dsgvo-constants.php:355
3304
  msgid "Serbia"
3305
  msgstr "Serbien"
3306
 
3307
- #: includes/class-sp-dsgvo-constants.php:356
3308
  msgid "Seychelles"
3309
  msgstr ""
3310
 
3311
- #: includes/class-sp-dsgvo-constants.php:357
3312
  msgid "Sierra Leone"
3313
  msgstr ""
3314
 
3315
- #: includes/class-sp-dsgvo-constants.php:358
3316
  msgid "Singapore"
3317
  msgstr ""
3318
 
3319
- #: includes/class-sp-dsgvo-constants.php:359
3320
  msgid "Slovakia"
3321
  msgstr "Slowakei"
3322
 
3323
- #: includes/class-sp-dsgvo-constants.php:360
3324
  msgid "Slovenia"
3325
  msgstr "Slowenien"
3326
 
3327
- #: includes/class-sp-dsgvo-constants.php:361
3328
  msgid "Solomon Islands"
3329
  msgstr ""
3330
 
3331
- #: includes/class-sp-dsgvo-constants.php:362
3332
  msgid "Somalia"
3333
  msgstr ""
3334
 
3335
- #: includes/class-sp-dsgvo-constants.php:363
3336
  msgid "South Africa"
3337
  msgstr "Südafrika"
3338
 
3339
- #: includes/class-sp-dsgvo-constants.php:364
3340
  msgid "South Georgia/Sandwich Islands"
3341
  msgstr ""
3342
 
3343
- #: includes/class-sp-dsgvo-constants.php:365
3344
  msgid "South Korea"
3345
  msgstr "Südkorea"
3346
 
3347
- #: includes/class-sp-dsgvo-constants.php:366
3348
  msgid "South Sudan"
3349
  msgstr ""
3350
 
3351
- #: includes/class-sp-dsgvo-constants.php:367
3352
  msgid "Spain"
3353
  msgstr "Spanien"
3354
 
3355
- #: includes/class-sp-dsgvo-constants.php:368
3356
  msgid "Sri Lanka"
3357
  msgstr ""
3358
 
3359
- #: includes/class-sp-dsgvo-constants.php:369
3360
  msgid "Sudan"
3361
  msgstr ""
3362
 
3363
- #: includes/class-sp-dsgvo-constants.php:370
3364
  msgid "Suriname"
3365
  msgstr ""
3366
 
3367
- #: includes/class-sp-dsgvo-constants.php:371
3368
  msgid "Svalbard and Jan Mayen"
3369
  msgstr ""
3370
 
3371
- #: includes/class-sp-dsgvo-constants.php:372
3372
  msgid "Swaziland"
3373
  msgstr ""
3374
 
3375
- #: includes/class-sp-dsgvo-constants.php:373
3376
  msgid "Sweden"
3377
  msgstr "Schweden"
3378
 
3379
- #: includes/class-sp-dsgvo-constants.php:374
3380
  msgid "Switzerland"
3381
  msgstr "Schweiz"
3382
 
3383
- #: includes/class-sp-dsgvo-constants.php:375
3384
  msgid "Syria"
3385
  msgstr ""
3386
 
3387
- #: includes/class-sp-dsgvo-constants.php:376
3388
  msgid "Taiwan"
3389
  msgstr ""
3390
 
3391
- #: includes/class-sp-dsgvo-constants.php:377
3392
  msgid "Tajikistan"
3393
  msgstr ""
3394
 
3395
- #: includes/class-sp-dsgvo-constants.php:378
3396
  msgid "Tanzania"
3397
  msgstr ""
3398
 
3399
- #: includes/class-sp-dsgvo-constants.php:379
3400
  msgid "Thailand"
3401
  msgstr ""
3402
 
3403
- #: includes/class-sp-dsgvo-constants.php:380
3404
  msgid "Timor-Leste"
3405
  msgstr ""
3406
 
3407
- #: includes/class-sp-dsgvo-constants.php:381
3408
  msgid "Togo"
3409
  msgstr ""
3410
 
3411
- #: includes/class-sp-dsgvo-constants.php:382
3412
  msgid "Tokelau"
3413
  msgstr ""
3414
 
3415
- #: includes/class-sp-dsgvo-constants.php:383
3416
  msgid "Tonga"
3417
  msgstr ""
3418
 
3419
- #: includes/class-sp-dsgvo-constants.php:384
3420
  msgid "Trinidad and Tobago"
3421
  msgstr ""
3422
 
3423
- #: includes/class-sp-dsgvo-constants.php:385
3424
  msgid "Tunisia"
3425
  msgstr ""
3426
 
3427
- #: includes/class-sp-dsgvo-constants.php:386
3428
  msgid "Turkey"
3429
  msgstr "Türkei"
3430
 
3431
- #: includes/class-sp-dsgvo-constants.php:387
3432
  msgid "Turkmenistan"
3433
  msgstr ""
3434
 
3435
- #: includes/class-sp-dsgvo-constants.php:388
3436
  msgid "Turks and Caicos Islands"
3437
  msgstr ""
3438
 
3439
- #: includes/class-sp-dsgvo-constants.php:389
3440
  msgid "Tuvalu"
3441
  msgstr ""
3442
 
3443
- #: includes/class-sp-dsgvo-constants.php:390
3444
  msgid "Uganda"
3445
  msgstr ""
3446
 
3447
- #: includes/class-sp-dsgvo-constants.php:391
3448
  msgid "Ukraine"
3449
  msgstr ""
3450
 
3451
- #: includes/class-sp-dsgvo-constants.php:392
3452
  msgid "United Arab Emirates"
3453
  msgstr ""
3454
 
3455
- #: includes/class-sp-dsgvo-constants.php:393
3456
  msgid "United Kingdom (UK)"
3457
  msgstr ""
3458
 
3459
- #: includes/class-sp-dsgvo-constants.php:394
3460
  msgid "United States (US)"
3461
  msgstr "Vereinigte Staaten (US)"
3462
 
3463
- #: includes/class-sp-dsgvo-constants.php:395
3464
  msgid "United States (US) Minor Outlying Islands"
3465
  msgstr ""
3466
 
3467
- #: includes/class-sp-dsgvo-constants.php:396
3468
  msgid "Uruguay"
3469
  msgstr ""
3470
 
3471
- #: includes/class-sp-dsgvo-constants.php:397
3472
  msgid "Uzbekistan"
3473
  msgstr ""
3474
 
3475
- #: includes/class-sp-dsgvo-constants.php:398
3476
  msgid "Vanuatu"
3477
  msgstr ""
3478
 
3479
- #: includes/class-sp-dsgvo-constants.php:399
3480
  msgid "Vatican"
3481
  msgstr ""
3482
 
3483
- #: includes/class-sp-dsgvo-constants.php:400
3484
  msgid "Venezuela"
3485
  msgstr ""
3486
 
3487
- #: includes/class-sp-dsgvo-constants.php:401
3488
  msgid "Vietnam"
3489
  msgstr ""
3490
 
3491
- #: includes/class-sp-dsgvo-constants.php:402
3492
  msgid "Virgin Islands (British)"
3493
  msgstr ""
3494
 
3495
- #: includes/class-sp-dsgvo-constants.php:403
3496
  msgid "Virgin Islands (US)"
3497
  msgstr ""
3498
 
3499
- #: includes/class-sp-dsgvo-constants.php:404
3500
  msgid "Wallis and Futuna"
3501
  msgstr ""
3502
 
3503
- #: includes/class-sp-dsgvo-constants.php:405
3504
  msgid "Western Sahara"
3505
  msgstr ""
3506
 
3507
- #: includes/class-sp-dsgvo-constants.php:406
3508
  msgid "Samoa"
3509
  msgstr ""
3510
 
3511
- #: includes/class-sp-dsgvo-constants.php:407
3512
  msgid "Yemen"
3513
  msgstr ""
3514
 
3515
- #: includes/class-sp-dsgvo-constants.php:408
3516
  msgid "Zambia"
3517
  msgstr ""
3518
 
3519
- #: includes/class-sp-dsgvo-constants.php:409
3520
  msgid "Zimbabwe"
3521
  msgstr ""
3522
 
3523
- #: includes/class-sp-dsgvo-constants.php:422
3524
  msgid "I host it on the same server as this page"
3525
  msgstr "Ich hoste es am selben Server wie diese Website"
3526
 
3527
- #: includes/class-sp-dsgvo-constants.php:423
3528
  msgid "It's remote included (online/cloud)"
3529
  msgstr "Es wird remote eingebunden (via Cloud bzw. online Anbindung)"
3530
 
3531
- #: includes/class-sp-dsgvo-constants.php:424
3532
  msgid "I connect it to an server of an agency"
3533
  msgstr "Ich verbinde es zum Server einer Agentur"
3534
 
@@ -3691,15 +3897,15 @@ msgstr ""
3691
  "damit wir die Kommentare auf unserer Seite auswerten können. Weitere "
3692
  "Informationen finden Sie auf unserer Seite der Datenschutzerklärung."
3693
 
3694
- #: includes/class-sp-dsgvo-settings.php:98
3695
- #: includes/class-sp-dsgvo-settings.php:116
3696
  msgid ""
3697
  "I agree to the storage of the data for processing within the meaning of the "
3698
  "GDPR."
3699
  msgstr ""
3700
  "Ich stimme der Speicherung der Daten zur Verarbeitung im Sinne der DSGVO zu."
3701
 
3702
- #: includes/class-sp-dsgvo-settings.php:126
3703
  msgid ""
3704
  "To change your privacy setting, e.g. granting or withdrawing consent, click "
3705
  "here:"
@@ -3707,20 +3913,20 @@ msgstr ""
3707
  "Zum Ändern Ihrer Datenschutzeinstellung, z.B. Erteilung oder Widerruf von "
3708
  "Einwilligungen, klicken Sie hier:"
3709
 
3710
- #: includes/class-sp-dsgvo-settings.php:128
3711
  msgid "OK"
3712
  msgstr "OK"
3713
 
3714
- #: includes/class-sp-dsgvo-settings.php:132
3715
  msgid "Deny"
3716
  msgstr "Ablehnen"
3717
 
3718
- #: includes/class-sp-dsgvo-settings.php:135
3719
  msgid "More information"
3720
  msgstr "Mehr Information"
3721
 
3722
  #: includes/cron/do-check-privacy-policy-texts.php:22
3723
- #: includes/cron/do-check-privacy-policy-texts.php:68
3724
  msgid ""
3725
  "Attention. There are newer texts for the privacy policy. Please refresh them "
3726
  "ensure compliance. Click <a href=\"ADMIN_URL\" target=\"_blank\"> here</a> "
@@ -3733,7 +3939,7 @@ msgstr ""
3733
  "mit einem Klick auf \"Datenschutztexte neu laden\" die Texts aktualisieren "
3734
  "zu können."
3735
 
3736
- #: includes/cron/do-check-privacy-policy-texts.php:72
3737
  msgid "WP DSGVO Tools (GPDR) Privacy policy texts outdated"
3738
  msgstr "WP DSGVO Tools (GDPR) Datenschutztexte sind veraltet"
3739
 
@@ -3900,7 +4106,7 @@ msgid ""
3900
  msgstr ""
3901
  "Wenn aktiviert, wird der Inhalt von %s blockiert, bis der Besucher eine "
3902
  "Zustimmung erteilt. Zudem werden die entsprechenden Datenschutztexte in der "
3903
- "Datenschutzvereinbarung angezeigt."
3904
 
3905
  #: includes/integrations/mailchimp/MailchimpAPI.php:41
3906
  msgid "Invalid MailChimp API key"
@@ -4097,7 +4303,7 @@ msgid ""
4097
  msgstr ""
4098
  "Da Sie Matomo via Agentur einbinden, müssen Sie im obigen Textfeld die "
4099
  "Anschrift der Agentur eingeben. Diese Information wird für die "
4100
- "Datenschutzvereinbarung benötigt."
4101
 
4102
  #: includes/integrations/statistics/matomo/page.php:53
4103
  #: includes/integrations/statistics/piwik/page.php:54
@@ -4202,17 +4408,17 @@ msgstr "Produkt"
4202
  msgid "Subject access request"
4203
  msgstr "Datenauszug"
4204
 
4205
- #: includes/models/subject-access-request.php:195
4206
- #: includes/models/subject-access-request.php:196
4207
- #: includes/models/subject-access-request.php:198
4208
  msgid "All data of"
4209
  msgstr "Alle Daten zu"
4210
 
4211
- #: includes/models/subject-access-request.php:198
4212
  msgid "Date"
4213
  msgstr "Datum"
4214
 
4215
- #: includes/models/subject-access-request.php:198
4216
  msgid "Source"
4217
  msgstr "Quelle"
4218
 
@@ -4220,15 +4426,15 @@ msgstr "Quelle"
4220
  msgid "updated their user permissions"
4221
  msgstr "hat die Berechtigungen geändert"
4222
 
4223
- #: public/class-sp-dsgvo-public.php:173 public/class-sp-dsgvo-public.php:182
4224
  msgid "Cookie Image"
4225
  msgstr "Cookie Bild"
4226
 
4227
- #: public/class-sp-dsgvo-public.php:220
4228
  msgid "Settings"
4229
  msgstr "Einstellungen"
4230
 
4231
- #: public/class-sp-dsgvo-public.php:374
4232
  msgid ""
4233
  "I, {OWNER-TEXT}, would like to process personal data with external services. "
4234
  "This is not necessary for using the website, but allows me to interact even "
@@ -4239,7 +4445,7 @@ msgstr ""
4239
  "ermöglicht mir aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4240
  "treffen Sie bitte eine Auswahl:"
4241
 
4242
- #: public/class-sp-dsgvo-public.php:377
4243
  msgid ""
4244
  "I, {OWNER-TEXT}, process personal data to operate this website only to the "
4245
  "extent technically necessary. All details in my privacy policy."
@@ -4248,7 +4454,7 @@ msgstr ""
4248
  "Daten nur im technisch unbedingt notwendigen Umfang. Alle Details dazu in "
4249
  "meiner Datenschutzerklärung."
4250
 
4251
- #: public/class-sp-dsgvo-public.php:384
4252
  msgid ""
4253
  "{OWNER-TEXT}, would like to process personal data with external services. "
4254
  "This is not necessary for using the website, but allows me to interact even "
@@ -4259,7 +4465,7 @@ msgstr ""
4259
  "ermöglicht aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4260
  "treffen Sie bitte eine Auswahl:"
4261
 
4262
- #: public/class-sp-dsgvo-public.php:387
4263
  msgid ""
4264
  "{OWNER-TEXT}, processes personal data only to the extent strictly necessary "
4265
  "for the operation of this website. All details in the privacy policy."
@@ -4268,11 +4474,11 @@ msgstr ""
4268
  "nur im technisch unbedingt notwendigen Umfang. Alle Details dazu in der "
4269
  "Datenschutzerklärung."
4270
 
4271
- #: public/class-sp-dsgvo-public.php:389
4272
  msgid "Owner"
4273
  msgstr "Besitzer"
4274
 
4275
- #: public/class-sp-dsgvo-public.php:394
4276
  msgid ""
4277
  "We, the {OWNER-TEXT}, would like to process personal information with "
4278
  "external services. This is not necessary for the use of the website, but "
@@ -4284,7 +4490,8 @@ msgstr ""
4284
  "ermöglicht uns aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4285
  "treffen Sie bitte eine Auswahl:"
4286
 
4287
- #: public/class-sp-dsgvo-public.php:397 public/class-sp-dsgvo-public.php:407
 
4288
  msgid ""
4289
  "We, {OWNER-TEXT}, process personal data for the operation of this website "
4290
  "only to the extent technically necessary. All details in our privacy policy."
@@ -4293,7 +4500,7 @@ msgstr ""
4293
  "Daten nur im technisch unbedingt notwendigen Umfang. Alle Details dazu in "
4294
  "unserer Datenschutzerklärung."
4295
 
4296
- #: public/class-sp-dsgvo-public.php:404
4297
  msgid ""
4298
  "We, {OWNER-TEXT}, would like to process personal information with external "
4299
  "services. This is not necessary for the use of the website, but allows us to "
@@ -4304,93 +4511,84 @@ msgstr ""
4304
  "ermöglicht uns aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4305
  "treffen Sie bitte eine Auswahl:"
4306
 
4307
- #: public/class-sp-dsgvo-public.php:440 public/class-sp-dsgvo-public.php:534
4308
  msgid "Logo of the popup"
4309
  msgstr "Logo des Popups"
4310
 
4311
- #: public/class-sp-dsgvo-public.php:440 public/class-sp-dsgvo-public.php:534
4312
  msgid "WP DSGVO Tools (GDPR) for Wordpress and WooCommerce."
4313
  msgstr "WP DSGVO Tools (GDPR) für Wordpress und WooCommerce."
4314
 
4315
- #: public/class-sp-dsgvo-public.php:444 public/class-sp-dsgvo-public.php:538
4316
- msgid "Data protection"
4317
- msgstr "Datenschutz"
4318
-
4319
- #: public/class-sp-dsgvo-public.php:445 public/class-sp-dsgvo-public.php:539
4320
  msgid "Details"
4321
  msgstr "Details"
4322
 
4323
- #: public/class-sp-dsgvo-public.php:474 public/class-sp-dsgvo-public.php:546
4324
- #: public/shortcodes/privacy-policy-link-shortcode.php:7
4325
- msgid "Privacy policy"
4326
- msgstr "Datenschutzerklärung"
4327
-
4328
- #: public/class-sp-dsgvo-public.php:486
4329
  msgid "Country Flag"
4330
  msgstr "Flagge"
4331
 
4332
- #: public/class-sp-dsgvo-public.php:500 public/class-sp-dsgvo-public.php:558
4333
- #: public/class-sp-dsgvo-public.php:572
4334
  msgid "Country flag"
4335
  msgstr "Flagge"
4336
 
4337
- #: public/class-sp-dsgvo-public.php:644
4338
  msgid "Loading details"
4339
  msgstr "Lade Details"
4340
 
4341
- #: public/class-sp-dsgvo-public.php:654
4342
  msgid "Back"
4343
  msgstr "Zurück"
4344
 
4345
- #: public/class-sp-dsgvo-public.php:665
4346
  msgid "Accept selection"
4347
  msgstr "Auswahl akzeptieren"
4348
 
4349
- #: public/class-sp-dsgvo-public.php:668
4350
  msgid "Accept nothing"
4351
  msgstr "Nichts akzeptieren"
4352
 
4353
- #: public/class-sp-dsgvo-public.php:671
4354
  msgid "Accept all"
4355
  msgstr "Alles akzeptieren"
4356
 
4357
- #: public/class-sp-dsgvo-public.php:675 public/class-sp-dsgvo-public.php:701
4358
  msgid "Ok"
4359
  msgstr "Ok"
4360
 
4361
- #: public/class-sp-dsgvo-public.php:685
4362
  msgid "Accept <br />selection"
4363
  msgstr "Auswahl<br />akzeptieren"
4364
 
4365
- #: public/class-sp-dsgvo-public.php:690
4366
  msgid "Accept <br />nothing"
4367
  msgstr "Nichts<br />akzeptieren"
4368
 
4369
- #: public/class-sp-dsgvo-public.php:695
4370
  msgid "Accept <br />all"
4371
  msgstr "Alles<br />akzeptieren"
4372
 
4373
- #: public/class-sp-dsgvo-public.php:730
4374
  msgid "Service"
4375
  msgstr "Dienst"
4376
 
4377
- #: public/class-sp-dsgvo-public.php:730
4378
  msgid "Services"
4379
  msgstr "Dienste"
4380
 
4381
- #: public/class-sp-dsgvo-public.php:763
4382
  msgid "via"
4383
  msgstr "via"
4384
 
4385
- #: public/class-sp-dsgvo-public.php:767
4386
  msgid "Local installation"
4387
  msgstr "Lokale Installation"
4388
 
4389
- #: public/class-sp-dsgvo-public.php:773 public/class-sp-dsgvo-public.php:778
4390
  msgid "All Details"
4391
  msgstr "Alle Details"
4392
 
4393
- #: public/class-sp-dsgvo-public.php:909
4394
  msgid "Terms: "
4395
  msgstr "AGB: "
4396
 
@@ -4406,16 +4604,16 @@ msgstr "Abgelehnt"
4406
  msgid "Company owner"
4407
  msgstr "Inhaber des Unternehmens"
4408
 
4409
- #: public/shortcodes/imprint.php:62 public/shortcodes/imprint.php:79
4410
- #: public/shortcodes/imprint.php:89
4411
  msgid "Sales tax identification number"
4412
  msgstr "Umsatzsteuer-Identifikationsnummer"
4413
 
4414
- #: public/shortcodes/imprint.php:76
4415
  msgid "Register Court & Register Number"
4416
  msgstr "Registergericht & Registernummer"
4417
 
4418
- #: public/shortcodes/imprint.php:104
4419
  msgid ""
4420
  "European Commission Online Dispute Resolution (OS) platform for consumers: "
4421
  "<a href=\"https://ec.europa.eu/consumers/odr/\" target=\"_blank\">https://ec."
@@ -4432,96 +4630,96 @@ msgstr ""
4432
  msgid "Responsible"
4433
  msgstr "Verantwortlich"
4434
 
4435
- #: public/shortcodes/privacy-policy.php:77
4436
- #: public/shortcodes/privacy-policy.php:86
4437
- #: public/shortcodes/privacy-policy.php:109
4438
- #: public/shortcodes/privacy-policy.php:119
4439
  msgid "attn."
4440
  msgstr "z.H."
4441
 
4442
- #: public/shortcodes/privacy-policy.php:81
4443
- #: public/shortcodes/privacy-policy.php:90
4444
- #: public/shortcodes/privacy-policy.php:113
4445
- #: public/shortcodes/privacy-policy.php:123
4446
  msgid "Phone:"
4447
  msgstr "Telefon:"
4448
 
4449
- #: public/shortcodes/privacy-policy.php:82
4450
- #: public/shortcodes/privacy-policy.php:91
4451
- #: public/shortcodes/privacy-policy.php:114
4452
- #: public/shortcodes/privacy-policy.php:124
4453
  msgid "Email:"
4454
  msgstr "Email:"
4455
 
4456
- #: public/shortcodes/privacy-policy.php:97
4457
  msgid "Data security officer"
4458
  msgstr "Datenschutzbeauftragter"
4459
 
4460
- #: public/shortcodes/privacy-policy.php:129
4461
  msgid "Responsible for privacy issues"
4462
  msgstr "Verantwortlich für Datenschutzfragen"
4463
 
4464
- #: public/shortcodes/privacy-policy.php:137
4465
  msgid "Hosting"
4466
  msgstr "Hosting Provider"
4467
 
4468
- #: public/shortcodes/privacy-policy.php:167
4469
  msgid "Server Log Files"
4470
  msgstr "Server Log Files"
4471
 
4472
- #: public/shortcodes/privacy-policy.php:206
4473
  msgid "Contact Form"
4474
  msgstr "Kontaktformular"
4475
 
4476
- #: public/shortcodes/privacy-policy.php:211
4477
  msgid "Application Form"
4478
  msgstr "Bewerbungsformular"
4479
 
4480
- #: public/shortcodes/privacy-policy.php:221
4481
  msgid "Registration Form"
4482
  msgstr "Registrierungsformular"
4483
 
4484
- #: public/shortcodes/privacy-policy.php:226
4485
  msgid "Comments Form"
4486
  msgstr "Kommentarformular"
4487
 
4488
- #: public/shortcodes/privacy-policy.php:244
4489
  msgid "Security Services"
4490
  msgstr "Sicherheitsdienste"
4491
 
4492
- #: public/shortcodes/privacy-policy.php:275
4493
  msgid "Web Fonts"
4494
  msgstr "Web Schriften"
4495
 
4496
- #: public/shortcodes/privacy-policy.php:316
4497
  msgid "Web Shop"
4498
  msgstr "Web Shop"
4499
 
4500
- #: public/shortcodes/privacy-policy.php:328
4501
  msgid "Payments are processed via:"
4502
  msgstr "Zahlungen werden abgewickelt mit:"
4503
 
4504
- #: public/shortcodes/privacy-policy.php:354
4505
  msgid "Tag Manager"
4506
  msgstr "Tag Manager"
4507
 
4508
- #: public/shortcodes/privacy-policy.php:384
4509
  msgid "Analysis Services"
4510
  msgstr "Analysedienste"
4511
 
4512
- #: public/shortcodes/privacy-policy.php:405
4513
  msgid "Ads, Profiling, Tracking, Retargeting"
4514
  msgstr "Targeting / Profiling / Werbung"
4515
 
4516
- #: public/shortcodes/privacy-policy.php:442
4517
  msgid "Right to object"
4518
  msgstr "Widerspruchsrecht"
4519
 
4520
- #: public/shortcodes/privacy-policy.php:447
4521
  msgid "Withdrawal"
4522
  msgstr "Widerrufsrecht"
4523
 
4524
- #: public/shortcodes/privacy-policy.php:452
4525
  msgid "Right to data subject"
4526
  msgstr "Betroffenenrechte"
4527
 
@@ -4739,6 +4937,55 @@ msgstr ""
4739
  "Wenn Sie dies nicht durchf&uuml;hren m&ouml;chten, k&ouml;nnen Sie dieses E-"
4740
  "Mail gnorieren."
4741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4742
  #~ msgid "Embeddings are here"
4743
  #~ msgstr "Embeddings nun verfügbar"
4744
 
@@ -4985,9 +5232,6 @@ msgstr ""
4985
  #~ "Der Unternehmensname oder Vor- und Nachname bei Einezlunternehmen oder "
4986
  #~ "nicht-kommerziellen Seiten."
4987
 
4988
- #~ msgid "Legal representatives"
4989
- #~ msgstr "Gesetzlicher Vertreter"
4990
-
4991
  #~ msgid "JavaScript code"
4992
  #~ msgstr "JavaScript Code"
4993
 
@@ -5149,9 +5393,6 @@ msgstr ""
5149
  #~ msgid "Confirmation text"
5150
  #~ msgstr "Zustimmungstext"
5151
 
5152
- #~ msgid "Company data"
5153
- #~ msgstr "Unternehmensdaten"
5154
-
5155
  #~ msgid ""
5156
  #~ "The following input fields represent the basic data necessary for the "
5157
  #~ "creation of GDPR compliant data protection regulations and an imprint."
@@ -5436,9 +5677,6 @@ msgstr ""
5436
  #~ msgid "Page"
5437
  #~ msgstr "Seite"
5438
 
5439
- #~ msgid "Content"
5440
- #~ msgstr "Inhalt"
5441
-
5442
  #~ msgid ""
5443
  #~ "The shortcode <code>[privacy_policy]</code> generates a privacy page from "
5444
  #~ "the input made under General Settings."
@@ -5766,9 +6004,6 @@ msgstr ""
5766
  #~ msgid "Google Analytics:"
5767
  #~ msgstr "Google Analytics:"
5768
 
5769
- #~ msgid "More options"
5770
- #~ msgstr "Mehr Optionen"
5771
-
5772
  #~ msgid "ERROR: "
5773
  #~ msgstr "FEHLER: "
5774
 
@@ -5841,9 +6076,6 @@ msgstr ""
5841
  #~ msgid "Socials Tracker"
5842
  #~ msgstr "Socials Tracker"
5843
 
5844
- #~ msgid "Legal advice"
5845
- #~ msgstr "Rechtsberatung"
5846
-
5847
  #~ msgid "Privacy policy & Plugins"
5848
  #~ msgstr "Datenschutz & Plugins"
5849
 
@@ -6867,9 +7099,6 @@ msgstr ""
6867
  #~ msgid "Datenschutzeinstellungen Benutzer"
6868
  #~ msgstr "Datenschutzeinstellungen Benutzer"
6869
 
6870
- #~ msgid "Datenschutz"
6871
- #~ msgstr "Privacy Policy"
6872
-
6873
  #~ msgid ""
6874
  #~ "Die URL zu den Datenschutzbestimmungen des Versanddienstleisters mit dem "
6875
  #~ "die Newsletter versendet werden."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2020-04-02 13:10+0200\n"
5
+ "PO-Revision-Date: 2020-04-02 13:35+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
31
  msgid "What's new, what has changed:"
32
  msgstr "Neuigkeiten und Änderungen:"
33
 
34
+ #: admin/base.php:49 admin/class-sp-dsgvo-admin.php:292
35
  #, php-format
36
  msgid ""
37
  "Since version 3.1, the premium version is able to embed <strong>external "
75
  msgid "Blog to Premium Upgrade"
76
  msgstr "Blog zu Premium Upgrade"
77
 
78
+ #: admin/base.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  msgid "Need help?"
80
  msgstr "Hilfe benötigt?"
81
 
82
+ #: admin/base.php:67
83
  msgid ""
84
  "Do you have problems our questions how to configure this plugin correctly? "
85
  "Just visit <a href=\"https://legalweb.freshdesk.com/support/solutions\" "
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:25
96
+ msgid "Free Webinars"
97
+ msgstr "Kostenlose Webinare"
98
+
99
+ #: admin/base.php:73
100
+ msgid "Next 3 dates"
101
+ msgstr "Nächsten 3 Termine"
102
+
103
+ #: admin/base.php:129
104
  msgid "Upgrade to Premium"
105
  msgstr "Upgrade to Premium"
106
 
107
+ #: admin/base.php:132
108
  msgid "All integrations"
109
  msgstr "Alle Integrationen"
110
 
111
+ #: admin/base.php:133
112
  msgid ""
113
  "Tag Manager support <small>(Google TagManager &amp; Matomo Tag Manager)</"
114
  "small>"
116
  "Tag Manager Unterstützung <small>(Google TagManager &amp; Matomo Tag "
117
  "Manager)</small>"
118
 
119
+ #: admin/base.php:134
120
  msgid ""
121
  "Embeddings <small>(Currently: Facebook, Google Maps, YouTube, Vimeo, "
122
  "OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
124
  "Embeddings/sonstige Inhalte <small>(Aktuell: Facebook, Google Maps, "
125
  "YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
126
 
127
+ #: admin/base.php:135
128
  msgid ""
129
  "WooCommerce Features <small>(Checkbox, data request, delete request)</small>"
130
  msgstr ""
131
  "WooCommerce Features <small>(Checkbox, Datenauszug, Löschanfrage)</small>"
132
 
133
+ #: admin/base.php:138
134
  msgid "Automatic updates of law texts"
135
  msgstr "Automatische Updates der Rechtstexte"
136
 
137
+ #: admin/base.php:139
138
  msgid "Access to support"
139
  msgstr "Zugang zum Support"
140
 
141
+ #: admin/base.php:140
142
  msgid "No ads"
143
  msgstr "Keine Werbung"
144
 
145
+ #: admin/base.php:141
146
  msgid "You support the further development"
147
  msgstr "Sie unterstützen die Weiterentwicklung"
148
 
149
+ #: admin/base.php:143
150
+ msgid "Buy Premium License"
151
+ msgstr "Premium Lizenz kaufen"
152
+
153
  #: admin/class-sp-dsgvo-admin-tab.php:56
154
  msgid "Public property $action not provided"
155
  msgstr "Eigenschaft $action nicht mitgesendet"
156
 
157
+ #: admin/class-sp-dsgvo-admin.php:79
158
  msgid "Common"
159
  msgstr "Allgemein"
160
 
161
+ #: admin/class-sp-dsgvo-admin.php:99
162
  msgid "FAQ"
163
  msgstr "FAQ"
164
 
165
+ #: admin/class-sp-dsgvo-admin.php:100
166
  msgid "GDPR Shortinfo"
167
  msgstr "DSGVO Quickinfo"
168
 
169
+ #: admin/class-sp-dsgvo-admin.php:102
170
  msgid "About legal web"
171
  msgstr "Über legal web"
172
 
173
+ #: admin/class-sp-dsgvo-admin.php:148
174
  msgid "Are you sure you want to dismiss this request?"
175
  msgstr "Sind Sie Sicher dass Sie die Anfrage abbrechen wollen?"
176
 
177
+ #: admin/class-sp-dsgvo-admin.php:167
178
  msgid "Privacy settings user page"
179
  msgstr "Datenschutzeinstellungen Benutzer Seite"
180
 
181
+ #: admin/class-sp-dsgvo-admin.php:168
182
  #: admin/tabs/v3/super-unsubscribe/page.php:61
183
  msgid "Delete request page"
184
  msgstr "Löschanfrage Seite"
185
 
186
+ #: admin/class-sp-dsgvo-admin.php:169
187
  msgid "Terms page"
188
  msgstr "AGB Seite"
189
 
190
+ #: admin/class-sp-dsgvo-admin.php:170
191
  msgid "Explicit permissions page"
192
  msgstr "Explizite Berechtigungen Seite"
193
 
194
+ #: admin/class-sp-dsgvo-admin.php:171
195
  msgid "Opt Out page"
196
  msgstr "Opt Out Seite"
197
 
198
+ #: admin/class-sp-dsgvo-admin.php:172
199
  #: admin/tabs/v3/common-settings/page.php:195
200
  msgid "Privacy policy page"
201
+ msgstr "Datenschutzerklärung Seite"
202
 
203
+ #: admin/class-sp-dsgvo-admin.php:173
204
  msgid "Subject access request page"
205
  msgstr "Datenauszug Seite"
206
 
207
+ #: admin/class-sp-dsgvo-admin.php:174 admin/tabs/v3/operator/page.php:554
208
  msgid "Imprint page"
209
  msgstr "Impressum Seite"
210
 
211
+ #: admin/class-sp-dsgvo-admin.php:248
212
  msgid ""
213
  "Attention. Google has changed his GDPR texts. Please refresh your Privacy "
214
  "Policy by pressing \"Reload ... template\" button under privacy policy "
218
  "Änderungen (Änderungen für Google) zu erhalten. Benutzen Sie dazu den Button "
219
  "\"... Template laden\" in den Datenschutzeinstellungen."
220
 
221
+ #: admin/class-sp-dsgvo-admin.php:256
222
  msgid ""
223
  "Attention. Your license is not valid any more. Please check WP DSGVO Tools "
224
  "settings to extend your license or visit <a href=\"URL_HERE\" target=\"_blank"
230
  "\">https://wp-dsgvo.eu/shop</a>\n"
231
  "."
232
 
233
+ #: admin/class-sp-dsgvo-admin.php:265
234
  msgid ""
235
  "Attention. Your license is going to get invalid in a few days. Please check "
236
  "WP DSGVO Tools settings to extend your license or visit <a href=\"URL_HERE\" "
241
  "auf, oder besuchen Sie unseren Shop unter <a href=\"URL_HERE\" target="
242
  "\"_blank\">https://wp-dsgvo.eu/shop</a>."
243
 
244
+ #: admin/class-sp-dsgvo-admin.php:274
245
  msgid ""
246
  "Attention. There are newer texts for the privacy policy. Please refresh them "
247
  "ensure compliance. <a href=\"#\" class=\"privacy-policy-texts-refresh-link"
251
  "aktualisieren Sie diese damit Ihre Texte konform bleiben. <a href=\"#\" "
252
  "class=\"privacy-policy-texts-refresh-link\">Texte aktualisieren</a>"
253
 
254
+ #: admin/class-sp-dsgvo-admin.php:284
255
  msgid ""
256
  "Attention. Due to our mayor update you need to check all settings of WP "
257
  "DSGVO Tools (GDPR), especially page opator setting to ensure that the plugin "
268
  "dieser notwendig damit WP DSGVO Tools (GDPR) konforme Rechtstexte bei der "
269
  "Datenschutzerklärung, im Popup und im Impressum erzeugen kann."
270
 
271
+ #: admin/class-sp-dsgvo-admin.php:301
272
+ #, php-format
273
+ msgid ""
274
+ "<strong>Free webinars on websites, web shops &amp; law</strong><br />We have "
275
+ "a new free support option for free, premium and cloud users - every "
276
+ "Wednesday from 4:00 p.m. you can find out in our free webinar series, which "
277
+ "is important for websites and web shops: <a href=\"%s\" title=\"Webinar Dates"
278
+ "\">to the appointment overview</a>"
279
+ msgstr ""
280
+ "<strong>Gratis Webinare zu Websites, Webshops &amp; Recht</strong><br />Wir "
281
+ "haben eine neue kostenlose Support-Option für Free-, Premium- und Cloud-User "
282
+ "- jeden Mittwoch ab 16:00 Uhr erfahrt ihr in unserer kostenlosen Webinar-"
283
+ "Serie, worauf bei Websites und Webshops rechtlich zu achten ist: <a href=\"%s"
284
+ "\" title=\"Webinar Dates\">zur Terminübersicht</a>"
285
+
286
+ #: admin/class-sp-dsgvo-admin.php:312
287
  msgid "Important Upgrade Notice:"
288
  msgstr "Wichtige Information zum Update:"
289
 
347
  msgid "Integrations"
348
  msgstr "Integrationen"
349
 
350
+ #: admin/tabs/integrations/page.php:15 admin/tabs/v3/embeddings/page.php:144
351
  #: admin/tabs/v3/stats/page.php:35 admin/tabs/v3/tagmanager/page.php:22
352
  #: admin/tabs/v3/targeting/page.php:20
353
  msgid "No integrations installed"
373
 
374
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:51
375
  #: admin/tabs/v3/common-settings/page.php:186
376
+ #: includes/class-sp-dsgvo-settings.php:186
377
  msgid "Privacy Policy"
378
  msgstr "Datenschutzerklärung"
379
 
382
  msgstr "L&ouml;schanfrage"
383
 
384
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:62
385
+ #: public/class-sp-dsgvo-public.php:480 public/class-sp-dsgvo-public.php:552
386
  msgid "Imprint"
387
  msgstr "Impressum"
388
 
499
  msgstr "Offene Aktivierungen:"
500
 
501
  #: admin/tabs/v3/common-settings/page.php:99
502
+ #: admin/tabs/v3/embeddings/page.php:112
503
  #: admin/tabs/v3/subject-access-request/page.php:13
504
  #: admin/tabs/v3/super-unsubscribe/page.php:12
505
  msgid "Common Settings"
518
  msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
519
 
520
  #: admin/tabs/v3/common-settings/page.php:123
521
+ #: admin/tabs/v3/common-settings/page.php:283
522
+ #: admin/tabs/v3/common-settings/page.php:409
523
+ #: admin/tabs/v3/embeddings/page.php:67 admin/tabs/v3/embeddings/page.php:125
524
+ #: admin/tabs/v3/operator/page.php:269 admin/tabs/v3/operator/page.php:534
525
+ #: admin/tabs/v3/operator/page.php:582 admin/tabs/v3/page-basics/page.php:52
526
+ #: admin/tabs/v3/page-basics/page.php:87 admin/tabs/v3/page-basics/page.php:143
527
  #: admin/tabs/v3/page-basics/page.php:189
528
  #: admin/tabs/v3/page-basics/page.php:232
529
  #: admin/tabs/v3/page-basics/page.php:306
530
  #: admin/tabs/v3/page-basics/page.php:358
531
  #: admin/tabs/v3/page-basics/page.php:417
532
+ #: admin/tabs/v3/popup-notice/page.php:116
533
+ #: admin/tabs/v3/popup-notice/page.php:165
534
+ #: admin/tabs/v3/popup-notice/page.php:413
535
  #: admin/tabs/v3/subject-access-request/page.php:79
536
  #: admin/tabs/v3/subject-access-request/page.php:135
537
  #: admin/tabs/v3/super-unsubscribe/page.php:90
574
 
575
  #: admin/tabs/v3/common-settings/page.php:140
576
  msgid "Shortcode to generate the privacy policy"
577
+ msgstr "Shortcode zum Generieren der Datenschutzerklärung"
578
 
579
  #: admin/tabs/v3/common-settings/page.php:147
580
  msgid "Shortcode to generate the imprint"
606
  #: admin/tabs/v3/common-settings/page.php:175
607
  msgid "Shortcode to render a link for navigating to your privacy policy"
608
  msgstr ""
609
+ "Shortcode zum Generieren eines Links welcher zu Ihrer Datenschutzerklärung "
610
+ "navigiert"
611
 
612
  #: admin/tabs/v3/common-settings/page.php:197
613
+ #: admin/tabs/v3/operator/page.php:556
614
  #: admin/tabs/v3/subject-access-request/page.php:50
615
  #: admin/tabs/v3/super-unsubscribe/page.php:63
616
  msgid "Select"
623
  "verwendet."
624
 
625
  #: admin/tabs/v3/common-settings/page.php:212
626
+ #: admin/tabs/v3/operator/page.php:568
627
  #: admin/tabs/v3/subject-access-request/page.php:65
628
  #: admin/tabs/v3/super-unsubscribe/page.php:76
629
  msgid "Create page"
639
 
640
  #: admin/tabs/v3/common-settings/page.php:217
641
  #: admin/tabs/v3/common-settings/page.php:223
642
+ #: admin/tabs/v3/operator/page.php:573 admin/tabs/v3/operator/page.php:578
643
  #: admin/tabs/v3/subject-access-request/page.php:70
644
  #: admin/tabs/v3/subject-access-request/page.php:74
645
  #: admin/tabs/v3/super-unsubscribe/page.php:81
656
  "Datenschutzseite, welche im Menü \"Einstellungen/Datenschutz\" definiert ist."
657
 
658
  #: admin/tabs/v3/common-settings/page.php:221
659
+ #: admin/tabs/v3/operator/page.php:576
660
  msgid ""
661
  "The page can also by edited and text could be extended by the editing the "
662
  "selected page with the Wordpress page editor like Gutenberg."
664
  "Die gewählte Seite kann zusätzlich noch mit dem Wordpress Editor (z.B. "
665
  "Gutenberg) bearbeitet werden und Text ergänzt werden."
666
 
667
+ #: admin/tabs/v3/common-settings/page.php:229
668
+ msgid "Title"
669
+ msgstr "Titel"
670
+
671
+ #: admin/tabs/v3/common-settings/page.php:231
672
+ msgid ""
673
+ "The title of the page for display the privacy texts. Usually it is caled "
674
+ "privacy policy."
675
+ msgstr "Der Titel der Seite auf der die Datenschutztexte dargestellt werden."
676
+
677
+ #: admin/tabs/v3/common-settings/page.php:238
678
  msgid "Header stile of title"
679
  msgstr "Stil der Überschrift"
680
 
681
+ #: admin/tabs/v3/common-settings/page.php:247
682
  msgid "Specifies the html header tag of the header of the privacy policy."
683
  msgstr ""
684
  "Definiert den html Tag der für die Hauptüberschrift in der "
685
  "Datenschutzerklärung verwendet werden soll."
686
 
687
+ #: admin/tabs/v3/common-settings/page.php:251
688
  msgid "Header stile of subtitles"
689
  msgstr "Stil der Untertitel"
690
 
691
+ #: admin/tabs/v3/common-settings/page.php:260
692
  msgid "Specifies the html header tag of the subtitles of the privacy policy."
693
  msgstr ""
694
  "Definiert den html Tag der für die Untertitel in der Datenschutzerklärung "
695
  "verwendet werden soll."
696
 
697
+ #: admin/tabs/v3/common-settings/page.php:264
698
  msgid "Header stile of \"subsubtitles\""
699
  msgstr "Stil der Titel unter Untertitel"
700
 
701
+ #: admin/tabs/v3/common-settings/page.php:273
702
  msgid ""
703
  "Specifies the html header tag of the \"subsubtitles\" of the privacy policy."
704
  msgstr ""
705
  "Definiert den html Tag der für die Überschriften innerhalb den Bereichen in "
706
+ "der Datenschutzerklärung verwendet werden soll."
707
 
708
+ #: admin/tabs/v3/common-settings/page.php:278
709
  msgid "Email notification when new texts are downloadable"
710
  msgstr "Emailbenachrichtigung bei neuen Texten senden"
711
 
712
+ #: admin/tabs/v3/common-settings/page.php:286
713
  msgid "Privacy policy texts"
714
  msgstr "Datenschutztexte"
715
 
716
+ #: admin/tabs/v3/common-settings/page.php:292
717
  msgid "Date of Version"
718
  msgstr "Datum der Version"
719
 
720
+ #: admin/tabs/v3/common-settings/page.php:295
721
  msgid "Your texts are up to date."
722
  msgstr "Ihre Texte sind aktuell."
723
 
724
+ #: admin/tabs/v3/common-settings/page.php:297
725
  msgid "A newer version of the texts are available."
726
  msgstr "Eine aktueller Version der Texte ist verfügbar."
727
 
728
+ #: admin/tabs/v3/common-settings/page.php:301
729
  msgid "Last update check"
730
  msgstr "Letzter Update Check"
731
 
732
+ #: admin/tabs/v3/common-settings/page.php:309
733
  msgid "Reload Privacy Policy texts"
734
  msgstr "Datenschutztexte neu laden"
735
 
736
+ #: admin/tabs/v3/common-settings/page.php:321
737
  msgid "Additional Texts"
738
  msgstr "Zusätzliche Texte"
739
 
740
+ #: admin/tabs/v3/common-settings/page.php:332
741
  msgid ""
742
  "The registration form and comments feature do not require any additional "
743
  "phrases such as \"I agree to the privacy policy\" or \"more privacy "
745
  "respective page in the footer."
746
  msgstr ""
747
  "Für Registrierungsformular und Kommentarfunktion benötigt man keinen "
748
+ "zusätzlichen Sätze wie beispielsweise „ich stimme der Datenschutzerklärung "
749
  "zu“ oder „nähere Infos zum Datenschutz finden Sie unter ...\". Es reicht "
750
  "wenn auf der jeweiligen Seite im Footer eine Verlinkung zur "
751
  "Datenschutzerklärung ist."
752
 
753
+ #: admin/tabs/v3/common-settings/page.php:389
754
  msgid "Checkout text at WooCommerce checkout"
755
  msgstr "Text bei Woo Checkout anzeigen"
756
 
757
+ #: admin/tabs/v3/common-settings/page.php:391
758
  msgid ""
759
  "Possibility to display a custom text at the WooCommerce checkout form to "
760
  "ensure terms & conditions."
762
  "Möglichkeit zur Anzeige eines Texts beim WooCommerce Checkout um z.B. eine "
763
  "Wiederrufsbelehrung anzuzeigen."
764
 
765
+ #: admin/tabs/v3/common-settings/page.php:399
766
  msgid "Text to display at WooCommerce checkout form"
767
  msgstr "Der Text der beim WooCommerce Checkout angezeigt werden soll"
768
 
769
+ #: admin/tabs/v3/common-settings/page.php:400
770
+ #: admin/tabs/v3/popup-notice/page.php:247
771
  msgid "A message text"
772
  msgstr "Meldungstext"
773
 
774
+ #: admin/tabs/v3/common-settings/page.php:406
775
  msgid ""
776
  "<strong>Important Note:</strong> If you use WPML you can translate these "
777
  "inputs via WPML String Translations."
780
  "Hilfe der WPML String Translations diese Texte übersetzen."
781
 
782
  #: admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-tab.php:11
783
+ #: public/shortcodes/privacy-policy.php:308
784
  msgid "Embeddings"
785
  msgstr "Embeddings"
786
 
796
  "Die nachfolgenden Einstellungen definieren das Aussehen der Platzhalter für "
797
  "die Embeddings. Die Vorschau rechts wird bei jedem Speichern aktualisiert."
798
 
799
+ #: admin/tabs/v3/embeddings/page.php:26 admin/tabs/v3/popup-notice/page.php:317
800
  msgid "Text/Font color"
801
  msgstr "Text/Schriftfarbe"
802
 
804
  msgid "Specifies the text/font color of the text within the placeholder."
805
  msgstr "Definiert die Schriftfarbe des Texts im Platzhalter."
806
 
807
+ #: admin/tabs/v3/embeddings/page.php:33 admin/tabs/v3/popup-notice/page.php:331
808
  msgid "Button border color"
809
  msgstr "Rahmenfarbe des Buttons"
810
 
812
  msgid "Specifies the border color of the placeholder opt-in button."
813
  msgstr "Definiert die Rahmenfarbe des Opt-in Buttons im Platzhalter."
814
 
815
+ #: admin/tabs/v3/embeddings/page.php:39 admin/tabs/v3/popup-notice/page.php:337
816
  msgid "Size of the button border"
817
  msgstr "Rahmendicke des Buttons"
818
 
896
  "Style Attribute müssen dann in das Textfeld \"Zusätzliche Style Attribute\" "
897
  "kopiert werden."
898
 
899
+ #: admin/tabs/v3/embeddings/page.php:120
900
+ msgid "Enable blocking of dynamic loaded embeddings"
901
+ msgstr "Blockieren von dynamisch generierten Inhalten aktivieren"
902
+
903
+ #: admin/tabs/v3/embeddings/page.php:122
904
+ msgid "Enabling client side blocking of dynamic loaded/generated iframes."
905
+ msgstr ""
906
+ "Aktiviert das Blockieren von dynamisch generierten Inhalten. Diese Inhalte "
907
+ "werden meist durch Userinteraktion erstellt und in die Seite eingebunden. "
908
+ "Durch Aktivieren dieser Option wird dies verhindert."
909
+
910
+ #: admin/tabs/v3/embeddings/page.php:143 admin/tabs/v3/stats/page.php:34
911
  #: admin/tabs/v3/tagmanager/page.php:21 admin/tabs/v3/targeting/page.php:19
912
  msgid "Information"
913
  msgstr "Information"
1269
  msgid "Society"
1270
  msgstr "Verein"
1271
 
1272
+ #: admin/tabs/v3/operator/page.php:41
1273
+ msgid "Corporation under public law"
1274
+ msgstr "Körperschaft öffentlichen Rechts"
1275
+
1276
+ #: admin/tabs/v3/operator/page.php:50
1277
  msgid "Company + legal form"
1278
  msgstr "Name des Unternehmens + Rechtsform"
1279
 
1280
+ #: admin/tabs/v3/operator/page.php:52
1281
  msgid "The name of the company including the legal form."
1282
  msgstr "Der Name des Unternehmens inklusive der Rechtsform."
1283
 
1284
+ #: admin/tabs/v3/operator/page.php:57 public/shortcodes/imprint.php:31
1285
  msgid "Executive director"
1286
  msgstr "Geschäftsführer"
1287
 
1288
+ #: admin/tabs/v3/operator/page.php:64 public/shortcodes/imprint.php:89
1289
  msgid "Shareholder"
1290
  msgstr "Gesellschafter"
1291
 
1292
+ #: admin/tabs/v3/operator/page.php:74
1293
  msgid "Full Name of the company owner"
1294
  msgstr "Name des Firmeninhabers"
1295
 
1296
+ #: admin/tabs/v3/operator/page.php:76
1297
  msgid ""
1298
  "The name of person who legally represents the company including all titles "
1299
  "if wished."
1301
  "Die Person die das Unternehmen gesetzlich vertritt inkl. aller Titel wenn "
1302
  "gewünscht."
1303
 
1304
+ #: admin/tabs/v3/operator/page.php:82
1305
  msgid "Business name"
1306
  msgstr "Unternehmensname"
1307
 
1308
+ #: admin/tabs/v3/operator/page.php:84
1309
  msgid "The name of the company."
1310
  msgstr "Name des Unternehmens."
1311
 
1312
+ #: admin/tabs/v3/operator/page.php:92
1313
  msgid "First and last name"
1314
  msgstr "Vor- und Nachname"
1315
 
1316
+ #: admin/tabs/v3/operator/page.php:102
1317
  msgid "Society name"
1318
  msgstr "Vereinsname"
1319
 
1320
+ #: admin/tabs/v3/operator/page.php:104
1321
  msgid "The full name of the society."
1322
  msgstr "Der vollständige Name des Vereins."
1323
 
1324
+ #: admin/tabs/v3/operator/page.php:109 public/shortcodes/imprint.php:38
1325
  msgid "Simplifying board"
1326
  msgstr "Vereinsvorstand"
1327
 
1328
+ #: admin/tabs/v3/operator/page.php:116 public/shortcodes/imprint.php:99
1329
  msgid "Society number"
1330
  msgstr "Vereinsnummer"
1331
 
1332
+ #: admin/tabs/v3/operator/page.php:127
1333
+ msgid "Public corporation name"
1334
+ msgstr "Name der Körperschaft des öff. Rechts"
1335
+
1336
+ #: admin/tabs/v3/operator/page.php:129
1337
+ msgid "The full name of the public corporation."
1338
+ msgstr "Der vollständige Name der Körperschaft des öff. Rechts."
1339
+
1340
+ #: admin/tabs/v3/operator/page.php:135 public/shortcodes/imprint.php:54
1341
+ msgid "Supervisory authority"
1342
+ msgstr "Aufsichtsbehörde"
1343
+
1344
+ #: admin/tabs/v3/operator/page.php:137
1345
+ msgid "The full name of the supervisory authority."
1346
+ msgstr "Der vollständige Name der Aufsichtsbehörde."
1347
+
1348
+ #: admin/tabs/v3/operator/page.php:143 public/shortcodes/imprint.php:51
1349
+ msgid "Representative person"
1350
+ msgstr "Vertreter"
1351
+
1352
+ #: admin/tabs/v3/operator/page.php:145
1353
+ msgid "The full name of the representative person."
1354
+ msgstr "Der vollständige Name des Vertreters."
1355
+
1356
+ #: admin/tabs/v3/operator/page.php:156 public/class-sp-dsgvo-public.php:377
1357
  msgid "Place of residence"
1358
  msgstr "Wohnort"
1359
 
1360
+ #: admin/tabs/v3/operator/page.php:159 admin/tabs/v3/operator/page.php:165
1361
+ #: public/class-sp-dsgvo-public.php:387 public/class-sp-dsgvo-public.php:397
1362
+ #: public/class-sp-dsgvo-public.php:417
1363
  msgid "Registered business address"
1364
  msgstr "Firmensitz"
1365
 
1366
+ #: admin/tabs/v3/operator/page.php:162 public/class-sp-dsgvo-public.php:407
1367
  msgid "Club seat"
1368
  msgstr "Vereinssitz"
1369
 
1370
+ #: admin/tabs/v3/operator/page.php:173
1371
  msgid ""
1372
  "Important: This setting defines the legal basis of all the texts which WP "
1373
  "DSGVO Tools (GDPR) provides. Setting a wrong country risks to be not confirm "
1375
  msgstr ""
1376
  "Wichtig: Diese Einstellung dient als Grundlage für die Datenschutztexte die "
1377
  "WP DSGVO Tools (GDPR) anbietet, da jedes Land eine eigene Abwandlung davon "
1378
+ "besitzt. Durch eine falsche Einstellung ist Ihre Datenschutzerklärung nicht "
1379
+ "DSGVO-konform."
1380
 
1381
+ #: admin/tabs/v3/operator/page.php:178 admin/tabs/v3/operator/page.php:361
1382
+ #: admin/tabs/v3/operator/page.php:487
1383
  msgid "Street"
1384
  msgstr "Straße"
1385
 
1386
+ #: admin/tabs/v3/operator/page.php:185 admin/tabs/v3/operator/page.php:368
1387
+ #: admin/tabs/v3/operator/page.php:494
1388
  msgid "ZIP code"
1389
  msgstr "PLZ"
1390
 
1391
+ #: admin/tabs/v3/operator/page.php:192 admin/tabs/v3/operator/page.php:375
1392
+ #: admin/tabs/v3/operator/page.php:501
1393
  msgid "Location"
1394
  msgstr "Ort"
1395
 
1396
+ #: admin/tabs/v3/operator/page.php:201 admin/tabs/v3/operator/page.php:326
1397
+ #: admin/tabs/v3/operator/page.php:393 admin/tabs/v3/operator/page.php:451
1398
+ #: admin/tabs/v3/operator/page.php:519 public/shortcodes/imprint.php:67
1399
  msgid "Phone"
1400
  msgstr "Telefon"
1401
 
1402
+ #: admin/tabs/v3/operator/page.php:208 admin/tabs/v3/operator/page.php:333
1403
+ #: admin/tabs/v3/operator/page.php:400 admin/tabs/v3/operator/page.php:458
1404
+ #: admin/tabs/v3/operator/page.php:526
1405
  #: admin/tabs/v3/subject-access-request/page.php:155
1406
  #: admin/tabs/v3/subject-access-request/page.php:218
1407
  #: admin/tabs/v3/subject-access-request/page.php:255
1413
  #: includes/class-sp-dsgvo-data-collecter.php:133
1414
  #: includes/class-sp-dsgvo-data-collecter.php:170
1415
  #: includes/class-sp-dsgvo-data-collecter.php:376
1416
+ #: public/shortcodes/imprint.php:66
1417
  #: public/shortcodes/subject-access-request/subject-access-request.php:46
1418
  #: public/shortcodes/subject-access-request/subject-access-request.php:49
1419
  #: public/shortcodes/super-unsubscribe/unsubscribe-form.php:51
1421
  msgid "Email"
1422
  msgstr "Email"
1423
 
1424
+ #: admin/tabs/v3/operator/page.php:219
1425
  msgid "Privacy Shield"
1426
  msgstr "Privacy Shield"
1427
 
1428
+ #: admin/tabs/v3/operator/page.php:221
1429
  msgid "Enable, if you/your business is privacy shield certified."
1430
  msgstr "Aktivieren, wenn Ihr Unternehmen Privacy Shield zertifiziert ist."
1431
 
1432
+ #: admin/tabs/v3/operator/page.php:229 public/shortcodes/imprint.php:80
1433
+ #: public/shortcodes/imprint.php:107
1434
  msgid "Commercial book no."
1435
  msgstr "Firmenbuch Nr."
1436
 
1437
+ #: admin/tabs/v3/operator/page.php:236 public/shortcodes/imprint.php:84
1438
+ #: public/shortcodes/imprint.php:111
1439
  msgid "§11 Place of Jurisdiction"
1440
  msgstr "Gerichtsstand"
1441
 
1442
+ #: admin/tabs/v3/operator/page.php:243
1443
  msgid "VAT No.:"
1444
  msgstr "USt. Id:"
1445
 
1446
+ #: admin/tabs/v3/operator/page.php:263 public/shortcodes/imprint.php:116
1447
  msgid "Responsible for content"
1448
  msgstr "Verantwortlich für Inhalt"
1449
 
1450
+ #: admin/tabs/v3/operator/page.php:265
1451
  msgid "The person who is responsible for the content of this website."
1452
  msgstr "Die Person die für den Inhalt auf dieser Website verantwortlich ist."
1453
 
1454
+ #: admin/tabs/v3/operator/page.php:279
1455
  msgid "Privacy Policy Basics"
1456
  msgstr "Datenschutzerklärung Basics"
1457
 
1458
+ #: admin/tabs/v3/operator/page.php:288
1459
  msgid "Do you have a data security officer?"
1460
  msgstr "Haben Sie einen Datenschutzbeauftragten?"
1461
 
1462
+ #: admin/tabs/v3/operator/page.php:292 admin/tabs/v3/operator/page.php:415
1463
  msgid "Yes, internal"
1464
  msgstr "Ja, intern"
1465
 
1466
+ #: admin/tabs/v3/operator/page.php:299 admin/tabs/v3/operator/page.php:422
1467
  msgid "Yes, external"
1468
  msgstr "Ja, extern"
1469
 
1470
+ #: admin/tabs/v3/operator/page.php:306 admin/tabs/v3/operator/page.php:429
1471
  msgid "No, we do not have"
1472
  msgstr "Nein, haben wir nicht"
1473
 
1474
+ #: admin/tabs/v3/operator/page.php:310
1475
  msgid ""
1476
  "Specifies if your company has an inhouse data security officer, an external "
1477
  "person or no responsible person."
1480
  "externen Datenschutzbeauftragten konsultieren, oder ob Sie keinen "
1481
  "Datenschutzbeauftragten haben."
1482
 
1483
+ #: admin/tabs/v3/operator/page.php:315
1484
  msgid "Internal data security officer"
1485
  msgstr "Interner Datenschutzbeauftragter"
1486
 
1487
+ #: admin/tabs/v3/operator/page.php:319 admin/tabs/v3/operator/page.php:354
1488
+ #: admin/tabs/v3/operator/page.php:444 admin/tabs/v3/operator/page.php:480
1489
  #: includes/class-sp-dsgvo-data-collecter.php:66
1490
  #: includes/class-sp-dsgvo-data-collecter.php:71
1491
  #: includes/class-sp-dsgvo-data-collecter.php:78
1495
  msgid "Name"
1496
  msgstr "Name"
1497
 
1498
+ #: admin/tabs/v3/operator/page.php:343
1499
  msgid "External data security officer"
1500
  msgstr "Externer Datenschutzbeauftragter"
1501
 
1502
+ #: admin/tabs/v3/operator/page.php:347
1503
  msgid "Company name"
1504
  msgstr "Name des Unternehmens"
1505
 
1506
+ #: admin/tabs/v3/operator/page.php:384 admin/tabs/v3/operator/page.php:510
1507
  msgid "Country:"
1508
  msgstr "Land:"
1509
 
1510
+ #: admin/tabs/v3/operator/page.php:386 admin/tabs/v3/operator/page.php:512
1511
+ #: includes/class-sp-dsgvo-constants.php:176
1512
  msgid "Austria"
1513
  msgstr "Österreich"
1514
 
1515
+ #: admin/tabs/v3/operator/page.php:387 admin/tabs/v3/operator/page.php:513
1516
+ #: includes/class-sp-dsgvo-constants.php:244
1517
  msgid "Germany"
1518
  msgstr "Deutschland"
1519
 
1520
+ #: admin/tabs/v3/operator/page.php:411
1521
  msgid "Does your company has responsible person for privacy issues?"
1522
  msgstr "Haben Sie einen Ansprechpartner für Datenschutzangelegenheiten?"
1523
 
1524
+ #: admin/tabs/v3/operator/page.php:433
1525
  msgid "Specifies if your company has responsible person for privacy issues ."
1526
  msgstr ""
1527
  "Definiert ob Ihr Unternehmen einen Ansprechpartner für "
1528
  "Datenschutzangelegenheiten hat."
1529
 
1530
+ #: admin/tabs/v3/operator/page.php:440
1531
  msgid "Internal contact for privacy issues"
1532
  msgstr "Interner Kontakt für Datenschutzangelegenheiten"
1533
 
1534
+ #: admin/tabs/v3/operator/page.php:468
1535
  msgid "External contact for privacy issues"
1536
  msgstr "Externer Kontakt für Datenschutzangelegenheiten"
1537
 
1538
+ #: admin/tabs/v3/operator/page.php:473
1539
  msgid "Company/First- and lastname"
1540
  msgstr "Unternehmensname/Vor- und Nachname"
1541
 
1542
+ #: admin/tabs/v3/operator/page.php:544
1543
  msgid "Imprint settings"
1544
  msgstr "Impressum Einstellungen"
1545
 
1546
+ #: admin/tabs/v3/operator/page.php:566
1547
  msgid "Create a page that uses the shortcode <code>[imprint]</code>."
1548
  msgstr ""
1549
  "Eine Seite erstellen die den Shortcode <code>[imprint]</code> verwendet."
1550
 
1551
+ #: admin/tabs/v3/operator/page.php:571
1552
  msgid ""
1553
  "Attention: The shortcode <code>[imprint]</code> was not found on the page "
1554
  "you selected."
1623
  msgstr "Geben Sie an nach wie vielen Tagen die Log Files gelöscht werden."
1624
 
1625
  #: admin/tabs/v3/page-basics/page.php:96 admin/tabs/v3/page-basics/page.php:112
1626
+ #: public/shortcodes/privacy-policy.php:180
1627
+ #: public/shortcodes/privacy-policy.php:198
1628
  msgid "CDN Provider"
1629
  msgstr "CDN Anbieter"
1630
 
1721
  msgstr "Aktivieren wenn Sie ein Bewerbungsformular auf Ihrer Website nutzen."
1722
 
1723
  #: admin/tabs/v3/page-basics/page.php:265
1724
+ #: public/shortcodes/privacy-policy.php:219
1725
  msgid "Promotional contest or game form"
1726
  msgstr "Gewinnspielformular"
1727
 
1777
  "von Formularen um Einträge von Bots zu verhindern?"
1778
 
1779
  #: admin/tabs/v3/page-basics/page.php:367
1780
+ #: public/shortcodes/privacy-policy.php:435
1781
  msgid "Newsletter Services"
1782
  msgstr "Newsletter Dienste"
1783
 
1834
  "out durchgeführt werden."
1835
 
1836
  #: admin/tabs/v3/popup-notice/page.php:39
1837
+ msgid "Show cookie notice when popup gets closed or dismissed"
1838
+ msgstr ""
1839
+ "Cookie Notice anzeigen, wenn Popup ohne Auswahl geschlossen wird oder "
1840
+ "abgelehnt wird"
1841
 
1842
  #: admin/tabs/v3/popup-notice/page.php:41
1843
  msgid ""
1844
  "Show the cookie notice if the user does not make a choice because he closes "
1845
+ "the popup or dismiss all."
1846
  msgstr ""
1847
  "Eine Cookie Notice anzeigen wenn das Popup ohne irgendeine Auswahl "
1848
+ "geschlossen oder abgelehnt wurde."
1849
 
1850
  #: admin/tabs/v3/popup-notice/page.php:47
1851
  msgid "Show cookie notice/popup in any case (though not required)"
1868
  "OK angezeigt."
1869
 
1870
  #: admin/tabs/v3/popup-notice/page.php:55
1871
+ msgid "Cookie lifetime if accepted"
1872
+ msgstr "Cookie Speicherdauer wenn akzeptiert wird (alles/partiell)"
1873
 
1874
  #: admin/tabs/v3/popup-notice/page.php:58
1875
+ #: admin/tabs/v3/popup-notice/page.php:81
1876
  msgid "Day"
1877
  msgstr "Tag"
1878
 
1879
  #: admin/tabs/v3/popup-notice/page.php:60
1880
+ #: admin/tabs/v3/popup-notice/page.php:83
1881
  msgid "Week"
1882
  msgstr "Woche"
1883
 
1884
  #: admin/tabs/v3/popup-notice/page.php:62
1885
  #: admin/tabs/v3/popup-notice/page.php:65
1886
  #: admin/tabs/v3/popup-notice/page.php:68
1887
+ #: admin/tabs/v3/popup-notice/page.php:85
1888
+ #: admin/tabs/v3/popup-notice/page.php:88
1889
+ #: admin/tabs/v3/popup-notice/page.php:91
1890
  msgid "Month"
1891
  msgstr "Monat"
1892
 
1893
  #: admin/tabs/v3/popup-notice/page.php:71
1894
+ #: admin/tabs/v3/popup-notice/page.php:94
1895
  msgid "Year"
1896
  msgstr "Jahr"
1897
 
1898
  #: admin/tabs/v3/popup-notice/page.php:74
1899
  msgid ""
1900
+ "For this period, the cookie gets stored if the user accepts. After this "
1901
+ "period your visitors have to make the cookie choice again."
1902
  msgstr ""
1903
+ "Für die angegebene Dauer wird das Cookie gespeichert wenn der Besucher "
1904
+ "zustimmt (alles oder partiell). Nach Ablauf dieser Periode müssen Ihre "
1905
+ "Besucher erneut eine Auswahl treffen."
1906
 
1907
+ #: admin/tabs/v3/popup-notice/page.php:78
1908
+ msgid "Cookie lifetime if dismissed"
1909
+ msgstr "Cookie Speicherdauer wenn abgelehnt wird"
1910
+
1911
+ #: admin/tabs/v3/popup-notice/page.php:97
1912
+ msgid ""
1913
+ "For this period, the cookie gets stored when a user clicks cancel or dismiss "
1914
+ "all. After this period your visitors have to make the cookie choice again."
1915
+ msgstr ""
1916
+ "Für die angegebene Dauer wird das Cookie gespeichert wenn der Besucher "
1917
+ "ablehnt oder das Popup schließt. Nach Ablauf dieser Periode müssen Ihre "
1918
+ "Besucher erneut eine Auswahl treffen."
1919
+
1920
+ #: admin/tabs/v3/popup-notice/page.php:104
1921
  msgid "Cookie version"
1922
  msgstr "Cookie Version"
1923
 
1924
+ #: admin/tabs/v3/popup-notice/page.php:111
1925
  msgid "Refresh/Update Cookie Version"
1926
  msgstr "Erhöhen der Cookie Version"
1927
 
1928
+ #: admin/tabs/v3/popup-notice/page.php:112
1929
  msgid ""
1930
  "If you have made changes at your cookie settings (style, integrations,..) "
1931
  "you can force your visitors to make a choice again when you increase the "
1936
  "Popup bzw. die Notice Ihren Besuchern anzeigen und diese um eine erneute "
1937
  "Auswahl zu bitten."
1938
 
1939
+ #: admin/tabs/v3/popup-notice/page.php:125
1940
  msgid "Cookie Popup customization"
1941
  msgstr "Cookie Popup Anpassung"
1942
 
1943
+ #: admin/tabs/v3/popup-notice/page.php:132
1944
  msgid "Enable Dark Mode of the popup"
1945
  msgstr "Aktiviere den Dark Mode des Popups"
1946
 
1947
+ #: admin/tabs/v3/popup-notice/page.php:134
1948
  msgid "Shows the popup in dark colors."
1949
  msgstr "Stellt das Popup mit dunklem Hintergrund und heller Schrift dar."
1950
 
1951
+ #: admin/tabs/v3/popup-notice/page.php:149
1952
  msgid "Popup header logo"
1953
  msgstr "Popup Logo"
1954
 
1955
+ #: admin/tabs/v3/popup-notice/page.php:150
1956
  msgid "We recommend to use a square image."
1957
  msgstr "Wir empfehlen die Benutzung eines quadratischen Logos."
1958
 
1959
+ #: admin/tabs/v3/popup-notice/page.php:159
1960
  msgid "Upload image"
1961
  msgstr "Bild uploaden"
1962
 
1963
+ #: admin/tabs/v3/popup-notice/page.php:174
1964
  msgid "Cookie Notice customization"
1965
  msgstr "Cookie Notice Anpassung"
1966
 
1967
+ #: admin/tabs/v3/popup-notice/page.php:183
1968
  msgid "Cookie notice style"
1969
  msgstr "Cookie Notice Stil"
1970
 
1971
+ #: admin/tabs/v3/popup-notice/page.php:189
1972
+ #: admin/tabs/v3/popup-notice/page.php:288
1973
+ #: admin/tabs/v3/popup-notice/page.php:386
1974
  msgid "Default"
1975
  msgstr "Standard"
1976
 
1977
+ #: admin/tabs/v3/popup-notice/page.php:207
1978
  msgid "Choose one of our cookie notice style templates."
1979
  msgstr "Wählen Sie ein Templates für die Cookie Notice."
1980
 
1981
+ #: admin/tabs/v3/popup-notice/page.php:246
1982
  msgid "Cookie Notice text"
1983
  msgstr "Cookie Notice Text"
1984
 
1985
+ #: admin/tabs/v3/popup-notice/page.php:248
1986
  msgid ""
1987
  "This text gets displayed within the cookie notice. If you use WPML you can "
1988
  "translate these inputs via WPML String Translations."
1990
  "<strong>Wichtiger Hinweis:</strong> Falls Sie WPML verwenden, können Sie mit "
1991
  "Hilfe der WPML String Translations diese Texte übersetzen."
1992
 
1993
+ #: admin/tabs/v3/popup-notice/page.php:250
1994
  msgid ""
1995
  "Warning: If you change this text by your own you risk not be confirm with "
1996
  "the GDPR."
1998
  "Warnung: Wenn Sie diesen Text ändern, verlieren Sie eventuell die DSGVO-"
1999
  "Konformität."
2000
 
2001
+ #: admin/tabs/v3/popup-notice/page.php:255
2002
  msgid "Position:"
2003
  msgstr "Position:"
2004
 
2005
+ #: admin/tabs/v3/popup-notice/page.php:257
2006
  msgid "On top"
2007
  msgstr "Oben"
2008
 
2009
+ #: admin/tabs/v3/popup-notice/page.php:260
2010
  msgid "Bottom"
2011
  msgstr "Unten"
2012
 
2013
+ #: admin/tabs/v3/popup-notice/page.php:263
2014
  msgid "Specifies the location where the cookie notice should be displayed."
2015
  msgstr "Gibt die Position an wo die Cookie Notice angezeigt werden soll."
2016
 
2017
+ #: admin/tabs/v3/popup-notice/page.php:268
2018
  msgid "Animation"
2019
  msgstr "Animation"
2020
 
2021
+ #: admin/tabs/v3/popup-notice/page.php:270
2022
  msgid "None"
2023
  msgstr "Keine"
2024
 
2025
+ #: admin/tabs/v3/popup-notice/page.php:273
2026
  msgid "fade"
2027
  msgstr "Ausgleiten"
2028
 
2029
+ #: admin/tabs/v3/popup-notice/page.php:276
2030
  msgid "hide"
2031
  msgstr "Ausblenden"
2032
 
2033
+ #: admin/tabs/v3/popup-notice/page.php:279
2034
  msgid "Animation when accepting the cookie message."
2035
  msgstr "Animation beim Akzeptieren der Cookie-Nachricht."
2036
 
2037
+ #: admin/tabs/v3/popup-notice/page.php:283
2038
  msgid "Font size"
2039
  msgstr "Textgröße"
2040
 
2041
+ #: admin/tabs/v3/popup-notice/page.php:310
2042
  msgid "Background color"
2043
  msgstr "Hintergrundfarbe"
2044
 
2045
+ #: admin/tabs/v3/popup-notice/page.php:312
2046
  msgid "Specifies the background color of the cookie notice."
2047
  msgstr "Definiert die Hintergrundfarbe der Cookie Notice."
2048
 
2049
+ #: admin/tabs/v3/popup-notice/page.php:319
2050
  msgid "Specifies the text/font color of the cookie notice text."
2051
  msgstr "Definiert die Schriftfarbe der Cookie Notice."
2052
 
2053
+ #: admin/tabs/v3/popup-notice/page.php:324
2054
  msgid "Button background color"
2055
  msgstr "Hintergrundfarbe des Buttons"
2056
 
2057
+ #: admin/tabs/v3/popup-notice/page.php:326
2058
  msgid "Specifies the background color of the cookie notice button."
2059
  msgstr "Definiert die Hintergrundfarbe des Buttons der Cookie Notice."
2060
 
2061
+ #: admin/tabs/v3/popup-notice/page.php:333
2062
  msgid "Specifies the border color of the cookie notice button."
2063
  msgstr "Definiert die Rahmenfarbe des Buttons der Cookie Notice."
2064
 
2065
+ #: admin/tabs/v3/popup-notice/page.php:352
2066
  msgid "Button text/font color"
2067
  msgstr "Schriftfarbe des Buttons"
2068
 
2069
+ #: admin/tabs/v3/popup-notice/page.php:354
2070
  msgid "Specifies the text/font color of the cookie notice button."
2071
  msgstr "Definiert die Schriftfarbe des Buttons der Cookie Notice."
2072
 
2073
+ #: admin/tabs/v3/popup-notice/page.php:359
2074
  msgid "CSS class cookie notice"
2075
  msgstr "CSS Klasse Cookie Notice"
2076
 
2077
+ #: admin/tabs/v3/popup-notice/page.php:360
2078
+ #: admin/tabs/v3/popup-notice/page.php:367
2079
+ #: admin/tabs/v3/popup-notice/page.php:374
2080
  msgid ".myClass1 .myClass2"
2081
  msgstr ""
2082
 
2083
+ #: admin/tabs/v3/popup-notice/page.php:361
2084
  msgid ""
2085
  "Specifies one or multiple additional classes for the cookie notice. Please "
2086
  "specify them without leading \".\""
2088
  "Hier können Sie eine oder mehrere zusätzliche CSS Klassen angeben um die "
2089
  "Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden Punkte an."
2090
 
2091
+ #: admin/tabs/v3/popup-notice/page.php:366
2092
  msgid "CSS class text"
2093
  msgstr "CSS Klassen für Text"
2094
 
2095
+ #: admin/tabs/v3/popup-notice/page.php:368
2096
  msgid ""
2097
  "Specifies one or multiple additional classes for the text of cookie notice. "
2098
  "Please specify them with leading \".\""
2101
  "Text der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2102
  "Punkte an."
2103
 
2104
+ #: admin/tabs/v3/popup-notice/page.php:373
2105
  msgid "CSS class button"
2106
  msgstr "CSS Klasse für Button"
2107
 
2108
+ #: admin/tabs/v3/popup-notice/page.php:375
2109
  msgid ""
2110
  "Specifies one or multiple additional classes for the button of cookie "
2111
  "notice. Please specify them with leading \".\""
2114
  "Buttons der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2115
  "Punkte an."
2116
 
2117
+ #: admin/tabs/v3/popup-notice/page.php:381
2118
  msgid "Height of cookie notice"
2119
  msgstr "Höhe der Cookie Notice"
2120
 
2121
+ #: admin/tabs/v3/popup-notice/page.php:407
2122
  msgid "Show WP DSGVO Tools (GDPR) icon"
2123
  msgstr "WP DSGVO Tools (GDPR) Icon anzeigen"
2124
 
2125
+ #: admin/tabs/v3/popup-notice/page.php:409
2126
  msgid ""
2127
  "Displays the WP DSGVO Tools (GDPR) icon on the left side of the cookie "
2128
  "notice."
2317
 
2318
  #: admin/tabs/v3/subject-access-request/page.php:188
2319
  #: admin/tabs/v3/super-unsubscribe/page.php:301
2320
+ #: public/class-sp-dsgvo-public.php:640 public/class-sp-dsgvo-public.php:747
2321
+ #: public/class-sp-dsgvo-public.php:791
2322
  msgid "Yes"
2323
  msgstr "Ja"
2324
 
2332
  #: includes/integrations/targeting/fbpixel/page.php:45
2333
  #: includes/integrations/targeting/gadsense/page.php:43
2334
  #: includes/integrations/targeting/linkedinpixel/page.php:45
2335
+ #: public/class-sp-dsgvo-public.php:640 public/class-sp-dsgvo-public.php:747
2336
+ #: public/class-sp-dsgvo-public.php:791
2337
  msgid "No"
2338
  msgstr "Nein"
2339
 
2575
  msgid "Targeting"
2576
  msgstr "Targeting/Werbung"
2577
 
2578
+ #: admin/tabs/v3/webinars/page.php:15
2579
+ msgid "Free webinars on websites, web shops &amp; law"
2580
+ msgstr "Gratis Webinare zu Websites, Webshops &amp; Recht"
2581
+
2582
+ #: admin/tabs/v3/webinars/page.php:16
2583
+ msgid ""
2584
+ "We have a new, free support option for free, premium and cloud users!<br /"
2585
+ ">Attorney Peter Harlander will explain every Wednesday from 4:00 p.m. what "
2586
+ "is legally important for websites and web shops (the webinar will be held in "
2587
+ "German)."
2588
+ msgstr ""
2589
+ "Wir haben eine neue, kostenlose Support-Option für Free-, Premium- und Cloud-"
2590
+ "User!<br />Rechtsanwalt Peter Harlander erklärt ab jetzt jeden Mittwoch ab "
2591
+ "16:00 Uhr, worauf bei Websites und Webshops rechtlich zu achten ist."
2592
+
2593
+ #: admin/tabs/v3/webinars/page.php:17
2594
+ msgid ""
2595
+ "Free registration at: <a href=\"https://legalweb.io/\" title=\"Webinare zu "
2596
+ "Webistes, Webshops &amp; Recht\" target=\"_blank\">legalweb.io</a>"
2597
+ msgstr ""
2598
+ "Gratis Anmeldung auf: <a href=\"https://legalweb.io/\" title=\"Webinare zu "
2599
+ "Websites, Webshops &amp; Recht\" target=\"_blank\">legalweb.io</a>"
2600
+
2601
+ #: admin/tabs/v3/webinars/page.php:27
2602
+ msgid ""
2603
+ "Peter Harlander is an Attorney-at-law for IT, internet and marketing law, "
2604
+ "managing director at <a href=\"https://www.marketingrecht.eu/\" title="
2605
+ "\"Rechtsanwalt Datenschutzrecht\" target=\"_blank\">MARKETINGRECHT.EU</a> "
2606
+ "and co-founder of <a href=\"https://www.legalweb.io/\" title=\"Recht für "
2607
+ "Websites und Webshops\" target=\"_blank\">legalweb.io</a>."
2608
+ msgstr ""
2609
+ "Peter Harlander ist Rechtsanwalt für IT-, Internet- und Marketingrecht, "
2610
+ "Geschäftsführer von <a href=\"https://www.marketingrecht.eu/\" title="
2611
+ "\"Rechtsanwalt Datenschutzrecht\" target=\"_blank\">MARKETINGRECHT.EU</a> "
2612
+ "und Mitgründer von <a href=\"https://www.legalweb.io/\" title=\"Recht für "
2613
+ "Websites und Webshops\" target=\"_blank\">legalweb.io</a>."
2614
+
2615
+ #: admin/tabs/v3/webinars/page.php:28
2616
+ msgid ""
2617
+ "Every Wednesday from 4:00 p.m. Peter Harlander and his team explain how "
2618
+ "website and web shop operators have to implement legal regulations such as "
2619
+ "data protection law, e-commerce law, e-marketing law, copyright law, "
2620
+ "trademark law and competition law."
2621
+ msgstr ""
2622
+ "Jeden Mittwoch ab 16:00 Uhr erklären Peter Harlander und sein Team, wie "
2623
+ "Website- und Webshopbetreiber Rechtsgebiete wie Datenschutzrecht, E-Commerce-"
2624
+ "Recht, E-Marketingrecht, Urheberrecht, Markenrecht und Wettbewerbsrecht "
2625
+ "rechtskonform umsetzen."
2626
+
2627
+ #: admin/tabs/v3/webinars/page.php:29
2628
+ msgid ""
2629
+ "In the webinar you can expect examples from practice and understandable "
2630
+ "instructions for implementation."
2631
+ msgstr ""
2632
+ "Im Webinar erwarten euch Beispiele aus der Praxis und verständliche "
2633
+ "Anleitungen zur Umsetzung."
2634
+
2635
+ #: admin/tabs/v3/webinars/page.php:30
2636
+ msgid "Motto: One step closer to the legally perfect website every week!"
2637
+ msgstr ""
2638
+ "Motto: Woche für Woche einen Schritt näher zur rechtlich perfekten Website!"
2639
+
2640
+ #: admin/tabs/v3/webinars/page.php:36
2641
+ msgid "Content"
2642
+ msgstr "Inhalt"
2643
+
2644
+ #: admin/tabs/v3/webinars/page.php:38
2645
+ msgid "Processing operations"
2646
+ msgstr "Verarbeitungsvorgänge"
2647
+
2648
+ #: admin/tabs/v3/webinars/page.php:40
2649
+ msgid "Affiliates"
2650
+ msgstr ""
2651
+
2652
+ #: admin/tabs/v3/webinars/page.php:41
2653
+ msgid "Completion of purchase"
2654
+ msgstr "Kaufabschluss"
2655
+
2656
+ #: admin/tabs/v3/webinars/page.php:42
2657
+ msgid "Payment services"
2658
+ msgstr "Zahlungsdienste"
2659
+
2660
+ #: admin/tabs/v3/webinars/page.php:43
2661
+ msgid "Shipping services"
2662
+ msgstr "Versanddienste"
2663
+
2664
+ #: admin/tabs/v3/webinars/page.php:44
2665
+ msgid "Warehouse services"
2666
+ msgstr "Lagerdienste"
2667
+
2668
+ #: admin/tabs/v3/webinars/page.php:45
2669
+ msgid "Customer data"
2670
+ msgstr "Kundendatei"
2671
+
2672
+ #: admin/tabs/v3/webinars/page.php:46
2673
+ msgid "Accounting"
2674
+ msgstr "Buchhaltung"
2675
+
2676
+ #: admin/tabs/v3/webinars/page.php:47
2677
+ msgid "Tax advice"
2678
+ msgstr "Steuerberatung"
2679
+
2680
+ #: admin/tabs/v3/webinars/page.php:48
2681
+ msgid "Debt collection"
2682
+ msgstr "Inkasso"
2683
+
2684
+ #: admin/tabs/v3/webinars/page.php:49
2685
+ msgid "Warranty / product liability / compensation"
2686
+ msgstr "Gewährleistung / Produkthaftung / Schadenersatz"
2687
+
2688
+ #: admin/tabs/v3/webinars/page.php:51
2689
+ msgid "Consent & information"
2690
+ msgstr "Einwilligung & Information"
2691
+
2692
+ #: admin/tabs/v3/webinars/page.php:53
2693
+ msgid "Checkout"
2694
+ msgstr ""
2695
+
2696
+ #: admin/tabs/v3/webinars/page.php:54 public/class-sp-dsgvo-public.php:452
2697
+ #: public/class-sp-dsgvo-public.php:546
2698
+ msgid "Data protection"
2699
+ msgstr "Datenschutz"
2700
+
2701
+ #: admin/tabs/v3/webinars/page.php:55
2702
+ msgid "Deletion"
2703
+ msgstr "Löschung"
2704
+
2705
+ #: admin/tabs/v3/webinars/page.php:62
2706
+ msgid "Dates"
2707
+ msgstr "Termine"
2708
+
2709
  #: includes/class-sp-dsgvo-ajax-action.php:93
2710
  msgid "Public property $action not provied"
2711
  msgstr "Eigenschaft $action nicht mitgesendet"
2714
  msgid "Other Server"
2715
  msgstr "Anderer Server"
2716
 
2717
+ #: includes/class-sp-dsgvo-constants.php:92
2718
  msgid "Other Provider"
2719
  msgstr "Anderer Provider"
2720
 
2721
+ #: includes/class-sp-dsgvo-constants.php:107
2722
  msgid "Cash"
2723
  msgstr "Bar"
2724
 
2725
+ #: includes/class-sp-dsgvo-constants.php:108
2726
  msgid "Cash on delivery"
2727
  msgstr "Nachnahme"
2728
 
2729
+ #: includes/class-sp-dsgvo-constants.php:109
2730
  msgid "Bank Transfer"
2731
  msgstr "Banküberweisung"
2732
 
2733
+ #: includes/class-sp-dsgvo-constants.php:144
2734
  msgid "By own web/email server"
2735
  msgstr "Über eigenen Web/Mailserver"
2736
 
2737
+ #: includes/class-sp-dsgvo-constants.php:154
2738
  msgid "Other"
2739
  msgstr "Anderer"
2740
 
2741
+ #: includes/class-sp-dsgvo-constants.php:162
2742
  msgid "Afghanistan"
2743
  msgstr ""
2744
 
2745
+ #: includes/class-sp-dsgvo-constants.php:163
2746
  msgid "&#197;land Islands"
2747
  msgstr ""
2748
 
2749
+ #: includes/class-sp-dsgvo-constants.php:164
2750
  msgid "Albania"
2751
  msgstr "Albanien"
2752
 
2753
+ #: includes/class-sp-dsgvo-constants.php:165
2754
  msgid "Algeria"
2755
  msgstr ""
2756
 
2757
+ #: includes/class-sp-dsgvo-constants.php:166
2758
  msgid "American Samoa"
2759
  msgstr ""
2760
 
2761
+ #: includes/class-sp-dsgvo-constants.php:167
2762
  msgid "Andorra"
2763
  msgstr ""
2764
 
2765
+ #: includes/class-sp-dsgvo-constants.php:168
2766
  msgid "Angola"
2767
  msgstr ""
2768
 
2769
+ #: includes/class-sp-dsgvo-constants.php:169
2770
  msgid "Anguilla"
2771
  msgstr ""
2772
 
2773
+ #: includes/class-sp-dsgvo-constants.php:170
2774
  msgid "Antarctica"
2775
  msgstr ""
2776
 
2777
+ #: includes/class-sp-dsgvo-constants.php:171
2778
  msgid "Antigua and Barbuda"
2779
  msgstr ""
2780
 
2781
+ #: includes/class-sp-dsgvo-constants.php:172
2782
  msgid "Argentina"
2783
  msgstr "Argentinien"
2784
 
2785
+ #: includes/class-sp-dsgvo-constants.php:173
2786
  msgid "Armenia"
2787
  msgstr ""
2788
 
2789
+ #: includes/class-sp-dsgvo-constants.php:174
2790
  msgid "Aruba"
2791
  msgstr ""
2792
 
2793
+ #: includes/class-sp-dsgvo-constants.php:175
2794
  msgid "Australia"
2795
  msgstr "Australien"
2796
 
2797
+ #: includes/class-sp-dsgvo-constants.php:177
2798
  msgid "Azerbaijan"
2799
  msgstr ""
2800
 
2801
+ #: includes/class-sp-dsgvo-constants.php:178
2802
  msgid "Bahamas"
2803
  msgstr ""
2804
 
2805
+ #: includes/class-sp-dsgvo-constants.php:179
2806
  msgid "Bahrain"
2807
  msgstr ""
2808
 
2809
+ #: includes/class-sp-dsgvo-constants.php:180
2810
  msgid "Bangladesh"
2811
  msgstr ""
2812
 
2813
+ #: includes/class-sp-dsgvo-constants.php:181
2814
  msgid "Barbados"
2815
  msgstr ""
2816
 
2817
+ #: includes/class-sp-dsgvo-constants.php:182
2818
  msgid "Belarus"
2819
  msgstr ""
2820
 
2821
+ #: includes/class-sp-dsgvo-constants.php:183
2822
  msgid "Belgium"
2823
  msgstr "Belgien"
2824
 
2825
+ #: includes/class-sp-dsgvo-constants.php:184
2826
  msgid "Belau"
2827
  msgstr ""
2828
 
2829
+ #: includes/class-sp-dsgvo-constants.php:185
2830
  msgid "Belize"
2831
  msgstr ""
2832
 
2833
+ #: includes/class-sp-dsgvo-constants.php:186
2834
  msgid "Benin"
2835
  msgstr ""
2836
 
2837
+ #: includes/class-sp-dsgvo-constants.php:187
2838
  msgid "Bermuda"
2839
  msgstr ""
2840
 
2841
+ #: includes/class-sp-dsgvo-constants.php:188
2842
  msgid "Bhutan"
2843
  msgstr ""
2844
 
2845
+ #: includes/class-sp-dsgvo-constants.php:189
2846
  msgid "Bolivia"
2847
  msgstr ""
2848
 
2849
+ #: includes/class-sp-dsgvo-constants.php:190
2850
  msgid "Bonaire, Saint Eustatius and Saba"
2851
  msgstr ""
2852
 
2853
+ #: includes/class-sp-dsgvo-constants.php:191
2854
  msgid "Bosnia and Herzegovina"
2855
  msgstr ""
2856
 
2857
+ #: includes/class-sp-dsgvo-constants.php:192
2858
  msgid "Botswana"
2859
  msgstr ""
2860
 
2861
+ #: includes/class-sp-dsgvo-constants.php:193
2862
  msgid "Bouvet Island"
2863
  msgstr ""
2864
 
2865
+ #: includes/class-sp-dsgvo-constants.php:194
2866
  msgid "Brazil"
2867
  msgstr "Brasilien"
2868
 
2869
+ #: includes/class-sp-dsgvo-constants.php:195
2870
  msgid "British Indian Ocean Territory"
2871
  msgstr ""
2872
 
2873
+ #: includes/class-sp-dsgvo-constants.php:196
2874
  msgid "Brunei"
2875
  msgstr ""
2876
 
2877
+ #: includes/class-sp-dsgvo-constants.php:197
2878
  msgid "Bulgaria"
2879
  msgstr "Bulgarien"
2880
 
2881
+ #: includes/class-sp-dsgvo-constants.php:198
2882
  msgid "Burkina Faso"
2883
  msgstr ""
2884
 
2885
+ #: includes/class-sp-dsgvo-constants.php:199
2886
  msgid "Burundi"
2887
  msgstr ""
2888
 
2889
+ #: includes/class-sp-dsgvo-constants.php:200
2890
  msgid "Cambodia"
2891
  msgstr ""
2892
 
2893
+ #: includes/class-sp-dsgvo-constants.php:201
2894
  msgid "Cameroon"
2895
  msgstr ""
2896
 
2897
+ #: includes/class-sp-dsgvo-constants.php:202
2898
  msgid "Canada"
2899
  msgstr "Kanada"
2900
 
2901
+ #: includes/class-sp-dsgvo-constants.php:203
2902
  msgid "Cape Verde"
2903
  msgstr ""
2904
 
2905
+ #: includes/class-sp-dsgvo-constants.php:204
2906
  msgid "Cayman Islands"
2907
  msgstr ""
2908
 
2909
+ #: includes/class-sp-dsgvo-constants.php:205
2910
  msgid "Central African Republic"
2911
  msgstr ""
2912
 
2913
+ #: includes/class-sp-dsgvo-constants.php:206
2914
  msgid "Chad"
2915
  msgstr ""
2916
 
2917
+ #: includes/class-sp-dsgvo-constants.php:207
2918
  msgid "Chile"
2919
  msgstr ""
2920
 
2921
+ #: includes/class-sp-dsgvo-constants.php:208
2922
  msgid "China"
2923
  msgstr ""
2924
 
2925
+ #: includes/class-sp-dsgvo-constants.php:209
2926
  msgid "Christmas Island"
2927
  msgstr ""
2928
 
2929
+ #: includes/class-sp-dsgvo-constants.php:210
2930
  msgid "Cocos (Keeling) Islands"
2931
  msgstr ""
2932
 
2933
+ #: includes/class-sp-dsgvo-constants.php:211
2934
  msgid "Colombia"
2935
  msgstr ""
2936
 
2937
+ #: includes/class-sp-dsgvo-constants.php:212
2938
  msgid "Comoros"
2939
  msgstr ""
2940
 
2941
+ #: includes/class-sp-dsgvo-constants.php:213
2942
  msgid "Congo (Brazzaville)"
2943
  msgstr ""
2944
 
2945
+ #: includes/class-sp-dsgvo-constants.php:214
2946
  msgid "Congo (Kinshasa)"
2947
  msgstr ""
2948
 
2949
+ #: includes/class-sp-dsgvo-constants.php:215
2950
  msgid "Cook Islands"
2951
  msgstr ""
2952
 
2953
+ #: includes/class-sp-dsgvo-constants.php:216
2954
  msgid "Costa Rica"
2955
  msgstr ""
2956
 
2957
+ #: includes/class-sp-dsgvo-constants.php:217
2958
  msgid "Croatia"
2959
  msgstr "Kroatien"
2960
 
2961
+ #: includes/class-sp-dsgvo-constants.php:218
2962
  msgid "Cuba"
2963
  msgstr ""
2964
 
2965
+ #: includes/class-sp-dsgvo-constants.php:219
2966
  msgid "Cura&ccedil;ao"
2967
  msgstr ""
2968
 
2969
+ #: includes/class-sp-dsgvo-constants.php:220
2970
  msgid "Cyprus"
2971
  msgstr "Zypern"
2972
 
2973
+ #: includes/class-sp-dsgvo-constants.php:221
2974
  msgid "Czech Republic"
2975
  msgstr "Tschechische Repuplik"
2976
 
2977
+ #: includes/class-sp-dsgvo-constants.php:222
2978
  msgid "Denmark"
2979
  msgstr "Dänemark"
2980
 
2981
+ #: includes/class-sp-dsgvo-constants.php:223
2982
  msgid "Djibouti"
2983
  msgstr ""
2984
 
2985
+ #: includes/class-sp-dsgvo-constants.php:224
2986
  msgid "Dominica"
2987
  msgstr ""
2988
 
2989
+ #: includes/class-sp-dsgvo-constants.php:225
2990
  msgid "Dominican Republic"
2991
  msgstr ""
2992
 
2993
+ #: includes/class-sp-dsgvo-constants.php:226
2994
  msgid "Ecuador"
2995
  msgstr ""
2996
 
2997
+ #: includes/class-sp-dsgvo-constants.php:227
2998
  msgid "Egypt"
2999
  msgstr "Ägypten"
3000
 
3001
+ #: includes/class-sp-dsgvo-constants.php:228
3002
  msgid "El Salvador"
3003
  msgstr ""
3004
 
3005
+ #: includes/class-sp-dsgvo-constants.php:229
3006
  msgid "Equatorial Guinea"
3007
  msgstr ""
3008
 
3009
+ #: includes/class-sp-dsgvo-constants.php:230
3010
  msgid "Eritrea"
3011
  msgstr ""
3012
 
3013
+ #: includes/class-sp-dsgvo-constants.php:231
3014
  msgid "Estonia"
3015
  msgstr "Estland"
3016
 
3017
+ #: includes/class-sp-dsgvo-constants.php:232
3018
  msgid "Ethiopia"
3019
  msgstr ""
3020
 
3021
+ #: includes/class-sp-dsgvo-constants.php:233
3022
  msgid "Falkland Islands"
3023
  msgstr ""
3024
 
3025
+ #: includes/class-sp-dsgvo-constants.php:234
3026
  msgid "Faroe Islands"
3027
  msgstr ""
3028
 
3029
+ #: includes/class-sp-dsgvo-constants.php:235
3030
  msgid "Fiji"
3031
  msgstr ""
3032
 
3033
+ #: includes/class-sp-dsgvo-constants.php:236
3034
  msgid "Finland"
3035
  msgstr "Finnland"
3036
 
3037
+ #: includes/class-sp-dsgvo-constants.php:237
3038
  msgid "France"
3039
  msgstr "Frankreich"
3040
 
3041
+ #: includes/class-sp-dsgvo-constants.php:238
3042
  msgid "French Guiana"
3043
  msgstr ""
3044
 
3045
+ #: includes/class-sp-dsgvo-constants.php:239
3046
  msgid "French Polynesia"
3047
  msgstr ""
3048
 
3049
+ #: includes/class-sp-dsgvo-constants.php:240
3050
  msgid "French Southern Territories"
3051
  msgstr ""
3052
 
3053
+ #: includes/class-sp-dsgvo-constants.php:241
3054
  msgid "Gabon"
3055
  msgstr ""
3056
 
3057
+ #: includes/class-sp-dsgvo-constants.php:242
3058
  msgid "Gambia"
3059
  msgstr ""
3060
 
3061
+ #: includes/class-sp-dsgvo-constants.php:243
3062
  msgid "Georgia"
3063
  msgstr ""
3064
 
3065
+ #: includes/class-sp-dsgvo-constants.php:245
3066
  msgid "Ghana"
3067
  msgstr ""
3068
 
3069
+ #: includes/class-sp-dsgvo-constants.php:246
3070
  msgid "Gibraltar"
3071
  msgstr ""
3072
 
3073
+ #: includes/class-sp-dsgvo-constants.php:247
3074
  msgid "Greece"
3075
  msgstr "Griechenland"
3076
 
3077
+ #: includes/class-sp-dsgvo-constants.php:248
3078
  msgid "Greenland"
3079
  msgstr ""
3080
 
3081
+ #: includes/class-sp-dsgvo-constants.php:249
3082
  msgid "Grenada"
3083
  msgstr ""
3084
 
3085
+ #: includes/class-sp-dsgvo-constants.php:250
3086
  msgid "Guadeloupe"
3087
  msgstr ""
3088
 
3089
+ #: includes/class-sp-dsgvo-constants.php:251
3090
  msgid "Guam"
3091
  msgstr ""
3092
 
3093
+ #: includes/class-sp-dsgvo-constants.php:252
3094
  msgid "Guatemala"
3095
  msgstr ""
3096
 
3097
+ #: includes/class-sp-dsgvo-constants.php:253
3098
  msgid "Guernsey"
3099
  msgstr ""
3100
 
3101
+ #: includes/class-sp-dsgvo-constants.php:254
3102
  msgid "Guinea"
3103
  msgstr ""
3104
 
3105
+ #: includes/class-sp-dsgvo-constants.php:255
3106
  msgid "Guinea-Bissau"
3107
  msgstr ""
3108
 
3109
+ #: includes/class-sp-dsgvo-constants.php:256
3110
  msgid "Guyana"
3111
  msgstr ""
3112
 
3113
+ #: includes/class-sp-dsgvo-constants.php:257
3114
  msgid "Haiti"
3115
  msgstr ""
3116
 
3117
+ #: includes/class-sp-dsgvo-constants.php:258
3118
  msgid "Heard Island and McDonald Islands"
3119
  msgstr ""
3120
 
3121
+ #: includes/class-sp-dsgvo-constants.php:259
3122
  msgid "Honduras"
3123
  msgstr ""
3124
 
3125
+ #: includes/class-sp-dsgvo-constants.php:260
3126
  msgid "Hong Kong"
3127
  msgstr ""
3128
 
3129
+ #: includes/class-sp-dsgvo-constants.php:261
3130
  msgid "Hungary"
3131
  msgstr "Ungarn"
3132
 
3133
+ #: includes/class-sp-dsgvo-constants.php:262
3134
  msgid "Iceland"
3135
  msgstr "Island"
3136
 
3137
+ #: includes/class-sp-dsgvo-constants.php:263
3138
  msgid "India"
3139
  msgstr "Indien"
3140
 
3141
+ #: includes/class-sp-dsgvo-constants.php:264
3142
  msgid "Indonesia"
3143
  msgstr ""
3144
 
3145
+ #: includes/class-sp-dsgvo-constants.php:265
3146
  msgid "Iran"
3147
  msgstr "Iran"
3148
 
3149
+ #: includes/class-sp-dsgvo-constants.php:266
3150
  msgid "Iraq"
3151
  msgstr "Irak"
3152
 
3153
+ #: includes/class-sp-dsgvo-constants.php:267
3154
  msgid "Ireland"
3155
  msgstr "Irland"
3156
 
3157
+ #: includes/class-sp-dsgvo-constants.php:268
3158
  msgid "Isle of Man"
3159
  msgstr ""
3160
 
3161
+ #: includes/class-sp-dsgvo-constants.php:269
3162
  msgid "Israel"
3163
  msgstr ""
3164
 
3165
+ #: includes/class-sp-dsgvo-constants.php:270
3166
  msgid "Italy"
3167
  msgstr "Italien"
3168
 
3169
+ #: includes/class-sp-dsgvo-constants.php:271
3170
  msgid "Ivory Coast"
3171
  msgstr ""
3172
 
3173
+ #: includes/class-sp-dsgvo-constants.php:272
3174
  msgid "Jamaica"
3175
  msgstr ""
3176
 
3177
+ #: includes/class-sp-dsgvo-constants.php:273
3178
  msgid "Japan"
3179
  msgstr ""
3180
 
3181
+ #: includes/class-sp-dsgvo-constants.php:274
3182
  msgid "Jersey"
3183
  msgstr ""
3184
 
3185
+ #: includes/class-sp-dsgvo-constants.php:275
3186
  msgid "Jordan"
3187
  msgstr ""
3188
 
3189
+ #: includes/class-sp-dsgvo-constants.php:276
3190
  msgid "Kazakhstan"
3191
  msgstr ""
3192
 
3193
+ #: includes/class-sp-dsgvo-constants.php:277
3194
  msgid "Kenya"
3195
  msgstr ""
3196
 
3197
+ #: includes/class-sp-dsgvo-constants.php:278
3198
  msgid "Kiribati"
3199
  msgstr ""
3200
 
3201
+ #: includes/class-sp-dsgvo-constants.php:279
3202
  msgid "Kuwait"
3203
  msgstr ""
3204
 
3205
+ #: includes/class-sp-dsgvo-constants.php:280
3206
  msgid "Kyrgyzstan"
3207
  msgstr ""
3208
 
3209
+ #: includes/class-sp-dsgvo-constants.php:281
3210
  msgid "Laos"
3211
  msgstr ""
3212
 
3213
+ #: includes/class-sp-dsgvo-constants.php:282
3214
  msgid "Latvia"
3215
  msgstr ""
3216
 
3217
+ #: includes/class-sp-dsgvo-constants.php:283
3218
  msgid "Lebanon"
3219
  msgstr ""
3220
 
3221
+ #: includes/class-sp-dsgvo-constants.php:284
3222
  msgid "Lesotho"
3223
  msgstr ""
3224
 
3225
+ #: includes/class-sp-dsgvo-constants.php:285
3226
  msgid "Liberia"
3227
  msgstr ""
3228
 
3229
+ #: includes/class-sp-dsgvo-constants.php:286
3230
  msgid "Libya"
3231
  msgstr ""
3232
 
3233
+ #: includes/class-sp-dsgvo-constants.php:287
3234
  msgid "Liechtenstein"
3235
  msgstr "Liechtenstein"
3236
 
3237
+ #: includes/class-sp-dsgvo-constants.php:288
3238
  msgid "Lithuania"
3239
  msgstr ""
3240
 
3241
+ #: includes/class-sp-dsgvo-constants.php:289
3242
  msgid "Luxembourg"
3243
  msgstr "Luxemburg"
3244
 
3245
+ #: includes/class-sp-dsgvo-constants.php:290
3246
  msgid "Macao"
3247
  msgstr ""
3248
 
3249
+ #: includes/class-sp-dsgvo-constants.php:291
3250
  msgid "North Macedonia"
3251
  msgstr ""
3252
 
3253
+ #: includes/class-sp-dsgvo-constants.php:292
3254
  msgid "Madagascar"
3255
  msgstr ""
3256
 
3257
+ #: includes/class-sp-dsgvo-constants.php:293
3258
  msgid "Malawi"
3259
  msgstr ""
3260
 
3261
+ #: includes/class-sp-dsgvo-constants.php:294
3262
  msgid "Malaysia"
3263
  msgstr ""
3264
 
3265
+ #: includes/class-sp-dsgvo-constants.php:295
3266
  msgid "Maldives"
3267
  msgstr ""
3268
 
3269
+ #: includes/class-sp-dsgvo-constants.php:296
3270
  msgid "Mali"
3271
  msgstr ""
3272
 
3273
+ #: includes/class-sp-dsgvo-constants.php:297
3274
  msgid "Malta"
3275
  msgstr ""
3276
 
3277
+ #: includes/class-sp-dsgvo-constants.php:298
3278
  msgid "Marshall Islands"
3279
  msgstr ""
3280
 
3281
+ #: includes/class-sp-dsgvo-constants.php:299
3282
  msgid "Martinique"
3283
  msgstr ""
3284
 
3285
+ #: includes/class-sp-dsgvo-constants.php:300
3286
  msgid "Mauritania"
3287
  msgstr ""
3288
 
3289
+ #: includes/class-sp-dsgvo-constants.php:301
3290
  msgid "Mauritius"
3291
  msgstr ""
3292
 
3293
+ #: includes/class-sp-dsgvo-constants.php:302
3294
  msgid "Mayotte"
3295
  msgstr ""
3296
 
3297
+ #: includes/class-sp-dsgvo-constants.php:303
3298
  msgid "Mexico"
3299
  msgstr "Mexiko"
3300
 
3301
+ #: includes/class-sp-dsgvo-constants.php:304
3302
  msgid "Micronesia"
3303
  msgstr ""
3304
 
3305
+ #: includes/class-sp-dsgvo-constants.php:305
3306
  msgid "Moldova"
3307
  msgstr ""
3308
 
3309
+ #: includes/class-sp-dsgvo-constants.php:306
3310
  msgid "Monaco"
3311
  msgstr ""
3312
 
3313
+ #: includes/class-sp-dsgvo-constants.php:307
3314
  msgid "Mongolia"
3315
  msgstr ""
3316
 
3317
+ #: includes/class-sp-dsgvo-constants.php:308
3318
  msgid "Montenegro"
3319
  msgstr ""
3320
 
3321
+ #: includes/class-sp-dsgvo-constants.php:309
3322
  msgid "Montserrat"
3323
  msgstr ""
3324
 
3325
+ #: includes/class-sp-dsgvo-constants.php:310
3326
  msgid "Morocco"
3327
  msgstr ""
3328
 
3329
+ #: includes/class-sp-dsgvo-constants.php:311
3330
  msgid "Mozambique"
3331
  msgstr ""
3332
 
3333
+ #: includes/class-sp-dsgvo-constants.php:312
3334
  msgid "Myanmar"
3335
  msgstr ""
3336
 
3337
+ #: includes/class-sp-dsgvo-constants.php:313
3338
  msgid "Namibia"
3339
  msgstr ""
3340
 
3341
+ #: includes/class-sp-dsgvo-constants.php:314
3342
  msgid "Nauru"
3343
  msgstr ""
3344
 
3345
+ #: includes/class-sp-dsgvo-constants.php:315
3346
  msgid "Nepal"
3347
  msgstr ""
3348
 
3349
+ #: includes/class-sp-dsgvo-constants.php:316
3350
  msgid "Netherlands"
3351
  msgstr "Niederlande"
3352
 
3353
+ #: includes/class-sp-dsgvo-constants.php:317
3354
  msgid "New Caledonia"
3355
  msgstr ""
3356
 
3357
+ #: includes/class-sp-dsgvo-constants.php:318
3358
  msgid "New Zealand"
3359
  msgstr "Neuseeland"
3360
 
3361
+ #: includes/class-sp-dsgvo-constants.php:319
3362
  msgid "Nicaragua"
3363
  msgstr ""
3364
 
3365
+ #: includes/class-sp-dsgvo-constants.php:320
3366
  msgid "Niger"
3367
  msgstr ""
3368
 
3369
+ #: includes/class-sp-dsgvo-constants.php:321
3370
  msgid "Nigeria"
3371
  msgstr ""
3372
 
3373
+ #: includes/class-sp-dsgvo-constants.php:322
3374
  msgid "Niue"
3375
  msgstr ""
3376
 
3377
+ #: includes/class-sp-dsgvo-constants.php:323
3378
  msgid "Norfolk Island"
3379
  msgstr ""
3380
 
3381
+ #: includes/class-sp-dsgvo-constants.php:324
3382
  msgid "Northern Mariana Islands"
3383
  msgstr ""
3384
 
3385
+ #: includes/class-sp-dsgvo-constants.php:325
3386
  msgid "North Korea"
3387
  msgstr "Nordkorea"
3388
 
3389
+ #: includes/class-sp-dsgvo-constants.php:326
3390
  msgid "Norway"
3391
  msgstr "Norwegen"
3392
 
3393
+ #: includes/class-sp-dsgvo-constants.php:327
3394
  msgid "Oman"
3395
  msgstr ""
3396
 
3397
+ #: includes/class-sp-dsgvo-constants.php:328
3398
  msgid "Pakistan"
3399
  msgstr ""
3400
 
3401
+ #: includes/class-sp-dsgvo-constants.php:329
3402
  msgid "Palestinian Territory"
3403
  msgstr ""
3404
 
3405
+ #: includes/class-sp-dsgvo-constants.php:330
3406
  msgid "Panama"
3407
  msgstr ""
3408
 
3409
+ #: includes/class-sp-dsgvo-constants.php:331
3410
  msgid "Papua New Guinea"
3411
  msgstr ""
3412
 
3413
+ #: includes/class-sp-dsgvo-constants.php:332
3414
  msgid "Paraguay"
3415
  msgstr ""
3416
 
3417
+ #: includes/class-sp-dsgvo-constants.php:333
3418
  msgid "Peru"
3419
  msgstr ""
3420
 
3421
+ #: includes/class-sp-dsgvo-constants.php:334
3422
  msgid "Philippines"
3423
  msgstr ""
3424
 
3425
+ #: includes/class-sp-dsgvo-constants.php:335
3426
  msgid "Pitcairn"
3427
  msgstr ""
3428
 
3429
+ #: includes/class-sp-dsgvo-constants.php:336
3430
  msgid "Poland"
3431
  msgstr "Polen"
3432
 
3433
+ #: includes/class-sp-dsgvo-constants.php:337
3434
  msgid "Portugal"
3435
  msgstr ""
3436
 
3437
+ #: includes/class-sp-dsgvo-constants.php:338
3438
  msgid "Puerto Rico"
3439
  msgstr ""
3440
 
3441
+ #: includes/class-sp-dsgvo-constants.php:339
3442
  msgid "Qatar"
3443
  msgstr ""
3444
 
3445
+ #: includes/class-sp-dsgvo-constants.php:340
3446
  msgid "Reunion"
3447
  msgstr ""
3448
 
3449
+ #: includes/class-sp-dsgvo-constants.php:341
3450
  msgid "Romania"
3451
  msgstr "Rumänien"
3452
 
3453
+ #: includes/class-sp-dsgvo-constants.php:342
3454
  msgid "Russia"
3455
  msgstr ""
3456
 
3457
+ #: includes/class-sp-dsgvo-constants.php:343
3458
  msgid "Rwanda"
3459
  msgstr ""
3460
 
3461
+ #: includes/class-sp-dsgvo-constants.php:344
3462
  msgid "Saint Barth&eacute;lemy"
3463
  msgstr ""
3464
 
3465
+ #: includes/class-sp-dsgvo-constants.php:345
3466
  msgid "Saint Helena"
3467
  msgstr ""
3468
 
3469
+ #: includes/class-sp-dsgvo-constants.php:346
3470
  msgid "Saint Kitts and Nevis"
3471
  msgstr ""
3472
 
3473
+ #: includes/class-sp-dsgvo-constants.php:347
3474
  msgid "Saint Lucia"
3475
  msgstr ""
3476
 
3477
+ #: includes/class-sp-dsgvo-constants.php:348
3478
  msgid "Saint Martin (French part)"
3479
  msgstr ""
3480
 
3481
+ #: includes/class-sp-dsgvo-constants.php:349
3482
  msgid "Saint Martin (Dutch part)"
3483
  msgstr ""
3484
 
3485
+ #: includes/class-sp-dsgvo-constants.php:350
3486
  msgid "Saint Pierre and Miquelon"
3487
  msgstr ""
3488
 
3489
+ #: includes/class-sp-dsgvo-constants.php:351
3490
  msgid "Saint Vincent and the Grenadines"
3491
  msgstr ""
3492
 
3493
+ #: includes/class-sp-dsgvo-constants.php:352
3494
  msgid "San Marino"
3495
  msgstr ""
3496
 
3497
+ #: includes/class-sp-dsgvo-constants.php:353
3498
  msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
3499
  msgstr ""
3500
 
3501
+ #: includes/class-sp-dsgvo-constants.php:354
3502
  msgid "Saudi Arabia"
3503
  msgstr ""
3504
 
3505
+ #: includes/class-sp-dsgvo-constants.php:355
3506
  msgid "Senegal"
3507
  msgstr ""
3508
 
3509
+ #: includes/class-sp-dsgvo-constants.php:356
3510
  msgid "Serbia"
3511
  msgstr "Serbien"
3512
 
3513
+ #: includes/class-sp-dsgvo-constants.php:357
3514
  msgid "Seychelles"
3515
  msgstr ""
3516
 
3517
+ #: includes/class-sp-dsgvo-constants.php:358
3518
  msgid "Sierra Leone"
3519
  msgstr ""
3520
 
3521
+ #: includes/class-sp-dsgvo-constants.php:359
3522
  msgid "Singapore"
3523
  msgstr ""
3524
 
3525
+ #: includes/class-sp-dsgvo-constants.php:360
3526
  msgid "Slovakia"
3527
  msgstr "Slowakei"
3528
 
3529
+ #: includes/class-sp-dsgvo-constants.php:361
3530
  msgid "Slovenia"
3531
  msgstr "Slowenien"
3532
 
3533
+ #: includes/class-sp-dsgvo-constants.php:362
3534
  msgid "Solomon Islands"
3535
  msgstr ""
3536
 
3537
+ #: includes/class-sp-dsgvo-constants.php:363
3538
  msgid "Somalia"
3539
  msgstr ""
3540
 
3541
+ #: includes/class-sp-dsgvo-constants.php:364
3542
  msgid "South Africa"
3543
  msgstr "Südafrika"
3544
 
3545
+ #: includes/class-sp-dsgvo-constants.php:365
3546
  msgid "South Georgia/Sandwich Islands"
3547
  msgstr ""
3548
 
3549
+ #: includes/class-sp-dsgvo-constants.php:366
3550
  msgid "South Korea"
3551
  msgstr "Südkorea"
3552
 
3553
+ #: includes/class-sp-dsgvo-constants.php:367
3554
  msgid "South Sudan"
3555
  msgstr ""
3556
 
3557
+ #: includes/class-sp-dsgvo-constants.php:368
3558
  msgid "Spain"
3559
  msgstr "Spanien"
3560
 
3561
+ #: includes/class-sp-dsgvo-constants.php:369
3562
  msgid "Sri Lanka"
3563
  msgstr ""
3564
 
3565
+ #: includes/class-sp-dsgvo-constants.php:370
3566
  msgid "Sudan"
3567
  msgstr ""
3568
 
3569
+ #: includes/class-sp-dsgvo-constants.php:371
3570
  msgid "Suriname"
3571
  msgstr ""
3572
 
3573
+ #: includes/class-sp-dsgvo-constants.php:372
3574
  msgid "Svalbard and Jan Mayen"
3575
  msgstr ""
3576
 
3577
+ #: includes/class-sp-dsgvo-constants.php:373
3578
  msgid "Swaziland"
3579
  msgstr ""
3580
 
3581
+ #: includes/class-sp-dsgvo-constants.php:374
3582
  msgid "Sweden"
3583
  msgstr "Schweden"
3584
 
3585
+ #: includes/class-sp-dsgvo-constants.php:375
3586
  msgid "Switzerland"
3587
  msgstr "Schweiz"
3588
 
3589
+ #: includes/class-sp-dsgvo-constants.php:376
3590
  msgid "Syria"
3591
  msgstr ""
3592
 
3593
+ #: includes/class-sp-dsgvo-constants.php:377
3594
  msgid "Taiwan"
3595
  msgstr ""
3596
 
3597
+ #: includes/class-sp-dsgvo-constants.php:378
3598
  msgid "Tajikistan"
3599
  msgstr ""
3600
 
3601
+ #: includes/class-sp-dsgvo-constants.php:379
3602
  msgid "Tanzania"
3603
  msgstr ""
3604
 
3605
+ #: includes/class-sp-dsgvo-constants.php:380
3606
  msgid "Thailand"
3607
  msgstr ""
3608
 
3609
+ #: includes/class-sp-dsgvo-constants.php:381
3610
  msgid "Timor-Leste"
3611
  msgstr ""
3612
 
3613
+ #: includes/class-sp-dsgvo-constants.php:382
3614
  msgid "Togo"
3615
  msgstr ""
3616
 
3617
+ #: includes/class-sp-dsgvo-constants.php:383
3618
  msgid "Tokelau"
3619
  msgstr ""
3620
 
3621
+ #: includes/class-sp-dsgvo-constants.php:384
3622
  msgid "Tonga"
3623
  msgstr ""
3624
 
3625
+ #: includes/class-sp-dsgvo-constants.php:385
3626
  msgid "Trinidad and Tobago"
3627
  msgstr ""
3628
 
3629
+ #: includes/class-sp-dsgvo-constants.php:386
3630
  msgid "Tunisia"
3631
  msgstr ""
3632
 
3633
+ #: includes/class-sp-dsgvo-constants.php:387
3634
  msgid "Turkey"
3635
  msgstr "Türkei"
3636
 
3637
+ #: includes/class-sp-dsgvo-constants.php:388
3638
  msgid "Turkmenistan"
3639
  msgstr ""
3640
 
3641
+ #: includes/class-sp-dsgvo-constants.php:389
3642
  msgid "Turks and Caicos Islands"
3643
  msgstr ""
3644
 
3645
+ #: includes/class-sp-dsgvo-constants.php:390
3646
  msgid "Tuvalu"
3647
  msgstr ""
3648
 
3649
+ #: includes/class-sp-dsgvo-constants.php:391
3650
  msgid "Uganda"
3651
  msgstr ""
3652
 
3653
+ #: includes/class-sp-dsgvo-constants.php:392
3654
  msgid "Ukraine"
3655
  msgstr ""
3656
 
3657
+ #: includes/class-sp-dsgvo-constants.php:393
3658
  msgid "United Arab Emirates"
3659
  msgstr ""
3660
 
3661
+ #: includes/class-sp-dsgvo-constants.php:394
3662
  msgid "United Kingdom (UK)"
3663
  msgstr ""
3664
 
3665
+ #: includes/class-sp-dsgvo-constants.php:395
3666
  msgid "United States (US)"
3667
  msgstr "Vereinigte Staaten (US)"
3668
 
3669
+ #: includes/class-sp-dsgvo-constants.php:396
3670
  msgid "United States (US) Minor Outlying Islands"
3671
  msgstr ""
3672
 
3673
+ #: includes/class-sp-dsgvo-constants.php:397
3674
  msgid "Uruguay"
3675
  msgstr ""
3676
 
3677
+ #: includes/class-sp-dsgvo-constants.php:398
3678
  msgid "Uzbekistan"
3679
  msgstr ""
3680
 
3681
+ #: includes/class-sp-dsgvo-constants.php:399
3682
  msgid "Vanuatu"
3683
  msgstr ""
3684
 
3685
+ #: includes/class-sp-dsgvo-constants.php:400
3686
  msgid "Vatican"
3687
  msgstr ""
3688
 
3689
+ #: includes/class-sp-dsgvo-constants.php:401
3690
  msgid "Venezuela"
3691
  msgstr ""
3692
 
3693
+ #: includes/class-sp-dsgvo-constants.php:402
3694
  msgid "Vietnam"
3695
  msgstr ""
3696
 
3697
+ #: includes/class-sp-dsgvo-constants.php:403
3698
  msgid "Virgin Islands (British)"
3699
  msgstr ""
3700
 
3701
+ #: includes/class-sp-dsgvo-constants.php:404
3702
  msgid "Virgin Islands (US)"
3703
  msgstr ""
3704
 
3705
+ #: includes/class-sp-dsgvo-constants.php:405
3706
  msgid "Wallis and Futuna"
3707
  msgstr ""
3708
 
3709
+ #: includes/class-sp-dsgvo-constants.php:406
3710
  msgid "Western Sahara"
3711
  msgstr ""
3712
 
3713
+ #: includes/class-sp-dsgvo-constants.php:407
3714
  msgid "Samoa"
3715
  msgstr ""
3716
 
3717
+ #: includes/class-sp-dsgvo-constants.php:408
3718
  msgid "Yemen"
3719
  msgstr ""
3720
 
3721
+ #: includes/class-sp-dsgvo-constants.php:409
3722
  msgid "Zambia"
3723
  msgstr ""
3724
 
3725
+ #: includes/class-sp-dsgvo-constants.php:410
3726
  msgid "Zimbabwe"
3727
  msgstr ""
3728
 
3729
+ #: includes/class-sp-dsgvo-constants.php:423
3730
  msgid "I host it on the same server as this page"
3731
  msgstr "Ich hoste es am selben Server wie diese Website"
3732
 
3733
+ #: includes/class-sp-dsgvo-constants.php:424
3734
  msgid "It's remote included (online/cloud)"
3735
  msgstr "Es wird remote eingebunden (via Cloud bzw. online Anbindung)"
3736
 
3737
+ #: includes/class-sp-dsgvo-constants.php:425
3738
  msgid "I connect it to an server of an agency"
3739
  msgstr "Ich verbinde es zum Server einer Agentur"
3740
 
3897
  "damit wir die Kommentare auf unserer Seite auswerten können. Weitere "
3898
  "Informationen finden Sie auf unserer Seite der Datenschutzerklärung."
3899
 
3900
+ #: includes/class-sp-dsgvo-settings.php:100
3901
+ #: includes/class-sp-dsgvo-settings.php:118
3902
  msgid ""
3903
  "I agree to the storage of the data for processing within the meaning of the "
3904
  "GDPR."
3905
  msgstr ""
3906
  "Ich stimme der Speicherung der Daten zur Verarbeitung im Sinne der DSGVO zu."
3907
 
3908
+ #: includes/class-sp-dsgvo-settings.php:128
3909
  msgid ""
3910
  "To change your privacy setting, e.g. granting or withdrawing consent, click "
3911
  "here:"
3913
  "Zum Ändern Ihrer Datenschutzeinstellung, z.B. Erteilung oder Widerruf von "
3914
  "Einwilligungen, klicken Sie hier:"
3915
 
3916
+ #: includes/class-sp-dsgvo-settings.php:131
3917
  msgid "OK"
3918
  msgstr "OK"
3919
 
3920
+ #: includes/class-sp-dsgvo-settings.php:135
3921
  msgid "Deny"
3922
  msgstr "Ablehnen"
3923
 
3924
+ #: includes/class-sp-dsgvo-settings.php:138
3925
  msgid "More information"
3926
  msgstr "Mehr Information"
3927
 
3928
  #: includes/cron/do-check-privacy-policy-texts.php:22
3929
+ #: includes/cron/do-check-privacy-policy-texts.php:69
3930
  msgid ""
3931
  "Attention. There are newer texts for the privacy policy. Please refresh them "
3932
  "ensure compliance. Click <a href=\"ADMIN_URL\" target=\"_blank\"> here</a> "
3939
  "mit einem Klick auf \"Datenschutztexte neu laden\" die Texts aktualisieren "
3940
  "zu können."
3941
 
3942
+ #: includes/cron/do-check-privacy-policy-texts.php:73
3943
  msgid "WP DSGVO Tools (GPDR) Privacy policy texts outdated"
3944
  msgstr "WP DSGVO Tools (GDPR) Datenschutztexte sind veraltet"
3945
 
4106
  msgstr ""
4107
  "Wenn aktiviert, wird der Inhalt von %s blockiert, bis der Besucher eine "
4108
  "Zustimmung erteilt. Zudem werden die entsprechenden Datenschutztexte in der "
4109
+ "Datenschutzerklärung angezeigt."
4110
 
4111
  #: includes/integrations/mailchimp/MailchimpAPI.php:41
4112
  msgid "Invalid MailChimp API key"
4303
  msgstr ""
4304
  "Da Sie Matomo via Agentur einbinden, müssen Sie im obigen Textfeld die "
4305
  "Anschrift der Agentur eingeben. Diese Information wird für die "
4306
+ "Datenschutzerklärung benötigt."
4307
 
4308
  #: includes/integrations/statistics/matomo/page.php:53
4309
  #: includes/integrations/statistics/piwik/page.php:54
4408
  msgid "Subject access request"
4409
  msgstr "Datenauszug"
4410
 
4411
+ #: includes/models/subject-access-request.php:201
4412
+ #: includes/models/subject-access-request.php:202
4413
+ #: includes/models/subject-access-request.php:204
4414
  msgid "All data of"
4415
  msgstr "Alle Daten zu"
4416
 
4417
+ #: includes/models/subject-access-request.php:204
4418
  msgid "Date"
4419
  msgstr "Datum"
4420
 
4421
+ #: includes/models/subject-access-request.php:204
4422
  msgid "Source"
4423
  msgstr "Quelle"
4424
 
4426
  msgid "updated their user permissions"
4427
  msgstr "hat die Berechtigungen geändert"
4428
 
4429
+ #: public/class-sp-dsgvo-public.php:171 public/class-sp-dsgvo-public.php:180
4430
  msgid "Cookie Image"
4431
  msgstr "Cookie Bild"
4432
 
4433
+ #: public/class-sp-dsgvo-public.php:218
4434
  msgid "Settings"
4435
  msgstr "Einstellungen"
4436
 
4437
+ #: public/class-sp-dsgvo-public.php:372
4438
  msgid ""
4439
  "I, {OWNER-TEXT}, would like to process personal data with external services. "
4440
  "This is not necessary for using the website, but allows me to interact even "
4445
  "ermöglicht mir aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4446
  "treffen Sie bitte eine Auswahl:"
4447
 
4448
+ #: public/class-sp-dsgvo-public.php:375
4449
  msgid ""
4450
  "I, {OWNER-TEXT}, process personal data to operate this website only to the "
4451
  "extent technically necessary. All details in my privacy policy."
4454
  "Daten nur im technisch unbedingt notwendigen Umfang. Alle Details dazu in "
4455
  "meiner Datenschutzerklärung."
4456
 
4457
+ #: public/class-sp-dsgvo-public.php:382
4458
  msgid ""
4459
  "{OWNER-TEXT}, would like to process personal data with external services. "
4460
  "This is not necessary for using the website, but allows me to interact even "
4465
  "ermöglicht aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4466
  "treffen Sie bitte eine Auswahl:"
4467
 
4468
+ #: public/class-sp-dsgvo-public.php:385
4469
  msgid ""
4470
  "{OWNER-TEXT}, processes personal data only to the extent strictly necessary "
4471
  "for the operation of this website. All details in the privacy policy."
4474
  "nur im technisch unbedingt notwendigen Umfang. Alle Details dazu in der "
4475
  "Datenschutzerklärung."
4476
 
4477
+ #: public/class-sp-dsgvo-public.php:387
4478
  msgid "Owner"
4479
  msgstr "Besitzer"
4480
 
4481
+ #: public/class-sp-dsgvo-public.php:392
4482
  msgid ""
4483
  "We, the {OWNER-TEXT}, would like to process personal information with "
4484
  "external services. This is not necessary for the use of the website, but "
4490
  "ermöglicht uns aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4491
  "treffen Sie bitte eine Auswahl:"
4492
 
4493
+ #: public/class-sp-dsgvo-public.php:395 public/class-sp-dsgvo-public.php:405
4494
+ #: public/class-sp-dsgvo-public.php:415
4495
  msgid ""
4496
  "We, {OWNER-TEXT}, process personal data for the operation of this website "
4497
  "only to the extent technically necessary. All details in our privacy policy."
4500
  "Daten nur im technisch unbedingt notwendigen Umfang. Alle Details dazu in "
4501
  "unserer Datenschutzerklärung."
4502
 
4503
+ #: public/class-sp-dsgvo-public.php:402 public/class-sp-dsgvo-public.php:412
4504
  msgid ""
4505
  "We, {OWNER-TEXT}, would like to process personal information with external "
4506
  "services. This is not necessary for the use of the website, but allows us to "
4511
  "ermöglicht uns aber eine noch engere Interaktion mit Ihnen. Falls gewünscht, "
4512
  "treffen Sie bitte eine Auswahl:"
4513
 
4514
+ #: public/class-sp-dsgvo-public.php:448 public/class-sp-dsgvo-public.php:542
4515
  msgid "Logo of the popup"
4516
  msgstr "Logo des Popups"
4517
 
4518
+ #: public/class-sp-dsgvo-public.php:448 public/class-sp-dsgvo-public.php:542
4519
  msgid "WP DSGVO Tools (GDPR) for Wordpress and WooCommerce."
4520
  msgstr "WP DSGVO Tools (GDPR) für Wordpress und WooCommerce."
4521
 
4522
+ #: public/class-sp-dsgvo-public.php:453 public/class-sp-dsgvo-public.php:547
 
 
 
 
4523
  msgid "Details"
4524
  msgstr "Details"
4525
 
4526
+ #: public/class-sp-dsgvo-public.php:494
 
 
 
 
 
4527
  msgid "Country Flag"
4528
  msgstr "Flagge"
4529
 
4530
+ #: public/class-sp-dsgvo-public.php:508 public/class-sp-dsgvo-public.php:566
4531
+ #: public/class-sp-dsgvo-public.php:580
4532
  msgid "Country flag"
4533
  msgstr "Flagge"
4534
 
4535
+ #: public/class-sp-dsgvo-public.php:652
4536
  msgid "Loading details"
4537
  msgstr "Lade Details"
4538
 
4539
+ #: public/class-sp-dsgvo-public.php:662
4540
  msgid "Back"
4541
  msgstr "Zurück"
4542
 
4543
+ #: public/class-sp-dsgvo-public.php:673
4544
  msgid "Accept selection"
4545
  msgstr "Auswahl akzeptieren"
4546
 
4547
+ #: public/class-sp-dsgvo-public.php:676
4548
  msgid "Accept nothing"
4549
  msgstr "Nichts akzeptieren"
4550
 
4551
+ #: public/class-sp-dsgvo-public.php:679
4552
  msgid "Accept all"
4553
  msgstr "Alles akzeptieren"
4554
 
4555
+ #: public/class-sp-dsgvo-public.php:683 public/class-sp-dsgvo-public.php:709
4556
  msgid "Ok"
4557
  msgstr "Ok"
4558
 
4559
+ #: public/class-sp-dsgvo-public.php:693
4560
  msgid "Accept <br />selection"
4561
  msgstr "Auswahl<br />akzeptieren"
4562
 
4563
+ #: public/class-sp-dsgvo-public.php:698
4564
  msgid "Accept <br />nothing"
4565
  msgstr "Nichts<br />akzeptieren"
4566
 
4567
+ #: public/class-sp-dsgvo-public.php:703
4568
  msgid "Accept <br />all"
4569
  msgstr "Alles<br />akzeptieren"
4570
 
4571
+ #: public/class-sp-dsgvo-public.php:738
4572
  msgid "Service"
4573
  msgstr "Dienst"
4574
 
4575
+ #: public/class-sp-dsgvo-public.php:738
4576
  msgid "Services"
4577
  msgstr "Dienste"
4578
 
4579
+ #: public/class-sp-dsgvo-public.php:771
4580
  msgid "via"
4581
  msgstr "via"
4582
 
4583
+ #: public/class-sp-dsgvo-public.php:775
4584
  msgid "Local installation"
4585
  msgstr "Lokale Installation"
4586
 
4587
+ #: public/class-sp-dsgvo-public.php:781 public/class-sp-dsgvo-public.php:786
4588
  msgid "All Details"
4589
  msgstr "Alle Details"
4590
 
4591
+ #: public/class-sp-dsgvo-public.php:921
4592
  msgid "Terms: "
4593
  msgstr "AGB: "
4594
 
4604
  msgid "Company owner"
4605
  msgstr "Inhaber des Unternehmens"
4606
 
4607
+ #: public/shortcodes/imprint.php:76 public/shortcodes/imprint.php:93
4608
+ #: public/shortcodes/imprint.php:103
4609
  msgid "Sales tax identification number"
4610
  msgstr "Umsatzsteuer-Identifikationsnummer"
4611
 
4612
+ #: public/shortcodes/imprint.php:90
4613
  msgid "Register Court & Register Number"
4614
  msgstr "Registergericht & Registernummer"
4615
 
4616
+ #: public/shortcodes/imprint.php:118
4617
  msgid ""
4618
  "European Commission Online Dispute Resolution (OS) platform for consumers: "
4619
  "<a href=\"https://ec.europa.eu/consumers/odr/\" target=\"_blank\">https://ec."
4630
  msgid "Responsible"
4631
  msgstr "Verantwortlich"
4632
 
4633
+ #: public/shortcodes/privacy-policy.php:80
4634
+ #: public/shortcodes/privacy-policy.php:89
4635
+ #: public/shortcodes/privacy-policy.php:112
4636
+ #: public/shortcodes/privacy-policy.php:122
4637
  msgid "attn."
4638
  msgstr "z.H."
4639
 
4640
+ #: public/shortcodes/privacy-policy.php:84
4641
+ #: public/shortcodes/privacy-policy.php:93
4642
+ #: public/shortcodes/privacy-policy.php:116
4643
+ #: public/shortcodes/privacy-policy.php:126
4644
  msgid "Phone:"
4645
  msgstr "Telefon:"
4646
 
4647
+ #: public/shortcodes/privacy-policy.php:85
4648
+ #: public/shortcodes/privacy-policy.php:94
4649
+ #: public/shortcodes/privacy-policy.php:117
4650
+ #: public/shortcodes/privacy-policy.php:127
4651
  msgid "Email:"
4652
  msgstr "Email:"
4653
 
4654
+ #: public/shortcodes/privacy-policy.php:100
4655
  msgid "Data security officer"
4656
  msgstr "Datenschutzbeauftragter"
4657
 
4658
+ #: public/shortcodes/privacy-policy.php:132
4659
  msgid "Responsible for privacy issues"
4660
  msgstr "Verantwortlich für Datenschutzfragen"
4661
 
4662
+ #: public/shortcodes/privacy-policy.php:140
4663
  msgid "Hosting"
4664
  msgstr "Hosting Provider"
4665
 
4666
+ #: public/shortcodes/privacy-policy.php:170
4667
  msgid "Server Log Files"
4668
  msgstr "Server Log Files"
4669
 
4670
+ #: public/shortcodes/privacy-policy.php:209
4671
  msgid "Contact Form"
4672
  msgstr "Kontaktformular"
4673
 
4674
+ #: public/shortcodes/privacy-policy.php:214
4675
  msgid "Application Form"
4676
  msgstr "Bewerbungsformular"
4677
 
4678
+ #: public/shortcodes/privacy-policy.php:224
4679
  msgid "Registration Form"
4680
  msgstr "Registrierungsformular"
4681
 
4682
+ #: public/shortcodes/privacy-policy.php:229
4683
  msgid "Comments Form"
4684
  msgstr "Kommentarformular"
4685
 
4686
+ #: public/shortcodes/privacy-policy.php:247
4687
  msgid "Security Services"
4688
  msgstr "Sicherheitsdienste"
4689
 
4690
+ #: public/shortcodes/privacy-policy.php:278
4691
  msgid "Web Fonts"
4692
  msgstr "Web Schriften"
4693
 
4694
+ #: public/shortcodes/privacy-policy.php:319
4695
  msgid "Web Shop"
4696
  msgstr "Web Shop"
4697
 
4698
+ #: public/shortcodes/privacy-policy.php:331
4699
  msgid "Payments are processed via:"
4700
  msgstr "Zahlungen werden abgewickelt mit:"
4701
 
4702
+ #: public/shortcodes/privacy-policy.php:357
4703
  msgid "Tag Manager"
4704
  msgstr "Tag Manager"
4705
 
4706
+ #: public/shortcodes/privacy-policy.php:400
4707
  msgid "Analysis Services"
4708
  msgstr "Analysedienste"
4709
 
4710
+ #: public/shortcodes/privacy-policy.php:421
4711
  msgid "Ads, Profiling, Tracking, Retargeting"
4712
  msgstr "Targeting / Profiling / Werbung"
4713
 
4714
+ #: public/shortcodes/privacy-policy.php:458
4715
  msgid "Right to object"
4716
  msgstr "Widerspruchsrecht"
4717
 
4718
+ #: public/shortcodes/privacy-policy.php:463
4719
  msgid "Withdrawal"
4720
  msgstr "Widerrufsrecht"
4721
 
4722
+ #: public/shortcodes/privacy-policy.php:468
4723
  msgid "Right to data subject"
4724
  msgstr "Betroffenenrechte"
4725
 
4937
  "Wenn Sie dies nicht durchf&uuml;hren m&ouml;chten, k&ouml;nnen Sie dieses E-"
4938
  "Mail gnorieren."
4939
 
4940
+ #~ msgid "Upgrade and safe"
4941
+ #~ msgstr "Upgrade und sparen"
4942
+
4943
+ #~ msgid ""
4944
+ #~ "Special offer in combination with our feature release supporting "
4945
+ #~ "embeddings: With the <strong>coupon \"EMBED20\"</strong> (valid until "
4946
+ #~ "31st March) you will <strong>get 20&#37; off </strong>if you upgrade to a "
4947
+ #~ "premium licence. You will have all premium features, including the GDPR "
4948
+ #~ "compliant integration of external content of <strong>Facebook, Google "
4949
+ #~ "Maps, YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter</"
4950
+ #~ "strong>."
4951
+ #~ msgstr ""
4952
+ #~ "Sonderaktion in Kombination mit unseren neuen Funktionen für Embeddings "
4953
+ #~ "(=extern eingebundene Inhalte; zB. YouTube, Google Maps,...). Mit dem "
4954
+ #~ "<strong>Rabattcode \"EMBED20\"</strong> (gültig bis 31. März 2020) werden "
4955
+ #~ "Ihnen beim Kauf einer Premium Subscription <strong>20&#37;</strong> an "
4956
+ #~ "der Kasse abgezogen. Sie erhalten alle Premium Funktionen, sowie die "
4957
+ #~ "Möglichkeit externe Inhalte von <strong>Facebook, Google Maps, YouTube, "
4958
+ #~ "Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter</strong> DSGVO "
4959
+ #~ "konform einbinden zu können."
4960
+
4961
+ #~ msgid "Free Webinars about GDPR, Privacy & Webshops"
4962
+ #~ msgstr "Gratis Webinare über DSGVO, Datenschutz & Webshops"
4963
+
4964
+ #~ msgid ""
4965
+ #~ "Attorney Peter Harlander of (§) <a href=\"https://www.marketingrecht.eu/"
4966
+ #~ "\" target=\"_blank\">MARKETINGRECHT.EU</a> explains in this webinar what "
4967
+ #~ "to look out for in web shops from a data protection perspective."
4968
+ #~ msgstr ""
4969
+ #~ "Rechtsanwalt Peter Harlander von ( § ) <a href=\"https://www."
4970
+ #~ "marketingrecht.eu/\" target=\"_blank\">MARKETINGRECHT.EU</a> erklärt in "
4971
+ #~ "diesem Webinar, worauf bei Webshops aus datenschutzrechtlicher Sicht zu "
4972
+ #~ "achten ist."
4973
+
4974
+ #~ msgid ""
4975
+ #~ "Webinar URL: <a href=\"https://www.gotomeet.me/harlander\" target=\"_blank"
4976
+ #~ "\">https://www.gotomeet.me/harlander</a>"
4977
+ #~ msgstr ""
4978
+ #~ "Webinar URL: <a href=\"https://www.gotomeet.me/harlander\" target=\"_blank"
4979
+ #~ "\">https://www.gotomeet.me/harlander</a>"
4980
+
4981
+ #, fuzzy
4982
+ #~| msgid "Datenschutz"
4983
+ #~ msgid "Datenschutzerklärung"
4984
+ #~ msgstr "Privacy Policy"
4985
+
4986
+ #~ msgid "Privacy policy"
4987
+ #~ msgstr "Datenschutzerklärung"
4988
+
4989
  #~ msgid "Embeddings are here"
4990
  #~ msgstr "Embeddings nun verfügbar"
4991
 
5232
  #~ "Der Unternehmensname oder Vor- und Nachname bei Einezlunternehmen oder "
5233
  #~ "nicht-kommerziellen Seiten."
5234
 
 
 
 
5235
  #~ msgid "JavaScript code"
5236
  #~ msgstr "JavaScript Code"
5237
 
5393
  #~ msgid "Confirmation text"
5394
  #~ msgstr "Zustimmungstext"
5395
 
 
 
 
5396
  #~ msgid ""
5397
  #~ "The following input fields represent the basic data necessary for the "
5398
  #~ "creation of GDPR compliant data protection regulations and an imprint."
5677
  #~ msgid "Page"
5678
  #~ msgstr "Seite"
5679
 
 
 
 
5680
  #~ msgid ""
5681
  #~ "The shortcode <code>[privacy_policy]</code> generates a privacy page from "
5682
  #~ "the input made under General Settings."
6004
  #~ msgid "Google Analytics:"
6005
  #~ msgstr "Google Analytics:"
6006
 
 
 
 
6007
  #~ msgid "ERROR: "
6008
  #~ msgstr "FEHLER: "
6009
 
6076
  #~ msgid "Socials Tracker"
6077
  #~ msgstr "Socials Tracker"
6078
 
 
 
 
6079
  #~ msgid "Privacy policy & Plugins"
6080
  #~ msgstr "Datenschutz & Plugins"
6081
 
7099
  #~ msgid "Datenschutzeinstellungen Benutzer"
7100
  #~ msgstr "Datenschutzeinstellungen Benutzer"
7101
 
 
 
 
7102
  #~ msgid ""
7103
  #~ "Die URL zu den Datenschutzbestimmungen des Versanddienstleisters mit dem "
7104
  #~ "die Newsletter versendet werden."
public/actions/legal-web-text-action.php CHANGED
@@ -32,6 +32,7 @@ Class SPDSGVOLegalWebTextAction extends SPDSGVOAjaxAction{
32
 
33
  //special case for matomo and piwik. only in cloud mode they are in popup, so attach -cloud to get correct popup text
34
  $specialIntegrations = array('matomo', 'piwik');
 
35
  if (in_array($slug, $specialIntegrations)) {
36
 
37
  $settings = null;
@@ -48,13 +49,27 @@ Class SPDSGVOLegalWebTextAction extends SPDSGVOAjaxAction{
48
  $slug .= '-mandatory';
49
  } else
50
  {
51
- $slug .= '-' . (array_key_exists('implementationMode',$settings)) ? $settings['implementationMode'] : 'on-premises';
 
52
 
 
 
 
 
 
 
 
 
53
  }
54
  }
55
 
56
  $result = SPDSGVOLanguageTools::getLwText($slug, $textId, $locale);
57
 
 
 
 
 
 
58
  if ($includeTagManager != '')
59
  {
60
  switch ($includeTagManager)
32
 
33
  //special case for matomo and piwik. only in cloud mode they are in popup, so attach -cloud to get correct popup text
34
  $specialIntegrations = array('matomo', 'piwik');
35
+ $webAgencyText = "";
36
  if (in_array($slug, $specialIntegrations)) {
37
 
38
  $settings = null;
49
  $slug .= '-mandatory';
50
  } else
51
  {
52
+ $slug .= '-';
53
+ $slug .= (array_key_exists('implementationMode',$settings)) ? $settings['implementationMode'] : 'on-premises';
54
 
55
+ if (strpos($slug, "by-agency") >= 0)
56
+ {
57
+ if (array_key_exists('agency', $settings['meta']) == true)
58
+ {
59
+ $webAgencyText = $settings['meta']['agency'];
60
+ }
61
+
62
+ }
63
  }
64
  }
65
 
66
  $result = SPDSGVOLanguageTools::getLwText($slug, $textId, $locale);
67
 
68
+ if (strpos($slug, "by-agency") >= 0)
69
+ {
70
+ $result = str_replace("{web_agency}", $webAgencyText, $result);
71
+ }
72
+
73
  if ($includeTagManager != '')
74
  {
75
  switch ($includeTagManager)
public/actions/notice-action.php CHANGED
@@ -44,6 +44,11 @@ Class SPDSGVONoticeAction extends SPDSGVOAjaxAction{
44
  SPDSGVOSettings::set('show_notice_update_310', '0');
45
  }
46
 
 
 
 
 
 
47
  die;
48
  }
49
  }
44
  SPDSGVOSettings::set('show_notice_update_310', '0');
45
  }
46
 
47
+ if ($noticeKey == 'feature-notice-webinars')
48
+ {
49
+ SPDSGVOSettings::set('show_notice_webinars', '0');
50
+ }
51
+
52
  die;
53
  }
54
  }
public/class-sp-dsgvo-public.php CHANGED
@@ -60,8 +60,6 @@ class SPDSGVOPublic
60
  wp_enqueue_style(sp_dsgvo_NAME.'_popup', plugin_dir_url(__FILE__) . 'css/sp-dsgvo-popup.min.css', array(), sp_dsgvo_VERSION, 'all');
61
  wp_enqueue_style('simplebar', plugin_dir_url(__FILE__) . 'css/simplebar.min.css');
62
 
63
- // write custom styles
64
- require_once(SPDSGVO::pluginDir('public/inc/embedding-placeholder-styles.php'));
65
  }
66
 
67
  /**
@@ -408,6 +406,16 @@ class SPDSGVOPublic
408
  }
409
  $ownerText = $settings['page_operator_society_name'] . " (". __('Club seat', 'shapepress-dsgvo') .": ". $selectedCountry .")";
410
  break;
 
 
 
 
 
 
 
 
 
 
411
  }
412
 
413
  $introductionText = str_replace('{OWNER-TEXT}', $ownerText, $introductionText);
@@ -471,7 +479,7 @@ class SPDSGVOPublic
471
  <div class="sp-dsgvo-link-wrapper lwb-col-8 pr-1">
472
  <a href="<?= $imprintUrl; ?>" target="_blank" class="align-top"><?= __('Imprint', 'shapepress-dsgvo');?></a>
473
  <span class="align-top">|</span>
474
- <a href="<?= $privacyPolicyUrl; ?>" target="_blank" class="align-top"><?= __('Privacy policy', 'shapepress-dsgvo');?></a>
475
  </div> <!-- .link-wrapper -->
476
 
477
  <div class="sp-dsgvo-lang-wrapper lwb-col-4 pl-0" style="padding-left: 15px">
@@ -543,7 +551,7 @@ class SPDSGVOPublic
543
  <div class="sp-dsgvo-link-wrapper lwb-col-md-4 px-0">
544
  <a href="<?= $imprintUrl; ?>" target="_blank"><?= __('Imprint', 'shapepress-dsgvo');?></a>
545
  <span>|</span>
546
- <a href="<?= $privacyPolicyUrl; ?>" target="_blank"><?= __('Privacy policy', 'shapepress-dsgvo');?></a>
547
  </div> <!-- .link-wrapper -->
548
 
549
  <div class="sp-dsgvo-lang-wrapper lwb-col-md-2 px-0">
@@ -798,12 +806,16 @@ class SPDSGVOPublic
798
  {
799
  apply_filters('sp_dsgvo_integrations_head', array());
800
 
 
 
 
801
  }
802
 
803
  public function writeBodyStartScripts()
804
  {
805
  apply_filters('sp_dsgvo_integrations_body', array());
806
 
 
807
  }
808
 
809
  // p912419
60
  wp_enqueue_style(sp_dsgvo_NAME.'_popup', plugin_dir_url(__FILE__) . 'css/sp-dsgvo-popup.min.css', array(), sp_dsgvo_VERSION, 'all');
61
  wp_enqueue_style('simplebar', plugin_dir_url(__FILE__) . 'css/simplebar.min.css');
62
 
 
 
63
  }
64
 
65
  /**
406
  }
407
  $ownerText = $settings['page_operator_society_name'] . " (". __('Club seat', 'shapepress-dsgvo') .": ". $selectedCountry .")";
408
  break;
409
+ case 'corp-public-law':
410
+ if ($onlyOkButton == false)
411
+ {
412
+ $introductionText = __('We, {OWNER-TEXT}, would like to process personal information with external services. This is not necessary for the use of the website, but allows us to interact even more closely with them. If desired, please make a choice:', 'shapepress-dsgvo');
413
+ } else
414
+ {
415
+ $introductionText = __('We, {OWNER-TEXT}, process personal data for the operation of this website only to the extent technically necessary. All details in our privacy policy.','shapepress-dsgvo');
416
+ }
417
+ $ownerText = $settings['page_operator_corp_public_law_name'] . " (". __('Registered business address', 'shapepress-dsgvo') .": ". $selectedCountry .")";
418
+ break;
419
  }
420
 
421
  $introductionText = str_replace('{OWNER-TEXT}', $ownerText, $introductionText);
479
  <div class="sp-dsgvo-link-wrapper lwb-col-8 pr-1">
480
  <a href="<?= $imprintUrl; ?>" target="_blank" class="align-top"><?= __('Imprint', 'shapepress-dsgvo');?></a>
481
  <span class="align-top">|</span>
482
+ <a href="<?= $privacyPolicyUrl; ?>" target="_blank" class="align-top"><?= SPDSGVOSettings::get('privacy_policy_custom_header');?></a>
483
  </div> <!-- .link-wrapper -->
484
 
485
  <div class="sp-dsgvo-lang-wrapper lwb-col-4 pl-0" style="padding-left: 15px">
551
  <div class="sp-dsgvo-link-wrapper lwb-col-md-4 px-0">
552
  <a href="<?= $imprintUrl; ?>" target="_blank"><?= __('Imprint', 'shapepress-dsgvo');?></a>
553
  <span>|</span>
554
+ <a href="<?= $privacyPolicyUrl; ?>" target="_blank"><?= SPDSGVOSettings::get('privacy_policy_custom_header');?></a>
555
  </div> <!-- .link-wrapper -->
556
 
557
  <div class="sp-dsgvo-lang-wrapper lwb-col-md-2 px-0">
806
  {
807
  apply_filters('sp_dsgvo_integrations_head', array());
808
 
809
+ // write custom styles
810
+ require_once(SPDSGVO::pluginDir('public/inc/embedding-placeholder-styles.php'));
811
+
812
  }
813
 
814
  public function writeBodyStartScripts()
815
  {
816
  apply_filters('sp_dsgvo_integrations_body', array());
817
 
818
+
819
  }
820
 
821
  // p912419
public/js/sp-dsgvo-public.js CHANGED
@@ -40,6 +40,24 @@ const CATEGORY_SLUG_MANDATORY = 'necessary';
40
  }
41
  });
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  });
44
 
45
 
@@ -163,10 +181,15 @@ const CATEGORY_SLUG_MANDATORY = 'necessary';
163
  function preparePopupOverlay()
164
  {
165
  $('.sp-dsgvo-popup-overlay').on('click tap touchstart', function (event) {
166
- event.preventDefault();
167
- event.stopPropagation();
168
 
169
- closePopup();
 
 
 
 
 
 
 
170
  });
171
  }
172
 
@@ -178,6 +201,7 @@ const CATEGORY_SLUG_MANDATORY = 'necessary';
178
  event.preventDefault();
179
  event.stopPropagation();
180
 
 
181
  closePopup();
182
  });
183
 
@@ -528,15 +552,24 @@ const CATEGORY_SLUG_MANDATORY = 'necessary';
528
 
529
  function refreshCookie(checkedIntegrationSlugs) {
530
 
 
 
 
 
 
 
 
 
 
531
  var cookieData = {};
532
  cookieData.version = spDsgvoGeneralConfig.cookieVersion;
533
- cookieData.lifeTime = spDsgvoGeneralConfig.cookieLifeTime;
534
  cookieData.integrations = checkedIntegrationSlugs;//
535
  cookieData.lastChangeOn = new Date().getTime();
536
 
537
  var flatData = encodeURIComponent(JSON.stringify(cookieData));
538
  var d = new Date();
539
- d.setTime(d.getTime() + parseInt(spDsgvoGeneralConfig.cookieLifeTime) * 1000);
540
  var expires = "expires=" + d.toUTCString();
541
  document.cookie = spDsgvoGeneralConfig.cookieName + "=" + flatData + ";" + expires + ";path=/";
542
 
@@ -881,6 +914,23 @@ const CATEGORY_SLUG_MANDATORY = 'necessary';
881
  return integrationObject;
882
  }
883
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
884
  $(document).ready(function () {
885
  enableIntegrationsAccordingToCookie();
886
 
@@ -894,11 +944,163 @@ const CATEGORY_SLUG_MANDATORY = 'necessary';
894
  prepareScrolling();
895
  prepareNotice();
896
  preparePopupShowLinks();
897
- //preparePopupOverlay();
898
 
899
  checkCookieAndShowPopupOrNoticeIfNeeded();
900
 
901
  });
902
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
903
  })(jQuery);
904
 
40
  }
41
  });
42
 
43
+ var closeBtns = $('.sp-dsgvo-iframe-button-create');
44
+ closeBtns.on('click tap touchstart', function (event) {
45
+
46
+ event.preventDefault();
47
+ event.stopPropagation();
48
+
49
+ $("<iframe />", { src: "https://www.youtube.com/embed/ApvLgliq_lY?feature=oembed" }).appendTo("#iframeContainer");
50
+ });
51
+
52
+ var closeBtns = $('.sp-dsgvo-iframe-button-unblock');
53
+ closeBtns.on('click tap touchstart', function (event) {
54
+
55
+ event.preventDefault();
56
+ event.stopPropagation();
57
+
58
+ unblock($(this).attr('data-slug'));
59
+ });
60
+
61
  });
62
 
63
 
181
  function preparePopupOverlay()
182
  {
183
  $('.sp-dsgvo-popup-overlay').on('click tap touchstart', function (event) {
 
 
184
 
185
+ var clicked = $(event.target); //get the element clicked
186
+
187
+ if (clicked.is('.sp-dsgvo-privacy-popup') || clicked.parents().is('.sp-dsgvo-privacy-popup')) {
188
+ return; //click happened within the popup, do nothing here
189
+ } else { // click was outside the popup, so close it
190
+ //closePopup();
191
+ handlePopupButtonAction('dismissAll');
192
+ }
193
  });
194
  }
195
 
201
  event.preventDefault();
202
  event.stopPropagation();
203
 
204
+ handlePopupButtonAction('dismissAll'); // a close is a dismissAll too.
205
  closePopup();
206
  });
207
 
552
 
553
  function refreshCookie(checkedIntegrationSlugs) {
554
 
555
+ var lifeTime = 0;
556
+ if (checkedIntegrationSlugs != null && checkedIntegrationSlugs.length > 0)
557
+ {
558
+ lifeTime = spDsgvoGeneralConfig.cookieLifeTime;
559
+ } else
560
+ {
561
+ lifeTime = spDsgvoGeneralConfig.cookieLifeTimeDismiss;
562
+ }
563
+
564
  var cookieData = {};
565
  cookieData.version = spDsgvoGeneralConfig.cookieVersion;
566
+ cookieData.lifeTime = lifeTime;
567
  cookieData.integrations = checkedIntegrationSlugs;//
568
  cookieData.lastChangeOn = new Date().getTime();
569
 
570
  var flatData = encodeURIComponent(JSON.stringify(cookieData));
571
  var d = new Date();
572
+ d.setTime(d.getTime() + parseInt(lifeTime) * 1000);
573
  var expires = "expires=" + d.toUTCString();
574
  document.cookie = spDsgvoGeneralConfig.cookieName + "=" + flatData + ";" + expires + ";path=/";
575
 
914
  return integrationObject;
915
  }
916
 
917
+ function isIntegrationAllowedByCookieSettings(slug)
918
+ {
919
+ var found = false;
920
+ var enabledIntegrations = getEnabledIntegrationsFromCookie();
921
+
922
+ enabledIntegrations.forEach(function(integration) {
923
+
924
+ if (integration == slug)
925
+ {
926
+ found = true;
927
+ return;
928
+ }
929
+ });
930
+
931
+ return found;
932
+ }
933
+
934
  $(document).ready(function () {
935
  enableIntegrationsAccordingToCookie();
936
 
944
  prepareScrolling();
945
  prepareNotice();
946
  preparePopupShowLinks();
947
+ preparePopupOverlay();
948
 
949
  checkCookieAndShowPopupOrNoticeIfNeeded();
950
 
951
  });
952
 
953
+ // DYNAMIC EMBEDDINGS
954
+ const TYPE_ATTRIBUTE = 'iframe/blocked'
955
+ const backupScripts = {
956
+ blacklisted: []
957
+ }
958
+
959
+ function isOnBlacklist(src, type = '')
960
+ {
961
+ var affectedIntegration = getIntegrationByNodeSrc(src.toLowerCase());
962
+
963
+ if (affectedIntegration == null) return false;
964
+ var isBlacklistedByCookie = isIntegrationAllowedByCookieSettings(affectedIntegration.slug) == false;
965
+
966
+ return isBlacklistedByCookie;
967
+ }
968
+
969
+ function getIntegrationByNodeSrc(src)
970
+ {
971
+ if (spDsgvoIntegrationConfig == null) return null;
972
+
973
+ var affectedIntegration = null;
974
+ var found = false;
975
+ // iterate over all integrations and check if root domain is one of such an integration
976
+ spDsgvoIntegrationConfig.forEach(function(integrationConfig) {
977
+
978
+ if (found) return;
979
+
980
+ var hosts = integrationConfig.hosts;
981
+ if (hosts != null && hosts != '')
982
+ {
983
+ var hostNames = hosts.split(';');
984
+ if (hostNames != null && hostNames.length > 0)
985
+ {
986
+ hostNames.forEach(function(hostName) {
987
+ if (src.indexOf(hostName.toLowerCase()) >= 0)
988
+ {
989
+ found = true;
990
+ return;
991
+ }
992
+ });
993
+
994
+ if (found) {
995
+ affectedIntegration = integrationConfig;
996
+ return;
997
+ }
998
+ }
999
+ }
1000
+
1001
+ });
1002
+
1003
+ return affectedIntegration;
1004
+ }
1005
+
1006
+ // config object
1007
+ const config = {
1008
+ characterData: true,
1009
+ characterDataOldValue: true,
1010
+ childList: true,
1011
+ subtree: true
1012
+ };
1013
+
1014
+ // subscriber function
1015
+ function subscriber(mutations) {
1016
+ //console.log('subscriber');
1017
+ for (let i = 0; i < mutations.length; i++) {
1018
+ const { addedNodes } = mutations[i];
1019
+ for(let i = 0; i < addedNodes.length; i++) {
1020
+ const node = addedNodes[i]
1021
+ // For each added script tag
1022
+ if(node.nodeType === 1 && node.tagName === 'IFRAME') {
1023
+ const src = node.src
1024
+ const type = node.type
1025
+ // If the src is inside the blacklist and is not inside the whitelist
1026
+ if(isOnBlacklist(src, type)) {
1027
+ // We backup a copy of the script node
1028
+ backupScripts.blacklisted.push(node.cloneNode())
1029
+
1030
+ // Blocks inline script execution in Safari & Chrome
1031
+ node.type = TYPE_ATTRIBUTE
1032
+
1033
+ var placeholderNodeHtml = getPlaceholderInsteadOfNode(node);
1034
+
1035
+
1036
+ // Firefox has this additional event which prevents scripts from beeing executed
1037
+ const beforeScriptExecuteListener = function (event) {
1038
+ // Prevent only marked scripts from executing
1039
+ if(node.getAttribute('type') === TYPE_ATTRIBUTE)
1040
+ event.preventDefault()
1041
+ node.removeEventListener('beforescriptexecute', beforeScriptExecuteListener)
1042
+ }
1043
+ node.addEventListener('beforescriptexecute', beforeScriptExecuteListener)
1044
+
1045
+ // backup parent
1046
+ var parentNode = node.parentElement;
1047
+ // Remove the node from the DOM
1048
+ node.parentElement && node.parentElement.removeChild(node)
1049
+
1050
+ var temp = document.createElement('div');
1051
+ temp.innerHTML = placeholderNodeHtml;
1052
+ parentNode.appendChild(temp);
1053
+ addEventHandlerToUnblockButton();
1054
+
1055
+ }
1056
+ }
1057
+ }
1058
+ }
1059
+ }
1060
+
1061
+
1062
+ function getPlaceholderInsteadOfNode(node)
1063
+ {
1064
+ var nodeHtml = getNodeAsHtmlString(node);
1065
+ var integration = getIntegrationByNodeSrc(node.src);
1066
+ var encodedHtml = btoa(nodeHtml);
1067
+
1068
+ var placeholderHtml = integration.placeholder;
1069
+ placeholderHtml = placeholderHtml.replace('{encodedContent}',encodedHtml);
1070
+
1071
+ return placeholderHtml;
1072
+ }
1073
+
1074
+ function getNodeAsHtmlString(node)
1075
+ {
1076
+ var wrap = document.createElement('div');
1077
+ wrap.appendChild(node.cloneNode(true));
1078
+ return wrap.innerHTML;
1079
+ }
1080
+
1081
+ function addEventHandlerToUnblockButton()
1082
+ {
1083
+ // action for enabling embedded content
1084
+
1085
+ $('.sp-dsgvo-direct-enable-popup').on('click tap touchstart', function (event) {
1086
+ event.preventDefault();
1087
+ event.stopPropagation();
1088
+
1089
+ var slug = $(this).data('slug');
1090
+ if (slug == null || slug == '') return;
1091
+
1092
+ enableEmbeddingByPlaceholderClick(slug);
1093
+ });
1094
+ }
1095
+
1096
+ // instantiating observer
1097
+ const observer = new MutationObserver(subscriber);
1098
+
1099
+ // observing target
1100
+ var target = document.documentElement || document.body;
1101
+ if (spDsgvoGeneralConfig.clientSideBlocking == '1') {
1102
+ observer.observe(target, config);
1103
+ }
1104
+
1105
  })(jQuery);
1106
 
public/shortcodes/cookie-popup-shortcode.php CHANGED
@@ -8,7 +8,7 @@ function SPDSGVOCookiePopupLinkShortcode($atts){
8
  ), $atts );
9
 
10
 
11
- return '<a href="#" class="sp-dsgvo-show-privacy-popup '.$params['text'].'">' . $params['text'] . "</a>";
12
  }
13
 
14
  add_shortcode('cookie_popup_link', 'SPDSGVOCookiePopupLinkShortcode');
8
  ), $atts );
9
 
10
 
11
+ return '<a href="#" class="sp-dsgvo-show-privacy-popup '.$params['class'].'">' . $params['text'] . "</a>";
12
  }
13
 
14
  add_shortcode('cookie_popup_link', 'SPDSGVOCookiePopupLinkShortcode');
public/shortcodes/imprint.php CHANGED
@@ -40,6 +40,20 @@ function SPDSGVOImprintShortcode(){
40
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $societyName);
41
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $board);
42
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
44
 
45
  $selectedCountry = $settings['spdsgvo_company_info_countrycode'];
@@ -49,7 +63,7 @@ function SPDSGVOImprintShortcode(){
49
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $settings['spdsgvo_company_info_street']);
50
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $settings['spdsgvo_company_info_zip'] . " " . $settings['spdsgvo_company_info_loc']);
51
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $selectedCountry);
52
- $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', __('Email', 'shapepress-dsgvo'). ": " . $settings['spdsgvo_company_info_email']);
53
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', __('Phone', 'shapepress-dsgvo'). ": " .$settings['spdsgvo_company_info_phone']);
54
 
55
  switch ($operatorType) {
40
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $societyName);
41
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $board);
42
  break;
43
+ case 'corp-public-law' :
44
+
45
+ $companyName = $settings['page_operator_corp_public_law_name'];
46
+ $representative = $settings['page_operator_corp_public_law_representative'];
47
+ $supervisor = $settings['page_operator_corp_public_law_supervisor'];
48
+
49
+ if (empty($companyName) == false) $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $companyName);
50
+ if (empty($representative) == false) {
51
+ $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', __('Representative person','shapepress-dsgvo'). ': '. $representative);
52
+ }
53
+ if (empty($supervisor) == false) {
54
+ $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', __('Supervisory authority','shapepress-dsgvo'). ': '. $supervisor);
55
+ }
56
+ break;
57
  }
58
 
59
  $selectedCountry = $settings['spdsgvo_company_info_countrycode'];
63
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $settings['spdsgvo_company_info_street']);
64
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $settings['spdsgvo_company_info_zip'] . " " . $settings['spdsgvo_company_info_loc']);
65
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $selectedCountry);
66
+ $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', __('Email', 'shapepress-dsgvo'). ': <a href="mailto:' . $settings['spdsgvo_company_info_email'] .'">'.$settings['spdsgvo_company_info_email'].'</a>');
67
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', __('Phone', 'shapepress-dsgvo'). ": " .$settings['spdsgvo_company_info_phone']);
68
 
69
  switch ($operatorType) {
public/shortcodes/privacy-policy-link-shortcode.php CHANGED
@@ -1,14 +1,18 @@
1
  <?php
2
 
3
- function SPDSGVOPrivacyPolicyLinkShortcode($atts){
 
4
 
5
- $params = shortcode_atts( array (
6
  'class' => '',
7
- 'text' => __('Privacy policy','shapepress-dsgvo'),
8
- ), $atts );
9
 
10
 
11
- return '<a href="#" class="sp-dsgvo-navigate-privacy-policy '.$params['text'].'">' . $params['text'] . "</a>";
12
  }
13
 
14
  add_shortcode('pp_link', 'SPDSGVOPrivacyPolicyLinkShortcode');
 
 
 
1
  <?php
2
 
3
+ function SPDSGVOPrivacyPolicyLinkShortcode($atts)
4
+ {
5
 
6
+ $params = shortcode_atts(array(
7
  'class' => '',
8
+ 'text' => SPDSGVOSettings::get('privacy_policy_custom_header'),
9
+ ), $atts);
10
 
11
 
12
+ return '<a href="#" class="sp-dsgvo-navigate-privacy-policy ' . $params['class'] . '">' . $params['text'] . "</a>";
13
  }
14
 
15
  add_shortcode('pp_link', 'SPDSGVOPrivacyPolicyLinkShortcode');
16
+
17
+
18
+
public/shortcodes/privacy-policy.php CHANGED
@@ -14,7 +14,7 @@ function SPDSGVOPrivacyPolicyShortcode(){
14
  $hTagSubSubtitle = SPDSGVOSettings::get('privacy_policy_subsubtitle_html_htag');
15
 
16
 
17
- $privacyPolicy[] = SPDSGVOGetFormatedHtmlTextArray($hTagTitle, __('Privacy Policy','shapepress-dsgvo'));
18
  //$privacyPolicy[] = SPDSGVOGetFormatedHtmlTextArray($hTagSubtitle, __('Data protection','shapepress-dsgvo'));
19
  $privacyPolicy[] = SPDSGVOGetFormatedHtmlTextArray('p', SPDSGVOLanguageTools::getPrivacyPolicyText('privacy-policy-introduction', $locale));
20
 
@@ -39,6 +39,9 @@ function SPDSGVOPrivacyPolicyShortcode(){
39
  case 'society':
40
  $responsibleText .= SPDSGVOSettings::get('page_operator_society_name') .", ";
41
  break;
 
 
 
42
  }
43
 
44
  $responsibleText .= SPDSGVOSettings::get('spdsgvo_company_info_street').", ";
@@ -376,7 +379,20 @@ function SPDSGVOPrivacyPolicyShortcode(){
376
 
377
  $enabledIntegrationCount += 1;
378
  $integrationTexts[] = SPDSGVOGetFormatedHtmlTextArray($hTagSubSubtitle, $integration->getName());
379
- $integrationTexts[] = SPDSGVOGetFormatedHtmlTextArray('p', SPDSGVOLanguageTools::getPrivacyPolicyText($ppSlugName, $locale));
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  }
381
  }
382
  if ($enabledIntegrationCount > 0)
14
  $hTagSubSubtitle = SPDSGVOSettings::get('privacy_policy_subsubtitle_html_htag');
15
 
16
 
17
+ $privacyPolicy[] = SPDSGVOGetFormatedHtmlTextArray($hTagTitle, SPDSGVOSettings::get('privacy_policy_custom_header'));
18
  //$privacyPolicy[] = SPDSGVOGetFormatedHtmlTextArray($hTagSubtitle, __('Data protection','shapepress-dsgvo'));
19
  $privacyPolicy[] = SPDSGVOGetFormatedHtmlTextArray('p', SPDSGVOLanguageTools::getPrivacyPolicyText('privacy-policy-introduction', $locale));
20
 
39
  case 'society':
40
  $responsibleText .= SPDSGVOSettings::get('page_operator_society_name') .", ";
41
  break;
42
+ case 'corp-public-law':
43
+ $responsibleText .= SPDSGVOSettings::get('page_operator_corp_public_law_name') .", ";
44
+ break;
45
  }
46
 
47
  $responsibleText .= SPDSGVOSettings::get('spdsgvo_company_info_street').", ";
379
 
380
  $enabledIntegrationCount += 1;
381
  $integrationTexts[] = SPDSGVOGetFormatedHtmlTextArray($hTagSubSubtitle, $integration->getName());
382
+
383
+ // do replacings for matomo and piwik
384
+ $webAgencyText = "";
385
+ if (array_key_exists('agency', $integrationSettings['meta']) == true)
386
+ {
387
+ $webAgencyText = $integrationSettings['meta']['agency'];
388
+ }
389
+ $ppText = SPDSGVOLanguageTools::getPrivacyPolicyText($ppSlugName, $locale);
390
+ if (strpos($ppSlugName, "by-agency") >= 0)
391
+ {
392
+ $ppText = str_replace("{web_agency}", $webAgencyText, $ppText);
393
+ }
394
+
395
+ $integrationTexts[] = SPDSGVOGetFormatedHtmlTextArray('p', $ppText);
396
  }
397
  }
398
  if ($enabledIntegrationCount > 0)
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.4
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.4');
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.5
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.5');
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
@@ -27,5 +27,6 @@
27
  <key name="propertyId"></key>
28
  <key name="jsCode"></key>
29
  </key>
 
30
  </admin-texts>
31
  </wpml-config>
27
  <key name="propertyId"></key>
28
  <key name="jsCode"></key>
29
  </key>
30
+ <key name="privacy_policy_custom_header" />
31
  </admin-texts>
32
  </wpml-config>