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"
827
  msgstr "Primário"
828
 
829
+ #: includes/settings.php:418 includes/settings.php:1157
830
  msgid "Privacy and Cookie Policy"
831
  msgstr "Política de Privacidade e Cookies"
832
 
864
  "‘example.com’, sem nenhum protocolo, por exemplo, ‘http://' ou ‘https://‘. "
865
  "Você também pode usar wildcards (*) para incluir domínios ou subdomínios."
866
 
867
+ #: iubenda_cookie_solution.php:1348
868
  msgid "Rate"
869
  msgstr "Avaliação"
870
 
874
  msgid "Remove"
875
  msgstr "Remover"
876
 
877
+ #: views/partials/csSimplifiedConfiguration.php:33
878
  msgid "Require consent from"
879
  msgstr "Exigir consentimento"
880
 
955
  msgid "Set up terms and conditions"
956
  msgstr "Configure termos e condições"
957
 
958
+ #: iubenda_cookie_solution.php:238
959
  msgid "Settings"
960
  msgstr "Configurações"
961
 
1002
  msgid "string"
1003
  msgstr "string"
1004
 
1005
+ #: includes/settings.php:1119 includes/settings.php:1143
1006
+ #: includes/settings.php:1162 includes/settings.php:1182
1007
  msgid "Style"
1008
  msgstr "Estilo"
1009
 
1033
  msgid "Sure!"
1034
  msgstr "Claro!"
1035
 
1036
+ #: views/partials/modals/modal_almost_there.php:77
1037
  msgid "Synchronize products"
1038
  msgstr "Sincronizar produtos"
1039
 
1056
  msgid "Terms and condition"
1057
  msgstr "Termos e Condições"
1058
 
1059
+ #: includes/settings.php:1177
1060
  msgid "Terms and Conditions"
1061
  msgstr "Termos e Condições"
1062
 
1181
  msgid "Try again"
1182
  msgstr "Tentar novamente"
1183
 
1184
+ #: includes/settings.php:1161 includes/settings.php:1181
1185
  msgid "Version"
1186
  msgstr "Versão"
1187
 
1190
  msgstr "Analisamos o seu site em segundo plano e esse é o resultado."
1191
 
1192
  #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1193
+ #: views/partials/modals/modal_almost_there.php:64
1194
  #, php-format
1195
  #| msgid ""
1196
  #| "We were not able to add a \"Legal\" widget to the footer as your theme is "
1214
  msgstr "Bem-vindo a iubenda!"
1215
 
1216
  #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1217
+ #: views/partials/modals/modal_almost_there.php:44
1218
  msgid "Where can I find this code?"
1219
  msgstr "Onde posso encontrar este código?"
1220
 
1230
  "Aproveitando que está aqui, você se importaria de nos deixar uma "
1231
  "classificação de 5 estrelas? Nos ajudaria bastante."
1232
 
1233
+ #: views/partials/csSimplifiedConfiguration.php:47
1234
  msgid "Worldwide"
1235
  msgstr "No mundo todo"
1236
 
1246
  msgid "You don't have permission to access this page."
1247
  msgstr "Você não tem permissão para acessar esta página."
1248
 
1249
+ #: views/partials/csSimplifiedConfiguration.php:96
1250
  msgid "You should activate this feature if you show ads on your website"
1251
  msgstr "Você deve ativar esse recurso se exibir anúncios no seu site"
1252
 
languages/iubenda.pot CHANGED
@@ -2,8 +2,8 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
- "POT-Creation-Date: 2022-10-11 09:50+0000\n"
6
- "PO-Revision-Date: 2022-10-11 09:50+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -23,11 +23,12 @@ msgid_plural "%1$s <span class=\"count\">(%2$s)</span>"
23
  msgstr[0] ""
24
  msgstr[1] ""
25
 
26
- #: views/partials/modals/modal_almost_there.php:25
27
  msgid "(required)"
28
  msgstr ""
29
 
30
- #: views/tc-configuration.php:100 views/partials/buttonPosition.php:45
 
31
  msgid ""
32
  "A shortcode is a tiny bit of code that allows embedding interactive elements "
33
  "or creating complex page layouts with a minimal effort."
@@ -40,7 +41,7 @@ msgstr ""
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
  msgstr ""
46
 
@@ -78,11 +79,13 @@ msgstr ""
78
  msgid "Add the privacy policy button"
79
  msgstr ""
80
 
81
- #: views/tc-configuration.php:61 views/partials/buttonPosition.php:5
 
82
  msgid "Add to the footer automatically"
83
  msgstr ""
84
 
85
  #: includes/forms-list-table.php:331
 
86
  msgid "All"
87
  msgstr ""
88
 
@@ -98,7 +101,8 @@ msgstr ""
98
  msgid "AMP Cookie Consent"
99
  msgstr ""
100
 
101
- #: includes/settings.php:109 views/partials/csPluginSettings.php:73
 
102
  #: views/partials/csPluginSettings.php:89
103
  #: views/partials/csPluginSettings.php:108
104
  #: views/partials/csPluginSettings.php:124
@@ -117,7 +121,8 @@ msgstr ""
117
  msgid "Auto-detect forms"
118
  msgstr ""
119
 
120
- #: views/integrate-setup.php:36 views/partials/csGeneralSettings.php:77
 
121
  msgid "Auto-generated configuration file"
122
  msgstr ""
123
 
@@ -125,7 +130,8 @@ msgstr ""
125
  msgid "Autogenerated"
126
  msgstr ""
127
 
128
- #: views/integrate-setup.php:110 views/partials/csPluginSettings.php:4
 
129
  #: views/partials/csGeneralSettings.php:153
130
  msgid "Automatically block scripts detected by the plugin"
131
  msgstr ""
@@ -134,7 +140,7 @@ msgstr ""
134
  msgid "Background-overlay"
135
  msgstr ""
136
 
137
- #: views/partials/csSimplifiedConfiguration.php:68
138
  msgid "Banner buttons"
139
  msgstr ""
140
 
@@ -157,21 +163,22 @@ msgstr ""
157
  msgid "Blocked domains"
158
  msgstr ""
159
 
160
- #: views/partials/csSimplifiedConfiguration.php:22
161
- msgid "Both"
162
- msgstr ""
163
-
164
- #: views/tc-configuration.php:57 views/partials/buttonPosition.php:1
165
  msgid "Button position"
166
  msgstr ""
167
 
168
- #: views/tc-configuration.php:32 views/partials/buttonStyle.php:1
 
169
  msgid "Button style"
170
  msgstr ""
171
 
172
- #: views/cs-configuration.php:15 views/cons-single-form.php:277
173
- #: views/tc-configuration.php:132 views/plugin-settings.php:44
174
- #: views/cons-configuration.php:60 views/pp-configuration.php:33
 
 
 
175
  msgid "Cancel"
176
  msgstr ""
177
 
