Cookie Law / GDPR Info - Version 1.7.3

Version Description

  • Translation updated - Danish, French, German
  • Readme updates
  • Minor UI changes
Download this release

Release Info

Developer webtoffee
Plugin Icon Cookie Law / GDPR Info
Version 1.7.3
Comparing to
See all releases

Code changes from version 1.7.2 to 1.7.3

Files changed (55) hide show
  1. LICENSE.txt +0 -0
  2. admin/class-cookie-law-info-admin.php +1 -0
  3. admin/css/cookie-law-info-admin-1.6.7.css +0 -0
  4. admin/css/cookie-law-info-admin.css +1 -1
  5. admin/index.php +0 -0
  6. admin/js/cookie-law-info-admin-1.6.7.js +0 -0
  7. admin/js/cookie-law-info-admin.js +0 -0
  8. admin/views/goto-pro.php +21 -17
  9. cookie-law-info.php +2 -2
  10. images/collapse.png +0 -0
  11. images/cross.png +0 -0
  12. images/expand.png +0 -0
  13. images/overlay.png +0 -0
  14. images/td_back.gif +0 -0
  15. images/tick.png +0 -0
  16. includes/class-cookie-law-info-activator.php +0 -0
  17. includes/class-cookie-law-info-deactivator.php +0 -0
  18. includes/class-cookie-law-info-i18n.php +0 -0
  19. includes/class-cookie-law-info-loader.php +0 -0
  20. includes/class-cookie-law-info.php +1 -1
  21. includes/index.php +0 -0
  22. index.php +0 -0
  23. languages/cookie-law-info-bg_BG.mo +0 -0
  24. languages/cookie-law-info-bg_BG.po +0 -0
  25. languages/cookie-law-info-cs_CZ.mo +0 -0
  26. languages/cookie-law-info-cs_CZ.po +0 -0
  27. languages/cookie-law-info-da_DA.mo +0 -0
  28. languages/cookie-law-info-da_DA.po +0 -0
  29. languages/cookie-law-info-da_DK.mo +0 -0
  30. languages/cookie-law-info-da_DK.po +1250 -940
  31. languages/cookie-law-info-de_DE.mo +0 -0
  32. languages/cookie-law-info-de_DE.po +334 -351
  33. languages/cookie-law-info-es_ES.mo +0 -0
  34. languages/cookie-law-info-es_ES.po +0 -0
  35. languages/cookie-law-info-fr_FR.mo +0 -0
  36. languages/cookie-law-info-fr_FR.po +358 -796
  37. languages/cookie-law-info-hr.mo +0 -0
  38. languages/cookie-law-info-hr.po +0 -0
  39. languages/cookie-law-info-is_IS.mo +0 -0
  40. languages/cookie-law-info-is_IS.po +0 -0
  41. languages/cookie-law-info-nl_NL.mo +0 -0
  42. languages/cookie-law-info-nl_NL.po +0 -0
  43. languages/cookie-law-info-sl_SL.mo +0 -0
  44. languages/cookie-law-info-sl_SL.po +0 -0
  45. public/class-cookie-law-info-public.php +0 -0
  46. public/css/cookie-law-info-gdpr-1.6.7.css +0 -0
  47. public/css/cookie-law-info-gdpr.css +0 -0
  48. public/css/cookie-law-info-public-1.6.7.css +0 -0
  49. public/css/cookie-law-info-public.css +6 -6
  50. public/css/cookie-law-info-table-1.6.7.css +0 -0
  51. public/css/cookie-law-info-table.css +0 -0
  52. public/index.php +0 -0
  53. readme.txt +11 -4
  54. uninstall.php +0 -0
  55. wpml-config.xml +0 -0
