Cookie Law / GDPR Info - Version 1.6.6

Version Description

  • Improved UI.
  • Enhancements to cookie message bar - included title and option for overlay layout.
Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

Files changed (76) hide show
  1. license.txt → LICENSE.txt +693 -693
  2. readme.txt → README.txt +25 -10
  3. admin/class-cookie-law-info-admin.php +567 -0
  4. admin/cli-admin-page.php +0 -929
  5. admin/cli-admin.js +0 -3
  6. admin/cli-admin.php +0 -477
  7. admin/css/cookie-law-info-admin-1.6.6.css +294 -0
  8. admin/images/documentation.png +0 -0
  9. admin/images/support.png +0 -0
  10. admin/index.php +1 -0
  11. admin/js/cookie-law-info-admin-1.6.6.js +243 -0
  12. admin/partials/cookie-law-info-admin_settings.php +92 -0
  13. admin/views/admin-settings-advanced.php +42 -0
  14. admin/views/admin-settings-buttons.php +223 -0
  15. admin/views/admin-settings-general.php +205 -0
  16. admin/views/admin-settings-help.php +92 -0
  17. admin/views/admin-settings-licence.php +12 -0
  18. admin/views/admin-settings-messagebar.php +78 -0
  19. admin/views/admin-settings-save-button.php +15 -0
  20. admin/views/admin_non_necessary_cookie.php +64 -0
  21. admin/views/goto-pro.php +113 -0
  22. cookie-law-info.php +117 -108
  23. css/cli-admin-style.css +0 -105
  24. i18n/cookie-law-info-da_DK.mo +0 -0
  25. i18n/cookie-law-info-da_DK.po +0 -658
  26. images/collapse.png +0 -0
  27. images/cross.png +0 -0
  28. images/expand.png +0 -0
  29. images/overlay.png +0 -0
  30. images/td_back.gif +0 -0
  31. images/tick.png +0 -0
  32. includes/class-cookie-law-info-activator.php +59 -0
  33. includes/class-cookie-law-info-deactivator.php +37 -0
  34. includes/class-cookie-law-info-i18n.php +46 -0
  35. includes/class-cookie-law-info-loader.php +129 -0
  36. includes/class-cookie-law-info.php +735 -0
  37. includes/index.php +1 -0
  38. index.php +1 -0
  39. js/admin-ui-controller.js +0 -98
  40. js/cookielawinfo.js +0 -290
  41. languages/cookie-law-info-bg_BG.mo +0 -0
  42. languages/cookie-law-info-bg_BG.po +1026 -0
  43. languages/cookie-law-info-cs_CZ.mo +0 -0
  44. languages/cookie-law-info-cs_CZ.po +1276 -0
  45. languages/cookie-law-info-da_DA.mo +0 -0
  46. languages/cookie-law-info-da_DA.po +1255 -0
  47. languages/cookie-law-info-da_DK.mo +0 -0
  48. languages/cookie-law-info-da_DK.po +1259 -0
  49. languages/cookie-law-info-de_DE.mo +0 -0
  50. languages/cookie-law-info-de_DE.po +1113 -0
  51. languages/cookie-law-info-es_ES.mo +0 -0
  52. languages/cookie-law-info-es_ES.po +1256 -0
  53. languages/cookie-law-info-fr_FR.mo +0 -0
  54. languages/cookie-law-info-fr_FR.po +1259 -0
  55. languages/cookie-law-info-hr.mo +0 -0
  56. languages/cookie-law-info-hr.po +937 -0
  57. languages/cookie-law-info-is_IS.mo +0 -0
  58. languages/cookie-law-info-is_IS.po +1207 -0
  59. languages/cookie-law-info-nl_NL.mo +0 -0
  60. languages/cookie-law-info-nl_NL.po +1364 -0
  61. languages/cookie-law-info-sl_SL.mo +0 -0
  62. languages/cookie-law-info-sl_SL.po +1253 -0
  63. php/custom-post-types.php +0 -201
  64. php/functions.php +0 -377
  65. php/shortcodes.php +0 -311
  66. public/class-cookie-law-info-public.php +300 -0
  67. public/css/cookie-law-info-gdpr-1.6.6.css +604 -0
  68. css/cli-style.css → public/css/cookie-law-info-public-1.6.6.css +22 -11
  69. css/cli-tables.css → public/css/cookie-law-info-table-1.6.6.css +0 -0
  70. public/images/cli_icon.png +0 -0
  71. public/index.php +1 -0
  72. public/js/cookie-law-info-public-1.6.6.js +423 -0
  73. public/modules/shortcode/shortcode.php +293 -0
  74. public/views/cookie-law-info_bar.php +16 -0
  75. uninstall.php +31 -0
  76. wpml-config.xml +4 -0
license.txt → LICENSE.txt RENAMED
@@ -1,694 +1,694 @@
1
- GDPR Cookie Consent
2
-
3
- Copyright 2018 by the contributors
4
-
5
- This program is free software; you can redistribute it and/or modify
6
- it under the terms of the GNU General Public License as published by
7
- the Free Software Foundation; either version 3 of the License, or
8
- (at your option) any later version.
9
-
10
- This program is distributed in the hope that it will be useful,
11
- but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- GNU General Public License for more details.
14
-
15
- You should have received a copy of the GNU General Public License
16
- along with this program; if not, write to the Free Software
17
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
-
19
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20
-
21
- GNU GENERAL PUBLIC LICENSE
22
- Version 3, 29 June 2007
23
-
24
- Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
25
- Everyone is permitted to copy and distribute verbatim copies
26
- of this license document, but changing it is not allowed.
27
-
28
- Preamble
29
-
30
- The GNU General Public License is a free, copyleft license for
31
- software and other kinds of works.
32
-
33
- The licenses for most software and other practical works are designed
34
- to take away your freedom to share and change the works. By contrast,
35
- the GNU General Public License is intended to guarantee your freedom to
36
- share and change all versions of a program--to make sure it remains free
37
- software for all its users. We, the Free Software Foundation, use the
38
- GNU General Public License for most of our software; it applies also to
39
- any other work released this way by its authors. You can apply it to
40
- your programs, too.
41
-
42
- When we speak of free software, we are referring to freedom, not
43
- price. Our General Public Licenses are designed to make sure that you
44
- have the freedom to distribute copies of free software (and charge for
45
- them if you wish), that you receive source code or can get it if you
46
- want it, that you can change the software or use pieces of it in new
47
- free programs, and that you know you can do these things.
48
-
49
- To protect your rights, we need to prevent others from denying you
50
- these rights or asking you to surrender the rights. Therefore, you have
51
- certain responsibilities if you distribute copies of the software, or if
52
- you modify it: responsibilities to respect the freedom of others.
53
-
54
- For example, if you distribute copies of such a program, whether
55
- gratis or for a fee, you must pass on to the recipients the same
56
- freedoms that you received. You must make sure that they, too, receive
57
- or can get the source code. And you must show them these terms so they
58
- know their rights.
59
-
60
- Developers that use the GNU GPL protect your rights with two steps:
61
- (1) assert copyright on the software, and (2) offer you this License
62
- giving you legal permission to copy, distribute and/or modify it.
63
-
64
- For the developers' and authors' protection, the GPL clearly explains
65
- that there is no warranty for this free software. For both users' and
66
- authors' sake, the GPL requires that modified versions be marked as
67
- changed, so that their problems will not be attributed erroneously to
68
- authors of previous versions.
69
-
70
- Some devices are designed to deny users access to install or run
71
- modified versions of the software inside them, although the manufacturer
72
- can do so. This is fundamentally incompatible with the aim of
73
- protecting users' freedom to change the software. The systematic
74
- pattern of such abuse occurs in the area of products for individuals to
75
- use, which is precisely where it is most unacceptable. Therefore, we
76
- have designed this version of the GPL to prohibit the practice for those
77
- products. If such problems arise substantially in other domains, we
78
- stand ready to extend this provision to those domains in future versions
79
- of the GPL, as needed to protect the freedom of users.
80
-
81
- Finally, every program is threatened constantly by software patents.
82
- States should not allow patents to restrict development and use of
83
- software on general-purpose computers, but in those that do, we wish to
84
- avoid the special danger that patents applied to a free program could
85
- make it effectively proprietary. To prevent this, the GPL assures that
86
- patents cannot be used to render the program non-free.
87
-
88
- The precise terms and conditions for copying, distribution and
89
- modification follow.
90
-
91
- TERMS AND CONDITIONS
92
-
93
- 0. Definitions.
94
-
95
- "This License" refers to version 3 of the GNU General Public License.
96
-
97
- "Copyright" also means copyright-like laws that apply to other kinds of
98
- works, such as semiconductor masks.
99
-
100
- "The Program" refers to any copyrightable work licensed under this
101
- License. Each licensee is addressed as "you". "Licensees" and
102
- "recipients" may be individuals or organizations.
103
-
104
- To "modify" a work means to copy from or adapt all or part of the work
105
- in a fashion requiring copyright permission, other than the making of an
106
- exact copy. The resulting work is called a "modified version" of the
107
- earlier work or a work "based on" the earlier work.
108
-
109
- A "covered work" means either the unmodified Program or a work based
110
- on the Program.
111
-
112
- To "propagate" a work means to do anything with it that, without
113
- permission, would make you directly or secondarily liable for
114
- infringement under applicable copyright law, except executing it on a
115
- computer or modifying a private copy. Propagation includes copying,
116
- distribution (with or without modification), making available to the
117
- public, and in some countries other activities as well.
118
-
119
- To "convey" a work means any kind of propagation that enables other
120
- parties to make or receive copies. Mere interaction with a user through
121
- a computer network, with no transfer of a copy, is not conveying.
122
-
123
- An interactive user interface displays "Appropriate Legal Notices"
124
- to the extent that it includes a convenient and prominently visible
125
- feature that (1) displays an appropriate copyright notice, and (2)
126
- tells the user that there is no warranty for the work (except to the
127
- extent that warranties are provided), that licensees may convey the
128
- work under this License, and how to view a copy of this License. If
129
- the interface presents a list of user commands or options, such as a
130
- menu, a prominent item in the list meets this criterion.
131
-
132
- 1. Source Code.
133
-
134
- The "source code" for a work means the preferred form of the work
135
- for making modifications to it. "Object code" means any non-source
136
- form of a work.
137
-
138
- A "Standard Interface" means an interface that either is an official
139
- standard defined by a recognized standards body, or, in the case of
140
- interfaces specified for a particular programming language, one that
141
- is widely used among developers working in that language.
142
-
143
- The "System Libraries" of an executable work include anything, other
144
- than the work as a whole, that (a) is included in the normal form of
145
- packaging a Major Component, but which is not part of that Major
146
- Component, and (b) serves only to enable use of the work with that
147
- Major Component, or to implement a Standard Interface for which an
148
- implementation is available to the public in source code form. A
149
- "Major Component", in this context, means a major essential component
150
- (kernel, window system, and so on) of the specific operating system
151
- (if any) on which the executable work runs, or a compiler used to
152
- produce the work, or an object code interpreter used to run it.
153
-
154
- The "Corresponding Source" for a work in object code form means all
155
- the source code needed to generate, install, and (for an executable
156
- work) run the object code and to modify the work, including scripts to
157
- control those activities. However, it does not include the work's
158
- System Libraries, or general-purpose tools or generally available free
159
- programs which are used unmodified in performing those activities but
160
- which are not part of the work. For example, Corresponding Source
161
- includes interface definition files associated with source files for
162
- the work, and the source code for shared libraries and dynamically
163
- linked subprograms that the work is specifically designed to require,
164
- such as by intimate data communication or control flow between those
165
- subprograms and other parts of the work.
166
-
167
- The Corresponding Source need not include anything that users
168
- can regenerate automatically from other parts of the Corresponding
169
- Source.
170
-
171
- The Corresponding Source for a work in source code form is that
172
- same work.
173
-
174
- 2. Basic Permissions.
175
-
176
- All rights granted under this License are granted for the term of
177
- copyright on the Program, and are irrevocable provided the stated
178
- conditions are met. This License explicitly affirms your unlimited
179
- permission to run the unmodified Program. The output from running a
180
- covered work is covered by this License only if the output, given its
181
- content, constitutes a covered work. This License acknowledges your
182
- rights of fair use or other equivalent, as provided by copyright law.
183
-
184
- You may make, run and propagate covered works that you do not
185
- convey, without conditions so long as your license otherwise remains
186
- in force. You may convey covered works to others for the sole purpose
187
- of having them make modifications exclusively for you, or provide you
188
- with facilities for running those works, provided that you comply with
189
- the terms of this License in conveying all material for which you do
190
- not control copyright. Those thus making or running the covered works
191
- for you must do so exclusively on your behalf, under your direction
192
- and control, on terms that prohibit them from making any copies of
193
- your copyrighted material outside their relationship with you.
194
-
195
- Conveying under any other circumstances is permitted solely under
196
- the conditions stated below. Sublicensing is not allowed; section 10
197
- makes it unnecessary.
198
-
199
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
200
-
201
- No covered work shall be deemed part of an effective technological
202
- measure under any applicable law fulfilling obligations under article
203
- 11 of the WIPO copyright treaty adopted on 20 December 1996, or
204
- similar laws prohibiting or restricting circumvention of such
205
- measures.
206
-
207
- When you convey a covered work, you waive any legal power to forbid
208
- circumvention of technological measures to the extent such circumvention
209
- is effected by exercising rights under this License with respect to
210
- the covered work, and you disclaim any intention to limit operation or
211
- modification of the work as a means of enforcing, against the work's
212
- users, your or third parties' legal rights to forbid circumvention of
213
- technological measures.
214
-
215
- 4. Conveying Verbatim Copies.
216
-
217
- You may convey verbatim copies of the Program's source code as you
218
- receive it, in any medium, provided that you conspicuously and
219
- appropriately publish on each copy an appropriate copyright notice;
220
- keep intact all notices stating that this License and any
221
- non-permissive terms added in accord with section 7 apply to the code;
222
- keep intact all notices of the absence of any warranty; and give all
223
- recipients a copy of this License along with the Program.
224
-
225
- You may charge any price or no price for each copy that you convey,
226
- and you may offer support or warranty protection for a fee.
227
-
228
- 5. Conveying Modified Source Versions.
229
-
230
- You may convey a work based on the Program, or the modifications to
231
- produce it from the Program, in the form of source code under the
232
- terms of section 4, provided that you also meet all of these conditions:
233
-
234
- a) The work must carry prominent notices stating that you modified
235
- it, and giving a relevant date.
236
-
237
- b) The work must carry prominent notices stating that it is
238
- released under this License and any conditions added under section
239
- 7. This requirement modifies the requirement in section 4 to
240
- "keep intact all notices".
241
-
242
- c) You must license the entire work, as a whole, under this
243
- License to anyone who comes into possession of a copy. This
244
- License will therefore apply, along with any applicable section 7
245
- additional terms, to the whole of the work, and all its parts,
246
- regardless of how they are packaged. This License gives no
247
- permission to license the work in any other way, but it does not
248
- invalidate such permission if you have separately received it.
249
-
250
- d) If the work has interactive user interfaces, each must display
251
- Appropriate Legal Notices; however, if the Program has interactive
252
- interfaces that do not display Appropriate Legal Notices, your
253
- work need not make them do so.
254
-
255
- A compilation of a covered work with other separate and independent
256
- works, which are not by their nature extensions of the covered work,
257
- and which are not combined with it such as to form a larger program,
258
- in or on a volume of a storage or distribution medium, is called an
259
- "aggregate" if the compilation and its resulting copyright are not
260
- used to limit the access or legal rights of the compilation's users
261
- beyond what the individual works permit. Inclusion of a covered work
262
- in an aggregate does not cause this License to apply to the other
263
- parts of the aggregate.
264
-
265
- 6. Conveying Non-Source Forms.
266
-
267
- You may convey a covered work in object code form under the terms
268
- of sections 4 and 5, provided that you also convey the
269
- machine-readable Corresponding Source under the terms of this License,
270
- in one of these ways:
271
-
272
- a) Convey the object code in, or embodied in, a physical product
273
- (including a physical distribution medium), accompanied by the
274
- Corresponding Source fixed on a durable physical medium
275
- customarily used for software interchange.
276
-
277
- b) Convey the object code in, or embodied in, a physical product
278
- (including a physical distribution medium), accompanied by a
279
- written offer, valid for at least three years and valid for as
280
- long as you offer spare parts or customer support for that product
281
- model, to give anyone who possesses the object code either (1) a
282
- copy of the Corresponding Source for all the software in the
283
- product that is covered by this License, on a durable physical
284
- medium customarily used for software interchange, for a price no
285
- more than your reasonable cost of physically performing this
286
- conveying of source, or (2) access to copy the
287
- Corresponding Source from a network server at no charge.
288
-
289
- c) Convey individual copies of the object code with a copy of the
290
- written offer to provide the Corresponding Source. This
291
- alternative is allowed only occasionally and noncommercially, and
292
- only if you received the object code with such an offer, in accord
293
- with subsection 6b.
294
-
295
- d) Convey the object code by offering access from a designated
296
- place (gratis or for a charge), and offer equivalent access to the
297
- Corresponding Source in the same way through the same place at no
298
- further charge. You need not require recipients to copy the
299
- Corresponding Source along with the object code. If the place to
300
- copy the object code is a network server, the Corresponding Source
301
- may be on a different server (operated by you or a third party)
302
- that supports equivalent copying facilities, provided you maintain
303
- clear directions next to the object code saying where to find the
304
- Corresponding Source. Regardless of what server hosts the
305
- Corresponding Source, you remain obligated to ensure that it is
306
- available for as long as needed to satisfy these requirements.
307
-
308
- e) Convey the object code using peer-to-peer transmission, provided
309
- you inform other peers where the object code and Corresponding
310
- Source of the work are being offered to the general public at no
311
- charge under subsection 6d.
312
-
313
- A separable portion of the object code, whose source code is excluded
314
- from the Corresponding Source as a System Library, need not be
315
- included in conveying the object code work.
316
-
317
- A "User Product" is either (1) a "consumer product", which means any
318
- tangible personal property which is normally used for personal, family,
319
- or household purposes, or (2) anything designed or sold for incorporation
320
- into a dwelling. In determining whether a product is a consumer product,
321
- doubtful cases shall be resolved in favor of coverage. For a particular
322
- product received by a particular user, "normally used" refers to a
323
- typical or common use of that class of product, regardless of the status
324
- of the particular user or of the way in which the particular user
325
- actually uses, or expects or is expected to use, the product. A product
326
- is a consumer product regardless of whether the product has substantial
327
- commercial, industrial or non-consumer uses, unless such uses represent
328
- the only significant mode of use of the product.
329
-
330
- "Installation Information" for a User Product means any methods,
331
- procedures, authorization keys, or other information required to install
332
- and execute modified versions of a covered work in that User Product from
333
- a modified version of its Corresponding Source. The information must
334
- suffice to ensure that the continued functioning of the modified object
335
- code is in no case prevented or interfered with solely because
336
- modification has been made.
337
-
338
- If you convey an object code work under this section in, or with, or
339
- specifically for use in, a User Product, and the conveying occurs as
340
- part of a transaction in which the right of possession and use of the
341
- User Product is transferred to the recipient in perpetuity or for a
342
- fixed term (regardless of how the transaction is characterized), the
343
- Corresponding Source conveyed under this section must be accompanied
344
- by the Installation Information. But this requirement does not apply
345
- if neither you nor any third party retains the ability to install
346
- modified object code on the User Product (for example, the work has
347
- been installed in ROM).
348
-
349
- The requirement to provide Installation Information does not include a
350
- requirement to continue to provide support service, warranty, or updates
351
- for a work that has been modified or installed by the recipient, or for
352
- the User Product in which it has been modified or installed. Access to a
353
- network may be denied when the modification itself materially and
354
- adversely affects the operation of the network or violates the rules and
355
- protocols for communication across the network.
356
-
357
- Corresponding Source conveyed, and Installation Information provided,
358
- in accord with this section must be in a format that is publicly
359
- documented (and with an implementation available to the public in
360
- source code form), and must require no special password or key for
361
- unpacking, reading or copying.
362
-
363
- 7. Additional Terms.
364
-
365
- "Additional permissions" are terms that supplement the terms of this
366
- License by making exceptions from one or more of its conditions.
367
- Additional permissions that are applicable to the entire Program shall
368
- be treated as though they were included in this License, to the extent
369
- that they are valid under applicable law. If additional permissions
370
- apply only to part of the Program, that part may be used separately
371
- under those permissions, but the entire Program remains governed by
372
- this License without regard to the additional permissions.
373
-
374
- When you convey a copy of a covered work, you may at your option
375
- remove any additional permissions from that copy, or from any part of
376
- it. (Additional permissions may be written to require their own
377
- removal in certain cases when you modify the work.) You may place
378
- additional permissions on material, added by you to a covered work,
379
- for which you have or can give appropriate copyright permission.
380
-
381
- Notwithstanding any other provision of this License, for material you
382
- add to a covered work, you may (if authorized by the copyright holders of
383
- that material) supplement the terms of this License with terms:
384
-
385
- a) Disclaiming warranty or limiting liability differently from the
386
- terms of sections 15 and 16 of this License; or
387
-
388
- b) Requiring preservation of specified reasonable legal notices or
389
- author attributions in that material or in the Appropriate Legal
390
- Notices displayed by works containing it; or
391
-
392
- c) Prohibiting misrepresentation of the origin of that material, or
393
- requiring that modified versions of such material be marked in
394
- reasonable ways as different from the original version; or
395
-
396
- d) Limiting the use for publicity purposes of names of licensors or
397
- authors of the material; or
398
-
399
- e) Declining to grant rights under trademark law for use of some
400
- trade names, trademarks, or service marks; or
401
-
402
- f) Requiring indemnification of licensors and authors of that
403
- material by anyone who conveys the material (or modified versions of
404
- it) with contractual assumptions of liability to the recipient, for
405
- any liability that these contractual assumptions directly impose on
406
- those licensors and authors.
407
-
408
- All other non-permissive additional terms are considered "further
409
- restrictions" within the meaning of section 10. If the Program as you
410
- received it, or any part of it, contains a notice stating that it is
411
- governed by this License along with a term that is a further
412
- restriction, you may remove that term. If a license document contains
413
- a further restriction but permits relicensing or conveying under this
414
- License, you may add to a covered work material governed by the terms
415
- of that license document, provided that the further restriction does
416
- not survive such relicensing or conveying.
417
-
418
- If you add terms to a covered work in accord with this section, you
419
- must place, in the relevant source files, a statement of the
420
- additional terms that apply to those files, or a notice indicating
421
- where to find the applicable terms.
422
-
423
- Additional terms, permissive or non-permissive, may be stated in the
424
- form of a separately written license, or stated as exceptions;
425
- the above requirements apply either way.
426
-
427
- 8. Termination.
428
-
429
- You may not propagate or modify a covered work except as expressly
430
- provided under this License. Any attempt otherwise to propagate or
431
- modify it is void, and will automatically terminate your rights under
432
- this License (including any patent licenses granted under the third
433
- paragraph of section 11).
434
-
435
- However, if you cease all violation of this License, then your
436
- license from a particular copyright holder is reinstated (a)
437
- provisionally, unless and until the copyright holder explicitly and
438
- finally terminates your license, and (b) permanently, if the copyright
439
- holder fails to notify you of the violation by some reasonable means
440
- prior to 60 days after the cessation.
441
-
442
- Moreover, your license from a particular copyright holder is
443
- reinstated permanently if the copyright holder notifies you of the
444
- violation by some reasonable means, this is the first time you have
445
- received notice of violation of this License (for any work) from that
446
- copyright holder, and you cure the violation prior to 30 days after
447
- your receipt of the notice.
448
-
449
- Termination of your rights under this section does not terminate the
450
- licenses of parties who have received copies or rights from you under
451
- this License. If your rights have been terminated and not permanently
452
- reinstated, you do not qualify to receive new licenses for the same
453
- material under section 10.
454
-
455
- 9. Acceptance Not Required for Having Copies.
456
-
457
- You are not required to accept this License in order to receive or
458
- run a copy of the Program. Ancillary propagation of a covered work
459
- occurring solely as a consequence of using peer-to-peer transmission
460
- to receive a copy likewise does not require acceptance. However,
461
- nothing other than this License grants you permission to propagate or
462
- modify any covered work. These actions infringe copyright if you do
463
- not accept this License. Therefore, by modifying or propagating a
464
- covered work, you indicate your acceptance of this License to do so.
465
-
466
- 10. Automatic Licensing of Downstream Recipients.
467
-
468
- Each time you convey a covered work, the recipient automatically
469
- receives a license from the original licensors, to run, modify and
470
- propagate that work, subject to this License. You are not responsible
471
- for enforcing compliance by third parties with this License.
472
-
473
- An "entity transaction" is a transaction transferring control of an
474
- organization, or substantially all assets of one, or subdividing an
475
- organization, or merging organizations. If propagation of a covered
476
- work results from an entity transaction, each party to that
477
- transaction who receives a copy of the work also receives whatever
478
- licenses to the work the party's predecessor in interest had or could
479
- give under the previous paragraph, plus a right to possession of the
480
- Corresponding Source of the work from the predecessor in interest, if
481
- the predecessor has it or can get it with reasonable efforts.
482
-
483
- You may not impose any further restrictions on the exercise of the
484
- rights granted or affirmed under this License. For example, you may
485
- not impose a license fee, royalty, or other charge for exercise of
486
- rights granted under this License, and you may not initiate litigation
487
- (including a cross-claim or counterclaim in a lawsuit) alleging that
488
- any patent claim is infringed by making, using, selling, offering for
489
- sale, or importing the Program or any portion of it.
490
-
491
- 11. Patents.
492
-
493
- A "contributor" is a copyright holder who authorizes use under this
494
- License of the Program or a work on which the Program is based. The
495
- work thus licensed is called the contributor's "contributor version".
496
-
497
- A contributor's "essential patent claims" are all patent claims
498
- owned or controlled by the contributor, whether already acquired or
499
- hereafter acquired, that would be infringed by some manner, permitted
500
- by this License, of making, using, or selling its contributor version,
501
- but do not include claims that would be infringed only as a
502
- consequence of further modification of the contributor version. For
503
- purposes of this definition, "control" includes the right to grant
504
- patent sublicenses in a manner consistent with the requirements of
505
- this License.
506
-
507
- Each contributor grants you a non-exclusive, worldwide, royalty-free
508
- patent license under the contributor's essential patent claims, to
509
- make, use, sell, offer for sale, import and otherwise run, modify and
510
- propagate the contents of its contributor version.
511
-
512
- In the following three paragraphs, a "patent license" is any express
513
- agreement or commitment, however denominated, not to enforce a patent
514
- (such as an express permission to practice a patent or covenant not to
515
- sue for patent infringement). To "grant" such a patent license to a
516
- party means to make such an agreement or commitment not to enforce a
517
- patent against the party.
518
-
519
- If you convey a covered work, knowingly relying on a patent license,
520
- and the Corresponding Source of the work is not available for anyone
521
- to copy, free of charge and under the terms of this License, through a
522
- publicly available network server or other readily accessible means,
523
- then you must either (1) cause the Corresponding Source to be so
524
- available, or (2) arrange to deprive yourself of the benefit of the
525
- patent license for this particular work, or (3) arrange, in a manner
526
- consistent with the requirements of this License, to extend the patent
527
- license to downstream recipients. "Knowingly relying" means you have
528
- actual knowledge that, but for the patent license, your conveying the
529
- covered work in a country, or your recipient's use of the covered work
530
- in a country, would infringe one or more identifiable patents in that
531
- country that you have reason to believe are valid.
532
-
533
- If, pursuant to or in connection with a single transaction or
534
- arrangement, you convey, or propagate by procuring conveyance of, a
535
- covered work, and grant a patent license to some of the parties
536
- receiving the covered work authorizing them to use, propagate, modify
537
- or convey a specific copy of the covered work, then the patent license
538
- you grant is automatically extended to all recipients of the covered
539
- work and works based on it.
540
-
541
- A patent license is "discriminatory" if it does not include within
542
- the scope of its coverage, prohibits the exercise of, or is
543
- conditioned on the non-exercise of one or more of the rights that are
544
- specifically granted under this License. You may not convey a covered
545
- work if you are a party to an arrangement with a third party that is
546
- in the business of distributing software, under which you make payment
547
- to the third party based on the extent of your activity of conveying
548
- the work, and under which the third party grants, to any of the
549
- parties who would receive the covered work from you, a discriminatory
550
- patent license (a) in connection with copies of the covered work
551
- conveyed by you (or copies made from those copies), or (b) primarily
552
- for and in connection with specific products or compilations that
553
- contain the covered work, unless you entered into that arrangement,
554
- or that patent license was granted, prior to 28 March 2007.
555
-
556
- Nothing in this License shall be construed as excluding or limiting
557
- any implied license or other defenses to infringement that may
558
- otherwise be available to you under applicable patent law.
559
-
560
- 12. No Surrender of Others' Freedom.
561
-
562
- If conditions are imposed on you (whether by court order, agreement or
563
- otherwise) that contradict the conditions of this License, they do not
564
- excuse you from the conditions of this License. If you cannot convey a
565
- covered work so as to satisfy simultaneously your obligations under this
566
- License and any other pertinent obligations, then as a consequence you may
567
- not convey it at all. For example, if you agree to terms that obligate you
568
- to collect a royalty for further conveying from those to whom you convey
569
- the Program, the only way you could satisfy both those terms and this
570
- License would be to refrain entirely from conveying the Program.
571
-
572
- 13. Use with the GNU Affero General Public License.
573
-
574
- Notwithstanding any other provision of this License, you have
575
- permission to link or combine any covered work with a work licensed
576
- under version 3 of the GNU Affero General Public License into a single
577
- combined work, and to convey the resulting work. The terms of this
578
- License will continue to apply to the part which is the covered work,
579
- but the special requirements of the GNU Affero General Public License,
580
- section 13, concerning interaction through a network will apply to the
581
- combination as such.
582
-
583
- 14. Revised Versions of this License.
584
-
585
- The Free Software Foundation may publish revised and/or new versions of
586
- the GNU General Public License from time to time. Such new versions will
587
- be similar in spirit to the present version, but may differ in detail to
588
- address new problems or concerns.
589
-
590
- Each version is given a distinguishing version number. If the
591
- Program specifies that a certain numbered version of the GNU General
592
- Public License "or any later version" applies to it, you have the
593
- option of following the terms and conditions either of that numbered
594
- version or of any later version published by the Free Software
595
- Foundation. If the Program does not specify a version number of the
596
- GNU General Public License, you may choose any version ever published
597
- by the Free Software Foundation.
598
-
599
- If the Program specifies that a proxy can decide which future
600
- versions of the GNU General Public License can be used, that proxy's
601
- public statement of acceptance of a version permanently authorizes you
602
- to choose that version for the Program.
603
-
604
- Later license versions may give you additional or different
605
- permissions. However, no additional obligations are imposed on any
606
- author or copyright holder as a result of your choosing to follow a
607
- later version.
608
-
609
- 15. Disclaimer of Warranty.
610
-
611
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
612
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
613
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
614
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
615
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
616
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
617
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
618
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
619
-
620
- 16. Limitation of Liability.
621
-
622
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
623
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
624
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
625
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
626
- USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
627
- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
628
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
629
- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
630
- SUCH DAMAGES.
631
-
632
- 17. Interpretation of Sections 15 and 16.
633
-
634
- If the disclaimer of warranty and limitation of liability provided
635
- above cannot be given local legal effect according to their terms,
636
- reviewing courts shall apply local law that most closely approximates
637
- an absolute waiver of all civil liability in connection with the
638
- Program, unless a warranty or assumption of liability accompanies a
639
- copy of the Program in return for a fee.
640
-
641
- END OF TERMS AND CONDITIONS
642
-
643
- How to Apply These Terms to Your New Programs
644
-
645
- If you develop a new program, and you want it to be of the greatest
646
- possible use to the public, the best way to achieve this is to make it
647
- free software which everyone can redistribute and change under these terms.
648
-
649
- To do so, attach the following notices to the program. It is safest
650
- to attach them to the start of each source file to most effectively
651
- state the exclusion of warranty; and each file should have at least
652
- the "copyright" line and a pointer to where the full notice is found.
653
-
654
- <one line to give the program's name and a brief idea of what it does.>
655
- Copyright © <year> <name of author>
656
-
657
- This program is free software: you can redistribute it and/or modify
658
- it under the terms of the GNU General Public License as published by
659
- the Free Software Foundation, either version 3 of the License, or
660
- (at your option) any later version.
661
-
662
- This program is distributed in the hope that it will be useful,
663
- but WITHOUT ANY WARRANTY; without even the implied warranty of
664
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
665
- GNU General Public License for more details.
666
-
667
- You should have received a copy of the GNU General Public License
668
- along with this program. If not, see <http://www.gnu.org/licenses/>.
669
-
670
- Also add information on how to contact you by electronic and paper mail.
671
-
672
- If the program does terminal interaction, make it output a short
673
- notice like this when it starts in an interactive mode:
674
-
675
- <program> Copyright © <year> <name of author>
676
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
677
- This is free software, and you are welcome to redistribute it
678
- under certain conditions; type `show c' for details.
679
-
680
- The hypothetical commands `show w' and `show c' should show the appropriate
681
- parts of the General Public License. Of course, your program's commands
682
- might be different; for a GUI interface, you would use an "about box".
683
-
684
- You should also get your employer (if you work as a programmer) or school,
685
- if any, to sign a "copyright disclaimer" for the program, if necessary.
686
- For more information on this, and how to apply and follow the GNU GPL, see
687
- <http://www.gnu.org/licenses/>.
688
-
689
- The GNU General Public License does not permit incorporating your program
690
- into proprietary programs. If your program is a subroutine library, you
691
- may consider it more useful to permit linking proprietary applications with
692
- the library. If this is what you want to do, use the GNU Lesser General
693
- Public License instead of this License. But first, please read
694
  <http://www.gnu.org/philosophy/why-not-lgpl.html>.
1
+ GDPR Cookie Consent
2
+
3
+ Copyright 2018 by the contributors
4
+
5
+ This program is free software; you can redistribute it and/or modify
6
+ it under the terms of the GNU General Public License as published by
7
+ the Free Software Foundation; either version 3 of the License, or
8
+ (at your option) any later version.
9
+
10
+ This program is distributed in the hope that it will be useful,
11
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ GNU General Public License for more details.
14
+
15
+ You should have received a copy of the GNU General Public License
16
+ along with this program; if not, write to the Free Software
17
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
+
19
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20
+
21
+ GNU GENERAL PUBLIC LICENSE
22
+ Version 3, 29 June 2007
23
+
24
+ Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
25
+ Everyone is permitted to copy and distribute verbatim copies
26
+ of this license document, but changing it is not allowed.
27
+
28
+ Preamble
29
+
30
+ The GNU General Public License is a free, copyleft license for
31
+ software and other kinds of works.
32
+
33
+ The licenses for most software and other practical works are designed
34
+ to take away your freedom to share and change the works. By contrast,
35
+ the GNU General Public License is intended to guarantee your freedom to
36
+ share and change all versions of a program--to make sure it remains free
37
+ software for all its users. We, the Free Software Foundation, use the
38
+ GNU General Public License for most of our software; it applies also to
39
+ any other work released this way by its authors. You can apply it to
40
+ your programs, too.
41
+
42
+ When we speak of free software, we are referring to freedom, not
43
+ price. Our General Public Licenses are designed to make sure that you
44
+ have the freedom to distribute copies of free software (and charge for
45
+ them if you wish), that you receive source code or can get it if you
46
+ want it, that you can change the software or use pieces of it in new
47
+ free programs, and that you know you can do these things.
48
+
49
+ To protect your rights, we need to prevent others from denying you
50
+ these rights or asking you to surrender the rights. Therefore, you have
51
+ certain responsibilities if you distribute copies of the software, or if
52
+ you modify it: responsibilities to respect the freedom of others.
53
+
54
+ For example, if you distribute copies of such a program, whether
55
+ gratis or for a fee, you must pass on to the recipients the same
56
+ freedoms that you received. You must make sure that they, too, receive
57
+ or can get the source code. And you must show them these terms so they
58
+ know their rights.
59
+
60
+ Developers that use the GNU GPL protect your rights with two steps:
61
+ (1) assert copyright on the software, and (2) offer you this License
62
+ giving you legal permission to copy, distribute and/or modify it.
63
+
64
+ For the developers' and authors' protection, the GPL clearly explains
65
+ that there is no warranty for this free software. For both users' and
66
+ authors' sake, the GPL requires that modified versions be marked as
67
+ changed, so that their problems will not be attributed erroneously to
68
+ authors of previous versions.
69
+
70
+ Some devices are designed to deny users access to install or run
71
+ modified versions of the software inside them, although the manufacturer
72
+ can do so. This is fundamentally incompatible with the aim of
73
+ protecting users' freedom to change the software. The systematic
74
+ pattern of such abuse occurs in the area of products for individuals to
75
+ use, which is precisely where it is most unacceptable. Therefore, we
76
+ have designed this version of the GPL to prohibit the practice for those
77
+ products. If such problems arise substantially in other domains, we
78
+ stand ready to extend this provision to those domains in future versions
79
+ of the GPL, as needed to protect the freedom of users.
80
+
81
+ Finally, every program is threatened constantly by software patents.
82
+ States should not allow patents to restrict development and use of
83
+ software on general-purpose computers, but in those that do, we wish to
84
+ avoid the special danger that patents applied to a free program could
85
+ make it effectively proprietary. To prevent this, the GPL assures that
86
+ patents cannot be used to render the program non-free.
87
+
88
+ The precise terms and conditions for copying, distribution and
89
+ modification follow.
90
+
91
+ TERMS AND CONDITIONS
92
+
93
+ 0. Definitions.
94
+
95
+ "This License" refers to version 3 of the GNU General Public License.
96
+
97
+ "Copyright" also means copyright-like laws that apply to other kinds of
98
+ works, such as semiconductor masks.
99
+
100
+ "The Program" refers to any copyrightable work licensed under this
101
+ License. Each licensee is addressed as "you". "Licensees" and
102
+ "recipients" may be individuals or organizations.
103
+
104
+ To "modify" a work means to copy from or adapt all or part of the work
105
+ in a fashion requiring copyright permission, other than the making of an
106
+ exact copy. The resulting work is called a "modified version" of the
107
+ earlier work or a work "based on" the earlier work.
108
+
109
+ A "covered work" means either the unmodified Program or a work based
110
+ on the Program.
111
+
112
+ To "propagate" a work means to do anything with it that, without
113
+ permission, would make you directly or secondarily liable for
114
+ infringement under applicable copyright law, except executing it on a
115
+ computer or modifying a private copy. Propagation includes copying,
116
+ distribution (with or without modification), making available to the
117
+ public, and in some countries other activities as well.
118
+
119
+ To "convey" a work means any kind of propagation that enables other
120
+ parties to make or receive copies. Mere interaction with a user through
121
+ a computer network, with no transfer of a copy, is not conveying.
122
+
123
+ An interactive user interface displays "Appropriate Legal Notices"
124
+ to the extent that it includes a convenient and prominently visible
125
+ feature that (1) displays an appropriate copyright notice, and (2)
126
+ tells the user that there is no warranty for the work (except to the
127
+ extent that warranties are provided), that licensees may convey the
128
+ work under this License, and how to view a copy of this License. If
129
+ the interface presents a list of user commands or options, such as a
130
+ menu, a prominent item in the list meets this criterion.
131
+
132
+ 1. Source Code.
133
+
134
+ The "source code" for a work means the preferred form of the work
135
+ for making modifications to it. "Object code" means any non-source
136
+ form of a work.
137
+
138
+ A "Standard Interface" means an interface that either is an official
139
+ standard defined by a recognized standards body, or, in the case of
140
+ interfaces specified for a particular programming language, one that
141
+ is widely used among developers working in that language.
142
+
143
+ The "System Libraries" of an executable work include anything, other
144
+ than the work as a whole, that (a) is included in the normal form of
145
+ packaging a Major Component, but which is not part of that Major
146
+ Component, and (b) serves only to enable use of the work with that
147
+ Major Component, or to implement a Standard Interface for which an
148
+ implementation is available to the public in source code form. A
149
+ "Major Component", in this context, means a major essential component
150
+ (kernel, window system, and so on) of the specific operating system
151
+ (if any) on which the executable work runs, or a compiler used to
152
+ produce the work, or an object code interpreter used to run it.
153
+
154
+ The "Corresponding Source" for a work in object code form means all
155
+ the source code needed to generate, install, and (for an executable
156
+ work) run the object code and to modify the work, including scripts to
157
+ control those activities. However, it does not include the work's
158
+ System Libraries, or general-purpose tools or generally available free
159
+ programs which are used unmodified in performing those activities but
160
+ which are not part of the work. For example, Corresponding Source
161
+ includes interface definition files associated with source files for
162
+ the work, and the source code for shared libraries and dynamically
163
+ linked subprograms that the work is specifically designed to require,
164
+ such as by intimate data communication or control flow between those
165
+ subprograms and other parts of the work.
166
+
167
+ The Corresponding Source need not include anything that users
168
+ can regenerate automatically from other parts of the Corresponding
169
+ Source.
170
+
171
+ The Corresponding Source for a work in source code form is that
172
+ same work.
173
+
174
+ 2. Basic Permissions.
175
+
176
+ All rights granted under this License are granted for the term of
177
+ copyright on the Program, and are irrevocable provided the stated
178
+ conditions are met. This License explicitly affirms your unlimited
179
+ permission to run the unmodified Program. The output from running a
180
+ covered work is covered by this License only if the output, given its
181
+ content, constitutes a covered work. This License acknowledges your
182
+ rights of fair use or other equivalent, as provided by copyright law.
183
+
184
+ You may make, run and propagate covered works that you do not
185
+ convey, without conditions so long as your license otherwise remains
186
+ in force. You may convey covered works to others for the sole purpose
187
+ of having them make modifications exclusively for you, or provide you
188
+ with facilities for running those works, provided that you comply with
189
+ the terms of this License in conveying all material for which you do
190
+ not control copyright. Those thus making or running the covered works
191
+ for you must do so exclusively on your behalf, under your direction
192
+ and control, on terms that prohibit them from making any copies of
193
+ your copyrighted material outside their relationship with you.
194
+
195
+ Conveying under any other circumstances is permitted solely under
196
+ the conditions stated below. Sublicensing is not allowed; section 10
197
+ makes it unnecessary.
198
+
199
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
200
+
201
+ No covered work shall be deemed part of an effective technological
202
+ measure under any applicable law fulfilling obligations under article
203
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
204
+ similar laws prohibiting or restricting circumvention of such
205
+ measures.
206
+
207
+ When you convey a covered work, you waive any legal power to forbid
208
+ circumvention of technological measures to the extent such circumvention
209
+ is effected by exercising rights under this License with respect to
210
+ the covered work, and you disclaim any intention to limit operation or
211
+ modification of the work as a means of enforcing, against the work's
212
+ users, your or third parties' legal rights to forbid circumvention of
213
+ technological measures.
214
+
215
+ 4. Conveying Verbatim Copies.
216
+
217
+ You may convey verbatim copies of the Program's source code as you
218
+ receive it, in any medium, provided that you conspicuously and
219
+ appropriately publish on each copy an appropriate copyright notice;
220
+ keep intact all notices stating that this License and any
221
+ non-permissive terms added in accord with section 7 apply to the code;
222
+ keep intact all notices of the absence of any warranty; and give all
223
+ recipients a copy of this License along with the Program.
224
+
225
+ You may charge any price or no price for each copy that you convey,
226
+ and you may offer support or warranty protection for a fee.
227
+
228
+ 5. Conveying Modified Source Versions.
229
+
230
+ You may convey a work based on the Program, or the modifications to
231
+ produce it from the Program, in the form of source code under the
232
+ terms of section 4, provided that you also meet all of these conditions:
233
+
234
+ a) The work must carry prominent notices stating that you modified
235
+ it, and giving a relevant date.
236
+
237
+ b) The work must carry prominent notices stating that it is
238
+ released under this License and any conditions added under section
239
+ 7. This requirement modifies the requirement in section 4 to
240
+ "keep intact all notices".
241
+
242
+ c) You must license the entire work, as a whole, under this
243
+ License to anyone who comes into possession of a copy. This
244
+ License will therefore apply, along with any applicable section 7
245
+ additional terms, to the whole of the work, and all its parts,
246
+ regardless of how they are packaged. This License gives no
247
+ permission to license the work in any other way, but it does not
248
+ invalidate such permission if you have separately received it.
249
+
250
+ d) If the work has interactive user interfaces, each must display
251
+ Appropriate Legal Notices; however, if the Program has interactive
252
+ interfaces that do not display Appropriate Legal Notices, your
253
+ work need not make them do so.
254
+
255
+ A compilation of a covered work with other separate and independent
256
+ works, which are not by their nature extensions of the covered work,
257
+ and which are not combined with it such as to form a larger program,
258
+ in or on a volume of a storage or distribution medium, is called an
259
+ "aggregate" if the compilation and its resulting copyright are not
260
+ used to limit the access or legal rights of the compilation's users
261
+ beyond what the individual works permit. Inclusion of a covered work
262
+ in an aggregate does not cause this License to apply to the other
263
+ parts of the aggregate.
264
+
265
+ 6. Conveying Non-Source Forms.
266
+
267
+ You may convey a covered work in object code form under the terms
268
+ of sections 4 and 5, provided that you also convey the
269
+ machine-readable Corresponding Source under the terms of this License,
270
+ in one of these ways:
271
+
272
+ a) Convey the object code in, or embodied in, a physical product
273
+ (including a physical distribution medium), accompanied by the
274
+ Corresponding Source fixed on a durable physical medium
275
+ customarily used for software interchange.
276
+
277
+ b) Convey the object code in, or embodied in, a physical product
278
+ (including a physical distribution medium), accompanied by a
279
+ written offer, valid for at least three years and valid for as
280
+ long as you offer spare parts or customer support for that product
281
+ model, to give anyone who possesses the object code either (1) a
282
+ copy of the Corresponding Source for all the software in the
283
+ product that is covered by this License, on a durable physical
284
+ medium customarily used for software interchange, for a price no
285
+ more than your reasonable cost of physically performing this
286
+ conveying of source, or (2) access to copy the
287
+ Corresponding Source from a network server at no charge.
288
+
289
+ c) Convey individual copies of the object code with a copy of the
290
+ written offer to provide the Corresponding Source. This
291
+ alternative is allowed only occasionally and noncommercially, and
292
+ only if you received the object code with such an offer, in accord
293
+ with subsection 6b.
294
+
295
+ d) Convey the object code by offering access from a designated
296
+ place (gratis or for a charge), and offer equivalent access to the
297
+ Corresponding Source in the same way through the same place at no
298
+ further charge. You need not require recipients to copy the
299
+ Corresponding Source along with the object code. If the place to
300
+ copy the object code is a network server, the Corresponding Source
301
+ may be on a different server (operated by you or a third party)
302
+ that supports equivalent copying facilities, provided you maintain
303
+ clear directions next to the object code saying where to find the
304
+ Corresponding Source. Regardless of what server hosts the
305
+ Corresponding Source, you remain obligated to ensure that it is
306
+ available for as long as needed to satisfy these requirements.
307
+
308
+ e) Convey the object code using peer-to-peer transmission, provided
309
+ you inform other peers where the object code and Corresponding
310
+ Source of the work are being offered to the general public at no
311
+ charge under subsection 6d.
312
+
313
+ A separable portion of the object code, whose source code is excluded
314
+ from the Corresponding Source as a System Library, need not be
315
+ included in conveying the object code work.
316
+
317
+ A "User Product" is either (1) a "consumer product", which means any
318
+ tangible personal property which is normally used for personal, family,
319
+ or household purposes, or (2) anything designed or sold for incorporation
320
+ into a dwelling. In determining whether a product is a consumer product,
321
+ doubtful cases shall be resolved in favor of coverage. For a particular
322
+ product received by a particular user, "normally used" refers to a
323
+ typical or common use of that class of product, regardless of the status
324
+ of the particular user or of the way in which the particular user
325
+ actually uses, or expects or is expected to use, the product. A product
326
+ is a consumer product regardless of whether the product has substantial
327
+ commercial, industrial or non-consumer uses, unless such uses represent
328
+ the only significant mode of use of the product.
329
+
330
+ "Installation Information" for a User Product means any methods,
331
+ procedures, authorization keys, or other information required to install
332
+ and execute modified versions of a covered work in that User Product from
333
+ a modified version of its Corresponding Source. The information must
334
+ suffice to ensure that the continued functioning of the modified object
335
+ code is in no case prevented or interfered with solely because
336
+ modification has been made.
337
+
338
+ If you convey an object code work under this section in, or with, or
339
+ specifically for use in, a User Product, and the conveying occurs as
340
+ part of a transaction in which the right of possession and use of the
341
+ User Product is transferred to the recipient in perpetuity or for a
342
+ fixed term (regardless of how the transaction is characterized), the
343
+ Corresponding Source conveyed under this section must be accompanied
344
+ by the Installation Information. But this requirement does not apply
345
+ if neither you nor any third party retains the ability to install
346
+ modified object code on the User Product (for example, the work has
347
+ been installed in ROM).
348
+
349
+ The requirement to provide Installation Information does not include a
350
+ requirement to continue to provide support service, warranty, or updates
351
+ for a work that has been modified or installed by the recipient, or for
352
+ the User Product in which it has been modified or installed. Access to a
353
+ network may be denied when the modification itself materially and
354
+ adversely affects the operation of the network or violates the rules and
355
+ protocols for communication across the network.
356
+
357
+ Corresponding Source conveyed, and Installation Information provided,
358
+ in accord with this section must be in a format that is publicly
359
+ documented (and with an implementation available to the public in
360
+ source code form), and must require no special password or key for
361
+ unpacking, reading or copying.
362
+
363
+ 7. Additional Terms.
364
+
365
+ "Additional permissions" are terms that supplement the terms of this
366
+ License by making exceptions from one or more of its conditions.
367
+ Additional permissions that are applicable to the entire Program shall
368
+ be treated as though they were included in this License, to the extent
369
+ that they are valid under applicable law. If additional permissions
370
+ apply only to part of the Program, that part may be used separately
371
+ under those permissions, but the entire Program remains governed by
372
+ this License without regard to the additional permissions.
373
+
374
+ When you convey a copy of a covered work, you may at your option
375
+ remove any additional permissions from that copy, or from any part of
376
+ it. (Additional permissions may be written to require their own
377
+ removal in certain cases when you modify the work.) You may place
378
+ additional permissions on material, added by you to a covered work,
379
+ for which you have or can give appropriate copyright permission.
380
+
381
+ Notwithstanding any other provision of this License, for material you
382
+ add to a covered work, you may (if authorized by the copyright holders of
383
+ that material) supplement the terms of this License with terms:
384
+
385
+ a) Disclaiming warranty or limiting liability differently from the
386
+ terms of sections 15 and 16 of this License; or
387
+
388
+ b) Requiring preservation of specified reasonable legal notices or
389
+ author attributions in that material or in the Appropriate Legal
390
+ Notices displayed by works containing it; or
391
+
392
+ c) Prohibiting misrepresentation of the origin of that material, or
393
+ requiring that modified versions of such material be marked in
394
+ reasonable ways as different from the original version; or
395
+
396
+ d) Limiting the use for publicity purposes of names of licensors or
397
+ authors of the material; or
398
+
399
+ e) Declining to grant rights under trademark law for use of some
400
+ trade names, trademarks, or service marks; or
401
+
402
+ f) Requiring indemnification of licensors and authors of that
403
+ material by anyone who conveys the material (or modified versions of
404
+ it) with contractual assumptions of liability to the recipient, for
405
+ any liability that these contractual assumptions directly impose on
406
+ those licensors and authors.
407
+
408
+ All other non-permissive additional terms are considered "further
409
+ restrictions" within the meaning of section 10. If the Program as you
410
+ received it, or any part of it, contains a notice stating that it is
411
+ governed by this License along with a term that is a further
412
+ restriction, you may remove that term. If a license document contains
413
+ a further restriction but permits relicensing or conveying under this
414
+ License, you may add to a covered work material governed by the terms
415
+ of that license document, provided that the further restriction does
416
+ not survive such relicensing or conveying.
417
+
418
+ If you add terms to a covered work in accord with this section, you
419
+ must place, in the relevant source files, a statement of the
420
+ additional terms that apply to those files, or a notice indicating
421
+ where to find the applicable terms.
422
+
423
+ Additional terms, permissive or non-permissive, may be stated in the
424
+ form of a separately written license, or stated as exceptions;
425
+ the above requirements apply either way.
426
+
427
+ 8. Termination.
428
+
429
+ You may not propagate or modify a covered work except as expressly
430
+ provided under this License. Any attempt otherwise to propagate or
431
+ modify it is void, and will automatically terminate your rights under
432
+ this License (including any patent licenses granted under the third
433
+ paragraph of section 11).
434
+
435
+ However, if you cease all violation of this License, then your
436
+ license from a particular copyright holder is reinstated (a)
437
+ provisionally, unless and until the copyright holder explicitly and
438
+ finally terminates your license, and (b) permanently, if the copyright
439
+ holder fails to notify you of the violation by some reasonable means
440
+ prior to 60 days after the cessation.
441
+
442
+ Moreover, your license from a particular copyright holder is
443
+ reinstated permanently if the copyright holder notifies you of the
444
+ violation by some reasonable means, this is the first time you have
445
+ received notice of violation of this License (for any work) from that
446
+ copyright holder, and you cure the violation prior to 30 days after
447
+ your receipt of the notice.
448
+
449
+ Termination of your rights under this section does not terminate the
450
+ licenses of parties who have received copies or rights from you under
451
+ this License. If your rights have been terminated and not permanently
452
+ reinstated, you do not qualify to receive new licenses for the same
453
+ material under section 10.
454
+
455
+ 9. Acceptance Not Required for Having Copies.
456
+
457
+ You are not required to accept this License in order to receive or
458
+ run a copy of the Program. Ancillary propagation of a covered work
459
+ occurring solely as a consequence of using peer-to-peer transmission
460
+ to receive a copy likewise does not require acceptance. However,
461
+ nothing other than this License grants you permission to propagate or
462
+ modify any covered work. These actions infringe copyright if you do
463
+ not accept this License. Therefore, by modifying or propagating a
464
+ covered work, you indicate your acceptance of this License to do so.
465
+
466
+ 10. Automatic Licensing of Downstream Recipients.
467
+
468
+ Each time you convey a covered work, the recipient automatically
469
+ receives a license from the original licensors, to run, modify and
470
+ propagate that work, subject to this License. You are not responsible
471
+ for enforcing compliance by third parties with this License.
472
+
473
+ An "entity transaction" is a transaction transferring control of an
474
+ organization, or substantially all assets of one, or subdividing an
475
+ organization, or merging organizations. If propagation of a covered
476
+ work results from an entity transaction, each party to that
477
+ transaction who receives a copy of the work also receives whatever
478
+ licenses to the work the party's predecessor in interest had or could
479
+ give under the previous paragraph, plus a right to possession of the
480
+ Corresponding Source of the work from the predecessor in interest, if
481
+ the predecessor has it or can get it with reasonable efforts.
482
+
483
+ You may not impose any further restrictions on the exercise of the
484
+ rights granted or affirmed under this License. For example, you may
485
+ not impose a license fee, royalty, or other charge for exercise of
486
+ rights granted under this License, and you may not initiate litigation
487
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
488
+ any patent claim is infringed by making, using, selling, offering for
489
+ sale, or importing the Program or any portion of it.
490
+
491
+ 11. Patents.
492
+
493
+ A "contributor" is a copyright holder who authorizes use under this
494
+ License of the Program or a work on which the Program is based. The
495
+ work thus licensed is called the contributor's "contributor version".
496
+
497
+ A contributor's "essential patent claims" are all patent claims
498
+ owned or controlled by the contributor, whether already acquired or
499
+ hereafter acquired, that would be infringed by some manner, permitted
500
+ by this License, of making, using, or selling its contributor version,
501
+ but do not include claims that would be infringed only as a
502
+ consequence of further modification of the contributor version. For
503
+ purposes of this definition, "control" includes the right to grant
504
+ patent sublicenses in a manner consistent with the requirements of
505
+ this License.
506
+
507
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
508
+ patent license under the contributor's essential patent claims, to
509
+ make, use, sell, offer for sale, import and otherwise run, modify and
510
+ propagate the contents of its contributor version.
511
+
512
+ In the following three paragraphs, a "patent license" is any express
513
+ agreement or commitment, however denominated, not to enforce a patent
514
+ (such as an express permission to practice a patent or covenant not to
515
+ sue for patent infringement). To "grant" such a patent license to a
516
+ party means to make such an agreement or commitment not to enforce a
517
+ patent against the party.
518
+
519
+ If you convey a covered work, knowingly relying on a patent license,
520
+ and the Corresponding Source of the work is not available for anyone
521
+ to copy, free of charge and under the terms of this License, through a
522
+ publicly available network server or other readily accessible means,
523
+ then you must either (1) cause the Corresponding Source to be so
524
+ available, or (2) arrange to deprive yourself of the benefit of the
525
+ patent license for this particular work, or (3) arrange, in a manner
526
+ consistent with the requirements of this License, to extend the patent
527
+ license to downstream recipients. "Knowingly relying" means you have
528
+ actual knowledge that, but for the patent license, your conveying the
529
+ covered work in a country, or your recipient's use of the covered work
530
+ in a country, would infringe one or more identifiable patents in that
531
+ country that you have reason to believe are valid.
532
+
533
+ If, pursuant to or in connection with a single transaction or
534
+ arrangement, you convey, or propagate by procuring conveyance of, a
535
+ covered work, and grant a patent license to some of the parties
536
+ receiving the covered work authorizing them to use, propagate, modify
537
+ or convey a specific copy of the covered work, then the patent license
538
+ you grant is automatically extended to all recipients of the covered
539
+ work and works based on it.
540
+
541
+ A patent license is "discriminatory" if it does not include within
542
+ the scope of its coverage, prohibits the exercise of, or is
543
+ conditioned on the non-exercise of one or more of the rights that are
544
+ specifically granted under this License. You may not convey a covered
545
+ work if you are a party to an arrangement with a third party that is
546
+ in the business of distributing software, under which you make payment
547
+ to the third party based on the extent of your activity of conveying
548
+ the work, and under which the third party grants, to any of the
549
+ parties who would receive the covered work from you, a discriminatory
550
+ patent license (a) in connection with copies of the covered work
551
+ conveyed by you (or copies made from those copies), or (b) primarily
552
+ for and in connection with specific products or compilations that
553
+ contain the covered work, unless you entered into that arrangement,
554
+ or that patent license was granted, prior to 28 March 2007.
555
+
556
+ Nothing in this License shall be construed as excluding or limiting
557
+ any implied license or other defenses to infringement that may
558
+ otherwise be available to you under applicable patent law.
559
+
560
+ 12. No Surrender of Others' Freedom.
561
+
562
+ If conditions are imposed on you (whether by court order, agreement or
563
+ otherwise) that contradict the conditions of this License, they do not
564
+ excuse you from the conditions of this License. If you cannot convey a
565
+ covered work so as to satisfy simultaneously your obligations under this
566
+ License and any other pertinent obligations, then as a consequence you may
567
+ not convey it at all. For example, if you agree to terms that obligate you
568
+ to collect a royalty for further conveying from those to whom you convey
569
+ the Program, the only way you could satisfy both those terms and this
570
+ License would be to refrain entirely from conveying the Program.
571
+
572
+ 13. Use with the GNU Affero General Public License.
573
+
574
+ Notwithstanding any other provision of this License, you have
575
+ permission to link or combine any covered work with a work licensed
576
+ under version 3 of the GNU Affero General Public License into a single
577
+ combined work, and to convey the resulting work. The terms of this
578
+ License will continue to apply to the part which is the covered work,
579
+ but the special requirements of the GNU Affero General Public License,
580
+ section 13, concerning interaction through a network will apply to the
581
+ combination as such.
582
+
583
+ 14. Revised Versions of this License.
584
+
585
+ The Free Software Foundation may publish revised and/or new versions of
586
+ the GNU General Public License from time to time. Such new versions will
587
+ be similar in spirit to the present version, but may differ in detail to
588
+ address new problems or concerns.
589
+
590
+ Each version is given a distinguishing version number. If the
591
+ Program specifies that a certain numbered version of the GNU General
592
+ Public License "or any later version" applies to it, you have the
593
+ option of following the terms and conditions either of that numbered
594
+ version or of any later version published by the Free Software
595
+ Foundation. If the Program does not specify a version number of the
596
+ GNU General Public License, you may choose any version ever published
597
+ by the Free Software Foundation.
598
+
599
+ If the Program specifies that a proxy can decide which future
600
+ versions of the GNU General Public License can be used, that proxy's
601
+ public statement of acceptance of a version permanently authorizes you
602
+ to choose that version for the Program.
603
+
604
+ Later license versions may give you additional or different
605
+ permissions. However, no additional obligations are imposed on any
606
+ author or copyright holder as a result of your choosing to follow a
607
+ later version.
608
+
609
+ 15. Disclaimer of Warranty.
610
+
611
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
612
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
613
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
614
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
615
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
616
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
617
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
618
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
619
+
620
+ 16. Limitation of Liability.
621
+
622
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
623
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
624
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
625
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
626
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
627
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
628
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
629
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
630
+ SUCH DAMAGES.
631
+
632
+ 17. Interpretation of Sections 15 and 16.
633
+
634
+ If the disclaimer of warranty and limitation of liability provided
635
+ above cannot be given local legal effect according to their terms,
636
+ reviewing courts shall apply local law that most closely approximates
637
+ an absolute waiver of all civil liability in connection with the
638
+ Program, unless a warranty or assumption of liability accompanies a
639
+ copy of the Program in return for a fee.
640
+
641
+ END OF TERMS AND CONDITIONS
642
+
643
+ How to Apply These Terms to Your New Programs
644
+
645
+ If you develop a new program, and you want it to be of the greatest
646
+ possible use to the public, the best way to achieve this is to make it
647
+ free software which everyone can redistribute and change under these terms.
648
+
649
+ To do so, attach the following notices to the program. It is safest
650
+ to attach them to the start of each source file to most effectively
651
+ state the exclusion of warranty; and each file should have at least
652
+ the "copyright" line and a pointer to where the full notice is found.
653
+
654
+ <one line to give the program's name and a brief idea of what it does.>
655
+ Copyright © <year> <name of author>
656
+
657
+ This program is free software: you can redistribute it and/or modify
658
+ it under the terms of the GNU General Public License as published by
659
+ the Free Software Foundation, either version 3 of the License, or
660
+ (at your option) any later version.
661
+
662
+ This program is distributed in the hope that it will be useful,
663
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
664
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
665
+ GNU General Public License for more details.
666
+
667
+ You should have received a copy of the GNU General Public License
668
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
669
+
670
+ Also add information on how to contact you by electronic and paper mail.
671
+
672
+ If the program does terminal interaction, make it output a short
673
+ notice like this when it starts in an interactive mode:
674
+
675
+ <program> Copyright © <year> <name of author>
676
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
677
+ This is free software, and you are welcome to redistribute it
678
+ under certain conditions; type `show c' for details.
679
+
680
+ The hypothetical commands `show w' and `show c' should show the appropriate
681
+ parts of the General Public License. Of course, your program's commands
682
+ might be different; for a GUI interface, you would use an "about box".
683
+
684
+ You should also get your employer (if you work as a programmer) or school,
685
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
686
+ For more information on this, and how to apply and follow the GNU GPL, see
687
+ <http://www.gnu.org/licenses/>.
688
+
689
+ The GNU General Public License does not permit incorporating your program
690
+ into proprietary programs. If your program is a subroutine library, you
691
+ may consider it more useful to permit linking proprietary applications with
692
+ the library. If this is what you want to do, use the GNU Lesser General
693
+ Public License instead of this License. But first, please read
694
  <http://www.gnu.org/philosophy/why-not-lgpl.html>.
readme.txt → README.txt RENAMED
@@ -54,16 +54,23 @@ Features:
54
 
55
  = GDPR Cookie Consent Premium Version Features =
56
  <ul>
57
- <li>Manage list of cookies ( Name, CookieID, Description, Duration, Type, Category, Header Script, Footer Script)</li>
58
- <li>Manage Cookie Categories</li>
59
- <li>Allow to display Cookie Settings popup where site visitors can opt-in or give consent to Cookie Categories</li>
60
- <li>Fully customisable to look just like your own website’s style: customise the colours, styles and fonts</li>
61
- <li>Put the cookie bar in either the header or the footer</li>
62
- <li>(Optional) accept cookie policy if the user scrolls</li>
63
- <li>(Optional) automatically close the cookie bar after a delay (delay is configurable)</li>
64
- <li>(Optional) cookie bar can be permanently dismissed or accessible through a “show again” tab</li>
65
- <li>(Optional) “show again” tab is fully customisable including position shown on page and styles</li>
66
- <li>“Cookie Audit” shortcode to construct a nicely-styled ‘Privacy & Cookie Policy’</li>
 
 
 
 
 
 
 
67
  <li>WPML compatible</li>
68
  <li>qTranslate support</li>
69
  </ul>
@@ -166,6 +173,11 @@ See http://cookielawinfo.com for more information on what is required.
166
 
167
  == Changelog ==
168
 
 
 
 
 
 
169
  = 1.6.5 =
170
 
171
  * Filter added. (filter to edit audit table head)
@@ -304,3 +316,6 @@ See http://cookielawinfo.com for more information on what is required.
304
 
305
  * Filter added. (filter to edit audit table head)
306
 
 
 
 
54
 
55
  = GDPR Cookie Consent Premium Version Features =
56
  <ul>
57
+ <li>Manage list of cookies ( Name, CookieID, Description, Duration, Type, Category, Header Script, Footer Script).</li>
58
+ <li>Manage Cookie Categories.</li>
59
+ <li>Scan and auto block scripts - Google Analytics, FB Pixel, Google tag manager.</li>
60
+ <li>Location based exclusion of cookie notice for EU countries.</li>
61
+ <li>Provide the users with the granular control over the cookies/scipts used by the website.</li>
62
+ <li>Optionally log users' consent and export into a CSV file.</li>
63
+ <li>Customize the privacy overview in the cookie settings popup.</li>
64
+ <li>Export/import cookies and related information via CSV file.</li>
65
+ <li>Scan and import/export the cookies in the homepage.</li>
66
+ <li>Allow to display cookie cettings popup where site visitors can opt-in or give consent to cookie categories.</li>
67
+ <li>Customisable to look just like your own website’s style: customise the colours, styles and fonts.</li>
68
+ <li>Put the cookie bar in either the header or the footer.</li>
69
+ <li>(Optional) accept cookie policy if the user scrolls.</li>
70
+ <li>(Optional) automatically close the cookie bar after a delay (delay is configurable).</li>
71
+ <li>(Optional) cookie bar can be permanently dismissed or accessible through a “show again” tab.</li>
72
+ <li>(Optional) “show again” tab is fully customisable including position shown on page and styles.</li>
73
+ <li>“Cookie Audit” shortcode to construct a nicely-styled ‘Privacy & Cookie Policy’.</li>
74
  <li>WPML compatible</li>
75
  <li>qTranslate support</li>
76
  </ul>
173
 
174
  == Changelog ==
175
 
176
+ = 1.6.6 =
177
+
178
+ * Improved UI.
179
+ * Enhancements to cookie message bar - included title and option for overlay layout.
180
+
181
  = 1.6.5 =
182
 
183
  * Filter added. (filter to edit audit table head)
316
 
317
  * Filter added. (filter to edit audit table head)
318
 
319
+ = 1.6.6 =
320
+ * Improved UI.
321
+ * Enhancements to cookie message bar - included title and option for overlay layout.
admin/class-cookie-law-info-admin.php ADDED
@@ -0,0 +1,567 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * The admin-specific functionality of the plugin.
5
+ *
6
+ * @link http://cookielawinfo.com/
7
+ * @since 1.6.6
8
+ *
9
+ * @package Cookie_Law_Info
10
+ * @subpackage Cookie_Law_Info/admin
11
+ */
12
+
13
+ /**
14
+ * The admin-specific functionality of the plugin.
15
+ *
16
+ * Defines the plugin name, version, and two examples hooks for how to
17
+ * enqueue the admin-specific stylesheet and JavaScript.
18
+ *
19
+ * @package Cookie_Law_Info
20
+ * @subpackage Cookie_Law_Info/admin
21
+ * @author WebToffee <info@webtoffee.com>
22
+ */
23
+ class Cookie_Law_Info_Admin {
24
+
25
+ /**
26
+ * The ID of this plugin.
27
+ *
28
+ * @since 1.6.6
29
+ * @access private
30
+ * @var string $plugin_name The ID of this plugin.
31
+ */
32
+ private $plugin_name;
33
+
34
+ /**
35
+ * The version of this plugin.
36
+ *
37
+ * @since 1.6.6
38
+ * @access private
39
+ * @var string $version The current version of this plugin.
40
+ */
41
+ private $version;
42
+
43
+ public $plugin_obj;
44
+
45
+ /*
46
+ * admin module list, Module folder and main file must be same as that of module name
47
+ * Please check the `admin_modules` method for more details
48
+ */
49
+ private $modules=array();
50
+
51
+ public static $existing_modules=array();
52
+
53
+ /**
54
+ * Initialize the class and set its properties.
55
+ *
56
+ * @since 1.6.6
57
+ * @param string $plugin_name The name of this plugin.
58
+ * @param string $version The version of this plugin.
59
+ */
60
+ public function __construct( $plugin_name, $version,$plugin_obj ) {
61
+
62
+ $this->plugin_name = $plugin_name;
63
+ $this->version = $version;
64
+ $this->plugin_obj = $plugin_obj;
65
+ }
66
+
67
+ /**
68
+ * Register the stylesheets for the admin area.
69
+ *
70
+ * @since 1.6.6
71
+ */
72
+ public function enqueue_styles() {
73
+
74
+ /**
75
+ * This function is provided for demonstration purposes only.
76
+ *
77
+ * An instance of this class should be passed to the run() function
78
+ * defined in Cookie_Law_Info_Loader as all of the hooks are defined
79
+ * in that particular class.
80
+ *
81
+ * The Cookie_Law_Info_Loader will then create the relationship
82
+ * between the defined hooks and the functions defined in this
83
+ * class.
84
+ */
85
+ wp_enqueue_style( 'wp-color-picker' );
86
+ wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/cookie-law-info-admin-'.$this->version.'.css', array(), null, 'all' );
87
+
88
+ }
89
+
90
+ /**
91
+ * Register the JavaScript for the admin area.
92
+ *
93
+ * @since 1.6.6
94
+ */
95
+ public function enqueue_scripts() {
96
+
97
+ /**
98
+ * This function is provided for demonstration purposes only.
99
+ *
100
+ * An instance of this class should be passed to the run() function
101
+ * defined in Cookie_Law_Info_Loader as all of the hooks are defined
102
+ * in that particular class.
103
+ *
104
+ * The Cookie_Law_Info_Loader will then create the relationship
105
+ * between the defined hooks and the functions defined in this
106
+ * class.
107
+ */
108
+
109
+ wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/cookie-law-info-admin-'.$this->version.'.js', array( 'jquery' ,'wp-color-picker'), null, false );
110
+
111
+ }
112
+
113
+ /**
114
+ Registers admin modules
115
+ */
116
+ public function admin_modules()
117
+ {
118
+ foreach ($this->modules as $module) //loop through module list and include its file
119
+ {
120
+ $module_file=plugin_dir_path( __FILE__ )."modules/$module/$module.php";
121
+ if(file_exists($module_file))
122
+ {
123
+ self::$existing_modules[]=$module; //this is for module_exits checking
124
+ require_once $module_file;
125
+ }
126
+ }
127
+ }
128
+
129
+ public static function module_exists($module)
130
+ {
131
+ return in_array($module,self::$existing_modules);
132
+ }
133
+
134
+ /**
135
+ Registers menu options
136
+ Hooked into admin_menu
137
+ */
138
+ public function admin_menu() {
139
+ add_submenu_page(
140
+ 'edit.php?post_type='.CLI_POST_TYPE,
141
+ __('Cookie Law Settings','cookie-law-info'),
142
+ __('Cookie Law Settings','cookie-law-info'),
143
+ 'manage_options',
144
+ 'cookie-law-info',
145
+ array($this,'admin_settings_page')
146
+ );
147
+ add_submenu_page(
148
+ 'edit.php?post_type='.CLI_POST_TYPE,
149
+ __('Non-necessary Cookie','cookie-law-info'),
150
+ __('Non-necessary Cookie','cookie-law-info'),
151
+ 'manage_options',
152
+ 'cookie-law-info-thirdparty',
153
+ array($this,'admin_non_necessary_cookie_page')
154
+ );
155
+ }
156
+
157
+ public function plugin_action_links( $links )
158
+ {
159
+ $links[] = '<a href="'. get_admin_url(null,'edit.php?post_type='.CLI_POST_TYPE.'&page=cookie-law-info') .'">'.__('Settings','cookie-law-info').'</a>';
160
+ $links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">'.__('Support','cookie-law-info').'</a>';
161
+ return $links;
162
+ }
163
+
164
+
165
+ public function admin_non_necessary_cookie_page()
166
+ {
167
+ $options = array('thirdparty_on_field',
168
+ 'thirdparty_head_section',
169
+ 'thirdparty_body_section',
170
+ //'thirdparty_footer_section',
171
+ );
172
+ // Get options:
173
+ $stored_options = get_option('cookielawinfo_thirdparty_settings', array(
174
+ 'thirdparty_on_field' => false,
175
+ 'thirdparty_head_section' => '',
176
+ 'thirdparty_body_section' => '',
177
+ //'thirdparty_footer_section' => '',
178
+ ));
179
+
180
+ // Check if form has been set:
181
+ if (
182
+ isset($_POST['update_thirdparty_settings_form']) || //normal php submit
183
+ isset($_POST['cli_non-necessary_ajax_update'])
184
+ )
185
+ {
186
+ // Check nonce:
187
+ check_admin_referer('cookielawinfo-update-thirdparty');
188
+ foreach ($options as $key)
189
+ {
190
+ if (isset($_POST[$key]))
191
+ {
192
+ // Store sanitised values only:
193
+ $stored_options[$key]=wp_unslash($_POST[$key]);
194
+ }
195
+ }
196
+ update_option('cookielawinfo_thirdparty_settings', $stored_options);
197
+ echo '<div class="updated"><p><strong>';
198
+ echo __('Settings Updated.','cookie-law-info');
199
+ echo '</strong></p></div>';
200
+ if(!empty($_SERVER[ 'HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH'])=='xmlhttprequest')
201
+ {
202
+ exit();
203
+ }
204
+ }
205
+
206
+ $stored_options = get_option('cookielawinfo_thirdparty_settings', array(
207
+ 'thirdparty_on_field' => false,
208
+ 'thirdparty_head_section' => '',
209
+ 'thirdparty_body_section' => '',
210
+ //'thirdparty_footer_section' => '',
211
+ ));
212
+ require_once plugin_dir_path( __FILE__ ).'views/admin_non_necessary_cookie.php';
213
+ }
214
+
215
+
216
+ /*
217
+ * admin settings page
218
+ */
219
+ public function admin_settings_page()
220
+ {
221
+ // Lock out non-admins:
222
+ if (!current_user_can('manage_options'))
223
+ {
224
+ wp_die(__('You do not have sufficient permission to perform this operation', 'cookie-law-info'));
225
+ }
226
+ // Get options:
227
+ $the_options =Cookie_Law_Info::get_settings();
228
+ // Check if form has been set:
229
+ if(isset($_POST['update_admin_settings_form']) || //normal php submit
230
+ (isset($_POST['cli_settings_ajax_update']) && $_POST['cli_settings_ajax_update']=='update_admin_settings_form')) //ajax submit
231
+ {
232
+ // Check nonce:
233
+ check_admin_referer('cookielawinfo-update-' . CLI_SETTINGS_FIELD);
234
+ foreach($the_options as $key => $value)
235
+ {
236
+ if(isset($_POST[$key . '_field']))
237
+ {
238
+ // Store sanitised values only:
239
+ $the_options[$key] = Cookie_Law_Info::sanitise_settings($key, $_POST[$key . '_field']);
240
+ }
241
+ }
242
+ update_option(CLI_SETTINGS_FIELD, $the_options);
243
+ echo '<div class="updated"><p><strong>' . __('Settings Updated.', 'cookie-law-info') . '</strong></p></div>';
244
+ }
245
+ elseif (isset($_POST['delete_all_settings']) || //normal php submit
246
+ (isset($_POST['cli_settings_ajax_update']) && $_POST['cli_settings_ajax_update']=='delete_all_settings')) //ajax submit
247
+ {
248
+ // Check nonce:
249
+ check_admin_referer('cookielawinfo-update-' . CLI_SETTINGS_FIELD);
250
+ $this->delete_settings();
251
+ //$the_options = Cookie_Law_Info::get_settings();
252
+ //exit();
253
+ }
254
+ elseif (isset($_POST['revert_to_previous_settings'])) //disabled on new update
255
+ {
256
+ if (!$this->copy_old_settings_to_new())
257
+ {
258
+ echo '<h3>' . __('ERROR MIGRATING SETTINGS (ERROR: 2)', 'cookie-law-info') . '</h3>';
259
+ }
260
+ $the_options = Cookie_Law_Info::get_settings();;
261
+ }
262
+ if(!empty($_SERVER[ 'HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH'])=='xmlhttprequest')
263
+ {
264
+ exit();
265
+ }
266
+ require_once plugin_dir_path( __FILE__ ).'partials/cookie-law-info-admin_settings.php';
267
+ }
268
+
269
+ /**
270
+ Add custom meta boxes to Cookie Audit custom post type.
271
+ - Cookie Type (e.g. session, permanent)
272
+ - Cookie Duration (e.g. 2 hours, days, years, etc)
273
+ */
274
+ public function add_meta_box() {
275
+
276
+ add_meta_box("_cli_cookie_slugid", "Cookie ID", array($this,"metabox_cookie_slugid"), "cookielawinfo", "side", "default");
277
+ add_meta_box("_cli_cookie_type", "Cookie Type", array($this,"metabox_cookie_type"), "cookielawinfo", "side", "default");
278
+ add_meta_box("_cli_cookie_duration", "Cookie Duration", array($this,"metabox_cookie_duration"), "cookielawinfo", "side", "default");
279
+ add_meta_box("_cli_cookie_sensitivity", "Cookie Sensitivity", array($this,"metabox_cookie_sensitivity"), "cookielawinfo", "side", "default");
280
+ }
281
+
282
+ /** Display the custom meta box for cookie_slugid */
283
+ public function metabox_cookie_slugid()
284
+ {
285
+ global $post;
286
+ $custom = get_post_custom( $post->ID );
287
+ $cookie_slugid = ( isset ( $custom["_cli_cookie_slugid"][0] ) ) ? $custom["_cli_cookie_slugid"][0] : '';
288
+ ?>
289
+ <label>Cookie ID:</label>
290
+ <input name="_cli_cookie_slugid" value="<?php echo sanitize_text_field( $cookie_slugid ); ?>" style="width:95%;" />
291
+ <?php
292
+ }
293
+
294
+ /** Display the custom meta box for cookie_type */
295
+ public function metabox_cookie_type()
296
+ {
297
+ global $post;
298
+ $custom = get_post_custom( $post->ID );
299
+ $cookie_type = ( isset ( $custom["_cli_cookie_type"][0] ) ) ? $custom["_cli_cookie_type"][0] : '';
300
+ ?>
301
+ <label>Cookie Type: (persistent, session, third party )</label>
302
+ <input name="_cli_cookie_type" value="<?php echo sanitize_text_field( $cookie_type ); ?>" style="width:95%;" />
303
+ <?php
304
+ }
305
+
306
+ /** Display the custom meta box for cookie_duration */
307
+ public function metabox_cookie_duration() {
308
+ global $post;
309
+ $custom = get_post_custom( $post->ID );
310
+ $cookie_duration = ( isset ( $custom["_cli_cookie_duration"][0] ) ) ? $custom["_cli_cookie_duration"][0] : '';
311
+ ?>
312
+ <label>Cookie Duration:</label>
313
+ <input name="_cli_cookie_duration" value="<?php echo sanitize_text_field( $cookie_duration ); ?>" style="width:95%;" />
314
+ <?php
315
+ }
316
+
317
+ /** Display the custom meta box for cookie_sensitivity */
318
+ public function metabox_cookie_sensitivity()
319
+ {
320
+ global $post;
321
+ $custom = get_post_custom( $post->ID );
322
+ $cookie_sensitivity = ( isset ( $custom["_cli_cookie_sensitivity"][0] ) ) ? $custom["_cli_cookie_sensitivity"][0] : '';
323
+ ?>
324
+ <label>Cookie Sensitivity: ( necessary , non-necessary )</label>
325
+ <input name="_cli_cookie_sensitivity" value="<?php echo sanitize_text_field( $cookie_sensitivity ); ?>" style="width:95%;" />
326
+ <?php
327
+ }
328
+
329
+ /** Saves all form data from custom post meta boxes, including saitisation of input */
330
+ public function save_custom_metaboxes()
331
+ {
332
+ global $post;
333
+ if ( isset ( $_POST["_cli_cookie_type"] ) ) {
334
+ update_post_meta( $post->ID, "_cli_cookie_type", sanitize_text_field( $_POST["_cli_cookie_type"] ) );
335
+ }
336
+ if ( isset ( $_POST["_cli_cookie_type"] ) ) {
337
+ update_post_meta( $post->ID, "_cli_cookie_duration", sanitize_text_field( $_POST["_cli_cookie_duration"] ) );
338
+ }
339
+ if ( isset ( $_POST["_cli_cookie_sensitivity"] ) ) {
340
+ update_post_meta( $post->ID, "_cli_cookie_sensitivity", sanitize_text_field( $_POST["_cli_cookie_sensitivity"] ) );
341
+ }
342
+ if ( isset ( $_POST["_cli_cookie_slugid"] ) ) {
343
+ update_post_meta( $post->ID, "_cli_cookie_slugid", sanitize_text_field( $_POST["_cli_cookie_slugid"] ) );
344
+ }
345
+ }
346
+
347
+ /** Apply column names to the custom post type table */
348
+ public function manage_edit_columns( $columns )
349
+ {
350
+ $columns = array(
351
+ "cb" => "<input type=\"checkbox\" />",
352
+ "title" => "Cookie Name",
353
+ "type" => "Type",
354
+ "duration" => "Duration",
355
+ "sensitivity" => "Sensitivity",
356
+ "slugid" => "ID",
357
+ "description" => "Description"
358
+ );
359
+ return $columns;
360
+ }
361
+
362
+ /** Add column data to custom post type table columns */
363
+ public function manage_posts_custom_columns( $column, $post_id=0 )
364
+ {
365
+ global $post;
366
+
367
+ switch ( $column ) {
368
+ case "description":
369
+
370
+ $content_post = get_post($post_id);
371
+ if($content_post){
372
+ echo $content_post->post_content;
373
+ }else{
374
+ echo '---';
375
+ }
376
+ break;
377
+ case "type":
378
+ $custom = get_post_custom();
379
+ if ( isset ( $custom["_cli_cookie_type"][0] ) ) {
380
+ echo $custom["_cli_cookie_type"][0];
381
+ }
382
+ break;
383
+ case "duration":
384
+ $custom = get_post_custom();
385
+ if ( isset ( $custom["_cli_cookie_duration"][0] ) ) {
386
+ echo $custom["_cli_cookie_duration"][0];
387
+ }
388
+ break;
389
+ case "sensitivity":
390
+ $custom = get_post_custom();
391
+ if ( isset ( $custom["_cli_cookie_sensitivity"][0] ) ) {
392
+ echo $custom["_cli_cookie_sensitivity"][0];
393
+ }
394
+ break;
395
+ case "slugid":
396
+ $custom = get_post_custom();
397
+ if ( isset ( $custom["_cli_cookie_slugid"][0] ) ) {
398
+ echo $custom["_cli_cookie_slugid"][0];
399
+ }
400
+ break;
401
+ }
402
+ }
403
+
404
+ function remove_cli_addnew_link()
405
+ {
406
+ global $submenu;
407
+ unset($submenu['edit.php?post_type='.CLI_POST_TYPE][10]);
408
+ }
409
+
410
+
411
+ /** Updates latest version number of plugin */
412
+ public function update_to_latest_version_number() {
413
+ update_option( CLI_MIGRATED_VERSION, CLI_LATEST_VERSION_NUMBER );
414
+ }
415
+ /**
416
+ Delete the values in all fields
417
+ WARNING - this has a predictable result i.e. will delete saved settings! Once deleted,
418
+ the get_admin_options() function will not find saved settings so will return default values
419
+ */
420
+ public function delete_settings()
421
+ {
422
+ if(defined( 'CLI_ADMIN_OPTIONS_NAME' ))
423
+ {
424
+ delete_option( CLI_ADMIN_OPTIONS_NAME );
425
+ }
426
+ if ( defined ( 'CLI_SETTINGS_FIELD' ) )
427
+ {
428
+ delete_option( CLI_SETTINGS_FIELD );
429
+ }
430
+ }
431
+
432
+ public function copy_old_settings_to_new() {
433
+ $new_settings = Cookie_Law_Info::get_settings();
434
+ $old_settings = get_option( CLI_ADMIN_OPTIONS_NAME );
435
+
436
+ if ( empty( $old_settings ) ) {
437
+ // Something went wrong:
438
+ return false;
439
+ }
440
+ else {
441
+ // Copy over settings:
442
+ $new_settings['background'] = $old_settings['colour_bg'];
443
+ $new_settings['border'] = $old_settings['colour_border'];
444
+ $new_settings['button_1_action'] = 'CONSTANT_OPEN_URL';
445
+ $new_settings['button_1_text'] = $old_settings['link_text'];
446
+ $new_settings['button_1_url'] = $old_settings['link_url'];
447
+ $new_settings['button_1_link_colour'] = $old_settings['colour_link'];
448
+ $new_settings['button_1_new_win'] = $old_settings['link_opens_new_window'];
449
+ $new_settings['button_1_as_button'] = $old_settings['show_as_button'];
450
+ $new_settings['button_1_button_colour'] = $old_settings['colour_button_bg'];
451
+ $new_settings['notify_message'] = $old_settings['message_text'];
452
+ $new_settings['text'] = $old_settings['colour_text'];
453
+
454
+ // Save new values:
455
+ update_option( CLI_SETTINGS_FIELD, $new_settings );
456
+ }
457
+ return true;
458
+ }
459
+ /** Migrates settings from version 0.8.3 to version 0.9 */
460
+ public function migrate_to_new_version() {
461
+
462
+ if ( $this->has_migrated() ) {
463
+ return false;
464
+ }
465
+
466
+ if ( !$this->copy_old_settings_to_new() ) {
467
+ return false;
468
+ }
469
+
470
+ // Register that have completed:
471
+ $this->update_to_latest_version_number();
472
+ return true;
473
+ }
474
+
475
+ /** Returns true if user is on latest version of plugin */
476
+ public function has_migrated() {
477
+ // Test for previous version. If doesn't exist then safe to say are fresh install:
478
+ $old_settings = get_option( CLI_ADMIN_OPTIONS_NAME );
479
+ if ( empty( $old_settings ) ) {
480
+ return true;
481
+ }
482
+ // Test for latest version number
483
+ $version = get_option( CLI_MIGRATED_VERSION );
484
+ if ( empty ( $version ) ) {
485
+ // No version stored; not yet migrated:
486
+ return false;
487
+ }
488
+ if ( $version == CLI_LATEST_VERSION_NUMBER ) {
489
+ // Are on latest version
490
+ return true;
491
+ }
492
+ echo 'VERSION: ' . $version . '<br /> V2: ' . CLI_LATEST_VERSION_NUMBER;
493
+ // If you got this far then you're on an inbetween version
494
+ return false;
495
+ }
496
+
497
+ /**
498
+ Prints a combobox based on options and selected=match value
499
+
500
+ Parameters:
501
+ $options = array of options (suggest using helper functions)
502
+ $selected = which of those options should be selected (allows just one; is case sensitive)
503
+
504
+ Outputs (based on array ( $key => $value ):
505
+ <option value=$value>$key</option>
506
+ <option value=$value selected="selected">$key</option>
507
+ */
508
+ public function print_combobox_options( $options, $selected )
509
+ {
510
+ foreach ( $options as $key => $value ) {
511
+ echo '<option value="' . $value . '"';
512
+ if ( $value == $selected ) {
513
+ echo ' selected="selected"';
514
+ }
515
+ echo '>' . $key . '</option>';
516
+ }
517
+ }
518
+
519
+ /**
520
+ Returns list of available jQuery actions
521
+ Used by buttons/links in header
522
+ */
523
+ public function get_js_actions() {
524
+ $js_actions = array(
525
+ 'Close Header' => '#cookie_action_close_header',
526
+ 'Open URL' => 'CONSTANT_OPEN_URL' // Don't change this value, is used by jQuery
527
+ );
528
+ return $js_actions;
529
+ }
530
+
531
+ /**
532
+ Returns button sizes (dependent upon CSS implemented - careful if editing)
533
+ Used when printing admin form (for combo boxes)
534
+ */
535
+ public function get_button_sizes() {
536
+ $sizes = Array(
537
+ 'Extra Large' => 'super',
538
+ 'Large' => 'large',
539
+ 'Medium' => 'medium',
540
+ 'Small' => 'small'
541
+ );
542
+ return $sizes;
543
+ }
544
+
545
+ /**
546
+ Function returns list of supported fonts
547
+ Used when printing admin form (for combo box)
548
+ */
549
+ public function get_fonts() {
550
+ $fonts = Array(
551
+ 'Default theme font' => 'inherit',
552
+ 'Sans Serif' => 'Helvetica, Arial, sans-serif',
553
+ 'Serif' => 'Georgia, Times New Roman, Times, serif',
554
+ 'Arial' => 'Arial, Helvetica, sans-serif',
555
+ 'Arial Black' => 'Arial Black,Gadget,sans-serif',
556
+ 'Georgia' => 'Georgia, serif',
557
+ 'Helvetica' => 'Helvetica, sans-serif',
558
+ 'Lucida' => 'Lucida Sans Unicode, Lucida Grande, sans-serif',
559
+ 'Tahoma' => 'Tahoma, Geneva, sans-serif',
560
+ 'Times New Roman' => 'Times New Roman, Times, serif',
561
+ 'Trebuchet' => 'Trebuchet MS, sans-serif',
562
+ 'Verdana' => 'Verdana, Geneva'
563
+ );
564
+ return $fonts;
565
+ }
566
+
567
+ }
admin/cli-admin-page.php DELETED
@@ -1,929 +0,0 @@
1
- <?php
2
- /*
3
- ===============================================================================
4
-
5
- Copyright 2018 Markwt
6
-
7
- This program is free software; you can redistribute it and/or modify
8
- it under the terms of the GNU General Public License, version 2, as
9
- published by the Free Software Foundation.
10
-
11
- This program is distributed in the hope that it will be useful,
12
- but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- GNU General Public License for more details.
15
-
16
- You should have received a copy of the GNU General Public License
17
- along with this program; if not, write to the Free Software
18
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
- */
20
-
21
- /** Displays admin page within WP dashboard */
22
- function cookielawinfo_print_admin_page() {
23
-
24
- // Lock out non-admins:
25
- if (!current_user_can('manage_options')) {
26
- wp_die(__('You do not have sufficient permission to perform this operation','cookie-law-info'));
27
- }
28
-
29
- // Get options:
30
- $the_options = cookielawinfo_get_admin_settings();
31
-
32
- // Check if form has been set:
33
- if (isset($_POST['update_admin_settings_form'])) {
34
- // Check nonce:
35
- check_admin_referer('cookielawinfo-update-' . CLI_SETTINGS_FIELD);
36
- foreach ($the_options as $key => $value) {
37
- if (isset($_POST[$key . '_field'])) {
38
- // Store sanitised values only:
39
- $the_options[$key] = cookielawinfo_sanitise($key, $_POST[$key . '_field']);
40
- }
41
- }
42
- update_option(CLI_SETTINGS_FIELD, $the_options);
43
- echo '<div class="updated"><p><strong>';
44
- echo __('Settings Updated.','cookie-law-info');
45
- echo '</strong></p></div>';
46
- } else if (isset($_POST['delete_all_settings'])) {
47
- // Check nonce:
48
- check_admin_referer('cookielawinfo-update-' . CLI_SETTINGS_FIELD);
49
- cookielawinfo_delete_settings();
50
- $the_options = cookielawinfo_get_admin_settings();
51
- } else if (isset($_POST['revert_to_previous_settings'])) {
52
- if (!cookielawinfo_copy_old_settings_to_new()) {
53
- echo '<h3>';
54
- echo __('ERROR MIGRATING SETTINGS (ERROR: 2)','cookie-law-info');
55
- echo '</h3>';
56
- }
57
- $the_options = cookielawinfo_get_admin_settings();
58
- }
59
-
60
- // Print form here:
61
-
62
-
63
- echo '<div class="wrap">';
64
- ?>
65
- <h2><?php echo __('Cookie Law Settings','cookie-law-info'); ?></h2>
66
-
67
-
68
- <?php
69
- // Migration controller:
70
- if (isset($_POST['cli-migration-button'])) {
71
- if (isset($_POST['cli-migration_field'])) {
72
- switch ($_POST['cli-migration_field']) {
73
- case '2':
74
- // Migrate but keep
75
- if (!cookielawinfo_migrate_to_new_version()) {
76
- echo '<h3>';
77
- echo __('ERROR MIGRATING SETTINGS (ERROR: 2)','cookie-law-info');
78
- echo '</h3>';
79
- }
80
- break;
81
- case '3':
82
- // Just use this version
83
- cookielawinfo_update_to_latest_version_number();
84
- break;
85
- default:
86
- // Form error, ignore
87
- echo '<h3>';
88
- echo __('Error processing migration request (ERROR: 4)','cookie-law-info');
89
- echo '</h3>';
90
- break;
91
- }
92
- }
93
- $the_options = cookielawinfo_get_admin_settings();
94
- }
95
- echo '<form method="post" action="' . esc_url($_SERVER["REQUEST_URI"]) . '">';
96
-
97
- // Set nonce:
98
- if (function_exists('wp_nonce_field'))
99
- wp_nonce_field('cookielawinfo-update-' . CLI_SETTINGS_FIELD);
100
- ?>
101
-
102
- <div class="cli-plugin-container">
103
- <div class="cli-plugin-left-col width-62">
104
- <div class="pad-10">
105
-
106
- <!-- Toolbar -->
107
- <div class="cli-plugin-toolbar top">
108
- <div class="left">
109
-
110
- <?php
111
- // Outputs the "cookie bar is on/off" message in the header
112
- $img_tag = '<img id="cli-plugin-status-icon" src="' . CLI_PLUGIN_URL . 'images/';
113
- $span_tag = '<span id="header_on_off_alert">';
114
- if ($the_options['is_on'] == true) {
115
- $img_tag .= 'tick.png" alt="tick icon" />';
116
- $span_tag .= __('Your Cookie Law Info bar is switched on','cookie-law-info');
117
- $span_tag .= '</span>';
118
- } else {
119
- $img_tag .= 'cross.png" alt="cross icon" />';
120
- $span_tag .= __('Your Cookie Law Info bar is switched off','cookie-law-info');
121
- $span_tag .= '</span>';
122
- }
123
- echo $img_tag . $span_tag;
124
- ?>
125
-
126
- </div>
127
- <div class="right">
128
- <input type="submit" name="update_admin_settings_form" value="Update Settings" class="button-primary" />
129
- </div>
130
- </div>
131
-
132
- <style>
133
- /* http://css-tricks.com/snippets/jquery/simple-jquery-accordion/ ...with custom CSS */
134
- dl.accordion dt {
135
- background: #fff;
136
- border: 1px #ccc solid;
137
- color: #333;
138
- font-size: 12px;
139
- margin-bottom: 10px;
140
- padding: 8px;
141
- -moz-border-radius: 5px;
142
- -webkit-border-radius: 5px;
143
- border-radius: 5px;
144
- -khtml-border-radius: 5px;
145
- }
146
- </style>
147
-
148
- <!-- Accordion -->
149
- <dl class="accordion">
150
-
151
-
152
- <dt><a href="#"><?php echo __('Settings','cookie-law-info'); ?></a></dt>
153
- <dd id="accordion_default">
154
- <h4><?php echo __('The Cookie Bar','cookie-law-info'); ?></h4>
155
- <table class="form-table">
156
- <tr valign="top">
157
- <th scope="row"><label for="is_on_field"><?php echo __('Cookie Bar is currently:','cookie-law-info'); ?></label></th>
158
- <td>
159
-
160
- <input type="radio" id="is_on_field_yes" name="is_on_field" class="styled" value="true" <?php echo ( $the_options['is_on'] == true ) ? ' checked="checked" />' : ' />'; ?> On
161
- <input type="radio" id="is_on_field_no" name="is_on_field" class="styled" value="false" <?php echo ( $the_options['is_on'] == false ) ? ' checked="checked" />' : ' />'; ?> Off
162
- <span id="header_on_off_field_warning"></span>
163
- </td>
164
- </tr>
165
- <tr valign="top">
166
- <th scope="row"><label for="is_reject_on_field"><?php echo __('Reject Button:','cookie-law-info'); ?></label></th>
167
- <td>
168
- <input type="radio" id="is_reject_on_field_yes" name="is_reject_on_field" class="styled" value="true" <?php echo ( $the_options['is_reject_on'] == true ) ? ' checked="checked" />' : ' />'; ?> On
169
- <input type="radio" id="is_reject_on_field_no" name="is_reject_on_field" class="styled" value="false" <?php echo ( $the_options['is_reject_on'] == false ) ? ' checked="checked" />' : ' />'; ?> Off
170
- <!--<span id="header_on_off_field_warning"></span>-->
171
- </td>
172
- </tr>
173
- <tr valign="top">
174
- <th scope="row"><label for="notify_position_vertical_field"><?php echo __('Cookie Bar will be shown in:','cookie-law-info'); ?></label></th>
175
- <td>
176
- <select name="notify_position_vertical_field" class="vvv_combobox">
177
- <?php
178
- if ($the_options['notify_position_vertical'] == "top") {
179
- echo '<option value="top" selected="selected">';
180
- echo __('Header','cookie-law-info');
181
- echo '</option>';
182
- echo '<option value="bottom">';
183
- echo __('Footer','cookie-law-info');
184
- echo '</option>';
185
- } else {
186
- echo '<option value="top">';
187
- echo __('Header','cookie-law-info');
188
- echo '</option>';
189
- echo '<option value="bottom" selected="selected">';
190
- echo __('Footer','cookie-law-info');
191
- echo '</option>';
192
- }
193
- ?>
194
- </select>
195
- </td>
196
- </tr>
197
-
198
- <!-- header_fix code here -->
199
- <tr valign="top">
200
- <th scope="row"><label for="header_fix_field"><?php echo __('Fix Cookie Bar to Header?','cookie-law-info'); ?></label></th>
201
- <td>
202
- <input type="radio" id="header_fix_field_yes" name="header_fix_field" class="styled" value="true" <?php echo ( $the_options['header_fix'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
203
- <input type="radio" id="iheader_fix_field_no" name="header_fix_field" class="styled" value="false" <?php echo ( $the_options['header_fix'] == false ) ? ' checked="checked" />' : ' />'; ?> No
204
- <span class="cli-plugin-example"><?php echo __('If you select "Header" then you can optionally stick the cookie bar to the header. Will not have any effect if you select "Footer".','cookie-law-info'); ?></span>
205
- </td>
206
- </tr>
207
- <!-- /header_fix -->
208
-
209
- <tr valign="top">
210
- <th scope="row"><label for="notify_animate_show_field"><?php echo __('On load','cookie-law-info'); ?></label></th>
211
- <td>
212
- <select name="notify_animate_show_field" class="vvv_combobox">
213
- <?php
214
- if ($the_options['notify_animate_show'] == true) {
215
- echo '<option value="true" selected="selected">';
216
- echo __('Animate','cookie-law-info');
217
- echo '</option>';
218
- echo '<option value="false">';
219
- echo __('Sticky','cookie-law-info');
220
- echo '</option>';
221
- } else {
222
- echo '<option value="true">';
223
- echo __('Animate','cookie-law-info');
224
- echo '</option>';
225
- echo '<option value="false" selected="selected">';
226
- echo __('Sticky','cookie-law-info');
227
- echo '</option>';
228
- }
229
- ?>
230
- </select>
231
- </td>
232
- </tr>
233
- <tr valign="top">
234
- <th scope="row"><label for="notify_animate_hide_field"><?php echo __('On hide','cookie-law-info'); ?></label></th>
235
- <td>
236
- <select name="notify_animate_hide_field" class="vvv_combobox">
237
- <?php
238
- if ($the_options['notify_animate_hide'] == true) {
239
- echo '<option value="true" selected="selected">Animate</option>';
240
- echo '<option value="false">Disappear</option>';
241
- } else {
242
- echo '<option value="true">Animate</option>';
243
- echo '<option value="false" selected="selected">Disappear</option>';
244
- }
245
- ?>
246
- </select>
247
- </td>
248
- </tr>
249
-
250
- <!-- SHOW ONCE / TIMER -->
251
- <tr valign="top" class="hr-top">
252
- <th scope="row"><label for="show_once_yn_field"><?php echo __('Auto-hide cookie bar after delay? (Accept after delay)','cookie-law-info'); ?></label></th>
253
- <td>
254
- <input type="radio" id="show_once_yn_yes" name="show_once_yn_field" class="styled" value="true" <?php echo ( $the_options['show_once_yn'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
255
- <input type="radio" id="show_once_yn_no" name="show_once_yn_field" class="styled" value="false" <?php echo ( $the_options['show_once_yn'] == false ) ? ' checked="checked" />' : ' />'; ?> No
256
- </td>
257
- </tr>
258
- <tr valign="top">
259
- <th scope="row"><label for="show_once_field"><?php echo __('Milliseconds until hidden','cookie-law-info'); ?></label></th>
260
- <td>
261
- <input type="text" name="show_once_field" value="<?php echo $the_options['show_once'] ?>" />
262
- <span class="cli-plugin-example"><?php echo __('Specify milliseconds (not seconds) e.g.','cookie-law-info'); ?> <em>8000 = 8 seconds</em></span>
263
- </td>
264
- </tr>
265
-
266
- <!-- NEW: CLOSE ON SCROLL -->
267
- <tr valign="top" class="hr-top">
268
- <th scope="row"><label for="scroll_close_field"><?php echo __('Auto-hide cookie bar if user scrolls? (Accept on Scroll)','cookie-law-info'); ?></label></th>
269
- <td>
270
- <input type="radio" id="scroll_close_yes" name="scroll_close_field" class="styled" value="true" <?php echo ( $the_options['scroll_close'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
271
- <input type="radio" id="scroll_close_no" name="scroll_close_field" class="styled" value="false" <?php echo ( $the_options['scroll_close'] == false ) ? ' checked="checked" />' : ' />'; ?> No
272
- </td>
273
- </tr>
274
- <tr valign="top" class="">
275
- <th scope="row"><label for="scroll_close_reload_field"><?php echo __('Reload after "scroll accept" event?','cookie-law-info'); ?></label></th>
276
- <td>
277
- <!-- <input type="text" name="scroll_close_reload_field" value="<?php echo $the_options['scroll_close_reload'] ?>" />
278
- <span class="cli-plugin-example">If the user accepts, do you want to reload the page? This feature is mostly for Italian users who have to deal with a very specific interpretation of the cookie law.</span>
279
- -->
280
-
281
-
282
- <input type="radio" id="scroll_close_reload_yes" name="scroll_close_reload_field" class="styled" value="true" <?php echo ( $the_options['scroll_close_reload'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
283
- <input type="radio" id="scroll_close_reload_no" name="scroll_close_reload_field" class="styled" value="false" <?php echo ( $the_options['scroll_close_reload'] == false ) ? ' checked="checked" />' : ' />'; ?> No
284
- </td>
285
- </tr>
286
- <tr valign="top" class="hr-bottom">
287
- <th scope="row"><label for="accept_close_reload_field"><?php echo __('Reload on Accept button click','cookie-law-info'); ?></label></th>
288
- <td>
289
- <input type="radio" id="accept_close_reload_yes" name="accept_close_reload_field" class="styled" value="true" <?php echo ( $the_options['accept_close_reload'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
290
- <input type="radio" id="accept_close_reload_no" name="accept_close_reload_field" class="styled" value="false" <?php echo ( $the_options['accept_close_reload'] == false ) ? ' checked="checked" />' : ' />'; ?> No
291
- </td>
292
- </tr>
293
-
294
- </table>
295
-
296
- <h4><?php echo __('The Show Again Tab','cookie-law-info'); ?></h4>
297
- <table class="form-table">
298
- <tr valign="top">
299
- <th scope="row"><label for="showagain_tab_field"><?php echo __('Use Show Again Tab?','cookie-law-info'); ?></label></th>
300
- <td>
301
- <input type="radio" id="showagain_tab_field_yes" name="showagain_tab_field" class="styled" value="true" <?php echo ( $the_options['showagain_tab'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
302
- <input type="radio" id="showagain_tab_field_no" name="showagain_tab_field" class="styled" value="false" <?php echo ( $the_options['showagain_tab'] == false ) ? ' checked="checked" />' : ' />'; ?> No
303
- </td>
304
- </tr>
305
- <tr valign="top">
306
- <th scope="row"><label for="notify_position_horizontal_field"><?php echo __('Tab Position','cookie-law-info'); ?></label></th>
307
- <td>
308
- <select name="notify_position_horizontal_field" class="vvv_combobox">
309
- <?php
310
- if ($the_options['notify_position_horizontal'] == "right") {
311
- echo '<option value="right" selected="selected">';
312
- echo __('Right','cookie-law-info');
313
- echo '</option>';
314
- echo '<option value="left">';
315
- echo __('Left','cookie-law-info');
316
- echo '</option>';
317
- } else {
318
- echo '<option value="right">';
319
- echo __('Right','cookie-law-info');
320
- echo '</option>';
321
- echo '<option value="left" selected="selected">';
322
- echo __('Left','cookie-law-info');
323
- echo '</option>';
324
- }
325
- ?>
326
- </select>
327
- </td>
328
- </tr>
329
- <tr valign="top">
330
- <th scope="row"><label for="showagain_x_position_field"><?php echo __('From Left Margin','cookie-law-info'); ?></label></th>
331
- <td>
332
- <input type="text" name="showagain_x_position_field" value="<?php echo $the_options['showagain_x_position'] ?>" />
333
- <span class="cli-plugin-example">Specify px&nbsp;or&nbsp;&#37;, e.g. <em>"100px" or "30%"</em></span>
334
- </td>
335
- </tr>
336
- <tr valign="top">
337
- <th scope="row"><label for="showagain_text"><?php echo __('Show More Text','cookie-law-info'); ?></label></th>
338
- <td>
339
- <input type="text" name="showagain_text_field" value="<?php echo $the_options['showagain_text'] ?>" />
340
-
341
- </td>
342
- </tr>
343
- </table>
344
-
345
- </dd>
346
-
347
-
348
- <dt><a href="#"><?php echo __('Cookie Law Message Bar','cookie-law-info'); ?></a></dt>
349
- <dd>
350
- <table class="form-table">
351
- <tr valign="top">
352
- <th scope="row"><label for="notify_message_field"><?php echo __('Message','cookie-law-info'); ?></label></th>
353
- <td>
354
- <?php
355
- echo '<textarea name="notify_message_field" class="vvv_textbox">';
356
- echo apply_filters('format_to_edit', stripslashes($the_options['notify_message'])) . '</textarea>';
357
- ?>
358
- <span class="cli-plugin-example"><?php echo __('Shortcodes allowed: see settngs section "Using the Shortcodes".','cookie-law-info'); ?> <br /><em><?php echo __('Examples: "We use cookies on this website','cookie-law-info'); ?> [cookie_accept] <?php echo __('to find out how to delete cookies','cookie-law-info'); ?> [cookie_link]."</em></span>
359
- </td>
360
- </tr>
361
- <tr valign="top">
362
- <th scope="row"><label for="background_field"><?php echo __('Cookie Bar Colour','cookie-law-info'); ?></label></th>
363
- <td>
364
- <?php
365
- /** RICHARDASHBY EDIT */
366
- //echo '<input type="text" name="background_field" id="cli-colour-background" value="' .$the_options['background']. '" />';
367
- echo '<input type="text" name="background_field" id="cli-colour-background" value="' . $the_options['background'] . '" class="my-color-field" data-default-color="#fff" />';
368
- ?>
369
- </td>
370
- </tr>
371
- <tr valign="top">
372
- <th scope="row"><label for="text_field"><?php echo __('Text Colour','cookie-law-info'); ?></label></th>
373
- <td>
374
- <?php
375
- /** RICHARDASHBY EDIT */
376
- echo '<input type="text" name="text_field" id="cli-colour-text" value="' . $the_options['text'] . '" class="my-color-field" data-default-color="#000" />';
377
- ?>
378
- </td>
379
- </tr>
380
- <tr valign="top">
381
- <th scope="row"><label for="border_on_field"><?php echo __('Show Border?','cookie-law-info'); ?></label></th>
382
- <td>
383
- <!-- Border on/off -->
384
- <input type="radio" id="border_on_field_yes" name="border_on_field" class="styled" value="true" <?php echo ( $the_options['border_on'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
385
- <input type="radio" id="border_on_field_no" name="border_on_field" class="styled" value="false" <?php echo ( $the_options['border_on'] == false ) ? ' checked="checked" />' : ' />'; ?> No
386
- </td>
387
- </tr>
388
- <tr valign="top">
389
- <th scope="row"><label for="border_field"><?php echo __('Border Colour','cookie-law-info'); ?></label></th>
390
- <td>
391
- <?php
392
- echo '<input type="text" name="border_field" id="cli-colour-border" value="' . $the_options['border'] . '" class="my-color-field" />';
393
- ?>
394
- </td>
395
- </tr>
396
- <tr valign="top">
397
- <th scope="row"><label for="font_family_field"><?php echo __('Font','cookie-law-info'); ?></label></th>
398
- <td>
399
- <select name="font_family_field" class="vvv_combobox">
400
- <?php cookielawinfo_print_combobox_options(cookielawinfo_get_fonts(), $the_options['font_family']) ?>
401
- </select>
402
- </td>
403
- </tr>
404
- </table>
405
- </dd>
406
-
407
-
408
- <dt><a href="#"><?php echo __('Customise Buttons','cookie-law-info'); ?></a></dt>
409
- <dd>
410
-
411
- <h3 style="margin-bottom:30px;"> <?php echo __('Accept Button','cookie-law-info'); ?> </h3>
412
-
413
- <h4><?php echo __('Main Button','cookie-law-info'); ?> <code>[cookie_button]</code></h4>
414
- <p><?php echo __('This button/link can be customised to either simply close the cookie bar, or follow a link. You can also customise the colours and styles, and show it as a link or a button.','cookie-law-info'); ?></p>
415
- <table class="form-table">
416
- <tr valign="top">
417
- <th scope="row"><label for="button_1_text_field"><?php echo __('Link Text','cookie-law-info'); ?></label></th>
418
- <td>
419
- <input type="text" name="button_1_text_field" value="<?php echo stripslashes($the_options['button_1_text']) ?>" />
420
- </td>
421
- </tr>
422
- <tr valign="top">
423
- <th scope="row"><label for="button_1_action_field"><?php echo __('Action','cookie-law-info'); ?></label></th>
424
- <td>
425
- <select name="button_1_action_field" id="cli-plugin-button-1-action" class="vvv_combobox">
426
- <?php cookielawinfo_print_combobox_options(cookielawinfo_get_js_actions(), $the_options['button_1_action']) ?>
427
- </select>
428
- </td>
429
- </tr>
430
- <tr valign="top" class="cli-plugin-row">
431
- <th scope="row"><label for="button_1_url_field"><?php echo __('Link URL','cookie-law-info'); ?></label></th>
432
- <td>
433
- <input type="text" name="button_1_url_field" id="button_1_url_field" value="<?php echo $the_options['button_1_url'] ?>" />
434
- <span class="cli-plugin-example"><em><?php echo __('Button will only link to URL if','cookie-law-info'); ?> Action = Open URL</em></span>
435
- </td>
436
- </tr>
437
-
438
- <tr valign="top" class="cli-plugin-row">
439
- <th scope="row"><label for="button_1_new_win_field"><?php echo __('Open link in new window?','cookie-law-info'); ?></label></th>
440
- <td>
441
- <input type="radio" id="button_1_new_win_field_yes" name="button_1_new_win_field" class="styled" value="true" <?php echo ( $the_options['button_1_new_win'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
442
- <input type="radio" id="button_1_new_win_field_no" name="button_1_new_win_field" class="styled" value="false" <?php echo ( $the_options['button_1_new_win'] == false ) ? ' checked="checked" />' : ' />'; ?> No
443
- </td>
444
- </tr>
445
- <tr valign="top">
446
- <th scope="row"><label for="button_1_link_colour_field"><?php echo __('Link colour','cookie-law-info'); ?></label></th>
447
- <td>
448
- <?php
449
- echo '<input type="text" name="button_1_link_colour_field" id="cli-colour-link-button-1" value="' . $the_options['button_1_link_colour'] . '" class="my-color-field" />';
450
- ?>
451
- </td>
452
- </tr>
453
- <tr valign="top">
454
- <th scope="row"><label for="button_1_as_button_field"><?php echo __('Show as button?','cookie-law-info'); ?></label></th>
455
- <td>
456
- <input type="radio" id="button_1_as_button_field_yes" name="button_1_as_button_field" class="styled" value="true" <?php echo ( $the_options['button_1_as_button'] == true ) ? ' checked="checked" />' : ' />'; ?> Button
457
- <input type="radio" id="button_1_as_button_field_no" name="button_1_as_button_field" class="styled" value="false" <?php echo ( $the_options['button_1_as_button'] == false ) ? ' checked="checked" />' : ' />'; ?> Link
458
- </td>
459
- </tr>
460
- <tr valign="top">
461
- <th scope="row"><label for="button_1_button_colour_field"><?php echo __('Button colour','cookie-law-info'); ?></label></th>
462
- <td>
463
- <?php
464
- echo '<input type="text" name="button_1_button_colour_field" id="cli-colour-btn-button-1" value="' . $the_options['button_1_button_colour'] . '" class="my-color-field" />';
465
- ?>
466
- </td>
467
- </tr>
468
- <tr valign="top">
469
- <th scope="row"><label for="button_1_button_size_field"><?php echo __('Button Size','cookie-law-info'); ?></label></th>
470
- <td>
471
- <select name="button_1_button_size_field" class="vvv_combobox">
472
- <?php cookielawinfo_print_combobox_options(cookielawinfo_get_button_sizes(), $the_options['button_1_button_size']); ?>
473
- </select>
474
- </td>
475
- </tr>
476
- </table><!-- end custom button -->
477
-
478
- <hr>
479
-
480
- <h3 style="margin-top:50px;"> <?php echo __('Reject Button','cookie-law-info'); ?> </h3>
481
-
482
- <table class="form-table" >
483
- <tr valign="top">
484
- <th scope="row"><label for="button_3_text_field"><?php echo __('Link Text','cookie-law-info'); ?></label></th>
485
- <td>
486
- <input type="text" name="button_3_text_field" value="<?php echo stripslashes($the_options['button_3_text']) ?>" />
487
- </td>
488
- </tr>
489
- <tr valign="top">
490
- <th scope="row"><label for="button_3_action_field"><?php echo __('Action','cookie-law-info');?></label></th>
491
- <td>
492
- <select name="button_3_action_field" id="cli-plugin-button-3-action" class="vvv_combobox">
493
- <?php
494
- $action_list['Close Header'] = '#cookie_action_close_header_reject';
495
- $action_list['Open URL'] = 'cookie_action_open_url_reject';
496
- cookielawinfo_print_combobox_options($action_list, $the_options['button_3_action'])
497
- ?>
498
- </select>
499
- </td>
500
- </tr>
501
- <tr valign="top" class="cli-plugin-row">
502
- <th scope="row"><label for="button_3_url_field"><?php echo __('Link URL','cookie-law-info'); ?></label></th>
503
- <td>
504
- <input type="text" name="button_3_url_field" id="button_3_url_field" value="<?php echo $the_options['button_3_url'] ?>" />
505
- <span class="cli-plugin-example"><em><?php echo __('Button will only link to URL if ','cookie-law-info');?> Action = Open URL</em></span>
506
- </td>
507
- </tr>
508
-
509
- <tr valign="top" class="cli-plugin-row">
510
- <th scope="row"><label for="button_3_new_win_field"><?php echo __('Open link in new window?','cookie-law-info'); ?></label></th>
511
- <td>
512
- <input type="radio" id="button_3_new_win_field_yes" name="button_3_new_win_field" class="styled" value="true" <?php echo ( $the_options['button_3_new_win'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
513
- <input type="radio" id="button_3_new_win_field_no" name="button_3_new_win_field" class="styled" value="false" <?php echo ( $the_options['button_3_new_win'] == false ) ? ' checked="checked" />' : ' />'; ?> No
514
- </td>
515
- </tr>
516
- <tr valign="top">
517
- <th scope="row"><label for="button_3_link_colour_field"><?php echo __('Link colour','cookie-law-info'); ?></label></th>
518
- <td>
519
- <?php
520
- echo '<input type="text" name="button_3_link_colour_field" id="cli-colour-link-button-3" value="' . $the_options['button_3_link_colour'] . '" class="my-color-field" />';
521
- ?>
522
- </td>
523
- </tr>
524
- <tr valign="top">
525
- <th scope="row"><label for="button_3_as_button_field"><?php echo __('Show as button?','cookie-law-info'); ?></label></th>
526
- <td>
527
- <input type="radio" id="button_3_as_button_field_yes" name="button_3_as_button_field" class="styled" value="true" <?php echo ( $the_options['button_3_as_button'] == true ) ? ' checked="checked" />' : ' />'; ?> Button
528
- <input type="radio" id="button_3_as_button_field_no" name="button_3_as_button_field" class="styled" value="false" <?php echo ( $the_options['button_3_as_button'] == false ) ? ' checked="checked" />' : ' />'; ?> Link
529
- </td>
530
- </tr>
531
- <tr valign="top">
532
- <th scope="row"><label for="button_3_button_colour_field"><?php echo __('Button colour','cookie-law-info'); ?></label></th>
533
- <td>
534
- <?php
535
- echo '<input type="text" name="button_3_button_colour_field" id="cli-colour-btn-button-3" value="' . $the_options['button_3_button_colour'] . '" class="my-color-field" />';
536
- ?>
537
- </td>
538
- </tr>
539
- <tr valign="top">
540
- <th scope="row"><label for="button_3_button_size_field"><?php echo __('Button Size','cookie-law-info'); ?></label></th>
541
- <td>
542
- <select name="button_3_button_size_field" class="vvv_combobox">
543
- <?php cookielawinfo_print_combobox_options(cookielawinfo_get_button_sizes(), $the_options['button_3_button_size']); ?>
544
- </select>
545
- </td>
546
- </tr>
547
- </table><!-- end custom button -->
548
-
549
- <hr>
550
- <h4><?php echo __('Read More Link','cookie-law-info'); ?> <code>[cookie_link]</code></h4>
551
- <p><?php echo __('This button/link can be used to provide a link out to your Privacy & Cookie Policy. You can customise it any way you like.','cookie-law-info'); ?></p>
552
- <table class="form-table">
553
- <tr valign="top">
554
- <th scope="row"><label for="button_2_text_field"><?php echo __('Link Text','cookie-law-info'); ?></label></th>
555
- <td>
556
- <input type="text" name="button_2_text_field" value="<?php echo stripslashes($the_options['button_2_text']) ?>" />
557
- </td>
558
- </tr>
559
- <tr valign="top">
560
- <th scope="row"><label for="button_2_url_field"><?php echo __('Link URL','cookie-law-info'); ?></label></th>
561
- <td>
562
- <input type="text" name="button_2_url_field" id="button_2_url_field" value="<?php echo $the_options['button_2_url'] ?>" />
563
- </td>
564
- </tr>
565
- <tr valign="top">
566
- <th scope="row"><label for="button_2_link_colour_field"><?php echo __('Link colour','cookie-law-info'); ?></label></th>
567
- <td>
568
- <?php
569
- echo '<input type="text" name="button_2_link_colour_field" id="cli-colour-link-button-1" value="' . $the_options['button_2_link_colour'] . '" class="my-color-field" />';
570
- ?>
571
- </td>
572
- </tr>
573
-
574
-
575
- <tr valign="top">
576
- <th scope="row"><label for="button_2_new_win_field"><?php echo __('Open link in new window?','cookie-law-info'); ?></label></th>
577
- <td>
578
- <input type="radio" id="button_2_new_win_field_yes" name="button_2_new_win_field" class="styled" value="true" <?php echo ( $the_options['button_2_new_win'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
579
- <input type="radio" id="button_2_new_win_field_no" name="button_2_new_win_field" class="styled" value="false" <?php echo ( $the_options['button_2_new_win'] == false ) ? ' checked="checked" />' : ' />'; ?> No
580
- </td>
581
- </tr>
582
- <tr valign="top">
583
- <th scope="row"><label for="button_2_as_button_field"><?php echo __('Show as button?','cookie-law-info'); ?></label></th>
584
- <td>
585
- <input type="radio" id="button_2_as_button_field_yes" name="button_2_as_button_field" class="styled" value="true" <?php echo ( $the_options['button_2_as_button'] == true ) ? ' checked="checked" />' : ' />'; ?> Button
586
- <input type="radio" id="button_2_as_button_field_no" name="button_2_as_button_field" class="styled" value="false" <?php echo ( $the_options['button_2_as_button'] == false ) ? ' checked="checked" />' : ' />'; ?> Link
587
- </td>
588
- </tr>
589
- <tr valign="top">
590
- <th scope="row"><label for="button_2_button_colour_field"><?php echo __('Button colour','cookie-law-info'); ?></label></th>
591
- <td>
592
- <?php
593
- echo '<input type="text" name="button_2_button_colour_field" id="cli-colour-btn-button-1" value="' . $the_options['button_2_button_colour'] . '" class="my-color-field" />';
594
- ?>
595
- </td>
596
- </tr>
597
- <tr valign="top">
598
- <th scope="row"><label for="button_2_button_size_field"><?php echo __('Button Size','cookie-law-info'); ?></label></th>
599
- <td>
600
- <select name="button_2_button_size_field" class="vvv_combobox">
601
- <?php cookielawinfo_print_combobox_options(cookielawinfo_get_button_sizes(), $the_options['button_2_button_size']); ?>
602
- </select>
603
- </td>
604
- </tr>
605
- </table><!-- end custom button -->
606
-
607
- </dd>
608
-
609
- <dt><a href="#"><?php echo __('Using the Shortcodes','cookie-law-info'); ?></a></dt>
610
- <dd class="cli-help">
611
- <h4><?php echo __('Cookie bar shortcodes','cookie-law-info'); ?></h4>
612
- <p><?php echo __('You can enter the shortcodes in the','cookie-law-info'); ?> "message" <?php echo __('field of the Cookie Law Info bar. They add nicely formatted buttons and/or links into the cookie bar, without you having to add any HTML','cookie-law-info'); ?>.</p>
613
- <p>The shortcodes are:</p>
614
-
615
- <pre>[cookie_accept]</pre><span><?php echo __('If you just want a standard green','cookie-law-info'); ?> "Accept" <?php echo __("button that closes the header and nothing more, use this shortcode. It is already styled, you don't need to customise it.","cookie-law-info"); ?></span>
616
- <pre>[cookie_reject]</pre><span><?php echo __('Adds the Reject button you can customize above.','cookie-law-info'); ?></span>
617
-
618
- <pre>[cookie_accept colour="red"]</pre><span><?php echo __('Alternatively you can add a colour value. Choose from: red, blue, orange, yellow, green or pink.','cookie-law-info'); ?><br /><em><?php echo __('Careful to use the British spelling of ','cookie-law-info'); ?>"colour" <?php echo __('for the attribute.','cookie-law-info'); ?></em></span>
619
-
620
- <pre>[cookie_button]</pre><span><?php echo __('This is the','cookie-law-info'); ?> "main button" <?php echo __('you customise above.','cookie-law-info'); ?></span>
621
-
622
- <pre>[cookie_link]</pre><span><?php echo __('This is the','cookie-law-info'); ?> "read more" <?php echo __('link you customise above.','cookie-law-info'); ?></span>
623
-
624
- <h4><?php echo __('Other shortcodes','cookie-law-info'); ?></h4>
625
- <p><?php echo __('These shortcodes can be used in pages and posts on your website. It is not recommended to use these inside the cookie bar itself.','cookie-law-info'); ?></p>
626
-
627
- <pre>[cookie_audit]</pre><span><?php echo __('This prints out a nice table of cookies, in line with the guidance given by the ICO.','cookie-law-info'); ?> <em><?php echo __('You need to enter the cookies your website uses via the Cookie Law Info menu in your WordPress dashboard.','cookie-law-info'); ?></em></span>
628
- <pre>[cookie_audit style="winter"]</pre>
629
- <pre>[cookie_audit not_shown_message”No records found”]</pre>
630
- <pre>[cookie_audit style="winter" not_shown_message="No records found"]</pre>
631
- <p>Available styles: simple, classic, modern, rounded, elegant, and winter. By default, the style of the table is classic.</p>
632
- <pre>[delete_cookies]</pre><span><?php echo __('This shortcode will display a normal HTML link which when clicked, will delete the cookie set by Cookie Law Info (this cookie is used to remember that the cookie bar is closed).','cookie-law-info'); ?></span>
633
- <pre>[delete_cookies text="Click here to delete"]</pre><span><?php echo __('Add any text you like- useful if you want e.g. another language to English.','cookie-law-info'); ?></span>
634
-
635
-
636
-
637
- </dd>
638
-
639
-
640
- <dt><a href="#"><?php echo __('Advanced','cookie-law-info'); ?></a></dt>
641
- <dd>
642
- <p><?php echo __('Sometimes themes apply settings that clash with plugins. If that happens, try adjusting these settings.','cookie-law-info'); ?></p>
643
-
644
- <table class="form-table">
645
- <!--
646
- <tr valign="top">
647
- <th scope="row"><label for="use_colour_picker_field">Use colour picker on this page?</label></th>
648
- <td>
649
- <input type="radio" id="use_colour_picker_field_yes" name="use_colour_picker_field" class="styled" value="true" <?php echo ( $the_options['use_colour_picker'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
650
- <input type="radio" id="use_colour_picker_field_no" name="use_colour_picker_field" class="styled" value="false" <?php echo ( $the_options['use_colour_picker'] == false ) ? ' checked="checked" />' : ' />'; ?> No
651
- <span class="cli-plugin-example"><em>You will need to refresh your browser once the page re-loads in order to show the colour pickers.</em></span>
652
- </td>
653
- </tr>
654
- -->
655
- <tr valign="top">
656
- <th scope="row"><?php echo __('Reset all values','cookie-law-info'); ?></th>
657
- <td>
658
- <input type="submit" name="delete_all_settings" value="Delete settings and reset" class="button-secondary" onclick="return confirm('Are you sure you want to delete all your settings?');" />
659
- <span class="cli-plugin-example"><em><?php echo __('Warning: this will actually delete your current settings.','cookie-law-info'); ?></em></span>
660
- </td>
661
- </tr>
662
- <!--
663
- <tr valign="top">
664
- <th scope="row">Revert to previous version's settings</th>
665
- <td>
666
- <input type="submit" name="revert_to_previous_settings" value="Revert to old settings" class="button-secondary" onclick="return confirm('You will lose your current settings. Are you sure?');" />
667
- <span class="cli-plugin-example"><em>Warning: this will actually delete your current settings.</em></span>
668
- </td>
669
- </tr>
670
- -->
671
- </table>
672
-
673
- </dd>
674
-
675
- </dl><!-- end of cookielawinfo-accordion -->
676
-
677
-
678
- <!-- Second save button -->
679
- <div class="cli-plugin-toolbar bottom">
680
- <div class="left">
681
-
682
- </div>
683
- <div class="right">
684
- <input type="submit" name="update_admin_settings_form" value="Update Settings" class="button-primary" />
685
- </div>
686
- </div>
687
-
688
-
689
- </form><!-- end of main settings form -->
690
-
691
-
692
- </div><!-- end of pad-5 -->
693
- </div><!-- end of cli-plugin-left-col (62%) -->
694
-
695
- <!-- Dashboard Sidebar -->
696
- <div class="cli-plugin-right-col width-38">
697
- <div class="pad-10">
698
-
699
-
700
- <div id="cli-plugin-migrate">
701
- <h3><?php echo __('Where did my settings go?','cookie-law-info'); ?></h3>
702
- <p><?php echo __('Cookie Law Info version 0.9 has been updated and has new settings.','cookie-law-info'); ?> <strong><?php echo __('Your previous settings are safe.','cookie-law-info'); ?></strong></p>
703
- <p><?php echo __('You can either copy over your old settings to this version, or use the new default values.','cookie-law-info'); ?> </p>
704
- <form method="post" action="<?php esc_url($_SERVER["REQUEST_URI"]) ?>">
705
- <p><label for="cli-migration"><?php echo __('Would you like to:','cookie-law-info'); ?></label></p>
706
- <ul>
707
- <li><input type="radio" id="cli-migration_field_yes" name="cli-migration_field" class="styled" value="2" /> <?php echo __('Use previous settings','cookie-law-info'); ?></li>
708
- <li><input type="radio" id="cli-migration_field_yes" name="cli-migration_field" class="styled" value="3" checked="checked" /> <?php echo __('Start afresh with the new version','cookie-law-info'); ?></li>
709
- </ul>
710
- <input type="submit" name="cli-migration-button" value="Update" class="button-secondary" onclick="return confirm('Are you sure you want to migrate settings?');" />
711
- </form>
712
- <p><?php echo __('If you want to go back to the previous version you can always download it again from','cookie-law-info'); ?> <a href="http://www.cookielawinfo.com">CookieLawInfo.com.</a></p>
713
- </div>
714
-
715
- <h3><?php echo __('GDPR Cookie Consent Pro','cookie-law-info'); ?></h3>
716
- <p>
717
- <ul>
718
- <li><?php echo __('* Manage list of cookies ( Name, CookieID, Description, Duration, Type, Category, Header Script, Footer Script)','cookie-law-info'); ?></li>
719
- <li><?php echo __('* Manage Cookie Categories','cookie-law-info'); ?></li>
720
- <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>
721
- <li><?php echo __("* Fully customisable to look just like your own website's style: customise the colours, styles and fonts","cookie-law-info"); ?></li>
722
- <li><?php echo __('* Put the cookie bar in either the header or the footer','cookie-law-info'); ?></li>
723
- <li><?php echo __('* (Optional) accept cookie policy if the user scrolls','cookie-law-info'); ?></li>
724
- <li><?php echo __('* (Optional) automatically close the cookie bar after a delay (delay is configurable)','cookie-law-info'); ?></li>
725
- <li><?php echo __('* (Optional) cookie bar can be permanently dismissed or accessible through a "show again" tab','cookie-law-info');?></li>
726
- <li><?php echo __('* "Cookie Audit" shortcode to construct a nicely-styled "Privacy & Cookie Policy"','cookie-law-info'); ?></li>
727
- <li><?php echo __('* qTranslate support','cookie-law-info'); ?></li>
728
- </ul><br/>
729
- <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>
730
- <style>
731
- .cli-button-go-pro {
732
- box-shadow: none;
733
- border: 0;
734
- text-shadow: none;
735
- padding: 10px 15px;
736
- height: auto;
737
- font-size: 18px;
738
- border-radius: 4px;
739
- font-weight: 600;
740
- background: #00cb95;
741
- margin-top: 20px;
742
- }
743
-
744
- .cli-button {
745
- margin-bottom: 20px;
746
- color: #fff;
747
- }
748
- .cli-button:hover, .cli-button:visited {
749
- color: #fff;
750
- }
751
- </style>
752
-
753
- </p>
754
- <br />
755
-
756
- <h3><?php echo __('Like this plugin?','cookie-law-info'); ?></h3>
757
- <p><?php echo __('If you find this plugin useful please show your support and rate it','cookie-law-info'); ?> <a href="http://wordpress.org/support/view/plugin-reviews/cookie-law-info?filter=5" target="_blank">★★★★★</a><?php echo __(' on','cookie-law-info'); ?> <a href="http://wordpress.org/support/view/plugin-reviews/cookie-law-info?filter=5" target="_blank">WordPress.org</a> -<?php echo __(' much appreciated!','cookie-law-info'); ?> :)</p>
758
- <br />
759
-
760
- <h3><?php echo __('Help','cookie-law-info'); ?></h3>
761
- <ul>
762
- <li><a href="http://cookielawinfo.com/support/"><?php echo __('Help and Support','cookie-law-info'); ?></a></li>
763
- <li><a href="http://wordpress.org/support/plugin/cookie-law-info/"><?php echo __('Report a Bug','cookie-law-info'); ?></a></li>
764
- <li><a href="http://cookielawinfo.com/contact/"><?php echo __('Suggest a Feature','cookie-law-info'); ?></a></li>
765
- <li><a href="http://cookielawinfo.com"><?php echo __('About the law','cookie-law-info'); ?></a></li>
766
- </ul>
767
- <br />
768
-
769
- <!-- <div>
770
- <form action="http://cookielawinfo.us5.list-manage.com/subscribe/post?u=b32779d828ef2e37e68e1580d&amp;id=71af66b86e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
771
- <h3><label for="mce-EMAIL">Subscribe to our mailing list</label></h3>
772
- <p>Occasional updates on plugin updates, compliance requirements, who's doing what and industry best practice.</p>
773
- <input type="email" value="" name="EMAIL" class="vvv_textfield" id="mce-EMAIL" placeholder="email address" required>
774
- <div class="">
775
- <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button-secondary">
776
- </div>
777
- <p>We will not send you spam or pass your details to 3rd Parties.</p>
778
- </form>
779
- </div>-->
780
- <!--End mc_embed_signup-->
781
-
782
- </div>
783
- </div><!-- end of cli-plugin-right-col (38%) -->
784
-
785
- </div><!-- end of cli-plugin-container -->
786
-
787
-
788
- <script type="text/javascript">
789
- (function ($) {
790
-
791
- var allPanels = $('.accordion > dd').hide();
792
- $('#accordion_default').show();
793
-
794
- $('.accordion > dt > a').click(function () {
795
- allPanels.slideUp();
796
- $(this).parent().next().slideDown();
797
- return false;
798
- });
799
-
800
- })(jQuery);
801
- </script>
802
-
803
-
804
- <?php
805
- if (!cookielawinfo_has_migrated()) {
806
- ?>
807
- <script type="text/javascript">
808
- jQuery(document).ready(function () {
809
- jQuery('#cli-plugin-migrate').slideDown();
810
- });
811
- </script>
812
- <?php
813
- }
814
-
815
- //DEBUG:
816
- echo cookielawinfo_debug_admin_settings(true);
817
- echo cookielawinfo_debug_echo(cookielawinfo_get_json_settings());
818
-
819
- echo '</div><!-- end wrap -->';
820
- }
821
-
822
- function cookielawinfo_print_thirdparty_page() {
823
- ?>
824
-
825
- <h2><?php echo __('Non-necessary Cookie Settings','cookie-law-info'); ?></h2>
826
- <?php
827
- $options = array('thirdparty_on_field',
828
- 'thirdparty_head_section',
829
- 'thirdparty_body_section',
830
- // 'thirdparty_footer_section',
831
- );
832
- // Get options:
833
- $stored_options = get_option('cookielawinfo_thirdparty_settings', array(
834
- 'thirdparty_on_field' => false,
835
- 'thirdparty_head_section' => '',
836
- 'thirdparty_body_section' => '',
837
- // 'thirdparty_footer_section' => '',
838
- ));
839
-
840
- // Check if form has been set:
841
- if (isset($_POST['update_thirdparty_settings_form'])) {
842
-
843
- // Check nonce:
844
- check_admin_referer('cookielawinfo-update-thirdparty');
845
-
846
- foreach ($options as $key) {
847
-
848
- if (isset($_POST[$key])) {
849
-
850
- // Store sanitised values only:
851
-
852
- $stored_options[$key] = wp_unslash($_POST[$key]);
853
- }
854
- }
855
-
856
- update_option('cookielawinfo_thirdparty_settings', $stored_options);
857
- echo '<div class="updated"><p><strong>';
858
- echo __('Settings Updated.','cookie-law-info');
859
- echo '</strong></p></div>';
860
- }
861
-
862
- $stored_options = get_option('cookielawinfo_thirdparty_settings', array(
863
- 'thirdparty_on_field' => false,
864
- 'thirdparty_head_section' => '',
865
- 'thirdparty_body_section' => '',
866
- // 'thirdparty_footer_section' => '',
867
- ));
868
- ?>
869
-
870
- <style>
871
- .vvv_textbox{
872
- height: 150px;
873
- width: 80%;
874
- }
875
- </style>
876
- <form method="post" action="<?php echo esc_url($_SERVER["REQUEST_URI"]); ?>">
877
- <?php wp_nonce_field('cookielawinfo-update-thirdparty'); ?>
878
- <table class="form-table" >
879
-
880
- <tr valign="top">
881
- <th scope="row" style="width:25%;"><label for="thirdparty_on_field"><?php echo __('Enable Non-necessary Cookie','cookie-law-info'); ?></label></th>
882
- <td>
883
- <!-- Border on/off -->
884
- <input type="radio" id="thirdparty_on_field_yes" name="thirdparty_on_field" class="styled" value="true" <?php echo ( filter_var($stored_options['thirdparty_on_field'], FILTER_VALIDATE_BOOLEAN) == true ) ? ' checked="checked" />' : ' />'; ?> Yes
885
- <input type="radio" id="thirdparty_on_field_no" name="thirdparty_on_field" class="styled" value="false" <?php echo ( filter_var($stored_options['thirdparty_on_field'], FILTER_VALIDATE_BOOLEAN) == false ) ? ' checked="checked" />' : ' />'; ?> No
886
- </td>
887
- </tr>
888
- <tr valign="top">
889
- <th scope="row" style="width:25%;"><label for="thirdparty_head_section"><?php echo __('This script will be added to the page HEAD section if the above settings is enabled and user has give consent.','cookie-law-info');?></label></th>
890
- <td>
891
- <?php
892
- echo '<textarea name="thirdparty_head_section" class="vvv_textbox">';
893
- echo apply_filters('format_to_edit', stripslashes($stored_options['thirdparty_head_section'])) . '</textarea>';
894
- ?>
895
- <div class="clearfix"></div>
896
- <span class="cli-plugin-example"><em><?php echo __('Print scripts in the head tag on the front end if above cookie settings is enabled and user has given consent.','cookie-law-info'); ?> eg:- &lt;script&gt;console.log("header script");&lt;/script&gt </em></span>
897
- </td>
898
- </tr>
899
- <tr valign="top">
900
- <th scope="row" style="width:25%;"><label for="thirdparty_body_section"><?php echo __('This script will be added right after the BODY section if the above settings is enabled and user has given consent.','cookie-law-info'); ?></label></th>
901
- <td>
902
- <?php
903
- echo '<textarea name="thirdparty_body_section" class="vvv_textbox">';
904
- echo apply_filters('format_to_edit', stripslashes($stored_options['thirdparty_body_section'])) . '</textarea>';
905
- ?>
906
- <div class="clearfix"></div>
907
- <span class="cli-plugin-example"><em><?php echo __('Print scripts before the closing body tag on the front end if above cookie settings is enabled and user has given consent.','cookie-law-info'); ?> eg:- &lt;script&gt;console.log("body script");&lt;/script&gt; </em></span>
908
- </td>
909
- </tr>
910
- <!-- <tr valign="top">
911
- <th scope="row"><label for="thirdparty_footer_section">Thi script will be added to the page FOOTER section if user enables this cookie.</label></th>
912
- <td>
913
- <?php
914
- //echo '<textarea name="thirdparty_footer_section" class="vvv_textbox">';
915
- //echo apply_filters('format_to_edit', stripslashes($stored_options['thirdparty_footer_section'])) . '</textarea>';
916
- ?>
917
- <div class="clearfix"></div>
918
- <span class="cli-plugin-example"><?php echo __('Shortcodes allowed: see settings section "Using the Shortcodes".','cookie-law-info'); ?> <br /><em>Examples: "We use cookies on this website [cookie_accept] to find out how to delete cookies [cookie_link]."','cookie-law-info')</em></span>
919
- </td>
920
- </tr>-->
921
-
922
- </table>
923
- <input type="submit" name="update_thirdparty_settings_form" value="Save Settings" class="button-primary" />
924
- </form>
925
-
926
-
927
- <?php
928
- }
929
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/cli-admin.js DELETED
@@ -1,3 +0,0 @@
1
- jQuery(document).ready(function($){
2
- $('.my-color-field').wpColorPicker();
3
- });
 
 
 
admin/cli-admin.php DELETED
@@ -1,477 +0,0 @@
1
- <?php
2
- /*
3
- ===============================================================================
4
-
5
- Copyright 2018 Markwt
6
-
7
- This program is free software; you can redistribute it and/or modify
8
- it under the terms of the GNU General Public License, version 2, as
9
- published by the Free Software Foundation.
10
-
11
- This program is distributed in the hope that it will be useful,
12
- but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- GNU General Public License for more details.
15
-
16
- You should have received a copy of the GNU General Public License
17
- along with this program; if not, write to the Free Software
18
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
-
20
- */
21
-
22
-
23
-
24
- /**
25
- Returns default settings
26
- If you override the settings here, be ultra careful to use escape characters!
27
- */
28
- function cookielawinfo_get_default_settings() {
29
- $settings_v0_9 = array(
30
- 'animate_speed_hide' => '500',
31
- 'animate_speed_show' => '500',
32
- 'background' => '#fff',
33
- 'background_url' => '',
34
- 'border' => '#444',
35
- 'border_on' => true,
36
- 'button_1_text' => 'Accept',
37
- 'button_1_url' => '#',
38
- 'button_1_action' => '#cookie_action_close_header',
39
- 'button_1_link_colour' => '#fff',
40
- 'button_1_new_win' => false,
41
- 'button_1_as_button' => true,
42
- 'button_1_button_colour' => '#000',
43
- 'button_1_button_size' => 'medium',
44
- 'button_2_text' => 'Read More',
45
- 'button_2_url' => get_site_url(),
46
- 'button_2_action' => 'CONSTANT_OPEN_URL',
47
- 'button_2_link_colour' => '#444',
48
- 'button_2_new_win' => true,
49
- 'button_2_as_button' => false,
50
- 'button_2_button_colour' => '#333',
51
- 'button_2_button_size' => 'medium',
52
- 'button_3_text' => 'Reject',
53
- 'button_3_url' => '#',
54
- 'button_3_action' => '#cookie_action_close_header_reject',
55
- 'button_3_link_colour' => '#fff',
56
- 'button_3_new_win' => false,
57
- 'button_3_as_button' => true,
58
- 'button_3_button_colour' => '#000',
59
- 'button_3_button_size' => 'medium',
60
- 'font_family' => 'inherit', // Pick the family, not the easy name (see helper function below)
61
- 'header_fix' => false,
62
- 'is_on' => true,
63
- 'is_reject_on' => false,
64
- 'notify_animate_hide' => true,
65
- 'notify_animate_show' => false,
66
- 'notify_div_id' => '#cookie-law-info-bar',
67
- 'notify_position_horizontal' => 'right', // left | right
68
- 'notify_position_vertical' => 'bottom', // 'top' = header | 'bottom' = footer
69
- 'notify_message' => addslashes ( 'This website uses cookies to improve your experience. We\'ll assume you\'re ok with this, but you can opt-out if you wish.[cookie_button] [cookie_link]' ),
70
- 'scroll_close' => false,
71
- 'scroll_close_reload' => false,
72
- 'accept_close_reload' => false,
73
- 'showagain_background' => '#fff',
74
- 'showagain_border' => '#000',
75
- 'showagain_text' => addslashes ( 'Privacy & Cookies Policy' ),
76
- 'showagain_div_id' => '#cookie-law-info-again',
77
- 'showagain_tab' => true,
78
- 'showagain_x_position' => '100px',
79
- 'text' => '#000',
80
- 'use_colour_picker' => true,
81
- 'show_once_yn' => false, // this is a new feature so default = switched off
82
- 'show_once' => '10000' // 8 seconds
83
- );
84
- return $settings_v0_9;
85
- }
86
-
87
-
88
- /**
89
- Delete the values in all fields
90
- WARNING - this has a predictable result i.e. will delete saved settings! Once deleted,
91
- the get_admin_options() function will not find saved settings so will return default values
92
- */
93
- function cookielawinfo_delete_settings() {
94
- if ( defined ( 'CLI_ADMIN_OPTIONS_NAME' ) ) {
95
- delete_option( CLI_ADMIN_OPTIONS_NAME );
96
- }
97
- if ( defined ( 'CLI_SETTINGS_FIELD' ) ) {
98
- delete_option( CLI_SETTINGS_FIELD );
99
- }
100
- }
101
-
102
-
103
- /**
104
- Retrieves admin setting: use colour picker in admin panel?
105
- Default is true
106
- Useful if issues with WP Theme and need to disable
107
- */
108
- function cookielawinfo_colourpicker_enabled() {
109
- $settings = cookielawinfo_get_admin_settings();
110
- return $settings['use_colour_picker'];
111
- }
112
-
113
-
114
-
115
- /** Retrieves (and sanitises) settings */
116
- function cookielawinfo_get_admin_settings() {
117
- $settings = cookielawinfo_get_default_settings();
118
- $stored_options = get_option( CLI_SETTINGS_FIELD );
119
- if ( !empty( $stored_options ) ) {
120
- foreach ( $stored_options as $key => $option ) {
121
- $settings[$key] = cookielawinfo_sanitise( $key, $option );
122
- }
123
- }
124
- update_option( CLI_SETTINGS_FIELD, $settings );
125
- return $settings;
126
-
127
- }
128
-
129
-
130
- /** Updates latest version number of plugin */
131
- function cookielawinfo_update_to_latest_version_number() {
132
- update_option( CLI_MIGRATED_VERSION, CLI_LATEST_VERSION_NUMBER );
133
- }
134
-
135
-
136
- /** Returns true if user is on latest version of plugin */
137
- function cookielawinfo_has_migrated() {
138
- // Test for previous version. If doesn't exist then safe to say are fresh install:
139
- $old_settings = get_option( CLI_ADMIN_OPTIONS_NAME );
140
- if ( empty( $old_settings ) ) {
141
- return true;
142
- }
143
- // Test for latest version number
144
- $version = get_option( CLI_MIGRATED_VERSION );
145
- if ( empty ( $version ) ) {
146
- // No version stored; not yet migrated:
147
- return false;
148
- }
149
- if ( $version == CLI_LATEST_VERSION_NUMBER ) {
150
- // Are on latest version
151
- return true;
152
- }
153
- echo 'VERSION: ' . $version . '<br /> V2: ' . CLI_LATEST_VERSION_NUMBER;
154
- // If you got this far then you're on an inbetween version
155
- return false;
156
- }
157
-
158
- function cookielawinfo_copy_old_settings_to_new() {
159
- $new_settings = cookielawinfo_get_admin_settings();
160
- $old_settings = get_option( CLI_ADMIN_OPTIONS_NAME );
161
-
162
- if ( empty( $old_settings ) ) {
163
- // Something went wrong:
164
- return false;
165
- }
166
- else {
167
- // Copy over settings:
168
- $new_settings['background'] = $old_settings['colour_bg'];
169
- $new_settings['border'] = $old_settings['colour_border'];
170
- $new_settings['button_1_action'] = 'CONSTANT_OPEN_URL';
171
- $new_settings['button_1_text'] = $old_settings['link_text'];
172
- $new_settings['button_1_url'] = $old_settings['link_url'];
173
- $new_settings['button_1_link_colour'] = $old_settings['colour_link'];
174
- $new_settings['button_1_new_win'] = $old_settings['link_opens_new_window'];
175
- $new_settings['button_1_as_button'] = $old_settings['show_as_button'];
176
- $new_settings['button_1_button_colour'] = $old_settings['colour_button_bg'];
177
- $new_settings['notify_message'] = apply_filters('cli_change_message',$old_settings['message_text']);
178
- $new_settings['text'] = $old_settings['colour_text'];
179
-
180
- // Save new values:
181
- update_option( CLI_SETTINGS_FIELD, $new_settings );
182
- }
183
- return true;
184
- }
185
-
186
- /** Migrates settings from version 0.8.3 to version 0.9 */
187
- function cookielawinfo_migrate_to_new_version() {
188
-
189
- if ( cookielawinfo_has_migrated() ) {
190
- return false;
191
- }
192
-
193
- if ( !cookielawinfo_copy_old_settings_to_new() ) {
194
- return false;
195
- }
196
-
197
- // Register that have completed:
198
- cookielawinfo_update_to_latest_version_number();
199
- return true;
200
- }
201
-
202
-
203
- /**
204
- Returns list of HTML tags allowed in HTML fields for use in declaration of wp_kset field validation.
205
-
206
- Deliberately allows class and ID declarations to assist with custom CSS styling.
207
- To customise further, see the excellent article at: http://ottopress.com/2010/wp-quickie-kses/
208
- */
209
- function cookielawinfo_allowed_html() {
210
- $allowed_html = array(
211
- // Allowed: <a href="" id="" class="" title="" target="">...</a>
212
- // Not allowed: <a href="javascript(...);">...</a>
213
- 'a' => array(
214
- 'href' => array(),
215
- 'id' => array(),
216
- 'class' => array(),
217
- 'title' => array(),
218
- 'target' => array(),
219
- 'rel' => array()
220
- ),
221
- 'b' => array(),
222
- 'br' => array(
223
- 'id' => array(),
224
- 'class' => array()
225
- ),
226
- 'div' => array(
227
- 'id' => array(),
228
- 'class' => array()
229
- ),
230
- 'em' => array (
231
- 'id' => array(),
232
- 'class' => array()
233
- ),
234
- 'i' => array(),
235
- 'img' => array(
236
- 'src' => array(),
237
- 'id' => array(),
238
- 'class' => array(),
239
- 'alt' => array()
240
- ),
241
- 'p' => array (
242
- 'id' => array(),
243
- 'class' => array()
244
- ),
245
- 'span' => array(
246
- 'id' => array(),
247
- 'class' => array()
248
- ),
249
- 'strong' => array(
250
- 'id' => array(),
251
- 'class' => array()
252
- ),
253
- 'u' =>array(
254
- 'id' => array(),
255
- 'class' => array()
256
- ),
257
- );
258
- return $allowed_html;
259
- }
260
-
261
-
262
- /**
263
- Returns list of allowed protocols, for use in declaration of wp_kset field validation.
264
- N.B. JavaScript is specifically disallowed for security reasons.
265
- Don't even trust your own database, as you don't know if another plugin has written to your settings.
266
- */
267
- function cookielawinfo_allowed_protocols() {
268
- // Additional options: 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet'
269
- return array ('http', 'https');
270
- }
271
-
272
-
273
- /**
274
- Returns sanitised content based on field-specific rules defined here
275
- Used for both read AND write operations
276
- */
277
- function cookielawinfo_sanitise($key, $value) {
278
- $ret = null;
279
-
280
- switch ($key) {
281
- // Convert all boolean values from text to bool:
282
- case 'is_on':
283
- case 'is_reject_on':
284
- case 'border_on':
285
- case 'notify_animate_show':
286
- case 'notify_animate_hide':
287
- case 'showagain_tab':
288
- case 'use_colour_picker':
289
- case 'button_1_new_win':
290
- case 'button_1_as_button':
291
- case 'button_2_new_win':
292
- case 'button_2_as_button':
293
- case 'button_3_new_win':
294
- case 'button_3_as_button':
295
- case 'scroll_close':
296
- case 'scroll_close_reload':
297
- case 'accept_close_reload':
298
- case 'show_once_yn':
299
- case 'header_fix':
300
- if ( $value == 'true' || $value === true ) {
301
- $ret = true;
302
- }
303
- elseif ( $value == 'false' || $value === false ) {
304
- $ret = false;
305
- }
306
- else {
307
- // Unexpected value returned from radio button, go fix the HTML.
308
- // Failover = assign null.
309
- $ret = 'fffffff';
310
- }
311
- break;
312
- // Any hex colour e.g. '#f00', '#FE01ab' '#ff0000' but not 'f00' or 'ff0000':
313
- case 'background':
314
- case 'text':
315
- case 'border':
316
- case 'showagain_background':
317
- case 'showagain_border':
318
- case 'button_1_link_colour':
319
- case 'button_1_button_colour':
320
- case 'button_2_link_colour':
321
- case 'button_2_button_colour':
322
- case 'button_3_link_colour':
323
- case 'button_3_button_colour':
324
- if ( preg_match( '/^#[a-f0-9]{6}|#[a-f0-9]{3}$/i', $value ) ) {
325
- // Was: '/^#([0-9a-fA-F]{1,2}){3}$/i' which allowed e.g. '#00dd' (error)
326
- $ret = $value;
327
- }
328
- else {
329
- // Failover = assign '#000' (black)
330
- $ret = '#000';
331
- }
332
- break;
333
- // Allow some HTML, but no JavaScript. Note that deliberately NOT stripping out line breaks here, that's done when sending JavaScript parameter elsewhere:
334
- case 'notify_message':
335
- $ret = wp_kses( $value, cookielawinfo_allowed_html(), cookielawinfo_allowed_protocols() );
336
- break;
337
- // URLs only:
338
- case 'button_1_url':
339
- case 'button_2_url':
340
- case 'button_3_url':
341
- $ret = esc_url( $value );
342
- break;
343
- // Basic sanitisation for all the rest:
344
- default:
345
- $ret = sanitize_text_field( $value );
346
- break;
347
- }
348
- if('is_reject_on' === $key && 'fffffff' === $ret) $ret = false;
349
- return $ret;
350
- }
351
-
352
-
353
- /**
354
- Registers menu options
355
- Hooked into admin_menu
356
- */
357
- function cookielawinfo_register_custom_menu_page() {
358
- add_submenu_page(
359
- 'edit.php?post_type=cookielawinfo',
360
- 'Cookie Law Settings',
361
- 'Cookie Law Settings',
362
- 'manage_options',
363
- 'cookie-law-info',
364
- 'cookielawinfo_print_admin_page'
365
- );
366
- add_submenu_page(
367
- 'edit.php?post_type=cookielawinfo',
368
- 'Non-necessary Cookie',
369
- 'Non-necessary Cookie',
370
- 'manage_options',
371
- 'cookie-law-info-thirdparty',
372
- 'cookielawinfo_print_thirdparty_page'
373
- );
374
- }
375
-
376
-
377
- /**
378
- Registers dashboard scripts and styles used for Cookie Law Info plugin settings panel
379
- Important: these scripts only load on the plugin settings page (avoids conflicts)
380
- Hooked into admin_enqueue_script
381
- */
382
- function cookielawinfo_custom_dashboard_styles( $hook ) {
383
- if ( 'cookielawinfo_page_cookie-law-info' != $hook )
384
- return;
385
-
386
- wp_register_style( 'cookielawinfo-admin-style', plugins_url('/cookie-law-info/css/cli-admin-style.css') );
387
- wp_enqueue_style( 'cookielawinfo-admin-style' );
388
- }
389
-
390
-
391
- /**
392
- Adds custom script to cookielawinfo admin panel to run the colour pickers
393
- Important: these scripts only load on the plugin settings page (avoids conflicts)
394
- Hooked into admin_footer
395
- */
396
- function cookielawinfo_custom_dashboard_styles_my_colours() {
397
- $screen = get_current_screen();
398
- if ( $screen->post_type != 'cookielawinfo' ) {
399
- return;
400
- }
401
- }
402
-
403
-
404
- /**
405
- Returns list of available jQuery actions
406
- Used by buttons/links in header
407
- */
408
- function cookielawinfo_get_js_actions() {
409
- $js_actions = array(
410
- 'Close Header' => '#cookie_action_close_header',
411
- 'Open URL' => 'CONSTANT_OPEN_URL' // Don't change this value, is used by jQuery
412
- );
413
- return $js_actions;
414
- }
415
-
416
-
417
- /**
418
- Function returns list of supported fonts
419
- Used when printing admin form (for combo box)
420
- */
421
- function cookielawinfo_get_fonts() {
422
- $fonts = Array(
423
- 'Default theme font' => 'inherit',
424
- 'Sans Serif' => 'Helvetica, Arial, sans-serif',
425
- 'Serif' => 'Georgia, Times New Roman, Times, serif',
426
- 'Arial' => 'Arial, Helvetica, sans-serif',
427
- 'Arial Black' => 'Arial Black,Gadget,sans-serif',
428
- 'Georgia' => 'Georgia, serif',
429
- 'Helvetica' => 'Helvetica, sans-serif',
430
- 'Lucida' => 'Lucida Sans Unicode, Lucida Grande, sans-serif',
431
- 'Tahoma' => 'Tahoma, Geneva, sans-serif',
432
- 'Times New Roman' => 'Times New Roman, Times, serif',
433
- 'Trebuchet' => 'Trebuchet MS, sans-serif',
434
- 'Verdana' => 'Verdana, Geneva'
435
- );
436
- return $fonts;
437
- }
438
-
439
-
440
- /**
441
- Returns button sizes (dependent upon CSS implemented - careful if editing)
442
- Used when printing admin form (for combo boxes)
443
- */
444
- function cookielawinfo_get_button_sizes() {
445
- $sizes = Array(
446
- 'Extra Large' => 'super',
447
- 'Large' => 'large',
448
- 'Medium' => 'medium',
449
- 'Small' => 'small'
450
- );
451
- return $sizes;
452
- }
453
-
454
-
455
- /**
456
- Prints a combobox based on options and selected=match value
457
-
458
- Parameters:
459
- $options = array of options (suggest using helper functions)
460
- $selected = which of those options should be selected (allows just one; is case sensitive)
461
-
462
- Outputs (based on array ( $key => $value ):
463
- <option value=$value>$key</option>
464
- <option value=$value selected="selected">$key</option>
465
- */
466
- function cookielawinfo_print_combobox_options( $options, $selected ) {
467
- foreach ( $options as $key => $value ) {
468
- echo '<option value="' . $value . '"';
469
- if ( $value == $selected ) {
470
- echo ' selected="selected"';
471
- }
472
- echo '>' . $key . '</option>';
473
- }
474
- }
475
-
476
-
477
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/css/cookie-law-info-admin-1.6.6.css ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * All of the CSS for your admin-specific functionality should be
3
+ * included in this file.
4
+ */
5
+ #cli-plugin-migrate {
6
+ background: #C5E3BF;
7
+ border: 1px solid #98A148;
8
+ color: #000;
9
+ margin: 0 0 20px 0;
10
+ padding: 10px;
11
+ display: none;
12
+ }
13
+
14
+ .vvv_combobox {
15
+ width: 100%;
16
+ }
17
+ .vvv_textbox {
18
+ height: 150px;
19
+ width: 100%;
20
+ }
21
+ .form-table input[type="text"], .vvv_textfield {
22
+ width:100%;
23
+ margin-bottom: 5px;
24
+ }
25
+ .cli-plugin-example{
26
+ display: block;
27
+ }
28
+ #cookielawinfo-accordion h4 {
29
+ border-bottom: 1px solid #ccc;
30
+ line-height: 110%;
31
+ padding: 5px;
32
+ }
33
+ #cookielawinfo-accordion h4 code {
34
+ padding-left: 40px;
35
+ background: transparent;
36
+ }
37
+ .cli-help pre {
38
+ font-weight: bold;
39
+ }
40
+ .cli-help span {
41
+ margin: 0 0 30px 15px;
42
+ display: block;
43
+ }
44
+ .cli-plugin-toolbar {
45
+ height: 40px;
46
+ width: 100%;
47
+ margin: 0;
48
+ padding: 0;
49
+ }
50
+ .cli-plugin-toolbar .left {
51
+ float: left;
52
+ margin: 0;
53
+ padding: 0;
54
+ }
55
+ .cli-plugin-toolbar .left img {
56
+ vertical-align: text-bottom;
57
+ margin-right: 10px;
58
+ }
59
+ .cli-plugin-toolbar .right {
60
+ float: right;
61
+ margin: 0 10px 0 0;
62
+ padding: 0;
63
+ }
64
+ .cli-plugin-toolbar.top {
65
+ margin-bottom: -5px;
66
+ }
67
+ .cli-plugin-toolbar.bottom {
68
+ margin-top: 12px;
69
+ background: #f5f5f5;
70
+ border-top: 1px solid #ddd;
71
+ margin-left: -15px;
72
+ margin-right: -15px;
73
+ margin-bottom: -15px;
74
+ padding:15px;
75
+ }
76
+ .cli-plugin-toolbar.top {
77
+ margin-top:-15px;
78
+ background: #f5f5f5;
79
+ border-bottom: 1px solid #ddd;
80
+ border-top: 1px solid #ddd;
81
+ margin-left: -15px;
82
+ margin-right: -15px;
83
+ margin-bottom: -15px;
84
+ padding:15px;
85
+ }
86
+ #header_on_off_field_warning {
87
+ margin-left: 30px;
88
+ }
89
+ .warning { /* called by jQuery in admin-ui-controller.js */
90
+ color: #f00;
91
+ font-weight: bold;
92
+ }
93
+ .cli-plugin-container {
94
+ overflow: hidden;
95
+ width: 100%;
96
+ }
97
+ .cli-plugin-left-col {
98
+ float: left;
99
+ padding-bottom: 500em;
100
+ margin-bottom: -500em;
101
+ }
102
+ .cli-plugin-right-col {
103
+ float: left;
104
+ margin-right: -1px; /* For IE */
105
+ padding-bottom: 500em;
106
+ margin-bottom: -500em;
107
+ }
108
+
109
+ .cli-plugin-container.width-50 { width: 50%; }
110
+ .cli-plugin-container.width-60 { width: 60%; }
111
+ .cli-plugin-container.width-70 { width: 70%; }
112
+ .cli-plugin-container.width-80 { width: 80%; }
113
+ .cli-plugin-container.width-90 { width: 90%; }
114
+ .cli-plugin-left-col.width-50, .cli-plugin-right-col.width-50 { width: 50%; }
115
+ .cli-plugin-left-col.width-62, .cli-plugin-right-col.width-62 { width: 62%; } /* Golden Ratio */
116
+ .cli-plugin-left-col.width-38, .cli-plugin-right-col.width-38 { width: 38%; } /* Golden Ratio */
117
+ .cli-plugin-left-col.width-f220, .cli-plugin-right-col.width-f220 { width: 220px; }
118
+ .cli-plugin-container div.pad-5, .cli-plugin-left-col div.pad-5, .cli-plugin-right-col div.pad-5 { padding: 5px; }
119
+ .cli-plugin-container div.pad-10, .cli-plugin-left-col div.pad-10, .cli-plugin-right-col div.pad-10 { padding: 10px; }
120
+ .width-60 { width: 60%; }
121
+ .width-100 { width: 100%; }
122
+
123
+ .hr-top { border-top: 1px solid #ccc; }
124
+ .hr-bottom { border-bottom: 1px solid #ccc; }
125
+
126
+
127
+
128
+
129
+
130
+ table.cli_script_items{
131
+ position:relative
132
+ }
133
+ table.cli_script_items td,table.cli_script_items th{
134
+ display:table-cell!important;
135
+ padding:1em!important;
136
+ vertical-align:top;
137
+ line-height:1.75em
138
+ }
139
+ table.wc_emails.wc_emails td,table.cli_script_items.wc_emails td,table.wc_shipping.wc_emails td{
140
+ vertical-align:middle
141
+ }
142
+ table.cli_script_items tr:nth-child(odd) td{
143
+ background:#f9f9f9
144
+ }
145
+ table.cli_script_items td.name{
146
+ font-weight:700
147
+ }
148
+ table.wc_emails .settings,table.cli_script_items .settings,table.wc_shipping .settings{
149
+ text-align:right
150
+ }
151
+ table.wc_emails .default,table.wc_emails .radio,table.wc_emails .status,table.cli_script_items .default,table.cli_script_items .radio,table.cli_script_items .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{
152
+ text-align:center
153
+ }
154
+ table.wc_emails .default .tips,table.wc_emails .radio .tips,table.wc_emails .status .tips,table.cli_script_items .default .tips,table.cli_script_items .radio .tips,table.cli_script_items .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{
155
+ margin:0 auto
156
+ }
157
+ table.wc_emails .default input,table.wc_emails .radio input,table.wc_emails .status input,table.cli_script_items .default input,table.cli_script_items .radio input,table.cli_script_items .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{
158
+ margin:0
159
+ }
160
+ table.wc_emails td.sort,table.cli_script_items td.sort,table.wc_shipping td.sort{
161
+ cursor:move;
162
+ font-size:15px;
163
+ text-align:center
164
+ }
165
+ table.wc_emails td.sort::before,table.cli_script_items td.sort::before,table.wc_shipping td.sort::before{
166
+ content:'\f333';
167
+ font-family:Dashicons;
168
+ text-align:center;
169
+ line-height:1;
170
+ color:#999;
171
+ display:block;
172
+ width:17px;
173
+ float:left;
174
+ height:100%;
175
+ line-height:24px
176
+ }
177
+ table.wc_emails .wc-payment-gateway-method-name,table.cli_script_items .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{
178
+ font-weight:400
179
+ }
180
+ table.wc_emails .wc-email-settings-table-name,table.cli_script_items .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{
181
+ font-weight:700
182
+ }
183
+ table.wc_emails .wc-email-settings-table-name span,table.cli_script_items .wc-email-settings-table-name span,table.wc_shipping .wc-email-settings-table-name span{
184
+ font-weight:400;
185
+ color:#999;
186
+ margin:0 0 0 4px!important
187
+ }
188
+ table.wc_emails .wc-payment-gateway-method-toggle-disabled,table.wc_emails .cli-script-items-toggle-enabled,table.cli_script_items .wc-payment-gateway-method-toggle-disabled,table.cli_script_items .cli-script-items-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .cli-script-items-toggle-enabled{
189
+ padding-top:1px;
190
+ display:block;
191
+ outline:0;
192
+ -webkit-box-shadow:none;
193
+ box-shadow:none
194
+ }
195
+ table.wc_emails .wc-email-settings-table-status,table.cli_script_items .wc-email-settings-table-status,table.wc_shipping .wc-email-settings-table-status{
196
+ text-align:center;
197
+ width:1em
198
+ }
199
+ table.wc_emails .wc-email-settings-table-status .tips,table.cli_script_items .wc-email-settings-table-status .tips,table.wc_shipping .wc-email-settings-table-status .tips{
200
+ margin:0 auto
201
+ }
202
+ .cli-input-toggle{
203
+ height:16px;
204
+ width:32px;
205
+ border:2px solid #935687;
206
+ background-color:#935687;
207
+ display:inline-block;
208
+ text-indent:-9999px;
209
+ border-radius:10em;
210
+ position:relative;
211
+ margin-top:-1px;
212
+ vertical-align:text-top
213
+ }
214
+ .cli-input-toggle:before{
215
+ content:"";
216
+ display:block;
217
+ width:16px;
218
+ height:16px;
219
+ background:#fff;
220
+ position:absolute;
221
+ top:0;
222
+ right:0;
223
+ border-radius:100%
224
+ }
225
+ .cli-input-toggle.cli-input-toggle--disabled{
226
+ border-color:#999;
227
+ background-color:#999
228
+ }
229
+ .cli-input-toggle.cli-input-toggle--disabled:before{
230
+ right:auto;
231
+ left:0
232
+ }
233
+ .cli-input-toggle.cli-input-toggle--loading{
234
+ opacity:.5
235
+ }
236
+ .cookie-law-info-tab-head{ margin-right:20px;}
237
+ .cookie-law-info-tab-container{
238
+ padding:15px;
239
+ background: #fff; box-shadow:0px 2px 2px #ccc; float: left; box-sizing:border-box; width:100%; height:auto;
240
+ }
241
+ .cookie-law-info-tab-head .nav-tab-active{ background: #fff; border-bottom: solid 1px #fff; }
242
+ .cookie-law-info-tab-head .nav-tab:focus{ box-shadow:none;}
243
+ .cookie-law-info-tab-content{ display:none; float:left; width:100%; height:auto; }
244
+ .cli_sub_tab_container{float:left; width:100%; height:auto;}
245
+ .cli_sub_tab{ display:inline-block; margin:0px; float:left; width:100%; height:auto;}
246
+ .cli_sub_tab li{ display:inline-block; border-left: solid 1px #ccc; padding:3px 10px; cursor: pointer;}
247
+ .cli_sub_tab_content{ display: none; float:left; width:100%; height:auto; }
248
+ .cli-shortcodes li{margin-bottom:20px; border-bottom: dashed 1px #ccc; padding-bottom:7px; margin-left: 15px;}
249
+ .cli-shortcodes li div{ font-weight: bold; width: 100%; }
250
+ .cli-shortcodes li span{ display: inline-block;}
251
+ .cli-help-links li{ float:left; padding:40px; margin:20px; display: inline-block; text-align: center; box-shadow:1px 1px 5px 1px rgba(0,0,0,.1); width: 185px; height: 245px;}
252
+ .cli-help-links li a{ text-decoration: none; height: 28px !important; margin-top: 20px; }
253
+ .cli-help-links li img{
254
+ margin-top: 15px;
255
+ }
256
+ /* copied from bootstrap */
257
+ .cli_sub_tab_container input[type="text"], .cli_sub_tab_container select {
258
+ display: block;
259
+ width: 100%;
260
+ padding: 0.375rem 0.75rem;
261
+ font-size: 1rem;
262
+ line-height: 1.5;
263
+ color: #495057;
264
+ background-color: #fff;
265
+ background-clip: padding-box;
266
+ border: 1px solid #ced4da;
267
+ border-radius: 0.25rem;
268
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; height: auto !important;
269
+ }
270
+ .cookie-law-info-tab-container .button-primary
271
+ {
272
+ height:34px;
273
+ }
274
+ .notify_msg{ position:fixed; width:300px; padding:15px; color:#fff; right:60px; top:0px; opacity:0; box-shadow:0px 2px 2px #ccc; border-radius:5px;}
275
+ .cli-indent-15{ }
276
+ .cli-indent-15 th{ padding-left: 15px; }
277
+ .cli_notify_table{ height:60px;}
278
+ .cookie-law-info-form-container{
279
+ padding:15px;
280
+ background: #fff; box-shadow:0px 2px 2px #ccc;
281
+ }
282
+ .cli_non_necessary_form label{ width:100%; display: inline-block; font-weight: bold; margin-bottom: 10px; margin-top: 15px; }
283
+ .cli_non_necessary_form .cli_form_help{ color: #aaa; font-style: italic; font-weight:250; font-size: 12px; }
284
+ .cli_settings_left{ width:63%;float: left; margin-bottom: 25px; }
285
+ .cli_settings_right{ width:33%; float: left; padding-left:25px;}
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%;}
293
+ .cli_settings_right{ padding-left:0px; width:100%;}
294
+ }
admin/images/documentation.png ADDED
Binary file
admin/images/support.png ADDED
Binary file
admin/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
admin/js/cookie-law-info-admin-1.6.6.js ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function( $ ) {
2
+ 'use strict';
3
+
4
+ /**
5
+ * All of the code for your admin-facing JavaScript source
6
+ * should reside in this file.
7
+ *
8
+ * Note: It has been assumed you will write jQuery code here, so the
9
+ * $ function reference has been prepared for usage within the scope
10
+ * of this function.
11
+ *
12
+ * This enables you to define handlers, for when the DOM is ready:
13
+ *
14
+ * $(function() {
15
+ *
16
+ * });
17
+ *
18
+ * When the window is loaded:
19
+ *
20
+ * $( window ).load(function() {
21
+ *
22
+ * });
23
+ *
24
+ * ...and/or other possibilities.
25
+ *
26
+ * Ideally, it is not considered best practise to attach more than a
27
+ * single DOM-ready or window-load handler for a particular page.
28
+ * Although scripts in the WordPress core, Plugins and Themes may be
29
+ * practising this, we should strive to set a better example in our own work.
30
+ */
31
+ $(function() {
32
+ $('.my-color-field').wpColorPicker();
33
+
34
+ var cli_nav_tab=$('.cookie-law-info-tab-head .nav-tab');
35
+ if(cli_nav_tab.length>0)
36
+ {
37
+ cli_nav_tab.click(function(){
38
+ var cli_tab_hash=$(this).attr('href');
39
+ cli_nav_tab.removeClass('nav-tab-active');
40
+ $(this).addClass('nav-tab-active');
41
+ cli_tab_hash=cli_tab_hash.charAt(0)=='#' ? cli_tab_hash.substring(1) : cli_tab_hash;
42
+ var cli_tab_elm=$('div[data-id="'+cli_tab_hash+'"]');
43
+ $('.cookie-law-info-tab-content').hide();
44
+ if(cli_tab_elm.length>0)
45
+ {
46
+ cli_tab_elm.fadeIn();
47
+ }
48
+ });
49
+ var location_hash=window.location.hash;
50
+ if(location_hash!="")
51
+ {
52
+ var cli_tab_hash=location_hash.charAt(0)=='#' ? location_hash.substring(1) : location_hash;
53
+ if(cli_tab_hash!="")
54
+ {
55
+ $('div[data-id="'+cli_tab_hash+'"]').show();
56
+ $('a[href="#'+cli_tab_hash+'"]').addClass('nav-tab-active');
57
+ }
58
+ }else
59
+ {
60
+ cli_nav_tab.eq(0).click();
61
+ }
62
+ }
63
+ $('.cli_sub_tab li').click(function(){
64
+ var trgt=$(this).attr('data-target');
65
+ var prnt=$(this).parent('.cli_sub_tab');
66
+ var ctnr=prnt.siblings('.cli_sub_tab_container');
67
+ prnt.find('li a').css({'color':'#0073aa','cursor':'pointer'});
68
+ $(this).find('a').css({'color':'#ccc','cursor':'default'});
69
+ ctnr.find('.cli_sub_tab_content').hide();
70
+ ctnr.find('.cli_sub_tab_content[data-id="'+trgt+'"]').fadeIn();
71
+ });
72
+ $('.cli_sub_tab').each(function(){
73
+ var elm=$(this).children('li').eq(0);
74
+ elm.click();
75
+ });
76
+ $('#cli_non-ncessary_form').submit(function(e){
77
+ e.preventDefault();
78
+ var data=$(this).serialize();
79
+ var url=$(this).attr('action');
80
+ var spinner=$(this).find('.spinner');
81
+ var submit_btn=$(this).find('input[type="submit"]');
82
+ spinner.css({'visibility':'visible'});
83
+ submit_btn.css({'opacity':'.5','cursor':'default'}).prop('disabled',true);
84
+ $.ajax({
85
+ url:url,
86
+ type:'POST',
87
+ data:data+'&cli_non-necessary_ajax_update=1',
88
+ success:function(data)
89
+ {
90
+ spinner.css({'visibility':'hidden'});
91
+ submit_btn.css({'opacity':'1','cursor':'pointer'}).prop('disabled',false);
92
+ cli_notify_msg.success(cli_non_necessary_success_message);
93
+ },
94
+ error:function ()
95
+ {
96
+ spinner.css({'visibility':'hidden'});
97
+ submit_btn.css({'opacity':'1','cursor':'pointer'}).prop('disabled',false);
98
+ cli_notify_msg.error(cli_non_necessary_error_message);
99
+ }
100
+ });
101
+ });
102
+ $('#cli_settings_form').submit(function(e){
103
+ var submit_action=$('#cli_update_action').val();
104
+ if(submit_action=='delete_all_settings')
105
+ {
106
+ //return;
107
+ }
108
+ e.preventDefault();
109
+ var data=$(this).serialize();
110
+ var url=$(this).attr('action');
111
+ var spinner=$(this).find('.spinner');
112
+ var submit_btn=$(this).find('input[type="submit"]');
113
+ spinner.css({'visibility':'visible'});
114
+ submit_btn.css({'opacity':'.5','cursor':'default'}).prop('disabled',true);
115
+ $.ajax({
116
+ url:url,
117
+ type:'POST',
118
+ data:data+'&cli_settings_ajax_update='+submit_action,
119
+ success:function(data)
120
+ {
121
+ spinner.css({'visibility':'hidden'});
122
+ submit_btn.css({'opacity':'1','cursor':'pointer'}).prop('disabled',false);
123
+ if(submit_action=='delete_all_settings')
124
+ {
125
+ cli_notify_msg.success(cli_reset_settings_success_message);
126
+ setTimeout(function(){
127
+ window.location.reload(true);
128
+ },1000);
129
+ }else
130
+ {
131
+ cli_notify_msg.success(cli_settings_success_message);
132
+ }
133
+ cli_bar_active_msg();
134
+ },
135
+ error:function ()
136
+ {
137
+ spinner.css({'visibility':'hidden'});
138
+ submit_btn.css({'opacity':'1','cursor':'pointer'}).prop('disabled',false);
139
+ if(submit_action=='delete_all_settings')
140
+ {
141
+ cli_notify_msg.error(cli_reset_settings_error_message);
142
+ }else
143
+ {
144
+ cli_notify_msg.error(cli_settings_error_message);
145
+ }
146
+ }
147
+ });
148
+ });
149
+
150
+ //=====================
151
+ function cli_scroll_accept_er()
152
+ {
153
+ if($('[name="as_popup_field"]:checked').val()=='true' && $('[name="popup_overlay_field"]:checked').val()=='true' && $('[name="scroll_close_field"]:checked').val()=='true')
154
+ {
155
+ $('.cli_scroll_accept_er').show();
156
+ //$('label[for="scroll_close_field"]').css({'color':'red'});
157
+ }else
158
+ {
159
+ $('.cli_scroll_accept_er').hide();
160
+ //$('label[for="scroll_close_field"]').css({'color':'#23282d'});
161
+ }
162
+ }
163
+ cli_scroll_accept_er();
164
+ $('[name="as_popup_field"], [name="popup_overlay_field"], [name="scroll_close_field"]').click(function(){
165
+ cli_scroll_accept_er();
166
+ });
167
+ //=====================
168
+
169
+ function cli_bar_active_msg()
170
+ {
171
+ $('.cli_bar_state tr').hide();
172
+ if($('input[type="radio"].cli_bar_on').is(':checked'))
173
+ {
174
+ $('.cli_bar_state tr.cli_bar_on').show();
175
+ }else
176
+ {
177
+ $('.cli_bar_state tr.cli_bar_off').show();
178
+ }
179
+ }
180
+ var cli_form_toggler=
181
+ {
182
+ set:function()
183
+ {
184
+ $('select.cli_form_toggle').each(function(){
185
+ cli_form_toggler.toggle($(this));
186
+ });
187
+ $('input[type="radio"].cli_form_toggle').each(function(){
188
+ if($(this).is(':checked'))
189
+ {
190
+ cli_form_toggler.toggle($(this));
191
+ }
192
+ });
193
+ $('select.cli_form_toggle').change(function(){
194
+ cli_form_toggler.toggle($(this));
195
+ });
196
+ $('input[type="radio"].cli_form_toggle').click(function(){
197
+ if($(this).is(':checked'))
198
+ {
199
+ cli_form_toggler.toggle($(this));
200
+ }
201
+ });
202
+ },
203
+ toggle:function(elm)
204
+ {
205
+ var vl=elm.val();
206
+ var trgt=elm.attr('cli_frm_tgl-target');
207
+ $('[cli_frm_tgl-id="'+trgt+'"]').hide();
208
+ $('[cli_frm_tgl-id="'+trgt+'"]').filter(function(){
209
+ return $(this).attr('cli_frm_tgl-val')==vl;
210
+ }).show().find('th label').css({'margin-left':'0px'}).animate({'margin-left':'15px'});
211
+ }
212
+ }
213
+ var cli_notify_msg=
214
+ {
215
+ error:function(message)
216
+ {
217
+ var er_elm=$('<div class="notify_msg" style="background:#dd4c27; border:solid 1px #dd431c;">'+message+'</div>');
218
+ this.setNotify(er_elm);
219
+ },
220
+ success:function(message)
221
+ {
222
+ var suss_elm=$('<div class="notify_msg" style="background:#1de026; border:solid 1px #2bcc1c;">'+message+'</div>');
223
+ this.setNotify(suss_elm);
224
+ },
225
+ setNotify:function(elm)
226
+ {
227
+ $('body').append(elm);
228
+ elm.stop(true,true).animate({'opacity':1,'top':'50px'},1000);
229
+ setTimeout(function(){
230
+ elm.animate({'opacity':0,'top':'100px'},1000,function(){
231
+ elm.remove();
232
+ });
233
+ },3000);
234
+ }
235
+ }
236
+ cli_form_toggler.set();
237
+
238
+ });
239
+ })( jQuery );
240
+ function cli_store_settings_btn_click(vl)
241
+ {
242
+ document.getElementById('cli_update_action').value=vl;
243
+ }
admin/partials/cookie-law-info-admin_settings.php ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ $cli_admin_view_path=plugin_dir_path(CLI_PLUGIN_FILENAME).'admin/views/';
7
+ $cli_img_path=CLI_PLUGIN_URL . 'images/';
8
+ $plugin_name = 'wtgdprcookieconsent';
9
+ $cli_activation_status=get_option($plugin_name.'_activation_status');
10
+ ?>
11
+ <script type="text/javascript">
12
+ var cli_settings_success_message='<?php echo __('Settings updated.', 'cookie-law-info');?>';
13
+ var cli_settings_error_message='<?php echo __('Unable to update Settings.', 'cookie-law-info');?>';
14
+ var cli_reset_settings_success_message='<?php echo __('Settings reset to defaults.', 'cookie-law-info');?>';
15
+ var cli_reset_settings_error_message='<?php echo __('Unable to reset settings.', 'cookie-law-info');?>';
16
+ </script>
17
+ <div class="wrap">
18
+ <h2 class="wp-heading-inline"><?php _e('Cookie Law Settings', 'cookie-law-info'); ?></h2>
19
+
20
+ <table class="cli_notify_table cli_bar_state">
21
+ <tr valign="middle" class="cli_bar_on" style="<?php echo $the_options['is_on'] == true ? '' : 'display:none;';?>">
22
+ <th scope="row" style="padding-left:15px;">
23
+ <label><img id="cli-plugin-status-icon" src="<?php echo $cli_img_path;?>tick.png" /></label>
24
+ </th>
25
+ <td style="padding-left: 10px;">
26
+ <?php _e('Your Cookie Law Info bar is switched on', 'cookie-law-info'); ?>
27
+ </td>
28
+ </tr>
29
+ <tr valign="middle" class="cli_bar_off" style="<?php echo $the_options['is_on'] == true ? 'display:none;' : '';?>">
30
+ <th scope="row" style="padding-left:15px;">
31
+ <label><img id="cli-plugin-status-icon" src="<?php echo $cli_img_path;?>cross.png" /></label>
32
+ </th>
33
+ <td style="padding-left: 10px;">
34
+ <?php _e('Your Cookie Law Info bar is switched off', 'cookie-law-info'); ?>
35
+ </td>
36
+ </tr>
37
+ </table>
38
+
39
+
40
+ <div class="cli_settings_left">
41
+ <div class="nav-tab-wrapper wp-clearfix cookie-law-info-tab-head">
42
+ <a class="nav-tab" href="#cookie-law-info-general"><?php _e('General', 'cookie-law-info'); ?></a>
43
+ <a class="nav-tab" href="#cookie-law-info-message-bar"><?php _e('Customise Cookie Bar', 'cookie-law-info'); ?></a>
44
+ <a class="nav-tab" href="#cookie-law-info-buttons"><?php _e('Customise Buttons', 'cookie-law-info'); ?></a>
45
+ <a class="nav-tab" href="#cookie-law-info-advanced"><?php _e('Advanced', 'cookie-law-info'); ?></a>
46
+ <a class="nav-tab" href="#cookie-law-info-help"><?php _e('Help Guide', 'cookie-law-info'); ?></a>
47
+ </div>
48
+ <div class="cookie-law-info-tab-container">
49
+ <form method="post" action="<?php echo esc_url($_SERVER["REQUEST_URI"]);?>" id="cli_settings_form">
50
+ <input type="hidden" name="cli_update_action" value="" id="cli_update_action" />
51
+ <?php
52
+ // Set nonce:
53
+ if (function_exists('wp_nonce_field'))
54
+ {
55
+ wp_nonce_field('cookielawinfo-update-' . CLI_SETTINGS_FIELD);
56
+ }
57
+ $setting_views_a=[
58
+ 'admin-settings-general.php',
59
+ 'admin-settings-messagebar.php',
60
+ 'admin-settings-buttons.php',
61
+ 'admin-settings-advanced.php',
62
+ ];
63
+ $setting_views_b=[
64
+ 'admin-settings-help.php',
65
+ ];
66
+ foreach ($setting_views_a as $value)
67
+ {
68
+ $settings_view=$cli_admin_view_path.$value;
69
+ if(file_exists($settings_view))
70
+ {
71
+ include $settings_view;
72
+ }
73
+ }
74
+ ?>
75
+ </form>
76
+ <?php
77
+ foreach ($setting_views_b as $value)
78
+ {
79
+ $settings_view=$cli_admin_view_path.$value;
80
+ if(file_exists($settings_view))
81
+ {
82
+ include $settings_view;
83
+ }
84
+ }
85
+ ?>
86
+ </div>
87
+ </div>
88
+ <div class="cli_settings_right">
89
+ <?php include $cli_admin_view_path."goto-pro.php"; ?>
90
+ </div>
91
+
92
+ </div>
admin/views/admin-settings-advanced.php ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div class="cookie-law-info-tab-content" data-id="cookie-law-info-advanced">
8
+ <h3>Advanced</h3>
9
+ <p><?php _e('Sometimes themes apply settings that clash with plugins. If that happens, try adjusting these settings.', 'cookie-law-info'); ?></p>
10
+
11
+ <table class="form-table">
12
+ <!--
13
+ <tr valign="top">
14
+ <th scope="row"><label for="use_colour_picker_field">Use colour picker on this page?</label></th>
15
+ <td>
16
+ <input type="radio" id="use_colour_picker_field_yes" name="use_colour_picker_field" class="styled" value="true" <?php //echo ( $the_options['use_colour_picker'] == true ) ? ' checked="checked" />' : ' />'; ?> Yes
17
+ <input type="radio" id="use_colour_picker_field_no" name="use_colour_picker_field" class="styled" value="false" <?php //echo ( $the_options['use_colour_picker'] == false ) ? ' checked="checked" />' : ' />'; ?> No
18
+ <span class="cli_form_help">You will need to refresh your browser once the page re-loads in order to show the colour pickers.</span>
19
+ </td>
20
+ </tr>
21
+ -->
22
+ <tr valign="top">
23
+ <th scope="row"><?php _e('Reset all values', 'cookie-law-info'); ?></th>
24
+ <td>
25
+ <input type="submit" name="delete_all_settings" value="<?php _e('Delete settings and reset', 'cookie-law-info'); ?>" class="button-secondary" onclick="cli_store_settings_btn_click(this.name); if(confirm('<?php _e('Are you sure you want to delete all your settings?', 'cookie-law-info'); ?>')){ }else{ return false;};" />
26
+ <span class="cli_form_help"><?php _e('Warning: this will actually delete your current settings.', 'cookie-law-info'); ?></span>
27
+ </td>
28
+ </tr>
29
+ <!--
30
+ <tr valign="top">
31
+ <th scope="row">Revert to previous version's settings</th>
32
+ <td>
33
+ <input type="submit" name="revert_to_previous_settings" value="Revert to old settings" class="button-secondary" onclick="return confirm('You will lose your current settings. Are you sure?');" />
34
+ <span class="cli_form_help">Warning: this will actually delete your current settings.</span>
35
+ </td>
36
+ </tr>
37
+ -->
38
+ </table>
39
+ <?php
40
+ //include "admin-settings-save-button.php";
41
+ ?>
42
+ </div>
admin/views/admin-settings-buttons.php ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div class="cookie-law-info-tab-content" data-id="cookie-law-info-buttons">
8
+
9
+ <ul class="cli_sub_tab">
10
+ <li style="border-left:none; padding-left: 0px;" data-target="accept-button"><a><?php _e('Accept Button', 'cookie-law-info'); ?></a></li>
11
+ <li data-target="reject-button"><a><?php _e('Reject Button', 'cookie-law-info'); ?></a></li>
12
+ <li data-target="read-more-button"><a><?php _e('Read More Link', 'cookie-law-info'); ?></a></li>
13
+ </ul>
14
+
15
+ <div class="cli_sub_tab_container">
16
+
17
+ <div class="cli_sub_tab_content" data-id="accept-button" style="display:block;">
18
+ <h3><?php _e('Main Button', 'cookie-law-info'); ?> <code>[cookie_button]</code></h3>
19
+ <p><?php _e('This button/link can be customised to either simply close the cookie bar, or follow a link. You can also customise the colours and styles, and show it as a link or a button.', 'cookie-law-info'); ?></p>
20
+ <table class="form-table">
21
+ <tr valign="top">
22
+ <th scope="row"><label for="button_1_text_field"><?php _e('Text', 'cookie-law-info'); ?></label></th>
23
+ <td>
24
+ <input type="text" name="button_1_text_field" value="<?php echo stripslashes($the_options['button_1_text']) ?>" />
25
+ </td>
26
+ </tr>
27
+ <tr valign="top">
28
+ <th scope="row"><label for="button_1_link_colour_field"><?php _e('Text colour', 'cookie-law-info'); ?></label></th>
29
+ <td>
30
+ <?php
31
+ echo '<input type="text" name="button_1_link_colour_field" id="cli-colour-link-button-1" value="' . $the_options['button_1_link_colour'] . '" class="my-color-field" />';
32
+ ?>
33
+ </td>
34
+ </tr>
35
+ <tr valign="top">
36
+ <th scope="row"><label for="button_1_as_button_field"><?php _e('Show as', 'cookie-law-info'); ?></label></th>
37
+ <td>
38
+ <input type="radio" cli_frm_tgl-target="cli_accept_type" id="button_1_as_button_field_yes" name="button_1_as_button_field" class="styled cli_form_toggle" value="true" <?php echo ( $the_options['button_1_as_button'] == true ) ? ' checked="checked"' : ' '; ?> /> <?php _e('Button', 'cookie-law-info'); ?>
39
+
40
+ <input type="radio" cli_frm_tgl-target="cli_accept_type" id="button_1_as_button_field_no" name="button_1_as_button_field" class="styled cli_form_toggle" value="false" <?php echo ( $the_options['button_1_as_button'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('Link', 'cookie-law-info'); ?>
41
+ </td>
42
+ </tr>
43
+ <tr valign="top" class="cli-indent-15" cli_frm_tgl-id="cli_accept_type" cli_frm_tgl-val="true">
44
+ <th scope="row"><label for="button_1_button_colour_field"><?php _e('Background colour', 'cookie-law-info'); ?></label></th>
45
+ <td>
46
+ <?php
47
+ echo '<input type="text" name="button_1_button_colour_field" id="cli-colour-btn-button-1" value="' . $the_options['button_1_button_colour'] . '" class="my-color-field" />';
48
+ ?>
49
+ </td>
50
+ </tr>
51
+
52
+ <tr valign="top">
53
+ <th scope="row"><label for="button_1_action_field"><?php _e('Action', 'cookie-law-info'); ?></label></th>
54
+ <td>
55
+ <select name="button_1_action_field" id="cli-plugin-button-1-action" class="vvv_combobox cli_form_toggle" cli_frm_tgl-target="cli_accept_action">
56
+ <?php $this->print_combobox_options($this->get_js_actions(), $the_options['button_1_action']) ?>
57
+ </select>
58
+ </td>
59
+ </tr>
60
+ <tr valign="top" class="cli-plugin-row cli-indent-15" cli_frm_tgl-id="cli_accept_action" cli_frm_tgl-val="CONSTANT_OPEN_URL">
61
+ <th scope="row"><label for="button_1_url_field"><?php _e('URL', 'cookie-law-info'); ?></label></th>
62
+ <td>
63
+ <input type="text" name="button_1_url_field" id="button_1_url_field" value="<?php echo $the_options['button_1_url'] ?>" />
64
+ <span class="cli_form_help"><?php _e('Button will only link to URL if Action = Open URL', 'cookie-law-info'); ?></span>
65
+ </td>
66
+ </tr>
67
+
68
+ <tr valign="top" class="cli-plugin-row cli-indent-15" cli_frm_tgl-id="cli_accept_action" cli_frm_tgl-val="CONSTANT_OPEN_URL">
69
+ <th scope="row"><label for="button_1_new_win_field"><?php _e('Open URL in new window?', 'cookie-law-info'); ?></label></th>
70
+ <td>
71
+ <input type="radio" id="button_1_new_win_field_yes" name="button_1_new_win_field" class="styled" value="true" <?php echo ( $the_options['button_1_new_win'] == true ) ? ' checked="checked"' : ''; ?> /><?php _e('Yes', 'cookie-law-info'); ?>
72
+
73
+ <input type="radio" id="button_1_new_win_field_no" name="button_1_new_win_field" class="styled" value="false" <?php echo ( $the_options['button_1_new_win'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
74
+ </td>
75
+ </tr>
76
+
77
+
78
+
79
+ <tr valign="top">
80
+ <th scope="row"><label for="button_1_button_size_field"><?php _e('Size', 'cookie-law-info'); ?></label></th>
81
+ <td>
82
+ <select name="button_1_button_size_field" class="vvv_combobox">
83
+ <?php $this->print_combobox_options($this->get_button_sizes(), $the_options['button_1_button_size']); ?>
84
+ </select>
85
+ </td>
86
+ </tr>
87
+ </table><!-- end custom button -->
88
+ </div>
89
+
90
+ <div class="cli_sub_tab_content" data-id="reject-button">
91
+ <h3><?php _e('Reject Button', 'cookie-law-info'); ?> <code>[cookie_reject]</code></h3>
92
+ <table class="form-table" >
93
+ <tr valign="top">
94
+ <th scope="row"><label for="button_3_text_field"><?php _e('Text', 'cookie-law-info'); ?></label></th>
95
+ <td>
96
+ <input type="text" name="button_3_text_field" value="<?php echo stripslashes($the_options['button_3_text']) ?>" />
97
+ </td>
98
+ </tr>
99
+ <tr valign="top">
100
+ <th scope="row"><label for="button_3_link_colour_field"><?php _e('Text colour', 'cookie-law-info'); ?></label></th>
101
+ <td>
102
+ <?php
103
+ echo '<input type="text" name="button_3_link_colour_field" id="cli-colour-link-button-3" value="' . $the_options['button_3_link_colour'] . '" class="my-color-field" />';
104
+ ?>
105
+ </td>
106
+ </tr>
107
+ <tr valign="top">
108
+ <th scope="row"><label for="button_3_as_button_field"><?php _e('Show as', 'cookie-law-info'); ?></label></th>
109
+ <td>
110
+ <input type="radio" id="button_3_as_button_field_yes" name="button_3_as_button_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_reject_type" value="true" <?php echo ( $the_options['button_3_as_button'] == true ) ? ' checked="checked"' : ' '; ?> /> <?php _e('Button', 'cookie-law-info'); ?>
111
+
112
+ <input type="radio" id="button_3_as_button_field_no" name="button_3_as_button_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_reject_type" value="false" <?php echo ( $the_options['button_3_as_button'] == false ) ? ' checked="checked"' : ''; ?> /><?php _e('Link', 'cookie-law-info'); ?>
113
+ </td>
114
+ </tr>
115
+ <tr valign="top" cli_frm_tgl-id="cli_reject_type" cli_frm_tgl-val="true">
116
+ <th scope="row"><label for="button_3_button_colour_field"><?php _e('Background colour', 'cookie-law-info'); ?></label></th>
117
+ <td>
118
+ <?php
119
+ echo '<input type="text" name="button_3_button_colour_field" id="cli-colour-btn-button-3" value="' . $the_options['button_3_button_colour'] . '" class="my-color-field" />';
120
+ ?>
121
+ </td>
122
+ </tr>
123
+ <tr valign="top">
124
+ <th scope="row"><label for="button_3_action_field"><?php _e('Action', 'cookie-law-info'); ?></label></th>
125
+ <td>
126
+ <select name="button_3_action_field" id="cli-plugin-button-3-action" class="vvv_combobox cli_form_toggle" cli_frm_tgl-target="cli_reject_action">
127
+ <?php
128
+ $action_list = $this->get_js_actions();
129
+ $action_list['Close Header'] = '#cookie_action_close_header_reject';
130
+ $this->print_combobox_options($action_list, $the_options['button_3_action']);
131
+ ?>
132
+ </select>
133
+ </td>
134
+ </tr>
135
+ <tr valign="top" class="cli-plugin-row" cli_frm_tgl-id="cli_reject_action" cli_frm_tgl-val="CONSTANT_OPEN_URL">
136
+ <th scope="row"><label for="button_3_url_field"><?php _e('URL', 'cookie-law-info'); ?></label></th>
137
+ <td>
138
+ <input type="text" name="button_3_url_field" id="button_3_url_field" value="<?php echo $the_options['button_3_url'] ?>" />
139
+ <span class="cli_form_help"><?php _e('Button will only link to URL if Action = Open URL', 'cookie-law-info'); ?></span>
140
+ </td>
141
+ </tr>
142
+
143
+ <tr valign="top" class="cli-plugin-row" cli_frm_tgl-id="cli_reject_action" cli_frm_tgl-val="CONSTANT_OPEN_URL">
144
+ <th scope="row"><label for="button_3_new_win_field"><?php _e('Open URL in new window?', 'cookie-law-info'); ?></label></th>
145
+ <td>
146
+ <input type="radio" id="button_3_new_win_field_yes" name="button_3_new_win_field" class="styled" value="true" <?php echo ( $the_options['button_3_new_win'] == true ) ? ' checked="checked"' : ''; ?> /><?php _e('Yes', 'cookie-law-info'); ?>
147
+ <input type="radio" id="button_3_new_win_field_no" name="button_3_new_win_field" class="styled" value="false" <?php echo ( $the_options['button_3_new_win'] == false ) ? ' checked="checked"' : ''; ?> /><?php _e('No', 'cookie-law-info'); ?>
148
+ </td>
149
+ </tr>
150
+ <tr valign="top">
151
+ <th scope="row"><label for="button_3_button_size_field"><?php _e('Size', 'cookie-law-info'); ?></label></th>
152
+ <td>
153
+ <select name="button_3_button_size_field" class="vvv_combobox">
154
+ <?php $this->print_combobox_options($this->get_button_sizes(), $the_options['button_3_button_size']); ?>
155
+ </select>
156
+ </td>
157
+ </tr>
158
+ </table><!-- end custom button -->
159
+ </div>
160
+
161
+ <div class="cli_sub_tab_content" data-id="read-more-button">
162
+ <h3><?php _e('Read More Link', 'cookie-law-info'); ?> <code>[cookie_link]</code></h3>
163
+ <p><?php _e('This button/link can be used to provide a link out to your Privacy & Cookie Policy. You can customise it any way you like.', 'cookie-law-info'); ?></p>
164
+ <table class="form-table">
165
+ <tr valign="top">
166
+ <th scope="row"><label for="button_2_text_field"><?php _e('Text', 'cookie-law-info'); ?></label></th>
167
+ <td>
168
+ <input type="text" name="button_2_text_field" value="<?php echo stripslashes($the_options['button_2_text']) ?>" />
169
+ </td>
170
+ </tr>
171
+ <tr valign="top">
172
+ <th scope="row"><label for="button_2_link_colour_field"><?php _e('Text colour', 'cookie-law-info'); ?></label></th>
173
+ <td>
174
+ <?php
175
+ echo '<input type="text" name="button_2_link_colour_field" id="cli-colour-link-button-1" value="' . $the_options['button_2_link_colour'] . '" class="my-color-field" />';
176
+ ?>
177
+ </td>
178
+ </tr>
179
+ <tr valign="top">
180
+ <th scope="row"><label for="button_2_as_button_field"><?php _e('Show as', 'cookie-law-info'); ?></label></th>
181
+ <td>
182
+ <input type="radio" id="button_2_as_button_field_yes" name="button_2_as_button_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_readmore_type" value="true" <?php echo ( $the_options['button_2_as_button'] == true ) ? ' checked="checked" />' : ''; ?> /> <?php _e('Button', 'cookie-law-info'); ?>
183
+
184
+ <input type="radio" id="button_2_as_button_field_no" name="button_2_as_button_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_readmore_type" value="false" <?php echo ( $the_options['button_2_as_button'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('Link', 'cookie-law-info'); ?>
185
+ </td>
186
+ </tr>
187
+ <tr valign="top" cli_frm_tgl-id="cli_readmore_type" cli_frm_tgl-val="true">
188
+ <th scope="row"><label for="button_2_button_colour_field"><?php _e('Background colour', 'cookie-law-info'); ?></label></th>
189
+ <td>
190
+ <?php
191
+ echo '<input type="text" name="button_2_button_colour_field" id="cli-colour-btn-button-1" value="' . $the_options['button_2_button_colour'] . '" class="my-color-field" />';
192
+ ?>
193
+ </td>
194
+ </tr>
195
+ <tr valign="top">
196
+ <th scope="row"><label for="button_2_url_field"><?php _e('URL', 'cookie-law-info'); ?></label></th>
197
+ <td>
198
+ <input type="text" name="button_2_url_field" id="button_2_url_field" value="<?php echo $the_options['button_2_url'] ?>" />
199
+ </td>
200
+ </tr>
201
+ <tr valign="top">
202
+ <th scope="row"><label for="button_2_new_win_field"><?php _e('Open URL in new window?', 'cookie-law-info'); ?></label></th>
203
+ <td>
204
+ <input type="radio" id="button_2_new_win_field_yes" name="button_2_new_win_field" class="styled" value="true" <?php echo ( $the_options['button_2_new_win'] == true ) ? ' checked="checked"' : ''; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
205
+ <input type="radio" id="button_2_new_win_field_no" name="button_2_new_win_field" class="styled" value="false" <?php echo ( $the_options['button_2_new_win'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
206
+ </td>
207
+ </tr>
208
+ <tr valign="top">
209
+ <th scope="row"><label for="button_2_button_size_field"><?php _e('Size', 'cookie-law-info'); ?></label></th>
210
+ <td>
211
+ <select name="button_2_button_size_field" class="vvv_combobox">
212
+ <?php $this->print_combobox_options($this->get_button_sizes(), $the_options['button_2_button_size']); ?>
213
+ </select>
214
+ </td>
215
+ </tr>
216
+ </table><!-- end custom button -->
217
+ </div>
218
+
219
+ </div>
220
+ <?php
221
+ include "admin-settings-save-button.php";
222
+ ?>
223
+ </div>
admin/views/admin-settings-general.php ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div class="cookie-law-info-tab-content" data-id="cookie-law-info-general">
8
+ <ul class="cli_sub_tab">
9
+ <li style="border-left:none; padding-left: 0px;" data-target="cookie-bar"><a><?php _e('Cookie Bar','cookie-law-info');?></a></li>
10
+ <li data-target="show-again"><a><?php _e('Show Again Tab','cookie-law-info');?></a></li>
11
+ <li data-target="other"><a><?php _e('Other','cookie-law-info');?></a></li>
12
+ </ul>
13
+ <div class="cli_sub_tab_container">
14
+ <div class="cli_sub_tab_content" data-id="cookie-bar" style="display:block;">
15
+ <h3><?php _e('Cookie Bar','cookie-law-info');?></h3>
16
+ <table class="form-table">
17
+ <tr valign="top">
18
+ <th scope="row"><label for="is_on_field"><?php _e('Cookie Bar is currently:', 'cookie-law-info'); ?></label></th>
19
+ <td>
20
+ <input type="radio" id="is_on_field_yes" name="is_on_field" class="styled cli_bar_on" value="true" <?php echo ( $the_options['is_on'] == true ) ? ' checked="checked"' : ''; ?> /><?php _e('On', 'cookie-law-info'); ?>
21
+ <input type="radio" id="is_on_field_no" name="is_on_field" class="styled" value="false" <?php echo ( $the_options['is_on'] == false ) ? ' checked="checked" ' : ''; ?> /><?php _e('Off', 'cookie-law-info'); ?>
22
+ </td>
23
+ </tr>
24
+ <tr valign="top">
25
+ <th scope="row"><label for="notify_position_vertical_field"><?php _e('Cookie Bar will be shown in:', 'cookie-law-info'); ?></label></th>
26
+ <td>
27
+ <select name="notify_position_vertical_field" class="vvv_combobox cli_form_toggle" cli_frm_tgl-target="cli_bar_pos">
28
+ <?php
29
+ if ($the_options['notify_position_vertical'] == "top")
30
+ {
31
+ echo '<option value="top" selected="selected">' . __('Header', 'cookie-law-info') . '</option>';
32
+ echo '<option value="bottom">' . __('Footer', 'cookie-law-info') . '</option>';
33
+ } else {
34
+ echo '<option value="top">' . __('Header', 'cookie-law-info') . '</option>';
35
+ echo '<option value="bottom" selected="selected">' . __('Footer', 'cookie-law-info') . '</option>';
36
+ }
37
+ ?>
38
+ </select>
39
+ </td>
40
+ </tr>
41
+ <!-- header_fix code here -->
42
+ <tr valign="top" cli_frm_tgl-id="cli_bar_pos" cli_frm_tgl-val="top">
43
+ <th scope="row"><label for="header_fix_field"><?php _e('Fix Cookie Bar to Header?', 'cookie-law-info'); ?></label></th>
44
+ <td>
45
+ <input type="radio" id="header_fix_field_yes" name="header_fix_field" class="styled" value="true" <?php echo ( $the_options['header_fix'] == true ) ? ' checked="checked"' : ''; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
46
+ <input type="radio" id="iheader_fix_field_no" name="header_fix_field" class="styled" value="false" <?php echo ( $the_options['header_fix'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
47
+ <span class="cli_form_help"><?php _e('If you select "Header" then you can optionally stick the cookie bar to the header. Will not have any effect if you select "Footer".', 'cookie-law-info'); ?></span>
48
+ </td>
49
+ </tr>
50
+ <!-- /header_fix -->
51
+
52
+ <tr valign="top">
53
+ <th scope="row"><label for="as_popup_field"><?php _e('Cookie Bar as popup:', 'cookie-law-info'); ?></label></th>
54
+ <td>
55
+ <input type="radio" id="as_popup_field_yes" name="as_popup_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_bar_popup" value="true" <?php echo ( $the_options['as_popup'] == true ) ? ' checked="checked"' : ''; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
56
+ <input type="radio" id="as_popup_field_no" name="as_popup_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_bar_popup" value="false" <?php echo ( $the_options['as_popup'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
57
+ </td>
58
+ </tr>
59
+
60
+ <tr valign="top" cli_frm_tgl-id="cli_bar_popup" cli_frm_tgl-val="true">
61
+ <th scope="row"><label for="popup_overlay_field"><?php _e('Add overlay?', 'cookie-law-info'); ?></label></th>
62
+ <td>
63
+ <input type="radio" id="popup_overlay_field_yes" name="popup_overlay_field" class="styled" value="true" <?php echo ( $the_options['popup_overlay'] == true ) ? ' checked="checked"' : ''; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
64
+ <input type="radio" id="popup_overlay_field_no" name="popup_overlay_field" class="styled" value="false" <?php echo ( $the_options['popup_overlay'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
65
+ <span class="cli_form_help"><?php _e('When the popup is active, an overlay will block the user from browsing the site.', 'cookie-law-info'); ?></span>
66
+ <span class="cli_form_er cli_scroll_accept_er"><?php _e('`Accept on scroll` will not work along with this option.', 'cookie-law-info'); ?></span>
67
+ </td>
68
+ </tr>
69
+ <tr valign="top">
70
+ <th scope="row"><label for="notify_animate_show_field"><?php _e('On load', 'cookie-law-info'); ?></label></th>
71
+ <td>
72
+ <select name="notify_animate_show_field" class="vvv_combobox">
73
+ <?php
74
+ if ($the_options['notify_animate_show'] == true) {
75
+ echo '<option value="true" selected="selected">' . __('Animate', 'cookie-law-info') . '</option>';
76
+ echo '<option value="false">' . __('Sticky', 'cookie-law-info') . '</option>';
77
+ } else {
78
+ echo '<option value="true">' . __('Animate', 'cookie-law-info') . '</option>';
79
+ echo '<option value="false" selected="selected">' . __('Sticky', 'cookie-law-info') . '</option>';
80
+ }
81
+ ?>
82
+ </select>
83
+ </td>
84
+ </tr>
85
+ <tr valign="top">
86
+ <th scope="row"><label for="notify_animate_hide_field"><?php _e('On hide', 'cookie-law-info'); ?></label></th>
87
+ <td>
88
+ <select name="notify_animate_hide_field" class="vvv_combobox">
89
+ <?php
90
+ if ($the_options['notify_animate_hide'] == true) {
91
+ echo '<option value="true" selected="selected">' . __('Animate', 'cookie-law-info') . '</option>';
92
+ echo '<option value="false">' . __('Disappear', 'cookie-law-info') . '</option>';
93
+ } else {
94
+ echo '<option value="true">' . __('Animate', 'cookie-law-info') . '</option>';
95
+ echo '<option value="false" selected="selected">' . __('Disappear', 'cookie-law-info') . '</option>';
96
+ }
97
+ ?>
98
+ </select>
99
+ </td>
100
+ </tr>
101
+
102
+ <!-- SHOW ONCE / TIMER -->
103
+ <tr valign="top">
104
+ <th scope="row"><label for="show_once_yn_field"><?php _e('Auto-hide(Accept) cookie bar after delay?', 'cookie-law-info'); ?></label></th>
105
+ <td>
106
+ <input type="radio" id="show_once_yn_yes" name="show_once_yn_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_bar_autohide" value="true" <?php echo ( $the_options['show_once_yn'] == true ) ? ' checked="checked"' : ''; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
107
+ <input type="radio" id="show_once_yn_no" name="show_once_yn_field" class="styled cli_form_toggle" cli_frm_tgl-target="cli_bar_autohide" value="false" <?php echo ( $the_options['show_once_yn'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
108
+ </td>
109
+ </tr>
110
+ <tr valign="top" cli_frm_tgl-id="cli_bar_autohide" cli_frm_tgl-val="true">
111
+ <th scope="row"><label for="show_once_field"><?php _e('Milliseconds until hidden', 'cookie-law-info'); ?></label></th>
112
+ <td>
113
+ <input type="text" name="show_once_field" value="<?php echo $the_options['show_once'] ?>" />
114
+ <span class="cli_form_help"><?php _e('Specify milliseconds (not seconds)', 'cookie-law-info'); ?> e.g. 8000 = 8 <?php _e('seconds', 'cookie-law-info'); ?></span>
115
+ </td>
116
+ </tr>
117
+
118
+ <!-- NEW: CLOSE ON SCROLL -->
119
+ <tr valign="top">
120
+ <th scope="row"><label for="scroll_close_field"><?php _e('Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?', 'cookie-law-info'); ?></label></th>
121
+ <td>
122
+ <input type="radio" id="scroll_close_yes" name="scroll_close_field" class="styled" value="true" <?php echo ( $the_options['scroll_close'] == true ) ? ' checked="checked"' : ''; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
123
+ <input type="radio" id="scroll_close_no" name="scroll_close_field" class="styled" value="false" <?php echo ( $the_options['scroll_close'] == false ) ? ' checked="checked"' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
124
+ <span class="cli_form_help" style="margin-top:8px;"><?php _e('As per latest GDPR policies it is required to take an explicit consent for the cookies. Use this option with discretion especially if you serve EU', 'cookie-law-info'); ?></span>
125
+ <span class="cli_form_er cli_scroll_accept_er"><?php _e('This option will not work along with `Popup overlay`.', 'cookie-law-info'); ?></span>
126
+ </td>
127
+ </tr>
128
+ </table>
129
+ </div>
130
+ <div class="cli_sub_tab_content" data-id="show-again">
131
+ <h3><?php _e('Show Again Tab','cookie-law-info');?></h3>
132
+ <table class="form-table">
133
+ <tr valign="top">
134
+ <th scope="row"><label for="showagain_tab_field"><?php _e('Use Show Again Tab?', 'cookie-law-info'); ?></label></th>
135
+ <td>
136
+ <input type="radio" id="showagain_tab_field_yes" name="showagain_tab_field" class="styled" value="true" <?php echo ( $the_options['showagain_tab'] == true ) ? ' checked="checked"' : ''; ?> /><?php _e('Yes', 'cookie-law-info'); ?>
137
+ <input type="radio" id="showagain_tab_field_no" name="showagain_tab_field" class="styled" value="false" <?php echo ( $the_options['showagain_tab'] == false ) ? ' checked="checked" ' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
138
+ </td>
139
+ </tr>
140
+ <tr valign="top">
141
+ <th scope="row"><label for="notify_position_horizontal_field"><?php _e('Tab Position', 'cookie-law-info'); ?></label></th>
142
+ <td>
143
+ <select name="notify_position_horizontal_field" class="vvv_combobox">
144
+ <?php
145
+ if ($the_options['notify_position_horizontal'] == "right") {
146
+ echo '<option value="right" selected="selected">' . __('Right', 'cookie-law-info') . '</option>';
147
+ echo '<option value="left">' . __('Left', 'cookie-law-info') . '</option>';
148
+ } else {
149
+ echo '<option value="right">' . __('Right', 'cookie-law-info') . '</option>';
150
+ echo '<option value="left" selected="selected">' . __('Left', 'cookie-law-info') . '</option>';
151
+ }
152
+ ?>
153
+ </select>
154
+ </td>
155
+ </tr>
156
+ <tr valign="top">
157
+ <th scope="row"><label for="showagain_x_position_field"><?php _e('From Left Margin', 'cookie-law-info'); ?></label></th>
158
+ <td>
159
+ <input type="text" name="showagain_x_position_field" value="<?php echo $the_options['showagain_x_position'] ?>" />
160
+ <span class="cli_form_help"><?php _e('Specify', 'cookie-law-info'); ?> px&nbsp;or&nbsp;&#37;, e.g. <em>"100px" or "30%"</em></span>
161
+ </td>
162
+ </tr>
163
+ <tr valign="top">
164
+ <th scope="row"><label for="showagain_text"><?php _e('Show More Text', 'cookie-law-info'); ?></label></th>
165
+ <td>
166
+ <input type="text" name="showagain_text_field" value="<?php echo $the_options['showagain_text'] ?>" />
167
+ </td>
168
+ </tr>
169
+ </table>
170
+ </div>
171
+ <div class="cli_sub_tab_content" data-id="other">
172
+ <h3><?php _e('Other','cookie-law-info');?></h3>
173
+ <table class="form-table">
174
+ <tr valign="top" class="">
175
+ <th scope="row"><label for="scroll_close_reload_field"><?php _e('Reload after "scroll accept" event?', 'cookie-law-info'); ?></label></th>
176
+ <td>
177
+ <!-- <input type="text" name="scroll_close_reload_field" value="<?php echo $the_options['scroll_close_reload'] ?>" />
178
+ <span class="cli_form_help">If the user accepts, do you want to reload the page? This feature is mostly for Italian users who have to deal with a very specific interpretation of the cookie law.</span>
179
+ -->
180
+ <input type="radio" id="scroll_close_reload_yes" name="scroll_close_reload_field" class="styled" value="true" <?php echo ( $the_options['scroll_close_reload'] == true ) ? ' checked="checked" ' : ' '; ?> /> <?php _e('Yes', 'cookie-law-info'); ?>
181
+ <input type="radio" id="scroll_close_reload_no" name="scroll_close_reload_field" class="styled" value="false" <?php echo ( $the_options['scroll_close_reload'] == false ) ? ' checked="checked" ' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
182
+
183
+ </td>
184
+ </tr>
185
+ <tr valign="top">
186
+ <th scope="row"><label for="accept_close_reload_field"><?php _e('Reload after Accept button click', 'cookie-law-info'); ?></label></th>
187
+ <td>
188
+ <input type="radio" id="accept_close_reload_yes" name="accept_close_reload_field" class="styled" value="true" <?php echo ( $the_options['accept_close_reload'] == true ) ? ' checked="checked" ' : ''; ?> /><?php _e('Yes', 'cookie-law-info'); ?>
189
+ <input type="radio" id="accept_close_reload_no" name="accept_close_reload_field" class="styled" value="false" <?php echo ( $the_options['accept_close_reload'] == false ) ? ' checked="checked" ' : ''; ?> /><?php _e('No', 'cookie-law-info'); ?>
190
+ </td>
191
+ </tr>
192
+ <tr valign="top">
193
+ <th scope="row"><label for="reject_close_reload_field"><?php _e('Reload after Reject button click', 'cookie-law-info'); ?></label></th>
194
+ <td>
195
+ <input type="radio" id="reject_close_reload_yes" name="reject_close_reload_field" class="styled" value="true" <?php echo ( $the_options['reject_close_reload'] == true ) ? ' checked="checked" ' : ''; ?> /><?php _e('Yes', 'cookie-law-info'); ?>
196
+ <input type="radio" id="reject_close_reload_no" name="reject_close_reload_field" class="styled" value="false" <?php echo ( $the_options['reject_close_reload'] == false ) ? ' checked="checked" ' : ''; ?> /><?php _e('No', 'cookie-law-info'); ?>
197
+ </td>
198
+ </tr>
199
+ </table>
200
+ </div>
201
+ </div>
202
+ <?php
203
+ include "admin-settings-save-button.php";
204
+ ?>
205
+ </div>
admin/views/admin-settings-help.php ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div class="cookie-law-info-tab-content" data-id="cookie-law-info-help">
8
+ <ul class="cli_sub_tab">
9
+ <li style="border-left:none; padding-left: 0px;" data-target="shortcodes"><a><?php _e('Shortcodes', 'cookie-law-info'); ?></a></li>
10
+ <li data-target="help-links"><a><?php _e('Help Links', 'cookie-law-info'); ?></a></li>
11
+ </ul>
12
+
13
+ <div class="cli_sub_tab_container">
14
+ <div class="cli_sub_tab_content" data-id="shortcodes" style="display:block;">
15
+ <div style="font-size: 14px;">
16
+ <h3><?php _e('Cookie bar shortcodes', 'cookie-law-info'); ?></h3>
17
+ <?php _e('You can enter the shortcodes in the "message" field of the Cookie Law Info bar. They add nicely formatted buttons and/or links into the cookie bar, without you having to add any HTML.', 'cookie-law-info'); ?>
18
+ </div>
19
+ <ul class="cli-shortcodes">
20
+ <li>
21
+ <div style="font-weight: bold;">[cookie_accept]</div>
22
+ <span><?php _e('If you just want a standard green "Accept" button that closes the header and nothing more, use this shortcode. It is already styled, you don\'t need to customise it.', 'cookie-law-info'); ?></span>
23
+ </li>
24
+ <li>
25
+ <div style="font-weight: bold;">[cookie_accept colour="red"]</div>
26
+ <?php _e('Alternatively you can add a colour value. Choose from: red, blue, orange, yellow, green or pink.', 'cookie-law-info'); ?><br /><em><?php _e('Careful to use the British spelling of "colour" for the attribute.', 'cookie-law-info'); ?></em>
27
+ </li>
28
+ <li>
29
+ <div style="font-weight: bold;">[cookie_button]</div>
30
+ <?php _e('This is the "main button" you customise above.', 'cookie-law-info'); ?>
31
+ </li>
32
+
33
+ <li><div style="font-weight: bold;">[cookie_reject]</div>
34
+ <?php _e('This is the cookie reject button shortcode.', 'cookie-law-info'); ?>
35
+ </li>
36
+
37
+ <li><div style="font-weight: bold;">[cookie_link]</div>
38
+ <?php _e('This is the "read more" link you customise above.', 'cookie-law-info'); ?>
39
+ </li>
40
+ </ul>
41
+ <div style="font-size: 14px;">
42
+ <h3 style="margin-bottom:5px; margin-top:25px;"><?php _e('Other shortcodes', 'cookie-law-info'); ?></h3>
43
+ <?php _e('These shortcodes can be used in pages and posts on your website. It is not recommended to use these inside the cookie bar itself.', 'cookie-law-info'); ?>
44
+ </div>
45
+
46
+ <ul class="cli-shortcodes">
47
+ <li>
48
+ <div style="font-weight: bold;">[cookie_audit]</div>
49
+ <?php _e('This prints out a nice table of cookies, in line with the guidance given by the ICO.', 'cookie-law-info'); ?> <em><?php _e('You need to enter the cookies your website uses via the Cookie Law Info menu in your WordPress dashboard.', 'cookie-law-info'); ?></em>
50
+ <div style="font-weight: bold;">
51
+ [cookie_audit style="winter"] <br />
52
+ [cookie_audit not_shown_message="No records found"] <br />
53
+ [cookie_audit style="winter" not_shown_message="Not found"]
54
+ </div>
55
+ Styles included: simple, classic, modern, rounded, elegant, winter. Default is classic.
56
+ </li>
57
+ <li>
58
+ <div style="font-weight: bold;">[delete_cookies]</div>
59
+ <?php _e('This shortcode will display a normal HTML link which when clicked, will delete the cookie set by Cookie Law Info (this cookie is used to remember that the cookie bar is closed).', 'cookie-law-info'); ?>
60
+ </li>
61
+ <li>
62
+ <div style="font-weight: bold;">[delete_cookies text="Click here to delete"]</div>
63
+ <?php _e('Add any text you like- useful if you want e.g. another language to English.', 'cookie-law-info'); ?>
64
+ </li>
65
+ </ul>
66
+ </div>
67
+ <div class="cli_sub_tab_content" data-id="help-links" style="float: left; height:auto;">
68
+ <?php
69
+ $admin_img_path=plugin_dir_url(CLI_PLUGIN_FILENAME).'admin/images/';
70
+ ?>
71
+ <h3><?php _e('Help Links', 'cookie-law-info'); ?></h3>
72
+ <ul class="cli-help-links">
73
+ <li>
74
+ <img src="<?php echo $admin_img_path;?>documentation.png">
75
+ <h3><?php _e('Documentation', 'cookie-law-info'); ?></h3>
76
+ <p><?php _e('Refer to our documentation to set and get started', 'cookie-law-info'); ?></p>
77
+ <a target="_blank" href="http://cookielawinfo.com/user-guide/" class="button button-primary">
78
+ <?php _e('Documentation', 'cookie-law-info'); ?>
79
+ </a>
80
+ </li>
81
+ <li>
82
+ <img src="<?php echo $admin_img_path;?>support.png">
83
+ <h3><?php _e('Help and Support', 'cookie-law-info'); ?></h3>
84
+ <p><?php _e('We would love to help you on any queries or issues.', 'cookie-law-info'); ?></p>
85
+ <a target="_blank" href="https://www.webtoffee.com/support/" class="button button-primary">
86
+ <?php _e('Contact Us', 'cookie-law-info'); ?>
87
+ </a>
88
+ </li>
89
+ </ul>
90
+ </div>
91
+ </div>
92
+ </div>
admin/views/admin-settings-licence.php ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div class="cookie-law-info-tab-content" data-id="cookie-law-info-licence">
8
+ <?php
9
+ $plugin_name = 'wtgdprcookieconsent';
10
+ require_once(plugin_dir_path( dirname( __FILE__ ) ).'wf_api_manager/html/html-wf-activation-window.php' );
11
+ ?>
12
+ </div>
admin/views/admin-settings-messagebar.php ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div class="cookie-law-info-tab-content" data-id="cookie-law-info-message-bar">
8
+ <h3><?php _e('Cookie Bar', 'cookie-law-info'); ?></h3>
9
+ <table class="form-table">
10
+ <tr valign="top">
11
+ <th scope="row"><label for="bar_heading_text_field"><?php _e('Message Heading', 'cookie-law-info'); ?></label></th>
12
+ <td>
13
+ <input type="text" name="bar_heading_text_field" value="<?php echo $the_options['bar_heading_text'] ?>" />
14
+ <span class="cli_form_help"><?php _e('Leave it blank, If you do not need a heading', 'cookie-law-info'); ?>
15
+ </span>
16
+ </td>
17
+ </tr>
18
+ <tr valign="top">
19
+ <th scope="row"><label for="notify_message_field"><?php _e('Message', 'cookie-law-info'); ?></label></th>
20
+ <td>
21
+ <?php
22
+ echo '<textarea name="notify_message_field" class="vvv_textbox">';
23
+ echo apply_filters('format_to_edit', stripslashes($the_options['notify_message'])) . '</textarea>';
24
+ ?>
25
+ <span class="cli_form_help"><?php _e('Shortcodes allowed: see the Help Guide tab', 'cookie-law-info'); ?> <br /><em><?php _e('Examples: "We use cookies on this website [cookie_accept] to find out how to delete cookies [cookie_link]."', 'cookie-law-info'); ?></em></span>
26
+ </td>
27
+ </tr>
28
+ <tr valign="top">
29
+ <th scope="row"><label for="background_field"><?php _e('Cookie Bar Colour', 'cookie-law-info'); ?></label></th>
30
+ <td>
31
+ <?php
32
+ /** RICHARDASHBY EDIT */
33
+ //echo '<input type="text" name="background_field" id="cli-colour-background" value="' .$the_options['background']. '" />';
34
+ echo '<input type="text" name="background_field" id="cli-colour-background" value="' . $the_options['background'] . '" class="my-color-field" data-default-color="#fff" />';
35
+ ?>
36
+ </td>
37
+ </tr>
38
+ <tr valign="top">
39
+ <th scope="row"><label for="text_field"><?php _e('Text Colour', 'cookie-law-info'); ?></label></th>
40
+ <td>
41
+ <?php
42
+ /** RICHARDASHBY EDIT */
43
+ echo '<input type="text" name="text_field" id="cli-colour-text" value="' . $the_options['text'] . '" class="my-color-field" data-default-color="#000" />';
44
+ ?>
45
+ </td>
46
+ </tr>
47
+ <!--
48
+ <tr valign="top">
49
+ <th scope="row"><label for="border_on_field"><?php _e('Show Border?', 'cookie-law-info'); ?></label></th>
50
+ <td>
51
+ <input type="radio" id="border_on_field_yes" name="border_on_field" class="styled" value="true" <?php echo ( $the_options['border_on'] == true ) ? ' checked="checked" />' : ' />'; ?> <?php _e('Yes', 'cookie-law-info'); ?>
52
+ <input type="radio" id="border_on_field_no" name="border_on_field" class="styled" value="false" <?php echo ( $the_options['border_on'] == false ) ? ' checked="checked" />' : ' />'; ?> <?php _e('No', 'cookie-law-info'); ?>
53
+ </td>
54
+ </tr>
55
+ <tr valign="top">
56
+ <th scope="row"><label for="border_field"><?php _e('Border Colour', 'cookie-law-info'); ?></label></th>
57
+ <td>
58
+ <?php
59
+ echo '<input type="text" name="border_field" id="cli-colour-border" value="' . $the_options['border'] . '" class="my-color-field" />';
60
+ ?>
61
+ </td>
62
+ </tr>
63
+ -->
64
+
65
+ <tr valign="top">
66
+ <th scope="row"><label for="font_family_field"><?php _e('Font', 'cookie-law-info'); ?></label></th>
67
+ <td>
68
+ <select name="font_family_field" class="vvv_combobox">
69
+ <?php $this->print_combobox_options($this->get_fonts(), $the_options['font_family']) ?>
70
+ </select>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+
75
+ <?php
76
+ include "admin-settings-save-button.php";
77
+ ?>
78
+ </div>
admin/views/admin-settings-save-button.php ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <div style="clear: both;"></div>
8
+ <div class="cli-plugin-toolbar bottom">
9
+ <div class="left">
10
+ </div>
11
+ <div class="right">
12
+ <input type="submit" name="update_admin_settings_form" value="<?php _e('Update Settings', 'cookie-law-info'); ?>" class="button-primary" style="float:right;" onClick="return cli_store_settings_btn_click(this.name)" />
13
+ <span class="spinner" style="margin-top:9px"></span>
14
+ </div>
15
+ </div>
admin/views/admin_non_necessary_cookie.php ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ ?>
7
+ <style>
8
+ .vvv_textbox{
9
+ height: 150px;
10
+ width:100%;
11
+ }
12
+ </style>
13
+ <script type="text/javascript">
14
+ var cli_non_necessary_success_message='<?php echo __('Settings updated.', 'cookie-law-info');?>';
15
+ var cli_non_necessary_error_message='<?php echo __('Unable to update Settings.', 'cookie-law-info');?>';
16
+ </script>
17
+ <div class="wrap">
18
+ <div class="cookie-law-info-form-container">
19
+ <div class="cli-plugin-toolbar top">
20
+ <h3><?php echo __('Non-necessary Cookie Settings','cookie-law-info'); ?></h3>
21
+ </div>
22
+ <form method="post" action="<?php echo esc_url($_SERVER["REQUEST_URI"]); ?>" id="cli_non-ncessary_form">
23
+ <?php wp_nonce_field('cookielawinfo-update-thirdparty'); ?>
24
+ <table class="form-table cli_non_necessary_form">
25
+ <tr>
26
+ <td>
27
+ <label for="thirdparty_on_field"><?php echo __('Enable Non-necessary Cookie','cookie-law-info'); ?></label>
28
+ <input type="radio" id="thirdparty_on_field_yes" name="thirdparty_on_field" class="styled" value="true" <?php echo ( filter_var($stored_options['thirdparty_on_field'], FILTER_VALIDATE_BOOLEAN) == true ) ? ' checked="checked" ' : ' '; ?> /> Yes
29
+ <input type="radio" id="thirdparty_on_field_no" name="thirdparty_on_field" class="styled" value="false" <?php echo ( filter_var($stored_options['thirdparty_on_field'], FILTER_VALIDATE_BOOLEAN) == false ) ? ' checked="checked" ' : ''; ?> /> No
30
+ </td>
31
+ </tr>
32
+ <tr>
33
+ <td>
34
+ <label for="thirdparty_head_section"><?php echo __('This script will be added to the page HEAD section if the above settings is enabled and user has give consent.','cookie-law-info');?></label>
35
+ <textarea name="thirdparty_head_section" class="vvv_textbox"><?php
36
+ echo apply_filters('format_to_edit', stripslashes($stored_options['thirdparty_head_section']));
37
+ ?></textarea>
38
+ <span class="cli_form_help">
39
+ <?php echo __('Print scripts in the head tag on the front end if above cookie settings is enabled and user has given consent.','cookie-law-info'); ?> <br />
40
+ eg:- &lt;script&gt;console.log("header script");&lt;/script&gt
41
+ </span>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ <label for="thirdparty_body_section"><?php echo __('This script will be added right after the BODY section if the above settings is enabled and user has given consent.','cookie-law-info'); ?></label>
47
+ <textarea name="thirdparty_body_section" class="vvv_textbox"><?php echo apply_filters('format_to_edit', stripslashes($stored_options['thirdparty_body_section']));?></textarea>
48
+ <span class="cli_form_help">
49
+ <?php echo __('Print scripts before the closing body tag on the front end if above cookie settings is enabled and user has given consent.','cookie-law-info'); ?> <br />eg:- &lt;script&gt;console.log("body script");&lt;/script&gt;
50
+ </span>
51
+ </td>
52
+ </tr>
53
+ </table>
54
+ <div class="cli-plugin-toolbar bottom">
55
+ <div class="left">
56
+ </div>
57
+ <div class="right">
58
+ <input type="submit" name="update_admin_settings_form" value="<?php _e('Update Settings', 'cookie-law-info'); ?>" class="button-primary" style="float:right;" onClick="return cli_store_settings_btn_click(this.name)" />
59
+ <span class="spinner" style="margin-top:9px"></span>
60
+ </div>
61
+ </div>
62
+ </form>
63
+ </div>
64
+ </div>
admin/views/goto-pro.php ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ .cli-button-go-pro {
3
+ box-shadow: none;
4
+ border: 0;
5
+ text-shadow: none;
6
+ padding: 10px 15px;
7
+ height: auto;
8
+ font-size: 18px;
9
+ border-radius: 4px;
10
+ font-weight: 600;
11
+ background: #00cb95;
12
+ margin-top: 20px;
13
+ text-decoration: none;
14
+ }
15
+
16
+ .cli-button {
17
+ margin-bottom: 20px;
18
+ color: #fff;
19
+ }
20
+ .cli-button:hover, .cli-button:visited {
21
+ color: #fff;
22
+ }
23
+ .cli_gopro_block{ background: #fff; float: left; height:auto; padding: 15px; box-shadow: 0px 2px 2px #ccc; margin-top: 20px; width: 100%; }
24
+ .cli_gopro_block h3{ text-align: center; }
25
+ .cli_premium_features{ padding-left: 20px; }
26
+ .cli_premium_features li{ padding-left:15px; padding-right: 15px; }
27
+ .cli_premium_features li::before {
28
+ font-family: dashicons;
29
+ text-decoration: inherit;
30
+ font-weight: 400;
31
+ font-style: normal;
32
+ vertical-align: top;
33
+ text-align: center;
34
+ content: "\f147";
35
+ margin-right: 10px;
36
+ margin-left: -25px;
37
+ font-size: 16px;
38
+ color: #3085bb;
39
+ }
40
+ .cli-button-documentation{
41
+ border: 0;
42
+ background: #d8d8dc;
43
+ box-shadow: none;
44
+ padding: 10px 15px;
45
+ font-size: 15px;
46
+ height: auto;
47
+ margin-left: 10px;
48
+ margin-right: 10px;
49
+ margin-top: 10px;
50
+ border-radius: 3px;
51
+ text-decoration: none;
52
+ }
53
+ </style>
54
+
55
+ <div id="cli-plugin-migrate">
56
+ <h3><?php echo __('Where did my settings go?','cookie-law-info'); ?></h3>
57
+ <p><?php echo __('Cookie Law Info version 0.9 has been updated and has new settings.','cookie-law-info'); ?> <strong><?php echo __('Your previous settings are safe.','cookie-law-info'); ?></strong></p>
58
+ <p><?php echo __('You can either copy over your old settings to this version, or use the new default values.','cookie-law-info'); ?> </p>
59
+ <form method="post" action="<?php esc_url($_SERVER["REQUEST_URI"]) ?>">
60
+ <p><label for="cli-migration"><?php echo __('Would you like to:','cookie-law-info'); ?></label></p>
61
+ <ul>
62
+ <li><input type="radio" id="cli-migration_field_yes" name="cli-migration_field" class="styled" value="2" /> <?php echo __('Use previous settings','cookie-law-info'); ?></li>
63
+ <li><input type="radio" id="cli-migration_field_yes" name="cli-migration_field" class="styled" value="3" checked="checked" /> <?php echo __('Start afresh with the new version','cookie-law-info'); ?></li>
64
+ </ul>
65
+ <input type="submit" name="cli-migration-button" value="Update" class="button-secondary" onclick="return confirm('Are you sure you want to migrate settings?');" />
66
+ </form>
67
+ <p><?php echo __('If you want to go back to the previous version you can always download it again from','cookie-law-info'); ?> <a href="http://www.cookielawinfo.com">CookieLawInfo.com.</a></p>
68
+ </div>
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 homepage.","cookie-law-info"); ?></li>
86
+ <li><?php echo __('Allow to display cookie cettings popup where site visitors can opt-in or give consent to cookie categories.','cookie-law-info'); ?></li>
87
+ <li><?php echo __('Customisable to look just like your own website\'s style: customise the colours, styles and fonts.','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>
92
+ <p style="text-align: center;">
93
+ <a href="http://cookielawinfo.com/user-guide/" target="_blank" class="cli-button cli-button-documentation" style=" color: #555 !important;"><?php echo __('Documentation','cookie-law-info'); ?></a>
94
+ </p>
95
+ </div>
96
+
97
+ <div class="cli_gopro_block">
98
+ <h3 style="text-align: center;"><?php echo __('Like this plugin?','cookie-law-info'); ?></h3>
99
+ <p><?php echo __('If you find this plugin useful please show your support and rate it','cookie-law-info'); ?> <a href="http://wordpress.org/support/view/plugin-reviews/cookie-law-info" target="_blank" style="color: #ffc600; text-decoration: none;">★★★★★</a><?php echo __(' on','cookie-law-info'); ?> <a href="http://wordpress.org/support/view/plugin-reviews/cookie-law-info?filter=5" target="_blank">WordPress.org</a> -<?php echo __(' much appreciated!','cookie-law-info'); ?> :)</p>
100
+ </div>
101
+
102
+ <!-- <div>
103
+ <form action="http://cookielawinfo.us5.list-manage.com/subscribe/post?u=b32779d828ef2e37e68e1580d&amp;id=71af66b86e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
104
+ <h3><label for="mce-EMAIL">Subscribe to our mailing list</label></h3>
105
+ <p>Occasional updates on plugin updates, compliance requirements, who's doing what and industry best practice.</p>
106
+ <input type="email" value="" name="EMAIL" class="vvv_textfield" id="mce-EMAIL" placeholder="email address" required>
107
+ <div class="">
108
+ <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button-secondary">
109
+ </div>
110
+ <p>We will not send you spam or pass your details to 3rd Parties.</p>
111
+ </form>
112
+ </div>-->
113
+ <!--End mc_embed_signup-->
cookie-law-info.php CHANGED
@@ -1,18 +1,32 @@
1
  <?php
2
- /*
3
- Plugin Name: GDPR Cookie Consent
4
- Plugin URI: https://wordpress.org/plugins/cookie-law-info/
5
- Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
6
- Author: WebToffee
7
- Author URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
8
- Version: 1.6.5
9
- License: GPLv3
10
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
- Text Domain: cookie-law-info
12
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  /*
15
- Copyright 2018 Markwt
16
 
17
  This program is free software; you can redistribute it and/or modify
18
  it under the terms of the GNU General Public License, version 2, as
@@ -28,118 +42,113 @@ Text Domain: cookie-law-info
28
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29
  */
30
 
 
 
 
 
31
 
32
-
33
- // Failsafe setting (will catch any missed debug function calls), switch off ("false") in live:
34
  define ( 'CLI_PLUGIN_DEVELOPMENT_MODE', false );
35
-
36
  define ( 'CLI_PLUGIN_PATH', plugin_dir_path(__FILE__) );
37
- define ( 'CLI_PLUGIN_URL', plugins_url() . '/cookie-law-info/');
38
  define ( 'CLI_DB_KEY_PREFIX', 'CookieLawInfo-' );
39
  define ( 'CLI_LATEST_VERSION_NUMBER', '0.9' );
40
  define ( 'CLI_SETTINGS_FIELD', CLI_DB_KEY_PREFIX . CLI_LATEST_VERSION_NUMBER );
41
  define ( 'CLI_MIGRATED_VERSION', CLI_DB_KEY_PREFIX . 'MigratedVersion' );
42
-
43
  // Previous version settings (depreciated from 0.9 onwards):
44
  define ( 'CLI_ADMIN_OPTIONS_NAME', 'CookieLawInfo-0.8.3' );
45
-
46
-
47
- require_once CLI_PLUGIN_PATH . 'php/functions.php';
48
- require_once CLI_PLUGIN_PATH . 'admin/cli-admin.php';
49
- require_once CLI_PLUGIN_PATH . 'admin/cli-admin-page.php';
50
- require_once CLI_PLUGIN_PATH . 'php/shortcodes.php';
51
- require_once CLI_PLUGIN_PATH . 'php/custom-post-types.php';
52
-
53
-
54
- // General, including script handling and uninstall:
55
- register_activation_hook( __FILE__, 'cookielawinfo_activate' );
56
- add_action( 'admin_menu', 'cookielawinfo_register_custom_menu_page' );
57
- add_action( 'wp_enqueue_scripts', 'cookielawinfo_enqueue_frontend_scripts' );
58
- add_action( 'wp_footer', 'cookielawinfo_inject_cli_script' );
59
-
60
- // Shortcodes:
61
- add_shortcode( 'delete_cookies', 'cookielawinfo_delete_cookies_shortcode' ); // a shortcode [delete_cookies (text="Delete Cookies")]
62
- add_shortcode( 'cookie_audit', 'cookielawinfo_table_shortcode' ); // a shortcode [cookie_audit style="winter"]
63
- add_shortcode( 'cookie_accept', 'cookielawinfo_shortcode_accept_button' ); // a shortcode [cookie_accept (colour="red")]
64
- add_shortcode( 'cookie_reject', 'cookielawinfo_shortcode_reject_button' ); // a shortcode [cookie_reject (colour="red")]
65
- add_shortcode( 'cookie_link', 'cookielawinfo_shortcode_more_link' ); // a shortcode [cookie_link]
66
- add_shortcode( 'cookie_button', 'cookielawinfo_shortcode_main_button' ); // a shortcode [cookie_button]
67
-
68
- // Dashboard styles:
69
- add_action( 'admin_enqueue_scripts', 'cookielawinfo_custom_dashboard_styles' );
70
- add_action( 'admin_enqueue_scripts', 'cookielawinfo_enqueue_color_picker' );
71
- function cookielawinfo_enqueue_color_picker( $hook ) {
72
- if ( 'cookielawinfo_page_cookie-law-info' != $hook )
73
- return;
74
- wp_enqueue_style( 'wp-color-picker' );
75
- wp_enqueue_script( 'cookielawinfo_admin_page_script', plugins_url('admin/cli-admin.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
76
- }
77
-
78
-
79
- // Cookie Audit custom post type functions:
80
- add_action( 'admin_init', 'cookielawinfo_custom_posts_admin_init' );
81
- add_action( 'init', 'cookielawinfo_register_custom_post_type' );
82
- add_action( 'save_post', 'cookielawinfo_save_custom_metaboxes' );
83
- add_filter( 'manage_edit-cookielawinfo_columns', 'cookielawinfo_edit_columns' );
84
- add_action( 'manage_posts_custom_column', 'cookielawinfo_custom_columns' );
85
-
86
-
87
- // Add plugin settings link:
88
- add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'cookielawinfo_plugin_action_links' );
89
- function cookielawinfo_plugin_action_links( $links ) {
90
- $links[] = '<a href="'. get_admin_url(null, 'edit.php?post_type=cookielawinfo&page=cookie-law-info') .'">Settings</a>';
91
- $links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">Go PRO</a>';
92
- return $links;
93
- }
94
-
95
- add_action( 'plugins_loaded', 'cli_load_textdomain');
96
- function cli_load_textdomain(){
97
- load_plugin_textdomain( 'cookie-law-info', false, basename( dirname( __FILE__ ) ) . '/i18n' );
98
  }
99
 
100
- /** Register the uninstall function */
101
- function cookielawinfo_activate() {
102
- register_uninstall_hook( __FILE__, 'cookielawinfo_uninstall_plugin' );
 
 
 
 
103
  }
104
-
105
-
106
- /** Uninstalls the plugin (removes settings and custom meta) */
107
- function cookielawinfo_uninstall_plugin() {
108
- // Bye bye settings:
109
- delete_option( CLI_ADMIN_OPTIONS_NAME );
110
- delete_option( CLI_MIGRATED_VERSION );
111
- delete_option( CLI_SETTINGS_FIELD );
112
-
113
- // Bye bye custom meta:
114
- $args = array('post_type' => 'cookielawinfo');
115
- $posts = get_posts($args);
116
-
117
- if ( !$posts ) {
118
- return;
119
- }
120
-
121
- if( $posts )
 
122
  {
123
- foreach( $posts as $post )
 
 
 
 
 
 
 
 
124
  {
125
- $custom = get_post_custom( $post->ID );
126
- // Look for old values. If they exist, move them to new values then delete old values:
127
- if ( isset ( $custom["cookie_type"][0] ) ) {
128
- delete_post_meta( $post->ID, "cookie_type", $custom["cookie_type"][0] );
129
- }
130
- if ( isset ( $custom["cookie_duration"][0] ) ) {
131
- delete_post_meta( $post->ID, "cookie_duration", $custom["cookie_duration"][0] );
132
- }
133
- if ( isset ( $custom["_cli_cookie_type"][0] ) ) {
134
- delete_post_meta( $post->ID, "_cli_cookie_type", $custom["_cli_cookie_type"][0] );
135
- }
136
- if ( isset ( $custom["_cli_cookie_duration"][0] ) ) {
137
- delete_post_meta( $post->ID, "_cli_cookie_duration", $custom["_cli_cookie_duration"][0] );
138
- }
139
  }
 
 
 
 
 
 
 
 
140
  }
141
-
142
  }
143
 
144
 
145
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <?php
2
+
3
+ /**
4
+ * The plugin bootstrap file
5
+ *
6
+ * This file is read by WordPress to generate the plugin information in the plugin
7
+ * admin area. This file also includes all of the dependencies used by the plugin,
8
+ * registers the activation and deactivation functions, and defines a function
9
+ * that starts the plugin.
10
+ *
11
+ * @link https://www.webtoffee.com/product/gdpr-cookie-consent/
12
+ * @since 1.6.6
13
+ * @package Cookie_Law_Info
14
+ *
15
+ * @wordpress-plugin
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.6.6
20
+ * Author: WebToffee
21
+ * Author URI: http://cookielawinfo.com/
22
+ * License: GPLv3
23
+ * License URI: https://www.gnu.org/licenses/gpl-3.0.html
24
+ * Text Domain: cookie-law-info
25
+ * Domain Path: /languages
26
+ */
27
 
28
  /*
29
+ Copyright 2018 WebToffee
30
 
31
  This program is free software; you can redistribute it and/or modify
32
  it under the terms of the GNU General Public License, version 2, as
42
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
43
  */
44
 
45
+ // If this file is called directly, abort.
46
+ if ( ! defined( 'WPINC' ) ) {
47
+ die;
48
+ }
49
 
 
 
50
  define ( 'CLI_PLUGIN_DEVELOPMENT_MODE', false );
51
+ define ( 'CLI_PLUGIN_BASENAME', plugin_basename(__FILE__) );
52
  define ( 'CLI_PLUGIN_PATH', plugin_dir_path(__FILE__) );
53
+ define ( 'CLI_PLUGIN_URL', plugin_dir_url(__FILE__));
54
  define ( 'CLI_DB_KEY_PREFIX', 'CookieLawInfo-' );
55
  define ( 'CLI_LATEST_VERSION_NUMBER', '0.9' );
56
  define ( 'CLI_SETTINGS_FIELD', CLI_DB_KEY_PREFIX . CLI_LATEST_VERSION_NUMBER );
57
  define ( 'CLI_MIGRATED_VERSION', CLI_DB_KEY_PREFIX . 'MigratedVersion' );
 
58
  // Previous version settings (depreciated from 0.9 onwards):
59
  define ( 'CLI_ADMIN_OPTIONS_NAME', 'CookieLawInfo-0.8.3' );
60
+ define ( 'CLI_PLUGIN_FILENAME',__FILE__);
61
+ define ( 'CLI_POST_TYPE','cookielawinfo');
62
+ /**
63
+ * Currently plugin version.
64
+ * Rename this for your plugin and update it as you release new versions.
65
+ */
66
+ define( 'CLI_VERSION', '1.6.6' );
67
+
68
+
69
+ /**
70
+ * The code that runs during plugin activation.
71
+ * This action is documented in includes/class-cookie-law-info-activator.php
72
+ */
73
+ function activate_cookie_law_info() {
74
+ require_once plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info-activator.php';
75
+ Cookie_Law_Info_Activator::activate();
76
+ register_uninstall_hook( __FILE__, 'uninstall_cookie_law_info' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  }
78
 
79
+ /**
80
+ * The code that runs during plugin deactivation.
81
+ * This action is documented in includes/class-cookie-law-info-deactivator.php
82
+ */
83
+ function deactivate_cookie_law_info() {
84
+ require_once plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info-deactivator.php';
85
+ Cookie_Law_Info_Deactivator::deactivate();
86
  }
87
+ register_activation_hook( __FILE__, 'activate_cookie_law_info' );
88
+ register_deactivation_hook( __FILE__, 'deactivate_cookie_law_info' );
89
+
90
+
91
+ function uninstall_cookie_law_info()
92
+ {
93
+ // Bye bye settings:
94
+ delete_option( CLI_ADMIN_OPTIONS_NAME );
95
+ delete_option( CLI_MIGRATED_VERSION );
96
+ delete_option( CLI_SETTINGS_FIELD );
97
+
98
+ // Bye bye custom meta:
99
+ $args = array('post_type' => 'cookielawinfo');
100
+ $posts = get_posts($args);
101
+ if (!$posts)
102
+ {
103
+ return;
104
+ }
105
+ if($posts)
106
  {
107
+ foreach($posts as $post)
108
+ {
109
+ $custom = get_post_custom( $post->ID );
110
+ // Look for old values. If they exist, move them to new values then delete old values:
111
+ if ( isset ( $custom["cookie_type"][0] ) )
112
+ {
113
+ delete_post_meta( $post->ID, "cookie_type", $custom["cookie_type"][0] );
114
+ }
115
+ if ( isset ( $custom["cookie_duration"][0] ) )
116
  {
117
+ delete_post_meta( $post->ID, "cookie_duration", $custom["cookie_duration"][0] );
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  }
119
+ if ( isset ( $custom["_cli_cookie_type"][0] ) )
120
+ {
121
+ delete_post_meta( $post->ID, "_cli_cookie_type", $custom["_cli_cookie_type"][0] );
122
+ }
123
+ if ( isset ( $custom["_cli_cookie_duration"][0] ) )
124
+ {
125
+ delete_post_meta( $post->ID, "_cli_cookie_duration", $custom["_cli_cookie_duration"][0] );
126
+ }
127
  }
128
+ }
129
  }
130
 
131
 
132
+
133
+ /**
134
+ * The core plugin class that is used to define internationalization,
135
+ * admin-specific hooks, and public-facing site hooks.
136
+ */
137
+ require plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info.php';
138
+
139
+
140
+ /**
141
+ * Begins execution of the plugin.
142
+ *
143
+ * Since everything within the plugin is registered via hooks,
144
+ * then kicking off the plugin from this point in the file does
145
+ * not affect the page life cycle.
146
+ *
147
+ * @since 1.6.6
148
+ */
149
+ function run_cookie_law_info() {
150
+
151
+ $plugin = new Cookie_Law_Info();
152
+ $plugin->run();
153
+ }
154
+ run_cookie_law_info();
css/cli-admin-style.css DELETED
@@ -1,105 +0,0 @@
1
- #cli-plugin-migrate {
2
- background: #C5E3BF;
3
- border: 1px solid #98A148;
4
- color: #000;
5
- margin: 0 0 20px 0;
6
- padding: 10px;
7
- display: none;
8
- }
9
-
10
- .vvv_combobox {
11
- width: 100%;
12
- }
13
- .vvv_textbox {
14
- height: 150px;
15
- width: 100%;
16
- }
17
- .form-table input[type="text"], .vvv_textfield {
18
- width:100%;
19
- height: 24px;
20
- margin-bottom: 5px;
21
- }
22
- .cli-plugin-example {
23
- display: block;
24
- }
25
- #cookielawinfo-accordion h4 {
26
- border-bottom: 1px solid #ccc;
27
- line-height: 110%;
28
- padding: 5px;
29
- }
30
- #cookielawinfo-accordion h4 code {
31
- padding-left: 40px;
32
- background: transparent;
33
- }
34
- .cli-help pre {
35
- font-weight: bold;
36
- }
37
- .cli-help span {
38
- margin: 0 0 30px 15px;
39
- display: block;
40
- }
41
- .cli-plugin-toolbar {
42
- height: 40px;
43
- width: 100%;
44
- margin: 0;
45
- padding: 0;
46
- }
47
- .cli-plugin-toolbar .left {
48
- float: left;
49
- margin: 0;
50
- padding: 0;
51
- }
52
- .cli-plugin-toolbar .left img {
53
- vertical-align: text-bottom;
54
- margin-right: 10px;
55
- }
56
- .cli-plugin-toolbar .right {
57
- float: right;
58
- margin: 0;
59
- padding: 0;
60
- }
61
- .cli-plugin-toolbar.top {
62
- margin-bottom: -5px;
63
- }
64
- .cli-plugin-toolbar.bottom {
65
- margin-top: 12px;
66
- }
67
- #header_on_off_field_warning {
68
- margin-left: 30px;
69
- }
70
- .warning { /* called by jQuery in admin-ui-controller.js */
71
- color: #f00;
72
- font-weight: bold;
73
- }
74
- .cli-plugin-container {
75
- overflow: hidden;
76
- width: 100%;
77
- }
78
- .cli-plugin-left-col {
79
- float: left;
80
- padding-bottom: 500em;
81
- margin-bottom: -500em;
82
- }
83
- .cli-plugin-right-col {
84
- float: left;
85
- margin-right: -1px; /* For IE */
86
- padding-bottom: 500em;
87
- margin-bottom: -500em;
88
- }
89
-
90
- .cli-plugin-container.width-50 { width: 50%; }
91
- .cli-plugin-container.width-60 { width: 60%; }
92
- .cli-plugin-container.width-70 { width: 70%; }
93
- .cli-plugin-container.width-80 { width: 80%; }
94
- .cli-plugin-container.width-90 { width: 90%; }
95
- .cli-plugin-left-col.width-50, .cli-plugin-right-col.width-50 { width: 50%; }
96
- .cli-plugin-left-col.width-62, .cli-plugin-right-col.width-62 { width: 62%; } /* Golden Ratio */
97
- .cli-plugin-left-col.width-38, .cli-plugin-right-col.width-38 { width: 38%; } /* Golden Ratio */
98
- .cli-plugin-left-col.width-f220, .cli-plugin-right-col.width-f220 { width: 220px; }
99
- .cli-plugin-container div.pad-5, .cli-plugin-left-col div.pad-5, .cli-plugin-right-col div.pad-5 { padding: 5px; }
100
- .cli-plugin-container div.pad-10, .cli-plugin-left-col div.pad-10, .cli-plugin-right-col div.pad-10 { padding: 10px; }
101
- .width-60 { width: 60%; }
102
- .width-100 { width: 100%; }
103
-
104
- .hr-top { border-top: 1px solid #ccc; }
105
- .hr-bottom { border-bottom: 1px solid #ccc; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
i18n/cookie-law-info-da_DK.mo DELETED
Binary file
i18n/cookie-law-info-da_DK.po DELETED
@@ -1,658 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2018-05-30 11:35+0530\n"
5
- "PO-Revision-Date: 2018-05-30 11:39+0530\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: da\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
-
18
- #: admin/cli-admin-page.php:26
19
- msgid "You do not have sufficient permission to perform this operation"
20
- msgstr "Du har ikke tilstrækkelig tilladelse til at udføre denne operation"
21
-
22
- #: admin/cli-admin-page.php:44 admin/cli-admin-page.php:846
23
- msgid "Settings Updated."
24
- msgstr "Indstillinger opdateret."
25
-
26
- #: admin/cli-admin-page.php:54 admin/cli-admin-page.php:77
27
- msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
28
- msgstr "OVERFLYTTER INDSTILLINGER FOR FEJL (FEJL: 2)"
29
-
30
- #: admin/cli-admin-page.php:65
31
- msgid "Cookie Law Settings"
32
- msgstr "Loven cookieindstillinger"
33
-
34
- #: admin/cli-admin-page.php:88
35
- msgid "Error processing migration request (ERROR: 4)"
36
- msgstr "Fejl ved behandling af migreringsanmodning (FEJL: 4)"
37
-
38
- #: admin/cli-admin-page.php:116
39
- msgid "Your Cookie Law Info bar is switched on"
40
- msgstr "Din Cookie lov Info bar er tændt"
41
-
42
- #: admin/cli-admin-page.php:120
43
- msgid "Your Cookie Law Info bar is switched off"
44
- msgstr "Din Cookie lov Info bar er slukket"
45
-
46
- #: admin/cli-admin-page.php:152
47
- msgid "Settings"
48
- msgstr "Indstillinger"
49
-
50
- #: admin/cli-admin-page.php:154
51
- msgid "The Cookie Bar"
52
- msgstr "Cookie Bar farve"
53
-
54
- #: admin/cli-admin-page.php:157
55
- msgid "Cookie Bar is currently:"
56
- msgstr "Cookie Bar er i øjeblikket:"
57
-
58
- #: admin/cli-admin-page.php:166
59
- msgid "Reject Button:"
60
- msgstr "Afvise knap"
61
-
62
- #: admin/cli-admin-page.php:174
63
- msgid "Cookie Bar will be show in:"
64
- msgstr "Cookie Bar vil blive vist i:"
65
-
66
- #: admin/cli-admin-page.php:180 admin/cli-admin-page.php:187
67
- msgid "Header"
68
- msgstr "hoved"
69
-
70
- #: admin/cli-admin-page.php:183 admin/cli-admin-page.php:190
71
- msgid "Footer"
72
- msgstr "Footer"
73
-
74
- #: admin/cli-admin-page.php:200
75
- msgid "Fix Cookie Bar to Header?"
76
- msgstr "Fix Cookie Bar til Header?"
77
-
78
- #: admin/cli-admin-page.php:204
79
- msgid ""
80
- "If you select \"Header\" then you can optionally stick the cookie bar to the "
81
- "header. Will not have any effect if you select \"Footer\"."
82
- msgstr ""
83
- "Hvis du vælger \"Header\" kan du eventuelt holde linjen cookie til "
84
- "sidehovedet. Vil ikke have nogen virkning, hvis du vælger \"Sidefod\"."
85
-
86
- #: admin/cli-admin-page.php:210
87
- msgid "On load"
88
- msgstr "På belastning"
89
-
90
- #: admin/cli-admin-page.php:216 admin/cli-admin-page.php:223
91
- msgid "Animate"
92
- msgstr "Animer"
93
-
94
- #: admin/cli-admin-page.php:219 admin/cli-admin-page.php:226
95
- msgid "Sticky"
96
- msgstr "Sticky"
97
-
98
- #: admin/cli-admin-page.php:234
99
- msgid "On hide"
100
- msgstr "På Skjul"
101
-
102
- #: admin/cli-admin-page.php:252
103
- msgid "Auto-hide cookie bar after delay?"
104
- msgstr "Bil-skjule cookie bar efter forsinkelse?"
105
-
106
- #: admin/cli-admin-page.php:259
107
- msgid "Milliseconds until hidden"
108
- msgstr "Millisekunder indtil skjult"
109
-
110
- #: admin/cli-admin-page.php:262
111
- msgid "Specify milliseconds (not seconds) e.g."
112
- msgstr "Angive millisekunder (ikke sekunder) f.eks."
113
-
114
- #: admin/cli-admin-page.php:268
115
- msgid "Auto-hide cookie bar if the user scrolls?"
116
- msgstr "Bil-skjule cookie bar hvis brugeren ruller?"
117
-
118
- #: admin/cli-admin-page.php:275
119
- msgid "Reload after \"scroll accept\" event?"
120
- msgstr "Genindlæse efter \"rulle acceptere\" begivenhed?"
121
-
122
- #: admin/cli-admin-page.php:289
123
- msgid "The Show Again Tab"
124
- msgstr "Brug Vis igen fane?"
125
-
126
- #: admin/cli-admin-page.php:292
127
- msgid "Use Show Again Tab?"
128
- msgstr "Brug Vis igen fane?"
129
-
130
- #: admin/cli-admin-page.php:299
131
- msgid "Tab Position"
132
- msgstr "EtiketpositionCurrency type for column"
133
-
134
- #: admin/cli-admin-page.php:305 admin/cli-admin-page.php:312
135
- msgid "Right"
136
- msgstr "Højre"
137
-
138
- #: admin/cli-admin-page.php:308 admin/cli-admin-page.php:315
139
- msgid "Left"
140
- msgstr "Venstre"
141
-
142
- #: admin/cli-admin-page.php:323
143
- msgid "From Left Margin"
144
- msgstr "Venstre margin"
145
-
146
- #: admin/cli-admin-page.php:330
147
- msgid "Show More Text"
148
- msgstr "Vis mere"
149
-
150
- #: admin/cli-admin-page.php:341
151
- msgid "Cookie Law Message Bar"
152
- msgstr "Cookie Law Message Bar"
153
-
154
- #: admin/cli-admin-page.php:345
155
- msgid "Message"
156
- msgstr "Meddelelse"
157
-
158
- #: admin/cli-admin-page.php:351
159
- msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
160
- msgstr "Kortkoder tilladt: settngs i afsnittet \"Brug af the kortkoder\"."
161
-
162
- #: admin/cli-admin-page.php:351
163
- msgid "Examples: \"We use cookies on this website"
164
- msgstr "Eksempler: \"vi bruger cookies på dette websted"
165
-
166
- #: admin/cli-admin-page.php:351
167
- msgid "to find out how to delete cookies"
168
- msgstr "at finde ud af hvordan du sletter cookies"
169
-
170
- #: admin/cli-admin-page.php:355
171
- msgid "Cookie Bar Colour"
172
- msgstr "Cookie Bar farve"
173
-
174
- #: admin/cli-admin-page.php:365
175
- msgid "Text Colour"
176
- msgstr "Tekstfarve"
177
-
178
- #: admin/cli-admin-page.php:374
179
- msgid "Show Border?"
180
- msgstr "Vis rammer?"
181
-
182
- #: admin/cli-admin-page.php:382
183
- msgid "Border Colour"
184
- msgstr "Rammefarve"
185
-
186
- #: admin/cli-admin-page.php:390
187
- msgid "Font"
188
- msgstr "Skrift"
189
-
190
- #: admin/cli-admin-page.php:401
191
- msgid "Customise Buttons"
192
- msgstr "Tilpas knapper"
193
-
194
- #: admin/cli-admin-page.php:404
195
- msgid "Accept Button"
196
- msgstr "Acceptere knap"
197
-
198
- #: admin/cli-admin-page.php:406
199
- msgid "Main Button"
200
- msgstr "Vigtigste knap"
201
-
202
- #: admin/cli-admin-page.php:407
203
- msgid ""
204
- "This button/link can be customised to either simply close the cookie bar, or "
205
- "follow a link. You can also customise the colours and styles, and show it as "
206
- "a link or a button."
207
- msgstr ""
208
- "Denne knaplink kan tilpasses enten blot lukke linjen cookie, eller følg et "
209
- "link. Du kan også tilpasse farver og stilarter, og vise det som et hyperlink "
210
- "eller en knap."
211
-
212
- #: admin/cli-admin-page.php:410 admin/cli-admin-page.php:477
213
- #: admin/cli-admin-page.php:547
214
- msgid "Link Text"
215
- msgstr "Link tekst"
216
-
217
- #: admin/cli-admin-page.php:416 admin/cli-admin-page.php:483
218
- msgid "Action"
219
- msgstr "Handling"
220
-
221
- #: admin/cli-admin-page.php:424 admin/cli-admin-page.php:495
222
- #: admin/cli-admin-page.php:553
223
- msgid "Link URL"
224
- msgstr "Link URL"
225
-
226
- #: admin/cli-admin-page.php:427
227
- msgid "Button will only link to URL if"
228
- msgstr "Knappen vil kun link til URL hvis Action = Vis URL"
229
-
230
- #: admin/cli-admin-page.php:432 admin/cli-admin-page.php:503
231
- #: admin/cli-admin-page.php:569
232
- msgid "Open link in new window?"
233
- msgstr "Åben i et nyt vindue"
234
-
235
- #: admin/cli-admin-page.php:439 admin/cli-admin-page.php:510
236
- #: admin/cli-admin-page.php:559
237
- msgid "Link colour"
238
- msgstr "Link farve"
239
-
240
- #: admin/cli-admin-page.php:447 admin/cli-admin-page.php:518
241
- #: admin/cli-admin-page.php:576
242
- msgid "Show as button?"
243
- msgstr "Vis som knap"
244
-
245
- #: admin/cli-admin-page.php:454 admin/cli-admin-page.php:525
246
- #: admin/cli-admin-page.php:583
247
- msgid "Button colour"
248
- msgstr "Knapfarve"
249
-
250
- #: admin/cli-admin-page.php:462 admin/cli-admin-page.php:533
251
- #: admin/cli-admin-page.php:591
252
- msgid "Button Size"
253
- msgstr "Knap størrelse"
254
-
255
- #: admin/cli-admin-page.php:473
256
- msgid "Reject Button"
257
- msgstr "Afvise knap"
258
-
259
- #: admin/cli-admin-page.php:498
260
- msgid "Button will only link to URL if "
261
- msgstr "Knappen vil kun link til URL hvis Action = Vis URL"
262
-
263
- #: admin/cli-admin-page.php:543
264
- msgid "Read More Link"
265
- msgstr "Læs mere-link"
266
-
267
- #: admin/cli-admin-page.php:544
268
- msgid ""
269
- "This button/link can be used to provide a link out to your Privacy & Cookie "
270
- "Policy. You can customise it any way you like."
271
- msgstr ""
272
- "Denne knaplink kan bruges til at give et link ud til dit privatliv & Cookie "
273
- "politik. Du kan tilpasse det som du har lyst."
274
-
275
- #: admin/cli-admin-page.php:602
276
- msgid "Using the Shortcodes"
277
- msgstr "Brug af kortnumrene"
278
-
279
- #: admin/cli-admin-page.php:604
280
- msgid "Cookie bar shortcodes"
281
- msgstr "Cookie bar kortkoder"
282
-
283
- #: admin/cli-admin-page.php:605
284
- msgid "You can enter the shortcodes in the"
285
- msgstr "Du kan indtaste kortkoder i den"
286
-
287
- #: admin/cli-admin-page.php:605
288
- msgid ""
289
- "field of the Cookie Law Info bar. They add nicely formatted buttons and/or "
290
- "links into the cookie bar, without you having to add any HTML"
291
- msgstr ""
292
- "Du kan angive kortkoder i beskedfeltet \"\" af Cookie lov Info bar. De "
293
- "tilføjer pænt formateret knapper og/eller links til cookie bar, uden at du "
294
- "behøver at tilføje enhver HTML."
295
-
296
- #: admin/cli-admin-page.php:608
297
- msgid "If you just want a standard green"
298
- msgstr "Hvis du bare ønsker en standard grøn"
299
-
300
- #: admin/cli-admin-page.php:608
301
- msgid ""
302
- "button that closes the header and nothing more, use this shortcode. It is "
303
- "already styled, you don't need to customise it."
304
- msgstr ""
305
- "Hvis du bare ønsker en standard grøn \"Accepter\" knappen, der lukker i "
306
- "hovedet og intet mere, bruge denne ufuldkommenhed. Det er allerede stylet, "
307
- "du behøver at tilpasse den."
308
-
309
- #: admin/cli-admin-page.php:610
310
- msgid ""
311
- "Alternatively you can add a colour value. Choose from: red, blue, orange, "
312
- "yellow, green or pink."
313
- msgstr ""
314
- "Alternativt kan du tilføje en farve værdi. Vælge imellem: rød, blå, orange, "
315
- "gul, grøn eller pink."
316
-
317
- #: admin/cli-admin-page.php:610
318
- msgid "Careful to use the British spelling of "
319
- msgstr "Forsigtig med at bruge den britiske stavemåde af"
320
-
321
- #: admin/cli-admin-page.php:610
322
- msgid "for the attribute."
323
- msgstr "for attributten."
324
-
325
- #: admin/cli-admin-page.php:612 admin/cli-admin-page.php:614
326
- msgid "This is the"
327
- msgstr "Dette er den mest"
328
-
329
- #: admin/cli-admin-page.php:612
330
- msgid "you customise above."
331
- msgstr "Dette er linket \"læs mere\", du tilpasser ovenfor."
332
-
333
- #: admin/cli-admin-page.php:614
334
- msgid "link you customise above."
335
- msgstr "link du tilpasse ovenfor."
336
-
337
- #: admin/cli-admin-page.php:616
338
- msgid "Other shortcodes"
339
- msgstr "Andre kortkoder"
340
-
341
- #: admin/cli-admin-page.php:617
342
- msgid ""
343
- "These shortcodes can be used in pages and posts on your website. It is not "
344
- "recommended to use these inside the cookie bar itself."
345
- msgstr ""
346
- "Disse kortkoder kan bruges i sider og indlæg på din hjemmeside. Det "
347
- "anbefales ikke at bruge disse inde cookie bar selv."
348
-
349
- #: admin/cli-admin-page.php:619
350
- msgid ""
351
- "This prints out a nice table of cookies, in line with the guidance given by "
352
- "the ICO."
353
- msgstr ""
354
- "Denne funktion udskriver ud en dejlig tabel med cookies, i overensstemmelse "
355
- "med retningslinjerne fra ICO."
356
-
357
- #: admin/cli-admin-page.php:619
358
- msgid ""
359
- "You need to enter the cookies your website uses via the Cookie Law Info menu "
360
- "in your WordPress dashboard."
361
- msgstr ""
362
- "Du skal indtaste din hjemmeside bruger cookies via menuen Cookie lov Info i "
363
- "din WordPress dashboard."
364
-
365
- #: admin/cli-admin-page.php:621
366
- msgid ""
367
- "This shortcode will display a normal HTML link which when clicked, will "
368
- "delete the cookie set by Cookie Law Info (this cookie is used to remember "
369
- "that the cookie bar is closed)."
370
- msgstr ""
371
- "Denne ufuldkommenhed vil vise en normal HTML link som når klikket, vil "
372
- "slette cookien sæt af Cookie lov Info (denne cookie bruges til at huske på, "
373
- "at cookie bar er lukket)."
374
-
375
- #: admin/cli-admin-page.php:622
376
- msgid ""
377
- "Add any text you like- useful if you want e.g. another language to English."
378
- msgstr ""
379
- "Tilføje tekst du lignende-nyttigt, hvis du vil fx et andet sprog til engelsk."
380
-
381
- #: admin/cli-admin-page.php:628
382
- msgid "Advanced"
383
- msgstr "Avanceret"
384
-
385
- #: admin/cli-admin-page.php:630
386
- msgid ""
387
- "Sometimes themes apply settings that clash with plugins. If that happens, "
388
- "try adjusting these settings."
389
- msgstr ""
390
- "Undertiden anvende temaer indstillinger, der kolliderer med plugins. Hvis "
391
- "det sker, kan du prøve at justere disse indstillinger."
392
-
393
- #: admin/cli-admin-page.php:644
394
- msgid "Reset all values"
395
- msgstr "Nulstil alle værdier"
396
-
397
- #: admin/cli-admin-page.php:647
398
- msgid "Warning: this will actually delete your current settings."
399
- msgstr "Advarsel: Dette vil faktisk slette dine nuværende indstillinger."
400
-
401
- #: admin/cli-admin-page.php:689
402
- msgid "Where did my settings go?"
403
- msgstr "Hvor gik mine indstillinger?"
404
-
405
- #: admin/cli-admin-page.php:690
406
- msgid "Cookie Law Info version 0.9 has been updated and has new settings."
407
- msgstr ""
408
- "Cookie Law Info version 0.9 er blevet opdateret og har nye indstillinger."
409
-
410
- #: admin/cli-admin-page.php:690
411
- msgid "Your previous settings are safe."
412
- msgstr "Dine tidligere indstillinger er sikre."
413
-
414
- #: admin/cli-admin-page.php:691
415
- msgid ""
416
- "You can either copy over your old settings to this version, or use the new "
417
- "default values."
418
- msgstr ""
419
- "Du kan enten kopiere over dine gamle indstillinger til denne version, eller "
420
- "brug de nye standardværdier."
421
-
422
- #: admin/cli-admin-page.php:693
423
- msgid "Would you like to:"
424
- msgstr "Kunne du tænke dig"
425
-
426
- #: admin/cli-admin-page.php:695
427
- msgid "Use previous settings"
428
- msgstr "Brug tidligere indstillinger"
429
-
430
- #: admin/cli-admin-page.php:696
431
- msgid "Start afresh with the new version"
432
- msgstr "Start på ny med den nye version"
433
-
434
- #: admin/cli-admin-page.php:700
435
- msgid ""
436
- "If you want to go back to the previous version you can always download it "
437
- "again from"
438
- msgstr ""
439
- "Hvis du ønsker at gå tilbage til den tidligere version kan du altid hente "
440
- "det igen fra"
441
-
442
- #: admin/cli-admin-page.php:703
443
- msgid "GDPR Cookie Consent Pro"
444
- msgstr "GDPR Cookie samtykke Pro"
445
-
446
- #: admin/cli-admin-page.php:706
447
- msgid ""
448
- "* Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
449
- "Category, Header Script, Footer Script)"
450
- msgstr ""
451
- "* Administrere listen af cookies (navn, CookieID, beskrivelse, varighed, "
452
- "Type, kategori, overskrift Script, sidefod Script)"
453
-
454
- #: admin/cli-admin-page.php:707
455
- msgid "* Manage Cookie Categories"
456
- msgstr "* Administrer Cookie kategorier"
457
-
458
- #: admin/cli-admin-page.php:708
459
- msgid ""
460
- "* Allow to display Cookie Settings popup where site visitors can opt-in or "
461
- "give consent to Cookie Categories"
462
- msgstr ""
463
- "* Gør det muligt for at vise cookieindstillinger popup hvor besøgende kan "
464
- "opt-in eller give samtykke til Cookie kategorier"
465
-
466
- #: admin/cli-admin-page.php:709
467
- msgid ""
468
- "* Fully customisable to look just like your own website's style: customise "
469
- "the colours, styles and fonts"
470
- msgstr ""
471
- "* Fuldt tilpasselig at bare ligne din egen hjemmeside stil: tilpasse farver, "
472
- "typografier og skrifttyper"
473
-
474
- #: admin/cli-admin-page.php:710
475
- msgid "* Put the cookie bar in either the header or the footer"
476
- msgstr "* Sætte cookie bar i sidehovedet eller sidefoden"
477
-
478
- #: admin/cli-admin-page.php:711
479
- msgid "* (Optional) accept cookie policy if the user scrolls"
480
- msgstr "* (Valgfrie) acceptere cookie politik, hvis brugeren ruller"
481
-
482
- #: admin/cli-admin-page.php:712
483
- msgid ""
484
- "* (Optional) automatically close the cookie bar after a delay (delay is "
485
- "configurable)"
486
- msgstr ""
487
- "* (Valgfrie) lukker automatisk cookie bar efter en forsinkelse (delay er "
488
- "konfigurerbare)"
489
-
490
- #: admin/cli-admin-page.php:713
491
- msgid ""
492
- "* (Optional) cookie bar can be permanently dismissed or accessible through "
493
- "a \"show again\" tab"
494
- msgstr ""
495
- "* (Valgfrie) cookie bar kan være permanent afskediget eller tilgængelig via "
496
- "et \"Vis igen\" fanen"
497
-
498
- #: admin/cli-admin-page.php:714
499
- msgid ""
500
- "* \"Cookie Audit\" shortcode to construct a nicely-styled \"Privacy & "
501
- "Cookie Policy\""
502
- msgstr ""
503
- "* \"Cookie revision\" ufuldkommenhed til at konstruere et pænt stylet "
504
- "\"Privacy & Cookie politik\""
505
-
506
- #: admin/cli-admin-page.php:715
507
- msgid "* qTranslate support"
508
- msgstr "* qTranslate støtte"
509
-
510
- #: admin/cli-admin-page.php:717
511
- msgid "Upgrade to GDPR Pro"
512
- msgstr "Opgrader til Pro"
513
-
514
- #: admin/cli-admin-page.php:744
515
- msgid "Like this plugin?"
516
- msgstr "Syns du godt om dette plugin?"
517
-
518
- #: admin/cli-admin-page.php:745
519
- msgid "If you find this plugin useful please show your support and rate it"
520
- msgstr ""
521
- "Hvis du finder dette plugin nyttige venligst vise din støtte og vurdere det."
522
-
523
- #: admin/cli-admin-page.php:745
524
- msgid " on"
525
- msgstr "tændt"
526
-
527
- #: admin/cli-admin-page.php:745
528
- msgid " much appreciated!"
529
- msgstr "meget værdsat!"
530
-
531
- #: admin/cli-admin-page.php:748
532
- msgid "Help"
533
- msgstr "Hjælp"
534
-
535
- #: admin/cli-admin-page.php:750
536
- msgid "Help and Support"
537
- msgstr "Hjælp og Support!"
538
-
539
- #: admin/cli-admin-page.php:751
540
- msgid "Report a Bug"
541
- msgstr "Rapporter en fejl"
542
-
543
- #: admin/cli-admin-page.php:752
544
- msgid "Suggest a Feature"
545
- msgstr "Foreslå en funktion"
546
-
547
- #: admin/cli-admin-page.php:753
548
- msgid "About the law"
549
- msgstr "Om loven"
550
-
551
- #: admin/cli-admin-page.php:813
552
- msgid "Non-necessary Cookie Settings"
553
- msgstr "Ikke-nødvendige Cookie-indstillinger"
554
-
555
- #: admin/cli-admin-page.php:869
556
- msgid "Enable Non-necessary Cookie"
557
- msgstr "Aktivere ikke-nødvendige Cookie"
558
-
559
- #: admin/cli-admin-page.php:877
560
- msgid ""
561
- "This script will be added to the page HEAD section if the above settings is "
562
- "enabled and user has give consent."
563
- msgstr ""
564
- "Dette script vil tilføjet til side hoved sektion, hvis ovenstående "
565
- "indstillinger er aktiveret, og brugeren har give samtykke."
566
-
567
- #: admin/cli-admin-page.php:884
568
- msgid ""
569
- "Print scripts in the head tag on the front end if above cookie settings is "
570
- "enabled and user has given consent."
571
- msgstr ""
572
- "Udskrive scripts i hovedet tag på den forreste ende, hvis ovenfor cookie "
573
- "indstillinger er aktiveret, og brugeren har givet samtykke."
574
-
575
- #: admin/cli-admin-page.php:888
576
- msgid ""
577
- "This script will be added right after the BODY section if the above settings "
578
- "is enabled and user has given consent."
579
- msgstr ""
580
- "Dette script vil blive tilføjet ret efter BODY-afsnittet hvis ovenstående "
581
- "indstillinger er aktiveret, og brugeren har givet samtykke."
582
-
583
- #: admin/cli-admin-page.php:895
584
- msgid ""
585
- "Print scripts before the closing body tag on the front end if above cookie "
586
- "settings is enabled and user has given consent."
587
- msgstr ""
588
- "Print scripts før den afsluttende body-tag på den forreste ende hvis ovenfor "
589
- "cookie indstillinger er aktiveret, og brugeren har givet samtykke."
590
-
591
- #: admin/cli-admin-page.php:906
592
- msgid "Shortcodes allowed: see settings section \"Using the Shortcodes\"."
593
- msgstr ""
594
- "Kortkoder tilladt: indstillinger i afsnittet \"Brug af the kortkoder\"."
595
-
596
- #: php/custom-post-types.php:26
597
- msgid "Cookie List"
598
- msgstr "Cookie liste"
599
-
600
- #: php/custom-post-types.php:29
601
- msgid "Add New Cookie Type"
602
- msgstr "Tilføje nye Cookie Type"
603
-
604
- #: php/custom-post-types.php:30
605
- msgid "Edit Cookie Type"
606
- msgstr "Rediger cookie type"
607
-
608
- #: php/custom-post-types.php:31
609
- msgid "New Cookie Type"
610
- msgstr "Ny Cookie Type"
611
-
612
- #: php/custom-post-types.php:32
613
- msgid "View Cookie Type"
614
- msgstr "Se cookie type"
615
-
616
- #: php/custom-post-types.php:33
617
- msgid "Search Cookies"
618
- msgstr "Søg Cookies"
619
-
620
- #: php/custom-post-types.php:34
621
- msgid "Nothing found"
622
- msgstr "Intet fundet"
623
-
624
- #: php/custom-post-types.php:35
625
- msgid "Nothing found in Trash"
626
- msgstr "Intet fundet i papirkurven"
627
-
628
- #: php/custom-post-types.php:93
629
- msgid "Cookie Type: (persistent, session, third party )"
630
- msgstr "Cookie Type: (persistente, session, tredjepart)"
631
-
632
- #: php/custom-post-types.php:105
633
- msgid "Cookie Duration:"
634
- msgstr "Cookie varighed:"
635
-
636
- #: php/custom-post-types.php:116
637
- msgid "Cookie Sensitivity: ( necessary , non-necessary )"
638
- msgstr "Cookie følsomhed: (nødvendigt, ikke-nødvendige)"
639
-
640
- #: php/custom-post-types.php:127
641
- msgid "Cookie ID:"
642
- msgstr "Cookie-ID:"
643
-
644
- #: php/shortcodes.php:86
645
- msgid "Cookie"
646
- msgstr "Cookie"
647
-
648
- #: php/shortcodes.php:89
649
- msgid "Type"
650
- msgstr "Type"
651
-
652
- #: php/shortcodes.php:92
653
- msgid "Duration"
654
- msgstr "Bestillingsdato"
655
-
656
- #: php/shortcodes.php:95
657
- msgid "Description"
658
- msgstr "Beskrivelse"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Fired during plugin activation
5
+ *
6
+ * @link http://cookielawinfo.com/
7
+ * @since 1.6.6
8
+ *
9
+ * @package Cookie_Law_Info
10
+ * @subpackage Cookie_Law_Info/includes
11
+ */
12
+
13
+ /**
14
+ * Fired during plugin activation.
15
+ *
16
+ * This class defines all code necessary to run during the plugin's activation.
17
+ *
18
+ * @since 1.6.6
19
+ * @package Cookie_Law_Info
20
+ * @subpackage Cookie_Law_Info/includes
21
+ * @author WebToffee <info@webtoffee.com>
22
+ */
23
+ class Cookie_Law_Info_Activator {
24
+
25
+ /**
26
+ * Short Description. (use period)
27
+ *
28
+ * Long Description.
29
+ *
30
+ * @since 1.6.6
31
+ */
32
+ public static function activate()
33
+ {
34
+ global $wpdb;
35
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
36
+ if(is_multisite())
37
+ {
38
+ // Get all blogs in the network and activate plugin on each one
39
+ $blog_ids = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs" );
40
+ foreach($blog_ids as $blog_id )
41
+ {
42
+ switch_to_blog( $blog_id );
43
+ self::install_tables();
44
+ restore_current_blog();
45
+ }
46
+ }
47
+ else
48
+ {
49
+ self::install_tables();
50
+ }
51
+
52
+ }
53
+ public static function install_tables()
54
+ {
55
+ global $wpdb;
56
+ //install necessary tables
57
+ }
58
+
59
+ }
includes/class-cookie-law-info-deactivator.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Fired during plugin deactivation
5
+ *
6
+ * @link http://cookielawinfo.com/
7
+ * @since 1.6.6
8
+ *
9
+ * @package Cookie_Law_Info
10
+ * @subpackage Cookie_Law_Info/includes
11
+ */
12
+
13
+ /**
14
+ * Fired during plugin deactivation.
15
+ *
16
+ * This class defines all code necessary to run during the plugin's deactivation.
17
+ *
18
+ * @since 1.6.6
19
+ * @package Cookie_Law_Info
20
+ * @subpackage Cookie_Law_Info/includes
21
+ * @author WebToffee <info@webtoffee.com>
22
+ */
23
+ class Cookie_Law_Info_Deactivator {
24
+
25
+ /**
26
+ * Short Description. (use period)
27
+ *
28
+ * Long Description.
29
+ *
30
+ * @since 1.6.6
31
+ */
32
+ public static function deactivate()
33
+ {
34
+
35
+ }
36
+
37
+ }
includes/class-cookie-law-info-i18n.php ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Define the internationalization functionality
5
+ *
6
+ * Loads and defines the internationalization files for this plugin
7
+ * so that it is ready for translation.
8
+ *
9
+ * @link http://cookielawinfo.com/
10
+ * @since 1.6.6
11
+ *
12
+ * @package Cookie_Law_Info
13
+ * @subpackage Cookie_Law_Info/includes
14
+ */
15
+
16
+ /**
17
+ * Define the internationalization functionality.
18
+ *
19
+ * Loads and defines the internationalization files for this plugin
20
+ * so that it is ready for translation.
21
+ *
22
+ * @since 1.6.6
23
+ * @package Cookie_Law_Info
24
+ * @subpackage Cookie_Law_Info/includes
25
+ * @author WebToffee <info@webtoffee.com>
26
+ */
27
+ class Cookie_Law_Info_i18n {
28
+
29
+
30
+ /**
31
+ * Load the plugin text domain for translation.
32
+ *
33
+ * @since 1.6.6
34
+ */
35
+ public function load_plugin_textdomain() {
36
+ load_plugin_textdomain(
37
+ 'cookie-law-info',
38
+ false,
39
+ dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/'
40
+ );
41
+
42
+ }
43
+
44
+
45
+
46
+ }
includes/class-cookie-law-info-loader.php ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Register all actions and filters for the plugin
5
+ *
6
+ * @link http://cookielawinfo.com/
7
+ * @since 1.6.6
8
+ *
9
+ * @package Cookie_Law_Info
10
+ * @subpackage Cookie_Law_Info/includes
11
+ */
12
+
13
+ /**
14
+ * Register all actions and filters for the plugin.
15
+ *
16
+ * Maintain a list of all hooks that are registered throughout
17
+ * the plugin, and register them with the WordPress API. Call the
18
+ * run function to execute the list of actions and filters.
19
+ *
20
+ * @package Cookie_Law_Info
21
+ * @subpackage Cookie_Law_Info/includes
22
+ * @author WebToffee <info@webtoffee.com>
23
+ */
24
+ class Cookie_Law_Info_Loader {
25
+
26
+ /**
27
+ * The array of actions registered with WordPress.
28
+ *
29
+ * @since 1.6.6
30
+ * @access protected
31
+ * @var array $actions The actions registered with WordPress to fire when the plugin loads.
32
+ */
33
+ protected $actions;
34
+
35
+ /**
36
+ * The array of filters registered with WordPress.
37
+ *
38
+ * @since 1.6.6
39
+ * @access protected
40
+ * @var array $filters The filters registered with WordPress to fire when the plugin loads.
41
+ */
42
+ protected $filters;
43
+
44
+ /**
45
+ * Initialize the collections used to maintain the actions and filters.
46
+ *
47
+ * @since 1.6.6
48
+ */
49
+ public function __construct() {
50
+
51
+ $this->actions = array();
52
+ $this->filters = array();
53
+
54
+ }
55
+
56
+ /**
57
+ * Add a new action to the collection to be registered with WordPress.
58
+ *
59
+ * @since 1.6.6
60
+ * @param string $hook The name of the WordPress action that is being registered.
61
+ * @param object $component A reference to the instance of the object on which the action is defined.
62
+ * @param string $callback The name of the function definition on the $component.
63
+ * @param int $priority Optional. The priority at which the function should be fired. Default is 10.
64
+ * @param int $accepted_args Optional. The number of arguments that should be passed to the $callback. Default is 1.
65
+ */
66
+ public function add_action( $hook, $component, $callback, $priority = 10, $accepted_args = 1 ) {
67
+ $this->actions = $this->add( $this->actions, $hook, $component, $callback, $priority, $accepted_args );
68
+ }
69
+
70
+ /**
71
+ * Add a new filter to the collection to be registered with WordPress.
72
+ *
73
+ * @since 1.6.6
74
+ * @param string $hook The name of the WordPress filter that is being registered.
75
+ * @param object $component A reference to the instance of the object on which the filter is defined.
76
+ * @param string $callback The name of the function definition on the $component.
77
+ * @param int $priority Optional. The priority at which the function should be fired. Default is 10.
78
+ * @param int $accepted_args Optional. The number of arguments that should be passed to the $callback. Default is 1
79
+ */
80
+ public function add_filter( $hook, $component, $callback, $priority = 10, $accepted_args = 1 ) {
81
+ $this->filters = $this->add( $this->filters, $hook, $component, $callback, $priority, $accepted_args );
82
+ }
83
+
84
+ /**
85
+ * A utility function that is used to register the actions and hooks into a single
86
+ * collection.
87
+ *
88
+ * @since 1.6.6
89
+ * @access private
90
+ * @param array $hooks The collection of hooks that is being registered (that is, actions or filters).
91
+ * @param string $hook The name of the WordPress filter that is being registered.
92
+ * @param object $component A reference to the instance of the object on which the filter is defined.
93
+ * @param string $callback The name of the function definition on the $component.
94
+ * @param int $priority The priority at which the function should be fired.
95
+ * @param int $accepted_args The number of arguments that should be passed to the $callback.
96
+ * @return array The collection of actions and filters registered with WordPress.
97
+ */
98
+ private function add( $hooks, $hook, $component, $callback, $priority, $accepted_args ) {
99
+
100
+ $hooks[] = array(
101
+ 'hook' => $hook,
102
+ 'component' => $component,
103
+ 'callback' => $callback,
104
+ 'priority' => $priority,
105
+ 'accepted_args' => $accepted_args
106
+ );
107
+
108
+ return $hooks;
109
+
110
+ }
111
+
112
+ /**
113
+ * Register the filters and actions with WordPress.
114
+ *
115
+ * @since 1.6.6
116
+ */
117
+ public function run() {
118
+
119
+ foreach ( $this->filters as $hook ) {
120
+ add_filter( $hook['hook'], array( $hook['component'], $hook['callback'] ), $hook['priority'], $hook['accepted_args'] );
121
+ }
122
+
123
+ foreach ( $this->actions as $hook ) {
124
+ add_action( $hook['hook'], array( $hook['component'], $hook['callback'] ), $hook['priority'], $hook['accepted_args'] );
125
+ }
126
+
127
+ }
128
+
129
+ }
includes/class-cookie-law-info.php ADDED
@@ -0,0 +1,735 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * The file that defines the core plugin class
5
+ *
6
+ * A class definition that includes attributes and functions used across both the
7
+ * public-facing side of the site and the admin area.
8
+ *
9
+ * @link http://cookielawinfo.com/
10
+ * @since 1.6.6
11
+ *
12
+ * @package Cookie_Law_Info
13
+ * @subpackage Cookie_Law_Info/includes
14
+ */
15
+
16
+ /**
17
+ * The core plugin class.
18
+ *
19
+ * This is used to define internationalization, admin-specific hooks, and
20
+ * public-facing site hooks.
21
+ *
22
+ * Also maintains the unique identifier of this plugin as well as the current
23
+ * version of the plugin.
24
+ *
25
+ * @since 1.6.6
26
+ * @package Cookie_Law_Info
27
+ * @subpackage Cookie_Law_Info/includes
28
+ * @author WebToffee <info@webtoffee.com>
29
+ */
30
+ class Cookie_Law_Info {
31
+
32
+ /**
33
+ * The loader that's responsible for maintaining and registering all hooks that power
34
+ * the plugin.
35
+ *
36
+ * @since 1.6.6
37
+ * @access protected
38
+ * @var Cookie_Law_Info_Loader $loader Maintains and registers all hooks for the plugin.
39
+ */
40
+ protected $loader;
41
+
42
+ /**
43
+ * The unique identifier of this plugin.
44
+ *
45
+ * @since 1.6.6
46
+ * @access protected
47
+ * @var string $plugin_name The string used to uniquely identify this plugin.
48
+ */
49
+ protected $plugin_name;
50
+
51
+ /**
52
+ * The current version of the plugin.
53
+ *
54
+ * @since 1.6.6
55
+ * @access protected
56
+ * @var string $version The current version of the plugin.
57
+ */
58
+ protected $version;
59
+
60
+ private static $stored_options=array();
61
+
62
+ /**
63
+ * Define the core functionality of the plugin.
64
+ *
65
+ * Set the plugin name and the plugin version that can be used throughout the plugin.
66
+ * Load the dependencies, define the locale, and set the hooks for the admin area and
67
+ * the public-facing side of the site.
68
+ *
69
+ * @since 1.6.6
70
+ */
71
+ public function __construct()
72
+ {
73
+ if(defined( 'CLI_VERSION' ))
74
+ {
75
+ $this->version = CLI_VERSION;
76
+ }
77
+ else
78
+ {
79
+ $this->version = '1.6.6';
80
+ }
81
+ $this->plugin_name = 'cookie-law-info';
82
+
83
+ $this->load_dependencies();
84
+ $this->set_locale();
85
+ $this->define_admin_hooks();
86
+ $this->define_public_hooks();
87
+
88
+ }
89
+
90
+ /**
91
+ * Load the required dependencies for this plugin.
92
+ *
93
+ * Include the following files that make up the plugin:
94
+ *
95
+ * - Cookie_Law_Info_Loader. Orchestrates the hooks of the plugin.
96
+ * - Cookie_Law_Info_i18n. Defines internationalization functionality.
97
+ * - Cookie_Law_Info_Admin. Defines all hooks for the admin area.
98
+ * - Cookie_Law_Info_Public. Defines all hooks for the public side of the site.
99
+ *
100
+ * Create an instance of the loader which will be used to register the hooks
101
+ * with WordPress.
102
+ *
103
+ * @since 1.6.6
104
+ * @access private
105
+ */
106
+ private function load_dependencies() {
107
+
108
+ /**
109
+ * The class responsible for orchestrating the actions and filters of the
110
+ * core plugin.
111
+ */
112
+ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-cookie-law-info-loader.php';
113
+
114
+ /**
115
+ * The class responsible for defining internationalization functionality
116
+ * of the plugin.
117
+ */
118
+ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-cookie-law-info-i18n.php';
119
+
120
+ /**
121
+ * The class responsible for defining all actions that occur in the admin area.
122
+ */
123
+ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-cookie-law-info-admin.php';
124
+
125
+ /**
126
+ * The class responsible for defining all actions that occur in the public-facing
127
+ * side of the site.
128
+ */
129
+ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-cookie-law-info-public.php';
130
+
131
+ $this->loader = new Cookie_Law_Info_Loader();
132
+
133
+ }
134
+
135
+ /**
136
+ * Define the locale for this plugin for internationalization.
137
+ *
138
+ * Uses the Cookie_Law_Info_i18n class in order to set the domain and to register the hook
139
+ * with WordPress.
140
+ *
141
+ * @since 1.6.6
142
+ * @access private
143
+ */
144
+ private function set_locale() {
145
+
146
+ $plugin_i18n = new Cookie_Law_Info_i18n();
147
+
148
+ $this->loader->add_action( 'plugins_loaded', $plugin_i18n, 'load_plugin_textdomain' );
149
+
150
+ }
151
+
152
+ /**
153
+ * Register all of the hooks related to the admin area functionality
154
+ * of the plugin.
155
+ *
156
+ * @since 1.6.6
157
+ * @access private
158
+ */
159
+ private function define_admin_hooks() {
160
+
161
+ $plugin_admin = new Cookie_Law_Info_Admin( $this->get_plugin_name(), $this->get_version(),$this);
162
+
163
+
164
+ $this->loader->add_action( 'admin_menu', $plugin_admin, 'admin_menu'); /* Adding admin menu */
165
+ $this->loader->add_action( 'admin_init', $plugin_admin, 'add_meta_box'); /* Adding custom meta box */
166
+ $this->loader->add_action( 'save_post', $plugin_admin, 'save_custom_metaboxes');/* Saving meta box data */
167
+ $this->loader->add_action( 'manage_edit-cookielawinfo_columns', $plugin_admin, 'manage_edit_columns'); /* Customizing listing column */
168
+ $this->loader->add_action( 'manage_posts_custom_column', $plugin_admin, 'manage_posts_custom_columns');
169
+
170
+ $this->loader->add_action('admin_menu',$plugin_admin,'remove_cli_addnew_link');
171
+
172
+ // Add plugin settings link:
173
+ add_filter('plugin_action_links_'.plugin_basename(CLI_PLUGIN_FILENAME),array($plugin_admin,'plugin_action_links'));
174
+
175
+ $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
176
+ $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
177
+
178
+
179
+ /*.
180
+ * loading admin modules
181
+ */
182
+ $plugin_admin->admin_modules();
183
+
184
+ }
185
+
186
+ /**
187
+ * Register all of the hooks related to the public-facing functionality
188
+ * of the plugin.
189
+ *
190
+ * @since 1.6.6
191
+ * @access private
192
+ */
193
+ private function define_public_hooks()
194
+ {
195
+ $plugin_public = new Cookie_Law_Info_Public( $this->get_plugin_name(), $this->get_version(),$this);
196
+
197
+ $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_styles' );
198
+ $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_scripts' );
199
+ $this->loader->add_action( 'init', $plugin_public,'register_custom_post_type');
200
+
201
+ $plugin_public->common_modules();
202
+
203
+ //below hook's functions needs update
204
+
205
+ $this->loader->add_action( 'wp_footer',$plugin_public,'cookielawinfo_inject_cli_script');
206
+ $this->loader->add_action('wp_head',$plugin_public,'include_user_accepted_cookielawinfo');
207
+ $this->loader->add_action('wp_footer',$plugin_public,'include_user_accepted_cookielawinfo_in_body');
208
+ }
209
+
210
+ /**
211
+ * Run the loader to execute all of the hooks with WordPress.
212
+ *
213
+ * @since 1.6.6
214
+ */
215
+ public function run() {
216
+ $this->loader->run();
217
+ }
218
+
219
+ /**
220
+ * The name of the plugin used to uniquely identify it within the context of
221
+ * WordPress and to define internationalization functionality.
222
+ *
223
+ * @since 1.6.6
224
+ * @return string The name of the plugin.
225
+ */
226
+ public function get_plugin_name() {
227
+ return $this->plugin_name;
228
+ }
229
+
230
+ /**
231
+ * The reference to the class that orchestrates the hooks with the plugin.
232
+ *
233
+ * @since 1.6.6
234
+ * @return Cookie_Law_Info_Loader Orchestrates the hooks of the plugin.
235
+ */
236
+ public function get_loader() {
237
+ return $this->loader;
238
+ }
239
+
240
+ /**
241
+ * Retrieve the version number of the plugin.
242
+ *
243
+ * @since 1.6.6
244
+ * @return string The version number of the plugin.
245
+ */
246
+ public function get_version() {
247
+ return $this->version;
248
+ }
249
+
250
+ /**
251
+ * Get current settings.
252
+ *
253
+ */
254
+ public static function get_settings()
255
+ {
256
+ $settings = self::get_default_settings();
257
+ self::$stored_options=self::$stored_options && count(self::$stored_options)>0 ? self::$stored_options : get_option(CLI_SETTINGS_FIELD);
258
+ if(!empty(self::$stored_options))
259
+ {
260
+ foreach(self::$stored_options as $key => $option )
261
+ {
262
+ $settings[$key] = self::sanitise_settings($key,$option );
263
+ }
264
+ }
265
+ update_option( CLI_SETTINGS_FIELD, $settings );
266
+ return $settings;
267
+ }
268
+
269
+ /**
270
+ Returns default settings
271
+ If you override the settings here, be ultra careful to use escape characters!
272
+ */
273
+ public static function get_default_settings($key='')
274
+ {
275
+ $settings_v0_9 = array(
276
+ 'animate_speed_hide' => '500',
277
+ 'animate_speed_show' => '500',
278
+ 'background' => '#FFF',
279
+ 'background_url' => '',
280
+ 'border' => '#b1a6a6c2',
281
+ 'border_on' => true,
282
+ 'button_1_text' => 'Accept',
283
+ 'button_1_url' => '#',
284
+ 'button_1_action' => '#cookie_action_close_header',
285
+ 'button_1_link_colour' => '#fff',
286
+ 'button_1_new_win' => false,
287
+ 'button_1_as_button' => true,
288
+ 'button_1_button_colour' => '#000',
289
+ 'button_1_button_size' => 'medium',
290
+
291
+ 'button_2_text' => 'Read More',
292
+ 'button_2_url' => get_site_url(),
293
+ 'button_2_action' => 'CONSTANT_OPEN_URL',
294
+ 'button_2_link_colour' => '#444',
295
+ 'button_2_new_win' => true,
296
+ 'button_2_as_button' => false,
297
+ 'button_2_button_colour' => '#333',
298
+ 'button_2_button_size' => 'medium',
299
+
300
+ 'button_3_text' => 'Reject',
301
+ 'button_3_url' => '#',
302
+ 'button_3_action' => '#cookie_action_close_header_reject',
303
+ 'button_3_link_colour' => '#fff',
304
+ 'button_3_new_win' => false,
305
+ 'button_3_as_button' => true,
306
+ 'button_3_button_colour' => '#000',
307
+ 'button_3_button_size' => 'medium',
308
+
309
+ 'button_4_text' => 'Settings',
310
+ 'button_4_url' => '#',
311
+ 'button_4_action' => '#cookie_action_settings',
312
+ 'button_4_link_colour' => '#fff',
313
+ 'button_4_new_win' => false,
314
+ 'button_4_as_button' => true,
315
+ 'button_4_button_colour' => '#000',
316
+ 'button_4_button_size' => 'medium',
317
+
318
+ 'font_family' => 'inherit', // Pick the family, not the easy name (see helper function below)
319
+ 'header_fix' => false,
320
+ 'is_on' => true,
321
+ 'is_eu_on' => false,
322
+ 'logging_on' => false,
323
+ 'notify_animate_hide' => true,
324
+ 'notify_animate_show' => false,
325
+ 'notify_div_id' => '#cookie-law-info-bar',
326
+ 'notify_position_horizontal' => 'right', // left | right
327
+ 'notify_position_vertical' => 'bottom', // 'top' = header | 'bottom' = footer
328
+ 'notify_message' => addslashes ( 'This website uses cookies to improve your experience. We\'ll assume you\'re ok with this, but you can opt-out if you wish.[cookie_button] [cookie_link]'),
329
+ 'scroll_close' => false,
330
+ 'scroll_close_reload' => false,
331
+ 'accept_close_reload' => false,
332
+ 'reject_close_reload' => false,
333
+ 'showagain_background' => '#fff',
334
+ 'showagain_border' => '#000',
335
+ 'showagain_text' => addslashes ('Privacy & Cookies Policy'),
336
+ 'showagain_div_id' => '#cookie-law-info-again',
337
+ 'showagain_tab' => true,
338
+ 'showagain_x_position' => '100px',
339
+ 'text' => '#000',
340
+ 'use_colour_picker' => true,
341
+ 'show_once_yn' => false, // this is a new feature so default = switched off
342
+ 'show_once' => '10000', // 8 seconds
343
+ 'is_GMT_on' => true,
344
+ 'as_popup' => false,
345
+ 'popup_overlay' => true,
346
+ 'bar_heading_text' =>__('This website uses cookies','cookie-law-info'),
347
+ );
348
+ return $key!="" ? $settings_v0_9[$key] : $settings_v0_9;
349
+ }
350
+
351
+ /**
352
+ Returns JSON object containing the settings for the main script
353
+ REFACTOR / DEBUG: may need to use addslashes( ... ) else breaks JSON
354
+ */
355
+ public static function get_json_settings()
356
+ {
357
+ $settings = self::get_settings();
358
+
359
+ // DEBUG hex:
360
+ // preg_match('/^#[a-f0-9]{6}|#[a-f0-9]{3}$/i', $hex)
361
+ // DEBUG json_encode - issues across different versions of PHP!
362
+ // $str = json_encode( $slim_settings, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP );
363
+
364
+ // Slim down JSON objects to the bare bones:
365
+ $slim_settings = array(
366
+ 'animate_speed_hide' => $settings['animate_speed_hide'],
367
+ 'animate_speed_show' => $settings['animate_speed_show'],
368
+ 'background' => $settings['background'],
369
+ 'border' => $settings['border'],
370
+ 'border_on' => false, //$settings['border_on'],
371
+ 'button_1_button_colour' => $settings['button_1_button_colour'],
372
+ 'button_1_button_hover' => (self::su_hex_shift( $settings['button_1_button_colour'], 'down', 20 )),
373
+ 'button_1_link_colour' => $settings['button_1_link_colour'],
374
+ 'button_1_as_button' => $settings['button_1_as_button'],
375
+ 'button_1_new_win' => $settings['button_1_new_win'],
376
+ 'button_2_button_colour' => $settings['button_2_button_colour'],
377
+ 'button_2_button_hover' => (self::su_hex_shift( $settings['button_2_button_colour'], 'down', 20 )),
378
+ 'button_2_link_colour' => $settings['button_2_link_colour'],
379
+ 'button_2_as_button' => $settings['button_2_as_button'],
380
+ 'button_3_button_colour' => $settings['button_3_button_colour'],
381
+ 'button_3_button_hover' => (self::su_hex_shift( $settings['button_3_button_colour'], 'down', 20 )),
382
+ 'button_3_link_colour' => $settings['button_3_link_colour'],
383
+ 'button_3_as_button' => $settings['button_3_as_button'],
384
+ 'button_3_new_win' => $settings['button_3_new_win'],
385
+ 'button_4_button_colour' => $settings['button_4_button_colour'],
386
+ 'button_4_button_hover' => (self::su_hex_shift( $settings['button_4_button_colour'], 'down', 20 )),
387
+ 'button_4_link_colour' => $settings['button_4_link_colour'],
388
+ 'button_4_as_button' => $settings['button_4_as_button'],
389
+ 'font_family' => $settings['font_family'],
390
+ 'header_fix' => $settings['header_fix'],
391
+ 'notify_animate_hide' => $settings['notify_animate_hide'],
392
+ 'notify_animate_show' => $settings['notify_animate_show'],
393
+ 'notify_div_id' => $settings['notify_div_id'],
394
+ 'notify_position_horizontal' => $settings['notify_position_horizontal'],
395
+ 'notify_position_vertical' => $settings['notify_position_vertical'],
396
+ 'scroll_close' => $settings['scroll_close'],
397
+ 'scroll_close_reload' => $settings['scroll_close_reload'],
398
+ 'accept_close_reload' => $settings['accept_close_reload'],
399
+ 'reject_close_reload' => $settings['reject_close_reload'],
400
+ 'showagain_tab' => $settings['showagain_tab'],
401
+ 'showagain_background' => $settings['showagain_background'],
402
+ 'showagain_border' => $settings['showagain_border'],
403
+ 'showagain_div_id' => $settings['showagain_div_id'],
404
+ 'showagain_x_position' => $settings['showagain_x_position'],
405
+ 'text' => $settings['text'],
406
+ 'show_once_yn' => $settings['show_once_yn'],
407
+ 'show_once' => $settings['show_once'],
408
+ 'logging_on'=>$settings['logging_on'],
409
+ 'as_popup'=>$settings['as_popup'],
410
+ 'popup_overlay'=>$settings['popup_overlay'],
411
+ 'bar_heading_text'=>$settings['bar_heading_text'],
412
+ );
413
+ $str = json_encode( $slim_settings );
414
+ /*
415
+ DEBUG:
416
+ if ( $str == null | $str == '') {
417
+ $str = 'error: json is empty';
418
+ }
419
+ */
420
+ return $str;
421
+ }
422
+
423
+ /**
424
+ Returns sanitised content based on field-specific rules defined here
425
+ Used for both read AND write operations
426
+ */
427
+ public static function sanitise_settings($key, $value)
428
+ {
429
+ $ret = null;
430
+ switch ($key) {
431
+ // Convert all boolean values from text to bool:
432
+ case 'is_on':
433
+ case 'is_eu_on':
434
+ case 'logging_on':
435
+ case 'border_on':
436
+ case 'notify_animate_show':
437
+ case 'notify_animate_hide':
438
+ case 'showagain_tab':
439
+ case 'use_colour_picker':
440
+ case 'button_1_new_win':
441
+ case 'button_1_as_button':
442
+ case 'button_2_new_win':
443
+ case 'button_2_as_button':
444
+ case 'button_3_new_win':
445
+ case 'button_3_as_button':
446
+ case 'button_4_new_win':
447
+ case 'button_4_as_button':
448
+ case 'scroll_close':
449
+ case 'scroll_close_reload':
450
+ case 'accept_close_reload':
451
+ case 'reject_close_reload':
452
+ case 'show_once_yn':
453
+ case 'header_fix':
454
+ case 'is_GMT_on':
455
+ case 'as_popup':
456
+ case 'popup_overlay':
457
+
458
+ if ( $value == 'true' || $value === true )
459
+ {
460
+ $ret = true;
461
+ }
462
+ elseif ( $value == 'false' || $value === false )
463
+ {
464
+ $ret = false;
465
+ }
466
+ else
467
+ {
468
+ // Unexpected value returned from radio button, go fix the HTML.
469
+ // Failover = assign null.
470
+ $ret = 'fffffff';
471
+ }
472
+ break;
473
+ // Any hex colour e.g. '#f00', '#FE01ab' '#ff0000' but not 'f00' or 'ff0000':
474
+ case 'background':
475
+ case 'text':
476
+ case 'border':
477
+ case 'showagain_background':
478
+ case 'showagain_border':
479
+ case 'button_1_link_colour':
480
+ case 'button_1_button_colour':
481
+ case 'button_2_link_colour':
482
+ case 'button_2_button_colour':
483
+ case 'button_3_link_colour':
484
+ case 'button_3_button_colour':
485
+ case 'button_4_link_colour':
486
+ case 'button_4_button_colour':
487
+ if ( preg_match( '/^#[a-f0-9]{6}|#[a-f0-9]{3}$/i', $value ) )
488
+ {
489
+ // Was: '/^#([0-9a-fA-F]{1,2}){3}$/i' which allowed e.g. '#00dd' (error)
490
+ $ret = $value;
491
+ }
492
+ else {
493
+ // Failover = assign '#000' (black)
494
+ $ret = '#000';
495
+ }
496
+ break;
497
+ // Allow some HTML, but no JavaScript. Note that deliberately NOT stripping out line breaks here, that's done when sending JavaScript parameter elsewhere:
498
+ case 'notify_message':
499
+ case 'bar_heading_text':
500
+ $ret = wp_kses( $value,self::allowed_html(), self::allowed_protocols() );
501
+ break;
502
+ // URLs only:
503
+ case 'button_1_url':
504
+ case 'button_2_url':
505
+ case 'button_3_url':
506
+ case 'button_4_url':
507
+ $ret = esc_url( $value );
508
+ break;
509
+ // Basic sanitisation for all the rest:
510
+ default:
511
+ $ret = sanitize_text_field( $value );
512
+ break;
513
+ }
514
+ if(('is_eu_on' === $key || 'logging_on' == $key) && 'fffffff' === $ret) $ret = false;
515
+ return $ret;
516
+ }
517
+
518
+ public static function get_non_necessary_cookie_ids()
519
+ {
520
+
521
+ global $wpdb;
522
+ $args = array(
523
+ 'post_type' => CLI_POST_TYPE,
524
+ 'meta_query' => array(
525
+ array(
526
+ 'key' => '_cli_cookie_sensitivity',
527
+ 'value' => 'non-necessary'
528
+ )
529
+ )
530
+
531
+ );
532
+ $posts = get_posts($args);
533
+
534
+ if ( !$posts ) {
535
+ return;
536
+ }
537
+ $cookie_slugs = array();
538
+
539
+ if($posts){
540
+ foreach( $posts as $post )
541
+ {
542
+ $cookie_slugs[] = get_post_meta( $post->ID, "_cli_cookie_slugid", true);
543
+ }
544
+ }
545
+
546
+ return $cookie_slugs;
547
+ }
548
+
549
+ /**
550
+ * Color shift a hex value by a specific percentage factor
551
+ * By http://www.phpkode.com/source/s/shortcodes-ultimate/shortcodes-ultimate/lib/color.php
552
+ * Adapted by Richard Ashby; amended error handling to use failovers not messages, so app continues
553
+ *
554
+ * @param string $supplied_hex Any valid hex value. Short forms e.g. #333 accepted.
555
+ * @param string $shift_method How to shift the value e.g( +,up,lighter,>)
556
+ * @param integer $percentage Percentage in range of [0-100] to shift provided hex value by
557
+ * @return string shifted hex value
558
+ * @version 1.0 2008-03-28
559
+ */
560
+ public static function su_hex_shift( $supplied_hex, $shift_method, $percentage = 50 ) {
561
+ $shifted_hex_value = null;
562
+ $valid_shift_option = FALSE;
563
+ $current_set = 1;
564
+ $RGB_values = array( );
565
+ $valid_shift_up_args = array( 'up', '+', 'lighter', '>' );
566
+ $valid_shift_down_args = array( 'down', '-', 'darker', '<' );
567
+ $shift_method = strtolower( trim( $shift_method ) );
568
+
569
+ // Check Factor
570
+ if ( !is_numeric( $percentage ) || ($percentage = ( int ) $percentage) < 0 || $percentage > 100 ) {
571
+ //trigger_error( "Invalid factor", E_USER_ERROR );
572
+ return $supplied_hex;
573
+ }
574
+
575
+ // Check shift method
576
+ foreach ( array( $valid_shift_down_args, $valid_shift_up_args ) as $options ) {
577
+ foreach ( $options as $method ) {
578
+ if ( $method == $shift_method ) {
579
+ $valid_shift_option = !$valid_shift_option;
580
+ $shift_method = ( $current_set === 1 ) ? '+' : '-';
581
+ break 2;
582
+ }
583
+ }
584
+ ++$current_set;
585
+ }
586
+
587
+ if ( !$valid_shift_option ) {
588
+ //trigger_error( "Invalid shift method", E_USER_ERROR );
589
+ return $supplied_hex;
590
+ }
591
+
592
+ // Check Hex string
593
+ switch ( strlen( $supplied_hex = ( str_replace( '#', '', trim( $supplied_hex ) ) ) ) ) {
594
+ case 3:
595
+ if ( preg_match( '/^([0-9a-f])([0-9a-f])([0-9a-f])/i', $supplied_hex ) ) {
596
+ $supplied_hex = preg_replace( '/^([0-9a-f])([0-9a-f])([0-9a-f])/i', '\\1\\1\\2\\2\\3\\3', $supplied_hex );
597
+ } else {
598
+ //trigger_error( "Invalid hex color value", E_USER_ERROR );
599
+ return $supplied_hex;
600
+ }
601
+ break;
602
+ case 6:
603
+ if ( !preg_match( '/^[0-9a-f]{2}[0-9a-f]{2}[0-9a-f]{2}$/i', $supplied_hex ) ) {
604
+ //trigger_error( "Invalid hex color value", E_USER_ERROR );
605
+ return $supplied_hex;
606
+ }
607
+ break;
608
+ default:
609
+ //trigger_error( "Invalid hex color length", E_USER_ERROR );
610
+ return $supplied_hex;
611
+ }
612
+
613
+ // Start shifting
614
+ $RGB_values['R'] = hexdec( $supplied_hex{0} . $supplied_hex{1} );
615
+ $RGB_values['G'] = hexdec( $supplied_hex{2} . $supplied_hex{3} );
616
+ $RGB_values['B'] = hexdec( $supplied_hex{4} . $supplied_hex{5} );
617
+
618
+ foreach ( $RGB_values as $c => $v ) {
619
+ switch ( $shift_method ) {
620
+ case '-':
621
+ $amount = round( ((255 - $v) / 100) * $percentage ) + $v;
622
+ break;
623
+ case '+':
624
+ $amount = $v - round( ($v / 100) * $percentage );
625
+ break;
626
+ default:
627
+ // trigger_error( "Oops. Unexpected shift method", E_USER_ERROR );
628
+ return $supplied_hex;
629
+ }
630
+
631
+ $shifted_hex_value .= $current_value = (
632
+ strlen( $decimal_to_hex = dechex( $amount ) ) < 2
633
+ ) ? '0' . $decimal_to_hex : $decimal_to_hex;
634
+ }
635
+
636
+ return '#' . $shifted_hex_value;
637
+ }
638
+
639
+ /**
640
+ Returns list of HTML tags allowed in HTML fields for use in declaration of wp_kset field validation.
641
+
642
+ Deliberately allows class and ID declarations to assist with custom CSS styling.
643
+ To customise further, see the excellent article at: http://ottopress.com/2010/wp-quickie-kses/
644
+ */
645
+ public static function allowed_html() {
646
+ $allowed_html = array(
647
+ // Allowed: <a href="" id="" class="" title="" target="">...</a>
648
+ // Not allowed: <a href="javascript(...);">...</a>
649
+ 'a' => array(
650
+ 'href' => array(),
651
+ 'id' => array(),
652
+ 'class' => array(),
653
+ 'title' => array(),
654
+ 'target' => array(),
655
+ 'rel' => array()
656
+ ),
657
+ 'b' => array(),
658
+ 'br' => array(
659
+ 'id' => array(),
660
+ 'class' => array()
661
+ ),
662
+ 'div' => array(
663
+ 'id' => array(),
664
+ 'class' => array()
665
+ ),
666
+ 'em' => array (
667
+ 'id' => array(),
668
+ 'class' => array()
669
+ ),
670
+ 'i' => array(),
671
+ 'img' => array(
672
+ 'src' => array(),
673
+ 'id' => array(),
674
+ 'class' => array(),
675
+ 'alt' => array()
676
+ ),
677
+ 'p' => array (
678
+ 'id' => array(),
679
+ 'class' => array()
680
+ ),
681
+ 'span' => array(
682
+ 'id' => array(),
683
+ 'class' => array()
684
+ ),
685
+ 'strong' => array(
686
+ 'id' => array(),
687
+ 'class' => array()
688
+ ),
689
+ );
690
+ return $allowed_html;
691
+ }
692
+
693
+
694
+ /**
695
+ Returns list of allowed protocols, for use in declaration of wp_kset field validation.
696
+ N.B. JavaScript is specifically disallowed for security reasons.
697
+ Don't even trust your own database, as you don't know if another plugin has written to your settings.
698
+ */
699
+ public static function allowed_protocols() {
700
+ // Additional options: 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet'
701
+ return array ('http', 'https');
702
+ }
703
+
704
+
705
+ /**
706
+ * Check if GTM is active
707
+ **/
708
+ public static function cli_is_active_GTM()
709
+ {
710
+
711
+ if ( in_array( 'duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
712
+ return true;
713
+ }
714
+ }
715
+ public static function cli_get_client_ip()
716
+ {
717
+
718
+ $ipaddress = '';
719
+ if (isset($_SERVER['HTTP_CLIENT_IP']))
720
+ $ipaddress = $_SERVER['HTTP_CLIENT_IP'];
721
+ else if (isset($_SERVER['HTTP_X_FORWARDED_FOR']))
722
+ $ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
723
+ else if (isset($_SERVER['HTTP_X_FORWARDED']))
724
+ $ipaddress = $_SERVER['HTTP_X_FORWARDED'];
725
+ else if (isset($_SERVER['HTTP_FORWARDED_FOR']))
726
+ $ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
727
+ else if (isset($_SERVER['HTTP_FORWARDED']))
728
+ $ipaddress = $_SERVER['HTTP_FORWARDED'];
729
+ else if (isset($_SERVER['REMOTE_ADDR']))
730
+ $ipaddress = $_SERVER['REMOTE_ADDR'];
731
+ else
732
+ $ipaddress = 'UNKNOWN';
733
+ return $ipaddress;
734
+ }
735
+ }
includes/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
js/admin-ui-controller.js DELETED
@@ -1,98 +0,0 @@
1
- jQuery(document).ready(function() {
2
-
3
- // You can override the icon names here, in case you prefer your own or have URL issues:
4
- // E.g. "http://mysite.com/cross.png/images/cross.png" would have "cross.png" replaced twice...
5
- // Styling should be done in your custom CSS
6
- var cookie_bar_on_icon = "tick.png";
7
- var cookie_bar_off_icon = "cross.png";
8
-
9
- // jQuery only CSS:
10
- jQuery('HTML').addClass('JS');
11
-
12
- /*
13
- Work in progress... open same tab position between saves
14
- If you are a web developer and fancy beating me to this, please get in touch... :)
15
-
16
- DONE:
17
- if 'cliopentab' GET param is set:
18
- find out value of 'cliopentab'
19
- call accordion with 'cliopentab' value
20
-
21
- TO DO:
22
- on accordion changing the active div:
23
- update form action with &cliopentab= <div number>:
24
- parse form action
25
- if 'cliopentab' GET param is set:
26
- update 'cliopentab' value with <div number>
27
- else:
28
- add &cliopentab= <div number>
29
- */
30
- function getURLParameter(name) {
31
- return decodeURI(
32
- (RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1]
33
- );
34
- }
35
- switch ( getURLParameter("cliopentab") ) {
36
- case "0":
37
- jQuery("#cookielawinfo-accordion").accordion( { autoHeight: false, active: 0 } );
38
- break;
39
- case "2":
40
- jQuery("#cookielawinfo-accordion").accordion( { autoHeight: false, active: 2 } );
41
- break;
42
- case "3":
43
- jQuery("#cookielawinfo-accordion").accordion( { autoHeight: false, active: 3 } );
44
- break;
45
- case "1":
46
- default:
47
- jQuery("#cookielawinfo-accordion").accordion( { autoHeight: false, active: 1 } );
48
- }
49
-
50
-
51
- // Cookie bar is on/off message handling:
52
- var f = jQuery("#header_on_off_alert");
53
- var t = jQuery("#header_on_off_field_warning");
54
- var icon = jQuery("#cli-plugin-status-icon");
55
-
56
- jQuery('#is_on_field_yes').click(function(){
57
- // Cookie bar is on
58
- f.text("Your Cookie Law Info bar is switched on");
59
- t.text("Your Cookie Law Info bar is switched on");
60
- t.removeClass('warning');
61
- swap_icon( cookie_bar_on_icon );
62
- });
63
- jQuery('#is_on_field_no').click(function(){
64
- // Cookie bar is off
65
- f.text("Your Cookie Law Info bar is switched off");
66
- t.text("Your Cookie Law Info bar is switched off");
67
- t.addClass('warning');
68
- swap_icon( cookie_bar_off_icon );
69
- });
70
- function swap_icon(new_icon) {
71
- old_icon = ( new_icon == cookie_bar_off_icon ) ? cookie_bar_on_icon : cookie_bar_off_icon;
72
- var original_src = icon.attr('src');
73
- var new_src = original_src.replace(old_icon, new_icon);
74
- icon.attr('src', new_src);
75
- }
76
-
77
-
78
- // Toggle admin display to show/hide action/URL fields
79
- var rows = jQuery('.cli-plugin-row');
80
- var combobox = jQuery('#cli-plugin-button-1-action');
81
-
82
- toggle_combobox();
83
-
84
- combobox.change(function() {
85
- toggle_combobox();
86
- });
87
-
88
- function toggle_combobox() {
89
- var selected = jQuery("#cli-plugin-button-1-action option:selected").val();
90
- if ( selected == "CONSTANT_OPEN_URL" ) {
91
- rows.show();
92
- }
93
- else {
94
- rows.hide();
95
- }
96
- }
97
-
98
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/cookielawinfo.js DELETED
@@ -1,290 +0,0 @@
1
- function cli_show_cookiebar(p) {
2
- /* plugin version 1.6.5 */
3
- var Cookie = {
4
- set: function(name,value,days) {
5
- if (days) {
6
- var date = new Date();
7
- date.setTime(date.getTime()+(days*24*60*60*1000));
8
- var expires = "; expires="+date.toGMTString();
9
- }
10
- else var expires = "";
11
- document.cookie = name+"="+value+expires+"; path=/";
12
- },
13
- read: function(name) {
14
- var nameEQ = name + "=";
15
- var ca = document.cookie.split(';');
16
- for(var i=0;i < ca.length;i++) {
17
- var c = ca[i];
18
- while (c.charAt(0)==' ') {
19
- c = c.substring(1,c.length);
20
- }
21
- if (c.indexOf(nameEQ) === 0) {
22
- return c.substring(nameEQ.length,c.length);
23
- }
24
- }
25
- return null;
26
- },
27
- erase: function(name) {
28
- this.set(name,"",-1);
29
- },
30
- exists: function(name) {
31
- return (this.read(name) !== null);
32
- }
33
- };
34
-
35
- var ACCEPT_COOKIE_NAME = 'viewed_cookie_policy',
36
- ACCEPT_COOKIE_EXPIRE = 365,
37
- json_payload = p.settings;
38
-
39
- if (typeof JSON.parse !== "function") {
40
- console.log("CookieLawInfo requires JSON.parse but your browser doesn't support it");
41
- return;
42
- }
43
- var settings = JSON.parse(json_payload);
44
-
45
-
46
- var cached_header = jQuery(settings.notify_div_id),
47
- cached_showagain_tab = jQuery(settings.showagain_div_id),
48
- btn_accept = jQuery('#cookie_hdr_accept'),
49
- btn_decline = jQuery('#cookie_hdr_decline'),
50
- btn_moreinfo = jQuery('#cookie_hdr_moreinfo'),
51
- btn_settings = jQuery('#cookie_hdr_settings');
52
-
53
- cached_header.hide();
54
- if ( !settings.showagain_tab ) {
55
- cached_showagain_tab.hide();
56
- }
57
-
58
- var hdr_args = {
59
- 'background-color': settings.background,
60
- 'color': settings.text,
61
- 'font-family': settings.font_family
62
- };
63
- if ( settings.notify_position_vertical == "top" ) {
64
- if ( settings.header_fix === true ) {
65
- hdr_args['position'] = 'fixed';
66
- }
67
- hdr_args['top'] = '0';
68
- } else {
69
- hdr_args['bottom'] = '0';
70
- }
71
-
72
- var showagain_args = {
73
- 'background-color': settings.background,
74
- 'color': l1hs(settings.text),
75
- 'position': 'fixed',
76
- 'font-family': settings.font_family
77
- };
78
- if ( settings.border_on ) {
79
- var border_to_hide = 'border-' + settings.notify_position_vertical;
80
- showagain_args['border'] = '1px solid ' + l1hs(settings.border);
81
- showagain_args[border_to_hide] = 'none';
82
- }
83
- if ( settings.notify_position_vertical == "top" ) {
84
- if ( settings.border_on ) {
85
- hdr_args['border-bottom'] = '4px solid ' + l1hs(settings.border);
86
- }
87
- showagain_args.top = '0';
88
- }
89
- else if ( settings.notify_position_vertical == "bottom" ) {
90
- if ( settings.border_on ) {
91
- hdr_args['border-top'] = '2px solid ' + l1hs(settings.border);
92
- }
93
- hdr_args['position'] = 'fixed';
94
- hdr_args['bottom'] = '0';
95
- showagain_args.bottom = '0';
96
- }
97
- if ( settings.notify_position_horizontal == "left" ) {
98
- showagain_args.left = settings.showagain_x_position;
99
- }
100
- else if ( settings.notify_position_horizontal == "right" ) {
101
- showagain_args.right = settings.showagain_x_position;
102
- }
103
- cached_header.css( hdr_args );
104
- cached_showagain_tab.css( showagain_args );
105
-
106
- if (!Cookie.exists(ACCEPT_COOKIE_NAME)) {
107
- displayHeader();
108
- }
109
- else {
110
- cached_header.hide();
111
- }
112
-
113
- if ( settings.show_once_yn ) {
114
- setTimeout(close_header, settings.show_once);
115
- }
116
- function close_header() {
117
- Cookie.set(ACCEPT_COOKIE_NAME, 'yes', ACCEPT_COOKIE_EXPIRE);
118
- hideHeader();
119
- }
120
-
121
- ///////
122
-
123
- if ( settings.button_1_as_button ) {
124
- var main_button = jQuery('.cli-plugin-main-button');
125
- main_button.css( 'color', settings.button_1_link_colour );
126
- main_button.css('background-color', settings.button_1_button_colour);
127
-
128
- main_button.hover(function() {
129
- jQuery(this).css('background-color', settings.button_1_button_hover);
130
- },
131
- function() {
132
- jQuery(this).css('background-color', settings.button_1_button_colour);
133
- });
134
- }
135
- if ( settings.button_3_as_button ) {
136
- var main_button = jQuery('.cli-plugin-main-button-reject');
137
-
138
- main_button.css('background-color', settings.button_3_button_colour);
139
-
140
- main_button.hover(function() {
141
- jQuery(this).css('background-color', settings.button_3_button_hover);
142
- },
143
- function() {
144
- jQuery(this).css('background-color', settings.button_3_button_colour);
145
- });
146
- }
147
- /////////
148
-
149
- var main_link = jQuery('.cli-plugin-main-link');
150
- main_link.css( 'color', settings.button_2_link_colour );
151
-
152
- if ( settings.button_2_as_button ) {
153
- main_link.css('background-color', settings.button_2_button_colour);
154
-
155
- main_link.hover(function() {
156
- jQuery(this).css('background-color', settings.button_2_button_hover);
157
- },
158
- function() {
159
- jQuery(this).css('background-color', settings.button_2_button_colour);
160
- });
161
- }
162
- ////////////////
163
- var main_link_accept = jQuery('.cli-plugin-main-button');
164
- main_link_accept.css( 'color', settings.button_1_link_colour );
165
- var main_link_reject = jQuery('.cli-plugin-main-button-reject');
166
- main_link_reject.css( 'color', settings.button_3_link_colour );
167
-
168
- var main_link = jQuery('#cookie_action_close_header_reject');
169
- // main_link.css( 'color', settings.button_3_link_colour );
170
-
171
- if ( settings.button_3_as_button ) {
172
- main_link.css('background-color', settings.button_3_button_colour);
173
-
174
- main_link.hover(function() {
175
- jQuery(this).css('background-color', settings.button_3_button_hover);
176
- },
177
- function() {
178
- jQuery(this).css('background-color', settings.button_3_button_colour);
179
- });
180
- }
181
- var main_link = jQuery('#cookie_action_open_url_reject');
182
- main_link.css( 'color', settings.button_3_link_colour );
183
-
184
- if ( settings.button_3_as_button ) {
185
- main_link.css('background-color', settings.button_3_button_colour);
186
-
187
- main_link.hover(function() {
188
- jQuery(this).css('background-color', settings.button_3_button_hover);
189
- },
190
- function() {
191
- jQuery(this).css('background-color', settings.button_3_button_colour);
192
- });
193
- }
194
-
195
-
196
- cached_showagain_tab.click(function(e) {
197
- e.preventDefault();
198
- cached_showagain_tab.slideUp(settings.animate_speed_hide, function slideShow() {
199
- cached_header.slideDown(settings.animate_speed_show);
200
- });
201
- });
202
-
203
- jQuery("#cookielawinfo-cookie-delete").click(function() {
204
- Cookie.erase(ACCEPT_COOKIE_NAME);
205
- return false;
206
- });
207
-
208
- jQuery(".cookie_action_close_header").click(function(e) {
209
- e.preventDefault();
210
- accept_close();
211
- });
212
- jQuery(".cookie_action_open_url_reject ").click(function(e) {
213
- reject_close();
214
- });
215
- jQuery(".cookie_action_close_header_reject").click(function(e) {
216
- e.preventDefault();
217
- reject_close();
218
- });
219
-
220
- function accept_close() {
221
-
222
- Cookie.set(ACCEPT_COOKIE_NAME, 'yes', ACCEPT_COOKIE_EXPIRE);
223
-
224
- if (settings.notify_animate_hide) {
225
-
226
- cached_header.slideUp(settings.animate_speed_hide);
227
-
228
- }
229
- else {
230
- cached_header.hide();
231
- }
232
- cached_showagain_tab.slideDown(settings.animate_speed_show);
233
- if (settings.accept_close_reload === true) {
234
- location.reload();
235
- }
236
- return false;
237
- }
238
-
239
- function reject_close() {
240
-
241
- for(var k in Cli_Data.nn_cookie_ids) {
242
- Cookie.erase(Cli_Data.nn_cookie_ids[k]);
243
- }
244
-
245
- Cookie.set(ACCEPT_COOKIE_NAME, 'no', ACCEPT_COOKIE_EXPIRE);
246
-
247
- if (settings.notify_animate_hide) {
248
- cached_header.slideUp(settings.animate_speed_hide);
249
- }
250
- else {
251
- cached_header.hide();
252
- }
253
- cached_showagain_tab.slideDown(settings.animate_speed_show);
254
- return false;
255
- }
256
-
257
- function closeOnScroll() {
258
- if (window.pageYOffset > 100 && !Cookie.read(ACCEPT_COOKIE_NAME)) {
259
- accept_close();
260
- if (settings.scroll_close_reload === true) {
261
- location.reload();
262
- }
263
- window.removeEventListener("scroll", closeOnScroll, false);
264
- }
265
- }
266
- if (settings.scroll_close === true) {
267
- window.addEventListener("scroll", closeOnScroll, false);
268
- }
269
-
270
- function displayHeader() {
271
- if (settings.notify_animate_show) {
272
- cached_header.slideDown(settings.animate_speed_show);
273
- }
274
- else {
275
- cached_header.show();
276
- }
277
- cached_showagain_tab.hide();
278
- }
279
- function hideHeader() {
280
-
281
- if (settings.notify_animate_show) {
282
- cached_showagain_tab.slideDown(settings.animate_speed_show);
283
- }
284
- else {
285
- cached_showagain_tab.show();
286
- }
287
- cached_header.slideUp(settings.animate_speed_show);
288
- }
289
- };
290
- function l1hs(str){if(str.charAt(0)=="#"){str=str.substring(1,str.length);}else{return "#"+str;}return l1hs(str);}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-law-info-bg_BG.mo ADDED
Binary file
languages/cookie-law-info-bg_BG.po ADDED
@@ -0,0 +1,1026 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-12 13:55+0530\n"
5
+ "PO-Revision-Date: 2018-09-12 13:57+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: bg\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
+
18
+ #: admin/class-cookie-law-info-admin.php:143
19
+ #: admin/class-cookie-law-info-admin.php:144
20
+ #: admin/partials/cookie-law-info-admin_settings.php:18
21
+ msgid "Cookie Law Settings"
22
+ msgstr "Настройките на Cookie Law"
23
+
24
+ #: admin/class-cookie-law-info-admin.php:151
25
+ #: admin/class-cookie-law-info-admin.php:152
26
+ msgid "Non-necessary Cookie"
27
+ msgstr "Експортна бисквитка"
28
+
29
+ #: admin/class-cookie-law-info-admin.php:161
30
+ #: includes/class-cookie-law-info.php:309
31
+ msgid "Settings"
32
+ msgstr "Настройки"
33
+
34
+ #: admin/class-cookie-law-info-admin.php:162
35
+ msgid "Support"
36
+ msgstr "Съпорт"
37
+
38
+ #: admin/class-cookie-law-info-admin.php:200
39
+ #: admin/class-cookie-law-info-admin.php:245
40
+ msgid "Settings Updated."
41
+ msgstr "Обновени настройки"
42
+
43
+ #: admin/class-cookie-law-info-admin.php:226
44
+ msgid "You do not have sufficient permission to perform this operation"
45
+ msgstr "Нямате достатъчно разрешение да изпълнявате тази операция"
46
+
47
+ #: admin/class-cookie-law-info-admin.php:260
48
+ msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
49
+ msgstr "ГРЕШКИ ЗА ИЗМЕРВАНЕ НА ГРЕШКИТЕ (ГРЕШКА: 2)"
50
+
51
+ #: admin/partials/cookie-law-info-admin_settings.php:12
52
+ #: admin/views/admin_non_necessary_cookie.php:14
53
+ msgid "Settings updated."
54
+ msgstr "Параметрите са обновени."
55
+
56
+ #: admin/partials/cookie-law-info-admin_settings.php:13
57
+ #: admin/views/admin_non_necessary_cookie.php:15
58
+ msgid "Unable to update Settings."
59
+ msgstr "Актуализиране на настройките"
60
+
61
+ #: admin/partials/cookie-law-info-admin_settings.php:14
62
+ msgid "Settings reset to defaults."
63
+ msgstr "Изтрийте настройките и нулирайте"
64
+
65
+ #: admin/partials/cookie-law-info-admin_settings.php:15
66
+ msgid "Unable to reset settings."
67
+ msgstr "Актуализиране на настройките"
68
+
69
+ #: admin/partials/cookie-law-info-admin_settings.php:26
70
+ msgid "Your Cookie Law Info bar is switched on"
71
+ msgstr "Информационната лента за Cookie Law е включена"
72
+
73
+ #: admin/partials/cookie-law-info-admin_settings.php:34
74
+ msgid "Your Cookie Law Info bar is switched off"
75
+ msgstr "Вашата бисквитка закон информационната лента е изключен"
76
+
77
+ #: admin/partials/cookie-law-info-admin_settings.php:42
78
+ msgid "General"
79
+ msgstr "Основни"
80
+
81
+ #: admin/partials/cookie-law-info-admin_settings.php:43
82
+ msgid "Customise Cookie Bar"
83
+ msgstr "Персонализирайте бисквитка Бар"
84
+
85
+ #: admin/partials/cookie-law-info-admin_settings.php:44
86
+ msgid "Customise Buttons"
87
+ msgstr "Персонализиране на бутоните"
88
+
89
+ #: admin/partials/cookie-law-info-admin_settings.php:45
90
+ msgid "Advanced"
91
+ msgstr "Напреднал"
92
+
93
+ #: admin/partials/cookie-law-info-admin_settings.php:46
94
+ msgid "Shortcodes"
95
+ msgstr "Кратък код"
96
+
97
+ #: admin/views/admin-settings-advanced.php:9
98
+ msgid ""
99
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
100
+ "try adjusting these settings."
101
+ msgstr ""
102
+ "Понякога темите прилагат настройки, които се сблъскват с плъгини. Ако това "
103
+ "се случи, опитайте да коригирате тези настройки."
104
+
105
+ #: admin/views/admin-settings-advanced.php:23
106
+ msgid "Reset all values"
107
+ msgstr "Нулирайте всички стойности"
108
+
109
+ #: admin/views/admin-settings-advanced.php:25
110
+ msgid "Delete settings and reset"
111
+ msgstr "Изтрийте настройките и нулирайте"
112
+
113
+ #: admin/views/admin-settings-advanced.php:25
114
+ msgid "Are you sure you want to delete all your settings?"
115
+ msgstr "Наистина ли искате да изтриете всички ваши настройки?"
116
+
117
+ #: admin/views/admin-settings-advanced.php:26
118
+ msgid "Warning: this will actually delete your current settings."
119
+ msgstr "Предупреждение: това всъщност ще изтрие вашите текущи настройки."
120
+
121
+ #: admin/views/admin-settings-buttons.php:10
122
+ msgid "Accept Button"
123
+ msgstr "Приемете бутона"
124
+
125
+ #: admin/views/admin-settings-buttons.php:11
126
+ #: admin/views/admin-settings-buttons.php:91
127
+ msgid "Reject Button"
128
+ msgstr "Бутон за отхвърляне"
129
+
130
+ #: admin/views/admin-settings-buttons.php:12
131
+ #: admin/views/admin-settings-buttons.php:162
132
+ msgid "Read More Link"
133
+ msgstr "Препратка - Прочети повече"
134
+
135
+ #: admin/views/admin-settings-buttons.php:18
136
+ msgid "Main Button"
137
+ msgstr "Главен бутон"
138
+
139
+ #: admin/views/admin-settings-buttons.php:19
140
+ msgid ""
141
+ "This button/link can be customised to either simply close the cookie bar, or "
142
+ "follow a link. You can also customise the colours and styles, and show it as "
143
+ "a link or a button."
144
+ msgstr ""
145
+ "Този бутон/връзка могат да бъдат персонализирани или просто затворите "
146
+ "лентата на бисквитката, или следвате връзка. Можете също да персонализирате "
147
+ "цветовете и стилове и да го показват като връзка или бутон."
148
+
149
+ #: admin/views/admin-settings-buttons.php:22
150
+ #: admin/views/admin-settings-buttons.php:94
151
+ #: admin/views/admin-settings-buttons.php:166
152
+ msgid "Text"
153
+ msgstr "Текст"
154
+
155
+ #: admin/views/admin-settings-buttons.php:28
156
+ #: admin/views/admin-settings-buttons.php:100
157
+ #: admin/views/admin-settings-buttons.php:172
158
+ msgid "Text colour"
159
+ msgstr "Цвят на текста"
160
+
161
+ #: admin/views/admin-settings-buttons.php:36
162
+ #: admin/views/admin-settings-buttons.php:108
163
+ #: admin/views/admin-settings-buttons.php:180
164
+ msgid "Show as"
165
+ msgstr "Бисквитката ще се появи в:"
166
+
167
+ #: admin/views/admin-settings-buttons.php:38
168
+ #: admin/views/admin-settings-buttons.php:110
169
+ #: admin/views/admin-settings-buttons.php:182
170
+ msgid "Button"
171
+ msgstr "Бутон"
172
+
173
+ #: admin/views/admin-settings-buttons.php:40
174
+ #: admin/views/admin-settings-buttons.php:112
175
+ #: admin/views/admin-settings-buttons.php:184
176
+ msgid "Link"
177
+ msgstr "Връзка"
178
+
179
+ #: admin/views/admin-settings-buttons.php:44
180
+ #: admin/views/admin-settings-buttons.php:116
181
+ #: admin/views/admin-settings-buttons.php:188
182
+ msgid "Background colour"
183
+ msgstr "Цвят на фона"
184
+
185
+ #: admin/views/admin-settings-buttons.php:53
186
+ #: admin/views/admin-settings-buttons.php:124
187
+ msgid "Action"
188
+ msgstr "Действие"
189
+
190
+ #: admin/views/admin-settings-buttons.php:61
191
+ #: admin/views/admin-settings-buttons.php:136
192
+ #: admin/views/admin-settings-buttons.php:196
193
+ msgid "URL"
194
+ msgstr "URL"
195
+
196
+ #: admin/views/admin-settings-buttons.php:64
197
+ #: admin/views/admin-settings-buttons.php:139
198
+ msgid "Button will only link to URL if Action = Open URL"
199
+ msgstr "Бутон само ще линк към URL, ако действие = показват URL"
200
+
201
+ #: admin/views/admin-settings-buttons.php:69
202
+ #: admin/views/admin-settings-buttons.php:144
203
+ #: admin/views/admin-settings-buttons.php:202
204
+ msgid "Open URL in new window?"
205
+ msgstr "Отвори в нов прозорец"
206
+
207
+ #: admin/views/admin-settings-buttons.php:71
208
+ #: admin/views/admin-settings-buttons.php:146
209
+ #: admin/views/admin-settings-buttons.php:204
210
+ #: admin/views/admin-settings-general.php:46
211
+ #: admin/views/admin-settings-general.php:90
212
+ #: admin/views/admin-settings-general.php:106
213
+ #: admin/views/admin-settings-general.php:119
214
+ #: admin/views/admin-settings-general.php:163
215
+ #: admin/views/admin-settings-general.php:171
216
+ #: admin/views/admin-settings-general.php:178
217
+ #: admin/views/admin-settings-messagebar.php:43
218
+ msgid "Yes"
219
+ msgstr "Да"
220
+
221
+ #: admin/views/admin-settings-buttons.php:73
222
+ #: admin/views/admin-settings-buttons.php:147
223
+ #: admin/views/admin-settings-buttons.php:205
224
+ #: admin/views/admin-settings-general.php:47
225
+ #: admin/views/admin-settings-general.php:91
226
+ #: admin/views/admin-settings-general.php:107
227
+ #: admin/views/admin-settings-general.php:120
228
+ #: admin/views/admin-settings-general.php:164
229
+ #: admin/views/admin-settings-general.php:172
230
+ #: admin/views/admin-settings-general.php:179
231
+ #: admin/views/admin-settings-messagebar.php:44
232
+ msgid "No"
233
+ msgstr "Не"
234
+
235
+ #: admin/views/admin-settings-buttons.php:80
236
+ #: admin/views/admin-settings-buttons.php:151
237
+ #: admin/views/admin-settings-buttons.php:209
238
+ msgid "Size"
239
+ msgstr "Размер"
240
+
241
+ #: admin/views/admin-settings-buttons.php:163
242
+ msgid ""
243
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
244
+ "Policy. You can customise it any way you like."
245
+ msgstr ""
246
+ "Този бутон / връзка може да се използва за осигуряване на връзка към "
247
+ "правилата Ви за поверителност и бисквитки. Можете да го персонализирате по "
248
+ "ваш начин."
249
+
250
+ #: admin/views/admin-settings-general.php:9
251
+ #: admin/views/admin-settings-general.php:15
252
+ msgid "Cookie Bar"
253
+ msgstr "Автоматично скривай бисквитка бар след закъснение?"
254
+
255
+ #: admin/views/admin-settings-general.php:10
256
+ #: admin/views/admin-settings-general.php:114
257
+ msgid "Show Again Tab"
258
+ msgstr "Използвайте Показвай раздела?"
259
+
260
+ #: admin/views/admin-settings-general.php:11
261
+ #: admin/views/admin-settings-general.php:155
262
+ msgid "Other"
263
+ msgstr "Другo"
264
+
265
+ #: admin/views/admin-settings-general.php:18
266
+ msgid "Cookie Bar is currently:"
267
+ msgstr "Бисквитката бар в момента е:"
268
+
269
+ #: admin/views/admin-settings-general.php:20
270
+ msgid "On"
271
+ msgstr "Вкл"
272
+
273
+ #: admin/views/admin-settings-general.php:21
274
+ msgid "Off"
275
+ msgstr "Изкл"
276
+
277
+ #: admin/views/admin-settings-general.php:25
278
+ msgid "Cookie Bar will be shown in:"
279
+ msgstr "Бисквитката ще се появи в:"
280
+
281
+ #: admin/views/admin-settings-general.php:31
282
+ #: admin/views/admin-settings-general.php:34
283
+ msgid "Header"
284
+ msgstr "Хедър"
285
+
286
+ #: admin/views/admin-settings-general.php:32
287
+ #: admin/views/admin-settings-general.php:35
288
+ msgid "Footer"
289
+ msgstr "Футър"
290
+
291
+ #: admin/views/admin-settings-general.php:44
292
+ msgid "Fix Cookie Bar to Header?"
293
+ msgstr "Прикрепвам бисквитка бар заглавката?"
294
+
295
+ #: admin/views/admin-settings-general.php:48
296
+ msgid ""
297
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
298
+ "header. Will not have any effect if you select \"Footer\"."
299
+ msgstr ""
300
+ "Ако изберете \"Заглавието\", можете по желание да остана лентата на "
301
+ "бисквитка в заглавката. Няма да има никакъв ефект, ако изберете \"Footer\"."
302
+
303
+ #: admin/views/admin-settings-general.php:54
304
+ msgid "On load"
305
+ msgstr "Отворена при зареждане"
306
+
307
+ #: admin/views/admin-settings-general.php:59
308
+ #: admin/views/admin-settings-general.php:62
309
+ #: admin/views/admin-settings-general.php:75
310
+ #: admin/views/admin-settings-general.php:78
311
+ msgid "Animate"
312
+ msgstr "Анимация"
313
+
314
+ #: admin/views/admin-settings-general.php:60
315
+ #: admin/views/admin-settings-general.php:63
316
+ msgid "Sticky"
317
+ msgstr "Залепен"
318
+
319
+ #: admin/views/admin-settings-general.php:70
320
+ msgid "On hide"
321
+ msgstr "На кожа"
322
+
323
+ #: admin/views/admin-settings-general.php:76
324
+ #: admin/views/admin-settings-general.php:79
325
+ msgid "Disappear"
326
+ msgstr ""
327
+ "Включете тази отметка, ако искате KPresenter автоматично да слага тирета, "
328
+ "когато открие съответствие в рамката. Това не е включено по подразбиране."
329
+
330
+ #: admin/views/admin-settings-general.php:88
331
+ msgid "Auto-hide(Accept) cookie bar after delay?"
332
+ msgstr "Автоматично скривай бисквитка бар след закъснение?"
333
+
334
+ #: admin/views/admin-settings-general.php:95
335
+ msgid "Milliseconds until hidden"
336
+ msgstr "Милисекунди, докато скрити"
337
+
338
+ #: admin/views/admin-settings-general.php:98
339
+ msgid "Specify milliseconds (not seconds)"
340
+ msgstr "Задайте милисекунди (не секунди)"
341
+
342
+ #: admin/views/admin-settings-general.php:98
343
+ msgid "seconds"
344
+ msgstr "секунди"
345
+
346
+ #: admin/views/admin-settings-general.php:104
347
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
348
+ msgstr ""
349
+ "Автоматично скривай бисквитка бар ако потребителят свитъци (приемам за "
350
+ "превъртане)?"
351
+
352
+ #: admin/views/admin-settings-general.php:108
353
+ msgid ""
354
+ "As per latest GDPR policies it is required to take an explicit consent for "
355
+ "the cookies. Use this option with discretion especially if you serve EU"
356
+ msgstr ""
357
+ "Съгласно последните GDPR политики се изисква изрично съгласие за "
358
+ "\"бисквитките\". Използвайте тази опция с преценка, особено ако служите на ЕС"
359
+
360
+ #: admin/views/admin-settings-general.php:117
361
+ msgid "Use Show Again Tab?"
362
+ msgstr "Използвайте Показвай раздела?"
363
+
364
+ #: admin/views/admin-settings-general.php:124
365
+ msgid "Tab Position"
366
+ msgstr "Позиция на означение"
367
+
368
+ #: admin/views/admin-settings-general.php:129
369
+ #: admin/views/admin-settings-general.php:132
370
+ msgid "Right"
371
+ msgstr "Дясно"
372
+
373
+ #: admin/views/admin-settings-general.php:130
374
+ #: admin/views/admin-settings-general.php:133
375
+ msgid "Left"
376
+ msgstr "Ляво"
377
+
378
+ #: admin/views/admin-settings-general.php:140
379
+ msgid "From Left Margin"
380
+ msgstr "От лявото поле"
381
+
382
+ #: admin/views/admin-settings-general.php:143
383
+ msgid "Specify"
384
+ msgstr "Уточнете"
385
+
386
+ #: admin/views/admin-settings-general.php:147
387
+ msgid "Show More Text"
388
+ msgstr "Покажи повече текст"
389
+
390
+ #: admin/views/admin-settings-general.php:158
391
+ msgid "Reload after \"scroll accept\" event?"
392
+ msgstr "Презареждане след \"превъртане приемат\" събитие?"
393
+
394
+ #: admin/views/admin-settings-general.php:169
395
+ msgid "Reload after Accept button click"
396
+ msgstr "Презареждане след приемам копче щракване"
397
+
398
+ #: admin/views/admin-settings-general.php:176
399
+ msgid "Reload after Reject button click"
400
+ msgstr "Презареждане след приемам копче щракване"
401
+
402
+ #: admin/views/admin-settings-messagebar.php:8
403
+ msgid "Message Bar"
404
+ msgstr "Съобщение"
405
+
406
+ #: admin/views/admin-settings-messagebar.php:11
407
+ msgid "Message"
408
+ msgstr "Съобщение"
409
+
410
+ #: admin/views/admin-settings-messagebar.php:17
411
+ msgid "Shortcodes allowed: see the Shortcodes tab"
412
+ msgstr ""
413
+
414
+ #: admin/views/admin-settings-messagebar.php:17
415
+ msgid ""
416
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
417
+ "to delete cookies [cookie_link].\""
418
+ msgstr ""
419
+ "Примери: \"Ние използваме бисквитки в този сайт [cookie_accept] за да "
420
+ "разберете как да изтриете бисквитките [cookie_link].\""
421
+
422
+ #: admin/views/admin-settings-messagebar.php:21
423
+ msgid "Cookie Bar Colour"
424
+ msgstr "Цвят на бисквитките"
425
+
426
+ #: admin/views/admin-settings-messagebar.php:31
427
+ msgid "Text Colour"
428
+ msgstr "Цвят на текста"
429
+
430
+ #: admin/views/admin-settings-messagebar.php:40
431
+ msgid "Show Border?"
432
+ msgstr "Показване на границата?"
433
+
434
+ #: admin/views/admin-settings-messagebar.php:48
435
+ msgid "Border Colour"
436
+ msgstr "Цвят на рамката"
437
+
438
+ #: admin/views/admin-settings-messagebar.php:56
439
+ msgid "Font"
440
+ msgstr "Шрифт"
441
+
442
+ #: admin/views/admin-settings-save-button.php:11
443
+ #: admin/views/admin_non_necessary_cookie.php:57
444
+ msgid "Update Settings"
445
+ msgstr "Актуализиране на настройките"
446
+
447
+ #: admin/views/admin-settings-shortcodes.php:9
448
+ msgid "Cookie bar shortcodes"
449
+ msgstr "Кратки кодове на бисквитката"
450
+
451
+ #: admin/views/admin-settings-shortcodes.php:10
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
+ "Можете да въведете кратките кодове в полето \"съобщение\" на информационната "
458
+ "лента на Cookie. Те добавят добре форматирани бутони и / или връзки към "
459
+ "лентата на \"бисквитките\", без да е необходимо да добавяте HTML."
460
+
461
+ #: admin/views/admin-settings-shortcodes.php:15
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
+ "Ако просто искате стандартен зелен бутон \"Приемам\", който затваря "
468
+ "заглавката и нищо повече, използвайте този кратък код. Той вече е оформен, "
469
+ "не е нужно да го персонализирате."
470
+
471
+ #: admin/views/admin-settings-shortcodes.php:19
472
+ msgid ""
473
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
474
+ "yellow, green or pink."
475
+ msgstr ""
476
+ "Алтернативно можете да добавите цветова стойност. Изберете от: червено, "
477
+ "синьо, оранжево, жълто, зелено или розово."
478
+
479
+ #: admin/views/admin-settings-shortcodes.php:19
480
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
481
+ msgstr "Внимавайте да използвате британския правопис на \"цвят\" за атрибута."
482
+
483
+ #: admin/views/admin-settings-shortcodes.php:23
484
+ msgid "This is the \"main button\" you customise above."
485
+ msgstr "Това е \"основен бутон\" можете да персонализирате по-горе."
486
+
487
+ #: admin/views/admin-settings-shortcodes.php:27
488
+ msgid "This is the cookie reject button shortcode."
489
+ msgstr "Това е shortcode бутон за отхвърляне на бисквитки."
490
+
491
+ #: admin/views/admin-settings-shortcodes.php:31
492
+ msgid "This is the \"read more\" link you customise above."
493
+ msgstr "Това е \"Прочети повече\" връзка, можете да персонализирате по-горе."
494
+
495
+ #: admin/views/admin-settings-shortcodes.php:35
496
+ msgid "Other shortcodes"
497
+ msgstr "Други кратки кодове"
498
+
499
+ #: admin/views/admin-settings-shortcodes.php:36
500
+ msgid ""
501
+ "These shortcodes can be used in pages and posts on your website. It is not "
502
+ "recommended to use these inside the cookie bar itself."
503
+ msgstr ""
504
+ "Тези кратки кодове могат да се използват в страници и публикации на уебсайта "
505
+ "Ви. Не се препоръчва да ги използвате в самата бисквитка."
506
+
507
+ #: admin/views/admin-settings-shortcodes.php:42
508
+ msgid ""
509
+ "This prints out a nice table of cookies, in line with the guidance given by "
510
+ "the ICO."
511
+ msgstr ""
512
+ "Това отпечатва приятна таблица с бисквитки, в съответствие с указанията, "
513
+ "дадени от ICO."
514
+
515
+ #: admin/views/admin-settings-shortcodes.php:42
516
+ msgid ""
517
+ "You need to enter the cookies your website uses via the Cookie Law Info menu "
518
+ "in your WordPress dashboard."
519
+ msgstr ""
520
+ "Трябва да въведете \"бисквитките\", които уебсайтът Ви използва чрез менюто "
521
+ "за информация за \"Бисквитките\" в таблото за управление на WordPress."
522
+
523
+ #: admin/views/admin-settings-shortcodes.php:52
524
+ msgid ""
525
+ "This shortcode will display a normal HTML link which when clicked, will "
526
+ "delete the cookie set by Cookie Law Info (this cookie is used to remember "
527
+ "that the cookie bar is closed)."
528
+ msgstr ""
529
+ "Този кратък код ще покаже нормална връзка HTML, която при кликване ще изтрие "
530
+ "пакета \"бисквитки\", зададен от Cookie Law Info (тази \"бисквитка\" се "
531
+ "използва, за да се запомни, че лентата на \"бисквитките\" е затворена)."
532
+
533
+ #: admin/views/admin-settings-shortcodes.php:56
534
+ msgid ""
535
+ "Add any text you like- useful if you want e.g. another language to English."
536
+ msgstr ""
537
+ "Добавете текст, който харесвате - полезен, ако искате, напр. друг език на "
538
+ "английски."
539
+
540
+ #: admin/views/admin_non_necessary_cookie.php:18
541
+ msgid "Non-necessary Cookie Settings"
542
+ msgstr "Това е оказване shortcode бисквитка настройки бутон."
543
+
544
+ #: admin/views/admin_non_necessary_cookie.php:26
545
+ msgid "Enable Non-necessary Cookie"
546
+ msgstr "Давам възможност на Non необходим бисквитка"
547
+
548
+ #: admin/views/admin_non_necessary_cookie.php:33
549
+ msgid ""
550
+ "This script will be added to the page HEAD section if the above settings is "
551
+ "enabled and user has give consent."
552
+ msgstr ""
553
+ "Този скрипт ще бъдат добавени към страницата главата раздел, ако горните "
554
+ "настройки е разрешен и потребителят има даде съгласие."
555
+
556
+ #: admin/views/admin_non_necessary_cookie.php:38
557
+ msgid ""
558
+ "Print scripts in the head tag on the front end if above cookie settings is "
559
+ "enabled and user has given consent."
560
+ msgstr ""
561
+ "Отпечатване скриптове в главата тагове на предния край, ако над бисквитка "
562
+ "настройки е разрешен и потребителят е дал съгласие."
563
+
564
+ #: admin/views/admin_non_necessary_cookie.php:45
565
+ msgid ""
566
+ "This script will be added right after the BODY section if the above settings "
567
+ "is enabled and user has given consent."
568
+ msgstr ""
569
+ "Този скрипт ще се добавят веднага след тялото раздел Ако горните настройки е "
570
+ "разрешен и потребителят е дал съгласие."
571
+
572
+ #: admin/views/admin_non_necessary_cookie.php:48
573
+ msgid ""
574
+ "Print scripts before the closing body tag on the front end if above cookie "
575
+ "settings is enabled and user has given consent."
576
+ msgstr ""
577
+ "Отпечатване скриптове преди затваряне тялото маркер на предния край, ако над "
578
+ "бисквитка настройки е разрешен и потребителят е дал съгласие."
579
+
580
+ #: admin/views/goto-pro.php:2
581
+ msgid "Where did my settings go?"
582
+ msgstr "Къде отидоха моите настройки?"
583
+
584
+ #: admin/views/goto-pro.php:3
585
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
586
+ msgstr ""
587
+ "Право на бисквитка информация версия 0.9 е актуализиран и има нови настройки."
588
+
589
+ #: admin/views/goto-pro.php:3
590
+ msgid "Your previous settings are safe."
591
+ msgstr "Вашите предишни настройки са безопасни."
592
+
593
+ #: admin/views/goto-pro.php:4
594
+ msgid ""
595
+ "You can either copy over your old settings to this version, or use the new "
596
+ "default values."
597
+ msgstr ""
598
+ "Можете да копирате старите си настройки или да използвате новите стойности "
599
+ "по подразбиране."
600
+
601
+ #: admin/views/goto-pro.php:6
602
+ msgid "Would you like to:"
603
+ msgstr "Искате ли да купите"
604
+
605
+ #: admin/views/goto-pro.php:8
606
+ msgid "Use previous settings"
607
+ msgstr "Използвайте предишните настройки"
608
+
609
+ #: admin/views/goto-pro.php:9
610
+ msgid "Start afresh with the new version"
611
+ msgstr "Започнете отначало с новата версия"
612
+
613
+ #: admin/views/goto-pro.php:13
614
+ msgid ""
615
+ "If you want to go back to the previous version you can always download it "
616
+ "again from"
617
+ msgstr ""
618
+ "Ако искате да се върнете към предишната версия, винаги можете да я изтеглите "
619
+ "отново"
620
+
621
+ #: admin/views/goto-pro.php:16
622
+ msgid "GDPR Cookie Consent Pro"
623
+ msgstr "История на съгласието на GDPR"
624
+
625
+ #: admin/views/goto-pro.php:19
626
+ msgid ""
627
+ "* Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
628
+ "Category, Header Script, Footer Script)"
629
+ msgstr ""
630
+ "* Управление на списъка на \"бисквитки\" (име, CookieID, описание, "
631
+ "продължителност, тип, категория, горен скрипт, долен скрипт)"
632
+
633
+ #: admin/views/goto-pro.php:20
634
+ msgid "* Manage Cookie Categories"
635
+ msgstr "* Управление на бисквитка категории"
636
+
637
+ #: admin/views/goto-pro.php:21
638
+ msgid ""
639
+ "* Allow to display Cookie Settings popup where site visitors can opt-in or "
640
+ "give consent to Cookie Categories"
641
+ msgstr ""
642
+ "* Оставя се да покажете настройките за бисквитки масите, където посетителите "
643
+ "на сайта да opt-in или даде съгласие за бисквитка категории"
644
+
645
+ #: admin/views/goto-pro.php:22
646
+ msgid ""
647
+ "* Fully customisable to look just like your own website's style: customise "
648
+ "the colours, styles and fonts"
649
+ msgstr ""
650
+ "* Напълно приспособима да изглежда точно като вашия собствен сайт стил: "
651
+ "Персонализиране на цветове, стилове и шрифтове"
652
+
653
+ #: admin/views/goto-pro.php:23
654
+ msgid "* Automatic Script Blocker"
655
+ msgstr "* Автоматичен скрипт блокиране"
656
+
657
+ #: admin/views/goto-pro.php:24
658
+ msgid "* Scan and Import/Export cookie list"
659
+ msgstr "* Сканиране и импортиране/експортиране бисквитка списък"
660
+
661
+ #: admin/views/goto-pro.php:25
662
+ msgid "* User Consent Report"
663
+ msgstr "* Потребител съгласие доклад"
664
+
665
+ #: admin/views/goto-pro.php:26
666
+ msgid "* Customisable Privacy Overview in Cookie Bar"
667
+ msgstr "* Персонализиращ конфиденциалност Преглед в бисквитка лента"
668
+
669
+ #: admin/views/goto-pro.php:27
670
+ msgid "* Show Cookie Bar only for EU Countries"
671
+ msgstr "* Покажи бисквитка лента само за страните от ЕС"
672
+
673
+ #: admin/views/goto-pro.php:28
674
+ msgid "* qTranslate support"
675
+ msgstr "* Поддръжка на qTranslate"
676
+
677
+ #: admin/views/goto-pro.php:29
678
+ msgid "* WPML support"
679
+ msgstr "WPML ПОДДРЪЖКА"
680
+
681
+ #: admin/views/goto-pro.php:31
682
+ msgid "Upgrade to GDPR Pro"
683
+ msgstr "Надграждане до издание Pro"
684
+
685
+ #: admin/views/goto-pro.php:59
686
+ msgid "Like this plugin?"
687
+ msgstr "Като тази приставка?"
688
+
689
+ #: admin/views/goto-pro.php:60
690
+ msgid "If you find this plugin useful please show your support and rate it"
691
+ msgstr ""
692
+ "Ако смятате, че тази приставка е полезна, моля, покажете подкрепата си и я "
693
+ "оценете"
694
+
695
+ #: admin/views/goto-pro.php:60
696
+ msgid " on"
697
+ msgstr "вкл"
698
+
699
+ #: admin/views/goto-pro.php:60
700
+ msgid " much appreciated!"
701
+ msgstr "оценявам го!"
702
+
703
+ #: admin/views/goto-pro.php:63
704
+ msgid "Help"
705
+ msgstr "Помощ"
706
+
707
+ #: admin/views/goto-pro.php:65
708
+ msgid "Help and Support"
709
+ msgstr "Помощ и подкрепа"
710
+
711
+ #: admin/views/goto-pro.php:66
712
+ msgid "Report a Bug"
713
+ msgstr "Доклад за грешки"
714
+
715
+ #: admin/views/goto-pro.php:67
716
+ msgid "Suggest a Feature"
717
+ msgstr "Предложете функция"
718
+
719
+ #: admin/views/goto-pro.php:68
720
+ msgid "About the law"
721
+ msgstr "За закона"
722
+
723
+ #: includes/class-cookie-law-info.php:328
724
+ msgid ""
725
+ "This website uses cookies to improve your experience. We'll assume you're ok "
726
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
727
+ "[cookie_link]"
728
+ msgstr ""
729
+ "Този уебсайт използва \"бисквитки\", за да подобри вашето преживяване. Ще "
730
+ "предположим, че сте добре с това, но можете да се откажете, ако желаете. "
731
+ "[Cookie_button] [cookie_settings] [cookie_link]"
732
+
733
+ #: includes/class-cookie-law-info.php:335
734
+ msgid "Privacy & Cookies Policy"
735
+ msgstr "Поверителност & бисквитки на правилата"
736
+
737
+ #: public/class-cookie-law-info-public.php:159
738
+ msgid "GDPR Cookie Consent"
739
+ msgstr "История на съгласието на GDPR"
740
+
741
+ #: public/class-cookie-law-info-public.php:160
742
+ msgid "Cookie List"
743
+ msgstr "Бисквитка списък"
744
+
745
+ #: public/class-cookie-law-info-public.php:161
746
+ #: public/modules/shortcode/shortcode.php:114
747
+ msgid "Cookie"
748
+ msgstr "курабийка"
749
+
750
+ #: public/class-cookie-law-info-public.php:162
751
+ msgid "Add New"
752
+ msgstr "Добави"
753
+
754
+ #: public/class-cookie-law-info-public.php:163
755
+ msgid "Add New Cookie Type"
756
+ msgstr "Нищо не е намерено..."
757
+
758
+ #: public/class-cookie-law-info-public.php:164
759
+ msgid "Edit Cookie Type"
760
+ msgstr "Редактиране на типа на бисквитка"
761
+
762
+ #: public/class-cookie-law-info-public.php:165
763
+ msgid "New Cookie Type"
764
+ msgstr "Нищо не е намерено..."
765
+
766
+ #: public/class-cookie-law-info-public.php:166
767
+ msgid "View Cookie Type"
768
+ msgstr "Тип изглед бисквитка"
769
+
770
+ #: public/class-cookie-law-info-public.php:167
771
+ msgid "Search Cookies"
772
+ msgstr "Търсене в бисквитки"
773
+
774
+ #: public/class-cookie-law-info-public.php:168
775
+ msgid "Nothing found"
776
+ msgstr "Нищо не е намерено"
777
+
778
+ #: public/class-cookie-law-info-public.php:169
779
+ msgid "Nothing found in Trash"
780
+ msgstr "Няма нищо в кошчето"
781
+
782
+ #: public/modules/shortcode/shortcode.php:66
783
+ msgid "Delete Cookies"
784
+ msgstr "Изтриване на бисквитките"
785
+
786
+ #: public/modules/shortcode/shortcode.php:115
787
+ msgid "Type"
788
+ msgstr "Тип"
789
+
790
+ #: public/modules/shortcode/shortcode.php:116
791
+ msgid "Duration"
792
+ msgstr "продължителност"
793
+
794
+ #: public/modules/shortcode/shortcode.php:117
795
+ msgid "Description"
796
+ msgstr "описание"
797
+
798
+ #~ msgid "Privacy Overview"
799
+ #~ msgstr "Заглавие на общността за поверителност"
800
+
801
+ #~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
802
+ #~ msgstr "Приоритет: (число - по-висока стойност, по-висока приоритетност)"
803
+
804
+ #~ msgid "Priority"
805
+ #~ msgstr "Приоритет"
806
+
807
+ #~ msgid "Scan & Download"
808
+ #~ msgstr "Сканиране и изтегляне"
809
+
810
+ #~ msgid "Export Cookie"
811
+ #~ msgstr "Експортна бисквитка"
812
+
813
+ #~ msgid "You do not have sufficient permissions to access this page."
814
+ #~ msgstr "Нямате достатъчно права за достъп до тази страница."
815
+
816
+ #~ msgid "Export as CSV file"
817
+ #~ msgstr "Експортиране във формат CSV..."
818
+
819
+ #~ msgid "Export"
820
+ #~ msgstr "Експортиране"
821
+
822
+ #~ msgid "Scan & Import"
823
+ #~ msgstr "Импорт"
824
+
825
+ #~ msgid "Import Cookie"
826
+ #~ msgstr "Импорт"
827
+
828
+ #~ msgid "BEGIN %s"
829
+ #~ msgstr "ЗАПОЧНИ %s"
830
+
831
+ #~ msgid "[Line %1$s] %2$s"
832
+ #~ msgstr "%1$s %2$s"
833
+
834
+ #~ msgid "Import from a CSV file"
835
+ #~ msgstr "Импортира Bibtexml файл..."
836
+
837
+ #~ msgid ""
838
+ #~ "Notice: please make the directory %s writable so that you can see the "
839
+ #~ "error log."
840
+ #~ msgstr ""
841
+ #~ "Забележка: Моля, направете директорията%s написана така, че да можете да "
842
+ #~ "видите регистъра на грешките."
843
+
844
+ #~ msgid ", please <a href=\"%s\">check the error log</a>"
845
+ #~ msgstr ", моля, <a href=\"%s\">проверете регистъра на грешките</a>"
846
+
847
+ #~ msgid "Error during file upload."
848
+ #~ msgstr "Грешка по време на качване."
849
+
850
+ #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
851
+ #~ msgstr "Не може да се извлече данни от качения файл или не е качен файл."
852
+
853
+ #~ msgid "No posts was successfully imported%s."
854
+ #~ msgstr "Няма публикации е успешно импортирана %s."
855
+
856
+ #~ msgid "Some posts were successfully imported but some were not%s."
857
+ #~ msgstr "Някои публикации бяха успешно импортирани, но някои не бяха%s."
858
+
859
+ #~ msgid "Post import was successful."
860
+ #~ msgstr "След импортирането е успешно."
861
+
862
+ #~ msgid "CSV file"
863
+ #~ msgstr "CSV файл"
864
+
865
+ #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
866
+ #~ msgstr "Може да искате да видите <a href=\"%s\">примера на файла CSV</a> ."
867
+
868
+ #~ msgid "Import"
869
+ #~ msgstr "Импорт"
870
+
871
+ #~ msgid "Error processing migration request (ERROR: 4)"
872
+ #~ msgstr "Грешка при обработка на искане за мигриране (грешка: 4)"
873
+
874
+ #~ msgid "Show only for EU Countries ( GeoIP )"
875
+ #~ msgstr "Покажи само за страните от ЕС (GeoIP)"
876
+
877
+ #~ msgid "Enable consent logging"
878
+ #~ msgstr "Активирайте регистрацията на съгласие"
879
+
880
+ #~ msgid "Cookie Law Message Bar"
881
+ #~ msgstr "Бар за съобщения на"
882
+
883
+ #~ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
884
+ #~ msgstr ""
885
+ #~ "Позволени кратки кодове: виж раздел \"Използване на кратките кодове\"."
886
+
887
+ #~ msgid "Link Text"
888
+ #~ msgstr "Текст за Препратката"
889
+
890
+ #~ msgid "Link URL"
891
+ #~ msgstr "Връзка /URL"
892
+
893
+ #~ msgid "Open link in new window?"
894
+ #~ msgstr "Да се отвори ли линка в нов прозорец?"
895
+
896
+ #~ msgid "Link colour"
897
+ #~ msgstr "Цвят на линка"
898
+
899
+ #~ msgid "Show as button?"
900
+ #~ msgstr "Показване като бутон?"
901
+
902
+ #~ msgid "Button colour"
903
+ #~ msgstr "Цвят на бутоните"
904
+
905
+ #~ msgid "Button Size"
906
+ #~ msgstr "Размер на бутона"
907
+
908
+ #~ msgid "Settings Button"
909
+ #~ msgstr "Бутон за настройки"
910
+
911
+ #~ msgid "Using the Shortcodes"
912
+ #~ msgstr "Използване на кратките кодове"
913
+
914
+ #~ msgid "The shortcodes are:"
915
+ #~ msgstr "Използване на кратките кодове"
916
+
917
+ #~ msgid "This is the cookie settings button rendering shortcode."
918
+ #~ msgstr "Това е оказване shortcode бисквитка настройки бутон."
919
+
920
+ #~ msgid "This prints out a nice table of cookies by category."
921
+ #~ msgstr "Това отпечатва, хубава маса на \"бисквитки\" от категория."
922
+
923
+ #~ msgid "This prints the settings popup of cookie category."
924
+ #~ msgstr "Това отпечатва масите настройките на бисквитка категория."
925
+
926
+ #~ msgid "Are you sure you want to migrate settings?"
927
+ #~ msgstr "Наистина ли искате да мигрирате настройки?"
928
+
929
+ #~ msgid "Guide"
930
+ #~ msgstr "Ръководство"
931
+
932
+ #~ msgid "Licence"
933
+ #~ msgstr "Лиценз"
934
+
935
+ #~ msgid "Help Guide"
936
+ #~ msgstr "ръководство"
937
+
938
+ #~ msgid "Privacy Overview Title"
939
+ #~ msgstr "Заглавие на общността за поверителност"
940
+
941
+ #~ msgid ""
942
+ #~ "This will be shown in the settings visible for user on consent screen."
943
+ #~ msgstr ""
944
+ #~ "Това ще се покаже в настройките, видими за екрана на потребител на "
945
+ #~ "съгласие."
946
+
947
+ #~ msgid "Save Settings"
948
+ #~ msgstr "Запазване на настройките"
949
+
950
+ #~ msgid "Licence Activation"
951
+ #~ msgstr "Активиране на лиценз"
952
+
953
+ #~ msgid "API Licence Key:"
954
+ #~ msgstr "API позволение ключ:"
955
+
956
+ #~ msgid "Licence Key"
957
+ #~ msgstr "Лиценз"
958
+
959
+ #~ msgid "Licence Email"
960
+ #~ msgstr "Лиценз за имейл"
961
+
962
+ #~ msgid "Activate"
963
+ #~ msgstr "Активиране"
964
+
965
+ #~ msgid "Check"
966
+ #~ msgstr "Проверка"
967
+
968
+ #~ msgid "Deactive"
969
+ #~ msgstr "DEACTIVE"
970
+
971
+ #~ msgid "Cookie Category"
972
+ #~ msgstr "Категория бисквитки"
973
+
974
+ #~ msgid "Action is unknown."
975
+ #~ msgstr "Действие"
976
+
977
+ #~ msgid "No Consent History"
978
+ #~ msgstr "История на съгласието на GDPR"
979
+
980
+ #~ msgid "IP Address"
981
+ #~ msgstr "IP Адрес"
982
+
983
+ #~ msgid "Visited Date"
984
+ #~ msgstr "Посетен дата"
985
+
986
+ #~ msgid "Cookie Details"
987
+ #~ msgstr "Подробно за бисквитката"
988
+
989
+ #~ msgid "User ID"
990
+ #~ msgstr "Потребителско ID"
991
+
992
+ #~ msgid "Delete"
993
+ #~ msgstr "Изтрийте настройките и нулирайте"
994
+
995
+ #~ msgid "GDPR Consent History"
996
+ #~ msgstr "История на съгласието на GDPR"
997
+
998
+ #~ msgid "Export Report"
999
+ #~ msgstr "Експортиране на отчет"
1000
+
1001
+ #~ msgid "Event Logged Successfully"
1002
+ #~ msgstr "Събитието е влязло успешно"
1003
+
1004
+ #~ msgid "Error"
1005
+ #~ msgstr "Грешка"
1006
+
1007
+ #~ msgid "Logging is not enabled"
1008
+ #~ msgstr "Записването не е активирано"
1009
+
1010
+ #~ msgid "Consent Report"
1011
+ #~ msgstr "Експортиране на отчет"
1012
+
1013
+ #~ msgid "Cookie Bar will be show in:"
1014
+ #~ msgstr "Бисквитката ще се появи в:"
1015
+
1016
+ #~ msgid "Auto-hide cookie bar after delay?"
1017
+ #~ msgstr "Автоматично скривай бисквитка бар след закъснение?"
1018
+
1019
+ #~ msgid "Button will only link to URL if Action = Show URL"
1020
+ #~ msgstr "Бутон само ще линк към URL, ако действие = показват URL"
1021
+
1022
+ #~ msgid "Accept"
1023
+ #~ msgstr "приемам"
1024
+
1025
+ #~ msgid "Reject"
1026
+ #~ msgstr "Отхвърляне"
languages/cookie-law-info-cs_CZ.mo ADDED
Binary file
languages/cookie-law-info-cs_CZ.po ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-11 10:41+0530\n"
5
+ "PO-Revision-Date: 2018-09-11 10:46+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
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 "Nastavení souborů cookie v zákon"
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 "Přehled ochrany osobních údajů"
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 "Nastavení"
39
+
40
+ #: admin/class-cookie-law-info-admin.php:164
41
+ msgid "Support"
42
+ msgstr "Podpora"
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 "Nemáte dostatečná oprávnění k provedení této operace"
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 "Nastavení aktualizováno"
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 "MIGRACE NASTAVENÍ CHYBA (CHYBA: 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 "Priorita: (číselné - vyšší hodnota vyšší prioritu)"
65
+
66
+ #: admin/class-cookie-law-info-admin.php:453
67
+ msgid "Priority"
68
+ msgstr "Priorita"
69
+
70
+ #: admin/modules/csv-export/csv-export.php:33
71
+ msgid "Scan & Download"
72
+ msgstr "Scan & stahování"
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 "Exportovat soubory 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 "Nemáš dostatečné oprávnění pro přístup na tuto stránku."
83
+
84
+ #: admin/modules/csv-export/views/export_cookies.php:2
85
+ msgid "Export as CSV file"
86
+ msgstr "Exportovat jako soubor .CSV"
87
+
88
+ #: admin/modules/csv-export/views/export_cookies.php:8
89
+ msgid "Export"
90
+ msgstr "Export"
91
+
92
+ #: admin/modules/csv-import/csv-import.php:70
93
+ msgid "Scan & Import"
94
+ msgstr "&Importovat"
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 "Importujte 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 "Importovat ze složky"
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
+ "Poznámka: prosím, aby adresář %s zapisovatelný tak, že můžete vidět v "
122
+ "protokolu chyb."
123
+
124
+ #: admin/modules/csv-import/views/import_cookies.php:25
125
+ #, php-format
126
+ msgid ", please <a href=\"%s\">check the error log</a>"
127
+ msgstr ", prosím, <a href=\"%s\">Zkontrolujte protokol chyb</a>"
128
+
129
+ #: admin/modules/csv-import/views/import_cookies.php:29
130
+ msgid "Error during file upload."
131
+ msgstr "Chyba při nahrávání."
132
+
133
+ #: admin/modules/csv-import/views/import_cookies.php:32
134
+ msgid "Cannot extract data from uploaded file or no file was uploaded."
135
+ msgstr ""
136
+ "Nelze extrahovat data z nahraného souboru nebo žádný soubor byl odeslán."
137
+
138
+ #: admin/modules/csv-import/views/import_cookies.php:35
139
+ #, php-format
140
+ msgid "No posts was successfully imported%s."
141
+ msgstr "Žádné příspěvky byla úspěšně importována %s."
142
+
143
+ #: admin/modules/csv-import/views/import_cookies.php:38
144
+ #, php-format
145
+ msgid "Some posts were successfully imported but some were not%s."
146
+ msgstr "Některé příspěvky byly úspěšně importovány, ale některé nebyly %s."
147
+
148
+ #: admin/modules/csv-import/views/import_cookies.php:41
149
+ msgid "Post import was successful."
150
+ msgstr "Import příspěvku byl úspěšný."
151
+
152
+ #: admin/modules/csv-import/views/import_cookies.php:52
153
+ msgid "CSV file"
154
+ msgstr "Soubor CSV"
155
+
156
+ #: admin/modules/csv-import/views/import_cookies.php:55
157
+ #, php-format
158
+ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
159
+ msgstr "Možná budete chtít vidět <a href=\"%s\">příklad souboru CSV</a>."
160
+
161
+ #: admin/modules/csv-import/views/import_cookies.php:60
162
+ msgid "Import"
163
+ msgstr "Importovat"
164
+
165
+ #: admin/partials/cookie-law-info-admin_settings.php:64
166
+ msgid "Error processing migration request (ERROR: 4)"
167
+ msgstr "Při zpracování žádosti o migraci (Chyba: 4)"
168
+
169
+ #: admin/partials/cookie-law-info-admin_settings.php:93
170
+ msgid "Your Cookie Law Info bar is switched on"
171
+ msgstr "Soubor Cookie zákon informační panel je zapnutý"
172
+
173
+ #: admin/partials/cookie-law-info-admin_settings.php:96
174
+ msgid "Your Cookie Law Info bar is switched off"
175
+ msgstr "Soubor Cookie zákon informační panel je vypnuto"
176
+
177
+ #: admin/partials/cookie-law-info-admin_settings.php:104
178
+ #: admin/partials/cookie-law-info-admin_settings.php:699
179
+ #: admin/views/admin-settings-save-button.php:5
180
+ msgid "Update Settings"
181
+ msgstr "Aktualizovat nastavení"
182
+
183
+ #: admin/partials/cookie-law-info-admin_settings.php:131
184
+ #: admin/views/admin-settings-general.php:11
185
+ msgid "Cookie Bar is currently:"
186
+ msgstr "V současnosti je soubor cookie Bar:"
187
+
188
+ #: admin/partials/cookie-law-info-admin_settings.php:133
189
+ #: admin/partials/cookie-law-info-admin_settings.php:142
190
+ #: admin/partials/cookie-law-info-admin_settings.php:150
191
+ #: admin/views/admin-settings-general.php:13
192
+ #: admin/views/admin-settings-general.php:22
193
+ #: admin/views/admin-settings-general.php:30
194
+ msgid "On"
195
+ msgstr "Zapnout"
196
+
197
+ #: admin/partials/cookie-law-info-admin_settings.php:134
198
+ #: admin/partials/cookie-law-info-admin_settings.php:143
199
+ #: admin/partials/cookie-law-info-admin_settings.php:151
200
+ #: admin/views/admin-settings-general.php:14
201
+ #: admin/views/admin-settings-general.php:23
202
+ #: admin/views/admin-settings-general.php:31
203
+ msgid "Off"
204
+ msgstr "Vypnout"
205
+
206
+ #: admin/partials/cookie-law-info-admin_settings.php:140
207
+ #: admin/views/admin-settings-general.php:20
208
+ msgid "Show only for EU Countries ( GeoIP )"
209
+ msgstr "Zobrazit pouze pro země EU (GeoIP)"
210
+
211
+ #: admin/partials/cookie-law-info-admin_settings.php:148
212
+ #: admin/views/admin-settings-general.php:28
213
+ msgid "Enable consent logging"
214
+ msgstr "Povolit protokolování souhlasu"
215
+
216
+ #: admin/partials/cookie-law-info-admin_settings.php:155
217
+ #: admin/views/admin-settings-general.php:35
218
+ msgid "Cookie Bar will be shown in:"
219
+ msgstr "Cookie Bar se zobrazí v:"
220
+
221
+ #: admin/partials/cookie-law-info-admin_settings.php:160
222
+ #: admin/partials/cookie-law-info-admin_settings.php:163
223
+ #: admin/views/admin-settings-general.php:40
224
+ #: admin/views/admin-settings-general.php:43
225
+ msgid "Header"
226
+ msgstr "Hlavička"
227
+
228
+ #: admin/partials/cookie-law-info-admin_settings.php:161
229
+ #: admin/partials/cookie-law-info-admin_settings.php:164
230
+ #: admin/views/admin-settings-general.php:41
231
+ #: admin/views/admin-settings-general.php:44
232
+ msgid "Footer"
233
+ msgstr "Zápatí"
234
+
235
+ #: admin/partials/cookie-law-info-admin_settings.php:173
236
+ #: admin/views/admin-settings-general.php:53
237
+ msgid "Fix Cookie Bar to Header?"
238
+ msgstr "Oprava souboru Cookie Bar do hlavičky?"
239
+
240
+ #: admin/partials/cookie-law-info-admin_settings.php:175
241
+ #: admin/partials/cookie-law-info-admin_settings.php:219
242
+ #: admin/partials/cookie-law-info-admin_settings.php:235
243
+ #: admin/partials/cookie-law-info-admin_settings.php:246
244
+ #: admin/partials/cookie-law-info-admin_settings.php:254
245
+ #: admin/partials/cookie-law-info-admin_settings.php:261
246
+ #: admin/partials/cookie-law-info-admin_settings.php:272
247
+ #: admin/partials/cookie-law-info-admin_settings.php:343
248
+ #: admin/partials/cookie-law-info-admin_settings.php:400
249
+ #: admin/partials/cookie-law-info-admin_settings.php:471
250
+ #: admin/partials/cookie-law-info-admin_settings.php:584
251
+ #: admin/views/admin-settings-buttons.php:66
252
+ #: admin/views/admin-settings-buttons.php:141
253
+ #: admin/views/admin-settings-buttons.php:243
254
+ #: admin/views/admin-settings-general.php:55
255
+ #: admin/views/admin-settings-general.php:99
256
+ #: admin/views/admin-settings-general.php:115
257
+ #: admin/views/admin-settings-general.php:126
258
+ #: admin/views/admin-settings-general.php:134
259
+ #: admin/views/admin-settings-general.php:141
260
+ #: admin/views/admin-settings-general.php:154
261
+ #: admin/views/admin-settings-messagebar.php:37
262
+ msgid "Yes"
263
+ msgstr "Ano"
264
+
265
+ #: admin/partials/cookie-law-info-admin_settings.php:176
266
+ #: admin/partials/cookie-law-info-admin_settings.php:220
267
+ #: admin/partials/cookie-law-info-admin_settings.php:236
268
+ #: admin/partials/cookie-law-info-admin_settings.php:247
269
+ #: admin/partials/cookie-law-info-admin_settings.php:255
270
+ #: admin/partials/cookie-law-info-admin_settings.php:262
271
+ #: admin/partials/cookie-law-info-admin_settings.php:273
272
+ #: admin/partials/cookie-law-info-admin_settings.php:344
273
+ #: admin/partials/cookie-law-info-admin_settings.php:401
274
+ #: admin/partials/cookie-law-info-admin_settings.php:472
275
+ #: admin/partials/cookie-law-info-admin_settings.php:585
276
+ #: admin/views/admin-settings-buttons.php:68
277
+ #: admin/views/admin-settings-buttons.php:142
278
+ #: admin/views/admin-settings-buttons.php:244
279
+ #: admin/views/admin-settings-general.php:56
280
+ #: admin/views/admin-settings-general.php:100
281
+ #: admin/views/admin-settings-general.php:116
282
+ #: admin/views/admin-settings-general.php:127
283
+ #: admin/views/admin-settings-general.php:135
284
+ #: admin/views/admin-settings-general.php:142
285
+ #: admin/views/admin-settings-general.php:155
286
+ #: admin/views/admin-settings-messagebar.php:38
287
+ msgid "No"
288
+ msgstr "Ne"
289
+
290
+ #: admin/partials/cookie-law-info-admin_settings.php:177
291
+ #: admin/views/admin-settings-general.php:57
292
+ msgid ""
293
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
294
+ "header. Will not have any effect if you select \"Footer\"."
295
+ msgstr ""
296
+ "Pokud vyberete \"Hlavička\" můžete volitelně držet panel cookie záhlaví. "
297
+ "Nebude mít žádný vliv, pokud vyberete \"Zápatí\"."
298
+
299
+ #: admin/partials/cookie-law-info-admin_settings.php:183
300
+ #: admin/views/admin-settings-general.php:63
301
+ msgid "On load"
302
+ msgstr "Pod zatížením"
303
+
304
+ #: admin/partials/cookie-law-info-admin_settings.php:188
305
+ #: admin/partials/cookie-law-info-admin_settings.php:191
306
+ #: admin/partials/cookie-law-info-admin_settings.php:204
307
+ #: admin/partials/cookie-law-info-admin_settings.php:207
308
+ #: admin/views/admin-settings-general.php:68
309
+ #: admin/views/admin-settings-general.php:71
310
+ #: admin/views/admin-settings-general.php:84
311
+ #: admin/views/admin-settings-general.php:87
312
+ msgid "Animate"
313
+ msgstr "Animovat"
314
+
315
+ #: admin/partials/cookie-law-info-admin_settings.php:189
316
+ #: admin/partials/cookie-law-info-admin_settings.php:192
317
+ #: admin/views/admin-settings-general.php:69
318
+ #: admin/views/admin-settings-general.php:72
319
+ msgid "Sticky"
320
+ msgstr "Připnutý"
321
+
322
+ #: admin/partials/cookie-law-info-admin_settings.php:199
323
+ #: admin/views/admin-settings-general.php:79
324
+ msgid "On hide"
325
+ msgstr "Na skrýt"
326
+
327
+ #: admin/partials/cookie-law-info-admin_settings.php:205
328
+ #: admin/partials/cookie-law-info-admin_settings.php:208
329
+ #: admin/views/admin-settings-general.php:85
330
+ #: admin/views/admin-settings-general.php:88
331
+ msgid "Disappear"
332
+ msgstr "Zmizet"
333
+
334
+ #: admin/partials/cookie-law-info-admin_settings.php:217
335
+ #: admin/views/admin-settings-general.php:97
336
+ msgid "Auto-hide(Accept) cookie bar after delay?"
337
+ msgstr ""
338
+
339
+ #: admin/partials/cookie-law-info-admin_settings.php:224
340
+ #: admin/views/admin-settings-general.php:104
341
+ msgid "Milliseconds until hidden"
342
+ msgstr "Milisekund dokud skryté"
343
+
344
+ #: admin/partials/cookie-law-info-admin_settings.php:227
345
+ #: admin/views/admin-settings-general.php:107
346
+ msgid "Specify milliseconds (not seconds)"
347
+ msgstr "Zadejte milisekund (ne sekundy)"
348
+
349
+ #: admin/partials/cookie-law-info-admin_settings.php:227
350
+ #: admin/views/admin-settings-general.php:107
351
+ msgid "seconds"
352
+ msgstr "s"
353
+
354
+ #: admin/partials/cookie-law-info-admin_settings.php:233
355
+ #: admin/views/admin-settings-general.php:113
356
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
357
+ msgstr ""
358
+ "Automatická skrytí panelu souborů cookie, pokud se uživatel posouvá "
359
+ "(Přijmout při rolování)?"
360
+
361
+ #: admin/partials/cookie-law-info-admin_settings.php:237
362
+ #: admin/views/admin-settings-general.php:117
363
+ msgid ""
364
+ "As per latest GDPR policies it is required to take an explicit consent for "
365
+ "the cookies. Use this option with discretion especially if you serve EU"
366
+ msgstr ""
367
+ "Podle nejnovějších zásad GDPR je nutné výslovně souhlasit s cookies. "
368
+ "Použijte tuto možnost s uvážením, zejména pokud sloušíte EU"
369
+
370
+ #: admin/partials/cookie-law-info-admin_settings.php:241
371
+ #: admin/views/admin-settings-general.php:121
372
+ msgid "Reload after \"scroll accept\" event?"
373
+ msgstr "Znovu načíst po události \"posun akceptovat\"?"
374
+
375
+ #: admin/partials/cookie-law-info-admin_settings.php:252
376
+ #: admin/views/admin-settings-general.php:132
377
+ msgid "Reload after Accept button click"
378
+ msgstr "Znovu načíst po kliknutí na tlačítko Accept"
379
+
380
+ #: admin/partials/cookie-law-info-admin_settings.php:259
381
+ #: admin/views/admin-settings-general.php:139
382
+ msgid "Reload after Reject button click"
383
+ msgstr "Znovu načíst po klepnutí na tlačítko Odmítnout"
384
+
385
+ #: admin/partials/cookie-law-info-admin_settings.php:270
386
+ #: admin/views/admin-settings-general.php:152
387
+ msgid "Use Show Again Tab?"
388
+ msgstr "Použít znovu zobrazit kartu?"
389
+
390
+ #: admin/partials/cookie-law-info-admin_settings.php:277
391
+ #: admin/views/admin-settings-general.php:159
392
+ msgid "Tab Position"
393
+ msgstr "Pozice"
394
+
395
+ #: admin/partials/cookie-law-info-admin_settings.php:282
396
+ #: admin/partials/cookie-law-info-admin_settings.php:285
397
+ #: admin/views/admin-settings-general.php:164
398
+ #: admin/views/admin-settings-general.php:167
399
+ msgid "Right"
400
+ msgstr "Vpravo"
401
+
402
+ #: admin/partials/cookie-law-info-admin_settings.php:283
403
+ #: admin/partials/cookie-law-info-admin_settings.php:286
404
+ #: admin/views/admin-settings-general.php:165
405
+ #: admin/views/admin-settings-general.php:168
406
+ msgid "Left"
407
+ msgstr "Vlevo"
408
+
409
+ #: admin/partials/cookie-law-info-admin_settings.php:293
410
+ #: admin/views/admin-settings-general.php:175
411
+ msgid "From Left Margin"
412
+ msgstr "Levý okraj"
413
+
414
+ #: admin/partials/cookie-law-info-admin_settings.php:296
415
+ #: admin/views/admin-settings-general.php:178
416
+ msgid "Specify"
417
+ msgstr "Upřesněte"
418
+
419
+ #: admin/partials/cookie-law-info-admin_settings.php:300
420
+ #: admin/views/admin-settings-general.php:182
421
+ msgid "Show More Text"
422
+ msgstr "Zobrazit více"
423
+
424
+ #: admin/partials/cookie-law-info-admin_settings.php:307
425
+ msgid "Cookie Law Message Bar"
426
+ msgstr "Panel zpráv zákon cookie"
427
+
428
+ #: admin/partials/cookie-law-info-admin_settings.php:311
429
+ #: admin/views/admin-settings-messagebar.php:5
430
+ msgid "Message"
431
+ msgstr "Zpráva"
432
+
433
+ #: admin/partials/cookie-law-info-admin_settings.php:317
434
+ #: admin/views/admin-settings-messagebar.php:11
435
+ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
436
+ msgstr "Povolených shortcodes: viz settngs části \"Použití the Shortcodes\"."
437
+
438
+ #: admin/partials/cookie-law-info-admin_settings.php:317
439
+ #: admin/views/admin-settings-messagebar.php:11
440
+ msgid ""
441
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
442
+ "to delete cookies [cookie_link].\""
443
+ msgstr ""
444
+ "Příklady: \"používáme soubory cookie na tomto webu [cookie_accept] Chcete-li "
445
+ "zjistit, jak odstranit soubory cookie [cookie_link].\""
446
+
447
+ #: admin/partials/cookie-law-info-admin_settings.php:321
448
+ #: admin/views/admin-settings-messagebar.php:15
449
+ msgid "Cookie Bar Colour"
450
+ msgstr "Barva karet cookie"
451
+
452
+ #: admin/partials/cookie-law-info-admin_settings.php:331
453
+ #: admin/views/admin-settings-messagebar.php:25
454
+ msgid "Text Colour"
455
+ msgstr "Barva textu těla"
456
+
457
+ #: admin/partials/cookie-law-info-admin_settings.php:340
458
+ #: admin/views/admin-settings-messagebar.php:34
459
+ msgid "Show Border?"
460
+ msgstr "Zobrazit okraje"
461
+
462
+ #: admin/partials/cookie-law-info-admin_settings.php:348
463
+ #: admin/views/admin-settings-messagebar.php:42
464
+ msgid "Border Colour"
465
+ msgstr "Barva ohraničení"
466
+
467
+ #: admin/partials/cookie-law-info-admin_settings.php:356
468
+ #: admin/views/admin-settings-messagebar.php:50
469
+ msgid "Font"
470
+ msgstr "Písmo"
471
+
472
+ #: admin/partials/cookie-law-info-admin_settings.php:367
473
+ #: admin/partials/cookie-law-info-admin_settings1.php:19
474
+ msgid "Customise Buttons"
475
+ msgstr "Přizpůsobte tlačítka"
476
+
477
+ #: admin/partials/cookie-law-info-admin_settings.php:370
478
+ msgid "Accept Button"
479
+ msgstr "Přijmout tlačítko"
480
+
481
+ #: admin/partials/cookie-law-info-admin_settings.php:372
482
+ #: admin/views/admin-settings-buttons.php:13
483
+ msgid "Main Button"
484
+ msgstr "Tlačítko"
485
+
486
+ #: admin/partials/cookie-law-info-admin_settings.php:373
487
+ #: admin/views/admin-settings-buttons.php:14
488
+ msgid ""
489
+ "This button/link can be customised to either simply close the cookie bar, or "
490
+ "follow a link. You can also customise the colours and styles, and show it as "
491
+ "a link or a button."
492
+ msgstr ""
493
+ "Toto tlačítko/link lze přizpůsobit tak, aby jednoduše zavřít panel cookie, "
494
+ "nebo klepnutím na odkaz. Můžete také přizpůsobit barvy a styly a Ukázat ji "
495
+ "jako odkaz nebo tlačítko."
496
+
497
+ #: admin/partials/cookie-law-info-admin_settings.php:376
498
+ #: admin/partials/cookie-law-info-admin_settings.php:443
499
+ #: admin/partials/cookie-law-info-admin_settings.php:515
500
+ #: admin/partials/cookie-law-info-admin_settings.php:560
501
+ msgid "Link Text"
502
+ msgstr "Text odkazu"
503
+
504
+ #: admin/partials/cookie-law-info-admin_settings.php:382
505
+ #: admin/partials/cookie-law-info-admin_settings.php:449
506
+ #: admin/views/admin-settings-buttons.php:48
507
+ #: admin/views/admin-settings-buttons.php:119
508
+ msgid "Action"
509
+ msgstr "Stav"
510
+
511
+ #: admin/partials/cookie-law-info-admin_settings.php:390
512
+ #: admin/partials/cookie-law-info-admin_settings.php:461
513
+ #: admin/partials/cookie-law-info-admin_settings.php:566
514
+ msgid "Link URL"
515
+ msgstr "URL odkazu"
516
+
517
+ #: admin/partials/cookie-law-info-admin_settings.php:393
518
+ #: admin/partials/cookie-law-info-admin_settings.php:464
519
+ #: admin/views/admin-settings-buttons.php:59
520
+ #: admin/views/admin-settings-buttons.php:134
521
+ msgid "Button will only link to URL if Action = Open URL"
522
+ msgstr "Tlačítko bude odkazovat pouze na adresu URL, pokud akce = otevřít URL"
523
+
524
+ #: admin/partials/cookie-law-info-admin_settings.php:398
525
+ #: admin/partials/cookie-law-info-admin_settings.php:469
526
+ #: admin/partials/cookie-law-info-admin_settings.php:582
527
+ msgid "Open link in new window?"
528
+ msgstr "Otevřít odkaz v novém okně?"
529
+
530
+ #: admin/partials/cookie-law-info-admin_settings.php:405
531
+ #: admin/partials/cookie-law-info-admin_settings.php:476
532
+ #: admin/partials/cookie-law-info-admin_settings.php:521
533
+ #: admin/partials/cookie-law-info-admin_settings.php:572
534
+ msgid "Link colour"
535
+ msgstr "Barva"
536
+
537
+ #: admin/partials/cookie-law-info-admin_settings.php:413
538
+ #: admin/partials/cookie-law-info-admin_settings.php:484
539
+ #: admin/partials/cookie-law-info-admin_settings.php:529
540
+ #: admin/partials/cookie-law-info-admin_settings.php:589
541
+ msgid "Show as button?"
542
+ msgstr "Zobrazit jako tlačítko?"
543
+
544
+ #: admin/partials/cookie-law-info-admin_settings.php:415
545
+ #: admin/partials/cookie-law-info-admin_settings.php:486
546
+ #: admin/partials/cookie-law-info-admin_settings.php:531
547
+ #: admin/partials/cookie-law-info-admin_settings.php:591
548
+ #: admin/views/admin-settings-buttons.php:33
549
+ #: admin/views/admin-settings-buttons.php:105
550
+ #: admin/views/admin-settings-buttons.php:176
551
+ #: admin/views/admin-settings-buttons.php:221
552
+ msgid "Button"
553
+ msgstr "Tlačítko"
554
+
555
+ #: admin/partials/cookie-law-info-admin_settings.php:416
556
+ #: admin/partials/cookie-law-info-admin_settings.php:487
557
+ #: admin/partials/cookie-law-info-admin_settings.php:532
558
+ #: admin/partials/cookie-law-info-admin_settings.php:592
559
+ #: admin/views/admin-settings-buttons.php:35
560
+ #: admin/views/admin-settings-buttons.php:107
561
+ #: admin/views/admin-settings-buttons.php:178
562
+ #: admin/views/admin-settings-buttons.php:223
563
+ msgid "Link"
564
+ msgstr "Odkaz"
565
+
566
+ #: admin/partials/cookie-law-info-admin_settings.php:420
567
+ #: admin/partials/cookie-law-info-admin_settings.php:491
568
+ #: admin/partials/cookie-law-info-admin_settings.php:536
569
+ #: admin/partials/cookie-law-info-admin_settings.php:596
570
+ msgid "Button colour"
571
+ msgstr "Barva tlačítka"
572
+
573
+ #: admin/partials/cookie-law-info-admin_settings.php:428
574
+ #: admin/partials/cookie-law-info-admin_settings.php:499
575
+ #: admin/partials/cookie-law-info-admin_settings.php:544
576
+ #: admin/partials/cookie-law-info-admin_settings.php:604
577
+ msgid "Button Size"
578
+ msgstr "Rozměr tlačítka"
579
+
580
+ #: admin/partials/cookie-law-info-admin_settings.php:439
581
+ #: admin/views/admin-settings-buttons.php:86
582
+ msgid "Reject Button"
583
+ msgstr "Odmítnout tlačítko"
584
+
585
+ #: admin/partials/cookie-law-info-admin_settings.php:511
586
+ #: admin/views/admin-settings-buttons.php:157
587
+ msgid "Settings Button"
588
+ msgstr "Tlačítko Nastavení"
589
+
590
+ #: admin/partials/cookie-law-info-admin_settings.php:556
591
+ #: admin/views/admin-settings-buttons.php:201
592
+ msgid "Read More Link"
593
+ msgstr "Odkaz pro číst více"
594
+
595
+ #: admin/partials/cookie-law-info-admin_settings.php:557
596
+ #: admin/views/admin-settings-buttons.php:202
597
+ msgid ""
598
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
599
+ "Policy. You can customise it any way you like."
600
+ msgstr ""
601
+ "Toto tlačítko/link slouží k zajištění spojení bodů do vašeho soukromí & "
602
+ "Cookie Policy. Můžete jej přizpůsobit jakýmkoli způsobem, které se vám líbí."
603
+
604
+ #: admin/partials/cookie-law-info-admin_settings.php:615
605
+ msgid "Using the Shortcodes"
606
+ msgstr "Použití Shortcodes"
607
+
608
+ #: admin/partials/cookie-law-info-admin_settings.php:617
609
+ #: admin/views/admin-settings-help.php:10
610
+ msgid "Cookie bar shortcodes"
611
+ msgstr "Cookie bar shortcodes"
612
+
613
+ #: admin/partials/cookie-law-info-admin_settings.php:618
614
+ #: admin/views/admin-settings-help.php:11
615
+ msgid ""
616
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
617
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
618
+ "without you having to add any HTML."
619
+ msgstr ""
620
+ "Shortcodes můžete zadat do pole \"zpráva\" Cookie zákon informační panel. "
621
+ "Dodávají zformátovaný tlačítka nebo odkazy do souboru cookie baru, aniž by "
622
+ "bylo nutné přidávat žádné HTML."
623
+
624
+ #: admin/partials/cookie-law-info-admin_settings.php:619
625
+ msgid "The shortcodes are:"
626
+ msgstr "Shortcodes jsou:"
627
+
628
+ #: admin/partials/cookie-law-info-admin_settings.php:621
629
+ #: admin/views/admin-settings-help.php:18
630
+ msgid ""
631
+ "If you just want a standard green \"Accept\" button that closes the header "
632
+ "and nothing more, use this shortcode. It is already styled, you don't need "
633
+ "to customise it."
634
+ msgstr ""
635
+ "Pokud chcete standardní zelené tlačítko \"Accept\", které zavře záhlaví a "
636
+ "nic víc, použijte tento krátký. Je již stylem, není nutné ji upravte."
637
+
638
+ #: admin/partials/cookie-law-info-admin_settings.php:623
639
+ #: admin/views/admin-settings-help.php:22
640
+ msgid ""
641
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
642
+ "yellow, green or pink."
643
+ msgstr ""
644
+ "Alternativně můžete přidat hodnotu barvy. Výběr: červená, modrá, oranžová, "
645
+ "žlutá, zelená nebo růžová."
646
+
647
+ #: admin/partials/cookie-law-info-admin_settings.php:623
648
+ #: admin/views/admin-settings-help.php:22
649
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
650
+ msgstr "Pozor, používat britské pravopis \"barvy\" pro atribut."
651
+
652
+ #: admin/partials/cookie-law-info-admin_settings.php:625
653
+ #: admin/views/admin-settings-help.php:26
654
+ msgid "This is the \"main button\" you customise above."
655
+ msgstr "To je \"hlavní tlačítko\" přizpůsobit výše."
656
+
657
+ #: admin/partials/cookie-law-info-admin_settings.php:627
658
+ #: admin/views/admin-settings-help.php:31
659
+ msgid "This is the cookie settings button rendering shortcode."
660
+ msgstr "Je to krátký vykreslování souborů cookie nastavení tlačítko."
661
+
662
+ #: admin/partials/cookie-law-info-admin_settings.php:629
663
+ #: admin/views/admin-settings-help.php:35
664
+ msgid "This is the cookie reject button shortcode."
665
+ msgstr "Je to krátký tlačítko odmítnout cookie."
666
+
667
+ #: admin/partials/cookie-law-info-admin_settings.php:631
668
+ #: admin/views/admin-settings-help.php:39
669
+ msgid "This is the \"read more\" link you customise above."
670
+ msgstr "To je odkaz \"více\", který si přizpůsobit výše."
671
+
672
+ #: admin/partials/cookie-law-info-admin_settings.php:634
673
+ #: admin/views/admin-settings-help.php:43
674
+ msgid "Other shortcodes"
675
+ msgstr "Jiné shortcodes"
676
+
677
+ #: admin/partials/cookie-law-info-admin_settings.php:635
678
+ #: admin/views/admin-settings-help.php:44
679
+ msgid ""
680
+ "These shortcodes can be used in pages and posts on your website. It is not "
681
+ "recommended to use these inside the cookie bar itself."
682
+ msgstr ""
683
+ "Tyto krátké kódy lze použít v stránky a příspěvky na vašem webu. Není "
684
+ "doporučeno používat tyto uvnitř cookie samostatně."
685
+
686
+ #: admin/partials/cookie-law-info-admin_settings.php:637
687
+ #: admin/views/admin-settings-help.php:50
688
+ msgid ""
689
+ "This prints out a nice table of cookies, in line with the guidance given by "
690
+ "the ICO."
691
+ msgstr "To vytiskne pěkná tabulka souborů cookie, podle pokynů daných 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
+ "Je třeba zadat váš web používá soubory cookie prostřednictvím nabídky soubor "
700
+ "Cookie zákon Info v řídicím panelu WordPress."
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 "Toto vytiskne pěkný stůl cookies podle kategorie."
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 "Toto vytiskne rozbalovací nabídku nastavení kategorie cookie."
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
+ "Tento zkrácený kód zobrazí normální odkaz HTML, který po klepnutí vymaže "
720
+ "cookie nastavenou Cookie Law Info (tento cookie slouží k zapamatování, že "
721
+ "panel cookie je zavřený)."
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
+ "Přidejte libovolný text vás jako-užitečné, pokud chcete například jiný jazyk "
729
+ "do angličtiny."
730
+
731
+ #: admin/partials/cookie-law-info-admin_settings.php:655
732
+ #: admin/partials/cookie-law-info-admin_settings1.php:20
733
+ msgid "Advanced"
734
+ msgstr "Pokročilé"
735
+
736
+ #: admin/partials/cookie-law-info-admin_settings.php:657
737
+ #: admin/views/admin-settings-advanced.php:3
738
+ msgid ""
739
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
740
+ "try adjusting these settings."
741
+ msgstr ""
742
+ "Někdy motivy použít nastavení, které v rozporu s pluginy. Pokud k tomu "
743
+ "dojde, zkuste upravit tato nastavení."
744
+
745
+ #: admin/partials/cookie-law-info-admin_settings.php:671
746
+ #: admin/views/admin-settings-advanced.php:17
747
+ msgid "Reset all values"
748
+ msgstr "Obnovit všechny hodnoty"
749
+
750
+ #: admin/partials/cookie-law-info-admin_settings.php:673
751
+ #: admin/views/admin-settings-advanced.php:19
752
+ msgid "Delete settings and reset"
753
+ msgstr "Odstranit nastavení a obnovit"
754
+
755
+ #: admin/partials/cookie-law-info-admin_settings.php:673
756
+ #: admin/views/admin-settings-advanced.php:19
757
+ msgid "Are you sure you want to delete all your settings?"
758
+ msgstr "Opravdu že chcete odstranit všechna vaše nastavení?"
759
+
760
+ #: admin/partials/cookie-law-info-admin_settings.php:674
761
+ #: admin/views/admin-settings-advanced.php:20
762
+ msgid "Warning: this will actually delete your current settings."
763
+ msgstr "Upozornění: to bude skutečně odstranit aktuální nastavení."
764
+
765
+ #: admin/partials/cookie-law-info-admin_settings.php:716
766
+ msgid "Where did my settings go?"
767
+ msgstr "Kam se poděla moje nastavení?"
768
+
769
+ #: admin/partials/cookie-law-info-admin_settings.php:717
770
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
771
+ msgstr ""
772
+ "Cookie zákon Info verze 0,9 byla aktualizována a obsahuje nové nastavení."
773
+
774
+ #: admin/partials/cookie-law-info-admin_settings.php:717
775
+ msgid "Your previous settings are safe."
776
+ msgstr "Vaše předchozí nastavení jsou v bezpečí."
777
+
778
+ #: admin/partials/cookie-law-info-admin_settings.php:718
779
+ msgid ""
780
+ "You can either copy over your old settings to this version, or use the new "
781
+ "default values."
782
+ msgstr ""
783
+ "Můžete buď zkopírovat přes vaše staré nastavení pro tuto verzi nebo použijte "
784
+ "nové výchozí hodnoty."
785
+
786
+ #: admin/partials/cookie-law-info-admin_settings.php:720
787
+ msgid "Would you like to:"
788
+ msgstr "Chtěl bys"
789
+
790
+ #: admin/partials/cookie-law-info-admin_settings.php:722
791
+ msgid "Use previous settings"
792
+ msgstr "Použít předchozí nastavení"
793
+
794
+ #: admin/partials/cookie-law-info-admin_settings.php:723
795
+ msgid "Start afresh with the new version"
796
+ msgstr "Začít znovu s novou verzí"
797
+
798
+ #: admin/partials/cookie-law-info-admin_settings.php:725
799
+ msgid "Are you sure you want to migrate settings?"
800
+ msgstr "Jste si jistý, že chcete migrovat nastavení?"
801
+
802
+ #: admin/partials/cookie-law-info-admin_settings.php:727
803
+ msgid ""
804
+ "If you want to go back to the previous version you can always download it "
805
+ "again from"
806
+ msgstr ""
807
+ "Pokud chcete vrátit zpět k předchozí verzi, můžete vždy stáhnout jej znovu od"
808
+
809
+ #: admin/partials/cookie-law-info-admin_settings.php:732
810
+ msgid "Help"
811
+ msgstr "Pomoc"
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 "Pomoc a podpora"
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 "Nahlásit chybu"
822
+
823
+ #: admin/partials/cookie-law-info-admin_settings.php:736
824
+ #: admin/views/admin-settings-help.php:101
825
+ msgid "Guide"
826
+ msgstr "Příručka"
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 "O"
832
+
833
+ #: admin/partials/cookie-law-info-admin_settings1.php:11
834
+ msgid "Settings updated."
835
+ msgstr "Nastavení aktualizováno."
836
+
837
+ #: admin/partials/cookie-law-info-admin_settings1.php:12
838
+ msgid "Unable to update Settings."
839
+ msgstr "Nelze aktualizovat nastavení."
840
+
841
+ #: admin/partials/cookie-law-info-admin_settings1.php:17
842
+ msgid "General"
843
+ msgstr "Obecné"
844
+
845
+ #: admin/partials/cookie-law-info-admin_settings1.php:18
846
+ msgid "Message Bar"
847
+ msgstr "Panel zpráv"
848
+
849
+ #: admin/partials/cookie-law-info-admin_settings1.php:22
850
+ msgid "Licence"
851
+ msgstr "Průkaz způsobilosti"
852
+
853
+ #: admin/partials/cookie-law-info-admin_settings1.php:33
854
+ msgid "Help Guide"
855
+ msgstr "Příručka"
856
+
857
+ #: admin/partials/cookie-law-info-privacy_overview.php:59
858
+ msgid "Privacy Overview Title"
859
+ msgstr "Název Přehled soukromí"
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 "To se ukáže v nastavení viditelné pro uživatele na obrazovce souhlas."
865
+
866
+ #: admin/partials/cookie-law-info-privacy_overview.php:75
867
+ msgid "Save Settings"
868
+ msgstr "Uložit nastavení"
869
+
870
+ #: admin/views/admin-settings-buttons.php:17
871
+ #: admin/views/admin-settings-buttons.php:89
872
+ #: admin/views/admin-settings-buttons.php:160
873
+ #: admin/views/admin-settings-buttons.php:205
874
+ msgid "Text"
875
+ msgstr "Test"
876
+
877
+ #: admin/views/admin-settings-buttons.php:23
878
+ #: admin/views/admin-settings-buttons.php:95
879
+ #: admin/views/admin-settings-buttons.php:166
880
+ #: admin/views/admin-settings-buttons.php:211
881
+ msgid "Text colour"
882
+ msgstr "Barva textu těla"
883
+
884
+ #: admin/views/admin-settings-buttons.php:31
885
+ #: admin/views/admin-settings-buttons.php:103
886
+ #: admin/views/admin-settings-buttons.php:174
887
+ #: admin/views/admin-settings-buttons.php:219
888
+ msgid "Show as"
889
+ msgstr "Zobrazit jako"
890
+
891
+ #: admin/views/admin-settings-buttons.php:39
892
+ #: admin/views/admin-settings-buttons.php:111
893
+ #: admin/views/admin-settings-buttons.php:182
894
+ #: admin/views/admin-settings-buttons.php:227
895
+ msgid "Background colour"
896
+ msgstr "Barva pozadí"
897
+
898
+ #: admin/views/admin-settings-buttons.php:56
899
+ #: admin/views/admin-settings-buttons.php:131
900
+ #: admin/views/admin-settings-buttons.php:235
901
+ msgid "URL"
902
+ msgstr "Odkaz"
903
+
904
+ #: admin/views/admin-settings-buttons.php:64
905
+ #: admin/views/admin-settings-buttons.php:139
906
+ #: admin/views/admin-settings-buttons.php:241
907
+ msgid "Open URL in new window?"
908
+ msgstr "Otevřít URL v novém okně?"
909
+
910
+ #: admin/views/admin-settings-buttons.php:75
911
+ #: admin/views/admin-settings-buttons.php:146
912
+ #: admin/views/admin-settings-buttons.php:190
913
+ #: admin/views/admin-settings-buttons.php:248
914
+ msgid "Size"
915
+ msgstr "اندازه"
916
+
917
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:374
918
+ #, php-format
919
+ msgid ""
920
+ "The license key for %s has expired. You can reactivate or purchase a license "
921
+ "key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
922
+ msgstr ""
923
+
924
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:385
925
+ #, php-format
926
+ msgid ""
927
+ "The subscription for %s is on-hold. You can reactivate the subscription from "
928
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
929
+ msgstr ""
930
+
931
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:396
932
+ #, php-format
933
+ msgid ""
934
+ "The subscription for %s has been cancelled. You can renew the subscription "
935
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new "
936
+ "license key will be emailed to you after your order has been completed."
937
+ msgstr ""
938
+
939
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:407
940
+ #, php-format
941
+ msgid ""
942
+ "The subscription for %s has expired. You can reactivate the subscription "
943
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
944
+ msgstr ""
945
+
946
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:418
947
+ #, php-format
948
+ msgid ""
949
+ "The subscription for %s has been suspended. You can reactivate the "
950
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
951
+ "a>."
952
+ msgstr ""
953
+
954
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:429
955
+ #, php-format
956
+ msgid ""
957
+ "The subscription for %s is still pending. You can check on the status of the "
958
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
959
+ "a>."
960
+ msgstr ""
961
+
962
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:440
963
+ #, php-format
964
+ msgid ""
965
+ "The subscription for %s has been placed in the trash and will be deleted "
966
+ "soon. You can purchase a new subscription from your account <a href=\"%s\" "
967
+ "target=\"_blank\">dashboard</a>."
968
+ msgstr ""
969
+
970
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:451
971
+ #, php-format
972
+ msgid ""
973
+ "A subscription for %s could not be found. You can purchase a subscription "
974
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
975
+ msgstr ""
976
+
977
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:462
978
+ #, php-format
979
+ msgid ""
980
+ "A license key for %s could not be found. Maybe you forgot to enter a license "
981
+ "key when setting up %s, or the key was deactivated in your account. You can "
982
+ "reactivate license key at your plugin <a href=\"%s\" target=\"_blank"
983
+ "\">settings page</a>."
984
+ msgstr ""
985
+
986
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:473
987
+ #, php-format
988
+ msgid ""
989
+ "Download permission for %s has been revoked possibly due to a license key or "
990
+ "subscription expiring. You can reactivate or purchase a license key from "
991
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
992
+ msgstr ""
993
+
994
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:484
995
+ #, php-format
996
+ msgid ""
997
+ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
998
+ "\">settings page</a> and enter the license key and license email to activate "
999
+ "%s."
1000
+ msgstr ""
1001
+
1002
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:495
1003
+ #, php-format
1004
+ msgid ""
1005
+ "You changed the subscription for %s, so you will need to enter your new API "
1006
+ "License Key in the settings page. The License Key should have arrived in "
1007
+ "your email inbox, if not you can get it by logging into your account <a href="
1008
+ "\"%s\" target=\"_blank\">dashboard</a>."
1009
+ msgstr ""
1010
+
1011
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:106
1012
+ msgid "Licence Activation"
1013
+ msgstr "Aktivace licence"
1014
+
1015
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:110
1016
+ msgid "API Licence Key:"
1017
+ msgstr "API licenční klíč:"
1018
+
1019
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:111
1020
+ msgid "Licence Key"
1021
+ msgstr "Licenční klíč"
1022
+
1023
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:115
1024
+ msgid "Licence Email"
1025
+ msgstr "E-mail licence"
1026
+
1027
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:119
1028
+ msgid "Activate"
1029
+ msgstr "Aktivujte"
1030
+
1031
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:122
1032
+ msgid "Check"
1033
+ msgstr "Check"
1034
+
1035
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:132
1036
+ msgid "Deactive"
1037
+ msgstr "Deaktivní"
1038
+
1039
+ #: includes/class-cookie-law-info.php:336
1040
+ msgid ""
1041
+ "This website uses cookies to improve your experience. We'll assume you're ok "
1042
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
1043
+ "[cookie_link]"
1044
+ msgstr ""
1045
+ "Tento web používá soubory cookie ke zlepšení své zkušenosti. Budeme "
1046
+ "předpokládat, že jste v pořádku s tím, ale můžete opt-out Chcete-li. "
1047
+ "[cookie_button] [cookie_settings] [cookie_link]"
1048
+
1049
+ #: includes/class-cookie-law-info.php:343
1050
+ msgid "Privacy & Cookies Policy"
1051
+ msgstr "Soukromí & politika ohledně Cookies"
1052
+
1053
+ #: public/class-cookie-law-info-public.php:161
1054
+ msgid "GDPR Cookie Consent"
1055
+ msgstr "Cookie Souhlas"
1056
+
1057
+ #: public/class-cookie-law-info-public.php:162
1058
+ msgid "Cookie List"
1059
+ msgstr "Seznam cookie"
1060
+
1061
+ #: public/class-cookie-law-info-public.php:163
1062
+ #: public/modules/shortcode/shortcode.php:118
1063
+ #: public/modules/shortcode/shortcode.php:191
1064
+ msgid "Cookie"
1065
+ msgstr "Sušenka"
1066
+
1067
+ #: public/class-cookie-law-info-public.php:164
1068
+ msgid "Add New"
1069
+ msgstr "Vytvořit aktualitu"
1070
+
1071
+ #: public/class-cookie-law-info-public.php:165
1072
+ msgid "Add New Cookie Type"
1073
+ msgstr "Přidat nový typ souboru Cookie"
1074
+
1075
+ #: public/class-cookie-law-info-public.php:166
1076
+ msgid "Edit Cookie Type"
1077
+ msgstr "Upravit typ souboru Cookie"
1078
+
1079
+ #: public/class-cookie-law-info-public.php:167
1080
+ msgid "New Cookie Type"
1081
+ msgstr "Nový typ souboru Cookie"
1082
+
1083
+ #: public/class-cookie-law-info-public.php:168
1084
+ msgid "View Cookie Type"
1085
+ msgstr "Zobrazit typ souboru Cookie"
1086
+
1087
+ #: public/class-cookie-law-info-public.php:169
1088
+ msgid "Search Cookies"
1089
+ msgstr "Hledat soubory cookie"
1090
+
1091
+ #: public/class-cookie-law-info-public.php:170
1092
+ msgid "Nothing found"
1093
+ msgstr "Nic nebylo nalezeno"
1094
+
1095
+ #: public/class-cookie-law-info-public.php:171
1096
+ msgid "Nothing found in Trash"
1097
+ msgstr "Nic jsme v koši nenašli"
1098
+
1099
+ #: public/class-cookie-law-info-public.php:208
1100
+ #: public/modules/script-blocker/script-blocker.php:125
1101
+ msgid "Cookie Category"
1102
+ msgstr "Kategorie souborů cookie"
1103
+
1104
+ #: public/modules/script-blocker/classes/class-script-blocker.php:322
1105
+ msgid "Google Analytics"
1106
+ msgstr "Google Analytics"
1107
+
1108
+ #: public/modules/script-blocker/classes/class-script-blocker.php:336
1109
+ msgid "Facebook Pixel Code"
1110
+ msgstr "Facebook Pixel"
1111
+
1112
+ #: public/modules/script-blocker/classes/class-script-blocker.php:347
1113
+ msgid "Google Tag Manager"
1114
+ msgstr "Google Tag Manager"
1115
+
1116
+ #: public/modules/script-blocker/classes/class-script-blocker.php:359
1117
+ #, php-format
1118
+ msgid ""
1119
+ "Invalid index found in the thirdparties array. Index should be of type "
1120
+ "'string'. Index found: %d."
1121
+ msgstr ""
1122
+
1123
+ #: public/modules/script-blocker/classes/class-script-blocker.php:644
1124
+ msgid "Action is unknown."
1125
+ msgstr "Akce není znám."
1126
+
1127
+ #: public/modules/script-blocker/script-blocker.php:245
1128
+ #: public/modules/script-blocker/script-blocker.php:246
1129
+ msgid "Script Blocker"
1130
+ msgstr "Script Blocker"
1131
+
1132
+ #: public/modules/script-blocker/views/admin_script_blocker.php:8
1133
+ msgid "Manage Script Blocking"
1134
+ msgstr "Správa blokování skriptů"
1135
+
1136
+ #: public/modules/script-blocker/views/admin_script_blocker.php:22
1137
+ msgid "Name"
1138
+ msgstr "Jméno"
1139
+
1140
+ #: public/modules/script-blocker/views/admin_script_blocker.php:23
1141
+ msgid "Enabled"
1142
+ msgstr "Povoleno"
1143
+
1144
+ #: public/modules/script-blocker/views/admin_script_blocker.php:24
1145
+ #: public/modules/shortcode/shortcode.php:121
1146
+ #: public/modules/shortcode/shortcode.php:194
1147
+ msgid "Description"
1148
+ msgstr "Popis"
1149
+
1150
+ #: public/modules/script-blocker/views/admin_script_blocker.php:25
1151
+ msgid "Category"
1152
+ msgstr "Kategorii"
1153
+
1154
+ #: public/modules/script-blocker/views/admin_script_blocker.php:26
1155
+ msgid "Key"
1156
+ msgstr "Klíč"
1157
+
1158
+ #: public/modules/shortcode/shortcode.php:70
1159
+ msgid "Delete Cookies"
1160
+ msgstr "Odstranit soubory cookie"
1161
+
1162
+ #: public/modules/shortcode/shortcode.php:119
1163
+ #: public/modules/shortcode/shortcode.php:192
1164
+ msgid "Type"
1165
+ msgstr "Typ"
1166
+
1167
+ #: public/modules/shortcode/shortcode.php:120
1168
+ #: public/modules/shortcode/shortcode.php:193
1169
+ msgid "Duration"
1170
+ msgstr "Délka"
1171
+
1172
+ #: public/modules/visitor-report/classes/class-visitor-history.php:26
1173
+ msgid "No Consent History"
1174
+ msgstr "Historie není souhlas"
1175
+
1176
+ #: public/modules/visitor-report/classes/class-visitor-history.php:75
1177
+ msgid "IP Address"
1178
+ msgstr "IP adresy"
1179
+
1180
+ #: public/modules/visitor-report/classes/class-visitor-history.php:76
1181
+ msgid "Visited Date"
1182
+ msgstr "navštívený"
1183
+
1184
+ #: public/modules/visitor-report/classes/class-visitor-history.php:77
1185
+ msgid "Cookie Details"
1186
+ msgstr "Podrobnosti o cookie"
1187
+
1188
+ #: public/modules/visitor-report/classes/class-visitor-history.php:78
1189
+ msgid "User ID"
1190
+ msgstr "ID uživatele"
1191
+
1192
+ #: public/modules/visitor-report/classes/class-visitor-history.php:101
1193
+ msgid "Delete"
1194
+ msgstr "Smazat"
1195
+
1196
+ #: public/modules/visitor-report/views/visitor_report.php:9
1197
+ msgid "GDPR Consent History"
1198
+ msgstr "GDPR souhlas historie"
1199
+
1200
+ #: public/modules/visitor-report/views/visitor_report.php:11
1201
+ msgid "Export Report"
1202
+ msgstr "Export sestavy"
1203
+
1204
+ #: public/modules/visitor-report/visitor-report.php:132
1205
+ msgid "Event Logged Successfully"
1206
+ msgstr "Úspěšně zaznamenána událost"
1207
+
1208
+ #: public/modules/visitor-report/visitor-report.php:135
1209
+ msgid "Error"
1210
+ msgstr "Chyba"
1211
+
1212
+ #: public/modules/visitor-report/visitor-report.php:141
1213
+ msgid "Logging is not enabled"
1214
+ msgstr "Protokolování není povoleno."
1215
+
1216
+ #: public/modules/visitor-report/visitor-report.php:155
1217
+ #: public/modules/visitor-report/visitor-report.php:156
1218
+ msgid "Consent Report"
1219
+ msgstr "Souhlasná zpráva"
1220
+
1221
+ #~ msgid "Reject Button:"
1222
+ #~ msgstr "Odmítnout tlačítko:"
1223
+
1224
+ #~ msgid "Cookie Bar will be show in:"
1225
+ #~ msgstr "Bar soubor cookie bude show v:"
1226
+
1227
+ #~ msgid "Auto-hide cookie bar after delay?"
1228
+ #~ msgstr "Automaticky skrývat panel cookie zpožděním?"
1229
+
1230
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1231
+ #~ msgstr "Automaticky skrývat panel cookie Pokud uživatel roluje?"
1232
+
1233
+ #~ msgid "Button will only link to URL if Action = Show URL"
1234
+ #~ msgstr ""
1235
+ #~ "Tlačítko bude pouze odkaz na adresu URL, pokud Action = zobrazit adresu "
1236
+ #~ "URL"
1237
+
1238
+ #~ msgid "Enable Non-necessary Cookie"
1239
+ #~ msgstr "Povolit Cookie-potřebné"
1240
+
1241
+ #~ msgid ""
1242
+ #~ "This script will be added to the page HEAD section if the above settings "
1243
+ #~ "is enabled and user has give consent."
1244
+ #~ msgstr ""
1245
+ #~ "Tento skript bude přidán na stránky sekci HEAD, je-li výše uvedené "
1246
+ #~ "nastavení je povolena a uživatel má udělit souhlas."
1247
+
1248
+ #~ msgid ""
1249
+ #~ "Print scripts in the head tag on the front end if above cookie settings "
1250
+ #~ "is enabled and user has given consent."
1251
+ #~ msgstr ""
1252
+ #~ "Tisk skripty v hlavy tag na přední straně, je-li nad cookie nastavení "
1253
+ #~ "povoleno a uživatel udělil souhlas."
1254
+
1255
+ #~ msgid ""
1256
+ #~ "This script will be added right after the BODY section if the above "
1257
+ #~ "settings is enabled and user has given consent."
1258
+ #~ msgstr ""
1259
+ #~ "Tento skript bude přidána hned po části těla je-li výše uvedené nastavení "
1260
+ #~ "je povolena a uživatel udělil souhlas."
1261
+
1262
+ #~ msgid ""
1263
+ #~ "Print scripts before the closing body tag on the front end if above "
1264
+ #~ "cookie settings is enabled and user has given consent."
1265
+ #~ msgstr ""
1266
+ #~ "Tisk skripty před uzavírací orgán označit na přední straně nad cookie "
1267
+ #~ "nastavení je povolena a uživatel udělil souhlas."
1268
+
1269
+ #~ msgid "Save"
1270
+ #~ msgstr "Uložit"
1271
+
1272
+ #~ msgid "Accept"
1273
+ #~ msgstr "Rozumím"
1274
+
1275
+ #~ msgid "Reject"
1276
+ #~ msgstr "Odmítnout"
languages/cookie-law-info-da_DA.mo ADDED
Binary file
languages/cookie-law-info-da_DA.po ADDED
@@ -0,0 +1,1255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-11 10:46+0530\n"
5
+ "PO-Revision-Date: 2018-09-11 10:53+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: da\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
+
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 "På 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 "På 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:22
1139
+ msgid "Name"
1140
+ msgstr "Fornavn"
1141
+
1142
+ #: public/modules/script-blocker/views/admin_script_blocker.php:23
1143
+ msgid "Enabled"
1144
+ msgstr "Aktiveret"
1145
+
1146
+ #: public/modules/script-blocker/views/admin_script_blocker.php:24
1147
+ #: public/modules/shortcode/shortcode.php:121
1148
+ #: public/modules/shortcode/shortcode.php:194
1149
+ msgid "Description"
1150
+ msgstr "Beskrivelse"
1151
+
1152
+ #: public/modules/script-blocker/views/admin_script_blocker.php:25
1153
+ msgid "Category"
1154
+ msgstr "Kategori"
1155
+
1156
+ #: public/modules/script-blocker/views/admin_script_blocker.php:26
1157
+ msgid "Key"
1158
+ msgstr "Nøgle"
1159
+
1160
+ #: public/modules/shortcode/shortcode.php:70
1161
+ msgid "Delete Cookies"
1162
+ msgstr "Slet cookies fra"
1163
+
1164
+ #: public/modules/shortcode/shortcode.php:119
1165
+ #: public/modules/shortcode/shortcode.php:192
1166
+ msgid "Type"
1167
+ msgstr "Type"
1168
+
1169
+ #: public/modules/shortcode/shortcode.php:120
1170
+ #: public/modules/shortcode/shortcode.php:193
1171
+ msgid "Duration"
1172
+ msgstr "Bestillingsdato"
1173
+
1174
+ #: public/modules/visitor-report/classes/class-visitor-history.php:26
1175
+ msgid "No Consent History"
1176
+ msgstr "Ingen samtykke historie"
1177
+
1178
+ #: public/modules/visitor-report/classes/class-visitor-history.php:75
1179
+ msgid "IP Address"
1180
+ msgstr "IP-adresse"
1181
+
1182
+ #: public/modules/visitor-report/classes/class-visitor-history.php:76
1183
+ msgid "Visited Date"
1184
+ msgstr "Besøgte"
1185
+
1186
+ #: public/modules/visitor-report/classes/class-visitor-history.php:77
1187
+ msgid "Cookie Details"
1188
+ msgstr "Cookie-detaljer"
1189
+
1190
+ #: public/modules/visitor-report/classes/class-visitor-history.php:78
1191
+ msgid "User ID"
1192
+ msgstr "Bruger-ID"
1193
+
1194
+ #: public/modules/visitor-report/classes/class-visitor-history.php:101
1195
+ msgid "Delete"
1196
+ msgstr "Slet"
1197
+
1198
+ #: public/modules/visitor-report/views/visitor_report.php:9
1199
+ msgid "GDPR Consent History"
1200
+ msgstr "GDPR-samtykkehistorie"
1201
+
1202
+ #: public/modules/visitor-report/views/visitor_report.php:11
1203
+ msgid "Export Report"
1204
+ msgstr "Eksportrapport"
1205
+
1206
+ #: public/modules/visitor-report/visitor-report.php:132
1207
+ msgid "Event Logged Successfully"
1208
+ msgstr "Event Logged Successfully"
1209
+
1210
+ #: public/modules/visitor-report/visitor-report.php:135
1211
+ msgid "Error"
1212
+ msgstr "Fejl"
1213
+
1214
+ #: public/modules/visitor-report/visitor-report.php:141
1215
+ msgid "Logging is not enabled"
1216
+ msgstr "Logning er ikke aktiveret"
1217
+
1218
+ #: public/modules/visitor-report/visitor-report.php:155
1219
+ #: public/modules/visitor-report/visitor-report.php:156
1220
+ msgid "Consent Report"
1221
+ msgstr "Samtykke rapport"
1222
+
1223
+ #~ msgid "Cookie Bar will be show in:"
1224
+ #~ msgstr "Cookie Bar vil blive vist i:"
1225
+
1226
+ #~ msgid "Auto-hide cookie bar after delay?"
1227
+ #~ msgstr "Bil-skjule cookie bar efter forsinkelse?"
1228
+
1229
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1230
+ #~ msgstr "Bil-skjule cookie bar hvis brugeren ruller?"
1231
+
1232
+ #~ msgid "Button will only link to URL if Action = Show URL"
1233
+ #~ msgstr "Knappen vil kun link til URL hvis Action = Vis URL"
1234
+
1235
+ #~ msgid ""
1236
+ #~ "We have moved header and footer scripts of this section to the "
1237
+ #~ "corresponding fields of a 'Non-Necessary-Cookie' created under 'Non-"
1238
+ #~ "Necessary' category."
1239
+ #~ msgstr ""
1240
+ #~ "Vi har flyttet sidehoved og sidefod scripts af dette afsnit til de "
1241
+ #~ "tilsvarende felter i et 'ikke-nødvendige-Cookie' oprettet under 'Ikke-"
1242
+ #~ "nødvendige' kategori."
1243
+
1244
+ #~ msgid ""
1245
+ #~ "So now all your Cookies and related scripts can be managed from a single "
1246
+ #~ "place."
1247
+ #~ msgstr ""
1248
+ #~ "Så nu kan alle dine Cookies og relaterede scripts administreres fra et "
1249
+ #~ "enkelt sted."
1250
+
1251
+ #~ msgid "Accept"
1252
+ #~ msgstr "Accepter"
1253
+
1254
+ #~ msgid "Reject"
1255
+ #~ msgstr "Afvis"
languages/cookie-law-info-da_DK.mo ADDED
Binary file
languages/cookie-law-info-da_DK.po ADDED
@@ -0,0 +1,1259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
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
+
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 "På 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 "På 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:"
1229
+
1230
+ #~ msgid "Auto-hide cookie bar after delay?"
1231
+ #~ msgstr "Bil-skjule cookie bar efter forsinkelse?"
1232
+
1233
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1234
+ #~ msgstr "Bil-skjule cookie bar hvis brugeren ruller?"
1235
+
1236
+ #~ msgid "Button will only link to URL if Action = Show URL"
1237
+ #~ msgstr "Knappen vil kun link til URL hvis Action = Vis URL"
1238
+
1239
+ #~ msgid ""
1240
+ #~ "We have moved header and footer scripts of this section to the "
1241
+ #~ "corresponding fields of a 'Non-Necessary-Cookie' created under 'Non-"
1242
+ #~ "Necessary' category."
1243
+ #~ msgstr ""
1244
+ #~ "Vi har flyttet sidehoved og sidefod scripts af dette afsnit til de "
1245
+ #~ "tilsvarende felter i et 'ikke-nødvendige-Cookie' oprettet under 'Ikke-"
1246
+ #~ "nødvendige' kategori."
1247
+
1248
+ #~ msgid ""
1249
+ #~ "So now all your Cookies and related scripts can be managed from a single "
1250
+ #~ "place."
1251
+ #~ msgstr ""
1252
+ #~ "Så nu kan alle dine Cookies og relaterede scripts administreres fra et "
1253
+ #~ "enkelt sted."
1254
+
1255
+ #~ msgid "Accept"
1256
+ #~ msgstr "Accepter"
1257
+
1258
+ #~ msgid "Reject"
1259
+ #~ msgstr "Afvis"
languages/cookie-law-info-de_DE.mo ADDED
Binary file
languages/cookie-law-info-de_DE.po ADDED
@@ -0,0 +1,1113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-21 14:52+0530\n"
5
+ "PO-Revision-Date: 2018-09-21 15:17+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: de\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
+
18
+ #: admin/class-cookie-law-info-admin.php:143
19
+ #: admin/class-cookie-law-info-admin.php:144
20
+ #: admin/partials/cookie-law-info-admin_settings.php:18
21
+ msgid "Cookie Law Settings"
22
+ msgstr "Cookie-Law-Einstellungen"
23
+
24
+ #: admin/class-cookie-law-info-admin.php:151
25
+ #: admin/class-cookie-law-info-admin.php:152
26
+ msgid "Non-necessary Cookie"
27
+ msgstr ""
28
+
29
+ #: admin/class-cookie-law-info-admin.php:161
30
+ msgid "Settings"
31
+ msgstr "Einstellungen"
32
+
33
+ #: admin/class-cookie-law-info-admin.php:162
34
+ msgid "Support"
35
+ msgstr "Unterstützung"
36
+
37
+ #: admin/class-cookie-law-info-admin.php:200
38
+ #: admin/class-cookie-law-info-admin.php:245
39
+ msgid "Settings Updated."
40
+ msgstr "Einstellungen aktualisiert."
41
+
42
+ #: admin/class-cookie-law-info-admin.php:226
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:260
47
+ msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
48
+ msgstr "FEHLER BEIM MIGRIEREN DER EINSTELLUNGEN (FEHLER: 2)"
49
+
50
+ #: admin/partials/cookie-law-info-admin_settings.php:12
51
+ #: admin/views/admin_non_necessary_cookie.php:14
52
+ msgid "Settings updated."
53
+ msgstr "Einstellungen aktualisiert."
54
+
55
+ #: admin/partials/cookie-law-info-admin_settings.php:13
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:14
61
+ msgid "Settings reset to defaults."
62
+ msgstr ""
63
+
64
+ #: admin/partials/cookie-law-info-admin_settings.php:15
65
+ msgid "Unable to reset settings."
66
+ msgstr ""
67
+
68
+ #: admin/partials/cookie-law-info-admin_settings.php:26
69
+ msgid "Your Cookie Law Info bar is switched on"
70
+ msgstr "Ihr Cookie Gesetz Info-Leiste ist eingeschaltet"
71
+
72
+ #: admin/partials/cookie-law-info-admin_settings.php:34
73
+ msgid "Your Cookie Law Info bar is switched off"
74
+ msgstr "Ihre Cookie Law Infoleiste ist eingeschaltet"
75
+
76
+ #: admin/partials/cookie-law-info-admin_settings.php:42
77
+ msgid "General"
78
+ msgstr "Allgemeines"
79
+
80
+ #: admin/partials/cookie-law-info-admin_settings.php:43
81
+ msgid "Customise Cookie Bar"
82
+ msgstr "Cookie-Leiste anpassen"
83
+
84
+ #: admin/partials/cookie-law-info-admin_settings.php:44
85
+ msgid "Customise Buttons"
86
+ msgstr "Anpassen der Tasten"
87
+
88
+ #: admin/partials/cookie-law-info-admin_settings.php:45
89
+ msgid "Advanced"
90
+ msgstr "Fortgeschritten"
91
+
92
+ #: admin/partials/cookie-law-info-admin_settings.php:46
93
+ msgid "Help Guide"
94
+ msgstr "Hilfeleitfaden"
95
+
96
+ #: admin/views/admin-settings-advanced.php:9
97
+ msgid ""
98
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
99
+ "try adjusting these settings."
100
+ msgstr ""
101
+ "Manchmal wenden Themes Einstellungen an, die mit Plugins kollidieren. "
102
+ "Versuchen Sie in diesem Fall, diese Einstellungen anzupassen."
103
+
104
+ #: admin/views/admin-settings-advanced.php:23
105
+ msgid "Reset all values"
106
+ msgstr "Alle Werte zurücksetzen"
107
+
108
+ #: admin/views/admin-settings-advanced.php:25
109
+ msgid "Delete settings and reset"
110
+ msgstr "Alle Werte zurücksetzen"
111
+
112
+ #: admin/views/admin-settings-advanced.php:25
113
+ msgid "Are you sure you want to delete all your settings?"
114
+ msgstr "Sind Sie sicher, dass Sie die Einstellungen löschen möchten"
115
+
116
+ #: admin/views/admin-settings-advanced.php:26
117
+ msgid "Warning: this will actually delete your current settings."
118
+ msgstr "Warnung. Die Einstellungen werden gelöscht."
119
+
120
+ #: admin/views/admin-settings-buttons.php:10
121
+ msgid "Accept Button"
122
+ msgstr "Button Akzeptieren"
123
+
124
+ #: admin/views/admin-settings-buttons.php:11
125
+ #: admin/views/admin-settings-buttons.php:91
126
+ msgid "Reject Button"
127
+ msgstr "Titel der Schaltfläche „Ablehnen“"
128
+
129
+ #: admin/views/admin-settings-buttons.php:12
130
+ #: admin/views/admin-settings-buttons.php:162
131
+ msgid "Read More Link"
132
+ msgstr "weiterlesen"
133
+
134
+ #: admin/views/admin-settings-buttons.php:18
135
+ msgid "Main Button"
136
+ msgstr "Button"
137
+
138
+ #: admin/views/admin-settings-buttons.php:19
139
+ msgid ""
140
+ "This button/link can be customised to either simply close the cookie bar, or "
141
+ "follow a link. You can also customise the colours and styles, and show it as "
142
+ "a link or a button."
143
+ msgstr ""
144
+ "Dieser Button / Link kann angepasst werden, um entweder die Cookie-Leiste zu "
145
+ "schließen oder einem Link zu folgen. Sie können die Farben und Stile auch "
146
+ "anpassen und als Link oder Schaltfläche anzeigen."
147
+
148
+ #: admin/views/admin-settings-buttons.php:22
149
+ #: admin/views/admin-settings-buttons.php:94
150
+ #: admin/views/admin-settings-buttons.php:166
151
+ msgid "Text"
152
+ msgstr "Text"
153
+
154
+ #: admin/views/admin-settings-buttons.php:28
155
+ #: admin/views/admin-settings-buttons.php:100
156
+ #: admin/views/admin-settings-buttons.php:172
157
+ msgid "Text colour"
158
+ msgstr "Schriftfarbe"
159
+
160
+ #: admin/views/admin-settings-buttons.php:36
161
+ #: admin/views/admin-settings-buttons.php:108
162
+ #: admin/views/admin-settings-buttons.php:180
163
+ msgid "Show as"
164
+ msgstr "Zeige als"
165
+
166
+ #: admin/views/admin-settings-buttons.php:38
167
+ #: admin/views/admin-settings-buttons.php:110
168
+ #: admin/views/admin-settings-buttons.php:182
169
+ msgid "Button"
170
+ msgstr "Taste"
171
+
172
+ #: admin/views/admin-settings-buttons.php:40
173
+ #: admin/views/admin-settings-buttons.php:112
174
+ #: admin/views/admin-settings-buttons.php:184
175
+ msgid "Link"
176
+ msgstr "Verknüpfung"
177
+
178
+ #: admin/views/admin-settings-buttons.php:44
179
+ #: admin/views/admin-settings-buttons.php:116
180
+ #: admin/views/admin-settings-buttons.php:188
181
+ msgid "Background colour"
182
+ msgstr "Hintergrundfarbe"
183
+
184
+ #: admin/views/admin-settings-buttons.php:53
185
+ #: admin/views/admin-settings-buttons.php:124
186
+ msgid "Action"
187
+ msgstr "Aktion"
188
+
189
+ #: admin/views/admin-settings-buttons.php:61
190
+ #: admin/views/admin-settings-buttons.php:136
191
+ #: admin/views/admin-settings-buttons.php:196
192
+ msgid "URL"
193
+ msgstr "Externe URL"
194
+
195
+ #: admin/views/admin-settings-buttons.php:64
196
+ #: admin/views/admin-settings-buttons.php:139
197
+ msgid "Button will only link to URL if Action = Open URL"
198
+ msgstr "Taste wird nur auf URL verlinken, wenn Action = URL zeigen"
199
+
200
+ #: admin/views/admin-settings-buttons.php:69
201
+ #: admin/views/admin-settings-buttons.php:144
202
+ #: admin/views/admin-settings-buttons.php:202
203
+ msgid "Open URL in new window?"
204
+ msgstr "URL in neuem Fenster öffnen?"
205
+
206
+ #: admin/views/admin-settings-buttons.php:71
207
+ #: admin/views/admin-settings-buttons.php:146
208
+ #: admin/views/admin-settings-buttons.php:204
209
+ #: admin/views/admin-settings-general.php:45
210
+ #: admin/views/admin-settings-general.php:55
211
+ #: admin/views/admin-settings-general.php:63
212
+ #: admin/views/admin-settings-general.php:106
213
+ #: admin/views/admin-settings-general.php:122
214
+ #: admin/views/admin-settings-general.php:136
215
+ #: admin/views/admin-settings-general.php:180
216
+ #: admin/views/admin-settings-general.php:188
217
+ #: admin/views/admin-settings-general.php:195
218
+ #: admin/views/admin-settings-messagebar.php:51
219
+ msgid "Yes"
220
+ msgstr "Ja"
221
+
222
+ #: admin/views/admin-settings-buttons.php:73
223
+ #: admin/views/admin-settings-buttons.php:147
224
+ #: admin/views/admin-settings-buttons.php:205
225
+ #: admin/views/admin-settings-general.php:46
226
+ #: admin/views/admin-settings-general.php:56
227
+ #: admin/views/admin-settings-general.php:64
228
+ #: admin/views/admin-settings-general.php:107
229
+ #: admin/views/admin-settings-general.php:123
230
+ #: admin/views/admin-settings-general.php:137
231
+ #: admin/views/admin-settings-general.php:181
232
+ #: admin/views/admin-settings-general.php:189
233
+ #: admin/views/admin-settings-general.php:196
234
+ #: admin/views/admin-settings-messagebar.php:52
235
+ msgid "No"
236
+ msgstr "Nein"
237
+
238
+ #: admin/views/admin-settings-buttons.php:80
239
+ #: admin/views/admin-settings-buttons.php:151
240
+ #: admin/views/admin-settings-buttons.php:209
241
+ msgid "Size"
242
+ msgstr "Format"
243
+
244
+ #: admin/views/admin-settings-buttons.php:163
245
+ msgid ""
246
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
247
+ "Policy. You can customise it any way you like."
248
+ msgstr ""
249
+ "Diese Schaltfläche / dieser Link kann verwendet werden, um einen Link zu "
250
+ "Ihrer Datenschutz- und Cookie-Richtlinie bereitzustellen. Sie können es "
251
+ "beliebig anpassen."
252
+
253
+ #: admin/views/admin-settings-general.php:9
254
+ #: admin/views/admin-settings-general.php:15
255
+ #: admin/views/admin-settings-messagebar.php:8
256
+ msgid "Cookie Bar"
257
+ msgstr ""
258
+
259
+ #: admin/views/admin-settings-general.php:10
260
+ #: admin/views/admin-settings-general.php:131
261
+ msgid "Show Again Tab"
262
+ msgstr "Tab \"Wieder einblenden\""
263
+
264
+ #: admin/views/admin-settings-general.php:11
265
+ #: admin/views/admin-settings-general.php:172
266
+ msgid "Other"
267
+ msgstr "Andere"
268
+
269
+ #: admin/views/admin-settings-general.php:18
270
+ msgid "Cookie Bar is currently:"
271
+ msgstr "Cookie-Bar ist derzeit:"
272
+
273
+ #: admin/views/admin-settings-general.php:20
274
+ msgid "On"
275
+ msgstr "Auf"
276
+
277
+ #: admin/views/admin-settings-general.php:21
278
+ msgid "Off"
279
+ msgstr "Aus"
280
+
281
+ #: admin/views/admin-settings-general.php:25
282
+ msgid "Cookie Bar will be shown in:"
283
+ msgstr "Cookie-Bar wird angezeigt in:"
284
+
285
+ #: admin/views/admin-settings-general.php:31
286
+ #: admin/views/admin-settings-general.php:34
287
+ msgid "Header"
288
+ msgstr "Kopftext"
289
+
290
+ #: admin/views/admin-settings-general.php:32
291
+ #: admin/views/admin-settings-general.php:35
292
+ msgid "Footer"
293
+ msgstr "Footer"
294
+
295
+ #: admin/views/admin-settings-general.php:43
296
+ msgid "Fix Cookie Bar to Header?"
297
+ msgstr "Fix Cookie Bar to-Header?"
298
+
299
+ #: admin/views/admin-settings-general.php:47
300
+ msgid ""
301
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
302
+ "header. Will not have any effect if you select \"Footer\"."
303
+ msgstr ""
304
+ "Wählt man \"Header\" können Sie optional die Cookie-Bar in den Kopf kleben. "
305
+ "Haben Auswirkung nicht, wählt man \"Fußzeile\"."
306
+
307
+ #: admin/views/admin-settings-general.php:53
308
+ msgid "Cookie Bar as popup:"
309
+ msgstr "Cookie Bar als popup:"
310
+
311
+ #: admin/views/admin-settings-general.php:61
312
+ msgid "Add overlay?"
313
+ msgstr ""
314
+
315
+ #: admin/views/admin-settings-general.php:65
316
+ msgid ""
317
+ "When the popup is active, an overlay will block the user from browsing the "
318
+ "site."
319
+ msgstr ""
320
+
321
+ #: admin/views/admin-settings-general.php:66
322
+ msgid "`Accept on scroll` will not work along with this option."
323
+ msgstr ""
324
+
325
+ #: admin/views/admin-settings-general.php:70
326
+ msgid "On load"
327
+ msgstr "Bei Belastung"
328
+
329
+ #: admin/views/admin-settings-general.php:75
330
+ #: admin/views/admin-settings-general.php:78
331
+ #: admin/views/admin-settings-general.php:91
332
+ #: admin/views/admin-settings-general.php:94
333
+ msgid "Animate"
334
+ msgstr "Animieren"
335
+
336
+ #: admin/views/admin-settings-general.php:76
337
+ #: admin/views/admin-settings-general.php:79
338
+ msgid "Sticky"
339
+ msgstr "Klebrig"
340
+
341
+ #: admin/views/admin-settings-general.php:86
342
+ msgid "On hide"
343
+ msgstr "Auf Ausblenden"
344
+
345
+ #: admin/views/admin-settings-general.php:92
346
+ #: admin/views/admin-settings-general.php:95
347
+ msgid "Disappear"
348
+ msgstr "Verschwinden"
349
+
350
+ #: admin/views/admin-settings-general.php:104
351
+ msgid "Auto-hide(Accept) cookie bar after delay?"
352
+ msgstr "Cookie-Leiste nach Verzögerung automatisch ausblenden?"
353
+
354
+ #: admin/views/admin-settings-general.php:111
355
+ msgid "Milliseconds until hidden"
356
+ msgstr "Millisekunden, bis sie verborgen sind"
357
+
358
+ #: admin/views/admin-settings-general.php:114
359
+ msgid "Specify milliseconds (not seconds)"
360
+ msgstr "Geben Sie Millisekunden (nicht Sekunden) an."
361
+
362
+ #: admin/views/admin-settings-general.php:114
363
+ msgid "seconds"
364
+ msgstr "Sekunden"
365
+
366
+ #: admin/views/admin-settings-general.php:120
367
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
368
+ msgstr "Ausblenden Auto-Cookie Bar, wenn der Benutzer einen Bildlauf?"
369
+
370
+ #: admin/views/admin-settings-general.php:124
371
+ msgid ""
372
+ "As per latest GDPR policies it is required to take an explicit consent for "
373
+ "the cookies. Use this option with discretion especially if you serve EU"
374
+ msgstr ""
375
+ "Nach neuesten DSGVO Richtlinien ist es erforderlich, eine ausdrückliche "
376
+ "Zustimmung für die Cookies zu nehmen. Verwenden Sie diese Option mit "
377
+ "Diskretion, vor allem, wenn Sie EU dienen"
378
+
379
+ #: admin/views/admin-settings-general.php:125
380
+ msgid "This option will not work along with `Popup overlay`."
381
+ msgstr ""
382
+
383
+ #: admin/views/admin-settings-general.php:134
384
+ msgid "Use Show Again Tab?"
385
+ msgstr "Verwenden Sie die Registerkarte \"Wieder einblenden\"?"
386
+
387
+ #: admin/views/admin-settings-general.php:141
388
+ msgid "Tab Position"
389
+ msgstr "Position des Registers"
390
+
391
+ #: admin/views/admin-settings-general.php:146
392
+ #: admin/views/admin-settings-general.php:149
393
+ msgid "Right"
394
+ msgstr "Rechts"
395
+
396
+ #: admin/views/admin-settings-general.php:147
397
+ #: admin/views/admin-settings-general.php:150
398
+ msgid "Left"
399
+ msgstr "Links"
400
+
401
+ #: admin/views/admin-settings-general.php:157
402
+ msgid "From Left Margin"
403
+ msgstr "Linker Abstand"
404
+
405
+ #: admin/views/admin-settings-general.php:160
406
+ msgid "Specify"
407
+ msgstr "Angeben"
408
+
409
+ #: admin/views/admin-settings-general.php:164
410
+ msgid "Show More Text"
411
+ msgstr "Mehr anzeigen"
412
+
413
+ #: admin/views/admin-settings-general.php:175
414
+ msgid "Reload after \"scroll accept\" event?"
415
+ msgstr "Seite aktualisieren bei sroll-accept?"
416
+
417
+ #: admin/views/admin-settings-general.php:186
418
+ msgid "Reload after Accept button click"
419
+ msgstr "Seite aktualisieren bei sroll-accept?"
420
+
421
+ #: admin/views/admin-settings-general.php:193
422
+ msgid "Reload after Reject button click"
423
+ msgstr "Laden Sie nach ablehnen klicken"
424
+
425
+ #: admin/views/admin-settings-help.php:9
426
+ msgid "Shortcodes"
427
+ msgstr ""
428
+
429
+ #: admin/views/admin-settings-help.php:10
430
+ #: admin/views/admin-settings-help.php:71
431
+ msgid "Help Links"
432
+ msgstr ""
433
+
434
+ #: admin/views/admin-settings-help.php:16
435
+ msgid "Cookie bar shortcodes"
436
+ msgstr "Cookie bar shortcodes"
437
+
438
+ #: admin/views/admin-settings-help.php:17
439
+ msgid ""
440
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
441
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
442
+ "without you having to add any HTML."
443
+ msgstr ""
444
+ "Sie können die Shortcodes im Feld \"Nachricht\" der Cookie Law Infoleiste "
445
+ "eingeben. Sie fügen schön formatierte Schaltflächen und / oder Links in die "
446
+ "Cookie-Leiste ein, ohne dass Sie HTML hinzufügen müssen."
447
+
448
+ #: admin/views/admin-settings-help.php:22
449
+ msgid ""
450
+ "If you just want a standard green \"Accept\" button that closes the header "
451
+ "and nothing more, use this shortcode. It is already styled, you don't need "
452
+ "to customise it."
453
+ msgstr ""
454
+ "Wenn Sie nur einen Standard-grünen \"Akzeptieren\" -Button wünschen, der die "
455
+ "Kopfzeile und nichts mehr schließt, verwenden Sie diesen Shortcode. Es ist "
456
+ "bereits formatiert, Sie müssen es nicht anpassen."
457
+
458
+ #: admin/views/admin-settings-help.php:26
459
+ msgid ""
460
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
461
+ "yellow, green or pink."
462
+ msgstr ""
463
+ "Alternativ können Sie einen Farbwert hinzufügen. Wählen Sie aus: rot, blau, "
464
+ "Orange, gelb, grün oder rosa."
465
+
466
+ #: admin/views/admin-settings-help.php:26
467
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
468
+ msgstr ""
469
+ "Achten Sie darauf die britische Schreibweise \"Farbe\" für das Attribut "
470
+ "verwendet werden."
471
+
472
+ #: admin/views/admin-settings-help.php:30
473
+ msgid "This is the \"main button\" you customise above."
474
+ msgstr "Dies ist der \"Hauptschalter\" Sie oben anpassen."
475
+
476
+ #: admin/views/admin-settings-help.php:34
477
+ msgid "This is the cookie reject button shortcode."
478
+ msgstr "Dies ist der Cookie ablehnen Taste Shortcode."
479
+
480
+ #: admin/views/admin-settings-help.php:38
481
+ msgid "This is the \"read more\" link you customise above."
482
+ msgstr "Dies ist der \"Weiterlesen\"-Link, den, dem du oben anpassen."
483
+
484
+ #: admin/views/admin-settings-help.php:42
485
+ msgid "Other shortcodes"
486
+ msgstr "Weitere Shortcodes"
487
+
488
+ #: admin/views/admin-settings-help.php:43
489
+ msgid ""
490
+ "These shortcodes can be used in pages and posts on your website. It is not "
491
+ "recommended to use these inside the cookie bar itself."
492
+ msgstr ""
493
+ "Diese Shortcodes kann in Seiten und Beiträge auf Ihrer Website verwendet "
494
+ "werden. Es wird nicht empfohlen, diese in das Cookie bar selbst zu verwenden."
495
+
496
+ #: admin/views/admin-settings-help.php:49
497
+ msgid ""
498
+ "This prints out a nice table of cookies, in line with the guidance given by "
499
+ "the ICO."
500
+ msgstr ""
501
+ "Dies druckt eine nette Tabelle mit Cookies aus, die den Richtlinien der ICO "
502
+ "entspricht."
503
+
504
+ #: admin/views/admin-settings-help.php:49
505
+ msgid ""
506
+ "You need to enter the cookies your website uses via the Cookie Law Info menu "
507
+ "in your WordPress dashboard."
508
+ msgstr ""
509
+ "Sie müssen die Cookies, die Ihre Website verwendet, über das Cookie-Recht "
510
+ "Info-Menü in Ihrem WordPress-Dashboard eingeben."
511
+
512
+ #: admin/views/admin-settings-help.php:59
513
+ msgid ""
514
+ "This shortcode will display a normal HTML link which when clicked, will "
515
+ "delete the cookie set by Cookie Law Info (this cookie is used to remember "
516
+ "that the cookie bar is closed)."
517
+ msgstr ""
518
+ "Dieses Shortcode wird einen normalen HTML-Link angezeigt, bei geklickt "
519
+ "haben, wird das Cookie vom Cookie Gesetz Info (dieser Cookie dient dazu, "
520
+ "denken Sie daran, dass die Cookie-Bar geschlossen ist) zu löschen."
521
+
522
+ #: admin/views/admin-settings-help.php:63
523
+ msgid ""
524
+ "Add any text you like- useful if you want e.g. another language to English."
525
+ msgstr ""
526
+ "Fügen Sie beliebigen Text Sie dergleichen-nützlich, wenn Sie z.B. eine "
527
+ "andere Sprache ins Englische."
528
+
529
+ #: admin/views/admin-settings-help.php:75
530
+ #: admin/views/admin-settings-help.php:78 admin/views/goto-pro.php:93
531
+ msgid "Documentation"
532
+ msgstr ""
533
+
534
+ #: admin/views/admin-settings-help.php:76
535
+ msgid "Refer to our documentation to set and get started"
536
+ msgstr ""
537
+
538
+ #: admin/views/admin-settings-help.php:83
539
+ msgid "Help and Support"
540
+ msgstr "Hilfe und Support"
541
+
542
+ #: admin/views/admin-settings-help.php:84
543
+ msgid "We would love to help you on any queries or issues."
544
+ msgstr ""
545
+
546
+ #: admin/views/admin-settings-help.php:86
547
+ msgid "Contact Us"
548
+ msgstr ""
549
+
550
+ #: admin/views/admin-settings-messagebar.php:11
551
+ msgid "Message Heading"
552
+ msgstr ""
553
+
554
+ #: admin/views/admin-settings-messagebar.php:14
555
+ msgid "Leave it blank, If you do not need a heading"
556
+ msgstr ""
557
+
558
+ #: admin/views/admin-settings-messagebar.php:19
559
+ msgid "Message"
560
+ msgstr "Meldung"
561
+
562
+ #: admin/views/admin-settings-messagebar.php:25
563
+ msgid "Shortcodes allowed: see the Help Guide tab"
564
+ msgstr ""
565
+
566
+ #: admin/views/admin-settings-messagebar.php:25
567
+ msgid ""
568
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
569
+ "to delete cookies [cookie_link].\""
570
+ msgstr ""
571
+ "Beispiele: \"Wir verwenden Cookies auf dieser Website [Cookie_accept] um "
572
+ "herauszufinden, wie Sie Cookies [Cookie_link] löschen.\""
573
+
574
+ #: admin/views/admin-settings-messagebar.php:29
575
+ msgid "Cookie Bar Colour"
576
+ msgstr "Cookie-Gesetz-Statusleiste"
577
+
578
+ #: admin/views/admin-settings-messagebar.php:39
579
+ msgid "Text Colour"
580
+ msgstr "Schriftfarbe"
581
+
582
+ #: admin/views/admin-settings-messagebar.php:49
583
+ msgid "Show Border?"
584
+ msgstr "Umrandung anzeigen?"
585
+
586
+ #: admin/views/admin-settings-messagebar.php:56
587
+ msgid "Border Colour"
588
+ msgstr "Rahmenfarbe"
589
+
590
+ #: admin/views/admin-settings-messagebar.php:66
591
+ msgid "Font"
592
+ msgstr "Schriftart"
593
+
594
+ #: admin/views/admin-settings-save-button.php:12
595
+ #: admin/views/admin_non_necessary_cookie.php:58
596
+ msgid "Update Settings"
597
+ msgstr "Aktualisieren"
598
+
599
+ #: admin/views/admin_non_necessary_cookie.php:20
600
+ msgid "Non-necessary Cookie Settings"
601
+ msgstr ""
602
+
603
+ #: admin/views/admin_non_necessary_cookie.php:27
604
+ msgid "Enable Non-necessary Cookie"
605
+ msgstr "Nicht-notwendigen Cookie aktivieren"
606
+
607
+ #: admin/views/admin_non_necessary_cookie.php:34
608
+ msgid ""
609
+ "This script will be added to the page HEAD section if the above settings is "
610
+ "enabled and user has give consent."
611
+ msgstr ""
612
+ "Dieses Skript wird die Seite HEAD-Bereich hinzugefügt werden, wenn die oben "
613
+ "genannten Einstellungen aktiviert, und Benutzer über geben Zustimmung."
614
+
615
+ #: admin/views/admin_non_necessary_cookie.php:39
616
+ msgid ""
617
+ "Print scripts in the head tag on the front end if above cookie settings is "
618
+ "enabled and user has given consent."
619
+ msgstr ""
620
+ "Drucken Sie Skripts in das Head-Tag auf dem front-End, wenn über Cookie-"
621
+ "Einstellungen aktiviert, und Benutzer Zustimmung erteilt hat."
622
+
623
+ #: admin/views/admin_non_necessary_cookie.php:46
624
+ msgid ""
625
+ "This script will be added right after the BODY section if the above settings "
626
+ "is enabled and user has given consent."
627
+ msgstr ""
628
+ "Dieses Skript wird direkt nach dem BODY-Abschnitt hinzugefügt, wenn die "
629
+ "obigen Einstellungen aktiviert sind und der Benutzer seine Zustimmung "
630
+ "gegeben hat."
631
+
632
+ #: admin/views/admin_non_necessary_cookie.php:49
633
+ msgid ""
634
+ "Print scripts before the closing body tag on the front end if above cookie "
635
+ "settings is enabled and user has given consent."
636
+ msgstr ""
637
+ "Druckende von Skripten vor den schließkörper tag am vorderen Ende, wenn über "
638
+ "Cookie-Einstellungen aktiviert, und Benutzer Zustimmung erteilt hat."
639
+
640
+ #: admin/views/goto-pro.php:56
641
+ msgid "Where did my settings go?"
642
+ msgstr "Wo sind meine Einstellungen gelaufen?"
643
+
644
+ #: admin/views/goto-pro.php:57
645
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
646
+ msgstr ""
647
+ "Cookie Law Info Version 0.9 wurde aktualisiert und hat neue Einstellungen."
648
+
649
+ #: admin/views/goto-pro.php:57
650
+ msgid "Your previous settings are safe."
651
+ msgstr "Ihre vorherigen Einstellungen sind sicher."
652
+
653
+ #: admin/views/goto-pro.php:58
654
+ msgid ""
655
+ "You can either copy over your old settings to this version, or use the new "
656
+ "default values."
657
+ msgstr ""
658
+ "Sie können entweder über Ihre alten Einstellungen auf diese Version zu "
659
+ "kopieren oder die neuen Standardwerte verwenden."
660
+
661
+ #: admin/views/goto-pro.php:60
662
+ msgid "Would you like to:"
663
+ msgstr "Was möchten Sie gerne machen:"
664
+
665
+ #: admin/views/goto-pro.php:62
666
+ msgid "Use previous settings"
667
+ msgstr "Vorherige Einstellungen verwenden"
668
+
669
+ #: admin/views/goto-pro.php:63
670
+ msgid "Start afresh with the new version"
671
+ msgstr "Beginnen Sie neu mit der neuen Version"
672
+
673
+ #: admin/views/goto-pro.php:67
674
+ msgid ""
675
+ "If you want to go back to the previous version you can always download it "
676
+ "again from"
677
+ msgstr ""
678
+ "Wenn Sie zurück auf die vorherige Version will können immer wieder von Sie"
679
+
680
+ #: admin/views/goto-pro.php:72
681
+ msgid "Upgrade to GDPR Pro"
682
+ msgstr ""
683
+
684
+ #: admin/views/goto-pro.php:77
685
+ msgid ""
686
+ "Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
687
+ "Category, Header Script, Footer Script)."
688
+ msgstr ""
689
+
690
+ #: admin/views/goto-pro.php:78
691
+ msgid "Manage Cookie Categories."
692
+ msgstr ""
693
+
694
+ #: admin/views/goto-pro.php:79
695
+ msgid ""
696
+ "Scan and auto block scripts - Google Analytics, FB Pixel, Google tag manager."
697
+ msgstr ""
698
+
699
+ #: admin/views/goto-pro.php:80
700
+ msgid "Location based exclusion of cookie notice for EU countries."
701
+ msgstr ""
702
+
703
+ #: admin/views/goto-pro.php:81
704
+ msgid ""
705
+ "Provide the users with the granular control over the cookies/scipts used by "
706
+ "the website."
707
+ msgstr ""
708
+
709
+ #: admin/views/goto-pro.php:82
710
+ msgid "Optionally log users' consent and export into a CSV file."
711
+ msgstr ""
712
+
713
+ #: admin/views/goto-pro.php:83
714
+ msgid "Customize the privacy overview in the cookie settings popup."
715
+ msgstr ""
716
+
717
+ #: admin/views/goto-pro.php:84
718
+ msgid "Export/import cookies and related information via CSV file."
719
+ msgstr ""
720
+
721
+ #: admin/views/goto-pro.php:85
722
+ msgid "Scan and import/export the cookies in the homepage."
723
+ msgstr ""
724
+
725
+ #: admin/views/goto-pro.php:86
726
+ msgid ""
727
+ "Allow to display cookie cettings popup where site visitors can opt-in or "
728
+ "give consent to cookie categories."
729
+ msgstr ""
730
+
731
+ #: admin/views/goto-pro.php:87
732
+ msgid ""
733
+ "Customisable to look just like your own website's style: customise the "
734
+ "colours, styles and fonts."
735
+ msgstr ""
736
+
737
+ #: admin/views/goto-pro.php:88
738
+ msgid "Put the cookie bar in either the header or the footer."
739
+ msgstr ""
740
+
741
+ #: admin/views/goto-pro.php:98
742
+ msgid "Like this plugin?"
743
+ msgstr ""
744
+
745
+ #: admin/views/goto-pro.php:99
746
+ msgid "If you find this plugin useful please show your support and rate it"
747
+ msgstr ""
748
+
749
+ #: admin/views/goto-pro.php:99
750
+ msgid " on"
751
+ msgstr ""
752
+
753
+ #: admin/views/goto-pro.php:99
754
+ msgid " much appreciated!"
755
+ msgstr ""
756
+
757
+ #: includes/class-cookie-law-info.php:346
758
+ msgid "This website uses cookies"
759
+ msgstr ""
760
+
761
+ #: public/class-cookie-law-info-public.php:159
762
+ msgid "GDPR Cookie Consent"
763
+ msgstr "GDPR Cookie Consent"
764
+
765
+ #: public/class-cookie-law-info-public.php:160
766
+ msgid "Cookie List"
767
+ msgstr "Cookie"
768
+
769
+ #: public/class-cookie-law-info-public.php:161
770
+ #: public/modules/shortcode/shortcode.php:114
771
+ msgid "Cookie"
772
+ msgstr "Cookie"
773
+
774
+ #: public/class-cookie-law-info-public.php:162
775
+ msgid "Add New"
776
+ msgstr "Neu hinzufügen"
777
+
778
+ #: public/class-cookie-law-info-public.php:163
779
+ msgid "Add New Cookie Type"
780
+ msgstr "Fügen Sie neue Cookie-Typ"
781
+
782
+ #: public/class-cookie-law-info-public.php:164
783
+ msgid "Edit Cookie Type"
784
+ msgstr "Cookieart"
785
+
786
+ #: public/class-cookie-law-info-public.php:165
787
+ msgid "New Cookie Type"
788
+ msgstr "Cookieart"
789
+
790
+ #: public/class-cookie-law-info-public.php:166
791
+ msgid "View Cookie Type"
792
+ msgstr "Cookieart"
793
+
794
+ #: public/class-cookie-law-info-public.php:167
795
+ msgid "Search Cookies"
796
+ msgstr "Nach Cookies suchen"
797
+
798
+ #: public/class-cookie-law-info-public.php:168
799
+ msgid "Nothing found"
800
+ msgstr "Es wurden keine Einträge gefunden"
801
+
802
+ #: public/class-cookie-law-info-public.php:169
803
+ msgid "Nothing found in Trash"
804
+ msgstr "Es wurden keine Einträge im Papierkorb gefunden"
805
+
806
+ #: public/modules/shortcode/shortcode.php:66
807
+ msgid "Delete Cookies"
808
+ msgstr "Cookies löschen"
809
+
810
+ #: public/modules/shortcode/shortcode.php:115
811
+ msgid "Type"
812
+ msgstr "Der Datentyp ist kein String."
813
+
814
+ #: public/modules/shortcode/shortcode.php:116
815
+ msgid "Duration"
816
+ msgstr "Laufzeit"
817
+
818
+ #: public/modules/shortcode/shortcode.php:117
819
+ msgid "Description"
820
+ msgstr "Beschreibung"
821
+
822
+ #~ msgid "Privacy Overview"
823
+ #~ msgstr "Datenschutzübersicht"
824
+
825
+ #~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
826
+ #~ msgstr "Priorität: (numerische - höhere Wert, höher die Priorität)"
827
+
828
+ #~ msgid "Priority"
829
+ #~ msgstr "Priorität"
830
+
831
+ #~ msgid "Scan & Download"
832
+ #~ msgstr "& Download Scan"
833
+
834
+ #~ msgid "Export Cookie"
835
+ #~ msgstr "Export-Cookie"
836
+
837
+ #~ msgid "You do not have sufficient permissions to access this page."
838
+ #~ msgstr ""
839
+ #~ "Sie haben nicht die nötigen Berechtigungen auf die Seite zuzugreifen."
840
+
841
+ #~ msgid "Export as CSV file"
842
+ #~ msgstr "Aus einer CSV-Datei importieren"
843
+
844
+ #~ msgid "Export"
845
+ #~ msgstr "Danke für das Bestätigen deiner Export-Anfrage."
846
+
847
+ #~ msgid "Scan & Import"
848
+ #~ msgstr "Importieren"
849
+
850
+ #~ msgid "Import Cookie"
851
+ #~ msgstr "Importieren"
852
+
853
+ #~ msgid "BEGIN %s"
854
+ #~ msgstr "Beginnt %s"
855
+
856
+ #~ msgid "[Line %1$s] %2$s"
857
+ #~ msgstr "[Zeile %1$s] %2$s"
858
+
859
+ #~ msgid "Import from a CSV file"
860
+ #~ msgstr "Aus einer CSV-Datei importieren"
861
+
862
+ #~ msgid ""
863
+ #~ "Notice: please make the directory %s writable so that you can see the "
864
+ #~ "error log."
865
+ #~ msgstr "Wichtig!: Setzen Sie das Verzeichnis %s beschreibbar (7777)"
866
+
867
+ #~ msgid ", please <a href=\"%s\">check the error log</a>"
868
+ #~ msgstr ", bitte <a href=\"%s\">Überprüfen Sie das Fehlerprotokoll</a>"
869
+
870
+ #~ msgid "Error during file upload."
871
+ #~ msgstr "Fehler beim Datei-Upload."
872
+
873
+ #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
874
+ #~ msgstr ""
875
+ #~ "Kann aus hochgeladenen Datei nicht extrahiert werden. Es kann sein, dass "
876
+ #~ "keine Daten oder keine Datei hochgeladen wurde."
877
+
878
+ #~ msgid "No posts was successfully imported%s."
879
+ #~ msgstr "Kein Benutzer wurde erfolgreich %s importiert."
880
+
881
+ #~ msgid "Some posts were successfully imported but some were not%s."
882
+ #~ msgstr ""
883
+ #~ "Einige Beiträge wurden erfolgreich importiert, aber einige waren nicht %s."
884
+
885
+ #~ msgid "Post import was successful."
886
+ #~ msgstr "Import war erfolgreich"
887
+
888
+ #~ msgid "CSV file"
889
+ #~ msgstr "CSV Datei"
890
+
891
+ #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
892
+ #~ msgstr ""
893
+ #~ "Möglicherweise möchten Sie <a href=\"%s\"> das Beispiel der CSV-Datei "
894
+ #~ "sehen </a>."
895
+
896
+ #~ msgid "Import"
897
+ #~ msgstr "Importieren"
898
+
899
+ #~ msgid "Error processing migration request (ERROR: 4)"
900
+ #~ msgstr "Fehler beim Verarbeiten der Migrationsanforderung (Fehler: 4)"
901
+
902
+ #~ msgid "Show only for EU Countries ( GeoIP )"
903
+ #~ msgstr "Nur für EU-Länder (GeoIP) zeigen"
904
+
905
+ #~ msgid "Enable consent logging"
906
+ #~ msgstr "Nicht-notwendigen Cookie aktivieren"
907
+
908
+ #~ msgid "Cookie Law Message Bar"
909
+ #~ msgstr "Cookie-Gesetz-Statusleiste"
910
+
911
+ #~ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
912
+ #~ msgstr "Shortcodes erlaubt: siehe Abschnitt \"Shortcodes verwenden\"."
913
+
914
+ #~ msgid "Link Text"
915
+ #~ msgstr "Link Text"
916
+
917
+ #~ msgid "Link URL"
918
+ #~ msgstr "Link URL"
919
+
920
+ #~ msgid "Open link in new window?"
921
+ #~ msgstr "Link in einem neuen Fenster öffnen?"
922
+
923
+ #~ msgid "Link colour"
924
+ #~ msgstr "Linkfarbe"
925
+
926
+ #~ msgid "Show as button?"
927
+ #~ msgstr "Schaltfläche \"angezeigt?"
928
+
929
+ #~ msgid "Button colour"
930
+ #~ msgstr "Button Farbe"
931
+
932
+ #~ msgid "Button Size"
933
+ #~ msgstr "Schaltflächen-Größe"
934
+
935
+ #~ msgid "Settings Button"
936
+ #~ msgstr ""
937
+ #~ "Dies ist die Cookie Einstellungen Schaltfläche Wiedergabe Kurzwahlnummer."
938
+
939
+ #~ msgid "Using the Shortcodes"
940
+ #~ msgstr "Verwenden der Shortcodes"
941
+
942
+ #~ msgid "The shortcodes are:"
943
+ #~ msgstr "Die Shortcodes sind:"
944
+
945
+ #~ msgid "This is the cookie settings button rendering shortcode."
946
+ #~ msgstr ""
947
+ #~ "Dies ist die Cookie Einstellungen Schaltfläche Wiedergabe Kurzwahlnummer."
948
+
949
+ #~ msgid "This prints out a nice table of cookies by category."
950
+ #~ msgstr "Dies druckt eine nette Tabelle von Cookies nach Kategorie aus."
951
+
952
+ #~ msgid "This prints the settings popup of cookie category."
953
+ #~ msgstr "Dies druckt das Einstellungs-Popup der Cookie-Kategorie."
954
+
955
+ #~ msgid "Are you sure you want to migrate settings?"
956
+ #~ msgstr "Sind Sie sicher, dass Sie Einstellungen migrieren möchten?"
957
+
958
+ #~ msgid "Help"
959
+ #~ msgstr "Hilfe"
960
+
961
+ #~ msgid "Report a Bug"
962
+ #~ msgstr "Einen Fehler melden"
963
+
964
+ #~ msgid "Guide"
965
+ #~ msgstr "Ratgeber"
966
+
967
+ #~ msgid "About the law"
968
+ #~ msgstr "Über uns"
969
+
970
+ #~ msgid "Message Bar"
971
+ #~ msgstr "<g id=\"1863\"/>Mitteilungsleiste:"
972
+
973
+ #~ msgid "Licence"
974
+ #~ msgstr "Lizenz"
975
+
976
+ #~ msgid "Privacy Overview Title"
977
+ #~ msgstr "Datenschutz Übersicht Titel"
978
+
979
+ #~ msgid ""
980
+ #~ "This will be shown in the settings visible for user on consent screen."
981
+ #~ msgstr ""
982
+ #~ "Dies wird in den Einstellungen für Benutzer auf zustimmungsbildschirm "
983
+ #~ "sichtbar angezeigt werden."
984
+
985
+ #~ msgid "Save Settings"
986
+ #~ msgstr "Einstellungen speichern"
987
+
988
+ #~ msgid ""
989
+ #~ "The license key for %s has expired. You can reactivate or purchase a "
990
+ #~ "license key from your account <a href=\"%s\" target=\"_blank\">dashboard</"
991
+ #~ "a>."
992
+ #~ msgstr ""
993
+ #~ "Der Lizenzschlüssel für %s ist abgelaufen. Sie können ihn reaktivieren "
994
+ #~ "oder einen neuen Lizenzschlüssel über Ihr Konto <a href=\"%s\" target="
995
+ #~ "\"_blank\"> Dashboard</a> kaufen."
996
+
997
+ #~ msgid "Licence Activation"
998
+ #~ msgstr "Lizenz-Aktivierung"
999
+
1000
+ #~ msgid "API Licence Key:"
1001
+ #~ msgstr "Lizenz"
1002
+
1003
+ #~ msgid "Licence Key"
1004
+ #~ msgstr "Lizenzkey"
1005
+
1006
+ #~ msgid "Licence Email"
1007
+ #~ msgstr "Mail:"
1008
+
1009
+ #~ msgid "Activate"
1010
+ #~ msgstr "Aktivieren"
1011
+
1012
+ #~ msgid "Check"
1013
+ #~ msgstr "Prüfung"
1014
+
1015
+ #~ msgid "Deactive"
1016
+ #~ msgstr "Deaktivieren"
1017
+
1018
+ #~ msgid ""
1019
+ #~ "This website uses cookies to improve your experience. We'll assume you're "
1020
+ #~ "ok with this, but you can opt-out if you wish.[cookie_button] "
1021
+ #~ "[cookie_settings] [cookie_link]"
1022
+ #~ msgstr ""
1023
+ #~ "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern. Wir "
1024
+ #~ "gehen davon aus, dass Sie damit einverstanden sind, aber Sie können sich "
1025
+ #~ "abmelden, wenn Sie möchten. [cookie_button] [cookie_settings] "
1026
+ #~ "[cookie_link]"
1027
+
1028
+ #~ msgid "Privacy & Cookies Policy"
1029
+ #~ msgstr "Datenschutz- &amp; Cookies-Richtlinie"
1030
+
1031
+ #~ msgid "Cookie Category"
1032
+ #~ msgstr "Art des Cookie"
1033
+
1034
+ #~ msgid "Action is unknown."
1035
+ #~ msgstr "Aktion"
1036
+
1037
+ #~ msgid "Script Blocker"
1038
+ #~ msgstr "Skriptblocker"
1039
+
1040
+ #~ msgid "Manage Script Blocking"
1041
+ #~ msgstr "Skriptblockierung verwalten"
1042
+
1043
+ #~ msgid "Name"
1044
+ #~ msgstr "Name"
1045
+
1046
+ #~ msgid "Enabled"
1047
+ #~ msgstr "Aktiviert"
1048
+
1049
+ #~ msgid "Category"
1050
+ #~ msgstr "Kategorie"
1051
+
1052
+ #~ msgid "Key"
1053
+ #~ msgstr "key"
1054
+
1055
+ #~ msgid "No Consent History"
1056
+ #~ msgstr "Nicht-notwendigen Cookie aktivieren"
1057
+
1058
+ #~ msgid "IP Address"
1059
+ #~ msgstr "IP Adresse"
1060
+
1061
+ #~ msgid "Visited Date"
1062
+ #~ msgstr "Besucht"
1063
+
1064
+ #~ msgid "Cookie Details"
1065
+ #~ msgstr "Cookie-Einzelheiten"
1066
+
1067
+ #~ msgid "User ID"
1068
+ #~ msgstr "Benutzerkennung"
1069
+
1070
+ #~ msgid "Delete"
1071
+ #~ msgstr "Löschen"
1072
+
1073
+ #~ msgid "GDPR Consent History"
1074
+ #~ msgstr "DSGVO Zustimmung Geschichte"
1075
+
1076
+ #~ msgid "Export Report"
1077
+ #~ msgstr "Export de rapport"
1078
+
1079
+ #~ msgid "Event Logged Successfully"
1080
+ #~ msgstr "Kein Benutzer wurde erfolgreich %s importiert."
1081
+
1082
+ #~ msgid "Error"
1083
+ #~ msgstr "Fehler"
1084
+
1085
+ #~ msgid "Logging is not enabled"
1086
+ #~ msgstr "Die Protokollierung ist nicht aktiviert"
1087
+
1088
+ #~ msgid "Consent Report"
1089
+ #~ msgstr "Zustimmung-Bericht"
1090
+
1091
+ #~ msgid "Reject Button:"
1092
+ #~ msgstr "Schaltfläche \"ablehnen:"
1093
+
1094
+ #~ msgid "Cookie Bar will be show in:"
1095
+ #~ msgstr "Cookie-Bar wird angezeigt in:"
1096
+
1097
+ #~ msgid "Auto-hide cookie bar after delay?"
1098
+ #~ msgstr "Cookie-Leiste nach Verzögerung automatisch ausblenden?"
1099
+
1100
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1101
+ #~ msgstr "Ausblenden Auto-Cookie Bar, wenn der Benutzer einen Bildlauf?"
1102
+
1103
+ #~ msgid "Button will only link to URL if Action = Show URL"
1104
+ #~ msgstr "Taste wird nur auf URL verlinken, wenn Action = URL zeigen"
1105
+
1106
+ #~ msgid "Save"
1107
+ #~ msgstr "sparen"
1108
+
1109
+ #~ msgid "Accept"
1110
+ #~ msgstr "Akzeptieren"
1111
+
1112
+ #~ msgid "Reject"
1113
+ #~ msgstr "Ablehnen"
languages/cookie-law-info-es_ES.mo ADDED
Binary file
languages/cookie-law-info-es_ES.po ADDED
@@ -0,0 +1,1256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-11 11:00+0530\n"
5
+ "PO-Revision-Date: 2018-09-11 11:05+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: es\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
+
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 "Configuración de la ley de cookies"
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 "Descripción general de privacidad"
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 "Ajustes"
39
+
40
+ #: admin/class-cookie-law-info-admin.php:164
41
+ msgid "Support"
42
+ msgstr "Soporte"
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 "No tienes suficientes permisos para realizar esta operación"
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 "Ajustes actualizados."
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 "CONFIGURACIÓN DE ERROR MIGRANTE (ERROR: 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 ""
65
+ "Prioridad: (Numérico: cuanto mayor sea el valor, mayor será la prioridad)"
66
+
67
+ #: admin/class-cookie-law-info-admin.php:453
68
+ msgid "Priority"
69
+ msgstr "Prioridad"
70
+
71
+ #: admin/modules/csv-export/csv-export.php:33
72
+ msgid "Scan & Download"
73
+ msgstr "Escanear y descargar"
74
+
75
+ #: admin/modules/csv-export/csv-export.php:53
76
+ #: admin/modules/csv-export/csv-export.php:54
77
+ msgid "Export Cookie"
78
+ msgstr "Exportar Cookie"
79
+
80
+ #: admin/modules/csv-export/csv-export.php:86
81
+ #: admin/modules/csv-import/csv-import.php:200
82
+ msgid "You do not have sufficient permissions to access this page."
83
+ msgstr "Usted no tiene los permisos suficientes para ingresar a esta pagina."
84
+
85
+ #: admin/modules/csv-export/views/export_cookies.php:2
86
+ msgid "Export as CSV file"
87
+ msgstr "Exportar como CSV"
88
+
89
+ #: admin/modules/csv-export/views/export_cookies.php:8
90
+ msgid "Export"
91
+ msgstr "Gracias por confirmar tu solicitud de exportación."
92
+
93
+ #: admin/modules/csv-import/csv-import.php:70
94
+ msgid "Scan & Import"
95
+ msgstr "Escanear e Importar"
96
+
97
+ #: admin/modules/csv-import/csv-import.php:148
98
+ #: admin/modules/csv-import/csv-import.php:149
99
+ msgid "Import Cookie"
100
+ msgstr "Importar cookie"
101
+
102
+ #: admin/modules/csv-import/csv-import.php:366
103
+ #, php-format
104
+ msgid "BEGIN %s"
105
+ msgstr "COMIENZA %s"
106
+
107
+ #: admin/modules/csv-import/csv-import.php:371
108
+ #, php-format
109
+ msgid "[Line %1$s] %2$s"
110
+ msgstr "[Línea %1$s] %2$s"
111
+
112
+ #: admin/modules/csv-import/views/import_cookies.php:2
113
+ msgid "Import from a CSV file"
114
+ msgstr "Importar desde un archivo CSV"
115
+
116
+ #: admin/modules/csv-import/views/import_cookies.php:12
117
+ #, php-format
118
+ msgid ""
119
+ "Notice: please make the directory %s writable so that you can see the error "
120
+ "log."
121
+ msgstr ""
122
+ "Aviso: por favor otorga permisos de escritura al directorio %s para que "
123
+ "puedas ver el registro de errores."
124
+
125
+ #: admin/modules/csv-import/views/import_cookies.php:25
126
+ #, php-format
127
+ msgid ", please <a href=\"%s\">check the error log</a>"
128
+ msgstr "por favor <a href=\"%s\">revisa el registro de errores</a>"
129
+
130
+ #: admin/modules/csv-import/views/import_cookies.php:29
131
+ msgid "Error during file upload."
132
+ msgstr "Error durante la carga del archivo."
133
+
134
+ #: admin/modules/csv-import/views/import_cookies.php:32
135
+ msgid "Cannot extract data from uploaded file or no file was uploaded."
136
+ msgstr ""
137
+ "No se pueden extraer datos del archivo subido o no se ha cargado algún "
138
+ "archivo."
139
+
140
+ #: admin/modules/csv-import/views/import_cookies.php:35
141
+ #, php-format
142
+ msgid "No posts was successfully imported%s."
143
+ msgstr "No se ha importado los usuarios correctamente %s."
144
+
145
+ #: admin/modules/csv-import/views/import_cookies.php:38
146
+ #, php-format
147
+ msgid "Some posts were successfully imported but some were not%s."
148
+ msgstr "Algunos usuarios se importaron correctamente, pero otros no %s."
149
+
150
+ #: admin/modules/csv-import/views/import_cookies.php:41
151
+ msgid "Post import was successful."
152
+ msgstr "La importación fue exitosa"
153
+
154
+ #: admin/modules/csv-import/views/import_cookies.php:52
155
+ msgid "CSV file"
156
+ msgstr "Archivo CSV"
157
+
158
+ #: admin/modules/csv-import/views/import_cookies.php:55
159
+ #, php-format
160
+ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
161
+ msgstr ""
162
+
163
+ #: admin/modules/csv-import/views/import_cookies.php:60
164
+ msgid "Import"
165
+ msgstr "Importar"
166
+
167
+ #: admin/partials/cookie-law-info-admin_settings.php:64
168
+ msgid "Error processing migration request (ERROR: 4)"
169
+ msgstr "Error al procesar la solicitud de migración (ERROR: 4)"
170
+
171
+ #: admin/partials/cookie-law-info-admin_settings.php:93
172
+ msgid "Your Cookie Law Info bar is switched on"
173
+ msgstr "La barra de información de la ley de cookies está activada"
174
+
175
+ #: admin/partials/cookie-law-info-admin_settings.php:96
176
+ msgid "Your Cookie Law Info bar is switched off"
177
+ msgstr "La barra de información de la ley de cookies está desactivada"
178
+
179
+ #: admin/partials/cookie-law-info-admin_settings.php:104
180
+ #: admin/partials/cookie-law-info-admin_settings.php:699
181
+ #: admin/views/admin-settings-save-button.php:5
182
+ msgid "Update Settings"
183
+ msgstr "Actualizar ajustes"
184
+
185
+ #: admin/partials/cookie-law-info-admin_settings.php:131
186
+ #: admin/views/admin-settings-general.php:11
187
+ msgid "Cookie Bar is currently:"
188
+ msgstr "Cookie Bar es actualmente:"
189
+
190
+ #: admin/partials/cookie-law-info-admin_settings.php:133
191
+ #: admin/partials/cookie-law-info-admin_settings.php:142
192
+ #: admin/partials/cookie-law-info-admin_settings.php:150
193
+ #: admin/views/admin-settings-general.php:13
194
+ #: admin/views/admin-settings-general.php:22
195
+ #: admin/views/admin-settings-general.php:30
196
+ msgid "On"
197
+ msgstr "Encendido"
198
+
199
+ #: admin/partials/cookie-law-info-admin_settings.php:134
200
+ #: admin/partials/cookie-law-info-admin_settings.php:143
201
+ #: admin/partials/cookie-law-info-admin_settings.php:151
202
+ #: admin/views/admin-settings-general.php:14
203
+ #: admin/views/admin-settings-general.php:23
204
+ #: admin/views/admin-settings-general.php:31
205
+ msgid "Off"
206
+ msgstr "Apagado"
207
+
208
+ #: admin/partials/cookie-law-info-admin_settings.php:140
209
+ #: admin/views/admin-settings-general.php:20
210
+ msgid "Show only for EU Countries ( GeoIP )"
211
+ msgstr "Mostrar solo para países de la UE (GeoIP)"
212
+
213
+ #: admin/partials/cookie-law-info-admin_settings.php:148
214
+ #: admin/views/admin-settings-general.php:28
215
+ msgid "Enable consent logging"
216
+ msgstr "Habilite el registro de consentimiento"
217
+
218
+ #: admin/partials/cookie-law-info-admin_settings.php:155
219
+ #: admin/views/admin-settings-general.php:35
220
+ msgid "Cookie Bar will be shown in:"
221
+ msgstr "Aparecerá la barra de galletas en:"
222
+
223
+ #: admin/partials/cookie-law-info-admin_settings.php:160
224
+ #: admin/partials/cookie-law-info-admin_settings.php:163
225
+ #: admin/views/admin-settings-general.php:40
226
+ #: admin/views/admin-settings-general.php:43
227
+ msgid "Header"
228
+ msgstr "Encabezado"
229
+
230
+ #: admin/partials/cookie-law-info-admin_settings.php:161
231
+ #: admin/partials/cookie-law-info-admin_settings.php:164
232
+ #: admin/views/admin-settings-general.php:41
233
+ #: admin/views/admin-settings-general.php:44
234
+ msgid "Footer"
235
+ msgstr "Pie de página"
236
+
237
+ #: admin/partials/cookie-law-info-admin_settings.php:173
238
+ #: admin/views/admin-settings-general.php:53
239
+ msgid "Fix Cookie Bar to Header?"
240
+ msgstr "¿Repara la barra de cookies en el encabezado?"
241
+
242
+ #: admin/partials/cookie-law-info-admin_settings.php:175
243
+ #: admin/partials/cookie-law-info-admin_settings.php:219
244
+ #: admin/partials/cookie-law-info-admin_settings.php:235
245
+ #: admin/partials/cookie-law-info-admin_settings.php:246
246
+ #: admin/partials/cookie-law-info-admin_settings.php:254
247
+ #: admin/partials/cookie-law-info-admin_settings.php:261
248
+ #: admin/partials/cookie-law-info-admin_settings.php:272
249
+ #: admin/partials/cookie-law-info-admin_settings.php:343
250
+ #: admin/partials/cookie-law-info-admin_settings.php:400
251
+ #: admin/partials/cookie-law-info-admin_settings.php:471
252
+ #: admin/partials/cookie-law-info-admin_settings.php:584
253
+ #: admin/views/admin-settings-buttons.php:66
254
+ #: admin/views/admin-settings-buttons.php:141
255
+ #: admin/views/admin-settings-buttons.php:243
256
+ #: admin/views/admin-settings-general.php:55
257
+ #: admin/views/admin-settings-general.php:99
258
+ #: admin/views/admin-settings-general.php:115
259
+ #: admin/views/admin-settings-general.php:126
260
+ #: admin/views/admin-settings-general.php:134
261
+ #: admin/views/admin-settings-general.php:141
262
+ #: admin/views/admin-settings-general.php:154
263
+ #: admin/views/admin-settings-messagebar.php:37
264
+ msgid "Yes"
265
+ msgstr "Sí"
266
+
267
+ #: admin/partials/cookie-law-info-admin_settings.php:176
268
+ #: admin/partials/cookie-law-info-admin_settings.php:220
269
+ #: admin/partials/cookie-law-info-admin_settings.php:236
270
+ #: admin/partials/cookie-law-info-admin_settings.php:247
271
+ #: admin/partials/cookie-law-info-admin_settings.php:255
272
+ #: admin/partials/cookie-law-info-admin_settings.php:262
273
+ #: admin/partials/cookie-law-info-admin_settings.php:273
274
+ #: admin/partials/cookie-law-info-admin_settings.php:344
275
+ #: admin/partials/cookie-law-info-admin_settings.php:401
276
+ #: admin/partials/cookie-law-info-admin_settings.php:472
277
+ #: admin/partials/cookie-law-info-admin_settings.php:585
278
+ #: admin/views/admin-settings-buttons.php:68
279
+ #: admin/views/admin-settings-buttons.php:142
280
+ #: admin/views/admin-settings-buttons.php:244
281
+ #: admin/views/admin-settings-general.php:56
282
+ #: admin/views/admin-settings-general.php:100
283
+ #: admin/views/admin-settings-general.php:116
284
+ #: admin/views/admin-settings-general.php:127
285
+ #: admin/views/admin-settings-general.php:135
286
+ #: admin/views/admin-settings-general.php:142
287
+ #: admin/views/admin-settings-general.php:155
288
+ #: admin/views/admin-settings-messagebar.php:38
289
+ msgid "No"
290
+ msgstr "No"
291
+
292
+ #: admin/partials/cookie-law-info-admin_settings.php:177
293
+ #: admin/views/admin-settings-general.php:57
294
+ msgid ""
295
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
296
+ "header. Will not have any effect if you select \"Footer\"."
297
+ msgstr ""
298
+ "Si selecciona \"Encabezado\", puede colocar la barra de cookies en el "
299
+ "encabezado. No tendrá ningún efecto si selecciona \"Pie de página\"."
300
+
301
+ #: admin/partials/cookie-law-info-admin_settings.php:183
302
+ #: admin/views/admin-settings-general.php:63
303
+ msgid "On load"
304
+ msgstr "On Cargar"
305
+
306
+ #: admin/partials/cookie-law-info-admin_settings.php:188
307
+ #: admin/partials/cookie-law-info-admin_settings.php:191
308
+ #: admin/partials/cookie-law-info-admin_settings.php:204
309
+ #: admin/partials/cookie-law-info-admin_settings.php:207
310
+ #: admin/views/admin-settings-general.php:68
311
+ #: admin/views/admin-settings-general.php:71
312
+ #: admin/views/admin-settings-general.php:84
313
+ #: admin/views/admin-settings-general.php:87
314
+ msgid "Animate"
315
+ msgstr "Animacion"
316
+
317
+ #: admin/partials/cookie-law-info-admin_settings.php:189
318
+ #: admin/partials/cookie-law-info-admin_settings.php:192
319
+ #: admin/views/admin-settings-general.php:69
320
+ #: admin/views/admin-settings-general.php:72
321
+ msgid "Sticky"
322
+ msgstr "Sticky"
323
+
324
+ #: admin/partials/cookie-law-info-admin_settings.php:199
325
+ #: admin/views/admin-settings-general.php:79
326
+ msgid "On hide"
327
+ msgstr "En la piel"
328
+
329
+ #: admin/partials/cookie-law-info-admin_settings.php:205
330
+ #: admin/partials/cookie-law-info-admin_settings.php:208
331
+ #: admin/views/admin-settings-general.php:85
332
+ #: admin/views/admin-settings-general.php:88
333
+ msgid "Disappear"
334
+ msgstr "Desaparecer"
335
+
336
+ #: admin/partials/cookie-law-info-admin_settings.php:217
337
+ #: admin/views/admin-settings-general.php:97
338
+ msgid "Auto-hide(Accept) cookie bar after delay?"
339
+ msgstr "¿Barra de galleta auto-Hide(Accept) retraso?"
340
+
341
+ #: admin/partials/cookie-law-info-admin_settings.php:224
342
+ #: admin/views/admin-settings-general.php:104
343
+ msgid "Milliseconds until hidden"
344
+ msgstr "Milisegundos hasta oculto"
345
+
346
+ #: admin/partials/cookie-law-info-admin_settings.php:227
347
+ #: admin/views/admin-settings-general.php:107
348
+ msgid "Specify milliseconds (not seconds)"
349
+ msgstr "Especificar milisegundos (no segundos)"
350
+
351
+ #: admin/partials/cookie-law-info-admin_settings.php:227
352
+ #: admin/views/admin-settings-general.php:107
353
+ msgid "seconds"
354
+ msgstr "segundos"
355
+
356
+ #: admin/partials/cookie-law-info-admin_settings.php:233
357
+ #: admin/views/admin-settings-general.php:113
358
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
359
+ msgstr ""
360
+ "¿Ocultar automáticamente bar cookie si el usuario desplaza (aceptar el "
361
+ "desplazamiento)?"
362
+
363
+ #: admin/partials/cookie-law-info-admin_settings.php:237
364
+ #: admin/views/admin-settings-general.php:117
365
+ msgid ""
366
+ "As per latest GDPR policies it is required to take an explicit consent for "
367
+ "the cookies. Use this option with discretion especially if you serve EU"
368
+ msgstr ""
369
+ "Según las últimas políticas GDPR es necesaria para tener un consentimiento "
370
+ "explícito para las galletas. Se usa con discreción, especialmente si usted "
371
+ "servir EU"
372
+
373
+ #: admin/partials/cookie-law-info-admin_settings.php:241
374
+ #: admin/views/admin-settings-general.php:121
375
+ msgid "Reload after \"scroll accept\" event?"
376
+ msgstr "¿Volver a cargar después de \"desplazarse aceptar\"?"
377
+
378
+ #: admin/partials/cookie-law-info-admin_settings.php:252
379
+ #: admin/views/admin-settings-general.php:132
380
+ msgid "Reload after Accept button click"
381
+ msgstr "Recargar después de clic de botón de aceptar"
382
+
383
+ #: admin/partials/cookie-law-info-admin_settings.php:259
384
+ #: admin/views/admin-settings-general.php:139
385
+ msgid "Reload after Reject button click"
386
+ msgstr "Volver a cargar después de clic en el botón rechazar"
387
+
388
+ #: admin/partials/cookie-law-info-admin_settings.php:270
389
+ #: admin/views/admin-settings-general.php:152
390
+ msgid "Use Show Again Tab?"
391
+ msgstr "¿Usar la pestaña Mostrar de nuevo?"
392
+
393
+ #: admin/partials/cookie-law-info-admin_settings.php:277
394
+ #: admin/views/admin-settings-general.php:159
395
+ msgid "Tab Position"
396
+ msgstr "Posición de Tabla"
397
+
398
+ #: admin/partials/cookie-law-info-admin_settings.php:282
399
+ #: admin/partials/cookie-law-info-admin_settings.php:285
400
+ #: admin/views/admin-settings-general.php:164
401
+ #: admin/views/admin-settings-general.php:167
402
+ msgid "Right"
403
+ msgstr "Derecha"
404
+
405
+ #: admin/partials/cookie-law-info-admin_settings.php:283
406
+ #: admin/partials/cookie-law-info-admin_settings.php:286
407
+ #: admin/views/admin-settings-general.php:165
408
+ #: admin/views/admin-settings-general.php:168
409
+ msgid "Left"
410
+ msgstr "Izquierda"
411
+
412
+ #: admin/partials/cookie-law-info-admin_settings.php:293
413
+ #: admin/views/admin-settings-general.php:175
414
+ msgid "From Left Margin"
415
+ msgstr "Margen izquierdo"
416
+
417
+ #: admin/partials/cookie-law-info-admin_settings.php:296
418
+ #: admin/views/admin-settings-general.php:178
419
+ msgid "Specify"
420
+ msgstr "Especificar"
421
+
422
+ #: admin/partials/cookie-law-info-admin_settings.php:300
423
+ #: admin/views/admin-settings-general.php:182
424
+ msgid "Show More Text"
425
+ msgstr "Mostrar más texto"
426
+
427
+ #: admin/partials/cookie-law-info-admin_settings.php:307
428
+ msgid "Cookie Law Message Bar"
429
+ msgstr "Cookie Message Bar"
430
+
431
+ #: admin/partials/cookie-law-info-admin_settings.php:311
432
+ #: admin/views/admin-settings-messagebar.php:5
433
+ msgid "Message"
434
+ msgstr "Mensaje"
435
+
436
+ #: admin/partials/cookie-law-info-admin_settings.php:317
437
+ #: admin/views/admin-settings-messagebar.php:11
438
+ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
439
+ msgstr ""
440
+ "Shortcodes permitidos: vea la sección de configuración \"Uso de códigos "
441
+ "cortos\"."
442
+
443
+ #: admin/partials/cookie-law-info-admin_settings.php:317
444
+ #: admin/views/admin-settings-messagebar.php:11
445
+ msgid ""
446
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
447
+ "to delete cookies [cookie_link].\""
448
+ msgstr ""
449
+ "Ejemplos: \"utilizamos cookies en este sitio web [cookie_accept] para "
450
+ "averiguar cómo eliminar cookies [cookie_link].\""
451
+
452
+ #: admin/partials/cookie-law-info-admin_settings.php:321
453
+ #: admin/views/admin-settings-messagebar.php:15
454
+ msgid "Cookie Bar Colour"
455
+ msgstr "Cookie Bar Color"
456
+
457
+ #: admin/partials/cookie-law-info-admin_settings.php:331
458
+ #: admin/views/admin-settings-messagebar.php:25
459
+ msgid "Text Colour"
460
+ msgstr "Color de texto"
461
+
462
+ #: admin/partials/cookie-law-info-admin_settings.php:340
463
+ #: admin/views/admin-settings-messagebar.php:34
464
+ msgid "Show Border?"
465
+ msgstr "Mostrar borde"
466
+
467
+ #: admin/partials/cookie-law-info-admin_settings.php:348
468
+ #: admin/views/admin-settings-messagebar.php:42
469
+ msgid "Border Colour"
470
+ msgstr "Color de borde"
471
+
472
+ #: admin/partials/cookie-law-info-admin_settings.php:356
473
+ #: admin/views/admin-settings-messagebar.php:50
474
+ msgid "Font"
475
+ msgstr "Fuente"
476
+
477
+ #: admin/partials/cookie-law-info-admin_settings.php:367
478
+ #: admin/partials/cookie-law-info-admin_settings1.php:19
479
+ msgid "Customise Buttons"
480
+ msgstr "Personalizar botones"
481
+
482
+ #: admin/partials/cookie-law-info-admin_settings.php:370
483
+ msgid "Accept Button"
484
+ msgstr "-Botón Aceptar."
485
+
486
+ #: admin/partials/cookie-law-info-admin_settings.php:372
487
+ #: admin/views/admin-settings-buttons.php:13
488
+ msgid "Main Button"
489
+ msgstr "BOTÓN"
490
+
491
+ #: admin/partials/cookie-law-info-admin_settings.php:373
492
+ #: admin/views/admin-settings-buttons.php:14
493
+ msgid ""
494
+ "This button/link can be customised to either simply close the cookie bar, or "
495
+ "follow a link. You can also customise the colours and styles, and show it as "
496
+ "a link or a button."
497
+ msgstr ""
498
+ "Este botón / enlace se puede personalizar para que simplemente cierre la "
499
+ "barra de cookies o siga un enlace. También puede personalizar los colores y "
500
+ "estilos, y mostrarlo como un enlace o un botón."
501
+
502
+ #: admin/partials/cookie-law-info-admin_settings.php:376
503
+ #: admin/partials/cookie-law-info-admin_settings.php:443
504
+ #: admin/partials/cookie-law-info-admin_settings.php:515
505
+ #: admin/partials/cookie-law-info-admin_settings.php:560
506
+ msgid "Link Text"
507
+ msgstr "Texto de Enlace"
508
+
509
+ #: admin/partials/cookie-law-info-admin_settings.php:382
510
+ #: admin/partials/cookie-law-info-admin_settings.php:449
511
+ #: admin/views/admin-settings-buttons.php:48
512
+ #: admin/views/admin-settings-buttons.php:119
513
+ msgid "Action"
514
+ msgstr "Acción"
515
+
516
+ #: admin/partials/cookie-law-info-admin_settings.php:390
517
+ #: admin/partials/cookie-law-info-admin_settings.php:461
518
+ #: admin/partials/cookie-law-info-admin_settings.php:566
519
+ msgid "Link URL"
520
+ msgstr "Liga de la URL"
521
+
522
+ #: admin/partials/cookie-law-info-admin_settings.php:393
523
+ #: admin/partials/cookie-law-info-admin_settings.php:464
524
+ #: admin/views/admin-settings-buttons.php:59
525
+ #: admin/views/admin-settings-buttons.php:134
526
+ msgid "Button will only link to URL if Action = Open URL"
527
+ msgstr "El botón solo enlazará a la URL si Acción = Abrir URL"
528
+
529
+ #: admin/partials/cookie-law-info-admin_settings.php:398
530
+ #: admin/partials/cookie-law-info-admin_settings.php:469
531
+ #: admin/partials/cookie-law-info-admin_settings.php:582
532
+ msgid "Open link in new window?"
533
+ msgstr "¿Abrir Link en una nueva Ventana?"
534
+
535
+ #: admin/partials/cookie-law-info-admin_settings.php:405
536
+ #: admin/partials/cookie-law-info-admin_settings.php:476
537
+ #: admin/partials/cookie-law-info-admin_settings.php:521
538
+ #: admin/partials/cookie-law-info-admin_settings.php:572
539
+ msgid "Link colour"
540
+ msgstr "Color del enlace"
541
+
542
+ #: admin/partials/cookie-law-info-admin_settings.php:413
543
+ #: admin/partials/cookie-law-info-admin_settings.php:484
544
+ #: admin/partials/cookie-law-info-admin_settings.php:529
545
+ #: admin/partials/cookie-law-info-admin_settings.php:589
546
+ msgid "Show as button?"
547
+ msgstr "Como botón"
548
+
549
+ #: admin/partials/cookie-law-info-admin_settings.php:415
550
+ #: admin/partials/cookie-law-info-admin_settings.php:486
551
+ #: admin/partials/cookie-law-info-admin_settings.php:531
552
+ #: admin/partials/cookie-law-info-admin_settings.php:591
553
+ #: admin/views/admin-settings-buttons.php:33
554
+ #: admin/views/admin-settings-buttons.php:105
555
+ #: admin/views/admin-settings-buttons.php:176
556
+ #: admin/views/admin-settings-buttons.php:221
557
+ msgid "Button"
558
+ msgstr "Botón"
559
+
560
+ #: admin/partials/cookie-law-info-admin_settings.php:416
561
+ #: admin/partials/cookie-law-info-admin_settings.php:487
562
+ #: admin/partials/cookie-law-info-admin_settings.php:532
563
+ #: admin/partials/cookie-law-info-admin_settings.php:592
564
+ #: admin/views/admin-settings-buttons.php:35
565
+ #: admin/views/admin-settings-buttons.php:107
566
+ #: admin/views/admin-settings-buttons.php:178
567
+ #: admin/views/admin-settings-buttons.php:223
568
+ msgid "Link"
569
+ msgstr "Enlace"
570
+
571
+ #: admin/partials/cookie-law-info-admin_settings.php:420
572
+ #: admin/partials/cookie-law-info-admin_settings.php:491
573
+ #: admin/partials/cookie-law-info-admin_settings.php:536
574
+ #: admin/partials/cookie-law-info-admin_settings.php:596
575
+ msgid "Button colour"
576
+ msgstr "Color del botón"
577
+
578
+ #: admin/partials/cookie-law-info-admin_settings.php:428
579
+ #: admin/partials/cookie-law-info-admin_settings.php:499
580
+ #: admin/partials/cookie-law-info-admin_settings.php:544
581
+ #: admin/partials/cookie-law-info-admin_settings.php:604
582
+ msgid "Button Size"
583
+ msgstr "Tamaño del botón"
584
+
585
+ #: admin/partials/cookie-law-info-admin_settings.php:439
586
+ #: admin/views/admin-settings-buttons.php:86
587
+ msgid "Reject Button"
588
+ msgstr "Etiqueta botón"
589
+
590
+ #: admin/partials/cookie-law-info-admin_settings.php:511
591
+ #: admin/views/admin-settings-buttons.php:157
592
+ msgid "Settings Button"
593
+ msgstr "Botón de ajustes"
594
+
595
+ #: admin/partials/cookie-law-info-admin_settings.php:556
596
+ #: admin/views/admin-settings-buttons.php:201
597
+ msgid "Read More Link"
598
+ msgstr "Leer más enlace"
599
+
600
+ #: admin/partials/cookie-law-info-admin_settings.php:557
601
+ #: admin/views/admin-settings-buttons.php:202
602
+ msgid ""
603
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
604
+ "Policy. You can customise it any way you like."
605
+ msgstr ""
606
+ "Este botón / enlace puede usarse para proporcionar un enlace a su Política "
607
+ "de Privacidad y Cookies. Puedes personalizarlo como quieras."
608
+
609
+ #: admin/partials/cookie-law-info-admin_settings.php:615
610
+ msgid "Using the Shortcodes"
611
+ msgstr "Usando los Shortcodes"
612
+
613
+ #: admin/partials/cookie-law-info-admin_settings.php:617
614
+ #: admin/views/admin-settings-help.php:10
615
+ msgid "Cookie bar shortcodes"
616
+ msgstr "Cookie bar shortcodes"
617
+
618
+ #: admin/partials/cookie-law-info-admin_settings.php:618
619
+ #: admin/views/admin-settings-help.php:11
620
+ msgid ""
621
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
622
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
623
+ "without you having to add any HTML."
624
+ msgstr ""
625
+ "Puede ingresar los códigos abreviados en el campo \"mensaje\" de la barra de "
626
+ "información de la ley de cookies. Agregan botones y / o enlaces con buen "
627
+ "formato en la barra de cookies, sin tener que agregar ningún código HTML."
628
+
629
+ #: admin/partials/cookie-law-info-admin_settings.php:619
630
+ msgid "The shortcodes are:"
631
+ msgstr "Los shortcodes son:"
632
+
633
+ #: admin/partials/cookie-law-info-admin_settings.php:621
634
+ #: admin/views/admin-settings-help.php:18
635
+ msgid ""
636
+ "If you just want a standard green \"Accept\" button that closes the header "
637
+ "and nothing more, use this shortcode. It is already styled, you don't need "
638
+ "to customise it."
639
+ msgstr ""
640
+ "Si solo quiere un botón \"Aceptar\" verde estándar que cierra el encabezado "
641
+ "y nada más, use este código breve. Ya está diseñado, no es necesario "
642
+ "personalizarlo."
643
+
644
+ #: admin/partials/cookie-law-info-admin_settings.php:623
645
+ #: admin/views/admin-settings-help.php:22
646
+ msgid ""
647
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
648
+ "yellow, green or pink."
649
+ msgstr ""
650
+ "También puede Agregar un valor de color. Elegir entre: rojo, azul, naranja, "
651
+ "amarillo, verde o rosa."
652
+
653
+ #: admin/partials/cookie-law-info-admin_settings.php:623
654
+ #: admin/views/admin-settings-help.php:22
655
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
656
+ msgstr "Cuidado con la ortografía británica de \"color\" para el atributo."
657
+
658
+ #: admin/partials/cookie-law-info-admin_settings.php:625
659
+ #: admin/views/admin-settings-help.php:26
660
+ msgid "This is the \"main button\" you customise above."
661
+ msgstr "Este es el \"botón principal\" personalizar por encima."
662
+
663
+ #: admin/partials/cookie-law-info-admin_settings.php:627
664
+ #: admin/views/admin-settings-help.php:31
665
+ msgid "This is the cookie settings button rendering shortcode."
666
+ msgstr "Este es el cookie ajustes botón renderizado shortcode."
667
+
668
+ #: admin/partials/cookie-law-info-admin_settings.php:629
669
+ #: admin/views/admin-settings-help.php:35
670
+ msgid "This is the cookie reject button shortcode."
671
+ msgstr "Este es el shortcode de botón de rechazar cookies."
672
+
673
+ #: admin/partials/cookie-law-info-admin_settings.php:631
674
+ #: admin/views/admin-settings-help.php:39
675
+ msgid "This is the \"read more\" link you customise above."
676
+ msgstr "Este es el link \"leer más\" que personalizar todo encima."
677
+
678
+ #: admin/partials/cookie-law-info-admin_settings.php:634
679
+ #: admin/views/admin-settings-help.php:43
680
+ msgid "Other shortcodes"
681
+ msgstr "Otros Shortcodes"
682
+
683
+ #: admin/partials/cookie-law-info-admin_settings.php:635
684
+ #: admin/views/admin-settings-help.php:44
685
+ msgid ""
686
+ "These shortcodes can be used in pages and posts on your website. It is not "
687
+ "recommended to use these inside the cookie bar itself."
688
+ msgstr ""
689
+ "Estos códigos abreviados se pueden usar en páginas y publicaciones en su "
690
+ "sitio web. No se recomienda usar estos dentro de la barra de cookies."
691
+
692
+ #: admin/partials/cookie-law-info-admin_settings.php:637
693
+ #: admin/views/admin-settings-help.php:50
694
+ msgid ""
695
+ "This prints out a nice table of cookies, in line with the guidance given by "
696
+ "the ICO."
697
+ msgstr ""
698
+ "Esto imprime una buena tabla de cookies, en línea con la orientación dada "
699
+ "por el ICO."
700
+
701
+ #: admin/partials/cookie-law-info-admin_settings.php:637
702
+ #: admin/views/admin-settings-help.php:50
703
+ msgid ""
704
+ "You need to enter the cookies your website uses via the Cookie Law Info menu "
705
+ "in your WordPress dashboard."
706
+ msgstr ""
707
+ "Debe ingresar las cookies que utiliza su sitio web a través del menú "
708
+ "Información de cookies en su tablero de WordPress."
709
+
710
+ #: admin/partials/cookie-law-info-admin_settings.php:646
711
+ #: admin/views/admin-settings-help.php:61
712
+ msgid "This prints out a nice table of cookies by category."
713
+ msgstr "Esto imprime una agradable mesa de galletas por categoría."
714
+
715
+ #: admin/partials/cookie-law-info-admin_settings.php:647
716
+ #: admin/views/admin-settings-help.php:65
717
+ msgid "This prints the settings popup of cookie category."
718
+ msgstr "Esto imprime la ventana de configuración de la categoría de galletas."
719
+
720
+ #: admin/partials/cookie-law-info-admin_settings.php:648
721
+ #: admin/views/admin-settings-help.php:69
722
+ msgid ""
723
+ "This shortcode will display a normal HTML link which when clicked, will "
724
+ "delete the cookie set by Cookie Law Info (this cookie is used to remember "
725
+ "that the cookie bar is closed)."
726
+ msgstr ""
727
+ "Este código mostrará un enlace HTML normal que cuando hace clic en, se "
728
+ "borrará la cookie por información de ley Cookie (se utiliza esta cookie para "
729
+ "recordar que la barra de la galleta está cerrada)."
730
+
731
+ #: admin/partials/cookie-law-info-admin_settings.php:649
732
+ #: admin/views/admin-settings-help.php:73
733
+ msgid ""
734
+ "Add any text you like- useful if you want e.g. another language to English."
735
+ msgstr ""
736
+ "Agregue cualquier texto que desee, útil si desea, por ejemplo, otro idioma "
737
+ "para inglés."
738
+
739
+ #: admin/partials/cookie-law-info-admin_settings.php:655
740
+ #: admin/partials/cookie-law-info-admin_settings1.php:20
741
+ msgid "Advanced"
742
+ msgstr "Ajustes"
743
+
744
+ #: admin/partials/cookie-law-info-admin_settings.php:657
745
+ #: admin/views/admin-settings-advanced.php:3
746
+ msgid ""
747
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
748
+ "try adjusting these settings."
749
+ msgstr ""
750
+ "Algunas veces, los temas aplican configuraciones que chocan con los "
751
+ "complementos. Si eso sucede, intente ajustar estas configuraciones."
752
+
753
+ #: admin/partials/cookie-law-info-admin_settings.php:671
754
+ #: admin/views/admin-settings-advanced.php:17
755
+ msgid "Reset all values"
756
+ msgstr "Reiniciar todos los valores"
757
+
758
+ #: admin/partials/cookie-law-info-admin_settings.php:673
759
+ #: admin/views/admin-settings-advanced.php:19
760
+ msgid "Delete settings and reset"
761
+ msgstr "Borrar ajustes y restablecer"
762
+
763
+ #: admin/partials/cookie-law-info-admin_settings.php:673
764
+ #: admin/views/admin-settings-advanced.php:19
765
+ msgid "Are you sure you want to delete all your settings?"
766
+ msgstr "¿estás seguro de que desea borrar todas las imágenes?"
767
+
768
+ #: admin/partials/cookie-law-info-admin_settings.php:674
769
+ #: admin/views/admin-settings-advanced.php:20
770
+ msgid "Warning: this will actually delete your current settings."
771
+ msgstr "ADVERTENCIA: esto realmente borra la configuración actual."
772
+
773
+ #: admin/partials/cookie-law-info-admin_settings.php:716
774
+ msgid "Where did my settings go?"
775
+ msgstr "¿A dónde fue mi configuración?"
776
+
777
+ #: admin/partials/cookie-law-info-admin_settings.php:717
778
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
779
+ msgstr ""
780
+ "Cookie Law Info versión 0.9 se ha actualizado y tiene una nueva "
781
+ "configuración."
782
+
783
+ #: admin/partials/cookie-law-info-admin_settings.php:717
784
+ msgid "Your previous settings are safe."
785
+ msgstr "Tu configuración previa es segura."
786
+
787
+ #: admin/partials/cookie-law-info-admin_settings.php:718
788
+ msgid ""
789
+ "You can either copy over your old settings to this version, or use the new "
790
+ "default values."
791
+ msgstr ""
792
+ "Puede copiar su configuración antigua a esta versión, o utilizar los nuevos "
793
+ "valores por defecto."
794
+
795
+ #: admin/partials/cookie-law-info-admin_settings.php:720
796
+ msgid "Would you like to:"
797
+ msgstr "¿Te gustaría:"
798
+
799
+ #: admin/partials/cookie-law-info-admin_settings.php:722
800
+ msgid "Use previous settings"
801
+ msgstr "Deshacer la configuración anterior"
802
+
803
+ #: admin/partials/cookie-law-info-admin_settings.php:723
804
+ msgid "Start afresh with the new version"
805
+ msgstr "Comienza de nuevo con la nueva versión"
806
+
807
+ #: admin/partials/cookie-law-info-admin_settings.php:725
808
+ msgid "Are you sure you want to migrate settings?"
809
+ msgstr "¿Seguro que desea restablecer la configuración?"
810
+
811
+ #: admin/partials/cookie-law-info-admin_settings.php:727
812
+ msgid ""
813
+ "If you want to go back to the previous version you can always download it "
814
+ "again from"
815
+ msgstr ""
816
+ "Si desea volver a la versión anterior, siempre puede volver a descargarla "
817
+ "desde"
818
+
819
+ #: admin/partials/cookie-law-info-admin_settings.php:732
820
+ msgid "Help"
821
+ msgstr "Ayuda"
822
+
823
+ #: admin/partials/cookie-law-info-admin_settings.php:734
824
+ #: admin/views/admin-settings-help.php:88
825
+ msgid "Help and Support"
826
+ msgstr "Ayuda y soporte"
827
+
828
+ #: admin/partials/cookie-law-info-admin_settings.php:735
829
+ #: admin/views/admin-settings-help.php:95
830
+ msgid "Report a Bug"
831
+ msgstr "Informar de un error"
832
+
833
+ #: admin/partials/cookie-law-info-admin_settings.php:736
834
+ #: admin/views/admin-settings-help.php:101
835
+ msgid "Guide"
836
+ msgstr "Guía"
837
+
838
+ #: admin/partials/cookie-law-info-admin_settings.php:737
839
+ #: admin/views/admin-settings-help.php:107
840
+ msgid "About the law"
841
+ msgstr "Acerca de"
842
+
843
+ #: admin/partials/cookie-law-info-admin_settings1.php:11
844
+ msgid "Settings updated."
845
+ msgstr "Preferencias actualizadas."
846
+
847
+ #: admin/partials/cookie-law-info-admin_settings1.php:12
848
+ msgid "Unable to update Settings."
849
+ msgstr "No se puede actualizar la configuración."
850
+
851
+ #: admin/partials/cookie-law-info-admin_settings1.php:17
852
+ msgid "General"
853
+ msgstr "General"
854
+
855
+ #: admin/partials/cookie-law-info-admin_settings1.php:18
856
+ msgid "Message Bar"
857
+ msgstr "Barra de Mensajes"
858
+
859
+ #: admin/partials/cookie-law-info-admin_settings1.php:22
860
+ msgid "Licence"
861
+ msgstr "Licencia"
862
+
863
+ #: admin/partials/cookie-law-info-admin_settings1.php:33
864
+ msgid "Help Guide"
865
+ msgstr "guía instructIva"
866
+
867
+ #: admin/partials/cookie-law-info-privacy_overview.php:59
868
+ msgid "Privacy Overview Title"
869
+ msgstr "Título de la descripción de privacidad"
870
+
871
+ #: admin/partials/cookie-law-info-privacy_overview.php:65
872
+ #: admin/partials/cookie-law-info-privacy_overview.php:70
873
+ msgid "This will be shown in the settings visible for user on consent screen."
874
+ msgstr ""
875
+ "Esto se mostrará en la configuración visible para el usuario en la pantalla "
876
+ "de consentimiento."
877
+
878
+ #: admin/partials/cookie-law-info-privacy_overview.php:75
879
+ msgid "Save Settings"
880
+ msgstr "Guardar ajustes"
881
+
882
+ #: admin/views/admin-settings-buttons.php:17
883
+ #: admin/views/admin-settings-buttons.php:89
884
+ #: admin/views/admin-settings-buttons.php:160
885
+ #: admin/views/admin-settings-buttons.php:205
886
+ msgid "Text"
887
+ msgstr "Texto"
888
+
889
+ #: admin/views/admin-settings-buttons.php:23
890
+ #: admin/views/admin-settings-buttons.php:95
891
+ #: admin/views/admin-settings-buttons.php:166
892
+ #: admin/views/admin-settings-buttons.php:211
893
+ msgid "Text colour"
894
+ msgstr "Цвет текста"
895
+
896
+ #: admin/views/admin-settings-buttons.php:31
897
+ #: admin/views/admin-settings-buttons.php:103
898
+ #: admin/views/admin-settings-buttons.php:174
899
+ #: admin/views/admin-settings-buttons.php:219
900
+ msgid "Show as"
901
+ msgstr "¿Mostrar como?"
902
+
903
+ #: admin/views/admin-settings-buttons.php:39
904
+ #: admin/views/admin-settings-buttons.php:111
905
+ #: admin/views/admin-settings-buttons.php:182
906
+ #: admin/views/admin-settings-buttons.php:227
907
+ msgid "Background colour"
908
+ msgstr "Фоновый цвет"
909
+
910
+ #: admin/views/admin-settings-buttons.php:56
911
+ #: admin/views/admin-settings-buttons.php:131
912
+ #: admin/views/admin-settings-buttons.php:235
913
+ msgid "URL"
914
+ msgstr "Usar iconos personalizados. URL:"
915
+
916
+ #: admin/views/admin-settings-buttons.php:64
917
+ #: admin/views/admin-settings-buttons.php:139
918
+ #: admin/views/admin-settings-buttons.php:241
919
+ msgid "Open URL in new window?"
920
+ msgstr "¿Abrir enlace en una nueva pestaña?"
921
+
922
+ #: admin/views/admin-settings-buttons.php:75
923
+ #: admin/views/admin-settings-buttons.php:146
924
+ #: admin/views/admin-settings-buttons.php:190
925
+ #: admin/views/admin-settings-buttons.php:248
926
+ msgid "Size"
927
+ msgstr "Tamaño"
928
+
929
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:374
930
+ #, php-format
931
+ msgid ""
932
+ "The license key for %s has expired. You can reactivate or purchase a license "
933
+ "key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
934
+ msgstr ""
935
+
936
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:385
937
+ #, php-format
938
+ msgid ""
939
+ "The subscription for %s is on-hold. You can reactivate the subscription from "
940
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
941
+ msgstr ""
942
+
943
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:396
944
+ #, php-format
945
+ msgid ""
946
+ "The subscription for %s has been cancelled. You can renew the subscription "
947
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new "
948
+ "license key will be emailed to you after your order has been completed."
949
+ msgstr ""
950
+
951
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:407
952
+ #, php-format
953
+ msgid ""
954
+ "The subscription for %s has expired. You can reactivate the subscription "
955
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
956
+ msgstr ""
957
+
958
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:418
959
+ #, php-format
960
+ msgid ""
961
+ "The subscription for %s has been suspended. You can reactivate the "
962
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
963
+ "a>."
964
+ msgstr ""
965
+
966
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:429
967
+ #, php-format
968
+ msgid ""
969
+ "The subscription for %s is still pending. You can check on the status of the "
970
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
971
+ "a>."
972
+ msgstr ""
973
+
974
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:440
975
+ #, php-format
976
+ msgid ""
977
+ "The subscription for %s has been placed in the trash and will be deleted "
978
+ "soon. You can purchase a new subscription from your account <a href=\"%s\" "
979
+ "target=\"_blank\">dashboard</a>."
980
+ msgstr ""
981
+
982
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:451
983
+ #, php-format
984
+ msgid ""
985
+ "A subscription for %s could not be found. You can purchase a subscription "
986
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
987
+ msgstr ""
988
+
989
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:462
990
+ #, php-format
991
+ msgid ""
992
+ "A license key for %s could not be found. Maybe you forgot to enter a license "
993
+ "key when setting up %s, or the key was deactivated in your account. You can "
994
+ "reactivate license key at your plugin <a href=\"%s\" target=\"_blank"
995
+ "\">settings page</a>."
996
+ msgstr ""
997
+
998
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:473
999
+ #, php-format
1000
+ msgid ""
1001
+ "Download permission for %s has been revoked possibly due to a license key or "
1002
+ "subscription expiring. You can reactivate or purchase a license key from "
1003
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1004
+ msgstr ""
1005
+
1006
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:484
1007
+ #, php-format
1008
+ msgid ""
1009
+ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
1010
+ "\">settings page</a> and enter the license key and license email to activate "
1011
+ "%s."
1012
+ msgstr ""
1013
+
1014
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:495
1015
+ #, php-format
1016
+ msgid ""
1017
+ "You changed the subscription for %s, so you will need to enter your new API "
1018
+ "License Key in the settings page. The License Key should have arrived in "
1019
+ "your email inbox, if not you can get it by logging into your account <a href="
1020
+ "\"%s\" target=\"_blank\">dashboard</a>."
1021
+ msgstr ""
1022
+
1023
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:106
1024
+ msgid "Licence Activation"
1025
+ msgstr "Activación de Licencia"
1026
+
1027
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:110
1028
+ msgid "API Licence Key:"
1029
+ msgstr "API Licence Key:"
1030
+
1031
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:111
1032
+ msgid "Licence Key"
1033
+ msgstr "Clave de Licencia"
1034
+
1035
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:115
1036
+ msgid "Licence Email"
1037
+ msgstr "Correo licencia API:"
1038
+
1039
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:119
1040
+ msgid "Activate"
1041
+ msgstr "Activar"
1042
+
1043
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:122
1044
+ msgid "Check"
1045
+ msgstr "Check "
1046
+
1047
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:132
1048
+ msgid "Deactive"
1049
+ msgstr "Desactivado"
1050
+
1051
+ #: includes/class-cookie-law-info.php:336
1052
+ msgid ""
1053
+ "This website uses cookies to improve your experience. We'll assume you're ok "
1054
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
1055
+ "[cookie_link]"
1056
+ msgstr ""
1057
+ "Este sitio web utiliza cookies para mejorar tu experiencia. Asumiremos que "
1058
+ "usted está bien con esto, pero usted puede optar si lo desea. "
1059
+ "[cookie_button] [cookie_settings] [cookie_link]"
1060
+
1061
+ #: includes/class-cookie-law-info.php:343
1062
+ msgid "Privacy & Cookies Policy"
1063
+ msgstr "Privacidad y política de Cookies"
1064
+
1065
+ #: public/class-cookie-law-info-public.php:161
1066
+ msgid "GDPR Cookie Consent"
1067
+ msgstr "Cookie Consent"
1068
+
1069
+ #: public/class-cookie-law-info-public.php:162
1070
+ msgid "Cookie List"
1071
+ msgstr "Cookie"
1072
+
1073
+ #: public/class-cookie-law-info-public.php:163
1074
+ #: public/modules/shortcode/shortcode.php:118
1075
+ #: public/modules/shortcode/shortcode.php:191
1076
+ msgid "Cookie"
1077
+ msgstr "Cookie"
1078
+
1079
+ #: public/class-cookie-law-info-public.php:164
1080
+ msgid "Add New"
1081
+ msgstr "Añadir nuevo"
1082
+
1083
+ #: public/class-cookie-law-info-public.php:165
1084
+ msgid "Add New Cookie Type"
1085
+ msgstr "Agregar nueva Cookie"
1086
+
1087
+ #: public/class-cookie-law-info-public.php:166
1088
+ msgid "Edit Cookie Type"
1089
+ msgstr "Tipo de cookie"
1090
+
1091
+ #: public/class-cookie-law-info-public.php:167
1092
+ msgid "New Cookie Type"
1093
+ msgstr "Tipo de cookie"
1094
+
1095
+ #: public/class-cookie-law-info-public.php:168
1096
+ msgid "View Cookie Type"
1097
+ msgstr "Tipo de cookie"
1098
+
1099
+ #: public/class-cookie-law-info-public.php:169
1100
+ msgid "Search Cookies"
1101
+ msgstr "La búsqueda Cookies"
1102
+
1103
+ #: public/class-cookie-law-info-public.php:170
1104
+ msgid "Nothing found"
1105
+ msgstr "Nada Encontrado"
1106
+
1107
+ #: public/class-cookie-law-info-public.php:171
1108
+ msgid "Nothing found in Trash"
1109
+ msgstr "Nada encontrado en la Papelera"
1110
+
1111
+ #: public/class-cookie-law-info-public.php:208
1112
+ #: public/modules/script-blocker/script-blocker.php:125
1113
+ msgid "Cookie Category"
1114
+ msgstr "Categoría de la cookie"
1115
+
1116
+ #: public/modules/script-blocker/classes/class-script-blocker.php:322
1117
+ msgid "Google Analytics"
1118
+ msgstr ""
1119
+
1120
+ #: public/modules/script-blocker/classes/class-script-blocker.php:336
1121
+ msgid "Facebook Pixel Code"
1122
+ msgstr ""
1123
+
1124
+ #: public/modules/script-blocker/classes/class-script-blocker.php:347
1125
+ msgid "Google Tag Manager"
1126
+ msgstr ""
1127
+
1128
+ #: public/modules/script-blocker/classes/class-script-blocker.php:359
1129
+ #, php-format
1130
+ msgid ""
1131
+ "Invalid index found in the thirdparties array. Index should be of type "
1132
+ "'string'. Index found: %d."
1133
+ msgstr ""
1134
+
1135
+ #: public/modules/script-blocker/classes/class-script-blocker.php:644
1136
+ msgid "Action is unknown."
1137
+ msgstr "Acción desconocida."
1138
+
1139
+ #: public/modules/script-blocker/script-blocker.php:245
1140
+ #: public/modules/script-blocker/script-blocker.php:246
1141
+ msgid "Script Blocker"
1142
+ msgstr "Bloqueador de script"
1143
+
1144
+ #: public/modules/script-blocker/views/admin_script_blocker.php:8
1145
+ msgid "Manage Script Blocking"
1146
+ msgstr "Gestión de bloqueo de secuencia de comandos"
1147
+
1148
+ #: public/modules/script-blocker/views/admin_script_blocker.php:21
1149
+ msgid "&nbsp;"
1150
+ msgstr ""
1151
+
1152
+ #: public/modules/script-blocker/views/admin_script_blocker.php:22
1153
+ msgid "Name"
1154
+ msgstr "Nombre"
1155
+
1156
+ #: public/modules/script-blocker/views/admin_script_blocker.php:23
1157
+ msgid "Enabled"
1158
+ msgstr "Activado"
1159
+
1160
+ #: public/modules/script-blocker/views/admin_script_blocker.php:24
1161
+ #: public/modules/shortcode/shortcode.php:121
1162
+ #: public/modules/shortcode/shortcode.php:194
1163
+ msgid "Description"
1164
+ msgstr "Descripción"
1165
+
1166
+ #: public/modules/script-blocker/views/admin_script_blocker.php:25
1167
+ msgid "Category"
1168
+ msgstr "Categoría"
1169
+
1170
+ #: public/modules/script-blocker/views/admin_script_blocker.php:26
1171
+ msgid "Key"
1172
+ msgstr "Clave API"
1173
+
1174
+ #: public/modules/shortcode/shortcode.php:70
1175
+ msgid "Delete Cookies"
1176
+ msgstr "Eliminar Cookies"
1177
+
1178
+ #: public/modules/shortcode/shortcode.php:119
1179
+ #: public/modules/shortcode/shortcode.php:192
1180
+ msgid "Type"
1181
+ msgstr "Tipo"
1182
+
1183
+ #: public/modules/shortcode/shortcode.php:120
1184
+ #: public/modules/shortcode/shortcode.php:193
1185
+ msgid "Duration"
1186
+ msgstr "Duración"
1187
+
1188
+ #: public/modules/visitor-report/classes/class-visitor-history.php:26
1189
+ msgid "No Consent History"
1190
+ msgstr "Sin consentimiento de la historia"
1191
+
1192
+ #: public/modules/visitor-report/classes/class-visitor-history.php:75
1193
+ msgid "IP Address"
1194
+ msgstr "Dirección IP:"
1195
+
1196
+ #: public/modules/visitor-report/classes/class-visitor-history.php:76
1197
+ msgid "Visited Date"
1198
+ msgstr "Visitado"
1199
+
1200
+ #: public/modules/visitor-report/classes/class-visitor-history.php:77
1201
+ msgid "Cookie Details"
1202
+ msgstr "Detalles de la cookie"
1203
+
1204
+ #: public/modules/visitor-report/classes/class-visitor-history.php:78
1205
+ msgid "User ID"
1206
+ msgstr "ID de Usuario"
1207
+
1208
+ #: public/modules/visitor-report/classes/class-visitor-history.php:101
1209
+ msgid "Delete"
1210
+ msgstr "Borrar"
1211
+
1212
+ #: public/modules/visitor-report/views/visitor_report.php:9
1213
+ msgid "GDPR Consent History"
1214
+ msgstr "Historia de consentimiento GDPR"
1215
+
1216
+ #: public/modules/visitor-report/views/visitor_report.php:11
1217
+ msgid "Export Report"
1218
+ msgstr "Exportar informe"
1219
+
1220
+ #: public/modules/visitor-report/visitor-report.php:132
1221
+ msgid "Event Logged Successfully"
1222
+ msgstr "Evento registrado con éxito"
1223
+
1224
+ #: public/modules/visitor-report/visitor-report.php:135
1225
+ msgid "Error"
1226
+ msgstr "Error: archivo no editable"
1227
+
1228
+ #: public/modules/visitor-report/visitor-report.php:141
1229
+ msgid "Logging is not enabled"
1230
+ msgstr "El registro no está habilitado"
1231
+
1232
+ #: public/modules/visitor-report/visitor-report.php:155
1233
+ #: public/modules/visitor-report/visitor-report.php:156
1234
+ msgid "Consent Report"
1235
+ msgstr "documentación de consentimiento - informe"
1236
+
1237
+ #~ msgid "Reject Button:"
1238
+ #~ msgstr "Botón de rechazo:"
1239
+
1240
+ #~ msgid "Cookie Bar will be show in:"
1241
+ #~ msgstr "Cookie Bar se mostrará en:"
1242
+
1243
+ #~ msgid "Auto-hide cookie bar after delay?"
1244
+ #~ msgstr "¿Auto-ocultar barra de galleta retraso?"
1245
+
1246
+ #~ msgid "Button will only link to URL if Action = Show URL"
1247
+ #~ msgstr "Botón sólo vinculará a URL si acción = Mostrar URL"
1248
+
1249
+ #~ msgid "Save"
1250
+ #~ msgstr "Guardar"
1251
+
1252
+ #~ msgid "Accept"
1253
+ #~ msgstr "Aceptar"
1254
+
1255
+ #~ msgid "Reject"
1256
+ #~ msgstr "Rechazar"
languages/cookie-law-info-fr_FR.mo ADDED
Binary file
languages/cookie-law-info-fr_FR.po ADDED
@@ -0,0 +1,1259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-12 13:57+0530\n"
5
+ "PO-Revision-Date: 2018-09-12 13:59+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
+
18
+ #: admin/class-cookie-law-info-admin.php:143
19
+ #: admin/class-cookie-law-info-admin.php:144
20
+ #: admin/partials/cookie-law-info-admin_settings.php:18
21
+ msgid "Cookie Law Settings"
22
+ msgstr "Réglage de l’extension Cookie Law"
23
+
24
+ #: admin/class-cookie-law-info-admin.php:151
25
+ #: admin/class-cookie-law-info-admin.php:152
26
+ msgid "Non-necessary Cookie"
27
+ msgstr "Cookie non nécessaire"
28
+
29
+ #: admin/class-cookie-law-info-admin.php:161
30
+ #: includes/class-cookie-law-info.php:309
31
+ msgid "Settings"
32
+ msgstr "Paramètres"
33
+
34
+ #: admin/class-cookie-law-info-admin.php:162
35
+ msgid "Support"
36
+ msgstr "Soutien"
37
+
38
+ #: admin/class-cookie-law-info-admin.php:200
39
+ #: admin/class-cookie-law-info-admin.php:245
40
+ msgid "Settings Updated."
41
+ msgstr "Réglages Mis à Jour."
42
+
43
+ #: admin/class-cookie-law-info-admin.php:226
44
+ msgid "You do not have sufficient permission to perform this operation"
45
+ msgstr ""
46
+ "Vous n’avez pas les autorisations suffisantes pour effectuer cette opération"
47
+
48
+ #: admin/class-cookie-law-info-admin.php:260
49
+ msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
50
+ msgstr "MIGRATION DES PARAMÈTRES ERROR (ERREUR : 2)"
51
+
52
+ #: admin/partials/cookie-law-info-admin_settings.php:12
53
+ #: admin/views/admin_non_necessary_cookie.php:14
54
+ msgid "Settings updated."
55
+ msgstr "Réglages Mis à Jour."
56
+
57
+ #: admin/partials/cookie-law-info-admin_settings.php:13
58
+ #: admin/views/admin_non_necessary_cookie.php:15
59
+ msgid "Unable to update Settings."
60
+ msgstr "Impossible de mettre à jour les paramètres. %s"
61
+
62
+ #: admin/partials/cookie-law-info-admin_settings.php:14
63
+ msgid "Settings reset to defaults."
64
+ msgstr "Réglages remis aux valeurs par défaut."
65
+
66
+ #: admin/partials/cookie-law-info-admin_settings.php:15
67
+ msgid "Unable to reset settings."
68
+ msgstr "Impossible de réinitialiser les réglages."
69
+
70
+ #: admin/partials/cookie-law-info-admin_settings.php:26
71
+ msgid "Your Cookie Law Info bar is switched on"
72
+ msgstr "Votre barre d’informations de Cookie droit est en marche"
73
+
74
+ #: admin/partials/cookie-law-info-admin_settings.php:34
75
+ msgid "Your Cookie Law Info bar is switched off"
76
+ msgstr "Votre barre d’informations de Cookie droit est éteint"
77
+
78
+ #: admin/partials/cookie-law-info-admin_settings.php:42
79
+ msgid "General"
80
+ msgstr "Général"
81
+
82
+ #: admin/partials/cookie-law-info-admin_settings.php:43
83
+ msgid "Customise Cookie Bar"
84
+ msgstr "Personnaliser le Cookie Bar"
85
+
86
+ #: admin/partials/cookie-law-info-admin_settings.php:44
87
+ msgid "Customise Buttons"
88
+ msgstr "Personnalisez vos boutons"
89
+
90
+ #: admin/partials/cookie-law-info-admin_settings.php:45
91
+ msgid "Advanced"
92
+ msgstr "Avancé"
93
+
94
+ #: admin/partials/cookie-law-info-admin_settings.php:46
95
+ msgid "Shortcodes"
96
+ msgstr "Codes abrégés"
97
+
98
+ #: admin/views/admin-settings-advanced.php:9
99
+ msgid ""
100
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
101
+ "try adjusting these settings."
102
+ msgstr ""
103
+ "Parfois des thèmes s’appliquent les paramètres qui entrent en conflit avec "
104
+ "les plugins. Si cela se produit, essayez de régler ces paramètres."
105
+
106
+ #: admin/views/admin-settings-advanced.php:23
107
+ msgid "Reset all values"
108
+ msgstr "Réinitialiser toutes les valeurs"
109
+
110
+ #: admin/views/admin-settings-advanced.php:25
111
+ msgid "Delete settings and reset"
112
+ msgstr "Supprimer les paramètres et rétablir"
113
+
114
+ #: admin/views/admin-settings-advanced.php:25
115
+ msgid "Are you sure you want to delete all your settings?"
116
+ msgstr "êtes-vous sûr de vouloir supprimer toutes vos images ?"
117
+
118
+ #: admin/views/admin-settings-advanced.php:26
119
+ msgid "Warning: this will actually delete your current settings."
120
+ msgstr "Attention: Ceci va effacer vos réglages."
121
+
122
+ #: admin/views/admin-settings-buttons.php:10
123
+ msgid "Accept Button"
124
+ msgstr "Bouton Accepter"
125
+
126
+ #: admin/views/admin-settings-buttons.php:11
127
+ #: admin/views/admin-settings-buttons.php:91
128
+ msgid "Reject Button"
129
+ msgstr "Bouton Rejeter:"
130
+
131
+ #: admin/views/admin-settings-buttons.php:12
132
+ #: admin/views/admin-settings-buttons.php:162
133
+ msgid "Read More Link"
134
+ msgstr "Lien Lire plus"
135
+
136
+ #: admin/views/admin-settings-buttons.php:18
137
+ msgid "Main Button"
138
+ msgstr "Police du bouton principal"
139
+
140
+ #: admin/views/admin-settings-buttons.php:19
141
+ msgid ""
142
+ "This button/link can be customised to either simply close the cookie bar, or "
143
+ "follow a link. You can also customise the colours and styles, and show it as "
144
+ "a link or a button."
145
+ msgstr ""
146
+ "Ce bouton/lien peuvent être personnalisé pour tout simplement fermez la "
147
+ "barre de cookie ou suivre un lien. Vous pouvez également personnaliser les "
148
+ "couleurs et les styles et l’afficher comme un lien ou un bouton."
149
+
150
+ #: admin/views/admin-settings-buttons.php:22
151
+ #: admin/views/admin-settings-buttons.php:94
152
+ #: admin/views/admin-settings-buttons.php:166
153
+ msgid "Text"
154
+ msgstr "Texte"
155
+
156
+ #: admin/views/admin-settings-buttons.php:28
157
+ #: admin/views/admin-settings-buttons.php:100
158
+ #: admin/views/admin-settings-buttons.php:172
159
+ msgid "Text colour"
160
+ msgstr "Couleur texte"
161
+
162
+ #: admin/views/admin-settings-buttons.php:36
163
+ #: admin/views/admin-settings-buttons.php:108
164
+ #: admin/views/admin-settings-buttons.php:180
165
+ msgid "Show as"
166
+ msgstr "Montrer comme"
167
+
168
+ #: admin/views/admin-settings-buttons.php:38
169
+ #: admin/views/admin-settings-buttons.php:110
170
+ #: admin/views/admin-settings-buttons.php:182
171
+ msgid "Button"
172
+ msgstr "Ajouter au panier bouton texte sur la page du produit."
173
+
174
+ #: admin/views/admin-settings-buttons.php:40
175
+ #: admin/views/admin-settings-buttons.php:112
176
+ #: admin/views/admin-settings-buttons.php:184
177
+ msgid "Link"
178
+ msgstr "Lien"
179
+
180
+ #: admin/views/admin-settings-buttons.php:44
181
+ #: admin/views/admin-settings-buttons.php:116
182
+ #: admin/views/admin-settings-buttons.php:188
183
+ msgid "Background colour"
184
+ msgstr "Couleur d’arrière-plan"
185
+
186
+ #: admin/views/admin-settings-buttons.php:53
187
+ #: admin/views/admin-settings-buttons.php:124
188
+ msgid "Action"
189
+ msgstr "Action"
190
+
191
+ #: admin/views/admin-settings-buttons.php:61
192
+ #: admin/views/admin-settings-buttons.php:136
193
+ #: admin/views/admin-settings-buttons.php:196
194
+ msgid "URL"
195
+ msgstr "URL"
196
+
197
+ #: admin/views/admin-settings-buttons.php:64
198
+ #: admin/views/admin-settings-buttons.php:139
199
+ msgid "Button will only link to URL if Action = Open URL"
200
+ msgstr "Le bouton ne sera lié qu'à l'URL si Action = Ouvrir l'URL"
201
+
202
+ #: admin/views/admin-settings-buttons.php:69
203
+ #: admin/views/admin-settings-buttons.php:144
204
+ #: admin/views/admin-settings-buttons.php:202
205
+ msgid "Open URL in new window?"
206
+ msgstr "Ouvrir le lien dans une nouvelle fenêtre ?"
207
+
208
+ #: admin/views/admin-settings-buttons.php:71
209
+ #: admin/views/admin-settings-buttons.php:146
210
+ #: admin/views/admin-settings-buttons.php:204
211
+ #: admin/views/admin-settings-general.php:46
212
+ #: admin/views/admin-settings-general.php:90
213
+ #: admin/views/admin-settings-general.php:106
214
+ #: admin/views/admin-settings-general.php:119
215
+ #: admin/views/admin-settings-general.php:163
216
+ #: admin/views/admin-settings-general.php:171
217
+ #: admin/views/admin-settings-general.php:178
218
+ #: admin/views/admin-settings-messagebar.php:43
219
+ msgid "Yes"
220
+ msgstr "Oui"
221
+
222
+ #: admin/views/admin-settings-buttons.php:73
223
+ #: admin/views/admin-settings-buttons.php:147
224
+ #: admin/views/admin-settings-buttons.php:205
225
+ #: admin/views/admin-settings-general.php:47
226
+ #: admin/views/admin-settings-general.php:91
227
+ #: admin/views/admin-settings-general.php:107
228
+ #: admin/views/admin-settings-general.php:120
229
+ #: admin/views/admin-settings-general.php:164
230
+ #: admin/views/admin-settings-general.php:172
231
+ #: admin/views/admin-settings-general.php:179
232
+ #: admin/views/admin-settings-messagebar.php:44
233
+ msgid "No"
234
+ msgstr "No"
235
+
236
+ #: admin/views/admin-settings-buttons.php:80
237
+ #: admin/views/admin-settings-buttons.php:151
238
+ #: admin/views/admin-settings-buttons.php:209
239
+ msgid "Size"
240
+ msgstr "Taille"
241
+
242
+ #: admin/views/admin-settings-buttons.php:163
243
+ msgid ""
244
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
245
+ "Policy. You can customise it any way you like."
246
+ msgstr ""
247
+ "Ce lien/bouton peut être utilisé pour fournir un lien à votre politique de "
248
+ "confidentialité & Cookie. Vous pouvez personnaliser comme tu veux."
249
+
250
+ #: admin/views/admin-settings-general.php:9
251
+ #: admin/views/admin-settings-general.php:15
252
+ msgid "Cookie Bar"
253
+ msgstr "Barre de Cookie"
254
+
255
+ #: admin/views/admin-settings-general.php:10
256
+ #: admin/views/admin-settings-general.php:114
257
+ msgid "Show Again Tab"
258
+ msgstr "Utilisation afficher à nouveau l’onglet ?"
259
+
260
+ #: admin/views/admin-settings-general.php:11
261
+ #: admin/views/admin-settings-general.php:155
262
+ msgid "Other"
263
+ msgstr "Autres"
264
+
265
+ #: admin/views/admin-settings-general.php:18
266
+ msgid "Cookie Bar is currently:"
267
+ msgstr "Cookie Bar est actuellement:"
268
+
269
+ #: admin/views/admin-settings-general.php:20
270
+ msgid "On"
271
+ msgstr "On"
272
+
273
+ #: admin/views/admin-settings-general.php:21
274
+ msgid "Off"
275
+ msgstr "De"
276
+
277
+ #: admin/views/admin-settings-general.php:25
278
+ msgid "Cookie Bar will be shown in:"
279
+ msgstr "Cookie Bar sera montré dans :"
280
+
281
+ #: admin/views/admin-settings-general.php:31
282
+ #: admin/views/admin-settings-general.php:34
283
+ msgid "Header"
284
+ msgstr "Entête"
285
+
286
+ #: admin/views/admin-settings-general.php:32
287
+ #: admin/views/admin-settings-general.php:35
288
+ msgid "Footer"
289
+ msgstr "Entrer texte de copyright pied de page"
290
+
291
+ #: admin/views/admin-settings-general.php:44
292
+ msgid "Fix Cookie Bar to Header?"
293
+ msgstr "Fixer la barre de cookies à l'en-tête?"
294
+
295
+ #: admin/views/admin-settings-general.php:48
296
+ msgid ""
297
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
298
+ "header. Will not have any effect if you select \"Footer\"."
299
+ msgstr ""
300
+ "Si vous sélectionnez \"En-tête\", vous pouvez éventuellement insérer la "
301
+ "barre de cookies dans l'en-tête. N'a aucun effet si vous sélectionnez "
302
+ "\"Footer\"."
303
+
304
+ #: admin/views/admin-settings-general.php:54
305
+ msgid "On load"
306
+ msgstr "Au chargement"
307
+
308
+ #: admin/views/admin-settings-general.php:59
309
+ #: admin/views/admin-settings-general.php:62
310
+ #: admin/views/admin-settings-general.php:75
311
+ #: admin/views/admin-settings-general.php:78
312
+ msgid "Animate"
313
+ msgstr "Animer"
314
+
315
+ #: admin/views/admin-settings-general.php:60
316
+ #: admin/views/admin-settings-general.php:63
317
+ msgid "Sticky"
318
+ msgstr "Collante"
319
+
320
+ #: admin/views/admin-settings-general.php:70
321
+ msgid "On hide"
322
+ msgstr "Sur la peau"
323
+
324
+ #: admin/views/admin-settings-general.php:76
325
+ #: admin/views/admin-settings-general.php:79
326
+ msgid "Disappear"
327
+ msgstr "Disparaître"
328
+
329
+ #: admin/views/admin-settings-general.php:88
330
+ msgid "Auto-hide(Accept) cookie bar after delay?"
331
+ msgstr "Masquer les barres de cookie après délai ?"
332
+
333
+ #: admin/views/admin-settings-general.php:95
334
+ msgid "Milliseconds until hidden"
335
+ msgstr "Millisecondes jusqu'à caché"
336
+
337
+ #: admin/views/admin-settings-general.php:98
338
+ msgid "Specify milliseconds (not seconds)"
339
+ msgstr "Indiquez millisecondes (pas secondes)"
340
+
341
+ #: admin/views/admin-settings-general.php:98
342
+ msgid "seconds"
343
+ msgstr "secondes"
344
+
345
+ #: admin/views/admin-settings-general.php:104
346
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
347
+ msgstr ""
348
+ "Masquer automatiquement la barre de cookie si l’utilisateur fait défiler ?"
349
+
350
+ #: admin/views/admin-settings-general.php:108
351
+ msgid ""
352
+ "As per latest GDPR policies it is required to take an explicit consent for "
353
+ "the cookies. Use this option with discretion especially if you serve EU"
354
+ msgstr ""
355
+ "Selon les dernières stratégies PIBR, il est nécessaire de prendre un "
356
+ "consentement explicite pour les cookies. Utilisez cette option avec "
357
+ "précaution, surtout si vous desservez EU"
358
+
359
+ #: admin/views/admin-settings-general.php:117
360
+ msgid "Use Show Again Tab?"
361
+ msgstr "Utiliser l'onglet Afficher à nouveau?"
362
+
363
+ #: admin/views/admin-settings-general.php:124
364
+ msgid "Tab Position"
365
+ msgstr "Position des onglets"
366
+
367
+ #: admin/views/admin-settings-general.php:129
368
+ #: admin/views/admin-settings-general.php:132
369
+ msgid "Right"
370
+ msgstr "Droit"
371
+
372
+ #: admin/views/admin-settings-general.php:130
373
+ #: admin/views/admin-settings-general.php:133
374
+ msgid "Left"
375
+ msgstr "Gauche"
376
+
377
+ #: admin/views/admin-settings-general.php:140
378
+ msgid "From Left Margin"
379
+ msgstr "Marge de gauche"
380
+
381
+ #: admin/views/admin-settings-general.php:143
382
+ msgid "Specify"
383
+ msgstr "Spécifiez"
384
+
385
+ #: admin/views/admin-settings-general.php:147
386
+ msgid "Show More Text"
387
+ msgstr "Afficher plus de texte"
388
+
389
+ #: admin/views/admin-settings-general.php:158
390
+ msgid "Reload after \"scroll accept\" event?"
391
+ msgstr "Recharger après l'événement \"scroll accept\"?"
392
+
393
+ #: admin/views/admin-settings-general.php:169
394
+ msgid "Reload after Accept button click"
395
+ msgstr "Recharger après événement « défilement accepter » ?"
396
+
397
+ #: admin/views/admin-settings-general.php:176
398
+ msgid "Reload after Reject button click"
399
+ msgstr "Recharger après cliqué sur le bouton rejeter"
400
+
401
+ #: admin/views/admin-settings-messagebar.php:8
402
+ msgid "Message Bar"
403
+ msgstr "barre des messages"
404
+
405
+ #: admin/views/admin-settings-messagebar.php:11
406
+ msgid "Message"
407
+ msgstr "Message"
408
+
409
+ #: admin/views/admin-settings-messagebar.php:17
410
+ msgid "Shortcodes allowed: see the Shortcodes tab"
411
+ msgstr "Shortcodes autorisée : Voir l’onglet Shortcodes"
412
+
413
+ #: admin/views/admin-settings-messagebar.php:17
414
+ msgid ""
415
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
416
+ "to delete cookies [cookie_link].\""
417
+ msgstr ""
418
+ "Exemples : « nous utilisons les cookies sur ce site [cookie_accept] pour "
419
+ "savoir comment faire pour supprimer les cookies [cookie_link]. »"
420
+
421
+ #: admin/views/admin-settings-messagebar.php:21
422
+ msgid "Cookie Bar Colour"
423
+ msgstr "Couleur de barre de biscuit"
424
+
425
+ #: admin/views/admin-settings-messagebar.php:31
426
+ msgid "Text Colour"
427
+ msgstr "Couleur du texte"
428
+
429
+ #: admin/views/admin-settings-messagebar.php:40
430
+ msgid "Show Border?"
431
+ msgstr "Afficher la Bordure?"
432
+
433
+ #: admin/views/admin-settings-messagebar.php:48
434
+ msgid "Border Colour"
435
+ msgstr "Couleur de bordure"
436
+
437
+ #: admin/views/admin-settings-messagebar.php:56
438
+ msgid "Font"
439
+ msgstr "Typologie"
440
+
441
+ #: admin/views/admin-settings-save-button.php:11
442
+ #: admin/views/admin_non_necessary_cookie.php:57
443
+ msgid "Update Settings"
444
+ msgstr "Mettre à jour des réglages"
445
+
446
+ #: admin/views/admin-settings-shortcodes.php:9
447
+ msgid "Cookie bar shortcodes"
448
+ msgstr "Catégorie du cookie"
449
+
450
+ #: admin/views/admin-settings-shortcodes.php:10
451
+ msgid ""
452
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
453
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
454
+ "without you having to add any HTML."
455
+ msgstr ""
456
+ "Vous pouvez entrer des codes abrégés dans le champ « message » de la barre "
457
+ "d’informations de Cookie droit. Ils ajoutent des boutons bien formaté et/ou "
458
+ "des liens dans la barre de cookie, sans que vous ayez à ajouter des éléments "
459
+ "HTML."
460
+
461
+ #: admin/views/admin-settings-shortcodes.php:15
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
+ "Si vous voulez juste un bouton « Accepter » vert standard qui ferme l’en-"
468
+ "tête et rien de plus, utiliser ce shortcode. Il est déjà décoré, vous n’avez "
469
+ "pas besoin pour le personnaliser."
470
+
471
+ #: admin/views/admin-settings-shortcodes.php:19
472
+ msgid ""
473
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
474
+ "yellow, green or pink."
475
+ msgstr ""
476
+ "Vous pouvez également ajouter une valeur de couleur. Choisissez parmi: "
477
+ "rouge, bleu, orange, jaune, vert ou rose."
478
+
479
+ #: admin/views/admin-settings-shortcodes.php:19
480
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
481
+ msgstr ""
482
+ "Attention à utiliser l’orthographe britannique de « couleur » pour "
483
+ "l’attribut."
484
+
485
+ #: admin/views/admin-settings-shortcodes.php:23
486
+ msgid "This is the \"main button\" you customise above."
487
+ msgstr "C’est le « bouton principal » vous customisez ci-dessus."
488
+
489
+ #: admin/views/admin-settings-shortcodes.php:27
490
+ msgid "This is the cookie reject button shortcode."
491
+ msgstr "Il s’agit de rejeter cookie bouton shortcode."
492
+
493
+ #: admin/views/admin-settings-shortcodes.php:31
494
+ msgid "This is the \"read more\" link you customise above."
495
+ msgstr "C’est le lien « lire la suite » vous customisez ci-dessus."
496
+
497
+ #: admin/views/admin-settings-shortcodes.php:35
498
+ msgid "Other shortcodes"
499
+ msgstr "Autres Shortcodes"
500
+
501
+ #: admin/views/admin-settings-shortcodes.php:36
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
+ "Ces shortcodes peuvent être utilisés dans les pages et les publications de "
507
+ "votre site Web. Il n'est pas recommandé d'utiliser ceux-ci à l'intérieur de "
508
+ "la barre de cookies elle-même."
509
+
510
+ #: admin/views/admin-settings-shortcodes.php:42
511
+ msgid ""
512
+ "This prints out a nice table of cookies, in line with the guidance given by "
513
+ "the ICO."
514
+ msgstr ""
515
+ "Ceci affiche sur une belle table de cookies, conformément aux orientations "
516
+ "données par l’ICO."
517
+
518
+ #: admin/views/admin-settings-shortcodes.php:42
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
+ "Vous devez entrer votre site Web utilise des cookies via le menu Info droit "
524
+ "de Cookie dans votre tableau de bord de WordPress."
525
+
526
+ #: admin/views/admin-settings-shortcodes.php:52
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
+ "Ce shortcode affichera un lien HTML normal qui, une fois cliqué, il "
533
+ "supprimera le cookie défini par Cookie droit Info (ce cookie est utilisé "
534
+ "pour se souvenir que la barre de cookie est fermée)."
535
+
536
+ #: admin/views/admin-settings-shortcodes.php:56
537
+ msgid ""
538
+ "Add any text you like- useful if you want e.g. another language to English."
539
+ msgstr ""
540
+ "Ajouter n’importe quel texte vous ressemblant-utile si vous voulez par "
541
+ "exemple une autre langue pour l’anglais."
542
+
543
+ #: admin/views/admin_non_necessary_cookie.php:18
544
+ msgid "Non-necessary Cookie Settings"
545
+ msgstr "Paramètres de cookies non nécessaire"
546
+
547
+ #: admin/views/admin_non_necessary_cookie.php:26
548
+ msgid "Enable Non-necessary Cookie"
549
+ msgstr "Activez les cookies Non nécessaire"
550
+
551
+ #: admin/views/admin_non_necessary_cookie.php:33
552
+ msgid ""
553
+ "This script will be added to the page HEAD section if the above settings is "
554
+ "enabled and user has give consent."
555
+ msgstr ""
556
+ "Ce script s’ajoutera à la page section HEAD, si les paramètres ci-dessus est "
557
+ "activée et que l’utilisateur a donner consentement."
558
+
559
+ #: admin/views/admin_non_necessary_cookie.php:38
560
+ msgid ""
561
+ "Print scripts in the head tag on the front end if above cookie settings is "
562
+ "enabled and user has given consent."
563
+ msgstr ""
564
+ "Imprimer les scripts dans la balise head sur le serveur frontal si au-dessus "
565
+ "de cookie les paramètres est activée et l’utilisateur a donné son "
566
+ "consentement."
567
+
568
+ #: admin/views/admin_non_necessary_cookie.php:45
569
+ msgid ""
570
+ "This script will be added right after the BODY section if the above settings "
571
+ "is enabled and user has given consent."
572
+ msgstr ""
573
+ "Ce script sera ajouté droit après la section de corps si les paramètres ci-"
574
+ "dessus est activée et que l’utilisateur a donné son consentement."
575
+
576
+ #: admin/views/admin_non_necessary_cookie.php:48
577
+ msgid ""
578
+ "Print scripts before the closing body tag on the front end if above cookie "
579
+ "settings is enabled and user has given consent."
580
+ msgstr ""
581
+ "Imprimer des scripts avant la balise de fermeture du frontal si les "
582
+ "paramètres de cookies ci-dessus sont activés et que l'utilisateur a donné "
583
+ "son consentement."
584
+
585
+ #: admin/views/goto-pro.php:2
586
+ msgid "Where did my settings go?"
587
+ msgstr "Où sont passés mes réglages?"
588
+
589
+ #: admin/views/goto-pro.php:3
590
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
591
+ msgstr ""
592
+ "Cookie Law Info version 0.9 a été mis à jour et comporte de nouveaux "
593
+ "paramètres."
594
+
595
+ #: admin/views/goto-pro.php:3
596
+ msgid "Your previous settings are safe."
597
+ msgstr "Vos paramètres précédents sont en sécurité."
598
+
599
+ #: admin/views/goto-pro.php:4
600
+ msgid ""
601
+ "You can either copy over your old settings to this version, or use the new "
602
+ "default values."
603
+ msgstr ""
604
+ "Vous pouvez soit copier vos anciens paramètres vers cette version, soit "
605
+ "utiliser les nouvelles valeurs par défaut."
606
+
607
+ #: admin/views/goto-pro.php:6
608
+ msgid "Would you like to:"
609
+ msgstr "Voulez-vous :"
610
+
611
+ #: admin/views/goto-pro.php:8
612
+ msgid "Use previous settings"
613
+ msgstr "Paramètres mis à jour."
614
+
615
+ #: admin/views/goto-pro.php:9
616
+ msgid "Start afresh with the new version"
617
+ msgstr "Repartir avec la nouvelle version"
618
+
619
+ #: admin/views/goto-pro.php:13
620
+ msgid ""
621
+ "If you want to go back to the previous version you can always download it "
622
+ "again from"
623
+ msgstr ""
624
+ "Si vous souhaitez revenir à la version précédente, vous pouvez toujours "
625
+ "télécharger à nouveau de"
626
+
627
+ #: admin/views/goto-pro.php:16
628
+ msgid "GDPR Cookie Consent Pro"
629
+ msgstr "Consentement GDPR Cookie"
630
+
631
+ #: admin/views/goto-pro.php:19
632
+ msgid ""
633
+ "* Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
634
+ "Category, Header Script, Footer Script)"
635
+ msgstr ""
636
+ "Gérer les liste de cookies (nom, CookieID, Description, durée, Type, "
637
+ "catégorie, Script en-tête, pied de page Script)"
638
+
639
+ #: admin/views/goto-pro.php:20
640
+ msgid "* Manage Cookie Categories"
641
+ msgstr "Gérer les catégories de Cookie"
642
+
643
+ #: admin/views/goto-pro.php:21
644
+ msgid ""
645
+ "* Allow to display Cookie Settings popup where site visitors can opt-in or "
646
+ "give consent to Cookie Categories"
647
+ msgstr ""
648
+ "* Permettre l’affichage contextuel paramètres de Cookie où visiteurs du site "
649
+ "peuvent participer ou donner son consentement à des catégories de Cookie"
650
+
651
+ #: admin/views/goto-pro.php:22
652
+ msgid ""
653
+ "* Fully customisable to look just like your own website's style: customise "
654
+ "the colours, styles and fonts"
655
+ msgstr ""
656
+ "* Entièrement personnalisable à regarder comme style de votre propre site "
657
+ "Web : personnaliser les couleurs, les styles et les polices"
658
+
659
+ #: admin/views/goto-pro.php:23
660
+ msgid "* Automatic Script Blocker"
661
+ msgstr "* Bloqueur de Script automatique"
662
+
663
+ #: admin/views/goto-pro.php:24
664
+ msgid "* Scan and Import/Export cookie list"
665
+ msgstr "* Analyse et liste de cookie Import/Export"
666
+
667
+ #: admin/views/goto-pro.php:25
668
+ msgid "* User Consent Report"
669
+ msgstr "* Rapport de consentement de l’utilisateur"
670
+
671
+ #: admin/views/goto-pro.php:26
672
+ msgid "* Customisable Privacy Overview in Cookie Bar"
673
+ msgstr "* Personnalisable intimité Overview in Cookie Bar"
674
+
675
+ #: admin/views/goto-pro.php:27
676
+ msgid "* Show Cookie Bar only for EU Countries"
677
+ msgstr "* Afficher la barre de Cookie uniquement pour les pays de l’UE"
678
+
679
+ #: admin/views/goto-pro.php:28
680
+ msgid "* qTranslate support"
681
+ msgstr "* qTranslate soutien"
682
+
683
+ #: admin/views/goto-pro.php:29
684
+ msgid "* WPML support"
685
+ msgstr "Support WPML"
686
+
687
+ #: admin/views/goto-pro.php:31
688
+ msgid "Upgrade to GDPR Pro"
689
+ msgstr "Passer au niveau Pro"
690
+
691
+ #: admin/views/goto-pro.php:59
692
+ msgid "Like this plugin?"
693
+ msgstr "Aimez-vous ce plugin ?"
694
+
695
+ #: admin/views/goto-pro.php:60
696
+ msgid "If you find this plugin useful please show your support and rate it"
697
+ msgstr ""
698
+ "Si vous trouvez ce plugin utile s’il vous plaît, montrez votre soutien et "
699
+ "notez-le"
700
+
701
+ #: admin/views/goto-pro.php:60
702
+ msgid " on"
703
+ msgstr "en"
704
+
705
+ #: admin/views/goto-pro.php:60
706
+ msgid " much appreciated!"
707
+ msgstr "Vraiment très apprécié !"
708
+
709
+ #: admin/views/goto-pro.php:63
710
+ msgid "Help"
711
+ msgstr "Aide"
712
+
713
+ #: admin/views/goto-pro.php:65
714
+ msgid "Help and Support"
715
+ msgstr "Aide et Assistance"
716
+
717
+ #: admin/views/goto-pro.php:66
718
+ msgid "Report a Bug"
719
+ msgstr "Signaler un bogue"
720
+
721
+ #: admin/views/goto-pro.php:67
722
+ msgid "Suggest a Feature"
723
+ msgstr "Suggérer une caractéristique"
724
+
725
+ #: admin/views/goto-pro.php:68
726
+ msgid "About the law"
727
+ msgstr "Sur"
728
+
729
+ #: includes/class-cookie-law-info.php:328
730
+ msgid ""
731
+ "This website uses cookies to improve your experience. We'll assume you're ok "
732
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
733
+ "[cookie_link]"
734
+ msgstr ""
735
+ "Ce site utilise des cookies pour améliorer votre expérience. Nous "
736
+ "supposerons que vous êtes OK avec cela, mais vous pouvez opt-dehors si vous "
737
+ "le souhaitez. [cookie_button] [cookie_settings] [cookie_link]"
738
+
739
+ #: includes/class-cookie-law-info.php:335
740
+ msgid "Privacy & Cookies Policy"
741
+ msgstr "Politique de confidentialité et d'utilisation des cookies"
742
+
743
+ #: public/class-cookie-law-info-public.php:159
744
+ msgid "GDPR Cookie Consent"
745
+ msgstr "Consentement GDPR Cookie"
746
+
747
+ #: public/class-cookie-law-info-public.php:160
748
+ msgid "Cookie List"
749
+ msgstr "Liste de cookie"
750
+
751
+ #: public/class-cookie-law-info-public.php:161
752
+ #: public/modules/shortcode/shortcode.php:114
753
+ msgid "Cookie"
754
+ msgstr "Cookie"
755
+
756
+ #: public/class-cookie-law-info-public.php:162
757
+ msgid "Add New"
758
+ msgstr "Ajouter"
759
+
760
+ #: public/class-cookie-law-info-public.php:163
761
+ msgid "Add New Cookie Type"
762
+ msgstr "Ajouter un nouveau type de Cookie"
763
+
764
+ #: public/class-cookie-law-info-public.php:164
765
+ msgid "Edit Cookie Type"
766
+ msgstr "Modifier le type de Cookie"
767
+
768
+ #: public/class-cookie-law-info-public.php:165
769
+ msgid "New Cookie Type"
770
+ msgstr "Ajouter un nouveau type de Cookie"
771
+
772
+ #: public/class-cookie-law-info-public.php:166
773
+ msgid "View Cookie Type"
774
+ msgstr "Voir le Type de Cookie"
775
+
776
+ #: public/class-cookie-law-info-public.php:167
777
+ msgid "Search Cookies"
778
+ msgstr "Recherche les Cookies"
779
+
780
+ #: public/class-cookie-law-info-public.php:168
781
+ msgid "Nothing found"
782
+ msgstr "Rien n’a été trouvé"
783
+
784
+ #: public/class-cookie-law-info-public.php:169
785
+ msgid "Nothing found in Trash"
786
+ msgstr "Rien n’a été trouvé dans la corbeille"
787
+
788
+ #: public/modules/shortcode/shortcode.php:66
789
+ msgid "Delete Cookies"
790
+ msgstr "Supprimer les cookies"
791
+
792
+ #: public/modules/shortcode/shortcode.php:115
793
+ msgid "Type"
794
+ msgstr "Le format de date n'est pas correct."
795
+
796
+ #: public/modules/shortcode/shortcode.php:116
797
+ msgid "Duration"
798
+ msgstr "Durée"
799
+
800
+ #: public/modules/shortcode/shortcode.php:117
801
+ msgid "Description"
802
+ msgstr "Description"
803
+
804
+ #~ msgid "Privacy Overview"
805
+ #~ msgstr "Résumé sur la confidentialité"
806
+
807
+ #~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
808
+ #~ msgstr "Priorité : (numérique - plus la valeur, plue la priorité)"
809
+
810
+ #~ msgid "Priority"
811
+ #~ msgstr "Priorité"
812
+
813
+ #~ msgid "Scan & Download"
814
+ #~ msgstr "Scan & téléchargement"
815
+
816
+ #~ msgid "Export Cookie"
817
+ #~ msgstr "Cookie d'exportation"
818
+
819
+ #~ msgid "You do not have sufficient permissions to access this page."
820
+ #~ msgstr "Vous n'êtes pas autoriser à accéder à cette page."
821
+
822
+ #~ msgid "Export as CSV file"
823
+ #~ msgstr "Exporter au format CSV"
824
+
825
+ #~ msgid "Export"
826
+ #~ msgstr "Exporter le produit au format CSV:"
827
+
828
+ #~ msgid "Scan & Import"
829
+ #~ msgstr "Importation & Scan"
830
+
831
+ #~ msgid "Import Cookie"
832
+ #~ msgstr "Importation Cookie"
833
+
834
+ #~ msgid "BEGIN %s"
835
+ #~ msgstr "DEBUT %s"
836
+
837
+ #~ msgid "[Line %1$s] %2$s"
838
+ #~ msgstr "[Ligne %1$s] %2$s"
839
+
840
+ #~ msgid "Import from a CSV file"
841
+ #~ msgstr "Importer d'un fichier CSV"
842
+
843
+ #~ msgid ""
844
+ #~ "Notice: please make the directory %s writable so that you can see the "
845
+ #~ "error log."
846
+ #~ msgstr ""
847
+ #~ "Note : veuillez rendre le répertoire %s accessible en écriture pour voir "
848
+ #~ "le rapport d'erreurs."
849
+
850
+ #~ msgid ", please <a href=\"%s\">check the error log</a>"
851
+ #~ msgstr ", <a href=« %s »> vérifiez le journal des erreurs </a>"
852
+
853
+ #~ msgid "Error during file upload."
854
+ #~ msgstr "Erreur lors téléchargement du fichier."
855
+
856
+ #~ msgid "Cannot extract data from uploaded file or no file was uploaded."
857
+ #~ msgstr ""
858
+ #~ "Impossible d'extraire les données du fichier téléchargé ou fichier non "
859
+ #~ "téléchargé."
860
+
861
+ #~ msgid "No posts was successfully imported%s."
862
+ #~ msgstr "Aucun utilisateur importé%s."
863
+
864
+ #~ msgid "Some posts were successfully imported but some were not%s."
865
+ #~ msgstr ""
866
+ #~ "Certains postes ont été importés avec succès mais certains n'étaient pas"
867
+ #~ "%s."
868
+
869
+ #~ msgid "Post import was successful."
870
+ #~ msgstr "L’importation a réussi !"
871
+
872
+ #~ msgid "CSV file"
873
+ #~ msgstr "Fichier CSV"
874
+
875
+ #~ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
876
+ #~ msgstr ""
877
+ #~ "Vous voudrez peut-être voir <a href=\"%s\">l'exemple du fichier CSV</a> ."
878
+
879
+ #~ msgid "Import"
880
+ #~ msgstr "Importer"
881
+
882
+ #~ msgid "Error processing migration request (ERROR: 4)"
883
+ #~ msgstr "Erreur lors du traitement de demande de migration (erreur : 4)"
884
+
885
+ #~ msgid "Show only for EU Countries ( GeoIP )"
886
+ #~ msgstr "Montrer que pour les pays de l’UE (GeoIP)"
887
+
888
+ #~ msgid "Enable consent logging"
889
+ #~ msgstr "Activer la journalisation du consentement"
890
+
891
+ #~ msgid "Cookie Law Message Bar"
892
+ #~ msgstr "Barre de message Cookie Law"
893
+
894
+ #~ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
895
+ #~ msgstr ""
896
+ #~ "Shortcodes permis : voir section settngs « En utilisant les Shortcodes »."
897
+
898
+ #~ msgid "Link Text"
899
+ #~ msgstr "Liez le Texte"
900
+
901
+ #~ msgid "Link URL"
902
+ #~ msgstr "Lien URL"
903
+
904
+ #~ msgid "Open link in new window?"
905
+ #~ msgstr "Ouvrir le lien dans une nouvelle fenêtre ?"
906
+
907
+ #~ msgid "Link colour"
908
+ #~ msgstr "Couleur des liens"
909
+
910
+ #~ msgid "Show as button?"
911
+ #~ msgstr "Comme bouton"
912
+
913
+ #~ msgid "Button colour"
914
+ #~ msgstr "Bouton couleur"
915
+
916
+ #~ msgid "Button Size"
917
+ #~ msgstr "Taille du bouton"
918
+
919
+ #~ msgid "Settings Button"
920
+ #~ msgstr "Bouton Paramètres"
921
+
922
+ #~ msgid "Using the Shortcodes"
923
+ #~ msgstr "À l’aide des codes abrégés"
924
+
925
+ #~ msgid "The shortcodes are:"
926
+ #~ msgstr "Les codes abrégés sont :"
927
+
928
+ #~ msgid "This is the cookie settings button rendering shortcode."
929
+ #~ msgstr "C’est le cookie paramètres bouton rendu shortcode."
930
+
931
+ #~ msgid "This prints out a nice table of cookies by category."
932
+ #~ msgstr "Ceci affiche sur une belle table de cookies par catégorie."
933
+
934
+ #~ msgid "This prints the settings popup of cookie category."
935
+ #~ msgstr "Ceci affiche le popup de paramètres de catégorie de cookie."
936
+
937
+ #~ msgid "Are you sure you want to migrate settings?"
938
+ #~ msgstr "Êtes-vous sûr que vous voulez migrer les paramètres ?"
939
+
940
+ #~ msgid "Guide"
941
+ #~ msgstr "Guide"
942
+
943
+ #~ msgid "Licence"
944
+ #~ msgstr "Licence"
945
+
946
+ #~ msgid "Help Guide"
947
+ #~ msgstr "Guide d'aide"
948
+
949
+ #~ msgid "Privacy Overview Title"
950
+ #~ msgstr "Résumé sur la confidentialité"
951
+
952
+ #~ msgid ""
953
+ #~ "This will be shown in the settings visible for user on consent screen."
954
+ #~ msgstr ""
955
+ #~ "Cela apparaît dans les paramètres visible pour l’utilisateur sur l’écran "
956
+ #~ "de consentement."
957
+
958
+ #~ msgid "Save Settings"
959
+ #~ msgstr "Enregistrer paramètres"
960
+
961
+ #~ msgid ""
962
+ #~ "The license key for %s has expired. You can reactivate or purchase a "
963
+ #~ "license key from your account <a href=\"%s\" target=\"_blank\">dashboard</"
964
+ #~ "a>."
965
+ #~ msgstr ""
966
+ #~ "La clé de licence de %s est expirée. Vous pouvez réactiver ou acheter une "
967
+ #~ "clé de licence depuis votre <a href=\" %s\" target=\"_blank\">tableau de "
968
+ #~ "bord</a>."
969
+
970
+ #~ msgid ""
971
+ #~ "The subscription for %s is on-hold. You can reactivate the subscription "
972
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
973
+ #~ msgstr ""
974
+ #~ "L'abonnement à %s est en attente. Vous pouvez réactiver votre abonnement "
975
+ #~ "depuis votre <a href=\"%s\" target=\"_blank\">tableau de bord</a>."
976
+
977
+ #~ msgid ""
978
+ #~ "The subscription for %s has been cancelled. You can renew the "
979
+ #~ "subscription from your account <a href=\"%s\" target=\"_blank"
980
+ #~ "\">dashboard</a>. A new license key will be emailed to you after your "
981
+ #~ "order has been completed."
982
+ #~ msgstr ""
983
+ #~ "L'abonnement %s a été annulé. Vous pouvez renouveler votre abonnement "
984
+ #~ "depuis votre <a href=\" %s \" target=\"_blank\">tableau de bord</a>. Une "
985
+ #~ "nouvelle clé de licence vous sera envoyé une fois vore commande terminée."
986
+
987
+ #~ msgid ""
988
+ #~ "The subscription for %s has expired. You can reactivate the subscription "
989
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
990
+ #~ msgstr ""
991
+ #~ "L'abonnement à %s a expiré. Vous pouvez réactiver l'abonnement depuis "
992
+ #~ "votre <a href=\" %s \" target=\"_blank\">tableau de bord</a>."
993
+
994
+ #~ msgid ""
995
+ #~ "The subscription for %s has been suspended. You can reactivate the "
996
+ #~ "subscription from your account <a href=\"%s\" target=\"_blank"
997
+ #~ "\">dashboard</a>."
998
+ #~ msgstr ""
999
+ #~ "L'abonnement à %s a été suspendu. Vous pouvez réactiver votre abonnement "
1000
+ #~ "depuis votre <a href=\" %s \" target=\"_blank\">tableau de bord</a>."
1001
+
1002
+ #~ msgid ""
1003
+ #~ "The subscription for %s is still pending. You can check on the status of "
1004
+ #~ "the subscription from your account <a href=\"%s\" target=\"_blank"
1005
+ #~ "\">dashboard</a>."
1006
+ #~ msgstr ""
1007
+ #~ "L'abonnement à %s est toujours en attente. Vous pouvez vérifier l'état "
1008
+ #~ "votre abonnement depuis <a href=\" %s \" target=\"_blank\">votre tableau "
1009
+ #~ "de bord</a>."
1010
+
1011
+ #~ msgid ""
1012
+ #~ "The subscription for %s has been placed in the trash and will be deleted "
1013
+ #~ "soon. You can purchase a new subscription from your account <a href=\"%s"
1014
+ #~ "\" target=\"_blank\">dashboard</a>."
1015
+ #~ msgstr ""
1016
+ #~ "L'abonnement à %s a été placé dans la corbeille et sera bientôt supprimé "
1017
+ #~ "Vous pouvez souscrire à un nouvel abonnement depuis <a href=\" %s \" "
1018
+ #~ "target=\"_blank\">votre tableau de bord</a>."
1019
+
1020
+ #~ msgid ""
1021
+ #~ "A subscription for %s could not be found. You can purchase a subscription "
1022
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1023
+ #~ msgstr ""
1024
+ #~ "Aucun abonnement à %s n'a été trouvé. Vous pouvez souscrire à un "
1025
+ #~ "abonnement depuis <a href=\" %s \" target=\"_blank\">votre tableau de "
1026
+ #~ "bord</a>."
1027
+
1028
+ #~ msgid ""
1029
+ #~ "A license key for %s could not be found. Maybe you forgot to enter a "
1030
+ #~ "license key when setting up %s, or the key was deactivated in your "
1031
+ #~ "account. You can reactivate license key at your plugin <a href=\"%s\" "
1032
+ #~ "target=\"_blank\">settings page</a>."
1033
+ #~ msgstr ""
1034
+ #~ "Aucune clé de licence %s n'a été trouvée. Peut-être que vous avez oublié "
1035
+ #~ "d'entrer une clé de licence lors de l'installation de %s ou celle-ci a "
1036
+ #~ "été désactivée. Vous pouvez réactiver ou acheter une clé de licence "
1037
+ #~ "depuis <a href=\" %s \" target=\"_blank\">votre tableau de bord</a>."
1038
+
1039
+ #~ msgid ""
1040
+ #~ "Download permission for %s has been revoked possibly due to a license key "
1041
+ #~ "or subscription expiring. You can reactivate or purchase a license key "
1042
+ #~ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1043
+ #~ msgstr ""
1044
+ #~ "L'autorisation de téléchargement pour %s a échoué probablement à cause "
1045
+ #~ "d'une clé de licence ou dun abonnement expiré. Vous pouvez réactiver ou "
1046
+ #~ "acheter une clé de licence au <a href=\"%s\" target=\"_blank\">tableau de "
1047
+ #~ "bord</a> de votre compte."
1048
+
1049
+ #~ msgid ""
1050
+ #~ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
1051
+ #~ "\">settings page</a> and enter the license key and license email to "
1052
+ #~ "activate %s."
1053
+ #~ msgstr ""
1054
+ #~ "%s n'a pas été activée. Allez à la page des paramètres et entrez la clé "
1055
+ #~ "et l'e-mail de licence pour activer %s."
1056
+
1057
+ #~ msgid ""
1058
+ #~ "You changed the subscription for %s, so you will need to enter your new "
1059
+ #~ "API License Key in the settings page. The License Key should have arrived "
1060
+ #~ "in your email inbox, if not you can get it by logging into your account "
1061
+ #~ "<a href=\"%s\" target=\"_blank\">dashboard</a>."
1062
+ #~ msgstr ""
1063
+ #~ "Vous avez changé l'abonnement pour %s, aussi devez vous saisir votre "
1064
+ #~ "nouvelle clé de licence API dans la page Réglages. Vous devez avoir la "
1065
+ #~ "clé de licence dans vos courriers entrants, sinon vous pouvez l'obtenir "
1066
+ #~ "en vous identifiant dans le <a href=\"%s\" target=\"_blank\">tableau de "
1067
+ #~ "bord</a> de votre compte."
1068
+
1069
+ #~ msgid "Licence Activation"
1070
+ #~ msgstr "Activation de la licence"
1071
+
1072
+ #~ msgid "API Licence Key:"
1073
+ #~ msgstr "Clé de licence:"
1074
+
1075
+ #~ msgid "Licence Key"
1076
+ #~ msgstr "Clé de la licence"
1077
+
1078
+ #~ msgid "Licence Email"
1079
+ #~ msgstr "Mail de licence:"
1080
+
1081
+ #~ msgid "Activate"
1082
+ #~ msgstr "Activate"
1083
+
1084
+ #~ msgid "Check"
1085
+ #~ msgstr "Vérifier à nouveau"
1086
+
1087
+ #~ msgid "Deactive"
1088
+ #~ msgstr "Désactiver"
1089
+
1090
+ #~ msgid "Cookie Category"
1091
+ #~ msgstr "Catégorie du cookie"
1092
+
1093
+ #~ msgid "Google Analytics"
1094
+ #~ msgstr "Google Analytics"
1095
+
1096
+ #~ msgid "Facebook Pixel Code"
1097
+ #~ msgstr "Pixel Facebook"
1098
+
1099
+ #~ msgid "Google Tag Manager"
1100
+ #~ msgstr "Google Tag Manager"
1101
+
1102
+ #~ msgid ""
1103
+ #~ "Invalid index found in the thirdparties array. Index should be of type "
1104
+ #~ "'string'. Index found: %d."
1105
+ #~ msgstr ""
1106
+ #~ "Index incorrect trouvé dans le tableau thirdparties. L'index doit être de "
1107
+ #~ "type \"chaîne\". Index trouvé: %d."
1108
+
1109
+ #~ msgid "Action is unknown."
1110
+ #~ msgstr "L'action est inconnue"
1111
+
1112
+ #~ msgid "Script Blocker"
1113
+ #~ msgstr "Bloqueur de script"
1114
+
1115
+ #~ msgid "Manage Script Blocking"
1116
+ #~ msgstr "Gérer le blocage de Script"
1117
+
1118
+ #~ msgid "Name"
1119
+ #~ msgstr "Nom"
1120
+
1121
+ #~ msgid "Enabled"
1122
+ #~ msgstr "Activé"
1123
+
1124
+ #~ msgid "Category"
1125
+ #~ msgstr "Catégorie"
1126
+
1127
+ #~ msgid "Key"
1128
+ #~ msgstr "Clé"
1129
+
1130
+ #~ msgid "No Consent History"
1131
+ #~ msgstr "Aucune histoire de consentement"
1132
+
1133
+ #~ msgid "IP Address"
1134
+ #~ msgstr "Adresse IP"
1135
+
1136
+ #~ msgid "Visited Date"
1137
+ #~ msgstr "La pipette à couleurs Visité"
1138
+
1139
+ #~ msgid "Cookie Details"
1140
+ #~ msgstr "Détails du cookie"
1141
+
1142
+ #~ msgid "User ID"
1143
+ #~ msgstr "ID d'utilisateur:"
1144
+
1145
+ #~ msgid "Delete"
1146
+ #~ msgstr "Supprimer"
1147
+
1148
+ #~ msgid "GDPR Consent History"
1149
+ #~ msgstr "Historique du consentement GDPR"
1150
+
1151
+ #~ msgid "Export Report"
1152
+ #~ msgstr "Exporter le rapport"
1153
+
1154
+ #~ msgid "Event Logged Successfully"
1155
+ #~ msgstr "Aucun utilisateur importé%s."
1156
+
1157
+ #~ msgid "Error"
1158
+ #~ msgstr "Erreur:"
1159
+
1160
+ #~ msgid "Logging is not enabled"
1161
+ #~ msgstr "Activer la journalisation du consentement"
1162
+
1163
+ #~ msgid "Consent Report"
1164
+ #~ msgstr "Signaler un bug"
1165
+
1166
+ #~ msgid "Action is unknow."
1167
+ #~ msgstr "Action"
1168
+
1169
+ #~ msgid "The Cookie Bar"
1170
+ #~ msgstr "La bar à Cookie"
1171
+
1172
+ #~ msgid "The Show Again Tab"
1173
+ #~ msgstr "afficher à nouveau l'onglet"
1174
+
1175
+ #~ msgid "Close Header"
1176
+ #~ msgstr "Fermer l'en-tête"
1177
+
1178
+ #~ msgid "Open URL"
1179
+ #~ msgstr "Ouvrir une URL"
1180
+
1181
+ #~ msgid "Extra Large"
1182
+ #~ msgstr "Extra Large"
1183
+
1184
+ #~ msgid "Large"
1185
+ #~ msgstr "Large"
1186
+
1187
+ #~ msgid "Medium"
1188
+ #~ msgstr "Moyen"
1189
+
1190
+ #~ msgid "Small"
1191
+ #~ msgstr "Petit"
1192
+
1193
+ #~ msgid "licence Activation"
1194
+ #~ msgstr "Activation de la licence"
1195
+
1196
+ #~ msgid "Search Report"
1197
+ #~ msgstr "Rapport de recherche"
1198
+
1199
+ #~ msgid "Cookie Name"
1200
+ #~ msgstr "Nom du cookie"
1201
+
1202
+ #~ msgid "Sensitivity"
1203
+ #~ msgstr "Sensibilité"
1204
+
1205
+ #~ msgid "ID"
1206
+ #~ msgstr "ID"
1207
+
1208
+ #~ msgid "Cookie Categories"
1209
+ #~ msgstr "Catégories de cookies"
1210
+
1211
+ #~ msgid "Search Cookie Categories"
1212
+ #~ msgstr "Catégories de Cookie de recherche"
1213
+
1214
+ #~ msgid "All Cookie Categories"
1215
+ #~ msgstr "Catégories de cookies"
1216
+
1217
+ #~ msgid "Edit Cookie Category"
1218
+ #~ msgstr "Catégorie de cookie"
1219
+
1220
+ #~ msgid "Update Cookie Category"
1221
+ #~ msgstr "Catégorie du cookie"
1222
+
1223
+ #~ msgid "Add Cookie Categories"
1224
+ #~ msgstr "Ajouter un nouveau type de Cookie"
1225
+
1226
+ #~ msgid ""
1227
+ #~ "Google Tag Manager (GTM) is Google's free tool for everyone to manage and "
1228
+ #~ "deploy analytics and marketing tags as well as other code snippets\n"
1229
+ #~ " using an intuitive web UI."
1230
+ #~ msgstr ""
1231
+ #~ "Google Tag Manager (GTM) est l’outil gratuit de Google pour que chacun "
1232
+ #~ "puisse gérer et déployer analytique et étiquettes marketing ainsi que les "
1233
+ #~ "autres extraits de code à l’aide d’une interface de web intuitive."
1234
+
1235
+ #~ msgid "Accept"
1236
+ #~ msgstr "Accepter"
1237
+
1238
+ #~ msgid "Reject"
1239
+ #~ msgstr "Rejeter"
1240
+
1241
+ #~ msgid "Cookie Bar will be show in:"
1242
+ #~ msgstr "Cookie Bar sera montré dans:"
1243
+
1244
+ #~ msgid "Auto-hide cookie bar after delay?"
1245
+ #~ msgstr "Masquer automatiquement la barre de cookies après un délai?"
1246
+
1247
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1248
+ #~ msgstr ""
1249
+ #~ "Masquer automatiquement la barre de cookies si l'utilisateur fait défiler?"
1250
+
1251
+ #~ msgid "Button will only link to URL if Action = Show URL"
1252
+ #~ msgstr "Bouton seul lien vers URL si Action = Show URL"
1253
+
1254
+ #~ msgid ""
1255
+ #~ "So now all your Cookies and related scripts can be managed from a single "
1256
+ #~ "place."
1257
+ #~ msgstr ""
1258
+ #~ "Alors maintenant tous vos Cookies et les scripts connexes peuvent être "
1259
+ #~ "gérées depuis un seul endroit."
languages/cookie-law-info-hr.mo ADDED
Binary file
languages/cookie-law-info-hr.po ADDED
@@ -0,0 +1,937 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-12 13:59+0530\n"
5
+ "PO-Revision-Date: 2018-09-12 14:02+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: hr\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-KeywordsList: __;_e\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: admin/class-cookie-law-info-admin.php:143
20
+ #: admin/class-cookie-law-info-admin.php:144
21
+ #: admin/partials/cookie-law-info-admin_settings.php:18
22
+ msgid "Cookie Law Settings"
23
+ msgstr "Postavke kolačića"
24
+
25
+ #: admin/class-cookie-law-info-admin.php:151
26
+ #: admin/class-cookie-law-info-admin.php:152
27
+ msgid "Non-necessary Cookie"
28
+ msgstr "Postavke kolačića"
29
+
30
+ #: admin/class-cookie-law-info-admin.php:161
31
+ #: includes/class-cookie-law-info.php:309
32
+ msgid "Settings"
33
+ msgstr "Podešavanja"
34
+
35
+ #: admin/class-cookie-law-info-admin.php:162
36
+ msgid "Support"
37
+ msgstr "Podrška"
38
+
39
+ #: admin/class-cookie-law-info-admin.php:200
40
+ #: admin/class-cookie-law-info-admin.php:245
41
+ msgid "Settings Updated."
42
+ msgstr "Postavke su obnovljene."
43
+
44
+ #: admin/class-cookie-law-info-admin.php:226
45
+ msgid "You do not have sufficient permission to perform this operation"
46
+ msgstr "Nemate dozvolu da obrišete ovaj post."
47
+
48
+ #: admin/class-cookie-law-info-admin.php:260
49
+ msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
50
+ msgstr "MJERENJE POSTAVLJANJA ERRORA (ERROR: 2)"
51
+
52
+ #: admin/partials/cookie-law-info-admin_settings.php:12
53
+ #: admin/views/admin_non_necessary_cookie.php:14
54
+ msgid "Settings updated."
55
+ msgstr "Postavke su obnovljene."
56
+
57
+ #: admin/partials/cookie-law-info-admin_settings.php:13
58
+ #: admin/views/admin_non_necessary_cookie.php:15
59
+ msgid "Unable to update Settings."
60
+ msgstr "Ažuriranje postavki nije moguće."
61
+
62
+ #: admin/partials/cookie-law-info-admin_settings.php:14
63
+ msgid "Settings reset to defaults."
64
+ msgstr "Postavke su obnovljene."
65
+
66
+ #: admin/partials/cookie-law-info-admin_settings.php:15
67
+ msgid "Unable to reset settings."
68
+ msgstr "Ažuriranje postavki nije moguće."
69
+
70
+ #: admin/partials/cookie-law-info-admin_settings.php:26
71
+ msgid "Your Cookie Law Info bar is switched on"
72
+ msgstr "Vaša Cookie Law Info bar je uključena"
73
+
74
+ #: admin/partials/cookie-law-info-admin_settings.php:34
75
+ msgid "Your Cookie Law Info bar is switched off"
76
+ msgstr "Vaša Cookie Law Info bar je isključena"
77
+
78
+ #: admin/partials/cookie-law-info-admin_settings.php:42
79
+ msgid "General"
80
+ msgstr "Glavno"
81
+
82
+ #: admin/partials/cookie-law-info-admin_settings.php:43
83
+ msgid "Customise Cookie Bar"
84
+ msgstr "Cookie Bar će biti prikazan u:"
85
+
86
+ #: admin/partials/cookie-law-info-admin_settings.php:44
87
+ msgid "Customise Buttons"
88
+ msgstr "Prilagodi gumbe"
89
+
90
+ #: admin/partials/cookie-law-info-admin_settings.php:45
91
+ msgid "Advanced"
92
+ msgstr "Napredno"
93
+
94
+ #: admin/partials/cookie-law-info-admin_settings.php:46
95
+ msgid "Shortcodes"
96
+ msgstr "Rezervirano mjesto"
97
+
98
+ #: admin/views/admin-settings-advanced.php:9
99
+ msgid ""
100
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
101
+ "try adjusting these settings."
102
+ msgstr ""
103
+
104
+ #: admin/views/admin-settings-advanced.php:23
105
+ msgid "Reset all values"
106
+ msgstr "Sve postavite u početno stanje"
107
+
108
+ #: admin/views/admin-settings-advanced.php:25
109
+ msgid "Delete settings and reset"
110
+ msgstr "Izbriši kolačiće"
111
+
112
+ #: admin/views/admin-settings-advanced.php:25
113
+ msgid "Are you sure you want to delete all your settings?"
114
+ msgstr "Jeste li sigurni da želite izbrisati sve postavke?"
115
+
116
+ #: admin/views/admin-settings-advanced.php:26
117
+ msgid "Warning: this will actually delete your current settings."
118
+ msgstr "Upozorenje: ovo će zapravo izbrisati vaše trenutne postavke."
119
+
120
+ #: admin/views/admin-settings-buttons.php:10
121
+ msgid "Accept Button"
122
+ msgstr "Prihvati gumb"
123
+
124
+ #: admin/views/admin-settings-buttons.php:11
125
+ #: admin/views/admin-settings-buttons.php:91
126
+ msgid "Reject Button"
127
+ msgstr "Prihvati gumb"
128
+
129
+ #: admin/views/admin-settings-buttons.php:12
130
+ #: admin/views/admin-settings-buttons.php:162
131
+ msgid "Read More Link"
132
+ msgstr "Prikaži više"
133
+
134
+ #: admin/views/admin-settings-buttons.php:18
135
+ msgid "Main Button"
136
+ msgstr "Gumb"
137
+
138
+ #: admin/views/admin-settings-buttons.php:19
139
+ msgid ""
140
+ "This button/link can be customised to either simply close the cookie bar, or "
141
+ "follow a link. You can also customise the colours and styles, and show it as "
142
+ "a link or a button."
143
+ msgstr ""
144
+ "Ovaj gumb / veza može se prilagoditi tako da jednostavno zatvorite traku "
145
+ "kolačića ili slijedite vezu. Također možete prilagoditi boje i stilove i "
146
+ "prikazati je kao vezu ili gumb."
147
+
148
+ #: admin/views/admin-settings-buttons.php:22
149
+ #: admin/views/admin-settings-buttons.php:94
150
+ #: admin/views/admin-settings-buttons.php:166
151
+ msgid "Text"
152
+ msgstr "Tekst"
153
+
154
+ #: admin/views/admin-settings-buttons.php:28
155
+ #: admin/views/admin-settings-buttons.php:100
156
+ #: admin/views/admin-settings-buttons.php:172
157
+ msgid "Text colour"
158
+ msgstr "Postavi boju teksta"
159
+
160
+ #: admin/views/admin-settings-buttons.php:36
161
+ #: admin/views/admin-settings-buttons.php:108
162
+ #: admin/views/admin-settings-buttons.php:180
163
+ msgid "Show as"
164
+ msgstr "Ne prikazuj ponovo"
165
+
166
+ #: admin/views/admin-settings-buttons.php:38
167
+ #: admin/views/admin-settings-buttons.php:110
168
+ #: admin/views/admin-settings-buttons.php:182
169
+ msgid "Button"
170
+ msgstr "Gumb"
171
+
172
+ #: admin/views/admin-settings-buttons.php:40
173
+ #: admin/views/admin-settings-buttons.php:112
174
+ #: admin/views/admin-settings-buttons.php:184
175
+ msgid "Link"
176
+ msgstr "Poveznica"
177
+
178
+ #: admin/views/admin-settings-buttons.php:44
179
+ #: admin/views/admin-settings-buttons.php:116
180
+ #: admin/views/admin-settings-buttons.php:188
181
+ msgid "Background colour"
182
+ msgstr "Pozadinska boja"
183
+
184
+ #: admin/views/admin-settings-buttons.php:53
185
+ #: admin/views/admin-settings-buttons.php:124
186
+ msgid "Action"
187
+ msgstr "Akcija"
188
+
189
+ #: admin/views/admin-settings-buttons.php:61
190
+ #: admin/views/admin-settings-buttons.php:136
191
+ #: admin/views/admin-settings-buttons.php:196
192
+ msgid "URL"
193
+ msgstr "URL"
194
+
195
+ #: admin/views/admin-settings-buttons.php:64
196
+ #: admin/views/admin-settings-buttons.php:139
197
+ msgid "Button will only link to URL if Action = Open URL"
198
+ msgstr ""
199
+
200
+ #: admin/views/admin-settings-buttons.php:69
201
+ #: admin/views/admin-settings-buttons.php:144
202
+ #: admin/views/admin-settings-buttons.php:202
203
+ msgid "Open URL in new window?"
204
+ msgstr "Otvori u novom prozoru"
205
+
206
+ #: admin/views/admin-settings-buttons.php:71
207
+ #: admin/views/admin-settings-buttons.php:146
208
+ #: admin/views/admin-settings-buttons.php:204
209
+ #: admin/views/admin-settings-general.php:46
210
+ #: admin/views/admin-settings-general.php:90
211
+ #: admin/views/admin-settings-general.php:106
212
+ #: admin/views/admin-settings-general.php:119
213
+ #: admin/views/admin-settings-general.php:163
214
+ #: admin/views/admin-settings-general.php:171
215
+ #: admin/views/admin-settings-general.php:178
216
+ #: admin/views/admin-settings-messagebar.php:43
217
+ msgid "Yes"
218
+ msgstr "Da"
219
+
220
+ #: admin/views/admin-settings-buttons.php:73
221
+ #: admin/views/admin-settings-buttons.php:147
222
+ #: admin/views/admin-settings-buttons.php:205
223
+ #: admin/views/admin-settings-general.php:47
224
+ #: admin/views/admin-settings-general.php:91
225
+ #: admin/views/admin-settings-general.php:107
226
+ #: admin/views/admin-settings-general.php:120
227
+ #: admin/views/admin-settings-general.php:164
228
+ #: admin/views/admin-settings-general.php:172
229
+ #: admin/views/admin-settings-general.php:179
230
+ #: admin/views/admin-settings-messagebar.php:44
231
+ msgid "No"
232
+ msgstr "Ne"
233
+
234
+ #: admin/views/admin-settings-buttons.php:80
235
+ #: admin/views/admin-settings-buttons.php:151
236
+ #: admin/views/admin-settings-buttons.php:209
237
+ msgid "Size"
238
+ msgstr "Veličina"
239
+
240
+ #: admin/views/admin-settings-buttons.php:163
241
+ msgid ""
242
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
243
+ "Policy. You can customise it any way you like."
244
+ msgstr ""
245
+
246
+ #: admin/views/admin-settings-general.php:9
247
+ #: admin/views/admin-settings-general.php:15
248
+ msgid "Cookie Bar"
249
+ msgstr "Kolačić"
250
+
251
+ #: admin/views/admin-settings-general.php:10
252
+ #: admin/views/admin-settings-general.php:114
253
+ msgid "Show Again Tab"
254
+ msgstr "Ne prikazuj ponovo"
255
+
256
+ #: admin/views/admin-settings-general.php:11
257
+ #: admin/views/admin-settings-general.php:155
258
+ msgid "Other"
259
+ msgstr "drugo"
260
+
261
+ #: admin/views/admin-settings-general.php:18
262
+ msgid "Cookie Bar is currently:"
263
+ msgstr "Cookie Bar trenutačno je:"
264
+
265
+ #: admin/views/admin-settings-general.php:20
266
+ msgid "On"
267
+ msgstr "dana"
268
+
269
+ #: admin/views/admin-settings-general.php:21
270
+ msgid "Off"
271
+ msgstr "Isključeno"
272
+
273
+ #: admin/views/admin-settings-general.php:25
274
+ msgid "Cookie Bar will be shown in:"
275
+ msgstr "Cookie Bar će biti prikazan u:"
276
+
277
+ #: admin/views/admin-settings-general.php:31
278
+ #: admin/views/admin-settings-general.php:34
279
+ msgid "Header"
280
+ msgstr "Zaglavlje"
281
+
282
+ #: admin/views/admin-settings-general.php:32
283
+ #: admin/views/admin-settings-general.php:35
284
+ msgid "Footer"
285
+ msgstr "Footer"
286
+
287
+ #: admin/views/admin-settings-general.php:44
288
+ msgid "Fix Cookie Bar to Header?"
289
+ msgstr "Popraviti kolačić kolačića zaglavlju?"
290
+
291
+ #: admin/views/admin-settings-general.php:48
292
+ msgid ""
293
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
294
+ "header. Will not have any effect if you select \"Footer\"."
295
+ msgstr ""
296
+
297
+ #: admin/views/admin-settings-general.php:54
298
+ msgid "On load"
299
+ msgstr "Hide Menu on Load"
300
+
301
+ #: admin/views/admin-settings-general.php:59
302
+ #: admin/views/admin-settings-general.php:62
303
+ #: admin/views/admin-settings-general.php:75
304
+ #: admin/views/admin-settings-general.php:78
305
+ msgid "Animate"
306
+ msgstr "Animiraj"
307
+
308
+ #: admin/views/admin-settings-general.php:60
309
+ #: admin/views/admin-settings-general.php:63
310
+ msgid "Sticky"
311
+ msgstr "Lepljivo"
312
+
313
+ #: admin/views/admin-settings-general.php:70
314
+ msgid "On hide"
315
+ msgstr ""
316
+
317
+ #: admin/views/admin-settings-general.php:76
318
+ #: admin/views/admin-settings-general.php:79
319
+ msgid "Disappear"
320
+ msgstr "& Boja..."
321
+
322
+ #: admin/views/admin-settings-general.php:88
323
+ msgid "Auto-hide(Accept) cookie bar after delay?"
324
+ msgstr ""
325
+
326
+ #: admin/views/admin-settings-general.php:95
327
+ msgid "Milliseconds until hidden"
328
+ msgstr ""
329
+
330
+ #: admin/views/admin-settings-general.php:98
331
+ msgid "Specify milliseconds (not seconds)"
332
+ msgstr ""
333
+
334
+ #: admin/views/admin-settings-general.php:98
335
+ msgid "seconds"
336
+ msgstr "sekunde"
337
+
338
+ #: admin/views/admin-settings-general.php:104
339
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
340
+ msgstr ""
341
+
342
+ #: admin/views/admin-settings-general.php:108
343
+ msgid ""
344
+ "As per latest GDPR policies it is required to take an explicit consent for "
345
+ "the cookies. Use this option with discretion especially if you serve EU"
346
+ msgstr ""
347
+
348
+ #: admin/views/admin-settings-general.php:117
349
+ msgid "Use Show Again Tab?"
350
+ msgstr "Ne prikazuj ponovo"
351
+
352
+ #: admin/views/admin-settings-general.php:124
353
+ msgid "Tab Position"
354
+ msgstr "Pozicija"
355
+
356
+ #: admin/views/admin-settings-general.php:129
357
+ #: admin/views/admin-settings-general.php:132
358
+ msgid "Right"
359
+ msgstr "Desno"
360
+
361
+ #: admin/views/admin-settings-general.php:130
362
+ #: admin/views/admin-settings-general.php:133
363
+ msgid "Left"
364
+ msgstr "Lijevo"
365
+
366
+ #: admin/views/admin-settings-general.php:140
367
+ msgid "From Left Margin"
368
+ msgstr "Lijeva margina"
369
+
370
+ #: admin/views/admin-settings-general.php:143
371
+ msgid "Specify"
372
+ msgstr "Ukloni masku"
373
+
374
+ #: admin/views/admin-settings-general.php:147
375
+ msgid "Show More Text"
376
+ msgstr "Prikaži više"
377
+
378
+ #: admin/views/admin-settings-general.php:158
379
+ msgid "Reload after \"scroll accept\" event?"
380
+ msgstr ""
381
+
382
+ #: admin/views/admin-settings-general.php:169
383
+ msgid "Reload after Accept button click"
384
+ msgstr ""
385
+
386
+ #: admin/views/admin-settings-general.php:176
387
+ msgid "Reload after Reject button click"
388
+ msgstr ""
389
+
390
+ #: admin/views/admin-settings-messagebar.php:8
391
+ msgid "Message Bar"
392
+ msgstr "Postavke kolačića"
393
+
394
+ #: admin/views/admin-settings-messagebar.php:11
395
+ msgid "Message"
396
+ msgstr "Poruka"
397
+
398
+ #: admin/views/admin-settings-messagebar.php:17
399
+ msgid "Shortcodes allowed: see the Shortcodes tab"
400
+ msgstr ""
401
+
402
+ #: admin/views/admin-settings-messagebar.php:17
403
+ msgid ""
404
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
405
+ "to delete cookies [cookie_link].\""
406
+ msgstr ""
407
+ "Primjeri: \"Kolačići koristimo na ovoj web stranici [cookie_accept] kako "
408
+ "bismo saznali kako izbrisati kolačiće [cookie_link]\"."
409
+
410
+ #: admin/views/admin-settings-messagebar.php:21
411
+ msgid "Cookie Bar Colour"
412
+ msgstr "Boja kolačića"
413
+
414
+ #: admin/views/admin-settings-messagebar.php:31
415
+ msgid "Text Colour"
416
+ msgstr "Postavi boju teksta"
417
+
418
+ #: admin/views/admin-settings-messagebar.php:40
419
+ msgid "Show Border?"
420
+ msgstr "Prikaži granicu?"
421
+
422
+ #: admin/views/admin-settings-messagebar.php:48
423
+ msgid "Border Colour"
424
+ msgstr "Granična boja"
425
+
426
+ #: admin/views/admin-settings-messagebar.php:56
427
+ msgid "Font"
428
+ msgstr "Font"
429
+
430
+ #: admin/views/admin-settings-save-button.php:11
431
+ #: admin/views/admin_non_necessary_cookie.php:57
432
+ msgid "Update Settings"
433
+ msgstr "Ažuriraj postavke"
434
+
435
+ #: admin/views/admin-settings-shortcodes.php:9
436
+ msgid "Cookie bar shortcodes"
437
+ msgstr "Postavke kolačića"
438
+
439
+ #: admin/views/admin-settings-shortcodes.php:10
440
+ msgid ""
441
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
442
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
443
+ "without you having to add any HTML."
444
+ msgstr ""
445
+
446
+ #: admin/views/admin-settings-shortcodes.php:15
447
+ msgid ""
448
+ "If you just want a standard green \"Accept\" button that closes the header "
449
+ "and nothing more, use this shortcode. It is already styled, you don't need "
450
+ "to customise it."
451
+ msgstr ""
452
+
453
+ #: admin/views/admin-settings-shortcodes.php:19
454
+ #, fuzzy
455
+ msgid ""
456
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
457
+ "yellow, green or pink."
458
+ msgstr ""
459
+ "Alternativno možete dodati vrijednost boje. Izaberite između: crvene, plave, "
460
+ "narančaste, žute, zelene ili ružičaste boje."
461
+
462
+ #: admin/views/admin-settings-shortcodes.php:19
463
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
464
+ msgstr ""
465
+
466
+ #: admin/views/admin-settings-shortcodes.php:23
467
+ msgid "This is the \"main button\" you customise above."
468
+ msgstr ""
469
+
470
+ #: admin/views/admin-settings-shortcodes.php:27
471
+ msgid "This is the cookie reject button shortcode."
472
+ msgstr "This is the cookie reject button shortcode."
473
+
474
+ #: admin/views/admin-settings-shortcodes.php:31
475
+ #, fuzzy
476
+ msgid "This is the \"read more\" link you customise above."
477
+ msgstr "Ovo je veza \"pročitaj više\" koju prilagodite gore."
478
+
479
+ #: admin/views/admin-settings-shortcodes.php:35
480
+ #, fuzzy
481
+ msgid "Other shortcodes"
482
+ msgstr "Ostali kratice"
483
+
484
+ #: admin/views/admin-settings-shortcodes.php:36
485
+ msgid ""
486
+ "These shortcodes can be used in pages and posts on your website. It is not "
487
+ "recommended to use these inside the cookie bar itself."
488
+ msgstr ""
489
+
490
+ #: admin/views/admin-settings-shortcodes.php:42
491
+ msgid ""
492
+ "This prints out a nice table of cookies, in line with the guidance given by "
493
+ "the ICO."
494
+ msgstr ""
495
+
496
+ #: admin/views/admin-settings-shortcodes.php:42
497
+ msgid ""
498
+ "You need to enter the cookies your website uses via the Cookie Law Info menu "
499
+ "in your WordPress dashboard."
500
+ msgstr ""
501
+
502
+ #: admin/views/admin-settings-shortcodes.php:52
503
+ msgid ""
504
+ "This shortcode will display a normal HTML link which when clicked, will "
505
+ "delete the cookie set by Cookie Law Info (this cookie is used to remember "
506
+ "that the cookie bar is closed)."
507
+ msgstr ""
508
+
509
+ #: admin/views/admin-settings-shortcodes.php:56
510
+ msgid ""
511
+ "Add any text you like- useful if you want e.g. another language to English."
512
+ msgstr ""
513
+
514
+ #: admin/views/admin_non_necessary_cookie.php:18
515
+ msgid "Non-necessary Cookie Settings"
516
+ msgstr ""
517
+
518
+ #: admin/views/admin_non_necessary_cookie.php:26
519
+ msgid "Enable Non-necessary Cookie"
520
+ msgstr ""
521
+
522
+ #: admin/views/admin_non_necessary_cookie.php:33
523
+ msgid ""
524
+ "This script will be added to the page HEAD section if the above settings is "
525
+ "enabled and user has give consent."
526
+ msgstr ""
527
+
528
+ #: admin/views/admin_non_necessary_cookie.php:38
529
+ msgid ""
530
+ "Print scripts in the head tag on the front end if above cookie settings is "
531
+ "enabled and user has given consent."
532
+ msgstr ""
533
+
534
+ #: admin/views/admin_non_necessary_cookie.php:45
535
+ msgid ""
536
+ "This script will be added right after the BODY section if the above settings "
537
+ "is enabled and user has given consent."
538
+ msgstr ""
539
+
540
+ #: admin/views/admin_non_necessary_cookie.php:48
541
+ msgid ""
542
+ "Print scripts before the closing body tag on the front end if above cookie "
543
+ "settings is enabled and user has given consent."
544
+ msgstr ""
545
+
546
+ #: admin/views/goto-pro.php:2
547
+ #, fuzzy
548
+ msgid "Where did my settings go?"
549
+ msgstr "Gdje su moje postavke ići?"
550
+
551
+ #: admin/views/goto-pro.php:3
552
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
553
+ msgstr ""
554
+
555
+ #: admin/views/goto-pro.php:3
556
+ #, fuzzy
557
+ msgid "Your previous settings are safe."
558
+ msgstr "Vaše prethodne postavke su sigurne."
559
+
560
+ #: admin/views/goto-pro.php:4
561
+ msgid ""
562
+ "You can either copy over your old settings to this version, or use the new "
563
+ "default values."
564
+ msgstr ""
565
+
566
+ #: admin/views/goto-pro.php:6
567
+ #, fuzzy
568
+ msgid "Would you like to:"
569
+ msgstr "Biste li htjeli da...?"
570
+
571
+ #: admin/views/goto-pro.php:8
572
+ msgid "Use previous settings"
573
+ msgstr ""
574
+
575
+ #: admin/views/goto-pro.php:9
576
+ msgid "Start afresh with the new version"
577
+ msgstr ""
578
+
579
+ #: admin/views/goto-pro.php:13
580
+ msgid ""
581
+ "If you want to go back to the previous version you can always download it "
582
+ "again from"
583
+ msgstr ""
584
+
585
+ #: admin/views/goto-pro.php:16
586
+ msgid "GDPR Cookie Consent Pro"
587
+ msgstr ""
588
+
589
+ #: admin/views/goto-pro.php:19
590
+ msgid ""
591
+ "* Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
592
+ "Category, Header Script, Footer Script)"
593
+ msgstr ""
594
+
595
+ #: admin/views/goto-pro.php:20
596
+ msgid "* Manage Cookie Categories"
597
+ msgstr ""
598
+
599
+ #: admin/views/goto-pro.php:21
600
+ msgid ""
601
+ "* Allow to display Cookie Settings popup where site visitors can opt-in or "
602
+ "give consent to Cookie Categories"
603
+ msgstr ""
604
+
605
+ #: admin/views/goto-pro.php:22
606
+ msgid ""
607
+ "* Fully customisable to look just like your own website's style: customise "
608
+ "the colours, styles and fonts"
609
+ msgstr ""
610
+
611
+ #: admin/views/goto-pro.php:23
612
+ msgid "* Automatic Script Blocker"
613
+ msgstr ""
614
+
615
+ #: admin/views/goto-pro.php:24
616
+ msgid "* Scan and Import/Export cookie list"
617
+ msgstr ""
618
+
619
+ #: admin/views/goto-pro.php:25
620
+ msgid "* User Consent Report"
621
+ msgstr ""
622
+
623
+ #: admin/views/goto-pro.php:26
624
+ msgid "* Customisable Privacy Overview in Cookie Bar"
625
+ msgstr ""
626
+
627
+ #: admin/views/goto-pro.php:27
628
+ msgid "* Show Cookie Bar only for EU Countries"
629
+ msgstr ""
630
+
631
+ #: admin/views/goto-pro.php:28
632
+ msgid "* qTranslate support"
633
+ msgstr ""
634
+
635
+ #: admin/views/goto-pro.php:29
636
+ msgid "* WPML support"
637
+ msgstr ""
638
+
639
+ #: admin/views/goto-pro.php:31
640
+ msgid "Upgrade to GDPR Pro"
641
+ msgstr ""
642
+
643
+ #: admin/views/goto-pro.php:59
644
+ msgid "Like this plugin?"
645
+ msgstr ""
646
+
647
+ #: admin/views/goto-pro.php:60
648
+ msgid "If you find this plugin useful please show your support and rate it"
649
+ msgstr ""
650
+
651
+ #: admin/views/goto-pro.php:60
652
+ msgid " on"
653
+ msgstr ""
654
+
655
+ #: admin/views/goto-pro.php:60
656
+ msgid " much appreciated!"
657
+ msgstr ""
658
+
659
+ #: admin/views/goto-pro.php:63
660
+ msgid "Help"
661
+ msgstr "Pomoć"
662
+
663
+ #: admin/views/goto-pro.php:65
664
+ msgid "Help and Support"
665
+ msgstr "Podrška"
666
+
667
+ #: admin/views/goto-pro.php:66
668
+ msgid "Report a Bug"
669
+ msgstr "Prijavite bug"
670
+
671
+ #: admin/views/goto-pro.php:67
672
+ msgid "Suggest a Feature"
673
+ msgstr "Predloži značajku"
674
+
675
+ #: admin/views/goto-pro.php:68
676
+ msgid "About the law"
677
+ msgstr "Postavke kolačića"
678
+
679
+ #: includes/class-cookie-law-info.php:328
680
+ msgid ""
681
+ "This website uses cookies to improve your experience. We'll assume you're ok "
682
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
683
+ "[cookie_link]"
684
+ msgstr ""
685
+
686
+ #: includes/class-cookie-law-info.php:335
687
+ msgid "Privacy & Cookies Policy"
688
+ msgstr "Pregled privatnosti"
689
+
690
+ #: public/class-cookie-law-info-public.php:159
691
+ msgid "GDPR Cookie Consent"
692
+ msgstr "Omogući prijavu pristanka"
693
+
694
+ #: public/class-cookie-law-info-public.php:160
695
+ #, fuzzy
696
+ msgid "Cookie List"
697
+ msgstr "kolačić"
698
+
699
+ #: public/class-cookie-law-info-public.php:161
700
+ #: public/modules/shortcode/shortcode.php:114
701
+ #, fuzzy
702
+ msgid "Cookie"
703
+ msgstr "Kolačić"
704
+
705
+ #: public/class-cookie-law-info-public.php:162
706
+ msgid "Add New"
707
+ msgstr "Unesi nov"
708
+
709
+ #: public/class-cookie-law-info-public.php:163
710
+ msgid "Add New Cookie Type"
711
+ msgstr "Dodati novi tip kolačića"
712
+
713
+ #: public/class-cookie-law-info-public.php:164
714
+ msgid "Edit Cookie Type"
715
+ msgstr "Urediti novi tip kolačića"
716
+
717
+ #: public/class-cookie-law-info-public.php:165
718
+ msgid "New Cookie Type"
719
+ msgstr "Novi tip kolačića"
720
+
721
+ #: public/class-cookie-law-info-public.php:166
722
+ msgid "View Cookie Type"
723
+ msgstr "Pregledati tip kolačića"
724
+
725
+ #: public/class-cookie-law-info-public.php:167
726
+ msgid "Search Cookies"
727
+ msgstr "Tražiti kolačiće"
728
+
729
+ #: public/class-cookie-law-info-public.php:168
730
+ msgid "Nothing found"
731
+ msgstr "Ništa nije pronađeno"
732
+
733
+ #: public/class-cookie-law-info-public.php:169
734
+ msgid "Nothing found in Trash"
735
+ msgstr "Ništa nije pronađeno u smeću"
736
+
737
+ #: public/modules/shortcode/shortcode.php:66
738
+ msgid "Delete Cookies"
739
+ msgstr "Izbriši kolačiće"
740
+
741
+ #: public/modules/shortcode/shortcode.php:115
742
+ msgid "Type"
743
+ msgstr "Tip"
744
+
745
+ #: public/modules/shortcode/shortcode.php:116
746
+ msgid "Duration"
747
+ msgstr "Trajanje"
748
+
749
+ #: public/modules/shortcode/shortcode.php:117
750
+ msgid "Description"
751
+ msgstr "Opis"
752
+
753
+ #~ msgid "Privacy Overview"
754
+ #~ msgstr "Pregled privatnosti"
755
+
756
+ #~ msgid "Priority"
757
+ #~ msgstr "Prioritet"
758
+
759
+ #~ msgid "Scan & Download"
760
+ #~ msgstr "Pokreni prijavnu ljusku"
761
+
762
+ #~ msgid "Export Cookie"
763
+ #~ msgstr "Izvoz"
764
+
765
+ #~ msgid "You do not have sufficient permissions to access this page."
766
+ #~ msgstr "Nema prava za pristup ovoj stranici."
767
+
768
+ #~ msgid "Export as CSV file"
769
+ #~ msgstr "Izvezi CSV popis..."
770
+
771
+ #~ msgid "Export"
772
+ #~ msgstr "Export"
773
+
774
+ #~ msgid "Scan & Import"
775
+ #~ msgstr "& Uvezi"
776
+
777
+ #~ msgid "Import Cookie"
778
+ #~ msgstr "Uvoz"
779
+
780
+ #~ msgid "BEGIN %s"
781
+ #~ msgstr "Počni"
782
+
783
+ #~ msgid "[Line %1$s] %2$s"
784
+ #~ msgstr "%1$s, %2$s"
785
+
786
+ #~ msgid "Import from a CSV file"
787
+ #~ msgstr "Uvoz iz datoteke"
788
+
789
+ #~ msgid "Error during file upload."
790
+ #~ msgstr "Pogreška pri kopiranju datoteke."
791
+
792
+ #~ msgid "Post import was successful."
793
+ #~ msgstr "Uvoz pošte bio je uspješan."
794
+
795
+ #~ msgid "CSV file"
796
+ #~ msgstr "CSV datoteka"
797
+
798
+ #~ msgid "Import"
799
+ #~ msgstr "Uvezi"
800
+
801
+ #~ msgid "Error processing migration request (ERROR: 4)"
802
+ #~ msgstr "Pogreška prilikom obrade zahtjeva za migraciju (ERROR: 4)"
803
+
804
+ #~ msgid "Show only for EU Countries ( GeoIP )"
805
+ #~ msgstr "Prikaži samo za zemlje EU (GeoIP)"
806
+
807
+ #~ msgid "Enable consent logging"
808
+ #~ msgstr "Omogući prijavu pristanka"
809
+
810
+ #~ msgid "Cookie Law Message Bar"
811
+ #~ msgstr "Postavke kolačića"
812
+
813
+ #~ msgid "Link Text"
814
+ #~ msgstr "Tekst poveznice"
815
+
816
+ #~ msgid "Link URL"
817
+ #~ msgstr "URL poveznice"
818
+
819
+ #~ msgid "Open link in new window?"
820
+ #~ msgstr "Otvori poveznicu u novom prozoru"
821
+
822
+ #~ msgid "Link colour"
823
+ #~ msgstr "BOJA"
824
+
825
+ #~ msgid "Show as button?"
826
+ #~ msgstr "Prikaži kao popis"
827
+
828
+ #~ msgid "Button colour"
829
+ #~ msgstr "Granična boja"
830
+
831
+ #~ msgid "Button Size"
832
+ #~ msgstr "Gumb"
833
+
834
+ #~ msgid "Settings Button"
835
+ #~ msgstr "Tipka Postavke"
836
+
837
+ #, fuzzy
838
+ #~ msgid "This is the cookie settings button rendering shortcode."
839
+ #~ msgstr "Ovo je gumb za postavke kolačića koji daje kratki kôd."
840
+
841
+ #~ msgid "Guide"
842
+ #~ msgstr "Vodič"
843
+
844
+ #~ msgid "Licence"
845
+ #~ msgstr "Licencija"
846
+
847
+ #~ msgid "Help Guide"
848
+ #~ msgstr "Vodič"
849
+
850
+ #~ msgid "Privacy Overview Title"
851
+ #~ msgstr "Pregled naslova privatnosti"
852
+
853
+ #~ msgid ""
854
+ #~ "This will be shown in the settings visible for user on consent screen."
855
+ #~ msgstr ""
856
+ #~ "To će se prikazati u postavkama koje su vidljive korisnicima na zaslonu "
857
+ #~ "pristanka."
858
+
859
+ #~ msgid "Save Settings"
860
+ #~ msgstr "Postavke su obnovljene."
861
+
862
+ #~ msgid "Licence Activation"
863
+ #~ msgstr "Aktivacija"
864
+
865
+ #~ msgid "Licence Key"
866
+ #~ msgstr "Licencija"
867
+
868
+ #~ msgid "Licence Email"
869
+ #~ msgstr "E-ADRESA"
870
+
871
+ #~ msgid "Activate"
872
+ #~ msgstr "Aktiviraj"
873
+
874
+ #~ msgid "Check"
875
+ #~ msgstr "Provera"
876
+
877
+ #~ msgid "Action is unknown."
878
+ #~ msgstr "poznat."
879
+
880
+ #~ msgid "Script Blocker"
881
+ #~ msgstr "Script Blocker"
882
+
883
+ #~ msgid "Name"
884
+ #~ msgstr "Nazivu"
885
+
886
+ #~ msgid "Enabled"
887
+ #~ msgstr "Omogućeno"
888
+
889
+ #~ msgid "Category"
890
+ #~ msgstr "Kategorija "
891
+
892
+ #~ msgid "Key"
893
+ #~ msgstr "Ključ"
894
+
895
+ #~ msgid "No Consent History"
896
+ #~ msgstr "Nema povlastice za suglasnost"
897
+
898
+ #~ msgid "IP Address"
899
+ #~ msgstr "IP adresa"
900
+
901
+ #~ msgid "Visited Date"
902
+ #~ msgstr "Posjećeno"
903
+
904
+ #~ msgid "Cookie Details"
905
+ #~ msgstr "Detalji kolačića"
906
+
907
+ #~ msgid "User ID"
908
+ #~ msgstr "ID korisnika"
909
+
910
+ #~ msgid "Delete"
911
+ #~ msgstr "Izbrisati"
912
+
913
+ #~ msgid "GDPR Consent History"
914
+ #~ msgstr "Omogući prijavu pristanka"
915
+
916
+ #~ msgid "Export Report"
917
+ #~ msgstr "Izvoz izvješća"
918
+
919
+ #~ msgid "Event Logged Successfully"
920
+ #~ msgstr "Događaj je prijavljen uspješno"
921
+
922
+ #~ msgid "Error"
923
+ #~ msgstr "Greška"
924
+
925
+ #~ msgid "Logging is not enabled"
926
+ #~ msgstr "Omogući prijavu pristanka"
927
+
928
+ #~ msgid "Consent Report"
929
+ #~ msgstr "Omogući prijavu pristanka"
930
+
931
+ #, fuzzy
932
+ #~ msgid "Accept"
933
+ #~ msgstr "Prihvati"
934
+
935
+ #, fuzzy
936
+ #~ msgid "Reject"
937
+ #~ msgstr "Uskrati"
languages/cookie-law-info-is_IS.mo ADDED
Binary file
languages/cookie-law-info-is_IS.po ADDED
@@ -0,0 +1,1207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-11 11:19+0530\n"
5
+ "PO-Revision-Date: 2018-09-11 11:25+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: is\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
+
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 "Stillingar köku lög"
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 "Friðhelgisstefna"
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 "Stillingar"
39
+
40
+ #: admin/class-cookie-law-info-admin.php:164
41
+ msgid "Support"
42
+ msgstr "Stoð"
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 "Þú hefur ekki nægilegt leyfi til að framkvæma þessa aðgerð"
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 "Stillingar Uppfærðar"
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 "ERROR MIGRATING SETTINGS (ERROR: 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 ""
65
+
66
+ #: admin/class-cookie-law-info-admin.php:453
67
+ msgid "Priority"
68
+ msgstr "Forgangsröðun"
69
+
70
+ #: admin/modules/csv-export/csv-export.php:33
71
+ msgid "Scan & Download"
72
+ msgstr "& Hala niður"
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 "Stillingar köku lög"
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 "Þú hefur ekki nægar heimildir til að fá aðgang að þessari síðu."
83
+
84
+ #: admin/modules/csv-export/views/export_cookies.php:2
85
+ msgid "Export as CSV file"
86
+ msgstr "Flytja út CSV lista..."
87
+
88
+ #: admin/modules/csv-export/views/export_cookies.php:8
89
+ msgid "Export"
90
+ msgstr "Flytja út"
91
+
92
+ #: admin/modules/csv-import/csv-import.php:70
93
+ msgid "Scan & Import"
94
+ msgstr "& Flytja inn"
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 "Flytja inn smákökur"
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 "Flytja inn úr CSV skrá"
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 "Tilkynning: vinsamlegast notaðu möppuna%s til að sjá villuskráinn."
121
+
122
+ #: admin/modules/csv-import/views/import_cookies.php:25
123
+ #, php-format
124
+ msgid ", please <a href=\"%s\">check the error log</a>"
125
+ msgstr ""
126
+
127
+ #: admin/modules/csv-import/views/import_cookies.php:29
128
+ msgid "Error during file upload."
129
+ msgstr "Villa við skráarupphleðslu."
130
+
131
+ #: admin/modules/csv-import/views/import_cookies.php:32
132
+ msgid "Cannot extract data from uploaded file or no file was uploaded."
133
+ msgstr ""
134
+
135
+ #: admin/modules/csv-import/views/import_cookies.php:35
136
+ #, php-format
137
+ msgid "No posts was successfully imported%s."
138
+ msgstr "Engar færslur voru fluttar inn%s."
139
+
140
+ #: admin/modules/csv-import/views/import_cookies.php:38
141
+ #, php-format
142
+ msgid "Some posts were successfully imported but some were not%s."
143
+ msgstr "Sumar færslur voru fluttar inn en sumir voru ekki%s."
144
+
145
+ #: admin/modules/csv-import/views/import_cookies.php:41
146
+ msgid "Post import was successful."
147
+ msgstr "Innflutningur innflutnings tókst."
148
+
149
+ #: admin/modules/csv-import/views/import_cookies.php:52
150
+ msgid "CSV file"
151
+ msgstr "Skrá"
152
+
153
+ #: admin/modules/csv-import/views/import_cookies.php:55
154
+ #, php-format
155
+ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
156
+ msgstr ""
157
+
158
+ #: admin/modules/csv-import/views/import_cookies.php:60
159
+ msgid "Import"
160
+ msgstr "Flytja Inn"
161
+
162
+ #: admin/partials/cookie-law-info-admin_settings.php:64
163
+ msgid "Error processing migration request (ERROR: 4)"
164
+ msgstr "Villa við að vinna úr flutningsbeiðni (ERROR: 4)"
165
+
166
+ #: admin/partials/cookie-law-info-admin_settings.php:93
167
+ msgid "Your Cookie Law Info bar is switched on"
168
+ msgstr ""
169
+
170
+ #: admin/partials/cookie-law-info-admin_settings.php:96
171
+ msgid "Your Cookie Law Info bar is switched off"
172
+ msgstr ""
173
+
174
+ #: admin/partials/cookie-law-info-admin_settings.php:104
175
+ #: admin/partials/cookie-law-info-admin_settings.php:699
176
+ #: admin/views/admin-settings-save-button.php:5
177
+ msgid "Update Settings"
178
+ msgstr "Uppfærsla af stillingum mistókst"
179
+
180
+ #: admin/partials/cookie-law-info-admin_settings.php:131
181
+ #: admin/views/admin-settings-general.php:11
182
+ msgid "Cookie Bar is currently:"
183
+ msgstr "Smákaka"
184
+
185
+ #: admin/partials/cookie-law-info-admin_settings.php:133
186
+ #: admin/partials/cookie-law-info-admin_settings.php:142
187
+ #: admin/partials/cookie-law-info-admin_settings.php:150
188
+ #: admin/views/admin-settings-general.php:13
189
+ #: admin/views/admin-settings-general.php:22
190
+ #: admin/views/admin-settings-general.php:30
191
+ msgid "On"
192
+ msgstr "Virkt"
193
+
194
+ #: admin/partials/cookie-law-info-admin_settings.php:134
195
+ #: admin/partials/cookie-law-info-admin_settings.php:143
196
+ #: admin/partials/cookie-law-info-admin_settings.php:151
197
+ #: admin/views/admin-settings-general.php:14
198
+ #: admin/views/admin-settings-general.php:23
199
+ #: admin/views/admin-settings-general.php:31
200
+ msgid "Off"
201
+ msgstr "Af"
202
+
203
+ #: admin/partials/cookie-law-info-admin_settings.php:140
204
+ #: admin/views/admin-settings-general.php:20
205
+ msgid "Show only for EU Countries ( GeoIP )"
206
+ msgstr ""
207
+
208
+ #: admin/partials/cookie-law-info-admin_settings.php:148
209
+ #: admin/views/admin-settings-general.php:28
210
+ msgid "Enable consent logging"
211
+ msgstr ""
212
+
213
+ #: admin/partials/cookie-law-info-admin_settings.php:155
214
+ #: admin/views/admin-settings-general.php:35
215
+ msgid "Cookie Bar will be shown in:"
216
+ msgstr "Smákaka"
217
+
218
+ #: admin/partials/cookie-law-info-admin_settings.php:160
219
+ #: admin/partials/cookie-law-info-admin_settings.php:163
220
+ #: admin/views/admin-settings-general.php:40
221
+ #: admin/views/admin-settings-general.php:43
222
+ msgid "Header"
223
+ msgstr "Haus"
224
+
225
+ #: admin/partials/cookie-law-info-admin_settings.php:161
226
+ #: admin/partials/cookie-law-info-admin_settings.php:164
227
+ #: admin/views/admin-settings-general.php:41
228
+ #: admin/views/admin-settings-general.php:44
229
+ msgid "Footer"
230
+ msgstr "Fótur"
231
+
232
+ #: admin/partials/cookie-law-info-admin_settings.php:173
233
+ #: admin/views/admin-settings-general.php:53
234
+ msgid "Fix Cookie Bar to Header?"
235
+ msgstr "Sæktu sjálfkrafa kökuhnapp eftir töf"
236
+
237
+ #: admin/partials/cookie-law-info-admin_settings.php:175
238
+ #: admin/partials/cookie-law-info-admin_settings.php:219
239
+ #: admin/partials/cookie-law-info-admin_settings.php:235
240
+ #: admin/partials/cookie-law-info-admin_settings.php:246
241
+ #: admin/partials/cookie-law-info-admin_settings.php:254
242
+ #: admin/partials/cookie-law-info-admin_settings.php:261
243
+ #: admin/partials/cookie-law-info-admin_settings.php:272
244
+ #: admin/partials/cookie-law-info-admin_settings.php:343
245
+ #: admin/partials/cookie-law-info-admin_settings.php:400
246
+ #: admin/partials/cookie-law-info-admin_settings.php:471
247
+ #: admin/partials/cookie-law-info-admin_settings.php:584
248
+ #: admin/views/admin-settings-buttons.php:66
249
+ #: admin/views/admin-settings-buttons.php:141
250
+ #: admin/views/admin-settings-buttons.php:243
251
+ #: admin/views/admin-settings-general.php:55
252
+ #: admin/views/admin-settings-general.php:99
253
+ #: admin/views/admin-settings-general.php:115
254
+ #: admin/views/admin-settings-general.php:126
255
+ #: admin/views/admin-settings-general.php:134
256
+ #: admin/views/admin-settings-general.php:141
257
+ #: admin/views/admin-settings-general.php:154
258
+ #: admin/views/admin-settings-messagebar.php:37
259
+ msgid "Yes"
260
+ msgstr "Já"
261
+
262
+ #: admin/partials/cookie-law-info-admin_settings.php:176
263
+ #: admin/partials/cookie-law-info-admin_settings.php:220
264
+ #: admin/partials/cookie-law-info-admin_settings.php:236
265
+ #: admin/partials/cookie-law-info-admin_settings.php:247
266
+ #: admin/partials/cookie-law-info-admin_settings.php:255
267
+ #: admin/partials/cookie-law-info-admin_settings.php:262
268
+ #: admin/partials/cookie-law-info-admin_settings.php:273
269
+ #: admin/partials/cookie-law-info-admin_settings.php:344
270
+ #: admin/partials/cookie-law-info-admin_settings.php:401
271
+ #: admin/partials/cookie-law-info-admin_settings.php:472
272
+ #: admin/partials/cookie-law-info-admin_settings.php:585
273
+ #: admin/views/admin-settings-buttons.php:68
274
+ #: admin/views/admin-settings-buttons.php:142
275
+ #: admin/views/admin-settings-buttons.php:244
276
+ #: admin/views/admin-settings-general.php:56
277
+ #: admin/views/admin-settings-general.php:100
278
+ #: admin/views/admin-settings-general.php:116
279
+ #: admin/views/admin-settings-general.php:127
280
+ #: admin/views/admin-settings-general.php:135
281
+ #: admin/views/admin-settings-general.php:142
282
+ #: admin/views/admin-settings-general.php:155
283
+ #: admin/views/admin-settings-messagebar.php:38
284
+ msgid "No"
285
+ msgstr "Nei"
286
+
287
+ #: admin/partials/cookie-law-info-admin_settings.php:177
288
+ #: admin/views/admin-settings-general.php:57
289
+ msgid ""
290
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
291
+ "header. Will not have any effect if you select \"Footer\"."
292
+ msgstr ""
293
+
294
+ #: admin/partials/cookie-law-info-admin_settings.php:183
295
+ #: admin/views/admin-settings-general.php:63
296
+ msgid "On load"
297
+ msgstr ""
298
+
299
+ #: admin/partials/cookie-law-info-admin_settings.php:188
300
+ #: admin/partials/cookie-law-info-admin_settings.php:191
301
+ #: admin/partials/cookie-law-info-admin_settings.php:204
302
+ #: admin/partials/cookie-law-info-admin_settings.php:207
303
+ #: admin/views/admin-settings-general.php:68
304
+ #: admin/views/admin-settings-general.php:71
305
+ #: admin/views/admin-settings-general.php:84
306
+ #: admin/views/admin-settings-general.php:87
307
+ msgid "Animate"
308
+ msgstr "Sýna hreyfingar"
309
+
310
+ #: admin/partials/cookie-law-info-admin_settings.php:189
311
+ #: admin/partials/cookie-law-info-admin_settings.php:192
312
+ #: admin/views/admin-settings-general.php:69
313
+ #: admin/views/admin-settings-general.php:72
314
+ msgid "Sticky"
315
+ msgstr "Loðir við"
316
+
317
+ #: admin/partials/cookie-law-info-admin_settings.php:199
318
+ #: admin/views/admin-settings-general.php:79
319
+ msgid "On hide"
320
+ msgstr "Sæktu sjálfkrafa kökuhnapp eftir töf"
321
+
322
+ #: admin/partials/cookie-law-info-admin_settings.php:205
323
+ #: admin/partials/cookie-law-info-admin_settings.php:208
324
+ #: admin/views/admin-settings-general.php:85
325
+ #: admin/views/admin-settings-general.php:88
326
+ msgid "Disappear"
327
+ msgstr "Bendill"
328
+
329
+ #: admin/partials/cookie-law-info-admin_settings.php:217
330
+ #: admin/views/admin-settings-general.php:97
331
+ msgid "Auto-hide(Accept) cookie bar after delay?"
332
+ msgstr "Sæktu sjálfkrafa kökuhnapp eftir töf"
333
+
334
+ #: admin/partials/cookie-law-info-admin_settings.php:224
335
+ #: admin/views/admin-settings-general.php:104
336
+ msgid "Milliseconds until hidden"
337
+ msgstr "Millisekúndur þar til hann er falinn"
338
+
339
+ #: admin/partials/cookie-law-info-admin_settings.php:227
340
+ #: admin/views/admin-settings-general.php:107
341
+ msgid "Specify milliseconds (not seconds)"
342
+ msgstr "Tilgreindu millisekúndur (ekki sekúndur)"
343
+
344
+ #: admin/partials/cookie-law-info-admin_settings.php:227
345
+ #: admin/views/admin-settings-general.php:107
346
+ msgid "seconds"
347
+ msgstr "sekúndur"
348
+
349
+ #: admin/partials/cookie-law-info-admin_settings.php:233
350
+ #: admin/views/admin-settings-general.php:113
351
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
352
+ msgstr ""
353
+
354
+ #: admin/partials/cookie-law-info-admin_settings.php:237
355
+ #: admin/views/admin-settings-general.php:117
356
+ msgid ""
357
+ "As per latest GDPR policies it is required to take an explicit consent for "
358
+ "the cookies. Use this option with discretion especially if you serve EU"
359
+ msgstr ""
360
+
361
+ #: admin/partials/cookie-law-info-admin_settings.php:241
362
+ #: admin/views/admin-settings-general.php:121
363
+ msgid "Reload after \"scroll accept\" event?"
364
+ msgstr ""
365
+
366
+ #: admin/partials/cookie-law-info-admin_settings.php:252
367
+ #: admin/views/admin-settings-general.php:132
368
+ msgid "Reload after Accept button click"
369
+ msgstr ""
370
+
371
+ #: admin/partials/cookie-law-info-admin_settings.php:259
372
+ #: admin/views/admin-settings-general.php:139
373
+ msgid "Reload after Reject button click"
374
+ msgstr ""
375
+
376
+ #: admin/partials/cookie-law-info-admin_settings.php:270
377
+ #: admin/views/admin-settings-general.php:152
378
+ msgid "Use Show Again Tab?"
379
+ msgstr "Notaðu Show Again Tab?"
380
+
381
+ #: admin/partials/cookie-law-info-admin_settings.php:277
382
+ #: admin/views/admin-settings-general.php:159
383
+ msgid "Tab Position"
384
+ msgstr "Staða"
385
+
386
+ #: admin/partials/cookie-law-info-admin_settings.php:282
387
+ #: admin/partials/cookie-law-info-admin_settings.php:285
388
+ #: admin/views/admin-settings-general.php:164
389
+ #: admin/views/admin-settings-general.php:167
390
+ msgid "Right"
391
+ msgstr "Hægri"
392
+
393
+ #: admin/partials/cookie-law-info-admin_settings.php:283
394
+ #: admin/partials/cookie-law-info-admin_settings.php:286
395
+ #: admin/views/admin-settings-general.php:165
396
+ #: admin/views/admin-settings-general.php:168
397
+ msgid "Left"
398
+ msgstr "Vinstri"
399
+
400
+ #: admin/partials/cookie-law-info-admin_settings.php:293
401
+ #: admin/views/admin-settings-general.php:175
402
+ msgid "From Left Margin"
403
+ msgstr "Vinstri spássía"
404
+
405
+ #: admin/partials/cookie-law-info-admin_settings.php:296
406
+ #: admin/views/admin-settings-general.php:178
407
+ msgid "Specify"
408
+ msgstr "Lag"
409
+
410
+ #: admin/partials/cookie-law-info-admin_settings.php:300
411
+ #: admin/views/admin-settings-general.php:182
412
+ msgid "Show More Text"
413
+ msgstr "Sýna fleiri texta"
414
+
415
+ #: admin/partials/cookie-law-info-admin_settings.php:307
416
+ msgid "Cookie Law Message Bar"
417
+ msgstr "Stillingar köku lög"
418
+
419
+ #: admin/partials/cookie-law-info-admin_settings.php:311
420
+ #: admin/views/admin-settings-messagebar.php:5
421
+ msgid "Message"
422
+ msgstr "Skilaboð"
423
+
424
+ #: admin/partials/cookie-law-info-admin_settings.php:317
425
+ #: admin/views/admin-settings-messagebar.php:11
426
+ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
427
+ msgstr ""
428
+
429
+ #: admin/partials/cookie-law-info-admin_settings.php:317
430
+ #: admin/views/admin-settings-messagebar.php:11
431
+ msgid ""
432
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
433
+ "to delete cookies [cookie_link].\""
434
+ msgstr ""
435
+
436
+ #: admin/partials/cookie-law-info-admin_settings.php:321
437
+ #: admin/views/admin-settings-messagebar.php:15
438
+ msgid "Cookie Bar Colour"
439
+ msgstr "Litur"
440
+
441
+ #: admin/partials/cookie-law-info-admin_settings.php:331
442
+ #: admin/views/admin-settings-messagebar.php:25
443
+ msgid "Text Colour"
444
+ msgstr "Litur"
445
+
446
+ #: admin/partials/cookie-law-info-admin_settings.php:340
447
+ #: admin/views/admin-settings-messagebar.php:34
448
+ msgid "Show Border?"
449
+ msgstr "Feitletrað"
450
+
451
+ #: admin/partials/cookie-law-info-admin_settings.php:348
452
+ #: admin/views/admin-settings-messagebar.php:42
453
+ msgid "Border Colour"
454
+ msgstr "Feitletrað"
455
+
456
+ #: admin/partials/cookie-law-info-admin_settings.php:356
457
+ #: admin/views/admin-settings-messagebar.php:50
458
+ msgid "Font"
459
+ msgstr "Leturgerð"
460
+
461
+ #: admin/partials/cookie-law-info-admin_settings.php:367
462
+ #: admin/partials/cookie-law-info-admin_settings1.php:19
463
+ msgid "Customise Buttons"
464
+ msgstr "Hnappar"
465
+
466
+ #: admin/partials/cookie-law-info-admin_settings.php:370
467
+ msgid "Accept Button"
468
+ msgstr "Hnappur"
469
+
470
+ #: admin/partials/cookie-law-info-admin_settings.php:372
471
+ #: admin/views/admin-settings-buttons.php:13
472
+ msgid "Main Button"
473
+ msgstr "Hnappur"
474
+
475
+ #: admin/partials/cookie-law-info-admin_settings.php:373
476
+ #: admin/views/admin-settings-buttons.php:14
477
+ msgid ""
478
+ "This button/link can be customised to either simply close the cookie bar, or "
479
+ "follow a link. You can also customise the colours and styles, and show it as "
480
+ "a link or a button."
481
+ msgstr ""
482
+
483
+ #: admin/partials/cookie-law-info-admin_settings.php:376
484
+ #: admin/partials/cookie-law-info-admin_settings.php:443
485
+ #: admin/partials/cookie-law-info-admin_settings.php:515
486
+ #: admin/partials/cookie-law-info-admin_settings.php:560
487
+ msgid "Link Text"
488
+ msgstr "Tenglatexti"
489
+
490
+ #: admin/partials/cookie-law-info-admin_settings.php:382
491
+ #: admin/partials/cookie-law-info-admin_settings.php:449
492
+ #: admin/views/admin-settings-buttons.php:48
493
+ #: admin/views/admin-settings-buttons.php:119
494
+ msgid "Action"
495
+ msgstr "Aðgerð"
496
+
497
+ #: admin/partials/cookie-law-info-admin_settings.php:390
498
+ #: admin/partials/cookie-law-info-admin_settings.php:461
499
+ #: admin/partials/cookie-law-info-admin_settings.php:566
500
+ msgid "Link URL"
501
+ msgstr "Slóð tengils:"
502
+
503
+ #: admin/partials/cookie-law-info-admin_settings.php:393
504
+ #: admin/partials/cookie-law-info-admin_settings.php:464
505
+ #: admin/views/admin-settings-buttons.php:59
506
+ #: admin/views/admin-settings-buttons.php:134
507
+ msgid "Button will only link to URL if Action = Open URL"
508
+ msgstr "Hnappur mun aðeins tengjast URL ef aðgerð = Opna vefslóð"
509
+
510
+ #: admin/partials/cookie-law-info-admin_settings.php:398
511
+ #: admin/partials/cookie-law-info-admin_settings.php:469
512
+ #: admin/partials/cookie-law-info-admin_settings.php:582
513
+ msgid "Open link in new window?"
514
+ msgstr "_Opna í nýjum glugga"
515
+
516
+ #: admin/partials/cookie-law-info-admin_settings.php:405
517
+ #: admin/partials/cookie-law-info-admin_settings.php:476
518
+ #: admin/partials/cookie-law-info-admin_settings.php:521
519
+ #: admin/partials/cookie-law-info-admin_settings.php:572
520
+ msgid "Link colour"
521
+ msgstr "Litur"
522
+
523
+ #: admin/partials/cookie-law-info-admin_settings.php:413
524
+ #: admin/partials/cookie-law-info-admin_settings.php:484
525
+ #: admin/partials/cookie-law-info-admin_settings.php:529
526
+ #: admin/partials/cookie-law-info-admin_settings.php:589
527
+ msgid "Show as button?"
528
+ msgstr "Feitletrað"
529
+
530
+ #: admin/partials/cookie-law-info-admin_settings.php:415
531
+ #: admin/partials/cookie-law-info-admin_settings.php:486
532
+ #: admin/partials/cookie-law-info-admin_settings.php:531
533
+ #: admin/partials/cookie-law-info-admin_settings.php:591
534
+ #: admin/views/admin-settings-buttons.php:33
535
+ #: admin/views/admin-settings-buttons.php:105
536
+ #: admin/views/admin-settings-buttons.php:176
537
+ #: admin/views/admin-settings-buttons.php:221
538
+ msgid "Button"
539
+ msgstr "Hnappur"
540
+
541
+ #: admin/partials/cookie-law-info-admin_settings.php:416
542
+ #: admin/partials/cookie-law-info-admin_settings.php:487
543
+ #: admin/partials/cookie-law-info-admin_settings.php:532
544
+ #: admin/partials/cookie-law-info-admin_settings.php:592
545
+ #: admin/views/admin-settings-buttons.php:35
546
+ #: admin/views/admin-settings-buttons.php:107
547
+ #: admin/views/admin-settings-buttons.php:178
548
+ #: admin/views/admin-settings-buttons.php:223
549
+ msgid "Link"
550
+ msgstr "Tengill"
551
+
552
+ #: admin/partials/cookie-law-info-admin_settings.php:420
553
+ #: admin/partials/cookie-law-info-admin_settings.php:491
554
+ #: admin/partials/cookie-law-info-admin_settings.php:536
555
+ #: admin/partials/cookie-law-info-admin_settings.php:596
556
+ msgid "Button colour"
557
+ msgstr "Hnappur litur"
558
+
559
+ #: admin/partials/cookie-law-info-admin_settings.php:428
560
+ #: admin/partials/cookie-law-info-admin_settings.php:499
561
+ #: admin/partials/cookie-law-info-admin_settings.php:544
562
+ #: admin/partials/cookie-law-info-admin_settings.php:604
563
+ msgid "Button Size"
564
+ msgstr "Stærð hnappa"
565
+
566
+ #: admin/partials/cookie-law-info-admin_settings.php:439
567
+ #: admin/views/admin-settings-buttons.php:86
568
+ msgid "Reject Button"
569
+ msgstr "Hafna hnappi"
570
+
571
+ #: admin/partials/cookie-law-info-admin_settings.php:511
572
+ #: admin/views/admin-settings-buttons.php:157
573
+ msgid "Settings Button"
574
+ msgstr "Stillingar"
575
+
576
+ #: admin/partials/cookie-law-info-admin_settings.php:556
577
+ #: admin/views/admin-settings-buttons.php:201
578
+ msgid "Read More Link"
579
+ msgstr "Sjá Meira"
580
+
581
+ #: admin/partials/cookie-law-info-admin_settings.php:557
582
+ #: admin/views/admin-settings-buttons.php:202
583
+ msgid ""
584
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
585
+ "Policy. You can customise it any way you like."
586
+ msgstr ""
587
+ "Þessi hnappur / hlekkur er hægt að nota til að bjóða upp á tengil á "
588
+ "persónuvernd og smákökum. Þú getur sérsniðið það eins og þú vilt."
589
+
590
+ #: admin/partials/cookie-law-info-admin_settings.php:615
591
+ msgid "Using the Shortcodes"
592
+ msgstr "Að nota skammstafana"
593
+
594
+ #: admin/partials/cookie-law-info-admin_settings.php:617
595
+ #: admin/views/admin-settings-help.php:10
596
+ msgid "Cookie bar shortcodes"
597
+ msgstr "Smákökum fyrir smákökur"
598
+
599
+ #: admin/partials/cookie-law-info-admin_settings.php:618
600
+ #: admin/views/admin-settings-help.php:11
601
+ msgid ""
602
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
603
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
604
+ "without you having to add any HTML."
605
+ msgstr ""
606
+ "Þú getur slegið inn skammstafana í \"skilaboðasvæðinu\" í upplýsingalistanum "
607
+ "fyrir smákökurétt. Þeir bæta við fallega sniðnum hnöppum og / eða tenglum "
608
+ "inn í smákökuborðið, án þess að þurfa að bæta við neinum HTML."
609
+
610
+ #: admin/partials/cookie-law-info-admin_settings.php:619
611
+ msgid "The shortcodes are:"
612
+ msgstr "Skammstafarnir eru:"
613
+
614
+ #: admin/partials/cookie-law-info-admin_settings.php:621
615
+ #: admin/views/admin-settings-help.php:18
616
+ msgid ""
617
+ "If you just want a standard green \"Accept\" button that closes the header "
618
+ "and nothing more, use this shortcode. It is already styled, you don't need "
619
+ "to customise it."
620
+ msgstr ""
621
+ "Ef þú vilt bara staðlaða græna \"Samþykkja\" hnappinn sem lokar hausnum og "
622
+ "ekkert meira, notaðu þetta strikamerki. Það er nú þegar stíll, þú þarft ekki "
623
+ "að aðlaga það."
624
+
625
+ #: admin/partials/cookie-law-info-admin_settings.php:623
626
+ #: admin/views/admin-settings-help.php:22
627
+ msgid ""
628
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
629
+ "yellow, green or pink."
630
+ msgstr ""
631
+ "Einnig er hægt að bæta við litavali. Veldu úr: rauður, blár, appelsínugulur, "
632
+ "gulur, grænn eða bleikur."
633
+
634
+ #: admin/partials/cookie-law-info-admin_settings.php:623
635
+ #: admin/views/admin-settings-help.php:22
636
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
637
+ msgstr ""
638
+
639
+ #: admin/partials/cookie-law-info-admin_settings.php:625
640
+ #: admin/views/admin-settings-help.php:26
641
+ msgid "This is the \"main button\" you customise above."
642
+ msgstr ""
643
+
644
+ #: admin/partials/cookie-law-info-admin_settings.php:627
645
+ #: admin/views/admin-settings-help.php:31
646
+ msgid "This is the cookie settings button rendering shortcode."
647
+ msgstr ""
648
+
649
+ #: admin/partials/cookie-law-info-admin_settings.php:629
650
+ #: admin/views/admin-settings-help.php:35
651
+ msgid "This is the cookie reject button shortcode."
652
+ msgstr ""
653
+
654
+ #: admin/partials/cookie-law-info-admin_settings.php:631
655
+ #: admin/views/admin-settings-help.php:39
656
+ msgid "This is the \"read more\" link you customise above."
657
+ msgstr ""
658
+
659
+ #: admin/partials/cookie-law-info-admin_settings.php:634
660
+ #: admin/views/admin-settings-help.php:43
661
+ msgid "Other shortcodes"
662
+ msgstr "Annað"
663
+
664
+ #: admin/partials/cookie-law-info-admin_settings.php:635
665
+ #: admin/views/admin-settings-help.php:44
666
+ msgid ""
667
+ "These shortcodes can be used in pages and posts on your website. It is not "
668
+ "recommended to use these inside the cookie bar itself."
669
+ msgstr ""
670
+
671
+ #: admin/partials/cookie-law-info-admin_settings.php:637
672
+ #: admin/views/admin-settings-help.php:50
673
+ msgid ""
674
+ "This prints out a nice table of cookies, in line with the guidance given by "
675
+ "the ICO."
676
+ msgstr ""
677
+ "Þetta prentar út gott borð af smákökum, í samræmi við leiðbeiningar ICO."
678
+
679
+ #: admin/partials/cookie-law-info-admin_settings.php:637
680
+ #: admin/views/admin-settings-help.php:50
681
+ msgid ""
682
+ "You need to enter the cookies your website uses via the Cookie Law Info menu "
683
+ "in your WordPress dashboard."
684
+ msgstr ""
685
+
686
+ #: admin/partials/cookie-law-info-admin_settings.php:646
687
+ #: admin/views/admin-settings-help.php:61
688
+ msgid "This prints out a nice table of cookies by category."
689
+ msgstr ""
690
+
691
+ #: admin/partials/cookie-law-info-admin_settings.php:647
692
+ #: admin/views/admin-settings-help.php:65
693
+ msgid "This prints the settings popup of cookie category."
694
+ msgstr ""
695
+
696
+ #: admin/partials/cookie-law-info-admin_settings.php:648
697
+ #: admin/views/admin-settings-help.php:69
698
+ msgid ""
699
+ "This shortcode will display a normal HTML link which when clicked, will "
700
+ "delete the cookie set by Cookie Law Info (this cookie is used to remember "
701
+ "that the cookie bar is closed)."
702
+ msgstr ""
703
+
704
+ #: admin/partials/cookie-law-info-admin_settings.php:649
705
+ #: admin/views/admin-settings-help.php:73
706
+ msgid ""
707
+ "Add any text you like- useful if you want e.g. another language to English."
708
+ msgstr ""
709
+
710
+ #: admin/partials/cookie-law-info-admin_settings.php:655
711
+ #: admin/partials/cookie-law-info-admin_settings1.php:20
712
+ msgid "Advanced"
713
+ msgstr "Flókin"
714
+
715
+ #: admin/partials/cookie-law-info-admin_settings.php:657
716
+ #: admin/views/admin-settings-advanced.php:3
717
+ msgid ""
718
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
719
+ "try adjusting these settings."
720
+ msgstr ""
721
+
722
+ #: admin/partials/cookie-law-info-admin_settings.php:671
723
+ #: admin/views/admin-settings-advanced.php:17
724
+ msgid "Reset all values"
725
+ msgstr "Frumstilla & allt"
726
+
727
+ #: admin/partials/cookie-law-info-admin_settings.php:673
728
+ #: admin/views/admin-settings-advanced.php:19
729
+ msgid "Delete settings and reset"
730
+ msgstr ""
731
+
732
+ #: admin/partials/cookie-law-info-admin_settings.php:673
733
+ #: admin/views/admin-settings-advanced.php:19
734
+ msgid "Are you sure you want to delete all your settings?"
735
+ msgstr ""
736
+
737
+ #: admin/partials/cookie-law-info-admin_settings.php:674
738
+ #: admin/views/admin-settings-advanced.php:20
739
+ msgid "Warning: this will actually delete your current settings."
740
+ msgstr ""
741
+
742
+ #: admin/partials/cookie-law-info-admin_settings.php:716
743
+ msgid "Where did my settings go?"
744
+ msgstr ""
745
+
746
+ #: admin/partials/cookie-law-info-admin_settings.php:717
747
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
748
+ msgstr ""
749
+
750
+ #: admin/partials/cookie-law-info-admin_settings.php:717
751
+ msgid "Your previous settings are safe."
752
+ msgstr ""
753
+
754
+ #: admin/partials/cookie-law-info-admin_settings.php:718
755
+ msgid ""
756
+ "You can either copy over your old settings to this version, or use the new "
757
+ "default values."
758
+ msgstr ""
759
+
760
+ #: admin/partials/cookie-law-info-admin_settings.php:720
761
+ msgid "Would you like to:"
762
+ msgstr ""
763
+ "it\" is a \"recurring meeting\" (string refers to \"This is a recurring "
764
+ "meeting"
765
+
766
+ #: admin/partials/cookie-law-info-admin_settings.php:722
767
+ msgid "Use previous settings"
768
+ msgstr "Notaðu Show Again Tab?"
769
+
770
+ #: admin/partials/cookie-law-info-admin_settings.php:723
771
+ msgid "Start afresh with the new version"
772
+ msgstr ""
773
+
774
+ #: admin/partials/cookie-law-info-admin_settings.php:725
775
+ msgid "Are you sure you want to migrate settings?"
776
+ msgstr ""
777
+
778
+ #: admin/partials/cookie-law-info-admin_settings.php:727
779
+ msgid ""
780
+ "If you want to go back to the previous version you can always download it "
781
+ "again from"
782
+ msgstr ""
783
+
784
+ #: admin/partials/cookie-law-info-admin_settings.php:732
785
+ msgid "Help"
786
+ msgstr "Hjálp"
787
+
788
+ #: admin/partials/cookie-law-info-admin_settings.php:734
789
+ #: admin/views/admin-settings-help.php:88
790
+ msgid "Help and Support"
791
+ msgstr "Hjálp"
792
+
793
+ #: admin/partials/cookie-law-info-admin_settings.php:735
794
+ #: admin/views/admin-settings-help.php:95
795
+ msgid "Report a Bug"
796
+ msgstr "Tilkynna vandamál..."
797
+
798
+ #: admin/partials/cookie-law-info-admin_settings.php:736
799
+ #: admin/views/admin-settings-help.php:101
800
+ msgid "Guide"
801
+ msgstr "Leiðsögumaður"
802
+
803
+ #: admin/partials/cookie-law-info-admin_settings.php:737
804
+ #: admin/views/admin-settings-help.php:107
805
+ msgid "About the law"
806
+ msgstr "Stillingar köku lög"
807
+
808
+ #: admin/partials/cookie-law-info-admin_settings1.php:11
809
+ msgid "Settings updated."
810
+ msgstr "Stillingar Uppfærðar"
811
+
812
+ #: admin/partials/cookie-law-info-admin_settings1.php:12
813
+ msgid "Unable to update Settings."
814
+ msgstr "Mistókst að uppfæra bakgrunns tengil"
815
+
816
+ #: admin/partials/cookie-law-info-admin_settings1.php:17
817
+ msgid "General"
818
+ msgstr "Almennt"
819
+
820
+ #: admin/partials/cookie-law-info-admin_settings1.php:18
821
+ msgid "Message Bar"
822
+ msgstr "Skilaboð"
823
+
824
+ #: admin/partials/cookie-law-info-admin_settings1.php:22
825
+ msgid "Licence"
826
+ msgstr "Leyfi"
827
+
828
+ #: admin/partials/cookie-law-info-admin_settings1.php:33
829
+ msgid "Help Guide"
830
+ msgstr "Leiðsögumaður"
831
+
832
+ #: admin/partials/cookie-law-info-privacy_overview.php:59
833
+ msgid "Privacy Overview Title"
834
+ msgstr ""
835
+
836
+ #: admin/partials/cookie-law-info-privacy_overview.php:65
837
+ #: admin/partials/cookie-law-info-privacy_overview.php:70
838
+ msgid "This will be shown in the settings visible for user on consent screen."
839
+ msgstr ""
840
+
841
+ #: admin/partials/cookie-law-info-privacy_overview.php:75
842
+ msgid "Save Settings"
843
+ msgstr "Vista stillingar"
844
+
845
+ #: admin/views/admin-settings-buttons.php:17
846
+ #: admin/views/admin-settings-buttons.php:89
847
+ #: admin/views/admin-settings-buttons.php:160
848
+ #: admin/views/admin-settings-buttons.php:205
849
+ msgid "Text"
850
+ msgstr "Tenglatexti"
851
+
852
+ #: admin/views/admin-settings-buttons.php:23
853
+ #: admin/views/admin-settings-buttons.php:95
854
+ #: admin/views/admin-settings-buttons.php:166
855
+ #: admin/views/admin-settings-buttons.php:211
856
+ msgid "Text colour"
857
+ msgstr "Litur"
858
+
859
+ #: admin/views/admin-settings-buttons.php:31
860
+ #: admin/views/admin-settings-buttons.php:103
861
+ #: admin/views/admin-settings-buttons.php:174
862
+ #: admin/views/admin-settings-buttons.php:219
863
+ msgid "Show as"
864
+ msgstr "Notaðu Show Again Tab?"
865
+
866
+ #: admin/views/admin-settings-buttons.php:39
867
+ #: admin/views/admin-settings-buttons.php:111
868
+ #: admin/views/admin-settings-buttons.php:182
869
+ #: admin/views/admin-settings-buttons.php:227
870
+ msgid "Background colour"
871
+ msgstr "Bakgrunslitur"
872
+
873
+ #: admin/views/admin-settings-buttons.php:56
874
+ #: admin/views/admin-settings-buttons.php:131
875
+ #: admin/views/admin-settings-buttons.php:235
876
+ msgid "URL"
877
+ msgstr "Vefslóð"
878
+
879
+ #: admin/views/admin-settings-buttons.php:64
880
+ #: admin/views/admin-settings-buttons.php:139
881
+ #: admin/views/admin-settings-buttons.php:241
882
+ msgid "Open URL in new window?"
883
+ msgstr "Opna í nýjum glugga"
884
+
885
+ #: admin/views/admin-settings-buttons.php:75
886
+ #: admin/views/admin-settings-buttons.php:146
887
+ #: admin/views/admin-settings-buttons.php:190
888
+ #: admin/views/admin-settings-buttons.php:248
889
+ msgid "Size"
890
+ msgstr "Stærð"
891
+
892
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:374
893
+ #, php-format
894
+ msgid ""
895
+ "The license key for %s has expired. You can reactivate or purchase a license "
896
+ "key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
897
+ msgstr ""
898
+
899
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:385
900
+ #, php-format
901
+ msgid ""
902
+ "The subscription for %s is on-hold. You can reactivate the subscription from "
903
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
904
+ msgstr ""
905
+
906
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:396
907
+ #, php-format
908
+ msgid ""
909
+ "The subscription for %s has been cancelled. You can renew the subscription "
910
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new "
911
+ "license key will be emailed to you after your order has been completed."
912
+ msgstr ""
913
+
914
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:407
915
+ #, php-format
916
+ msgid ""
917
+ "The subscription for %s has expired. You can reactivate the subscription "
918
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
919
+ msgstr ""
920
+
921
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:418
922
+ #, php-format
923
+ msgid ""
924
+ "The subscription for %s has been suspended. You can reactivate the "
925
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
926
+ "a>."
927
+ msgstr ""
928
+
929
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:429
930
+ #, php-format
931
+ msgid ""
932
+ "The subscription for %s is still pending. You can check on the status of the "
933
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
934
+ "a>."
935
+ msgstr ""
936
+
937
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:440
938
+ #, php-format
939
+ msgid ""
940
+ "The subscription for %s has been placed in the trash and will be deleted "
941
+ "soon. You can purchase a new subscription from your account <a href=\"%s\" "
942
+ "target=\"_blank\">dashboard</a>."
943
+ msgstr ""
944
+
945
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:451
946
+ #, php-format
947
+ msgid ""
948
+ "A subscription for %s could not be found. You can purchase a subscription "
949
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
950
+ msgstr ""
951
+
952
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:462
953
+ #, php-format
954
+ msgid ""
955
+ "A license key for %s could not be found. Maybe you forgot to enter a license "
956
+ "key when setting up %s, or the key was deactivated in your account. You can "
957
+ "reactivate license key at your plugin <a href=\"%s\" target=\"_blank"
958
+ "\">settings page</a>."
959
+ msgstr ""
960
+
961
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:473
962
+ #, php-format
963
+ msgid ""
964
+ "Download permission for %s has been revoked possibly due to a license key or "
965
+ "subscription expiring. You can reactivate or purchase a license key from "
966
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
967
+ msgstr ""
968
+
969
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:484
970
+ #, php-format
971
+ msgid ""
972
+ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
973
+ "\">settings page</a> and enter the license key and license email to activate "
974
+ "%s."
975
+ msgstr ""
976
+
977
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:495
978
+ #, php-format
979
+ msgid ""
980
+ "You changed the subscription for %s, so you will need to enter your new API "
981
+ "License Key in the settings page. The License Key should have arrived in "
982
+ "your email inbox, if not you can get it by logging into your account <a href="
983
+ "\"%s\" target=\"_blank\">dashboard</a>."
984
+ msgstr ""
985
+
986
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:106
987
+ msgid "Licence Activation"
988
+ msgstr ""
989
+
990
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:110
991
+ msgid "API Licence Key:"
992
+ msgstr "Leyfisleitaskírteini API"
993
+
994
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:111
995
+ msgid "Licence Key"
996
+ msgstr "Leyfi"
997
+
998
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:115
999
+ msgid "Licence Email"
1000
+ msgstr "License Email"
1001
+
1002
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:119
1003
+ msgid "Activate"
1004
+ msgstr "Virkja"
1005
+
1006
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:122
1007
+ msgid "Check"
1008
+ msgstr "Ath."
1009
+
1010
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:132
1011
+ msgid "Deactive"
1012
+ msgstr "Óvirkt"
1013
+
1014
+ #: includes/class-cookie-law-info.php:336
1015
+ msgid ""
1016
+ "This website uses cookies to improve your experience. We'll assume you're ok "
1017
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
1018
+ "[cookie_link]"
1019
+ msgstr ""
1020
+ "Þessi vefsíða notar smákökur til að bæta reynslu þína. Við gerum ráð fyrir "
1021
+ "að þú hafir allt í lagi með þetta, en þú getur skráð þig út ef þú vilt. "
1022
+ "[Cookie_button] [cookie_settings] [cookie_link]"
1023
+
1024
+ #: includes/class-cookie-law-info.php:343
1025
+ msgid "Privacy & Cookies Policy"
1026
+ msgstr "Persónuvernd og kexstefna"
1027
+
1028
+ #: public/class-cookie-law-info-public.php:161
1029
+ msgid "GDPR Cookie Consent"
1030
+ msgstr "Samþykki GDPR Cookie"
1031
+
1032
+ #: public/class-cookie-law-info-public.php:162
1033
+ msgid "Cookie List"
1034
+ msgstr "Smákaka"
1035
+
1036
+ #: public/class-cookie-law-info-public.php:163
1037
+ #: public/modules/shortcode/shortcode.php:118
1038
+ #: public/modules/shortcode/shortcode.php:191
1039
+ msgid "Cookie"
1040
+ msgstr "Smákaka"
1041
+
1042
+ #: public/class-cookie-law-info-public.php:164
1043
+ msgid "Add New"
1044
+ msgstr "Bæta við"
1045
+
1046
+ #: public/class-cookie-law-info-public.php:165
1047
+ msgid "Add New Cookie Type"
1048
+ msgstr "Bæta við nýjum kexgerð"
1049
+
1050
+ #: public/class-cookie-law-info-public.php:166
1051
+ msgid "Edit Cookie Type"
1052
+ msgstr "Breyta smákökutegund"
1053
+
1054
+ #: public/class-cookie-law-info-public.php:167
1055
+ msgid "New Cookie Type"
1056
+ msgstr "Nýtt kex gerð"
1057
+
1058
+ #: public/class-cookie-law-info-public.php:168
1059
+ msgid "View Cookie Type"
1060
+ msgstr "Skoða smákökutegund"
1061
+
1062
+ #: public/class-cookie-law-info-public.php:169
1063
+ msgid "Search Cookies"
1064
+ msgstr "Leita"
1065
+
1066
+ #: public/class-cookie-law-info-public.php:170
1067
+ msgid "Nothing found"
1068
+ msgstr "Ekkert fannst"
1069
+
1070
+ #: public/class-cookie-law-info-public.php:171
1071
+ msgid "Nothing found in Trash"
1072
+ msgstr "Ekkert fannst í ruslafötu"
1073
+
1074
+ #: public/class-cookie-law-info-public.php:208
1075
+ #: public/modules/script-blocker/script-blocker.php:125
1076
+ msgid "Cookie Category"
1077
+ msgstr ""
1078
+
1079
+ #: public/modules/script-blocker/classes/class-script-blocker.php:322
1080
+ msgid "Google Analytics"
1081
+ msgstr ""
1082
+
1083
+ #: public/modules/script-blocker/classes/class-script-blocker.php:336
1084
+ msgid "Facebook Pixel Code"
1085
+ msgstr ""
1086
+
1087
+ #: public/modules/script-blocker/classes/class-script-blocker.php:347
1088
+ msgid "Google Tag Manager"
1089
+ msgstr ""
1090
+
1091
+ #: public/modules/script-blocker/classes/class-script-blocker.php:359
1092
+ #, php-format
1093
+ msgid ""
1094
+ "Invalid index found in the thirdparties array. Index should be of type "
1095
+ "'string'. Index found: %d."
1096
+ msgstr ""
1097
+
1098
+ #: public/modules/script-blocker/classes/class-script-blocker.php:644
1099
+ msgid "Action is unknown."
1100
+ msgstr "Aðgerð"
1101
+
1102
+ #: public/modules/script-blocker/script-blocker.php:245
1103
+ #: public/modules/script-blocker/script-blocker.php:246
1104
+ msgid "Script Blocker"
1105
+ msgstr ""
1106
+
1107
+ #: public/modules/script-blocker/views/admin_script_blocker.php:8
1108
+ msgid "Manage Script Blocking"
1109
+ msgstr ""
1110
+
1111
+ #: public/modules/script-blocker/views/admin_script_blocker.php:21
1112
+ msgid "&nbsp;"
1113
+ msgstr ""
1114
+
1115
+ #: public/modules/script-blocker/views/admin_script_blocker.php:22
1116
+ msgid "Name"
1117
+ msgstr "Nafn"
1118
+
1119
+ #: public/modules/script-blocker/views/admin_script_blocker.php:23
1120
+ msgid "Enabled"
1121
+ msgstr "virkjuð"
1122
+
1123
+ #: public/modules/script-blocker/views/admin_script_blocker.php:24
1124
+ #: public/modules/shortcode/shortcode.php:121
1125
+ #: public/modules/shortcode/shortcode.php:194
1126
+ msgid "Description"
1127
+ msgstr "Lýsing"
1128
+
1129
+ #: public/modules/script-blocker/views/admin_script_blocker.php:25
1130
+ msgid "Category"
1131
+ msgstr "Flokkur"
1132
+
1133
+ #: public/modules/script-blocker/views/admin_script_blocker.php:26
1134
+ msgid "Key"
1135
+ msgstr "Lykill"
1136
+
1137
+ #: public/modules/shortcode/shortcode.php:70
1138
+ msgid "Delete Cookies"
1139
+ msgstr "Eyða"
1140
+
1141
+ #: public/modules/shortcode/shortcode.php:119
1142
+ #: public/modules/shortcode/shortcode.php:192
1143
+ msgid "Type"
1144
+ msgstr "Tegund"
1145
+
1146
+ #: public/modules/shortcode/shortcode.php:120
1147
+ #: public/modules/shortcode/shortcode.php:193
1148
+ msgid "Duration"
1149
+ msgstr "Tímalengd"
1150
+
1151
+ #: public/modules/visitor-report/classes/class-visitor-history.php:26
1152
+ msgid "No Consent History"
1153
+ msgstr ""
1154
+
1155
+ #: public/modules/visitor-report/classes/class-visitor-history.php:75
1156
+ msgid "IP Address"
1157
+ msgstr "IP Vistfang"
1158
+
1159
+ #: public/modules/visitor-report/classes/class-visitor-history.php:76
1160
+ msgid "Visited Date"
1161
+ msgstr "heimsótt"
1162
+
1163
+ #: public/modules/visitor-report/classes/class-visitor-history.php:77
1164
+ msgid "Cookie Details"
1165
+ msgstr "Nánar um smáköku"
1166
+
1167
+ #: public/modules/visitor-report/classes/class-visitor-history.php:78
1168
+ msgid "User ID"
1169
+ msgstr "Notandi Nr"
1170
+
1171
+ #: public/modules/visitor-report/classes/class-visitor-history.php:101
1172
+ msgid "Delete"
1173
+ msgstr "Eyða"
1174
+
1175
+ #: public/modules/visitor-report/views/visitor_report.php:9
1176
+ msgid "GDPR Consent History"
1177
+ msgstr "Samþykktarsaga GDPR"
1178
+
1179
+ #: public/modules/visitor-report/views/visitor_report.php:11
1180
+ msgid "Export Report"
1181
+ msgstr "Útflutningsskýrsla"
1182
+
1183
+ #: public/modules/visitor-report/visitor-report.php:132
1184
+ msgid "Event Logged Successfully"
1185
+ msgstr "Atburður Logged tókst"
1186
+
1187
+ #: public/modules/visitor-report/visitor-report.php:135
1188
+ msgid "Error"
1189
+ msgstr "Villa"
1190
+
1191
+ #: public/modules/visitor-report/visitor-report.php:141
1192
+ msgid "Logging is not enabled"
1193
+ msgstr "Logging er ekki virk"
1194
+
1195
+ #: public/modules/visitor-report/visitor-report.php:155
1196
+ #: public/modules/visitor-report/visitor-report.php:156
1197
+ msgid "Consent Report"
1198
+ msgstr "Samþykkisskýrsla"
1199
+
1200
+ #~ msgid "Auto-hide cookie bar after delay?"
1201
+ #~ msgstr "Sæktu sjálfkrafa kökuhnapp eftir töf"
1202
+
1203
+ #~ msgid "Accept"
1204
+ #~ msgstr "Samþykkja"
1205
+
1206
+ #~ msgid "Reject"
1207
+ #~ msgstr "Hafna"
languages/cookie-law-info-nl_NL.mo ADDED
Binary file
languages/cookie-law-info-nl_NL.po ADDED
@@ -0,0 +1,1364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-11 11:25+0530\n"
5
+ "PO-Revision-Date: 2018-09-11 11:29+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl\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
+
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 ""
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 "Privacy-Overzicht"
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 "Instellingen"
39
+
40
+ #: admin/class-cookie-law-info-admin.php:164
41
+ msgid "Support"
42
+ msgstr "Ondersteuningsforum"
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 "U hebt niet voldoende machtigingen voor deze bewerking"
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 "Instellingen geüpdated."
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 "INSTELLINGEN VOOR HET MIGREREN VAN FOUTPAGINA (FOUT: 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 "Prioriteit: (numerieke - hoger de waarde, hoe hoger de prioriteit)"
65
+
66
+ #: admin/class-cookie-law-info-admin.php:453
67
+ msgid "Priority"
68
+ msgstr "Prioriteit"
69
+
70
+ #: admin/modules/csv-export/csv-export.php:33
71
+ msgid "Scan & Download"
72
+ msgstr "Scan & downloaden"
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 "Exporteren van 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 "U hebt onvoldoende machtigingen om deze pagina te openen."
83
+
84
+ #: admin/modules/csv-export/views/export_cookies.php:2
85
+ msgid "Export as CSV file"
86
+ msgstr "Exporteren als een CSV-bestand"
87
+
88
+ #: admin/modules/csv-export/views/export_cookies.php:8
89
+ msgid "Export"
90
+ msgstr "Exporteren"
91
+
92
+ #: admin/modules/csv-import/csv-import.php:70
93
+ msgid "Scan & Import"
94
+ msgstr "Scan & importeren"
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 "Importeer 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
+ #, fuzzy, 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
+ #, fuzzy
113
+ msgid "Import from a CSV file"
114
+ msgstr "Uit bestand importeren"
115
+
116
+ #: admin/modules/csv-import/views/import_cookies.php:12
117
+ #, fuzzy, php-format
118
+ msgid ""
119
+ "Notice: please make the directory %s writable so that you can see the error "
120
+ "log."
121
+ msgstr ""
122
+ "Opmerking: maak de map%s schrijfbaar zodat u het foutenlogboek kunt zien."
123
+
124
+ #: admin/modules/csv-import/views/import_cookies.php:25
125
+ #, fuzzy, php-format
126
+ msgid ", please <a href=\"%s\">check the error log</a>"
127
+ msgstr ", Alsjeblieft <a href=“%s”>check the error log</a>"
128
+
129
+ #: admin/modules/csv-import/views/import_cookies.php:29
130
+ #, fuzzy
131
+ msgid "Error during file upload."
132
+ msgstr "Fout tijdens het uploaden."
133
+
134
+ #: admin/modules/csv-import/views/import_cookies.php:32
135
+ #, fuzzy
136
+ msgid "Cannot extract data from uploaded file or no file was uploaded."
137
+ msgstr ""
138
+ "Kan geen gegevens uit het geüploade bestand extraheren of er is geen bestand "
139
+ "geüpload."
140
+
141
+ #: admin/modules/csv-import/views/import_cookies.php:35
142
+ #, php-format
143
+ msgid "No posts was successfully imported%s."
144
+ msgstr "Geen enkele gebruiker is%s succesvol geïmporteerd."
145
+
146
+ #: admin/modules/csv-import/views/import_cookies.php:38
147
+ #, php-format
148
+ msgid "Some posts were successfully imported but some were not%s."
149
+ msgstr ""
150
+ "Sommige berichten zijn succesvol geïmporteerd, maar sommige zijn niet%s."
151
+
152
+ #: admin/modules/csv-import/views/import_cookies.php:41
153
+ msgid "Post import was successful."
154
+ msgstr "Importeren was succesvol"
155
+
156
+ #: admin/modules/csv-import/views/import_cookies.php:52
157
+ msgid "CSV file"
158
+ msgstr ".csv file"
159
+
160
+ #: admin/modules/csv-import/views/import_cookies.php:55
161
+ #, php-format
162
+ msgid "You may want to see <a href=\"%s\">the example of the CSV file</a>."
163
+ msgstr ""
164
+
165
+ #: admin/modules/csv-import/views/import_cookies.php:60
166
+ msgid "Import"
167
+ msgstr ""
168
+ "Voor deze invoer, moet u ervoor zorgen dat alle aanbevolen plugins zijn "
169
+ "geïnstalleerd en geactiveerd. Tevens moet u de slider afzonderlijk instellen."
170
+
171
+ #: admin/partials/cookie-law-info-admin_settings.php:64
172
+ msgid "Error processing migration request (ERROR: 4)"
173
+ msgstr "Fout bij verwerken van migratieaanvraag (FOUT: 4)"
174
+
175
+ #: admin/partials/cookie-law-info-admin_settings.php:93
176
+ msgid "Your Cookie Law Info bar is switched on"
177
+ msgstr ""
178
+
179
+ #: admin/partials/cookie-law-info-admin_settings.php:96
180
+ msgid "Your Cookie Law Info bar is switched off"
181
+ msgstr "Uw cookiewetinfo-balk is uitgeschakeld"
182
+
183
+ #: admin/partials/cookie-law-info-admin_settings.php:104
184
+ #: admin/partials/cookie-law-info-admin_settings.php:699
185
+ #: admin/views/admin-settings-save-button.php:5
186
+ msgid "Update Settings"
187
+ msgstr "Bijwerken Instellingen"
188
+
189
+ #: admin/partials/cookie-law-info-admin_settings.php:131
190
+ #: admin/views/admin-settings-general.php:11
191
+ msgid "Cookie Bar is currently:"
192
+ msgstr ""
193
+
194
+ #: admin/partials/cookie-law-info-admin_settings.php:133
195
+ #: admin/partials/cookie-law-info-admin_settings.php:142
196
+ #: admin/partials/cookie-law-info-admin_settings.php:150
197
+ #: admin/views/admin-settings-general.php:13
198
+ #: admin/views/admin-settings-general.php:22
199
+ #: admin/views/admin-settings-general.php:30
200
+ msgid "On"
201
+ msgstr "Bij"
202
+
203
+ #: admin/partials/cookie-law-info-admin_settings.php:134
204
+ #: admin/partials/cookie-law-info-admin_settings.php:143
205
+ #: admin/partials/cookie-law-info-admin_settings.php:151
206
+ #: admin/views/admin-settings-general.php:14
207
+ #: admin/views/admin-settings-general.php:23
208
+ #: admin/views/admin-settings-general.php:31
209
+ msgid "Off"
210
+ msgstr "uit"
211
+
212
+ #: admin/partials/cookie-law-info-admin_settings.php:140
213
+ #: admin/views/admin-settings-general.php:20
214
+ msgid "Show only for EU Countries ( GeoIP )"
215
+ msgstr "Toon alleen voor EU-landen (GeoIP)"
216
+
217
+ #: admin/partials/cookie-law-info-admin_settings.php:148
218
+ #: admin/views/admin-settings-general.php:28
219
+ msgid "Enable consent logging"
220
+ msgstr "Toestemming-logboekregistratie inschakelen"
221
+
222
+ #: admin/partials/cookie-law-info-admin_settings.php:155
223
+ #: admin/views/admin-settings-general.php:35
224
+ msgid "Cookie Bar will be shown in:"
225
+ msgstr "Cookie Bar wordt getoond in:"
226
+
227
+ #: admin/partials/cookie-law-info-admin_settings.php:160
228
+ #: admin/partials/cookie-law-info-admin_settings.php:163
229
+ #: admin/views/admin-settings-general.php:40
230
+ #: admin/views/admin-settings-general.php:43
231
+ msgid "Header"
232
+ msgstr "Header"
233
+
234
+ #: admin/partials/cookie-law-info-admin_settings.php:161
235
+ #: admin/partials/cookie-law-info-admin_settings.php:164
236
+ #: admin/views/admin-settings-general.php:41
237
+ #: admin/views/admin-settings-general.php:44
238
+ msgid "Footer"
239
+ msgstr "Voettekst gebied"
240
+
241
+ #: admin/partials/cookie-law-info-admin_settings.php:173
242
+ #: admin/views/admin-settings-general.php:53
243
+ msgid "Fix Cookie Bar to Header?"
244
+ msgstr "Fix Cookie Bar aan kop?"
245
+
246
+ #: admin/partials/cookie-law-info-admin_settings.php:175
247
+ #: admin/partials/cookie-law-info-admin_settings.php:219
248
+ #: admin/partials/cookie-law-info-admin_settings.php:235
249
+ #: admin/partials/cookie-law-info-admin_settings.php:246
250
+ #: admin/partials/cookie-law-info-admin_settings.php:254
251
+ #: admin/partials/cookie-law-info-admin_settings.php:261
252
+ #: admin/partials/cookie-law-info-admin_settings.php:272
253
+ #: admin/partials/cookie-law-info-admin_settings.php:343
254
+ #: admin/partials/cookie-law-info-admin_settings.php:400
255
+ #: admin/partials/cookie-law-info-admin_settings.php:471
256
+ #: admin/partials/cookie-law-info-admin_settings.php:584
257
+ #: admin/views/admin-settings-buttons.php:66
258
+ #: admin/views/admin-settings-buttons.php:141
259
+ #: admin/views/admin-settings-buttons.php:243
260
+ #: admin/views/admin-settings-general.php:55
261
+ #: admin/views/admin-settings-general.php:99
262
+ #: admin/views/admin-settings-general.php:115
263
+ #: admin/views/admin-settings-general.php:126
264
+ #: admin/views/admin-settings-general.php:134
265
+ #: admin/views/admin-settings-general.php:141
266
+ #: admin/views/admin-settings-general.php:154
267
+ #: admin/views/admin-settings-messagebar.php:37
268
+ msgid "Yes"
269
+ msgstr "Ja"
270
+
271
+ #: admin/partials/cookie-law-info-admin_settings.php:176
272
+ #: admin/partials/cookie-law-info-admin_settings.php:220
273
+ #: admin/partials/cookie-law-info-admin_settings.php:236
274
+ #: admin/partials/cookie-law-info-admin_settings.php:247
275
+ #: admin/partials/cookie-law-info-admin_settings.php:255
276
+ #: admin/partials/cookie-law-info-admin_settings.php:262
277
+ #: admin/partials/cookie-law-info-admin_settings.php:273
278
+ #: admin/partials/cookie-law-info-admin_settings.php:344
279
+ #: admin/partials/cookie-law-info-admin_settings.php:401
280
+ #: admin/partials/cookie-law-info-admin_settings.php:472
281
+ #: admin/partials/cookie-law-info-admin_settings.php:585
282
+ #: admin/views/admin-settings-buttons.php:68
283
+ #: admin/views/admin-settings-buttons.php:142
284
+ #: admin/views/admin-settings-buttons.php:244
285
+ #: admin/views/admin-settings-general.php:56
286
+ #: admin/views/admin-settings-general.php:100
287
+ #: admin/views/admin-settings-general.php:116
288
+ #: admin/views/admin-settings-general.php:127
289
+ #: admin/views/admin-settings-general.php:135
290
+ #: admin/views/admin-settings-general.php:142
291
+ #: admin/views/admin-settings-general.php:155
292
+ #: admin/views/admin-settings-messagebar.php:38
293
+ msgid "No"
294
+ msgstr "Nee"
295
+
296
+ #: admin/partials/cookie-law-info-admin_settings.php:177
297
+ #: admin/views/admin-settings-general.php:57
298
+ #, fuzzy
299
+ msgid ""
300
+ "If you select \"Header\" then you can optionally stick the cookie bar to the "
301
+ "header. Will not have any effect if you select \"Footer\"."
302
+ msgstr ""
303
+ "Als u selecteert \"Header\", kan u de cookie bar aan de koptekst optioneel "
304
+ "vasthouden. Zal geen enkel effect kiest u \"Voettekst\"."
305
+
306
+ #: admin/partials/cookie-law-info-admin_settings.php:183
307
+ #: admin/views/admin-settings-general.php:63
308
+ msgid "On load"
309
+ msgstr "Bij het laden"
310
+
311
+ #: admin/partials/cookie-law-info-admin_settings.php:188
312
+ #: admin/partials/cookie-law-info-admin_settings.php:191
313
+ #: admin/partials/cookie-law-info-admin_settings.php:204
314
+ #: admin/partials/cookie-law-info-admin_settings.php:207
315
+ #: admin/views/admin-settings-general.php:68
316
+ #: admin/views/admin-settings-general.php:71
317
+ #: admin/views/admin-settings-general.php:84
318
+ #: admin/views/admin-settings-general.php:87
319
+ msgid "Animate"
320
+ msgstr "Animeer"
321
+
322
+ #: admin/partials/cookie-law-info-admin_settings.php:189
323
+ #: admin/partials/cookie-law-info-admin_settings.php:192
324
+ #: admin/views/admin-settings-general.php:69
325
+ #: admin/views/admin-settings-general.php:72
326
+ msgid "Sticky"
327
+ msgstr "Sticky"
328
+
329
+ #: admin/partials/cookie-law-info-admin_settings.php:199
330
+ #: admin/views/admin-settings-general.php:79
331
+ msgid "On hide"
332
+ msgstr "Op hide"
333
+
334
+ #: admin/partials/cookie-law-info-admin_settings.php:205
335
+ #: admin/partials/cookie-law-info-admin_settings.php:208
336
+ #: admin/views/admin-settings-general.php:85
337
+ #: admin/views/admin-settings-general.php:88
338
+ msgid "Disappear"
339
+ msgstr "Verdwijnen"
340
+
341
+ #: admin/partials/cookie-law-info-admin_settings.php:217
342
+ #: admin/views/admin-settings-general.php:97
343
+ msgid "Auto-hide(Accept) cookie bar after delay?"
344
+ msgstr "Auto-Hide(accept) cookie bar na vertraging?"
345
+
346
+ #: admin/partials/cookie-law-info-admin_settings.php:224
347
+ #: admin/views/admin-settings-general.php:104
348
+ msgid "Milliseconds until hidden"
349
+ msgstr "Milliseconden tot verborgen"
350
+
351
+ #: admin/partials/cookie-law-info-admin_settings.php:227
352
+ #: admin/views/admin-settings-general.php:107
353
+ msgid "Specify milliseconds (not seconds)"
354
+ msgstr "Milliseconden (niet seconden) opgeven"
355
+
356
+ #: admin/partials/cookie-law-info-admin_settings.php:227
357
+ #: admin/views/admin-settings-general.php:107
358
+ msgid "seconds"
359
+ msgstr "seconden"
360
+
361
+ #: admin/partials/cookie-law-info-admin_settings.php:233
362
+ #: admin/views/admin-settings-general.php:113
363
+ msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
364
+ msgstr ""
365
+ "Cookiesbalk automatisch verbergen als de gebruiker scrolt (Accepteer op "
366
+ "scrollen)?"
367
+
368
+ #: admin/partials/cookie-law-info-admin_settings.php:237
369
+ #: admin/views/admin-settings-general.php:117
370
+ msgid ""
371
+ "As per latest GDPR policies it is required to take an explicit consent for "
372
+ "the cookies. Use this option with discretion especially if you serve EU"
373
+ msgstr ""
374
+ "Volgens nieuwste GDPR beleid is het verplicht te nemen van een "
375
+ "uitdrukkelijke toestemming voor de cookies. Gebruik deze optie met "
376
+ "discretie, vooral als je EU dienen"
377
+
378
+ #: admin/partials/cookie-law-info-admin_settings.php:241
379
+ #: admin/views/admin-settings-general.php:121
380
+ msgid "Reload after \"scroll accept\" event?"
381
+ msgstr "Herladen na \"scrollen accepteren\" -gebeurtenis?"
382
+
383
+ #: admin/partials/cookie-law-info-admin_settings.php:252
384
+ #: admin/views/admin-settings-general.php:132
385
+ msgid "Reload after Accept button click"
386
+ msgstr "Herladen na klikken op Accepteren"
387
+
388
+ #: admin/partials/cookie-law-info-admin_settings.php:259
389
+ #: admin/views/admin-settings-general.php:139
390
+ msgid "Reload after Reject button click"
391
+ msgstr "Opnieuw laden na klikken op Weigeren"
392
+
393
+ #: admin/partials/cookie-law-info-admin_settings.php:270
394
+ #: admin/views/admin-settings-general.php:152
395
+ msgid "Use Show Again Tab?"
396
+ msgstr "Gebruik het tabblad Weergeven?"
397
+
398
+ #: admin/partials/cookie-law-info-admin_settings.php:277
399
+ #: admin/views/admin-settings-general.php:159
400
+ msgid "Tab Position"
401
+ msgstr "Positie"
402
+
403
+ #: admin/partials/cookie-law-info-admin_settings.php:282
404
+ #: admin/partials/cookie-law-info-admin_settings.php:285
405
+ #: admin/views/admin-settings-general.php:164
406
+ #: admin/views/admin-settings-general.php:167
407
+ msgid "Right"
408
+ msgstr "Menu rechtsboven"
409
+
410
+ #: admin/partials/cookie-law-info-admin_settings.php:283
411
+ #: admin/partials/cookie-law-info-admin_settings.php:286
412
+ #: admin/views/admin-settings-general.php:165
413
+ #: admin/views/admin-settings-general.php:168
414
+ msgid "Left"
415
+ msgstr "heeft de groep verlaten "
416
+
417
+ #: admin/partials/cookie-law-info-admin_settings.php:293
418
+ #: admin/views/admin-settings-general.php:175
419
+ #, fuzzy
420
+ msgid "From Left Margin"
421
+ msgstr "Linker marge"
422
+
423
+ #: admin/partials/cookie-law-info-admin_settings.php:296
424
+ #: admin/views/admin-settings-general.php:178
425
+ #, fuzzy
426
+ msgid "Specify"
427
+ msgstr "Specificeer"
428
+
429
+ #: admin/partials/cookie-law-info-admin_settings.php:300
430
+ #: admin/views/admin-settings-general.php:182
431
+ #, fuzzy
432
+ msgid "Show More Text"
433
+ msgstr "Toon meer"
434
+
435
+ #: admin/partials/cookie-law-info-admin_settings.php:307
436
+ msgid "Cookie Law Message Bar"
437
+ msgstr ""
438
+
439
+ #: admin/partials/cookie-law-info-admin_settings.php:311
440
+ #: admin/views/admin-settings-messagebar.php:5
441
+ #, fuzzy
442
+ msgid "Message"
443
+ msgstr "Bericht"
444
+
445
+ #: admin/partials/cookie-law-info-admin_settings.php:317
446
+ #: admin/views/admin-settings-messagebar.php:11
447
+ #, fuzzy
448
+ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
449
+ msgstr "Shortcodes toegestaan: settngs Zie \"Via de Shortcodes\"."
450
+
451
+ #: admin/partials/cookie-law-info-admin_settings.php:317
452
+ #: admin/views/admin-settings-messagebar.php:11
453
+ #, fuzzy
454
+ msgid ""
455
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
456
+ "to delete cookies [cookie_link].\""
457
+ msgstr ""
458
+ "Voorbeelden: \"Wij gebruiken cookies op deze website [cookie_accept] om "
459
+ "erachter te komen hoe het verwijderen van cookies [cookie_link].\""
460
+
461
+ #: admin/partials/cookie-law-info-admin_settings.php:321
462
+ #: admin/views/admin-settings-messagebar.php:15
463
+ #, fuzzy
464
+ msgid "Cookie Bar Colour"
465
+ msgstr "Cookie Bar kleur"
466
+
467
+ #: admin/partials/cookie-law-info-admin_settings.php:331
468
+ #: admin/views/admin-settings-messagebar.php:25
469
+ #, fuzzy
470
+ msgid "Text Colour"
471
+ msgstr "Text Colour"
472
+
473
+ #: admin/partials/cookie-law-info-admin_settings.php:340
474
+ #: admin/views/admin-settings-messagebar.php:34
475
+ #, fuzzy
476
+ msgid "Show Border?"
477
+ msgstr "Toon rand"
478
+
479
+ #: admin/partials/cookie-law-info-admin_settings.php:348
480
+ #: admin/views/admin-settings-messagebar.php:42
481
+ #, fuzzy
482
+ msgid "Border Colour"
483
+ msgstr "Border Colour"
484
+
485
+ #: admin/partials/cookie-law-info-admin_settings.php:356
486
+ #: admin/views/admin-settings-messagebar.php:50
487
+ #, fuzzy
488
+ msgid "Font"
489
+ msgstr "Lettertype"
490
+
491
+ #: admin/partials/cookie-law-info-admin_settings.php:367
492
+ #: admin/partials/cookie-law-info-admin_settings1.php:19
493
+ msgid "Customise Buttons"
494
+ msgstr ""
495
+
496
+ #: admin/partials/cookie-law-info-admin_settings.php:370
497
+ msgid "Accept Button"
498
+ msgstr ""
499
+
500
+ #: admin/partials/cookie-law-info-admin_settings.php:372
501
+ #: admin/views/admin-settings-buttons.php:13
502
+ #, fuzzy
503
+ msgid "Main Button"
504
+ msgstr "Belangrijkste knop"
505
+
506
+ #: admin/partials/cookie-law-info-admin_settings.php:373
507
+ #: admin/views/admin-settings-buttons.php:14
508
+ #, fuzzy
509
+ msgid ""
510
+ "This button/link can be customised to either simply close the cookie bar, or "
511
+ "follow a link. You can also customise the colours and styles, and show it as "
512
+ "a link or a button."
513
+ msgstr ""
514
+ "Deze knop/link kan worden aangepast of gewoon de cookie bar sluiten, of volg "
515
+ "een link. U kunt ook aanpassen van de kleuren en stijlen, en laat het als "
516
+ "een koppeling of een knop."
517
+
518
+ #: admin/partials/cookie-law-info-admin_settings.php:376
519
+ #: admin/partials/cookie-law-info-admin_settings.php:443
520
+ #: admin/partials/cookie-law-info-admin_settings.php:515
521
+ #: admin/partials/cookie-law-info-admin_settings.php:560
522
+ #, fuzzy
523
+ msgid "Link Text"
524
+ msgstr "Link Tekst"
525
+
526
+ #: admin/partials/cookie-law-info-admin_settings.php:382
527
+ #: admin/partials/cookie-law-info-admin_settings.php:449
528
+ #: admin/views/admin-settings-buttons.php:48
529
+ #: admin/views/admin-settings-buttons.php:119
530
+ #, fuzzy
531
+ msgid "Action"
532
+ msgstr "Actie"
533
+
534
+ #: admin/partials/cookie-law-info-admin_settings.php:390
535
+ #: admin/partials/cookie-law-info-admin_settings.php:461
536
+ #: admin/partials/cookie-law-info-admin_settings.php:566
537
+ #, fuzzy
538
+ msgid "Link URL"
539
+ msgstr "Link URL"
540
+
541
+ #: admin/partials/cookie-law-info-admin_settings.php:393
542
+ #: admin/partials/cookie-law-info-admin_settings.php:464
543
+ #: admin/views/admin-settings-buttons.php:59
544
+ #: admin/views/admin-settings-buttons.php:134
545
+ msgid "Button will only link to URL if Action = Open URL"
546
+ msgstr ""
547
+
548
+ #: admin/partials/cookie-law-info-admin_settings.php:398
549
+ #: admin/partials/cookie-law-info-admin_settings.php:469
550
+ #: admin/partials/cookie-law-info-admin_settings.php:582
551
+ #, fuzzy
552
+ msgid "Open link in new window?"
553
+ msgstr "Link openen in nieuw venster"
554
+
555
+ #: admin/partials/cookie-law-info-admin_settings.php:405
556
+ #: admin/partials/cookie-law-info-admin_settings.php:476
557
+ #: admin/partials/cookie-law-info-admin_settings.php:521
558
+ #: admin/partials/cookie-law-info-admin_settings.php:572
559
+ #, fuzzy
560
+ msgid "Link colour"
561
+ msgstr "Link Colour"
562
+
563
+ #: admin/partials/cookie-law-info-admin_settings.php:413
564
+ #: admin/partials/cookie-law-info-admin_settings.php:484
565
+ #: admin/partials/cookie-law-info-admin_settings.php:529
566
+ #: admin/partials/cookie-law-info-admin_settings.php:589
567
+ #, fuzzy
568
+ msgid "Show as button?"
569
+ msgstr "Toon als knop?"
570
+
571
+ #: admin/partials/cookie-law-info-admin_settings.php:415
572
+ #: admin/partials/cookie-law-info-admin_settings.php:486
573
+ #: admin/partials/cookie-law-info-admin_settings.php:531
574
+ #: admin/partials/cookie-law-info-admin_settings.php:591
575
+ #: admin/views/admin-settings-buttons.php:33
576
+ #: admin/views/admin-settings-buttons.php:105
577
+ #: admin/views/admin-settings-buttons.php:176
578
+ #: admin/views/admin-settings-buttons.php:221
579
+ #, fuzzy
580
+ msgid "Button"
581
+ msgstr "Knop"
582
+
583
+ #: admin/partials/cookie-law-info-admin_settings.php:416
584
+ #: admin/partials/cookie-law-info-admin_settings.php:487
585
+ #: admin/partials/cookie-law-info-admin_settings.php:532
586
+ #: admin/partials/cookie-law-info-admin_settings.php:592
587
+ #: admin/views/admin-settings-buttons.php:35
588
+ #: admin/views/admin-settings-buttons.php:107
589
+ #: admin/views/admin-settings-buttons.php:178
590
+ #: admin/views/admin-settings-buttons.php:223
591
+ #, fuzzy
592
+ msgid "Link"
593
+ msgstr "Link"
594
+
595
+ #: admin/partials/cookie-law-info-admin_settings.php:420
596
+ #: admin/partials/cookie-law-info-admin_settings.php:491
597
+ #: admin/partials/cookie-law-info-admin_settings.php:536
598
+ #: admin/partials/cookie-law-info-admin_settings.php:596
599
+ #, fuzzy
600
+ msgid "Button colour"
601
+ msgstr "Knopkleur"
602
+
603
+ #: admin/partials/cookie-law-info-admin_settings.php:428
604
+ #: admin/partials/cookie-law-info-admin_settings.php:499
605
+ #: admin/partials/cookie-law-info-admin_settings.php:544
606
+ #: admin/partials/cookie-law-info-admin_settings.php:604
607
+ #, fuzzy
608
+ msgid "Button Size"
609
+ msgstr "Knop grootte"
610
+
611
+ #: admin/partials/cookie-law-info-admin_settings.php:439
612
+ #: admin/views/admin-settings-buttons.php:86
613
+ #, fuzzy
614
+ msgid "Reject Button"
615
+ msgstr "Verwerpen van knop"
616
+
617
+ #: admin/partials/cookie-law-info-admin_settings.php:511
618
+ #: admin/views/admin-settings-buttons.php:157
619
+ msgid "Settings Button"
620
+ msgstr ""
621
+
622
+ #: admin/partials/cookie-law-info-admin_settings.php:556
623
+ #: admin/views/admin-settings-buttons.php:201
624
+ #, fuzzy
625
+ msgid "Read More Link"
626
+ msgstr "“Lees verder” link"
627
+
628
+ #: admin/partials/cookie-law-info-admin_settings.php:557
629
+ #: admin/views/admin-settings-buttons.php:202
630
+ msgid ""
631
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
632
+ "Policy. You can customise it any way you like."
633
+ msgstr ""
634
+
635
+ #: admin/partials/cookie-law-info-admin_settings.php:615
636
+ msgid "Using the Shortcodes"
637
+ msgstr ""
638
+
639
+ #: admin/partials/cookie-law-info-admin_settings.php:617
640
+ #: admin/views/admin-settings-help.php:10
641
+ #, fuzzy
642
+ msgid "Cookie bar shortcodes"
643
+ msgstr "Cookie bar shortcodes"
644
+
645
+ #: admin/partials/cookie-law-info-admin_settings.php:618
646
+ #: admin/views/admin-settings-help.php:11
647
+ #, fuzzy
648
+ msgid ""
649
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
650
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
651
+ "without you having to add any HTML."
652
+ msgstr ""
653
+ "U kunt de shortcodes invoeren in het veld 'bericht' van de Cookie wet Info "
654
+ "bar. Ze voegen mooi opgemaakte knoppen en/of links in de cookie bar, zonder "
655
+ "dat u HTML-code toevoegen."
656
+
657
+ #: admin/partials/cookie-law-info-admin_settings.php:619
658
+ #, fuzzy
659
+ msgid "The shortcodes are:"
660
+ msgstr "De shortcodes zijn:"
661
+
662
+ #: admin/partials/cookie-law-info-admin_settings.php:621
663
+ #: admin/views/admin-settings-help.php:18
664
+ #, fuzzy
665
+ msgid ""
666
+ "If you just want a standard green \"Accept\" button that closes the header "
667
+ "and nothing more, use this shortcode. It is already styled, you don't need "
668
+ "to customise it."
669
+ msgstr ""
670
+ "Als u alleen een standaard groene \"Accept\" -knop wilt die de koptekst "
671
+ "sluit en niets meer, gebruikt u deze shortcode. Het is al gestileerd, je "
672
+ "hoeft het niet aan te passen."
673
+
674
+ #: admin/partials/cookie-law-info-admin_settings.php:623
675
+ #: admin/views/admin-settings-help.php:22
676
+ msgid ""
677
+ "Alternatively you can add a colour value. Choose from: red, blue, orange, "
678
+ "yellow, green or pink."
679
+ msgstr ""
680
+
681
+ #: admin/partials/cookie-law-info-admin_settings.php:623
682
+ #: admin/views/admin-settings-help.php:22
683
+ #, fuzzy
684
+ msgid "Careful to use the British spelling of \"colour\" for the attribute."
685
+ msgstr ""
686
+ "Voorzichtig moet worden gebruikt de Britse spelling van \"kleur\" voor het "
687
+ "kenmerk."
688
+
689
+ #: admin/partials/cookie-law-info-admin_settings.php:625
690
+ #: admin/views/admin-settings-help.php:26
691
+ #, fuzzy
692
+ msgid "This is the \"main button\" you customise above."
693
+ msgstr "Dit is de \"main button\" u hierboven aanpassen."
694
+
695
+ #: admin/partials/cookie-law-info-admin_settings.php:627
696
+ #: admin/views/admin-settings-help.php:31
697
+ #, fuzzy
698
+ msgid "This is the cookie settings button rendering shortcode."
699
+ msgstr "Dit is de shortcode van de cookiesettingsknop die geeft."
700
+
701
+ #: admin/partials/cookie-law-info-admin_settings.php:629
702
+ #: admin/views/admin-settings-help.php:35
703
+ #, fuzzy
704
+ msgid "This is the cookie reject button shortcode."
705
+ msgstr "Dit is de shortcode van de cookieverwijderingsknop."
706
+
707
+ #: admin/partials/cookie-law-info-admin_settings.php:631
708
+ #: admin/views/admin-settings-help.php:39
709
+ #, fuzzy
710
+ msgid "This is the \"read more\" link you customise above."
711
+ msgstr "Dit is de \"Lees meer\" link die u hierboven aanpassen."
712
+
713
+ #: admin/partials/cookie-law-info-admin_settings.php:634
714
+ #: admin/views/admin-settings-help.php:43
715
+ #, fuzzy
716
+ msgid "Other shortcodes"
717
+ msgstr "Andere shortcodes"
718
+
719
+ #: admin/partials/cookie-law-info-admin_settings.php:635
720
+ #: admin/views/admin-settings-help.php:44
721
+ msgid ""
722
+ "These shortcodes can be used in pages and posts on your website. It is not "
723
+ "recommended to use these inside the cookie bar itself."
724
+ msgstr ""
725
+
726
+ #: admin/partials/cookie-law-info-admin_settings.php:637
727
+ #: admin/views/admin-settings-help.php:50
728
+ #, fuzzy
729
+ msgid ""
730
+ "This prints out a nice table of cookies, in line with the guidance given by "
731
+ "the ICO."
732
+ msgstr ""
733
+ "Dit drukt uit een mooie tafel van cookies, in overeenstemming met de "
734
+ "richtsnoeren door de ICO."
735
+
736
+ #: admin/partials/cookie-law-info-admin_settings.php:637
737
+ #: admin/views/admin-settings-help.php:50
738
+ #, fuzzy
739
+ msgid ""
740
+ "You need to enter the cookies your website uses via the Cookie Law Info menu "
741
+ "in your WordPress dashboard."
742
+ msgstr ""
743
+ "U wilt uw website maakt gebruik van cookies via het menu van de Cookie wet "
744
+ "Info in uw WordPress dashboard invoeren."
745
+
746
+ #: admin/partials/cookie-law-info-admin_settings.php:646
747
+ #: admin/views/admin-settings-help.php:61
748
+ msgid "This prints out a nice table of cookies by category."
749
+ msgstr ""
750
+
751
+ #: admin/partials/cookie-law-info-admin_settings.php:647
752
+ #: admin/views/admin-settings-help.php:65
753
+ msgid "This prints the settings popup of cookie category."
754
+ msgstr ""
755
+
756
+ #: admin/partials/cookie-law-info-admin_settings.php:648
757
+ #: admin/views/admin-settings-help.php:69
758
+ #, fuzzy
759
+ msgid ""
760
+ "This shortcode will display a normal HTML link which when clicked, will "
761
+ "delete the cookie set by Cookie Law Info (this cookie is used to remember "
762
+ "that the cookie bar is closed)."
763
+ msgstr ""
764
+ "Deze shortcode geeft een normale HTML-link weer die, wanneer erop wordt "
765
+ "geklikt, de cookie verwijdert die is ingesteld door Cookie Law Info (deze "
766
+ "cookie wordt gebruikt om te onthouden dat de cookie-balk is gesloten)."
767
+
768
+ #: admin/partials/cookie-law-info-admin_settings.php:649
769
+ #: admin/views/admin-settings-help.php:73
770
+ #, fuzzy
771
+ msgid ""
772
+ "Add any text you like- useful if you want e.g. another language to English."
773
+ msgstr ""
774
+ "Geen tekst toevoegt kan je achtige-handig wanneer u bijvoorbeeld een andere "
775
+ "taal naar Engels wilt."
776
+
777
+ #: admin/partials/cookie-law-info-admin_settings.php:655
778
+ #: admin/partials/cookie-law-info-admin_settings1.php:20
779
+ #, fuzzy
780
+ msgid "Advanced"
781
+ msgstr "Geavanceerd"
782
+
783
+ #: admin/partials/cookie-law-info-admin_settings.php:657
784
+ #: admin/views/admin-settings-advanced.php:3
785
+ msgid ""
786
+ "Sometimes themes apply settings that clash with plugins. If that happens, "
787
+ "try adjusting these settings."
788
+ msgstr ""
789
+
790
+ #: admin/partials/cookie-law-info-admin_settings.php:671
791
+ #: admin/views/admin-settings-advanced.php:17
792
+ #, fuzzy
793
+ msgid "Reset all values"
794
+ msgstr "Wis alle invoer"
795
+
796
+ #: admin/partials/cookie-law-info-admin_settings.php:673
797
+ #: admin/views/admin-settings-advanced.php:19
798
+ #, fuzzy
799
+ msgid "Delete settings and reset"
800
+ msgstr "Verwijder instellingen en reset"
801
+
802
+ #: admin/partials/cookie-law-info-admin_settings.php:673
803
+ #: admin/views/admin-settings-advanced.php:19
804
+ #, fuzzy
805
+ msgid "Are you sure you want to delete all your settings?"
806
+ msgstr "WEET JE ZEKER DAT JE ALLE GEGEVENS WILT WISSEN?"
807
+
808
+ #: admin/partials/cookie-law-info-admin_settings.php:674
809
+ #: admin/views/admin-settings-advanced.php:20
810
+ #, fuzzy
811
+ msgid "Warning: this will actually delete your current settings."
812
+ msgstr "Waarschuwing: dit zal uw huidige instellingen eigenlijk verwijderen."
813
+
814
+ #: admin/partials/cookie-law-info-admin_settings.php:716
815
+ msgid "Where did my settings go?"
816
+ msgstr ""
817
+
818
+ #: admin/partials/cookie-law-info-admin_settings.php:717
819
+ #, fuzzy
820
+ msgid "Cookie Law Info version 0.9 has been updated and has new settings."
821
+ msgstr "Cookie wet Info versie 0.9 is geupdate en nieuwe instellingen."
822
+
823
+ #: admin/partials/cookie-law-info-admin_settings.php:717
824
+ #, fuzzy
825
+ msgid "Your previous settings are safe."
826
+ msgstr "Uw vorige instellingen zijn veilig."
827
+
828
+ #: admin/partials/cookie-law-info-admin_settings.php:718
829
+ msgid ""
830
+ "You can either copy over your old settings to this version, or use the new "
831
+ "default values."
832
+ msgstr ""
833
+
834
+ #: admin/partials/cookie-law-info-admin_settings.php:720
835
+ #, fuzzy
836
+ msgid "Would you like to:"
837
+ msgstr "\"Zou je het wel willen?\""
838
+
839
+ #: admin/partials/cookie-law-info-admin_settings.php:722
840
+ #, fuzzy
841
+ msgid "Use previous settings"
842
+ msgstr "De vorige instellingen gebruiken"
843
+
844
+ #: admin/partials/cookie-law-info-admin_settings.php:723
845
+ #, fuzzy
846
+ msgid "Start afresh with the new version"
847
+ msgstr "Beginnen met de nieuwe versie"
848
+
849
+ #: admin/partials/cookie-law-info-admin_settings.php:725
850
+ #, fuzzy
851
+ msgid "Are you sure you want to migrate settings?"
852
+ msgstr "Weet u zeker dat u wilt migreren van de instellingen?"
853
+
854
+ #: admin/partials/cookie-law-info-admin_settings.php:727
855
+ msgid ""
856
+ "If you want to go back to the previous version you can always download it "
857
+ "again from"
858
+ msgstr ""
859
+
860
+ #: admin/partials/cookie-law-info-admin_settings.php:732
861
+ #, fuzzy
862
+ msgid "Help"
863
+ msgstr "Hulp"
864
+
865
+ #: admin/partials/cookie-law-info-admin_settings.php:734
866
+ #: admin/views/admin-settings-help.php:88
867
+ #, fuzzy
868
+ msgid "Help and Support"
869
+ msgstr "Hulp en Ondersteuning"
870
+
871
+ #: admin/partials/cookie-law-info-admin_settings.php:735
872
+ #: admin/views/admin-settings-help.php:95
873
+ #, fuzzy
874
+ msgid "Report a Bug"
875
+ msgstr "Meld een programmafout"
876
+
877
+ #: admin/partials/cookie-law-info-admin_settings.php:736
878
+ #: admin/views/admin-settings-help.php:101
879
+ #, fuzzy
880
+ msgid "Guide"
881
+ msgstr "Gids"
882
+
883
+ #: admin/partials/cookie-law-info-admin_settings.php:737
884
+ #: admin/views/admin-settings-help.php:107
885
+ #, fuzzy
886
+ msgid "About the law"
887
+ msgstr "Over de wet"
888
+
889
+ #: admin/partials/cookie-law-info-admin_settings1.php:11
890
+ msgid "Settings updated."
891
+ msgstr ""
892
+
893
+ #: admin/partials/cookie-law-info-admin_settings1.php:12
894
+ msgid "Unable to update Settings."
895
+ msgstr ""
896
+
897
+ #: admin/partials/cookie-law-info-admin_settings1.php:17
898
+ msgid "General"
899
+ msgstr ""
900
+
901
+ #: admin/partials/cookie-law-info-admin_settings1.php:18
902
+ msgid "Message Bar"
903
+ msgstr ""
904
+
905
+ #: admin/partials/cookie-law-info-admin_settings1.php:22
906
+ msgid "Licence"
907
+ msgstr ""
908
+
909
+ #: admin/partials/cookie-law-info-admin_settings1.php:33
910
+ msgid "Help Guide"
911
+ msgstr ""
912
+
913
+ #: admin/partials/cookie-law-info-privacy_overview.php:59
914
+ msgid "Privacy Overview Title"
915
+ msgstr ""
916
+
917
+ #: admin/partials/cookie-law-info-privacy_overview.php:65
918
+ #: admin/partials/cookie-law-info-privacy_overview.php:70
919
+ msgid "This will be shown in the settings visible for user on consent screen."
920
+ msgstr ""
921
+
922
+ #: admin/partials/cookie-law-info-privacy_overview.php:75
923
+ #, fuzzy
924
+ msgid "Save Settings"
925
+ msgstr "Instellingen opslaan"
926
+
927
+ #: admin/views/admin-settings-buttons.php:17
928
+ #: admin/views/admin-settings-buttons.php:89
929
+ #: admin/views/admin-settings-buttons.php:160
930
+ #: admin/views/admin-settings-buttons.php:205
931
+ msgid "Text"
932
+ msgstr ""
933
+
934
+ #: admin/views/admin-settings-buttons.php:23
935
+ #: admin/views/admin-settings-buttons.php:95
936
+ #: admin/views/admin-settings-buttons.php:166
937
+ #: admin/views/admin-settings-buttons.php:211
938
+ msgid "Text colour"
939
+ msgstr ""
940
+
941
+ #: admin/views/admin-settings-buttons.php:31
942
+ #: admin/views/admin-settings-buttons.php:103
943
+ #: admin/views/admin-settings-buttons.php:174
944
+ #: admin/views/admin-settings-buttons.php:219
945
+ msgid "Show as"
946
+ msgstr ""
947
+
948
+ #: admin/views/admin-settings-buttons.php:39
949
+ #: admin/views/admin-settings-buttons.php:111
950
+ #: admin/views/admin-settings-buttons.php:182
951
+ #: admin/views/admin-settings-buttons.php:227
952
+ msgid "Background colour"
953
+ msgstr ""
954
+
955
+ #: admin/views/admin-settings-buttons.php:56
956
+ #: admin/views/admin-settings-buttons.php:131
957
+ #: admin/views/admin-settings-buttons.php:235
958
+ msgid "URL"
959
+ msgstr ""
960
+
961
+ #: admin/views/admin-settings-buttons.php:64
962
+ #: admin/views/admin-settings-buttons.php:139
963
+ #: admin/views/admin-settings-buttons.php:241
964
+ msgid "Open URL in new window?"
965
+ msgstr ""
966
+
967
+ #: admin/views/admin-settings-buttons.php:75
968
+ #: admin/views/admin-settings-buttons.php:146
969
+ #: admin/views/admin-settings-buttons.php:190
970
+ #: admin/views/admin-settings-buttons.php:248
971
+ msgid "Size"
972
+ msgstr ""
973
+
974
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:374
975
+ #, php-format
976
+ msgid ""
977
+ "The license key for %s has expired. You can reactivate or purchase a license "
978
+ "key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
979
+ msgstr ""
980
+
981
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:385
982
+ #, php-format
983
+ msgid ""
984
+ "The subscription for %s is on-hold. You can reactivate the subscription from "
985
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
986
+ msgstr ""
987
+
988
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:396
989
+ #, php-format
990
+ msgid ""
991
+ "The subscription for %s has been cancelled. You can renew the subscription "
992
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new "
993
+ "license key will be emailed to you after your order has been completed."
994
+ msgstr ""
995
+
996
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:407
997
+ #, php-format
998
+ msgid ""
999
+ "The subscription for %s has expired. You can reactivate the subscription "
1000
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1001
+ msgstr ""
1002
+
1003
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:418
1004
+ #, php-format
1005
+ msgid ""
1006
+ "The subscription for %s has been suspended. You can reactivate the "
1007
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
1008
+ "a>."
1009
+ msgstr ""
1010
+
1011
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:429
1012
+ #, php-format
1013
+ msgid ""
1014
+ "The subscription for %s is still pending. You can check on the status of the "
1015
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
1016
+ "a>."
1017
+ msgstr ""
1018
+
1019
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:440
1020
+ #, php-format
1021
+ msgid ""
1022
+ "The subscription for %s has been placed in the trash and will be deleted "
1023
+ "soon. You can purchase a new subscription from your account <a href=\"%s\" "
1024
+ "target=\"_blank\">dashboard</a>."
1025
+ msgstr ""
1026
+
1027
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:451
1028
+ #, php-format
1029
+ msgid ""
1030
+ "A subscription for %s could not be found. You can purchase a subscription "
1031
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1032
+ msgstr ""
1033
+
1034
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:462
1035
+ #, php-format
1036
+ msgid ""
1037
+ "A license key for %s could not be found. Maybe you forgot to enter a license "
1038
+ "key when setting up %s, or the key was deactivated in your account. You can "
1039
+ "reactivate license key at your plugin <a href=\"%s\" target=\"_blank"
1040
+ "\">settings page</a>."
1041
+ msgstr ""
1042
+
1043
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:473
1044
+ #, php-format
1045
+ msgid ""
1046
+ "Download permission for %s has been revoked possibly due to a license key or "
1047
+ "subscription expiring. You can reactivate or purchase a license key from "
1048
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
1049
+ msgstr ""
1050
+
1051
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:484
1052
+ #, php-format
1053
+ msgid ""
1054
+ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
1055
+ "\">settings page</a> and enter the license key and license email to activate "
1056
+ "%s."
1057
+ msgstr ""
1058
+
1059
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:495
1060
+ #, php-format
1061
+ msgid ""
1062
+ "You changed the subscription for %s, so you will need to enter your new API "
1063
+ "License Key in the settings page. The License Key should have arrived in "
1064
+ "your email inbox, if not you can get it by logging into your account <a href="
1065
+ "\"%s\" target=\"_blank\">dashboard</a>."
1066
+ msgstr ""
1067
+
1068
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:106
1069
+ msgid "Licence Activation"
1070
+ msgstr ""
1071
+
1072
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:110
1073
+ msgid "API Licence Key:"
1074
+ msgstr ""
1075
+
1076
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:111
1077
+ msgid "Licence Key"
1078
+ msgstr ""
1079
+
1080
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:115
1081
+ msgid "Licence Email"
1082
+ msgstr ""
1083
+
1084
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:119
1085
+ msgid "Activate"
1086
+ msgstr ""
1087
+
1088
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:122
1089
+ msgid "Check"
1090
+ msgstr ""
1091
+
1092
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:132
1093
+ msgid "Deactive"
1094
+ msgstr ""
1095
+
1096
+ #: includes/class-cookie-law-info.php:336
1097
+ #, fuzzy
1098
+ msgid ""
1099
+ "This website uses cookies to improve your experience. We'll assume you're ok "
1100
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
1101
+ "[cookie_link]"
1102
+ msgstr ""
1103
+ "Deze website maakt gebruik van cookies om uw ervaring te verbeteren. Wij "
1104
+ "gaan ervan uit dat je bent ok met dit, maar u kunt opt-out als u wenst. "
1105
+ "[cookie_button] [cookie_settings] [cookie_link]"
1106
+
1107
+ #: includes/class-cookie-law-info.php:343
1108
+ #, fuzzy
1109
+ msgid "Privacy & Cookies Policy"
1110
+ msgstr "Privacy & Cookies beleid"
1111
+
1112
+ #: public/class-cookie-law-info-public.php:161
1113
+ msgid "GDPR Cookie Consent"
1114
+ msgstr ""
1115
+
1116
+ #: public/class-cookie-law-info-public.php:162
1117
+ #, fuzzy
1118
+ msgid "Cookie List"
1119
+ msgstr "Cookielijst"
1120
+
1121
+ #: public/class-cookie-law-info-public.php:163
1122
+ #: public/modules/shortcode/shortcode.php:118
1123
+ #: public/modules/shortcode/shortcode.php:191
1124
+ #, fuzzy
1125
+ msgid "Cookie"
1126
+ msgstr "Cookie"
1127
+
1128
+ #: public/class-cookie-law-info-public.php:164
1129
+ msgid "Add New"
1130
+ msgstr ""
1131
+
1132
+ #: public/class-cookie-law-info-public.php:165
1133
+ msgid "Add New Cookie Type"
1134
+ msgstr ""
1135
+
1136
+ #: public/class-cookie-law-info-public.php:166
1137
+ #, fuzzy
1138
+ msgid "Edit Cookie Type"
1139
+ msgstr "Cookie type"
1140
+
1141
+ #: public/class-cookie-law-info-public.php:167
1142
+ #, fuzzy
1143
+ msgid "New Cookie Type"
1144
+ msgstr "Cookie type"
1145
+
1146
+ #: public/class-cookie-law-info-public.php:168
1147
+ #, fuzzy
1148
+ msgid "View Cookie Type"
1149
+ msgstr "Cookie type"
1150
+
1151
+ #: public/class-cookie-law-info-public.php:169
1152
+ #, fuzzy
1153
+ msgid "Search Cookies"
1154
+ msgstr "Zoeken Cookies"
1155
+
1156
+ #: public/class-cookie-law-info-public.php:170
1157
+ #, fuzzy
1158
+ msgid "Nothing found"
1159
+ msgstr "Niet gevonden"
1160
+
1161
+ #: public/class-cookie-law-info-public.php:171
1162
+ #, fuzzy
1163
+ msgid "Nothing found in Trash"
1164
+ msgstr "Niets gevonden in Prullenbak"
1165
+
1166
+ #: public/class-cookie-law-info-public.php:208
1167
+ #: public/modules/script-blocker/script-blocker.php:125
1168
+ #, fuzzy
1169
+ msgid "Cookie Category"
1170
+ msgstr "Cookie categorie"
1171
+
1172
+ #: public/modules/script-blocker/classes/class-script-blocker.php:322
1173
+ msgid "Google Analytics"
1174
+ msgstr ""
1175
+
1176
+ #: public/modules/script-blocker/classes/class-script-blocker.php:336
1177
+ msgid "Facebook Pixel Code"
1178
+ msgstr ""
1179
+
1180
+ #: public/modules/script-blocker/classes/class-script-blocker.php:347
1181
+ msgid "Google Tag Manager"
1182
+ msgstr ""
1183
+
1184
+ #: public/modules/script-blocker/classes/class-script-blocker.php:359
1185
+ #, php-format
1186
+ msgid ""
1187
+ "Invalid index found in the thirdparties array. Index should be of type "
1188
+ "'string'. Index found: %d."
1189
+ msgstr ""
1190
+
1191
+ #: public/modules/script-blocker/classes/class-script-blocker.php:644
1192
+ msgid "Action is unknown."
1193
+ msgstr ""
1194
+
1195
+ #: public/modules/script-blocker/script-blocker.php:245
1196
+ #: public/modules/script-blocker/script-blocker.php:246
1197
+ msgid "Script Blocker"
1198
+ msgstr ""
1199
+
1200
+ #: public/modules/script-blocker/views/admin_script_blocker.php:8
1201
+ msgid "Manage Script Blocking"
1202
+ msgstr ""
1203
+
1204
+ #: public/modules/script-blocker/views/admin_script_blocker.php:21
1205
+ msgid "&nbsp;"
1206
+ msgstr ""
1207
+
1208
+ #: public/modules/script-blocker/views/admin_script_blocker.php:22
1209
+ msgid "Name"
1210
+ msgstr ""
1211
+
1212
+ #: public/modules/script-blocker/views/admin_script_blocker.php:23
1213
+ msgid "Enabled"
1214
+ msgstr ""
1215
+
1216
+ #: public/modules/script-blocker/views/admin_script_blocker.php:24
1217
+ #: public/modules/shortcode/shortcode.php:121
1218
+ #: public/modules/shortcode/shortcode.php:194
1219
+ #, fuzzy
1220
+ msgid "Description"
1221
+ msgstr "Omschrijving"
1222
+
1223
+ #: public/modules/script-blocker/views/admin_script_blocker.php:25
1224
+ msgid "Category"
1225
+ msgstr ""
1226
+
1227
+ #: public/modules/script-blocker/views/admin_script_blocker.php:26
1228
+ msgid "Key"
1229
+ msgstr ""
1230
+
1231
+ #: public/modules/shortcode/shortcode.php:70
1232
+ #, fuzzy
1233
+ msgid "Delete Cookies"
1234
+ msgstr "Hoe Cookies Verwijderen"
1235
+
1236
+ #: public/modules/shortcode/shortcode.php:119
1237
+ #: public/modules/shortcode/shortcode.php:192
1238
+ #, fuzzy
1239
+ msgid "Type"
1240
+ msgstr "Soort"
1241
+
1242
+ #: public/modules/shortcode/shortcode.php:120
1243
+ #: public/modules/shortcode/shortcode.php:193
1244
+ #, fuzzy
1245
+ msgid "Duration"
1246
+ msgstr "Looptijd"
1247
+
1248
+ #: public/modules/visitor-report/classes/class-visitor-history.php:26
1249
+ msgid "No Consent History"
1250
+ msgstr ""
1251
+
1252
+ #: public/modules/visitor-report/classes/class-visitor-history.php:75
1253
+ msgid "IP Address"
1254
+ msgstr ""
1255
+
1256
+ #: public/modules/visitor-report/classes/class-visitor-history.php:76
1257
+ msgid "Visited Date"
1258
+ msgstr ""
1259
+
1260
+ #: public/modules/visitor-report/classes/class-visitor-history.php:77
1261
+ msgid "Cookie Details"
1262
+ msgstr ""
1263
+
1264
+ #: public/modules/visitor-report/classes/class-visitor-history.php:78
1265
+ msgid "User ID"
1266
+ msgstr ""
1267
+
1268
+ #: public/modules/visitor-report/classes/class-visitor-history.php:101
1269
+ msgid "Delete"
1270
+ msgstr ""
1271
+
1272
+ #: public/modules/visitor-report/views/visitor_report.php:9
1273
+ msgid "GDPR Consent History"
1274
+ msgstr ""
1275
+
1276
+ #: public/modules/visitor-report/views/visitor_report.php:11
1277
+ msgid "Export Report"
1278
+ msgstr ""
1279
+
1280
+ #: public/modules/visitor-report/visitor-report.php:132
1281
+ msgid "Event Logged Successfully"
1282
+ msgstr ""
1283
+
1284
+ #: public/modules/visitor-report/visitor-report.php:135
1285
+ msgid "Error"
1286
+ msgstr ""
1287
+
1288
+ #: public/modules/visitor-report/visitor-report.php:141
1289
+ msgid "Logging is not enabled"
1290
+ msgstr ""
1291
+
1292
+ #: public/modules/visitor-report/visitor-report.php:155
1293
+ #: public/modules/visitor-report/visitor-report.php:156
1294
+ msgid "Consent Report"
1295
+ msgstr ""
1296
+
1297
+ #, fuzzy
1298
+ #~ msgid "Reject Button:"
1299
+ #~ msgstr "Weigeren knop:"
1300
+
1301
+ #, fuzzy
1302
+ #~ msgid "Cookie Bar will be show in:"
1303
+ #~ msgstr "Cookie Bar wordt getoond in:"
1304
+
1305
+ #, fuzzy
1306
+ #~ msgid "Auto-hide cookie bar after delay?"
1307
+ #~ msgstr "Auto-huid de staaf van de cookie na vertraging?"
1308
+
1309
+ #, fuzzy
1310
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1311
+ #~ msgstr "Auto-huid de staaf van de cookie als de gebruiker wordt geschoven?"
1312
+
1313
+ #, fuzzy
1314
+ #~ msgid "Button will only link to URL if Action = Show URL"
1315
+ #~ msgstr "Knop zal alleen een link naar de URL als actie = URL weergeven"
1316
+
1317
+ #, fuzzy
1318
+ #~ msgid "Enable Non-necessary Cookie"
1319
+ #~ msgstr "Niet-noodzakelijke Cookie inschakelen"
1320
+
1321
+ #, fuzzy
1322
+ #~ msgid ""
1323
+ #~ "This script will be added to the page HEAD section if the above settings "
1324
+ #~ "is enabled and user has give consent."
1325
+ #~ msgstr ""
1326
+ #~ "Dit script zal worden toegevoegd aan de pagina hoofd sectie als de "
1327
+ #~ "bovenstaande instellingen is ingeschakeld en gebruikers toestemming geven."
1328
+
1329
+ #, fuzzy
1330
+ #~ msgid ""
1331
+ #~ "Print scripts in the head tag on the front end if above cookie settings "
1332
+ #~ "is enabled and user has given consent."
1333
+ #~ msgstr ""
1334
+ #~ "Scripts in de head tag op de front-end afdrukken als boven cookie "
1335
+ #~ "instellingen is ingeschakeld en de gebruiker toestemming heeft gegeven."
1336
+
1337
+ #, fuzzy
1338
+ #~ msgid ""
1339
+ #~ "This script will be added right after the BODY section if the above "
1340
+ #~ "settings is enabled and user has given consent."
1341
+ #~ msgstr ""
1342
+ #~ "Dit script wordt toegevoegd rechts na het lichaam sectie als de "
1343
+ #~ "bovenstaande instellingen is ingeschakeld en de gebruiker toestemming "
1344
+ #~ "heeft gegeven."
1345
+
1346
+ #, fuzzy
1347
+ #~ msgid ""
1348
+ #~ "Print scripts before the closing body tag on the front end if above "
1349
+ #~ "cookie settings is enabled and user has given consent."
1350
+ #~ msgstr ""
1351
+ #~ "Print scripts vóór de afsluitende body-tag aan de voorkant als "
1352
+ #~ "bovenstaande cookie-instellingen zijn ingeschakeld en de gebruiker "
1353
+ #~ "toestemming heeft gegeven."
1354
+
1355
+ #~ msgid "Save"
1356
+ #~ msgstr "Opslaan"
1357
+
1358
+ #, fuzzy
1359
+ #~ msgid "Accept"
1360
+ #~ msgstr "Accepteren"
1361
+
1362
+ #, fuzzy
1363
+ #~ msgid "Reject"
1364
+ #~ msgstr "Reject"
languages/cookie-law-info-sl_SL.mo ADDED
Binary file
languages/cookie-law-info-sl_SL.po ADDED
@@ -0,0 +1,1253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-09-11 11:30+0530\n"
5
+ "PO-Revision-Date: 2018-09-11 11:34+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: sl\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=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
15
+ "%100==4 ? 2 : 3);\n"
16
+ "X-Poedit-KeywordsList: __;_e\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: admin/class-cookie-law-info-admin.php:145
20
+ #: admin/class-cookie-law-info-admin.php:146
21
+ #: admin/partials/cookie-law-info-admin_settings.php:38
22
+ #: admin/partials/cookie-law-info-admin_settings1.php:15
23
+ msgid "Cookie Law Settings"
24
+ msgstr "Nastavitve za pi¹kotke zakon"
25
+
26
+ #: admin/class-cookie-law-info-admin.php:153
27
+ #: admin/class-cookie-law-info-admin.php:154
28
+ #: admin/partials/cookie-law-info-privacy_overview.php:7
29
+ #: admin/partials/cookie-law-info-privacy_overview.php:39
30
+ #: public/views/cookie-law-info_popup_content.php:6
31
+ #: public/views/cookie-law-info_popup_content.php:23
32
+ msgid "Privacy Overview"
33
+ msgstr "Pregled zasebnosti"
34
+
35
+ #: admin/class-cookie-law-info-admin.php:163
36
+ #: admin/partials/cookie-law-info-admin_settings.php:126
37
+ #: includes/class-cookie-law-info.php:317
38
+ msgid "Settings"
39
+ msgstr "Nastavitve"
40
+
41
+ #: admin/class-cookie-law-info-admin.php:164
42
+ msgid "Support"
43
+ msgstr "Podpora"
44
+
45
+ #: admin/class-cookie-law-info-admin.php:184
46
+ #: admin/partials/cookie-law-info-admin_settings.php:4
47
+ msgid "You do not have sufficient permission to perform this operation"
48
+ msgstr "Nimate zadostnih dovoljenj za izvedbo te operacije"
49
+
50
+ #: admin/class-cookie-law-info-admin.php:202
51
+ #: admin/partials/cookie-law-info-admin_settings.php:20
52
+ #: admin/partials/cookie-law-info-privacy_overview.php:33
53
+ msgid "Settings Updated."
54
+ msgstr "Nastavitve posodobljene."
55
+
56
+ #: admin/class-cookie-law-info-admin.php:219
57
+ #: admin/partials/cookie-law-info-admin_settings.php:28
58
+ #: admin/partials/cookie-law-info-admin_settings.php:55
59
+ msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
60
+ msgstr "SELITEV NASTAVITEV NAPAKE (NAPAKA: 2)"
61
+
62
+ #: admin/class-cookie-law-info-admin.php:417
63
+ #: admin/class-cookie-law-info-admin.php:431
64
+ msgid "Priority: (Numeric - Higher the value, higher the priority)"
65
+ msgstr "Prednostna naloga: (številčno - višjo vrednost, višjo prednost)"
66
+
67
+ #: admin/class-cookie-law-info-admin.php:453
68
+ msgid "Priority"
69
+ msgstr "Prednost"
70
+
71
+ #: admin/modules/csv-export/csv-export.php:33
72
+ msgid "Scan & Download"
73
+ msgstr "Skeniranje & Download"
74
+
75
+ #: admin/modules/csv-export/csv-export.php:53
76
+ #: admin/modules/csv-export/csv-export.php:54
77
+ msgid "Export Cookie"
78
+ msgstr "Izvoz piškotek"
79
+
80
+ #: admin/modules/csv-export/csv-export.php:86
81
+ #: admin/modules/csv-import/csv-import.php:200
82
+ msgid "You do not have sufficient permissions to access this page."
83
+ msgstr "Nimate dovolj pravic za dostop do te strani."
84
+
85
+ #: admin/modules/csv-export/views/export_cookies.php:2
86
+ msgid "Export as CSV file"
87
+ msgstr "Izvozi kot CSV"
88
+
89
+ #: admin/modules/csv-export/views/export_cookies.php:8
90
+ msgid "Export"
91
+ msgstr "Izvoz"
92
+
93
+ #: admin/modules/csv-import/csv-import.php:70
94
+ msgid "Scan & Import"
95
+ msgstr "Skeniranje & uvoz"
96
+
97
+ #: admin/modules/csv-import/csv-import.php:148
98
+ #: admin/modules/csv-import/csv-import.php:149
99
+ msgid "Import Cookie"
100
+ msgstr "Uvoz piškotek"
101
+
102
+ #: admin/modules/csv-import/csv-import.php:366
103
+ #, php-format
104
+ msgid "BEGIN %s"
105
+ msgstr "ZAČETEK %s"
106
+
107
+ #: admin/modules/csv-import/csv-import.php:371
108
+ #, php-format
109
+ msgid "[Line %1$s] %2$s"
110
+ msgstr "%1$s %2$s"
111
+
112
+ #: admin/modules/csv-import/views/import_cookies.php:2
113
+ msgid "Import from a CSV file"
114
+ msgstr "Uvoz iz datoteke CSV"
115
+
116
+ #: admin/modules/csv-import/views/import_cookies.php:12
117
+ #, php-format
118
+ msgid ""
119
+ "Notice: please make the directory %s writable so that you can see the error "
120
+ "log."
121
+ msgstr ""
122
+ "Opomba: naredite imenik%s zapisljiv, tako da si lahko ogledate dnevnik napak."
123
+
124
+ #: admin/modules/csv-import/views/import_cookies.php:25
125
+ #, php-format
126
+ msgid ", please <a href=\"%s\">check the error log</a>"
127
+ msgstr ", prosimo, <a href=\"%s\">preglejte dnevnik</a>"
128
+
129
+ #: admin/modules/csv-import/views/import_cookies.php:29
130
+ msgid "Error during file upload."
131
+ msgstr "Med nalaganje datotek je prišlo do napake."
132
+
133
+ #: admin/modules/csv-import/views/import_cookies.php:32
134
+ msgid "Cannot extract data from uploaded file or no file was uploaded."
135
+ msgstr "Ekstrahiranje podatkov iz prenesene datoteke ali ni bila prenesena."
136
+
137
+ #: admin/modules/csv-import/views/import_cookies.php:35
138
+ #, php-format
139
+ msgid "No posts was successfully imported%s."
140
+ msgstr "Ni delovnih mest je bila uspešno uvožena %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 "Nekaj delovnih mest, so bili uspešno uvoženi, vendar nekateri niso %s."
146
+
147
+ #: admin/modules/csv-import/views/import_cookies.php:41
148
+ msgid "Post import was successful."
149
+ msgstr "Uvoz je bil uspešen!"
150
+
151
+ #: admin/modules/csv-import/views/import_cookies.php:52
152
+ msgid "CSV file"
153
+ msgstr "CSV datoteka"
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 "Morda boste želeli videti <a href=\"%s\">primer datoteke CSV</a>."
159
+
160
+ #: admin/modules/csv-import/views/import_cookies.php:60
161
+ msgid "Import"
162
+ msgstr "Uvoz"
163
+
164
+ #: admin/partials/cookie-law-info-admin_settings.php:64
165
+ msgid "Error processing migration request (ERROR: 4)"
166
+ msgstr "Napako med obdelovanjem selitveno zahtevo (napaka: 4)"
167
+
168
+ #: admin/partials/cookie-law-info-admin_settings.php:93
169
+ msgid "Your Cookie Law Info bar is switched on"
170
+ msgstr "Vaš piškotek prava Info bar vklopljen"
171
+
172
+ #: admin/partials/cookie-law-info-admin_settings.php:96
173
+ msgid "Your Cookie Law Info bar is switched off"
174
+ msgstr "Vaš piškotek prava Informacijska vrstica izklopljena"
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 "Posodobi nastavitve"
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 "Piškotek Bar je trenutno:"
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 "Vklop"
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 "Izklop"
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 "Pokaži le za države članice EU (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 "Usposobiti drvarsko delo soglasja"
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 "Piškotek Bar, bo prikazan v:"
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 "Glava"
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 "Določi piškotek Bar v glavo?"
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 "Da"
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 "Ne"
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
+ "Če izberete \"Glava\" potem lahko po želji držijo piškotek bar v glavo. Ne "
296
+ "bo imel nobenega vpliva, če izberete \"Noge\"."
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 "Na obremenitev"
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 "& Animiraj"
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 "Lepljiv"
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 "Koža"
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 "Izginejo"
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 "Auto-hide(Accept) piškotek vrstico po zamude?"
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 "Milisekund do skrite"
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 "Določite milisekund (ne sekund)"
347
+
348
+ #: admin/partials/cookie-law-info-admin_settings.php:227
349
+ #: admin/views/admin-settings-general.php:107
350
+ msgid "seconds"
351
+ msgstr "sekunde"
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 ""
357
+ "Samodejno skriti piškotek, če se uporabnik pomika (Sprejmi na drsniku)?"
358
+
359
+ #: admin/partials/cookie-law-info-admin_settings.php:237
360
+ #: admin/views/admin-settings-general.php:117
361
+ msgid ""
362
+ "As per latest GDPR policies it is required to take an explicit consent for "
363
+ "the cookies. Use this option with discretion especially if you serve EU"
364
+ msgstr ""
365
+ "V skladu z najnovejšimi politikami o BDP je treba piškotke izrecno dovoliti. "
366
+ "To možnost uporabite s presojo, še posebej, če služite EU"
367
+
368
+ #: admin/partials/cookie-law-info-admin_settings.php:241
369
+ #: admin/views/admin-settings-general.php:121
370
+ msgid "Reload after \"scroll accept\" event?"
371
+ msgstr "Znova naložite dogodek po »drsnem sprejemanju«?"
372
+
373
+ #: admin/partials/cookie-law-info-admin_settings.php:252
374
+ #: admin/views/admin-settings-general.php:132
375
+ msgid "Reload after Accept button click"
376
+ msgstr "Ponovno naloži, ko klikne gumb Sprejmi"
377
+
378
+ #: admin/partials/cookie-law-info-admin_settings.php:259
379
+ #: admin/views/admin-settings-general.php:139
380
+ msgid "Reload after Reject button click"
381
+ msgstr "Ponovno naloži po zavrnitvi gumba"
382
+
383
+ #: admin/partials/cookie-law-info-admin_settings.php:270
384
+ #: admin/views/admin-settings-general.php:152
385
+ msgid "Use Show Again Tab?"
386
+ msgstr "Uporaba pokazati še kartico?"
387
+
388
+ #: admin/partials/cookie-law-info-admin_settings.php:277
389
+ #: admin/views/admin-settings-general.php:159
390
+ msgid "Tab Position"
391
+ msgstr "Položaj zavihkaCurrent form&apos; s actions"
392
+
393
+ #: admin/partials/cookie-law-info-admin_settings.php:282
394
+ #: admin/partials/cookie-law-info-admin_settings.php:285
395
+ #: admin/views/admin-settings-general.php:164
396
+ #: admin/views/admin-settings-general.php:167
397
+ msgid "Right"
398
+ msgstr "Desno"
399
+
400
+ #: admin/partials/cookie-law-info-admin_settings.php:283
401
+ #: admin/partials/cookie-law-info-admin_settings.php:286
402
+ #: admin/views/admin-settings-general.php:165
403
+ #: admin/views/admin-settings-general.php:168
404
+ msgid "Left"
405
+ msgstr "Levo"
406
+
407
+ #: admin/partials/cookie-law-info-admin_settings.php:293
408
+ #: admin/views/admin-settings-general.php:175
409
+ msgid "From Left Margin"
410
+ msgstr "Levi rob"
411
+
412
+ #: admin/partials/cookie-law-info-admin_settings.php:296
413
+ #: admin/views/admin-settings-general.php:178
414
+ msgid "Specify"
415
+ msgstr "Navedite"
416
+
417
+ #: admin/partials/cookie-law-info-admin_settings.php:300
418
+ #: admin/views/admin-settings-general.php:182
419
+ msgid "Show More Text"
420
+ msgstr "Prikaži več besedila"
421
+
422
+ #: admin/partials/cookie-law-info-admin_settings.php:307
423
+ msgid "Cookie Law Message Bar"
424
+ msgstr "Piškotek pravo sporočilo zasova"
425
+
426
+ #: admin/partials/cookie-law-info-admin_settings.php:311
427
+ #: admin/views/admin-settings-messagebar.php:5
428
+ msgid "Message"
429
+ msgstr "Sporočilo"
430
+
431
+ #: admin/partials/cookie-law-info-admin_settings.php:317
432
+ #: admin/views/admin-settings-messagebar.php:11
433
+ msgid "Shortcodes allowed: see settngs section \"Using the Shortcodes\"."
434
+ msgstr "Shortcodes dovoliti: glej oddelek settngs \"Z uporabo Shortcodes\"."
435
+
436
+ #: admin/partials/cookie-law-info-admin_settings.php:317
437
+ #: admin/views/admin-settings-messagebar.php:11
438
+ msgid ""
439
+ "Examples: \"We use cookies on this website [cookie_accept] to find out how "
440
+ "to delete cookies [cookie_link].\""
441
+ msgstr ""
442
+ "Primeri: \"uporabljamo piškotke na tej spletni strani [cookie_accept] "
443
+ "ugotoviti, kako izbrišete piškotke [cookie_link].\""
444
+
445
+ #: admin/partials/cookie-law-info-admin_settings.php:321
446
+ #: admin/views/admin-settings-messagebar.php:15
447
+ msgid "Cookie Bar Colour"
448
+ msgstr "Barva piškotka"
449
+
450
+ #: admin/partials/cookie-law-info-admin_settings.php:331
451
+ #: admin/views/admin-settings-messagebar.php:25
452
+ msgid "Text Colour"
453
+ msgstr "Barva"
454
+
455
+ #: admin/partials/cookie-law-info-admin_settings.php:340
456
+ #: admin/views/admin-settings-messagebar.php:34
457
+ msgid "Show Border?"
458
+ msgstr "Prikaži okvir"
459
+
460
+ #: admin/partials/cookie-law-info-admin_settings.php:348
461
+ #: admin/views/admin-settings-messagebar.php:42
462
+ msgid "Border Colour"
463
+ msgstr "Barva obrobe"
464
+
465
+ #: admin/partials/cookie-law-info-admin_settings.php:356
466
+ #: admin/views/admin-settings-messagebar.php:50
467
+ msgid "Font"
468
+ msgstr "Pisava"
469
+
470
+ #: admin/partials/cookie-law-info-admin_settings.php:367
471
+ #: admin/partials/cookie-law-info-admin_settings1.php:19
472
+ msgid "Customise Buttons"
473
+ msgstr "Prilagodite gumbi"
474
+
475
+ #: admin/partials/cookie-law-info-admin_settings.php:370
476
+ msgid "Accept Button"
477
+ msgstr "Sprejeti gumb"
478
+
479
+ #: admin/partials/cookie-law-info-admin_settings.php:372
480
+ #: admin/views/admin-settings-buttons.php:13
481
+ msgid "Main Button"
482
+ msgstr "Gumb"
483
+
484
+ #: admin/partials/cookie-law-info-admin_settings.php:373
485
+ #: admin/views/admin-settings-buttons.php:14
486
+ msgid ""
487
+ "This button/link can be customised to either simply close the cookie bar, or "
488
+ "follow a link. You can also customise the colours and styles, and show it as "
489
+ "a link or a button."
490
+ msgstr ""
491
+ "Ta gumb/povezavo lahko meri bodisi preprosto zapreti vrstico piškotek, ali "
492
+ "slediti povezavo. Lahko tudi prilagodite barve in sloge, in prikazati kot "
493
+ "povezavo ali gumb."
494
+
495
+ #: admin/partials/cookie-law-info-admin_settings.php:376
496
+ #: admin/partials/cookie-law-info-admin_settings.php:443
497
+ #: admin/partials/cookie-law-info-admin_settings.php:515
498
+ #: admin/partials/cookie-law-info-admin_settings.php:560
499
+ msgid "Link Text"
500
+ msgstr "Besedilo povezave"
501
+
502
+ #: admin/partials/cookie-law-info-admin_settings.php:382
503
+ #: admin/partials/cookie-law-info-admin_settings.php:449
504
+ #: admin/views/admin-settings-buttons.php:48
505
+ #: admin/views/admin-settings-buttons.php:119
506
+ msgid "Action"
507
+ msgstr "Akcije"
508
+
509
+ #: admin/partials/cookie-law-info-admin_settings.php:390
510
+ #: admin/partials/cookie-law-info-admin_settings.php:461
511
+ #: admin/partials/cookie-law-info-admin_settings.php:566
512
+ msgid "Link URL"
513
+ msgstr "URl povezava"
514
+
515
+ #: admin/partials/cookie-law-info-admin_settings.php:393
516
+ #: admin/partials/cookie-law-info-admin_settings.php:464
517
+ #: admin/views/admin-settings-buttons.php:59
518
+ #: admin/views/admin-settings-buttons.php:134
519
+ msgid "Button will only link to URL if Action = Open URL"
520
+ msgstr "Gumb se bo povezal samo z URL-jem, če je Action = Open URL"
521
+
522
+ #: admin/partials/cookie-law-info-admin_settings.php:398
523
+ #: admin/partials/cookie-law-info-admin_settings.php:469
524
+ #: admin/partials/cookie-law-info-admin_settings.php:582
525
+ msgid "Open link in new window?"
526
+ msgstr "Odpri povezavo v novem zavihku"
527
+
528
+ #: admin/partials/cookie-law-info-admin_settings.php:405
529
+ #: admin/partials/cookie-law-info-admin_settings.php:476
530
+ #: admin/partials/cookie-law-info-admin_settings.php:521
531
+ #: admin/partials/cookie-law-info-admin_settings.php:572
532
+ msgid "Link colour"
533
+ msgstr "Barva"
534
+
535
+ #: admin/partials/cookie-law-info-admin_settings.php:413
536
+ #: admin/partials/cookie-law-info-admin_settings.php:484
537
+ #: admin/partials/cookie-law-info-admin_settings.php:529
538
+ #: admin/partials/cookie-law-info-admin_settings.php:589
539
+ msgid "Show as button?"
540
+ msgstr "Prikaži kot gumb?"
541
+
542
+ #: admin/partials/cookie-law-info-admin_settings.php:415
543
+ #: admin/partials/cookie-law-info-admin_settings.php:486
544
+ #: admin/partials/cookie-law-info-admin_settings.php:531
545
+ #: admin/partials/cookie-law-info-admin_settings.php:591
546
+ #: admin/views/admin-settings-buttons.php:33
547
+ #: admin/views/admin-settings-buttons.php:105
548
+ #: admin/views/admin-settings-buttons.php:176
549
+ #: admin/views/admin-settings-buttons.php:221
550
+ msgid "Button"
551
+ msgstr "Gumb"
552
+
553
+ #: admin/partials/cookie-law-info-admin_settings.php:416
554
+ #: admin/partials/cookie-law-info-admin_settings.php:487
555
+ #: admin/partials/cookie-law-info-admin_settings.php:532
556
+ #: admin/partials/cookie-law-info-admin_settings.php:592
557
+ #: admin/views/admin-settings-buttons.php:35
558
+ #: admin/views/admin-settings-buttons.php:107
559
+ #: admin/views/admin-settings-buttons.php:178
560
+ #: admin/views/admin-settings-buttons.php:223
561
+ msgid "Link"
562
+ msgstr "Povezava"
563
+
564
+ #: admin/partials/cookie-law-info-admin_settings.php:420
565
+ #: admin/partials/cookie-law-info-admin_settings.php:491
566
+ #: admin/partials/cookie-law-info-admin_settings.php:536
567
+ #: admin/partials/cookie-law-info-admin_settings.php:596
568
+ msgid "Button colour"
569
+ msgstr "Barva gumba"
570
+
571
+ #: admin/partials/cookie-law-info-admin_settings.php:428
572
+ #: admin/partials/cookie-law-info-admin_settings.php:499
573
+ #: admin/partials/cookie-law-info-admin_settings.php:544
574
+ #: admin/partials/cookie-law-info-admin_settings.php:604
575
+ msgid "Button Size"
576
+ msgstr "Velikost gumba"
577
+
578
+ #: admin/partials/cookie-law-info-admin_settings.php:439
579
+ #: admin/views/admin-settings-buttons.php:86
580
+ msgid "Reject Button"
581
+ msgstr "Zavrni gumb"
582
+
583
+ #: admin/partials/cookie-law-info-admin_settings.php:511
584
+ #: admin/views/admin-settings-buttons.php:157
585
+ msgid "Settings Button"
586
+ msgstr "Gumb nastavitve"
587
+
588
+ #: admin/partials/cookie-law-info-admin_settings.php:556
589
+ #: admin/views/admin-settings-buttons.php:201
590
+ msgid "Read More Link"
591
+ msgstr "Povezava Preberi več"
592
+
593
+ #: admin/partials/cookie-law-info-admin_settings.php:557
594
+ #: admin/views/admin-settings-buttons.php:202
595
+ msgid ""
596
+ "This button/link can be used to provide a link out to your Privacy & Cookie "
597
+ "Policy. You can customise it any way you like."
598
+ msgstr ""
599
+ "Ta gumb / povezava lahko uporabite za povezavo z vašo Politiko zasebnosti in "
600
+ "piškotkov. Lahko jo prilagodite poljubno, kot želite."
601
+
602
+ #: admin/partials/cookie-law-info-admin_settings.php:615
603
+ msgid "Using the Shortcodes"
604
+ msgstr "Uporaba kratkih kod"
605
+
606
+ #: admin/partials/cookie-law-info-admin_settings.php:617
607
+ #: admin/views/admin-settings-help.php:10
608
+ msgid "Cookie bar shortcodes"
609
+ msgstr "Kratke kode piškotkov"
610
+
611
+ #: admin/partials/cookie-law-info-admin_settings.php:618
612
+ #: admin/views/admin-settings-help.php:11
613
+ msgid ""
614
+ "You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
615
+ "bar. They add nicely formatted buttons and/or links into the cookie bar, "
616
+ "without you having to add any HTML."
617
+ msgstr ""
618
+ "Vnesete lahko kratke kode v polju »sporočilo« v Info Baru za piškotke. V "
619
+ "piškotek dodajo lepo oblikovane gumbe in / ali povezave, ne da bi morali "
620
+ "dodati katerikoli HTML."
621
+
622
+ #: admin/partials/cookie-law-info-admin_settings.php:619
623
+ msgid "The shortcodes are:"
624
+ msgstr "Kratke kode so:"
625
+
626
+ #: admin/partials/cookie-law-info-admin_settings.php:621
627
+ #: admin/views/admin-settings-help.php:18
628
+ msgid ""
629
+ "If you just want a standard green \"Accept\" button that closes the header "
630
+ "and nothing more, use this shortcode. It is already styled, you don't need "
631
+ "to customise it."
632
+ msgstr ""
633
+ "Če želite preprost zeleni gumb \"Sprejmi\", ki zapre glavo in nič več, "
634
+ "uporabite to kratko številko. To je že styled, vam ga ni treba prilagajati."
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
+ "Alternativno lahko dodate barvno vrednost. Izbirate: rdeča, modra, oranžna, "
643
+ "rumena, zelena ali roza."
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 "Previdno uporabljati britanski črkovanje \"barve\" za atribut."
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 "To je \"glavni gumb\" jih prilagodite zgoraj."
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 "To je piškotek nastavitve gumb upodabljanje nezadostnost."
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 "To je piškotek Zavrni gumb nezadostnost."
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 "To je \"Preberite več\" povezavo, boste prilagodite zgoraj."
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 "Druge kratice"
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
+ "Te shortcodes, lahko uporabijo na strani in objav na vaši spletni strani. Ne "
682
+ "priporočamo uporabo teh znotraj piškotek bar sama."
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
+ "Natisne to lepo kazalo piškotke, v skladu z napotki, ki jih je mednarodna "
691
+ "organizacija 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
+ "Vpišite piškotke, ki jih vaše spletno mesto uporablja prek menija Info o "
700
+ "piškotkih na vaši nadzorni plošči programa WordPress."
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 "Natisne to lepo kazalo piškotke po kategoriji."
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 "To natisne nastavitve ljudstvo piškotek kategorije."
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
+ "Ta kratka koda bo prikazala običajno povezavo HTML, ki jo bo ob kliku "
720
+ "izbrisal piškotek, ki ga nastavijo Info o piškotkih (ta piškotek se "
721
+ "uporablja za zapomnitev zaprtja piškotka)."
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
+ "Dodajte besedilo, vas kot-uporabno, če želite, npr. drug jezik v angleški."
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 "Dodatno"
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
+ "Včasih teme uporabiti nastavitve, ki v nasprotju z plugins. Če se to zgodi, "
742
+ "poskusite prilagoditi nastavitve."
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 "Ponastavi vse vrednosti"
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 "Izbrišite nastavitve in ponastavite"
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 "Ali ste prepričani, da želite izbrisati?"
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 "Opozorilo: to bo dejansko izbrisati trenutne nastavitve."
763
+
764
+ #: admin/partials/cookie-law-info-admin_settings.php:716
765
+ msgid "Where did my settings go?"
766
+ msgstr "Kam so izginile moje nastavitve?"
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
+ "Piškotek prava Info različica 0,9 je bil posodobljen in ima nove nastavitve."
772
+
773
+ #: admin/partials/cookie-law-info-admin_settings.php:717
774
+ msgid "Your previous settings are safe."
775
+ msgstr "Prejšnje nastavitve so varni."
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
+ "V to različico lahko kopirate stare nastavitve ali uporabite nove privzete "
783
+ "vrednosti."
784
+
785
+ #: admin/partials/cookie-law-info-admin_settings.php:720
786
+ msgid "Would you like to:"
787
+ msgstr "Bi želeli:"
788
+
789
+ #: admin/partials/cookie-law-info-admin_settings.php:722
790
+ msgid "Use previous settings"
791
+ msgstr "Uporabo prejšnje nastavitve"
792
+
793
+ #: admin/partials/cookie-law-info-admin_settings.php:723
794
+ msgid "Start afresh with the new version"
795
+ msgstr "Začeti znova z novo različico"
796
+
797
+ #: admin/partials/cookie-law-info-admin_settings.php:725
798
+ msgid "Are you sure you want to migrate settings?"
799
+ msgstr "Ali ste prepričani, da želite uporabljati nastavitve?"
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 "Če želite vrniti na prejšnjo različico lahko vedno prenesete s ponovno"
806
+
807
+ #: admin/partials/cookie-law-info-admin_settings.php:732
808
+ msgid "Help"
809
+ msgstr "Pomoč"
810
+
811
+ #: admin/partials/cookie-law-info-admin_settings.php:734
812
+ #: admin/views/admin-settings-help.php:88
813
+ msgid "Help and Support"
814
+ msgstr "Poiščite pomoč in podporo"
815
+
816
+ #: admin/partials/cookie-law-info-admin_settings.php:735
817
+ #: admin/views/admin-settings-help.php:95
818
+ msgid "Report a Bug"
819
+ msgstr "Poročilo Bug"
820
+
821
+ #: admin/partials/cookie-law-info-admin_settings.php:736
822
+ #: admin/views/admin-settings-help.php:101
823
+ msgid "Guide"
824
+ msgstr "Vodilo"
825
+
826
+ #: admin/partials/cookie-law-info-admin_settings.php:737
827
+ #: admin/views/admin-settings-help.php:107
828
+ msgid "About the law"
829
+ msgstr "O zakonu"
830
+
831
+ #: admin/partials/cookie-law-info-admin_settings1.php:11
832
+ msgid "Settings updated."
833
+ msgstr "Postavke izmenjene."
834
+
835
+ #: admin/partials/cookie-law-info-admin_settings1.php:12
836
+ msgid "Unable to update Settings."
837
+ msgstr "Ni mogoče posodobiti nastavitve."
838
+
839
+ #: admin/partials/cookie-law-info-admin_settings1.php:17
840
+ msgid "General"
841
+ msgstr "Splošno"
842
+
843
+ #: admin/partials/cookie-law-info-admin_settings1.php:18
844
+ msgid "Message Bar"
845
+ msgstr "] Sporočilna vrstica"
846
+
847
+ #: admin/partials/cookie-law-info-admin_settings1.php:22
848
+ msgid "Licence"
849
+ msgstr "Licenca"
850
+
851
+ #: admin/partials/cookie-law-info-admin_settings1.php:33
852
+ msgid "Help Guide"
853
+ msgstr "Vodilo"
854
+
855
+ #: admin/partials/cookie-law-info-privacy_overview.php:59
856
+ msgid "Privacy Overview Title"
857
+ msgstr "Osamljenost pregled naslov"
858
+
859
+ #: admin/partials/cookie-law-info-privacy_overview.php:65
860
+ #: admin/partials/cookie-law-info-privacy_overview.php:70
861
+ msgid "This will be shown in the settings visible for user on consent screen."
862
+ msgstr "To bo prikazan v nastavitvah vidne za uporabnika na zaslonu soglasja."
863
+
864
+ #: admin/partials/cookie-law-info-privacy_overview.php:75
865
+ msgid "Save Settings"
866
+ msgstr "Shrani nastavitve"
867
+
868
+ #: admin/views/admin-settings-buttons.php:17
869
+ #: admin/views/admin-settings-buttons.php:89
870
+ #: admin/views/admin-settings-buttons.php:160
871
+ #: admin/views/admin-settings-buttons.php:205
872
+ msgid "Text"
873
+ msgstr "Text"
874
+
875
+ #: admin/views/admin-settings-buttons.php:23
876
+ #: admin/views/admin-settings-buttons.php:95
877
+ #: admin/views/admin-settings-buttons.php:166
878
+ #: admin/views/admin-settings-buttons.php:211
879
+ msgid "Text colour"
880
+ msgstr "Text colour"
881
+
882
+ #: admin/views/admin-settings-buttons.php:31
883
+ #: admin/views/admin-settings-buttons.php:103
884
+ #: admin/views/admin-settings-buttons.php:174
885
+ #: admin/views/admin-settings-buttons.php:219
886
+ msgid "Show as"
887
+ msgstr "Prikaži kot"
888
+
889
+ #: admin/views/admin-settings-buttons.php:39
890
+ #: admin/views/admin-settings-buttons.php:111
891
+ #: admin/views/admin-settings-buttons.php:182
892
+ #: admin/views/admin-settings-buttons.php:227
893
+ msgid "Background colour"
894
+ msgstr "Background colour"
895
+
896
+ #: admin/views/admin-settings-buttons.php:56
897
+ #: admin/views/admin-settings-buttons.php:131
898
+ #: admin/views/admin-settings-buttons.php:235
899
+ msgid "URL"
900
+ msgstr ""
901
+
902
+ #: admin/views/admin-settings-buttons.php:64
903
+ #: admin/views/admin-settings-buttons.php:139
904
+ #: admin/views/admin-settings-buttons.php:241
905
+ msgid "Open URL in new window?"
906
+ msgstr ""
907
+
908
+ #: admin/views/admin-settings-buttons.php:75
909
+ #: admin/views/admin-settings-buttons.php:146
910
+ #: admin/views/admin-settings-buttons.php:190
911
+ #: admin/views/admin-settings-buttons.php:248
912
+ msgid "Size"
913
+ msgstr ""
914
+
915
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:374
916
+ #, php-format
917
+ msgid ""
918
+ "The license key for %s has expired. You can reactivate or purchase a license "
919
+ "key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
920
+ msgstr ""
921
+
922
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:385
923
+ #, php-format
924
+ msgid ""
925
+ "The subscription for %s is on-hold. You can reactivate the subscription from "
926
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
927
+ msgstr ""
928
+
929
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:396
930
+ #, php-format
931
+ msgid ""
932
+ "The subscription for %s has been cancelled. You can renew the subscription "
933
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new "
934
+ "license key will be emailed to you after your order has been completed."
935
+ msgstr ""
936
+
937
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:407
938
+ #, php-format
939
+ msgid ""
940
+ "The subscription for %s has expired. You can reactivate the subscription "
941
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
942
+ msgstr ""
943
+
944
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:418
945
+ #, php-format
946
+ msgid ""
947
+ "The subscription for %s has been suspended. You can reactivate the "
948
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
949
+ "a>."
950
+ msgstr ""
951
+
952
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:429
953
+ #, php-format
954
+ msgid ""
955
+ "The subscription for %s is still pending. You can check on the status of the "
956
+ "subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</"
957
+ "a>."
958
+ msgstr ""
959
+
960
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:440
961
+ #, php-format
962
+ msgid ""
963
+ "The subscription for %s has been placed in the trash and will be deleted "
964
+ "soon. You can purchase a new subscription from your account <a href=\"%s\" "
965
+ "target=\"_blank\">dashboard</a>."
966
+ msgstr ""
967
+
968
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:451
969
+ #, php-format
970
+ msgid ""
971
+ "A subscription for %s could not be found. You can purchase a subscription "
972
+ "from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
973
+ msgstr ""
974
+
975
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:462
976
+ #, php-format
977
+ msgid ""
978
+ "A license key for %s could not be found. Maybe you forgot to enter a license "
979
+ "key when setting up %s, or the key was deactivated in your account. You can "
980
+ "reactivate license key at your plugin <a href=\"%s\" target=\"_blank"
981
+ "\">settings page</a>."
982
+ msgstr ""
983
+
984
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:473
985
+ #, php-format
986
+ msgid ""
987
+ "Download permission for %s has been revoked possibly due to a license key or "
988
+ "subscription expiring. You can reactivate or purchase a license key from "
989
+ "your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
990
+ msgstr ""
991
+
992
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:484
993
+ #, php-format
994
+ msgid ""
995
+ "%s has not been activated. Go to the plugin <a href=\"%s\" target=\"_blank"
996
+ "\">settings page</a> and enter the license key and license email to activate "
997
+ "%s."
998
+ msgstr ""
999
+
1000
+ #: admin/wf_api_manager/class-wc-am-plugin-update.php:495
1001
+ #, php-format
1002
+ msgid ""
1003
+ "You changed the subscription for %s, so you will need to enter your new API "
1004
+ "License Key in the settings page. The License Key should have arrived in "
1005
+ "your email inbox, if not you can get it by logging into your account <a href="
1006
+ "\"%s\" target=\"_blank\">dashboard</a>."
1007
+ msgstr ""
1008
+
1009
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:106
1010
+ msgid "Licence Activation"
1011
+ msgstr ""
1012
+
1013
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:110
1014
+ msgid "API Licence Key:"
1015
+ msgstr "Licenčni ključ API:"
1016
+
1017
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:111
1018
+ msgid "Licence Key"
1019
+ msgstr ""
1020
+
1021
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:115
1022
+ msgid "Licence Email"
1023
+ msgstr ""
1024
+
1025
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:119
1026
+ msgid "Activate"
1027
+ msgstr ""
1028
+
1029
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:122
1030
+ msgid "Check"
1031
+ msgstr ""
1032
+
1033
+ #: admin/wf_api_manager/html/html-wf-activation-window.php:132
1034
+ msgid "Deactive"
1035
+ msgstr ""
1036
+
1037
+ #: includes/class-cookie-law-info.php:336
1038
+ msgid ""
1039
+ "This website uses cookies to improve your experience. We'll assume you're ok "
1040
+ "with this, but you can opt-out if you wish.[cookie_button] [cookie_settings] "
1041
+ "[cookie_link]"
1042
+ msgstr ""
1043
+ "Ta spletna stran uporablja piškotke za izboljšanje svojih izkušenj. "
1044
+ "Predvidevamo, da ste v redu s tem, vendar lahko onemogočite, če želite. "
1045
+ "[Cookie_button] [cookie_settings] [cookie_link]"
1046
+
1047
+ #: includes/class-cookie-law-info.php:343
1048
+ msgid "Privacy & Cookies Policy"
1049
+ msgstr "Zasebnosti & piškotke politike"
1050
+
1051
+ #: public/class-cookie-law-info-public.php:161
1052
+ msgid "GDPR Cookie Consent"
1053
+ msgstr ""
1054
+
1055
+ #: public/class-cookie-law-info-public.php:162
1056
+ msgid "Cookie List"
1057
+ msgstr "Piškotek"
1058
+
1059
+ #: public/class-cookie-law-info-public.php:163
1060
+ #: public/modules/shortcode/shortcode.php:118
1061
+ #: public/modules/shortcode/shortcode.php:191
1062
+ msgid "Cookie"
1063
+ msgstr "Piškotek"
1064
+
1065
+ #: public/class-cookie-law-info-public.php:164
1066
+ msgid "Add New"
1067
+ msgstr ""
1068
+
1069
+ #: public/class-cookie-law-info-public.php:165
1070
+ msgid "Add New Cookie Type"
1071
+ msgstr "Dodati novo vrsto piškotka"
1072
+
1073
+ #: public/class-cookie-law-info-public.php:166
1074
+ msgid "Edit Cookie Type"
1075
+ msgstr "Vrsta piškotka"
1076
+
1077
+ #: public/class-cookie-law-info-public.php:167
1078
+ msgid "New Cookie Type"
1079
+ msgstr "Vrsta piškotka"
1080
+
1081
+ #: public/class-cookie-law-info-public.php:168
1082
+ msgid "View Cookie Type"
1083
+ msgstr "Vrsta piškotka"
1084
+
1085
+ #: public/class-cookie-law-info-public.php:169
1086
+ msgid "Search Cookies"
1087
+ msgstr ""
1088
+
1089
+ #: public/class-cookie-law-info-public.php:170
1090
+ msgid "Nothing found"
1091
+ msgstr "Nič Najdeno"
1092
+
1093
+ #: public/class-cookie-law-info-public.php:171
1094
+ msgid "Nothing found in Trash"
1095
+ msgstr "Nič ni bilo najdeno v smetnjaku"
1096
+
1097
+ #: public/class-cookie-law-info-public.php:208
1098
+ #: public/modules/script-blocker/script-blocker.php:125
1099
+ msgid "Cookie Category"
1100
+ msgstr "Kategorija piškotka"
1101
+
1102
+ #: public/modules/script-blocker/classes/class-script-blocker.php:322
1103
+ msgid "Google Analytics"
1104
+ msgstr ""
1105
+
1106
+ #: public/modules/script-blocker/classes/class-script-blocker.php:336
1107
+ msgid "Facebook Pixel Code"
1108
+ msgstr ""
1109
+
1110
+ #: public/modules/script-blocker/classes/class-script-blocker.php:347
1111
+ msgid "Google Tag Manager"
1112
+ msgstr ""
1113
+
1114
+ #: public/modules/script-blocker/classes/class-script-blocker.php:359
1115
+ #, php-format
1116
+ msgid ""
1117
+ "Invalid index found in the thirdparties array. Index should be of type "
1118
+ "'string'. Index found: %d."
1119
+ msgstr ""
1120
+
1121
+ #: public/modules/script-blocker/classes/class-script-blocker.php:644
1122
+ msgid "Action is unknown."
1123
+ msgstr ""
1124
+
1125
+ #: public/modules/script-blocker/script-blocker.php:245
1126
+ #: public/modules/script-blocker/script-blocker.php:246
1127
+ msgid "Script Blocker"
1128
+ msgstr ""
1129
+
1130
+ #: public/modules/script-blocker/views/admin_script_blocker.php:8
1131
+ msgid "Manage Script Blocking"
1132
+ msgstr ""
1133
+
1134
+ #: public/modules/script-blocker/views/admin_script_blocker.php:21
1135
+ msgid "&nbsp;"
1136
+ msgstr ""
1137
+
1138
+ #: public/modules/script-blocker/views/admin_script_blocker.php:22
1139
+ msgid "Name"
1140
+ msgstr ""
1141
+
1142
+ #: public/modules/script-blocker/views/admin_script_blocker.php:23
1143
+ msgid "Enabled"
1144
+ msgstr ""
1145
+
1146
+ #: public/modules/script-blocker/views/admin_script_blocker.php:24
1147
+ #: public/modules/shortcode/shortcode.php:121
1148
+ #: public/modules/shortcode/shortcode.php:194
1149
+ msgid "Description"
1150
+ msgstr "Opis"
1151
+
1152
+ #: public/modules/script-blocker/views/admin_script_blocker.php:25
1153
+ msgid "Category"
1154
+ msgstr ""
1155
+
1156
+ #: public/modules/script-blocker/views/admin_script_blocker.php:26
1157
+ msgid "Key"
1158
+ msgstr ""
1159
+
1160
+ #: public/modules/shortcode/shortcode.php:70
1161
+ msgid "Delete Cookies"
1162
+ msgstr "Briši piškotke"
1163
+
1164
+ #: public/modules/shortcode/shortcode.php:119
1165
+ #: public/modules/shortcode/shortcode.php:192
1166
+ msgid "Type"
1167
+ msgstr "Vrsta"
1168
+
1169
+ #: public/modules/shortcode/shortcode.php:120
1170
+ #: public/modules/shortcode/shortcode.php:193
1171
+ msgid "Duration"
1172
+ msgstr "Trajanje"
1173
+
1174
+ #: public/modules/visitor-report/classes/class-visitor-history.php:26
1175
+ msgid "No Consent History"
1176
+ msgstr "Brez zgodovine soglasja"
1177
+
1178
+ #: public/modules/visitor-report/classes/class-visitor-history.php:75
1179
+ msgid "IP Address"
1180
+ msgstr ""
1181
+
1182
+ #: public/modules/visitor-report/classes/class-visitor-history.php:76
1183
+ msgid "Visited Date"
1184
+ msgstr ""
1185
+
1186
+ #: public/modules/visitor-report/classes/class-visitor-history.php:77
1187
+ msgid "Cookie Details"
1188
+ msgstr "Podrobnosti o piškotku"
1189
+
1190
+ #: public/modules/visitor-report/classes/class-visitor-history.php:78
1191
+ msgid "User ID"
1192
+ msgstr ""
1193
+
1194
+ #: public/modules/visitor-report/classes/class-visitor-history.php:101
1195
+ msgid "Delete"
1196
+ msgstr ""
1197
+
1198
+ #: public/modules/visitor-report/views/visitor_report.php:9
1199
+ msgid "GDPR Consent History"
1200
+ msgstr ""
1201
+
1202
+ #: public/modules/visitor-report/views/visitor_report.php:11
1203
+ msgid "Export Report"
1204
+ msgstr ""
1205
+
1206
+ #: public/modules/visitor-report/visitor-report.php:132
1207
+ msgid "Event Logged Successfully"
1208
+ msgstr ""
1209
+
1210
+ #: public/modules/visitor-report/visitor-report.php:135
1211
+ msgid "Error"
1212
+ msgstr ""
1213
+
1214
+ #: public/modules/visitor-report/visitor-report.php:141
1215
+ msgid "Logging is not enabled"
1216
+ msgstr ""
1217
+
1218
+ #: public/modules/visitor-report/visitor-report.php:155
1219
+ #: public/modules/visitor-report/visitor-report.php:156
1220
+ msgid "Consent Report"
1221
+ msgstr "Poročilo o privolitvi"
1222
+
1223
+ #~ msgid "Cookie Bar will be show in:"
1224
+ #~ msgstr "Piškotek Bar bo kažejo v:"
1225
+
1226
+ #~ msgid "Auto-hide cookie bar after delay?"
1227
+ #~ msgstr "Samodejno skriti piškotek po zamudi?"
1228
+
1229
+ #~ msgid "Auto-hide cookie bar if the user scrolls?"
1230
+ #~ msgstr "Samodejno skriti piškotek, če se uporabnik pomika?"
1231
+
1232
+ #~ msgid "Button will only link to URL if Action = Show URL"
1233
+ #~ msgstr "Gumb bo samo povezavo do URL, če dejanje = Prikaži URL"
1234
+
1235
+ #~ msgid ""
1236
+ #~ "We have moved header and footer scripts of this section to the "
1237
+ #~ "corresponding fields of a 'Non-Necessary-Cookie' created under 'Non-"
1238
+ #~ "Necessary' category."
1239
+ #~ msgstr ""
1240
+ #~ "Premaknili smo skice glave in noge v ta razdelek na ustrezna polja "
1241
+ #~ "»nepotrebnega piškotka«, ustvarjenega pod kategorijo »Neobvezno«."
1242
+
1243
+ #~ msgid ""
1244
+ #~ "So now all your Cookies and related scripts can be managed from a single "
1245
+ #~ "place."
1246
+ #~ msgstr ""
1247
+ #~ "Sedaj vse piškotke in sorodnih skripte lahko upravljate iz enega mesta."
1248
+
1249
+ #~ msgid "Accept"
1250
+ #~ msgstr "Strinjam se"
1251
+
1252
+ #~ msgid "Reject"
1253
+ #~ msgstr "Zavrni"
php/custom-post-types.php DELETED
@@ -1,201 +0,0 @@
1
- <?php
2
- /*
3
- ===============================================================================
4
-
5
- Copyright 2018 Markwt
6
-
7
- This program is free software; you can redistribute it and/or modify
8
- it under the terms of the GNU General Public License, version 2, as
9
- published by the Free Software Foundation.
10
-
11
- This program is distributed in the hope that it will be useful,
12
- but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- GNU General Public License for more details.
15
-
16
- You should have received a copy of the GNU General Public License
17
- along with this program; if not, write to the Free Software
18
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
-
20
- */
21
-
22
- /** Registers custom post type*/
23
- function cookielawinfo_register_custom_post_type() {
24
- $labels = array(
25
- 'name' => _x('Cookie Law Info', 'post type general name'),
26
- 'all_items' => __('Cookie List'),
27
- 'singular_name' => _x('Cookie', 'post type singular name'),
28
- 'add_new' => _x('Add New', 'cookie type'),
29
- 'add_new_item' => __('Add New Cookie Type'),
30
- 'edit_item' => __('Edit Cookie Type'),
31
- 'new_item' => __('New Cookie Type'),
32
- 'view_item' => __('View Cookie Type'),
33
- 'search_items' => __('Search Cookies'),
34
- 'not_found' => __('Nothing found'),
35
- 'not_found_in_trash' => __('Nothing found in Trash'),
36
- 'parent_item_colon' => ''
37
- );
38
- $args = array(
39
- 'labels' => $labels,
40
- 'public' => true,
41
- 'publicly_queryable' => false,
42
- 'exclude_from_search' => true,
43
- 'show_ui' => true,
44
- 'query_var' => true,
45
- 'rewrite' => true,
46
-
47
- /** 27/05/2013 Editing out:
48
- 'capability_type' => 'post',
49
- */
50
-
51
- /** 27/05/2013 Adding in: */
52
- 'capabilities' => array(
53
- 'publish_posts' => 'manage_options',
54
- 'edit_posts' => 'manage_options',
55
- 'edit_others_posts' => 'manage_options',
56
- 'delete_posts' => 'manage_options',
57
- 'delete_others_posts' => 'manage_options',
58
- 'read_private_posts' => 'manage_options',
59
- 'edit_post' => 'manage_options',
60
- 'delete_post' => 'manage_options',
61
- 'read_post' => 'manage_options',
62
- ),
63
- /** done editing */
64
-
65
- 'hierarchical' => false,
66
- 'menu_position' => null,
67
- 'supports' => array( 'title','editor' )
68
- );
69
- register_post_type( 'cookielawinfo' , $args );
70
- }
71
-
72
-
73
- /**
74
- Add custom meta boxes to Cookie Audit custom post type.
75
- - Cookie Type (e.g. session, permanent)
76
- - Cookie Duration (e.g. 2 hours, days, years, etc)
77
- */
78
- function cookielawinfo_custom_posts_admin_init() {
79
-
80
- add_meta_box("_cli_cookie_slugid", "Cookie ID", "cookielawinfo_cookie_slugid", "cookielawinfo", "side", "default");
81
- add_meta_box("_cli_cookie_type", "Cookie Type", "cookielawinfo_cookie_type", "cookielawinfo", "side", "default");
82
- add_meta_box("_cli_cookie_duration", "Cookie Duration", "cookielawinfo_cookie_duration", "cookielawinfo", "side", "default");
83
- add_meta_box("_cli_cookie_sensitivity", "Cookie Sensitivity", "cookielawinfo_cookie_sensitivity", "cookielawinfo", "side", "default");
84
- }
85
-
86
-
87
- /** Display the custom meta box for cookie_type */
88
- function cookielawinfo_cookie_type() {
89
- global $post;
90
- $custom = get_post_custom( $post->ID );
91
- $cookie_type = ( isset ( $custom["_cli_cookie_type"][0] ) ) ? $custom["_cli_cookie_type"][0] : '';
92
- ?>
93
- <label><?php echo __('Cookie Type: (persistent, session, third party )', 'cookie-law-info' ); ?></label>
94
- <input name="_cli_cookie_type" value="<?php echo sanitize_text_field( $cookie_type ); ?>" style="width:95%;" />
95
- <?php
96
- }
97
-
98
-
99
- /** Display the custom meta box for cookie_duration */
100
- function cookielawinfo_cookie_duration() {
101
- global $post;
102
- $custom = get_post_custom( $post->ID );
103
- $cookie_duration = ( isset ( $custom["_cli_cookie_duration"][0] ) ) ? $custom["_cli_cookie_duration"][0] : '';
104
- ?>
105
- <label><?php echo __('Cookie Duration:', 'cookie-law-info' ); ?></label>
106
- <input name="_cli_cookie_duration" value="<?php echo sanitize_text_field( $cookie_duration ); ?>" style="width:95%;" />
107
- <?php
108
- }
109
-
110
- /** Display the custom meta box for cookie_sensitivity */
111
- function cookielawinfo_cookie_sensitivity() {
112
- global $post;
113
- $custom = get_post_custom( $post->ID );
114
- $cookie_sensitivity = ( isset ( $custom["_cli_cookie_sensitivity"][0] ) ) ? $custom["_cli_cookie_sensitivity"][0] : '';
115
- ?>
116
- <label><?php echo __('Cookie Sensitivity: ( necessary , non-necessary )', 'cookie-law-info' ); ?></label>
117
- <input name="_cli_cookie_sensitivity" value="<?php echo sanitize_text_field( $cookie_sensitivity ); ?>" style="width:95%;" />
118
- <?php
119
- }
120
-
121
- /** Display the custom meta box for cookie_slugid */
122
- function cookielawinfo_cookie_slugid() {
123
- global $post;
124
- $custom = get_post_custom( $post->ID );
125
- $cookie_slugid = ( isset ( $custom["_cli_cookie_slugid"][0] ) ) ? $custom["_cli_cookie_slugid"][0] : '';
126
- ?>
127
- <label><?php echo __('Cookie ID:','cookie-law-info'); ?></label>
128
- <input name="_cli_cookie_slugid" value="<?php echo sanitize_text_field( $cookie_slugid ); ?>" style="width:95%;" />
129
- <?php
130
- }
131
- /** Saves all form data from custom post meta boxes, including saitisation of input */
132
- function cookielawinfo_save_custom_metaboxes() {
133
- global $post;
134
-
135
- if ( isset ( $_POST["_cli_cookie_type"] ) ) {
136
- update_post_meta( $post->ID, "_cli_cookie_type", sanitize_text_field( $_POST["_cli_cookie_type"] ) );
137
- }
138
- if ( isset ( $_POST["_cli_cookie_type"] ) ) {
139
- update_post_meta( $post->ID, "_cli_cookie_duration", sanitize_text_field( $_POST["_cli_cookie_duration"] ) );
140
- }
141
- if ( isset ( $_POST["_cli_cookie_sensitivity"] ) ) {
142
- update_post_meta( $post->ID, "_cli_cookie_sensitivity", sanitize_text_field( $_POST["_cli_cookie_sensitivity"] ) );
143
- }
144
- if ( isset ( $_POST["_cli_cookie_slugid"] ) ) {
145
- update_post_meta( $post->ID, "_cli_cookie_slugid", sanitize_text_field( $_POST["_cli_cookie_slugid"] ) );
146
- }
147
- }
148
-
149
-
150
- /** Apply column names to the custom post type table */
151
- function cookielawinfo_edit_columns( $columns ) {
152
- $columns = array(
153
- "cb" => "<input type=\"checkbox\" />",
154
- "title" => "Cookie Name",
155
- "type" => "Type",
156
- "duration" => "Duration",
157
- "sensitivity" => "Sensitivity",
158
- "slugid" => "ID",
159
- "description" => "Description"
160
- );
161
- return $columns;
162
- }
163
-
164
-
165
- /** Add column data to custom post type table columns */
166
- function cookielawinfo_custom_columns( $column ) {
167
- global $post;
168
-
169
- switch ( $column ) {
170
- case "description":
171
- the_excerpt();
172
- break;
173
- case "type":
174
- $custom = get_post_custom();
175
- if ( isset ( $custom["_cli_cookie_type"][0] ) ) {
176
- echo $custom["_cli_cookie_type"][0];
177
- }
178
- break;
179
- case "duration":
180
- $custom = get_post_custom();
181
- if ( isset ( $custom["_cli_cookie_duration"][0] ) ) {
182
- echo $custom["_cli_cookie_duration"][0];
183
- }
184
- break;
185
- case "sensitivity":
186
- $custom = get_post_custom();
187
- if ( isset ( $custom["_cli_cookie_sensitivity"][0] ) ) {
188
- echo $custom["_cli_cookie_sensitivity"][0];
189
- }
190
- break;
191
- case "slugid":
192
- $custom = get_post_custom();
193
- if ( isset ( $custom["_cli_cookie_slugid"][0] ) ) {
194
- echo $custom["_cli_cookie_slugid"][0];
195
- }
196
- break;
197
- }
198
-
199
- }
200
-
201
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
php/functions.php DELETED
@@ -1,377 +0,0 @@
1
- <?php
2
- /*
3
- Copyright 2018 Markwt
4
-
5
- This program is free software; you can redistribute it and/or modify
6
- it under the terms of the GNU General Public License, version 2, as
7
- published by the Free Software Foundation.
8
-
9
- This program is distributed in the hope that it will be useful,
10
- but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- GNU General Public License for more details.
13
-
14
- You should have received a copy of the GNU General Public License
15
- along with this program; if not, write to the Free Software
16
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
- */
18
-
19
-
20
- /**
21
- Returns JSON object containing the settings for the main script
22
- REFACTOR / DEBUG: may need to use addslashes( ... ) else breaks JSON
23
- */
24
- function cookielawinfo_get_json_settings() {
25
- $settings = cookielawinfo_get_admin_settings();
26
-
27
- // DEBUG hex:
28
- // preg_match('/^#[a-f0-9]{6}|#[a-f0-9]{3}$/i', $hex)
29
- // DEBUG json_encode - issues across different versions of PHP!
30
- // $str = json_encode( $slim_settings, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP );
31
-
32
- // Slim down JSON objects to the bare bones:
33
- $slim_settings = array(
34
- 'animate_speed_hide' => $settings['animate_speed_hide'],
35
- 'animate_speed_show' => $settings['animate_speed_show'],
36
- 'background' => $settings['background'],
37
- 'border' => $settings['border'],
38
- 'border_on' => $settings['border_on'],
39
- 'button_1_button_colour' => $settings['button_1_button_colour'],
40
- 'button_1_button_hover' => (cookielawinfo_su_hex_shift( $settings['button_1_button_colour'], 'down', 20 )),
41
- 'button_1_link_colour' => $settings['button_1_link_colour'],
42
- 'button_1_as_button' => $settings['button_1_as_button'],
43
- 'button_2_button_colour' => $settings['button_2_button_colour'],
44
- 'button_2_button_hover' => (cookielawinfo_su_hex_shift( $settings['button_2_button_colour'], 'down', 20 )),
45
- 'button_2_link_colour' => $settings['button_2_link_colour'],
46
- 'button_2_as_button' => $settings['button_2_as_button'],
47
- 'button_3_button_colour' => $settings['button_3_button_colour'],
48
- 'button_3_button_hover' => (cookielawinfo_su_hex_shift( $settings['button_3_button_colour'], 'down', 20 )),
49
- 'button_3_link_colour' => $settings['button_3_link_colour'],
50
- 'button_3_as_button' => $settings['button_3_as_button'],
51
- 'font_family' => $settings['font_family'],
52
- 'header_fix' => $settings['header_fix'],
53
- 'notify_animate_hide' => $settings['notify_animate_hide'],
54
- 'notify_animate_show' => $settings['notify_animate_show'],
55
- 'notify_div_id' => $settings['notify_div_id'],
56
- 'notify_position_horizontal' => $settings['notify_position_horizontal'],
57
- 'notify_position_vertical' => $settings['notify_position_vertical'],
58
- 'scroll_close' => $settings['scroll_close'],
59
- 'scroll_close_reload' => $settings['scroll_close_reload'],
60
- 'accept_close_reload' => $settings['accept_close_reload'],
61
- 'showagain_tab' => $settings['showagain_tab'],
62
- 'showagain_background' => $settings['showagain_background'],
63
- 'showagain_border' => $settings['showagain_border'],
64
- 'showagain_div_id' => $settings['showagain_div_id'],
65
- 'showagain_x_position' => $settings['showagain_x_position'],
66
- 'text' => $settings['text'],
67
- 'show_once_yn' => $settings['show_once_yn'],
68
- 'show_once' => $settings['show_once']
69
- );
70
- $str = json_encode( $slim_settings );
71
- /*
72
- DEBUG:
73
- if ( $str == null | $str == '') {
74
- $str = 'error: json is empty';
75
- }
76
- */
77
- return $str;
78
- }
79
-
80
-
81
- /**
82
- Outputs the cookie control script in the footer
83
- N.B. This script MUST be output in the footer.
84
-
85
- This function should be attached to the wp_footer action hook.
86
- */
87
- function cookielawinfo_inject_cli_script() {
88
- $the_options = cookielawinfo_get_admin_settings();
89
-
90
- if ( $the_options['is_on'] == true ) {
91
-
92
- // Output the HTML in the footer:
93
- $str = do_shortcode( stripslashes ( $the_options['notify_message'] ) );
94
- $notify_html = '<div id="' . cookielawinfo_remove_hash( $the_options["notify_div_id"] ) . '"><span>' . $str . '</span></div>';
95
-
96
- if ( $the_options['showagain_tab'] === true ) {
97
- $notify_html .= '<div id="' . cookielawinfo_remove_hash( $the_options["showagain_div_id"] ) . '"><span id="cookie_hdr_showagain">' . $the_options["showagain_text"] . '</span></div>';
98
- }
99
-
100
- global $wp_query;
101
- $post_id = $wp_query->get_queried_object_id();
102
- $post = get_post($post_id);
103
- $current_post_slug = is_object($post) ? $post->post_name : get_home_url();
104
- $notify_html = apply_filters('cli_show_cookie_bar_only_on_selected_pages',$notify_html,$current_post_slug);
105
- echo $notify_html;
106
-
107
- // Now output the JavaScript:
108
-
109
- ?>
110
-
111
- <script type="text/javascript">
112
- //<![CDATA[
113
- jQuery(document).ready(function() {
114
- cli_show_cookiebar({
115
- settings: '<?php echo cookielawinfo_get_json_settings(); ?>'
116
- });
117
- });
118
- //]]>
119
- </script>
120
-
121
- <?php
122
- }
123
- }
124
-
125
-
126
- /**
127
- Outputs frontend scripts in the header.
128
- N.B. These scripts MUST be output in the header.
129
-
130
- This function should be attached to the wp_enqueue_script action hook, not wp_head!
131
- Else gets output in footer (incorrect).
132
- */
133
- function cookielawinfo_enqueue_frontend_scripts() {
134
- $the_options = cookielawinfo_get_admin_settings();
135
- $version = '1.6.5';
136
- if ( $the_options['is_on'] == true ) {
137
-
138
- /**
139
- * Force reload
140
- */
141
-
142
-
143
- wp_register_style( 'cookielawinfo-style', CLI_PLUGIN_URL . 'css/cli-style.css', null, $version );
144
- wp_enqueue_style( 'cookielawinfo-style' );
145
-
146
- $non_necessary_cookie_ids = get_non_necessary_cookie_ids();
147
-
148
- $cli_cookie_datas = array(
149
- 'nn_cookie_ids' => $non_necessary_cookie_ids,
150
- );
151
- wp_enqueue_script( 'cookie-law-info-script', CLI_PLUGIN_URL . 'js/cookielawinfo.js', array( 'jquery' ), $version );
152
- wp_localize_script( 'cookie-law-info-script', 'Cli_Data', $cli_cookie_datas );
153
- }
154
- wp_register_style( 'cookielawinfo-table-style', CLI_PLUGIN_URL . 'css/cli-tables.css', null, $version );
155
- }
156
-
157
-
158
- function get_non_necessary_cookie_ids() {
159
- global $wpdb;
160
-
161
- $args = array(
162
- 'post_type' => 'cookielawinfo',
163
- 'meta_query' => array(
164
- array(
165
- 'key' => '_cli_cookie_sensitivity',
166
- 'value' => 'non-necessary'
167
- )
168
- )
169
- );
170
- $posts = get_posts($args);
171
-
172
- if (!$posts) {
173
- return;
174
- }
175
- $cookie_slugs = array();
176
-
177
- if ($posts) {
178
- foreach ($posts as $post) {
179
- $cookie_slugs[] = get_post_meta($post->ID, "_cli_cookie_slugid", true);
180
- }
181
- }
182
-
183
- return $cookie_slugs;
184
- }
185
-
186
- /**
187
- * Color shift a hex value by a specific percentage factor
188
- * By http://www.phpkode.com/source/s/shortcodes-ultimate/shortcodes-ultimate/lib/color.php
189
- * Adapted by Richard Ashby; amended error handling to use failovers not messages, so app continues
190
- *
191
- * @param string $supplied_hex Any valid hex value. Short forms e.g. #333 accepted.
192
- * @param string $shift_method How to shift the value e.g( +,up,lighter,>)
193
- * @param integer $percentage Percentage in range of [0-100] to shift provided hex value by
194
- * @return string shifted hex value
195
- * @version 1.0 2008-03-28
196
- */
197
- function cookielawinfo_su_hex_shift( $supplied_hex, $shift_method, $percentage = 50 ) {
198
- $shifted_hex_value = null;
199
- $valid_shift_option = FALSE;
200
- $current_set = 1;
201
- $RGB_values = array( );
202
- $valid_shift_up_args = array( 'up', '+', 'lighter', '>' );
203
- $valid_shift_down_args = array( 'down', '-', 'darker', '<' );
204
- $shift_method = strtolower( trim( $shift_method ) );
205
-
206
- // Check Factor
207
- if ( !is_numeric( $percentage ) || ($percentage = ( int ) $percentage) < 0 || $percentage > 100 ) {
208
- //trigger_error( "Invalid factor", E_USER_ERROR );
209
- return $supplied_hex;
210
- }
211
-
212
- // Check shift method
213
- foreach ( array( $valid_shift_down_args, $valid_shift_up_args ) as $options ) {
214
- foreach ( $options as $method ) {
215
- if ( $method == $shift_method ) {
216
- $valid_shift_option = !$valid_shift_option;
217
- $shift_method = ( $current_set === 1 ) ? '+' : '-';
218
- break 2;
219
- }
220
- }
221
- ++$current_set;
222
- }
223
-
224
- if ( !$valid_shift_option ) {
225
- //trigger_error( "Invalid shift method", E_USER_ERROR );
226
- return $supplied_hex;
227
- }
228
-
229
- // Check Hex string
230
- switch ( strlen( $supplied_hex = ( str_replace( '#', '', trim( $supplied_hex ) ) ) ) ) {
231
- case 3:
232
- if ( preg_match( '/^([0-9a-f])([0-9a-f])([0-9a-f])/i', $supplied_hex ) ) {
233
- $supplied_hex = preg_replace( '/^([0-9a-f])([0-9a-f])([0-9a-f])/i', '\\1\\1\\2\\2\\3\\3', $supplied_hex );
234
- } else {
235
- //trigger_error( "Invalid hex color value", E_USER_ERROR );
236
- return $supplied_hex;
237
- }
238
- break;
239
- case 6:
240
- if ( !preg_match( '/^[0-9a-f]{2}[0-9a-f]{2}[0-9a-f]{2}$/i', $supplied_hex ) ) {
241
- //trigger_error( "Invalid hex color value", E_USER_ERROR );
242
- return $supplied_hex;
243
- }
244
- break;
245
- default:
246
- //trigger_error( "Invalid hex color length", E_USER_ERROR );
247
- return $supplied_hex;
248
- }
249
-
250
- // Start shifting
251
- $RGB_values['R'] = hexdec( $supplied_hex{0} . $supplied_hex{1} );
252
- $RGB_values['G'] = hexdec( $supplied_hex{2} . $supplied_hex{3} );
253
- $RGB_values['B'] = hexdec( $supplied_hex{4} . $supplied_hex{5} );
254
-
255
- foreach ( $RGB_values as $c => $v ) {
256
- switch ( $shift_method ) {
257
- case '-':
258
- $amount = round( ((255 - $v) / 100) * $percentage ) + $v;
259
- break;
260
- case '+':
261
- $amount = $v - round( ($v / 100) * $percentage );
262
- break;
263
- default:
264
- // trigger_error( "Oops. Unexpected shift method", E_USER_ERROR );
265
- return $supplied_hex;
266
- }
267
-
268
- $shifted_hex_value .= $current_value = (
269
- strlen( $decimal_to_hex = dechex( $amount ) ) < 2
270
- ) ? '0' . $decimal_to_hex : $decimal_to_hex;
271
- }
272
-
273
- return '#' . $shifted_hex_value;
274
- }
275
-
276
-
277
- /** Removes leading # characters from a string */
278
- function cookielawinfo_remove_hash( $str ) {
279
- if ( $str{0} == "#" ) {
280
- $str = substr( $str, 1, strlen($str) );
281
- }
282
- else {
283
- return $str;
284
- }
285
- return cookielawinfo_remove_hash( $str );
286
- }
287
-
288
-
289
- /**
290
- Explodes hex colour from 3 to 6 characters.
291
- If string is not 3 chars on input, will return original string
292
- */
293
- function cookielawinfo_make_hex_colour_6_chars( $hex ) {
294
- $str = cookielawinfo_remove_hash( $hex );
295
- if ( strlen( $str ) == 3 ) {
296
- $hex = '#' . $str[0] . $str[0] . $str[1] . $str[1] . $str[2] . $str[2];
297
- }
298
- return $hex;
299
- }
300
-
301
-
302
- /** Debug assistance: JS alertbox for any passed value of $gubbins */
303
- function cookielawinfo_debug_alertbox( $gubbins ) {
304
- if ( ! CLI_PLUGIN_DEVELOPMENT_MODE )
305
- return;
306
- echo '<script type="text/javascript"> alert("' . $gubbins .'")</script>';
307
- }
308
-
309
-
310
- /** Echoes out a debug string of your choice (but only if in development mode) */
311
- function cookielawinfo_debug_echo( $gubbins ) {
312
- if ( ! CLI_PLUGIN_DEVELOPMENT_MODE )
313
- return;
314
- echo '<br />START OF DEBUG STRING>>>' . $gubbins . '<<< END OF DEBUG STRING<br />';
315
- }
316
-
317
-
318
- /** Debug: output saved settings to footer of admin panel */
319
- function cookielawinfo_debug_admin_settings( $break ) {
320
- if ( ! CLI_PLUGIN_DEVELOPMENT_MODE )
321
- return;
322
- $settings = cookielawinfo_get_admin_settings();
323
- $ret = '<p>Settings: ';
324
- foreach ( $settings as $key => $option ) {
325
- $ret .= $key . ' = ' . $option . '; ';
326
- if ( $break )
327
- $ret .= '<br />';
328
- }
329
- $ret .= '</p>';
330
- return $ret;
331
- }
332
-
333
-
334
- /* Print scripts or data in the head tag on the front end. */
335
- add_action('wp_head', 'include_admin_hdrscript_addedin_cookielawinfo');
336
- function include_admin_hdrscript_addedin_cookielawinfo(){
337
-
338
- if ( !isset( $_COOKIE['viewed_cookie_policy'] )) {
339
- return;
340
- }
341
-
342
- $third_party_cookie_options = get_option('cookielawinfo_thirdparty_settings');
343
- if(!is_admin())
344
- {
345
-
346
- if(!empty($third_party_cookie_options)){
347
- if($third_party_cookie_options['thirdparty_on_field'] == 'true' && isset($_COOKIE['viewed_cookie_policy'])){
348
- if($_COOKIE['viewed_cookie_policy'] == 'yes'){
349
- echo $third_party_cookie_options['thirdparty_head_section'];
350
- }
351
- }
352
-
353
- }
354
-
355
- }
356
- }
357
-
358
- /* Prints scripts or data before the closing body tag on the front end */
359
- add_action('wp_footer', 'include_admin_bodyscript_addedin_cookielawinfo');
360
- function include_admin_bodyscript_addedin_cookielawinfo(){
361
-
362
- $third_party_cookie_options = get_option('cookielawinfo_thirdparty_settings');
363
- if(!is_admin())
364
- {
365
- if(!empty($third_party_cookie_options)){
366
- if($third_party_cookie_options['thirdparty_on_field'] == 'true' && isset($_COOKIE['viewed_cookie_policy'])){
367
- if($_COOKIE['viewed_cookie_policy'] == 'yes'){
368
- echo $third_party_cookie_options['thirdparty_body_section'];
369
- }
370
- }
371
-
372
- }
373
-
374
- }
375
- }
376
-
377
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
php/shortcodes.php DELETED
@@ -1,311 +0,0 @@
1
- <?php
2
- /*
3
- ===============================================================================
4
-
5
- Copyright 2018 Markwt
6
-
7
- This program is free software; you can redistribute it and/or modify
8
- it under the terms of the GNU General Public License, version 2, as
9
- published by the Free Software Foundation.
10
-
11
- This program is distributed in the hope that it will be useful,
12
- but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- GNU General Public License for more details.
15
-
16
- You should have received a copy of the GNU General Public License
17
- along with this program; if not, write to the Free Software
18
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
-
20
- */
21
-
22
-
23
- /**
24
- A shortcode that outputs a link which will delete the cookie used to track
25
- whether or not a vistor has dismissed the header message (i.e. so it doesn't
26
- keep on showing on all pages)
27
-
28
- Usage: [delete_cookies]
29
- [delete_cookies linktext="delete cookies"]
30
-
31
- N.B. This shortcut does not block cookies, or delete any other cookies!
32
- */
33
- function cookielawinfo_delete_cookies_shortcode( $atts ) {
34
- extract( shortcode_atts( array(
35
- 'text' => 'Delete Cookies'
36
- ), $atts ) );
37
- return "<a href='' id='cookielawinfo-cookie-delete'>{$text}</a>";
38
- }
39
-
40
-
41
- /**
42
- A nice shortcode to output a table of cookies you have saved, output in ascending
43
- alphabetical order. If there are no cookie records found a single empty row is shown.
44
- You can customise the 'not shown' message (see commented code below)
45
-
46
- N.B. This only shows the information you entered on the "cookie" admin page, it
47
- does not necessarily mean you comply with the cookie law. It is up to you, or
48
- the website owner, to make sure you have conducted an appropriate cookie audit
49
- and are informing website visitors of the actual cookies that are being stored.
50
-
51
- Usage: [cookie_audit]
52
- [cookie_audit style="winter"]
53
- [cookie_audit not_shown_message="No records found"]
54
- [cookie_audit style="winter" not_shown_message="Not found"]
55
-
56
- Styles included: simple, classic, modern, rounded, elegant, winter.
57
- Default style applied: classic.
58
-
59
- Additional styles: You can customise the CSS by editing the CSS file itself,
60
- included with plugin.
61
- */
62
- function cookielawinfo_table_shortcode( $atts ) {
63
-
64
- /** RICHARDASHBY EDIT: only add CSS if table is being used */
65
- wp_enqueue_style( 'cookielawinfo-table-style' );
66
- /** END EDIT */
67
-
68
- extract( shortcode_atts( array(
69
- 'style' => 'classic',
70
- 'not_shown_message' => ''
71
- ), $atts ) );
72
-
73
-
74
- $args = array(
75
- 'post_type' => 'cookielawinfo',
76
- /** 28/05/2013: Changing from 10 to 50 to allow longer tables of cookie data */
77
- 'posts_per_page' => 50,
78
- 'order' => 'ASC',
79
- 'orderby' => 'title'
80
- );
81
- $posts = get_posts($args);
82
-
83
- $ret = '<table class="cookielawinfo-' . $style . '"><thead><tr>';
84
- $ret .= '<th class="cookielawinfo-column-1">';
85
- $ret .= __('Cookie','cookie-law-info');
86
- $ret .= '</th>';
87
- $ret .= '<th class="cookielawinfo-column-2">';
88
- $ret .= __('Type','cookie-law-info');
89
- $ret .= '</th>';
90
- $ret .= '<th class="cookielawinfo-column-3">';
91
- $ret .= __('Duration','cookie-law-info');
92
- $ret .= '</th>';
93
- $ret .= '<th class="cookielawinfo-column-4">';
94
- $ret .= __('Description','cookie-law-info');
95
- $ret .= '</th>';
96
- $ret = apply_filters('cli_new_columns_to_audit_table',$ret,'');
97
- $ret .= '</tr>';
98
- $ret .= '</thead><tbody>';
99
-
100
- if ( !$posts ) {
101
- $ret .= '<tr class="cookielawinfo-row"><td colspan="4" class="cookielawinfo-column-empty">' . $not_shown_message . '</td></tr>';
102
- }
103
- if( $posts )
104
- {
105
- foreach( $posts as $post )
106
- {
107
- $custom = get_post_custom( $post->ID );
108
- $cookie_type = ( isset ( $custom["_cli_cookie_type"][0] ) ) ? $custom["_cli_cookie_type"][0] : '';
109
- $cookie_duration = ( isset ( $custom["_cli_cookie_duration"][0] ) ) ? $custom["_cli_cookie_duration"][0] : '';
110
- // Output HTML:
111
- $ret .= '<tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">' . $post->post_title . '</td>';
112
- $ret .= '<td class="cookielawinfo-column-2">' . $cookie_type .'</td>';
113
- $ret .= '<td class="cookielawinfo-column-3">' . $cookie_duration .'</td>';
114
- $ret .= '<td class="cookielawinfo-column-4">' . $post->post_content .'</td>';
115
- $ret = apply_filters('cli_new_column_values_to_audit_table',$ret, $custom);
116
- $ret .= '</tr>';
117
-
118
- }
119
- }
120
- $ret .= '</tbody></table>';
121
- return $ret;
122
-
123
- }
124
-
125
-
126
- /** Returns HTML for a standard (green, medium sized) 'Accept' button */
127
- function cookielawinfo_shortcode_accept_button( $atts ) {
128
- extract( shortcode_atts( array(
129
- 'colour' => 'green'
130
- ), $atts ) );
131
-
132
- // Fixing button translate text bug
133
- // 18/05/2015 by RA
134
- $defaults = array(
135
- 'button_1_text' => 'Accept'
136
- );
137
- $settings = wp_parse_args( cookielawinfo_get_admin_settings(), $defaults );
138
-
139
- return '<a href="#" class="medium cookie_action_close_header cli-plugin-button ' . $colour . '">' . stripslashes( $settings['button_1_text'] ) . '</a>';
140
- }
141
-
142
- /** Returns HTML for a standard (green, medium sized) 'Accept' button */
143
- function cookielawinfo_shortcode_reject_button( $atts ) {
144
- // extract( shortcode_atts( array(
145
- // 'colour' => 'green'
146
- // ), $atts ) );
147
- //
148
- // // Fixing button translate text bug
149
- // // 18/05/2015 by RA
150
- // $defaults = array(
151
- // 'button_3_text' => 'Reject'
152
- // );
153
- //
154
- // $settings = wp_parse_args( cookielawinfo_get_admin_settings(), $defaults );
155
- // return '<a href="#" id="cookie_action_close_header_reject" class="medium cli-plugin-button ' . $colour . '">' . stripslashes( $settings['button_3_text'] ) . '</a>';
156
-
157
- $defaults = array(
158
- 'button_3_text' => 'Reject',
159
- 'button_3_url' => '#',
160
- 'button_3_action' => '#cookie_action_close_header_reject',
161
- 'button_3_link_colour' => '#fff',
162
- 'button_3_new_win' => false,
163
- 'button_3_as_button' => true,
164
- 'button_3_button_colour' => '#000',
165
- 'button_3_button_size' => 'medium',
166
- );
167
- $settings = wp_parse_args( cookielawinfo_get_admin_settings(), $defaults );
168
-
169
- $classr = '';
170
- if ( $settings['button_3_as_button'] ) {
171
- $classr .= ' class="' . cookielawinfo_remove_hash ( $settings['button_3_action'] ) . ' ' . $settings['button_3_button_size'] . ' cli-plugin-button cli-plugin-main-button-reject"';
172
- }
173
- else {
174
- $classr .= ' class="' . cookielawinfo_remove_hash ( $settings['button_3_action'] ) . ' cli-plugin-main-button-reject" ' ;
175
- }
176
-
177
- $url_reject = ( $settings['button_3_action'] == "cookie_action_open_url_reject" ) ? $settings['button_3_url'] : "#";
178
-
179
- $link_tag = '';
180
- $link_tag .= '<a href="' . $url_reject . '" ';
181
- $link_tag .= ( $settings['button_3_new_win'] ) ? 'target="_blank" ' : '' ;
182
- $link_tag .= $classr . ' >' . stripslashes( $settings['button_3_text'] ) . '</a>';
183
- return $link_tag;
184
-
185
- }
186
-
187
-
188
- /** Returns HTML for a generic button */
189
- function cookielawinfo_shortcode_more_link( $atts ) {
190
- return cookielawinfo_shortcode_button_DRY_code( 'button_2' );
191
- }
192
-
193
-
194
- /** Returns HTML for a generic button */
195
- function cookielawinfo_shortcode_main_button( $atts ) {
196
- $defaults = array(
197
- 'button_1_text' => 'Accept',
198
- 'button_1_url' => '#',
199
- 'button_1_action' => '#cookie_action_close_header',
200
- 'button_1_link_colour' => '#fff',
201
- 'button_1_new_win' => false,
202
- 'button_1_as_button' => true,
203
- 'button_1_button_colour' => '0f0',
204
- 'button_1_button_size' => 'medium',
205
-
206
- 'button_3_text' => 'Reject',
207
- 'button_3_url' => '#',
208
- 'button_3_action' => '#cookie_action_close_header_reject',
209
- 'button_3_link_colour' => '#fff',
210
- 'button_3_new_win' => false,
211
- 'button_3_as_button' => true,
212
- 'button_3_button_colour' => '#000',
213
- 'button_3_button_size' => 'medium',
214
- );
215
- //echo '<pre>'; print_r(cookielawinfo_get_admin_settings());exit;
216
- $settings = wp_parse_args( cookielawinfo_get_admin_settings(), $defaults );
217
-
218
- $class = '';
219
- if ( $settings['button_1_as_button'] ) {
220
- $class .= ' class="' . cookielawinfo_remove_hash ( $settings['button_1_action'] ) . ' ' . $settings['button_1_button_size'] . ' cli-plugin-button cli-plugin-main-button"';
221
- }
222
- else {
223
- $class .= ' class="' . cookielawinfo_remove_hash ( $settings['button_1_action'] ) . ' cli-plugin-main-button" ' ;
224
- }
225
-
226
- // If is action not URL then don't use URL!
227
- $url = ( $settings['button_1_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_1_url'] : "#";
228
-
229
-
230
- $link_tag = '<a href="' . $url . '" ';
231
- $link_tag .= ( $settings['button_1_new_win'] ) ? 'target="_blank" ' : '' ;
232
- $link_tag .= $class . ' >' . stripslashes( $settings['button_1_text'] ) . '</a>';
233
-
234
- // introduced reject on or off
235
- if($settings['is_reject_on'] ){
236
-
237
- $classr = '';
238
- if ( $settings['button_3_as_button'] ) {
239
- $classr .= ' class="' . cookielawinfo_remove_hash ( $settings['button_3_action'] ) . ' ' . $settings['button_3_button_size'] . ' cli-plugin-button cli-plugin-main-button-reject"';
240
- }
241
- else {
242
- $classr .= ' class="' . cookielawinfo_remove_hash ( $settings['button_3_action'] ) . ' cli-plugin-main-button-reject" ' ;
243
- }
244
-
245
- $url_reject = ( $settings['button_3_action'] == "cookie_action_open_url_reject" ) ? $settings['button_3_url'] : "#";
246
-
247
-
248
- $link_tag .= '<a href="' . $url_reject . '"';
249
- $link_tag .= ( $settings['button_3_new_win'] ) ? 'target="_blank" ' : '' ;
250
- $link_tag .= $classr . ' >' . stripslashes( $settings['button_3_text'] ) . '</a>';
251
- }
252
-
253
- return $link_tag;
254
- }
255
-
256
-
257
- /** Returns HTML for a generic button */
258
- function cookielawinfo_shortcode_button_DRY_code( $name ) {
259
- $arr = cookielawinfo_get_admin_settings();
260
- $settings = array();
261
- $class_name = '';
262
-
263
- if ( $name == "button_1" ) {
264
- $settings = array(
265
- 'button_x_text' => stripslashes( $arr['button_1_text'] ),
266
- 'button_x_url' => $arr['button_1_url'],
267
- 'button_x_action' => $arr['button_1_action'],
268
-
269
- 'button_x_link_colour' => $arr['button_1_link_colour'],
270
- 'button_x_new_win' => $arr['button_1_new_win'],
271
- 'button_x_as_button' => $arr['button_1_as_button'],
272
- 'button_x_button_colour' => $arr['button_1_button_colour'],
273
- 'button_x_button_size' => $arr['button_1_button_size']
274
- );
275
- $class_name = 'cli-plugin-main-button';
276
- }
277
- elseif ( $name == "button_2" ) {
278
- $settings = array(
279
- 'button_x_text' => stripslashes( $arr['button_2_text'] ),
280
- 'button_x_url' => $arr['button_2_url'],
281
- 'button_x_action' => $arr['button_2_action'],
282
-
283
- 'button_x_link_colour' => $arr['button_2_link_colour'],
284
- 'button_x_new_win' => $arr['button_2_new_win'],
285
- 'button_x_as_button' => $arr['button_2_as_button'],
286
- 'button_x_button_colour' => $arr['button_2_button_colour'],
287
- 'button_x_button_size' => $arr['button_2_button_size']
288
- );
289
- $class_name = 'cli-plugin-main-link';
290
- }
291
- $settings = apply_filters('wt_readmore_link_settings', $settings);
292
- $class = '';
293
- if ( $settings['button_x_as_button'] ) {
294
- $class .= ' class="' . $settings['button_x_button_size'] . ' cli-plugin-button ' . $class_name . '"';
295
- }
296
- else {
297
- $class .= ' class="' . $class_name . '" ' ;
298
- }
299
-
300
- // If is action not URL then don't use URL!
301
- $url = ( $settings['button_x_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_x_url'] : "#";
302
-
303
- $link_tag = '<a href="' . $url . '" id="' . cookielawinfo_remove_hash ( $settings['button_x_action'] ) . '" ';
304
- $link_tag .= ( $settings['button_x_new_win'] ) ? 'target="_blank" ' : '' ;
305
- $link_tag .= $class . ' >' . $settings['button_x_text'] . '</a>';
306
-
307
- return $link_tag;
308
- }
309
-
310
-
311
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
public/class-cookie-law-info-public.php ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * The public-facing functionality of the plugin.
5
+ *
6
+ * @link http://cookielawinfo.com/
7
+ * @since 1.6.6
8
+ *
9
+ * @package Cookie_Law_Info
10
+ * @subpackage Cookie_Law_Info/public
11
+ */
12
+
13
+ /**
14
+ * The public-facing functionality of the plugin.
15
+ *
16
+ * Defines the plugin name, version, and two examples hooks for how to
17
+ * enqueue the public-facing stylesheet and JavaScript.
18
+ *
19
+ * @package Cookie_Law_Info
20
+ * @subpackage Cookie_Law_Info/public
21
+ * @author WebToffee <info@webtoffee.com>
22
+ */
23
+ class Cookie_Law_Info_Public {
24
+
25
+ /**
26
+ * The ID of this plugin.
27
+ *
28
+ * @since 1.6.6
29
+ * @access private
30
+ * @var string $plugin_name The ID of this plugin.
31
+ */
32
+ public $plugin_name;
33
+
34
+ /**
35
+ * The version of this plugin.
36
+ *
37
+ * @since 1.6.6
38
+ * @access private
39
+ * @var string $version The current version of this plugin.
40
+ */
41
+ public $version;
42
+
43
+ public $plugin_obj;
44
+
45
+ /*
46
+ * module list, Module folder and main file must be same as that of module name
47
+ * Please check the `register_modules` method for more details
48
+ */
49
+ private $modules=array(
50
+ 'script-blocker',
51
+ 'geo-ip',
52
+ 'shortcode',
53
+ 'visitor-report', //vistor report
54
+ );
55
+
56
+ public static $existing_modules=array();
57
+
58
+ /**
59
+ * Initialize the class and set its properties.
60
+ *
61
+ * @since 1.6.6
62
+ * @param string $plugin_name The name of the plugin.
63
+ * @param string $version The version of this plugin.
64
+ */
65
+ public function __construct( $plugin_name, $version, $plugin_obj) {
66
+
67
+ $this->plugin_name = $plugin_name;
68
+ $this->version = $version;
69
+ $this->plugin_obj = $plugin_obj;
70
+ }
71
+
72
+ //public function
73
+
74
+ /**
75
+ * Register the stylesheets for the public-facing side of the site.
76
+ *
77
+ * @since 1.6.6
78
+ */
79
+ public function enqueue_styles() {
80
+
81
+ /**
82
+ * This function is provided for demonstration purposes only.
83
+ *
84
+ * An instance of this class should be passed to the run() function
85
+ * defined in Cookie_Law_Info_Loader as all of the hooks are defined
86
+ * in that particular class.
87
+ *
88
+ * The Cookie_Law_Info_Loader will then create the relationship
89
+ * between the defined hooks and the functions defined in this
90
+ * class.
91
+ */
92
+ $the_options = Cookie_Law_Info::get_settings();
93
+ if ( $the_options['is_on'] == true )
94
+ {
95
+ wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/cookie-law-info-public-'.$this->version.'.css', array(), null, 'all' );
96
+ wp_enqueue_style( $this->plugin_name.'-gdpr', plugin_dir_url( __FILE__ ) . 'css/cookie-law-info-gdpr-'.$this->version.'.css', array(),null, 'all' );
97
+ //this style will include only when shortcode is called
98
+ wp_register_style( $this->plugin_name.'-table', plugin_dir_url( __FILE__ ) . 'css/cookie-law-info-table-'.$this->version.'.css', array(),null, 'all' );
99
+ }
100
+ }
101
+
102
+ /**
103
+ * Register the JavaScript for the public-facing side of the site.
104
+ *
105
+ * @since 1.6.6
106
+ */
107
+ public function enqueue_scripts() {
108
+
109
+ /**
110
+ * This function is provided for demonstration purposes only.
111
+ *
112
+ * An instance of this class should be passed to the run() function
113
+ * defined in Cookie_Law_Info_Loader as all of the hooks are defined
114
+ * in that particular class.
115
+ *
116
+ * The Cookie_Law_Info_Loader will then create the relationship
117
+ * between the defined hooks and the functions defined in this
118
+ * class.
119
+ */
120
+ $the_options = Cookie_Law_Info::get_settings();
121
+ if ( $the_options['is_on'] == true )
122
+ {
123
+ $non_necessary_cookie_ids = Cookie_Law_Info::get_non_necessary_cookie_ids();
124
+ $cli_cookie_datas = array(
125
+ 'nn_cookie_ids' => !empty($non_necessary_cookie_ids) ? $non_necessary_cookie_ids : array(),
126
+ 'cookielist' => array(),
127
+ );
128
+
129
+ wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/cookie-law-info-public-'.$this->version.'.js', array( 'jquery' ),null, false );
130
+ wp_localize_script( $this->plugin_name, 'Cli_Data', $cli_cookie_datas );
131
+ wp_localize_script( $this->plugin_name, 'log_object', array( 'ajax_url' => admin_url( 'admin-ajax.php' ) ) );
132
+ }
133
+
134
+ }
135
+
136
+ /**
137
+ Registers modules: public+admin
138
+ */
139
+ public function common_modules()
140
+ {
141
+ foreach ($this->modules as $module) //loop through module list and include its file
142
+ {
143
+ $module_file=plugin_dir_path( __FILE__ )."modules/$module/$module.php";
144
+ if(file_exists($module_file))
145
+ {
146
+ self::$existing_modules[]=$module; //this is for module_exits checking
147
+ require_once $module_file;
148
+ }
149
+ }
150
+ }
151
+ public static function module_exists($module)
152
+ {
153
+ return in_array($module,self::$existing_modules);
154
+ }
155
+
156
+ public function register_custom_post_type()
157
+ {
158
+ $labels = array(
159
+ 'name' => __('GDPR Cookie Consent','cookie-law-info'),
160
+ 'all_items' => __('Cookie List','cookie-law-info'),
161
+ 'singular_name' => __('Cookie','cookie-law-info'),
162
+ 'add_new' => __('Add New','cookie-law-info'),
163
+ 'add_new_item' => __('Add New Cookie Type','cookie-law-info'),
164
+ 'edit_item' => __('Edit Cookie Type','cookie-law-info'),
165
+ 'new_item' => __('New Cookie Type','cookie-law-info'),
166
+ 'view_item' => __('View Cookie Type','cookie-law-info'),
167
+ 'search_items' => __('Search Cookies','cookie-law-info'),
168
+ 'not_found' => __('Nothing found','cookie-law-info'),
169
+ 'not_found_in_trash' => __('Nothing found in Trash','cookie-law-info'),
170
+ 'parent_item_colon' => ''
171
+ );
172
+ $args = array(
173
+ 'labels' => $labels,
174
+ 'public' => false,
175
+ 'publicly_queryable' => false,
176
+ 'exclude_from_search' => true,
177
+ 'show_ui' => true,
178
+ 'query_var' => true,
179
+ 'rewrite' => true,
180
+ 'capabilities' => array(
181
+ 'publish_posts' => 'manage_options',
182
+ 'edit_posts' => 'manage_options',
183
+ 'edit_others_posts' => 'manage_options',
184
+ 'delete_posts' => 'manage_options',
185
+ 'delete_others_posts' => 'manage_options',
186
+ 'read_private_posts' => 'manage_options',
187
+ 'edit_post' => 'manage_options',
188
+ 'delete_post' => 'manage_options',
189
+ 'read_post' => 'manage_options',
190
+ ),
191
+ /** done editing */
192
+ 'menu_icon' =>plugin_dir_url( __FILE__ ).'images/cli_icon.png',
193
+ 'hierarchical' => false,
194
+ 'menu_position' => null,
195
+ 'supports' => array( 'title','editor' )
196
+ );
197
+ register_post_type(CLI_POST_TYPE, $args );
198
+ }
199
+
200
+ /** Removes leading # characters from a string */
201
+ public static function cookielawinfo_remove_hash( $str )
202
+ {
203
+ if( $str{0} == "#" )
204
+ {
205
+ $str = substr( $str, 1, strlen($str) );
206
+ }
207
+ else {
208
+ return $str;
209
+ }
210
+ return self::cookielawinfo_remove_hash( $str );
211
+ }
212
+
213
+ /**
214
+ Outputs the cookie control script in the footer
215
+ N.B. This script MUST be output in the footer.
216
+
217
+ This function should be attached to the wp_footer action hook.
218
+ */
219
+ public function cookielawinfo_inject_cli_script()
220
+ {
221
+ $the_options = Cookie_Law_Info::get_settings();;
222
+
223
+ if ( $the_options['is_on'] == true )
224
+ {
225
+ // Output the HTML in the footer:
226
+ $message =nl2br($the_options['notify_message']);
227
+
228
+ $str = do_shortcode( stripslashes ( $message ) );
229
+ $str = __($str,'cookie-law-info');
230
+ $head= __($the_options['bar_heading_text'],'cookie-law-info');
231
+ $head= trim(stripslashes($head));
232
+
233
+ $notify_html = '<div id="' .$this->cookielawinfo_remove_hash( $the_options["notify_div_id"] ) . '">'.
234
+ ($head!="" ? '<h3>'.$head.'</h3>' : '')
235
+ .'<span>' . $str . '</span></div>';
236
+
237
+ if($the_options['showagain_tab'] === true)
238
+ {
239
+ $show_again=__($the_options["showagain_text"],'cookie-law-info');
240
+ $notify_html .= '<div id="' . $this->cookielawinfo_remove_hash( $the_options["showagain_div_id"] ) . '"><span id="cookie_hdr_showagain">'.$show_again.'</span></div>';
241
+ }
242
+ global $wp_query;
243
+ $current_obj = get_queried_object();
244
+ $post_slug ='';
245
+ if(is_object($current_obj))
246
+ {
247
+ if(is_category() || is_tag())
248
+ {
249
+ $post_slug =$current_obj->slug;
250
+ }
251
+ else
252
+ {
253
+ $post_slug =$current_obj->slug;
254
+ }
255
+ }
256
+ $notify_html = apply_filters('cli_show_cookie_bar_only_on_selected_pages',$notify_html,$post_slug);
257
+ require_once plugin_dir_path( __FILE__ ).'views/cookie-law-info_bar.php';
258
+ }
259
+ }
260
+
261
+ /* Print scripts or data in the head tag on the front end. */
262
+ public function include_user_accepted_cookielawinfo()
263
+ {
264
+ $the_options = Cookie_Law_Info::get_settings();
265
+ if($the_options['is_on'] == true && !is_admin())
266
+ {
267
+ $third_party_cookie_options=get_option('cookielawinfo_thirdparty_settings');
268
+ if(!empty($third_party_cookie_options))
269
+ {
270
+ if($third_party_cookie_options['thirdparty_on_field'] == 'true' && isset($_COOKIE['viewed_cookie_policy']))
271
+ {
272
+ if($_COOKIE['viewed_cookie_policy']=='yes')
273
+ {
274
+ echo $third_party_cookie_options['thirdparty_head_section'];
275
+ }
276
+ }
277
+ }
278
+ }
279
+ }
280
+
281
+ /* Print scripts or data in the body tag on the front end. */
282
+ public function include_user_accepted_cookielawinfo_in_body()
283
+ {
284
+ $the_options = Cookie_Law_Info::get_settings();
285
+ if($the_options['is_on'] == true && !is_admin())
286
+ {
287
+ $third_party_cookie_options=get_option('cookielawinfo_thirdparty_settings');
288
+ if(!empty($third_party_cookie_options))
289
+ {
290
+ if($third_party_cookie_options['thirdparty_on_field'] == 'true' && isset($_COOKIE['viewed_cookie_policy']))
291
+ {
292
+ if($_COOKIE['viewed_cookie_policy'] == 'yes')
293
+ {
294
+ echo $third_party_cookie_options['thirdparty_body_section'];
295
+ }
296
+ }
297
+ }
298
+ }
299
+ }
300
+ }
public/css/cookie-law-info-gdpr-1.6.6.css ADDED
@@ -0,0 +1,604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .gdpr-container-fluid {
2
+ width: 100%;
3
+ padding-right: 15px;
4
+ padding-left: 15px;
5
+ margin-right: auto;
6
+ margin-left: auto;
7
+ }
8
+ .gdpr-row {
9
+ display: -ms-flexbox;
10
+ display: flex;
11
+ -ms-flex-wrap: wrap;
12
+ flex-wrap: wrap;
13
+ margin-right: -15px;
14
+ margin-left: -15px;
15
+ }
16
+ .gdpr-col-4 {
17
+ -ms-flex: 0 0 33.333333%;
18
+ flex: 0 0 33.333333%;
19
+ max-width: 33.333333%;
20
+ }
21
+ .gdpr-col-8 {
22
+ -ms-flex: 0 0 66.666667%;
23
+ flex: 0 0 66.666667%;
24
+ max-width: 66.666667%;
25
+ }
26
+ .gdpr-align-items-stretch {
27
+ -ms-flex-align: stretch!important;
28
+ align-items: stretch!important;
29
+ }
30
+ .gdpr-d-flex {
31
+ display: -ms-flexbox!important;
32
+ display: flex!important;
33
+ }
34
+ .gdpr-px-0 {
35
+ padding-left: 0;
36
+ padding-right: 0;
37
+ }
38
+ .modal-backdrop.show {
39
+ opacity: .8;
40
+ }
41
+ .modal-open {
42
+ overflow: hidden
43
+ }
44
+
45
+ .modal-open .gdpr-modal {
46
+ overflow-x: hidden;
47
+ overflow-y: auto
48
+ }
49
+
50
+ .gdpr-modal.fade .gdpr-modal-dialog {
51
+ transition: -webkit-transform .3s ease-out;
52
+ transition: transform .3s ease-out;
53
+ transition: transform .3s ease-out,-webkit-transform .3s ease-out;
54
+ -webkit-transform: translate(0,-25%);
55
+ transform: translate(0,-25%)
56
+ }
57
+
58
+ .gdpr-modal.show .gdpr-modal-dialog {
59
+ -webkit-transform: translate(0,0);
60
+ transform: translate(0,0)
61
+ }
62
+
63
+ .modal-backdrop {
64
+ position: fixed;
65
+ top: 0;
66
+ right: 0;
67
+ bottom: 0;
68
+ left: 0;
69
+ z-index: 1039;
70
+ background-color: #000
71
+ }
72
+
73
+ .modal-backdrop.fade {
74
+ opacity: 0
75
+ }
76
+
77
+ .modal-backdrop.show {
78
+ opacity: .5
79
+ }
80
+
81
+ .gdpr-modal {
82
+ position: fixed;
83
+ top: 0;
84
+ right: 0;
85
+ bottom: 0;
86
+ left: 0;
87
+ z-index: 1050;
88
+ display: none;
89
+ overflow: hidden;
90
+ outline: 0
91
+ }
92
+ .gdpr-modal a {
93
+ text-decoration: none;
94
+ }
95
+ .gdpr-modal .gdpr-modal-dialog {
96
+ position: relative;
97
+ width: auto;
98
+ margin: .5rem;
99
+ pointer-events: none;
100
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
101
+ font-size: 1rem;
102
+ font-weight: 400;
103
+ line-height: 1.5;
104
+ color: #212529;
105
+ text-align: left;
106
+ display: -ms-flexbox;
107
+ display: flex;
108
+ -ms-flex-align: center;
109
+ align-items: center;
110
+ min-height: calc(100% - (.5rem * 2))
111
+ }
112
+ @media (min-width: 576px) {
113
+ .gdpr-modal .gdpr-modal-dialog {
114
+ max-width:500px;
115
+ margin: 1.75rem auto;
116
+ min-height: calc(100% - (1.75rem * 2));
117
+ }
118
+ }
119
+ @media (min-width: 992px) {
120
+ .gdpr-modal .gdpr-modal-dialog {
121
+ max-width: 900px;
122
+ }
123
+ }
124
+ .gdpr-modal-content {
125
+ position: relative;
126
+ display: -ms-flexbox;
127
+ display: flex;
128
+ -ms-flex-direction: column;
129
+ flex-direction: column;
130
+ width: 100%;
131
+ pointer-events: auto;
132
+ background-color: #fff;
133
+ background-clip: padding-box;
134
+ border: 1px solid rgba(0,0,0,.2);
135
+ border-radius: .3rem;
136
+ outline: 0
137
+ }
138
+ .gdpr-modal .row {
139
+ margin: 0 -15px;
140
+ }
141
+ .gdpr-modal .modal-body {
142
+ padding: 0;
143
+ position: relative;
144
+ -ms-flex: 1 1 auto;
145
+ flex: 1 1 auto;
146
+ }
147
+ .gdpr-modal .close {
148
+ position: absolute;
149
+ right: 10px;
150
+ top: 10px;
151
+ z-index: 1;
152
+ padding: 0;
153
+ background-color: transparent;
154
+ border: 0;
155
+ -webkit-appearance: none;
156
+ font-size: 1.5rem;
157
+ font-weight: 700;
158
+ line-height: 1;
159
+ color: #000;
160
+ text-shadow: 0 1px 0 #fff;
161
+ }
162
+ .gdpr-modal .close:focus {
163
+ outline: 0;
164
+ }
165
+ .gdpr-switch {
166
+ display: inline-block;
167
+ position: relative;
168
+ min-height: 1px;
169
+ padding-left: 70px;
170
+ font-size: 14px;
171
+ }
172
+ .gdpr-switch input[type="checkbox"] {
173
+ display:none;
174
+ }
175
+ .gdpr-switch .gdpr-slider {
176
+ background-color: #e3e1e8;
177
+ height: 24px;
178
+ width: 50px;
179
+ bottom: 0;
180
+ cursor: pointer;
181
+ left: 0;
182
+ position: absolute;
183
+ right: 0;
184
+ top: 0;
185
+ transition: .4s;
186
+ }
187
+ .gdpr-switch .gdpr-slider:before {
188
+ background-color: #fff;
189
+ bottom: 2px;
190
+ content: "";
191
+ height: 20px;
192
+ left: 2px;
193
+ position: absolute;
194
+ transition: .4s;
195
+ width: 20px;
196
+ }
197
+ .gdpr-switch input:checked + .gdpr-slider {
198
+ background-color:rgb(99, 179, 95);
199
+ }
200
+ .gdpr-switch input:checked + .gdpr-slider:before {
201
+ transform: translateX(26px);
202
+ }
203
+ .gdpr-switch .gdpr-slider {
204
+ border-radius: 34px;
205
+ }
206
+ .gdpr-switch .gdpr-slider:before {
207
+ border-radius: 50%;
208
+ }
209
+ .gdpr-tab-content>.gdpr-tab-pane {
210
+ display: none;
211
+ }
212
+ .gdpr-tab-content>.active {
213
+ display: block;
214
+ }
215
+ .gdpr-fade {
216
+ transition: opacity .15s linear;
217
+ }
218
+ .gdpr-nav-pills {
219
+ display: -ms-flexbox;
220
+ display: flex;
221
+ -ms-flex-wrap: wrap;
222
+ flex-wrap: wrap;
223
+ padding-left: 0;
224
+ margin-bottom: 0;
225
+ list-style: none;
226
+ -ms-flex-direction: column !important;
227
+ flex-direction: column !important;
228
+ align-items: stretch !important;
229
+ -ms-align-items: stretch !important;
230
+ }
231
+ .nav.gdpr-nav-pills, .gdpr-tab-content {
232
+ width: 100%;
233
+ padding: 30px;
234
+ }
235
+ .nav.gdpr-nav-pills {
236
+ background: #f3f3f3;
237
+ }
238
+ .nav.gdpr-nav-pills .gdpr-nav-link {
239
+ border: 1px solid #0070ad;
240
+ margin-bottom: 10px;
241
+ color: #0070ad;
242
+ font-size: 14px;
243
+ display: block;
244
+ padding: .5rem 1rem;
245
+ border-radius: .25rem;
246
+ }
247
+ .nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
248
+ background-color: #0070ad;
249
+ border: 1px solid #0070ad;
250
+ }
251
+ .nav.gdpr-nav-pills .gdpr-nav-link.active {
252
+ color: #ffffff;
253
+ }
254
+ .gdpr-tab-content .gdpr-button-wrapper {
255
+ padding-top: 30px;
256
+ margin-top: 30px;
257
+ border-top: 1px solid #d6d6d6;
258
+ }
259
+ .gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
260
+ background-color: #0070ad;
261
+ border-color: #0070ad;
262
+ color: #ffffff;
263
+ font-size: 14px;
264
+ display: inline-block;
265
+ font-weight: 400;
266
+ text-align: center;
267
+ white-space: nowrap;
268
+ vertical-align: middle;
269
+ -webkit-user-select: none;
270
+ -moz-user-select: none;
271
+ -ms-user-select: none;
272
+ user-select: none;
273
+ border: 1px solid transparent;
274
+ padding: .375rem .75rem;
275
+ font-size: 1rem;
276
+ line-height: 1.5;
277
+ border-radius: .25rem;
278
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
279
+ }
280
+ .gdpr-tab-content p {
281
+ color: #343438;
282
+ font-size: 14px;
283
+ margin-top: 0;
284
+ }
285
+ .gdpr-tab-content h4 {
286
+ font-size: 20px;
287
+ margin-bottom: .5rem;
288
+ margin-top: 0;
289
+ font-family: inherit;
290
+ font-weight: 500;
291
+ line-height: 1.2;
292
+ color: inherit;
293
+ }
294
+
295
+
296
+ .cli-container-fluid {
297
+ padding-right: 15px;
298
+ padding-left: 15px;
299
+ margin-right: auto;
300
+ margin-left: auto;
301
+ }
302
+ .cli-row {
303
+ display: -ms-flexbox;
304
+ display: flex;
305
+ -ms-flex-wrap: wrap;
306
+ flex-wrap: wrap;
307
+ margin-right: -15px;
308
+ margin-left: -15px;
309
+ }
310
+ .cli-col-4 {
311
+ -ms-flex: 0 0 33.333333%;
312
+ flex: 0 0 33.333333%;
313
+ max-width: 33.333333%;
314
+ }
315
+ .cli-col-8 {
316
+ -ms-flex: 0 0 66.666667%;
317
+ flex: 0 0 66.666667%;
318
+ max-width: 66.666667%;
319
+ }
320
+ .cli-align-items-stretch {
321
+ -ms-flex-align: stretch!important;
322
+ align-items: stretch!important;
323
+ }
324
+ .cli-d-flex {
325
+ display: -ms-flexbox!important;
326
+ display: flex!important;
327
+ }
328
+ .cli-px-0 {
329
+ padding-left: 0;
330
+ padding-right: 0;
331
+ }
332
+ .cli-btn {
333
+ cursor: pointer;
334
+ font-size: 14px;
335
+ display: inline-block;
336
+ font-weight: 400;
337
+ text-align: center;
338
+ white-space: nowrap;
339
+ vertical-align: middle;
340
+ -webkit-user-select: none;
341
+ -moz-user-select: none;
342
+ -ms-user-select: none;
343
+ user-select: none;
344
+ border: 1px solid transparent;
345
+ padding: .5rem 1.25rem;
346
+ line-height: 1;
347
+ border-radius: .25rem;
348
+ transition: all .15s ease-in-out;
349
+ }
350
+ .cli-btn:hover {
351
+ opacity: .8;
352
+ }
353
+ .cli-read-more-link {
354
+ cursor: pointer;
355
+ font-size: 15px;
356
+ font-weight: 500;
357
+ text-decoration: underline;
358
+ }
359
+ .cli-btn:focus {
360
+ outline: 0;
361
+ }
362
+ .cli-modal-backdrop.cli-show {
363
+ opacity: .8;
364
+ }
365
+ .cli-modal-open {
366
+ overflow: hidden
367
+ }
368
+ .cli-barmodal-open {
369
+ overflow: hidden
370
+ }
371
+ .cli-modal-open .cli-modal {
372
+ overflow-x: hidden;
373
+ overflow-y: auto
374
+ }
375
+ .cli-modal.cli-fade .cli-modal-dialog {
376
+ transition: -webkit-transform .3s ease-out;
377
+ transition: transform .3s ease-out;
378
+ transition: transform .3s ease-out,-webkit-transform .3s ease-out;
379
+ -webkit-transform: translate(0,-25%);
380
+ transform: translate(0,-25%)
381
+ }
382
+ .cli-modal.cli-show .cli-modal-dialog {
383
+ -webkit-transform: translate(0,0);
384
+ transform: translate(0,0)
385
+ }
386
+ .cli-modal-backdrop {
387
+ position: fixed;
388
+ top: 0;
389
+ right: 0;
390
+ bottom: 0;
391
+ left: 0;
392
+ z-index: 1040;
393
+ background-color: #000;
394
+ display: none;
395
+ }
396
+ .cli-modal-backdrop.cli-fade {
397
+ opacity: 0
398
+ }
399
+ .cli-modal-backdrop.cli-show {
400
+ opacity: .5;
401
+ display: block;
402
+ }
403
+ .cli-modal {
404
+ position: fixed;
405
+ top: 0;
406
+ right: 0;
407
+ bottom: 0;
408
+ left: 0;
409
+ z-index: 99999;
410
+ display: none;
411
+ overflow: hidden;
412
+ outline: 0
413
+ }
414
+ .cli-modal.cli-show {
415
+ display: block;
416
+ }
417
+ .cli-modal a {
418
+ text-decoration: none;
419
+ }
420
+ .cli-modal .cli-modal-dialog {
421
+ position: relative;
422
+ width: auto;
423
+ margin: .5rem;
424
+ pointer-events: none;
425
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
426
+ font-size: 1rem;
427
+ font-weight: 400;
428
+ line-height: 1.5;
429
+ color: #212529;
430
+ text-align: left;
431
+ display: -ms-flexbox;
432
+ display: flex;
433
+ -ms-flex-align: center;
434
+ align-items: center;
435
+ min-height: calc(100% - (.5rem * 2))
436
+ }
437
+ @media (min-width: 576px) {
438
+ .cli-modal .cli-modal-dialog {
439
+ max-width:500px;
440
+ margin: 1.75rem auto;
441
+ min-height: calc(100% - (1.75rem * 2))
442
+ }
443
+ }
444
+ @media (min-width: 992px) {
445
+ .cli-modal .cli-modal-dialog {
446
+ max-width: 900px;
447
+ }
448
+ }
449
+ .cli-modal-content {
450
+ position: relative;
451
+ display: -ms-flexbox;
452
+ display: flex;
453
+ -ms-flex-direction: column;
454
+ flex-direction: column;
455
+ width: 100%;
456
+ pointer-events: auto;
457
+ background-color: #fff;
458
+ background-clip: padding-box;
459
+ border: 1px solid rgba(0,0,0,.2);
460
+ border-radius: .3rem;
461
+ outline: 0
462
+ }
463
+ .cli-modal .row {
464
+ margin: 0 -15px;
465
+ }
466
+ .cli-modal .modal-body {
467
+ padding: 0;
468
+ position: relative;
469
+ -ms-flex: 1 1 auto;
470
+ flex: 1 1 auto;
471
+ }
472
+ .cli-modal .cli-modal-close {
473
+ position: absolute;
474
+ right: 10px;
475
+ top: 10px;
476
+ z-index: 1;
477
+ padding: 0;
478
+ background-color: transparent;
479
+ border: 0;
480
+ -webkit-appearance: none;
481
+ font-size: 1.5rem;
482
+ font-weight: 700;
483
+ line-height: 1;
484
+ color: #000;
485
+ text-shadow: 0 1px 0 #fff;
486
+ }
487
+ .cli-modal .cli-modal-close:focus {
488
+ outline: 0;
489
+ }
490
+ .cli-switch {
491
+ display: inline-block;
492
+ position: relative;
493
+ min-height: 1px;
494
+ padding-left: 70px;
495
+ font-size: 14px;
496
+ }
497
+ .cli-switch input[type="checkbox"] {
498
+ display:none;
499
+ }
500
+ .cli-switch .cli-slider {
501
+ background-color: #e3e1e8;
502
+ height: 24px;
503
+ width: 50px;
504
+ bottom: 0;
505
+ cursor: pointer;
506
+ left: 0;
507
+ position: absolute;
508
+ right: 0;
509
+ top: 0;
510
+ transition: .4s;
511
+ }
512
+ .cli-switch .cli-slider:before {
513
+ background-color: #fff;
514
+ bottom: 2px;
515
+ content: "";
516
+ height: 20px;
517
+ left: 2px;
518
+ position: absolute;
519
+ transition: .4s;
520
+ width: 20px;
521
+ }
522
+ .cli-switch input:checked + .cli-slider {
523
+ background-color: #00acad
524
+ }
525
+ .cli-switch input:checked + .cli-slider:before {
526
+ transform: translateX(26px);
527
+ }
528
+ .cli-switch .cli-slider {
529
+ border-radius: 34px;
530
+ }
531
+ .cli-switch .cli-slider:before {
532
+ border-radius: 50%;
533
+ }
534
+ .cli-tab-content {
535
+ background: #ffffff;
536
+ }
537
+ .cli-tab-content>.cli-tab-pane {
538
+ display: none;
539
+ }
540
+ .cli-tab-content>.cli-active {
541
+ display: block;
542
+ }
543
+ .cli-fade {
544
+ transition: opacity .15s linear;
545
+ }
546
+ .cli-nav-pills {
547
+ display: -ms-flexbox;
548
+ display: flex;
549
+ -ms-flex-wrap: wrap;
550
+ flex-wrap: wrap;
551
+ padding-left: 0;
552
+ margin-bottom: 0;
553
+ list-style: none;
554
+ -ms-flex-direction: column;
555
+ flex-direction: column;
556
+ }
557
+ .cli-nav-pills, .cli-tab-content {
558
+ width: 100%;
559
+ padding: 30px;
560
+ }
561
+ @media (max-width: 767px) {
562
+ .cli-nav-pills, .cli-tab-content {
563
+ padding: 30px 10px;
564
+ }
565
+ }
566
+ .cli-nav-pills {
567
+ background: #f3f3f3;
568
+ }
569
+ .cli-nav-pills .cli-nav-link {
570
+ border: 1px solid #00acad;
571
+ margin-bottom: 10px;
572
+ color: #00acad;
573
+ font-size: 14px;
574
+ display: block;
575
+ padding: .5rem 1rem;
576
+ border-radius: .25rem;
577
+ cursor: pointer
578
+ }
579
+ .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
580
+ background-color: #00acad;
581
+ border: 1px solid #00acad;
582
+ }
583
+ .cli-nav-pills .cli-nav-link.cli-active {
584
+ color: #ffffff;
585
+ }
586
+ .cli-tab-content .cli-button-wrapper {
587
+ padding-top: 30px;
588
+ margin-top: 30px;
589
+ border-top: 1px solid #d6d6d6;
590
+ }
591
+ .cli-tab-content p {
592
+ color: #343438;
593
+ font-size: 14px;
594
+ margin-top: 0;
595
+ }
596
+ .cli-tab-content h4 {
597
+ font-size: 20px;
598
+ margin-bottom: 1.5rem;
599
+ margin-top: 0;
600
+ font-family: inherit;
601
+ font-weight: 500;
602
+ line-height: 1.2;
603
+ color: inherit;
604
+ }
css/cli-style.css → public/css/cookie-law-info-public-1.6.6.css RENAMED
@@ -1,24 +1,27 @@
1
  #cookie-law-info-bar {
2
- border: 0;
3
  font-size: 10pt;
4
  margin: 0 auto;
5
- padding: 16px 0;
6
  position: absolute;
7
  text-align: center;
8
  width: 100%;
9
  z-index: 9999;
 
10
  }
11
  #cookie-law-info-again {
12
  font-size: 10pt;
13
  margin: 0;
14
- padding: 2px 10px;
15
  text-align: center;
16
  z-index: 9999;
17
  cursor: pointer;
 
18
  }
19
  #cookie-law-info-bar span {
20
  vertical-align: middle;
21
  }
 
22
  /** Buttons (http://papermashup.com/demos/css-buttons) */
23
  .cli-plugin-button, .cli-plugin-button:visited {
24
  display: inline-block;
@@ -32,25 +35,22 @@
32
  margin-left: 10px;
33
  text-decoration: none;
34
  }
 
 
 
35
  .cli-plugin-button:hover {
36
  background-color: #111;
37
  color: #fff;
38
  text-decoration: none;
39
  }
40
- .cli-plugin-button:active {
41
- top: 1px;
42
- }
43
- .cli-plugin-main-link {
44
- margin-left: 10px;
45
- }
46
  .small.cli-plugin-button, .small.cli-plugin-button:visited {
47
  font-size: 11px;
48
  }
49
  .cli-plugin-button, .cli-plugin-button:visited,
50
  .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
51
  font-size: 13px;
52
- font-weight: 500;
53
- line-height: 1;
54
  }
55
  .large.cli-plugin-button, .large.cli-plugin-button:visited {
56
  font-size: 14px;
@@ -95,4 +95,15 @@
95
  }
96
  .yellow.cli-plugin-button:hover {
97
  background-color: #fc9200;
 
 
 
 
 
 
 
 
 
 
 
98
  }
1
  #cookie-law-info-bar {
2
+ /*border: 0; */
3
  font-size: 10pt;
4
  margin: 0 auto;
5
+ padding: 10px 0;
6
  position: absolute;
7
  text-align: center;
8
  width: 100%;
9
  z-index: 9999;
10
+ box-shadow:rgba(0,0,0,.5) 0px 5px 50px;
11
  }
12
  #cookie-law-info-again {
13
  font-size: 10pt;
14
  margin: 0;
15
+ padding:5px 10px;
16
  text-align: center;
17
  z-index: 9999;
18
  cursor: pointer;
19
+ box-shadow: #161616 2px 2px 5px 2px;
20
  }
21
  #cookie-law-info-bar span {
22
  vertical-align: middle;
23
  }
24
+
25
  /** Buttons (http://papermashup.com/demos/css-buttons) */
26
  .cli-plugin-button, .cli-plugin-button:visited {
27
  display: inline-block;
35
  margin-left: 10px;
36
  text-decoration: none;
37
  }
38
+ .cli-plugin-main-link {
39
+ margin-left: 10px;
40
+ }
41
  .cli-plugin-button:hover {
42
  background-color: #111;
43
  color: #fff;
44
  text-decoration: none;
45
  }
 
 
 
 
 
 
46
  .small.cli-plugin-button, .small.cli-plugin-button:visited {
47
  font-size: 11px;
48
  }
49
  .cli-plugin-button, .cli-plugin-button:visited,
50
  .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
51
  font-size: 13px;
52
+ font-weight: 500;
53
+ line-height: 1;
54
  }
55
  .large.cli-plugin-button, .large.cli-plugin-button:visited {
56
  font-size: 14px;
95
  }
96
  .yellow.cli-plugin-button:hover {
97
  background-color: #fc9200;
98
+ }
99
+ .cli-plugin-button{ margin-top:5px; }
100
+ .cli-bar-popup{
101
+ -moz-background-clip: padding;
102
+ -webkit-background-clip: padding;
103
+ background-clip: padding-box;
104
+ border:20px solid rgba(0,0,0,0.5) !important;
105
+ -webkit-border-radius:30px;
106
+ -moz-border-radius:30px;
107
+ border-radius:30px;
108
+ padding:20px;
109
  }
css/cli-tables.css → public/css/cookie-law-info-table-1.6.6.css RENAMED
File without changes
public/images/cli_icon.png ADDED
Binary file
public/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
public/js/cookie-law-info-public-1.6.6.js ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CLI_ACCEPT_COOKIE_NAME =(typeof CLI_ACCEPT_COOKIE_NAME !== 'undefined' ? CLI_ACCEPT_COOKIE_NAME : 'viewed_cookie_policy');
2
+ CLI_ACCEPT_COOKIE_EXPIRE =(typeof CLI_ACCEPT_COOKIE_EXPIRE !== 'undefined' ? CLI_ACCEPT_COOKIE_EXPIRE : 365);
3
+ CLI_COOKIEBAR_AS_POPUP=(typeof CLI_COOKIEBAR_AS_POPUP !== 'undefined' ? CLI_COOKIEBAR_AS_POPUP : false);
4
+ var CLI_Cookie={
5
+ set: function (name, value, days) {
6
+ if (days) {
7
+ var date = new Date();
8
+ date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
9
+ var expires = "; expires=" + date.toGMTString();
10
+ } else
11
+ var expires = "";
12
+ document.cookie = name + "=" + value + expires + "; path=/";
13
+ if(days<1)
14
+ {
15
+ host_name=window.location.hostname;
16
+ document.cookie = name + "=" + value + expires + "; path=/; domain=."+host_name+";";
17
+ host_name=host_name.substring(host_name.lastIndexOf(".", host_name.lastIndexOf(".")-1));
18
+ document.cookie = name + "=" + value + expires + "; path=/; domain="+host_name+";";
19
+ }
20
+ },
21
+ read: function (name) {
22
+ var nameEQ = name + "=";
23
+ var ca = document.cookie.split(';');
24
+ for (var i = 0; i < ca.length; i++) {
25
+ var c = ca[i];
26
+ while (c.charAt(0) == ' ') {
27
+ c = c.substring(1, c.length);
28
+ }
29
+ if (c.indexOf(nameEQ) === 0) {
30
+ return c.substring(nameEQ.length, c.length);
31
+ }
32
+ }
33
+ return null;
34
+ },
35
+ erase: function (name) {
36
+ this.set(name, "", -10);
37
+ },
38
+ exists: function (name) {
39
+ return (this.read(name) !== null);
40
+ },
41
+ getallcookies:function()
42
+ {
43
+ var pairs = document.cookie.split(";");
44
+ var cookieslist = {};
45
+ for (var i = 0; i < pairs.length; i++) {
46
+ var pair = pairs[i].split("=");
47
+ cookieslist[(pair[0] + '').trim()] = unescape(pair[1]);
48
+ }
49
+ return cookieslist;
50
+ }
51
+ }
52
+ var CLI=
53
+ {
54
+ bar_config:{},
55
+ showagain_config:{},
56
+ set:function(args)
57
+ {
58
+ if(typeof JSON.parse !== "function")
59
+ {
60
+ console.log("CookieLawInfo requires JSON.parse but your browser doesn't support it");
61
+ return;
62
+ }
63
+ this.settings = JSON.parse(args.settings);
64
+ this.bar_elm=jQuery(this.settings.notify_div_id);
65
+ this.showagain_elm = jQuery(this.settings.showagain_div_id);
66
+
67
+ //buttons
68
+ this.main_button=jQuery('.cli-plugin-main-button');
69
+ this.main_link = jQuery('.cli-plugin-main-link');
70
+ this.reject_link = jQuery('.cookie_action_close_header_reject');
71
+ this.delete_link=jQuery(".cookielawinfo-cookie-delete");
72
+
73
+ if(this.settings.as_popup)
74
+ {
75
+ CLI_COOKIEBAR_AS_POPUP=true;
76
+ }
77
+ this.configShowAgain();
78
+ this.configBar();
79
+ this.attachStyles();
80
+ this.toggleBar();
81
+ this.attachDelete();
82
+ this.attachEvents();
83
+ this.configButtons();
84
+ if(this.settings.scroll_close === true)
85
+ {
86
+ window.addEventListener("scroll",CLI.closeOnScroll, false);
87
+ }
88
+ },
89
+ attachEvents:function()
90
+ {
91
+ jQuery('.cli_action_button').click(function(e){
92
+ e.preventDefault();
93
+ var elm=jQuery(this);
94
+ var button_action=elm.attr('data-cli_action');
95
+ var open_link=elm[0].hasAttribute("href") && elm.attr("href") != '#' ? true : false;
96
+ var new_window=false;
97
+ if(button_action=='accept')
98
+ {
99
+ CLI.accept_close();
100
+ new_window=CLI.settings.button_1_new_win ? true : false;
101
+ }else if(button_action=='reject')
102
+ {
103
+ CLI.reject_close();
104
+ new_window=CLI.settings.button_3_new_win ? true : false;
105
+ }
106
+ CLI.saveLog(button_action);
107
+ if(open_link)
108
+ {
109
+ if(new_window)
110
+ {
111
+ window.open(elm.attr("href"),'_blank');
112
+ }else
113
+ {
114
+ window.location.href =elm.attr("href");
115
+ }
116
+ }
117
+ });
118
+ },
119
+ saveLog:function(button_action)
120
+ {
121
+ if(CLI.settings.logging_on)
122
+ {
123
+ jQuery.ajax({
124
+ url: log_object.ajax_url,
125
+ type: 'POST',
126
+ data:{
127
+ action: 'wt_log_visitor_action',
128
+ wt_clicked_button_id: '',
129
+ wt_user_action:button_action,
130
+ cookie_list:CLI_Cookie.getallcookies()
131
+ },
132
+ success:function (response)
133
+ {
134
+
135
+ }
136
+ });
137
+ }
138
+ },
139
+ attachDelete:function()
140
+ {
141
+ this.delete_link.click(function () {
142
+ CLI_Cookie.erase(CLI_ACCEPT_COOKIE_NAME);
143
+ for(var k in Cli_Data.nn_cookie_ids)
144
+ {
145
+ CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k]);
146
+ }
147
+ return false;
148
+ });
149
+ },
150
+ configButtons:function()
151
+ {
152
+ //[cookie_button]
153
+ this.main_button.css('color',this.settings.button_1_link_colour);
154
+ if(this.settings.button_1_as_button)
155
+ {
156
+ this.main_button.css('background-color',this.settings.button_1_button_colour);
157
+ this.main_button.hover(function () {
158
+ jQuery(this).css('background-color',CLI.settings.button_1_button_hover);
159
+ },function (){
160
+ jQuery(this).css('background-color',CLI.settings.button_1_button_colour);
161
+ });
162
+ }
163
+
164
+ //[cookie_link]
165
+ this.main_link.css('color',this.settings.button_2_link_colour);
166
+ if(this.settings.button_2_as_button)
167
+ {
168
+ this.main_link.css('background-color',this.settings.button_2_button_colour);
169
+ this.main_link.hover(function () {
170
+ jQuery(this).css('background-color',CLI.settings.button_2_button_hover);
171
+ },function (){
172
+ jQuery(this).css('background-color',CLI.settings.button_2_button_colour);
173
+ });
174
+ }
175
+
176
+
177
+ //[cookie_reject]
178
+ this.reject_link.css('color',this.settings.button_3_link_colour);
179
+ if(this.settings.button_3_as_button)
180
+ {
181
+ this.reject_link.css('background-color',this.settings.button_3_button_colour);
182
+ this.reject_link.hover(function () {
183
+ jQuery(this).css('background-color',CLI.settings.button_3_button_hover);
184
+ },function () {
185
+ jQuery(this).css('background-color',CLI.settings.button_3_button_colour);
186
+ });
187
+ }
188
+ },
189
+ toggleBar:function()
190
+ {
191
+ if(CLI_COOKIEBAR_AS_POPUP)
192
+ {
193
+ this.barAsPopUp();
194
+ }
195
+ if(!CLI_Cookie.exists(CLI_ACCEPT_COOKIE_NAME))
196
+ {
197
+ this.displayHeader();
198
+ } else {
199
+ this.bar_elm.hide();
200
+ }
201
+ if(this.settings.show_once_yn)
202
+ {
203
+ setTimeout(function(){
204
+ CLI.close_header();
205
+ },CLI.settings.show_once);
206
+ }
207
+
208
+ this.showagain_elm.click(function (e) {
209
+ e.preventDefault();
210
+ CLI.showagain_elm.slideUp(CLI.settings.animate_speed_hide,function()
211
+ {
212
+ CLI.bar_elm.slideDown(CLI.settings.animate_speed_show);
213
+ if(CLI_COOKIEBAR_AS_POPUP)
214
+ {
215
+ CLI.showPopupOverlay();
216
+ }
217
+ });
218
+ });
219
+ },
220
+ attachStyles:function()
221
+ {
222
+ this.bar_elm.css(this.bar_config).hide();
223
+ this.showagain_elm.css(this.showagain_config);
224
+ },
225
+ configShowAgain:function()
226
+ {
227
+ this.showagain_config = {
228
+ 'background-color': this.settings.background,
229
+ 'color':this.l1hs(this.settings.text),
230
+ 'position': 'fixed',
231
+ 'font-family': this.settings.font_family
232
+ };
233
+ if(this.settings.border_on)
234
+ {
235
+ var border_to_hide = 'border-' + this.settings.notify_position_vertical;
236
+ this.showagain_config['border'] = '1px solid ' + this.l1hs(this.settings.border);
237
+ this.showagain_config[border_to_hide] = 'none';
238
+ }
239
+ if(this.settings.notify_position_horizontal == "left")
240
+ {
241
+ this.showagain_config.left = this.settings.showagain_x_position;
242
+ }else if(this.settings.notify_position_horizontal == "right")
243
+ {
244
+ this.showagain_config.right = this.settings.showagain_x_position;
245
+ }
246
+ },
247
+ configBar:function()
248
+ {
249
+ this.bar_config = {
250
+ 'background-color':this.settings.background,
251
+ 'color':this.settings.text,
252
+ 'font-family':this.settings.font_family
253
+ };
254
+ if(this.settings.notify_position_vertical=="top")
255
+ {
256
+ this.bar_config['top'] = '0';
257
+ if(this.settings.header_fix === true)
258
+ {
259
+ this.bar_config['position'] = 'fixed';
260
+ }
261
+ }else
262
+ {
263
+ this.bar_config['bottom'] = '0';
264
+ }
265
+ if(this.settings.notify_position_vertical == "top")
266
+ {
267
+ if(this.settings.border_on)
268
+ {
269
+ this.bar_config['border-bottom'] = '2px solid ' +this.l1hs(this.settings.border);
270
+ }
271
+ this.showagain_config.top = '0';
272
+ }
273
+ else if(this.settings.notify_position_vertical == "bottom")
274
+ {
275
+ if(this.settings.border_on)
276
+ {
277
+ this.bar_config['border-top'] = '2px solid ' + this.l1hs(this.settings.border);
278
+ }
279
+ this.bar_config['position'] = 'fixed';
280
+ this.bar_config['bottom'] = '0';
281
+ this.showagain_config.bottom = '0';
282
+ }
283
+ },
284
+ l1hs:function(str)
285
+ {
286
+ if (str.charAt(0) == "#") {
287
+ str = str.substring(1, str.length);
288
+ } else {
289
+ return "#" + str;
290
+ }
291
+ return this.l1hs(str);
292
+ },
293
+ close_header:function()
294
+ {
295
+ CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'yes',CLI_ACCEPT_COOKIE_EXPIRE);
296
+ this.hideHeader();
297
+ },
298
+ accept_close:function()
299
+ {
300
+ this.hidePopupOverlay();
301
+ CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'yes',CLI_ACCEPT_COOKIE_EXPIRE);
302
+ if(this.settings.notify_animate_hide)
303
+ {
304
+ this.bar_elm.slideUp(this.settings.animate_speed_hide);
305
+ }else
306
+ {
307
+ this.bar_elm.hide();
308
+ }
309
+ this.showagain_elm.slideDown(this.settings.animate_speed_show);
310
+ if(this.settings.accept_close_reload === true)
311
+ {
312
+ window.location.reload();
313
+ }
314
+ return false;
315
+ },
316
+ reject_close:function()
317
+ {
318
+ this.hidePopupOverlay();
319
+ for(var k in Cli_Data.nn_cookie_ids)
320
+ {
321
+ CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k]);
322
+ }
323
+ CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'no',CLI_ACCEPT_COOKIE_EXPIRE);
324
+ if(this.settings.notify_animate_hide)
325
+ {
326
+ this.bar_elm.slideUp(this.settings.animate_speed_hide);
327
+ } else
328
+ {
329
+ this.bar_elm.hide();
330
+ }
331
+ this.showagain_elm.slideDown(this.settings.animate_speed_show);
332
+ if(this.settings.reject_close_reload === true)
333
+ {
334
+ window.location.reload();
335
+ }
336
+ return false;
337
+ },
338
+ closeOnScroll:function()
339
+ {
340
+ if(window.pageYOffset > 100 && !CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME))
341
+ {
342
+ CLI.accept_close();
343
+ if(CLI.settings.scroll_close_reload === true)
344
+ {
345
+ window.location.reload();
346
+ }
347
+ window.removeEventListener("scroll",CLI.closeOnScroll,false);
348
+ }
349
+ },
350
+ displayHeader:function()
351
+ {
352
+ if(this.settings.notify_animate_show)
353
+ {
354
+ this.bar_elm.slideDown(this.settings.animate_speed_show);
355
+ }else
356
+ {
357
+ this.bar_elm.show();
358
+ }
359
+ this.showagain_elm.hide();
360
+ if(CLI_COOKIEBAR_AS_POPUP)
361
+ {
362
+ this.showPopupOverlay();
363
+ }
364
+ },
365
+ hideHeader:function()
366
+ {
367
+ if(this.settings.notify_animate_show)
368
+ {
369
+ this.showagain_elm.slideDown(this.settings.animate_speed_show);
370
+ } else {
371
+ this.showagain_elm.show();
372
+ }
373
+ this.bar_elm.slideUp(this.settings.animate_speed_show);
374
+ this.hidePopupOverlay();
375
+ },
376
+ hidePopupOverlay:function()
377
+ {
378
+ jQuery('body').removeClass("cli-barmodal-open");
379
+ jQuery(".cli-popupbar-overlay").removeClass("cli-show");
380
+ },
381
+ showPopupOverlay:function()
382
+ {
383
+ if(this.settings.popup_overlay)
384
+ {
385
+ jQuery('body').addClass("cli-barmodal-open");
386
+ jQuery(".cli-popupbar-overlay").addClass("cli-show");
387
+ }
388
+ },
389
+ barAsPopUp:function()
390
+ {
391
+ var cli_elm=this.bar_elm;
392
+ var cli_win=jQuery(window);
393
+ var cli_winh=cli_win.height()-40;
394
+ var cli_winw=cli_win.width();
395
+ var cli_defw=cli_winw>700 ? 500 : cli_winw-20;
396
+ //var cli_defw=cli_defw<500 ? 500 : cli_defw;
397
+
398
+ cli_elm.css({
399
+ 'width':cli_defw,'height':'auto','max-height':cli_winh,'bottom':'','top':'50%','left':'50%','margin-left':(cli_defw/2)*-1,'margin-top':'-100px','padding':'25px 15px','overflow':'auto'
400
+ }).addClass('cli-bar-popup cli-modal-content');
401
+ cli_elm.append('<div style="width:100%; padding-top:15px; float:left; display:block" class="cli_pop_btn_container"></div>');
402
+ cli_elm.find('a').appendTo('.cli_pop_btn_container');
403
+ cli_elm.find('a').css({'margin-top':'10px','margin-left':'5px'});
404
+ cli_elm.find('span').css({'float':'left','display':'block','width':'100%','height':'auto','max-height':(cli_winh-100),'overflow':'auto','text-align':'left'});
405
+
406
+ cli_h=cli_elm.height();
407
+ li_h=cli_h<200 ? 200 : cli_h;
408
+ cli_elm.css({'top':'50%','margin-top':((cli_h/2)+30)*-1});
409
+ setTimeout(function(){
410
+ cli_elm.css({
411
+ 'bottom':''
412
+ });
413
+ },100);
414
+ }
415
+ }
416
+ jQuery(document).ready(function() {
417
+ if(typeof cli_cookiebar_settings!='undefined')
418
+ {
419
+ CLI.set({
420
+ settings:cli_cookiebar_settings
421
+ });
422
+ }
423
+ });
public/modules/shortcode/shortcode.php ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+ /*
7
+ ===============================================================================
8
+
9
+ Copyright 2018 @ WebToffee
10
+
11
+ This program is free software; you can redistribute it and/or modify
12
+ it under the terms of the GNU General Public License, version 2, as
13
+ published by the Free Software Foundation.
14
+
15
+ This program is distributed in the hope that it will be useful,
16
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ GNU General Public License for more details.
19
+
20
+ You should have received a copy of the GNU General Public License
21
+ along with this program; if not, write to the Free Software
22
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
+
24
+ */
25
+
26
+
27
+ class Cookie_Law_Info_Shortcode {
28
+
29
+ public $version;
30
+
31
+ public $parent_obj; //instance of the class that includes this class
32
+
33
+ public $plugin_obj;
34
+
35
+ public $plugin_name;
36
+
37
+ public function __construct($parent_obj)
38
+ {
39
+ $this->version=$parent_obj->version;
40
+ $this->parent_obj=$parent_obj;
41
+ $this->plugin_obj=$parent_obj->plugin_obj;
42
+ $this->plugin_name=$parent_obj->plugin_name;
43
+
44
+ // Shortcodes:
45
+ add_shortcode( 'delete_cookies',array($this,'cookielawinfo_delete_cookies_shortcode')); // a shortcode [delete_cookies (text="Delete Cookies")]
46
+ add_shortcode( 'cookie_audit',array($this,'cookielawinfo_table_shortcode')); // a shortcode [cookie_audit style="winter"]
47
+ add_shortcode( 'cookie_accept',array($this,'cookielawinfo_shortcode_accept_button')); // a shortcode [cookie_accept (colour="red")]
48
+ add_shortcode( 'cookie_reject',array($this,'cookielawinfo_shortcode_reject_button')); // a shortcode [cookie_reject (colour="red")]
49
+ add_shortcode( 'cookie_link',array($this,'cookielawinfo_shortcode_more_link')); // a shortcode [cookie_link]
50
+ add_shortcode( 'cookie_button',array($this,'cookielawinfo_shortcode_main_button')); // a shortcode [cookie_button]
51
+ }
52
+
53
+ /**
54
+ A shortcode that outputs a link which will delete the cookie used to track
55
+ whether or not a vistor has dismissed the header message (i.e. so it doesn't
56
+ keep on showing on all pages)
57
+
58
+ Usage: [delete_cookies]
59
+ [delete_cookies linktext="delete cookies"]
60
+
61
+ N.B. This shortcut does not block cookies, or delete any other cookies!
62
+ */
63
+ public function cookielawinfo_delete_cookies_shortcode($atts)
64
+ {
65
+ extract(shortcode_atts( array(
66
+ 'text' => __('Delete Cookies', 'cookie-law-info'),
67
+ ), $atts ) );
68
+ return "<a href='' class='cookielawinfo-cookie-delete'>{$text}</a>";
69
+ }
70
+
71
+
72
+ /**
73
+ A nice shortcode to output a table of cookies you have saved, output in ascending
74
+ alphabetical order. If there are no cookie records found a single empty row is shown.
75
+ You can customise the 'not shown' message (see commented code below)
76
+
77
+ N.B. This only shows the information you entered on the "cookie" admin page, it
78
+ does not necessarily mean you comply with the cookie law. It is up to you, or
79
+ the website owner, to make sure you have conducted an appropriate cookie audit
80
+ and are informing website visitors of the actual cookies that are being stored.
81
+
82
+ Usage: [cookie_audit]
83
+ [cookie_audit style="winter"]
84
+ [cookie_audit not_shown_message="No records found"]
85
+ [cookie_audit style="winter" not_shown_message="Not found"]
86
+
87
+ Styles included: simple, classic, modern, rounded, elegant, winter.
88
+ Default style applied: classic.
89
+
90
+ Additional styles: You can customise the CSS by editing the CSS file itself,
91
+ included with plugin.
92
+ */
93
+ public function cookielawinfo_table_shortcode( $atts )
94
+ {
95
+
96
+ /** RICHARDASHBY EDIT: only add CSS if table is being used */
97
+ wp_enqueue_style($this->plugin_name.'-table');
98
+ /** END EDIT */
99
+
100
+ extract( shortcode_atts( array(
101
+ 'style' => 'classic',
102
+ 'not_shown_message' => ''
103
+ ), $atts ) );
104
+
105
+ $args = array(
106
+ 'post_type' => CLI_POST_TYPE,
107
+ /** 28/05/2013: Changing from 10 to 50 to allow longer tables of cookie data */
108
+ 'posts_per_page' => 50,
109
+ 'order' => 'ASC',
110
+ 'orderby' => 'title'
111
+ );
112
+ $posts = get_posts($args);
113
+ $ret = '<table class="cookielawinfo-' . $style . '"><thead><tr>';
114
+ $ret .= '<th class="cookielawinfo-column-1">'.__('Cookie', 'cookie-law-info').'</th>';
115
+ $ret .= '<th class="cookielawinfo-column-2">'.__('Type', 'cookie-law-info').'</th>';
116
+ $ret .= '<th class="cookielawinfo-column-3">'.__('Duration', 'cookie-law-info').'</th>';
117
+ $ret .= '<th class="cookielawinfo-column-4">'.__('Description', 'cookie-law-info').'</th>';
118
+ $ret = apply_filters('cli_new_columns_to_audit_table',$ret);
119
+ $ret .= '</tr>';
120
+ $ret .= '</thead><tbody>';
121
+
122
+ if(!$posts)
123
+ {
124
+ $ret .= '<tr class="cookielawinfo-row"><td colspan="4" class="cookielawinfo-column-empty">' . $not_shown_message . '</td></tr>';
125
+ }
126
+
127
+ // Get custom fields:
128
+ if($posts)
129
+ {
130
+ foreach( $posts as $post )
131
+ {
132
+ $custom = get_post_custom( $post->ID );
133
+ $cookie_type = ( isset ( $custom["_cli_cookie_type"][0] ) ) ? $custom["_cli_cookie_type"][0] : '';
134
+ $cookie_duration = ( isset ( $custom["_cli_cookie_duration"][0] ) ) ? $custom["_cli_cookie_duration"][0] : '';
135
+ // Output HTML:
136
+ $ret .= '<tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">' . $post->post_title . '</td>';
137
+ $ret .= '<td class="cookielawinfo-column-2">' . $cookie_type .'</td>';
138
+ $ret .= '<td class="cookielawinfo-column-3">' . $cookie_duration .'</td>';
139
+ $ret .= '<td class="cookielawinfo-column-4">' . $post->post_content .'</td>';
140
+ $ret = apply_filters('cli_new_column_values_to_audit_table',$ret, $custom);
141
+ $ret .= '</tr>';
142
+ }
143
+ }
144
+ $ret .= '</tbody></table>';
145
+ return $ret;
146
+ }
147
+
148
+ public function render_cookie_raw_table($cookie_post = array(), $ret)
149
+ {
150
+
151
+ // Get custom fields:
152
+ $custom = get_post_custom( $cookie_post->ID );
153
+ $post = get_post($cookie_post->ID);
154
+ $cookie_type = ( isset ( $custom["_cli_cookie_type"][0] ) ) ? $custom["_cli_cookie_type"][0] : '';
155
+ $cookie_duration = ( isset ( $custom["_cli_cookie_duration"][0] ) ) ? $custom["_cli_cookie_duration"][0] : '';
156
+ // Output HTML:
157
+ $ret .= '<tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">' . $post->post_title . '</td>';
158
+ $ret .= '<td class="cookielawinfo-column-2">' . $cookie_type .'</td>';
159
+ $ret .= '<td class="cookielawinfo-column-3">' . $cookie_duration .'</td>';
160
+ $ret .= '<td class="cookielawinfo-column-4">' . $post->post_content .'</td>';
161
+ $ret .= '</tr>';
162
+ return $ret;
163
+ }
164
+
165
+
166
+
167
+
168
+ /**
169
+ * Returns HTML for a standard (green, medium sized) 'Accept' button
170
+ */
171
+ public function cookielawinfo_shortcode_accept_button( $atts )
172
+ {
173
+ extract(shortcode_atts(array(
174
+ 'colour' => 'green'
175
+ ), $atts ));
176
+ $defaults =Cookie_Law_Info::get_default_settings('button_1_text');
177
+ $settings = wp_parse_args(Cookie_Law_Info::get_settings(),$defaults);
178
+ $button_1_text=__($settings['button_1_text'],'cookie-law-info');
179
+ return '<a href="#" class="cli_action_button cli-accept-button medium cli-plugin-button ' . $colour . '" data-cli_action="accept" >' . stripslashes($button_1_text) . '</a>';
180
+ }
181
+
182
+ /** Returns HTML for a standard (green, medium sized) 'Reject' button */
183
+ public function cookielawinfo_shortcode_reject_button( $atts )
184
+ {
185
+ $defaults = Cookie_Law_Info::get_default_settings();
186
+ $settings = wp_parse_args(Cookie_Law_Info::get_settings(),$defaults);
187
+
188
+ $classr = '';
189
+ if($settings['button_3_as_button'])
190
+ {
191
+ $classr=' class="' . $settings['button_3_button_size'] . ' cli-plugin-button cli-plugin-main-button cookie_action_close_header_reject cli_action_button"';
192
+ }
193
+ else
194
+ {
195
+ $classr=' class="cookie_action_close_header_reject cli_action_button" ';
196
+ }
197
+
198
+ $url_reject = ($settings['button_3_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_3_url'] : "#";
199
+ $link_tag = '';
200
+ $link_tag .= ' <a href="'.$url_reject.'" id="'.Cookie_Law_Info_Public::cookielawinfo_remove_hash($settings['button_3_action']).'" ';
201
+ $link_tag .= ($settings['button_3_new_win'] ) ? 'target="_blank" ' : '' ;
202
+ $link_tag .= $classr . ' data-cli_action="reject">' . stripslashes(__($settings['button_3_text'],'cookie-law-info')) . '</a>';
203
+ return $link_tag;
204
+ }
205
+
206
+ /** Returns HTML for a generic button */
207
+ public function cookielawinfo_shortcode_more_link( $atts ) {
208
+ return $this->cookielawinfo_shortcode_button_DRY_code('button_2');
209
+ }
210
+
211
+
212
+ /** Returns HTML for a generic button */
213
+ public function cookielawinfo_shortcode_main_button( $atts )
214
+ {
215
+ $defaults =Cookie_Law_Info::get_default_settings();
216
+ $settings = wp_parse_args( Cookie_Law_Info::get_settings(),$defaults);
217
+ $class = '';
218
+ if($settings['button_1_as_button'])
219
+ {
220
+ $class = ' class="' . $settings['button_1_button_size'] . ' cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button"';
221
+ }
222
+ else {
223
+ $class = ' class="cli-plugin-main-button cookie_action_close_header cli_action_button" ' ;
224
+ }
225
+
226
+ // If is action not URL then don't use URL!
227
+ $url = ( $settings['button_1_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_1_url'] : "#";
228
+
229
+
230
+ $link_tag = '<a href="'.$url.'" data-cli_action="accept" id="' . Cookie_Law_Info_Public::cookielawinfo_remove_hash ( $settings['button_1_action'] ) . '" ';
231
+ $link_tag .= ( $settings['button_1_new_win'] ) ? 'target="_blank" ' : '' ;
232
+ $link_tag .= $class . ' >' . stripslashes( __($settings['button_1_text'],'cookie-law-info') ) . '</a>';
233
+
234
+
235
+ return $link_tag;
236
+ }
237
+
238
+
239
+ /** Returns HTML for a generic button */
240
+ public function cookielawinfo_shortcode_button_DRY_code( $name ) {
241
+ $arr = Cookie_Law_Info::get_settings();
242
+ $settings = array();
243
+ $class_name = '';
244
+
245
+ if ( $name == "button_1" ) {
246
+ $settings = array(
247
+ 'button_x_text' => stripslashes( $arr['button_1_text'] ),
248
+ 'button_x_url' => $arr['button_1_url'],
249
+ 'button_x_action' => $arr['button_1_action'],
250
+
251
+ 'button_x_link_colour' => $arr['button_1_link_colour'],
252
+ 'button_x_new_win' => $arr['button_1_new_win'],
253
+ 'button_x_as_button' => $arr['button_1_as_button'],
254
+ 'button_x_button_colour' => $arr['button_1_button_colour'],
255
+ 'button_x_button_size' => $arr['button_1_button_size']
256
+ );
257
+ $class_name = 'cli-plugin-main-button';
258
+ }
259
+ elseif ( $name == "button_2" ) {
260
+ $settings = array(
261
+ 'button_x_text' => stripslashes( $arr['button_2_text'] ),
262
+ 'button_x_url' => $arr['button_2_url'],
263
+ 'button_x_action' => $arr['button_2_action'],
264
+
265
+ 'button_x_link_colour' => $arr['button_2_link_colour'],
266
+ 'button_x_new_win' => $arr['button_2_new_win'],
267
+ 'button_x_as_button' => $arr['button_2_as_button'],
268
+ 'button_x_button_colour' => $arr['button_2_button_colour'],
269
+ 'button_x_button_size' => $arr['button_2_button_size']
270
+ );
271
+ $class_name = 'cli-plugin-main-link';
272
+ }
273
+
274
+ $settings = apply_filters('wt_readmore_link_settings', $settings);
275
+ $class = '';
276
+ if($settings['button_x_as_button'] )
277
+ {
278
+ $class .= ' class="' . $settings['button_x_button_size'] . ' cli-plugin-button ' . $class_name . '"';
279
+ }
280
+ else {
281
+ $class .= ' class="' . $class_name . '" ' ;
282
+ }
283
+
284
+ // If is action not URL then don't use URL!
285
+ $url = ( $settings['button_x_action'] == "CONSTANT_OPEN_URL" ) ? $settings['button_x_url'] : "#";
286
+
287
+ $link_tag = '<a href="' . $url . '" id="' . Cookie_Law_Info_Public::cookielawinfo_remove_hash ( $settings['button_x_action'] ) . '" ';
288
+ $link_tag .= ( $settings['button_x_new_win'] ) ? 'target="_blank" ' : '' ;
289
+ $link_tag .= $class . ' >' . $settings['button_x_text'] . '</a>';
290
+ return $link_tag;
291
+ }
292
+ }
293
+ new Cookie_Law_Info_Shortcode($this);
public/views/cookie-law-info_bar.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // If this file is called directly, abort.
3
+ if ( ! defined( 'WPINC' ) ) {
4
+ die;
5
+ }
6
+
7
+ if($notify_html==""){ return; } //if filter is applied
8
+ echo $notify_html;
9
+ ?>
10
+ <div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div>
11
+ <div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div>
12
+ <script type="text/javascript">
13
+ //<![CDATA[
14
+ cli_cookiebar_settings='<?php echo Cookie_Law_Info::get_json_settings(); ?>';
15
+ //]]>
16
+ </script>
uninstall.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Fired when the plugin is uninstalled.
5
+ *
6
+ * When populating this file, consider the following flow
7
+ * of control:
8
+ *
9
+ * - This method should be static
10
+ * - Check if the $_REQUEST content actually is the plugin name
11
+ * - Run an admin referrer check to make sure it goes through authentication
12
+ * - Verify the output of $_GET makes sense
13
+ * - Repeat with other user roles. Best directly by using the links/query string parameters.
14
+ * - Repeat things for multisite. Once for a single site in the network, once sitewide.
15
+ *
16
+ * This file may be updated more in future version of the Boilerplate; however, this is the
17
+ * general skeleton and outline for how the file should work.
18
+ *
19
+ * For more information, see the following discussion:
20
+ * https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
21
+ *
22
+ * @link http://cookielawinfo.com/
23
+ * @since 1.6.6
24
+ *
25
+ * @package Cookie_Law_Info
26
+ */
27
+
28
+ // If uninstall not called from WordPress, then exit.
29
+ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
30
+ exit;
31
+ }
wpml-config.xml CHANGED
@@ -1,6 +1,7 @@
1
  <wpml-config>
2
  <admin-texts>
3
  <key name="CookieLawInfo-0.9">
 
4
  <key name="notify_message" />
5
  <key name="button_1_text" />
6
  <key name="button_1_url" />
@@ -11,4 +12,7 @@
11
  <key name="showagain_text" />
12
  </key>
13
  </admin-texts>
 
 
 
14
  </wpml-config>
1
  <wpml-config>
2
  <admin-texts>
3
  <key name="CookieLawInfo-0.9">
4
+ <key name="bar_heading_text" />
5
  <key name="notify_message" />
6
  <key name="button_1_text" />
7
  <key name="button_1_url" />
12
  <key name="showagain_text" />
13
  </key>
14
  </admin-texts>
15
+ <custom-types>
16
+ <custom-type translate="1">cookielawinfo</custom-type>
17
+ </custom-types>
18
  </wpml-config>