@@ -179,7 +186,8 @@ msgstr ""
179
  msgid "CCPA Only"
180
  msgstr ""
181
 
182
- #: views/tc-configuration.php:16 views/cons-configuration.php:18
 
183
  #: views/partials/csManualConfiguration.php:6
184
  msgid "clicking here"
185
  msgstr ""
@@ -216,12 +224,14 @@ msgstr ""
216
  msgid "Confirm API"
217
  msgstr ""
218
 
219
- #: includes/settings.php:97 includes/settings.php:430 includes/settings.php:441
220
- #: includes/settings.php:1187
 
 
221
  msgid "Consent Solution"
222
  msgstr ""
223
 
224
- #: views/partials/modals/modal_almost_there.php:37
225
  msgid "Consent Solution API key"
226
  msgstr ""
227
 
@@ -233,8 +243,9 @@ msgstr ""
233
  msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
234
  msgstr ""
235
 
236
- #: includes/settings.php:91 includes/settings.php:424
237
- #: includes/settings.php:1167
 
238
  msgid "Cookie Solution"
239
  msgstr ""
240
 
@@ -246,7 +257,8 @@ msgid ""
246
  "underline\" target=\"_blank\" href=\"%s\">our guide</a>."
247
  msgstr ""
248
 
249
- #: views/integrate-setup.php:40 views/partials/csGeneralSettings.php:81
 
250
  msgid "Custom configuration file"
251
  msgstr ""
252
 
@@ -264,7 +276,8 @@ msgstr ""
264
  msgid "Custom settings"
265
  msgstr ""
266
 
267
- #: views/tc-configuration.php:50 views/partials/buttonStyle.php:19
 
268
  #: views/partials/bannerStyle.php:9
269
  msgid "Dark"
270
  msgstr ""
@@ -273,7 +286,8 @@ msgstr ""
273
  msgid "Date"
274
  msgstr ""
275
 
276
- #: views/integrate-setup.php:73 views/integrate-setup.php:93
 
277
  #: views/partials/csGeneralSettings.php:115
278
  msgid "Default language"
279
  msgstr ""
@@ -282,7 +296,8 @@ msgstr ""
282
  msgid "Delete"
283
  msgstr ""
284
 
285
- #: views/plugin-settings.php:25 views/partials/csPluginSettings.php:41
 
286
  msgid "Delete all plugin data upon deactivation"
287
  msgstr ""
288
 
@@ -290,11 +305,13 @@ msgstr ""
290
  msgid "Delete this form"
291
  msgstr ""
292
 
293
- #: views/plugin-settings.php:17 views/partials/csPluginSettings.php:33
 
294
  msgid "Do not run the plugin inside the RSS feed (recommended)"
295
  msgstr ""
296
 
297
- #: views/plugin-settings.php:21 views/partials/csPluginSettings.php:37
 
298
  msgid "Do not run the plugin on POST requests (recommended)"
299
  msgstr ""
300
 
@@ -310,15 +327,17 @@ msgstr ""
310
  msgid "Edit this form"
311
  msgstr ""
312
 
313
- #: views/integrate-setup.php:29 views/partials/csGeneralSettings.php:69
 
314
  msgid "Enable Google AMP support"
315
  msgstr ""
316
 
317
- #: views/partials/csSimplifiedConfiguration.php:88
318
  msgid "Enable IAB Transparency and Consent Framework"
319
  msgstr ""
320
 
321
- #: views/integrate-setup.php:130 views/partials/csPluginSettings.php:24
 
322
  #: views/partials/csGeneralSettings.php:174
323
  msgid ""
324
  "Enable this option to improve performance <strong>only</strong> if your site "
@@ -345,13 +364,15 @@ msgstr ""
345
  msgid "Enter custom script"
346
  msgstr ""
347
 
348
- #: views/cons-single-form.php:108 views/cons-single-form.php:133
349
- #: views/cons-single-form.php:234 views/cons-single-form.php:244
 
 
350
  #: views/cons-single-form.php:260
351
  msgid "Enter field name"
352
  msgstr ""
353
 
354
- #: views/partials/csSimplifiedConfiguration.php:59
355
  msgid "EU Only"
356
  msgstr ""
357
 
@@ -370,7 +391,8 @@ msgid ""
370
  "other fields not related to the consent)."
371
  msgstr ""
372
 
373
- #: includes/settings.php:108 views/partials/csPluginSettings.php:72
 
374
  #: views/partials/csPluginSettings.php:88
375
  #: views/partials/csPluginSettings.php:107
376
  #: views/partials/csPluginSettings.php:123
@@ -381,11 +403,11 @@ msgstr ""
381
  msgid "Experience enhancement"
382
  msgstr ""
383
 
384
- #: views/partials/csSimplifiedConfiguration.php:72
385
  msgid "Explicit Accept and Customize buttons"
386
  msgstr ""
387
 
388
- #: views/partials/csSimplifiedConfiguration.php:77
389
  msgid "Explicit Reject button"
390
  msgstr ""
391
 
@@ -405,7 +427,8 @@ msgstr ""
405
  msgid "Filter by source"
406
  msgstr ""
407
 
408
- #: includes/forms.php:579 includes/forms.php:593
 
409
  msgid "First name"
410
  msgstr ""
411
 
@@ -419,7 +442,8 @@ msgstr ""
419
  msgid "Form"
420
  msgstr ""
421
 
422
- #: views/cons-single-form.php:66 views/cons-single-form.php:103
 
423
  msgid "Form field"
424
  msgstr ""
425
 
@@ -470,7 +494,8 @@ msgstr ""
470
  msgid "How is it calculated?"
471
  msgstr ""
472
 
473
- #: views/tc-configuration.php:103 views/partials/buttonPosition.php:49
 
474
  msgid "HTML"
475
  msgstr ""
476
 
@@ -507,11 +532,13 @@ msgstr ""
507
  msgid "Integrate"
508
  msgstr ""
509
 
510
- #: views/tc-configuration.php:65 views/partials/buttonPosition.php:10
 
511
  msgid "Integrate manually"
512
  msgstr ""
513
 
514
- #: views/tc-configuration.php:30 views/pp-configuration.php:26
 
515
  msgid "Integration"
516
  msgstr ""
517
 
@@ -552,26 +579,30 @@ msgstr ""
552
  msgid "I’ve already made the set up on iubenda.com"
553
  msgstr ""
554
 
555
- #: views/tc-configuration.php:92 views/partials/buttonPosition.php:37
 
556
  msgid ""
557
  "Just copy and paste the embed code (WP shortcode or HTML) where you want the "
558
  "button to appear."
559
  msgstr ""
560
 
561
- #: includes/forms.php:585 includes/forms.php:605
 
562
  msgid "Last name"
563
  msgstr ""
564
 
565
- #: views/integrate-setup.php:86 views/partials/csGeneralSettings.php:129
 
566
  msgid "Learn how to fix it"