LICENSE.txt CHANGED
File without changes
admin/class-cookie-law-info-admin.php CHANGED
@@ -180,6 +180,7 @@ class Cookie_Law_Info_Admin {
180
  {
181
  $links[] = '<a href="'. get_admin_url(null,'edit.php?post_type='.CLI_POST_TYPE.'&page=cookie-law-info') .'">'.__('Settings','cookie-law-info').'</a>';
182
  $links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">'.__('Support','cookie-law-info').'</a>';
 
183
  return $links;
184
  }
185
 
180
  {
181
  $links[] = '<a href="'. get_admin_url(null,'edit.php?post_type='.CLI_POST_TYPE.'&page=cookie-law-info') .'">'.__('Settings','cookie-law-info').'</a>';
182
  $links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">'.__('Support','cookie-law-info').'</a>';
183
+ $links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">'.__('Premium Upgrade','cookie-law-info').'</a>';
184
  return $links;
185
  }
186
 
admin/css/cookie-law-info-admin-1.6.7.css CHANGED
File without changes
admin/css/cookie-law-info-admin.css CHANGED
@@ -286,7 +286,7 @@ table.wc_emails .wc-email-settings-table-status .tips,table.cli_script_items .wc
286
  .cli_form_help{ color: #aaa; font-style: italic; font-weight:250; font-size: 12px; display: inline-block; width: 100%; }
287
  .cli_form_er{ color:red; font-style: italic; font-weight:300; font-size: 12px; display: inline-block; width: 100%;}
288
  .cli_scroll_accept_er{ display: none; }
289
-
290
 
291
  @media screen and (max-width:1210px) {
292
  .cli_settings_left{ width:100%;}
286
  .cli_form_help{ color: #aaa; font-style: italic; font-weight:250; font-size: 12px; display: inline-block; width: 100%; }
287
  .cli_form_er{ color:red; font-style: italic; font-weight:300; font-size: 12px; display: inline-block; width: 100%;}
288
  .cli_scroll_accept_er{ display: none; }
289
+ .cli_premium_features{ font-size:14px; }
290
 
291
  @media screen and (max-width:1210px) {
292
  .cli_settings_left{ width:100%;}
admin/index.php CHANGED
File without changes
admin/js/cookie-law-info-admin-1.6.7.js CHANGED
File without changes
admin/js/cookie-law-info-admin.js CHANGED
File without changes
admin/views/goto-pro.php CHANGED
@@ -69,23 +69,27 @@
69
 
70
  <div class="cli_gopro_block" style="margin-top: 43px;">
71
  <p style="text-align: center;">
72
- <a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank" class="cli-button cli-button-go-pro"><?php echo __('Upgrade to GDPR Pro','cookie-law-info'); ?></a>
73
- </p>
74
- <p>
75
- <br/>
76
- <ul class="cli_premium_features">
77
- <li><?php echo __('Manage list of cookies ( Name, CookieID, Description, Duration, Type, Category, Header Script, Footer Script).','cookie-law-info'); ?></li>
78
- <li><?php echo __('Manage Cookie Categories.','cookie-law-info'); ?></li>
79
- <li><?php echo __('Scan and auto block scripts - Google Analytics, FB Pixel, Google tag manager.','cookie-law-info'); ?></li>
80
- <li><?php echo __("Location based exclusion of cookie notice for EU countries.","cookie-law-info"); ?></li>
81
- <li><?php echo __("Provide the users with the granular control over the cookies/scipts used by the website.","cookie-law-info"); ?></li>
82
- <li><?php echo __("Optionally log users' consent and export into a CSV file.","cookie-law-info"); ?></li>
83
- <li><?php echo __("Customize the privacy overview in the cookie settings popup.","cookie-law-info"); ?></li>
84
- <li><?php echo __("Export/import cookies and related information via CSV file.","cookie-law-info"); ?></li>
85
- <li><?php echo __("Scan and import/export the cookies in the website.","cookie-law-info"); ?></li>
86
- <li><?php echo __('Allow to display cookie settings popup where site visitors can opt-in or give consent to cookie categories.','cookie-law-info'); ?></li>
87
- <li><?php echo __('Cookie bar preview in admin settings page.','cookie-law-info'); ?></li>
88
- <li><?php echo __('Put the cookie bar in either the header or the footer.','cookie-law-info'); ?></li>
 
 
 
 
89
  </ul>
90
  <br/>
91
  </p>
69
 
70
  <div class="cli_gopro_block" style="margin-top: 43px;">
71
  <p style="text-align: center;">
72
+ <ul style="font-weight: bold; color:#666; list-style: none; background:#f8f8f8; padding:20px; margin:0px 15px; font-size: 15px; line-height: 26px;">
73
+ <li style=""><?php echo __('30 Day Money Back Guarantee','cookie-law-info'); ?></li>
74
+ <li style=""><?php echo __('Fast and Superior Support','cookie-law-info'); ?></li>
75
+ <li style=""><?php echo __('10X Powerful with GDPR Cookie Consent Features That Every Site Needs','cookie-law-info'); ?></li>
76
+ <li style="padding-top:5px;">
77
+ <p style="text-align: left;">
78
+ <a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank" class="cli-button cli-button-go-pro"><?php echo __('Upgrade to Premium','cookie-law-info'); ?></a>
79
+ </p>
80
+ </li>
81
+ </ul>
82
+
83
+ <ul class="cli_premium_features">
84
+ <li><?php echo __('Automatic Cookie Scanner','cookie-law-info'); ?></li>
85
+ <li><?php echo __('Auto block scripts - Google Analytics, Facebook Pixel, Google Tag Manager, Hotjar Analytics, Google Publisher Tag, Youtube embed, Vimeo embed, Google maps, Addthis widget, Sharethis widget, Twitter widget, Soundcloud embed, Slideshare embed, Linkedin widget, Instagram embed, Pinterest widget','cookie-law-info'); ?></li>
86
+ <li><?php echo __('Location based exclusion of cookie notice for EU countries','cookie-law-info'); ?></li>
87
+ <li><?php echo __('Granular control over the cookies/scipts used by the website','cookie-law-info'); ?></li>
88
+ <li><?php echo __('User consent audit logs','cookie-law-info'); ?></li>
89
+ <li><?php echo __('Customized privacy overview','cookie-law-info'); ?></li>
90
+ <li><?php echo __('Cookie bar preview in admin settings page','cookie-law-info'); ?></li>
91
+ <li><?php echo __('Advanced support for cache plugins','cookie-law-info'); ?></li>
92
+
93
  </ul>
94
  <br/>
95
  </p>
cookie-law-info.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: GDPR Cookie Consent
17
  * Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
18
  * Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
19
- * Version: 1.7.2
20
  * Author: WebToffee
21
  * Author URI: http://cookielawinfo.com/
22
  * License: GPLv3
@@ -63,7 +63,7 @@ define ( 'CLI_POST_TYPE','cookielawinfo');
63
  * Currently plugin version.
64
  * Rename this for your plugin and update it as you release new versions.
65
  */
66
- define( 'CLI_VERSION', '1.7.2' );
67
 
68
 
69
  /**
16
  * Plugin Name: GDPR Cookie Consent
17
  * Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
18
  * Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
19
+ * Version: 1.7.3
20
  * Author: WebToffee
21
  * Author URI: http://cookielawinfo.com/
22
  * License: GPLv3
63
  * Currently plugin version.
64
  * Rename this for your plugin and update it as you release new versions.
65
  */
66
+ define( 'CLI_VERSION', '1.7.3' );
67
 
68
 
69
  /**
images/collapse.png CHANGED
File without changes
images/cross.png CHANGED
File without changes
images/expand.png CHANGED
File without changes
images/overlay.png CHANGED
File without changes
images/td_back.gif CHANGED
File without changes
images/tick.png CHANGED
File without changes
includes/class-cookie-law-info-activator.php CHANGED
File without changes
includes/class-cookie-law-info-deactivator.php CHANGED
File without changes
includes/class-cookie-law-info-i18n.php CHANGED
File without changes
includes/class-cookie-law-info-loader.php CHANGED
File without changes
includes/class-cookie-law-info.php CHANGED
@@ -76,7 +76,7 @@ class Cookie_Law_Info {
76
  }
77
  else
78
  {
79
- $this->version = '1.7.2';
80
  }
81
  $this->plugin_name = 'cookie-law-info';
82
 
76
  }
77
  else
78
  {
79
+ $this->version = '1.7.3';
80
  }
81
  $this->plugin_name = 'cookie-law-info';
82
 
includes/index.php CHANGED
File without changes
index.php CHANGED
File without changes
languages/cookie-law-info-bg_BG.mo CHANGED
File without changes
languages/cookie-law-info-bg_BG.po CHANGED
File without changes
languages/cookie-law-info-cs_CZ.mo CHANGED
File without changes
languages/cookie-law-info-cs_CZ.po CHANGED
File without changes
languages/cookie-law-info-da_DA.mo CHANGED
File without changes
languages/cookie-law-info-da_DA.po CHANGED
File without changes
languages/cookie-law-info-da_DK.mo CHANGED
Binary file
languages/cookie-law-info-da_DK.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2018-09-11 10:54+0530\n"
5
- "PO-Revision-Date: 2018-09-11 10:57+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: da\n"
@@ -15,1214 +15,1524 @@ msgstr ""
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin/class-cookie-law-info-admin.php:145
19
- #: admin/class-cookie-law-info-admin.php:146
20
- #: admin/partials/cookie-law-info-admin_settings.php:38
21
- #: admin/partials/cookie-law-info-admin_settings1.php:15
22
  msgid "Cookie Law Settings"
23
- msgstr "Loven cookieindstillinger"
24
-
25
- #: admin/class-cookie-law-info-admin.php:153
26
- #: admin/class-cookie-law-info-admin.php:154
27
- #: admin/partials/cookie-law-info-privacy_overview.php:7
28
- #: admin/partials/cookie-law-info-privacy_overview.php:39
29
- #: public/views/cookie-law-info_popup_content.php:6
30
- #: public/views/cookie-law-info_popup_content.php:23
31
- msgid "Privacy Overview"
32
- msgstr "Beskyttelse af personlige oplysninger"
33
-
34
- #: admin/class-cookie-law-info-admin.php:163
35
- #: admin/partials/cookie-law-info-admin_settings.php:126
36
- #: includes/class-cookie-law-info.php:317
37
  msgid "Settings"
38
  msgstr "Indstillinger"
39
 
40
- #: admin/class-cookie-law-info-admin.php:164
41
  msgid "Support"
42
  msgstr "Support"
43
 
44
- #: admin/class-cookie-law-info-admin.php:184
45
- #: admin/partials/cookie-law-info-admin_settings.php:4
46
- msgid "You do not have sufficient permission to perform this operation"
47
- msgstr "Du har ikke tilstrækkelig tilladelse til at udføre denne operation"
48
 
49
- #: admin/class-cookie-law-info-admin.php:202
50
- #: admin/partials/cookie-law-info-admin_settings.php:20
51
- #: admin/partials/cookie-law-info-privacy_overview.php:33
52
  msgid "Settings Updated."
53
  msgstr "Indstillinger opdateret."
54
 
55
- #: admin/class-cookie-law-info-admin.php:219
56
- #: admin/partials/cookie-law-info-admin_settings.php:28
57
- #: admin/partials/cookie-law-info-admin_settings.php:55
 
 
58
  msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
59
- msgstr "OVERFLYTTER INDSTILLINGER FOR FEJL (FEJL: 2)"
60
-
61
- #: admin/class-cookie-law-info-admin.php:417
62
- #: admin/class-cookie-law-info-admin.php:431
63
- msgid "Priority: (Numeric - Higher the value, higher the priority)"
64
- msgstr "Prioritet: (numerisk - højere værdi, højere prioritet)"
65
-
66
- #: admin/class-cookie-law-info-admin.php:453
67
- msgid "Priority"
68
- msgstr "Prioritet"
69
-
70
- #: admin/modules/csv-export/csv-export.php:33
71
- msgid "Scan & Download"
72
- msgstr "Scan & Download"
73
-
74
- #: admin/modules/csv-export/csv-export.php:53
75
- #: admin/modules/csv-export/csv-export.php:54
76
- msgid "Export Cookie"
77
- msgstr "Eksportere Cookie"
78
-
79
- #: admin/modules/csv-export/csv-export.php:86
80
- #: admin/modules/csv-import/csv-import.php:200
81
- msgid "You do not have sufficient permissions to access this page."
82
- msgstr "Du har ikke tilstrækkelige rettigheder til at tilgå denne side."
83
-
84
- #: admin/modules/csv-export/views/export_cookies.php:2
85
- msgid "Export as CSV file"
86
- msgstr "Eksporter som CSV"
87
-
88
- #: admin/modules/csv-export/views/export_cookies.php:8
89
- msgid "Export"
90
- msgstr "Eksport"
91
-
92
- #: admin/modules/csv-import/csv-import.php:70
93
- msgid "Scan & Import"
94
- msgstr "Scan & Import"
95
-
96
- #: admin/modules/csv-import/csv-import.php:148
97
- #: admin/modules/csv-import/csv-import.php:149
98
- msgid "Import Cookie"
99
- msgstr "Import Cookie"
100
-
101
- #: admin/modules/csv-import/csv-import.php:366
102
- #, php-format
103
- msgid "BEGIN %s"
104
- msgstr "BEGIN%s"
105
-
106
- #: admin/modules/csv-import/csv-import.php:371
107
- #, php-format
108
- msgid "[Line %1$s] %2$s"
109
- msgstr "%1$s %2$s"
110
-
111
- #: admin/modules/csv-import/views/import_cookies.php:2
112
- msgid "Import from a CSV file"
113
- msgstr "Importér en CSV- fil"
114
-
115
- #: admin/modules/csv-import/views/import_cookies.php:12
116
- #, php-format
117
  msgid ""
118
- "Notice: please make the directory %s writable so that you can see the error "
119
- "log."
120
  msgstr ""
121
- "Bemærk: venligst gøre mappen %s skrives således at du kan se fejlloggen."
 
122
 
123
- #: admin/modules/csv-import/views/import_cookies.php:25
124
- #, php-format
125
- msgid ", please <a href=\"%s\">check the error log</a>"
126
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
- #: admin/modules/csv-import/views/import_cookies.php:29
129
- msgid "Error during file upload."
130
- msgstr "Fejl under fil upload."
 
 
 
 
 
 
 
 
 
 
131
 
132
- #: admin/modules/csv-import/views/import_cookies.php:32
133
- msgid "Cannot extract data from uploaded file or no file was uploaded."
 
 
 
134
  msgstr ""
135
- "Kan ikke udtrække data fra uploadede filen eller ingen fil blev uploadet."
 
 
136
 
137
- #: admin/modules/csv-import/views/import_cookies.php:35
138
- #, php-format
139
- msgid "No posts was successfully imported%s."
140
- msgstr "Ingen indlæg blev importeret med succes%s."
 
141
 
142
- #: admin/modules/csv-import/views/import_cookies.php:38
143
- #, php-format
144
- msgid "Some posts were successfully imported but some were not%s."
145
- msgstr "Nogle indlæg blev importeret, men nogle var ikke %s."
 
146
 
147
- #: admin/modules/csv-import/views/import_cookies.php:41
148
- msgid "Post import was successful."
149
- msgstr "Indlæg er importen gennemført korrekt."
 
 
150
 
151
- #: admin/modules/csv-import/views/import_cookies.php:52
152
- msgid "CSV file"
153
- msgstr "CVS fil"
 
 
154
 
155
- #: admin/modules/csv-import/views/import_cookies.php:55
156
- #, php-format
157
- msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
158
- msgstr "Kan du se <a href=\"%s\">eksempel på CSV-filen</a>."
 
159
 
160
- #: admin/modules/csv-import/views/import_cookies.php:60
161
- msgid "Import"
162
- msgstr "Import"
 
 
163
 
164
- #: admin/partials/cookie-law-info-admin_settings.php:64
165
- msgid "Error processing migration request (ERROR: 4)"
166
- msgstr "Fejl ved behandling af migreringsanmodning (FEJL: 4)"
 
167
 
168
- #: admin/partials/cookie-law-info-admin_settings.php:93
169
- msgid "Your Cookie Law Info bar is switched on"
170
- msgstr "Din Cookie lov Info bar er tændt"
 
 
 
171
 
172
- #: admin/partials/cookie-law-info-admin_settings.php:96
173
- msgid "Your Cookie Law Info bar is switched off"
174
- msgstr "Din Cookie lov Info bar er slukket"
 
175
 
176
- #: admin/partials/cookie-law-info-admin_settings.php:104
177
- #: admin/partials/cookie-law-info-admin_settings.php:699
178
- #: admin/views/admin-settings-save-button.php:5
179
- msgid "Update Settings"
180
- msgstr "Opdater indstillinger"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
- #: admin/partials/cookie-law-info-admin_settings.php:131
183
  #: admin/views/admin-settings-general.php:11
 
 
 
 
 
184
  msgid "Cookie Bar is currently:"
185
- msgstr "Cookie Bar er i øjeblikket:"
186
 
187
- #: admin/partials/cookie-law-info-admin_settings.php:133
188
- #: admin/partials/cookie-law-info-admin_settings.php:142
189
- #: admin/partials/cookie-law-info-admin_settings.php:150
190
- #: admin/views/admin-settings-general.php:13
191
- #: admin/views/admin-settings-general.php:22
192
- #: admin/views/admin-settings-general.php:30
193
  msgid "On"
194
- msgstr "On"
195
-
196
- #: admin/partials/cookie-law-info-admin_settings.php:134
197
- #: admin/partials/cookie-law-info-admin_settings.php:143
198
- #: admin/partials/cookie-law-info-admin_settings.php:151
199
- #: admin/views/admin-settings-general.php:14
200
- #: admin/views/admin-settings-general.php:23
201
- #: admin/views/admin-settings-general.php:31
202
  msgid "Off"
203
- msgstr "Off"
204
 
205
- #: admin/partials/cookie-law-info-admin_settings.php:140
206
- #: admin/views/admin-settings-general.php:20
207
- msgid "Show only for EU Countries ( GeoIP )"
208
- msgstr "Vis kun for EU lande (GeoIP)"
209
 
210
- #: admin/partials/cookie-law-info-admin_settings.php:148
211
- #: admin/views/admin-settings-general.php:28
212
- msgid "Enable consent logging"
213
- msgstr "Aktivér godkendelseslogning"
214
 
215
- #: admin/partials/cookie-law-info-admin_settings.php:155
216
- #: admin/views/admin-settings-general.php:35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Cookie Bar will be shown in:"
218
  msgstr "Cookie Bar vises i:"
219
 
220
- #: admin/partials/cookie-law-info-admin_settings.php:160
221
- #: admin/partials/cookie-law-info-admin_settings.php:163
222
- #: admin/views/admin-settings-general.php:40
223
- #: admin/views/admin-settings-general.php:43
224
  msgid "Header"
225
- msgstr "hoved"
226
 
227
- #: admin/partials/cookie-law-info-admin_settings.php:161
228
- #: admin/partials/cookie-law-info-admin_settings.php:164
229
- #: admin/views/admin-settings-general.php:41
230
- #: admin/views/admin-settings-general.php:44
231
  msgid "Footer"
232
  msgstr "Footer"
233
 
234
- #: admin/partials/cookie-law-info-admin_settings.php:173
235
- #: admin/views/admin-settings-general.php:53
236
  msgid "Fix Cookie Bar to Header?"
237
- msgstr "Fix Cookie Bar til Header?"
238
-
239
- #: admin/partials/cookie-law-info-admin_settings.php:175
240
- #: admin/partials/cookie-law-info-admin_settings.php:219
241
- #: admin/partials/cookie-law-info-admin_settings.php:235
242
- #: admin/partials/cookie-law-info-admin_settings.php:246
243
- #: admin/partials/cookie-law-info-admin_settings.php:254
244
- #: admin/partials/cookie-law-info-admin_settings.php:261
245
- #: admin/partials/cookie-law-info-admin_settings.php:272
246
- #: admin/partials/cookie-law-info-admin_settings.php:343
247
- #: admin/partials/cookie-law-info-admin_settings.php:400
248
- #: admin/partials/cookie-law-info-admin_settings.php:471
249
- #: admin/partials/cookie-law-info-admin_settings.php:584
250
- #: admin/views/admin-settings-buttons.php:66
251
- #: admin/views/admin-settings-buttons.php:141
252
- #: admin/views/admin-settings-buttons.php:243
253
- #: admin/views/admin-settings-general.php:55
254
- #: admin/views/admin-settings-general.php:99
255
- #: admin/views/admin-settings-general.php:115
256
- #: admin/views/admin-settings-general.php:126
257
- #: admin/views/admin-settings-general.php:134
258
- #: admin/views/admin-settings-general.php:141
259
- #: admin/views/admin-settings-general.php:154
260
- #: admin/views/admin-settings-messagebar.php:37
261
- msgid "Yes"
262
- msgstr "Ja"
263
-
264
- #: admin/partials/cookie-law-info-admin_settings.php:176
265
- #: admin/partials/cookie-law-info-admin_settings.php:220
266
- #: admin/partials/cookie-law-info-admin_settings.php:236
267
- #: admin/partials/cookie-law-info-admin_settings.php:247
268
- #: admin/partials/cookie-law-info-admin_settings.php:255
269
- #: admin/partials/cookie-law-info-admin_settings.php:262
270
- #: admin/partials/cookie-law-info-admin_settings.php:273
271
- #: admin/partials/cookie-law-info-admin_settings.php:344
272
- #: admin/partials/cookie-law-info-admin_settings.php:401
273
- #: admin/partials/cookie-law-info-admin_settings.php:472
274
- #: admin/partials/cookie-law-info-admin_settings.php:585
275
- #: admin/views/admin-settings-buttons.php:68
276
- #: admin/views/admin-settings-buttons.php:142
277
- #: admin/views/admin-settings-buttons.php:244
278
- #: admin/views/admin-settings-general.php:56
279
- #: admin/views/admin-settings-general.php:100
280
- #: admin/views/admin-settings-general.php:116
281
- #: admin/views/admin-settings-general.php:127
282
- #: admin/views/admin-settings-general.php:135
283
- #: admin/views/admin-settings-general.php:142
284
- #: admin/views/admin-settings-general.php:155
285
- #: admin/views/admin-settings-messagebar.php:38
286
- msgid "No"
287
- msgstr "Nej"
288
 
289
- #: admin/partials/cookie-law-info-admin_settings.php:177
290
- #: admin/views/admin-settings-general.php:57
291
  msgid ""
292
  "If you select \"Header\" then you can optionally stick the cookie bar to the "
293
  "header. Will not have any effect if you select \"Footer\"."
294
  msgstr ""
295
- "Hvis du vælger \"Header\" kan du eventuelt holde linjen cookie til "
296
- "sidehovedet. Vil ikke have nogen virkning, hvis du vælger \"Sidefod\"."
 
297
 
298
- #: admin/partials/cookie-law-info-admin_settings.php:183
299
- #: admin/views/admin-settings-general.php:63
300
  msgid "On load"
301
- msgstr " belastning"
302
 
303
- #: admin/partials/cookie-law-info-admin_settings.php:188
304
- #: admin/partials/cookie-law-info-admin_settings.php:191
305
- #: admin/partials/cookie-law-info-admin_settings.php:204
306
- #: admin/partials/cookie-law-info-admin_settings.php:207
307
- #: admin/views/admin-settings-general.php:68
308
- #: admin/views/admin-settings-general.php:71
309
- #: admin/views/admin-settings-general.php:84
310
- #: admin/views/admin-settings-general.php:87
311
  msgid "Animate"
312
- msgstr "Animer"
313
 
314
- #: admin/partials/cookie-law-info-admin_settings.php:189
315
- #: admin/partials/cookie-law-info-admin_settings.php:192
316
- #: admin/views/admin-settings-general.php:69
317
- #: admin/views/admin-settings-general.php:72
318
  msgid "Sticky"
319
- msgstr "Sticky"
320
 
321
- #: admin/partials/cookie-law-info-admin_settings.php:199
322
- #: admin/views/admin-settings-general.php:79
323
  msgid "On hide"
324
- msgstr " Skjul"
325
 
326
- #: admin/partials/cookie-law-info-admin_settings.php:205
327
- #: admin/partials/cookie-law-info-admin_settings.php:208
328
- #: admin/views/admin-settings-general.php:85
329
- #: admin/views/admin-settings-general.php:88
330
  msgid "Disappear"
331
  msgstr "Forsvinde"
332
 
333
- #: admin/partials/cookie-law-info-admin_settings.php:217
334
- #: admin/views/admin-settings-general.php:97
335
  msgid "Auto-hide(Accept) cookie bar after delay?"
336
- msgstr "Automatisk skjul (Accept) cookie bar efter forsinkelse?"
337
 
338
- #: admin/partials/cookie-law-info-admin_settings.php:224
339
- #: admin/views/admin-settings-general.php:104
340
  msgid "Milliseconds until hidden"
341
- msgstr "Millisekunder indtil skjult"
342
 
343
- #: admin/partials/cookie-law-info-admin_settings.php:227
344
- #: admin/views/admin-settings-general.php:107
345
  msgid "Specify milliseconds (not seconds)"
346
  msgstr "Angive millisekunder (ikke sekunder)"
347
 
348
- #: admin/partials/cookie-law-info-admin_settings.php:227
349
- #: admin/views/admin-settings-general.php:107
350
  msgid "seconds"
351
  msgstr "sekunder"
352
 
353
- #: admin/partials/cookie-law-info-admin_settings.php:233
354
- #: admin/views/admin-settings-general.php:113
355
  msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
356
- msgstr "Automatisk skjul cookie bar, hvis brugeren ruller (Accept on Scroll)?"
 
 
357
 
358
- #: admin/partials/cookie-law-info-admin_settings.php:237
359
- #: admin/views/admin-settings-general.php:117
360
  msgid ""
361
  "As per latest GDPR policies it is required to take an explicit consent for "
362
  "the cookies. Use this option with discretion especially if you serve EU"
363
  msgstr ""
364
- "Som i de seneste GDPR-politikker er det nødvendigt at tage et udtrykkeligt "
365
- "samtykke til cookies. Brug denne mulighed med skøn, især hvis du tjener EU"
366
-
367
- #: admin/partials/cookie-law-info-admin_settings.php:241
368
- #: admin/views/admin-settings-general.php:121
369
- msgid "Reload after \"scroll accept\" event?"
370
- msgstr "Genindlæse efter \"rulle acceptere\" begivenhed?"
371
-
372
- #: admin/partials/cookie-law-info-admin_settings.php:252
373
- #: admin/views/admin-settings-general.php:132
374
- msgid "Reload after Accept button click"
375
- msgstr "Opdater efter Accept knappen klik"
376
 
377
- #: admin/partials/cookie-law-info-admin_settings.php:259
378
- #: admin/views/admin-settings-general.php:139
379
- msgid "Reload after Reject button click"
380
- msgstr "Genindlæs efter Afvis knap klik"
381
 
382
- #: admin/partials/cookie-law-info-admin_settings.php:270
383
- #: admin/views/admin-settings-general.php:152
384
  msgid "Use Show Again Tab?"
385
- msgstr "Brug Vis igen fane?"
386
 
387
- #: admin/partials/cookie-law-info-admin_settings.php:277
388
- #: admin/views/admin-settings-general.php:159
389
  msgid "Tab Position"
390
- msgstr "EtiketpositionCurrency type for column"
391
 
392
- #: admin/partials/cookie-law-info-admin_settings.php:282
393
- #: admin/partials/cookie-law-info-admin_settings.php:285
394
- #: admin/views/admin-settings-general.php:164
395
- #: admin/views/admin-settings-general.php:167
396
  msgid "Right"
397
  msgstr "Højre"
398
 
399
- #: admin/partials/cookie-law-info-admin_settings.php:283
400
- #: admin/partials/cookie-law-info-admin_settings.php:286
401
- #: admin/views/admin-settings-general.php:165
402
- #: admin/views/admin-settings-general.php:168
403
  msgid "Left"
404
  msgstr "Venstre"
405
 
406
- #: admin/partials/cookie-law-info-admin_settings.php:293
407
- #: admin/views/admin-settings-general.php:175
408
- msgid "From Left Margin"
409
- msgstr "Venstre margin"
410
-
411
- #: admin/partials/cookie-law-info-admin_settings.php:296
412
- #: admin/views/admin-settings-general.php:178
413
- msgid "Specify"
414
- msgstr "Specificér"
415
-
416
- #: admin/partials/cookie-law-info-admin_settings.php:300
417
- #: admin/views/admin-settings-general.php:182
418
- msgid "Show More Text"
419
- msgstr "Vis mere"
420
-
421
- #: admin/partials/cookie-law-info-admin_settings.php:307
422
- msgid "Cookie Law Message Bar"
423
- msgstr "Cookie Law Message Bar"
424
-
425
- #: admin/partials/cookie-law-info-admin_settings.php:311
426
- #: admin/views/admin-settings-messagebar.php:5
427
- msgid "Message"
428
- msgstr "Meddelelse"
429
-
430
- #: admin/partials/cookie-law-info-admin_settings.php:317
431
- #: admin/views/admin-settings-messagebar.php:11
432
- msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
433
- msgstr "Kortkoder tilladt: settngs i afsnittet \"Brug af the kortkoder\"."
434
-
435
- #: admin/partials/cookie-law-info-admin_settings.php:317
436
- #: admin/views/admin-settings-messagebar.php:11
437
- msgid ""
438
- "Examples: \"We use cookies on this website [cookie_accept] to find out how "
439
- "to delete cookies [cookie_link].\""
440
- msgstr ""
441
- "Eksempler: \"vi bruger cookies på dette websted [cookie_accept] til at finde "
442
- "ud af, hvordan du sletter cookies [cookie_link].\""
443
-
444
- #: admin/partials/cookie-law-info-admin_settings.php:321
445
- #: admin/views/admin-settings-messagebar.php:15
446
- msgid "Cookie Bar Colour"
447
- msgstr "Cookie Bar farve"
448
-
449
- #: admin/partials/cookie-law-info-admin_settings.php:331
450
- #: admin/views/admin-settings-messagebar.php:25
451
- msgid "Text Colour"
452
- msgstr "Tekstfarve"
453
 
454
- #: admin/partials/cookie-law-info-admin_settings.php:340
455
- #: admin/views/admin-settings-messagebar.php:34
456
- msgid "Show Border?"
457
- msgstr "Vis rammer?"
458
 
459
- #: admin/partials/cookie-law-info-admin_settings.php:348
460
- #: admin/views/admin-settings-messagebar.php:42
461
- msgid "Border Colour"
462
- msgstr "Rammefarve"
463
 
464
- #: admin/partials/cookie-law-info-admin_settings.php:356
465
- #: admin/views/admin-settings-messagebar.php:50
466
- msgid "Font"
467
- msgstr "Skrift"
468
 
469
- #: admin/partials/cookie-law-info-admin_settings.php:367
470
- #: admin/partials/cookie-law-info-admin_settings1.php:19
471
- msgid "Customise Buttons"
472
- msgstr "Tilpas knapper"
473
 
474
- #: admin/partials/cookie-law-info-admin_settings.php:370
475
- msgid "Accept Button"
476
- msgstr "Acceptere knap"
477
 
478
- #: admin/partials/cookie-law-info-admin_settings.php:372
479
- #: admin/views/admin-settings-buttons.php:13
480
- msgid "Main Button"
481
- msgstr "Vigtigste knap"
482
 
483
- #: admin/partials/cookie-law-info-admin_settings.php:373
484
- #: admin/views/admin-settings-buttons.php:14
485
- msgid ""
486
- "This button/link can be customised to either simply close the cookie bar, or "
487
- "follow a link. You can also customise the colours and styles, and show it as "
488
- "a link or a button."
489
  msgstr ""
490
- "Denne knaplink kan tilpasses enten blot lukke linjen cookie, eller følg et "
491
- "link. Du kan også tilpasse farver og stilarter, og vise det som et hyperlink "
492
- "eller en knap."
493
-
494
- #: admin/partials/cookie-law-info-admin_settings.php:376
495
- #: admin/partials/cookie-law-info-admin_settings.php:443
496
- #: admin/partials/cookie-law-info-admin_settings.php:515
497
- #: admin/partials/cookie-law-info-admin_settings.php:560
498
- msgid "Link Text"
499
- msgstr "Link tekst"
500
-
501
- #: admin/partials/cookie-law-info-admin_settings.php:382
502
- #: admin/partials/cookie-law-info-admin_settings.php:449
503
- #: admin/views/admin-settings-buttons.php:48
504
- #: admin/views/admin-settings-buttons.php:119
505
- msgid "Action"
506
- msgstr "Handling"
507
-
508
- #: admin/partials/cookie-law-info-admin_settings.php:390
509
- #: admin/partials/cookie-law-info-admin_settings.php:461
510
- #: admin/partials/cookie-law-info-admin_settings.php:566
511
- msgid "Link URL"
512
- msgstr "Link URL"
513
-
514
- #: admin/partials/cookie-law-info-admin_settings.php:393
515
- #: admin/partials/cookie-law-info-admin_settings.php:464
516
- #: admin/views/admin-settings-buttons.php:59
517
- #: admin/views/admin-settings-buttons.php:134
518
- msgid "Button will only link to URL if Action = Open URL"
519
- msgstr "Knappen vil kun linke til URL, hvis Action = Åben URL"
520
-
521
- #: admin/partials/cookie-law-info-admin_settings.php:398
522
- #: admin/partials/cookie-law-info-admin_settings.php:469
523
- #: admin/partials/cookie-law-info-admin_settings.php:582
524
- msgid "Open link in new window?"
525
- msgstr "Åben i et nyt vindue"
526
-
527
- #: admin/partials/cookie-law-info-admin_settings.php:405
528
- #: admin/partials/cookie-law-info-admin_settings.php:476
529
- #: admin/partials/cookie-law-info-admin_settings.php:521
530
- #: admin/partials/cookie-law-info-admin_settings.php:572
531
- msgid "Link colour"
532
- msgstr "Link farve"
533
-
534
- #: admin/partials/cookie-law-info-admin_settings.php:413
535
- #: admin/partials/cookie-law-info-admin_settings.php:484
536
- #: admin/partials/cookie-law-info-admin_settings.php:529
537
- #: admin/partials/cookie-law-info-admin_settings.php:589
538
- msgid "Show as button?"
539
- msgstr "Vis som knap"
540
-
541
- #: admin/partials/cookie-law-info-admin_settings.php:415
542
- #: admin/partials/cookie-law-info-admin_settings.php:486
543
- #: admin/partials/cookie-law-info-admin_settings.php:531
544
- #: admin/partials/cookie-law-info-admin_settings.php:591
545
- #: admin/views/admin-settings-buttons.php:33
546
- #: admin/views/admin-settings-buttons.php:105
547
- #: admin/views/admin-settings-buttons.php:176
548
- #: admin/views/admin-settings-buttons.php:221
549
- msgid "Button"
550
- msgstr "Knap"
551
-
552
- #: admin/partials/cookie-law-info-admin_settings.php:416
553
- #: admin/partials/cookie-law-info-admin_settings.php:487
554
- #: admin/partials/cookie-law-info-admin_settings.php:532
555
- #: admin/partials/cookie-law-info-admin_settings.php:592
556
- #: admin/views/admin-settings-buttons.php:35
557
- #: admin/views/admin-settings-buttons.php:107
558
- #: admin/views/admin-settings-buttons.php:178
559
- #: admin/views/admin-settings-buttons.php:223
560
- msgid "Link"
561
- msgstr "Link"
562
-
563
- #: admin/partials/cookie-law-info-admin_settings.php:420
564
- #: admin/partials/cookie-law-info-admin_settings.php:491
565
- #: admin/partials/cookie-law-info-admin_settings.php:536
566
- #: admin/partials/cookie-law-info-admin_settings.php:596
567
- msgid "Button colour"
568
- msgstr "Knapfarve"
569
-
570
- #: admin/partials/cookie-law-info-admin_settings.php:428
571
- #: admin/partials/cookie-law-info-admin_settings.php:499
572
- #: admin/partials/cookie-law-info-admin_settings.php:544
573
- #: admin/partials/cookie-law-info-admin_settings.php:604
574
- msgid "Button Size"
575
- msgstr "Knap størrelse"
576
-
577
- #: admin/partials/cookie-law-info-admin_settings.php:439
578
- #: admin/views/admin-settings-buttons.php:86
579
- msgid "Reject Button"
580
- msgstr "Afvise knap"
581
-
582
- #: admin/partials/cookie-law-info-admin_settings.php:511
583
- #: admin/views/admin-settings-buttons.php:157
584
- msgid "Settings Button"
585
- msgstr "Indstillinger knap"
586
 
587
- #: admin/partials/cookie-law-info-admin_settings.php:556
588
- #: admin/views/admin-settings-buttons.php:201
589
- msgid "Read More Link"
590
- msgstr "Læs mere-link"
591
 
592
- #: admin/partials/cookie-law-info-admin_settings.php:557
593
- #: admin/views/admin-settings-buttons.php:202
594
- msgid ""
595
- "This button/link can be used to provide a link out to your Privacy & Cookie "
596
- "Policy. You can customise it any way you like."
597
- msgstr ""
598
- "Denne knaplink kan bruges til at give et link ud til dit privatliv & Cookie "
599
- "politik. Du kan tilpasse det som du har lyst."
600
 
601
- #: admin/partials/cookie-law-info-admin_settings.php:615
602
- msgid "Using the Shortcodes"
603
- msgstr "Brug af kortnumrene"
604
 
605
- #: admin/partials/cookie-law-info-admin_settings.php:617
606
  #: admin/views/admin-settings-help.php:10
 
 
 
 
 
607
  msgid "Cookie bar shortcodes"
608
- msgstr "Cookie bar kortkoder"
609
 
610
- #: admin/partials/cookie-law-info-admin_settings.php:618
611
- #: admin/views/admin-settings-help.php:11
612
  msgid ""
613
  "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
614
  "bar. They add nicely formatted buttons and/or links into the cookie bar, "
615
  "without you having to add any HTML."
616
  msgstr ""
617
- "Du kan angive kortkoder i beskedfeltet \"\" af Cookie lov Info bar. De "
618
- "tilføjer pænt formateret knapper og/eller links til cookie bar, uden at du "
619
- "behøver at tilføje enhver HTML."
620
-
621
- #: admin/partials/cookie-law-info-admin_settings.php:619
622
- msgid "The shortcodes are:"
623
- msgstr "Kortkoder er:"
624
 
625
- #: admin/partials/cookie-law-info-admin_settings.php:621
626
- #: admin/views/admin-settings-help.php:18
627
  msgid ""
628
  "If you just want a standard green \"Accept\" button that closes the header "
629
  "and nothing more, use this shortcode. It is already styled, you don't need "
630
  "to customise it."
631
  msgstr ""
632
- "Hvis du bare ønsker en standard grøn \"Accepter\" knappen, der lukker i "
633
- "hovedet og intet mere, bruge denne ufuldkommenhed. Det er allerede stylet, "
634
- "du behøver at tilpasse den."
635
 
636
- #: admin/partials/cookie-law-info-admin_settings.php:623
637
- #: admin/views/admin-settings-help.php:22
638
  msgid ""
639
  "Alternatively you can add a colour value. Choose from: red, blue, orange, "
640
  "yellow, green or pink."
641
  msgstr ""
642
- "Alternativt kan du tilføje en farve værdi. Vælge imellem: rød, blå, orange, "
643
- "gul, grøn eller pink."
644
 
645
- #: admin/partials/cookie-law-info-admin_settings.php:623
646
- #: admin/views/admin-settings-help.php:22
647
  msgid "Careful to use the British spelling of \"colour\" for the attribute."
648
- msgstr "Pas på at bruge den britiske stavning af \"farve\" til attributten."
 
649
 
650
- #: admin/partials/cookie-law-info-admin_settings.php:625
651
- #: admin/views/admin-settings-help.php:26
652
  msgid "This is the \"main button\" you customise above."
653
- msgstr "Dette er den \"hovedknap\", du tilpasser ovenfor."
654
-
655
- #: admin/partials/cookie-law-info-admin_settings.php:627
656
- #: admin/views/admin-settings-help.php:31
657
- msgid "This is the cookie settings button rendering shortcode."
658
- msgstr "Dette er knappen for cookieindstillinger, der giver kortnummer."
659
 
660
- #: admin/partials/cookie-law-info-admin_settings.php:629
661
- #: admin/views/admin-settings-help.php:35
662
  msgid "This is the cookie reject button shortcode."
663
- msgstr "Dette er cookie Afvis knap ufuldkommenhed."
664
 
665
- #: admin/partials/cookie-law-info-admin_settings.php:631
666
- #: admin/views/admin-settings-help.php:39
667
  msgid "This is the \"read more\" link you customise above."
668
- msgstr "Dette er linket \"læs mere\", du tilpasser ovenfor."
669
 
670
- #: admin/partials/cookie-law-info-admin_settings.php:634
671
- #: admin/views/admin-settings-help.php:43
672
  msgid "Other shortcodes"
673
  msgstr "Andre kortkoder"
674
 
675
- #: admin/partials/cookie-law-info-admin_settings.php:635
676
- #: admin/views/admin-settings-help.php:44
677
  msgid ""
678
  "These shortcodes can be used in pages and posts on your website. It is not "
679
  "recommended to use these inside the cookie bar itself."
680
  msgstr ""
681
  "Disse kortkoder kan bruges i sider og indlæg på din hjemmeside. Det "
682
- "anbefales ikke at bruge disse inde cookie bar selv."
683
 
684
- #: admin/partials/cookie-law-info-admin_settings.php:637
685
- #: admin/views/admin-settings-help.php:50
686
  msgid ""
687
  "This prints out a nice table of cookies, in line with the guidance given by "
688
  "the ICO."
689
  msgstr ""
690
- "Denne funktion udskriver ud en dejlig tabel med cookies, i overensstemmelse "
691
  "med retningslinjerne fra ICO."
692
 
693
- #: admin/partials/cookie-law-info-admin_settings.php:637
694
- #: admin/views/admin-settings-help.php:50
695
  msgid ""
696
  "You need to enter the cookies your website uses via the Cookie Law Info menu "
697
  "in your WordPress dashboard."
698
  msgstr ""
699
- "Du skal indtaste din hjemmeside bruger cookies via menuen Cookie lov Info i "
700
- "din WordPress dashboard."
701
 
702
- #: admin/partials/cookie-law-info-admin_settings.php:646
703
- #: admin/views/admin-settings-help.php:61
704
- msgid "This prints out a nice table of cookies by category."
705
- msgstr "Dette udskriver et flot bord af cookies efter kategori."
706
-
707
- #: admin/partials/cookie-law-info-admin_settings.php:647
708
- #: admin/views/admin-settings-help.php:65
709
- msgid "This prints the settings popup of cookie category."
710
- msgstr "Dette udskriver indstillingerne popup af cookie kategori."
711
-
712
- #: admin/partials/cookie-law-info-admin_settings.php:648
713
- #: admin/views/admin-settings-help.php:69
714
  msgid ""
715
  "This shortcode will display a normal HTML link which when clicked, will "
716
  "delete the cookie set by Cookie Law Info (this cookie is used to remember "
717
  "that the cookie bar is closed)."
718
  msgstr ""
719
- "Denne ufuldkommenhed vil vise en normal HTML link som når klikket, vil "
720
- "slette cookien sæt af Cookie lov Info (denne cookie bruges til at huske på, "
721
- "at cookie bar er lukket)."
722
 
723
- #: admin/partials/cookie-law-info-admin_settings.php:649
724
- #: admin/views/admin-settings-help.php:73
725
  msgid ""
726
  "Add any text you like- useful if you want e.g. another language to English."
727
  msgstr ""
728
- "Tilføje tekst du lignende-nyttigt, hvis du vil fx et andet sprog til engelsk."
729
 
730
- #: admin/partials/cookie-law-info-admin_settings.php:655
731
- #: admin/partials/cookie-law-info-admin_settings1.php:20
732
- msgid "Advanced"
733
- msgstr "Avanceret"
734
 
735
- #: admin/partials/cookie-law-info-admin_settings.php:657
736
- #: admin/views/admin-settings-advanced.php:3
737
- msgid ""
738
- "Sometimes themes apply settings that clash with plugins. If that happens, "
739
- "try adjusting these settings."
740
- msgstr ""
741
- "Undertiden anvende temaer indstillinger, der kolliderer med plugins. Hvis "
742
- "det sker, kan du prøve at justere disse indstillinger."
743
 
744
- #: admin/partials/cookie-law-info-admin_settings.php:671
745
- #: admin/views/admin-settings-advanced.php:17
746
- msgid "Reset all values"
747
- msgstr "Nulstil alle værdier"
748
 
749
- #: admin/partials/cookie-law-info-admin_settings.php:673
750
- #: admin/views/admin-settings-advanced.php:19
751
- msgid "Delete settings and reset"
752
- msgstr "Slet indstillinger og nulstille"
753
 
754
- #: admin/partials/cookie-law-info-admin_settings.php:673
755
- #: admin/views/admin-settings-advanced.php:19
756
- msgid "Are you sure you want to delete all your settings?"
757
- msgstr "Er du sikker på du vil slette alle dine indstillinger?"
758
 
759
- #: admin/partials/cookie-law-info-admin_settings.php:674
760
- #: admin/views/admin-settings-advanced.php:20
761
- msgid "Warning: this will actually delete your current settings."
762
- msgstr "Advarsel: Dette vil faktisk slette dine nuværende indstillinger."
763
 
764
- #: admin/partials/cookie-law-info-admin_settings.php:716
765
- msgid "Where did my settings go?"
766
- msgstr "Hvor gik mine indstillinger?"
767
 
768
- #: admin/partials/cookie-law-info-admin_settings.php:717
769
- msgid "Cookie Law Info version 0.9 has been updated and has new settings."
770
- msgstr ""
771
- "Cookie lov Info version 0.9 er blevet opdateret og har nye indstillinger."
772
 
773
- #: admin/partials/cookie-law-info-admin_settings.php:717
774
- msgid "Your previous settings are safe."
775
- msgstr "Dine tidligere indstillinger er sikre."
776
 
777
- #: admin/partials/cookie-law-info-admin_settings.php:718
 
 
 
 
778
  msgid ""
779
- "You can either copy over your old settings to this version, or use the new "
780
- "default values."
781
  msgstr ""
782
- "Du kan enten kopiere over dine gamle indstillinger til denne version, eller "
783
- "brug de nye standardværdier."
784
 
785
- #: admin/partials/cookie-law-info-admin_settings.php:720
786
- msgid "Would you like to:"
787
- msgstr "Kunne du tænke dig"
788
 
789
- #: admin/partials/cookie-law-info-admin_settings.php:722
790
- msgid "Use previous settings"
791
- msgstr "Brug tidligere indstillinger"
792
 
793
- #: admin/partials/cookie-law-info-admin_settings.php:723
794
- msgid "Start afresh with the new version"
795
- msgstr "Start på ny med den nye version"
796
 
797
- #: admin/partials/cookie-law-info-admin_settings.php:725
798
- msgid "Are you sure you want to migrate settings?"
799
- msgstr "Er du sikker på, du vil overføre indstillinger?"
800
-
801
- #: admin/partials/cookie-law-info-admin_settings.php:727
802
- msgid ""
803
- "If you want to go back to the previous version you can always download it "
804
- "again from"
805
- msgstr ""
806
- "Hvis du ønsker at gå tilbage til den tidligere version kan du altid hente "
807
- "det igen fra"
808
-
809
- #: admin/partials/cookie-law-info-admin_settings.php:732
810
- msgid "Help"
811
- msgstr "Hjælp"
812
-
813
- #: admin/partials/cookie-law-info-admin_settings.php:734
814
- #: admin/views/admin-settings-help.php:88
815
- msgid "Help and Support"
816
- msgstr "Hjælp og Support!"
817
-
818
- #: admin/partials/cookie-law-info-admin_settings.php:735
819
- #: admin/views/admin-settings-help.php:95
820
- msgid "Report a Bug"
821
- msgstr "Rapporter en fejl"
822
-
823
- #: admin/partials/cookie-law-info-admin_settings.php:736
824
- #: admin/views/admin-settings-help.php:101
825
- msgid "Guide"
826
- msgstr "Vejledende beskrivelse"
827
-
828
- #: admin/partials/cookie-law-info-admin_settings.php:737
829
- #: admin/views/admin-settings-help.php:107
830
- msgid "About the law"
831
- msgstr "Om loven"
832
-
833
- #: admin/partials/cookie-law-info-admin_settings1.php:11
834
- msgid "Settings updated."
835
- msgstr "Indstillingerne opdateret."
836
-
837
- #: admin/partials/cookie-law-info-admin_settings1.php:12
838
- msgid "Unable to update Settings."
839
- msgstr "Der kan ikke opdatere indstillinger."
840
-
841
- #: admin/partials/cookie-law-info-admin_settings1.php:17
842
- msgid "General"
843
- msgstr "Generelle"
844
-
845
- #: admin/partials/cookie-law-info-admin_settings1.php:18
846
- msgid "Message Bar"
847
- msgstr "meddelelseslinje"
848
-
849
- #: admin/partials/cookie-law-info-admin_settings1.php:22
850
- msgid "Licence"
851
- msgstr "Licens"
852
-
853
- #: admin/partials/cookie-law-info-admin_settings1.php:33
854
- msgid "Help Guide"
855
- msgstr "Vejledning"
856
-
857
- #: admin/partials/cookie-law-info-privacy_overview.php:59
858
- msgid "Privacy Overview Title"
859
- msgstr "Beskyttelse af personlige oplysninger Titel"
860
-
861
- #: admin/partials/cookie-law-info-privacy_overview.php:65
862
- #: admin/partials/cookie-law-info-privacy_overview.php:70
863
- msgid "This will be shown in the settings visible for user on consent screen."
864
- msgstr ""
865
- "Dette vil blive vist i indstillingerne for synlige for brugeren på samtykke "
866
- "skærmen."
867
-
868
- #: admin/partials/cookie-law-info-privacy_overview.php:75
869
- msgid "Save Settings"
870
- msgstr "Gem indstillinger"
871
-
872
- #: admin/views/admin-settings-buttons.php:17
873
- #: admin/views/admin-settings-buttons.php:89
874
- #: admin/views/admin-settings-buttons.php:160
875
- #: admin/views/admin-settings-buttons.php:205
876
- msgid "Text"
877
- msgstr "Tekst til hjælp-linje blok"
878
-
879
- #: admin/views/admin-settings-buttons.php:23
880
- #: admin/views/admin-settings-buttons.php:95
881
- #: admin/views/admin-settings-buttons.php:166
882
- #: admin/views/admin-settings-buttons.php:211
883
- msgid "Text colour"
884
- msgstr "Tekstfarve"
885
-
886
- #: admin/views/admin-settings-buttons.php:31
887
- #: admin/views/admin-settings-buttons.php:103
888
- #: admin/views/admin-settings-buttons.php:174
889
- #: admin/views/admin-settings-buttons.php:219
890
- msgid "Show as"
891
- msgstr "Vis som liste"
892
 
893
- #: admin/views/admin-settings-buttons.php:39
894
- #: admin/views/admin-settings-buttons.php:111
895
- #: admin/views/admin-settings-buttons.php:182
896
- #: admin/views/admin-settings-buttons.php:227
897
- msgid "Background colour"
898
- msgstr "Baggrundsfarve"
899
 
900
- #: admin/views/admin-settings-buttons.php:56
901
- #: admin/views/admin-settings-buttons.php:131
902
- #: admin/views/admin-settings-buttons.php:235
903
- msgid "URL"
904
- msgstr "URL"
905
 
906
- #: admin/views/admin-settings-buttons.php:64
907
- #: admin/views/admin-settings-buttons.php:139
908
- #: admin/views/admin-settings-buttons.php:241
909
- msgid "Open URL in new window?"
910
- msgstr "Åbn i nyt vindue?"
911
 
912
- #: admin/views/admin-settings-buttons.php:75
913
- #: admin/views/admin-settings-buttons.php:146
914
- #: admin/views/admin-settings-buttons.php:190
915
- #: admin/views/admin-settings-buttons.php:248
916
- msgid "Size"
917
- msgstr "Areal"
918
 
919
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:374
920
- #, php-format
921
  msgid ""
922
- "The license key for %s has expired. You can reactivate or purchase a license "
923
- "key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
924
  msgstr ""
 
 
925
 
926
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:385
927
- #, php-format
928
  msgid ""
929
- "The subscription for %s is on-hold. You can reactivate the subscription from "
930
- "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
931
  msgstr ""
 
 
932
 
933
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:396
934
- #, php-format
935
  msgid ""
936
- "The subscription for %s has been cancelled. You can renew the subscription "
937
- "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new "
938
- "license key will be emailed to you after your order has been completed."
939
  msgstr ""
 
 
940
 
941
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:407
942
- #, php-format
943
  msgid ""
944
- "The subscription for %s has expired. You can reactivate the subscription "
945
- "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
946
  msgstr ""
 
 
947
 
948
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:418
949
- #, php-format
950
- msgid ""
951
- "The subscription for %s has been suspended. You can reactivate the "
952
- "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
953
- "a>."
954
- msgstr ""
955
 
956
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:429
957
- #, php-format
958
- msgid ""
959
- "The subscription for %s is still pending. You can check on the status of the "
960
- "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
961
- "a>."
962
  msgstr ""
 
 
963
 
964
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:440
965
- #, php-format
966
- msgid ""
967
- "The subscription for %s has been placed in the trash and will be deleted "
968
- "soon. You can purchase a new subscription from your account <a href=\"%s\" "
969
- "target=\"_blank\">dashboard</a>."
970
- msgstr ""
971
 
972
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:451
973
- #, php-format
974
  msgid ""
975
- "A subscription for %s could not be found. You can purchase a subscription "
976
- "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
977
  msgstr ""
 
 
978
 
979
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:462
980
- #, php-format
981
- msgid ""
982
- "A license key for %s could not be found. Maybe you forgot to enter a license "
983
- "key when setting up %s, or the key was deactivated in your account. You can "
984
- "reactivate license key at your plugin <a href=\"%s\" target=\"_blank"
985
- "\">settings page</a>."
986
- msgstr ""
987
 
988
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:473
989
- #, php-format
990
- msgid ""
991
- "Download permission for %s has been revoked possibly due to a license key or "
992
- "subscription expiring. You can reactivate or purchase a license key from "
993
- "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
994
- msgstr ""
995
 
996
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:484
997
- #, php-format
998
- msgid ""
999
- "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
1000
- "\">settings page</a> and enter the license key and license email to activate "
1001
- "%s."
1002
- msgstr ""
1003
 
1004
- #: admin/wf_api_manager/class-wc-am-plugin-update.php:495
1005
- #, php-format
1006
  msgid ""
1007
- "You changed the subscription for %s, so you will need to enter your new API "
1008
- "License Key in the settings page. The License Key should have arrived in "
1009
- "your email inbox, if not you can get it by logging into your account <a href="
1010
- "\"%s\" target=\"_blank\">dashboard</a>."
1011
  msgstr ""
 
 
1012
 
1013
- #: admin/wf_api_manager/html/html-wf-activation-window.php:106
1014
- msgid "Licence Activation"
1015
- msgstr "Licensaktivering"
1016
-
1017
- #: admin/wf_api_manager/html/html-wf-activation-window.php:110
1018
- msgid "API Licence Key:"
1019
- msgstr "API Licensnøgle:"
1020
 
1021
- #: admin/wf_api_manager/html/html-wf-activation-window.php:111
1022
- msgid "Licence Key"
1023
- msgstr "Licens"
1024
 
1025
- #: admin/wf_api_manager/html/html-wf-activation-window.php:115
1026
- msgid "Licence Email"
1027
- msgstr "Licens Email"
1028
-
1029
- #: admin/wf_api_manager/html/html-wf-activation-window.php:119
1030
- msgid "Activate"
1031
- msgstr "Aktiver"
1032
-
1033
- #: admin/wf_api_manager/html/html-wf-activation-window.php:122
1034
- msgid "Check"
1035
- msgstr "Check"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
 
1037
- #: admin/wf_api_manager/html/html-wf-activation-window.php:132
1038
- msgid "Deactive"
1039
- msgstr "Deaktivér"
1040
 
1041
- #: includes/class-cookie-law-info.php:336
1042
- msgid ""
1043
- "This website uses cookies to improve your experience. We'll assume you're ok "
1044
- "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
1045
- "[cookie_link]"
1046
  msgstr ""
1047
- "Denne hjemmeside bruger cookies til at forbedre din oplevelse. Vi antager du "
1048
- "er ok med det, men du kan fravælge hvis du ønsker. [cookie_button] "
1049
- "[cookie_settings] [cookie_link]"
1050
 
1051
- #: includes/class-cookie-law-info.php:343
1052
- msgid "Privacy & Cookies Policy"
1053
- msgstr "Privacy & Cookies Policy"
1054
 
1055
- #: public/class-cookie-law-info-public.php:161
 
 
 
 
1056
  msgid "GDPR Cookie Consent"
1057
- msgstr "Cookie samtykke"
1058
 
1059
- #: public/class-cookie-law-info-public.php:162
1060
  msgid "Cookie List"
1061
  msgstr "Cookie liste"
1062
 
1063
- #: public/class-cookie-law-info-public.php:163
1064
- #: public/modules/shortcode/shortcode.php:118
1065
- #: public/modules/shortcode/shortcode.php:191
1066
  msgid "Cookie"
1067
  msgstr "Cookie"
1068
 
1069
- #: public/class-cookie-law-info-public.php:164
1070
  msgid "Add New"
1071
  msgstr "Tilføj ny"
1072
 
1073
- #: public/class-cookie-law-info-public.php:165
1074
  msgid "Add New Cookie Type"
1075
- msgstr "Tilføje nye Cookie Type"
1076
 
1077
- #: public/class-cookie-law-info-public.php:166
1078
  msgid "Edit Cookie Type"
1079
  msgstr "Rediger cookie type"
1080
 
1081
- #: public/class-cookie-law-info-public.php:167
1082
  msgid "New Cookie Type"
1083
- msgstr "Ny Cookie Type"
1084
 
1085
- #: public/class-cookie-law-info-public.php:168
1086
  msgid "View Cookie Type"
1087
  msgstr "Se cookie type"
1088
 
1089
- #: public/class-cookie-law-info-public.php:169
1090
  msgid "Search Cookies"
1091
- msgstr "Søg Cookies"
1092
 
1093
- #: public/class-cookie-law-info-public.php:170
1094
  msgid "Nothing found"
1095
  msgstr "Intet fundet"
1096
 
1097
- #: public/class-cookie-law-info-public.php:171
1098
  msgid "Nothing found in Trash"
1099
  msgstr "Intet fundet i papirkurven"
1100
 
1101
- #: public/class-cookie-law-info-public.php:208
1102
- #: public/modules/script-blocker/script-blocker.php:125
1103
- msgid "Cookie Category"
1104
- msgstr "Cookie kategori"
1105
 
1106
- #: public/modules/script-blocker/classes/class-script-blocker.php:322
1107
- msgid "Google Analytics"
1108
- msgstr ""
1109
 
1110
- #: public/modules/script-blocker/classes/class-script-blocker.php:336
1111
- msgid "Facebook Pixel Code"
1112
- msgstr ""
1113
 
1114
- #: public/modules/script-blocker/classes/class-script-blocker.php:347
1115
- msgid "Google Tag Manager"
1116
- msgstr ""
1117
 
1118
- #: public/modules/script-blocker/classes/class-script-blocker.php:359
1119
- #, php-format
1120
- msgid ""
1121
- "Invalid index found in the thirdparties array. Index should be of type "
1122
- "'string'. Index found: %d."
1123
- msgstr ""
1124
 
1125
- #: public/modules/script-blocker/classes/class-script-blocker.php:644
1126
- msgid "Action is unknown."
1127
- msgstr "Denne handling er ukendt."
1128
 
1129
- #: public/modules/script-blocker/script-blocker.php:245
1130
- #: public/modules/script-blocker/script-blocker.php:246
1131
- msgid "Script Blocker"
1132
- msgstr "Script Blocker"
1133
 
1134
- #: public/modules/script-blocker/views/admin_script_blocker.php:8
1135
- msgid "Manage Script Blocking"
1136
- msgstr "Administrere Script blokering"
1137
 
1138
- #: public/modules/script-blocker/views/admin_script_blocker.php:21
1139
- msgid "&nbsp;"
1140
- msgstr ""
1141
 
1142
- #: public/modules/script-blocker/views/admin_script_blocker.php:22
1143
- msgid "Name"
1144
- msgstr "Fornavn"
 
 
 
1145
 
1146
- #: public/modules/script-blocker/views/admin_script_blocker.php:23
1147
- msgid "Enabled"
1148
- msgstr "Aktiveret"
1149
 
1150
- #: public/modules/script-blocker/views/admin_script_blocker.php:24
1151
- #: public/modules/shortcode/shortcode.php:121
1152
- #: public/modules/shortcode/shortcode.php:194
1153
- msgid "Description"
1154
- msgstr "Beskrivelse"
1155
 
1156
- #: public/modules/script-blocker/views/admin_script_blocker.php:25
1157
- msgid "Category"
1158
- msgstr "Kategori"
1159
 
1160
- #: public/modules/script-blocker/views/admin_script_blocker.php:26
1161
- msgid "Key"
1162
- msgstr "Nøgle"
1163
 
1164
- #: public/modules/shortcode/shortcode.php:70
1165
- msgid "Delete Cookies"
1166
- msgstr "Slet cookies fra"
1167
 
1168
- #: public/modules/shortcode/shortcode.php:119
1169
- #: public/modules/shortcode/shortcode.php:192
1170
- msgid "Type"
1171
- msgstr "Type"
1172
 
1173
- #: public/modules/shortcode/shortcode.php:120
1174
- #: public/modules/shortcode/shortcode.php:193
1175
- msgid "Duration"
1176
- msgstr "Bestillingsdato"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1177
 
1178
- #: public/modules/visitor-report/classes/class-visitor-history.php:26
1179
- msgid "No Consent History"
1180
- msgstr "Ingen samtykke historie"
1181
 
1182
- #: public/modules/visitor-report/classes/class-visitor-history.php:75
1183
- msgid "IP Address"
1184
- msgstr "IP-adresse"
1185
 
1186
- #: public/modules/visitor-report/classes/class-visitor-history.php:76
1187
- msgid "Visited Date"
1188
- msgstr "Besøgte"
1189
 
1190
- #: public/modules/visitor-report/classes/class-visitor-history.php:77
1191
- msgid "Cookie Details"
1192
- msgstr "Cookie-detaljer"
1193
 
1194
- #: public/modules/visitor-report/classes/class-visitor-history.php:78
1195
- msgid "User ID"
1196
- msgstr "Bruger-ID"
1197
 
1198
- #: public/modules/visitor-report/classes/class-visitor-history.php:101
1199
- msgid "Delete"
1200
- msgstr "Slet"
1201
 
1202
- #: public/modules/visitor-report/views/visitor_report.php:9
1203
- msgid "GDPR Consent History"
1204
- msgstr "GDPR-samtykkehistorie"
1205
 
1206
- #: public/modules/visitor-report/views/visitor_report.php:11
1207
- msgid "Export Report"
1208
- msgstr "Eksportrapport"
1209
 
1210
- #: public/modules/visitor-report/visitor-report.php:132
1211
- msgid "Event Logged Successfully"
1212
- msgstr "Event Logged Successfully"
1213
 
1214
- #: public/modules/visitor-report/visitor-report.php:135
1215
- msgid "Error"
1216
- msgstr "Fejl"
1217
 
1218
- #: public/modules/visitor-report/visitor-report.php:141
1219
- msgid "Logging is not enabled"
1220
- msgstr "Logning er ikke aktiveret"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1221
 
1222
- #: public/modules/visitor-report/visitor-report.php:155
1223
- #: public/modules/visitor-report/visitor-report.php:156
1224
- msgid "Consent Report"
1225
- msgstr "Samtykke rapport"
1226
 
1227
  #~ msgid "Cookie Bar will be show in:"
1228
  #~ msgstr "Cookie Bar vil blive vist i:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2019-01-09 14:53+0530\n"
5
+ "PO-Revision-Date: 2019-01-09 15:14+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: da\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin/class-cookie-law-info-admin.php:142
19
+ #: admin/class-cookie-law-info-admin.php:143
20
+ #: admin/partials/cookie-law-info-admin_settings.php:31
 
21
  msgid "Cookie Law Settings"
22
+ msgstr "GDPR Cookie Consent indstillinger"
23
+
24
+ #: admin/class-cookie-law-info-admin.php:150
25
+ #: admin/class-cookie-law-info-admin.php:151
26
+ msgid "Non-necessary Cookie"
27
+ msgstr "Ikke-nødvendigt Cookie"
28
+
29
+ #: admin/class-cookie-law-info-admin.php:181
 
 
 
 
 
 
30
  msgid "Settings"
31
  msgstr "Indstillinger"
32
 
33
+ #: admin/class-cookie-law-info-admin.php:182
34
  msgid "Support"
35
  msgstr "Support"
36
 
37
+ #: admin/class-cookie-law-info-admin.php:183
38
+ msgid "Premium Upgrade"
39
+ msgstr "Premium Opgradering"
 
40
 
41
+ #: admin/class-cookie-law-info-admin.php:223
42
+ #: admin/class-cookie-law-info-admin.php:274
 
43
  msgid "Settings Updated."
44
  msgstr "Indstillinger opdateret."
45
 
46
+ #: admin/class-cookie-law-info-admin.php:251
47
+ msgid "You do not have sufficient permission to perform this operation"
48
+ msgstr "Du har ikke den nødvendige tilladelse til at udføre denne operation"
49
+
50
+ #: admin/class-cookie-law-info-admin.php:289
51
  msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
52
+ msgstr "FEJL I INDSTILLINGER FOR OVERFLYTNING (FEJL: 2)"
53
+
54
+ #: admin/partials/cookie-law-info-admin_settings.php:25
55
+ #: admin/views/admin_non_necessary_cookie.php:14
56
+ msgid "Settings updated."
57
+ msgstr "Indstillingerne er opdateret."
58
+
59
+ #: admin/partials/cookie-law-info-admin_settings.php:26
60
+ #: admin/views/admin_non_necessary_cookie.php:15
61
+ msgid "Unable to update Settings."
62
+ msgstr "Der kan ikke opdatere indstillinger."
63
+
64
+ #: admin/partials/cookie-law-info-admin_settings.php:27
65
+ msgid "Settings reset to defaults."
66
+ msgstr "Indstillinger er nulstillet"
67
+
68
+ #: admin/partials/cookie-law-info-admin_settings.php:28
69
+ msgid "Unable to reset settings."
70
+ msgstr "Indstillinger kan ikke nulstilles"
71
+
72
+ #: admin/partials/cookie-law-info-admin_settings.php:39
73
+ msgid "Your Cookie Law Info bar is switched on"
74
+ msgstr "Din Cookie Bar vises"
75
+
76
+ #: admin/partials/cookie-law-info-admin_settings.php:47
77
+ msgid "Your Cookie Law Info bar is switched off"
78
+ msgstr "Din Cookie Bar vises ikke"
79
+
80
+ #: admin/views/admin-settings-advanced.php:9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  msgid ""
82
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
83
+ "try adjusting these settings."
84
  msgstr ""
85
+ "Undertiden anvender temaer indstillinger, der kolliderer med plugins. Hvis "
86
+ "dette sker, kan du prøve at justere disse indstillinger."
87
 
88
+ #: admin/views/admin-settings-advanced.php:23
89
+ msgid "Reset all values"
90
+ msgstr "Nulstil alle værdier"
91
+
92
+ #: admin/views/admin-settings-advanced.php:25
93
+ msgid "Delete settings and reset"
94
+ msgstr "Slet indstillinger og nulstil"
95
+
96
+ #: admin/views/admin-settings-advanced.php:25
97
+ msgid "Are you sure you want to delete all your settings?"
98
+ msgstr "Er du sikker på, at du vil slette alle dine indstillinger?"
99
+
100
+ #: admin/views/admin-settings-advanced.php:26
101
+ msgid "Warning: this will actually delete your current settings."
102
+ msgstr "Advarsel: Dette vil slette alle dine nuværende indstillinger."
103
+
104
+ #: admin/views/admin-settings-buttons.php:10
105
+ msgid "Accept Button"
106
+ msgstr "Tillad knap"
107
 
108
+ #: admin/views/admin-settings-buttons.php:11
109
+ #: admin/views/admin-settings-buttons.php:91
110
+ msgid "Reject Button"
111
+ msgstr "Afvis knap"
112
+
113
+ #: admin/views/admin-settings-buttons.php:12
114
+ #: admin/views/admin-settings-buttons.php:162
115
+ msgid "Read More Link"
116
+ msgstr "Læs-mere link"
117
+
118
+ #: admin/views/admin-settings-buttons.php:18
119
+ msgid "Main Button"
120
+ msgstr "Vigtigste knap"
121
 
122
+ #: admin/views/admin-settings-buttons.php:19
123
+ msgid ""
124
+ "This button/link can be customised to either simply close the cookie bar, or "
125
+ "follow a link. You can also customise the colours and styles, and show it as "
126
+ "a link or a button."
127
  msgstr ""
128
+ "Denne knap/link kan tilpasses til enten at lukke Cookie Bar, eller at følge "
129
+ "et link. Du kan også tilpasse farver og typografi, og vise det som et "
130
+ "hyperlink eller en knap."
131
 
132
+ #: admin/views/admin-settings-buttons.php:22
133
+ #: admin/views/admin-settings-buttons.php:94
134
+ #: admin/views/admin-settings-buttons.php:166
135
+ msgid "Text"
136
+ msgstr "Tekst"
137
 
138
+ #: admin/views/admin-settings-buttons.php:28
139
+ #: admin/views/admin-settings-buttons.php:100
140
+ #: admin/views/admin-settings-buttons.php:172
141
+ msgid "Text colour"
142
+ msgstr "Tekstfarve"
143
 
144
+ #: admin/views/admin-settings-buttons.php:36
145
+ #: admin/views/admin-settings-buttons.php:108
146
+ #: admin/views/admin-settings-buttons.php:180
147
+ msgid "Show as"
148
+ msgstr "Vis som"
149
 
150
+ #: admin/views/admin-settings-buttons.php:38
151
+ #: admin/views/admin-settings-buttons.php:110
152
+ #: admin/views/admin-settings-buttons.php:182
153
+ msgid "Button"
154
+ msgstr "Knap"
155
 
156
+ #: admin/views/admin-settings-buttons.php:40
157
+ #: admin/views/admin-settings-buttons.php:112
158
+ #: admin/views/admin-settings-buttons.php:184
159
+ msgid "Link"
160
+ msgstr "Link"
161
 
162
+ #: admin/views/admin-settings-buttons.php:44
163
+ #: admin/views/admin-settings-buttons.php:116
164
+ #: admin/views/admin-settings-buttons.php:188
165
+ msgid "Background colour"
166
+ msgstr "Baggrundsfarve"
167
 
168
+ #: admin/views/admin-settings-buttons.php:53
169
+ #: admin/views/admin-settings-buttons.php:124
170
+ msgid "Action"
171
+ msgstr "Handling"
172
 
173
+ #: admin/views/admin-settings-buttons.php:61
174
+ #: admin/views/admin-settings-buttons.php:136
175
+ #: admin/views/admin-settings-buttons.php:199
176
+ #: admin/views/admin-settings-buttons.php:206
177
+ msgid "URL"
178
+ msgstr "URL"
179
 
180
+ #: admin/views/admin-settings-buttons.php:64
181
+ #: admin/views/admin-settings-buttons.php:139
182
+ msgid "Button will only link to URL if Action = Open URL"
183
+ msgstr "Knappen vil kun linke til URL, hvis Handling = Åben URL"
184
 
185
+ #: admin/views/admin-settings-buttons.php:69
186
+ #: admin/views/admin-settings-buttons.php:144
187
+ msgid "Open URL in new window?"
188
+ msgstr "Åbn i nyt vindue?"
189
+
190
+ #: admin/views/admin-settings-buttons.php:71
191
+ #: admin/views/admin-settings-buttons.php:146
192
+ #: admin/views/admin-settings-buttons.php:250
193
+ #: admin/views/admin-settings-general.php:57
194
+ #: admin/views/admin-settings-general.php:89
195
+ #: admin/views/admin-settings-general.php:136
196
+ #: admin/views/admin-settings-general.php:152
197
+ #: admin/views/admin-settings-general.php:169
198
+ #: admin/views/admin-settings-general.php:238
199
+ #: admin/views/admin-settings-general.php:246
200
+ #: admin/views/admin-settings-general.php:253
201
+ #: admin/views/admin-settings-messagebar.php:51
202
+ msgid "Yes"
203
+ msgstr "Ja"
204
+
205
+ #: admin/views/admin-settings-buttons.php:73
206
+ #: admin/views/admin-settings-buttons.php:147
207
+ #: admin/views/admin-settings-buttons.php:251
208
+ #: admin/views/admin-settings-general.php:58
209
+ #: admin/views/admin-settings-general.php:90
210
+ #: admin/views/admin-settings-general.php:137
211
+ #: admin/views/admin-settings-general.php:153
212
+ #: admin/views/admin-settings-general.php:170
213
+ #: admin/views/admin-settings-general.php:239
214
+ #: admin/views/admin-settings-general.php:247
215
+ #: admin/views/admin-settings-general.php:254
216
+ #: admin/views/admin-settings-messagebar.php:52
217
+ msgid "No"
218
+ msgstr "Nej"
219
+
220
+ #: admin/views/admin-settings-buttons.php:80
221
+ #: admin/views/admin-settings-buttons.php:151
222
+ #: admin/views/admin-settings-buttons.php:255
223
+ msgid "Size"
224
+ msgstr "Størrelse"
225
+
226
+ #: admin/views/admin-settings-buttons.php:163
227
+ msgid ""
228
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
229
+ "Policy. You can customise it any way you like."
230
+ msgstr ""
231
+ "Denne knap/link kan bruges til at linke til dit Privatlivs- og "
232
+ "Cookiepolitik. Du kan tilpasse det præcist som du har lyst."
233
+
234
+ #: admin/views/admin-settings-buttons.php:197
235
+ msgid "URL or Page?"
236
+ msgstr "URL eller side?"
237
+
238
+ #: admin/views/admin-settings-buttons.php:201
239
+ #: admin/views/admin-settings-buttons.php:212
240
+ msgid "Page"
241
+ msgstr "Side"
242
+
243
+ #: admin/views/admin-settings-buttons.php:215
244
+ msgid "Select One"
245
+ msgstr "Vælg en"
246
+
247
+ #: admin/views/admin-settings-buttons.php:240
248
+ msgid "The currently selected page does not exist. Please select a new page."
249
+ msgstr "Den valgte side eksisterer ikke"
250
+
251
+ #: admin/views/admin-settings-buttons.php:248
252
+ msgid "Open in new window?"
253
+ msgstr "Åbn i et nyt vindue"
254
+
255
+ #: admin/views/admin-settings-general.php:9
256
+ #: admin/views/admin-settings-general.php:15
257
+ #: admin/views/admin-settings-messagebar.php:8
258
+ msgid "Cookie Bar"
259
+ msgstr "Cookie Bar"
260
+
261
+ #: admin/views/admin-settings-general.php:10
262
+ #: admin/views/admin-settings-general.php:164
263
+ msgid "Show Again Tab"
264
+ msgstr "Vis igen fane"
265
 
 
266
  #: admin/views/admin-settings-general.php:11
267
+ #: admin/views/admin-settings-general.php:230
268
+ msgid "Other"
269
+ msgstr "Andet"
270
+
271
+ #: admin/views/admin-settings-general.php:19
272
  msgid "Cookie Bar is currently:"
273
+ msgstr "Cookie Bar bliver i øjeblikket:"
274
 
275
+ #: admin/views/admin-settings-general.php:21
 
 
 
 
 
276
  msgid "On"
277
+ msgstr "Vist"
278
+
279
+ #: admin/views/admin-settings-general.php:22
 
 
 
 
 
280
  msgid "Off"
281
+ msgstr "Ikke vist"
282
 
283
+ #: admin/views/admin-settings-general.php:26
284
+ msgid "Cookie bar as"
285
+ msgstr "Cookie bar som"
 
286
 
287
+ #: admin/views/admin-settings-general.php:33
288
+ msgid "Banner"
289
+ msgstr "Banner"
 
290
 
291
+ #: admin/views/admin-settings-general.php:36
292
+ msgid "Popup"
293
+ msgstr "Popup"
294
+
295
+ #: admin/views/admin-settings-general.php:39
296
+ msgid "Widget"
297
+ msgstr "Widget"
298
+
299
+ #: admin/views/admin-settings-general.php:45
300
+ msgid "Position"
301
+ msgstr "Position"
302
+
303
+ #: admin/views/admin-settings-general.php:55
304
+ msgid "Add overlay?"
305
+ msgstr "Tilføj et overlay?"
306
+
307
+ #: admin/views/admin-settings-general.php:59
308
+ msgid ""
309
+ "When the popup is active, an overlay will block the user from browsing the "
310
+ "site."
311
+ msgstr ""
312
+ "Når popup er aktiveret, vil et overlay forhindre brugeren i at se denne side"
313
+
314
+ #: admin/views/admin-settings-general.php:60
315
+ msgid "`Accept on scroll` will not work along with this option."
316
+ msgstr "\"Tillad ved rulning\" vil ikke kunne bruges med denne indstilling"
317
+
318
+ #: admin/views/admin-settings-general.php:65
319
  msgid "Cookie Bar will be shown in:"
320
  msgstr "Cookie Bar vises i:"
321
 
322
+ #: admin/views/admin-settings-general.php:71
323
+ #: admin/views/admin-settings-general.php:74
 
 
324
  msgid "Header"
325
+ msgstr "Header"
326
 
327
+ #: admin/views/admin-settings-general.php:72
328
+ #: admin/views/admin-settings-general.php:75
 
 
329
  msgid "Footer"
330
  msgstr "Footer"
331
 
332
+ #: admin/views/admin-settings-general.php:87
 
333
  msgid "Fix Cookie Bar to Header?"
334
+ msgstr "Fastgør Cookie Bar til Header?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
 
336
+ #: admin/views/admin-settings-general.php:91
 
337
  msgid ""
338
  "If you select \"Header\" then you can optionally stick the cookie bar to the "
339
  "header. Will not have any effect if you select \"Footer\"."
340
  msgstr ""
341
+ "Hvis du vælger \"Header\" kan du vælge at fastgøre Cookie bar til din "
342
+ "Header. Denne indstilling vil ikke have nogen virkning, hvis du har valgt "
343
+ "Footer."
344
 
345
+ #: admin/views/admin-settings-general.php:100
 
346
  msgid "On load"
347
+ msgstr "Ved indlæsning"
348
 
349
+ #: admin/views/admin-settings-general.php:105
350
+ #: admin/views/admin-settings-general.php:108
351
+ #: admin/views/admin-settings-general.php:121
352
+ #: admin/views/admin-settings-general.php:124
 
 
 
 
353
  msgid "Animate"
354
+ msgstr "Animér"
355
 
356
+ #: admin/views/admin-settings-general.php:106
357
+ #: admin/views/admin-settings-general.php:109
 
 
358
  msgid "Sticky"
359
+ msgstr "Fastgjort"
360
 
361
+ #: admin/views/admin-settings-general.php:116
 
362
  msgid "On hide"
363
+ msgstr "Ved gem"
364
 
365
+ #: admin/views/admin-settings-general.php:122
366
+ #: admin/views/admin-settings-general.php:125
 
 
367
  msgid "Disappear"
368
  msgstr "Forsvinde"
369
 
370
+ #: admin/views/admin-settings-general.php:134
 
371
  msgid "Auto-hide(Accept) cookie bar after delay?"
372
+ msgstr "Vil du automatisk skjule (Accept) Cookie Bar med en forsinkelse?"
373
 
374
+ #: admin/views/admin-settings-general.php:141
 
375
  msgid "Milliseconds until hidden"
376
+ msgstr "Millisekunder indtil den bliver skjult"
377
 
378
+ #: admin/views/admin-settings-general.php:144
 
379
  msgid "Specify milliseconds (not seconds)"
380
  msgstr "Angive millisekunder (ikke sekunder)"
381
 
382
+ #: admin/views/admin-settings-general.php:144
 
383
  msgid "seconds"
384
  msgstr "sekunder"
385
 
386
+ #: admin/views/admin-settings-general.php:150
 
387
  msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
388
+ msgstr ""
389
+ "Vil du automatisk skjule Cookie Bar, hvis brugeren ruller med musen (Tillad "
390
+ "med rulning)?"
391
 
392
+ #: admin/views/admin-settings-general.php:154
 
393
  msgid ""
394
  "As per latest GDPR policies it is required to take an explicit consent for "
395
  "the cookies. Use this option with discretion especially if you serve EU"
396
  msgstr ""
397
+ "I henhold til det seneste GDPR-regulativ er det nødvendigt at indhente et "
398
+ "udtrykkeligt samtykke til brugen af cookies. Brug altid denne mulighed, hvis "
399
+ "din side vises i EU"
 
 
 
 
 
 
 
 
 
400
 
401
+ #: admin/views/admin-settings-general.php:155
402
+ msgid "This option will not work along with `Popup overlay`."
403
+ msgstr "Denne indstilling vil ikke kunne bruges med popup overlay"
 
404
 
405
+ #: admin/views/admin-settings-general.php:167
 
406
  msgid "Use Show Again Tab?"
407
+ msgstr "Brug vis igen fanen?"
408
 
409
+ #: admin/views/admin-settings-general.php:175
410
+ #: admin/views/admin-settings-general.php:192
411
  msgid "Tab Position"
412
+ msgstr "Fanens position"
413
 
414
+ #: admin/views/admin-settings-general.php:180
415
+ #: admin/views/admin-settings-general.php:183
 
 
416
  msgid "Right"
417
  msgstr "Højre"
418
 
419
+ #: admin/views/admin-settings-general.php:181
420
+ #: admin/views/admin-settings-general.php:184
 
 
421
  msgid "Left"
422
  msgstr "Venstre"
423
 
424
+ #: admin/views/admin-settings-general.php:199
425
+ msgid "Bottom Right"
426
+ msgstr "Nederst til højre"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
 
428
+ #: admin/views/admin-settings-general.php:202
429
+ msgid "Bottom Left"
430
+ msgstr "Nederst til venstre"
 
431
 
432
+ #: admin/views/admin-settings-general.php:205
433
+ msgid "Top Right"
434
+ msgstr "Øverst til højre"
 
435
 
436
+ #: admin/views/admin-settings-general.php:208
437
+ msgid "Top Left"
438
+ msgstr "Øverst til venstre"
 
439
 
440
+ #: admin/views/admin-settings-general.php:215
441
+ msgid "From Left Margin"
442
+ msgstr "Fra venstre margin"
 
443
 
444
+ #: admin/views/admin-settings-general.php:218
445
+ msgid "Specify"
446
+ msgstr "Specificér"
447
 
448
+ #: admin/views/admin-settings-general.php:222
449
+ msgid "Show More Text"
450
+ msgstr "Vis mere tekst"
 
451
 
452
+ #: admin/views/admin-settings-general.php:233
453
+ msgid "Reload after \"scroll accept\" event?"
 
 
 
 
454
  msgstr ""
455
+ "Vil du genindlæse siden efter at brugeren har brugt \"tilladelse ved rulning"
456
+ "\"?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
457
 
458
+ #: admin/views/admin-settings-general.php:244
459
+ msgid "Reload after Accept button click"
460
+ msgstr "Genindlæs siden efter klik på Tillad knappen"
 
461
 
462
+ #: admin/views/admin-settings-general.php:251
463
+ msgid "Reload after Reject button click"
464
+ msgstr "Genindlæs siden efter klik på Afvis knappen"
 
 
 
 
 
465
 
466
+ #: admin/views/admin-settings-help.php:9
467
+ msgid "Shortcodes"
468
+ msgstr "Kortkoder"
469
 
 
470
  #: admin/views/admin-settings-help.php:10
471
+ #: admin/views/admin-settings-help.php:76
472
+ msgid "Help Links"
473
+ msgstr "Hjælp links"
474
+
475
+ #: admin/views/admin-settings-help.php:16
476
  msgid "Cookie bar shortcodes"
477
+ msgstr "Cookie Bar kortkoder"
478
 
479
+ #: admin/views/admin-settings-help.php:17
 
480
  msgid ""
481
  "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
482
  "bar. They add nicely formatted buttons and/or links into the cookie bar, "
483
  "without you having to add any HTML."
484
  msgstr ""
485
+ "Du kan angive kortkoder i beskedfeltet af Cookie Bar. De tilføjer "
486
+ "formaterede knapper og/eller links til Cookie Bar, uden at du behøver at "
487
+ "bruge HTML koder."
 
 
 
 
488
 
489
+ #: admin/views/admin-settings-help.php:22
 
490
  msgid ""
491
  "If you just want a standard green \"Accept\" button that closes the header "
492
  "and nothing more, use this shortcode. It is already styled, you don't need "
493
  "to customise it."
494
  msgstr ""
495
+ "Hvis du ønsker en standard grøn \"Tillad\" knap, der bare lukker Cookie Bar, "
496
+ "kan du bruge denne kortkode. Det er præ-formateret, så du ikke behøver at "
497
+ "tilpasse den."
498
 
499
+ #: admin/views/admin-settings-help.php:26
 
500
  msgid ""
501
  "Alternatively you can add a colour value. Choose from: red, blue, orange, "
502
  "yellow, green or pink."
503
  msgstr ""
504
+ "Alternativt kan du tilføje en farve. Vælge imellem: rød, blå, orange, gul, "
505
+ "grøn eller pink."
506
 
507
+ #: admin/views/admin-settings-help.php:26
 
508
  msgid "Careful to use the British spelling of \"colour\" for the attribute."
509
+ msgstr ""
510
+ "Pas på at bruge den britiske stavning af farve (colour) til attributten."
511
 
512
+ #: admin/views/admin-settings-help.php:30
 
513
  msgid "This is the \"main button\" you customise above."
514
+ msgstr "Dette er den \"hovedknap\", som du har tilpasset ovenfor."
 
 
 
 
 
515
 
516
+ #: admin/views/admin-settings-help.php:34
 
517
  msgid "This is the cookie reject button shortcode."
518
+ msgstr "Dette er kortkoden for Afvis knappen."
519
 
520
+ #: admin/views/admin-settings-help.php:38
 
521
  msgid "This is the \"read more\" link you customise above."
522
+ msgstr "Dette er linket \"Læs mere\", som du har tilpasset ovenfor."
523
 
524
+ #: admin/views/admin-settings-help.php:42
 
525
  msgid "Other shortcodes"
526
  msgstr "Andre kortkoder"
527
 
528
+ #: admin/views/admin-settings-help.php:43
 
529
  msgid ""
530
  "These shortcodes can be used in pages and posts on your website. It is not "
531
  "recommended to use these inside the cookie bar itself."
532
  msgstr ""
533
  "Disse kortkoder kan bruges i sider og indlæg på din hjemmeside. Det "
534
+ "anbefales ikke at bruge dem inde i selve Cookie Bar."
535
 
536
+ #: admin/views/admin-settings-help.php:49
 
537
  msgid ""
538
  "This prints out a nice table of cookies, in line with the guidance given by "
539
  "the ICO."
540
  msgstr ""
541
+ "Denne funktion udskriver en formateret tabel med cookies, i overensstemmelse "
542
  "med retningslinjerne fra ICO."
543
 
544
+ #: admin/views/admin-settings-help.php:49
 
545
  msgid ""
546
  "You need to enter the cookies your website uses via the Cookie Law Info menu "
547
  "in your WordPress dashboard."
548
  msgstr ""
549
+ "NB: Du skal først indtaste de cookies, som din hjemmeside bruger via GDPR "
550
+ "Cookie Consent menuen i WordPress kontrolpanel."
551
 
552
+ #: admin/views/admin-settings-help.php:59
 
 
 
 
 
 
 
 
 
 
 
553
  msgid ""
554
  "This shortcode will display a normal HTML link which when clicked, will "
555
  "delete the cookie set by Cookie Law Info (this cookie is used to remember "
556
  "that the cookie bar is closed)."
557
  msgstr ""
558
+ "Denne kortkode viser et normalt HTML link, som vil slette cookies der er sat "
559
+ "af GDPR Cookie Consent (denne cookie bruges til at huske, at Cookie Bar er "
560
+ "lukket)."
561
 
562
+ #: admin/views/admin-settings-help.php:63
 
563
  msgid ""
564
  "Add any text you like- useful if you want e.g. another language to English."
565
  msgstr ""
566
+ "Tilføj din egen tekst; nyttigt hvis du vil fx vil bruge et andet sprog."
567
 
568
+ #: admin/views/admin-settings-help.php:67
569
+ msgid "Add content after accepting the cookie notice."
570
+ msgstr "Tilføj indhold efter at have accepteret cookiemeddelelsen."
 
571
 
572
+ #: admin/views/admin-settings-help.php:80
573
+ #: admin/views/admin-settings-help.php:83 admin/views/goto-pro.php:92
574
+ msgid "Documentation"
575
+ msgstr "Dokumentation"
 
 
 
 
576
 
577
+ #: admin/views/admin-settings-help.php:81
578
+ msgid "Refer to our documentation to set and get started"
579
+ msgstr "Vi henviser til vores dokumentation for at komme i gang"
 
580
 
581
+ #: admin/views/admin-settings-help.php:88
582
+ msgid "Help and Support"
583
+ msgstr "Hjælp og Support"
 
584
 
585
+ #: admin/views/admin-settings-help.php:89
586
+ msgid "We would love to help you on any queries or issues."
587
+ msgstr "Vi hjælper gerne med spørgsmål og problemer"
 
588
 
589
+ #: admin/views/admin-settings-help.php:91
590
+ msgid "Contact Us"
591
+ msgstr "Kontakt os"
 
592
 
593
+ #: admin/views/admin-settings-messagebar.php:11
594
+ msgid "Message Heading"
595
+ msgstr "Meddelelse overskrift"
596
 
597
+ #: admin/views/admin-settings-messagebar.php:14
598
+ msgid "Leave it blank, If you do not need a heading"
599
+ msgstr "Efterlad den tom, hvis du ikke vil bruge en overskrift"
 
600
 
601
+ #: admin/views/admin-settings-messagebar.php:19
602
+ msgid "Message"
603
+ msgstr "Meddelelse"
604
 
605
+ #: admin/views/admin-settings-messagebar.php:25
606
+ msgid "Shortcodes allowed: see the Help Guide tab"
607
+ msgstr "Tilladte shortcodes: Se fanen Hjælpeguide"
608
+
609
+ #: admin/views/admin-settings-messagebar.php:25
610
  msgid ""
611
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
612
+ "to delete cookies [cookie_link].\""
613
  msgstr ""
614
+ "Eksempler: \"Vi bruger cookies dette websted [cookie_accept] til at finde "
615
+ "ud af, hvordan vi kan slette cookies [cookie_link].\""
616
 
617
+ #: admin/views/admin-settings-messagebar.php:29
618
+ msgid "Cookie Bar Colour"
619
+ msgstr "Cookie Bar farve"
620
 
621
+ #: admin/views/admin-settings-messagebar.php:39
622
+ msgid "Text Colour"
623
+ msgstr "Tekstfarve"
624
 
625
+ #: admin/views/admin-settings-messagebar.php:49
626
+ msgid "Show Border?"
627
+ msgstr "Vis rammer?"
628
 
629
+ #: admin/views/admin-settings-messagebar.php:56
630
+ msgid "Border Colour"
631
+ msgstr "Rammefarve"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
 
633
+ #: admin/views/admin-settings-messagebar.php:66
634
+ msgid "Font"
635
+ msgstr "Skrift"
 
 
 
636
 
637
+ #: admin/views/admin-settings-save-button.php:12
638
+ #: admin/views/admin_non_necessary_cookie.php:58
639
+ msgid "Update Settings"
640
+ msgstr "Opdatér indstillinger"
 
641
 
642
+ #: admin/views/admin_non_necessary_cookie.php:20
643
+ msgid "Non-necessary Cookie Settings"
644
+ msgstr "Ikke-nødvendige cookieindstillinger"
 
 
645
 
646
+ #: admin/views/admin_non_necessary_cookie.php:27
647
+ msgid "Enable Non-necessary Cookie"
648
+ msgstr "Aktivér ikke-nødvendigt cookie"
 
 
 
649
 
650
+ #: admin/views/admin_non_necessary_cookie.php:34
 
651
  msgid ""
652
+ "This script will be added to the page HEAD section if the above settings is "
653
+ "enabled and user has give consent."
654
  msgstr ""
655
+ "Dette script vil blive tilføjet til side HEAD sektionen, hvis ovenstående "
656
+ "indstillinger er aktiveret og brugeren har givet samtykke."
657
 
658
+ #: admin/views/admin_non_necessary_cookie.php:39
 
659
  msgid ""
660
+ "Print scripts in the head tag on the front end if above cookie settings is "
661
+ "enabled and user has given consent."
662
  msgstr ""
663
+ "Udskriv scripts i hovedetiketten på forsiden, hvis ovennævnte cookie-"
664
+ "indstillinger er aktiveret, og brugeren har givet samtykke."
665
 
666
+ #: admin/views/admin_non_necessary_cookie.php:46
 
667
  msgid ""
668
+ "This script will be added right after the BODY section if the above settings "
669
+ "is enabled and user has given consent."
 
670
  msgstr ""
671
+ "Dette script vil blive tilføjet lige efter afsnittet BODY, hvis ovenstående "
672
+ "indstillinger er aktiveret, og brugeren har givet samtykke."
673
 
674
+ #: admin/views/admin_non_necessary_cookie.php:49
 
675
  msgid ""
676
+ "Print scripts before the closing body tag on the front end if above cookie "
677
+ "settings is enabled and user has given consent."
678
  msgstr ""
679
+ "Udskriv scripts før den afsluttende body tag på den forreste ende, hvis "
680
+ "ovennævnte cookie indstillinger er aktiveret og brugeren har givet samtykke."
681
 
682
+ #: admin/views/goto-pro.php:56
683
+ msgid "Where did my settings go?"
684
+ msgstr "Hvor er mine indstillinger?"
 
 
 
 
685
 
686
+ #: admin/views/goto-pro.php:57
687
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
 
 
 
 
688
  msgstr ""
689
+ "Cookie GDPR Cookie Consent version 0.9 er blevet opdateret og har nye "
690
+ "indstillinger."
691
 
692
+ #: admin/views/goto-pro.php:57
693
+ msgid "Your previous settings are safe."
694
+ msgstr "Dine tidligere indstillinger er sikrede."
 
 
 
 
695
 
696
+ #: admin/views/goto-pro.php:58
 
697
  msgid ""
698
+ "You can either copy over your old settings to this version, or use the new "
699
+ "default values."
700
  msgstr ""
701
+ "Du kan enten kopiere dine gamle indstillinger over til denne version, eller "
702
+ "bruge de nye standardindstillinger."
703
 
704
+ #: admin/views/goto-pro.php:60
705
+ msgid "Would you like to:"
706
+ msgstr "Vil du:"
 
 
 
 
 
707
 
708
+ #: admin/views/goto-pro.php:62
709
+ msgid "Use previous settings"
710
+ msgstr "Bruge tidligere indstillinger"
 
 
 
 
711
 
712
+ #: admin/views/goto-pro.php:63
713
+ msgid "Start afresh with the new version"
714
+ msgstr "Starte på nye indstillinger med den nye version"
 
 
 
 
715
 
716
+ #: admin/views/goto-pro.php:67
 
717
  msgid ""
718
+ "If you want to go back to the previous version you can always download it "
719
+ "again from"
 
 
720
  msgstr ""
721
+ "Hvis du ønsker at gå tilbage til den tidligere version, kan du altid hente "
722
+ "den igen fra"
723
 
724
+ #: admin/views/goto-pro.php:72
725
+ msgid "Upgrade to Premium"
726
+ msgstr "Opgrader til Premium"
 
 
 
 
727
 
728
+ #: admin/views/goto-pro.php:77
729
+ msgid "Automatic Cookie Scanner"
730
+ msgstr "Automatisk cookie scanner"
731
 
732
+ #: admin/views/goto-pro.php:78
733
+ msgid ""
734
+ "Auto block scripts - Google Analytics, Facebook Pixel, Google Tag Manager, "
735
+ "Hotjar Analytics, Google Publisher Tag, Youtube embed, Vimeo embed, Google "
736
+ "maps, Addthis widget, Sharethis widget, Twitter widget, Soundcloud embed, "
737
+ "Slideshare embed, Linkedin widget, Instagram embed, Pinterest widget"
738
+ msgstr ""
739
+ "Automatisk blokering af scripts - Google Analytics, Facebook Pixel, Google "
740
+ "Tag Manager, Hotjar Analytics, Google Publisher Tag, Youtube embed, Vimeo "
741
+ "embed, Google maps, Addthis widget, Sharethis widget, Twitter widget, "
742
+ "Soundcloud embed, Slideshare embed, Linkedin widget, Instagram embed, "
743
+ "Pinterest widget"
744
+
745
+ #: admin/views/goto-pro.php:79
746
+ msgid "Location based exclusion of cookie notice for EU countries"
747
+ msgstr "Location-based exclusion of cookie banner for EU countries"
748
+
749
+ #: admin/views/goto-pro.php:80
750
+ msgid "Granular control over the cookies/scipts used by the website"
751
+ msgstr "Granulær kontrol over cookies / scipts brugt af hjemmesiden"
752
+
753
+ #: admin/views/goto-pro.php:81
754
+ msgid "User consent audit logs"
755
+ msgstr "Brugers samtykke revidere audit log"
756
+
757
+ #: admin/views/goto-pro.php:82
758
+ msgid "Customized privacy overview"
759
+ msgstr "Brugerdefineret fortrolighedsoversigt"
760
+
761
+ #: admin/views/goto-pro.php:83
762
+ msgid "Cookie bar preview in admin settings page"
763
+ msgstr "'Cookie bar' forhåndsvisning i admin indstillinger side"
764
+
765
+ #: admin/views/goto-pro.php:84
766
+ msgid "Advanced support for cache plugins"
767
+ msgstr "Avanceret support til cache-plugins"
768
+
769
+ #: admin/views/goto-pro.php:85
770
+ msgid "30 Day Money Back Guarantee"
771
+ msgstr "30 dages penge tilbage garanti"
772
+
773
+ #: admin/views/goto-pro.php:86
774
+ msgid "Fast and Superior Support"
775
+ msgstr "Hurtig og overlegen support"
776
+
777
+ #: admin/views/goto-pro.php:87
778
+ msgid "10X Powerful with GDPR Cookie Consent Features That Every Site Needs"
779
+ msgstr ""
780
+ "10X Kraftig med GDPR Cookie-samtykkefunktioner, som ethvert websted har brug "
781
+ "for"
782
 
783
+ #: admin/views/goto-pro.php:97
784
+ msgid "Like this plugin?"
785
+ msgstr "Kan du lide denne plugin?"
786
 
787
+ #: admin/views/goto-pro.php:98
788
+ msgid "If you find this plugin useful please show your support and rate it"
 
 
 
789
  msgstr ""
790
+ "Hvis du finder dette plugin nyttigt, skal du vise din support og bedømme den"
 
 
791
 
792
+ #: admin/views/goto-pro.php:98
793
+ msgid " on"
794
+ msgstr ""
795
 
796
+ #: admin/views/goto-pro.php:98
797
+ msgid " much appreciated!"
798
+ msgstr " Meget værdsat!"
799
+
800
+ #: public/class-cookie-law-info-public.php:159
801
  msgid "GDPR Cookie Consent"
802
+ msgstr "GDPR Cookie Consent"
803
 
804
+ #: public/class-cookie-law-info-public.php:160
805
  msgid "Cookie List"
806
  msgstr "Cookie liste"
807
 
808
+ #: public/class-cookie-law-info-public.php:161
809
+ #: public/modules/shortcode/shortcode.php:133
 
810
  msgid "Cookie"
811
  msgstr "Cookie"
812
 
813
+ #: public/class-cookie-law-info-public.php:162
814
  msgid "Add New"
815
  msgstr "Tilføj ny"
816
 
817
+ #: public/class-cookie-law-info-public.php:163
818
  msgid "Add New Cookie Type"
819
+ msgstr "Tilføje nye cookie type"
820
 
821
+ #: public/class-cookie-law-info-public.php:164
822
  msgid "Edit Cookie Type"
823
  msgstr "Rediger cookie type"
824
 
825
+ #: public/class-cookie-law-info-public.php:165
826
  msgid "New Cookie Type"
827
+ msgstr "Ny cookie type"
828
 
829
+ #: public/class-cookie-law-info-public.php:166
830
  msgid "View Cookie Type"
831
  msgstr "Se cookie type"
832
 
833
+ #: public/class-cookie-law-info-public.php:167
834
  msgid "Search Cookies"
835
+ msgstr "Søg i cookies"
836
 
837
+ #: public/class-cookie-law-info-public.php:168
838
  msgid "Nothing found"
839
  msgstr "Intet fundet"
840
 
841
+ #: public/class-cookie-law-info-public.php:169
842
  msgid "Nothing found in Trash"
843
  msgstr "Intet fundet i papirkurven"
844
 
845
+ #: public/modules/shortcode/shortcode.php:85
846
+ msgid "Delete Cookies"
847
+ msgstr "Slet cookies fra"
 
848
 
849
+ #: public/modules/shortcode/shortcode.php:134
850
+ msgid "Type"
851
+ msgstr "Type"
852
 
853
+ #: public/modules/shortcode/shortcode.php:135
854
+ msgid "Duration"
855
+ msgstr "Varighed"
856
 
857
+ #: public/modules/shortcode/shortcode.php:136
858
+ msgid "Description"
859
+ msgstr "Beskrivelse"
860
 
861
+ #~ msgid "Privacy Overview"
862
+ #~ msgstr "Beskyttelse af personlige oplysninger"
 
 
 
 
863
 
864
+ #~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
865
+ #~ msgstr "Prioritet: (numerisk - jo højere værdi, jo højere prioritet)"
 
866
 
867
+ #~ msgid "Priority"
868
+ #~ msgstr "Prioritet"
 
 
869
 
870
+ #~ msgid "Unable to handle your request."
871
+ #~ msgstr "Din anmodning kan ikke håndteres"
 
872
 
873
+ #~ msgid "Sorry..."
874
+ #~ msgstr "Beklager..."
 
875
 
876
+ #~ msgid ""
877
+ #~ "Cookie Scanner API is not available now. Please try again later. <br />Do "
878
+ #~ "you want to report this to developer and get notified?"
879
+ #~ msgstr ""
880
+ #~ "Cookie Scanner API er ikke tilgængelig nu. Prøv igen senere. <br/>Vil du "
881
+ #~ "rapportere dette til udviklerne og blive adviseret?"
882
 
883
+ #~ msgid "Success"
884
+ #~ msgstr "Succes"
 
885
 
886
+ #~ msgid "Unable to handle your request"
887
+ #~ msgstr "Din anmodning kan ikke håndteres"
 
 
 
888
 
889
+ #~ msgid "You do not have sufficient permissions to access this page."
890
+ #~ msgstr "Du har ikke de nødvendige rettigheder til at tilgå denne side."
 
891
 
892
+ #~ msgid "cookies added."
893
+ #~ msgstr "cookies tilføjet"
 
894
 
895
+ #~ msgid "cookies skipped."
896
+ #~ msgstr "cookies forbigået"
 
897
 
898
+ #~ msgid "cookies deleted."
899
+ #~ msgstr "cookies slettet"
 
 
900
 
901
+ #~ msgid "No cookies found"
902
+ #~ msgstr "Ingen cookies fundet"
903
+
904
+ #~ msgid "Incomplete"
905
+ #~ msgstr "Ufærdig"
906
+
907
+ #~ msgid "Completed"
908
+ #~ msgstr "Færdig"
909
+
910
+ #~ msgid "Stopped"
911
+ #~ msgstr "Stoppet"
912
+
913
+ #~ msgid "Unknown"
914
+ #~ msgstr "Ukendt"
915
+
916
+ #~ msgid "Cookie Scanner"
917
+ #~ msgstr "Cookie Scanner"
918
+
919
+ #~ msgid "Scanned"
920
+ #~ msgstr "Skannet"
921
+
922
+ #~ msgid "Scanning completed."
923
+ #~ msgstr "Skanning fuldført"
924
+
925
+ #~ msgid "Added to cookie list."
926
+ #~ msgstr "Tilføjet til cookielisten."
927
+
928
+ #~ msgid "Unable to connect. Retrying..."
929
+ #~ msgstr "Kan ikke forbinde. Prøver igen..."
930
+
931
+ #~ msgid "Finding pages..."
932
+ #~ msgstr "Finder sider..."
933
+
934
+ #~ msgid "Scanning pages..."
935
+ #~ msgstr "Skanner sider..."
936
+
937
+ #~ msgid "Error"
938
+ #~ msgstr "Fejl"
939
+
940
+ #~ msgid "Stop"
941
+ #~ msgstr "Stop"
942
+
943
+ #~ msgid "Scan again"
944
+ #~ msgstr "Skan igen"
945
+
946
+ #~ msgid "Download cookies as CSV"
947
+ #~ msgstr "Download cookies som CSV"
948
+
949
+ #~ msgid "Add to cookie list"
950
+ #~ msgstr "Tilføj til cookielisten"
951
+
952
+ #~ msgid "View scan result"
953
+ #~ msgstr "Se resultat af skanning"
954
+
955
+ #~ msgid "Import options"
956
+ #~ msgstr "Import indstillinger"
957
+
958
+ #~ msgid "Replace old"
959
+ #~ msgstr "Erstat den tidligere"
960
+
961
+ #~ msgid "Merge"
962
+ #~ msgstr "Flet"
963
+
964
+ #~ msgid "Recommended"
965
+ #~ msgstr "Anbefalet"
966
+
967
+ #~ msgid "Append"
968
+ #~ msgstr "Tilføj"
969
+
970
+ #~ msgid "Not recommended"
971
+ #~ msgstr "Ikke anbefalet"
972
+
973
+ #~ msgid "Cancel"
974
+ #~ msgstr "Afbryd"
975
+
976
+ #~ msgid "Start import"
977
+ #~ msgstr "Start import"
978
+
979
+ #~ msgid "Importing...."
980
+ #~ msgstr "Importerer..."
981
+
982
+ #~ msgid "Refreshing...."
983
+ #~ msgstr "Genindlæser..."
984
+
985
+ #~ msgid "Error !!! Please reload the page to see cookie list."
986
+ #~ msgstr "Fejl !!! Genopfrisk siden for at se cookielisten"
987
+
988
+ #~ msgid "Stopping..."
989
+ #~ msgstr "Stopper..."
990
+
991
+ #~ msgid "Scanning stopped."
992
+ #~ msgstr "Skanning stoppet"
993
+
994
+ #~ msgid "Are you sure?"
995
+ #~ msgstr "Er du sikker?"
996
+
997
+ #~ msgid "Thank you"
998
+ #~ msgstr "Tak"
999
+
1000
+ #~ msgid "Checking API"
1001
+ #~ msgstr "Tjekker API"
1002
+
1003
+ #~ msgid "Sending..."
1004
+ #~ msgstr "Sender..."
1005
+
1006
+ #~ msgid "Total URLs scanned"
1007
+ #~ msgstr "Antal URL skannet"
1008
+
1009
+ #~ msgid "Total Cookies found"
1010
+ #~ msgstr "Antal cookies fundet"
1011
+
1012
+ #~ msgid "Unable to load cookie scanner."
1013
+ #~ msgstr "Kan ikke indæse Cookie Scanner"
1014
+
1015
+ #~ msgid "Need `GDPR Cookie Consent` plugin version above 2.1.4"
1016
+ #~ msgstr ""
1017
+ #~ "Her skal bruges GDPR Cookie Consent plugin version 2.1.4 eller højere"
1018
+
1019
+ #~ msgid "Scanning will not work on local server."
1020
+ #~ msgstr "Skanning kan ikke udføres på en lokal server"
1021
+
1022
+ #~ msgid "Scan cookies"
1023
+ #~ msgstr "Skan cookies"
1024
+
1025
+ #~ msgid "Please do not leave this page until the progress bar reaches 100%"
1026
+ #~ msgstr "Forlad ikke siden før fremdriften har nået 100%"
1027
+
1028
+ #~ msgid "Your last scan at"
1029
+ #~ msgstr "Din sidste skanning var"
1030
+
1031
+ #~ msgid "View result"
1032
+ #~ msgstr "Se resultatet"
1033
+
1034
+ #~ msgid "You haven't performed a site scan yet."
1035
+ #~ msgstr "Du har endnu ikke gennemført en skanning"
1036
 
1037
+ #~ msgid "Scan Now"
1038
+ #~ msgstr "Start skanning"
 
1039
 
1040
+ #~ msgid "Name"
1041
+ #~ msgstr "Navn"
 
1042
 
1043
+ #~ msgid "Category"
1044
+ #~ msgstr "Kategori"
 
1045
 
1046
+ #~ msgid "Scan result"
1047
+ #~ msgstr "Resultat af skanning"
 
1048
 
1049
+ #~ msgid "Summary"
1050
+ #~ msgstr "Sammendrag"
 
1051
 
1052
+ #~ msgid "Scan started at"
1053
+ #~ msgstr "Skanning startet"
 
1054
 
1055
+ #~ msgid "Scan status"
1056
+ #~ msgstr "Skanningstatus"
 
1057
 
1058
+ #~ msgid "Total URLs"
1059
+ #~ msgstr "Antal URL"
 
1060
 
1061
+ #~ msgid "Total cookies"
1062
+ #~ msgstr "Antal cookies"
 
1063
 
1064
+ #~ msgid "Cookies"
1065
+ #~ msgstr "Cookies"
 
1066
 
1067
+ #~ msgid "Cookie Name"
1068
+ #~ msgstr "Cookie navn"
1069
+
1070
+ #~ msgid "No cookies"
1071
+ #~ msgstr "Ingen cookies"
1072
+
1073
+ #~ msgid "URLs"
1074
+ #~ msgstr "URLs"
1075
+
1076
+ #~ msgid "No URLs"
1077
+ #~ msgstr "Ingen URL"
1078
+
1079
+ #~ msgid "Download as CSV"
1080
+ #~ msgstr "Download som CSV"
1081
+
1082
+ #~ msgid "Import from CSV"
1083
+ #~ msgstr "Importer fra CSV"
1084
+
1085
+ #~ msgid "Import Cookie"
1086
+ #~ msgstr "Importér Cookie"
1087
+
1088
+ #~ msgid "BEGIN %s"
1089
+ #~ msgstr "BEGYND%s"
1090
+
1091
+ #~ msgid "[Line %1$s] %2$s"
1092
+ #~ msgstr "[Linje %1$s] %2$s"
1093
+
1094
+ #~ msgid "Import from a CSV file"
1095
+ #~ msgstr "Importér en CSV- fil"
1096
+
1097
+ #~ msgid ""
1098
+ #~ "Notice: please make the directory %s writable so that you can see the "
1099
+ #~ "error log."
1100
+ #~ msgstr ""
1101
+ #~ "Bemærk venligst at mappen %s ikke må være skrivebeskyttet, da du så ikke "
1102
+ #~ "kan se fejlloggen."
1103
+
1104
+ #~ msgid ", please <a href=\"%s\">check the error log</a>"
1105
+ #~ msgstr ", <a href=\"%s\">se i fejlloggen</a>"
1106
+
1107
+ #~ msgid "Error during file upload."
1108
+ #~ msgstr "Fejl under upload af fil."
1109
+
1110
+ #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
1111
+ #~ msgstr ""
1112
+ #~ "Data kan ikke udtrækkes fra den uploadede fil eller ingen fil blev "
1113
+ #~ "uploadet."
1114
+
1115
+ #~ msgid "No posts was successfully imported%s."
1116
+ #~ msgstr "Ingen poster blev importeret korrekt%s."
1117
+
1118
+ #~ msgid "Some posts were successfully imported but some were not%s."
1119
+ #~ msgstr "Nogle poster blev importeret korrekt, men nogle blev ikke%s."
1120
+
1121
+ #~ msgid "Post import was successful."
1122
+ #~ msgstr "Posten blev importeret korrekt."
1123
+
1124
+ #~ msgid "CSV file"
1125
+ #~ msgstr "CSV fil"
1126
+
1127
+ #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
1128
+ #~ msgstr "Her kan du se <a href=\"%s\">et eksempel på CSV-filen</a>."
1129
+
1130
+ #~ msgid "Import"
1131
+ #~ msgstr "Importér"
1132
+
1133
+ #~ msgid "Show preview"
1134
+ #~ msgstr "Vis preview"
1135
+
1136
+ #~ msgid "Hide preview"
1137
+ #~ msgstr "Gem preview"
1138
+
1139
+ #~ msgid "Update background"
1140
+ #~ msgstr "Opdater baggrunden"
1141
+
1142
+ #~ msgid "Themes"
1143
+ #~ msgstr "Temaer"
1144
+
1145
+ #~ msgid "Updating theme will overwrite your current styling"
1146
+ #~ msgstr "Ved opdatering af temaet overskrives dine nuværende formater"
1147
+
1148
+ #~ msgid "Privacy Overview Title"
1149
+ #~ msgstr "Beskyttelse af personlige oplysninger Titel"
1150
+
1151
+ #~ msgid ""
1152
+ #~ "This will be shown in the settings visible for user on consent screen."
1153
+ #~ msgstr ""
1154
+ #~ "Dette vil blive vist i indstillingerne, som er synlige for brugeren på "
1155
+ #~ "samtykkebilledet."
1156
+
1157
+ #~ msgid "Save Settings"
1158
+ #~ msgstr "Gem indstillinger"
1159
+
1160
+ #~ msgid "Settings Button"
1161
+ #~ msgstr "Indstillinger knap"
1162
+
1163
+ #~ msgid "Show only for EU Countries ( GeoIP )"
1164
+ #~ msgstr "Vises kun for EU lande (GeoIP)"
1165
+
1166
+ #~ msgid "Enable consent logging"
1167
+ #~ msgstr "Aktivér godkendelseslogning"
1168
+
1169
+ #~ msgid ""
1170
+ #~ "You can use `do_shortcode` function to add shortcodes inside the template "
1171
+ #~ "file."
1172
+ #~ msgstr ""
1173
+ #~ "Hvordan man bruger do_shortcode funktionen til at tilføje kortkoder inde "
1174
+ #~ "i en skabelon"
1175
+
1176
+ #~ msgid "This is the \"main button\" you can customise."
1177
+ #~ msgstr "Dette er \"den vigtigste\" knap, som du kan tilpasse"
1178
+
1179
+ #~ msgid "This is the cookie settings button rendering shortcode."
1180
+ #~ msgstr "Dette er kortkoden for at generere knappen for cookieindstillinger."
1181
+
1182
+ #~ msgid "This is the \"read more\" link you can customise."
1183
+ #~ msgstr "Dette er \"Læs mere\" linket, som du kan tilpasse."
1184
+
1185
+ #~ msgid "This prints out a nice table of cookies by category."
1186
+ #~ msgstr ""
1187
+ #~ "Denne udskriver en formateret tabel over cookies opdelt efter deres "
1188
+ #~ "kategori."
1189
+
1190
+ #~ msgid "This prints the settings popup of cookie category."
1191
+ #~ msgstr ""
1192
+ #~ "Denne udskriver indstillingerne for cookie kategorier i et popup vindue."
1193
+
1194
+ #~ msgid "Add any text you like useful if you want to add another language"
1195
+ #~ msgstr ""
1196
+ #~ "Tilføj en tekst her. Det er praktisk hvis du f.eks. vil tilføje et andet "
1197
+ #~ "sprog"
1198
+
1199
+ #~ msgid ""
1200
+ #~ "Add content after accepting the cookie notice. Category wise checking "
1201
+ #~ "allowed"
1202
+ #~ msgstr ""
1203
+ #~ "Tilføj indhold efter at man har accepteret cookie beskeden. Kan "
1204
+ #~ "koordineres med kategorierne"
1205
+
1206
+ #~ msgid ""
1207
+ #~ "Add content only if the consent has been obtained for the specified "
1208
+ #~ "category."
1209
+ #~ msgstr ""
1210
+ #~ "Tilføj indhold, hvis tilladelse er blevet indhentet for den gældende "
1211
+ #~ "kategori"
1212
+
1213
+ #~ msgid ""
1214
+ #~ "Add content if consent has been obtained for all/or any of the specified "
1215
+ #~ "categories."
1216
+ #~ msgstr ""
1217
+ #~ "Tilføj indhold, hvis tilladelse er blevet indhentet for alle kategorier "
1218
+ #~ "eller for den valgte kategori"
1219
+
1220
+ #~ msgid "Shortcodes allowed: see the Help guide"
1221
+ #~ msgstr "Kortkoder tilladt. Se under Hjælp"
1222
+
1223
+ #~ msgid ""
1224
+ #~ "The license key for %s has expired. You can reactivate or purchase a "
1225
+ #~ "license key from your account <a href=\"%s\" target=\"_blank\">dashboard</"
1226
+ #~ "a>."
1227
+ #~ msgstr ""
1228
+ #~ "Licensnøglen for %s er udløbet. Du kan genaktivere den eller købe en ny "
1229
+ #~ "licensnøgle fra din kontos <a href=\"%s\" target=\"_blank\">dashboard</a>."
1230
+
1231
+ #~ msgid ""
1232
+ #~ "The subscription for %s is on-hold. You can reactivate the subscription "
1233
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1234
+ #~ msgstr ""
1235
+ #~ "Abonnementet for %s er på hold. Du kan genaktivere abonnementet fra din "
1236
+ #~ "kontos <a href=\"%s\" target=\"_blank\">dashboard</a>."
1237
+
1238
+ #~ msgid ""
1239
+ #~ "The subscription for %s has been cancelled. You can renew the "
1240
+ #~ "subscription from your account <a href=\"%s\" target=\"_blank"
1241
+ #~ "\">dashboard</a>. A new license key will be emailed to you after your "
1242
+ #~ "order has been completed."
1243
+ #~ msgstr ""
1244
+ #~ "Abonnementet for %s er slettet. Du kan forny abonnementet fra din kontos "
1245
+ #~ "<a href=\"%s\" target=\"_blank\">dashboard</a>. En ny licensnøgle vil "
1246
+ #~ "blive sendt til dig når din ordre er blevet ekspederet."
1247
+
1248
+ #~ msgid ""
1249
+ #~ "The subscription for %s has expired. You can reactivate the subscription "
1250
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1251
+ #~ msgstr ""
1252
+ #~ "Abonnementet for %s er udløbet. Du kan genaktivere abonnementet fra din "
1253
+ #~ "kontos <a href=\"%s\" target=\"_blank\">dashboard</a>."
1254
+
1255
+ #~ msgid ""
1256
+ #~ "The subscription for %s has been suspended. You can reactivate the "
1257
+ #~ "subscription from your account <a href=\"%s\" target=\"_blank"
1258
+ #~ "\">dashboard</a>."
1259
+ #~ msgstr ""
1260
+ #~ "Abonnementet for %s er blevet afbrudt. Du kan genaktivere abonnementet "
1261
+ #~ "fra din kontos <a href=\"%s\" target=\"_blank\">dashboard</a>."
1262
+
1263
+ #~ msgid ""
1264
+ #~ "The subscription for %s is still pending. You can check on the status of "
1265
+ #~ "the subscription from your account <a href=\"%s\" target=\"_blank"
1266
+ #~ "\">dashboard</a>."
1267
+ #~ msgstr ""
1268
+ #~ "Abonnementet for %s er ikke godkendt. Du kan tjekke status på dit "
1269
+ #~ "abonnement fra din kontos <a href=\"%s\" target=\"_blank\">dashboard</a>."
1270
+
1271
+ #~ msgid ""
1272
+ #~ "The subscription for %s has been placed in the trash and will be deleted "
1273
+ #~ "soon. You can purchase a new subscription from your account <a href=\"%s"
1274
+ #~ "\" target=\"_blank\">dashboard</a>."
1275
+ #~ msgstr ""
1276
+ #~ "Abonnementet for %s er lagt i papirkuirven og vil snart blive slettet. Du "
1277
+ #~ "kan købe et nyt abonnement fra din kontos <a href=\"%s\" target=\"_blank"
1278
+ #~ "\">dashboard</a>."
1279
+
1280
+ #~ msgid ""
1281
+ #~ "A subscription for %s could not be found. You can purchase a subscription "
1282
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1283
+ #~ msgstr ""
1284
+ #~ "Der blev ikke fundet noget abonnement for %s. Du kan købe et abonnement "
1285
+ #~ "fra din kontos <a href=\"%s\" target=\"_blank\">dashboard</a>."
1286
+
1287
+ #~ msgid ""
1288
+ #~ "A license key for %s could not be found. Maybe you forgot to enter a "
1289
+ #~ "license key when setting up %s, or the key was deactivated in your "
1290
+ #~ "account. You can reactivate license key at your plugin <a href=\"%s\" "
1291
+ #~ "target=\"_blank\">settings page</a>."
1292
+ #~ msgstr ""
1293
+ #~ "Der blev ikke fundet nogen licensnøgle for %s. Måske har du glemt at "
1294
+ #~ "indtaste licensnøglen under opsætningen af %s eller licensnøglen er "
1295
+ #~ "blevet deaktiverer. Du kan genaktivere licensnøglen fra din plugins <a "
1296
+ #~ "href=\"%s\" target=\"_blank\">indstillinger</a>."
1297
+
1298
+ #~ msgid ""
1299
+ #~ "Download permission for %s has been revoked possibly due to a license key "
1300
+ #~ "or subscription expiring. You can reactivate or purchase a license key "
1301
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1302
+ #~ msgstr ""
1303
+ #~ "Tilladelse til download for %s er blevet tilbagekaldt, muligvis fordi din "
1304
+ #~ "licensnøgle eller dit abonnement er udløbet. Du kan genaktivere eller "
1305
+ #~ "købe en ny licensnøgle fra din kontos <a href=\"%s\" target=\"_blank"
1306
+ #~ "\">dashboard</a>."
1307
+
1308
+ #~ msgid ""
1309
+ #~ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
1310
+ #~ "\">settings page</a> and enter the license key and license email to "
1311
+ #~ "activate %s."
1312
+ #~ msgstr ""
1313
+ #~ "%s er ikke aktiveret. Gå til din plugins <a href=\"%s\" target=\"_blank"
1314
+ #~ "\">indstillinger</a> og genindtaste licensnøglen og den tilhørende email "
1315
+ #~ "for at aktivere %s."
1316
+
1317
+ #~ msgid ""
1318
+ #~ "You changed the subscription for %s, so you will need to enter your new "
1319
+ #~ "API License Key in the settings page. The License Key should have arrived "
1320
+ #~ "in your email inbox, if not you can get it by logging into your account "
1321
+ #~ "<a href=\"%s\" target=\"_blank\">dashboard</a>."
1322
+ #~ msgstr ""
1323
+ #~ "Du har ændret abonnementet for %s, så du bliver nødt til at indtaste en "
1324
+ #~ "ny API licensnøgle under indstillinger. Licensnøglen skulle være kommet "
1325
+ #~ "til dig med email. Hvis ikke, kan du hente licensnøglen i din kontos <a "
1326
+ #~ "href=\"%s\" target=\"_blank\">dashboard</a>"
1327
+
1328
+ #~ msgid "Licence Activation"
1329
+ #~ msgstr "Licensaktivering"
1330
+
1331
+ #~ msgid "API Licence Key:"
1332
+ #~ msgstr "API Licensnøgle:"
1333
+
1334
+ #~ msgid "Licence Key"
1335
+ #~ msgstr "Licensnøgle"
1336
+
1337
+ #~ msgid "Licence Email"
1338
+ #~ msgstr "Licens Email"
1339
+
1340
+ #~ msgid "Activate"
1341
+ #~ msgstr "Aktivér"
1342
+
1343
+ #~ msgid "Check"
1344
+ #~ msgstr "Check"
1345
+
1346
+ #~ msgid "Deactive"
1347
+ #~ msgstr "Deaktivér"
1348
+
1349
+ #~ msgid "Cookie Category"
1350
+ #~ msgstr "Cookie kategori"
1351
+
1352
+ #~ msgid "Google Analytics"
1353
+ #~ msgstr "Google Analytics"
1354
+
1355
+ #~ msgid "Facebook Pixel Code"
1356
+ #~ msgstr "Facebook Pixel Code"
1357
+
1358
+ #~ msgid "Google Tag Manager"
1359
+ #~ msgstr "Google Tag Manager"
1360
+
1361
+ #~ msgid "Hotjar"
1362
+ #~ msgstr "Hotjar"
1363
+
1364
+ #~ msgid "Google Publisher Tag"
1365
+ #~ msgstr "Google Publisher Tag"
1366
+
1367
+ #~ msgid ""
1368
+ #~ "Invalid index found in the thirdparties array. Index should be of type "
1369
+ #~ "'string'. Index found: %d."
1370
+ #~ msgstr ""
1371
+ #~ "Ugyldigt index fundet i tredje-part array. Index skal være af typen "
1372
+ #~ "'string'. Index der blev fundet: %d."
1373
+
1374
+ #~ msgid "Action is unknown."
1375
+ #~ msgstr "Denne handling er ukendt."
1376
+
1377
+ #~ msgid "Output buffer type"
1378
+ #~ msgstr "Output buffer type"
1379
+
1380
+ #~ msgid "Multi"
1381
+ #~ msgstr "Multi"
1382
+
1383
+ #~ msgid "Single"
1384
+ #~ msgstr "Enkelt"
1385
+
1386
+ #~ msgid "Script Blocker"
1387
+ #~ msgstr "Script blocker"
1388
+
1389
+ #~ msgid "Manage Script Blocking"
1390
+ #~ msgstr "Administrere script blokering"
1391
+
1392
+ #~ msgid "Enabled"
1393
+ #~ msgstr "Aktiveret"
1394
+
1395
+ #~ msgid "Key"
1396
+ #~ msgstr "Nøgle"
1397
+
1398
+ #~ msgid "No Consent History"
1399
+ #~ msgstr "Ingen samtykkehistorik"
1400
+
1401
+ #~ msgid "IP Address"
1402
+ #~ msgstr "IP-adresse"
1403
+
1404
+ #~ msgid "Visited Date"
1405
+ #~ msgstr "Besøgt dato"
1406
+
1407
+ #~ msgid "Cookie Details"
1408
+ #~ msgstr "Cookiedetaljer"
1409
+
1410
+ #~ msgid "User ID"
1411
+ #~ msgstr "Bruger-ID"
1412
+
1413
+ #~ msgid "Delete"
1414
+ #~ msgstr "Slet"
1415
+
1416
+ #~ msgid "GDPR Consent History"
1417
+ #~ msgstr "GDPR-samtykkehistorik"
1418
+
1419
+ #~ msgid "Export Report"
1420
+ #~ msgstr "Eksporter rapport"
1421
+
1422
+ #~ msgid "Event Logged Successfully"
1423
+ #~ msgstr "Event blev logget"
1424
+
1425
+ #~ msgid "Logging is not enabled"
1426
+ #~ msgstr "Logning er ikke aktiveret"
1427
+
1428
+ #~ msgid "Consent Report"
1429
+ #~ msgstr "Samtykkerapport"
1430
+
1431
+ #~ msgid "Cookie Bar as popup:"
1432
+ #~ msgstr "Cookie Bar som popup"
1433
+
1434
+ #~ msgid "Caution: This may broke the site."
1435
+ #~ msgstr "Forsigtig ! Dette kan ødelægge din side"
1436
+
1437
+ #~ msgid "&nbsp;"
1438
+ #~ msgstr "&nbsp;"
1439
+
1440
+ #~ msgid "Scan & Download"
1441
+ #~ msgstr "Scan og download"
1442
+
1443
+ #~ msgid "Export Cookie"
1444
+ #~ msgstr "Eksportér cookie"
1445
+
1446
+ #~ msgid "Export as CSV file"
1447
+ #~ msgstr "Eksportér som CSV-fil"
1448
+
1449
+ #~ msgid "Export"
1450
+ #~ msgstr "Eksportér"
1451
+
1452
+ #~ msgid "Scan & Import"
1453
+ #~ msgstr "Scan og importér"
1454
+
1455
+ #~ msgid "Error processing migration request (ERROR: 4)"
1456
+ #~ msgstr "Fejl under migrering (FEJL: 4)"
1457
+
1458
+ #~ msgid "Cookie Law Message Bar"
1459
+ #~ msgstr "GDPR Consent meddelelseslinje"
1460
+
1461
+ #~ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
1462
+ #~ msgstr ""
1463
+ #~ "Kortkoder tilladt: Se indstillinger i afsnittet \"Brug af the kortkoder\"."
1464
+
1465
+ #~ msgid "Customise Buttons"
1466
+ #~ msgstr "Tilpas knapper"
1467
+
1468
+ #~ msgid "Link Text"
1469
+ #~ msgstr "Link tekst"
1470
+
1471
+ #~ msgid "Link URL"
1472
+ #~ msgstr "Link URL"
1473
+
1474
+ #~ msgid "Open link in new window?"
1475
+ #~ msgstr "Åbn i et nyt vindue?"
1476
+
1477
+ #~ msgid "Link colour"
1478
+ #~ msgstr "Link farve"
1479
+
1480
+ #~ msgid "Show as button?"
1481
+ #~ msgstr "Vis som knap?"
1482
+
1483
+ #~ msgid "Button colour"
1484
+ #~ msgstr "Knapfarve"
1485
+
1486
+ #~ msgid "Button Size"
1487
+ #~ msgstr "Knap størrelse"
1488
+
1489
+ #~ msgid "Using the Shortcodes"
1490
+ #~ msgstr "Brug af kortkoder"
1491
+
1492
+ #~ msgid "The shortcodes are:"
1493
+ #~ msgstr "Kortkoderne er:"
1494
+
1495
+ #~ msgid "Advanced"
1496
+ #~ msgstr "Avanceret"
1497
+
1498
+ #~ msgid "Are you sure you want to migrate settings?"
1499
+ #~ msgstr "Er du sikker på, at du vil overføre indstillinger?"
1500
+
1501
+ #~ msgid "Help"
1502
+ #~ msgstr "Hjælp"
1503
+
1504
+ #~ msgid "Report a Bug"
1505
+ #~ msgstr "Rapportér en fejl"
1506
+
1507
+ #~ msgid "Guide"
1508
+ #~ msgstr "Vejledende beskrivelse"
1509
+
1510
+ #~ msgid "About the law"
1511
+ #~ msgstr "Om GDPR Cookie Consent"
1512
+
1513
+ #~ msgid "General"
1514
+ #~ msgstr "Generelle"
1515
+
1516
+ #~ msgid "Message Bar"
1517
+ #~ msgstr "meddelelseslinje"
1518
+
1519
+ #~ msgid "Licence"
1520
+ #~ msgstr "Licens"
1521
+
1522
+ #~ msgid "Help Guide"
1523
+ #~ msgstr "Vejledning"
1524
+
1525
+ #~ msgid ""
1526
+ #~ "This website uses cookies to improve your experience. We'll assume you're "
1527
+ #~ "ok with this, but you can opt-out if you wish.[cookie_button] "
1528
+ #~ "[cookie_settings] [cookie_link]"
1529
+ #~ msgstr ""
1530
+ #~ "Denne hjemmeside bruger cookies til at forbedre din oplevelse. Vi antager "
1531
+ #~ "du er OK med det, men du kan fravælge det, hvis du ønsker. "
1532
+ #~ "[cookie_button] [cookie_settings] [cookie_link]"
1533
 
1534
+ #~ msgid "Privacy & Cookies Policy"
1535
+ #~ msgstr "Privatlivs- og cookiespolitik"
 
 
1536
 
1537
  #~ msgid "Cookie Bar will be show in:"
1538
  #~ msgstr "Cookie Bar vil blive vist i:"
languages/cookie-law-info-de_DE.mo CHANGED
Binary file
languages/cookie-law-info-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2018-10-25 11:52+0530\n"
5
- "PO-Revision-Date: 2018-10-25 11:52+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\n"
@@ -15,35 +15,36 @@ msgstr ""
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin/class-cookie-law-info-admin.php:142
19
- #: admin/class-cookie-law-info-admin.php:143
20
  #: admin/partials/cookie-law-info-admin_settings.php:31
21
  msgid "Cookie Law Settings"
22
  msgstr "Cookie-Law-Einstellungen"
23
 
24
- #: admin/class-cookie-law-info-admin.php:150
25
- #: admin/class-cookie-law-info-admin.php:151
26
  msgid "Non-necessary Cookie"
27
  msgstr "Nicht erforderlicher Cookie"
28
 
29
- #: admin/class-cookie-law-info-admin.php:175
30
  msgid "Settings"
31
  msgstr "Einstellungen"
32
 
33
- #: admin/class-cookie-law-info-admin.php:176
34
  msgid "Support"
35
  msgstr "Unterstützung"
36
 
37
- #: admin/class-cookie-law-info-admin.php:216
38
- #: admin/class-cookie-law-info-admin.php:267
 
 
 
39
  msgid "Settings Updated."
40
  msgstr "Einstellungen aktualisiert."
41
 
42
- #: admin/class-cookie-law-info-admin.php:244
43
  msgid "You do not have sufficient permission to perform this operation"
44
  msgstr "Sie haben nicht die Berechtigung diese Aktion durchzuführen"
45
 
46
- #: admin/class-cookie-law-info-admin.php:282
47
  msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
48
  msgstr "FEHLER BEIM MIGRIEREN DER EINSTELLUNGEN (FEHLER: 2)"
49
 
@@ -55,7 +56,7 @@ msgstr "Einstellungen aktualisiert."
55
  #: admin/partials/cookie-law-info-admin_settings.php:26
56
  #: admin/views/admin_non_necessary_cookie.php:15
57
  msgid "Unable to update Settings."
58
- msgstr "Aktualisieren"
59
 
60
  #: admin/partials/cookie-law-info-admin_settings.php:27
61
  msgid "Settings reset to defaults."
@@ -75,11 +76,11 @@ msgstr "Ihre Cookie Law Infoleiste ist eingeschaltet"
75
 
76
  #: admin/views/admin-settings-advanced.php:9
77
  msgid ""
78
- "Sometimes themes apply settings that clash with plugins. If that happens, "
79
- "try adjusting these settings."
80
  msgstr ""
81
- "Manchmal wenden Themes Einstellungen an, die mit Plugins kollidieren. "
82
- "Versuchen Sie in diesem Fall, diese Einstellungen anzupassen."
83
 
84
  #: admin/views/admin-settings-advanced.php:23
85
  msgid "Reset all values"
@@ -101,13 +102,11 @@ msgstr "Warnung: Ihre aktuellen Einstellungen werden gelöscht."
101
  msgid "Accept Button"
102
  msgstr "Titel der Schaltfläche \"Akzeptieren\""
103
 
104
- #: admin/views/admin-settings-buttons.php:11
105
- #: admin/views/admin-settings-buttons.php:91
106
  msgid "Reject Button"
107
  msgstr "Titel der Schaltfläche “Ablehnen“"
108
 
109
- #: admin/views/admin-settings-buttons.php:12
110
- #: admin/views/admin-settings-buttons.php:162
111
  msgid "Read More Link"
112
  msgstr "Titel der Schaltfläche \"Mehr lesen\""
113
 
@@ -117,321 +116,302 @@ msgstr "Haupt-Schaltfläche"
117
 
118
  #: admin/views/admin-settings-buttons.php:19
119
  msgid ""
120
- "This button/link can be customised to either simply close the cookie bar, or "
121
- "follow a link. You can also customise the colours and styles, and show it as "
122
- "a link or a button."
123
  msgstr ""
124
- "Dieser Button/Link kann angepasst werden, um entweder die Cookie-Leiste zu "
125
- "schließen oder einem Link zu folgen. Sie können die Farben und Stile auch "
126
- "anpassen und als Link oder Schaltfläche anzeigen."
127
 
128
- #: admin/views/admin-settings-buttons.php:22
129
- #: admin/views/admin-settings-buttons.php:94
130
  #: admin/views/admin-settings-buttons.php:166
131
  msgid "Text"
132
  msgstr "Text"
133
 
134
- #: admin/views/admin-settings-buttons.php:28
135
- #: admin/views/admin-settings-buttons.php:100
136
  #: admin/views/admin-settings-buttons.php:172
137
  msgid "Text colour"
138
  msgstr "Schriftfarbe"
139
 
140
- #: admin/views/admin-settings-buttons.php:36
141
- #: admin/views/admin-settings-buttons.php:108
142
  #: admin/views/admin-settings-buttons.php:180
143
  msgid "Show as"
144
  msgstr "Zeige als"
145
 
146
- #: admin/views/admin-settings-buttons.php:38
147
- #: admin/views/admin-settings-buttons.php:110
148
  #: admin/views/admin-settings-buttons.php:182
149
  msgid "Button"
150
  msgstr "Schaltfläche"
151
 
152
- #: admin/views/admin-settings-buttons.php:40
153
- #: admin/views/admin-settings-buttons.php:112
154
  #: admin/views/admin-settings-buttons.php:184
155
  msgid "Link"
156
  msgstr "Link"
157
 
158
- #: admin/views/admin-settings-buttons.php:44
159
- #: admin/views/admin-settings-buttons.php:116
160
  #: admin/views/admin-settings-buttons.php:188
161
  msgid "Background colour"
162
  msgstr "Hintergrundfarbe"
163
 
164
- #: admin/views/admin-settings-buttons.php:53
165
- #: admin/views/admin-settings-buttons.php:124
166
  msgid "Action"
167
  msgstr "Aktion"
168
 
169
- #: admin/views/admin-settings-buttons.php:61
170
- #: admin/views/admin-settings-buttons.php:136
171
- #: admin/views/admin-settings-buttons.php:199
172
- #: admin/views/admin-settings-buttons.php:206
173
  msgid "URL"
174
  msgstr "Externe URL"
175
 
176
- #: admin/views/admin-settings-buttons.php:64
177
- #: admin/views/admin-settings-buttons.php:139
178
  msgid "Button will only link to URL if Action = Open URL"
179
  msgstr ""
180
- "Die Schaltfläche wird nur auf die URL verlinken, wenn die ausgewählte Aktion "
181
- "\"URL öffnen\" ist"
182
 
183
- #: admin/views/admin-settings-buttons.php:69
184
- #: admin/views/admin-settings-buttons.php:144
185
  msgid "Open URL in new window?"
186
  msgstr "URL in neuem Fenster öffnen?"
187
 
188
- #: admin/views/admin-settings-buttons.php:71
189
- #: admin/views/admin-settings-buttons.php:146
190
- #: admin/views/admin-settings-buttons.php:250
191
- #: admin/views/admin-settings-general.php:45
192
- #: admin/views/admin-settings-general.php:55
193
- #: admin/views/admin-settings-general.php:63
194
- #: admin/views/admin-settings-general.php:106
195
- #: admin/views/admin-settings-general.php:122
196
- #: admin/views/admin-settings-general.php:136
197
- #: admin/views/admin-settings-general.php:180
198
- #: admin/views/admin-settings-general.php:188
199
- #: admin/views/admin-settings-general.php:195
200
- #: admin/views/admin-settings-messagebar.php:51
201
  msgid "Yes"
202
  msgstr "Ja"
203
 
204
- #: admin/views/admin-settings-buttons.php:73
205
- #: admin/views/admin-settings-buttons.php:147
206
- #: admin/views/admin-settings-buttons.php:251
207
- #: admin/views/admin-settings-general.php:46
208
- #: admin/views/admin-settings-general.php:56
209
- #: admin/views/admin-settings-general.php:64
210
- #: admin/views/admin-settings-general.php:107
211
- #: admin/views/admin-settings-general.php:123
212
- #: admin/views/admin-settings-general.php:137
213
- #: admin/views/admin-settings-general.php:181
214
- #: admin/views/admin-settings-general.php:189
215
- #: admin/views/admin-settings-general.php:196
216
- #: admin/views/admin-settings-messagebar.php:52
217
  msgid "No"
218
  msgstr "Nein"
219
 
220
- #: admin/views/admin-settings-buttons.php:80
221
- #: admin/views/admin-settings-buttons.php:151
222
  #: admin/views/admin-settings-buttons.php:255
223
  msgid "Size"
224
  msgstr "Größe"
225
 
226
  #: admin/views/admin-settings-buttons.php:163
227
  msgid ""
228
- "This button/link can be used to provide a link out to your Privacy & Cookie "
229
- "Policy. You can customise it any way you like."
230
  msgstr ""
231
- "Diese Schaltfläche/dieser Link kann verwendet werden, um einen Link zu Ihrer "
232
- "Datenschutz- und Cookie-Richtlinie bereitzustellen. Sie können die "
233
- "Schaltfläche beliebig anpassen."
234
 
235
  #: admin/views/admin-settings-buttons.php:197
236
  msgid "URL or Page?"
237
- msgstr ""
238
 
239
- #: admin/views/admin-settings-buttons.php:201
240
- #: admin/views/admin-settings-buttons.php:212
241
  msgid "Page"
242
- msgstr ""
243
 
244
  #: admin/views/admin-settings-buttons.php:215
245
  msgid "Select One"
246
- msgstr ""
247
 
248
  #: admin/views/admin-settings-buttons.php:240
249
  msgid "The currently selected page does not exist. Please select a new page."
250
- msgstr ""
251
 
252
  #: admin/views/admin-settings-buttons.php:248
253
  msgid "Open in new window?"
254
- msgstr ""
255
 
256
- #: admin/views/admin-settings-general.php:9
257
- #: admin/views/admin-settings-general.php:15
258
  #: admin/views/admin-settings-messagebar.php:8
259
  msgid "Cookie Bar"
260
  msgstr "Cookie-Leiste"
261
 
262
- #: admin/views/admin-settings-general.php:10
263
- #: admin/views/admin-settings-general.php:131
264
  msgid "Show Again Tab"
265
  msgstr "Tab \"Wieder einblenden\""
266
 
267
- #: admin/views/admin-settings-general.php:11
268
- #: admin/views/admin-settings-general.php:172
269
  msgid "Other"
270
  msgstr "Andere"
271
 
272
- #: admin/views/admin-settings-general.php:18
273
  msgid "Cookie Bar is currently:"
274
  msgstr "Die Cookie-Leiste ist derzeit:"
275
 
276
- #: admin/views/admin-settings-general.php:20
277
  msgid "On"
278
  msgstr "Aktiv"
279
 
280
- #: admin/views/admin-settings-general.php:21
281
  msgid "Off"
282
  msgstr "Aus"
283
 
284
- #: admin/views/admin-settings-general.php:25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  msgid "Cookie Bar will be shown in:"
286
  msgstr "Die Cookie-Leiste wird angezeigt im:"
287
 
288
- #: admin/views/admin-settings-general.php:31
289
- #: admin/views/admin-settings-general.php:34
290
  msgid "Header"
291
  msgstr "Header"
292
 
293
- #: admin/views/admin-settings-general.php:32
294
- #: admin/views/admin-settings-general.php:35
295
  msgid "Footer"
296
  msgstr "Footer"
297
 
298
- #: admin/views/admin-settings-general.php:43
299
  msgid "Fix Cookie Bar to Header?"
300
  msgstr "Cookie-Leiste im Header fixieren?"
301
 
302
- #: admin/views/admin-settings-general.php:47
303
- msgid ""
304
- "If you select \"Header\" then you can optionally stick the cookie bar to the "
305
- "header. Will not have any effect if you select \"Footer\"."
306
- msgstr ""
307
- "Wenn Sie \"Header\" wählen, kann die Cookie Leiste optional im Header "
308
- "fixiert werden (sog. \"Sticky\"-Verhalten). Wenn Sie \"Footer\" wählen, wird "
309
- "dieser Effekt nicht angewendet."
310
-
311
- #: admin/views/admin-settings-general.php:53
312
- msgid "Cookie Bar as popup:"
313
- msgstr "Cookie-Hinweis als Popup:"
314
-
315
- #: admin/views/admin-settings-general.php:61
316
- msgid "Add overlay?"
317
- msgstr "Overlay hinzufügen?"
318
-
319
- #: admin/views/admin-settings-general.php:65
320
  msgid ""
321
- "When the popup is active, an overlay will block the user from browsing the "
322
- "site."
323
  msgstr ""
324
- "Wenn das Popup aktiv ist, wird ein Overlay den Nutzer vom Anzeigen der Seite "
325
- "abhalten."
326
 
327
- #: admin/views/admin-settings-general.php:66
328
- msgid "`Accept on scroll` will not work along with this option."
329
- msgstr ""
330
- "\"Durch Scrollen akzeptieren\" wird mit dieser Option nicht funktionieren."
331
-
332
- #: admin/views/admin-settings-general.php:70
333
  msgid "On load"
334
  msgstr "Beim Laden der Seite"
335
 
336
- #: admin/views/admin-settings-general.php:75
337
- #: admin/views/admin-settings-general.php:78
338
- #: admin/views/admin-settings-general.php:91
339
- #: admin/views/admin-settings-general.php:94
340
  msgid "Animate"
341
  msgstr "Animieren"
342
 
343
- #: admin/views/admin-settings-general.php:76
344
- #: admin/views/admin-settings-general.php:79
345
  msgid "Sticky"
346
  msgstr "Angeheftet"
347
 
348
- #: admin/views/admin-settings-general.php:86
349
  msgid "On hide"
350
  msgstr "Beim Ausblenden"
351
 
352
- #: admin/views/admin-settings-general.php:92
353
- #: admin/views/admin-settings-general.php:95
354
  msgid "Disappear"
355
  msgstr "Ausblenden"
356
 
357
- #: admin/views/admin-settings-general.php:104
358
  msgid "Auto-hide(Accept) cookie bar after delay?"
359
  msgstr "Cookie-Leiste nach bestimmter Zeit automatisch ausblenden?"
360
 
361
- #: admin/views/admin-settings-general.php:111
362
  msgid "Milliseconds until hidden"
363
  msgstr "Millisekunden bis zum Ausblenden"
364
 
365
- #: admin/views/admin-settings-general.php:114
366
  msgid "Specify milliseconds (not seconds)"
367
  msgstr "Geben Sie Millisekunden (nicht Sekunden) an"
368
 
369
- #: admin/views/admin-settings-general.php:114
370
  msgid "seconds"
371
  msgstr "Sekunden"
372
 
373
- #: admin/views/admin-settings-general.php:120
374
  msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
375
  msgstr ""
376
- "Cookie-Leister automatisch ausblenden, wenn der Benutzer scrollt (Durch "
377
- "Scrollen akzeptieren)?"
378
 
379
- #: admin/views/admin-settings-general.php:124
380
  msgid ""
381
- "As per latest GDPR policies it is required to take an explicit consent for "
382
- "the cookies. Use this option with discretion especially if you serve EU"
383
  msgstr ""
384
- "Nach den neuesten DSGVO-Richtlinien ist es erforderlich, eine ausdrückliche "
385
- "Zustimmung für die Nutzung von Cookies einzuholen. Verwenden Sie diese "
386
- "Option mit Diskretion, vor allem, wenn Ihre Website Besucher aus der EU hat "
387
- "oder Sie den Richtlinien der DSGVO unterliegen."
388
 
389
- #: admin/views/admin-settings-general.php:125
390
  msgid "This option will not work along with `Popup overlay`."
391
  msgstr ""
392
- "Diese Option funktioniert nicht bei gleichzeitiger Nutzung der \"Popup "
393
- "Overlay\" Funktion."
394
 
395
- #: admin/views/admin-settings-general.php:134
396
  msgid "Use Show Again Tab?"
397
  msgstr "Den Tab \"Wieder einblenden\" verwenden?"
398
 
399
- #: admin/views/admin-settings-general.php:141
400
  msgid "Tab Position"
401
  msgstr "Tab-Position"
402
 
403
- #: admin/views/admin-settings-general.php:146
404
- #: admin/views/admin-settings-general.php:149
405
  msgid "Right"
406
  msgstr "Rechts"
407
 
408
- #: admin/views/admin-settings-general.php:147
409
- #: admin/views/admin-settings-general.php:150
410
  msgid "Left"
411
  msgstr "Links"
412
 
413
- #: admin/views/admin-settings-general.php:157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  msgid "From Left Margin"
415
  msgstr "Linker Abstand"
416
 
417
- #: admin/views/admin-settings-general.php:160
418
  msgid "Specify"
419
  msgstr "Angeben"
420
 
421
- #: admin/views/admin-settings-general.php:164
422
  msgid "Show More Text"
423
  msgstr "\"Mehr anzeigen\"-Text"
424
 
425
- #: admin/views/admin-settings-general.php:175
426
  msgid "Reload after \"scroll accept\" event?"
427
- msgstr ""
428
- "Seite neu laden, nachdem die Hinweise durch Scrollen akzeptiert wurden?"
429
 
430
- #: admin/views/admin-settings-general.php:186
431
  msgid "Reload after Accept button click"
432
  msgstr "Seite neu laden bei Klick auf \"Akzeptieren\"-Schaltfläche?"
433
 
434
- #: admin/views/admin-settings-general.php:193
435
  msgid "Reload after Reject button click"
436
  msgstr "Seite neu laden bei Klick auf \"Ablehnen\"-Schaltfläche?"
437
 
@@ -439,8 +419,7 @@ msgstr "Seite neu laden bei Klick auf \"Ablehnen\"-Schaltfläche?"
439
  msgid "Shortcodes"
440
  msgstr "Shortcodes"
441
 
442
- #: admin/views/admin-settings-help.php:10
443
- #: admin/views/admin-settings-help.php:76
444
  msgid "Help Links"
445
  msgstr "Hilfe-Links"
446
 
@@ -450,37 +429,33 @@ msgstr "Cookie-Leiste Shortcodes"
450
 
451
  #: admin/views/admin-settings-help.php:17
452
  msgid ""
453
- "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
454
- "bar. They add nicely formatted buttons and/or links into the cookie bar, "
455
- "without you having to add any HTML."
456
  msgstr ""
457
- "Sie können die Shortcodes im Feld \"Nachricht\" der Cookie Law Infoleiste "
458
- "eingeben. Sie fügen schön formatierte Schaltflächen und/oder Links in die "
459
- "Cookie-Leiste ein, ohne dass Sie HTML hinzufügen müssen."
460
 
461
  #: admin/views/admin-settings-help.php:22
462
  msgid ""
463
- "If you just want a standard green \"Accept\" button that closes the header "
464
- "and nothing more, use this shortcode. It is already styled, you don't need "
465
- "to customise it."
466
  msgstr ""
467
- "Wenn Sie nur eine grüne Standard-Schaltfläche \"Akzeptieren\" wünschen, die "
468
- "die Kopfzeile schließt und sonst nichts, verwenden Sie diesen Shortcode. Er "
469
- "ist bereits formatiert und Sie müssen nichts anpassen."
470
 
471
  #: admin/views/admin-settings-help.php:26
472
  msgid ""
473
- "Alternatively you can add a colour value. Choose from: red, blue, orange, "
474
- "yellow, green or pink."
475
  msgstr ""
476
- "Alternativ können Sie einen Farbwert hinzufügen. Wählen Sie aus den Farben "
477
- "Rot, Blau, Orange, Gelb, Grün oder Pink."
478
 
479
  #: admin/views/admin-settings-help.php:26
480
  msgid "Careful to use the British spelling of \"colour\" for the attribute."
481
- msgstr ""
482
- "Achten Sie darauf, die britische Schreibweise \"colour\" für das Attribut zu "
483
- "verwenden."
484
 
485
  #: admin/views/admin-settings-help.php:30
486
  msgid "This is the \"main button\" you customise above."
@@ -500,53 +475,45 @@ msgstr "Weitere Shortcodes"
500
 
501
  #: admin/views/admin-settings-help.php:43
502
  msgid ""
503
- "These shortcodes can be used in pages and posts on your website. It is not "
504
- "recommended to use these inside the cookie bar itself."
505
  msgstr ""
506
- "Diese Shortcodes können in Seiten und Beiträgen auf Ihrer Website verwendet "
507
- "werden. Es wird nicht empfohlen, diese in der Cookie-Leiste selbst zu "
508
- "verwenden."
509
 
510
  #: admin/views/admin-settings-help.php:49
511
- msgid ""
512
- "This prints out a nice table of cookies, in line with the guidance given by "
513
- "the ICO."
514
- msgstr ""
515
- "Dies druckt eine schöne Tabelle mit Cookies aus, die den Richtlinien der ICO "
516
- "entspricht."
517
 
518
  #: admin/views/admin-settings-help.php:49
519
  msgid ""
520
- "You need to enter the cookies your website uses via the Cookie Law Info menu "
521
- "in your WordPress dashboard."
522
  msgstr ""
523
- "Sie müssen die Cookies, die Ihre Website verwendet, über das Cookie Law Info-"
524
- "Menü in Ihrem WordPress-Dashboard eingeben."
525
 
526
  #: admin/views/admin-settings-help.php:59
527
  msgid ""
528
- "This shortcode will display a normal HTML link which when clicked, will "
529
- "delete the cookie set by Cookie Law Info (this cookie is used to remember "
530
- "that the cookie bar is closed)."
531
  msgstr ""
532
- "Dieser Shortcode wird einen normalen HTML-Link anzeigen, welcher den Cookie, "
533
- "der vom Cookie Law Info Plugin gesetzt wird, entfernt, sobald der Link "
534
- "geklickt wird (dieser Cookie dient dazu, zu speichern, dass die Cookie-"
535
- "Leiste bereits angezeigt und geschlossen wurde)."
536
 
537
  #: admin/views/admin-settings-help.php:63
538
- msgid ""
539
- "Add any text you like- useful if you want e.g. another language to English."
540
  msgstr ""
541
- "Fügen Sie beliebigen Text ein (hilfreich z. B., wenn Sie außer Englisch eine "
542
- "weitere Sprache nutzen möchten)"
543
 
544
  #: admin/views/admin-settings-help.php:67
545
  msgid "Add content after accepting the cookie notice."
546
- msgstr ""
547
 
548
- #: admin/views/admin-settings-help.php:80
549
- #: admin/views/admin-settings-help.php:83 admin/views/goto-pro.php:93
550
  msgid "Documentation"
551
  msgstr "Dokumentation"
552
 
@@ -572,7 +539,7 @@ msgstr "Überschrift"
572
 
573
  #: admin/views/admin-settings-messagebar.php:14
574
  msgid "Leave it blank, If you do not need a heading"
575
- msgstr "Lassen Sie dieses Feld leer, wenn Sie keine Überschrift benötigen"
576
 
577
  #: admin/views/admin-settings-messagebar.php:19
578
  msgid "Message"
@@ -584,11 +551,11 @@ msgstr "Shortcodes sind möglich - siehe den Tab \"Leitfaden\""
584
 
585
  #: admin/views/admin-settings-messagebar.php:25
586
  msgid ""
587
- "Examples: \"We use cookies on this website [cookie_accept] to find out how "
588
- "to delete cookies [cookie_link].\""
589
  msgstr ""
590
- "Beispiel: \"Wir verwenden Cookies auf dieser Website [cookie_accept] Um "
591
- "herauszufinden, wie Sie Cookies löschen [cookie_link].\""
592
 
593
  #: admin/views/admin-settings-messagebar.php:29
594
  msgid "Cookie Bar Colour"
@@ -610,8 +577,7 @@ msgstr "Rahmenfarbe"
610
  msgid "Font"
611
  msgstr "Schriftart"
612
 
613
- #: admin/views/admin-settings-save-button.php:12
614
- #: admin/views/admin_non_necessary_cookie.php:58
615
  msgid "Update Settings"
616
  msgstr "Einstellungen speichern"
617
 
@@ -625,38 +591,35 @@ msgstr "Nicht erforderliche Cookies aktivieren"
625
 
626
  #: admin/views/admin_non_necessary_cookie.php:34
627
  msgid ""
628
- "This script will be added to the page HEAD section if the above settings is "
629
- "enabled and user has give consent."
630
  msgstr ""
631
- "Dieses Skript wird im HEAD-Bereich der Seite hinzugefügt, wenn die oben "
632
- "genannten Einstellungen aktiviert sind und der Benutzer seine Zustimmung "
633
- "gegeben hat."
634
 
635
  #: admin/views/admin_non_necessary_cookie.php:39
636
  msgid ""
637
- "Print scripts in the head tag on the front end if above cookie settings is "
638
- "enabled and user has given consent."
639
  msgstr ""
640
- "Skripte im HEAD-Tag des Frontends ausgeben, wenn die oben genannten "
641
- "Einstellungen aktiviert sind und der Benutzer seine Zustimmung gegeben hat."
642
 
643
  #: admin/views/admin_non_necessary_cookie.php:46
644
  msgid ""
645
- "This script will be added right after the BODY section if the above settings "
646
- "is enabled and user has given consent."
647
  msgstr ""
648
- "Dieses Skript wird direkt nach dem BODY-Abschnitt hinzugefügt, wenn die "
649
- "obigen Einstellungen aktiviert sind und der Benutzer seine Zustimmung "
650
- "gegeben hat."
651
 
652
  #: admin/views/admin_non_necessary_cookie.php:49
653
  msgid ""
654
- "Print scripts before the closing body tag on the front end if above cookie "
655
- "settings is enabled and user has given consent."
656
  msgstr ""
657
- "Skripte vor dem schließenden BODY-Tag des Frontends ausgeben, wenn die oben "
658
- "genannten Einstellungen aktiviert sind und der Benutzer seine Zustimmung "
659
- "gegeben hat."
660
 
661
  #: admin/views/goto-pro.php:56
662
  msgid "Where did my settings go?"
@@ -664,8 +627,7 @@ msgstr "Wo befinden sich meine Einstellungen?"
664
 
665
  #: admin/views/goto-pro.php:57
666
  msgid "Cookie Law Info version 0.9 has been updated and has new settings."
667
- msgstr ""
668
- "Cookie Law Info Version 0.9 wurde aktualisiert und hat neue Einstellungen."
669
 
670
  #: admin/views/goto-pro.php:57
671
  msgid "Your previous settings are safe."
@@ -673,11 +635,10 @@ msgstr "Ihre vorherigen Einstellungen sind sicher."
673
 
674
  #: admin/views/goto-pro.php:58
675
  msgid ""
676
- "You can either copy over your old settings to this version, or use the new "
677
- "default values."
678
  msgstr ""
679
- "Sie können entweder Ihre alten Einstellungen in diese Version kopieren oder "
680
- "die neuen Standardwerte verwenden."
681
 
682
  #: admin/views/goto-pro.php:60
683
  msgid "Would you like to:"
@@ -692,98 +653,81 @@ msgid "Start afresh with the new version"
692
  msgstr "Beginnen Sie neu mit der neuen Version"
693
 
694
  #: admin/views/goto-pro.php:67
695
- msgid ""
696
- "If you want to go back to the previous version you can always download it "
697
- "again from"
698
  msgstr ""
699
- "Wenn Sie zurück auf die vorherige Version wechseln möchten, können Sie diese "
700
- "jederzeit hier herunterladen: "
701
 
702
  #: admin/views/goto-pro.php:72
703
- msgid "Upgrade to GDPR Pro"
704
- msgstr "Upgrade auf GDPR Pro"
705
 
706
  #: admin/views/goto-pro.php:77
707
- msgid ""
708
- "Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
709
- "Category, Header Script, Footer Script)."
710
- msgstr ""
711
- "Cookie-Liste verwalten (Name, Cookie-ID, Beschreibung, Dauer, Typ, "
712
- "Kategorie, Header-Skript, Footer-Skript)."
713
 
714
  #: admin/views/goto-pro.php:78
715
- msgid "Manage Cookie Categories."
716
- msgstr "Cookie-Kategorien verwalten."
717
-
718
- #: admin/views/goto-pro.php:79
719
  msgid ""
720
- "Scan and auto block scripts - Google Analytics, FB Pixel, Google tag manager."
 
 
 
721
  msgstr ""
722
- "Automatisches Scannen und Blockieren von Skripts - Google Analytics, FB "
723
- "Pixel, Google Tag Manager."
 
 
 
 
 
 
724
 
725
  #: admin/views/goto-pro.php:80
726
- msgid "Location based exclusion of cookie notice for EU countries."
727
- msgstr "Geo-basierter Ausschluss vom Cookie-Hinweis für EU-Länder."
728
 
729
  #: admin/views/goto-pro.php:81
730
- msgid ""
731
- "Provide the users with the granular control over the cookies/scipts used by "
732
- "the website."
733
- msgstr ""
734
- "Detaillierte Kontrolle über die Cookies und Skripts, die die Website nutzt, "
735
- "für den Benutzer."
736
 
737
  #: admin/views/goto-pro.php:82
738
- msgid "Optionally log users' consent and export into a CSV file."
739
- msgstr ""
740
- "Benutzer-Einwilligungen optional protokollieren und in eine CSV-Datei "
741
- "exportieren."
742
 
743
  #: admin/views/goto-pro.php:83
744
- msgid "Customize the privacy overview in the cookie settings popup."
745
- msgstr "Anpassung der Datenschutz-Übersicht im Cookie-Einstellungen-Popup."
746
 
747
  #: admin/views/goto-pro.php:84
748
- msgid "Export/import cookies and related information via CSV file."
749
- msgstr ""
750
- "Export und Import von Cookies und relevanten Informationen via CSV-Datei."
751
 
752
  #: admin/views/goto-pro.php:85
753
- msgid "Scan and import/export the cookies in the homepage."
754
- msgstr "Scannen und Import/Export von Cookies auf der Startseite."
755
 
756
  #: admin/views/goto-pro.php:86
757
- msgid ""
758
- "Allow to display cookie settings popup where site visitors can opt-in or "
759
- "give consent to cookie categories."
760
- msgstr ""
761
 
762
  #: admin/views/goto-pro.php:87
763
- msgid ""
764
- "Customisable to look just like your own website's style: customise the "
765
- "colours, styles and fonts."
766
  msgstr ""
767
- "Anpassbar, um genau wie Ihre Website auszusehen: Wählen Sie die Farben, "
768
- "Styles und Schriftarten."
769
-
770
- #: admin/views/goto-pro.php:88
771
- msgid "Put the cookie bar in either the header or the footer."
772
- msgstr "Anzeige der Cookie-Leiste wahlweise im Header oder Footer."
773
 
774
- #: admin/views/goto-pro.php:98
775
  msgid "Like this plugin?"
776
  msgstr "Gefällt Ihnen dieses Plugin?"
777
 
778
- #: admin/views/goto-pro.php:99
779
  msgid "If you find this plugin useful please show your support and rate it"
780
  msgstr "Wenn"
781
 
782
- #: admin/views/goto-pro.php:99
783
  msgid " on"
784
  msgstr "an"
785
 
786
- #: admin/views/goto-pro.php:99
787
  msgid " much appreciated!"
788
  msgstr "Herzlichen Dank!"
789
 
@@ -795,14 +739,13 @@ msgstr "GDPR Cookie Consent"
795
  msgid "Cookie List"
796
  msgstr "Cookie-Liste"
797
 
798
- #: public/class-cookie-law-info-public.php:161
799
- #: public/modules/shortcode/shortcode.php:133
800
  msgid "Cookie"
801
  msgstr "Cookie"
802
 
803
  #: public/class-cookie-law-info-public.php:162
804
  msgid "Add New"
805
- msgstr "Neu hinzufügen"
806
 
807
  #: public/class-cookie-law-info-public.php:163
808
  msgid "Add New Cookie Type"
@@ -848,6 +791,58 @@ msgstr "Dauer"
848
  msgid "Description"
849
  msgstr "Beschreibung"
850
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851
  #~ msgid "General"
852
  #~ msgstr "Allgemeines"
853
 
@@ -864,11 +859,11 @@ msgstr "Beschreibung"
864
  #~ msgstr "Leitfaden"
865
 
866
  #~ msgid ""
867
- #~ "Allow to display cookie cettings popup where site visitors can opt-in or "
868
- #~ "give consent to cookie categories."
869
  #~ msgstr ""
870
- #~ "Anzeigen eines Cookie-Einstellungen-Popups, wo der Website-Besucher seine "
871
- #~ "Einwillung für bestimmte Cookie-Kategorien erteilen kann."
872
 
873
  #~ msgid "Privacy Overview"
874
  #~ msgstr "Datenschutzübersicht"
@@ -886,8 +881,7 @@ msgstr "Beschreibung"
886
  #~ msgstr "Cookie exportieren"
887
 
888
  #~ msgid "You do not have sufficient permissions to access this page."
889
- #~ msgstr ""
890
- #~ "Sie haben nicht die nötigen Berechtigungen auf die Seite zuzugreifen."
891
 
892
  #~ msgid "Export as CSV file"
893
  #~ msgstr "Exportieren als CSV-Datei"
@@ -910,9 +904,7 @@ msgstr "Beschreibung"
910
  #~ msgid "Import from a CSV file"
911
  #~ msgstr "Importieren aus einer CSV-Datei"
912
 
913
- #~ msgid ""
914
- #~ "Notice: please make the directory %s writable so that you can see the "
915
- #~ "error log."
916
  #~ msgstr "Wichtig!: Setzen Sie das Verzeichnis %s beschreibbar (7777)"
917
 
918
  #~ msgid ", please <a href=\"%s\">check the error log</a>"
@@ -923,8 +915,8 @@ msgstr "Beschreibung"
923
 
924
  #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
925
  #~ msgstr ""
926
- #~ "Es können keine Daten aus der hochgeladenen Datei extrahiert werden oder "
927
- #~ "es wurde keine Datei hochgeladen."
928
 
929
  #~ msgid "No posts was successfully imported%s."
930
  #~ msgstr "Keine Posts wurden erfolgreich importiert %s."
@@ -939,9 +931,7 @@ msgstr "Beschreibung"
939
  #~ msgstr "CSV-Datei"
940
 
941
  #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
942
- #~ msgstr ""
943
- #~ "Möglicherweise möchten Sie <a href=\"%s\"> das Beispiel der CSV-Datei "
944
- #~ "sehen </a>."
945
 
946
  #~ msgid "Import"
947
  #~ msgstr "Einführen"
@@ -952,11 +942,10 @@ msgstr "Beschreibung"
952
  #~ msgid "Privacy Overview Title"
953
  #~ msgstr "Datenschutz Übersicht Titel"
954
 
955
- #~ msgid ""
956
- #~ "This will be shown in the settings visible for user on consent screen."
957
  #~ msgstr ""
958
- #~ "Dies wird in den Einstellungen für Benutzer auf zustimmungsbildschirm "
959
- #~ "sichtbar angezeigt werden."
960
 
961
  #~ msgid "Save Settings"
962
  #~ msgstr "Einstellungen speichern"
@@ -974,9 +963,7 @@ msgstr "Beschreibung"
974
  #~ msgstr "Dies ist die \"Haupt-Schaltfläche\", die Sie oben anpassen können."
975
 
976
  #~ msgid "This is the cookie settings button rendering shortcode."
977
- #~ msgstr ""
978
- #~ "Dies ist die Schaltfläche für die Cookie-Einstellungen, die den Shortcode "
979
- #~ "darstellt."
980
 
981
  #~ msgid "This is the \"read more\" link you can customise."
982
  #~ msgstr "Dies ist der \"Weiterlesen\"-Link, den Sie oben anpassen können."
@@ -989,20 +976,18 @@ msgstr "Beschreibung"
989
 
990
  #~ msgid "Add any text you like useful if you want to add another language"
991
  #~ msgstr ""
992
- #~ "Fügen Sie beliebigen Text ein (hilfreich z. B., wenn Sie außer Englisch "
993
- #~ "eine weitere Sprache nutzen möchten)"
994
 
995
  #~ msgid "Shortcodes allowed: see the Help guide"
996
  #~ msgstr "Shortcodes sind möglich - siehe den Tab \"Leitfaden\""
997
 
998
  #~ msgid ""
999
- #~ "The license key for %s has expired. You can reactivate or purchase a "
1000
- #~ "license key from your account <a href=\"%s\" target=\"_blank\">dashboard</"
1001
- #~ "a>."
1002
  #~ msgstr ""
1003
- #~ "Der Lizenzschlüssel für %s ist abgelaufen. Sie können ihn reaktivieren "
1004
- #~ "oder einen neuen Lizenzschlüssel über Ihr Konto <a href=\"%s\" target="
1005
- #~ "\"_blank\"> Dashboard</a> kaufen."
1006
 
1007
  #~ msgid "Licence Activation"
1008
  #~ msgstr "Lizenz-Aktivierung"
@@ -1143,14 +1128,12 @@ msgstr "Beschreibung"
1143
  #~ msgstr "<g id=\"1863\"/>Mitteilungsleiste:"
1144
 
1145
  #~ msgid ""
1146
- #~ "This website uses cookies to improve your experience. We'll assume you're "
1147
- #~ "ok with this, but you can opt-out if you wish.[cookie_button] "
1148
- #~ "[cookie_settings] [cookie_link]"
1149
  #~ msgstr ""
1150
- #~ "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern. Wir "
1151
- #~ "gehen davon aus, dass Sie damit einverstanden sind, aber Sie können sich "
1152
- #~ "abmelden, wenn Sie möchten. [cookie_button] [cookie_settings] "
1153
- #~ "[cookie_link]"
1154
 
1155
  #~ msgid "Privacy & Cookies Policy"
1156
  #~ msgstr "Datenschutz- &amp; Cookies-Richtlinie"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2019-01-09 12:55+0530\n"
5
+ "PO-Revision-Date: 2019-01-09 16:15+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin/class-cookie-law-info-admin.php:142 admin/class-cookie-law-info-admin.php:143
 
19
  #: admin/partials/cookie-law-info-admin_settings.php:31
20
  msgid "Cookie Law Settings"
21
  msgstr "Cookie-Law-Einstellungen"
22
 
23
+ #: admin/class-cookie-law-info-admin.php:150 admin/class-cookie-law-info-admin.php:151
 
24
  msgid "Non-necessary Cookie"
25
  msgstr "Nicht erforderlicher Cookie"
26
 
27
+ #: admin/class-cookie-law-info-admin.php:181
28
  msgid "Settings"
29
  msgstr "Einstellungen"
30
 
31
+ #: admin/class-cookie-law-info-admin.php:182
32
  msgid "Support"
33
  msgstr "Unterstützung"
34
 
35
+ #: admin/class-cookie-law-info-admin.php:183
36
+ msgid "Premium Upgrade"
37
+ msgstr "Premium Upgrade"
38
+
39
+ #: admin/class-cookie-law-info-admin.php:223 admin/class-cookie-law-info-admin.php:274
40
  msgid "Settings Updated."
41
  msgstr "Einstellungen aktualisiert."
42
 
43
+ #: admin/class-cookie-law-info-admin.php:251
44
  msgid "You do not have sufficient permission to perform this operation"
45
  msgstr "Sie haben nicht die Berechtigung diese Aktion durchzuführen"
46
 
47
+ #: admin/class-cookie-law-info-admin.php:289
48
  msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
49
  msgstr "FEHLER BEIM MIGRIEREN DER EINSTELLUNGEN (FEHLER: 2)"
50
 
56
  #: admin/partials/cookie-law-info-admin_settings.php:26
57
  #: admin/views/admin_non_necessary_cookie.php:15
58
  msgid "Unable to update Settings."
59
+ msgstr "Update Einstellungen"
60
 
61
  #: admin/partials/cookie-law-info-admin_settings.php:27
62
  msgid "Settings reset to defaults."
76
 
77
  #: admin/views/admin-settings-advanced.php:9
78
  msgid ""
79
+ "Sometimes themes apply settings that clash with plugins. If that happens, try adjusting these "
80
+ "settings."
81
  msgstr ""
82
+ "Manchmal wenden Themes Einstellungen an, die mit Plugins kollidieren. Versuchen Sie in diesem "
83
+ "Fall, diese Einstellungen anzupassen."
84
 
85
  #: admin/views/admin-settings-advanced.php:23
86
  msgid "Reset all values"
102
  msgid "Accept Button"
103
  msgstr "Titel der Schaltfläche \"Akzeptieren\""
104
 
105
+ #: admin/views/admin-settings-buttons.php:11 admin/views/admin-settings-buttons.php:91
 
106
  msgid "Reject Button"
107
  msgstr "Titel der Schaltfläche “Ablehnen“"
108
 
109
+ #: admin/views/admin-settings-buttons.php:12 admin/views/admin-settings-buttons.php:162
 
110
  msgid "Read More Link"
111
  msgstr "Titel der Schaltfläche \"Mehr lesen\""
112
 
116
 
117
  #: admin/views/admin-settings-buttons.php:19
118
  msgid ""
119
+ "This button/link can be customised to either simply close the cookie bar, or follow a link. "
120
+ "You can also customise the colours and styles, and show it as a link or a button."
 
121
  msgstr ""
122
+ "Dieser Button/Link kann angepasst werden, um entweder die Cookie-Leiste zu schließen oder "
123
+ "einem Link zu folgen. Sie können die Farben und Stile auch anpassen und als Link oder "
124
+ "Schaltfläche anzeigen."
125
 
126
+ #: admin/views/admin-settings-buttons.php:22 admin/views/admin-settings-buttons.php:94
 
127
  #: admin/views/admin-settings-buttons.php:166
128
  msgid "Text"
129
  msgstr "Text"
130
 
131
+ #: admin/views/admin-settings-buttons.php:28 admin/views/admin-settings-buttons.php:100
 
132
  #: admin/views/admin-settings-buttons.php:172
133
  msgid "Text colour"
134
  msgstr "Schriftfarbe"
135
 
136
+ #: admin/views/admin-settings-buttons.php:36 admin/views/admin-settings-buttons.php:108
 
137
  #: admin/views/admin-settings-buttons.php:180
138
  msgid "Show as"
139
  msgstr "Zeige als"
140
 
141
+ #: admin/views/admin-settings-buttons.php:38 admin/views/admin-settings-buttons.php:110
 
142
  #: admin/views/admin-settings-buttons.php:182
143
  msgid "Button"
144
  msgstr "Schaltfläche"
145
 
146
+ #: admin/views/admin-settings-buttons.php:40 admin/views/admin-settings-buttons.php:112
 
147
  #: admin/views/admin-settings-buttons.php:184
148
  msgid "Link"
149
  msgstr "Link"
150
 
151
+ #: admin/views/admin-settings-buttons.php:44 admin/views/admin-settings-buttons.php:116
 
152
  #: admin/views/admin-settings-buttons.php:188
153
  msgid "Background colour"
154
  msgstr "Hintergrundfarbe"
155
 
156
+ #: admin/views/admin-settings-buttons.php:53 admin/views/admin-settings-buttons.php:124
 
157
  msgid "Action"
158
  msgstr "Aktion"
159
 
160
+ #: admin/views/admin-settings-buttons.php:61 admin/views/admin-settings-buttons.php:136
161
+ #: admin/views/admin-settings-buttons.php:199 admin/views/admin-settings-buttons.php:206
 
 
162
  msgid "URL"
163
  msgstr "Externe URL"
164
 
165
+ #: admin/views/admin-settings-buttons.php:64 admin/views/admin-settings-buttons.php:139
 
166
  msgid "Button will only link to URL if Action = Open URL"
167
  msgstr ""
168
+ "Die Schaltfläche wird nur auf die URL verlinken, wenn die ausgewählte Aktion \"URL öffnen\" ist"
 
169
 
170
+ #: admin/views/admin-settings-buttons.php:69 admin/views/admin-settings-buttons.php:144
 
171
  msgid "Open URL in new window?"
172
  msgstr "URL in neuem Fenster öffnen?"
173
 
174
+ #: admin/views/admin-settings-buttons.php:71 admin/views/admin-settings-buttons.php:146
175
+ #: admin/views/admin-settings-buttons.php:250 admin/views/admin-settings-general.php:57
176
+ #: admin/views/admin-settings-general.php:89 admin/views/admin-settings-general.php:136
177
+ #: admin/views/admin-settings-general.php:152 admin/views/admin-settings-general.php:169
178
+ #: admin/views/admin-settings-general.php:238 admin/views/admin-settings-general.php:246
179
+ #: admin/views/admin-settings-general.php:253 admin/views/admin-settings-messagebar.php:51
 
 
 
 
 
 
 
180
  msgid "Yes"
181
  msgstr "Ja"
182
 
183
+ #: admin/views/admin-settings-buttons.php:73 admin/views/admin-settings-buttons.php:147
184
+ #: admin/views/admin-settings-buttons.php:251 admin/views/admin-settings-general.php:58
185
+ #: admin/views/admin-settings-general.php:90 admin/views/admin-settings-general.php:137
186
+ #: admin/views/admin-settings-general.php:153 admin/views/admin-settings-general.php:170
187
+ #: admin/views/admin-settings-general.php:239 admin/views/admin-settings-general.php:247
188
+ #: admin/views/admin-settings-general.php:254 admin/views/admin-settings-messagebar.php:52
 
 
 
 
 
 
 
189
  msgid "No"
190
  msgstr "Nein"
191
 
192
+ #: admin/views/admin-settings-buttons.php:80 admin/views/admin-settings-buttons.php:151
 
193
  #: admin/views/admin-settings-buttons.php:255
194
  msgid "Size"
195
  msgstr "Größe"
196
 
197
  #: admin/views/admin-settings-buttons.php:163
198
  msgid ""
199
+ "This button/link can be used to provide a link out to your Privacy & Cookie Policy. You can "
200
+ "customise it any way you like."
201
  msgstr ""
202
+ "Diese Schaltfläche/dieser Link kann verwendet werden, um einen Link zu Ihrer Datenschutz- und "
203
+ "Cookie-Richtlinie bereitzustellen. Sie können die Schaltfläche beliebig anpassen."
 
204
 
205
  #: admin/views/admin-settings-buttons.php:197
206
  msgid "URL or Page?"
207
+ msgstr "URL oder Seite?"
208
 
209
+ #: admin/views/admin-settings-buttons.php:201 admin/views/admin-settings-buttons.php:212
 
210
  msgid "Page"
211
+ msgstr "Seite"
212
 
213
  #: admin/views/admin-settings-buttons.php:215
214
  msgid "Select One"
215
+ msgstr "Wähle eins"
216
 
217
  #: admin/views/admin-settings-buttons.php:240
218
  msgid "The currently selected page does not exist. Please select a new page."
219
+ msgstr "Die aktuell ausgewählte Seite ist nicht vorhanden. Bitte wählen Sie eine neue Seite aus."
220
 
221
  #: admin/views/admin-settings-buttons.php:248
222
  msgid "Open in new window?"
223
+ msgstr "In einem neuen Fenster öffnen?"
224
 
225
+ #: admin/views/admin-settings-general.php:9 admin/views/admin-settings-general.php:15
 
226
  #: admin/views/admin-settings-messagebar.php:8
227
  msgid "Cookie Bar"
228
  msgstr "Cookie-Leiste"
229
 
230
+ #: admin/views/admin-settings-general.php:10 admin/views/admin-settings-general.php:164
 
231
  msgid "Show Again Tab"
232
  msgstr "Tab \"Wieder einblenden\""
233
 
234
+ #: admin/views/admin-settings-general.php:11 admin/views/admin-settings-general.php:230
 
235
  msgid "Other"
236
  msgstr "Andere"
237
 
238
+ #: admin/views/admin-settings-general.php:19
239
  msgid "Cookie Bar is currently:"
240
  msgstr "Die Cookie-Leiste ist derzeit:"
241
 
242
+ #: admin/views/admin-settings-general.php:21
243
  msgid "On"
244
  msgstr "Aktiv"
245
 
246
+ #: admin/views/admin-settings-general.php:22
247
  msgid "Off"
248
  msgstr "Aus"
249
 
250
+ #: admin/views/admin-settings-general.php:26
251
+ msgid "Cookie bar as"
252
+ msgstr "Cookie bar als"
253
+
254
+ #: admin/views/admin-settings-general.php:33
255
+ msgid "Banner"
256
+ msgstr "Banner"
257
+
258
+ #: admin/views/admin-settings-general.php:36
259
+ msgid "Popup"
260
+ msgstr "Pop-up"
261
+
262
+ #: admin/views/admin-settings-general.php:39
263
+ msgid "Widget"
264
+ msgstr "Widget"
265
+
266
+ #: admin/views/admin-settings-general.php:45
267
+ msgid "Position"
268
+ msgstr "Position"
269
+
270
+ #: admin/views/admin-settings-general.php:55
271
+ msgid "Add overlay?"
272
+ msgstr "Overlay hinzufügen?"
273
+
274
+ #: admin/views/admin-settings-general.php:59
275
+ msgid "When the popup is active, an overlay will block the user from browsing the site."
276
+ msgstr "Wenn das Popup aktiv ist, wird ein Overlay den Nutzer vom Anzeigen der Seite abhalten."
277
+
278
+ #: admin/views/admin-settings-general.php:60
279
+ msgid "`Accept on scroll` will not work along with this option."
280
+ msgstr "\"Durch Scrollen akzeptieren\" wird mit dieser Option nicht funktionieren."
281
+
282
+ #: admin/views/admin-settings-general.php:65
283
  msgid "Cookie Bar will be shown in:"
284
  msgstr "Die Cookie-Leiste wird angezeigt im:"
285
 
286
+ #: admin/views/admin-settings-general.php:71 admin/views/admin-settings-general.php:74
 
287
  msgid "Header"
288
  msgstr "Header"
289
 
290
+ #: admin/views/admin-settings-general.php:72 admin/views/admin-settings-general.php:75
 
291
  msgid "Footer"
292
  msgstr "Footer"
293
 
294
+ #: admin/views/admin-settings-general.php:87
295
  msgid "Fix Cookie Bar to Header?"
296
  msgstr "Cookie-Leiste im Header fixieren?"
297
 
298
+ #: admin/views/admin-settings-general.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  msgid ""
300
+ "If you select \"Header\" then you can optionally stick the cookie bar to the header. Will not "
301
+ "have any effect if you select \"Footer\"."
302
  msgstr ""
303
+ "Wenn Sie \"Header\" wählen, kann die Cookie Leiste optional im Header fixiert werden (sog. "
304
+ "\"Sticky\"-Verhalten). Wenn Sie \"Footer\" wählen, wird dieser Effekt nicht angewendet."
305
 
306
+ #: admin/views/admin-settings-general.php:100
 
 
 
 
 
307
  msgid "On load"
308
  msgstr "Beim Laden der Seite"
309
 
310
+ #: admin/views/admin-settings-general.php:105 admin/views/admin-settings-general.php:108
311
+ #: admin/views/admin-settings-general.php:121 admin/views/admin-settings-general.php:124
 
 
312
  msgid "Animate"
313
  msgstr "Animieren"
314
 
315
+ #: admin/views/admin-settings-general.php:106 admin/views/admin-settings-general.php:109
 
316
  msgid "Sticky"
317
  msgstr "Angeheftet"
318
 
319
+ #: admin/views/admin-settings-general.php:116
320
  msgid "On hide"
321
  msgstr "Beim Ausblenden"
322
 
323
+ #: admin/views/admin-settings-general.php:122 admin/views/admin-settings-general.php:125
 
324
  msgid "Disappear"
325
  msgstr "Ausblenden"
326
 
327
+ #: admin/views/admin-settings-general.php:134
328
  msgid "Auto-hide(Accept) cookie bar after delay?"
329
  msgstr "Cookie-Leiste nach bestimmter Zeit automatisch ausblenden?"
330
 
331
+ #: admin/views/admin-settings-general.php:141
332
  msgid "Milliseconds until hidden"
333
  msgstr "Millisekunden bis zum Ausblenden"
334
 
335
+ #: admin/views/admin-settings-general.php:144
336
  msgid "Specify milliseconds (not seconds)"
337
  msgstr "Geben Sie Millisekunden (nicht Sekunden) an"
338
 
339
+ #: admin/views/admin-settings-general.php:144
340
  msgid "seconds"
341
  msgstr "Sekunden"
342
 
343
+ #: admin/views/admin-settings-general.php:150
344
  msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
345
  msgstr ""
346
+ "Cookie-Leister automatisch ausblenden, wenn der Benutzer scrollt (Durch Scrollen akzeptieren)?"
 
347
 
348
+ #: admin/views/admin-settings-general.php:154
349
  msgid ""
350
+ "As per latest GDPR policies it is required to take an explicit consent for the cookies. Use "
351
+ "this option with discretion especially if you serve EU"
352
  msgstr ""
353
+ "Nach den neuesten DSGVO-Richtlinien ist es erforderlich, eine ausdrückliche Zustimmung für die "
354
+ "Nutzung von Cookies einzuholen. Verwenden Sie diese Option mit Diskretion, vor allem, wenn "
355
+ "Ihre Website Besucher aus der EU hat oder Sie den Richtlinien der DSGVO unterliegen."
 
356
 
357
+ #: admin/views/admin-settings-general.php:155
358
  msgid "This option will not work along with `Popup overlay`."
359
  msgstr ""
360
+ "Diese Option funktioniert nicht bei gleichzeitiger Nutzung der \"Popup Overlay\" Funktion."
 
361
 
362
+ #: admin/views/admin-settings-general.php:167
363
  msgid "Use Show Again Tab?"
364
  msgstr "Den Tab \"Wieder einblenden\" verwenden?"
365
 
366
+ #: admin/views/admin-settings-general.php:175 admin/views/admin-settings-general.php:192
367
  msgid "Tab Position"
368
  msgstr "Tab-Position"
369
 
370
+ #: admin/views/admin-settings-general.php:180 admin/views/admin-settings-general.php:183
 
371
  msgid "Right"
372
  msgstr "Rechts"
373
 
374
+ #: admin/views/admin-settings-general.php:181 admin/views/admin-settings-general.php:184
 
375
  msgid "Left"
376
  msgstr "Links"
377
 
378
+ #: admin/views/admin-settings-general.php:199
379
+ msgid "Bottom Right"
380
+ msgstr "Unten rechts"
381
+
382
+ #: admin/views/admin-settings-general.php:202
383
+ msgid "Bottom Left"
384
+ msgstr "Unten links"
385
+
386
+ #: admin/views/admin-settings-general.php:205
387
+ msgid "Top Right"
388
+ msgstr "Oben rechts"
389
+
390
+ #: admin/views/admin-settings-general.php:208
391
+ msgid "Top Left"
392
+ msgstr "Oben links"
393
+
394
+ #: admin/views/admin-settings-general.php:215
395
  msgid "From Left Margin"
396
  msgstr "Linker Abstand"
397
 
398
+ #: admin/views/admin-settings-general.php:218
399
  msgid "Specify"
400
  msgstr "Angeben"
401
 
402
+ #: admin/views/admin-settings-general.php:222
403
  msgid "Show More Text"
404
  msgstr "\"Mehr anzeigen\"-Text"
405
 
406
+ #: admin/views/admin-settings-general.php:233
407
  msgid "Reload after \"scroll accept\" event?"
408
+ msgstr "Seite neu laden, nachdem die Hinweise durch Scrollen akzeptiert wurden?"
 
409
 
410
+ #: admin/views/admin-settings-general.php:244
411
  msgid "Reload after Accept button click"
412
  msgstr "Seite neu laden bei Klick auf \"Akzeptieren\"-Schaltfläche?"
413
 
414
+ #: admin/views/admin-settings-general.php:251
415
  msgid "Reload after Reject button click"
416
  msgstr "Seite neu laden bei Klick auf \"Ablehnen\"-Schaltfläche?"
417
 
419
  msgid "Shortcodes"
420
  msgstr "Shortcodes"
421
 
422
+ #: admin/views/admin-settings-help.php:10 admin/views/admin-settings-help.php:76
 
423
  msgid "Help Links"
424
  msgstr "Hilfe-Links"
425
 
429
 
430
  #: admin/views/admin-settings-help.php:17
431
  msgid ""
432
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info bar. They add "
433
+ "nicely formatted buttons and/or links into the cookie bar, without you having to add any HTML."
 
434
  msgstr ""
435
+ "Sie können die Shortcodes im Feld \"Nachricht\" der Cookie Law Infoleiste eingeben. Sie fügen "
436
+ "schön formatierte Schaltflächen und/oder Links in die Cookie-Leiste ein, ohne dass Sie HTML "
437
+ "hinzufügen müssen."
438
 
439
  #: admin/views/admin-settings-help.php:22
440
  msgid ""
441
+ "If you just want a standard green \"Accept\" button that closes the header and nothing more, "
442
+ "use this shortcode. It is already styled, you don't need to customise it."
 
443
  msgstr ""
444
+ "Wenn Sie nur eine grüne Standard-Schaltfläche \"Akzeptieren\" wünschen, die die Kopfzeile "
445
+ "schließt und sonst nichts, verwenden Sie diesen Shortcode. Er ist bereits formatiert und Sie "
446
+ "müssen nichts anpassen."
447
 
448
  #: admin/views/admin-settings-help.php:26
449
  msgid ""
450
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, yellow, green or "
451
+ "pink."
452
  msgstr ""
453
+ "Alternativ können Sie einen Farbwert hinzufügen. Wählen Sie aus den Farben Rot, Blau, Orange, "
454
+ "Gelb, Grün oder Pink."
455
 
456
  #: admin/views/admin-settings-help.php:26
457
  msgid "Careful to use the British spelling of \"colour\" for the attribute."
458
+ msgstr "Achten Sie darauf, die britische Schreibweise \"colour\" für das Attribut zu verwenden."
 
 
459
 
460
  #: admin/views/admin-settings-help.php:30
461
  msgid "This is the \"main button\" you customise above."
475
 
476
  #: admin/views/admin-settings-help.php:43
477
  msgid ""
478
+ "These shortcodes can be used in pages and posts on your website. It is not recommended to use "
479
+ "these inside the cookie bar itself."
480
  msgstr ""
481
+ "Diese Shortcodes können in Seiten und Beiträgen auf Ihrer Website verwendet werden. Es wird "
482
+ "nicht empfohlen, diese in der Cookie-Leiste selbst zu verwenden."
 
483
 
484
  #: admin/views/admin-settings-help.php:49
485
+ msgid "This prints out a nice table of cookies, in line with the guidance given by the ICO."
486
+ msgstr "Dies druckt eine schöne Tabelle mit Cookies aus, die den Richtlinien der ICO entspricht."
 
 
 
 
487
 
488
  #: admin/views/admin-settings-help.php:49
489
  msgid ""
490
+ "You need to enter the cookies your website uses via the Cookie Law Info menu in your WordPress "
491
+ "dashboard."
492
  msgstr ""
493
+ "Sie müssen die Cookies, die Ihre Website verwendet, über das Cookie Law Info-Menü in Ihrem "
494
+ "WordPress-Dashboard eingeben."
495
 
496
  #: admin/views/admin-settings-help.php:59
497
  msgid ""
498
+ "This shortcode will display a normal HTML link which when clicked, will delete the cookie set "
499
+ "by Cookie Law Info (this cookie is used to remember that the cookie bar is closed)."
 
500
  msgstr ""
501
+ "Dieser Shortcode wird einen normalen HTML-Link anzeigen, welcher den Cookie, der vom Cookie "
502
+ "Law Info Plugin gesetzt wird, entfernt, sobald der Link geklickt wird (dieser Cookie dient "
503
+ "dazu, zu speichern, dass die Cookie-Leiste bereits angezeigt und geschlossen wurde)."
 
504
 
505
  #: admin/views/admin-settings-help.php:63
506
+ msgid "Add any text you like- useful if you want e.g. another language to English."
 
507
  msgstr ""
508
+ "Fügen Sie beliebigen Text ein (hilfreich z. B., wenn Sie außer Englisch eine weitere Sprache "
509
+ "nutzen möchten)"
510
 
511
  #: admin/views/admin-settings-help.php:67
512
  msgid "Add content after accepting the cookie notice."
513
+ msgstr "Fügen Sie Inhalte hinzu, nachdem Sie die Cookie-Benachrichtigung akzeptiert haben."
514
 
515
+ #: admin/views/admin-settings-help.php:80 admin/views/admin-settings-help.php:83
516
+ #: admin/views/goto-pro.php:92
517
  msgid "Documentation"
518
  msgstr "Dokumentation"
519
 
539
 
540
  #: admin/views/admin-settings-messagebar.php:14
541
  msgid "Leave it blank, If you do not need a heading"
542
+ msgstr "Lassen Sie es leer, wenn Sie keine Überschrift benötigen "
543
 
544
  #: admin/views/admin-settings-messagebar.php:19
545
  msgid "Message"
551
 
552
  #: admin/views/admin-settings-messagebar.php:25
553
  msgid ""
554
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how to delete cookies "
555
+ "[cookie_link].\""
556
  msgstr ""
557
+ "Beispiele: \"Wir verwenden Cookies auf dieser Website [cookie_accept], um herauszufinden, wie "
558
+ "Sie Cookies [cookie_link] löschen können.\" "
559
 
560
  #: admin/views/admin-settings-messagebar.php:29
561
  msgid "Cookie Bar Colour"
577
  msgid "Font"
578
  msgstr "Schriftart"
579
 
580
+ #: admin/views/admin-settings-save-button.php:12 admin/views/admin_non_necessary_cookie.php:58
 
581
  msgid "Update Settings"
582
  msgstr "Einstellungen speichern"
583
 
591
 
592
  #: admin/views/admin_non_necessary_cookie.php:34
593
  msgid ""
594
+ "This script will be added to the page HEAD section if the above settings is enabled and user "
595
+ "has give consent."
596
  msgstr ""
597
+ "Dieses Skript wird im HEAD-Bereich der Seite hinzugefügt, wenn die oben genannten "
598
+ "Einstellungen aktiviert sind und der Benutzer seine Zustimmung gegeben hat."
 
599
 
600
  #: admin/views/admin_non_necessary_cookie.php:39
601
  msgid ""
602
+ "Print scripts in the head tag on the front end if above cookie settings is enabled and user "
603
+ "has given consent."
604
  msgstr ""
605
+ "Skripte im HEAD-Tag des Frontends ausgeben, wenn die oben genannten Einstellungen aktiviert "
606
+ "sind und der Benutzer seine Zustimmung gegeben hat."
607
 
608
  #: admin/views/admin_non_necessary_cookie.php:46
609
  msgid ""
610
+ "This script will be added right after the BODY section if the above settings is enabled and "
611
+ "user has given consent."
612
  msgstr ""
613
+ "Dieses Skript wird direkt nach dem BODY-Abschnitt hinzugefügt, wenn die obigen Einstellungen "
614
+ "aktiviert sind und der Benutzer seine Zustimmung gegeben hat."
 
615
 
616
  #: admin/views/admin_non_necessary_cookie.php:49
617
  msgid ""
618
+ "Print scripts before the closing body tag on the front end if above cookie settings is enabled "
619
+ "and user has given consent."
620
  msgstr ""
621
+ "Skripte vor dem schließenden BODY-Tag des Frontends ausgeben, wenn die oben genannten "
622
+ "Einstellungen aktiviert sind und der Benutzer seine Zustimmung gegeben hat."
 
623
 
624
  #: admin/views/goto-pro.php:56
625
  msgid "Where did my settings go?"
627
 
628
  #: admin/views/goto-pro.php:57
629
  msgid "Cookie Law Info version 0.9 has been updated and has new settings."
630
+ msgstr "Cookie Law Info Version 0.9 wurde aktualisiert und hat neue Einstellungen."
 
631
 
632
  #: admin/views/goto-pro.php:57
633
  msgid "Your previous settings are safe."
635
 
636
  #: admin/views/goto-pro.php:58
637
  msgid ""
638
+ "You can either copy over your old settings to this version, or use the new default values."
 
639
  msgstr ""
640
+ "Sie können entweder Ihre alten Einstellungen in diese Version kopieren oder die neuen "
641
+ "Standardwerte verwenden."
642
 
643
  #: admin/views/goto-pro.php:60
644
  msgid "Would you like to:"
653
  msgstr "Beginnen Sie neu mit der neuen Version"
654
 
655
  #: admin/views/goto-pro.php:67
656
+ msgid "If you want to go back to the previous version you can always download it again from"
 
 
657
  msgstr ""
658
+ "Wenn Sie zurück auf die vorherige Version wechseln möchten, können Sie diese jederzeit hier "
659
+ "herunterladen: "
660
 
661
  #: admin/views/goto-pro.php:72
662
+ msgid "Upgrade to Premium"
663
+ msgstr "Auf Premium upgraden"
664
 
665
  #: admin/views/goto-pro.php:77
666
+ msgid "Automatic Cookie Scanner"
667
+ msgstr "Automatischer Cookie-Scanner"
 
 
 
 
668
 
669
  #: admin/views/goto-pro.php:78
 
 
 
 
670
  msgid ""
671
+ "Auto block scripts - Google Analytics, Facebook Pixel, Google Tag Manager, Hotjar Analytics, "
672
+ "Google Publisher Tag, Youtube embed, Vimeo embed, Google maps, Addthis widget, Sharethis "
673
+ "widget, Twitter widget, Soundcloud embed, Slideshare embed, Linkedin widget, Instagram embed, "
674
+ "Pinterest widget"
675
  msgstr ""
676
+ "Auto-Block-Skripts - Google Analytics, Facebook Pixel, Google Tag-Manager, Hotjar Analytics, "
677
+ "Google Publisher-Tag, Youtube-Einbettung, Vimeo-Einbettung, Google Maps, Addthis-Widget, "
678
+ "Sharethis-Widget, Twitter-Widget, Soundcloud-Einbettung, Slideshare-Einbettung, Linkedin-"
679
+ "Widget, Instagram-Einbettung , Pinterest-Widget"
680
+
681
+ #: admin/views/goto-pro.php:79
682
+ msgid "Location based exclusion of cookie notice for EU countries"
683
+ msgstr "Standortbezogener Ausschluss der Cookie-Benachrichtigung für EU-Länder."
684
 
685
  #: admin/views/goto-pro.php:80
686
+ msgid "Granular control over the cookies/scipts used by the website"
687
+ msgstr "Detaillierte Kontrolle über die von der Website verwendeten Cookies / Skripts"
688
 
689
  #: admin/views/goto-pro.php:81
690
+ msgid "User consent audit logs"
691
+ msgstr "Überwachungsprotokolle für die Zustimmung der Benutzer"
 
 
 
 
692
 
693
  #: admin/views/goto-pro.php:82
694
+ msgid "Customized privacy overview"
695
+ msgstr "Benutzerdefinierte Datenschutzübersicht"
 
 
696
 
697
  #: admin/views/goto-pro.php:83
698
+ msgid "Cookie bar preview in admin settings page"
699
+ msgstr "Cookie bar vorschau auf der Admin-Einstellungsseite"
700
 
701
  #: admin/views/goto-pro.php:84
702
+ msgid "Advanced support for cache plugins"
703
+ msgstr "Erweiterte Unterstützung für Cache-Plugins"
 
704
 
705
  #: admin/views/goto-pro.php:85
706
+ msgid "30 Day Money Back Guarantee"
707
+ msgstr "30 Tage Geld-zurück-Garantie"
708
 
709
  #: admin/views/goto-pro.php:86
710
+ msgid "Fast and Superior Support"
711
+ msgstr "Schnelle und überlegene Unterstützung"
 
 
712
 
713
  #: admin/views/goto-pro.php:87
714
+ msgid "10X Powerful with GDPR Cookie Consent Features That Every Site Needs"
 
 
715
  msgstr ""
716
+ "10-fach leistungsfähig mit GDPR-Cookie-Zustimmungsfunktionen, die jeder Standort benötigt"
 
 
 
 
 
717
 
718
+ #: admin/views/goto-pro.php:97
719
  msgid "Like this plugin?"
720
  msgstr "Gefällt Ihnen dieses Plugin?"
721
 
722
+ #: admin/views/goto-pro.php:98
723
  msgid "If you find this plugin useful please show your support and rate it"
724
  msgstr "Wenn"
725
 
726
+ #: admin/views/goto-pro.php:98
727
  msgid " on"
728
  msgstr "an"
729
 
730
+ #: admin/views/goto-pro.php:98
731
  msgid " much appreciated!"
732
  msgstr "Herzlichen Dank!"
733
 
739
  msgid "Cookie List"
740
  msgstr "Cookie-Liste"
741
 
742
+ #: public/class-cookie-law-info-public.php:161 public/modules/shortcode/shortcode.php:133
 
743
  msgid "Cookie"
744
  msgstr "Cookie"
745
 
746
  #: public/class-cookie-law-info-public.php:162
747
  msgid "Add New"
748
+ msgstr "Neue hinzufügen"
749
 
750
  #: public/class-cookie-law-info-public.php:163
751
  msgid "Add New Cookie Type"
791
  msgid "Description"
792
  msgstr "Beschreibung"
793
 
794
+ #~ msgid "Cookie Bar as popup:"
795
+ #~ msgstr "Cookie bar als:"
796
+
797
+ #~ msgid "Upgrade to GDPR Pro"
798
+ #~ msgstr "Upgrade auf GDPR Pro"
799
+
800
+ #~ msgid ""
801
+ #~ "Manage list of cookies ( Name, CookieID, Description, Duration, Type, Category, Header "
802
+ #~ "Script, Footer Script)."
803
+ #~ msgstr ""
804
+ #~ "Cookie-Liste verwalten (Name, Cookie-ID, Beschreibung, Dauer, Typ, Kategorie, Header-"
805
+ #~ "Skript, Footer-Skript)."
806
+
807
+ #~ msgid "Manage Cookie Categories."
808
+ #~ msgstr "Cookie-Kategorien verwalten."
809
+
810
+ #~ msgid "Scan and auto block scripts - Google Analytics, FB Pixel, Google tag manager."
811
+ #~ msgstr ""
812
+ #~ "Automatisches Scannen und Blockieren von Skripts - Google Analytics, FB Pixel, Google Tag "
813
+ #~ "Manager."
814
+
815
+ #~ msgid "Location based exclusion of cookie notice for EU countries."
816
+ #~ msgstr "Geo-basierter Ausschluss vom Cookie-Hinweis für EU-Länder."
817
+
818
+ #~ msgid ""
819
+ #~ "Provide the users with the granular control over the cookies/scipts used by the website."
820
+ #~ msgstr ""
821
+ #~ "Detaillierte Kontrolle über die Cookies und Skripts, die die Website nutzt, für den "
822
+ #~ "Benutzer."
823
+
824
+ #~ msgid "Optionally log users' consent and export into a CSV file."
825
+ #~ msgstr "Benutzer-Einwilligungen optional protokollieren und in eine CSV-Datei exportieren."
826
+
827
+ #~ msgid "Customize the privacy overview in the cookie settings popup."
828
+ #~ msgstr "Anpassung der Datenschutz-Übersicht im Cookie-Einstellungen-Popup."
829
+
830
+ #~ msgid "Export/import cookies and related information via CSV file."
831
+ #~ msgstr "Export und Import von Cookies und relevanten Informationen via CSV-Datei."
832
+
833
+ #~ msgid "Scan and import/export the cookies in the homepage."
834
+ #~ msgstr "Scannen und Importieren / Exportieren Sie die Cookies auf der Startseite."
835
+
836
+ #~ msgid ""
837
+ #~ "Customisable to look just like your own website's style: customise the colours, styles and "
838
+ #~ "fonts."
839
+ #~ msgstr ""
840
+ #~ "Anpassbar, um genau wie Ihre Website auszusehen: Wählen Sie die Farben, Styles und "
841
+ #~ "Schriftarten."
842
+
843
+ #~ msgid "Put the cookie bar in either the header or the footer."
844
+ #~ msgstr "Anzeige der Cookie-Leiste wahlweise im Header oder Footer."
845
+
846
  #~ msgid "General"
847
  #~ msgstr "Allgemeines"
848
 
859
  #~ msgstr "Leitfaden"
860
 
861
  #~ msgid ""
862
+ #~ "Allow to display cookie cettings popup where site visitors can opt-in or give consent to "
863
+ #~ "cookie categories."
864
  #~ msgstr ""
865
+ #~ "Anzeigen eines Cookie-Einstellungen-Popups, wo der Website-Besucher seine Einwillung für "
866
+ #~ "bestimmte Cookie-Kategorien erteilen kann."
867
 
868
  #~ msgid "Privacy Overview"
869
  #~ msgstr "Datenschutzübersicht"
881
  #~ msgstr "Cookie exportieren"
882
 
883
  #~ msgid "You do not have sufficient permissions to access this page."
884
+ #~ msgstr "Sie haben nicht die nötigen Berechtigungen auf die Seite zuzugreifen."
 
885
 
886
  #~ msgid "Export as CSV file"
887
  #~ msgstr "Exportieren als CSV-Datei"
904
  #~ msgid "Import from a CSV file"
905
  #~ msgstr "Importieren aus einer CSV-Datei"
906
 
907
+ #~ msgid "Notice: please make the directory %s writable so that you can see the error log."
 
 
908
  #~ msgstr "Wichtig!: Setzen Sie das Verzeichnis %s beschreibbar (7777)"
909
 
910
  #~ msgid ", please <a href=\"%s\">check the error log</a>"
915
 
916
  #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
917
  #~ msgstr ""
918
+ #~ "Es können keine Daten aus der hochgeladenen Datei extrahiert werden oder es wurde keine "
919
+ #~ "Datei hochgeladen."
920
 
921
  #~ msgid "No posts was successfully imported%s."
922
  #~ msgstr "Keine Posts wurden erfolgreich importiert %s."
931
  #~ msgstr "CSV-Datei"
932
 
933
  #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
934
+ #~ msgstr "Möglicherweise möchten Sie <a href=\"%s\"> das Beispiel der CSV-Datei sehen </a>."
 
 
935
 
936
  #~ msgid "Import"
937
  #~ msgstr "Einführen"
942
  #~ msgid "Privacy Overview Title"
943
  #~ msgstr "Datenschutz Übersicht Titel"
944
 
945
+ #~ msgid "This will be shown in the settings visible for user on consent screen."
 
946
  #~ msgstr ""
947
+ #~ "Dies wird in den Einstellungen für Benutzer auf zustimmungsbildschirm sichtbar angezeigt "
948
+ #~ "werden."
949
 
950
  #~ msgid "Save Settings"
951
  #~ msgstr "Einstellungen speichern"
963
  #~ msgstr "Dies ist die \"Haupt-Schaltfläche\", die Sie oben anpassen können."
964
 
965
  #~ msgid "This is the cookie settings button rendering shortcode."
966
+ #~ msgstr "Dies ist die Schaltfläche für die Cookie-Einstellungen, die den Shortcode darstellt."
 
 
967
 
968
  #~ msgid "This is the \"read more\" link you can customise."
969
  #~ msgstr "Dies ist der \"Weiterlesen\"-Link, den Sie oben anpassen können."
976
 
977
  #~ msgid "Add any text you like useful if you want to add another language"
978
  #~ msgstr ""
979
+ #~ "Fügen Sie beliebigen Text ein (hilfreich z. B., wenn Sie außer Englisch eine weitere "
980
+ #~ "Sprache nutzen möchten)"
981
 
982
  #~ msgid "Shortcodes allowed: see the Help guide"
983
  #~ msgstr "Shortcodes sind möglich - siehe den Tab \"Leitfaden\""
984
 
985
  #~ msgid ""
986
+ #~ "The license key for %s has expired. You can reactivate or purchase a license key from your "
987
+ #~ "account <a href=\"%s\" target=\"_blank\">dashboard</a>."
 
988
  #~ msgstr ""
989
+ #~ "Der Lizenzschlüssel für %s ist abgelaufen. Sie können ihn reaktivieren oder einen neuen "
990
+ #~ "Lizenzschlüssel über Ihr Konto <a href=\"%s\" target=\"_blank\"> Dashboard</a> kaufen."
 
991
 
992
  #~ msgid "Licence Activation"
993
  #~ msgstr "Lizenz-Aktivierung"
1128
  #~ msgstr "<g id=\"1863\"/>Mitteilungsleiste:"
1129
 
1130
  #~ msgid ""
1131
+ #~ "This website uses cookies to improve your experience. We'll assume you're ok with this, but "
1132
+ #~ "you can opt-out if you wish.[cookie_button] [cookie_settings] [cookie_link]"
 
1133
  #~ msgstr ""
1134
+ #~ "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern. Wir gehen davon aus, dass "
1135
+ #~ "Sie damit einverstanden sind, aber Sie können sich abmelden, wenn Sie möchten. "
1136
+ #~ "[cookie_button] [cookie_settings] [cookie_link]"
 
1137
 
1138
  #~ msgid "Privacy & Cookies Policy"
1139
  #~ msgstr "Datenschutz- &amp; Cookies-Richtlinie"
languages/cookie-law-info-es_ES.mo CHANGED
File without changes
languages/cookie-law-info-es_ES.po CHANGED
File without changes
languages/cookie-law-info-fr_FR.mo CHANGED
Binary file
languages/cookie-law-info-fr_FR.po CHANGED
@@ -1,17 +1,19 @@
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2018-10-25 11:46+0530\n"
5
- "PO-Revision-Date: 2018-10-25 11:51+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
12
  "X-Generator: Poedit 1.8.12\n"
13
  "X-Poedit-Basepath: ..\n"
14
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
@@ -19,48 +21,51 @@ msgstr ""
19
  #: admin/class-cookie-law-info-admin.php:143
20
  #: admin/partials/cookie-law-info-admin_settings.php:31
21
  msgid "Cookie Law Settings"
22
- msgstr "Réglage de l’extension Cookie Law"
23
 
24
  #: admin/class-cookie-law-info-admin.php:150
25
  #: admin/class-cookie-law-info-admin.php:151
26
  msgid "Non-necessary Cookie"
27
  msgstr "Cookie non nécessaire"
28
 
29
- #: admin/class-cookie-law-info-admin.php:175
30
  msgid "Settings"
31
- msgstr "Paramètres"
32
 
33
- #: admin/class-cookie-law-info-admin.php:176
34
  msgid "Support"
35
- msgstr "Soutien"
36
 
37
- #: admin/class-cookie-law-info-admin.php:216
38
- #: admin/class-cookie-law-info-admin.php:267
 
 
 
 
39
  msgid "Settings Updated."
40
- msgstr "Réglages Mis à Jour."
41
 
42
- #: admin/class-cookie-law-info-admin.php:244
43
  msgid "You do not have sufficient permission to perform this operation"
44
- msgstr ""
45
- "Vous n’avez pas les autorisations suffisantes pour effectuer cette opération"
46
 
47
- #: admin/class-cookie-law-info-admin.php:282
48
  msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
49
- msgstr "MIGRATION DES PARAMÈTRES ERROR (ERREUR : 2)"
50
 
51
  #: admin/partials/cookie-law-info-admin_settings.php:25
52
  #: admin/views/admin_non_necessary_cookie.php:14
53
  msgid "Settings updated."
54
- msgstr "Réglages Mis à Jour."
55
 
56
  #: admin/partials/cookie-law-info-admin_settings.php:26
57
  #: admin/views/admin_non_necessary_cookie.php:15
58
  msgid "Unable to update Settings."
59
- msgstr "Impossible de mettre à jour les paramètres. %s"
60
 
61
  #: admin/partials/cookie-law-info-admin_settings.php:27
62
  msgid "Settings reset to defaults."
63
- msgstr "Réglages remis aux valeurs par défaut."
64
 
65
  #: admin/partials/cookie-law-info-admin_settings.php:28
66
  msgid "Unable to reset settings."
@@ -68,35 +73,36 @@ msgstr "Impossible de réinitialiser les réglages."
68
 
69
  #: admin/partials/cookie-law-info-admin_settings.php:39
70
  msgid "Your Cookie Law Info bar is switched on"
71
- msgstr "Votre barre d’informations de Cookie droit est en marche"
72
 
73
  #: admin/partials/cookie-law-info-admin_settings.php:47
74
  msgid "Your Cookie Law Info bar is switched off"
75
- msgstr "Votre barre d’informations de Cookie droit est éteint"
 
76
 
77
  #: admin/views/admin-settings-advanced.php:9
78
  msgid ""
79
  "Sometimes themes apply settings that clash with plugins. If that happens, "
80
  "try adjusting these settings."
81
  msgstr ""
82
- "Parfois des thèmes s’appliquent les paramètres qui entrent en conflit avec "
83
- "les plugins. Si cela se produit, essayez de régler ces paramètres."
84
 
85
  #: admin/views/admin-settings-advanced.php:23
86
  msgid "Reset all values"
87
- msgstr "Réinitialiser toutes les valeurs"
88
 
89
  #: admin/views/admin-settings-advanced.php:25
90
  msgid "Delete settings and reset"
91
- msgstr "Supprimer les paramètres et rétablir"
92
 
93
  #: admin/views/admin-settings-advanced.php:25
94
  msgid "Are you sure you want to delete all your settings?"
95
- msgstr "êtes-vous sûr de vouloir supprimer toutes vos images ?"
96
 
97
  #: admin/views/admin-settings-advanced.php:26
98
  msgid "Warning: this will actually delete your current settings."
99
- msgstr "Attention: Ceci va effacer vos réglages."
100
 
101
  #: admin/views/admin-settings-buttons.php:10
102
  msgid "Accept Button"
@@ -105,16 +111,16 @@ msgstr "Bouton Accepter"
105
  #: admin/views/admin-settings-buttons.php:11
106
  #: admin/views/admin-settings-buttons.php:91
107
  msgid "Reject Button"
108
- msgstr "Bouton Rejeter:"
109
 
110
  #: admin/views/admin-settings-buttons.php:12
111
  #: admin/views/admin-settings-buttons.php:162
112
  msgid "Read More Link"
113
- msgstr "Lien Lire plus"
114
 
115
  #: admin/views/admin-settings-buttons.php:18
116
  msgid "Main Button"
117
- msgstr "Police du bouton principal"
118
 
119
  #: admin/views/admin-settings-buttons.php:19
120
  msgid ""
@@ -122,9 +128,9 @@ msgid ""
122
  "follow a link. You can also customise the colours and styles, and show it as "
123
  "a link or a button."
124
  msgstr ""
125
- "Ce bouton/lien peuvent être personnalisé pour tout simplement fermez la "
126
- "barre de cookie ou suivre un lien. Vous pouvez également personnaliser les "
127
- "couleurs et les styles et l’afficher comme un lien ou un bouton."
128
 
129
  #: admin/views/admin-settings-buttons.php:22
130
  #: admin/views/admin-settings-buttons.php:94
@@ -136,19 +142,19 @@ msgstr "Texte"
136
  #: admin/views/admin-settings-buttons.php:100
137
  #: admin/views/admin-settings-buttons.php:172
138
  msgid "Text colour"
139
- msgstr "Couleur texte"
140
 
141
  #: admin/views/admin-settings-buttons.php:36
142
  #: admin/views/admin-settings-buttons.php:108
143
  #: admin/views/admin-settings-buttons.php:180
144
  msgid "Show as"
145
- msgstr "Montrer comme"
146
 
147
  #: admin/views/admin-settings-buttons.php:38
148
  #: admin/views/admin-settings-buttons.php:110
149
  #: admin/views/admin-settings-buttons.php:182
150
  msgid "Button"
151
- msgstr "Ajouter au panier bouton texte sur la page du produit."
152
 
153
  #: admin/views/admin-settings-buttons.php:40
154
  #: admin/views/admin-settings-buttons.php:112
@@ -177,25 +183,24 @@ msgstr "URL"
177
  #: admin/views/admin-settings-buttons.php:64
178
  #: admin/views/admin-settings-buttons.php:139
179
  msgid "Button will only link to URL if Action = Open URL"
180
- msgstr "Le bouton ne sera lié qu'à l'URL si Action = Ouvrir l'URL"
181
 
182
  #: admin/views/admin-settings-buttons.php:69
183
  #: admin/views/admin-settings-buttons.php:144
184
  msgid "Open URL in new window?"
185
- msgstr "Ouvrir le lien dans une nouvelle fenêtre ?"
186
 
187
  #: admin/views/admin-settings-buttons.php:71
188
  #: admin/views/admin-settings-buttons.php:146
189
  #: admin/views/admin-settings-buttons.php:250
190
- #: admin/views/admin-settings-general.php:45
191
- #: admin/views/admin-settings-general.php:55
192
- #: admin/views/admin-settings-general.php:63
193
- #: admin/views/admin-settings-general.php:106
194
- #: admin/views/admin-settings-general.php:122
195
  #: admin/views/admin-settings-general.php:136
196
- #: admin/views/admin-settings-general.php:180
197
- #: admin/views/admin-settings-general.php:188
198
- #: admin/views/admin-settings-general.php:195
 
 
199
  #: admin/views/admin-settings-messagebar.php:51
200
  msgid "Yes"
201
  msgstr "Oui"
@@ -203,18 +208,17 @@ msgstr "Oui"
203
  #: admin/views/admin-settings-buttons.php:73
204
  #: admin/views/admin-settings-buttons.php:147
205
  #: admin/views/admin-settings-buttons.php:251
206
- #: admin/views/admin-settings-general.php:46
207
- #: admin/views/admin-settings-general.php:56
208
- #: admin/views/admin-settings-general.php:64
209
- #: admin/views/admin-settings-general.php:107
210
- #: admin/views/admin-settings-general.php:123
211
  #: admin/views/admin-settings-general.php:137
212
- #: admin/views/admin-settings-general.php:181
213
- #: admin/views/admin-settings-general.php:189
214
- #: admin/views/admin-settings-general.php:196
 
 
215
  #: admin/views/admin-settings-messagebar.php:52
216
  msgid "No"
217
- msgstr "No"
218
 
219
  #: admin/views/admin-settings-buttons.php:80
220
  #: admin/views/admin-settings-buttons.php:151
@@ -227,21 +231,22 @@ msgid ""
227
  "This button/link can be used to provide a link out to your Privacy & Cookie "
228
  "Policy. You can customise it any way you like."
229
  msgstr ""
230
- "Ce lien/bouton peut être utilisé pour fournir un lien à votre politique de "
231
- "confidentialité & Cookie. Vous pouvez personnaliser comme tu veux."
 
232
 
233
  #: admin/views/admin-settings-buttons.php:197
234
  msgid "URL or Page?"
235
- msgstr ""
236
 
237
  #: admin/views/admin-settings-buttons.php:201
238
  #: admin/views/admin-settings-buttons.php:212
239
  msgid "Page"
240
- msgstr ""
241
 
242
  #: admin/views/admin-settings-buttons.php:215
243
  msgid "Select One"
244
- msgstr ""
245
 
246
  #: admin/views/admin-settings-buttons.php:240
247
  msgid "The currently selected page does not exist. Please select a new page."
@@ -251,194 +256,231 @@ msgstr ""
251
 
252
  #: admin/views/admin-settings-buttons.php:248
253
  msgid "Open in new window?"
254
- msgstr ""
255
 
256
  #: admin/views/admin-settings-general.php:9
257
  #: admin/views/admin-settings-general.php:15
258
  #: admin/views/admin-settings-messagebar.php:8
259
  msgid "Cookie Bar"
260
- msgstr "Barre de Cookie"
261
 
262
  #: admin/views/admin-settings-general.php:10
263
- #: admin/views/admin-settings-general.php:131
264
  msgid "Show Again Tab"
265
- msgstr "Utilisation afficher à nouveau l’onglet ?"
266
 
267
  #: admin/views/admin-settings-general.php:11
268
- #: admin/views/admin-settings-general.php:172
269
  msgid "Other"
270
- msgstr "Autres"
271
 
272
- #: admin/views/admin-settings-general.php:18
273
  msgid "Cookie Bar is currently:"
274
- msgstr "Cookie Bar est actuellement:"
275
 
276
- #: admin/views/admin-settings-general.php:20
277
  msgid "On"
278
- msgstr "On"
279
 
280
- #: admin/views/admin-settings-general.php:21
281
  msgid "Off"
282
- msgstr "De"
283
-
284
- #: admin/views/admin-settings-general.php:25
285
- msgid "Cookie Bar will be shown in:"
286
- msgstr "Cookie Bar sera montré dans :"
287
 
288
- #: admin/views/admin-settings-general.php:31
289
- #: admin/views/admin-settings-general.php:34
290
- msgid "Header"
291
- msgstr "Entête"
292
 
293
- #: admin/views/admin-settings-general.php:32
294
- #: admin/views/admin-settings-general.php:35
295
- msgid "Footer"
296
- msgstr "Entrer texte de copyright pied de page"
297
 
298
- #: admin/views/admin-settings-general.php:43
299
- msgid "Fix Cookie Bar to Header?"
300
- msgstr "Fixer la barre de cookies à l'en-tête?"
301
 
302
- #: admin/views/admin-settings-general.php:47
303
- msgid ""
304
- "If you select \"Header\" then you can optionally stick the cookie bar to the "
305
- "header. Will not have any effect if you select \"Footer\"."
306
- msgstr ""
307
- "Si vous sélectionnez \"En-tête\", vous pouvez éventuellement insérer la "
308
- "barre de cookies dans l'en-tête. N'a aucun effet si vous sélectionnez "
309
- "\"Footer\"."
310
 
311
- #: admin/views/admin-settings-general.php:53
312
- msgid "Cookie Bar as popup:"
313
- msgstr ""
314
 
315
- #: admin/views/admin-settings-general.php:61
316
  msgid "Add overlay?"
317
- msgstr ""
318
 
319
- #: admin/views/admin-settings-general.php:65
320
  msgid ""
321
  "When the popup is active, an overlay will block the user from browsing the "
322
  "site."
323
  msgstr ""
 
 
324
 
325
- #: admin/views/admin-settings-general.php:66
326
  msgid "`Accept on scroll` will not work along with this option."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  msgstr ""
 
 
 
328
 
329
- #: admin/views/admin-settings-general.php:70
330
  msgid "On load"
331
  msgstr "Au chargement"
332
 
333
- #: admin/views/admin-settings-general.php:75
334
- #: admin/views/admin-settings-general.php:78
335
- #: admin/views/admin-settings-general.php:91
336
- #: admin/views/admin-settings-general.php:94
337
  msgid "Animate"
338
  msgstr "Animer"
339
 
340
- #: admin/views/admin-settings-general.php:76
341
- #: admin/views/admin-settings-general.php:79
342
  msgid "Sticky"
343
- msgstr "Collante"
344
 
345
- #: admin/views/admin-settings-general.php:86
346
  msgid "On hide"
347
- msgstr "Sur la peau"
348
 
349
- #: admin/views/admin-settings-general.php:92
350
- #: admin/views/admin-settings-general.php:95
351
  msgid "Disappear"
352
- msgstr "Disparaître"
353
 
354
- #: admin/views/admin-settings-general.php:104
355
  msgid "Auto-hide(Accept) cookie bar after delay?"
356
- msgstr "Masquer les barres de cookie après délai ?"
 
357
 
358
- #: admin/views/admin-settings-general.php:111
359
  msgid "Milliseconds until hidden"
360
- msgstr "Millisecondes jusqu'à caché"
361
 
362
- #: admin/views/admin-settings-general.php:114
363
  msgid "Specify milliseconds (not seconds)"
364
- msgstr "Indiquez millisecondes (pas secondes)"
365
 
366
- #: admin/views/admin-settings-general.php:114
367
  msgid "seconds"
368
  msgstr "secondes"
369
 
370
- #: admin/views/admin-settings-general.php:120
371
  msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
372
  msgstr ""
373
- "Masquer automatiquement la barre de cookie si l’utilisateur fait défiler ?"
 
374
 
375
- #: admin/views/admin-settings-general.php:124
376
  msgid ""
377
  "As per latest GDPR policies it is required to take an explicit consent for "
378
  "the cookies. Use this option with discretion especially if you serve EU"
379
  msgstr ""
380
- "Selon les dernières stratégies PIBR, il est nécessaire de prendre un "
381
- "consentement explicite pour les cookies. Utilisez cette option avec "
382
- "précaution, surtout si vous desservez EU"
383
 
384
- #: admin/views/admin-settings-general.php:125
385
  msgid "This option will not work along with `Popup overlay`."
386
- msgstr ""
387
 
388
- #: admin/views/admin-settings-general.php:134
389
  msgid "Use Show Again Tab?"
390
- msgstr "Utiliser l'onglet Afficher à nouveau?"
391
 
392
- #: admin/views/admin-settings-general.php:141
 
393
  msgid "Tab Position"
394
- msgstr "Position des onglets"
395
 
396
- #: admin/views/admin-settings-general.php:146
397
- #: admin/views/admin-settings-general.php:149
398
  msgid "Right"
399
- msgstr "Droit"
400
 
401
- #: admin/views/admin-settings-general.php:147
402
- #: admin/views/admin-settings-general.php:150
403
  msgid "Left"
404
  msgstr "Gauche"
405
 
406
- #: admin/views/admin-settings-general.php:157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  msgid "From Left Margin"
408
- msgstr "Marge de gauche"
409
 
410
- #: admin/views/admin-settings-general.php:160
411
  msgid "Specify"
412
- msgstr "Spécifiez"
413
 
414
- #: admin/views/admin-settings-general.php:164
415
  msgid "Show More Text"
416
- msgstr "Afficher plus de texte"
417
 
418
- #: admin/views/admin-settings-general.php:175
419
  msgid "Reload after \"scroll accept\" event?"
420
- msgstr "Recharger après l'événement \"scroll accept\"?"
421
 
422
- #: admin/views/admin-settings-general.php:186
423
  msgid "Reload after Accept button click"
424
- msgstr "Recharger après événement « défilement accepter » ?"
425
 
426
- #: admin/views/admin-settings-general.php:193
427
  msgid "Reload after Reject button click"
428
- msgstr "Recharger après cliqué sur le bouton rejeter"
429
 
430
  #: admin/views/admin-settings-help.php:9
431
  msgid "Shortcodes"
432
- msgstr "Codes abrégés"
433
 
434
  #: admin/views/admin-settings-help.php:10
435
  #: admin/views/admin-settings-help.php:76
436
  msgid "Help Links"
437
- msgstr ""
438
 
439
  #: admin/views/admin-settings-help.php:16
440
  msgid "Cookie bar shortcodes"
441
- msgstr "Catégorie du cookie"
442
 
443
  #: admin/views/admin-settings-help.php:17
444
  msgid ""
@@ -446,10 +488,10 @@ msgid ""
446
  "bar. They add nicely formatted buttons and/or links into the cookie bar, "
447
  "without you having to add any HTML."
448
  msgstr ""
449
- "Vous pouvez entrer des codes abrégés dans le champ « message » de la barre "
450
- "dinformations de Cookie droit. Ils ajoutent des boutons bien formaté et/ou "
451
- "des liens dans la barre de cookie, sans que vous ayez à ajouter des éléments "
452
- "HTML."
453
 
454
  #: admin/views/admin-settings-help.php:22
455
  msgid ""
@@ -457,64 +499,64 @@ msgid ""
457
  "and nothing more, use this shortcode. It is already styled, you don't need "
458
  "to customise it."
459
  msgstr ""
460
- "Si vous voulez juste un bouton « Accepter » vert standard qui ferme len-"
461
- "tête et rien de plus, utiliser ce shortcode. Il est déjà décoré, vous navez "
462
- "pas besoin pour le personnaliser."
463
 
464
  #: admin/views/admin-settings-help.php:26
465
  msgid ""
466
  "Alternatively you can add a colour value. Choose from: red, blue, orange, "
467
  "yellow, green or pink."
468
  msgstr ""
469
- "Vous pouvez également ajouter une valeur de couleur. Choisissez parmi: "
470
- "rouge, bleu, orange, jaune, vert ou rose."
471
 
472
  #: admin/views/admin-settings-help.php:26
473
  msgid "Careful to use the British spelling of \"colour\" for the attribute."
474
  msgstr ""
475
- "Attention à utiliser lorthographe britannique de « couleur » pour "
476
- "lattribut."
477
 
478
  #: admin/views/admin-settings-help.php:30
479
  msgid "This is the \"main button\" you customise above."
480
- msgstr "Cest le « bouton principal » vous customisez ci-dessus."
481
 
482
  #: admin/views/admin-settings-help.php:34
483
  msgid "This is the cookie reject button shortcode."
484
- msgstr "Il s’agit de rejeter cookie bouton shortcode."
485
 
486
  #: admin/views/admin-settings-help.php:38
487
  msgid "This is the \"read more\" link you customise above."
488
- msgstr "C’est le lien « lire la suite » vous customisez ci-dessus."
489
 
490
  #: admin/views/admin-settings-help.php:42
491
  msgid "Other shortcodes"
492
- msgstr "Autres Shortcodes"
493
 
494
  #: admin/views/admin-settings-help.php:43
495
  msgid ""
496
  "These shortcodes can be used in pages and posts on your website. It is not "
497
  "recommended to use these inside the cookie bar itself."
498
  msgstr ""
499
- "Ces shortcodes peuvent être utilisés dans les pages et les publications de "
500
- "votre site Web. Il n'est pas recommandé d'utiliser ceux-ci à l'intérieur de "
501
- "la barre de cookies elle-même."
502
 
503
  #: admin/views/admin-settings-help.php:49
504
  msgid ""
505
  "This prints out a nice table of cookies, in line with the guidance given by "
506
  "the ICO."
507
  msgstr ""
508
- "Ceci affiche sur une belle table de cookies, conformément aux orientations "
509
- "données par l’ICO."
510
 
511
  #: admin/views/admin-settings-help.php:49
512
  msgid ""
513
  "You need to enter the cookies your website uses via the Cookie Law Info menu "
514
  "in your WordPress dashboard."
515
  msgstr ""
516
- "Vous devez entrer votre site Web utilise des cookies via le menu Info droit "
517
- "de Cookie dans votre tableau de bord de WordPress."
518
 
519
  #: admin/views/admin-settings-help.php:59
520
  msgid ""
@@ -522,49 +564,49 @@ msgid ""
522
  "delete the cookie set by Cookie Law Info (this cookie is used to remember "
523
  "that the cookie bar is closed)."
524
  msgstr ""
525
- "Ce shortcode affichera un lien HTML normal qui, une fois cliqué, il "
526
- "supprimera le cookie défini par Cookie droit Info (ce cookie est utilisé "
527
- "pour se souvenir que la barre de cookie est fermée)."
528
 
529
  #: admin/views/admin-settings-help.php:63
530
  msgid ""
531
  "Add any text you like- useful if you want e.g. another language to English."
532
  msgstr ""
533
- "Ajouter n’importe quel texte vous ressemblant-utile si vous voulez par "
534
- "exemple une autre langue pour l’anglais."
535
 
536
  #: admin/views/admin-settings-help.php:67
537
  msgid "Add content after accepting the cookie notice."
538
- msgstr ""
539
 
540
  #: admin/views/admin-settings-help.php:80
541
- #: admin/views/admin-settings-help.php:83 admin/views/goto-pro.php:93
542
  msgid "Documentation"
543
- msgstr ""
544
 
545
  #: admin/views/admin-settings-help.php:81
546
  msgid "Refer to our documentation to set and get started"
547
- msgstr ""
548
 
549
  #: admin/views/admin-settings-help.php:88
550
  msgid "Help and Support"
551
- msgstr "Aide et Assistance"
552
 
553
  #: admin/views/admin-settings-help.php:89
554
  msgid "We would love to help you on any queries or issues."
555
  msgstr ""
 
556
 
557
  #: admin/views/admin-settings-help.php:91
558
  msgid "Contact Us"
559
- msgstr ""
560
 
561
  #: admin/views/admin-settings-messagebar.php:11
562
  msgid "Message Heading"
563
- msgstr ""
564
 
565
  #: admin/views/admin-settings-messagebar.php:14
566
  msgid "Leave it blank, If you do not need a heading"
567
- msgstr ""
568
 
569
  #: admin/views/admin-settings-messagebar.php:19
570
  msgid "Message"
@@ -572,19 +614,19 @@ msgstr "Message"
572
 
573
  #: admin/views/admin-settings-messagebar.php:25
574
  msgid "Shortcodes allowed: see the Help Guide tab"
575
- msgstr ""
576
 
577
  #: admin/views/admin-settings-messagebar.php:25
578
  msgid ""
579
  "Examples: \"We use cookies on this website [cookie_accept] to find out how "
580
  "to delete cookies [cookie_link].\""
581
  msgstr ""
582
- "Exemples : « nous utilisons les cookies sur ce site [cookie_accept] pour "
583
- "savoir comment faire pour supprimer les cookies [cookie_link]. »"
584
 
585
  #: admin/views/admin-settings-messagebar.php:29
586
  msgid "Cookie Bar Colour"
587
- msgstr "Couleur de barre de biscuit"
588
 
589
  #: admin/views/admin-settings-messagebar.php:39
590
  msgid "Text Colour"
@@ -592,196 +634,191 @@ msgstr "Couleur du texte"
592
 
593
  #: admin/views/admin-settings-messagebar.php:49
594
  msgid "Show Border?"
595
- msgstr "Afficher la Bordure?"
596
 
597
  #: admin/views/admin-settings-messagebar.php:56
598
  msgid "Border Colour"
599
- msgstr "Couleur de bordure"
600
 
601
  #: admin/views/admin-settings-messagebar.php:66
602
  msgid "Font"
603
- msgstr "Typologie"
604
 
605
  #: admin/views/admin-settings-save-button.php:12
606
  #: admin/views/admin_non_necessary_cookie.php:58
607
  msgid "Update Settings"
608
- msgstr "Mettre à jour des réglages"
609
 
610
  #: admin/views/admin_non_necessary_cookie.php:20
611
  msgid "Non-necessary Cookie Settings"
612
- msgstr "Paramètres de cookies non nécessaire"
613
 
614
  #: admin/views/admin_non_necessary_cookie.php:27
615
  msgid "Enable Non-necessary Cookie"
616
- msgstr "Activez les cookies Non nécessaire"
617
 
618
  #: admin/views/admin_non_necessary_cookie.php:34
619
  msgid ""
620
  "This script will be added to the page HEAD section if the above settings is "
621
  "enabled and user has give consent."
622
  msgstr ""
623
- "Ce script s’ajoutera à la page section HEAD, si les paramètres ci-dessus est "
624
- "activée et que l’utilisateur a donner consentement."
625
 
626
  #: admin/views/admin_non_necessary_cookie.php:39
627
  msgid ""
628
  "Print scripts in the head tag on the front end if above cookie settings is "
629
  "enabled and user has given consent."
630
  msgstr ""
631
- "Imprimer les scripts dans la balise head sur le serveur frontal si au-dessus "
632
- "de cookie les paramètres est activée et l’utilisateur a donné son "
633
- "consentement."
634
 
635
  #: admin/views/admin_non_necessary_cookie.php:46
636
  msgid ""
637
  "This script will be added right after the BODY section if the above settings "
638
  "is enabled and user has given consent."
639
  msgstr ""
640
- "Ce script sera ajouté droit après la section de corps si les paramètres ci-"
641
- "dessus est activée et que l’utilisateur a donné son consentement."
642
 
643
  #: admin/views/admin_non_necessary_cookie.php:49
644
  msgid ""
645
  "Print scripts before the closing body tag on the front end if above cookie "
646
  "settings is enabled and user has given consent."
647
  msgstr ""
648
- "Imprimer des scripts avant la balise de fermeture du frontal si les "
649
- "paramètres de cookies ci-dessus sont activés et que l'utilisateur a donné "
650
- "son consentement."
651
 
652
  #: admin/views/goto-pro.php:56
653
  msgid "Where did my settings go?"
654
- msgstr "Où sont passés mes réglages?"
655
 
656
  #: admin/views/goto-pro.php:57
657
  msgid "Cookie Law Info version 0.9 has been updated and has new settings."
658
  msgstr ""
659
- "Cookie Law Info version 0.9 a été mis à jour et comporte de nouveaux "
660
- "paramètres."
661
 
662
  #: admin/views/goto-pro.php:57
663
  msgid "Your previous settings are safe."
664
- msgstr "Vos paramètres précédents sont en sécurité."
665
 
666
  #: admin/views/goto-pro.php:58
667
  msgid ""
668
  "You can either copy over your old settings to this version, or use the new "
669
  "default values."
670
  msgstr ""
671
- "Vous pouvez soit copier vos anciens paramètres vers cette version, soit "
672
- "utiliser les nouvelles valeurs par défaut."
673
 
674
  #: admin/views/goto-pro.php:60
675
  msgid "Would you like to:"
676
- msgstr "Voulez-vous :"
677
 
678
  #: admin/views/goto-pro.php:62
679
  msgid "Use previous settings"
680
- msgstr "Paramètres mis à jour."
681
 
682
  #: admin/views/goto-pro.php:63
683
  msgid "Start afresh with the new version"
684
- msgstr "Repartir avec la nouvelle version"
685
 
686
  #: admin/views/goto-pro.php:67
687
  msgid ""
688
  "If you want to go back to the previous version you can always download it "
689
  "again from"
690
  msgstr ""
691
- "Si vous souhaitez revenir à la version précédente, vous pouvez toujours "
692
- "télécharger à nouveau de"
693
 
694
  #: admin/views/goto-pro.php:72
695
- msgid "Upgrade to GDPR Pro"
696
- msgstr "Passer au niveau Pro"
697
 
698
  #: admin/views/goto-pro.php:77
699
- msgid ""
700
- "Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
701
- "Category, Header Script, Footer Script)."
702
- msgstr ""
703
 
704
  #: admin/views/goto-pro.php:78
705
- msgid "Manage Cookie Categories."
 
 
 
 
706
  msgstr ""
 
 
 
 
 
707
 
708
  #: admin/views/goto-pro.php:79
709
- msgid ""
710
- "Scan and auto block scripts - Google Analytics, FB Pixel, Google tag manager."
711
  msgstr ""
 
712
 
713
  #: admin/views/goto-pro.php:80
714
- msgid "Location based exclusion of cookie notice for EU countries."
715
- msgstr ""
716
 
717
  #: admin/views/goto-pro.php:81
718
- msgid ""
719
- "Provide the users with the granular control over the cookies/scipts used by "
720
- "the website."
721
- msgstr ""
722
 
723
  #: admin/views/goto-pro.php:82
724
- msgid "Optionally log users' consent and export into a CSV file."
725
- msgstr ""
726
 
727
  #: admin/views/goto-pro.php:83
728
- msgid "Customize the privacy overview in the cookie settings popup."
729
  msgstr ""
 
 
730
 
731
  #: admin/views/goto-pro.php:84
732
- msgid "Export/import cookies and related information via CSV file."
733
- msgstr ""
734
- "Exporter / importer des cookies et des informations connexes via un fichier "
735
- "CSV."
736
 
737
  #: admin/views/goto-pro.php:85
738
- msgid "Scan and import/export the cookies in the homepage."
739
- msgstr "Scannez et importez / exportez les cookies sur la page d'accueil."
740
 
741
  #: admin/views/goto-pro.php:86
742
- msgid ""
743
- "Allow to display cookie cettings popup where site visitors can opt-in or "
744
- "give consent to cookie categories."
745
- msgstr ""
746
- "Permet d'afficher les paramètres de cookies contextuels lorsque les "
747
- "visiteurs du site peuvent choisir ou donner leur consentement aux catégories "
748
- "de cookies."
749
 
750
  #: admin/views/goto-pro.php:87
751
- msgid ""
752
- "Customisable to look just like your own website's style: customise the "
753
- "colours, styles and fonts."
754
- msgstr ""
755
-
756
- #: admin/views/goto-pro.php:88
757
- msgid "Put the cookie bar in either the header or the footer."
758
  msgstr ""
 
 
759
 
760
- #: admin/views/goto-pro.php:98
761
  msgid "Like this plugin?"
762
- msgstr "Aimez-vous ce plugin ?"
763
 
764
- #: admin/views/goto-pro.php:99
765
  msgid "If you find this plugin useful please show your support and rate it"
766
  msgstr ""
767
- "Si vous trouvez ce plugin utile s’il vous plaît, montrez votre soutien et "
768
- "notez-le"
769
 
770
- #: admin/views/goto-pro.php:99
771
  msgid " on"
772
- msgstr "en"
773
 
774
- #: admin/views/goto-pro.php:99
775
  msgid " much appreciated!"
776
- msgstr "Vraiment très apprécié !"
777
 
778
  #: public/class-cookie-law-info-public.php:159
779
  msgid "GDPR Cookie Consent"
780
- msgstr "Consentement GDPR Cookie"
781
 
782
  #: public/class-cookie-law-info-public.php:160
783
  msgid "Cookie List"
784
- msgstr "Liste de cookie"
785
 
786
  #: public/class-cookie-law-info-public.php:161
787
  #: public/modules/shortcode/shortcode.php:133
@@ -790,7 +827,7 @@ msgstr "Cookie"
790
 
791
  #: public/class-cookie-law-info-public.php:162
792
  msgid "Add New"
793
- msgstr "Ajouter"
794
 
795
  #: public/class-cookie-law-info-public.php:163
796
  msgid "Add New Cookie Type"
@@ -802,23 +839,23 @@ msgstr "Modifier le type de Cookie"
802
 
803
  #: public/class-cookie-law-info-public.php:165
804
  msgid "New Cookie Type"
805
- msgstr "Ajouter un nouveau type de Cookie"
806
 
807
  #: public/class-cookie-law-info-public.php:166
808
  msgid "View Cookie Type"
809
- msgstr "Voir le Type de Cookie"
810
 
811
  #: public/class-cookie-law-info-public.php:167
812
  msgid "Search Cookies"
813
- msgstr "Recherche les Cookies"
814
 
815
  #: public/class-cookie-law-info-public.php:168
816
  msgid "Nothing found"
817
- msgstr "Rien n’a été trouvé"
818
 
819
  #: public/class-cookie-law-info-public.php:169
820
  msgid "Nothing found in Trash"
821
- msgstr "Rien n’a été trouvé dans la corbeille"
822
 
823
  #: public/modules/shortcode/shortcode.php:85
824
  msgid "Delete Cookies"
@@ -826,7 +863,7 @@ msgstr "Supprimer les cookies"
826
 
827
  #: public/modules/shortcode/shortcode.php:134
828
  msgid "Type"
829
- msgstr "Le format de date n'est pas correct."
830
 
831
  #: public/modules/shortcode/shortcode.php:135
832
  msgid "Duration"
@@ -836,550 +873,75 @@ msgstr "Durée"
836
  msgid "Description"
837
  msgstr "Description"
838
 
839
- #~ msgid "General"
840
- #~ msgstr "Général"
841
-
842
- #~ msgid "Customise Cookie Bar"
843
- #~ msgstr "Personnaliser le Cookie Bar"
844
-
845
- #~ msgid "Customise Buttons"
846
- #~ msgstr "Personnalisez vos boutons"
847
-
848
- #~ msgid "Advanced"
849
- #~ msgstr "Avancé"
850
-
851
- #~ msgid "Message Bar"
852
- #~ msgstr "barre des messages"
853
-
854
- #~ msgid "Shortcodes allowed: see the Shortcodes tab"
855
- #~ msgstr "Shortcodes autorisée : Voir l’onglet Shortcodes"
856
-
857
- #~ msgid "GDPR Cookie Consent Pro"
858
- #~ msgstr "Consentement GDPR Cookie"
859
-
860
- #~ msgid ""
861
- #~ "* Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
862
- #~ "Category, Header Script, Footer Script)"
863
- #~ msgstr ""
864
- #~ "Gérer les liste de cookies (nom, CookieID, Description, durée, Type, "
865
- #~ "catégorie, Script en-tête, pied de page Script)"
866
-
867
- #~ msgid "* Manage Cookie Categories"
868
- #~ msgstr "Gérer les catégories de Cookie"
869
-
870
- #~ msgid ""
871
- #~ "* Allow to display Cookie Settings popup where site visitors can opt-in "
872
- #~ "or give consent to Cookie Categories"
873
- #~ msgstr ""
874
- #~ "* Permettre l’affichage contextuel paramètres de Cookie où visiteurs du "
875
- #~ "site peuvent participer ou donner son consentement à des catégories de "
876
- #~ "Cookie"
877
-
878
- #~ msgid ""
879
- #~ "* Fully customisable to look just like your own website's style: "
880
- #~ "customise the colours, styles and fonts"
881
- #~ msgstr ""
882
- #~ "* Entièrement personnalisable à regarder comme style de votre propre site "
883
- #~ "Web : personnaliser les couleurs, les styles et les polices"
884
-
885
- #~ msgid "* Automatic Script Blocker"
886
- #~ msgstr "* Bloqueur de Script automatique"
887
-
888
- #~ msgid "* Scan and Import/Export cookie list"
889
- #~ msgstr "* Analyse et liste de cookie Import/Export"
890
-
891
- #~ msgid "* User Consent Report"
892
- #~ msgstr "* Rapport de consentement de l’utilisateur"
893
-
894
- #~ msgid "* Customisable Privacy Overview in Cookie Bar"
895
- #~ msgstr "* Personnalisable intimité Overview in Cookie Bar"
896
-
897
- #~ msgid "* Show Cookie Bar only for EU Countries"
898
- #~ msgstr "* Afficher la barre de Cookie uniquement pour les pays de l’UE"
899
-
900
- #~ msgid "* qTranslate support"
901
- #~ msgstr "* qTranslate soutien"
902
-
903
- #~ msgid "* WPML support"
904
- #~ msgstr "Support WPML"
905
-
906
- #~ msgid "Help"
907
- #~ msgstr "Aide"
908
-
909
- #~ msgid "Report a Bug"
910
- #~ msgstr "Signaler un bogue"
911
-
912
- #~ msgid "Suggest a Feature"
913
- #~ msgstr "Suggérer une caractéristique"
914
-
915
- #~ msgid "About the law"
916
- #~ msgstr "Sur"
917
-
918
- #~ msgid ""
919
- #~ "This website uses cookies to improve your experience. We'll assume you're "
920
- #~ "ok with this, but you can opt-out if you wish.[cookie_button] "
921
- #~ "[cookie_settings] [cookie_link]"
922
- #~ msgstr ""
923
- #~ "Ce site utilise des cookies pour améliorer votre expérience. Nous "
924
- #~ "supposerons que vous êtes OK avec cela, mais vous pouvez opt-dehors si "
925
- #~ "vous le souhaitez. [cookie_button] [cookie_settings] [cookie_link]"
926
-
927
- #~ msgid "Privacy & Cookies Policy"
928
- #~ msgstr "Politique de confidentialité et d'utilisation des cookies"
929
-
930
- #~ msgid "Privacy Overview"
931
- #~ msgstr "Résumé sur la confidentialité"
932
-
933
- #~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
934
- #~ msgstr "Priorité : (numérique - plus la valeur, plue la priorité)"
935
-
936
- #~ msgid "Priority"
937
- #~ msgstr "Priorité"
938
-
939
- #~ msgid "Scan & Download"
940
- #~ msgstr "Scan & téléchargement"
941
-
942
- #~ msgid "Export Cookie"
943
- #~ msgstr "Cookie d'exportation"
944
-
945
- #~ msgid "You do not have sufficient permissions to access this page."
946
- #~ msgstr "Vous n'êtes pas autoriser à accéder à cette page."
947
-
948
- #~ msgid "Export as CSV file"
949
- #~ msgstr "Exporter au format CSV"
950
-
951
- #~ msgid "Export"
952
- #~ msgstr "Exporter le produit au format CSV:"
953
-
954
- #~ msgid "Scan & Import"
955
- #~ msgstr "Importation & Scan"
956
-
957
- #~ msgid "Import Cookie"
958
- #~ msgstr "Importation Cookie"
959
-
960
- #~ msgid "BEGIN %s"
961
- #~ msgstr "DEBUT %s"
962
-
963
- #~ msgid "[Line %1$s] %2$s"
964
- #~ msgstr "[Ligne %1$s] %2$s"
965
-
966
- #~ msgid "Import from a CSV file"
967
- #~ msgstr "Importer d'un fichier CSV"
968
-
969
- #~ msgid ""
970
- #~ "Notice: please make the directory %s writable so that you can see the "
971
- #~ "error log."
972
- #~ msgstr ""
973
- #~ "Note : veuillez rendre le répertoire %s accessible en écriture pour voir "
974
- #~ "le rapport d'erreurs."
975
-
976
- #~ msgid ", please <a href=\"%s\">check the error log</a>"
977
- #~ msgstr ", <a href=« %s »> vérifiez le journal des erreurs </a>"
978
-
979
- #~ msgid "Error during file upload."
980
- #~ msgstr "Erreur lors téléchargement du fichier."
981
-
982
- #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
983
- #~ msgstr ""
984
- #~ "Impossible d'extraire les données du fichier téléchargé ou fichier non "
985
- #~ "téléchargé."
986
-
987
- #~ msgid "No posts was successfully imported%s."
988
- #~ msgstr "Aucun utilisateur importé%s."
989
-
990
- #~ msgid "Some posts were successfully imported but some were not%s."
991
- #~ msgstr ""
992
- #~ "Certains postes ont été importés avec succès mais certains n'étaient pas"
993
- #~ "%s."
994
-
995
- #~ msgid "Post import was successful."
996
- #~ msgstr "L’importation a réussi !"
997
-
998
- #~ msgid "CSV file"
999
- #~ msgstr "Fichier CSV"
1000
-
1001
- #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
1002
- #~ msgstr ""
1003
- #~ "Vous voudrez peut-être voir <a href=\"%s\">l'exemple du fichier CSV</a> ."
1004
-
1005
- #~ msgid "Import"
1006
- #~ msgstr "Importer"
1007
-
1008
- #~ msgid "Error processing migration request (ERROR: 4)"
1009
- #~ msgstr "Erreur lors du traitement de demande de migration (erreur : 4)"
1010
-
1011
- #~ msgid "Show only for EU Countries ( GeoIP )"
1012
- #~ msgstr "Montrer que pour les pays de l’UE (GeoIP)"
1013
-
1014
- #~ msgid "Enable consent logging"
1015
- #~ msgstr "Activer la journalisation du consentement"
1016
-
1017
- #~ msgid "Cookie Law Message Bar"
1018
- #~ msgstr "Barre de message Cookie Law"
1019
-
1020
- #~ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
1021
- #~ msgstr ""
1022
- #~ "Shortcodes permis : voir section settngs « En utilisant les Shortcodes »."
1023
-
1024
- #~ msgid "Link Text"
1025
- #~ msgstr "Liez le Texte"
1026
-
1027
- #~ msgid "Link URL"
1028
- #~ msgstr "Lien URL"
1029
-
1030
- #~ msgid "Open link in new window?"
1031
- #~ msgstr "Ouvrir le lien dans une nouvelle fenêtre ?"
1032
-
1033
- #~ msgid "Link colour"
1034
- #~ msgstr "Couleur des liens"
1035
-
1036
- #~ msgid "Show as button?"
1037
- #~ msgstr "Comme bouton"
1038
-
1039
- #~ msgid "Button colour"
1040
- #~ msgstr "Bouton couleur"
1041
-
1042
- #~ msgid "Button Size"
1043
- #~ msgstr "Taille du bouton"
1044
-
1045
- #~ msgid "Settings Button"
1046
- #~ msgstr "Bouton Paramètres"
1047
-
1048
- #~ msgid "Using the Shortcodes"
1049
- #~ msgstr "À l’aide des codes abrégés"
1050
-
1051
- #~ msgid "The shortcodes are:"
1052
- #~ msgstr "Les codes abrégés sont :"
1053
-
1054
- #~ msgid "This is the cookie settings button rendering shortcode."
1055
- #~ msgstr "C’est le cookie paramètres bouton rendu shortcode."
1056
-
1057
- #~ msgid "This prints out a nice table of cookies by category."
1058
- #~ msgstr "Ceci affiche sur une belle table de cookies par catégorie."
1059
-
1060
- #~ msgid "This prints the settings popup of cookie category."
1061
- #~ msgstr "Ceci affiche le popup de paramètres de catégorie de cookie."
1062
-
1063
- #~ msgid "Are you sure you want to migrate settings?"
1064
- #~ msgstr "Êtes-vous sûr que vous voulez migrer les paramètres ?"
1065
-
1066
- #~ msgid "Guide"
1067
- #~ msgstr "Guide"
1068
-
1069
- #~ msgid "Licence"
1070
- #~ msgstr "Licence"
1071
-
1072
- #~ msgid "Help Guide"
1073
- #~ msgstr "Guide d'aide"
1074
-
1075
- #~ msgid "Privacy Overview Title"
1076
- #~ msgstr "Résumé sur la confidentialité"
1077
-
1078
- #~ msgid ""
1079
- #~ "This will be shown in the settings visible for user on consent screen."
1080
- #~ msgstr ""
1081
- #~ "Cela apparaît dans les paramètres visible pour l’utilisateur sur l’écran "
1082
- #~ "de consentement."
1083
-
1084
- #~ msgid "Save Settings"
1085
- #~ msgstr "Enregistrer paramètres"
1086
-
1087
- #~ msgid ""
1088
- #~ "The license key for %s has expired. You can reactivate or purchase a "
1089
- #~ "license key from your account <a href=\"%s\" target=\"_blank\">dashboard</"
1090
- #~ "a>."
1091
- #~ msgstr ""
1092
- #~ "La clé de licence de %s est expirée. Vous pouvez réactiver ou acheter une "
1093
- #~ "clé de licence depuis votre <a href=\" %s\" target=\"_blank\">tableau de "
1094
- #~ "bord</a>."
1095
-
1096
- #~ msgid ""
1097
- #~ "The subscription for %s is on-hold. You can reactivate the subscription "
1098
- #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1099
- #~ msgstr ""
1100
- #~ "L'abonnement à %s est en attente. Vous pouvez réactiver votre abonnement "
1101
- #~ "depuis votre <a href=\"%s\" target=\"_blank\">tableau de bord</a>."
1102
-
1103
- #~ msgid ""
1104
- #~ "The subscription for %s has been cancelled. You can renew the "
1105
- #~ "subscription from your account <a href=\"%s\" target=\"_blank"
1106
- #~ "\">dashboard</a>. A new license key will be emailed to you after your "
1107
- #~ "order has been completed."
1108
- #~ msgstr ""
1109
- #~ "L'abonnement %s a été annulé. Vous pouvez renouveler votre abonnement "
1110
- #~ "depuis votre <a href=\" %s \" target=\"_blank\">tableau de bord</a>. Une "
1111
- #~ "nouvelle clé de licence vous sera envoyé une fois vore commande terminée."
1112
-
1113
- #~ msgid ""
1114
- #~ "The subscription for %s has expired. You can reactivate the subscription "
1115
- #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1116
  #~ msgstr ""
1117
- #~ "L'abonnement à %s a expiré. Vous pouvez réactiver l'abonnement depuis "
1118
- #~ "votre <a href=\" %s \" target=\"_blank\">tableau de bord</a>."
1119
 
1120
- #~ msgid ""
1121
- #~ "The subscription for %s has been suspended. You can reactivate the "
1122
- #~ "subscription from your account <a href=\"%s\" target=\"_blank"
1123
- #~ "\">dashboard</a>."
1124
- #~ msgstr ""
1125
- #~ "L'abonnement à %s a été suspendu. Vous pouvez réactiver votre abonnement "
1126
- #~ "depuis votre <a href=\" %s \" target=\"_blank\">tableau de bord</a>."
1127
 
1128
- #~ msgid ""
1129
- #~ "The subscription for %s is still pending. You can check on the status of "
1130
- #~ "the subscription from your account <a href=\"%s\" target=\"_blank"
1131
- #~ "\">dashboard</a>."
1132
- #~ msgstr ""
1133
- #~ "L'abonnement à %s est toujours en attente. Vous pouvez vérifier l'état "
1134
- #~ "votre abonnement depuis <a href=\" %s \" target=\"_blank\">votre tableau "
1135
- #~ "de bord</a>."
1136
 
1137
- #~ msgid ""
1138
- #~ "The subscription for %s has been placed in the trash and will be deleted "
1139
- #~ "soon. You can purchase a new subscription from your account <a href=\"%s"
1140
- #~ "\" target=\"_blank\">dashboard</a>."
1141
  #~ msgstr ""
1142
- #~ "L'abonnement à %s a été placé dans la corbeille et sera bientôt supprimé "
1143
- #~ "Vous pouvez souscrire à un nouvel abonnement depuis <a href=\" %s \" "
1144
- #~ "target=\"_blank\">votre tableau de bord</a>."
1145
 
1146
- #~ msgid ""
1147
- #~ "A subscription for %s could not be found. You can purchase a subscription "
1148
- #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1149
  #~ msgstr ""
1150
- #~ "Aucun abonnement à %s n'a été trouvé. Vous pouvez souscrire à un "
1151
- #~ "abonnement depuis <a href=\" %s \" target=\"_blank\">votre tableau de "
1152
- #~ "bord</a>."
1153
 
1154
- #~ msgid ""
1155
- #~ "A license key for %s could not be found. Maybe you forgot to enter a "
1156
- #~ "license key when setting up %s, or the key was deactivated in your "
1157
- #~ "account. You can reactivate license key at your plugin <a href=\"%s\" "
1158
- #~ "target=\"_blank\">settings page</a>."
1159
- #~ msgstr ""
1160
- #~ "Aucune clé de licence %s n'a été trouvée. Peut-être que vous avez oublié "
1161
- #~ "d'entrer une clé de licence lors de l'installation de %s ou celle-ci a "
1162
- #~ "été désactivée. Vous pouvez réactiver ou acheter une clé de licence "
1163
- #~ "depuis <a href=\" %s \" target=\"_blank\">votre tableau de bord</a>."
1164
-
1165
- #~ msgid ""
1166
- #~ "Download permission for %s has been revoked possibly due to a license key "
1167
- #~ "or subscription expiring. You can reactivate or purchase a license key "
1168
- #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1169
- #~ msgstr ""
1170
- #~ "L'autorisation de téléchargement pour %s a échoué probablement à cause "
1171
- #~ "d'une clé de licence ou dun abonnement expiré. Vous pouvez réactiver ou "
1172
- #~ "acheter une clé de licence au <a href=\"%s\" target=\"_blank\">tableau de "
1173
- #~ "bord</a> de votre compte."
1174
 
1175
  #~ msgid ""
1176
- #~ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
1177
- #~ "\">settings page</a> and enter the license key and license email to "
1178
- #~ "activate %s."
1179
  #~ msgstr ""
1180
- #~ "%s n'a pas été activée. Allez à la page des paramètres et entrez la clé "
1181
- #~ "et l'e-mail de licence pour activer %s."
1182
 
1183
  #~ msgid ""
1184
- #~ "You changed the subscription for %s, so you will need to enter your new "
1185
- #~ "API License Key in the settings page. The License Key should have arrived "
1186
- #~ "in your email inbox, if not you can get it by logging into your account "
1187
- #~ "<a href=\"%s\" target=\"_blank\">dashboard</a>."
1188
  #~ msgstr ""
1189
- #~ "Vous avez changé l'abonnement pour %s, aussi devez vous saisir votre "
1190
- #~ "nouvelle clé de licence API dans la page Réglages. Vous devez avoir la "
1191
- #~ "clé de licence dans vos courriers entrants, sinon vous pouvez l'obtenir "
1192
- #~ "en vous identifiant dans le <a href=\"%s\" target=\"_blank\">tableau de "
1193
- #~ "bord</a> de votre compte."
1194
-
1195
- #~ msgid "Licence Activation"
1196
- #~ msgstr "Activation de la licence"
1197
-
1198
- #~ msgid "API Licence Key:"
1199
- #~ msgstr "Clé de licence:"
1200
-
1201
- #~ msgid "Licence Key"
1202
- #~ msgstr "Clé de la licence"
1203
-
1204
- #~ msgid "Licence Email"
1205
- #~ msgstr "Mail de licence:"
1206
 
1207
- #~ msgid "Activate"
1208
- #~ msgstr "Activate"
1209
 
1210
- #~ msgid "Check"
1211
- #~ msgstr "Vérifier à nouveau"
1212
-
1213
- #~ msgid "Deactive"
1214
- #~ msgstr "Désactiver"
1215
-
1216
- #~ msgid "Cookie Category"
1217
- #~ msgstr "Catégorie du cookie"
1218
-
1219
- #~ msgid "Google Analytics"
1220
- #~ msgstr "Google Analytics"
1221
-
1222
- #~ msgid "Facebook Pixel Code"
1223
- #~ msgstr "Pixel Facebook"
1224
-
1225
- #~ msgid "Google Tag Manager"
1226
- #~ msgstr "Google Tag Manager"
1227
 
1228
  #~ msgid ""
1229
- #~ "Invalid index found in the thirdparties array. Index should be of type "
1230
- #~ "'string'. Index found: %d."
1231
  #~ msgstr ""
1232
- #~ "Index incorrect trouvé dans le tableau thirdparties. L'index doit être de "
1233
- #~ "type \"chaîne\". Index trouvé: %d."
1234
-
1235
- #~ msgid "Action is unknown."
1236
- #~ msgstr "L'action est inconnue"
1237
-
1238
- #~ msgid "Script Blocker"
1239
- #~ msgstr "Bloqueur de script"
1240
-
1241
- #~ msgid "Manage Script Blocking"
1242
- #~ msgstr "Gérer le blocage de Script"
1243
-
1244
- #~ msgid "Name"
1245
- #~ msgstr "Nom"
1246
-
1247
- #~ msgid "Enabled"
1248
- #~ msgstr "Activé"
1249
-
1250
- #~ msgid "Category"
1251
- #~ msgstr "Catégorie"
1252
-
1253
- #~ msgid "Key"
1254
- #~ msgstr "Clé"
1255
-
1256
- #~ msgid "No Consent History"
1257
- #~ msgstr "Aucune histoire de consentement"
1258
-
1259
- #~ msgid "IP Address"
1260
- #~ msgstr "Adresse IP"
1261
-
1262
- #~ msgid "Visited Date"
1263
- #~ msgstr "La pipette à couleurs Visité"
1264
-
1265
- #~ msgid "Cookie Details"
1266
- #~ msgstr "Détails du cookie"
1267
 
1268
- #~ msgid "User ID"
1269
- #~ msgstr "ID d'utilisateur:"
1270
 
1271
- #~ msgid "Delete"
1272
- #~ msgstr "Supprimer"
1273
-
1274
- #~ msgid "GDPR Consent History"
1275
- #~ msgstr "Historique du consentement GDPR"
1276
-
1277
- #~ msgid "Export Report"
1278
- #~ msgstr "Exporter le rapport"
1279
-
1280
- #~ msgid "Event Logged Successfully"
1281
- #~ msgstr "Aucun utilisateur importé%s."
1282
-
1283
- #~ msgid "Error"
1284
- #~ msgstr "Erreur:"
1285
-
1286
- #~ msgid "Logging is not enabled"
1287
- #~ msgstr "Activer la journalisation du consentement"
1288
-
1289
- #~ msgid "Consent Report"
1290
- #~ msgstr "Signaler un bug"
1291
-
1292
- #~ msgid "Action is unknow."
1293
- #~ msgstr "Action"
1294
-
1295
- #~ msgid "The Cookie Bar"
1296
- #~ msgstr "La bar à Cookie"
1297
-
1298
- #~ msgid "The Show Again Tab"
1299
- #~ msgstr "afficher à nouveau l'onglet"
1300
-
1301
- #~ msgid "Close Header"
1302
- #~ msgstr "Fermer l'en-tête"
1303
-
1304
- #~ msgid "Open URL"
1305
- #~ msgstr "Ouvrir une URL"
1306
-
1307
- #~ msgid "Extra Large"
1308
- #~ msgstr "Extra Large"
1309
-
1310
- #~ msgid "Large"
1311
- #~ msgstr "Large"
1312
-
1313
- #~ msgid "Medium"
1314
- #~ msgstr "Moyen"
1315
-
1316
- #~ msgid "Small"
1317
- #~ msgstr "Petit"
1318
-
1319
- #~ msgid "licence Activation"
1320
- #~ msgstr "Activation de la licence"
1321
-
1322
- #~ msgid "Search Report"
1323
- #~ msgstr "Rapport de recherche"
1324
-
1325
- #~ msgid "Cookie Name"
1326
- #~ msgstr "Nom du cookie"
1327
-
1328
- #~ msgid "Sensitivity"
1329
- #~ msgstr "Sensibilité"
1330
-
1331
- #~ msgid "ID"
1332
- #~ msgstr "ID"
1333
-
1334
- #~ msgid "Cookie Categories"
1335
- #~ msgstr "Catégories de cookies"
1336
-
1337
- #~ msgid "Search Cookie Categories"
1338
- #~ msgstr "Catégories de Cookie de recherche"
1339
-
1340
- #~ msgid "All Cookie Categories"
1341
- #~ msgstr "Catégories de cookies"
1342
-
1343
- #~ msgid "Edit Cookie Category"
1344
- #~ msgstr "Catégorie de cookie"
1345
-
1346
- #~ msgid "Update Cookie Category"
1347
- #~ msgstr "Catégorie du cookie"
1348
-
1349
- #~ msgid "Add Cookie Categories"
1350
- #~ msgstr "Ajouter un nouveau type de Cookie"
1351
 
1352
  #~ msgid ""
1353
- #~ "Google Tag Manager (GTM) is Google's free tool for everyone to manage and "
1354
- #~ "deploy analytics and marketing tags as well as other code snippets\n"
1355
- #~ " using an intuitive web UI."
1356
- #~ msgstr ""
1357
- #~ "Google Tag Manager (GTM) est l’outil gratuit de Google pour que chacun "
1358
- #~ "puisse gérer et déployer analytique et étiquettes marketing ainsi que les "
1359
- #~ "autres extraits de code à l’aide d’une interface de web intuitive."
1360
-
1361
- #~ msgid "Accept"
1362
- #~ msgstr "Accepter"
1363
-
1364
- #~ msgid "Reject"
1365
- #~ msgstr "Rejeter"
1366
-
1367
- #~ msgid "Cookie Bar will be show in:"
1368
- #~ msgstr "Cookie Bar sera montré dans:"
1369
-
1370
- #~ msgid "Auto-hide cookie bar after delay?"
1371
- #~ msgstr "Masquer automatiquement la barre de cookies après un délai?"
1372
-
1373
- #~ msgid "Auto-hide cookie bar if the user scrolls?"
1374
  #~ msgstr ""
1375
- #~ "Masquer automatiquement la barre de cookies si l'utilisateur fait défiler?"
 
 
1376
 
1377
- #~ msgid "Button will only link to URL if Action = Show URL"
1378
- #~ msgstr "Bouton seul lien vers URL si Action = Show URL"
1379
 
1380
  #~ msgid ""
1381
- #~ "So now all your Cookies and related scripts can be managed from a single "
1382
- #~ "place."
1383
  #~ msgstr ""
1384
- #~ "Alors maintenant tous vos Cookies et les scripts connexes peuvent être "
1385
- #~ "gérées depuis un seul endroit."
1
+ # Translation of Plugins - GDPR Cookie Consent - French (France)
2
+ # This file is distributed under the same license as the Plugins - GDPR Cookie Consent
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Plugins - GDPR Cookie Consent\n"
6
+ "POT-Creation-Date: 2019-01-09 16:07+0530\n"
7
+ "PO-Revision-Date: 2019-01-09 16:10+0530\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
15
  "X-Generator: Poedit 1.8.12\n"
16
  "X-Poedit-Basepath: ..\n"
 
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
21
  #: admin/class-cookie-law-info-admin.php:143
22
  #: admin/partials/cookie-law-info-admin_settings.php:31
23
  msgid "Cookie Law Settings"
24
+ msgstr "Réglages Cookie Law"
25
 
26
  #: admin/class-cookie-law-info-admin.php:150
27
  #: admin/class-cookie-law-info-admin.php:151
28
  msgid "Non-necessary Cookie"
29
  msgstr "Cookie non nécessaire"
30
 
31
+ #: admin/class-cookie-law-info-admin.php:181
32
  msgid "Settings"
33
+ msgstr "Réglages"
34
 
35
+ #: admin/class-cookie-law-info-admin.php:182
36
  msgid "Support"
37
+ msgstr "Support"
38
 
39
+ #: admin/class-cookie-law-info-admin.php:183
40
+ msgid "Premium Upgrade"
41
+ msgstr "Mise à niveau Premium"
42
+
43
+ #: admin/class-cookie-law-info-admin.php:223
44
+ #: admin/class-cookie-law-info-admin.php:274
45
  msgid "Settings Updated."
46
+ msgstr "Réglages mis à jour."
47
 
48
+ #: admin/class-cookie-law-info-admin.php:251
49
  msgid "You do not have sufficient permission to perform this operation"
50
+ msgstr "Vous n’avez pas les droits suffisants pour exécuter cette opération."
 
51
 
52
+ #: admin/class-cookie-law-info-admin.php:289
53
  msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
54
+ msgstr "ERREUR DE MIGRATION DES RÉGLAGES (ERREUR : 2)"
55
 
56
  #: admin/partials/cookie-law-info-admin_settings.php:25
57
  #: admin/views/admin_non_necessary_cookie.php:14
58
  msgid "Settings updated."
59
+ msgstr "Réglages mis à jour."
60
 
61
  #: admin/partials/cookie-law-info-admin_settings.php:26
62
  #: admin/views/admin_non_necessary_cookie.php:15
63
  msgid "Unable to update Settings."
64
+ msgstr "Impossible de mettre à jour les réglages."
65
 
66
  #: admin/partials/cookie-law-info-admin_settings.php:27
67
  msgid "Settings reset to defaults."
68
+ msgstr "Réglages réinitialisés aux valeurs par défaut."
69
 
70
  #: admin/partials/cookie-law-info-admin_settings.php:28
71
  msgid "Unable to reset settings."
73
 
74
  #: admin/partials/cookie-law-info-admin_settings.php:39
75
  msgid "Your Cookie Law Info bar is switched on"
76
+ msgstr "Votre barre d’information sur la loi relative aux Cookies est activée"
77
 
78
  #: admin/partials/cookie-law-info-admin_settings.php:47
79
  msgid "Your Cookie Law Info bar is switched off"
80
+ msgstr ""
81
+ "Votre barre d’information sur la loi relative aux Cookies est désactivée"
82
 
83
  #: admin/views/admin-settings-advanced.php:9
84
  msgid ""
85
  "Sometimes themes apply settings that clash with plugins. If that happens, "
86
  "try adjusting these settings."
87
  msgstr ""
88
+ "Parfois les thèmes appliquent des réglages qui entrent en conflit avec "
89
+ "certaines extensions. Essayez d’ajuster ces réglages."
90
 
91
  #: admin/views/admin-settings-advanced.php:23
92
  msgid "Reset all values"
93
+ msgstr "Remettre à zéro toutes les valeurs"
94
 
95
  #: admin/views/admin-settings-advanced.php:25
96
  msgid "Delete settings and reset"
97
+ msgstr "Supprimer les réglages et réinitialiser"
98
 
99
  #: admin/views/admin-settings-advanced.php:25
100
  msgid "Are you sure you want to delete all your settings?"
101
+ msgstr "Êtes-vous sûr de vouloir supprimer tous vos paramètres?"
102
 
103
  #: admin/views/admin-settings-advanced.php:26
104
  msgid "Warning: this will actually delete your current settings."
105
+ msgstr "Attention : cela va vraiment supprimer vos réglages actuels."
106
 
107
  #: admin/views/admin-settings-buttons.php:10
108
  msgid "Accept Button"
111
  #: admin/views/admin-settings-buttons.php:11
112
  #: admin/views/admin-settings-buttons.php:91
113
  msgid "Reject Button"
114
+ msgstr "Bouton Rejeter"
115
 
116
  #: admin/views/admin-settings-buttons.php:12
117
  #: admin/views/admin-settings-buttons.php:162
118
  msgid "Read More Link"
119
+ msgstr "Lien En savoir plus"
120
 
121
  #: admin/views/admin-settings-buttons.php:18
122
  msgid "Main Button"
123
+ msgstr "Bouton principal"
124
 
125
  #: admin/views/admin-settings-buttons.php:19
126
  msgid ""
128
  "follow a link. You can also customise the colours and styles, and show it as "
129
  "a link or a button."
130
  msgstr ""
131
+ "Ce bouton / lien peut être personnalisé pour fermer simplement la barre des "
132
+ "cookies ou pour suivre un lien. Vous pouvez également personnaliser les "
133
+ "couleurs et les styles et les afficher sous forme de lien ou de bouton."
134
 
135
  #: admin/views/admin-settings-buttons.php:22
136
  #: admin/views/admin-settings-buttons.php:94
142
  #: admin/views/admin-settings-buttons.php:100
143
  #: admin/views/admin-settings-buttons.php:172
144
  msgid "Text colour"
145
+ msgstr "Couleur du texte"
146
 
147
  #: admin/views/admin-settings-buttons.php:36
148
  #: admin/views/admin-settings-buttons.php:108
149
  #: admin/views/admin-settings-buttons.php:180
150
  msgid "Show as"
151
+ msgstr "Afficher comme"
152
 
153
  #: admin/views/admin-settings-buttons.php:38
154
  #: admin/views/admin-settings-buttons.php:110
155
  #: admin/views/admin-settings-buttons.php:182
156
  msgid "Button"
157
+ msgstr "Bouton"
158
 
159
  #: admin/views/admin-settings-buttons.php:40
160
  #: admin/views/admin-settings-buttons.php:112
183
  #: admin/views/admin-settings-buttons.php:64
184
  #: admin/views/admin-settings-buttons.php:139
185
  msgid "Button will only link to URL if Action = Open URL"
186
+ msgstr "Le bouton ne liera à l'URL que si Action = Open URL"
187
 
188
  #: admin/views/admin-settings-buttons.php:69
189
  #: admin/views/admin-settings-buttons.php:144
190
  msgid "Open URL in new window?"
191
+ msgstr "Ouvrir l’URL dans une nouvelle fenêtre ?"
192
 
193
  #: admin/views/admin-settings-buttons.php:71
194
  #: admin/views/admin-settings-buttons.php:146
195
  #: admin/views/admin-settings-buttons.php:250
196
+ #: admin/views/admin-settings-general.php:57
197
+ #: admin/views/admin-settings-general.php:89
 
 
 
198
  #: admin/views/admin-settings-general.php:136
199
+ #: admin/views/admin-settings-general.php:152
200
+ #: admin/views/admin-settings-general.php:169
201
+ #: admin/views/admin-settings-general.php:238
202
+ #: admin/views/admin-settings-general.php:246
203
+ #: admin/views/admin-settings-general.php:253
204
  #: admin/views/admin-settings-messagebar.php:51
205
  msgid "Yes"
206
  msgstr "Oui"
208
  #: admin/views/admin-settings-buttons.php:73
209
  #: admin/views/admin-settings-buttons.php:147
210
  #: admin/views/admin-settings-buttons.php:251
211
+ #: admin/views/admin-settings-general.php:58
212
+ #: admin/views/admin-settings-general.php:90
 
 
 
213
  #: admin/views/admin-settings-general.php:137
214
+ #: admin/views/admin-settings-general.php:153
215
+ #: admin/views/admin-settings-general.php:170
216
+ #: admin/views/admin-settings-general.php:239
217
+ #: admin/views/admin-settings-general.php:247
218
+ #: admin/views/admin-settings-general.php:254
219
  #: admin/views/admin-settings-messagebar.php:52
220
  msgid "No"
221
+ msgstr "Non"
222
 
223
  #: admin/views/admin-settings-buttons.php:80
224
  #: admin/views/admin-settings-buttons.php:151
231
  "This button/link can be used to provide a link out to your Privacy & Cookie "
232
  "Policy. You can customise it any way you like."
233
  msgstr ""
234
+ "Ce bouton/lien peut être utilisé pour fournir un lien vers votre page de "
235
+ "politique de confidentialité sur les cookies. Vous pouvez personnaliser "
236
+ "cela comme vous le souhaitez."
237
 
238
  #: admin/views/admin-settings-buttons.php:197
239
  msgid "URL or Page?"
240
+ msgstr "URL ou page ?"
241
 
242
  #: admin/views/admin-settings-buttons.php:201
243
  #: admin/views/admin-settings-buttons.php:212
244
  msgid "Page"
245
+ msgstr "Page"
246
 
247
  #: admin/views/admin-settings-buttons.php:215
248
  msgid "Select One"
249
+ msgstr "Choisissez un"
250
 
251
  #: admin/views/admin-settings-buttons.php:240
252
  msgid "The currently selected page does not exist. Please select a new page."
256
 
257
  #: admin/views/admin-settings-buttons.php:248
258
  msgid "Open in new window?"
259
+ msgstr "Ouvrir dans une nouvelle fenêtre ?"
260
 
261
  #: admin/views/admin-settings-general.php:9
262
  #: admin/views/admin-settings-general.php:15
263
  #: admin/views/admin-settings-messagebar.php:8
264
  msgid "Cookie Bar"
265
+ msgstr "Barre de cookie"
266
 
267
  #: admin/views/admin-settings-general.php:10
268
+ #: admin/views/admin-settings-general.php:164
269
  msgid "Show Again Tab"
270
+ msgstr "Afficher de nouveau la barre"
271
 
272
  #: admin/views/admin-settings-general.php:11
273
+ #: admin/views/admin-settings-general.php:230
274
  msgid "Other"
275
+ msgstr "Autre"
276
 
277
+ #: admin/views/admin-settings-general.php:19
278
  msgid "Cookie Bar is currently:"
279
+ msgstr "Le bandeau Cookies est actuellement :"
280
 
281
+ #: admin/views/admin-settings-general.php:21
282
  msgid "On"
283
+ msgstr "Oui"
284
 
285
+ #: admin/views/admin-settings-general.php:22
286
  msgid "Off"
287
+ msgstr "Non"
 
 
 
 
288
 
289
+ #: admin/views/admin-settings-general.php:26
290
+ msgid "Cookie bar as"
291
+ msgstr "Barre de cookie comme"
 
292
 
293
+ #: admin/views/admin-settings-general.php:33
294
+ msgid "Banner"
295
+ msgstr "Bannière"
 
296
 
297
+ #: admin/views/admin-settings-general.php:36
298
+ msgid "Popup"
299
+ msgstr "Fenêtre surgissante"
300
 
301
+ #: admin/views/admin-settings-general.php:39
302
+ msgid "Widget"
303
+ msgstr "Widget"
 
 
 
 
 
304
 
305
+ #: admin/views/admin-settings-general.php:45
306
+ msgid "Position"
307
+ msgstr "Position"
308
 
309
+ #: admin/views/admin-settings-general.php:55
310
  msgid "Add overlay?"
311
+ msgstr "Ajouter une superposition?"
312
 
313
+ #: admin/views/admin-settings-general.php:59
314
  msgid ""
315
  "When the popup is active, an overlay will block the user from browsing the "
316
  "site."
317
  msgstr ""
318
+ "Lorsque la fenêtre contextuelle est active, une superposition empêche "
319
+ "l'utilisateur de naviguer sur le site."
320
 
321
+ #: admin/views/admin-settings-general.php:60
322
  msgid "`Accept on scroll` will not work along with this option."
323
+ msgstr "`Accepter au défilement` ne fonctionnera pas avec cette option."
324
+
325
+ #: admin/views/admin-settings-general.php:65
326
+ msgid "Cookie Bar will be shown in:"
327
+ msgstr "La barre de Cookies sera affichée dans :"
328
+
329
+ #: admin/views/admin-settings-general.php:71
330
+ #: admin/views/admin-settings-general.php:74
331
+ msgid "Header"
332
+ msgstr "En-tête"
333
+
334
+ #: admin/views/admin-settings-general.php:72
335
+ #: admin/views/admin-settings-general.php:75
336
+ msgid "Footer"
337
+ msgstr "Pied de page"
338
+
339
+ #: admin/views/admin-settings-general.php:87
340
+ msgid "Fix Cookie Bar to Header?"
341
+ msgstr "Lier la barre de Cookies à l’en-tête ?"
342
+
343
+ #: admin/views/admin-settings-general.php:91
344
+ msgid ""
345
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
346
+ "header. Will not have any effect if you select \"Footer\"."
347
  msgstr ""
348
+ "Si vous sélectionnez \"En-tête\", vous pouvez éventuellement coller la barre "
349
+ "de cookies sur l'en-tête. N'aura aucun effet si vous sélectionnez \"Pied de "
350
+ "page\"."
351
 
352
+ #: admin/views/admin-settings-general.php:100
353
  msgid "On load"
354
  msgstr "Au chargement"
355
 
356
+ #: admin/views/admin-settings-general.php:105
357
+ #: admin/views/admin-settings-general.php:108
358
+ #: admin/views/admin-settings-general.php:121
359
+ #: admin/views/admin-settings-general.php:124
360
  msgid "Animate"
361
  msgstr "Animer"
362
 
363
+ #: admin/views/admin-settings-general.php:106
364
+ #: admin/views/admin-settings-general.php:109
365
  msgid "Sticky"
366
+ msgstr "Èpinglé"
367
 
368
+ #: admin/views/admin-settings-general.php:116
369
  msgid "On hide"
370
+ msgstr "Au masquage"
371
 
372
+ #: admin/views/admin-settings-general.php:122
373
+ #: admin/views/admin-settings-general.php:125
374
  msgid "Disappear"
375
+ msgstr "Faire disparaître"
376
 
377
+ #: admin/views/admin-settings-general.php:134
378
  msgid "Auto-hide(Accept) cookie bar after delay?"
379
+ msgstr ""
380
+ "Masquer automatiquement (accepter) la barre des cookies après un délai?"
381
 
382
+ #: admin/views/admin-settings-general.php:141
383
  msgid "Milliseconds until hidden"
384
+ msgstr "Millièmes de secondes avant le masquage"
385
 
386
+ #: admin/views/admin-settings-general.php:144
387
  msgid "Specify milliseconds (not seconds)"
388
+ msgstr "Spécifiez les millisecondes (pas les secondes)"
389
 
390
+ #: admin/views/admin-settings-general.php:144
391
  msgid "seconds"
392
  msgstr "secondes"
393
 
394
+ #: admin/views/admin-settings-general.php:150
395
  msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
396
  msgstr ""
397
+ "Masquer automatiquement la barre de cookie si l’utilisateur fait défiler "
398
+ "(Accepter au défilement) ?"
399
 
400
+ #: admin/views/admin-settings-general.php:154
401
  msgid ""
402
  "As per latest GDPR policies it is required to take an explicit consent for "
403
  "the cookies. Use this option with discretion especially if you serve EU"
404
  msgstr ""
405
+ "Conformément aux dernières politiques GDPR, un consentement explicite aux "
406
+ "cookies est requis. Utilisez cette option avec discrétion, en particulier si "
407
+ "vous servez au service de l’UE."
408
 
409
+ #: admin/views/admin-settings-general.php:155
410
  msgid "This option will not work along with `Popup overlay`."
411
+ msgstr "Cette option ne fonctionnera pas avec `Popup Overlay`."
412
 
413
+ #: admin/views/admin-settings-general.php:167
414
  msgid "Use Show Again Tab?"
415
+ msgstr "Utiliser longlet Afficher à nouveau ?"
416
 
417
+ #: admin/views/admin-settings-general.php:175
418
+ #: admin/views/admin-settings-general.php:192
419
  msgid "Tab Position"
420
+ msgstr "Position de l’onglet"
421
 
422
+ #: admin/views/admin-settings-general.php:180
423
+ #: admin/views/admin-settings-general.php:183
424
  msgid "Right"
425
+ msgstr "Droite"
426
 
427
+ #: admin/views/admin-settings-general.php:181
428
+ #: admin/views/admin-settings-general.php:184
429
  msgid "Left"
430
  msgstr "Gauche"
431
 
432
+ #: admin/views/admin-settings-general.php:199
433
+ msgid "Bottom Right"
434
+ msgstr "En bas à droite"
435
+
436
+ #: admin/views/admin-settings-general.php:202
437
+ msgid "Bottom Left"
438
+ msgstr "En bas à gauche"
439
+
440
+ #: admin/views/admin-settings-general.php:205
441
+ msgid "Top Right"
442
+ msgstr "En haut à droite"
443
+
444
+ #: admin/views/admin-settings-general.php:208
445
+ msgid "Top Left"
446
+ msgstr "En haut à gauche"
447
+
448
+ #: admin/views/admin-settings-general.php:215
449
  msgid "From Left Margin"
450
+ msgstr "Depuis la marge externe de gauche"
451
 
452
+ #: admin/views/admin-settings-general.php:218
453
  msgid "Specify"
454
+ msgstr "Spécifier"
455
 
456
+ #: admin/views/admin-settings-general.php:222
457
  msgid "Show More Text"
458
+ msgstr "Texte du message permettant d’en savoir plus"
459
 
460
+ #: admin/views/admin-settings-general.php:233
461
  msgid "Reload after \"scroll accept\" event?"
462
+ msgstr "Recharger après l’événement d’acceptation lié au défilement ?"
463
 
464
+ #: admin/views/admin-settings-general.php:244
465
  msgid "Reload after Accept button click"
466
+ msgstr "Recharger la page au clic sur le bouton de consentement"
467
 
468
+ #: admin/views/admin-settings-general.php:251
469
  msgid "Reload after Reject button click"
470
+ msgstr "Recharger la page au clic sur le bouton de refus"
471
 
472
  #: admin/views/admin-settings-help.php:9
473
  msgid "Shortcodes"
474
+ msgstr "Codes courts"
475
 
476
  #: admin/views/admin-settings-help.php:10
477
  #: admin/views/admin-settings-help.php:76
478
  msgid "Help Links"
479
+ msgstr "Liens d’aide"
480
 
481
  #: admin/views/admin-settings-help.php:16
482
  msgid "Cookie bar shortcodes"
483
+ msgstr "Codes courts du bandeau cookies"
484
 
485
  #: admin/views/admin-settings-help.php:17
486
  msgid ""
488
  "bar. They add nicely formatted buttons and/or links into the cookie bar, "
489
  "without you having to add any HTML."
490
  msgstr ""
491
+ "Vous pouvez entrer les codes abrégés dans le champ \"message\" de la barre "
492
+ "d'informations sur les lois relatives aux cookies. Ils ajoutent des boutons "
493
+ "et / ou des liens bien formatés dans la barre des cookies, sans que vous "
494
+ "ayez à ajouter de code HTML."
495
 
496
  #: admin/views/admin-settings-help.php:22
497
  msgid ""
499
  "and nothing more, use this shortcode. It is already styled, you don't need "
500
  "to customise it."
501
  msgstr ""
502
+ "Si vous voulez juste un bouton vert \"Accepter\" standard qui ferme l'en-"
503
+ "tête et rien de plus, utilisez ce shortcode Il est déjà stylé, vous n'avez "
504
+ "pas besoin de le personnaliser."
505
 
506
  #: admin/views/admin-settings-help.php:26
507
  msgid ""
508
  "Alternatively you can add a colour value. Choose from: red, blue, orange, "
509
  "yellow, green or pink."
510
  msgstr ""
511
+ ".Vous pouvez aussi ajouter un nom de couleur (en anglais) Choisissez parmi : "
512
+ "red, blue, orange, yellow, green or pink."
513
 
514
  #: admin/views/admin-settings-help.php:26
515
  msgid "Careful to use the British spelling of \"colour\" for the attribute."
516
  msgstr ""
517
+ "Attention à utiliser l'orthographe britannique de \"couleur\" pour "
518
+ "l'attribut."
519
 
520
  #: admin/views/admin-settings-help.php:30
521
  msgid "This is the \"main button\" you customise above."
522
+ msgstr "C'est le \"bouton principal\" que vous personnalisez ci-dessus."
523
 
524
  #: admin/views/admin-settings-help.php:34
525
  msgid "This is the cookie reject button shortcode."
526
+ msgstr "C'est le shortcode du bouton de rejet des cookies."
527
 
528
  #: admin/views/admin-settings-help.php:38
529
  msgid "This is the \"read more\" link you customise above."
530
+ msgstr "C’est le lien \"en savoir plus\" que vous personnalisez ci-dessus."
531
 
532
  #: admin/views/admin-settings-help.php:42
533
  msgid "Other shortcodes"
534
+ msgstr "Autres codes courts"
535
 
536
  #: admin/views/admin-settings-help.php:43
537
  msgid ""
538
  "These shortcodes can be used in pages and posts on your website. It is not "
539
  "recommended to use these inside the cookie bar itself."
540
  msgstr ""
541
+ "Ces codes courts peuvent être utilisés avec des pages ou des articles sur "
542
+ "votre site. Il nest pas recommandé de les utilisé à lintérieur du bandeau "
543
+ "de cookies lui-même."
544
 
545
  #: admin/views/admin-settings-help.php:49
546
  msgid ""
547
  "This prints out a nice table of cookies, in line with the guidance given by "
548
  "the ICO."
549
  msgstr ""
550
+ "Cela affiche un joli tableau de cookies le plus conforme possible avec la "
551
+ "règlementation."
552
 
553
  #: admin/views/admin-settings-help.php:49
554
  msgid ""
555
  "You need to enter the cookies your website uses via the Cookie Law Info menu "
556
  "in your WordPress dashboard."
557
  msgstr ""
558
+ "Vous devez saisir les cookies que votre site utilise avec le menu Cookies "
559
+ "dans votre tableau de bord WordPress."
560
 
561
  #: admin/views/admin-settings-help.php:59
562
  msgid ""
564
  "delete the cookie set by Cookie Law Info (this cookie is used to remember "
565
  "that the cookie bar is closed)."
566
  msgstr ""
567
+ "Ce code court affichera un lien HTML classique. Lorsqu’il sera cliqué, il "
568
+ "supprimera le cookie déposé par Cookie Law Info (ce cookie est utilisé pour "
569
+ "se souvenir que le bandeau de cookies a été fermé)."
570
 
571
  #: admin/views/admin-settings-help.php:63
572
  msgid ""
573
  "Add any text you like- useful if you want e.g. another language to English."
574
  msgstr ""
575
+ "Ajouter le texte que vous souhaitez – utile par exemple pour le multilingue."
 
576
 
577
  #: admin/views/admin-settings-help.php:67
578
  msgid "Add content after accepting the cookie notice."
579
+ msgstr "Ajouter du contenu après avoir accepté la notification de cookie."
580
 
581
  #: admin/views/admin-settings-help.php:80
582
+ #: admin/views/admin-settings-help.php:83 admin/views/goto-pro.php:92
583
  msgid "Documentation"
584
+ msgstr "Documentation"
585
 
586
  #: admin/views/admin-settings-help.php:81
587
  msgid "Refer to our documentation to set and get started"
588
+ msgstr "Reportez-vous à notre documentation pour définir et commencer"
589
 
590
  #: admin/views/admin-settings-help.php:88
591
  msgid "Help and Support"
592
+ msgstr "Aide et support"
593
 
594
  #: admin/views/admin-settings-help.php:89
595
  msgid "We would love to help you on any queries or issues."
596
  msgstr ""
597
+ "Nous serions ravis de vous aider si vous avez des questions ou des problèmes."
598
 
599
  #: admin/views/admin-settings-help.php:91
600
  msgid "Contact Us"
601
+ msgstr "Contactez-nous"
602
 
603
  #: admin/views/admin-settings-messagebar.php:11
604
  msgid "Message Heading"
605
+ msgstr "En-tête du message"
606
 
607
  #: admin/views/admin-settings-messagebar.php:14
608
  msgid "Leave it blank, If you do not need a heading"
609
+ msgstr "Laissez le champ vide, si vous n'avez pas besoin d'un titre"
610
 
611
  #: admin/views/admin-settings-messagebar.php:19
612
  msgid "Message"
614
 
615
  #: admin/views/admin-settings-messagebar.php:25
616
  msgid "Shortcodes allowed: see the Help Guide tab"
617
+ msgstr "Shortcodes autorisés: voir l'onglet Help Guide"
618
 
619
  #: admin/views/admin-settings-messagebar.php:25
620
  msgid ""
621
  "Examples: \"We use cookies on this website [cookie_accept] to find out how "
622
  "to delete cookies [cookie_link].\""
623
  msgstr ""
624
+ "Exemples: \"Nous utilisons des cookies sur ce site Web [cookie_accept] pour "
625
+ "savoir comment supprimer les cookies [cookie_link].\""
626
 
627
  #: admin/views/admin-settings-messagebar.php:29
628
  msgid "Cookie Bar Colour"
629
+ msgstr "Couleur du bandeau de cookies"
630
 
631
  #: admin/views/admin-settings-messagebar.php:39
632
  msgid "Text Colour"
634
 
635
  #: admin/views/admin-settings-messagebar.php:49
636
  msgid "Show Border?"
637
+ msgstr "Afficher la bordure ?"
638
 
639
  #: admin/views/admin-settings-messagebar.php:56
640
  msgid "Border Colour"
641
+ msgstr "Couleur de la bordure"
642
 
643
  #: admin/views/admin-settings-messagebar.php:66
644
  msgid "Font"
645
+ msgstr "Police"
646
 
647
  #: admin/views/admin-settings-save-button.php:12
648
  #: admin/views/admin_non_necessary_cookie.php:58
649
  msgid "Update Settings"
650
+ msgstr "Mettre à jour les réglages"
651
 
652
  #: admin/views/admin_non_necessary_cookie.php:20
653
  msgid "Non-necessary Cookie Settings"
654
+ msgstr "Réglages de cookies non indispensables"
655
 
656
  #: admin/views/admin_non_necessary_cookie.php:27
657
  msgid "Enable Non-necessary Cookie"
658
+ msgstr "Activer les cookies non indispensables"
659
 
660
  #: admin/views/admin_non_necessary_cookie.php:34
661
  msgid ""
662
  "This script will be added to the page HEAD section if the above settings is "
663
  "enabled and user has give consent."
664
  msgstr ""
665
+ "Ce script sera ajouté dans l’élément HEAD si le réglage ci-dessus est activé "
666
+ "et si le visiteur a donné son consentement."
667
 
668
  #: admin/views/admin_non_necessary_cookie.php:39
669
  msgid ""
670
  "Print scripts in the head tag on the front end if above cookie settings is "
671
  "enabled and user has given consent."
672
  msgstr ""
673
+ "Intégrer les scripts dans l’élément head en frontal, si le visiteur a donné "
674
+ "son consentement à l’utilisation des cookies et si son navigateur permet "
675
+ "leur usage."
676
 
677
  #: admin/views/admin_non_necessary_cookie.php:46
678
  msgid ""
679
  "This script will be added right after the BODY section if the above settings "
680
  "is enabled and user has given consent."
681
  msgstr ""
682
+ "Ce script sera ajouté juste après l’élément BODY si le réglage ci-dessus est "
683
+ "activé et si le visiteur a donné son consentement."
684
 
685
  #: admin/views/admin_non_necessary_cookie.php:49
686
  msgid ""
687
  "Print scripts before the closing body tag on the front end if above cookie "
688
  "settings is enabled and user has given consent."
689
  msgstr ""
690
+ "Intégrer les scripts avant la fermeture de l’élément body en frontal, si le "
691
+ "visiteur a donné son consentement à l’utilisation des cookies et si son "
692
+ "navigateur permet leur usage."
693
 
694
  #: admin/views/goto-pro.php:56
695
  msgid "Where did my settings go?"
696
+ msgstr "Où sont passés mes réglages ?"
697
 
698
  #: admin/views/goto-pro.php:57
699
  msgid "Cookie Law Info version 0.9 has been updated and has new settings."
700
  msgstr ""
701
+ "Cookie Law Info version 0.9 a été mis à jour et dispose de nouveaux réglages."
 
702
 
703
  #: admin/views/goto-pro.php:57
704
  msgid "Your previous settings are safe."
705
+ msgstr "Vos réglages précédents sont sécurisés."
706
 
707
  #: admin/views/goto-pro.php:58
708
  msgid ""
709
  "You can either copy over your old settings to this version, or use the new "
710
  "default values."
711
  msgstr ""
712
+ "Vous pouvez copier vos anciens réglages vers cette version, ou utiliser les "
713
+ "nouvelles valeurs par défaut."
714
 
715
  #: admin/views/goto-pro.php:60
716
  msgid "Would you like to:"
717
+ msgstr "Souhaitez-vous :"
718
 
719
  #: admin/views/goto-pro.php:62
720
  msgid "Use previous settings"
721
+ msgstr "Utiliser les réglages précédents"
722
 
723
  #: admin/views/goto-pro.php:63
724
  msgid "Start afresh with the new version"
725
+ msgstr "Recommencer à nouveau avec la nouvelle version"
726
 
727
  #: admin/views/goto-pro.php:67
728
  msgid ""
729
  "If you want to go back to the previous version you can always download it "
730
  "again from"
731
  msgstr ""
732
+ "Si vous voulez revenir à la version précédente vous pouvez toujours la "
733
+ "télécharger à nouveau sur "
734
 
735
  #: admin/views/goto-pro.php:72
736
+ msgid "Upgrade to Premium"
737
+ msgstr "Passer à la version premium"
738
 
739
  #: admin/views/goto-pro.php:77
740
+ msgid "Automatic Cookie Scanner"
741
+ msgstr "Scanner de cookies automatique"
 
 
742
 
743
  #: admin/views/goto-pro.php:78
744
+ msgid ""
745
+ "Auto block scripts - Google Analytics, Facebook Pixel, Google Tag Manager, "
746
+ "Hotjar Analytics, Google Publisher Tag, Youtube embed, Vimeo embed, Google "
747
+ "maps, Addthis widget, Sharethis widget, Twitter widget, Soundcloud embed, "
748
+ "Slideshare embed, Linkedin widget, Instagram embed, Pinterest widget"
749
  msgstr ""
750
+ "Scripts autobloquants - Google Analytics, Facebook Pixel, Google Tag "
751
+ "Manager, Hotjar Analytics, Google Publisher Tag, YouTube intégré, Vimeo "
752
+ "intégré, Google Maps, widget Addthis, Sharethis, Twitter, Twitter, "
753
+ "Soundcloud intégré, SlideShare intégré, Linkedin intégré, Instagram "
754
+ "intégré , Widget Pinterest"
755
 
756
  #: admin/views/goto-pro.php:79
757
+ msgid "Location based exclusion of cookie notice for EU countries"
 
758
  msgstr ""
759
+ "Exclusion basée sur la localisation de l'avis de cookie pour les pays de l'UE"
760
 
761
  #: admin/views/goto-pro.php:80
762
+ msgid "Granular control over the cookies/scipts used by the website"
763
+ msgstr "Contrôle granulaire des cookies utilisés par le site Web"
764
 
765
  #: admin/views/goto-pro.php:81
766
+ msgid "User consent audit logs"
767
+ msgstr "Journaux d'audit du consentement de l'utilisateur"
 
 
768
 
769
  #: admin/views/goto-pro.php:82
770
+ msgid "Customized privacy overview"
771
+ msgstr "Aperçu personnalisé de la confidentialité"
772
 
773
  #: admin/views/goto-pro.php:83
774
+ msgid "Cookie bar preview in admin settings page"
775
  msgstr ""
776
+ "Aperçu de la barre des cookies dans la page des paramètres de "
777
+ "l'administrateur"
778
 
779
  #: admin/views/goto-pro.php:84
780
+ msgid "Advanced support for cache plugins"
781
+ msgstr "Prise en charge avancée des plugins de cache"
 
 
782
 
783
  #: admin/views/goto-pro.php:85
784
+ msgid "30 Day Money Back Guarantee"
785
+ msgstr "Garantie de remboursement de 30 jours"
786
 
787
  #: admin/views/goto-pro.php:86
788
+ msgid "Fast and Superior Support"
789
+ msgstr "Support rapide et supérieur"
 
 
 
 
 
790
 
791
  #: admin/views/goto-pro.php:87
792
+ msgid "10X Powerful with GDPR Cookie Consent Features That Every Site Needs"
 
 
 
 
 
 
793
  msgstr ""
794
+ "10X puissant avec le consentement de cookie GDPR: toutes les fonctionnalités "
795
+ "nécessaires"
796
 
797
+ #: admin/views/goto-pro.php:97
798
  msgid "Like this plugin?"
799
+ msgstr "Vous aimez cette extension ?"
800
 
801
+ #: admin/views/goto-pro.php:98
802
  msgid "If you find this plugin useful please show your support and rate it"
803
  msgstr ""
804
+ "Si vous avez trouvé cette extension utile, merci de montrer votre soutien et "
805
+ "la noter"
806
 
807
+ #: admin/views/goto-pro.php:98
808
  msgid " on"
809
+ msgstr "sur"
810
 
811
+ #: admin/views/goto-pro.php:98
812
  msgid " much appreciated!"
813
+ msgstr "Très apprécié !"
814
 
815
  #: public/class-cookie-law-info-public.php:159
816
  msgid "GDPR Cookie Consent"
817
+ msgstr "GDPR Cookie Consent"
818
 
819
  #: public/class-cookie-law-info-public.php:160
820
  msgid "Cookie List"
821
+ msgstr "Liste des Cookies"
822
 
823
  #: public/class-cookie-law-info-public.php:161
824
  #: public/modules/shortcode/shortcode.php:133
827
 
828
  #: public/class-cookie-law-info-public.php:162
829
  msgid "Add New"
830
+ msgstr "Ajouter un nouveau"
831
 
832
  #: public/class-cookie-law-info-public.php:163
833
  msgid "Add New Cookie Type"
839
 
840
  #: public/class-cookie-law-info-public.php:165
841
  msgid "New Cookie Type"
842
+ msgstr "Nouveau type de Cookie"
843
 
844
  #: public/class-cookie-law-info-public.php:166
845
  msgid "View Cookie Type"
846
+ msgstr "Voir le type de cookie"
847
 
848
  #: public/class-cookie-law-info-public.php:167
849
  msgid "Search Cookies"
850
+ msgstr "Rechercher des cookies"
851
 
852
  #: public/class-cookie-law-info-public.php:168
853
  msgid "Nothing found"
854
+ msgstr "Rien de trouvé"
855
 
856
  #: public/class-cookie-law-info-public.php:169
857
  msgid "Nothing found in Trash"
858
+ msgstr "Rien de trouvé dans la corbeille"
859
 
860
  #: public/modules/shortcode/shortcode.php:85
861
  msgid "Delete Cookies"
863
 
864
  #: public/modules/shortcode/shortcode.php:134
865
  msgid "Type"
866
+ msgstr "Type"
867
 
868
  #: public/modules/shortcode/shortcode.php:135
869
  msgid "Duration"
873
  msgid "Description"
874
  msgstr "Description"
875
 
876
+ #~ msgid "Cookie bar preview in admin settings page."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
877
  #~ msgstr ""
878
+ #~ "Aperçu de la barre de cookie dans la page de réglages de l’administration."
 
879
 
880
+ #~ msgid "http://cookielawinfo.com/"
881
+ #~ msgstr "http://cookielawinfo.com/"
 
 
 
 
 
882
 
883
+ #~ msgid "Scan and import/export the cookies in the website."
884
+ #~ msgstr "Scannez et importez / exportez les cookies sur le site Web."
 
 
 
 
 
 
885
 
886
+ #~ msgid "Export/import cookies and related information via CSV file."
 
 
 
887
  #~ msgstr ""
888
+ #~ "Exporter / importer des cookies et des informations connexes via un "
889
+ #~ "fichier CSV."
 
890
 
891
+ #~ msgid "Customize the privacy overview in the cookie settings popup."
 
 
892
  #~ msgstr ""
893
+ #~ "Personnalisez la vue d'ensemble de la confidentialité dans la fenêtre "
894
+ #~ "contextuelle des paramètres de cookies."
 
895
 
896
+ #~ msgid "Optionally log users' consent and export into a CSV file."
897
+ #~ msgstr "Log user consent and export it to a CSV file."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
 
899
  #~ msgid ""
900
+ #~ "Provide the users with the granular control over the cookies/scipts used "
901
+ #~ "by the website."
 
902
  #~ msgstr ""
903
+ #~ "Fournissez aux utilisateurs le contrôle granulaire sur les cookies / "
904
+ #~ "scipts utilisés par le site."
905
 
906
  #~ msgid ""
907
+ #~ "Scan and auto block scripts - Google Analytics, FB Pixel, Google tag "
908
+ #~ "manager."
 
 
909
  #~ msgstr ""
910
+ #~ "Scanner et bloquer automatiquement les scripts - Google Analytics, FB "
911
+ #~ "Pixel, Google tag manager. "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
912
 
913
+ #~ msgid "WebToffee"
914
+ #~ msgstr "WebToffee"
915
 
916
+ #~ msgid "https://www.webtoffee.com/product/gdpr-cookie-consent/"
917
+ #~ msgstr "https://www.webtoffee.com/product/gdpr-cookie-consent/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
 
919
  #~ msgid ""
920
+ #~ "A simple way to show your website complies with the EU Cookie Law / GDPR."
 
921
  #~ msgstr ""
922
+ #~ "Un moyen simple de montrer que votre site Web est conforme à la loi "
923
+ #~ "européenne sur les cookies (GDPR)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
924
 
925
+ #~ msgid "Upgrade to GDPR Pro"
926
+ #~ msgstr "Mettre à niveau vers GDPR Pro"
927
 
928
+ #~ msgid "Put the cookie bar in either the header or the footer."
929
+ #~ msgstr "Placez la barre des cookies dans l'en-tête ou le pied de page."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
930
 
931
  #~ msgid ""
932
+ #~ "Allow to display cookie settings popup where site visitors can opt-in or "
933
+ #~ "give consent to cookie categories."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
934
  #~ msgstr ""
935
+ #~ "Permet d'afficher les paramètres de cookies contextuels les visiteurs "
936
+ #~ "du site peuvent choisir ou donner leur consentement aux catégories de "
937
+ #~ "cookies."
938
 
939
+ #~ msgid "Manage Cookie Categories."
940
+ #~ msgstr "Gérer les catégories de cookies."
941
 
942
  #~ msgid ""
943
+ #~ "Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
944
+ #~ "Category, Header Script, Footer Script)."
945
  #~ msgstr ""
946
+ #~ "Gérer la liste des cookies (Nom, ID Cookie, Description, Durée, Type, "
947
+ #~ "Catégorie, Script d’en-tête, Script de pied de page)"
languages/cookie-law-info-hr.mo CHANGED
File without changes
languages/cookie-law-info-hr.po CHANGED
File without changes
languages/cookie-law-info-is_IS.mo CHANGED
File without changes
languages/cookie-law-info-is_IS.po CHANGED
File without changes
languages/cookie-law-info-nl_NL.mo CHANGED
File without changes
languages/cookie-law-info-nl_NL.po CHANGED
File without changes
languages/cookie-law-info-sl_SL.mo CHANGED
File without changes
languages/cookie-law-info-sl_SL.po CHANGED
File without changes
public/class-cookie-law-info-public.php CHANGED
File without changes
public/css/cookie-law-info-gdpr-1.6.7.css CHANGED
File without changes
public/css/cookie-law-info-gdpr.css CHANGED
File without changes
public/css/cookie-law-info-public-1.6.7.css CHANGED
File without changes
public/css/cookie-law-info-public.css CHANGED
@@ -1,8 +1,8 @@
1
  #cookie-law-info-bar {
2
  /*border: 0; */
3
- font-size: 10pt;
4
  margin: 0 auto;
5
- padding: 10px 10px;
6
  position: absolute;
7
  text-align: center;
8
  box-sizing: border-box;
@@ -11,6 +11,7 @@
11
  box-shadow:rgba(0,0,0,.5) 0px 5px 50px;
12
  display: none;
13
  left:0px;
 
14
  }
15
  #cookie-law-info-again {
16
  font-size: 10pt;
@@ -28,11 +29,9 @@
28
  /** Buttons (http://papermashup.com/demos/css-buttons) */
29
  .cli-plugin-button, .cli-plugin-button:visited {
30
  display: inline-block;
31
- padding: 8px 16px 8px;
32
  color: #fff;
33
  text-decoration: none;
34
- -moz-border-radius: 4px;
35
- -webkit-border-radius: 4px;
36
  position: relative;
37
  cursor: pointer;
38
  margin-left: 0px;
@@ -40,6 +39,7 @@
40
  }
41
  .cli-plugin-main-link {
42
  margin-left:0px;
 
43
  }
44
  .cli-plugin-button:hover {
45
  background-color: #111;
@@ -51,7 +51,7 @@
51
  }
52
  .cli-plugin-button, .cli-plugin-button:visited,
53
  .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
54
- font-size: 13px;
55
  font-weight: 500;
56
  line-height: 1;
57
  }
1
  #cookie-law-info-bar {
2
  /*border: 0; */
3
+ font-size: 12pt;
4
  margin: 0 auto;
5
+ padding: 13px 10px;
6
  position: absolute;
7
  text-align: center;
8
  box-sizing: border-box;
11
  box-shadow:rgba(0,0,0,.5) 0px 5px 50px;
12
  display: none;
13
  left:0px;
14
+ font-weight:300;
15
  }
16
  #cookie-law-info-again {
17
  font-size: 10pt;
29
  /** Buttons (http://papermashup.com/demos/css-buttons) */
30
  .cli-plugin-button, .cli-plugin-button:visited {
31
  display: inline-block;
32
+ padding:10px 16px 10px;
33
  color: #fff;
34
  text-decoration: none;
 
 
35
  position: relative;
36
  cursor: pointer;
37
  margin-left: 0px;
39
  }
40
  .cli-plugin-main-link {
41
  margin-left:0px;
42
+ font-weight: 550; text-decoration: underline;
43
  }
44
  .cli-plugin-button:hover {
45
  background-color: #111;
51
  }
52
  .cli-plugin-button, .cli-plugin-button:visited,
53
  .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
54
+ font-size: 14px;
55
  font-weight: 500;
56
  line-height: 1;
57
  }
public/css/cookie-law-info-table-1.6.7.css CHANGED
File without changes
public/css/cookie-law-info-table.css CHANGED
File without changes
public/index.php CHANGED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
4
  Tags: eu cookie law, GDPR, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
5
  Requires at least: 3.3.1
6
  Tested up to: 5.0.2
7
- Stable tag: 1.7.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -172,6 +172,12 @@ See http://cookielawinfo.com for more information on what is required.
172
 
173
  == Changelog ==
174
 
 
 
 
 
 
 
175
  = 1.7.2 =
176
 
177
  * Tested ok with Wordpress version 5.0.2
@@ -348,7 +354,8 @@ See http://cookielawinfo.com for more information on what is required.
348
 
349
  == Upgrade Notice ==
350
 
351
- = 1.7.2 =
352
 
353
- * Tested ok with Wordpress version 5.0.2
354
- * Compatibility added for Pixelyoursite plugin
 
4
  Tags: eu cookie law, GDPR, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
5
  Requires at least: 3.3.1
6
  Tested up to: 5.0.2
7
+ Stable tag: 1.7.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
172
 
173
  == Changelog ==
174
 
175
+ = 1.7.3 =
176
+
177
+ * Translation updated - Danish, French, German
178
+ * Readme updates
179
+ * Minor UI changes
180
+
181
  = 1.7.2 =
182
 
183
  * Tested ok with Wordpress version 5.0.2
354
 
355
  == Upgrade Notice ==
356
 
357
+ = 1.7.3 =
358
 
359
+ * Translation updated - Danish, French, German
360
+ * Readme updates
361
+ * Minor UI changes
uninstall.php CHANGED
File without changes
wpml-config.xml CHANGED
File without changes