Cookie Notice by dFactory - Version 1.2.18.1

Version Description

  • Fix: Quick fix for 1.2.18 print_r in code
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Cookie Notice by dFactory
Version 1.2.18.1
Comparing to
See all releases

Code changes from version 1.2.18 to 1.2.18.1

cookie-notice.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Cookie Notice
4
  Description: Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.
5
- Version: 1.2.18
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
@@ -54,7 +54,7 @@ class Cookie_Notice
54
  'translate' => true,
55
  'deactivation_delete' => 'no'
56
  ),
57
- 'version' => '1.2.18'
58
  );
59
  private $positions = array();
60
  private $styles = array();
@@ -590,8 +590,6 @@ class Cookie_Notice
590
 
591
  if(function_exists('icl_object_id'))
592
  $this->options['general']['see_more_opt']['id'] = icl_object_id($this->options['general']['see_more_opt']['id'], 'page', true);
593
-
594
- print_r($this->options['general']);
595
 
596
  $options = apply_filters('cn_cookie_notice_args', array(
597
  'position' => $this->options['general']['position'],
2
  /*
3
  Plugin Name: Cookie Notice
4
  Description: Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.
5
+ Version: 1.2.18.1
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
54
  'translate' => true,
55
  'deactivation_delete' => 'no'
56
  ),
57
+ 'version' => '1.2.18.1'
58
  );
59
  private $positions = array();
60
  private $styles = array();
590
 
591
  if(function_exists('icl_object_id'))
592
  $this->options['general']['see_more_opt']['id'] = icl_object_id($this->options['general']['see_more_opt']['id'], 'page', true);
 
 
593
 
594
  $options = apply_filters('cn_cookie_notice_args', array(
595
  'position' => $this->options['general']['position'],
languages/cookie-notice-pl_PL.mo CHANGED
Binary file
languages/cookie-notice-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2015-02-02 22:44+0100\n"
5
- "PO-Revision-Date: 2015-02-02 22:45+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: en\n"
@@ -15,87 +15,87 @@ msgstr ""
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../cookie-notice.php:107
19
  msgid "Top"
20
  msgstr "Na górze"
21
 
22
- #: ../cookie-notice.php:108
23
  msgid "Bottom"
24
  msgstr "Na dole"
25
 
26
- #: ../cookie-notice.php:112 ../cookie-notice.php:143
27
  msgid "None"
28
  msgstr "Brak"
29
 
30
- #: ../cookie-notice.php:113
31
  msgid "WordPress"
32
  msgstr "WordPress"
33
 
34
- #: ../cookie-notice.php:114
35
  msgid "Bootstrap"
36
  msgstr "Bootstrap"
37
 
38
- #: ../cookie-notice.php:118
39
  msgid "Enable"
40
  msgstr "Włącz"
41
 
42
- #: ../cookie-notice.php:119
43
  msgid "Disable"
44
  msgstr "Wyłącz"
45
 
46
- #: ../cookie-notice.php:123
47
  msgid "Custom link"
48
  msgstr "Własny link"
49
 
50
- #: ../cookie-notice.php:124
51
  msgid "Page link"
52
  msgstr "Link do strony"
53
 
54
- #: ../cookie-notice.php:128
55
  msgid "Text color"
56
  msgstr "Kolor tekstu"
57
 
58
- #: ../cookie-notice.php:129
59
  msgid "Bar color"
60
  msgstr "Kolor tła"
61
 
62
- #: ../cookie-notice.php:133
63
  msgid "1 day"
64
  msgstr "1 dzień"
65
 
66
- #: ../cookie-notice.php:134
67
  msgid "1 week"
68
  msgstr "1 tydzień"
69
 
70
- #: ../cookie-notice.php:135
71
  msgid "1 month"
72
  msgstr "1 miesiąc"
73
 
74
- #: ../cookie-notice.php:136
75
  msgid "3 months"
76
  msgstr "3 miesiące"
77
 
78
- #: ../cookie-notice.php:137
79
  msgid "6 months"
80
  msgstr "6 miesięcy"
81
 
82
- #: ../cookie-notice.php:138
83
  msgid "1 year"
84
  msgstr "1 rok"
85
 
86
- #: ../cookie-notice.php:139
87
  msgid "infinity"
88
  msgstr "W nieskończoność"
89
 
90
- #: ../cookie-notice.php:144
91
  msgid "Fade"
92
  msgstr "Zanikanie"
93
 
94
- #: ../cookie-notice.php:145
95
  msgid "Slide"
96
  msgstr "Przesuwanie"
97
 
98
- #: ../cookie-notice.php:165
99
  msgid ""
100
  "We use cookies to ensure that we give you the best experience on our "
101
  "website. If you continue to use this site we will assume that you are happy "
@@ -104,162 +104,170 @@ msgstr ""
104
  "Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. "
105
  "Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie."
106
 
107
- #: ../cookie-notice.php:166
108
  msgid "Ok"
109
  msgstr "Zamknij"
110
 
111
- #: ../cookie-notice.php:167
112
  msgid "Read more"
113
  msgstr "Dowiedz się więcej"
114
 
115
- #: ../cookie-notice.php:197 ../cookie-notice.php:198 ../cookie-notice.php:213
116
- #: ../cookie-notice.php:216
117
  msgid "Cookie Notice"
118
  msgstr "Ciasteczka"
119
 
120
- #: ../cookie-notice.php:218
121
  msgid "Need support?"
122
  msgstr "Potrzebujesz pomocy?"
123
 
124
- #: ../cookie-notice.php:219
125
  msgid ""
126
  "If you are having problems with this plugin, please talk about them in the"
127
  msgstr "Jeśli masz jakieś problemy z tą wtyczką, powiedz o nich"
128
 
129
- #: ../cookie-notice.php:219
130
  msgid "Support forum"
131
  msgstr "Forum pomocy"
132
 
133
- #: ../cookie-notice.php:221
134
  msgid "Do you like this plugin?"
135
  msgstr "Lubisz tę wtyczkę?"
136
 
137
- #: ../cookie-notice.php:222
138
  msgid "Rate it 5"
139
  msgstr "Oceń ją na 5"
140
 
141
- #: ../cookie-notice.php:222
142
  msgid "on WordPress.org"
143
  msgstr "na WordPress.org"
144
 
145
- #: ../cookie-notice.php:223
146
  msgid "Blog about it & link to the"
147
  msgstr "Napisz o niej i dodaj link"
148
 
149
- #: ../cookie-notice.php:223
150
  msgid "plugin page"
151
  msgstr "do strony wtyczki"
152
 
153
- #: ../cookie-notice.php:224
154
  msgid "Check out our other"
155
  msgstr "Sprawdż nasze inne"
156
 
157
- #: ../cookie-notice.php:224
158
  msgid "WordPress plugins"
159
  msgstr "wtyczki do WordPressa"
160
 
161
- #: ../cookie-notice.php:258
162
  msgid "Configuration"
163
  msgstr "Konfiguracja"
164
 
165
- #: ../cookie-notice.php:259
166
  msgid "Message"
167
  msgstr "Wiadomość"
168
 
169
- #: ../cookie-notice.php:260 ../cookie-notice.php:345
170
  msgid "Button text"
171
  msgstr "Tekst przycisku"
172
 
173
- #: ../cookie-notice.php:261
174
  msgid "More info"
175
  msgstr "Więcej informacji"
176
 
177
- #: ../cookie-notice.php:262
 
 
 
 
178
  msgid "Cookie expiry"
179
  msgstr "Wygasanie cookie"
180
 
181
- #: ../cookie-notice.php:263
182
  msgid "Deactivation"
183
  msgstr "Deaktywacja"
184
 
185
- #: ../cookie-notice.php:266
186
  msgid "Design"
187
  msgstr "Wygląd"
188
 
189
- #: ../cookie-notice.php:267
190
  msgid "Position"
191
  msgstr "Pozycja"
192
 
193
- #: ../cookie-notice.php:268
194
  msgid "Animation"
195
  msgstr "Animacja"
196
 
197
- #: ../cookie-notice.php:269
198
  msgid "Button style"
199
  msgstr "Styl przycisku"
200
 
201
- #: ../cookie-notice.php:270
202
  msgid "Colors"
203
  msgstr "Kolorystyka"
204
 
205
- #: ../cookie-notice.php:291
206
  msgid "Enable if you want all plugin data to be deleted on deactivation."
207
  msgstr ""
208
  "Włącz jeśli chcesz usunąć wszystkie dane wtyczki podczas jej deaktywacji."
209
 
210
- #: ../cookie-notice.php:305
211
  msgid "Enter the cookie notice message."
212
  msgstr "Wpisz treść informacji o ciasteczkach."
213
 
214
- #: ../cookie-notice.php:318
215
  msgid ""
216
  "The text of the option to accept the usage of the cookies and make the "
217
  "notification disappear."
218
  msgstr "Treść przycisku do akceptacji ciasteczek i zamknięcia powiadomienia ."
219
 
220
- #: ../cookie-notice.php:341
221
  msgid "Enable or Disable Read more button."
222
  msgstr "Włącz lub wyłącz przycisk z linkiem do dodatkowych informacji."
223
 
224
- #: ../cookie-notice.php:359
225
  msgid "Select where to redirect user for more information about cookies."
226
  msgstr ""
227
  "Wybierz dokąd przekierować użytkownika aby uzyskał więcej informacji o "
228
  "ciasteczkach."
229
 
230
- #: ../cookie-notice.php:362
231
  msgid "-- select page --"
232
  msgstr "-- wybierz stronę --"
233
 
234
- #: ../cookie-notice.php:372
235
  msgid "Select from one of your site's pages"
236
  msgstr "Wybierz jedną z istniejących stron."
237
 
238
- #: ../cookie-notice.php:376
239
  msgid "Enter the full URL starting with http://"
240
  msgstr "Podaj pełny adres URL zaczynający się od http://"
241
 
242
- #: ../cookie-notice.php:400
 
 
 
 
243
  msgid "The ammount of time that cookie should be stored for."
244
  msgstr "Okres czasu przez jaki będzie przechowywane ciasteczko."
245
 
246
- #: ../cookie-notice.php:423
247
  msgid "Select location for your cookie notice."
248
  msgstr "Wybierz pozycję wiadomości o ciasteczkach."
249
 
250
- #: ../cookie-notice.php:446
251
  msgid "Cookie notice acceptance animation."
252
  msgstr "Animacja po akceptacji ciasteczek."
253
 
254
- #: ../cookie-notice.php:469
255
  msgid "Choose buttons style."
256
  msgstr "Wybierz styl dla przycisków."
257
 
258
- #: ../cookie-notice.php:598
259
  msgid "Support"
260
  msgstr "Forum pomocy"
261
 
262
- #: ../cookie-notice.php:626
263
  msgid "Settings"
264
  msgstr "Ustawienia"
265
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cookie Notice\n"
4
+ "POT-Creation-Date: 2015-02-20 22:52+0100\n"
5
+ "PO-Revision-Date: 2015-02-20 22:53+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: en\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../cookie-notice.php:109
19
  msgid "Top"
20
  msgstr "Na górze"
21
 
22
+ #: ../cookie-notice.php:110
23
  msgid "Bottom"
24
  msgstr "Na dole"
25
 
26
+ #: ../cookie-notice.php:114 ../cookie-notice.php:150
27
  msgid "None"
28
  msgstr "Brak"
29
 
30
+ #: ../cookie-notice.php:115
31
  msgid "WordPress"
32
  msgstr "WordPress"
33
 
34
+ #: ../cookie-notice.php:116
35
  msgid "Bootstrap"
36
  msgstr "Bootstrap"
37
 
38
+ #: ../cookie-notice.php:120
39
  msgid "Enable"
40
  msgstr "Włącz"
41
 
42
+ #: ../cookie-notice.php:121
43
  msgid "Disable"
44
  msgstr "Wyłącz"
45
 
46
+ #: ../cookie-notice.php:125
47
  msgid "Custom link"
48
  msgstr "Własny link"
49
 
50
+ #: ../cookie-notice.php:126
51
  msgid "Page link"
52
  msgstr "Link do strony"
53
 
54
+ #: ../cookie-notice.php:135
55
  msgid "Text color"
56
  msgstr "Kolor tekstu"
57
 
58
+ #: ../cookie-notice.php:136
59
  msgid "Bar color"
60
  msgstr "Kolor tła"
61
 
62
+ #: ../cookie-notice.php:140
63
  msgid "1 day"
64
  msgstr "1 dzień"
65
 
66
+ #: ../cookie-notice.php:141
67
  msgid "1 week"
68
  msgstr "1 tydzień"
69
 
70
+ #: ../cookie-notice.php:142
71
  msgid "1 month"
72
  msgstr "1 miesiąc"
73
 
74
+ #: ../cookie-notice.php:143
75
  msgid "3 months"
76
  msgstr "3 miesiące"
77
 
78
+ #: ../cookie-notice.php:144
79
  msgid "6 months"
80
  msgstr "6 miesięcy"
81
 
82
+ #: ../cookie-notice.php:145
83
  msgid "1 year"
84
  msgstr "1 rok"
85
 
86
+ #: ../cookie-notice.php:146
87
  msgid "infinity"
88
  msgstr "W nieskończoność"
89
 
90
+ #: ../cookie-notice.php:151
91
  msgid "Fade"
92
  msgstr "Zanikanie"
93
 
94
+ #: ../cookie-notice.php:152
95
  msgid "Slide"
96
  msgstr "Przesuwanie"
97
 
98
+ #: ../cookie-notice.php:172
99
  msgid ""
100
  "We use cookies to ensure that we give you the best experience on our "
101
  "website. If you continue to use this site we will assume that you are happy "
104
  "Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. "
105
  "Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie."
106
 
107
+ #: ../cookie-notice.php:173
108
  msgid "Ok"
109
  msgstr "Zamknij"
110
 
111
+ #: ../cookie-notice.php:174
112
  msgid "Read more"
113
  msgstr "Dowiedz się więcej"
114
 
115
+ #: ../cookie-notice.php:204 ../cookie-notice.php:205 ../cookie-notice.php:220
116
+ #: ../cookie-notice.php:223
117
  msgid "Cookie Notice"
118
  msgstr "Ciasteczka"
119
 
120
+ #: ../cookie-notice.php:225
121
  msgid "Need support?"
122
  msgstr "Potrzebujesz pomocy?"
123
 
124
+ #: ../cookie-notice.php:226
125
  msgid ""
126
  "If you are having problems with this plugin, please talk about them in the"
127
  msgstr "Jeśli masz jakieś problemy z tą wtyczką, powiedz o nich"
128
 
129
+ #: ../cookie-notice.php:226
130
  msgid "Support forum"
131
  msgstr "Forum pomocy"
132
 
133
+ #: ../cookie-notice.php:228
134
  msgid "Do you like this plugin?"
135
  msgstr "Lubisz tę wtyczkę?"
136
 
137
+ #: ../cookie-notice.php:235
138
  msgid "Rate it 5"
139
  msgstr "Oceń ją na 5"
140
 
141
+ #: ../cookie-notice.php:235
142
  msgid "on WordPress.org"
143
  msgstr "na WordPress.org"
144
 
145
+ #: ../cookie-notice.php:236
146
  msgid "Blog about it & link to the"
147
  msgstr "Napisz o niej i dodaj link"
148
 
149
+ #: ../cookie-notice.php:236
150
  msgid "plugin page"
151
  msgstr "do strony wtyczki"
152
 
153
+ #: ../cookie-notice.php:237
154
  msgid "Check out our other"
155
  msgstr "Sprawdż nasze inne"
156
 
157
+ #: ../cookie-notice.php:237
158
  msgid "WordPress plugins"
159
  msgstr "wtyczki do WordPressa"
160
 
161
+ #: ../cookie-notice.php:265
162
  msgid "Configuration"
163
  msgstr "Konfiguracja"
164
 
165
+ #: ../cookie-notice.php:266
166
  msgid "Message"
167
  msgstr "Wiadomość"
168
 
169
+ #: ../cookie-notice.php:267 ../cookie-notice.php:353
170
  msgid "Button text"
171
  msgstr "Tekst przycisku"
172
 
173
+ #: ../cookie-notice.php:268
174
  msgid "More info"
175
  msgstr "Więcej informacji"
176
 
177
+ #: ../cookie-notice.php:269
178
+ msgid "Link target"
179
+ msgstr "Cel linku"
180
+
181
+ #: ../cookie-notice.php:270
182
  msgid "Cookie expiry"
183
  msgstr "Wygasanie cookie"
184
 
185
+ #: ../cookie-notice.php:271
186
  msgid "Deactivation"
187
  msgstr "Deaktywacja"
188
 
189
+ #: ../cookie-notice.php:274
190
  msgid "Design"
191
  msgstr "Wygląd"
192
 
193
+ #: ../cookie-notice.php:275
194
  msgid "Position"
195
  msgstr "Pozycja"
196
 
197
+ #: ../cookie-notice.php:276
198
  msgid "Animation"
199
  msgstr "Animacja"
200
 
201
+ #: ../cookie-notice.php:277
202
  msgid "Button style"
203
  msgstr "Styl przycisku"
204
 
205
+ #: ../cookie-notice.php:278
206
  msgid "Colors"
207
  msgstr "Kolorystyka"
208
 
209
+ #: ../cookie-notice.php:299
210
  msgid "Enable if you want all plugin data to be deleted on deactivation."
211
  msgstr ""
212
  "Włącz jeśli chcesz usunąć wszystkie dane wtyczki podczas jej deaktywacji."
213
 
214
+ #: ../cookie-notice.php:313
215
  msgid "Enter the cookie notice message."
216
  msgstr "Wpisz treść informacji o ciasteczkach."
217
 
218
+ #: ../cookie-notice.php:326
219
  msgid ""
220
  "The text of the option to accept the usage of the cookies and make the "
221
  "notification disappear."
222
  msgstr "Treść przycisku do akceptacji ciasteczek i zamknięcia powiadomienia ."
223
 
224
+ #: ../cookie-notice.php:349
225
  msgid "Enable or Disable Read more button."
226
  msgstr "Włącz lub wyłącz przycisk z linkiem do dodatkowych informacji."
227
 
228
+ #: ../cookie-notice.php:367
229
  msgid "Select where to redirect user for more information about cookies."
230
  msgstr ""
231
  "Wybierz dokąd przekierować użytkownika aby uzyskał więcej informacji o "
232
  "ciasteczkach."
233
 
234
+ #: ../cookie-notice.php:370
235
  msgid "-- select page --"
236
  msgstr "-- wybierz stronę --"
237
 
238
+ #: ../cookie-notice.php:380
239
  msgid "Select from one of your site's pages"
240
  msgstr "Wybierz jedną z istniejących stron."
241
 
242
+ #: ../cookie-notice.php:384
243
  msgid "Enter the full URL starting with http://"
244
  msgstr "Podaj pełny adres URL zaczynający się od http://"
245
 
246
+ #: ../cookie-notice.php:406
247
+ msgid "Select the link target for more info page."
248
+ msgstr "Wybierz cel linku dla strony z dodatkowymi informacjami."
249
+
250
+ #: ../cookie-notice.php:429
251
  msgid "The ammount of time that cookie should be stored for."
252
  msgstr "Okres czasu przez jaki będzie przechowywane ciasteczko."
253
 
254
+ #: ../cookie-notice.php:452
255
  msgid "Select location for your cookie notice."
256
  msgstr "Wybierz pozycję wiadomości o ciasteczkach."
257
 
258
+ #: ../cookie-notice.php:475
259
  msgid "Cookie notice acceptance animation."
260
  msgstr "Animacja po akceptacji ciasteczek."
261
 
262
+ #: ../cookie-notice.php:498
263
  msgid "Choose buttons style."
264
  msgstr "Wybierz styl dla przycisków."
265
 
266
+ #: ../cookie-notice.php:631
267
  msgid "Support"
268
  msgstr "Forum pomocy"
269
 
270
+ #: ../cookie-notice.php:659
271
  msgid "Settings"
272
  msgstr "Ustawienia"
273
 
languages/cookie-notice.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2015-02-02 22:43+0100\n"
5
- "PO-Revision-Date: 2015-02-02 22:43+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: en\n"
@@ -15,245 +15,253 @@ msgstr ""
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../cookie-notice.php:107
19
  msgid "Top"
20
  msgstr ""
21
 
22
- #: ../cookie-notice.php:108
23
  msgid "Bottom"
24
  msgstr ""
25
 
26
- #: ../cookie-notice.php:112 ../cookie-notice.php:143
27
  msgid "None"
28
  msgstr ""
29
 
30
- #: ../cookie-notice.php:113
31
  msgid "WordPress"
32
  msgstr ""
33
 
34
- #: ../cookie-notice.php:114
35
  msgid "Bootstrap"
36
  msgstr ""
37
 
38
- #: ../cookie-notice.php:118
39
  msgid "Enable"
40
  msgstr ""
41
 
42
- #: ../cookie-notice.php:119
43
  msgid "Disable"
44
  msgstr ""
45
 
46
- #: ../cookie-notice.php:123
47
  msgid "Custom link"
48
  msgstr ""
49
 
50
- #: ../cookie-notice.php:124
51
  msgid "Page link"
52
  msgstr ""
53
 
54
- #: ../cookie-notice.php:128
55
  msgid "Text color"
56
  msgstr ""
57
 
58
- #: ../cookie-notice.php:129
59
  msgid "Bar color"
60
  msgstr ""
61
 
62
- #: ../cookie-notice.php:133
63
  msgid "1 day"
64
  msgstr ""
65
 
66
- #: ../cookie-notice.php:134
67
  msgid "1 week"
68
  msgstr ""
69
 
70
- #: ../cookie-notice.php:135
71
  msgid "1 month"
72
  msgstr ""
73
 
74
- #: ../cookie-notice.php:136
75
  msgid "3 months"
76
  msgstr ""
77
 
78
- #: ../cookie-notice.php:137
79
  msgid "6 months"
80
  msgstr ""
81
 
82
- #: ../cookie-notice.php:138
83
  msgid "1 year"
84
  msgstr ""
85
 
86
- #: ../cookie-notice.php:139
87
  msgid "infinity"
88
  msgstr ""
89
 
90
- #: ../cookie-notice.php:144
91
  msgid "Fade"
92
  msgstr ""
93
 
94
- #: ../cookie-notice.php:145
95
  msgid "Slide"
96
  msgstr ""
97
 
98
- #: ../cookie-notice.php:165
99
  msgid ""
100
  "We use cookies to ensure that we give you the best experience on our "
101
  "website. If you continue to use this site we will assume that you are happy "
102
  "with it."
103
  msgstr ""
104
 
105
- #: ../cookie-notice.php:166
106
  msgid "Ok"
107
  msgstr ""
108
 
109
- #: ../cookie-notice.php:167
110
  msgid "Read more"
111
  msgstr ""
112
 
113
- #: ../cookie-notice.php:197 ../cookie-notice.php:198 ../cookie-notice.php:213
114
- #: ../cookie-notice.php:216
115
  msgid "Cookie Notice"
116
  msgstr ""
117
 
118
- #: ../cookie-notice.php:218
119
  msgid "Need support?"
120
  msgstr ""
121
 
122
- #: ../cookie-notice.php:219
123
  msgid ""
124
  "If you are having problems with this plugin, please talk about them in the"
125
  msgstr ""
126
 
127
- #: ../cookie-notice.php:219
128
  msgid "Support forum"
129
  msgstr ""
130
 
131
- #: ../cookie-notice.php:221
132
  msgid "Do you like this plugin?"
133
  msgstr ""
134
 
135
- #: ../cookie-notice.php:222
136
  msgid "Rate it 5"
137
  msgstr ""
138
 
139
- #: ../cookie-notice.php:222
140
  msgid "on WordPress.org"
141
  msgstr ""
142
 
143
- #: ../cookie-notice.php:223
144
  msgid "Blog about it & link to the"
145
  msgstr ""
146
 
147
- #: ../cookie-notice.php:223
148
  msgid "plugin page"
149
  msgstr ""
150
 
151
- #: ../cookie-notice.php:224
152
  msgid "Check out our other"
153
  msgstr ""
154
 
155
- #: ../cookie-notice.php:224
156
  msgid "WordPress plugins"
157
  msgstr ""
158
 
159
- #: ../cookie-notice.php:258
160
  msgid "Configuration"
161
  msgstr ""
162
 
163
- #: ../cookie-notice.php:259
164
  msgid "Message"
165
  msgstr ""
166
 
167
- #: ../cookie-notice.php:260 ../cookie-notice.php:345
168
  msgid "Button text"
169
  msgstr ""
170
 
171
- #: ../cookie-notice.php:261
172
  msgid "More info"
173
  msgstr ""
174
 
175
- #: ../cookie-notice.php:262
 
 
 
 
176
  msgid "Cookie expiry"
177
  msgstr ""
178
 
179
- #: ../cookie-notice.php:263
180
  msgid "Deactivation"
181
  msgstr ""
182
 
183
- #: ../cookie-notice.php:266
184
  msgid "Design"
185
  msgstr ""
186
 
187
- #: ../cookie-notice.php:267
188
  msgid "Position"
189
  msgstr ""
190
 
191
- #: ../cookie-notice.php:268
192
  msgid "Animation"
193
  msgstr ""
194
 
195
- #: ../cookie-notice.php:269
196
  msgid "Button style"
197
  msgstr ""
198
 
199
- #: ../cookie-notice.php:270
200
  msgid "Colors"
201
  msgstr ""
202
 
203
- #: ../cookie-notice.php:291
204
  msgid "Enable if you want all plugin data to be deleted on deactivation."
205
  msgstr ""
206
 
207
- #: ../cookie-notice.php:305
208
  msgid "Enter the cookie notice message."
209
  msgstr ""
210
 
211
- #: ../cookie-notice.php:318
212
  msgid ""
213
  "The text of the option to accept the usage of the cookies and make the "
214
  "notification disappear."
215
  msgstr ""
216
 
217
- #: ../cookie-notice.php:341
218
  msgid "Enable or Disable Read more button."
219
  msgstr ""
220
 
221
- #: ../cookie-notice.php:359
222
  msgid "Select where to redirect user for more information about cookies."
223
  msgstr ""
224
 
225
- #: ../cookie-notice.php:362
226
  msgid "-- select page --"
227
  msgstr ""
228
 
229
- #: ../cookie-notice.php:372
230
  msgid "Select from one of your site's pages"
231
  msgstr ""
232
 
233
- #: ../cookie-notice.php:376
234
  msgid "Enter the full URL starting with http://"
235
  msgstr ""
236
 
237
- #: ../cookie-notice.php:400
 
 
 
 
238
  msgid "The ammount of time that cookie should be stored for."
239
  msgstr ""
240
 
241
- #: ../cookie-notice.php:423
242
  msgid "Select location for your cookie notice."
243
  msgstr ""
244
 
245
- #: ../cookie-notice.php:446
246
  msgid "Cookie notice acceptance animation."
247
  msgstr ""
248
 
249
- #: ../cookie-notice.php:469
250
  msgid "Choose buttons style."
251
  msgstr ""
252
 
253
- #: ../cookie-notice.php:598
254
  msgid "Support"
255
  msgstr ""
256
 
257
- #: ../cookie-notice.php:626
258
  msgid "Settings"
259
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cookie Notice\n"
4
+ "POT-Creation-Date: 2015-02-20 22:52+0100\n"
5
+ "PO-Revision-Date: 2015-02-20 22:52+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: en\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../cookie-notice.php:109
19
  msgid "Top"
20
  msgstr ""
21
 
22
+ #: ../cookie-notice.php:110
23
  msgid "Bottom"
24
  msgstr ""
25
 
26
+ #: ../cookie-notice.php:114 ../cookie-notice.php:150
27
  msgid "None"
28
  msgstr ""
29
 
30
+ #: ../cookie-notice.php:115
31
  msgid "WordPress"
32
  msgstr ""
33
 
34
+ #: ../cookie-notice.php:116
35
  msgid "Bootstrap"
36
  msgstr ""
37
 
38
+ #: ../cookie-notice.php:120
39
  msgid "Enable"
40
  msgstr ""
41
 
42
+ #: ../cookie-notice.php:121
43
  msgid "Disable"
44
  msgstr ""
45
 
46
+ #: ../cookie-notice.php:125
47
  msgid "Custom link"
48
  msgstr ""
49
 
50
+ #: ../cookie-notice.php:126
51
  msgid "Page link"
52
  msgstr ""
53
 
54
+ #: ../cookie-notice.php:135
55
  msgid "Text color"
56
  msgstr ""
57
 
58
+ #: ../cookie-notice.php:136
59
  msgid "Bar color"
60
  msgstr ""
61
 
62
+ #: ../cookie-notice.php:140
63
  msgid "1 day"
64
  msgstr ""
65
 
66
+ #: ../cookie-notice.php:141
67
  msgid "1 week"
68
  msgstr ""
69
 
70
+ #: ../cookie-notice.php:142
71
  msgid "1 month"
72
  msgstr ""
73
 
74
+ #: ../cookie-notice.php:143
75
  msgid "3 months"
76
  msgstr ""
77
 
78
+ #: ../cookie-notice.php:144
79
  msgid "6 months"
80
  msgstr ""
81
 
82
+ #: ../cookie-notice.php:145
83
  msgid "1 year"
84
  msgstr ""
85
 
86
+ #: ../cookie-notice.php:146
87
  msgid "infinity"
88
  msgstr ""
89
 
90
+ #: ../cookie-notice.php:151
91
  msgid "Fade"
92
  msgstr ""
93
 
94
+ #: ../cookie-notice.php:152
95
  msgid "Slide"
96
  msgstr ""
97
 
98
+ #: ../cookie-notice.php:172
99
  msgid ""
100
  "We use cookies to ensure that we give you the best experience on our "
101
  "website. If you continue to use this site we will assume that you are happy "
102
  "with it."
103
  msgstr ""
104
 
105
+ #: ../cookie-notice.php:173
106
  msgid "Ok"
107
  msgstr ""
108
 
109
+ #: ../cookie-notice.php:174
110
  msgid "Read more"
111
  msgstr ""
112
 
113
+ #: ../cookie-notice.php:204 ../cookie-notice.php:205 ../cookie-notice.php:220
114
+ #: ../cookie-notice.php:223
115
  msgid "Cookie Notice"
116
  msgstr ""
117
 
118
+ #: ../cookie-notice.php:225
119
  msgid "Need support?"
120
  msgstr ""
121
 
122
+ #: ../cookie-notice.php:226
123
  msgid ""
124
  "If you are having problems with this plugin, please talk about them in the"
125
  msgstr ""
126
 
127
+ #: ../cookie-notice.php:226
128
  msgid "Support forum"
129
  msgstr ""
130
 
131
+ #: ../cookie-notice.php:228
132
  msgid "Do you like this plugin?"
133
  msgstr ""
134
 
135
+ #: ../cookie-notice.php:235
136
  msgid "Rate it 5"
137
  msgstr ""
138
 
139
+ #: ../cookie-notice.php:235
140
  msgid "on WordPress.org"
141
  msgstr ""
142
 
143
+ #: ../cookie-notice.php:236
144
  msgid "Blog about it & link to the"
145
  msgstr ""
146
 
147
+ #: ../cookie-notice.php:236
148
  msgid "plugin page"
149
  msgstr ""
150
 
151
+ #: ../cookie-notice.php:237
152
  msgid "Check out our other"
153
  msgstr ""
154
 
155
+ #: ../cookie-notice.php:237
156
  msgid "WordPress plugins"
157
  msgstr ""
158
 
159
+ #: ../cookie-notice.php:265
160
  msgid "Configuration"
161
  msgstr ""
162
 
163
+ #: ../cookie-notice.php:266
164
  msgid "Message"
165
  msgstr ""
166
 
167
+ #: ../cookie-notice.php:267 ../cookie-notice.php:353
168
  msgid "Button text"
169
  msgstr ""
170
 
171
+ #: ../cookie-notice.php:268
172
  msgid "More info"
173
  msgstr ""
174
 
175
+ #: ../cookie-notice.php:269
176
+ msgid "Link target"
177
+ msgstr ""
178
+
179
+ #: ../cookie-notice.php:270
180
  msgid "Cookie expiry"
181
  msgstr ""
182
 
183
+ #: ../cookie-notice.php:271
184
  msgid "Deactivation"
185
  msgstr ""
186
 
187
+ #: ../cookie-notice.php:274
188
  msgid "Design"
189
  msgstr ""
190
 
191
+ #: ../cookie-notice.php:275
192
  msgid "Position"
193
  msgstr ""
194
 
195
+ #: ../cookie-notice.php:276
196
  msgid "Animation"
197
  msgstr ""
198
 
199
+ #: ../cookie-notice.php:277
200
  msgid "Button style"
201
  msgstr ""
202
 
203
+ #: ../cookie-notice.php:278
204
  msgid "Colors"
205
  msgstr ""
206
 
207
+ #: ../cookie-notice.php:299
208
  msgid "Enable if you want all plugin data to be deleted on deactivation."
209
  msgstr ""
210
 
211
+ #: ../cookie-notice.php:313
212
  msgid "Enter the cookie notice message."
213
  msgstr ""
214
 
215
+ #: ../cookie-notice.php:326
216
  msgid ""
217
  "The text of the option to accept the usage of the cookies and make the "
218
  "notification disappear."
219
  msgstr ""
220
 
221
+ #: ../cookie-notice.php:349
222
  msgid "Enable or Disable Read more button."
223
  msgstr ""
224
 
225
+ #: ../cookie-notice.php:367
226
  msgid "Select where to redirect user for more information about cookies."
227
  msgstr ""
228
 
229
+ #: ../cookie-notice.php:370
230
  msgid "-- select page --"
231
  msgstr ""
232
 
233
+ #: ../cookie-notice.php:380
234
  msgid "Select from one of your site's pages"
235
  msgstr ""
236
 
237
+ #: ../cookie-notice.php:384
238
  msgid "Enter the full URL starting with http://"
239
  msgstr ""
240
 
241
+ #: ../cookie-notice.php:406
242
+ msgid "Select the link target for more info page."
243
+ msgstr ""
244
+
245
+ #: ../cookie-notice.php:429
246
  msgid "The ammount of time that cookie should be stored for."
247
  msgstr ""
248
 
249
+ #: ../cookie-notice.php:452
250
  msgid "Select location for your cookie notice."
251
  msgstr ""
252
 
253
+ #: ../cookie-notice.php:475
254
  msgid "Cookie notice acceptance animation."
255
  msgstr ""
256
 
257
+ #: ../cookie-notice.php:498
258
  msgid "Choose buttons style."
259
  msgstr ""
260
 
261
+ #: ../cookie-notice.php:631
262
  msgid "Support"
263
  msgstr ""
264
 
265
+ #: ../cookie-notice.php:659
266
  msgid "Settings"
267
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.dfactory.eu/
4
  Tags: cookie, cookies, notice, notification, notify, cookie, cookie compliance, cookie law, eu cookie, privacy, privacy directive, consent, Bootstrap
5
  Requires at least: 3.3
6
  Tested up to: 4.1.1
7
- Stable tag: 1.2.18
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -61,6 +61,9 @@ No questions yet.
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 1.2.18 =
65
  * New: More info link target option
66
  * Tweak: Additional HTML ids, for more flexible customization
@@ -140,6 +143,6 @@ Initial release
140
 
141
  == Upgrade Notice ==
142
 
143
- = 1.2.18 =
144
  * New: More info link target option
145
  * Tweak: Additional HTML ids, for more flexible customization
4
  Tags: cookie, cookies, notice, notification, notify, cookie, cookie compliance, cookie law, eu cookie, privacy, privacy directive, consent, Bootstrap
5
  Requires at least: 3.3
6
  Tested up to: 4.1.1
7
+ Stable tag: 1.2.18.1
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.2.18.1 =
65
+ * Fix: Quick fix for 1.2.18 print_r in code
66
+
67
  = 1.2.18 =
68
  * New: More info link target option
69
  * Tweak: Additional HTML ids, for more flexible customization
143
 
144
  == Upgrade Notice ==
145
 
146
+ = 1.2.18.1 =
147
  * New: More info link target option
148
  * Tweak: Additional HTML ids, for more flexible customization