567
  msgstr ""
568
 
569
- #: views/partials/csSimplifiedConfiguration.php:88
570
  #: views/partials/modals/modal_rating.php:22
571
  msgid "Learn More"
572
  msgstr ""
573
 
574
- #: views/integrate-setup.php:128 views/partials/csPluginSettings.php:22
 
575
  #: views/partials/csGeneralSettings.php:172
576
  msgid ""
577
  "Leave scripts untouched on the page if the user has already given consent"
@@ -591,7 +622,8 @@ msgstr ""
591
  msgid "Legislation"
592
  msgstr ""
593
 
594
- #: includes/settings.php:1121 includes/settings.php:1143
 
595
  msgid "legislation"
596
  msgstr ""
597
 
@@ -599,7 +631,12 @@ msgstr ""
599
  msgid "Let's configure your website for compliance."
600
  msgstr ""
601
 
602
- #: views/tc-configuration.php:41 views/partials/buttonStyle.php:10
 
 
 
 
 
603
  #: views/partials/bannerStyle.php:15
604
  msgid "Light"
605
  msgstr ""
@@ -613,7 +650,8 @@ msgstr ""
613
  msgid "Map fields"
614
  msgstr ""
615
 
616
- #: views/plugin-settings.php:28 views/partials/csPluginSettings.php:45
 
617
  msgid "Menu position"
618
  msgstr ""
619
 
@@ -629,7 +667,8 @@ msgstr ""
629
  msgid "No"
630
  msgstr ""
631
 
632
- #: views/integrate-setup.php:49 views/partials/csGeneralSettings.php:91
 
633
  msgid ""
634
  "No file available. Save changes to generate iubenda AMP configuration file."
635
  msgstr ""
@@ -638,7 +677,8 @@ msgstr ""
638
  msgid "No forms found."
639
  msgstr ""
640
 
641
- #: includes/settings.php:932 includes/settings.php:939
 
642
  msgid "No thanks"
643
  msgstr ""
644
 
@@ -646,7 +686,8 @@ msgstr ""
646
  msgid "None"
647
  msgstr ""
648
 
649
- #: includes/settings.php:105 views/partials/csPluginSettings.php:69
 
650
  #: views/partials/csPluginSettings.php:85
651
  #: views/partials/csPluginSettings.php:104
652
  #: views/partials/csPluginSettings.php:120
@@ -678,7 +719,7 @@ msgstr ""
678
  msgid "or"
679
  msgstr ""
680
 
681
- #: views/partials/csSimplifiedConfiguration.php:83
682
  msgid "Other options"
683
  msgstr ""
684
 
@@ -692,7 +733,7 @@ msgid ""
692
  "increase the compliance rating and make your website fully compliant."
693
  msgstr ""
694
 
695
- #: views/partials/modals/modal_almost_there.php:39
696
  msgid "Paste your API key here"
697
  msgstr ""
698
 
@@ -723,12 +764,15 @@ msgstr ""
723
  msgid "Please select each legal document available on your site."
724
  msgstr ""
725
 
726
- #: includes/settings.php:402 views/partials/siteInfo.php:14
 
727
  msgid "Plugin settings"
728
  msgstr ""
729
 
730
- #: includes/settings.php:1120 includes/settings.php:1142
731
- #: includes/settings.php:1161 includes/settings.php:1181
 
 
732
  #: views/partials/bannerPosition.php:20
733
  msgid "Position"
734
  msgstr ""
@@ -763,12 +807,14 @@ msgid ""
763
  "to terms and conditions, newsletter, profiling, etc."
764
  msgstr ""
765
 
766
- #: views/integrate-setup.php:117 views/partials/csPluginSettings.php:10
 
767
  #: views/partials/csGeneralSettings.php:161
768
  msgid "Primary"
769
  msgstr ""
770
 
771
- #: includes/settings.php:418 includes/settings.php:1155
 
772
  msgid "Privacy and Cookie Policy"
773
  msgstr ""
774
 
@@ -796,17 +842,20 @@ msgid ""
796
  "domains or subdomains."
797
  msgstr ""
798
 
799
- #: iubenda_cookie_solution.php:1307
800
  msgid "Rate"
801
  msgstr ""
802
 
803
- #: views/cons-single-form.php:122 views/cons-single-form.php:148
804
- #: views/cons-single-form.php:183 views/cons-single-form.php:207
805
- #: views/cons-single-form.php:244 views/cons-single-form.php:260
 
 
 
806
  msgid "Remove"
807
  msgstr ""
808
 
809
- #: views/partials/csSimplifiedConfiguration.php:29
810
  msgid "Require consent from"
811
  msgstr ""
812
 
@@ -814,24 +863,30 @@ msgstr ""
814
  msgid "Reset settings"
815
  msgstr ""
816
 
817
- #: views/plugin-settings.php:13 views/partials/csPluginSettings.php:29
 
818
  msgid ""
819
  "Restrict the plugin to run only for requests that have \"Content-type: text "
820
  "/ html\" (recommended)"
821
  msgstr ""
822
 
823
- #: views/cs-configuration.php:17 views/cons-single-form.php:279
824
- #: views/tc-configuration.php:134 views/plugin-settings.php:46
825
- #: views/cons-configuration.php:62 views/pp-configuration.php:35
 
 
 
826
  msgid "Save settings"
827
  msgstr ""
828
 
829
- #: views/integrate-setup.php:121 views/partials/csPluginSettings.php:14
 
830
  #: views/partials/csGeneralSettings.php:165
831
  msgid "Secondary"
832
  msgstr ""
833
 
834
- #: views/integrate-setup.php:86 views/partials/csGeneralSettings.php:129
 
835
  msgid ""
836
  "Seeing the AMP cookie notice when testing from Google but not when visiting "
837
  "your AMP pages directly?"
@@ -841,7 +896,8 @@ msgstr ""
841
  msgid "Select All"
842
  msgstr ""
843
 
844
- #: views/integrate-setup.php:113 views/partials/csPluginSettings.php:17
 
845
  #: views/partials/csGeneralSettings.php:157
846
  msgid "Select Parsing Engine"
847
  msgstr ""
@@ -850,11 +906,13 @@ msgstr ""
850
  msgid "Select products you have already activated"
851
  msgstr ""
852
 
853
- #: views/integrate-setup.php:32 views/partials/csGeneralSettings.php:73
 
854
  msgid "Select the iubenda AMP configuration file location."
855
  msgstr ""
856
 
857
- #: views/plugin-settings.php:39 views/partials/csPluginSettings.php:56
 
858
  msgid ""
859
  "Select whether to display iubenda in a top admin menu or the Settings "
860
  "submenu."
@@ -880,7 +938,7 @@ msgstr ""
880
  msgid "Set up terms and conditions"
881
  msgstr ""
882
 
883
- #: iubenda_cookie_solution.php:235
884
  msgid "Settings"
