iubenda Cookie Solution for GDPR - Version 3.3.1

Version Description

  • New: Support WP 6.1
  • Fix translation of CS "required" in the wizard
  • Fix typo in ConS product page
Download this release

Release Info

Developer iubenda
Plugin Icon 128x128 iubenda Cookie Solution for GDPR
Version 3.3.1
Comparing to
See all releases

Code changes from version 3.3.0 to 3.3.1

includes/settings.php CHANGED
@@ -455,14 +455,14 @@ class iubenda_Settings {
455
 
456
  public function admin_enqueue_scripts($page) {
457
  if ( ! in_array( $page, array( 'toplevel_page_iubenda', 'settings_page_iubenda' ) ) ){
458
- wp_enqueue_style( 'iubenda-admin', IUBENDA_PLUGIN_URL . '/assets/css/admin.css' );
459
  return;
460
  }
461
- wp_enqueue_style('iubenda-admin', IUBENDA_PLUGIN_URL . '/assets/css/style.css');
462
- wp_enqueue_script('iubenda-admin', IUBENDA_PLUGIN_URL . '/assets/js/admin.js','','',true);
463
 
464
  // Add analytics script to the plugin
465
- wp_enqueue_script('iubenda-admin-matomo', IUBENDA_PLUGIN_URL . '/assets/js/matomo.js','','',true);
466
 
467
  // Get radar api status
468
  $iubendaRadarApiConfiguration = get_option('iubenda_radar_api_configuration', []) ?: [];
@@ -479,8 +479,8 @@ class iubenda_Settings {
479
  ];
480
 
481
  wp_localize_script( 'iubenda-admin', 'iub_js_vars', $iub_js_vars );
482
- wp_register_script('iubenda-admin-tabs', IUBENDA_PLUGIN_URL . '/assets/js/tabs.js');
483
- wp_enqueue_script('iubenda-admin-tabs', IUBENDA_PLUGIN_URL . '/assets/js/tabs.js', array(''), false, true);
484
  }
485
 
486
  /**
455
 
456
  public function admin_enqueue_scripts($page) {
457
  if ( ! in_array( $page, array( 'toplevel_page_iubenda', 'settings_page_iubenda' ) ) ){
458
+ wp_enqueue_style('iubenda-admin', IUBENDA_PLUGIN_URL . '/assets/css/admin.css', array(), iubenda()->version);
459
  return;
460
  }
461
+ wp_enqueue_style('iubenda-admin', IUBENDA_PLUGIN_URL . '/assets/css/style.css', array(), iubenda()->version);
462
+ wp_enqueue_script('iubenda-admin', IUBENDA_PLUGIN_URL . '/assets/js/admin.js', array('jquery'), iubenda()->version,true);
463
 
464
  // Add analytics script to the plugin
465
+ wp_enqueue_script('iubenda-admin-matomo', IUBENDA_PLUGIN_URL . '/assets/js/matomo.js','', iubenda()->version,true);
466
 
467
  // Get radar api status
468
  $iubendaRadarApiConfiguration = get_option('iubenda_radar_api_configuration', []) ?: [];
479
  ];
480
 
481
  wp_localize_script( 'iubenda-admin', 'iub_js_vars', $iub_js_vars );
482
+ wp_register_script('iubenda-admin-tabs', IUBENDA_PLUGIN_URL . '/assets/js/tabs.js', array(''), iubenda()->version);
483
+ wp_enqueue_script('iubenda-admin-tabs', IUBENDA_PLUGIN_URL . '/assets/js/tabs.js', array('jquery'), iubenda()->version, true);
484
  }
485
 
486
  /**
iubenda_cookie_solution.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
4
  Plugin URI: https://www.iubenda.com
5
  Description: The iubenda plugin is an <strong>all-in-one</strong>, extremely easy to use 360° compliance solution, with text crafted by actual lawyers, that quickly <strong>scans your site and auto-configures to match your specific setup</strong>. It supports the GDPR (DSGVO, RGPD), UK-GDPR, ePrivacy, LGPD, CCPA, CalOPPA, PECR and more.
6
- Version: 3.3.0
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
@@ -36,7 +36,7 @@ define( 'IUB_DEBUG', false );
36
  * @property IubendaLegalBlock $block
37
  *
38
  * @class iubenda
39
- * @version 3.3.0
40
  */
41
  class iubenda {
42
 
@@ -94,7 +94,7 @@ class iubenda {
94
  )
95
  );
96
  public $base_url;
97
- public $version = '3.3.0';
98
  public $activation = array(
99
  'update_version' => 0,
100
  'update_notice' => true,
3
  Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
4
  Plugin URI: https://www.iubenda.com
5
  Description: The iubenda plugin is an <strong>all-in-one</strong>, extremely easy to use 360° compliance solution, with text crafted by actual lawyers, that quickly <strong>scans your site and auto-configures to match your specific setup</strong>. It supports the GDPR (DSGVO, RGPD), UK-GDPR, ePrivacy, LGPD, CCPA, CalOPPA, PECR and more.
6
+ Version: 3.3.1
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
36
  * @property IubendaLegalBlock $block
37
  *
38
  * @class iubenda
39
+ * @version 3.3.1
40
  */
41
  class iubenda {
42
 
94
  )
95
  );
96
  public $base_url;
97
+ public $version = '3.3.1';
98
  public $activation = array(
99
  'update_version' => 0,
100
  'update_notice' => true,
languages/iubenda-de_DE.mo CHANGED
Binary file
languages/iubenda-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
- "PO-Revision-Date: 2022-10-11 11:09+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: German\n"
8
  "Language: de_DE\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "Report-Msgid-Bugs-To: \n"
18
- "X-Loco-Version: 2.6.2; wp-6.0.2"
19
 
20
  #: includes/forms-list-table.php:336
21
  #, php-format
@@ -24,7 +24,7 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
- #: views/partials/modals/modal_almost_there.php:25
28
  msgid "(required)"
29
  msgstr "(erforderlich)"
30
 
@@ -41,9 +41,13 @@ msgid "Activate & Configure Consent Solution by"
41
  msgstr "Aktivieren und konfigurieren Sie die Consent Solution indem Sie"
42
 
43
  #: views/cons-configuration.php:14
 
 
 
 
44
  msgid ""
45
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
- "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
  "your website."
48
  msgstr ""
49
  "Aktivieren Sie die <strong>Consent Solution</strong> auf unserer Website in "
@@ -89,6 +93,7 @@ msgid "Add to the footer automatically"
89
  msgstr "Automatisch in den Footer hinzufügen"
90
 
91
  #: includes/forms-list-table.php:331
 
92
  msgid "All"
93
  msgstr "Alle"
94
 
@@ -141,7 +146,7 @@ msgstr "Automatisch vom Plugin erkannte Skripte blockieren"
141
  msgid "Background-overlay"
142
  msgstr "Hintergrund-Overlay"
143
 
144
- #: views/partials/csSimplifiedConfiguration.php:68
145
  msgid "Banner buttons"
146
  msgstr "Banner-Buttons"
147
 
@@ -164,10 +169,6 @@ msgstr "Einfache Interaktionen &amp; Funktionalitäten"
164
  msgid "Blocked domains"
165
  msgstr "Gesperrte Domänen"
166
 
167
- #: views/partials/csSimplifiedConfiguration.php:22
168
- msgid "Both"
169
- msgstr "Beide"
170
-
171
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
172
  msgid "Button position"
173
  msgstr "Button Position"
@@ -228,11 +229,11 @@ msgid "Confirm API"
228
  msgstr "API bestätigen"
229
 
230
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
231
- #: includes/settings.php:1187
232
  msgid "Consent Solution"
233
  msgstr "Consent Solution"
234
 
235
- #: views/partials/modals/modal_almost_there.php:37
236
  msgid "Consent Solution API key"
237
  msgstr "API-Schlüssel der Consent Solution"
238
 
@@ -245,7 +246,7 @@ msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
245
  msgstr "Cookie- und Consent Solution für die DSGVO & ePrivacy"
246
 
247
  #: includes/settings.php:91 includes/settings.php:424
248
- #: includes/settings.php:1167
249
  msgid "Cookie Solution"
250
  msgstr "Cookie Solution"
251
 
@@ -328,7 +329,7 @@ msgstr "Dieses Formular bearbeiten"
328
  msgid "Enable Google AMP support"
329
  msgstr "Aktivieren Sie die Google AMP-Unterstützung"
330
 
331
- #: views/partials/csSimplifiedConfiguration.php:88
332
  msgid "Enable IAB Transparency and Consent Framework"
333
  msgstr "IAB Transparency and Consent Framework aktivieren"
334
 
@@ -370,7 +371,7 @@ msgstr "Benutzerdefiniertes Skript eingeben"
370
  msgid "Enter field name"
371
  msgstr "Feldname eingeben"
372
 
373
- #: views/partials/csSimplifiedConfiguration.php:59
374
  msgid "EU Only"
375
  msgstr "Nur EU"
376
 
@@ -404,11 +405,11 @@ msgstr ""
404
  msgid "Experience enhancement"
405
  msgstr "Verbesserte Nutzererfahrung"
406
 
407
- #: views/partials/csSimplifiedConfiguration.php:72
408
  msgid "Explicit Accept and Customize buttons"
409
  msgstr "Ausdrückliche Zustimmen- und Anpassen-Buttons"
410
 
411
- #: views/partials/csSimplifiedConfiguration.php:77
412
  msgid "Explicit Reject button"
413
  msgstr "Ausdrücklicher Ablehnen-Button"
414
 
@@ -613,7 +614,7 @@ msgstr "Nachname"
613
  msgid "Learn how to fix it"
614
  msgstr "So lösen Sie es"
615
 
616
- #: views/partials/csSimplifiedConfiguration.php:88
617
  #: views/partials/modals/modal_rating.php:22
618
  msgid "Learn More"
619
  msgstr "Erfahren Sie mehr"
@@ -640,7 +641,7 @@ msgstr "Rechtsdokumente"
640
  msgid "Legislation"
641
  msgstr "Gesetzgebung"
642
 
643
- #: includes/settings.php:1121 includes/settings.php:1143
644
  msgid "legislation"
645
  msgstr "Gesetzgebung"
646
 
@@ -648,6 +649,10 @@ msgstr "Gesetzgebung"
648
  msgid "Let's configure your website for compliance."
649
  msgstr "Es ist Zeit, Ihre Website rechtskonform zu gestalten."
650
 
 
 
 
 
651
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
652
  #: views/partials/bannerStyle.php:15
653
  msgid "Light"
@@ -729,7 +734,7 @@ msgstr "Hoppla! <br> Keine Website mit diesem Einbettungs-Code gefunden."
729
  msgid "or"
730
  msgstr "oder"
731
 
732
- #: views/partials/csSimplifiedConfiguration.php:83
733
  msgid "Other options"
734
  msgstr "Andere Optionen"
735
 
@@ -748,7 +753,7 @@ msgstr ""
748
  "Produkte an, um die Compliance-Punktzahl zu erhöhen und Ihre Website "
749
  "vollständig konform zu machen."
750
 
751
- #: views/partials/modals/modal_almost_there.php:39
752
  msgid "Paste your API key here"
753
  msgstr "Fügen Sie Ihren API-Schlüssel hier ein"
754
 
@@ -787,8 +792,8 @@ msgstr ""
787
  msgid "Plugin settings"
788
  msgstr "Plugin-Einstellungen"
789
 
790
- #: includes/settings.php:1120 includes/settings.php:1142
791
- #: includes/settings.php:1161 includes/settings.php:1181
792
  #: views/partials/bannerPosition.php:20
793
  msgid "Position"
794
  msgstr "Position"
@@ -832,7 +837,7 @@ msgstr ""
832
  msgid "Primary"
833
  msgstr "Primär"
834
 
835
- #: includes/settings.php:418 includes/settings.php:1155
836
  msgid "Privacy and Cookie Policy"
837
  msgstr "Datenschutz- und Cookie-Richtlinien"
838
 
@@ -872,7 +877,7 @@ msgstr ""
872
  "können auch Platzhalter (*) verwenden, um übergeordnete Domains oder "
873
  "Subdomains einzuschließen."
874
 
875
- #: iubenda_cookie_solution.php:1307
876
  msgid "Rate"
877
  msgstr "Bewertung"
878
 
@@ -882,7 +887,7 @@ msgstr "Bewertung"
882
  msgid "Remove"
883
  msgstr "Entfernen"
884
 
885
- #: views/partials/csSimplifiedConfiguration.php:29
886
  msgid "Require consent from"
887
  msgstr "Erforderliche Einwilligung"
888
 
@@ -963,7 +968,7 @@ msgstr "Eine Datenschutzerklärung einrichten"
963
  msgid "Set up terms and conditions"
964
  msgstr "AGBs einrichten"
965
 
966
- #: iubenda_cookie_solution.php:235
967
  msgid "Settings"
968
  msgstr "Einstellungen"
969
 
@@ -1011,8 +1016,8 @@ msgstr "Unbedingt erforderlich"
1011
  msgid "string"
1012
  msgstr "String"
1013
 
1014
- #: includes/settings.php:1119 includes/settings.php:1141
1015
- #: includes/settings.php:1160 includes/settings.php:1180
1016
  msgid "Style"
1017
  msgstr "Stil"
1018
 
@@ -1042,7 +1047,7 @@ msgstr "Submenü"
1042
  msgid "Sure!"
1043
  msgstr "Sicher!"
1044
 
1045
- #: views/partials/modals/modal_almost_there.php:75
1046
  msgid "Synchronize products"
1047
  msgstr "Produkte synchronisieren"
1048
 
@@ -1065,7 +1070,7 @@ msgstr "Targeting &amp; Werbung"
1065
  msgid "Terms and condition"
1066
  msgstr "AGBs"
1067
 
1068
- #: includes/settings.php:1175
1069
  msgid "Terms and Conditions"
1070
  msgstr "AGBs"
1071
 
@@ -1192,7 +1197,7 @@ msgstr "Hauptmenü"
1192
  msgid "Try again"
1193
  msgstr "Erneut versuchen"
1194
 
1195
- #: includes/settings.php:1159 includes/settings.php:1179
1196
  msgid "Version"
1197
  msgstr "Version"
1198
 
@@ -1202,7 +1207,7 @@ msgstr ""
1202
  "Wir haben Ihre Website im Hintergrund analysiert. Hier ist das Ergebnis."
1203
 
1204
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1205
- #: views/partials/modals/modal_almost_there.php:62
1206
  #, php-format
1207
  #| msgid ""
1208
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
@@ -1226,7 +1231,7 @@ msgid "Welcome to iubenda!"
1226
  msgstr "Willkommen bei iubenda!"
1227
 
1228
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1229
- #: views/partials/modals/modal_almost_there.php:42
1230
  msgid "Where can I find this code?"
1231
  msgstr "Wo kann ich diesen Code finden?"
1232
 
@@ -1243,7 +1248,7 @@ msgstr ""
1243
  "uns bitte eine 5-Sterne-Bewertung hinterlassen? Das würde uns wirklich "
1244
  "helfen."
1245
 
1246
- #: views/partials/csSimplifiedConfiguration.php:43
1247
  msgid "Worldwide"
1248
  msgstr "Weltweit"
1249
 
@@ -1259,7 +1264,7 @@ msgstr "Ja"
1259
  msgid "You don't have permission to access this page."
1260
  msgstr "Sie haben keine Zugriffsberechtigung für diese Seite."
1261
 
1262
- #: views/partials/csSimplifiedConfiguration.php:92
1263
  msgid "You should activate this feature if you show ads on your website"
1264
  msgstr ""
1265
  "Aktivieren Sie diese Funktion, wenn Sie auf Ihrer Website Anzeigen schalten"
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
+ "PO-Revision-Date: 2022-11-28 11:17+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: German\n"
8
  "Language: de_DE\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "Report-Msgid-Bugs-To: \n"
18
+ "X-Loco-Version: 2.6.3; wp-6.1.1"
19
 
20
  #: includes/forms-list-table.php:336
21
  #, php-format
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
+ #: views/partials/modals/modal_almost_there.php:26
28
  msgid "(required)"
29
  msgstr "(erforderlich)"
30
 
41
  msgstr "Aktivieren und konfigurieren Sie die Consent Solution indem Sie"
42
 
43
  #: views/cons-configuration.php:14
44
+ #| msgid ""
45
+ #| "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
+ #| "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
+ #| "your website."
48
  msgid ""
49
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
50
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
51
  "your website."
52
  msgstr ""
53
  "Aktivieren Sie die <strong>Consent Solution</strong> auf unserer Website in "
93
  msgstr "Automatisch in den Footer hinzufügen"
94
 
95
  #: includes/forms-list-table.php:331
96
+ #: views/partials/csSimplifiedConfiguration.php:26
97
  msgid "All"
98
  msgstr "Alle"
99
 
146
  msgid "Background-overlay"
147
  msgstr "Hintergrund-Overlay"
148
 
149
+ #: views/partials/csSimplifiedConfiguration.php:72
150
  msgid "Banner buttons"
151
  msgstr "Banner-Buttons"
152
 
169
  msgid "Blocked domains"
170
  msgstr "Gesperrte Domänen"
171
 
 
 
 
 
172
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
173
  msgid "Button position"
174
  msgstr "Button Position"
229
  msgstr "API bestätigen"
230
 
231
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
232
+ #: includes/settings.php:1189
233
  msgid "Consent Solution"
234
  msgstr "Consent Solution"
235
 
236
+ #: views/partials/modals/modal_almost_there.php:39
237
  msgid "Consent Solution API key"
238
  msgstr "API-Schlüssel der Consent Solution"
239
 
246
  msgstr "Cookie- und Consent Solution für die DSGVO & ePrivacy"
247
 
248
  #: includes/settings.php:91 includes/settings.php:424
249
+ #: includes/settings.php:1169
250
  msgid "Cookie Solution"
251
  msgstr "Cookie Solution"
252
 
329
  msgid "Enable Google AMP support"
330
  msgstr "Aktivieren Sie die Google AMP-Unterstützung"
331
 
332
+ #: views/partials/csSimplifiedConfiguration.php:92
333
  msgid "Enable IAB Transparency and Consent Framework"
334
  msgstr "IAB Transparency and Consent Framework aktivieren"
335
 
371
  msgid "Enter field name"
372
  msgstr "Feldname eingeben"
373
 
374
+ #: views/partials/csSimplifiedConfiguration.php:63
375
  msgid "EU Only"
376
  msgstr "Nur EU"
377
 
405
  msgid "Experience enhancement"
406
  msgstr "Verbesserte Nutzererfahrung"
407
 
408
+ #: views/partials/csSimplifiedConfiguration.php:76
409
  msgid "Explicit Accept and Customize buttons"
410
  msgstr "Ausdrückliche Zustimmen- und Anpassen-Buttons"
411
 
412
+ #: views/partials/csSimplifiedConfiguration.php:81
413
  msgid "Explicit Reject button"
414
  msgstr "Ausdrücklicher Ablehnen-Button"
415
 
614
  msgid "Learn how to fix it"
615
  msgstr "So lösen Sie es"
616
 
617
+ #: views/partials/csSimplifiedConfiguration.php:92
618
  #: views/partials/modals/modal_rating.php:22
619
  msgid "Learn More"
620
  msgstr "Erfahren Sie mehr"
641
  msgid "Legislation"
642
  msgstr "Gesetzgebung"
643
 
644
+ #: includes/settings.php:1121 includes/settings.php:1145
645
  msgid "legislation"
646
  msgstr "Gesetzgebung"
647
 
649
  msgid "Let's configure your website for compliance."
650
  msgstr "Es ist Zeit, Ihre Website rechtskonform zu gestalten."
651
 
652
+ #: views/partials/csSimplifiedConfiguration.php:22
653
+ msgid "LGPD Only"
654
+ msgstr "Nur LGPD"
655
+
656
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
657
  #: views/partials/bannerStyle.php:15
658
  msgid "Light"
734
  msgid "or"
735
  msgstr "oder"
736
 
737
+ #: views/partials/csSimplifiedConfiguration.php:87
738
  msgid "Other options"
739
  msgstr "Andere Optionen"
740
 
753
  "Produkte an, um die Compliance-Punktzahl zu erhöhen und Ihre Website "
754
  "vollständig konform zu machen."
755
 
756
+ #: views/partials/modals/modal_almost_there.php:41
757
  msgid "Paste your API key here"
758
  msgstr "Fügen Sie Ihren API-Schlüssel hier ein"
759
 
792
  msgid "Plugin settings"
793
  msgstr "Plugin-Einstellungen"
794
 
795
+ #: includes/settings.php:1120 includes/settings.php:1144
796
+ #: includes/settings.php:1163 includes/settings.php:1183
797
  #: views/partials/bannerPosition.php:20
798
  msgid "Position"
799
  msgstr "Position"
837
  msgid "Primary"
838
  msgstr "Primär"
839
 
840
+ #: includes/settings.php:418 includes/settings.php:1157
841
  msgid "Privacy and Cookie Policy"
842
  msgstr "Datenschutz- und Cookie-Richtlinien"
843
 
877
  "können auch Platzhalter (*) verwenden, um übergeordnete Domains oder "
878
  "Subdomains einzuschließen."
879
 
880
+ #: iubenda_cookie_solution.php:1348
881
  msgid "Rate"
882
  msgstr "Bewertung"
883
 
887
  msgid "Remove"
888
  msgstr "Entfernen"
889
 
890
+ #: views/partials/csSimplifiedConfiguration.php:33
891
  msgid "Require consent from"
892
  msgstr "Erforderliche Einwilligung"
893
 
968
  msgid "Set up terms and conditions"
969
  msgstr "AGBs einrichten"
970
 
971
+ #: iubenda_cookie_solution.php:238
972
  msgid "Settings"
973
  msgstr "Einstellungen"
974
 
1016
  msgid "string"
1017
  msgstr "String"
1018
 
1019
+ #: includes/settings.php:1119 includes/settings.php:1143
1020
+ #: includes/settings.php:1162 includes/settings.php:1182
1021
  msgid "Style"
1022
  msgstr "Stil"
1023
 
1047
  msgid "Sure!"
1048
  msgstr "Sicher!"
1049
 
1050
+ #: views/partials/modals/modal_almost_there.php:77
1051
  msgid "Synchronize products"
1052
  msgstr "Produkte synchronisieren"
1053
 
1070
  msgid "Terms and condition"
1071
  msgstr "AGBs"
1072
 
1073
+ #: includes/settings.php:1177
1074
  msgid "Terms and Conditions"
1075
  msgstr "AGBs"
1076
 
1197
  msgid "Try again"
1198
  msgstr "Erneut versuchen"
1199
 
1200
+ #: includes/settings.php:1161 includes/settings.php:1181
1201
  msgid "Version"
1202
  msgstr "Version"
1203
 
1207
  "Wir haben Ihre Website im Hintergrund analysiert. Hier ist das Ergebnis."
1208
 
1209
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1210
+ #: views/partials/modals/modal_almost_there.php:64
1211
  #, php-format
1212
  #| msgid ""
1213
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
1231
  msgstr "Willkommen bei iubenda!"
1232
 
1233
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1234
+ #: views/partials/modals/modal_almost_there.php:44
1235
  msgid "Where can I find this code?"
1236
  msgstr "Wo kann ich diesen Code finden?"
1237
 
1248
  "uns bitte eine 5-Sterne-Bewertung hinterlassen? Das würde uns wirklich "
1249
  "helfen."
1250
 
1251
+ #: views/partials/csSimplifiedConfiguration.php:47
1252
  msgid "Worldwide"
1253
  msgstr "Weltweit"
1254
 
1264
  msgid "You don't have permission to access this page."
1265
  msgstr "Sie haben keine Zugriffsberechtigung für diese Seite."
1266
 
1267
+ #: views/partials/csSimplifiedConfiguration.php:96
1268
  msgid "You should activate this feature if you show ads on your website"
1269
  msgstr ""
1270
  "Aktivieren Sie diese Funktion, wenn Sie auf Ihrer Website Anzeigen schalten"
languages/iubenda-es_ES.mo CHANGED
Binary file
languages/iubenda-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
- "PO-Revision-Date: 2022-10-11 11:07+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Spanish (Spain)\n"
8
  "Language: es_ES\n"
@@ -24,7 +24,7 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
- #: views/partials/modals/modal_almost_there.php:25
28
  msgid "(required)"
29
  msgstr "(obligatorio)"
30
 
@@ -41,9 +41,13 @@ msgid "Activate & Configure Consent Solution by"
41
  msgstr "Activa y configura la Consent Solution"
42
 
43
  #: views/cons-configuration.php:14
 
 
 
 
44
  msgid ""
45
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
- "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
  "your website."
48
  msgstr ""
49
  "Activa la <strong>Consent Solution</strong> en tu dashboard de iubenda y "
@@ -88,6 +92,7 @@ msgid "Add to the footer automatically"
88
  msgstr "Añadir automáticamente al pie de página"
89
 
90
  #: includes/forms-list-table.php:331
 
91
  msgid "All"
92
  msgstr "Todos"
93
 
@@ -141,7 +146,7 @@ msgstr "Bloquear automáticamente los scripts detectados por el plugin"
141
  msgid "Background-overlay"
142
  msgstr "Superposición de fondo"
143
 
144
- #: views/partials/csSimplifiedConfiguration.php:68
145
  msgid "Banner buttons"
146
  msgstr "Botones del banner"
147
 
@@ -164,10 +169,6 @@ msgstr "Interacciones y funcionalidades básicas"
164
  msgid "Blocked domains"
165
  msgstr "Dominios bloqueados"
166
 
167
- #: views/partials/csSimplifiedConfiguration.php:22
168
- msgid "Both"
169
- msgstr "Ambas"
170
-
171
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
172
  msgid "Button position"
173
  msgstr "Posición del botón"
@@ -228,11 +229,11 @@ msgid "Confirm API"
228
  msgstr "Confirmar API"
229
 
230
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
231
- #: includes/settings.php:1187
232
  msgid "Consent Solution"
233
  msgstr "Consent Solution"
234
 
235
- #: views/partials/modals/modal_almost_there.php:37
236
  msgid "Consent Solution API key"
237
  msgstr "Clave API de la Consent Solution"
238
 
@@ -245,7 +246,7 @@ msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
245
  msgstr "Cookie y Consent Solution para el RGPD y la Directiva ePrivacy"
246
 
247
  #: includes/settings.php:91 includes/settings.php:424
248
- #: includes/settings.php:1167
249
  msgid "Cookie Solution"
250
  msgstr "Cookie Solution"
251
 
@@ -328,7 +329,7 @@ msgstr "Modificar este formulario"
328
  msgid "Enable Google AMP support"
329
  msgstr "Habilitar el soporte para Google AMP"
330
 
331
- #: views/partials/csSimplifiedConfiguration.php:88
332
  msgid "Enable IAB Transparency and Consent Framework"
333
  msgstr "Habilitar el Marco de Transparencia y Consentimiento de IAB"
334
 
@@ -369,7 +370,7 @@ msgstr "Introducir scripts personalizados"
369
  msgid "Enter field name"
370
  msgstr "Introducir el nombre del campo"
371
 
372
- #: views/partials/csSimplifiedConfiguration.php:59
373
  msgid "EU Only"
374
  msgstr "Solo UE"
375
 
@@ -402,11 +403,11 @@ msgstr ""
402
  msgid "Experience enhancement"
403
  msgstr "Mejora de la experiencia"
404
 
405
- #: views/partials/csSimplifiedConfiguration.php:72
406
  msgid "Explicit Accept and Customize buttons"
407
  msgstr "Mostrar los botones Aceptar y Personalizar"
408
 
409
- #: views/partials/csSimplifiedConfiguration.php:77
410
  msgid "Explicit Reject button"
411
  msgstr "Mostrar el botón Rechazar"
412
 
@@ -612,7 +613,7 @@ msgstr "Apellidos"
612
  msgid "Learn how to fix it"
613
  msgstr "Así puedes solucionarlo"
614
 
615
- #: views/partials/csSimplifiedConfiguration.php:88
616
  #: views/partials/modals/modal_rating.php:22
617
  msgid "Learn More"
618
  msgstr "Saber más"
@@ -639,7 +640,7 @@ msgstr "Documentos legales"
639
  msgid "Legislation"
640
  msgstr "Legislación"
641
 
642
- #: includes/settings.php:1121 includes/settings.php:1143
643
  msgid "legislation"
644
  msgstr "legislación"
645
 
@@ -647,6 +648,10 @@ msgstr "legislación"
647
  msgid "Let's configure your website for compliance."
648
  msgstr "Vamos a configurar tu sitio web para que cumpla con la normativa."
649
 
 
 
 
 
650
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
651
  #: views/partials/bannerStyle.php:15
652
  msgid "Light"
@@ -730,7 +735,7 @@ msgstr ""
730
  msgid "or"
731
  msgstr "o"
732
 
733
- #: views/partials/csSimplifiedConfiguration.php:83
734
  msgid "Other options"
735
  msgstr "Otras opciones"
736
 
@@ -749,7 +754,7 @@ msgstr ""
749
  "aumentar el grado de conformidad y hacer que tu sitio web respete totalmente "
750
  "la normativa."
751
 
752
- #: views/partials/modals/modal_almost_there.php:39
753
  msgid "Paste your API key here"
754
  msgstr "Pega tu clave API aquí"
755
 
@@ -787,8 +792,8 @@ msgstr "Selecciona cada documento legal disponible en tu sitio web."
787
  msgid "Plugin settings"
788
  msgstr "Configuración del plugin"
789
 
790
- #: includes/settings.php:1120 includes/settings.php:1142
791
- #: includes/settings.php:1161 includes/settings.php:1181
792
  #: views/partials/bannerPosition.php:20
793
  msgid "Position"
794
  msgstr "Posición"
@@ -832,7 +837,7 @@ msgstr ""
832
  msgid "Primary"
833
  msgstr "Primario"
834
 
835
- #: includes/settings.php:418 includes/settings.php:1155
836
  msgid "Privacy and Cookie Policy"
837
  msgstr "Política de Privacidad y Cookies"
838
 
@@ -870,7 +875,7 @@ msgstr ""
870
  "sin ningún protocolo (por ejemplo, 'http://' o 'https://'). También puedes "
871
  "utilizar metacaracteres (*) para incluir dominios principales o subdominios."
872
 
873
- #: iubenda_cookie_solution.php:1307
874
  msgid "Rate"
875
  msgstr "Puntuación"
876
 
@@ -880,7 +885,7 @@ msgstr "Puntuación"
880
  msgid "Remove"
881
  msgstr "Suprimir"
882
 
883
- #: views/partials/csSimplifiedConfiguration.php:29
884
  msgid "Require consent from"
885
  msgstr "Requerir el consentimiento de"
886
 
@@ -961,7 +966,7 @@ msgstr "Configura una política de privacidad"
961
  msgid "Set up terms and conditions"
962
  msgstr "Configura un documento de términos y condiciones"
963
 
964
- #: iubenda_cookie_solution.php:235
965
  msgid "Settings"
966
  msgstr "Ajustes"
967
 
@@ -1008,8 +1013,8 @@ msgstr "Estrictamente necesario"
1008
  msgid "string"
1009
  msgstr "cadena de caracteres"
1010
 
1011
- #: includes/settings.php:1119 includes/settings.php:1141
1012
- #: includes/settings.php:1160 includes/settings.php:1180
1013
  msgid "Style"
1014
  msgstr "Estilo"
1015
 
@@ -1040,7 +1045,7 @@ msgstr "Submenú"
1040
  msgid "Sure!"
1041
  msgstr "¡Claro!"
1042
 
1043
- #: views/partials/modals/modal_almost_there.php:75
1044
  msgid "Synchronize products"
1045
  msgstr "Sincronizar productos"
1046
 
@@ -1063,7 +1068,7 @@ msgstr "Segmentación y Publicidad"
1063
  msgid "Terms and condition"
1064
  msgstr "Términos y condiciones"
1065
 
1066
- #: includes/settings.php:1175
1067
  msgid "Terms and Conditions"
1068
  msgstr "Términos y Condiciones"
1069
 
@@ -1189,7 +1194,7 @@ msgstr "Menú principal"
1189
  msgid "Try again"
1190
  msgstr "Inténtalo de nuevo"
1191
 
1192
- #: includes/settings.php:1159 includes/settings.php:1179
1193
  msgid "Version"
1194
  msgstr "Versión"
1195
 
@@ -1198,7 +1203,7 @@ msgid "We have analyzed your website in background and this is the result."
1198
  msgstr "Hemos analizado tu sitio web a fondo y este es el resultado."
1199
 
1200
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1201
- #: views/partials/modals/modal_almost_there.php:62
1202
  #, php-format
1203
  #| msgid ""
1204
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
@@ -1222,7 +1227,7 @@ msgid "Welcome to iubenda!"
1222
  msgstr "¡Bienvenido a iubenda!"
1223
 
1224
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1225
- #: views/partials/modals/modal_almost_there.php:42
1226
  msgid "Where can I find this code?"
1227
  msgstr "¿Dónde puedo encontrar este código?"
1228
 
@@ -1238,7 +1243,7 @@ msgstr ""
1238
  "disfrutando. Ya que estás aquí, ¿te importaría dejarnos una valoración de 5 "
1239
  "estrellas? Sería de gran ayuda."
1240
 
1241
- #: views/partials/csSimplifiedConfiguration.php:43
1242
  msgid "Worldwide"
1243
  msgstr "Todo el mundo"
1244
 
@@ -1254,7 +1259,7 @@ msgstr "Sí"
1254
  msgid "You don't have permission to access this page."
1255
  msgstr "No tienes permiso para acceder a esta página."
1256
 
1257
- #: views/partials/csSimplifiedConfiguration.php:92
1258
  msgid "You should activate this feature if you show ads on your website"
1259
  msgstr "Deberías activar esta función si muestras anuncios en tu sitio web"
1260
 
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
+ "PO-Revision-Date: 2022-11-28 11:21+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Spanish (Spain)\n"
8
  "Language: es_ES\n"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
+ #: views/partials/modals/modal_almost_there.php:26
28
  msgid "(required)"
29
  msgstr "(obligatorio)"
30
 
41
  msgstr "Activa y configura la Consent Solution"
42
 
43
  #: views/cons-configuration.php:14
44
+ #| msgid ""
45
+ #| "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
+ #| "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
+ #| "your website."
48
  msgid ""
49
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
50
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
51
  "your website."
52
  msgstr ""
53
  "Activa la <strong>Consent Solution</strong> en tu dashboard de iubenda y "
92
  msgstr "Añadir automáticamente al pie de página"
93
 
94
  #: includes/forms-list-table.php:331
95
+ #: views/partials/csSimplifiedConfiguration.php:26
96
  msgid "All"
97
  msgstr "Todos"
98
 
146
  msgid "Background-overlay"
147
  msgstr "Superposición de fondo"
148
 
149
+ #: views/partials/csSimplifiedConfiguration.php:72
150
  msgid "Banner buttons"
151
  msgstr "Botones del banner"
152
 
169
  msgid "Blocked domains"
170
  msgstr "Dominios bloqueados"
171
 
 
 
 
 
172
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
173
  msgid "Button position"
174
  msgstr "Posición del botón"
229
  msgstr "Confirmar API"
230
 
231
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
232
+ #: includes/settings.php:1189
233
  msgid "Consent Solution"
234
  msgstr "Consent Solution"
235
 
236
+ #: views/partials/modals/modal_almost_there.php:39
237
  msgid "Consent Solution API key"
238
  msgstr "Clave API de la Consent Solution"
239
 
246
  msgstr "Cookie y Consent Solution para el RGPD y la Directiva ePrivacy"
247
 
248
  #: includes/settings.php:91 includes/settings.php:424
249
+ #: includes/settings.php:1169
250
  msgid "Cookie Solution"
251
  msgstr "Cookie Solution"
252
 
329
  msgid "Enable Google AMP support"
330
  msgstr "Habilitar el soporte para Google AMP"
331
 
332
+ #: views/partials/csSimplifiedConfiguration.php:92
333
  msgid "Enable IAB Transparency and Consent Framework"
334
  msgstr "Habilitar el Marco de Transparencia y Consentimiento de IAB"
335
 
370
  msgid "Enter field name"
371
  msgstr "Introducir el nombre del campo"
372
 
373
+ #: views/partials/csSimplifiedConfiguration.php:63
374
  msgid "EU Only"
375
  msgstr "Solo UE"
376
 
403
  msgid "Experience enhancement"
404
  msgstr "Mejora de la experiencia"
405
 
406
+ #: views/partials/csSimplifiedConfiguration.php:76
407
  msgid "Explicit Accept and Customize buttons"
408
  msgstr "Mostrar los botones Aceptar y Personalizar"
409
 
410
+ #: views/partials/csSimplifiedConfiguration.php:81
411
  msgid "Explicit Reject button"
412
  msgstr "Mostrar el botón Rechazar"
413
 
613
  msgid "Learn how to fix it"
614
  msgstr "Así puedes solucionarlo"
615
 
616
+ #: views/partials/csSimplifiedConfiguration.php:92
617
  #: views/partials/modals/modal_rating.php:22
618
  msgid "Learn More"
619
  msgstr "Saber más"
640
  msgid "Legislation"
641
  msgstr "Legislación"
642
 
643
+ #: includes/settings.php:1121 includes/settings.php:1145
644
  msgid "legislation"
645
  msgstr "legislación"
646
 
648
  msgid "Let's configure your website for compliance."
649
  msgstr "Vamos a configurar tu sitio web para que cumpla con la normativa."
650
 
651
+ #: views/partials/csSimplifiedConfiguration.php:22
652
+ msgid "LGPD Only"
653
+ msgstr "Solo LGPD"
654
+
655
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
656
  #: views/partials/bannerStyle.php:15
657
  msgid "Light"
735
  msgid "or"
736
  msgstr "o"
737
 
738
+ #: views/partials/csSimplifiedConfiguration.php:87
739
  msgid "Other options"
740
  msgstr "Otras opciones"
741
 
754
  "aumentar el grado de conformidad y hacer que tu sitio web respete totalmente "
755
  "la normativa."
756
 
757
+ #: views/partials/modals/modal_almost_there.php:41
758
  msgid "Paste your API key here"
759
  msgstr "Pega tu clave API aquí"
760
 
792
  msgid "Plugin settings"
793
  msgstr "Configuración del plugin"
794
 
795
+ #: includes/settings.php:1120 includes/settings.php:1144
796
+ #: includes/settings.php:1163 includes/settings.php:1183
797
  #: views/partials/bannerPosition.php:20
798
  msgid "Position"
799
  msgstr "Posición"
837
  msgid "Primary"
838
  msgstr "Primario"
839
 
840
+ #: includes/settings.php:418 includes/settings.php:1157
841
  msgid "Privacy and Cookie Policy"
842
  msgstr "Política de Privacidad y Cookies"
843
 
875
  "sin ningún protocolo (por ejemplo, 'http://' o 'https://'). También puedes "
876
  "utilizar metacaracteres (*) para incluir dominios principales o subdominios."
877
 
878
+ #: iubenda_cookie_solution.php:1348
879
  msgid "Rate"
880
  msgstr "Puntuación"
881
 
885
  msgid "Remove"
886
  msgstr "Suprimir"
887
 
888
+ #: views/partials/csSimplifiedConfiguration.php:33
889
  msgid "Require consent from"
890
  msgstr "Requerir el consentimiento de"
891
 
966
  msgid "Set up terms and conditions"
967
  msgstr "Configura un documento de términos y condiciones"
968
 
969
+ #: iubenda_cookie_solution.php:238
970
  msgid "Settings"
971
  msgstr "Ajustes"
972
 
1013
  msgid "string"
1014
  msgstr "cadena de caracteres"
1015
 
1016
+ #: includes/settings.php:1119 includes/settings.php:1143
1017
+ #: includes/settings.php:1162 includes/settings.php:1182
1018
  msgid "Style"
1019
  msgstr "Estilo"
1020
 
1045
  msgid "Sure!"
1046
  msgstr "¡Claro!"
1047
 
1048
+ #: views/partials/modals/modal_almost_there.php:77
1049
  msgid "Synchronize products"
1050
  msgstr "Sincronizar productos"
1051
 
1068
  msgid "Terms and condition"
1069
  msgstr "Términos y condiciones"
1070
 
1071
+ #: includes/settings.php:1177
1072
  msgid "Terms and Conditions"
1073
  msgstr "Términos y Condiciones"
1074
 
1194
  msgid "Try again"
1195
  msgstr "Inténtalo de nuevo"
1196
 
1197
+ #: includes/settings.php:1161 includes/settings.php:1181
1198
  msgid "Version"
1199
  msgstr "Versión"
1200
 
1203
  msgstr "Hemos analizado tu sitio web a fondo y este es el resultado."
1204
 
1205
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1206
+ #: views/partials/modals/modal_almost_there.php:64
1207
  #, php-format
1208
  #| msgid ""
1209
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
1227
  msgstr "¡Bienvenido a iubenda!"
1228
 
1229
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1230
+ #: views/partials/modals/modal_almost_there.php:44
1231
  msgid "Where can I find this code?"
1232
  msgstr "¿Dónde puedo encontrar este código?"
1233
 
1243
  "disfrutando. Ya que estás aquí, ¿te importaría dejarnos una valoración de 5 "
1244
  "estrellas? Sería de gran ayuda."
1245
 
1246
+ #: views/partials/csSimplifiedConfiguration.php:47
1247
  msgid "Worldwide"
1248
  msgstr "Todo el mundo"
1249
 
1259
  msgid "You don't have permission to access this page."
1260
  msgstr "No tienes permiso para acceder a esta página."
1261
 
1262
+ #: views/partials/csSimplifiedConfiguration.php:96
1263
  msgid "You should activate this feature if you show ads on your website"
1264
  msgstr "Deberías activar esta función si muestras anuncios en tu sitio web"
1265
 
languages/iubenda-fr_FR.mo CHANGED
Binary file
languages/iubenda-fr_FR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
- "PO-Revision-Date: 2022-10-11 11:08+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: French (France)\n"
8
  "Language: fr_FR\n"
@@ -24,7 +24,7 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
- #: views/partials/modals/modal_almost_there.php:25
28
  msgid "(required)"
29
  msgstr "(nécessaire)"
30
 
@@ -41,9 +41,13 @@ msgid "Activate & Configure Consent Solution by"
41
  msgstr "Activez et configurez la Consent Solution en"
42
 
43
  #: views/cons-configuration.php:14
 
 
 
 
44
  msgid ""
45
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
- "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
  "your website."
48
  msgstr ""
49
  "Activez la <strong>Consent Solution</strong> depuis notre site web iubenda "
@@ -89,6 +93,7 @@ msgid "Add to the footer automatically"
89
  msgstr "Ajouter automatiquement au pied de page"
90
 
91
  #: includes/forms-list-table.php:331
 
92
  msgid "All"
93
  msgstr "Tous"
94
 
@@ -142,7 +147,7 @@ msgstr "Bloquer automatiquement les scripts détectés par le plugin"
142
  msgid "Background-overlay"
143
  msgstr "Arrière-plan sombre"
144
 
145
- #: views/partials/csSimplifiedConfiguration.php:68
146
  msgid "Banner buttons"
147
  msgstr "Boutons du bandeau cookies"
148
 
@@ -165,10 +170,6 @@ msgstr "Interactions et fonctionnalités de base"
165
  msgid "Blocked domains"
166
  msgstr "Domaines bloqués"
167
 
168
- #: views/partials/csSimplifiedConfiguration.php:22
169
- msgid "Both"
170
- msgstr "Les deux"
171
-
172
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
173
  msgid "Button position"
174
  msgstr "Emplacement du bouton"
@@ -230,11 +231,11 @@ msgid "Confirm API"
230
  msgstr "Confirmer l’API"
231
 
232
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
233
- #: includes/settings.php:1187
234
  msgid "Consent Solution"
235
  msgstr "Consent Solution"
236
 
237
- #: views/partials/modals/modal_almost_there.php:37
238
  msgid "Consent Solution API key"
239
  msgstr "Clé API Consent Solution"
240
 
@@ -247,7 +248,7 @@ msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
247
  msgstr "Cookie et Consent Solution pour le RGPD et la directive ePrivacy"
248
 
249
  #: includes/settings.php:91 includes/settings.php:424
250
- #: includes/settings.php:1167
251
  msgid "Cookie Solution"
252
  msgstr "Cookie Solution"
253
 
@@ -331,7 +332,7 @@ msgstr "Modifier ce formulaire"
331
  msgid "Enable Google AMP support"
332
  msgstr "Activer la compatibilité avec Google AMP"
333
 
334
- #: views/partials/csSimplifiedConfiguration.php:88
335
  msgid "Enable IAB Transparency and Consent Framework"
336
  msgstr "Activer le cadre de transparence et de consentement de l’IAB"
337
 
@@ -372,7 +373,7 @@ msgstr "Entrer script personnalisé"
372
  msgid "Enter field name"
373
  msgstr "Indiquer le nom du champ"
374
 
375
- #: views/partials/csSimplifiedConfiguration.php:59
376
  msgid "EU Only"
377
  msgstr "Dans l’UE uniquement"
378
 
@@ -406,12 +407,12 @@ msgstr ""
406
  msgid "Experience enhancement"
407
  msgstr "Amélioration de l’expérience"
408
 
409
- #: views/partials/csSimplifiedConfiguration.php:72
410
  msgid "Explicit Accept and Customize buttons"
411
  msgstr ""
412
  "Afficher les boutons \"Accepter\" et \"En savoir plus et personnaliser\""
413
 
414
- #: views/partials/csSimplifiedConfiguration.php:77
415
  msgid "Explicit Reject button"
416
  msgstr "Afficher le bouton \"Refuser\""
417
 
@@ -617,7 +618,7 @@ msgstr "Nom de famille"
617
  msgid "Learn how to fix it"
618
  msgstr "Voilà comment y remédier"
619
 
620
- #: views/partials/csSimplifiedConfiguration.php:88
621
  #: views/partials/modals/modal_rating.php:22
622
  msgid "Learn More"
623
  msgstr "En savoir plus"
@@ -644,7 +645,7 @@ msgstr "Documents juridiques"
644
  msgid "Legislation"
645
  msgstr "Législation"
646
 
647
- #: includes/settings.php:1121 includes/settings.php:1143
648
  msgid "legislation"
649
  msgstr "législation"
650
 
@@ -652,6 +653,10 @@ msgstr "législation"
652
  msgid "Let's configure your website for compliance."
653
  msgstr "Configurons ensemble votre site web pour le rendre conforme."
654
 
 
 
 
 
655
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
656
  #: views/partials/bannerStyle.php:15
657
  msgid "Light"
@@ -733,7 +738,7 @@ msgstr "Oups ! <br> Aucun site web lié à ce code d’intégration n’a été
733
  msgid "or"
734
  msgstr "ou"
735
 
736
- #: views/partials/csSimplifiedConfiguration.php:83
737
  msgid "Other options"
738
  msgstr "Autres options"
739
 
@@ -751,7 +756,7 @@ msgstr ""
751
  "personnaliser l’ensemble des produits pour améliorer votre note de "
752
  "conformité et rendre votre site web complètement conforme."
753
 
754
- #: views/partials/modals/modal_almost_there.php:39
755
  msgid "Paste your API key here"
756
  msgstr "Collez votre clé API ici"
757
 
@@ -791,8 +796,8 @@ msgstr ""
791
  msgid "Plugin settings"
792
  msgstr "Paramètres du plugin"
793
 
794
- #: includes/settings.php:1120 includes/settings.php:1142
795
- #: includes/settings.php:1161 includes/settings.php:1181
796
  #: views/partials/bannerPosition.php:20
797
  msgid "Position"
798
  msgstr "Emplacement"
@@ -835,7 +840,7 @@ msgstr ""
835
  msgid "Primary"
836
  msgstr "Primaire"
837
 
838
- #: includes/settings.php:418 includes/settings.php:1155
839
  msgid "Privacy and Cookie Policy"
840
  msgstr "Politique de Confidentialité et de Cookies"
841
 
@@ -875,7 +880,7 @@ msgstr ""
875
  "le caractère de remplacement (*) pour inclure les domaines parents ou les "
876
  "sous-domaines."
877
 
878
- #: iubenda_cookie_solution.php:1307
879
  msgid "Rate"
880
  msgstr "Évaluer"
881
 
@@ -885,7 +890,7 @@ msgstr "Évaluer"
885
  msgid "Remove"
886
  msgstr "Éliminer"
887
 
888
- #: views/partials/csSimplifiedConfiguration.php:29
889
  msgid "Require consent from"
890
  msgstr "Demander le consentement…"
891
 
@@ -966,7 +971,7 @@ msgstr "Disposer d’une politique de confidentialité"
966
  msgid "Set up terms and conditions"
967
  msgstr "Avoir ses propres conditions générales"
968
 
969
- #: iubenda_cookie_solution.php:235
970
  msgid "Settings"
971
  msgstr "Réglages"
972
 
@@ -1015,8 +1020,8 @@ msgstr "Strictement nécessaire"
1015
  msgid "string"
1016
  msgstr "string"
1017
 
1018
- #: includes/settings.php:1119 includes/settings.php:1141
1019
- #: includes/settings.php:1160 includes/settings.php:1180
1020
  msgid "Style"
1021
  msgstr "Style"
1022
 
@@ -1047,7 +1052,7 @@ msgstr "Sous-menu"
1047
  msgid "Sure!"
1048
  msgstr "Avec plaisir !"
1049
 
1050
- #: views/partials/modals/modal_almost_there.php:75
1051
  msgid "Synchronize products"
1052
  msgstr "Synchroniser les produits"
1053
 
@@ -1070,7 +1075,7 @@ msgstr "Ciblage et publicité"
1070
  msgid "Terms and condition"
1071
  msgstr "Conditions Générales"
1072
 
1073
- #: includes/settings.php:1175
1074
  msgid "Terms and Conditions"
1075
  msgstr "Conditions Générales"
1076
 
@@ -1198,7 +1203,7 @@ msgstr "Menu principal"
1198
  msgid "Try again"
1199
  msgstr "Réessayer"
1200
 
1201
- #: includes/settings.php:1159 includes/settings.php:1179
1202
  msgid "Version"
1203
  msgstr "Version"
1204
 
@@ -1208,7 +1213,7 @@ msgstr ""
1208
  "Nous avons analysé votre site web en arrière-plan et voici le résultat."
1209
 
1210
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1211
- #: views/partials/modals/modal_almost_there.php:62
1212
  #, php-format
1213
  #| msgid ""
1214
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
@@ -1234,7 +1239,7 @@ msgid "Welcome to iubenda!"
1234
  msgstr "Bienvenue chez iubenda !"
1235
 
1236
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1237
- #: views/partials/modals/modal_almost_there.php:42
1238
  msgid "Where can I find this code?"
1239
  msgstr "Où puis-je trouver ce code ?"
1240
 
@@ -1250,7 +1255,7 @@ msgstr ""
1250
  "que vous y êtes, pourriez-vous nous laisser une note de 5 étoiles ? Cela "
1251
  "nous aiderait beaucoup. Merci !"
1252
 
1253
- #: views/partials/csSimplifiedConfiguration.php:43
1254
  msgid "Worldwide"
1255
  msgstr "Dans le monde entier"
1256
 
@@ -1266,7 +1271,7 @@ msgstr "Oui"
1266
  msgid "You don't have permission to access this page."
1267
  msgstr "Vous n’avez pas l’autorisation d’accéder à cette page."
1268
 
1269
- #: views/partials/csSimplifiedConfiguration.php:92
1270
  msgid "You should activate this feature if you show ads on your website"
1271
  msgstr ""
1272
  "Vous devriez activer cette fonctionnalité dans le cas où vous affichez des "
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
+ "PO-Revision-Date: 2022-11-28 11:20+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: French (France)\n"
8
  "Language: fr_FR\n"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
+ #: views/partials/modals/modal_almost_there.php:26
28
  msgid "(required)"
29
  msgstr "(nécessaire)"
30
 
41
  msgstr "Activez et configurez la Consent Solution en"
42
 
43
  #: views/cons-configuration.php:14
44
+ #| msgid ""
45
+ #| "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
+ #| "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
+ #| "your website."
48
  msgid ""
49
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
50
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
51
  "your website."
52
  msgstr ""
53
  "Activez la <strong>Consent Solution</strong> depuis notre site web iubenda "
93
  msgstr "Ajouter automatiquement au pied de page"
94
 
95
  #: includes/forms-list-table.php:331
96
+ #: views/partials/csSimplifiedConfiguration.php:26
97
  msgid "All"
98
  msgstr "Tous"
99
 
147
  msgid "Background-overlay"
148
  msgstr "Arrière-plan sombre"
149
 
150
+ #: views/partials/csSimplifiedConfiguration.php:72
151
  msgid "Banner buttons"
152
  msgstr "Boutons du bandeau cookies"
153
 
170
  msgid "Blocked domains"
171
  msgstr "Domaines bloqués"
172
 
 
 
 
 
173
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
174
  msgid "Button position"
175
  msgstr "Emplacement du bouton"
231
  msgstr "Confirmer l’API"
232
 
233
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
234
+ #: includes/settings.php:1189
235
  msgid "Consent Solution"
236
  msgstr "Consent Solution"
237
 
238
+ #: views/partials/modals/modal_almost_there.php:39
239
  msgid "Consent Solution API key"
240
  msgstr "Clé API Consent Solution"
241
 
248
  msgstr "Cookie et Consent Solution pour le RGPD et la directive ePrivacy"
249
 
250
  #: includes/settings.php:91 includes/settings.php:424
251
+ #: includes/settings.php:1169
252
  msgid "Cookie Solution"
253
  msgstr "Cookie Solution"
254
 
332
  msgid "Enable Google AMP support"
333
  msgstr "Activer la compatibilité avec Google AMP"
334
 
335
+ #: views/partials/csSimplifiedConfiguration.php:92
336
  msgid "Enable IAB Transparency and Consent Framework"
337
  msgstr "Activer le cadre de transparence et de consentement de l’IAB"
338
 
373
  msgid "Enter field name"
374
  msgstr "Indiquer le nom du champ"
375
 
376
+ #: views/partials/csSimplifiedConfiguration.php:63
377
  msgid "EU Only"
378
  msgstr "Dans l’UE uniquement"
379
 
407
  msgid "Experience enhancement"
408
  msgstr "Amélioration de l’expérience"
409
 
410
+ #: views/partials/csSimplifiedConfiguration.php:76
411
  msgid "Explicit Accept and Customize buttons"
412
  msgstr ""
413
  "Afficher les boutons \"Accepter\" et \"En savoir plus et personnaliser\""
414
 
415
+ #: views/partials/csSimplifiedConfiguration.php:81
416
  msgid "Explicit Reject button"
417
  msgstr "Afficher le bouton \"Refuser\""
418
 
618
  msgid "Learn how to fix it"
619
  msgstr "Voilà comment y remédier"
620
 
621
+ #: views/partials/csSimplifiedConfiguration.php:92
622
  #: views/partials/modals/modal_rating.php:22
623
  msgid "Learn More"
624
  msgstr "En savoir plus"
645
  msgid "Legislation"
646
  msgstr "Législation"
647
 
648
+ #: includes/settings.php:1121 includes/settings.php:1145
649
  msgid "legislation"
650
  msgstr "législation"
651
 
653
  msgid "Let's configure your website for compliance."
654
  msgstr "Configurons ensemble votre site web pour le rendre conforme."
655
 
656
+ #: views/partials/csSimplifiedConfiguration.php:22
657
+ msgid "LGPD Only"
658
+ msgstr "LGPD uniquement"
659
+
660
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
661
  #: views/partials/bannerStyle.php:15
662
  msgid "Light"
738
  msgid "or"
739
  msgstr "ou"
740
 
741
+ #: views/partials/csSimplifiedConfiguration.php:87
742
  msgid "Other options"
743
  msgstr "Autres options"
744
 
756
  "personnaliser l’ensemble des produits pour améliorer votre note de "
757
  "conformité et rendre votre site web complètement conforme."
758
 
759
+ #: views/partials/modals/modal_almost_there.php:41
760
  msgid "Paste your API key here"
761
  msgstr "Collez votre clé API ici"
762
 
796
  msgid "Plugin settings"
797
  msgstr "Paramètres du plugin"
798
 
799
+ #: includes/settings.php:1120 includes/settings.php:1144
800
+ #: includes/settings.php:1163 includes/settings.php:1183
801
  #: views/partials/bannerPosition.php:20
802
  msgid "Position"
803
  msgstr "Emplacement"
840
  msgid "Primary"
841
  msgstr "Primaire"
842
 
843
+ #: includes/settings.php:418 includes/settings.php:1157
844
  msgid "Privacy and Cookie Policy"
845
  msgstr "Politique de Confidentialité et de Cookies"
846
 
880
  "le caractère de remplacement (*) pour inclure les domaines parents ou les "
881
  "sous-domaines."
882
 
883
+ #: iubenda_cookie_solution.php:1348
884
  msgid "Rate"
885
  msgstr "Évaluer"
886
 
890
  msgid "Remove"
891
  msgstr "Éliminer"
892
 
893
+ #: views/partials/csSimplifiedConfiguration.php:33
894
  msgid "Require consent from"
895
  msgstr "Demander le consentement…"
896
 
971
  msgid "Set up terms and conditions"
972
  msgstr "Avoir ses propres conditions générales"
973
 
974
+ #: iubenda_cookie_solution.php:238
975
  msgid "Settings"
976
  msgstr "Réglages"
977
 
1020
  msgid "string"
1021
  msgstr "string"
1022
 
1023
+ #: includes/settings.php:1119 includes/settings.php:1143
1024
+ #: includes/settings.php:1162 includes/settings.php:1182
1025
  msgid "Style"
1026
  msgstr "Style"
1027
 
1052
  msgid "Sure!"
1053
  msgstr "Avec plaisir !"
1054
 
1055
+ #: views/partials/modals/modal_almost_there.php:77
1056
  msgid "Synchronize products"
1057
  msgstr "Synchroniser les produits"
1058
 
1075
  msgid "Terms and condition"
1076
  msgstr "Conditions Générales"
1077
 
1078
+ #: includes/settings.php:1177
1079
  msgid "Terms and Conditions"
1080
  msgstr "Conditions Générales"
1081
 
1203
  msgid "Try again"
1204
  msgstr "Réessayer"
1205
 
1206
+ #: includes/settings.php:1161 includes/settings.php:1181
1207
  msgid "Version"
1208
  msgstr "Version"
1209
 
1213
  "Nous avons analysé votre site web en arrière-plan et voici le résultat."
1214
 
1215
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1216
+ #: views/partials/modals/modal_almost_there.php:64
1217
  #, php-format
1218
  #| msgid ""
1219
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
1239
  msgstr "Bienvenue chez iubenda !"
1240
 
1241
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1242
+ #: views/partials/modals/modal_almost_there.php:44
1243
  msgid "Where can I find this code?"
1244
  msgstr "Où puis-je trouver ce code ?"
1245
 
1255
  "que vous y êtes, pourriez-vous nous laisser une note de 5 étoiles ? Cela "
1256
  "nous aiderait beaucoup. Merci !"
1257
 
1258
+ #: views/partials/csSimplifiedConfiguration.php:47
1259
  msgid "Worldwide"
1260
  msgstr "Dans le monde entier"
1261
 
1271
  msgid "You don't have permission to access this page."
1272
  msgstr "Vous n’avez pas l’autorisation d’accéder à cette page."
1273
 
1274
+ #: views/partials/csSimplifiedConfiguration.php:96
1275
  msgid "You should activate this feature if you show ads on your website"
1276
  msgstr ""
1277
  "Vous devriez activer cette fonctionnalité dans le cas où vous affichez des "
languages/iubenda-it_IT.mo CHANGED
Binary file
languages/iubenda-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-05-17 21:29+0200\n"
5
- "PO-Revision-Date: 2022-10-11 11:06+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Italian\n"
8
  "Language: it_IT\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "Report-Msgid-Bugs-To: \n"
18
- "X-Loco-Version: 2.6.2; wp-6.0.2"
19
 
20
  #: includes/forms-list-table.php:336
21
  #, php-format
@@ -24,9 +24,9 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
- #: views/partials/modals/modal_almost_there.php:25
28
  msgid "(required)"
29
- msgstr "(consigliato)"
30
 
31
  #: views/tc-configuration.php:100 views/partials/buttonPosition.php:45
32
  msgid ""
@@ -42,9 +42,13 @@ msgid "Activate & Configure Consent Solution by"
42
  msgstr "Attiva e configura la Consent Solution"
43
 
44
  #: views/cons-configuration.php:14
 
 
 
 
45
  msgid ""
46
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
47
- "dashboard and paste here the <strong>API key</strong> to integrate it on "
48
  "your website."
49
  msgstr ""
50
  "Attiva la <strong>Consent Solution</strong> dalla tua dashboard iubenda e "
@@ -89,6 +93,7 @@ msgid "Add to the footer automatically"
89
  msgstr "Aggiungi automaticamente al footer"
90
 
91
  #: includes/forms-list-table.php:331
 
92
  msgid "All"
93
  msgstr "Tutti"
94
 
@@ -140,7 +145,7 @@ msgstr "Blocca automaticamente gli script rilevati dal plugin"
140
  msgid "Background-overlay"
141
  msgstr "Oscura sfondo"
142
 
143
- #: views/partials/csSimplifiedConfiguration.php:68
144
  msgid "Banner buttons"
145
  msgstr "Pulsanti del banner"
146
 
@@ -163,10 +168,6 @@ msgstr "Interazioni e funzionalità semplici"
163
  msgid "Blocked domains"
164
  msgstr "Domini bloccati"
165
 
166
- #: views/partials/csSimplifiedConfiguration.php:22
167
- msgid "Both"
168
- msgstr "Entrambi"
169
-
170
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
171
  msgid "Button position"
172
  msgstr "Posizione del pulsante"
@@ -227,11 +228,11 @@ msgid "Confirm API"
227
  msgstr "Conferma API"
228
 
229
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
230
- #: includes/settings.php:1187
231
  msgid "Consent Solution"
232
  msgstr "Consent Solution"
233
 
234
- #: views/partials/modals/modal_almost_there.php:37
235
  msgid "Consent Solution API key"
236
  msgstr "Chiave API della Consent Solution"
237
 
@@ -244,7 +245,7 @@ msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
244
  msgstr "Cookie e Consent Solution per il GDPR e la direttiva ePrivacy"
245
 
246
  #: includes/settings.php:91 includes/settings.php:424
247
- #: includes/settings.php:1167
248
  msgid "Cookie Solution"
249
  msgstr "Cookie Solution"
250
 
@@ -327,7 +328,7 @@ msgstr "Modifica questo modulo"
327
  msgid "Enable Google AMP support"
328
  msgstr "Abilita il supporto per l’AMP di Google"
329
 
330
- #: views/partials/csSimplifiedConfiguration.php:88
331
  msgid "Enable IAB Transparency and Consent Framework"
332
  msgstr "Abilita il Transparency and Consent Framework di IAB"
333
 
@@ -368,7 +369,7 @@ msgstr "Inserisci script personalizzati "
368
  msgid "Enter field name"
369
  msgstr "Aggiungi il nome di un campo"
370
 
371
- #: views/partials/csSimplifiedConfiguration.php:59
372
  msgid "EU Only"
373
  msgstr "Solo UE"
374
 
@@ -401,11 +402,11 @@ msgstr ""
401
  msgid "Experience enhancement"
402
  msgstr "Miglioramento dell’esperienza"
403
 
404
- #: views/partials/csSimplifiedConfiguration.php:72
405
  msgid "Explicit Accept and Customize buttons"
406
  msgstr "Mostra i pulsanti Accetta e Personalizza"
407
 
408
- #: views/partials/csSimplifiedConfiguration.php:77
409
  msgid "Explicit Reject button"
410
  msgstr "Mostra il pulsante Rifiuta"
411
 
@@ -607,7 +608,7 @@ msgstr "Cognome"
607
  msgid "Learn how to fix it"
608
  msgstr "Ecco come risolvere"
609
 
610
- #: views/partials/csSimplifiedConfiguration.php:88
611
  #: views/partials/modals/modal_rating.php:22
612
  msgid "Learn More"
613
  msgstr "Scopri di più"
@@ -634,7 +635,7 @@ msgstr "Documenti legali"
634
  msgid "Legislation"
635
  msgstr "Legislazione"
636
 
637
- #: includes/settings.php:1121 includes/settings.php:1143
638
  msgid "legislation"
639
  msgstr "legislazione"
640
 
@@ -642,6 +643,10 @@ msgstr "legislazione"
642
  msgid "Let's configure your website for compliance."
643
  msgstr "Rendiamo il tuo sito conforme."
644
 
 
 
 
 
645
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
646
  #: views/partials/bannerStyle.php:15
647
  msgid "Light"
@@ -724,7 +729,7 @@ msgstr ""
724
  msgid "or"
725
  msgstr "o"
726
 
727
- #: views/partials/csSimplifiedConfiguration.php:83
728
  msgid "Other options"
729
  msgstr "Altre opzioni"
730
 
@@ -742,7 +747,7 @@ msgstr ""
742
  "per aumentare il tasso di conformità e rendere il tuo sito pienamente "
743
  "conforme."
744
 
745
- #: views/partials/modals/modal_almost_there.php:39
746
  msgid "Paste your API key here"
747
  msgstr "Incolla la tua chiave API qui"
748
 
@@ -780,8 +785,8 @@ msgstr "Seleziona tutti i documenti legali presenti sul tuo sito."
780
  msgid "Plugin settings"
781
  msgstr "Impostazioni del plugin"
782
 
783
- #: includes/settings.php:1120 includes/settings.php:1142
784
- #: includes/settings.php:1161 includes/settings.php:1181
785
  #: views/partials/bannerPosition.php:20
786
  msgid "Position"
787
  msgstr "Posizione"
@@ -824,7 +829,7 @@ msgstr ""
824
  msgid "Primary"
825
  msgstr "Primario"
826
 
827
- #: includes/settings.php:418 includes/settings.php:1155
828
  msgid "Privacy and Cookie Policy"
829
  msgstr "Privacy e Cookie Policy"
830
 
@@ -864,7 +869,7 @@ msgstr ""
864
  "utilizzare dei metacaratteri (*) per includere i domini principali o i "
865
  "sottodomini."
866
 
867
- #: iubenda_cookie_solution.php:1307
868
  msgid "Rate"
869
  msgstr "Valutazione"
870
 
@@ -874,7 +879,7 @@ msgstr "Valutazione"
874
  msgid "Remove"
875
  msgstr "Elimina"
876
 
877
- #: views/partials/csSimplifiedConfiguration.php:29
878
  msgid "Require consent from"
879
  msgstr "Richiedi il consenso da"
880
 
@@ -955,7 +960,7 @@ msgstr "Configura una privacy policy"
955
  msgid "Set up terms and conditions"
956
  msgstr "Configura termini e condizioni"
957
 
958
- #: iubenda_cookie_solution.php:235
959
  msgid "Settings"
960
  msgstr "Impostazioni"
961
 
@@ -1002,8 +1007,8 @@ msgstr "Strettamente necessari"
1002
  msgid "string"
1003
  msgstr "stringa"
1004
 
1005
- #: includes/settings.php:1119 includes/settings.php:1141
1006
- #: includes/settings.php:1160 includes/settings.php:1180
1007
  msgid "Style"
1008
  msgstr "Stile"
1009
 
@@ -1033,7 +1038,7 @@ msgstr "Sottomenù"
1033
  msgid "Sure!"
1034
  msgstr "Certo!"
1035
 
1036
- #: views/partials/modals/modal_almost_there.php:75
1037
  msgid "Synchronize products"
1038
  msgstr "Sincronizza i prodotti"
1039
 
@@ -1056,7 +1061,7 @@ msgstr "Targeting e Pubblicità"
1056
  msgid "Terms and condition"
1057
  msgstr "Termini e condizioni"
1058
 
1059
- #: includes/settings.php:1175
1060
  msgid "Terms and Conditions"
1061
  msgstr "Termini e Condizioni"
1062
 
@@ -1181,7 +1186,7 @@ msgstr "Menù principale"
1181
  msgid "Try again"
1182
  msgstr "Riprova"
1183
 
1184
- #: includes/settings.php:1159 includes/settings.php:1179
1185
  msgid "Version"
1186
  msgstr "Versione"
1187
 
@@ -1190,7 +1195,7 @@ msgid "We have analyzed your website in background and this is the result."
1190
  msgstr "Abbiamo analizzato il tuo sito web e questo è il risultato."
1191
 
1192
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1193
- #: views/partials/modals/modal_almost_there.php:62
1194
  #, php-format
1195
  #| msgid ""
1196
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
@@ -1215,7 +1220,7 @@ msgid "Welcome to iubenda!"
1215
  msgstr "Benvenuto su iubenda!"
1216
 
1217
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1218
- #: views/partials/modals/modal_almost_there.php:42
1219
  msgid "Where can I find this code?"
1220
  msgstr "Dove posso trovare questo codice?"
1221
 
@@ -1230,7 +1235,7 @@ msgstr ""
1230
  "utile possibile, quindi siamo molto contenti che ti piaccia. Ormai che sei "
1231
  "qui, che ne dici di lasciarci 5 stelle?? Ci aiuterebbe davvero."
1232
 
1233
- #: views/partials/csSimplifiedConfiguration.php:43
1234
  msgid "Worldwide"
1235
  msgstr "Tutto il mondo"
1236
 
@@ -1246,7 +1251,7 @@ msgstr "Sì"
1246
  msgid "You don't have permission to access this page."
1247
  msgstr "Non sei autorizzato ad accedere a questa pagina."
1248
 
1249
- #: views/partials/csSimplifiedConfiguration.php:92
1250
  msgid "You should activate this feature if you show ads on your website"
1251
  msgstr ""
1252
  "Dovresti attivare questa funzionalità se mostri annunci pubblicitari sul tuo "
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-05-17 21:29+0200\n"
5
+ "PO-Revision-Date: 2022-11-28 11:22+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Italian\n"
8
  "Language: it_IT\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "Report-Msgid-Bugs-To: \n"
18
+ "X-Loco-Version: 2.6.2; wp-6.0.3"
19
 
20
  #: includes/forms-list-table.php:336
21
  #, php-format
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
+ #: views/partials/modals/modal_almost_there.php:26
28
  msgid "(required)"
29
+ msgstr "(obbligatorio)"
30
 
31
  #: views/tc-configuration.php:100 views/partials/buttonPosition.php:45
32
  msgid ""
42
  msgstr "Attiva e configura la Consent Solution"
43
 
44
  #: views/cons-configuration.php:14
45
+ #| msgid ""
46
+ #| "Activate <strong>Consent Solution</strong> on our website in your iubenda "
47
+ #| "dashboard and paste here the <strong>API key</strong> to integrate it on "
48
+ #| "your website."
49
  msgid ""
50
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
51
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
52
  "your website."
53
  msgstr ""
54
  "Attiva la <strong>Consent Solution</strong> dalla tua dashboard iubenda e "
93
  msgstr "Aggiungi automaticamente al footer"
94
 
95
  #: includes/forms-list-table.php:331
96
+ #: views/partials/csSimplifiedConfiguration.php:26
97
  msgid "All"
98
  msgstr "Tutti"
99
 
145
  msgid "Background-overlay"
146
  msgstr "Oscura sfondo"
147
 
148
+ #: views/partials/csSimplifiedConfiguration.php:72
149
  msgid "Banner buttons"
150
  msgstr "Pulsanti del banner"
151
 
168
  msgid "Blocked domains"
169
  msgstr "Domini bloccati"
170
 
 
 
 
 
171
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
172
  msgid "Button position"
173
  msgstr "Posizione del pulsante"
228
  msgstr "Conferma API"
229
 
230
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
231
+ #: includes/settings.php:1189
232
  msgid "Consent Solution"
233
  msgstr "Consent Solution"
234
 
235
+ #: views/partials/modals/modal_almost_there.php:39
236
  msgid "Consent Solution API key"
237
  msgstr "Chiave API della Consent Solution"
238
 
245
  msgstr "Cookie e Consent Solution per il GDPR e la direttiva ePrivacy"
246
 
247
  #: includes/settings.php:91 includes/settings.php:424
248
+ #: includes/settings.php:1169
249
  msgid "Cookie Solution"
250
  msgstr "Cookie Solution"
251
 
328
  msgid "Enable Google AMP support"
329
  msgstr "Abilita il supporto per l’AMP di Google"
330
 
331
+ #: views/partials/csSimplifiedConfiguration.php:92
332
  msgid "Enable IAB Transparency and Consent Framework"
333
  msgstr "Abilita il Transparency and Consent Framework di IAB"
334
 
369
  msgid "Enter field name"
370
  msgstr "Aggiungi il nome di un campo"
371
 
372
+ #: views/partials/csSimplifiedConfiguration.php:63
373
  msgid "EU Only"
374
  msgstr "Solo UE"
375
 
402
  msgid "Experience enhancement"
403
  msgstr "Miglioramento dell’esperienza"
404
 
405
+ #: views/partials/csSimplifiedConfiguration.php:76
406
  msgid "Explicit Accept and Customize buttons"
407
  msgstr "Mostra i pulsanti Accetta e Personalizza"
408
 
409
+ #: views/partials/csSimplifiedConfiguration.php:81
410
  msgid "Explicit Reject button"
411
  msgstr "Mostra il pulsante Rifiuta"
412
 
608
  msgid "Learn how to fix it"
609
  msgstr "Ecco come risolvere"
610
 
611
+ #: views/partials/csSimplifiedConfiguration.php:92
612
  #: views/partials/modals/modal_rating.php:22
613
  msgid "Learn More"
614
  msgstr "Scopri di più"
635
  msgid "Legislation"
636
  msgstr "Legislazione"
637
 
638
+ #: includes/settings.php:1121 includes/settings.php:1145
639
  msgid "legislation"
640
  msgstr "legislazione"
641
 
643
  msgid "Let's configure your website for compliance."
644
  msgstr "Rendiamo il tuo sito conforme."
645
 
646
+ #: views/partials/csSimplifiedConfiguration.php:22
647
+ msgid "LGPD Only"
648
+ msgstr "Solo LGPD"
649
+
650
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
651
  #: views/partials/bannerStyle.php:15
652
  msgid "Light"
729
  msgid "or"
730
  msgstr "o"
731
 
732
+ #: views/partials/csSimplifiedConfiguration.php:87
733
  msgid "Other options"
734
  msgstr "Altre opzioni"
735
 
747
  "per aumentare il tasso di conformità e rendere il tuo sito pienamente "
748
  "conforme."
749
 
750
+ #: views/partials/modals/modal_almost_there.php:41
751
  msgid "Paste your API key here"
752
  msgstr "Incolla la tua chiave API qui"
753
 
785
  msgid "Plugin settings"
786
  msgstr "Impostazioni del plugin"
787
 
788
+ #: includes/settings.php:1120 includes/settings.php:1144
789
+ #: includes/settings.php:1163 includes/settings.php:1183
790
  #: views/partials/bannerPosition.php:20
791
  msgid "Position"
792
  msgstr "Posizione"
829
  msgid "Primary"
830
  msgstr "Primario"
831
 
832
+ #: includes/settings.php:418 includes/settings.php:1157
833
  msgid "Privacy and Cookie Policy"
834
  msgstr "Privacy e Cookie Policy"
835
 
869
  "utilizzare dei metacaratteri (*) per includere i domini principali o i "
870
  "sottodomini."
871
 
872
+ #: iubenda_cookie_solution.php:1348
873
  msgid "Rate"
874
  msgstr "Valutazione"
875
 
879
  msgid "Remove"
880
  msgstr "Elimina"
881
 
882
+ #: views/partials/csSimplifiedConfiguration.php:33
883
  msgid "Require consent from"
884
  msgstr "Richiedi il consenso da"
885
 
960
  msgid "Set up terms and conditions"
961
  msgstr "Configura termini e condizioni"
962
 
963
+ #: iubenda_cookie_solution.php:238
964
  msgid "Settings"
965
  msgstr "Impostazioni"
966
 
1007
  msgid "string"
1008
  msgstr "stringa"
1009
 
1010
+ #: includes/settings.php:1119 includes/settings.php:1143
1011
+ #: includes/settings.php:1162 includes/settings.php:1182
1012
  msgid "Style"
1013
  msgstr "Stile"
1014
 
1038
  msgid "Sure!"
1039
  msgstr "Certo!"
1040
 
1041
+ #: views/partials/modals/modal_almost_there.php:77
1042
  msgid "Synchronize products"
1043
  msgstr "Sincronizza i prodotti"
1044
 
1061
  msgid "Terms and condition"
1062
  msgstr "Termini e condizioni"
1063
 
1064
+ #: includes/settings.php:1177
1065
  msgid "Terms and Conditions"
1066
  msgstr "Termini e Condizioni"
1067
 
1186
  msgid "Try again"
1187
  msgstr "Riprova"
1188
 
1189
+ #: includes/settings.php:1161 includes/settings.php:1181
1190
  msgid "Version"
1191
  msgstr "Versione"
1192
 
1195
  msgstr "Abbiamo analizzato il tuo sito web e questo è il risultato."
1196
 
1197
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1198
+ #: views/partials/modals/modal_almost_there.php:64
1199
  #, php-format
1200
  #| msgid ""
1201
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
1220
  msgstr "Benvenuto su iubenda!"
1221
 
1222
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1223
+ #: views/partials/modals/modal_almost_there.php:44
1224
  msgid "Where can I find this code?"
1225
  msgstr "Dove posso trovare questo codice?"
1226
 
1235
  "utile possibile, quindi siamo molto contenti che ti piaccia. Ormai che sei "
1236
  "qui, che ne dici di lasciarci 5 stelle?? Ci aiuterebbe davvero."
1237
 
1238
+ #: views/partials/csSimplifiedConfiguration.php:47
1239
  msgid "Worldwide"
1240
  msgstr "Tutto il mondo"
1241
 
1251
  msgid "You don't have permission to access this page."
1252
  msgstr "Non sei autorizzato ad accedere a questa pagina."
1253
 
1254
+ #: views/partials/csSimplifiedConfiguration.php:96
1255
  msgid "You should activate this feature if you show ads on your website"
1256
  msgstr ""
1257
  "Dovresti attivare questa funzionalità se mostri annunci pubblicitari sul tuo "
languages/iubenda-nl_NL.mo CHANGED
Binary file
languages/iubenda-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
- "PO-Revision-Date: 2022-10-11 11:07+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Dutch\n"
8
  "Language: nl_NL\n"
@@ -24,7 +24,7 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
- #: views/partials/modals/modal_almost_there.php:25
28
  msgid "(required)"
29
  msgstr "(verplicht)"
30
 
@@ -41,9 +41,13 @@ msgid "Activate & Configure Consent Solution by"
41
  msgstr "Activeer en configureer de Consent Solution door"
42
 
43
  #: views/cons-configuration.php:14
 
 
 
 
44
  msgid ""
45
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
- "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
  "your website."
48
  msgstr ""
49
  "Activeer de <strong>Consent Solution</strong> via je iubenda-dashboard op "
@@ -89,6 +93,7 @@ msgid "Add to the footer automatically"
89
  msgstr "Automatisch toevoegen aan de voettekst"
90
 
91
  #: includes/forms-list-table.php:331
 
92
  msgid "All"
93
  msgstr "Alle"
94
 
@@ -140,7 +145,7 @@ msgstr "Door de plug-in gedetecteerde scripts automatisch blokkeren"
140
  msgid "Background-overlay"
141
  msgstr "Achtergrondoverlay"
142
 
143
- #: views/partials/csSimplifiedConfiguration.php:68
144
  msgid "Banner buttons"
145
  msgstr "Bannerknoppen"
146
 
@@ -163,10 +168,6 @@ msgstr "Basisinteracties en functionaliteiten"
163
  msgid "Blocked domains"
164
  msgstr "Geblokkeerde domeinen"
165
 
166
- #: views/partials/csSimplifiedConfiguration.php:22
167
- msgid "Both"
168
- msgstr "Beide"
169
-
170
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
171
  msgid "Button position"
172
  msgstr "Positie knop"
@@ -227,11 +228,11 @@ msgid "Confirm API"
227
  msgstr "API bevestigen"
228
 
229
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
230
- #: includes/settings.php:1187
231
  msgid "Consent Solution"
232
  msgstr "Consent Solution"
233
 
234
- #: views/partials/modals/modal_almost_there.php:37
235
  msgid "Consent Solution API key"
236
  msgstr "API-sleutel Consent Solution"
237
 
@@ -244,7 +245,7 @@ msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
244
  msgstr "Cookie Solution en Consent Solution voor de AVG en ePrivacy"
245
 
246
  #: includes/settings.php:91 includes/settings.php:424
247
- #: includes/settings.php:1167
248
  msgid "Cookie Solution"
249
  msgstr "Cookie Solution"
250
 
@@ -327,7 +328,7 @@ msgstr "Dit formulier bewerken"
327
  msgid "Enable Google AMP support"
328
  msgstr "Ondersteuning Google AMP inschakelen"
329
 
330
- #: views/partials/csSimplifiedConfiguration.php:88
331
  msgid "Enable IAB Transparency and Consent Framework"
332
  msgstr "IAB Transparency and Consent Framework inschakelen"
333
 
@@ -368,7 +369,7 @@ msgstr "Voer aangepast script in"
368
  msgid "Enter field name"
369
  msgstr "Veldnaam invoeren"
370
 
371
- #: views/partials/csSimplifiedConfiguration.php:59
372
  msgid "EU Only"
373
  msgstr "Alleen gebruikers in de EU"
374
 
@@ -401,11 +402,11 @@ msgstr ""
401
  msgid "Experience enhancement"
402
  msgstr "Verbetering van de ervaring"
403
 
404
- #: views/partials/csSimplifiedConfiguration.php:72
405
  msgid "Explicit Accept and Customize buttons"
406
  msgstr "Knoppen voor uitdrukkelijk accepteren en aanpassen"
407
 
408
- #: views/partials/csSimplifiedConfiguration.php:77
409
  msgid "Explicit Reject button"
410
  msgstr "Knop voor uitdrukkelijk weigeren"
411
 
@@ -607,7 +608,7 @@ msgstr "Achternaam"
607
  msgid "Learn how to fix it"
608
  msgstr "Zo los je dit op"
609
 
610
- #: views/partials/csSimplifiedConfiguration.php:88
611
  #: views/partials/modals/modal_rating.php:22
612
  msgid "Learn More"
613
  msgstr "Meer informatie"
@@ -634,7 +635,7 @@ msgstr "Juridische documenten"
634
  msgid "Legislation"
635
  msgstr "Wetgeving"
636
 
637
- #: includes/settings.php:1121 includes/settings.php:1143
638
  msgid "legislation"
639
  msgstr "wetgeving"
640
 
@@ -642,6 +643,10 @@ msgstr "wetgeving"
642
  msgid "Let's configure your website for compliance."
643
  msgstr "Tijd om je website compliant te maken."
644
 
 
 
 
 
645
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
646
  #: views/partials/bannerStyle.php:15
647
  msgid "Light"
@@ -723,7 +728,7 @@ msgstr "Oeps! <br> Geen website gevonden met deze insluitcode."
723
  msgid "or"
724
  msgstr "of"
725
 
726
- #: views/partials/csSimplifiedConfiguration.php:83
727
  msgid "Other options"
728
  msgstr "Andere opties"
729
 
@@ -739,7 +744,7 @@ msgstr ""
739
  "Onze producten zijn geïntegreerd. Je kunt ze nu aanpassen om een betere "
740
  "compliancescore te behalen en je website volledig in orde te brengen."
741
 
742
- #: views/partials/modals/modal_almost_there.php:39
743
  msgid "Paste your API key here"
744
  msgstr "Plak je API-sleutel hier"
745
 
@@ -776,8 +781,8 @@ msgstr "Selecteer elk juridisch document dat op je website beschikbaar is."
776
  msgid "Plugin settings"
777
  msgstr "Instellingen plug-in"
778
 
779
- #: includes/settings.php:1120 includes/settings.php:1142
780
- #: includes/settings.php:1161 includes/settings.php:1181
781
  #: views/partials/bannerPosition.php:20
782
  msgid "Position"
783
  msgstr "Positie"
@@ -821,7 +826,7 @@ msgstr ""
821
  msgid "Primary"
822
  msgstr "Primair"
823
 
824
- #: includes/settings.php:418 includes/settings.php:1155
825
  msgid "Privacy and Cookie Policy"
826
  msgstr "Privacy- en cookiebeleid"
827
 
@@ -859,7 +864,7 @@ msgstr ""
859
  "zonder protocollen als 'http://' of 'https://'. Je kunt ook wildcards (*) "
860
  "gebruiken om bovenliggende domeinen of subdomeinen op te nemen."
861
 
862
- #: iubenda_cookie_solution.php:1307
863
  msgid "Rate"
864
  msgstr "Beoordelen"
865
 
@@ -869,7 +874,7 @@ msgstr "Beoordelen"
869
  msgid "Remove"
870
  msgstr "Verwijderen"
871
 
872
- #: views/partials/csSimplifiedConfiguration.php:29
873
  msgid "Require consent from"
874
  msgstr "Toestemming vereisen"
875
 
@@ -950,7 +955,7 @@ msgstr "Maak een privacybeleid"
950
  msgid "Set up terms and conditions"
951
  msgstr "Maak algemene voorwaarden"
952
 
953
- #: iubenda_cookie_solution.php:235
954
  msgid "Settings"
955
  msgstr "Instellingen"
956
 
@@ -997,8 +1002,8 @@ msgstr "Strikt noodzakelijk"
997
  msgid "string"
998
  msgstr "tekenreeks"
999
 
1000
- #: includes/settings.php:1119 includes/settings.php:1141
1001
- #: includes/settings.php:1160 includes/settings.php:1180
1002
  msgid "Style"
1003
  msgstr "Stijl"
1004
 
@@ -1028,7 +1033,7 @@ msgstr "Submenu"
1028
  msgid "Sure!"
1029
  msgstr "Natuurlijk!"
1030
 
1031
- #: views/partials/modals/modal_almost_there.php:75
1032
  msgid "Synchronize products"
1033
  msgstr "Producten synchroniseren"
1034
 
@@ -1051,7 +1056,7 @@ msgstr "Targeting en advertenties"
1051
  msgid "Terms and condition"
1052
  msgstr "Algemene voorwaarden"
1053
 
1054
- #: includes/settings.php:1175
1055
  msgid "Terms and Conditions"
1056
  msgstr "Algemene voorwaarden"
1057
 
@@ -1197,7 +1202,7 @@ msgstr "Hoofdmenu"
1197
  msgid "Try again"
1198
  msgstr "Opnieuw proberen"
1199
 
1200
- #: includes/settings.php:1159 includes/settings.php:1179
1201
  msgid "Version"
1202
  msgstr "Versie"
1203
 
@@ -1207,7 +1212,7 @@ msgstr ""
1207
  "We hebben je website op de achtergrond geanalyseerd. Dit is het resultaat."
1208
 
1209
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1210
- #: views/partials/modals/modal_almost_there.php:62
1211
  #, php-format
1212
  #| msgid ""
1213
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
@@ -1231,7 +1236,7 @@ msgid "Welcome to iubenda!"
1231
  msgstr "Welkom bij iubenda!"
1232
 
1233
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1234
- #: views/partials/modals/modal_almost_there.php:42
1235
  msgid "Where can I find this code?"
1236
  msgstr "Waar vind ik deze code?"
1237
 
@@ -1246,7 +1251,7 @@ msgstr ""
1246
  "maken, dus we zijn blij dat er iets aan hebt. Wil je ons meteen ook 5 "
1247
  "sterren geven? Dat helpt ons echt om de plug-in onder de aandacht te brengen."
1248
 
1249
- #: views/partials/csSimplifiedConfiguration.php:43
1250
  msgid "Worldwide"
1251
  msgstr "Wereldwijd"
1252
 
@@ -1263,7 +1268,7 @@ msgid "You don't have permission to access this page."
1263
  msgstr ""
1264
  "Je beschikt niet over de nodige toestemmingen om deze pagina te bekijken."
1265
 
1266
- #: views/partials/csSimplifiedConfiguration.php:92
1267
  msgid "You should activate this feature if you show ads on your website"
1268
  msgstr ""
1269
  "Als je advertenties op je website hebt staan, moet je moet deze functie "
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
+ "PO-Revision-Date: 2022-11-28 11:23+0000\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Dutch\n"
8
  "Language: nl_NL\n"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
+ #: views/partials/modals/modal_almost_there.php:26
28
  msgid "(required)"
29
  msgstr "(verplicht)"
30
 
41
  msgstr "Activeer en configureer de Consent Solution door"
42
 
43
  #: views/cons-configuration.php:14
44
+ #| msgid ""
45
+ #| "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
+ #| "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
+ #| "your website."
48
  msgid ""
49
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
50
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
51
  "your website."
52
  msgstr ""
53
  "Activeer de <strong>Consent Solution</strong> via je iubenda-dashboard op "
93
  msgstr "Automatisch toevoegen aan de voettekst"
94
 
95
  #: includes/forms-list-table.php:331
96
+ #: views/partials/csSimplifiedConfiguration.php:26
97
  msgid "All"
98
  msgstr "Alle"
99
 
145
  msgid "Background-overlay"
146
  msgstr "Achtergrondoverlay"
147
 
148
+ #: views/partials/csSimplifiedConfiguration.php:72
149
  msgid "Banner buttons"
150
  msgstr "Bannerknoppen"
151
 
168
  msgid "Blocked domains"
169
  msgstr "Geblokkeerde domeinen"
170
 
 
 
 
 
171
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
172
  msgid "Button position"
173
  msgstr "Positie knop"
228
  msgstr "API bevestigen"
229
 
230
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
231
+ #: includes/settings.php:1189
232
  msgid "Consent Solution"
233
  msgstr "Consent Solution"
234
 
235
+ #: views/partials/modals/modal_almost_there.php:39
236
  msgid "Consent Solution API key"
237
  msgstr "API-sleutel Consent Solution"
238
 
245
  msgstr "Cookie Solution en Consent Solution voor de AVG en ePrivacy"
246
 
247
  #: includes/settings.php:91 includes/settings.php:424
248
+ #: includes/settings.php:1169
249
  msgid "Cookie Solution"
250
  msgstr "Cookie Solution"
251
 
328
  msgid "Enable Google AMP support"
329
  msgstr "Ondersteuning Google AMP inschakelen"
330
 
331
+ #: views/partials/csSimplifiedConfiguration.php:92
332
  msgid "Enable IAB Transparency and Consent Framework"
333
  msgstr "IAB Transparency and Consent Framework inschakelen"
334
 
369
  msgid "Enter field name"
370
  msgstr "Veldnaam invoeren"
371
 
372
+ #: views/partials/csSimplifiedConfiguration.php:63
373
  msgid "EU Only"
374
  msgstr "Alleen gebruikers in de EU"
375
 
402
  msgid "Experience enhancement"
403
  msgstr "Verbetering van de ervaring"
404
 
405
+ #: views/partials/csSimplifiedConfiguration.php:76
406
  msgid "Explicit Accept and Customize buttons"
407
  msgstr "Knoppen voor uitdrukkelijk accepteren en aanpassen"
408
 
409
+ #: views/partials/csSimplifiedConfiguration.php:81
410
  msgid "Explicit Reject button"
411
  msgstr "Knop voor uitdrukkelijk weigeren"
412
 
608
  msgid "Learn how to fix it"
609
  msgstr "Zo los je dit op"
610
 
611
+ #: views/partials/csSimplifiedConfiguration.php:92
612
  #: views/partials/modals/modal_rating.php:22
613
  msgid "Learn More"
614
  msgstr "Meer informatie"
635
  msgid "Legislation"
636
  msgstr "Wetgeving"
637
 
638
+ #: includes/settings.php:1121 includes/settings.php:1145
639
  msgid "legislation"
640
  msgstr "wetgeving"
641
 
643
  msgid "Let's configure your website for compliance."
644
  msgstr "Tijd om je website compliant te maken."
645
 
646
+ #: views/partials/csSimplifiedConfiguration.php:22
647
+ msgid "LGPD Only"
648
+ msgstr "Enkel LGPD"
649
+
650
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
651
  #: views/partials/bannerStyle.php:15
652
  msgid "Light"
728
  msgid "or"
729
  msgstr "of"
730
 
731
+ #: views/partials/csSimplifiedConfiguration.php:87
732
  msgid "Other options"
733
  msgstr "Andere opties"
734
 
744
  "Onze producten zijn geïntegreerd. Je kunt ze nu aanpassen om een betere "
745
  "compliancescore te behalen en je website volledig in orde te brengen."
746
 
747
+ #: views/partials/modals/modal_almost_there.php:41
748
  msgid "Paste your API key here"
749
  msgstr "Plak je API-sleutel hier"
750
 
781
  msgid "Plugin settings"
782
  msgstr "Instellingen plug-in"
783
 
784
+ #: includes/settings.php:1120 includes/settings.php:1144
785
+ #: includes/settings.php:1163 includes/settings.php:1183
786
  #: views/partials/bannerPosition.php:20
787
  msgid "Position"
788
  msgstr "Positie"
826
  msgid "Primary"
827
  msgstr "Primair"
828
 
829
+ #: includes/settings.php:418 includes/settings.php:1157
830
  msgid "Privacy and Cookie Policy"
831
  msgstr "Privacy- en cookiebeleid"
832
 
864
  "zonder protocollen als 'http://' of 'https://'. Je kunt ook wildcards (*) "
865
  "gebruiken om bovenliggende domeinen of subdomeinen op te nemen."
866
 
867
+ #: iubenda_cookie_solution.php:1348
868
  msgid "Rate"
869
  msgstr "Beoordelen"
870
 
874
  msgid "Remove"
875
  msgstr "Verwijderen"
876
 
877
+ #: views/partials/csSimplifiedConfiguration.php:33
878
  msgid "Require consent from"
879
  msgstr "Toestemming vereisen"
880
 
955
  msgid "Set up terms and conditions"
956
  msgstr "Maak algemene voorwaarden"
957
 
958
+ #: iubenda_cookie_solution.php:238
959
  msgid "Settings"
960
  msgstr "Instellingen"
961
 
1002
  msgid "string"
1003
  msgstr "tekenreeks"
1004
 
1005
+ #: includes/settings.php:1119 includes/settings.php:1143
1006
+ #: includes/settings.php:1162 includes/settings.php:1182
1007
  msgid "Style"
1008
  msgstr "Stijl"
1009
 
1033
  msgid "Sure!"
1034
  msgstr "Natuurlijk!"
1035
 
1036
+ #: views/partials/modals/modal_almost_there.php:77
1037
  msgid "Synchronize products"
1038
  msgstr "Producten synchroniseren"
1039
 
1056
  msgid "Terms and condition"
1057
  msgstr "Algemene voorwaarden"
1058
 
1059
+ #: includes/settings.php:1177
1060
  msgid "Terms and Conditions"
1061
  msgstr "Algemene voorwaarden"
1062
 
1202
  msgid "Try again"
1203
  msgstr "Opnieuw proberen"
1204
 
1205
+ #: includes/settings.php:1161 includes/settings.php:1181
1206
  msgid "Version"
1207
  msgstr "Versie"
1208
 
1212
  "We hebben je website op de achtergrond geanalyseerd. Dit is het resultaat."
1213
 
1214
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1215
+ #: views/partials/modals/modal_almost_there.php:64
1216
  #, php-format
1217
  #| msgid ""
1218
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
1236
  msgstr "Welkom bij iubenda!"
1237
 
1238
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1239
+ #: views/partials/modals/modal_almost_there.php:44
1240
  msgid "Where can I find this code?"
1241
  msgstr "Waar vind ik deze code?"
1242
 
1251
  "maken, dus we zijn blij dat er iets aan hebt. Wil je ons meteen ook 5 "
1252
  "sterren geven? Dat helpt ons echt om de plug-in onder de aandacht te brengen."
1253
 
1254
+ #: views/partials/csSimplifiedConfiguration.php:47
1255
  msgid "Worldwide"
1256
  msgstr "Wereldwijd"
1257
 
1268
  msgstr ""
1269
  "Je beschikt niet over de nodige toestemmingen om deze pagina te bekijken."
1270
 
1271
+ #: views/partials/csSimplifiedConfiguration.php:96
1272
  msgid "You should activate this feature if you show ads on your website"
1273
  msgstr ""
1274
  "Als je advertenties op je website hebt staan, moet je moet deze functie "
languages/iubenda-pt_BR.mo CHANGED
Binary file
languages/iubenda-pt_BR.po CHANGED
@@ -2,20 +2,17 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
5
- 8"PO-Revision-Date: 2022-10-11 11:50+0000\n"
6
- "Last-Translator: \n"
7
- "Language-Team: Portuguese (Brazil)\n"
8
  "Language: pt_BR\n"
 
 
 
 
 
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
- "X-Generator: Loco https://localise.biz/\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-KeywordsList: _e;__\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
- "Report-Msgid-Bugs-To: \n"
18
- "X-Loco-Version: 2.6.2; wp-6.0.2"
19
 
20
  #: includes/forms-list-table.php:336
21
  #, php-format
@@ -24,7 +21,7 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
24
  msgstr[0] ""
25
  msgstr[1] ""
26
 
27
- #: views/partials/modals/modal_almost_there.php:25
28
  msgid "(required)"
29
  msgstr "(Obrigatório)"
30
 
@@ -41,9 +38,13 @@ msgid "Activate & Configure Consent Solution by"
41
  msgstr "Ativar e configurar a Consent Solution"
42
 
43
  #: views/cons-configuration.php:14
 
 
 
 
44
  msgid ""
45
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
46
- "dashboard and paste here the <strong>API key</strong> to integrate it on "
47
  "your website."
48
  msgstr ""
49
  "Ative a <strong>Consent Solution</strong> no nosso site pelo seu dashboard "
@@ -89,6 +90,7 @@ msgid "Add to the footer automatically"
89
  msgstr "Adicionar automaticamente ao rodapé"
90
 
91
  #: includes/forms-list-table.php:331
 
92
  msgid "All"
93
  msgstr "Todos"
94
 
@@ -142,7 +144,7 @@ msgstr "Bloqueie automaticamente scripts detectados pelo plugin"
142
  msgid "Background-overlay"
143
  msgstr "Sobreposição de fundo"
144
 
145
- #: views/partials/csSimplifiedConfiguration.php:68
146
  msgid "Banner buttons"
147
  msgstr "Botões do banner"
148
 
@@ -165,10 +167,6 @@ msgstr "Interações básicas &amp; funcionalidades"
165
  msgid "Blocked domains"
166
  msgstr "Domínios bloqueados"
167
 
168
- #: views/partials/csSimplifiedConfiguration.php:22
169
- msgid "Both"
170
- msgstr "Ambos"
171
-
172
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
173
  msgid "Button position"
174
  msgstr "Posição do botão"
@@ -229,11 +227,11 @@ msgid "Confirm API"
229
  msgstr "Confirmar API"
230
 
231
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
232
- #: includes/settings.php:1187
233
  msgid "Consent Solution"
234
  msgstr "Consent Solution"
235
 
236
- #: views/partials/modals/modal_almost_there.php:37
237
  msgid "Consent Solution API key"
238
  msgstr "Chave API da Consent Solution"
239
 
@@ -246,7 +244,7 @@ msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
246
  msgstr "Cookie e Consent Solution para o GDPR e a ePrivacy"
247
 
248
  #: includes/settings.php:91 includes/settings.php:424
249
- #: includes/settings.php:1167
250
  msgid "Cookie Solution"
251
  msgstr "Cookie Solution"
252
 
@@ -329,7 +327,7 @@ msgstr "Editar este formulário"
329
  msgid "Enable Google AMP support"
330
  msgstr "Ativar o suporte do Google AMP"
331
 
332
- #: views/partials/csSimplifiedConfiguration.php:88
333
  msgid "Enable IAB Transparency and Consent Framework"
334
  msgstr "Habilitar IAB Transparency & Consent Framework"
335
 
@@ -370,7 +368,7 @@ msgstr "Insira o script personalizado"
370
  msgid "Enter field name"
371
  msgstr "Insira nome do campo"
372
 
373
- #: views/partials/csSimplifiedConfiguration.php:59
374
  msgid "EU Only"
375
  msgstr "Apenas UE"
376
 
@@ -403,11 +401,11 @@ msgstr ""
403
  msgid "Experience enhancement"
404
  msgstr "Melhoria da experiência"
405
 
406
- #: views/partials/csSimplifiedConfiguration.php:72
407
  msgid "Explicit Accept and Customize buttons"
408
  msgstr "Botões Aceitar e Personalizar explícitos"
409
 
410
- #: views/partials/csSimplifiedConfiguration.php:77
411
  msgid "Explicit Reject button"
412
  msgstr "Botão de Recusar explícito"
413
 
@@ -610,7 +608,7 @@ msgstr "Sobrenome"
610
  msgid "Learn how to fix it"
611
  msgstr "Saiba como consertar"
612
 
613
- #: views/partials/csSimplifiedConfiguration.php:88
614
  #: views/partials/modals/modal_rating.php:22
615
  msgid "Learn More"
616
  msgstr "Saber mais"
@@ -636,7 +634,7 @@ msgstr "Documentos legais"
636
  msgid "Legislation"
637
  msgstr "Legislação"
638
 
639
- #: includes/settings.php:1121 includes/settings.php:1143
640
  msgid "legislation"
641
  msgstr "legislação"
642
 
@@ -644,6 +642,10 @@ msgstr "legislação"
644
  msgid "Let's configure your website for compliance."
645
  msgstr "Vamos configurar o seu site para conformidade."
646
 
 
 
 
 
647
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
648
  #: views/partials/bannerStyle.php:15
649
  msgid "Light"
@@ -725,7 +727,7 @@ msgstr "Ops! <br> Nenhum site encontrado com este código de incorporação."
725
  msgid "or"
726
  msgstr "ou"
727
 
728
- #: views/partials/csSimplifiedConfiguration.php:83
729
  msgid "Other options"
730
  msgstr "Outras opções"
731
 
@@ -742,7 +744,7 @@ msgstr ""
742
  "produtos para aumentar a classificação de conformidade e tornar o seu site "
743
  "compatível por completo."
744
 
745
- #: views/partials/modals/modal_almost_there.php:39
746
  msgid "Paste your API key here"
747
  msgstr "Cole a sua chave API aqui"
748
 
@@ -779,8 +781,8 @@ msgstr "Selecione cada documento legal disponível em seu site."
779
  msgid "Plugin settings"
780
  msgstr "Configurações do plugin"
781
 
782
- #: includes/settings.php:1120 includes/settings.php:1142
783
- #: includes/settings.php:1161 includes/settings.php:1181
784
  #: views/partials/bannerPosition.php:20
785
  msgid "Position"
786
  msgstr "Posição"
@@ -824,7 +826,7 @@ msgstr ""
824
  msgid "Primary"
825
  msgstr "Primário"
826
 
827
- #: includes/settings.php:418 includes/settings.php:1155
828
  msgid "Privacy and Cookie Policy"
829
  msgstr "Política de Privacidade e Cookies"
830
 
@@ -862,7 +864,7 @@ msgstr ""
862
  "‘example.com’, sem nenhum protocolo, por exemplo, ‘http://' ou ‘https://‘. "
863
  "Você também pode usar wildcards (*) para incluir domínios ou subdomínios."
864
 
865
- #: iubenda_cookie_solution.php:1307
866
  msgid "Rate"
867
  msgstr "Avaliação"
868
 
@@ -872,7 +874,7 @@ msgstr "Avaliação"
872
  msgid "Remove"
873
  msgstr "Remover"
874
 
875
- #: views/partials/csSimplifiedConfiguration.php:29
876
  msgid "Require consent from"
877
  msgstr "Exigir consentimento"
878
 
@@ -953,7 +955,7 @@ msgstr "Configure uma política de privacidade"
953
  msgid "Set up terms and conditions"
954
  msgstr "Configure termos e condições"
955
 
956
- #: iubenda_cookie_solution.php:235
957
  msgid "Settings"
958
  msgstr "Configurações"
959
 
@@ -1000,8 +1002,8 @@ msgstr "Estritamente necessário"
1000
  msgid "string"
1001
  msgstr "string"
1002
 
1003
- #: includes/settings.php:1119 includes/settings.php:1141
1004
- #: includes/settings.php:1160 includes/settings.php:1180
1005
  msgid "Style"
1006
  msgstr "Estilo"
1007
 
@@ -1031,7 +1033,7 @@ msgstr "Sub-menu"
1031
  msgid "Sure!"
1032
  msgstr "Claro!"
1033
 
1034
- #: views/partials/modals/modal_almost_there.php:75
1035
  msgid "Synchronize products"
1036
  msgstr "Sincronizar produtos"
1037
 
@@ -1054,7 +1056,7 @@ msgstr "Segmentação &amp; Publicidade"
1054
  msgid "Terms and condition"
1055
  msgstr "Termos e Condições"
1056
 
1057
- #: includes/settings.php:1175
1058
  msgid "Terms and Conditions"
1059
  msgstr "Termos e Condições"
1060
 
@@ -1179,7 +1181,7 @@ msgstr "Menu principal"
1179
  msgid "Try again"
1180
  msgstr "Tentar novamente"
1181
 
1182
- #: includes/settings.php:1159 includes/settings.php:1179
1183
  msgid "Version"
1184
  msgstr "Versão"
1185
 
@@ -1188,7 +1190,7 @@ msgid "We have analyzed your website in background and this is the result."
1188
  msgstr "Analisamos o seu site em segundo plano e esse é o resultado."
1189
 
1190
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1191
- #: views/partials/modals/modal_almost_there.php:62
1192
  #, php-format
1193
  #| msgid ""
1194
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
@@ -1212,7 +1214,7 @@ msgid "Welcome to iubenda!"
1212
  msgstr "Bem-vindo a iubenda!"
1213
 
1214
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1215
- #: views/partials/modals/modal_almost_there.php:42
1216
  msgid "Where can I find this code?"
1217
  msgstr "Onde posso encontrar este código?"
1218
 
@@ -1228,7 +1230,7 @@ msgstr ""
1228
  "Aproveitando que está aqui, você se importaria de nos deixar uma "
1229
  "classificação de 5 estrelas? Nos ajudaria bastante."
1230
 
1231
- #: views/partials/csSimplifiedConfiguration.php:43
1232
  msgid "Worldwide"
1233
  msgstr "No mundo todo"
1234
 
@@ -1244,7 +1246,7 @@ msgstr "Sim"
1244
  msgid "You don't have permission to access this page."
1245
  msgstr "Você não tem permissão para acessar esta página."
1246
 
1247
- #: views/partials/csSimplifiedConfiguration.php:92
1248
  msgid "You should activate this feature if you show ads on your website"
1249
  msgstr "Você deve ativar esse recurso se exibir anúncios no seu site"
1250
 
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "POT-Creation-Date: 2022-06-22 14:50+0200\n"
 
 
 
5
  "Language: pt_BR\n"
6
+ "Language-Team: Portuguese (Brazil)\n"
7
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
8
+ "PO-Revision-Date: 2022-11-28 11:22+0000\n"
9
+ "X-Generator: Loco https://localise.biz/\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "Last-Translator: \n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Loco-Version: 2.6.3; wp-6.1.1"
 
 
 
 
 
 
16
 
17
  #: includes/forms-list-table.php:336
18
  #, php-format
21
  msgstr[0] ""
22
  msgstr[1] ""
23
 
24
+ #: views/partials/modals/modal_almost_there.php:26
25
  msgid "(required)"
26
  msgstr "(Obrigatório)"
27
 
38
  msgstr "Ativar e configurar a Consent Solution"
39
 
40
  #: views/cons-configuration.php:14
41
+ #| msgid ""
42
+ #| "Activate <strong>Consent Solution</strong> on our website in your iubenda "
43
+ #| "dashboard and paste here the <strong>API key</strong> to integrate it on "
44
+ #| "your website."
45
  msgid ""
46
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
47
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
48
  "your website."
49
  msgstr ""
50
  "Ative a <strong>Consent Solution</strong> no nosso site pelo seu dashboard "
90
  msgstr "Adicionar automaticamente ao rodapé"
91
 
92
  #: includes/forms-list-table.php:331
93
+ #: views/partials/csSimplifiedConfiguration.php:26
94
  msgid "All"
95
  msgstr "Todos"
96
 
144
  msgid "Background-overlay"
145
  msgstr "Sobreposição de fundo"
146
 
147
+ #: views/partials/csSimplifiedConfiguration.php:72
148
  msgid "Banner buttons"
149
  msgstr "Botões do banner"
150
 
167
  msgid "Blocked domains"
168
  msgstr "Domínios bloqueados"
169
 
 
 
 
 
170
  #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
171
  msgid "Button position"
172
  msgstr "Posição do botão"
227
  msgstr "Confirmar API"
228
 
229
  #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
230
+ #: includes/settings.php:1189
231
  msgid "Consent Solution"
232
  msgstr "Consent Solution"
233
 
234
+ #: views/partials/modals/modal_almost_there.php:39
235
  msgid "Consent Solution API key"
236
  msgstr "Chave API da Consent Solution"
237
 
244
  msgstr "Cookie e Consent Solution para o GDPR e a ePrivacy"
245
 
246
  #: includes/settings.php:91 includes/settings.php:424
247
+ #: includes/settings.php:1169
248
  msgid "Cookie Solution"
249
  msgstr "Cookie Solution"
250
 
327
  msgid "Enable Google AMP support"
328
  msgstr "Ativar o suporte do Google AMP"
329
 
330
+ #: views/partials/csSimplifiedConfiguration.php:92
331
  msgid "Enable IAB Transparency and Consent Framework"
332
  msgstr "Habilitar IAB Transparency & Consent Framework"
333
 
368
  msgid "Enter field name"
369
  msgstr "Insira nome do campo"
370
 
371
+ #: views/partials/csSimplifiedConfiguration.php:63
372
  msgid "EU Only"
373
  msgstr "Apenas UE"
374
 
401
  msgid "Experience enhancement"
402
  msgstr "Melhoria da experiência"
403
 
404
+ #: views/partials/csSimplifiedConfiguration.php:76
405
  msgid "Explicit Accept and Customize buttons"
406
  msgstr "Botões Aceitar e Personalizar explícitos"
407
 
408
+ #: views/partials/csSimplifiedConfiguration.php:81
409
  msgid "Explicit Reject button"
410
  msgstr "Botão de Recusar explícito"
411
 
608
  msgid "Learn how to fix it"
609
  msgstr "Saiba como consertar"
610
 
611
+ #: views/partials/csSimplifiedConfiguration.php:92
612
  #: views/partials/modals/modal_rating.php:22
613
  msgid "Learn More"
614
  msgstr "Saber mais"
634
  msgid "Legislation"
635
  msgstr "Legislação"
636
 
637
+ #: includes/settings.php:1121 includes/settings.php:1145
638
  msgid "legislation"
639
  msgstr "legislação"
640
 
642
  msgid "Let's configure your website for compliance."
643
  msgstr "Vamos configurar o seu site para conformidade."
644
 
645
+ #: views/partials/csSimplifiedConfiguration.php:22
646
+ msgid "LGPD Only"
647
+ msgstr "Apenas LGPD"
648
+
649
  #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
650
  #: views/partials/bannerStyle.php:15
651
  msgid "Light"
727
  msgid "or"
728
  msgstr "ou"
729
 
730
+ #: views/partials/csSimplifiedConfiguration.php:87
731
  msgid "Other options"
732
  msgstr "Outras opções"
733
 
744
  "produtos para aumentar a classificação de conformidade e tornar o seu site "
745
  "compatível por completo."
746
 
747
+ #: views/partials/modals/modal_almost_there.php:41
748
  msgid "Paste your API key here"
749
  msgstr "Cole a sua chave API aqui"
750
 
781
  msgid "Plugin settings"
782
  msgstr "Configurações do plugin"
783
 
784
+ #: includes/settings.php:1120 includes/settings.php:1144
785
+ #: includes/settings.php:1163 includes/settings.php:1183
786
  #: views/partials/bannerPosition.php:20
787
  msgid "Position"
788
  msgstr "Posição"
826
  msgid "Primary"