885
  msgstr ""
886
 
@@ -908,7 +966,8 @@ msgstr ""
908
  msgid "Status"
909
  msgstr ""
910
 
911
- #: includes/settings.php:106 views/partials/csPluginSettings.php:70
 
912
  #: views/partials/csPluginSettings.php:86
913
  #: views/partials/csPluginSettings.php:105
914
  #: views/partials/csPluginSettings.php:121
@@ -919,13 +978,18 @@ msgstr ""
919
  msgid "Strictly necessary"
920
  msgstr ""
921
 
922
- #: includes/settings.php:75 includes/settings.php:76 includes/settings.php:77
923
- #: includes/settings.php:78 includes/settings.php:79
 
 
 
924
  msgid "string"
925
  msgstr ""
926
 
927
- #: includes/settings.php:1119 includes/settings.php:1141
928
- #: includes/settings.php:1160 includes/settings.php:1180
 
 
929
  msgid "Style"
930
  msgstr ""
931
 
@@ -944,7 +1008,8 @@ msgid ""
944
  "corresponding form fields where applicable."
945
  msgstr ""
946
 
947
- #: views/plugin-settings.php:36 views/partials/csPluginSettings.php:53
 
948
  msgid "Submenu"
949
  msgstr ""
950
 
@@ -952,7 +1017,7 @@ msgstr ""
952
  msgid "Sure!"
953
  msgstr ""
954
 
955
- #: views/partials/modals/modal_almost_there.php:75
956
  msgid "Synchronize products"
957
  msgstr ""
958
 
@@ -975,7 +1040,7 @@ msgstr ""
975
  msgid "Terms and condition"
976
  msgstr ""
977
 
978
- #: includes/settings.php:1175
979
  msgid "Terms and Conditions"
980
  msgstr ""
981
 
@@ -1050,7 +1115,8 @@ msgid ""
1050
  "key=\"iub_user_needs_to_verify_his_account\">dismiss this reminder</a>."
1051
  msgstr ""
1052
 
1053
- #: views/plugin-settings.php:32 views/partials/csPluginSettings.php:49
 
1054
  msgid "Top menu"
1055
  msgstr ""
1056
 
@@ -1059,7 +1125,8 @@ msgstr ""
1059
  msgid "Try again"
1060
  msgstr ""
1061
 
1062
- #: includes/settings.php:1159 includes/settings.php:1179
 
1063
  msgid "Version"
1064
  msgstr ""
1065
 
@@ -1067,8 +1134,9 @@ msgstr ""
1067
  msgid "We have analyzed your website in background and this is the result."
1068
  msgstr ""
1069
 
1070
- #: views/tc-configuration.php:83 views/partials/buttonPosition.php:28
1071
- #: views/partials/modals/modal_almost_there.php:62
 
1072
  #, php-format
1073
  msgid ""
1074
  "We were not able to add a \"Legal\" widget/block to the footer as your theme "
@@ -1084,8 +1152,9 @@ msgstr ""
1084
  msgid "Welcome to iubenda!"
1085
  msgstr ""
1086
 
1087
- #: views/cons-configuration.php:37 views/partials/languagesTabs.php:27
1088
- #: views/partials/modals/modal_almost_there.php:42
 
1089
  msgid "Where can I find this code?"
1090
  msgstr ""
1091
 
@@ -1097,11 +1166,12 @@ msgid ""
1097
  "out."
1098
  msgstr ""
1099
 
1100
- #: views/partials/csSimplifiedConfiguration.php:43
1101
  msgid "Worldwide"
1102
  msgstr ""
1103
 
1104
- #: views/tc-configuration.php:96 views/partials/buttonPosition.php:41
 
1105
  msgid "WP shortcode (recommended)"
1106
  msgstr ""
1107
 
@@ -1113,7 +1183,7 @@ msgstr ""
1113
  msgid "You don't have permission to access this page."
1114
  msgstr ""
1115
 
1116
- #: views/partials/csSimplifiedConfiguration.php:92
1117
  msgid "You should activate this feature if you show ads on your website"
1118
  msgstr ""
1119
 
@@ -1125,7 +1195,8 @@ msgstr ""
1125
  msgid "Your privacy policy has been created!"
1126
  msgstr ""
1127
 
1128
- #: views/partials/header_scanned.php:3 views/partials/siteInfo.php:20
 
1129
  #: views/partials/modals/modal_rating.php:6
1130
  msgid "Your rating"
1131
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
+ "POT-Creation-Date: 2022-11-28 11:11+0000\n"
6
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
23
  msgstr[0] ""
24
  msgstr[1] ""
25
 
26
+ #: views/partials/modals/modal_almost_there.php:26
27
  msgid "(required)"
28
  msgstr ""
29
 
30
+ #: views/tc-configuration.php:100
31
+ #: views/partials/buttonPosition.php:45
32
  msgid ""
33
  "A shortcode is a tiny bit of code that allows embedding interactive elements "
34
  "or creating complex page layouts with a minimal effort."
41
  #: views/cons-configuration.php:14
42
  msgid ""
43
  "Activate <strong>Consent Solution</strong> on our website in your iubenda "
44
+ "dashboard and paste the <strong>API key</strong> here to integrate it in "
45
  "your website."
46
  msgstr ""
47
 
79
  msgid "Add the privacy policy button"
80
  msgstr ""
81
 
82
+ #: views/tc-configuration.php:61
83
+ #: views/partials/buttonPosition.php:5
84
  msgid "Add to the footer automatically"
85
  msgstr ""
86
 
87
  #: includes/forms-list-table.php:331
88
+ #: views/partials/csSimplifiedConfiguration.php:26
89
  msgid "All"
90
  msgstr ""
91
 
101
  msgid "AMP Cookie Consent"
102
  msgstr ""
103
 
104
+ #: includes/settings.php:109
105
+ #: views/partials/csPluginSettings.php:73
106
  #: views/partials/csPluginSettings.php:89
107
  #: views/partials/csPluginSettings.php:108
108
  #: views/partials/csPluginSettings.php:124
121
  msgid "Auto-detect forms"
122
  msgstr ""
123
 
124
+ #: views/integrate-setup.php:36
125
+ #: views/partials/csGeneralSettings.php:77
126
  msgid "Auto-generated configuration file"
127
  msgstr ""
128
 
130
  msgid "Autogenerated"
131
  msgstr ""
132
 
133
+ #: views/integrate-setup.php:110
134
+ #: views/partials/csPluginSettings.php:4
135
  #: views/partials/csGeneralSettings.php:153
136
  msgid "Automatically block scripts detected by the plugin"
137
  msgstr ""
140
  msgid "Background-overlay"
141
  msgstr ""
142
 
143
+ #: views/partials/csSimplifiedConfiguration.php:72
144
  msgid "Banner buttons"
145
  msgstr ""
146
 
163
  msgid "Blocked domains"
164
  msgstr ""
165
 
166
+ #: views/tc-configuration.php:57
167
+ #: views/partials/buttonPosition.php:1
 
 
 
168
  msgid "Button position"
169
  msgstr ""
170
 
171
+ #: views/tc-configuration.php:32
172
+ #: views/partials/buttonStyle.php:1
173
  msgid "Button style"
174
  msgstr ""
175
 
176
+ #: views/cs-configuration.php:15
177
+ #: views/cons-single-form.php:277
178
+ #: views/tc-configuration.php:132
179
+ #: views/plugin-settings.php:44
180
+ #: views/cons-configuration.php:60
181
+ #: views/pp-configuration.php:33
182
  msgid "Cancel"
183
  msgstr ""
184
 
186
  msgid "CCPA Only"
187
  msgstr ""
188
 
189
+ #: views/tc-configuration.php:16
190
+ #: views/cons-configuration.php:18
191
  #: views/partials/csManualConfiguration.php:6
192
  msgid "clicking here"
193
  msgstr ""
224
  msgid "Confirm API"
225
  msgstr ""
226
 
227
+ #: includes/settings.php:97
228
+ #: includes/settings.php:430
229
+ #: includes/settings.php:441
230
+ #: includes/settings.php:1189
231
  msgid "Consent Solution"
232
  msgstr ""
233
 
234
+ #: views/partials/modals/modal_almost_there.php:39
235
  msgid "Consent Solution API key"
236
  msgstr ""
237
 
243
  msgid "Cookie and Consent Solution for the GDPR & ePrivacy"
244
  msgstr ""
245
 
246
+ #: includes/settings.php:91
247
+ #: includes/settings.php:424
248
+ #: includes/settings.php:1169
249
  msgid "Cookie Solution"
250
  msgstr ""
251
 
257
  "underline\" target=\"_blank\" href=\"%s\">our guide</a>."
258
  msgstr ""
259
 
260
+ #: views/integrate-setup.php:40
261
+ #: views/partials/csGeneralSettings.php:81
262
  msgid "Custom configuration file"
263
  msgstr ""
264
 
276
  msgid "Custom settings"
277
  msgstr ""
278
 
279
+ #: views/tc-configuration.php:50
280
+ #: views/partials/buttonStyle.php:19
281
  #: views/partials/bannerStyle.php:9
282
  msgid "Dark"
283
  msgstr ""
286
  msgid "Date"
287
  msgstr ""
288
 
289
+ #: views/integrate-setup.php:73
290
+ #: views/integrate-setup.php:93
291
  #: views/partials/csGeneralSettings.php:115
292
  msgid "Default language"
293
  msgstr ""
296
  msgid "Delete"
297
  msgstr ""
298
 
299
+ #: views/plugin-settings.php:25
300
+ #: views/partials/csPluginSettings.php:41
301
  msgid "Delete all plugin data upon deactivation"
302
  msgstr ""
303
 
305
  msgid "Delete this form"
306
  msgstr ""
307
 
308
+ #: views/plugin-settings.php:17
309
+ #: views/partials/csPluginSettings.php:33
310
  msgid "Do not run the plugin inside the RSS feed (recommended)"
311
  msgstr ""
312
 
313
+ #: views/plugin-settings.php:21
314
+ #: views/partials/csPluginSettings.php:37
315
  msgid "Do not run the plugin on POST requests (recommended)"
316
  msgstr ""
317
 
327
  msgid "Edit this form"
328
  msgstr ""
329
 
330
+ #: views/integrate-setup.php:29
331
+ #: views/partials/csGeneralSettings.php:69
332
  msgid "Enable Google AMP support"
333
  msgstr ""
334
 
335
+ #: views/partials/csSimplifiedConfiguration.php:92
336
  msgid "Enable IAB Transparency and Consent Framework"
337
  msgstr ""
338
 
339
+ #: views/integrate-setup.php:130
340
+ #: views/partials/csPluginSettings.php:24
341
  #: views/partials/csGeneralSettings.php:174
342
  msgid ""
343
  "Enable this option to improve performance <strong>only</strong> if your site "
364
  msgid "Enter custom script"
365
  msgstr ""
366
 
367
+ #: views/cons-single-form.php:108
368
+ #: views/cons-single-form.php:133
369
+ #: views/cons-single-form.php:234
370
+ #: views/cons-single-form.php:244
371
  #: views/cons-single-form.php:260
372
  msgid "Enter field name"
373
  msgstr ""
374
 
375
+ #: views/partials/csSimplifiedConfiguration.php:63
376
  msgid "EU Only"
377
  msgstr ""
378
 
391
  "other fields not related to the consent)."
392
  msgstr ""
393
 
394
+ #: includes/settings.php:108
395
+ #: views/partials/csPluginSettings.php:72
396
  #: views/partials/csPluginSettings.php:88
397
  #: views/partials/csPluginSettings.php:107
398
  #: views/partials/csPluginSettings.php:123
403
  msgid "Experience enhancement"
404
  msgstr ""
405
 
406
+ #: views/partials/csSimplifiedConfiguration.php:76
407
  msgid "Explicit Accept and Customize buttons"
408
  msgstr ""
409
 
410
+ #: views/partials/csSimplifiedConfiguration.php:81
411
  msgid "Explicit Reject button"
412
  msgstr ""
413
 
427
  msgid "Filter by source"
428
  msgstr ""
429
 
430
+ #: includes/forms.php:579
431
+ #: includes/forms.php:593
432
  msgid "First name"
433
  msgstr ""
434
 
442
  msgid "Form"
443
  msgstr ""
444
 
445
+ #: views/cons-single-form.php:66
446
+ #: views/cons-single-form.php:103
447
  msgid "Form field"
448
  msgstr ""
449
 
494
  msgid "How is it calculated?"
495
  msgstr ""
496
 
497
+ #: views/tc-configuration.php:103
498
+ #: views/partials/buttonPosition.php:49
499
  msgid "HTML"
500
  msgstr ""
501
 
532
  msgid "Integrate"
533
  msgstr ""
534
 
535
+ #: views/tc-configuration.php:65
536
+ #: views/partials/buttonPosition.php:10
537
  msgid "Integrate manually"
538
  msgstr ""
539
 
540
+ #: views/tc-configuration.php:30
541
+ #: views/pp-configuration.php:26
542
  msgid "Integration"
543
  msgstr ""
544
 
579
  msgid "I’ve already made the set up on iubenda.com"
580
  msgstr ""
581
 
582
+ #: views/tc-configuration.php:92
583
+ #: views/partials/buttonPosition.php:37
584
  msgid ""
585
  "Just copy and paste the embed code (WP shortcode or HTML) where you want the "
586
  "button to appear."
587
  msgstr ""
588
 
589
+ #: includes/forms.php:585
590
+ #: includes/forms.php:605
591
  msgid "Last name"
592
  msgstr ""
593
 
594
+ #: views/integrate-setup.php:86
595
+ #: views/partials/csGeneralSettings.php:129
596
  msgid "Learn how to fix it"
597
  msgstr ""
598
 
599
+ #: views/partials/csSimplifiedConfiguration.php:92
600
  #: views/partials/modals/modal_rating.php:22
601
  msgid "Learn More"
602
  msgstr ""
603
 
604
+ #: views/integrate-setup.php:128
605
+ #: views/partials/csPluginSettings.php:22
606
  #: views/partials/csGeneralSettings.php:172
607
  msgid ""
608
  "Leave scripts untouched on the page if the user has already given consent"
622
  msgid "Legislation"
623
  msgstr ""
624
 
625
+ #: includes/settings.php:1121
626
+ #: includes/settings.php:1145
627
  msgid "legislation"
628
  msgstr ""
629
 
631
  msgid "Let's configure your website for compliance."
632
  msgstr ""
633
 
634
+ #: views/partials/csSimplifiedConfiguration.php:22
635
+ msgid "LGPD Only"
636
+ msgstr ""
637
+
638
+ #: views/tc-configuration.php:41
639
+ #: views/partials/buttonStyle.php:10
640
  #: views/partials/bannerStyle.php:15
641
  msgid "Light"
642
  msgstr ""
650
  msgid "Map fields"
651
  msgstr ""
652
 
653
+ #: views/plugin-settings.php:28
654
+ #: views/partials/csPluginSettings.php:45
655
  msgid "Menu position"
656
  msgstr ""
657
 
667
  msgid "No"
668
  msgstr ""
669
 
670
+ #: views/integrate-setup.php:49
671
+ #: views/partials/csGeneralSettings.php:91
672
  msgid ""
673
  "No file available. Save changes to generate iubenda AMP configuration file."
674
  msgstr ""
677
  msgid "No forms found."
678
  msgstr ""
679
 
680
+ #: includes/settings.php:932
681
+ #: includes/settings.php:939
682
  msgid "No thanks"
683
  msgstr ""
684
 
686
  msgid "None"
687
  msgstr ""
688
 
689
+ #: includes/settings.php:105
690
+ #: views/partials/csPluginSettings.php:69
691
  #: views/partials/csPluginSettings.php:85
692
  #: views/partials/csPluginSettings.php:104
693
  #: views/partials/csPluginSettings.php:120
719
  msgid "or"
720
  msgstr ""
721
 
722
+ #: views/partials/csSimplifiedConfiguration.php:87
723
  msgid "Other options"
724
  msgstr ""
725
 
733
  "increase the compliance rating and make your website fully compliant."
734
  msgstr ""
735
 
736
+ #: views/partials/modals/modal_almost_there.php:41
737
  msgid "Paste your API key here"
738
  msgstr ""
739
 
764
  msgid "Please select each legal document available on your site."
765
  msgstr ""
766
 
767
+ #: includes/settings.php:402
768
+ #: views/partials/siteInfo.php:14
769
  msgid "Plugin settings"
770
  msgstr ""
771
 
772
+ #: includes/settings.php:1120
773
+ #: includes/settings.php:1144
774
+ #: includes/settings.php:1163
775
+ #: includes/settings.php:1183
776
  #: views/partials/bannerPosition.php:20
777
  msgid "Position"
778
  msgstr ""
807
  "to terms and conditions, newsletter, profiling, etc."
808
  msgstr ""
809
 
810
+ #: views/integrate-setup.php:117
811
+ #: views/partials/csPluginSettings.php:10
812
  #: views/partials/csGeneralSettings.php:161
813
  msgid "Primary"
814
  msgstr ""
815
 
816
+ #: includes/settings.php:418
817
+ #: includes/settings.php:1157
818
  msgid "Privacy and Cookie Policy"
819
  msgstr ""
820
 
842
  "domains or subdomains."
843
  msgstr ""
844
 
845
+ #: iubenda_cookie_solution.php:1348
846
  msgid "Rate"
847
  msgstr ""
848
 
849
+ #: views/cons-single-form.php:122
850
+ #: views/cons-single-form.php:148
851
+ #: views/cons-single-form.php:183
852
+ #: views/cons-single-form.php:207
853
+ #: views/cons-single-form.php:244
854
+ #: views/cons-single-form.php:260
855
  msgid "Remove"
856
  msgstr ""
857
 
858
+ #: views/partials/csSimplifiedConfiguration.php:33
859
  msgid "Require consent from"
860
  msgstr ""
861
 
863
  msgid "Reset settings"
864
  msgstr ""
865
 
866
+ #: views/plugin-settings.php:13
867
+ #: views/partials/csPluginSettings.php:29
868
  msgid ""
869
  "Restrict the plugin to run only for requests that have \"Content-type: text "
870
  "/ html\" (recommended)"
871
  msgstr ""
872
 
873
+ #: views/cs-configuration.php:17
874
+ #: views/cons-single-form.php:279
875
+ #: views/tc-configuration.php:134
876
+ #: views/plugin-settings.php:46
877
+ #: views/cons-configuration.php:62
878
+ #: views/pp-configuration.php:35
879
  msgid "Save settings"
880
  msgstr ""
881
 
882
+ #: views/integrate-setup.php:121
883
+ #: views/partials/csPluginSettings.php:14
884
  #: views/partials/csGeneralSettings.php:165
885
  msgid "Secondary"
886
  msgstr ""
887
 
888
+ #: views/integrate-setup.php:86
889
+ #: views/partials/csGeneralSettings.php:129
890
  msgid ""
891
  "Seeing the AMP cookie notice when testing from Google but not when visiting "
892
  "your AMP pages directly?"
896
  msgid "Select All"
897
  msgstr ""
898
 
899
+ #: views/integrate-setup.php:113
900
+ #: views/partials/csPluginSettings.php:17
901
  #: views/partials/csGeneralSettings.php:157
902
  msgid "Select Parsing Engine"
903
  msgstr ""
906
  msgid "Select products you have already activated"
907
  msgstr ""
908
 
909
+ #: views/integrate-setup.php:32
910
+ #: views/partials/csGeneralSettings.php:73
911
  msgid "Select the iubenda AMP configuration file location."
912
  msgstr ""
913
 
914
+ #: views/plugin-settings.php:39
915
+ #: views/partials/csPluginSettings.php:56
916
  msgid ""
917
  "Select whether to display iubenda in a top admin menu or the Settings "
918
  "submenu."
938
  msgid "Set up terms and conditions"
939
  msgstr ""
940
 
941
+ #: iubenda_cookie_solution.php:238
942
  msgid "Settings"
943
  msgstr ""
944
 
966
  msgid "Status"
967
  msgstr ""
968
 
969
+ #: includes/settings.php:106
970
+ #: views/partials/csPluginSettings.php:70
971
  #: views/partials/csPluginSettings.php:86
972
  #: views/partials/csPluginSettings.php:105
973
  #: views/partials/csPluginSettings.php:121
978
  msgid "Strictly necessary"
979
  msgstr ""
980
 
981
+ #: includes/settings.php:75
982
+ #: includes/settings.php:76
983
+ #: includes/settings.php:77
984
+ #: includes/settings.php:78
985
+ #: includes/settings.php:79
986
  msgid "string"
987
  msgstr ""
988
 
989
+ #: includes/settings.php:1119
990
+ #: includes/settings.php:1143
991
+ #: includes/settings.php:1162
992
+ #: includes/settings.php:1182
993
  msgid "Style"
994
  msgstr ""
995
 
1008
  "corresponding form fields where applicable."
1009
  msgstr ""
1010
 
1011
+ #: views/plugin-settings.php:36
1012
+ #: views/partials/csPluginSettings.php:53
1013
  msgid "Submenu"
1014
  msgstr ""
1015
 
1017
  msgid "Sure!"
1018
  msgstr ""
1019
 
1020
+ #: views/partials/modals/modal_almost_there.php:77
1021
  msgid "Synchronize products"
1022
  msgstr ""
1023
 
1040
  msgid "Terms and condition"
1041
  msgstr ""
1042
 
1043
+ #: includes/settings.php:1177
1044
  msgid "Terms and Conditions"
1045
  msgstr ""
1046
 
1115
  "key=\"iub_user_needs_to_verify_his_account\">dismiss this reminder</a>."
1116
  msgstr ""
1117
 
1118
+ #: views/plugin-settings.php:32
1119
+ #: views/partials/csPluginSettings.php:49
1120
  msgid "Top menu"
1121
  msgstr ""
1122
 
1125
  msgid "Try again"
1126
  msgstr ""
1127
 
1128
+ #: includes/settings.php:1161
1129
+ #: includes/settings.php:1181
1130
  msgid "Version"
1131
  msgstr ""
1132
 
1134
  msgid "We have analyzed your website in background and this is the result."
1135
  msgstr ""
1136
 
1137
+ #: views/tc-configuration.php:83
1138
+ #: views/partials/buttonPosition.php:28
1139
+ #: views/partials/modals/modal_almost_there.php:64
1140
  #, php-format
1141
  msgid ""
1142
  "We were not able to add a \"Legal\" widget/block to the footer as your theme "
1152
  msgid "Welcome to iubenda!"
1153
  msgstr ""
1154
 
1155
+ #: views/cons-configuration.php:37
1156
+ #: views/partials/languagesTabs.php:27
1157
+ #: views/partials/modals/modal_almost_there.php:44
1158
  msgid "Where can I find this code?"
1159
  msgstr ""
1160
 
1166
  "out."
1167
  msgstr ""
1168
 
1169
+ #: views/partials/csSimplifiedConfiguration.php:47
1170
  msgid "Worldwide"
1171
  msgstr ""
1172
 
1173
+ #: views/tc-configuration.php:96
1174
+ #: views/partials/buttonPosition.php:41
1175
  msgid "WP shortcode (recommended)"
1176
  msgstr ""
1177
 
1183
  msgid "You don't have permission to access this page."
1184
  msgstr ""
1185
 
1186
+ #: views/partials/csSimplifiedConfiguration.php:96
1187
  msgid "You should activate this feature if you show ads on your website"
1188
  msgstr ""
1189
 
1195
  msgid "Your privacy policy has been created!"
1196
  msgstr ""
1197
 
1198
+ #: views/partials/header_scanned.php:3
1199
+ #: views/partials/siteInfo.php:20
1200
  #: views/partials/modals/modal_rating.php:6
1201
  msgid "Your rating"
1202
  msgstr ""
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link:
4
  Tags: cookie banner, cookie law, eprivacy, gdpr, ukgdpr, ccpa, caloppa, lgpd, dsgvo, rgpd, pecr
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
- Tested up to: 6.0
8
- Stable tag: 3.3.0
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
@@ -23,7 +23,7 @@ It allows you to:
23
  * **Auto-detect user location and auto-applies the correct data privacy settings** (needed if you have users from multiple regions like the US and the EU).
24
  * 🚀 Capture, store and manage **GDPR consent records** for your webforms.
25
  * 🚀 Effortlessly **generate professional Terms and Conditions** to protect you from liabilities and more.
26
- * **Translate all documents with a single click** (supports 9 languages).
27
  * Compatible with **Google’s Accelerated Mobile Pages** (AMP)
28
 
29
  And of course, basic set-up is completely free.
@@ -76,7 +76,7 @@ This solution lets you generate professional privacy and cookie policies **in mi
76
  * Quick select from **over 1900 clauses or create custom clauses**
77
  * Activate **cookie policy in a single click**
78
  * Site Scanner to quickly **detect which services/ clauses you need to add to your policies**.
79
- * **One-click translation**. 9 languages supported: English-US, English-UK, Italian, French, Spanish, German, Portuguese (Brazilian), Russian, Dutch.
80
  * One-click activation for **country/ region-specific text**.
81
  * Compatible with **Google’s Accelerated Mobile Pages** (AMP)
82
  * Documents are **remotely updated when legal requirements change**
@@ -112,13 +112,13 @@ The plugin also boasts built-in compatibility with WordPress comment form, Conta
112
 
113
  Create your terms and conditions in minutes.
114
 
115
- Customizable from hundreds of combinations, available in 9 languages, powerful and precise — our solution is capable of handling even the most complex, individual scenarios. Optimized for e-commerce, marketplace, SaaS, apps and more.
116
 
117
  * Easy, **guided set-up**
118
  * Expertly crafted at the hands of our **international legal team**
119
  * Pre-defined scenarios modules for everything from basic **disclaimers to copyright licenses, account terminations rules, product-comparison, age-related disclaimers, virtual currency,** and more.
120
  * Plug-and-go **integrations for popular eCommerce solutions like Shopify, Wix, Squarespace, Weebly, WooCommerce, PrestaShop** and more
121
- * **One-click translation** (9 languages supported EN-US, EN-UK, IT, FR, ES, DE, PT-BR, RU, NL)
122
  * Compatible with **Google’s Accelerated Mobile Pages** (AMP)
123
  * Manage documents for **multiple sites from a single dashboard**
124
  * **White label option** allows you to seamlessly integrate your privacy policy text into the body of your webpage
@@ -135,7 +135,8 @@ We help companies all over the world to keep their websites and apps compliant w
135
  * Italian
136
  * French
137
  * Spanish
138
- * Portuguese (Brazilian)
 
139
  * German
140
  * Dutch
141
  * Russian
@@ -144,7 +145,7 @@ We help companies all over the world to keep their websites and apps compliant w
144
 
145
  All our solutions and plugins are **regularly updated and well maintained** to ensure that you’re always protected.
146
 
147
- You can access our friendly support in multiple languages (currently EN, IT, DE, FR, PT-BR) via [info@iubenda.com](mailto:info@iubenda.com), our [onsite chat](https://www.iubenda.com/) *(just click the green Help button on the right side of the page)*.
148
 
149
  **Other links:**
150
 
@@ -254,6 +255,11 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
254
 
255
  == Changelog ==
256
 
 
 
 
 
 
257
  = 3.3.0 =
258
  * New: Support LGPD legislation.
259
  * New: Support European Portuguese beside Brazilian Portuguese
@@ -737,8 +743,7 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
737
 
738
  == Upgrade Notice ==
739
 
740
- = 3.3.0 =
741
- * New: Support LGPD legislation.
742
- * New: Support European Portuguese beside Brazilian Portuguese
743
- * Tweak: Support Avada theme builder
744
- * Bugfix: Check block/widget classes are supported
4
  Tags: cookie banner, cookie law, eprivacy, gdpr, ukgdpr, ccpa, caloppa, lgpd, dsgvo, rgpd, pecr
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
+ Tested up to: 6.1
8
+ Stable tag: 3.3.1
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
23
  * **Auto-detect user location and auto-applies the correct data privacy settings** (needed if you have users from multiple regions like the US and the EU).
24
  * 🚀 Capture, store and manage **GDPR consent records** for your webforms.
25
  * 🚀 Effortlessly **generate professional Terms and Conditions** to protect you from liabilities and more.
26
+ * **Translate all documents with a single click** (supports 10 languages).
27
  * Compatible with **Google’s Accelerated Mobile Pages** (AMP)
28
 
29
  And of course, basic set-up is completely free.
76
  * Quick select from **over 1900 clauses or create custom clauses**
77
  * Activate **cookie policy in a single click**
78
  * Site Scanner to quickly **detect which services/ clauses you need to add to your policies**.
79
+ * **One-click translation**. 10 languages supported: English-US, English-UK, Italian, French, Spanish, German, Portuguese, Brazilian Portuguese, Russian, Dutch.
80
  * One-click activation for **country/ region-specific text**.
81
  * Compatible with **Google’s Accelerated Mobile Pages** (AMP)
82
  * Documents are **remotely updated when legal requirements change**
112
 
113
  Create your terms and conditions in minutes.
114
 
115
+ Customizable from hundreds of combinations, available in 10 languages, powerful and precise — our solution is capable of handling even the most complex, individual scenarios. Optimized for e-commerce, marketplace, SaaS, apps and more.
116
 
117
  * Easy, **guided set-up**
118
  * Expertly crafted at the hands of our **international legal team**
119
  * Pre-defined scenarios modules for everything from basic **disclaimers to copyright licenses, account terminations rules, product-comparison, age-related disclaimers, virtual currency,** and more.
120
  * Plug-and-go **integrations for popular eCommerce solutions like Shopify, Wix, Squarespace, Weebly, WooCommerce, PrestaShop** and more
121
+ * **One-click translation** (10 languages supported EN-US, EN-UK, IT, FR, ES, DE, PT, PT-BR, RU, NL)
122
  * Compatible with **Google’s Accelerated Mobile Pages** (AMP)
123
  * Manage documents for **multiple sites from a single dashboard**
124
  * **White label option** allows you to seamlessly integrate your privacy policy text into the body of your webpage
135
  * Italian
136
  * French
137
  * Spanish
138
+ * Portuguese
139
+ * Brazilian Portuguese
140
  * German
141
  * Dutch
142
  * Russian
145
 
146
  All our solutions and plugins are **regularly updated and well maintained** to ensure that you’re always protected.
147
 
148
+ You can access our friendly support in multiple languages (currently EN, IT, DE, FR, PT, PT-BR) via [info@iubenda.com](mailto:info@iubenda.com), our [onsite chat](https://www.iubenda.com/) *(just click the green Help button on the right side of the page)*.
149
 
150
  **Other links:**
151
 
255
 
256
  == Changelog ==
257
 
258
+ = 3.3.1 =
259
+ * New: Support WP 6.1
260
+ * Fix translation of CS "required" in the wizard
261
+ * Fix typo in ConS product page
262
+
263
  = 3.3.0 =
264
  * New: Support LGPD legislation.
265
  * New: Support European Portuguese beside Brazilian Portuguese
743
 
744
  == Upgrade Notice ==
745
 
746
+ = 3.3.1 =
747
+ * New: Support WP 6.1
748
+ * Fix translation of CS "required" in the wizard
749
+ * Fix typo in ConS product page
 
views/cons-configuration.php CHANGED
@@ -11,7 +11,7 @@
11
  <input hidden name="_redirect" value="<?php echo esc_url(add_query_arg(['view' => 'products-page'], iubenda()->base_url)) ?>">
12
  <div class="p-4 p-lg-5 text-gray">
13
 
14
- <p><?php _e('Activate <strong>Consent Solution</strong> on our website in your iubenda dashboard and paste here the <strong>API key</strong> to integrate it on your website.', 'iubenda') ?></p>
15
  <div class="d-flex align-items-center">
16
  <div class="steps flex-shrink mr-3">1</div>
17
  <p class="text-bold"> <?php _e('Activate & Configure Consent Solution by', 'iubenda') ?>
11
  <input hidden name="_redirect" value="<?php echo esc_url(add_query_arg(['view' => 'products-page'], iubenda()->base_url)) ?>">
12
  <div class="p-4 p-lg-5 text-gray">
13
 
14
+ <p><?php _e('Activate <strong>Consent Solution</strong> on our website in your iubenda dashboard and paste the <strong>API key</strong> here to integrate it in your website.', 'iubenda') ?></p>
15
  <div class="d-flex align-items-center">
16
  <div class="steps flex-shrink mr-3">1</div>
17
  <p class="text-bold"> <?php _e('Activate & Configure Consent Solution by', 'iubenda') ?>
views/partials/modals/modal_almost_there.php CHANGED
@@ -22,7 +22,9 @@
22
  <img src="<?php echo IUBENDA_PLUGIN_URL ?>/assets/images/checkboxes/<?php echo $key; ?>_icon.svg" alt="<?php echo $service['label']; ?>" />
23
  <span>
24
  <?php echo $service['label']; ?>
25
- <?php if ($key == 'cs'): echo __('(required)', 'iubenda'); endif; ?>
 
 
26
  </span>
27
  </div>
28
  </label>
22
  <img src="<?php echo IUBENDA_PLUGIN_URL ?>/assets/images/checkboxes/<?php echo $key; ?>_icon.svg" alt="<?php echo $service['label']; ?>" />
23
  <span>
24
  <?php echo $service['label']; ?>
25
+ <?php if ($key == 'cs'): ?>
26
+ <span style="color: rgb(207, 116, 99);"><?php _e('(required)', 'iubenda') ?></span>
27
+ <?php endif; ?>
28
  </span>
29
  </div>
30
  </label>