Cookie Notice by dFactory - Version 1.2.36.1

Version Description

  • Fix: Repository upload issue with 1.2.36
Download this release

Release Info

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

Code changes from version 1.2.36 to 1.2.36.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.36
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
@@ -28,13 +28,13 @@ if ( ! defined( 'ABSPATH' ) )
28
  // set plugin instance
29
  $cookie_notice = new Cookie_Notice();
30
 
31
- include_once( plugin_dir_path( __FILE__ ) . 'includes/upgrade.php' );
32
 
33
  /**
34
  * Cookie Notice class.
35
  *
36
  * @class Cookie_Notice
37
- * @version 1.2.36
38
  */
39
  class Cookie_Notice {
40
 
@@ -70,7 +70,7 @@ class Cookie_Notice {
70
  'translate' => true,
71
  'deactivation_delete' => 'no'
72
  ),
73
- 'version' => '1.2.36'
74
  );
75
  private $positions = array();
76
  private $styles = array();
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.36.1
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
28
  // set plugin instance
29
  $cookie_notice = new Cookie_Notice();
30
 
31
+ include_once( plugin_dir_path( __FILE__ ) . 'includes/update.php' );
32
 
33
  /**
34
  * Cookie Notice class.
35
  *
36
  * @class Cookie_Notice
37
+ * @version 1.2.36.1
38
  */
39
  class Cookie_Notice {
40
 
70
  'translate' => true,
71
  'deactivation_delete' => 'no'
72
  ),
73
+ 'version' => '1.2.36.1'
74
  );
75
  private $positions = array();
76
  private $styles = array();
includes/update.php CHANGED
@@ -6,27 +6,29 @@ if ( ! defined( 'ABSPATH' ) )
6
  new Cookie_Notice_Update( $cookie_notice );
7
 
8
  class Cookie_Notice_Update {
 
9
  private $defaults;
10
 
11
- public function __construct( $cookie_notice ) {
12
  // attributes
13
  $this->defaults = $cookie_notice->get_defaults();
14
 
15
  // actions
16
- add_action( 'init', array( $this, 'check_update' ) );
17
  }
18
 
19
- public function check_update() {
20
- if( ! current_user_can( 'manage_options' ) )
21
  return;
22
 
23
  // gets current database version
24
  $current_db_version = get_option( 'cookie_notice_version', '1.0.0' );
25
 
26
  // new version?
27
- if( version_compare( $current_db_version, $this->defaults['version'], '<') ) {
28
  // updates plugin version
29
  update_option( 'cookie_notice_version', $this->defaults['version'] );
30
  }
31
  }
 
32
  }
6
  new Cookie_Notice_Update( $cookie_notice );
7
 
8
  class Cookie_Notice_Update {
9
+
10
  private $defaults;
11
 
12
+ public function __construct( $cookie_notice ) {
13
  // attributes
14
  $this->defaults = $cookie_notice->get_defaults();
15
 
16
  // actions
17
+ add_action( 'init', array( $this, 'check_upgrade' ) );
18
  }
19
 
20
+ public function check_upgrade() {
21
+ if ( ! current_user_can( 'manage_options' ) )
22
  return;
23
 
24
  // gets current database version
25
  $current_db_version = get_option( 'cookie_notice_version', '1.0.0' );
26
 
27
  // new version?
28
+ if ( version_compare( $current_db_version, $this->defaults['version'], '<' ) ) {
29
  // updates plugin version
30
  update_option( 'cookie_notice_version', $this->defaults['version'] );
31
  }
32
  }
33
+
34
  }
includes/upgrade.php ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // exit if accessed directly
3
+ if ( ! defined( 'ABSPATH' ) )
4
+ exit;
5
+
6
+ new Cookie_Notice_Upgrade( $cookie_notice );
7
+
8
+ class Cookie_Notice_Upgrade {
9
+
10
+ private $defaults;
11
+
12
+ public function __construct( $cookie_notice ) {
13
+ // attributes
14
+ $this->defaults = $cookie_notice->get_defaults();
15
+
16
+ // actions
17
+ add_action( 'init', array( $this, 'check_upgrade' ) );
18
+ }
19
+
20
+ public function check_upgrade() {
21
+ if ( ! current_user_can( 'manage_options' ) )
22
+ return;
23
+
24
+ // gets current database version
25
+ $current_db_version = get_option( 'cookie_notice_version', '1.0.0' );
26
+
27
+ // new version?
28
+ if ( version_compare( $current_db_version, $this->defaults['version'], '<' ) ) {
29
+ // updates plugin version
30
+ update_option( 'cookie_notice_version', $this->defaults['version'] );
31
+ }
32
+ }
33
+
34
+ }
languages/cookie-notice-cs_CZ.mo DELETED
Binary file
languages/cookie-notice-cs_CZ.po DELETED
@@ -1,262 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2014-07-25 09:45+0100\n"
5
- "PO-Revision-Date: 2014-08-18 14:59+0100\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: en\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.6.5\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../cookie-notice.php:101
19
- msgid "Top"
20
- msgstr "Nahoře"
21
-
22
- #: ../cookie-notice.php:102
23
- msgid "Bottom"
24
- msgstr "Dole"
25
-
26
- #: ../cookie-notice.php:106 ../cookie-notice.php:137
27
- msgid "None"
28
- msgstr "Žádný"
29
-
30
- #: ../cookie-notice.php:107
31
- msgid "WordPress"
32
- msgstr "WordPress"
33
-
34
- #: ../cookie-notice.php:108
35
- msgid "Bootstrap"
36
- msgstr "Bootstrap"
37
-
38
- #: ../cookie-notice.php:112
39
- msgid "Enable"
40
- msgstr "Povolit"
41
-
42
- #: ../cookie-notice.php:113
43
- msgid "Disable"
44
- msgstr "Zakázat"
45
-
46
- #: ../cookie-notice.php:117
47
- msgid "Custom link"
48
- msgstr "Libovolný odkaz"
49
-
50
- #: ../cookie-notice.php:118
51
- msgid "Page link"
52
- msgstr "Odkaz na stránku"
53
-
54
- #: ../cookie-notice.php:122
55
- msgid "Text color"
56
- msgstr "Barva textu"
57
-
58
- #: ../cookie-notice.php:123
59
- msgid "Bar color"
60
- msgstr "Barva lišty"
61
-
62
- #: ../cookie-notice.php:127
63
- msgid "1 day"
64
- msgstr "1 den"
65
-
66
- #: ../cookie-notice.php:128
67
- msgid "1 week"
68
- msgstr "1 týden"
69
-
70
- #: ../cookie-notice.php:129
71
- msgid "1 month"
72
- msgstr "1 měsíc"
73
-
74
- #: ../cookie-notice.php:130
75
- msgid "3 months"
76
- msgstr "3 měsíce"
77
-
78
- #: ../cookie-notice.php:131
79
- msgid "6 months"
80
- msgstr "6 měsíců"
81
-
82
- #: ../cookie-notice.php:132
83
- msgid "1 year"
84
- msgstr "1 rok"
85
-
86
- #: ../cookie-notice.php:133
87
- msgid "infinity"
88
- msgstr "navždy"
89
-
90
- #: ../cookie-notice.php:138
91
- msgid "Fade"
92
- msgstr "Fade efekt"
93
-
94
- #: ../cookie-notice.php:139
95
- msgid "Slide"
96
- msgstr "Slide efekt"
97
-
98
- #: ../cookie-notice.php:159
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
- "Užíváme cookies, abychom vám zajistili co možná nejsnadnější použití našich "
105
- "webových stránek. Pokud budete nadále prohlížet naše stránky předpokládáme, "
106
- "že s použitím cookies souhlasíte."
107
-
108
- #: ../cookie-notice.php:160
109
- msgid "Ok"
110
- msgstr "Souhlasím"
111
-
112
- #: ../cookie-notice.php:161
113
- msgid "Read more"
114
- msgstr "Více"
115
-
116
- #: ../cookie-notice.php:188 ../cookie-notice.php:189 ../cookie-notice.php:201
117
- #: ../cookie-notice.php:204
118
- msgid "Cookie Notice"
119
- msgstr "Cookie Notice"
120
-
121
- #: ../cookie-notice.php:206
122
- msgid "Need support?"
123
- msgstr "Potřebujete poradit?"
124
-
125
- #: ../cookie-notice.php:207
126
- msgid ""
127
- "If you are having problems with this plugin, please talk about them in the"
128
- msgstr "Pokud máte potíže s pluginem obraťte se prosím na "
129
-
130
- #: ../cookie-notice.php:207
131
- msgid "Support forum"
132
- msgstr "fórum podpory"
133
-
134
- #: ../cookie-notice.php:209
135
- msgid "Do you like this plugin?"
136
- msgstr "Líbí se vám tento plugin?"
137
-
138
- #: ../cookie-notice.php:210
139
- msgid "Rate it 5"
140
- msgstr "Oznámkujte"
141
-
142
- #: ../cookie-notice.php:210
143
- msgid "on WordPress.org"
144
- msgstr "na WordPress.org"
145
-
146
- #: ../cookie-notice.php:211
147
- msgid "Blog about it & link to the"
148
- msgstr "Blog pluginu a odkaz na"
149
-
150
- #: ../cookie-notice.php:211
151
- msgid "plugin page"
152
- msgstr "stránku pluginu"
153
-
154
- #: ../cookie-notice.php:212
155
- msgid "Check out our other"
156
- msgstr "Prohlédněte si ostatní"
157
-
158
- #: ../cookie-notice.php:212
159
- msgid "WordPress plugins"
160
- msgstr "WordPress pluginy"
161
-
162
- #: ../cookie-notice.php:238
163
- msgid "Configuration"
164
- msgstr "Nastavení"
165
-
166
- #: ../cookie-notice.php:239
167
- msgid "Message"
168
- msgstr "Zpráva"
169
-
170
- #: ../cookie-notice.php:240 ../cookie-notice.php:316
171
- msgid "Button text"
172
- msgstr "Text tlačítka"
173
-
174
- #: ../cookie-notice.php:241
175
- msgid "More info"
176
- msgstr "Další informace"
177
-
178
- #: ../cookie-notice.php:242
179
- msgid "Cookie expiry"
180
- msgstr "Platnost cookie"
181
-
182
- #: ../cookie-notice.php:243
183
- msgid "Deactivation"
184
- msgstr "Deaktivace"
185
-
186
- #: ../cookie-notice.php:246
187
- msgid "Design"
188
- msgstr "Grafika"
189
-
190
- #: ../cookie-notice.php:247
191
- msgid "Position"
192
- msgstr "Pozice"
193
-
194
- #: ../cookie-notice.php:248
195
- msgid "Animation"
196
- msgstr "Animace"
197
-
198
- #: ../cookie-notice.php:249
199
- msgid "Button style"
200
- msgstr "Styl tlačítka"
201
-
202
- #: ../cookie-notice.php:250
203
- msgid "Colors"
204
- msgstr "Barvy"
205
-
206
- #: ../cookie-notice.php:271
207
- msgid "Enable if you want all plugin data to be deleted on deactivation."
208
- msgstr ""
209
- "Povolte, pokud chcete, aby při deaktivaci pluginu se smazala všechna jeho "
210
- "data."
211
-
212
- #: ../cookie-notice.php:282
213
- msgid "Enter the cookie notice message."
214
- msgstr "Napište zde informace o souhlasu s cookies."
215
-
216
- #: ../cookie-notice.php:292
217
- msgid "The text to show on the button when cookies have not been accepted"
218
- msgstr "Text, který se zobrazí v tlačítku, které potvrzuje cookies."
219
-
220
- #: ../cookie-notice.php:312
221
- msgid "Enable or Disable Read more button."
222
- msgstr "Povoluje, nebo zakazuje tlačítko s dalšími informacemi."
223
-
224
- #: ../cookie-notice.php:330
225
- msgid "Select where to redirect user for more information about cookies."
226
- msgstr "Zvolte kam má směrovat odkaz z tlačítka s dalšími informacemi."
227
-
228
- #: ../cookie-notice.php:333
229
- msgid "-- select page --"
230
- msgstr "--- zvolte stránku ---"
231
-
232
- #: ../cookie-notice.php:343
233
- msgid "Select from one of your site's pages"
234
- msgstr "Vyberte jednu stránku z vašich vytvořených"
235
-
236
- #: ../cookie-notice.php:347
237
- msgid "Enter the full URL starting with http://"
238
- msgstr "Zadejte celý odkaz počínaje http://"
239
-
240
- #: ../cookie-notice.php:368
241
- msgid "The ammount of time that cookie should be stored for."
242
- msgstr "Čas po který budou cookies uloženy."
243
-
244
- #: ../cookie-notice.php:388
245
- msgid "Select location for your cookie notice."
246
- msgstr "Vyberte usmítění lišty s cookie notice."
247
-
248
- #: ../cookie-notice.php:408
249
- msgid "Cookie notice acceptance animation."
250
- msgstr "Animace po odsouhlasení cookies."
251
-
252
- #: ../cookie-notice.php:428
253
- msgid "Choose buttons style."
254
- msgstr "Vyberte styl tlačítek."
255
-
256
- #: ../cookie-notice.php:555
257
- msgid "Support"
258
- msgstr "Podpora"
259
-
260
- #: ../cookie-notice.php:586
261
- msgid "Settings"
262
- msgstr "Nastavení"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-da_DK.mo DELETED
Binary file
languages/cookie-notice-da_DK.po DELETED
@@ -1,259 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2014-07-25 09:45+0100\n"
5
- "PO-Revision-Date: 2014-11-20 13:23+0100\n"
6
- "Last-Translator: Hans Czajkowski Jørgensen <hcj@tekno.dk>\n"
7
- "Language-Team: \n"
8
- "Language: sv_SE\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.5.7\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
-
16
- #: ../cookie-notice.php:101
17
- msgid "Top"
18
- msgstr "Top"
19
-
20
- #: ../cookie-notice.php:102
21
- msgid "Bottom"
22
- msgstr "Bund"
23
-
24
- #: ../cookie-notice.php:106 ../cookie-notice.php:137
25
- msgid "None"
26
- msgstr "Ingen"
27
-
28
- #: ../cookie-notice.php:107
29
- msgid "WordPress"
30
- msgstr "WordPress"
31
-
32
- #: ../cookie-notice.php:108
33
- msgid "Bootstrap"
34
- msgstr "Bootstrap"
35
-
36
- #: ../cookie-notice.php:112
37
- msgid "Enable"
38
- msgstr "Aktivér"
39
-
40
- #: ../cookie-notice.php:113
41
- msgid "Disable"
42
- msgstr "Deaktivér"
43
-
44
- #: ../cookie-notice.php:117
45
- msgid "Custom link"
46
- msgstr "Tilpasset link"
47
-
48
- #: ../cookie-notice.php:118
49
- msgid "Page link"
50
- msgstr "Sidelink"
51
-
52
- #: ../cookie-notice.php:122
53
- msgid "Text color"
54
- msgstr "Tekstfarve"
55
-
56
- #: ../cookie-notice.php:123
57
- msgid "Bar color"
58
- msgstr "Bjælkefarve"
59
-
60
- #: ../cookie-notice.php:127
61
- msgid "1 day"
62
- msgstr "1 dag"
63
-
64
- #: ../cookie-notice.php:128
65
- msgid "1 week"
66
- msgstr "1 uge"
67
-
68
- #: ../cookie-notice.php:129
69
- msgid "1 month"
70
- msgstr "1 måned"
71
-
72
- #: ../cookie-notice.php:130
73
- msgid "3 months"
74
- msgstr "3 måneder"
75
-
76
- #: ../cookie-notice.php:131
77
- msgid "6 months"
78
- msgstr "6 måneder"
79
-
80
- #: ../cookie-notice.php:132
81
- msgid "1 year"
82
- msgstr "1 år"
83
-
84
- #: ../cookie-notice.php:133
85
- msgid "infinity"
86
- msgstr "uendeligt"
87
-
88
- #: ../cookie-notice.php:138
89
- msgid "Fade"
90
- msgstr "Fade"
91
-
92
- #: ../cookie-notice.php:139
93
- msgid "Slide"
94
- msgstr "Glid"
95
-
96
- #: ../cookie-notice.php:159
97
- msgid ""
98
- "We use cookies to ensure that we give you the best experience on our "
99
- "website. If you continue to use this site we will assume that you are happy "
100
- "with it."
101
- msgstr ""
102
- "Vi anvender cookies for at sikre at vi giver dig den bedst mulige oplevelse "
103
- "af vores website. Hvis du fortsætter med at bruge dette site vil vi antage "
104
- "at du er indforstået med det."
105
-
106
- #: ../cookie-notice.php:160
107
- msgid "Ok"
108
- msgstr "Ok"
109
-
110
- #: ../cookie-notice.php:161
111
- msgid "Read more"
112
- msgstr "Læs mere"
113
-
114
- #: ../cookie-notice.php:188 ../cookie-notice.php:189 ../cookie-notice.php:201
115
- #: ../cookie-notice.php:204
116
- msgid "Cookie Notice"
117
- msgstr "Cookie-meddelelse"
118
-
119
- #: ../cookie-notice.php:206
120
- msgid "Need support?"
121
- msgstr "Har du brug for hjælp?"
122
-
123
- #: ../cookie-notice.php:207
124
- msgid ""
125
- "If you are having problems with this plugin, please talk about them in the"
126
- msgstr "Hvis du har problemer med dette plugin, kan du besøge vores"
127
-
128
- #: ../cookie-notice.php:207
129
- msgid "Support forum"
130
- msgstr "Supportforum"
131
-
132
- #: ../cookie-notice.php:209
133
- msgid "Do you like this plugin?"
134
- msgstr "Kan du lide denne plugin?"
135
-
136
- #: ../cookie-notice.php:210
137
- msgid "Rate it 5"
138
- msgstr "Giv den 5:a"
139
-
140
- #: ../cookie-notice.php:210
141
- msgid "on WordPress.org"
142
- msgstr "på WordPress.org"
143
-
144
- #: ../cookie-notice.php:211
145
- msgid "Blog about it & link to the"
146
- msgstr "Blog om det og link til"
147
-
148
- #: ../cookie-notice.php:211
149
- msgid "plugin page"
150
- msgstr "plugin-siden"
151
-
152
- #: ../cookie-notice.php:212
153
- msgid "Check out our other"
154
- msgstr "Se vores andre"
155
-
156
- #: ../cookie-notice.php:212
157
- msgid "WordPress plugins"
158
- msgstr "WordPress plugins"
159
-
160
- #: ../cookie-notice.php:238
161
- msgid "Configuration"
162
- msgstr "Konfiguration"
163
-
164
- #: ../cookie-notice.php:239
165
- msgid "Message"
166
- msgstr "Meddelelse"
167
-
168
- #: ../cookie-notice.php:240 ../cookie-notice.php:316
169
- msgid "Button text"
170
- msgstr "Knaptekst"
171
-
172
- #: ../cookie-notice.php:241
173
- msgid "More info"
174
- msgstr "Mere info"
175
-
176
- #: ../cookie-notice.php:242
177
- msgid "Cookie expiry"
178
- msgstr "Udløb af cookie"
179
-
180
- #: ../cookie-notice.php:243
181
- msgid "Deactivation"
182
- msgstr "Deaktivering"
183
-
184
- #: ../cookie-notice.php:246
185
- msgid "Design"
186
- msgstr "Design"
187
-
188
- #: ../cookie-notice.php:247
189
- msgid "Position"
190
- msgstr "Position"
191
-
192
- #: ../cookie-notice.php:248
193
- msgid "Animation"
194
- msgstr "Animation"
195
-
196
- #: ../cookie-notice.php:249
197
- msgid "Button style"
198
- msgstr "Knapstil"
199
-
200
- #: ../cookie-notice.php:250
201
- msgid "Colors"
202
- msgstr "Farver"
203
-
204
- #: ../cookie-notice.php:271
205
- msgid "Enable if you want all plugin data to be deleted on deactivation."
206
- msgstr "Aktivér hvis du ønsker at alle plugin-data slettes ved deaktivering."
207
-
208
- #: ../cookie-notice.php:282
209
- msgid "Enter the cookie notice message."
210
- msgstr "Angiv cookie-meddelelsen."
211
-
212
- #: ../cookie-notice.php:292
213
- msgid "The text to show on the button when cookies have not been accepted"
214
- msgstr "Teksten som vises på knappen når cookies ikke er blevet accepteret"
215
-
216
- #: ../cookie-notice.php:312
217
- msgid "Enable or Disable Read more button."
218
- msgstr "Aktivér eller deaktivér læs mere-knappen"
219
-
220
- #: ../cookie-notice.php:330
221
- msgid "Select where to redirect user for more information about cookies."
222
- msgstr ""
223
- "Vælg hvor brugeren skal omdirigeres til for at få mere at vide om cookies."
224
-
225
- #: ../cookie-notice.php:333
226
- msgid "-- select page --"
227
- msgstr "-- vælg side --"
228
-
229
- #: ../cookie-notice.php:343
230
- msgid "Select from one of your site's pages"
231
- msgstr "Vælg mellem en af dine sider på sitet."
232
-
233
- #: ../cookie-notice.php:347
234
- msgid "Enter the full URL starting with http://"
235
- msgstr "Angiv en fulde webadresse, som begynder med http://"
236
-
237
- #: ../cookie-notice.php:368
238
- msgid "The ammount of time that cookie should be stored for."
239
- msgstr "Det tidsrum cookien skal gemmes i."
240
-
241
- #: ../cookie-notice.php:388
242
- msgid "Select location for your cookie notice."
243
- msgstr "Vælg hvor din cookie-meddelelse skal placeres."
244
-
245
- #: ../cookie-notice.php:408
246
- msgid "Cookie notice acceptance animation."
247
- msgstr "Animation ved godkendelse af cookie-meddelelsen."
248
-
249
- #: ../cookie-notice.php:428
250
- msgid "Choose buttons style."
251
- msgstr "Vælg knappernes stil."
252
-
253
- #: ../cookie-notice.php:555
254
- msgid "Support"
255
- msgstr "Support"
256
-
257
- #: ../cookie-notice.php:586
258
- msgid "Settings"
259
- msgstr "Indstillinger"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-de_DE.mo DELETED
Binary file
languages/cookie-notice-de_DE.po DELETED
@@ -1,254 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2014-05-04 23:05+0100\n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: Alex Ernst <everywherecoder@gmail.com>\n"
8
- "Language: de_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.6.4\n"
13
- "X-Poedit-SourceCharset: UTF-8\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-KeywordsList: __\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../cookie-notice.php:90
19
- msgid "Top"
20
- msgstr "Oben"
21
-
22
- #: ../cookie-notice.php:91
23
- msgid "Bottom"
24
- msgstr "Unten"
25
-
26
- #: ../cookie-notice.php:95 ../cookie-notice.php:126
27
- msgid "None"
28
- msgstr "Ohne"
29
-
30
- #: ../cookie-notice.php:96
31
- msgid "WordPress"
32
- msgstr "WordPress"
33
-
34
- #: ../cookie-notice.php:97
35
- msgid "Bootstrap"
36
- msgstr "Bootstrap"
37
-
38
- #: ../cookie-notice.php:101
39
- msgid "Enable"
40
- msgstr "Einschalten"
41
-
42
- #: ../cookie-notice.php:102
43
- msgid "Disable"
44
- msgstr "Ausschalten"
45
-
46
- #: ../cookie-notice.php:106
47
- msgid "Custom link"
48
- msgstr "Individueller Link"
49
-
50
- #: ../cookie-notice.php:107
51
- msgid "Page link"
52
- msgstr "Vorhandene Seite"
53
-
54
- #: ../cookie-notice.php:111
55
- msgid "Text color"
56
- msgstr "Textfarbe"
57
-
58
- #: ../cookie-notice.php:112
59
- msgid "Bar color"
60
- msgstr "Hintergrundfarbe"
61
-
62
- #: ../cookie-notice.php:116
63
- msgid "1 day"
64
- msgstr "1 Tag"
65
-
66
- #: ../cookie-notice.php:117
67
- msgid "1 week"
68
- msgstr "1 Woche"
69
-
70
- #: ../cookie-notice.php:118
71
- msgid "1 month"
72
- msgstr "1 Monat"
73
-
74
- #: ../cookie-notice.php:119
75
- msgid "3 months"
76
- msgstr "3 Monate"
77
-
78
- #: ../cookie-notice.php:120
79
- msgid "6 months"
80
- msgstr "6 Monate"
81
-
82
- #: ../cookie-notice.php:121
83
- msgid "1 year"
84
- msgstr "1 Jahr"
85
-
86
- #: ../cookie-notice.php:122
87
- msgid "infinity"
88
- msgstr "unbegrenzt"
89
-
90
- #: ../cookie-notice.php:127
91
- msgid "Fade"
92
- msgstr "Ausblenden"
93
-
94
- #: ../cookie-notice.php:128
95
- msgid "Slide"
96
- msgstr "Ausgleiten"
97
-
98
- #: ../cookie-notice.php:148
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
- "Diese Website benutzen Cookies. Wenn Sie die Website weiter nutzen, stimmen "
105
- "Sie der Verwendung von Cookies zu."
106
-
107
- #: ../cookie-notice.php:149
108
- msgid "Ok"
109
- msgstr "Akzeptieren"
110
-
111
- #: ../cookie-notice.php:150
112
- msgid "Read more"
113
- msgstr "Erfahren Sie mehr"
114
-
115
- #: ../cookie-notice.php:177 ../cookie-notice.php:178 ../cookie-notice.php:190
116
- #: ../cookie-notice.php:193
117
- msgid "Cookie Notice"
118
- msgstr "Cookie Notice"
119
-
120
- #: ../cookie-notice.php:195
121
- msgid "Need support?"
122
- msgstr "Benötigen Sie Hilfe?"
123
-
124
- #: ../cookie-notice.php:196
125
- msgid ""
126
- "If you are having problems with this plugin, please talk about them in the"
127
- msgstr "Wenn Sie Probleme mit dem Plugin habe, fragen Sie bitte im"
128
-
129
- #: ../cookie-notice.php:196
130
- msgid "Support forum"
131
- msgstr "Support forum"
132
-
133
- #: ../cookie-notice.php:198
134
- msgid "Do you like this plugin?"
135
- msgstr "Gefällt Ihnen das Plugin?"
136
-
137
- #: ../cookie-notice.php:199
138
- msgid "Rate it 5"
139
- msgstr "Bewerten Sie mit 5"
140
-
141
- #: ../cookie-notice.php:199
142
- msgid "on WordPress.org"
143
- msgstr "auf WordPress.org"
144
-
145
- #: ../cookie-notice.php:200
146
- msgid "Blog about it & link to the"
147
- msgstr "Bloggen Sie darüber & verlinken Sie zur"
148
-
149
- #: ../cookie-notice.php:200
150
- msgid "plugin page"
151
- msgstr "Plugin Seite"
152
-
153
- #: ../cookie-notice.php:201
154
- msgid "Check out our other"
155
- msgstr "Beachten Sie auch unsere anderen"
156
-
157
- #: ../cookie-notice.php:201
158
- msgid "WordPress plugins"
159
- msgstr "WordPress Plugins"
160
-
161
- #: ../cookie-notice.php:227
162
- msgid "Configuration"
163
- msgstr "Einstellungen"
164
-
165
- #: ../cookie-notice.php:228
166
- msgid "Message"
167
- msgstr "Meldungstext"
168
-
169
- #: ../cookie-notice.php:229 ../cookie-notice.php:281
170
- msgid "Button text"
171
- msgstr "Buttontext"
172
-
173
- #: ../cookie-notice.php:230
174
- msgid "More info"
175
- msgstr "Erfahren Sie mehr"
176
-
177
- #: ../cookie-notice.php:231
178
- msgid "Cookie expiry"
179
- msgstr "Gültigkeitsdauer des Cookies"
180
-
181
- #: ../cookie-notice.php:234
182
- msgid "Design"
183
- msgstr "Aussehen"
184
-
185
- #: ../cookie-notice.php:235
186
- msgid "Position"
187
- msgstr "Position"
188
-
189
- #: ../cookie-notice.php:236
190
- msgid "Animation"
191
- msgstr "Animation"
192
-
193
- #: ../cookie-notice.php:237
194
- msgid "Button style"
195
- msgstr "Buttonstil"
196
-
197
- #: ../cookie-notice.php:238
198
- msgid "Colors"
199
- msgstr "Farben"
200
-
201
- #: ../cookie-notice.php:247
202
- msgid "Enter the cookie notice message."
203
- msgstr "Geben Sie hier den Meldungstext ein."
204
-
205
- #: ../cookie-notice.php:257
206
- msgid "The text to show on the button when cookies have not been accepted"
207
- msgstr ""
208
- "Der Text des Buttons, solange die Verwendung von Cookies nicht akzeptiert "
209
- "wurde."
210
-
211
- #: ../cookie-notice.php:277
212
- msgid "Enable or Disable Read more button."
213
- msgstr "Button 'Erfahren Sie mehr' ein- bzw. ausschalten."
214
-
215
- #: ../cookie-notice.php:295
216
- msgid "Select where to redirect user for more information about cookies."
217
- msgstr ""
218
- "Wählen Sie aus, wo die Besucher weitere Informationen über Cookies finden."
219
-
220
- #: ../cookie-notice.php:298
221
- msgid "-- select page --"
222
- msgstr "-- Seite auswählen --"
223
-
224
- #: ../cookie-notice.php:308
225
- msgid "Select from one of your site's pages"
226
- msgstr "Wählen Sie eine der vorhandenen Seiten dieser Site."
227
-
228
- #: ../cookie-notice.php:312
229
- msgid "Enter the full URL starting with http://"
230
- msgstr "Die vollständige URL mit http:// eingeben"
231
-
232
- #: ../cookie-notice.php:333
233
- msgid "The ammount of time that cookie should be stored for."
234
- msgstr "Für diesen Zeitraum ist der Cookie gültig."
235
-
236
- #: ../cookie-notice.php:353
237
- msgid "Select location for your cookie notice."
238
- msgstr "Die Position der Meldung einstellen."
239
-
240
- #: ../cookie-notice.php:373
241
- msgid "Cookie notice acceptance animation."
242
- msgstr "Animation des Meldungstextes."
243
-
244
- #: ../cookie-notice.php:393
245
- msgid "Choose buttons style."
246
- msgstr "Style der Buttons einstellen."
247
-
248
- #: ../cookie-notice.php:517
249
- msgid "Support"
250
- msgstr "Support"
251
-
252
- #: ../cookie-notice.php:539
253
- msgid "Settings"
254
- msgstr "Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-es_ES.mo DELETED
Binary file
languages/cookie-notice-es_ES.po DELETED
@@ -1,253 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-30 09:57+0100\n"
6
- "PO-Revision-Date: 2014-04-30 09:58+0100\n"
7
- "Last-Translator: Fernando <fernando@sumun.net>\n"
8
- "Language-Team: sumun <fernando@sumun.net>\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.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Language: NL\n"
17
- "X-Poedit-Language: Spanish\n"
18
- "X-Poedit-Country: SPAIN\n"
19
- "X-Poedit-SearchPath-0: ..\n"
20
-
21
- #: ../cookie-notice.php:90
22
- msgid "Top"
23
- msgstr "Arriba"
24
-
25
- #: ../cookie-notice.php:91
26
- msgid "Bottom"
27
- msgstr "Abajo"
28
-
29
- #: ../cookie-notice.php:95
30
- #: ../cookie-notice.php:126
31
- msgid "None"
32
- msgstr "Ninguno"
33
-
34
- #: ../cookie-notice.php:96
35
- msgid "WordPress"
36
- msgstr "WordPress"
37
-
38
- #: ../cookie-notice.php:97
39
- msgid "Bootstrap"
40
- msgstr "Bootstrap"
41
-
42
- #: ../cookie-notice.php:101
43
- msgid "Enable"
44
- msgstr "Activar"
45
-
46
- #: ../cookie-notice.php:102
47
- msgid "Disable"
48
- msgstr "Desactivar"
49
-
50
- #: ../cookie-notice.php:106
51
- msgid "Custom link"
52
- msgstr "Enlace personalizado"
53
-
54
- #: ../cookie-notice.php:107
55
- msgid "Page link"
56
- msgstr "Enlace a página"
57
-
58
- #: ../cookie-notice.php:111
59
- msgid "Text color"
60
- msgstr "Color del texto"
61
-
62
- #: ../cookie-notice.php:112
63
- msgid "Bar color"
64
- msgstr "Color de la barra"
65
-
66
- #: ../cookie-notice.php:116
67
- msgid "1 day"
68
- msgstr "1 día"
69
-
70
- #: ../cookie-notice.php:117
71
- msgid "1 week"
72
- msgstr "1 semana"
73
-
74
- #: ../cookie-notice.php:118
75
- msgid "1 month"
76
- msgstr "1 mes"
77
-
78
- #: ../cookie-notice.php:119
79
- msgid "3 months"
80
- msgstr "3 meses"
81
-
82
- #: ../cookie-notice.php:120
83
- msgid "6 months"
84
- msgstr "6 meses"
85
-
86
- #: ../cookie-notice.php:121
87
- msgid "1 year"
88
- msgstr "1 año"
89
-
90
- #: ../cookie-notice.php:122
91
- msgid "infinity"
92
- msgstr "Infinito"
93
-
94
- #: ../cookie-notice.php:127
95
- msgid "Fade"
96
- msgstr "Desvanecer"
97
-
98
- #: ../cookie-notice.php:128
99
- msgid "Slide"
100
- msgstr "Deslizar"
101
-
102
- #: ../cookie-notice.php:148
103
- msgid "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it."
104
- msgstr "Utilizamos cookies para asegurar que damos la mejor experiencia al usuario en nuestro sitio web. Si continúa utilizando este sitio asumiremos que está de acuerdo."
105
-
106
- #: ../cookie-notice.php:149
107
- msgid "Ok"
108
- msgstr "Estoy de acuerdo"
109
-
110
- #: ../cookie-notice.php:150
111
- msgid "Read more"
112
- msgstr "Leer más"
113
-
114
- #: ../cookie-notice.php:177
115
- #: ../cookie-notice.php:178
116
- #: ../cookie-notice.php:190
117
- #: ../cookie-notice.php:193
118
- msgid "Cookie Notice"
119
- msgstr "Aviso de Cookie"
120
-
121
- #: ../cookie-notice.php:195
122
- msgid "Need support?"
123
- msgstr "¿Necesitas soporte?"
124
-
125
- #: ../cookie-notice.php:196
126
- msgid "If you are having problems with this plugin, please talk about them in the"
127
- msgstr "Si tienes problemas con este plugin, por favor coméntalo en el"
128
-
129
- #: ../cookie-notice.php:196
130
- msgid "Support forum"
131
- msgstr "Foro de Soporte"
132
-
133
- #: ../cookie-notice.php:198
134
- msgid "Do you like this plugin?"
135
- msgstr "¿Te gusta este plugin?"
136
-
137
- #: ../cookie-notice.php:199
138
- msgid "Rate it 5"
139
- msgstr "Califícalo con 5 estrellas"
140
-
141
- #: ../cookie-notice.php:199
142
- msgid "on WordPress.org"
143
- msgstr "en WordPress.org"
144
-
145
- #: ../cookie-notice.php:200
146
- msgid "Blog about it & link to the"
147
- msgstr "Bloguea sobre ello y enlaza a la"
148
-
149
- #: ../cookie-notice.php:200
150
- msgid "plugin page"
151
- msgstr "página del plugin"
152
-
153
- #: ../cookie-notice.php:201
154
- msgid "Check out our other"
155
- msgstr "Echa un vistazo a nuestros"
156
-
157
- #: ../cookie-notice.php:201
158
- msgid "WordPress plugins"
159
- msgstr "plugins de WordPress"
160
-
161
- #: ../cookie-notice.php:227
162
- msgid "Configuration"
163
- msgstr "Configuración"
164
-
165
- #: ../cookie-notice.php:228
166
- msgid "Message"
167
- msgstr "Mensaje"
168
-
169
- #: ../cookie-notice.php:229
170
- #: ../cookie-notice.php:281
171
- msgid "Button text"
172
- msgstr "Texto del botón"
173
-
174
- #: ../cookie-notice.php:230
175
- msgid "More info"
176
- msgstr "Más información"
177
-
178
- #: ../cookie-notice.php:231
179
- msgid "Cookie expiry"
180
- msgstr "Expiración de la Cookie"
181
-
182
- #: ../cookie-notice.php:234
183
- msgid "Design"
184
- msgstr "Diseño"
185
-
186
- #: ../cookie-notice.php:235
187
- msgid "Position"
188
- msgstr "Posición"
189
-
190
- #: ../cookie-notice.php:236
191
- msgid "Animation"
192
- msgstr "Animación"
193
-
194
- #: ../cookie-notice.php:237
195
- msgid "Button style"
196
- msgstr "Estilo del botón"
197
-
198
- #: ../cookie-notice.php:238
199
- msgid "Colors"
200
- msgstr "Colores"
201
-
202
- #: ../cookie-notice.php:247
203
- msgid "Enter the cookie notice message."
204
- msgstr "Introduce el mensaje de aviso sobre cookies"
205
-
206
- #: ../cookie-notice.php:257
207
- msgid "The text to show on the button when cookies have not been accepted"
208
- msgstr "El texto a mostrar en el botón cuando las cookies no han sido aceptadas"
209
-
210
- #: ../cookie-notice.php:277
211
- msgid "Enable or Disable Read more button."
212
- msgstr "Activa o desactiva el botón \"Leer más\""
213
-
214
- #: ../cookie-notice.php:295
215
- msgid "Select where to redirect user for more information about cookies."
216
- msgstr "Selecciona a dónde redireccionar al usuario para obtener más información sobre las cookies."
217
-
218
- #: ../cookie-notice.php:298
219
- msgid "-- select page --"
220
- msgstr "-- seleccionar página --"
221
-
222
- #: ../cookie-notice.php:308
223
- msgid "Select from one of your site's pages"
224
- msgstr "Selecciona de entre una de las páginas de tu sitio"
225
-
226
- #: ../cookie-notice.php:312
227
- msgid "Enter the full URL starting with http://"
228
- msgstr "Introduce la URL completa, comenzando por http://"
229
-
230
- #: ../cookie-notice.php:333
231
- msgid "The ammount of time that cookie should be stored for."
232
- msgstr "La cantidad de tiempo que la cookie debe almacenarse."
233
-
234
- #: ../cookie-notice.php:353
235
- msgid "Select location for your cookie notice."
236
- msgstr "Selecciona la ubicación de tu aviso sobre cookies."
237
-
238
- #: ../cookie-notice.php:373
239
- msgid "Cookie notice acceptance animation."
240
- msgstr "Animación de la aceptación del aviso sobre cookies."
241
-
242
- #: ../cookie-notice.php:393
243
- msgid "Choose buttons style."
244
- msgstr "Elige un estilo de botón."
245
-
246
- #: ../cookie-notice.php:517
247
- msgid "Support"
248
- msgstr "Soporte"
249
-
250
- #: ../cookie-notice.php:539
251
- msgid "Settings"
252
- msgstr "Ajustes"
253
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-fi.mo DELETED
Binary file
languages/cookie-notice-fi.po DELETED
@@ -1,293 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2015-03-24 11:30+0100\n"
5
- "PO-Revision-Date: 2015-05-01 13:01+0200\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.7.6\n"
12
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "Language: fi_FI\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../cookie-notice.php:111
20
- msgid "Top"
21
- msgstr "Sivun ylhäällä"
22
-
23
- #: ../cookie-notice.php:112
24
- msgid "Bottom"
25
- msgstr "Sivun alhaalla"
26
-
27
- #: ../cookie-notice.php:116 ../cookie-notice.php:152
28
- msgid "None"
29
- msgstr "Ei mitään"
30
-
31
- #: ../cookie-notice.php:117
32
- msgid "WordPress"
33
- msgstr "WordPress"
34
-
35
- #: ../cookie-notice.php:118
36
- msgid "Bootstrap"
37
- msgstr "Bootstrap"
38
-
39
- #: ../cookie-notice.php:122
40
- msgid "Enable"
41
- msgstr "Ota käyttöön"
42
-
43
- #: ../cookie-notice.php:123
44
- msgid "Disable"
45
- msgstr "Poista käytöstä"
46
-
47
- #: ../cookie-notice.php:127
48
- msgid "Custom link"
49
- msgstr "Mukautettu linkki"
50
-
51
- #: ../cookie-notice.php:128
52
- msgid "Page link"
53
- msgstr "Sivun linkki"
54
-
55
- #: ../cookie-notice.php:137
56
- msgid "Text color"
57
- msgstr "Tekstin väri"
58
-
59
- #: ../cookie-notice.php:138
60
- msgid "Bar color"
61
- msgstr "Palkin väri"
62
-
63
- #: ../cookie-notice.php:142
64
- msgid "1 day"
65
- msgstr "1 päivä"
66
-
67
- #: ../cookie-notice.php:143
68
- msgid "1 week"
69
- msgstr "1 viikko"
70
-
71
- #: ../cookie-notice.php:144
72
- msgid "1 month"
73
- msgstr "1 kuukausi"
74
-
75
- #: ../cookie-notice.php:145
76
- msgid "3 months"
77
- msgstr "3 kuukautta"
78
-
79
- #: ../cookie-notice.php:146
80
- msgid "6 months"
81
- msgstr "6 kuukautta"
82
-
83
- #: ../cookie-notice.php:147
84
- msgid "1 year"
85
- msgstr "1 vuosi"
86
-
87
- #: ../cookie-notice.php:148
88
- msgid "infinity"
89
- msgstr "ikuisesti"
90
-
91
- #: ../cookie-notice.php:153
92
- msgid "Fade"
93
- msgstr "Häivytä (fade)"
94
-
95
- #: ../cookie-notice.php:154
96
- msgid "Slide"
97
- msgstr "Liu'uta (slide)"
98
-
99
- #: ../cookie-notice.php:158
100
- msgid "Header"
101
- msgstr "Ylätunniste (header)"
102
-
103
- #: ../cookie-notice.php:159
104
- msgid "Footer"
105
- msgstr "Alatunniste (footer)"
106
-
107
- #: ../cookie-notice.php:179
108
- msgid ""
109
- "We use cookies to ensure that we give you the best experience on our "
110
- "website. If you continue to use this site we will assume that you are happy "
111
- "with it."
112
- msgstr ""
113
- "Käytämme evästeitä jotta voimme antaa sinulle parhaan kokemuksen "
114
- "sivuillamme. Jos jatkat tämän sivuston käyttöä, oletamme että hyväksyt ne."
115
-
116
- #: ../cookie-notice.php:180
117
- msgid "Ok"
118
- msgstr "Ok"
119
-
120
- #: ../cookie-notice.php:181
121
- msgid "Read more"
122
- msgstr "Lue lisää"
123
-
124
- #: ../cookie-notice.php:211 ../cookie-notice.php:212 ../cookie-notice.php:227
125
- #: ../cookie-notice.php:230
126
- msgid "Cookie Notice"
127
- msgstr "Cookie Notice"
128
-
129
- #: ../cookie-notice.php:232
130
- msgid "Need support?"
131
- msgstr "Tarvitsetko apua?"
132
-
133
- #: ../cookie-notice.php:233
134
- msgid ""
135
- "If you are having problems with this plugin, please talk about them in the"
136
- msgstr "Jos sinulla on ongelmia tämän laajennuksen kanssa, ota ne puheeksi"
137
-
138
- #: ../cookie-notice.php:233
139
- msgid "Support forum"
140
- msgstr "tukifoorumissa"
141
-
142
- #: ../cookie-notice.php:235
143
- msgid "Do you like this plugin?"
144
- msgstr "Tykkäätkö tästä laajennuksesta?"
145
-
146
- #: ../cookie-notice.php:242
147
- msgid "Rate it 5"
148
- msgstr "Anna sille 5 tähteä"
149
-
150
- #: ../cookie-notice.php:242
151
- msgid "on WordPress.org"
152
- msgstr "WordPress.org-sivustolla"
153
-
154
- #: ../cookie-notice.php:243
155
- msgid "Blog about it & link to the"
156
- msgstr "Bloggaa siitä ja linkitä"
157
-
158
- #: ../cookie-notice.php:243
159
- msgid "plugin page"
160
- msgstr "laajennuksen sivulle"
161
-
162
- #: ../cookie-notice.php:244
163
- msgid "Check out our other"
164
- msgstr "Tutustu meidän muihin"
165
-
166
- #: ../cookie-notice.php:244
167
- msgid "WordPress plugins"
168
- msgstr "WordPress laajennuksiin"
169
-
170
- #: ../cookie-notice.php:272
171
- msgid "Configuration"
172
- msgstr "Konfiguraatio"
173
-
174
- #: ../cookie-notice.php:273
175
- msgid "Message"
176
- msgstr "Viesti"
177
-
178
- #: ../cookie-notice.php:274 ../cookie-notice.php:361
179
- msgid "Button text"
180
- msgstr "Painikkeen teksti"
181
-
182
- #: ../cookie-notice.php:275
183
- msgid "More info"
184
- msgstr "Lisätietoa"
185
-
186
- #: ../cookie-notice.php:276
187
- msgid "Link target"
188
- msgstr "Linkin kohde"
189
-
190
- #: ../cookie-notice.php:277
191
- msgid "Cookie expiry"
192
- msgstr "Evästeiden voimassaoloaika"
193
-
194
- #: ../cookie-notice.php:278
195
- msgid "Script placement"
196
- msgstr "Skriptien sijainti"
197
-
198
- #: ../cookie-notice.php:279
199
- msgid "Deactivation"
200
- msgstr "Deaktivointi"
201
-
202
- #: ../cookie-notice.php:282
203
- msgid "Design"
204
- msgstr "Ulkonäkö"
205
-
206
- #: ../cookie-notice.php:283
207
- msgid "Position"
208
- msgstr "Sijainti"
209
-
210
- #: ../cookie-notice.php:284
211
- msgid "Animation"
212
- msgstr "Animaatio"
213
-
214
- #: ../cookie-notice.php:285
215
- msgid "Button style"
216
- msgstr "Painikkeen tyyli"
217
-
218
- #: ../cookie-notice.php:286
219
- msgid "Colors"
220
- msgstr "Värit"
221
-
222
- #: ../cookie-notice.php:307
223
- msgid "Enable if you want all plugin data to be deleted on deactivation."
224
- msgstr ""
225
- "Ota käyttöön, jos haluat että kaikki laajennuksen tiedot poistetaan kun "
226
- "laajennus deaktivoidaan."
227
-
228
- #: ../cookie-notice.php:321
229
- msgid "Enter the cookie notice message."
230
- msgstr "Kirjoita evästeilmoituksen viesti."
231
-
232
- #: ../cookie-notice.php:334
233
- msgid ""
234
- "The text of the option to accept the usage of the cookies and make the "
235
- "notification disappear."
236
- msgstr ""
237
- "Teksti jolla käyttäjä hyväksyy evästeet ja jota painamalla ilmoitus katoaa."
238
-
239
- #: ../cookie-notice.php:357
240
- msgid "Enable or Disable Read more button."
241
- msgstr "Ota käyttöön tai poista käytöstä \"Lue lisää\"-painike."
242
-
243
- #: ../cookie-notice.php:375
244
- msgid "Select where to redirect user for more information about cookies."
245
- msgstr ""
246
- "Valitse minne käyttäjä tulisi ohjata ja mistä hän saa lisätietoja "
247
- "evästeistä."
248
-
249
- #: ../cookie-notice.php:378
250
- msgid "-- select page --"
251
- msgstr "-- valitse sivu --"
252
-
253
- #: ../cookie-notice.php:388
254
- msgid "Select from one of your site's pages"
255
- msgstr "Valitse yksi sivustosi sivuista"
256
-
257
- #: ../cookie-notice.php:392
258
- msgid "Enter the full URL starting with http://"
259
- msgstr "Anna täydellinen URL-osoite, jossa on mukana http://-osa"
260
-
261
- #: ../cookie-notice.php:414
262
- msgid "Select the link target for more info page."
263
- msgstr ""
264
- "Valitse linkin kohde (uusi ikkuna \"_blank\" tai sama ikkuna \"_self\") "
265
- "lisätietoja-sivulle."
266
-
267
- #: ../cookie-notice.php:437
268
- msgid "The ammount of time that cookie should be stored for."
269
- msgstr "Kuinka kauan eväste säilytetään."
270
-
271
- #: ../cookie-notice.php:458
272
- msgid "Select where all the plugin scripts should be placed."
273
- msgstr "Valitse minne kaikki laajennuksen skriptit pitäisi sijoittaa."
274
-
275
- #: ../cookie-notice.php:481
276
- msgid "Select location for your cookie notice."
277
- msgstr "Valitse evästeilmoituksen sijainti."
278
-
279
- #: ../cookie-notice.php:504
280
- msgid "Cookie notice acceptance animation."
281
- msgstr "Evästeilmoituksen hyväksymisanimaatio."
282
-
283
- #: ../cookie-notice.php:527
284
- msgid "Choose buttons style."
285
- msgstr "Valitse painikkeiden tyyli."
286
-
287
- #: ../cookie-notice.php:663
288
- msgid "Support"
289
- msgstr "Tuki"
290
-
291
- #: ../cookie-notice.php:691
292
- msgid "Settings"
293
- msgstr "Asetukset"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-fr_FR.mo DELETED
Binary file
languages/cookie-notice-fr_FR.po DELETED
@@ -1,256 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2013-07-02 18:32+0100\n"
5
- "PO-Revision-Date: 2014-07-21 18:36+0100\n"
6
- "Last-Translator: Laura Orsal <laura@orsal.fr>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.6.6\n"
12
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
- "Language: fr_FR\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../cookie-notice.php:84
20
- msgid "Top"
21
- msgstr "Haut"
22
-
23
- #: ../cookie-notice.php:85
24
- msgid "Bottom"
25
- msgstr "Bas"
26
-
27
- #: ../cookie-notice.php:89 ../cookie-notice.php:120
28
- msgid "None"
29
- msgstr "Aucun"
30
-
31
- #: ../cookie-notice.php:90
32
- msgid "WordPress"
33
- msgstr "WordPress"
34
-
35
- #: ../cookie-notice.php:91
36
- msgid "Bootstrap"
37
- msgstr "Bootstrap"
38
-
39
- #: ../cookie-notice.php:95
40
- msgid "Enable"
41
- msgstr "Activer"
42
-
43
- #: ../cookie-notice.php:96
44
- msgid "Disable"
45
- msgstr "Désactiver"
46
-
47
- #: ../cookie-notice.php:100
48
- msgid "Custom link"
49
- msgstr "Lien personnalisé"
50
-
51
- #: ../cookie-notice.php:101
52
- msgid "Page link"
53
- msgstr "Lien de page"
54
-
55
- #: ../cookie-notice.php:105
56
- msgid "Text color"
57
- msgstr "Couleur du texte"
58
-
59
- #: ../cookie-notice.php:106
60
- msgid "Bar color"
61
- msgstr "Couleur de la barre"
62
-
63
- #: ../cookie-notice.php:110
64
- msgid "1 day"
65
- msgstr "1 jour"
66
-
67
- #: ../cookie-notice.php:111
68
- msgid "1 week"
69
- msgstr "1 semaine"
70
-
71
- #: ../cookie-notice.php:112
72
- msgid "1 month"
73
- msgstr "1 mois"
74
-
75
- #: ../cookie-notice.php:113
76
- msgid "3 months"
77
- msgstr "3 mois"
78
-
79
- #: ../cookie-notice.php:114
80
- msgid "6 months"
81
- msgstr "6 mois"
82
-
83
- #: ../cookie-notice.php:115
84
- msgid "1 year"
85
- msgstr "1 année"
86
-
87
- #: ../cookie-notice.php:116
88
- msgid "infinity"
89
- msgstr "illimitée"
90
-
91
- #: ../cookie-notice.php:121
92
- msgid "Fade"
93
- msgstr "Fondu"
94
-
95
- #: ../cookie-notice.php:122
96
- msgid "Slide"
97
- msgstr "Glissement"
98
-
99
- #: ../cookie-notice.php:154 ../cookie-notice.php:155 ../cookie-notice.php:167
100
- #: ../cookie-notice.php:180
101
- msgid "Cookie Notice"
102
- msgstr "Cookie Notice"
103
-
104
- #: ../cookie-notice.php:182
105
- msgid "Need support?"
106
- msgstr "Besoin d'aide ?"
107
-
108
- #: ../cookie-notice.php:183
109
- msgid ""
110
- "If you are having problems with this plugin, please talk about them in the"
111
- msgstr ""
112
- "Si vous rencontrez des problèmes avec ce plugin, veuillez en parler dans le"
113
-
114
- #: ../cookie-notice.php:183
115
- msgid "Support forum"
116
- msgstr "Forum pour le support"
117
-
118
- #: ../cookie-notice.php:185
119
- msgid "Do you like this plugin?"
120
- msgstr "Vous aimez ce plugin ?"
121
-
122
- #: ../cookie-notice.php:186
123
- msgid "Rate it 5"
124
- msgstr "Noter sur 5"
125
-
126
- #: ../cookie-notice.php:186
127
- msgid "on WordPress.org"
128
- msgstr "sur WordPress.org"
129
-
130
- #: ../cookie-notice.php:187
131
- msgid "Blog about it & link to the"
132
- msgstr "Blog et lien vers la"
133
-
134
- #: ../cookie-notice.php:187
135
- msgid "plugin page"
136
- msgstr "page du plugin"
137
-
138
- #: ../cookie-notice.php:188
139
- msgid "Check out our other"
140
- msgstr "Découvrir nos autres"
141
-
142
- #: ../cookie-notice.php:188
143
- msgid "WordPress plugins"
144
- msgstr "plugins WordPress"
145
-
146
- #: ../cookie-notice.php:204
147
- msgid "Configuration"
148
- msgstr "Configuration"
149
-
150
- #: ../cookie-notice.php:205
151
- msgid "Message"
152
- msgstr "Message"
153
-
154
- #: ../cookie-notice.php:206 ../cookie-notice.php:256
155
- msgid "Button text"
156
- msgstr "Texte du bouton"
157
-
158
- #: ../cookie-notice.php:207
159
- msgid "More info"
160
- msgstr "En savoir plus"
161
-
162
- #: ../cookie-notice.php:208
163
- msgid "Cookie expiry"
164
- msgstr "Expiration des cookies"
165
-
166
- #: ../cookie-notice.php:211
167
- msgid "Design"
168
- msgstr "Design"
169
-
170
- #: ../cookie-notice.php:212
171
- msgid "Position"
172
- msgstr "Position"
173
-
174
- #: ../cookie-notice.php:213
175
- msgid "Hide animation"
176
- msgstr "Cacher l'animation"
177
-
178
- #: ../cookie-notice.php:214
179
- msgid "Button style"
180
- msgstr "Style du bouton"
181
-
182
- #: ../cookie-notice.php:215
183
- msgid "Colors"
184
- msgstr "Couleurs"
185
-
186
- #: ../cookie-notice.php:224
187
- msgid "Enter the cookie notice message."
188
- msgstr "Saisir le message d'avis relatif aux cookies."
189
-
190
- #: ../cookie-notice.php:234
191
- msgid "The text to show on the button when cookies have not been accepted"
192
- msgstr "Texte à afficher sur le bouton si les cookies n'ont pas été acceptés."
193
-
194
- #: ../cookie-notice.php:252
195
- msgid "Enable or Disable Read more button."
196
- msgstr "Activer ou désactiver le bouton En savoir plus."
197
-
198
- #: ../cookie-notice.php:268
199
- msgid "Select where to redirect user for more information about cookies."
200
- msgstr ""
201
- "Sélectionner l'endroit où rediriger l'utilisateur pour plus d'informations "
202
- "sur les cookies."
203
-
204
- #: ../cookie-notice.php:271
205
- msgid "-- select page --"
206
- msgstr "-- sélectionner page --"
207
-
208
- #: ../cookie-notice.php:281
209
- msgid "Select from one of your site's pages"
210
- msgstr "Sélectionner une page de votre site"
211
-
212
- #: ../cookie-notice.php:285
213
- msgid "Enter the full URL starting with http://"
214
- msgstr "Saisir l'URL complète en commençant par http://"
215
-
216
- #: ../cookie-notice.php:304
217
- msgid "The ammount of time that cookie should be stored for."
218
- msgstr "La durée de stockage des cookies."
219
-
220
- #: ../cookie-notice.php:322
221
- msgid "Select location for your cookie notice."
222
- msgstr "Sélectionner la position de votre avis relatif aux cookies."
223
-
224
- #: ../cookie-notice.php:340
225
- msgid "Cookie notice acceptance animation."
226
- msgstr "Animation de l'acceptation de l'avis relatif aux cookies."
227
-
228
- #: ../cookie-notice.php:358
229
- msgid "Choose buttons style."
230
- msgstr "Choisir le style des boutons."
231
-
232
- #: ../cookie-notice.php:473
233
- msgid "Support"
234
- msgstr "Support"
235
-
236
- #: ../cookie-notice.php:495
237
- msgid "Settings"
238
- msgstr "Paramètres"
239
-
240
- #: ../cookie-notice.php:524
241
- msgid ""
242
- "We use cookies to ensure that we give you the best experience on our "
243
- "website. If you continue to use this site we will assume that you are happy "
244
- "with it."
245
- msgstr ""
246
- "Nous utilisons des cookies pour vous garantir la meilleure expérience sur "
247
- "notre site. Si vous continuez à utiliser ce dernier, nous considérerons que "
248
- "vous acceptez l'utilisation des cookies."
249
-
250
- #: ../cookie-notice.php:525
251
- msgid "Ok"
252
- msgstr "Ok"
253
-
254
- #: ../cookie-notice.php:526
255
- msgid "Read more"
256
- msgstr "En savoir plus"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-he_IL.mo DELETED
Binary file
languages/cookie-notice-he_IL.po DELETED
@@ -1,430 +0,0 @@
1
- # This file was generated by WPML
2
- # WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
3
- # http://wpml.org
4
- msgid ""
5
- msgstr ""
6
- "Content-Type: text/plain; charset=UTF-8\n"
7
- "Content-Transfer-Encoding: 8bit\n"
8
- "Project-Id-Version: cookie-notice\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: \n"
11
- "Last-Translator: Ahrale <contact@atar4u.com>\n"
12
- "Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
13
- "MIME-Version: 1.0\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "Language: he\n"
16
- "X-Generator: Poedit 1.7.4\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
-
19
- # if($file == $plugin)
20
- # array_unshift($links, sprintf('<a href="%s">%s</a>', admin_url('options-general.php?page=cookie-notice'), __('Settings', 'cookie-notice')));
21
- #
22
- # wpml-name: f4f70727dc34561dfde1a3c529b6205c
23
- msgid "Settings"
24
- msgstr "הגדרות"
25
-
26
- # if($file == $plugin)
27
- # return array_merge($links, array(sprintf('<a href="http://www.dfactory.eu/support/forum/cookie-notice/" target="_blank">%s</a>', __('Support', 'cookie-notice'))));
28
- #
29
- # wpml-name: db5eb84117d06047c97c9a0191b5fffe
30
- msgid "Support"
31
- msgstr "תמיכה"
32
-
33
- # echo '
34
- # <p class="description">'.__('Choose buttons style.', 'cookie-notice').'</p>
35
- # </div>';
36
- # wpml-name: a32f7a482e4074bb21413146885ea0f2
37
- msgid "Choose buttons style."
38
- msgstr "בחר עיצוב כפתור."
39
-
40
- # echo '
41
- # <p class="description">'.__('Cookie notice acceptance animation.', 'cookie-notice').'</p>
42
- # </div>';
43
- # wpml-name: f822889f53b8559b35b0e26cadd19a4b
44
- msgid "Cookie notice acceptance animation."
45
- msgstr "אנימציית קבלת התראת עוגיה."
46
-
47
- # echo '
48
- # <p class="description">'.__('Select location for your cookie notice.', 'cookie-notice').'</p>
49
- # </div>';
50
- # wpml-name: c1aead6157d00d9c6fbbe999d3645665
51
- msgid "Select location for your cookie notice."
52
- msgstr "בחר מיקום להתראת העוגייה שלך."
53
-
54
- # </select>
55
- # <p class="description">'.__('The ammount of time that cookie should be stored for.', 'cookie-notice').'</p>
56
- # </div>';
57
- # wpml-name: 8998a35382d3840ca3c255819b952390
58
- msgid "The ammount of time that cookie should be stored for."
59
- msgstr "משך הזמן לשמירת עוגיה."
60
-
61
- # <input type="text" name="cookie_notice_options[see_more_opt][link]" value="'.esc_attr($this->options['general']['see_more_opt']['link']).'" />
62
- # <p class="description">'.__('Enter the full URL starting with http://', 'cookie-notice').'</p>
63
- # </div>
64
- # wpml-name: bb09c0912ea4f5a2005d963f55672a22
65
- msgid "Enter the full URL starting with http://"
66
- msgstr "הזן כתובת URL מלאה המתחילה ב http://"
67
-
68
- # </select>
69
- # <p class="description">'.__('Select from one of your site\'s pages', 'cookie-notice').'</p>
70
- # </div>
71
- # wpml-name: 1418705fdb698acf5b6de093a2b5d37b
72
- msgid "Select from one of your site's pages"
73
- msgstr "בחר באחד מעמודי האתר שלך"
74
-
75
- # <select name="cookie_notice_options[see_more_opt][id]">
76
- # <option value="empty" '.selected('empty', $this->options['general']['see_more_opt']['id'], false).'>'.__('-- select page --', 'cookie-notice').'</option>';
77
- #
78
- # wpml-name: 8f12e68ccd5e123113de1d811404de40
79
- msgid "-- select page --"
80
- msgstr "-- בחירת עמוד --"
81
-
82
- # </div>
83
- # <p class="description">'.__('Select where to redirect user for more information about cookies.', 'cookie-notice').'</p>
84
- # <div id="cn_see_more_opt_page"'.($this->options['general']['see_more_opt']['link_type'] === 'custom' ? ' style="display: none;"' : '').'>
85
- # wpml-name: 3a469233c5b9e5863ca91b5fbade44a6
86
- msgid "Select where to redirect user for more information about cookies."
87
- msgstr "בחר לאן להפנות משתמש למידע נוסף על עוגיות."
88
-
89
- # echo '
90
- # <p class="description">'.__('Enable or Disable Read more button.', 'cookie-notice').'</p>
91
- # </div>
92
- # wpml-name: 332ec4e5f48d4dc622ee2eb5bce3ce83
93
- msgid "Enable or Disable Read more button."
94
- msgstr "הפעל או בטל את כפתור קרא עוד."
95
-
96
- # <input type="text" name="cookie_notice_options[accept_text]" value="'.esc_attr($this->options['general']['accept_text']).'" />
97
- # <p class="description">'.__('The text of the option to accept the usage of the cookies and make the notification disappear.', 'cookie-notice').'</p>
98
- # </div>';
99
- # wpml-name: 4764d4fd18e5a37e7e9c0551ad379b39
100
- msgid "The text to show on the button when cookies have not been accepted"
101
- msgstr "הטקסט להצגה בכפתור, כאשר עוגיות לא התקבלו"
102
-
103
- # <textarea name="cookie_notice_options[message_text]" class="large-text" cols="50" rows="5">'.esc_textarea($this->options['general']['message_text']).'</textarea>
104
- # <p class="description">'.__('Enter the cookie notice message.', 'cookie-notice').'</p>
105
- # </div>';
106
- # wpml-name: 78344a487be9f85723b17a88839cc0ec
107
- msgid "Enter the cookie notice message."
108
- msgstr "הזן את הודעת העוגיה."
109
-
110
- # <br/>
111
- # <span class="description">'.__('Enable if you want all plugin data to be deleted on deactivation.', 'cookie-notice').'</span>
112
- # </fieldset>
113
- # wpml-name: a33ecbbfde900d5617632d049af15d02
114
- msgid "Enable if you want all plugin data to be deleted on deactivation."
115
- msgstr "הפעל אם אתה רוצה שכל נתוני התוסף יימחקו עם כיבויו."
116
-
117
- # add_settings_field('cn_css_style', __('Button style', 'cookie-notice'), array($this, 'cn_css_style'), 'cookie_notice_options', 'cookie_notice_design');
118
- # add_settings_field('cn_colors', __('Colors', 'cookie-notice'), array($this, 'cn_colors'), 'cookie_notice_options', 'cookie_notice_design');
119
- # }
120
- # wpml-name: 5d50889672f6f860d14f502de3de1957
121
- msgid "Colors"
122
- msgstr "צבעים"
123
-
124
- # add_settings_field('cn_hide_effect', __('Animation', 'cookie-notice'), array($this, 'cn_hide_effect'), 'cookie_notice_options', 'cookie_notice_design');
125
- # add_settings_field('cn_css_style', __('Button style', 'cookie-notice'), array($this, 'cn_css_style'), 'cookie_notice_options', 'cookie_notice_design');
126
- # add_settings_field('cn_colors', __('Colors', 'cookie-notice'), array($this, 'cn_colors'), 'cookie_notice_options', 'cookie_notice_design');
127
- # wpml-name: 019a87095e0f8fb23958f05ec8ee3ec2
128
- msgid "Button style"
129
- msgstr "עיצוב כפתור"
130
-
131
- # add_settings_field('cn_position', __('Position', 'cookie-notice'), array($this, 'cn_position'), 'cookie_notice_options', 'cookie_notice_design');
132
- # add_settings_field('cn_hide_effect', __('Animation', 'cookie-notice'), array($this, 'cn_hide_effect'), 'cookie_notice_options', 'cookie_notice_design');
133
- # add_settings_field('cn_css_style', __('Button style', 'cookie-notice'), array($this, 'cn_css_style'), 'cookie_notice_options', 'cookie_notice_design');
134
- # wpml-name: d6b6b668dbca9d4fe774bb654226ebe3
135
- msgid "Animation"
136
- msgstr "אנימציה"
137
-
138
- # add_settings_section('cookie_notice_design', __('Design', 'cookie-notice'), '', 'cookie_notice_options');
139
- # add_settings_field('cn_position', __('Position', 'cookie-notice'), array($this, 'cn_position'), 'cookie_notice_options', 'cookie_notice_design');
140
- # add_settings_field('cn_hide_effect', __('Animation', 'cookie-notice'), array($this, 'cn_hide_effect'), 'cookie_notice_options', 'cookie_notice_design');
141
- # wpml-name: 52f5e0bc3859bc5f5e25130b6c7e8881
142
- msgid "Position"
143
- msgstr "מיקום"
144
-
145
- # // design
146
- # add_settings_section('cookie_notice_design', __('Design', 'cookie-notice'), '', 'cookie_notice_options');
147
- # add_settings_field('cn_position', __('Position', 'cookie-notice'), array($this, 'cn_position'), 'cookie_notice_options', 'cookie_notice_design');
148
- # wpml-name: 1afa74da05ca145d3418aad9af510109
149
- msgid "Design"
150
- msgstr "עיצוב"
151
-
152
- # add_settings_field('cn_time', __('Cookie expiry', 'cookie-notice'), array($this, 'cn_time'), 'cookie_notice_options', 'cookie_notice_configuration');
153
- # add_settings_field('cn_deactivation_delete', __('Deactivation', 'cookie-notice'), array($this, 'cn_deactivation_delete'), 'cookie_notice_options', 'cookie_notice_configuration');
154
- #
155
- # wpml-name: 142b518220d1a501f6ebc72daf0c218d
156
- msgid "Deactivation"
157
- msgstr "כיבוי"
158
-
159
- # add_settings_field('cn_see_more', __('More info', 'cookie-notice'), array($this, 'cn_see_more'), 'cookie_notice_options', 'cookie_notice_configuration');
160
- # add_settings_field('cn_time', __('Cookie expiry', 'cookie-notice'), array($this, 'cn_time'), 'cookie_notice_options', 'cookie_notice_configuration');
161
- # add_settings_field('cn_deactivation_delete', __('Deactivation', 'cookie-notice'), array($this, 'cn_deactivation_delete'), 'cookie_notice_options', 'cookie_notice_configuration');
162
- # wpml-name: 837cf41bb15928f22007fe88693b8b3f
163
- msgid "Cookie expiry"
164
- msgstr "תפוגת עוגיה"
165
-
166
- # add_settings_field('cn_accept_text', __('Button text', 'cookie-notice'), array($this, 'cn_accept_text'), 'cookie_notice_options', 'cookie_notice_configuration');
167
- # add_settings_field('cn_see_more', __('More info', 'cookie-notice'), array($this, 'cn_see_more'), 'cookie_notice_options', 'cookie_notice_configuration');
168
- # add_settings_field('cn_time', __('Cookie expiry', 'cookie-notice'), array($this, 'cn_time'), 'cookie_notice_options', 'cookie_notice_configuration');
169
- # wpml-name: 71948aa4f6e12cdaa5e2e63a5eb8f142
170
- msgid "More info"
171
- msgstr "מידע נוסף"
172
-
173
- # <input type="text" name="cookie_notice_options[see_more_opt][text]" value="'.esc_attr($this->options['general']['see_more_opt']['text']).'" />
174
- # <p class="description">'.__('Button text', 'cookie-notice').'</p>
175
- # <div id="cn_see_more_opt_custom_link">';
176
- # wpml-name: 111082bb18b636c4493e0370dce09f00
177
- msgid "Button text"
178
- msgstr "טקסט כפתור"
179
-
180
- # add_settings_section('cookie_notice_configuration', __('Configuration', 'cookie-notice'), '', 'cookie_notice_options');
181
- # add_settings_field('cn_message_text', __('Message', 'cookie-notice'), array($this, 'cn_message_text'), 'cookie_notice_options', 'cookie_notice_configuration');
182
- # add_settings_field('cn_accept_text', __('Button text', 'cookie-notice'), array($this, 'cn_accept_text'), 'cookie_notice_options', 'cookie_notice_configuration');
183
- # wpml-name: 4c2a8fe7eaf24721cc7a9f0175115bd4
184
- msgid "Message"
185
- msgstr "הודעה"
186
-
187
- # // configuration
188
- # add_settings_section('cookie_notice_configuration', __('Configuration', 'cookie-notice'), '', 'cookie_notice_options');
189
- # add_settings_field('cn_message_text', __('Message', 'cookie-notice'), array($this, 'cn_message_text'), 'cookie_notice_options', 'cookie_notice_configuration');
190
- # wpml-name: 254f642527b45bc260048e30704edb39
191
- msgid "Configuration"
192
- msgstr "הגדרה"
193
-
194
- # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
195
- # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
196
- # </p>
197
- # wpml-name: b5f7ccb06aac73d562f608432419984f
198
- msgid "WordPress plugins"
199
- msgstr "תוספי וורדפרס"
200
-
201
- # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
202
- # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
203
- # </p>
204
- # wpml-name: d441f42d18b3436b5dced81f65942cb3
205
- msgid "Check out our other"
206
- msgstr "בדוק עוד"
207
-
208
- # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
209
- # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
210
- # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
211
- # wpml-name: aea33adedbe687186a07d5eeb8f7532d
212
- msgid "plugin page"
213
- msgstr "עמוד התוסף"
214
-
215
- # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
216
- # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
217
- # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
218
- # wpml-name: 12c59d2144988f54887561fd5d07bd15
219
- msgid "Blog about it & link to the"
220
- msgstr "פרסם את זה וקשר ל"
221
-
222
- # <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
223
- # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
224
- # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
225
- # wpml-name: a56dc830655cfe3ea6ec18bed27290b2
226
- msgid "on WordPress.org"
227
- msgstr "ב WordPress.org"
228
-
229
- # <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
230
- # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
231
- # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
232
- # wpml-name: b9933f69a39bb5385a7533195b9ddb1c
233
- msgid "Rate it 5"
234
- msgstr "תן דירוג 5"
235
-
236
- # <hr />
237
- # <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
238
- # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
239
- # wpml-name: acee3a6f37049e783fd1a4f32d91ecf2
240
- msgid "Do you like this plugin?"
241
- msgstr "אתה אוהב את התוסף הזה?"
242
-
243
- # <h4 class="inner">'.__('Need support?', 'cookie-notice').'</h4>
244
- # <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
245
- # <hr />
246
- # wpml-name: cc1f1c9c830fc864d17ca868906b9888
247
- msgid "Support forum"
248
- msgstr "פורום תמיכה"
249
-
250
- # <h4 class="inner">'.__('Need support?', 'cookie-notice').'</h4>
251
- # <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
252
- # <hr />
253
- # wpml-name: 59f672d449c7bf54a3bc0a52a15bb1ef
254
- msgid "If you are having problems with this plugin, please talk about them in the"
255
- msgstr "אם יש לך בעיות עם התוסף הזה, נא לדון בהם ב"
256
-
257
- # <div class="inside">
258
- # <h4 class="inner">'.__('Need support?', 'cookie-notice').'</h4>
259
- # <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
260
- # wpml-name: 1ce6a536b250322c39855d2bc9196576
261
- msgid "Need support?"
262
- msgstr "צריך תמיכה?"
263
-
264
- # <div class="df-credits">
265
- # <h3 class="hndle">'.__('Cookie Notice', 'cookie-notice').' '.$this->defaults['version'].'</h3>
266
- # <div class="inside">
267
- # wpml-name: a0dd9ead97a73e120c35cca002b4afbb
268
- msgid "Cookie Notice"
269
- msgstr "Cookie Notice"
270
-
271
- # $this->options['general']['accept_text'] = sanitize_text_field(__('Ok', 'cookie-notice'));
272
- # $this->options['general']['see_more_opt']['text'] = sanitize_text_field(__('Read more', 'cookie-notice'));
273
- #
274
- # wpml-name: 43340e6cc4e88197d57f8d6d5ea50a46
275
- msgid "Read more"
276
- msgstr "קרא עוד"
277
-
278
- # $this->options['general']['message_text'] = esc_textarea(__('We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.', 'cookie-notice'));
279
- # $this->options['general']['accept_text'] = sanitize_text_field(__('Ok', 'cookie-notice'));
280
- # $this->options['general']['see_more_opt']['text'] = sanitize_text_field(__('Read more', 'cookie-notice'));
281
- # wpml-name: a60852f204ed8028c1c58808b746d115
282
- msgid "Ok"
283
- msgstr "בסדר"
284
-
285
- #
286
- # $this->options['general']['message_text'] = esc_textarea(__('We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.', 'cookie-notice'));
287
- # $this->options['general']['accept_text'] = sanitize_text_field(__('Ok', 'cookie-notice'));
288
- # wpml-name: e304e6a8aefea2944579a65da78edf29
289
- msgid "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it."
290
- msgstr "אנו משתמשים בעוגיות כדי להבטיח שאנו נותנים לך את חוויית השימוש הטובה ביותר באתר. אם אתה ממשיך להשתמש באתר אנו נניח שאתה מסכים עם זה."
291
-
292
- # 'fade' => __('Fade', 'cookie-notice'),
293
- # 'slide' => __('Slide', 'cookie-notice')
294
- # );
295
- # wpml-name: 6160a53ece50ce6d4f5ef4452549835e
296
- msgid "Slide"
297
- msgstr "החלקה"
298
-
299
- # 'none' => __('None', 'cookie-notice'),
300
- # 'fade' => __('Fade', 'cookie-notice'),
301
- # 'slide' => __('Slide', 'cookie-notice')
302
- # wpml-name: 04e0385c10aefee8e4681617d2f3ef40
303
- msgid "Fade"
304
- msgstr "עמעם"
305
-
306
- # 'year' => array(__('1 year', 'cookie-notice'), 31536000),
307
- # 'infinity' => array(__('infinity', 'cookie-notice'), 31337313373)
308
- # );
309
- # wpml-name: f2fdee93271556e428dd9507b3da7235
310
- msgid "infinity"
311
- msgstr "אינסופי"
312
-
313
- # '6months' => array(__('6 months', 'cookie-notice'), 15811200),
314
- # 'year' => array(__('1 year', 'cookie-notice'), 31536000),
315
- # 'infinity' => array(__('infinity', 'cookie-notice'), 31337313373)
316
- # wpml-name: ca4c73c1f333c437a47c58afd0623530
317
- msgid "1 year"
318
- msgstr "שנה אחת"
319
-
320
- # '3months' => array(__('3 months', 'cookie-notice'), 7862400),
321
- # '6months' => array(__('6 months', 'cookie-notice'), 15811200),
322
- # 'year' => array(__('1 year', 'cookie-notice'), 31536000),
323
- # wpml-name: 9f7aa8ce719604f269027cacec634cf1
324
- msgid "6 months"
325
- msgstr "6 חודשים"
326
-
327
- # 'month' => array(__('1 month', 'cookie-notice'), 2592000),
328
- # '3months' => array(__('3 months', 'cookie-notice'), 7862400),
329
- # '6months' => array(__('6 months', 'cookie-notice'), 15811200),
330
- # wpml-name: de0353cab16c9faa68162dffe7b3ec08
331
- msgid "3 months"
332
- msgstr "3 חודשים"
333
-
334
- # 'week' => array(__('1 week', 'cookie-notice'), 604800),
335
- # 'month' => array(__('1 month', 'cookie-notice'), 2592000),
336
- # '3months' => array(__('3 months', 'cookie-notice'), 7862400),
337
- # wpml-name: 1634e66b522edaa910370cc5581a47f1
338
- msgid "1 month"
339
- msgstr "חודש אחד"
340
-
341
- # 'day' => array(__('1 day', 'cookie-notice'), 86400),
342
- # 'week' => array(__('1 week', 'cookie-notice'), 604800),
343
- # 'month' => array(__('1 month', 'cookie-notice'), 2592000),
344
- # wpml-name: 705fbbd6e1667845569c00fd7523d343
345
- msgid "1 week"
346
- msgstr "שבוע אחד"
347
-
348
- # $this->times = array(
349
- # 'day' => array(__('1 day', 'cookie-notice'), 86400),
350
- # 'week' => array(__('1 week', 'cookie-notice'), 604800),
351
- # wpml-name: e3b481d5297f475abc283227bedbd9b9
352
- msgid "1 day"
353
- msgstr "יום אחד"
354
-
355
- # 'text' => __('Text color', 'cookie-notice'),
356
- # 'bar' => __('Bar color', 'cookie-notice'),
357
- # );
358
- # wpml-name: 83c210bcd57be676cfce6aa9b85a9964
359
- msgid "Bar color"
360
- msgstr "צבע הסרגל"
361
-
362
- # $this->colors = array(
363
- # 'text' => __('Text color', 'cookie-notice'),
364
- # 'bar' => __('Bar color', 'cookie-notice'),
365
- # wpml-name: 5f111ae4c490902059da2004cbc8b424
366
- msgid "Text color"
367
- msgstr "צבע הטקסט"
368
-
369
- # 'custom' => __('Custom link', 'cookie-notice'),
370
- # 'page' => __('Page link', 'cookie-notice')
371
- # );
372
- # wpml-name: 42e67358c0d12fdf60b1b969730b6d81
373
- msgid "Page link"
374
- msgstr "קישור לעמוד"
375
-
376
- # $this->links = array(
377
- # 'custom' => __('Custom link', 'cookie-notice'),
378
- # 'page' => __('Page link', 'cookie-notice')
379
- # wpml-name: a7140e841df723ac623f174ba5aa088a
380
- msgid "Custom link"
381
- msgstr "התאמת קישור"
382
-
383
- # 'yes' => __('Enable', 'cookie-notice'),
384
- # 'no' => __('Disable', 'cookie-notice')
385
- # );
386
- # wpml-name: bcfaccebf745acfd5e75351095a5394a
387
- msgid "Disable"
388
- msgstr "כיבוי"
389
-
390
- # $this->choices = array(
391
- # 'yes' => __('Enable', 'cookie-notice'),
392
- # 'no' => __('Disable', 'cookie-notice')
393
- # wpml-name: 2faec1f9f8cc7f8f40d521c4dd574f49
394
- msgid "Enable"
395
- msgstr "הפעלה"
396
-
397
- # 'wp-default' => __('WordPress', 'cookie-notice'),
398
- # 'bootstrap' => __('Bootstrap', 'cookie-notice')
399
- # );
400
- # wpml-name: 6699fc2680f2601917ba69358414fa51
401
- msgid "Bootstrap"
402
- msgstr "Bootstrap"
403
-
404
- # 'none' => __('None', 'cookie-notice'),
405
- # 'wp-default' => __('WordPress', 'cookie-notice'),
406
- # 'bootstrap' => __('Bootstrap', 'cookie-notice')
407
- # wpml-name: fde31686817fe5029025586d51b35861
408
- msgid "WordPress"
409
- msgstr "וורדפרס"
410
-
411
- # $this->effects = array(
412
- # 'none' => __('None', 'cookie-notice'),
413
- # 'fade' => __('Fade', 'cookie-notice'),
414
- # wpml-name: 6adf97f83acf6453d4a6a4b1070f3754
415
- msgid "None"
416
- msgstr "ללא"
417
-
418
- # 'top' => __('Top', 'cookie-notice'),
419
- # 'bottom' => __('Bottom', 'cookie-notice')
420
- # );
421
- # wpml-name: 2ad9d63b69c4a10a5cc9cad923133bc4
422
- msgid "Bottom"
423
- msgstr "למטה"
424
-
425
- # $this->positions = array(
426
- # 'top' => __('Top', 'cookie-notice'),
427
- # 'bottom' => __('Bottom', 'cookie-notice')
428
- # wpml-name: a4ffdcf0dc1f31b9acaf295d75b51d00
429
- msgid "Top"
430
- msgstr "למעלה"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-hr.mo DELETED
Binary file
languages/cookie-notice-hr.po DELETED
@@ -1,265 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2014-07-25 09:45+0100\n"
5
- "PO-Revision-Date: 2014-11-13 13:44+0100\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: hr_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.6.10\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../cookie-notice.php:101
19
- msgid "Top"
20
- msgstr "Vrh stranice"
21
-
22
- #: ../cookie-notice.php:102
23
- msgid "Bottom"
24
- msgstr "Dno stranice"
25
-
26
- #: ../cookie-notice.php:106 ../cookie-notice.php:137
27
- msgid "None"
28
- msgstr "Bez"
29
-
30
- #: ../cookie-notice.php:107
31
- msgid "WordPress"
32
- msgstr "WordPress"
33
-
34
- #: ../cookie-notice.php:108
35
- msgid "Bootstrap"
36
- msgstr "Bootstrap"
37
-
38
- #: ../cookie-notice.php:112
39
- msgid "Enable"
40
- msgstr "Omogući"
41
-
42
- #: ../cookie-notice.php:113
43
- msgid "Disable"
44
- msgstr "Onemogući"
45
-
46
- #: ../cookie-notice.php:117
47
- msgid "Custom link"
48
- msgstr "Prilagođena poveznica"
49
-
50
- #: ../cookie-notice.php:118
51
- msgid "Page link"
52
- msgstr "Poveznica ka WordPress stranici"
53
-
54
- #: ../cookie-notice.php:122
55
- msgid "Text color"
56
- msgstr "Boja teksta"
57
-
58
- #: ../cookie-notice.php:123
59
- msgid "Bar color"
60
- msgstr "Boja trake"
61
-
62
- #: ../cookie-notice.php:127
63
- msgid "1 day"
64
- msgstr "1 dan"
65
-
66
- #: ../cookie-notice.php:128
67
- msgid "1 week"
68
- msgstr "1 tjedan"
69
-
70
- #: ../cookie-notice.php:129
71
- msgid "1 month"
72
- msgstr "1 mjesec"
73
-
74
- #: ../cookie-notice.php:130
75
- msgid "3 months"
76
- msgstr "3 mjeseca"
77
-
78
- #: ../cookie-notice.php:131
79
- msgid "6 months"
80
- msgstr "6 mjeseci"
81
-
82
- #: ../cookie-notice.php:132
83
- msgid "1 year"
84
- msgstr "1 godina"
85
-
86
- #: ../cookie-notice.php:133
87
- msgid "infinity"
88
- msgstr "beskonačno"
89
-
90
- #: ../cookie-notice.php:138
91
- msgid "Fade"
92
- msgstr "Izbljeđivanje"
93
-
94
- #: ../cookie-notice.php:139
95
- msgid "Slide"
96
- msgstr "Klizanje"
97
-
98
- #: ../cookie-notice.php:159
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
- "Koristimo kolačiće u svrhu pružanja boljeg korisničkog iskustva na stranici. "
105
- "Ukoliko nastavite s pregledavanjem ove stranice pretpostavit ćemo da se "
106
- "slažete s tim."
107
-
108
- #: ../cookie-notice.php:160
109
- msgid "Ok"
110
- msgstr "Slažem se"
111
-
112
- #: ../cookie-notice.php:161
113
- msgid "Read more"
114
- msgstr "Više informacija"
115
-
116
- #: ../cookie-notice.php:188 ../cookie-notice.php:189 ../cookie-notice.php:201
117
- #: ../cookie-notice.php:204
118
- msgid "Cookie Notice"
119
- msgstr "Cookie Notice (Obavijest o kolačićima)"
120
-
121
- #: ../cookie-notice.php:206
122
- msgid "Need support?"
123
- msgstr "Trebate podršku?"
124
-
125
- #: ../cookie-notice.php:207
126
- msgid ""
127
- "If you are having problems with this plugin, please talk about them in the"
128
- msgstr "Ukoliko imate problema s ovim dodatkom, molimo pišite o tome na"
129
-
130
- #: ../cookie-notice.php:207
131
- msgid "Support forum"
132
- msgstr "forumu podrške"
133
-
134
- #: ../cookie-notice.php:209
135
- msgid "Do you like this plugin?"
136
- msgstr "Sviđa Vam se ovaj dodatak?"
137
-
138
- #: ../cookie-notice.php:210
139
- msgid "Rate it 5"
140
- msgstr "Ocjenite ga s 5"
141
-
142
- #: ../cookie-notice.php:210
143
- msgid "on WordPress.org"
144
- msgstr "na WordPress.org"
145
-
146
- #: ../cookie-notice.php:211
147
- msgid "Blog about it & link to the"
148
- msgstr "Pišite na svom blogu i dodajte poveznicu ka"
149
-
150
- #: ../cookie-notice.php:211
151
- msgid "plugin page"
152
- msgstr "web stranici dodatka"
153
-
154
- #: ../cookie-notice.php:212
155
- msgid "Check out our other"
156
- msgstr "Provjerite naše ostale"
157
-
158
- #: ../cookie-notice.php:212
159
- msgid "WordPress plugins"
160
- msgstr "WordPress dodatke"
161
-
162
- #: ../cookie-notice.php:238
163
- msgid "Configuration"
164
- msgstr "Postavke"
165
-
166
- #: ../cookie-notice.php:239
167
- msgid "Message"
168
- msgstr "Poruka"
169
-
170
- #: ../cookie-notice.php:240 ../cookie-notice.php:316
171
- msgid "Button text"
172
- msgstr "Tekst gumba"
173
-
174
- #: ../cookie-notice.php:241
175
- msgid "More info"
176
- msgstr "Više informacija"
177
-
178
- #: ../cookie-notice.php:242
179
- msgid "Cookie expiry"
180
- msgstr "Istek kolačića"
181
-
182
- #: ../cookie-notice.php:243
183
- msgid "Deactivation"
184
- msgstr "Deaktivacija"
185
-
186
- #: ../cookie-notice.php:246
187
- msgid "Design"
188
- msgstr "Dizajn"
189
-
190
- #: ../cookie-notice.php:247
191
- msgid "Position"
192
- msgstr "Položaj"
193
-
194
- #: ../cookie-notice.php:248
195
- msgid "Animation"
196
- msgstr "Animacija"
197
-
198
- #: ../cookie-notice.php:249
199
- msgid "Button style"
200
- msgstr "Stil gumba"
201
-
202
- #: ../cookie-notice.php:250
203
- msgid "Colors"
204
- msgstr "Boje"
205
-
206
- #: ../cookie-notice.php:271
207
- msgid "Enable if you want all plugin data to be deleted on deactivation."
208
- msgstr ""
209
- "Omogućite ukoliko želite izbrisati sve podatke dodatka prilikom deaktivacije."
210
-
211
- #: ../cookie-notice.php:282
212
- msgid "Enter the cookie notice message."
213
- msgstr "Unesite poruku obavijesti o kolačićima."
214
-
215
- #: ../cookie-notice.php:292
216
- msgid "The text to show on the button when cookies have not been accepted"
217
- msgstr ""
218
- "Tekst koji će biti prikazan na gumbu prije nego što se poruka o kolačićima "
219
- "potvrdi"
220
-
221
- #: ../cookie-notice.php:312
222
- msgid "Enable or Disable Read more button."
223
- msgstr "Omogućite ili onemogućite gumb za prikaz više informacija."
224
-
225
- #: ../cookie-notice.php:330
226
- msgid "Select where to redirect user for more information about cookies."
227
- msgstr ""
228
- "Odaberite gdje želite preusmjeriti korisnika prilikom odabira dodatnog "
229
- "prikaza informacija o kolačićima."
230
-
231
- #: ../cookie-notice.php:333
232
- msgid "-- select page --"
233
- msgstr "-- odaberite stranicu --"
234
-
235
- #: ../cookie-notice.php:343
236
- msgid "Select from one of your site's pages"
237
- msgstr "Odaberite jednu od Vaših WordPress stranica"
238
-
239
- #: ../cookie-notice.php:347
240
- msgid "Enter the full URL starting with http://"
241
- msgstr "Unesite puni naziv poveznice počevši s http://"
242
-
243
- #: ../cookie-notice.php:368
244
- msgid "The ammount of time that cookie should be stored for."
245
- msgstr "Vremenski period pohranjivanja kolačića."
246
-
247
- #: ../cookie-notice.php:388
248
- msgid "Select location for your cookie notice."
249
- msgstr "Odabeite položaj prikaza obavijesti o kolačićima."
250
-
251
- #: ../cookie-notice.php:408
252
- msgid "Cookie notice acceptance animation."
253
- msgstr "Animacija nakon potvrde obavijesti o kolačićima."
254
-
255
- #: ../cookie-notice.php:428
256
- msgid "Choose buttons style."
257
- msgstr "Odaberite stil gumba."
258
-
259
- #: ../cookie-notice.php:555
260
- msgid "Support"
261
- msgstr "Podrška"
262
-
263
- #: ../cookie-notice.php:586
264
- msgid "Settings"
265
- msgstr "Postavke"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-hu_HU.mo DELETED
Binary file
languages/cookie-notice-hu_HU.po DELETED
@@ -1,354 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice v1.2.13\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-11-17 11:22:00+0000\n"
7
- "Last-Translator: surbma <peter@surbma.hu>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=1; plural=0;\n"
13
- "X-Generator: CSL v1.x\n"
14
- "X-Poedit-Language: Hungarian\n"
15
- "X-Poedit-Country: HUNGARY\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #. translators: plugin header field 'Name'
24
- #: cookie-notice.php:0
25
- #: cookie-notice.php:188
26
- #: cookie-notice.php:189
27
- #: cookie-notice.php:201
28
- #: cookie-notice.php:204
29
- #@ cookie-notice
30
- msgid "Cookie Notice"
31
- msgstr "Süti értesítő"
32
-
33
- #. translators: plugin header field 'PluginURI'
34
- #: cookie-notice.php:0
35
- #@ cookie-notice
36
- msgid "http://www.dfactory.eu/plugins/cookie-notice/"
37
- msgstr "http://www.dfactory.eu/plugins/cookie-notice/"
38
-
39
- #. translators: plugin header field 'Description'
40
- #: cookie-notice.php:0
41
- #@ cookie-notice
42
- msgid "Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations."
43
- msgstr "A Süti értesítővel egyszerűen megjeleníthetők az oldalon a süti használattal kapcsolatos jogi követelmények."
44
-
45
- #. translators: plugin header field 'Author'
46
- #: cookie-notice.php:0
47
- #@ cookie-notice
48
- msgid "dFactory"
49
- msgstr "dFactory"
50
-
51
- #. translators: plugin header field 'AuthorURI'
52
- #: cookie-notice.php:0
53
- #@ cookie-notice
54
- msgid "http://www.dfactory.eu/"
55
- msgstr "http://www.dfactory.eu/"
56
-
57
- #. translators: plugin header field 'Version'
58
- #: cookie-notice.php:0
59
- #@ cookie-notice
60
- msgid "1.2.13"
61
- msgstr ""
62
-
63
- #: cookie-notice.php:101
64
- #@ cookie-notice
65
- msgid "Top"
66
- msgstr "Felül"
67
-
68
- #: cookie-notice.php:102
69
- #@ cookie-notice
70
- msgid "Bottom"
71
- msgstr "Alul"
72
-
73
- #: cookie-notice.php:106
74
- #: cookie-notice.php:137
75
- #@ cookie-notice
76
- msgid "None"
77
- msgstr "Nincs"
78
-
79
- #: cookie-notice.php:107
80
- #@ cookie-notice
81
- msgid "WordPress"
82
- msgstr "WordPress"
83
-
84
- #: cookie-notice.php:108
85
- #@ cookie-notice
86
- msgid "Bootstrap"
87
- msgstr "Bootstrap"
88
-
89
- #: cookie-notice.php:112
90
- #@ cookie-notice
91
- msgid "Enable"
92
- msgstr "Bekapcsolva"
93
-
94
- #: cookie-notice.php:113
95
- #@ cookie-notice
96
- msgid "Disable"
97
- msgstr "Kikapcsolva"
98
-
99
- #: cookie-notice.php:117
100
- #@ cookie-notice
101
- msgid "Custom link"
102
- msgstr "Egyedi link"
103
-
104
- #: cookie-notice.php:118
105
- #@ cookie-notice
106
- msgid "Page link"
107
- msgstr "Meglévő oldal"
108
-
109
- #: cookie-notice.php:122
110
- #@ cookie-notice
111
- msgid "Text color"
112
- msgstr "Szöveg színe"
113
-
114
- #: cookie-notice.php:123
115
- #@ cookie-notice
116
- msgid "Bar color"
117
- msgstr "Doboz színe"
118
-
119
- #: cookie-notice.php:127
120
- #@ cookie-notice
121
- msgid "1 day"
122
- msgstr "1 nap"
123
-
124
- #: cookie-notice.php:128
125
- #@ cookie-notice
126
- msgid "1 week"
127
- msgstr "1 hét"
128
-
129
- #: cookie-notice.php:129
130
- #@ cookie-notice
131
- msgid "1 month"
132
- msgstr "1 hónap"
133
-
134
- #: cookie-notice.php:130
135
- #@ cookie-notice
136
- msgid "3 months"
137
- msgstr "3 hónap"
138
-
139
- #: cookie-notice.php:131
140
- #@ cookie-notice
141
- msgid "6 months"
142
- msgstr "6 hónap"
143
-
144
- #: cookie-notice.php:132
145
- #@ cookie-notice
146
- msgid "1 year"
147
- msgstr "1 év"
148
-
149
- #: cookie-notice.php:133
150
- #@ cookie-notice
151
- msgid "infinity"
152
- msgstr "korlátlan"
153
-
154
- #: cookie-notice.php:138
155
- #@ cookie-notice
156
- msgid "Fade"
157
- msgstr "Előtűnés"
158
-
159
- #: cookie-notice.php:139
160
- #@ cookie-notice
161
- msgid "Slide"
162
- msgstr "Becsúszás"
163
-
164
- #: cookie-notice.php:159
165
- #@ cookie-notice
166
- msgid "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it."
167
- msgstr "A weboldalon cookie-kat használunk, amik segítenek minket a lehető legjobb szolgáltatások nyújtásában. Weboldalunk további használatával jóváhagyja, hogy cookie-kat használjunk."
168
-
169
- #: cookie-notice.php:160
170
- #@ cookie-notice
171
- msgid "Ok"
172
- msgstr "Ok"
173
-
174
- #: cookie-notice.php:161
175
- #@ cookie-notice
176
- msgid "Read more"
177
- msgstr "További információk"
178
-
179
- #: cookie-notice.php:206
180
- #@ cookie-notice
181
- msgid "Need support?"
182
- msgstr "Támogatásra van szükséged?"
183
-
184
- #: cookie-notice.php:207
185
- #@ cookie-notice
186
- msgid "If you are having problems with this plugin, please talk about them in the"
187
- msgstr "Amennyiben valamilyen probléma van ezzel a bővítménnyel, kérlek jelezd itt:"
188
-
189
- #: cookie-notice.php:207
190
- #@ cookie-notice
191
- msgid "Support forum"
192
- msgstr "Támogatói fórum"
193
-
194
- #: cookie-notice.php:209
195
- #@ cookie-notice
196
- msgid "Do you like this plugin?"
197
- msgstr "Tetszik ez a bővítmény?"
198
-
199
- #: cookie-notice.php:210
200
- #@ cookie-notice
201
- msgid "Rate it 5"
202
- msgstr "Értékeld 5-ösre"
203
-
204
- #: cookie-notice.php:210
205
- #@ cookie-notice
206
- msgid "on WordPress.org"
207
- msgstr "a WordPress.org oldalon"
208
-
209
- #: cookie-notice.php:211
210
- #@ cookie-notice
211
- msgid "Blog about it & link to the"
212
- msgstr "Írj róla és linkelj a"
213
-
214
- #: cookie-notice.php:211
215
- #@ cookie-notice
216
- msgid "plugin page"
217
- msgstr "bővítmény oldalára"
218
-
219
- #: cookie-notice.php:212
220
- #@ cookie-notice
221
- msgid "Check out our other"
222
- msgstr "Nézd meg a többi"
223
-
224
- #: cookie-notice.php:212
225
- #@ cookie-notice
226
- msgid "WordPress plugins"
227
- msgstr "WordPress bővítményeinket"
228
-
229
- #: cookie-notice.php:244
230
- #@ cookie-notice
231
- msgid "Configuration"
232
- msgstr "Beállítások"
233
-
234
- #: cookie-notice.php:245
235
- #@ cookie-notice
236
- msgid "Message"
237
- msgstr "Üzenet"
238
-
239
- #: cookie-notice.php:246
240
- #: cookie-notice.php:322
241
- #@ cookie-notice
242
- msgid "Button text"
243
- msgstr "Gomb szövege"
244
-
245
- #: cookie-notice.php:247
246
- #@ cookie-notice
247
- msgid "More info"
248
- msgstr "További információk"
249
-
250
- #: cookie-notice.php:248
251
- #@ cookie-notice
252
- msgid "Cookie expiry"
253
- msgstr "Süti lejárata"
254
-
255
- #: cookie-notice.php:249
256
- #@ cookie-notice
257
- msgid "Deactivation"
258
- msgstr "Kikapcsolás"
259
-
260
- #: cookie-notice.php:252
261
- #@ cookie-notice
262
- msgid "Design"
263
- msgstr "Megjelenés"
264
-
265
- #: cookie-notice.php:253
266
- #@ cookie-notice
267
- msgid "Position"
268
- msgstr "Pozíció"
269
-
270
- #: cookie-notice.php:254
271
- #@ cookie-notice
272
- msgid "Animation"
273
- msgstr "Animáció"
274
-
275
- #: cookie-notice.php:255
276
- #@ cookie-notice
277
- msgid "Button style"
278
- msgstr "Gomb stílus"
279
-
280
- #: cookie-notice.php:256
281
- #@ cookie-notice
282
- msgid "Colors"
283
- msgstr "Színek"
284
-
285
- #: cookie-notice.php:277
286
- #@ cookie-notice
287
- msgid "Enable if you want all plugin data to be deleted on deactivation."
288
- msgstr "Kapcsold be, ha szeretnéd, hogy minden adat törölve legyen a bővítmény kikapcsolásakor."
289
-
290
- #: cookie-notice.php:288
291
- #@ cookie-notice
292
- msgid "Enter the cookie notice message."
293
- msgstr "Írd be a süti értesítő szövegét."
294
-
295
- #: cookie-notice.php:298
296
- #@ cookie-notice
297
- msgid "The text to show on the button when cookies have not been accepted"
298
- msgstr "A gomb szövege, amíg a sütik még nem lettek elfogadva."
299
-
300
- #: cookie-notice.php:318
301
- #@ cookie-notice
302
- msgid "Enable or Disable Read more button."
303
- msgstr "A További információk gomb engedélyezése vagy elrejtése."
304
-
305
- #: cookie-notice.php:336
306
- #@ cookie-notice
307
- msgid "Select where to redirect user for more information about cookies."
308
- msgstr "Válaszd ki a További információk gomb cél oldalát."
309
-
310
- #: cookie-notice.php:339
311
- #@ cookie-notice
312
- msgid "-- select page --"
313
- msgstr "-- oldal választása --"
314
-
315
- #: cookie-notice.php:349
316
- #@ cookie-notice
317
- msgid "Select from one of your site's pages"
318
- msgstr "Válassz a meglévő oldalak közül"
319
-
320
- #: cookie-notice.php:353
321
- #@ cookie-notice
322
- msgid "Enter the full URL starting with http://"
323
- msgstr "Add meg a teljes URL-t. Így kezdődjön: http://"
324
-
325
- #: cookie-notice.php:374
326
- #@ cookie-notice
327
- msgid "The ammount of time that cookie should be stored for."
328
- msgstr "Az időtartam, ameddig a süti tárolódjon a látogató számítógépén."
329
-
330
- #: cookie-notice.php:394
331
- #@ cookie-notice
332
- msgid "Select location for your cookie notice."
333
- msgstr "Válaszd ki a süti értesítő pozícióját."
334
-
335
- #: cookie-notice.php:414
336
- #@ cookie-notice
337
- msgid "Cookie notice acceptance animation."
338
- msgstr "Süti értesítő megjelenésének az animációja."
339
-
340
- #: cookie-notice.php:434
341
- #@ cookie-notice
342
- msgid "Choose buttons style."
343
- msgstr "Válassz gomb stílust."
344
-
345
- #: cookie-notice.php:561
346
- #@ cookie-notice
347
- msgid "Support"
348
- msgstr "Támogatás"
349
-
350
- #: cookie-notice.php:592
351
- #@ cookie-notice
352
- msgid "Settings"
353
- msgstr "Beállítások"
354
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-it_IT.mo DELETED
Binary file
languages/cookie-notice-it_IT.po DELETED
@@ -1,355 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2015-06-27 17:11+0100\n"
5
- "PO-Revision-Date: 2015-06-27 17:15+0100\n"
6
- "Last-Translator: \n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: it_IT\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.1\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../cookie-notice.php:125
20
- msgid "Top"
21
- msgstr "In alto"
22
-
23
- #: ../cookie-notice.php:126
24
- msgid "Bottom"
25
- msgstr "In basso"
26
-
27
- #: ../cookie-notice.php:130 ../cookie-notice.php:161
28
- msgid "None"
29
- msgstr "Nessuno"
30
-
31
- #: ../cookie-notice.php:131
32
- msgid "WordPress"
33
- msgstr "WordPress"
34
-
35
- #: ../cookie-notice.php:132
36
- msgid "Bootstrap"
37
- msgstr "Bootstrap"
38
-
39
- #: ../cookie-notice.php:136
40
- msgid "Custom link"
41
- msgstr "Link personalizzato"
42
-
43
- #: ../cookie-notice.php:137
44
- msgid "Page link"
45
- msgstr "Link alla pagina"
46
-
47
- #: ../cookie-notice.php:146
48
- msgid "Text color"
49
- msgstr "Colore del testo"
50
-
51
- #: ../cookie-notice.php:147
52
- msgid "Bar color"
53
- msgstr "Colore della barra"
54
-
55
- #: ../cookie-notice.php:151
56
- msgid "1 day"
57
- msgstr "1 giorno"
58
-
59
- #: ../cookie-notice.php:152
60
- msgid "1 week"
61
- msgstr "1 settimana"
62
-
63
- #: ../cookie-notice.php:153
64
- msgid "1 month"
65
- msgstr "1 mese"
66
-
67
- #: ../cookie-notice.php:154
68
- msgid "3 months"
69
- msgstr "3 Mesi"
70
-
71
- #: ../cookie-notice.php:155
72
- msgid "6 months"
73
- msgstr "6 Mesi"
74
-
75
- #: ../cookie-notice.php:156
76
- msgid "1 year"
77
- msgstr "1 anno"
78
-
79
- #: ../cookie-notice.php:157
80
- msgid "infinity"
81
- msgstr "infinito"
82
-
83
- #: ../cookie-notice.php:162
84
- msgid "Fade"
85
- msgstr "Dissolvenza"
86
-
87
- #: ../cookie-notice.php:163
88
- msgid "Slide"
89
- msgstr "Slittamento"
90
-
91
- #: ../cookie-notice.php:167
92
- msgid "Header"
93
- msgstr "Header"
94
-
95
- #: ../cookie-notice.php:168
96
- msgid "Footer"
97
- msgstr "Footer"
98
-
99
- #: ../cookie-notice.php:187
100
- msgid ""
101
- "We use cookies to ensure that we give you the best experience on our "
102
- "website. If you continue to use this site we will assume that you are happy "
103
- "with it."
104
- msgstr ""
105
- "Utilizziamo i cookie per essere sicuri che tu possa avere la migliore "
106
- "esperienza sul nostro sito. Se continui ad utilizzare questo sito noi "
107
- "assumiamo che tu ne sia felice."
108
-
109
- #: ../cookie-notice.php:188
110
- msgid "Ok"
111
- msgstr "Ok"
112
-
113
- #: ../cookie-notice.php:189
114
- msgid "No"
115
- msgstr "No"
116
-
117
- #: ../cookie-notice.php:190
118
- msgid "Read more"
119
- msgstr "Leggi di più"
120
-
121
- #: ../cookie-notice.php:217 ../cookie-notice.php:227 ../cookie-notice.php:230
122
- msgid "Cookie Notice"
123
- msgstr "Notifica Cookie"
124
-
125
- #: ../cookie-notice.php:232
126
- msgid "Need support?"
127
- msgstr "Hai bisogno di supporto?"
128
-
129
- #: ../cookie-notice.php:233
130
- msgid ""
131
- "If you are having problems with this plugin, please talk about them in the"
132
- msgstr "Se hai incontrato problemi con questo plugin, per favore parlane nel"
133
-
134
- #: ../cookie-notice.php:233
135
- msgid "Support forum"
136
- msgstr "Forum di supporto"
137
-
138
- #: ../cookie-notice.php:235
139
- msgid "Do you like this plugin?"
140
- msgstr "Ti piace questo plugin?"
141
-
142
- #: ../cookie-notice.php:242
143
- msgid "Rate it 5"
144
- msgstr "Valutalo con 5"
145
-
146
- #: ../cookie-notice.php:242
147
- msgid "on WordPress.org"
148
- msgstr "su WordPress.org"
149
-
150
- #: ../cookie-notice.php:243
151
- msgid "Blog about it & link to the"
152
- msgstr "Scrivi su di esso e inserisci il link alla"
153
-
154
- #: ../cookie-notice.php:243
155
- msgid "plugin page"
156
- msgstr "pagina del plugin"
157
-
158
- #: ../cookie-notice.php:244
159
- msgid "Check out our other"
160
- msgstr "Dai una occhiata ai nostri "
161
-
162
- #: ../cookie-notice.php:244
163
- msgid "WordPress plugins"
164
- msgstr "Plugin di WordPress"
165
-
166
- #: ../cookie-notice.php:259
167
- msgid "Reset to defaults"
168
- msgstr "Ripristina predefiniti"
169
-
170
- #: ../cookie-notice.php:275
171
- msgid "Configuration"
172
- msgstr "Configurazione"
173
-
174
- #: ../cookie-notice.php:276
175
- msgid "Message"
176
- msgstr "Messaggio"
177
-
178
- #: ../cookie-notice.php:277
179
- msgid "Button text"
180
- msgstr "Testo del bottone"
181
-
182
- #: ../cookie-notice.php:278
183
- msgid "More info link"
184
- msgstr "Collegamento a Maggiori informazioni"
185
-
186
- #: ../cookie-notice.php:279
187
- msgid "Link target"
188
- msgstr "Destinazione del link"
189
-
190
- #: ../cookie-notice.php:280
191
- msgid "Refuse button"
192
- msgstr "Bottone di rifiuto"
193
-
194
- #: ../cookie-notice.php:281
195
- msgid "On scroll"
196
- msgstr "Scorrimento"
197
-
198
- #: ../cookie-notice.php:282
199
- msgid "Cookie expiry"
200
- msgstr "Scadenza del cookie"
201
-
202
- #: ../cookie-notice.php:283
203
- msgid "Script placement"
204
- msgstr "Posizionamento dello script"
205
-
206
- #: ../cookie-notice.php:284
207
- msgid "Deactivation"
208
- msgstr "Disattivazione"
209
-
210
- #: ../cookie-notice.php:287
211
- msgid "Design"
212
- msgstr "Design"
213
-
214
- #: ../cookie-notice.php:288
215
- msgid "Position"
216
- msgstr "Posizione"
217
-
218
- #: ../cookie-notice.php:289
219
- msgid "Animation"
220
- msgstr "Animazione"
221
-
222
- #: ../cookie-notice.php:290
223
- msgid "Button style"
224
- msgstr "Stile del bottone"
225
-
226
- #: ../cookie-notice.php:291
227
- msgid "Colors"
228
- msgstr "Colori"
229
-
230
- #: ../cookie-notice.php:305
231
- msgid "Enable if you want all plugin data to be deleted on deactivation."
232
- msgstr ""
233
- "Abilita se vuoi che tutti i dati del plugin vengano eliminati con la "
234
- "disattivazione."
235
-
236
- #: ../cookie-notice.php:315
237
- msgid "Enter the cookie notice message."
238
- msgstr "Inserisci il messaggio di notifica cookie"
239
-
240
- #: ../cookie-notice.php:326
241
- msgid ""
242
- "The text of the option to accept the usage of the cookies and make the "
243
- "notification disappear."
244
- msgstr ""
245
- "Il testo dell'opzione per accettare l'uso dei cookie e far sparire la "
246
- "notifica."
247
-
248
- #: ../cookie-notice.php:336
249
- msgid ""
250
- "Give to the user the possibility to refuse third party non functional "
251
- "cookies."
252
- msgstr ""
253
- "Dà all'utente la possibilità di rifiutare i cookie di terze parti non "
254
- "funzionali."
255
-
256
- #: ../cookie-notice.php:340
257
- msgid ""
258
- "The text of the option to refuse the usage of the cookies. To get the cookie "
259
- "notice status use <code>cn_cookies_accepted()</code> function."
260
- msgstr ""
261
- "Il testo dell'opzione per accettare l'uso dei cookie. Per ottenere lo stato "
262
- "cookie di notifica usa la funzione <code>cn_cookies_accepted()</code>."
263
-
264
- #: ../cookie-notice.php:352
265
- msgid "Enable Read more link."
266
- msgstr "Abilita il collegamento a Leggi di più"
267
-
268
- #: ../cookie-notice.php:357
269
- msgid "The text of the more info button."
270
- msgstr "Il testo del bottone Maggiori informazioni"
271
-
272
- #: ../cookie-notice.php:369
273
- msgid "Select where to redirect user for more information about cookies."
274
- msgstr ""
275
- "Seleziona dove indirizzare l'utente per ricevere maggiore informazioni sui "
276
- "cookie"
277
-
278
- #: ../cookie-notice.php:372
279
- msgid "-- select page --"
280
- msgstr "-- seleziona la pagina --"
281
-
282
- #: ../cookie-notice.php:381
283
- msgid "Select from one of your site's pages"
284
- msgstr "Seleziona una delle pagine del tuo sito"
285
-
286
- #: ../cookie-notice.php:385
287
- msgid "Enter the full URL starting with http://"
288
- msgstr "Inserisci la URL completa compresiva di http://"
289
-
290
- #: ../cookie-notice.php:405
291
- msgid "Select the link target for more info page."
292
- msgstr ""
293
- "Selezionare la destinazione del link per la pagina di informazioni "
294
- "aggiuntive."
295
-
296
- #: ../cookie-notice.php:425
297
- msgid "The ammount of time that cookie should be stored for."
298
- msgstr ""
299
- "Seleziona l'ammontare del tempo per il quale i cookie verrano mantenuti."
300
-
301
- #: ../cookie-notice.php:439
302
- msgid "Select where all the plugin scripts should be placed."
303
- msgstr "Seleziona dove tutti gli script del plugin debbono essere posizionati"
304
-
305
- #: ../cookie-notice.php:457
306
- msgid "Select location for your cookie notice."
307
- msgstr "Seleziona la posizione della tua notifica cookie"
308
-
309
- #: ../cookie-notice.php:476
310
- msgid "Cookie notice acceptance animation."
311
- msgstr "Animazione della accettazione notifica cookie"
312
-
313
- #: ../cookie-notice.php:486
314
- msgid "Enable cookie notice acceptance when users scroll."
315
- msgstr ""
316
- "Abilita accettazione della notifica cookie quando l'utente fa scorrere lo "
317
- "schermo"
318
-
319
- #: ../cookie-notice.php:490
320
- msgid ""
321
- "Number of pixels user has to scroll to accept the usage of the cookies and "
322
- "make the notification disappear."
323
- msgstr ""
324
- "Numero di pixel che l'utente deve far scorrere per accettare l'uso dei "
325
- "cookie e far sparire la notifica."
326
-
327
- #: ../cookie-notice.php:510
328
- msgid "Choose buttons style."
329
- msgstr "Scegli lo stile del bottone."
330
-
331
- #: ../cookie-notice.php:597
332
- msgid "Settings restored to defaults."
333
- msgstr "Le impostazioni predefinite sono state ripristinate."
334
-
335
- #: ../cookie-notice.php:680
336
- msgid "Support"
337
- msgstr "Supporto"
338
-
339
- #: ../cookie-notice.php:695
340
- msgid "Settings"
341
- msgstr "Impostazioni"
342
-
343
- #: ../cookie-notice.php:729
344
- msgid "Are you sure you want to reset these settings to defaults?"
345
- msgstr "Sei sicuro di voler ripristinare i valori predefiniti?"
346
-
347
- #~ msgid "Enable"
348
- #~ msgstr "Abilita"
349
-
350
- #~ msgid "Disable"
351
- #~ msgstr "Disabilita"
352
-
353
- #~ msgid "The text to show on the button when cookies have not been accepted"
354
- #~ msgstr ""
355
- #~ "Il testo da mostrare sul bottone quando i cookie non sono stati accettati"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-nl_NL.mo DELETED
Binary file
languages/cookie-notice-nl_NL.po DELETED
@@ -1,254 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2013-07-02 18:32+0100\n"
5
- "PO-Revision-Date: 2013-10-19 09:48+0100\n"
6
- "Last-Translator: Bostekst <info@bostekst.nl>\n"
7
- "Language-Team: bostekst <info@bostekst.nl>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.7\n"
12
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "Language: NL\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../cookie-notice.php:84
19
- msgid "Top"
20
- msgstr "Bovenkant"
21
-
22
- #: ../cookie-notice.php:85
23
- msgid "Bottom"
24
- msgstr "Onderkant"
25
-
26
- #: ../cookie-notice.php:89 ../cookie-notice.php:120
27
- msgid "None"
28
- msgstr "Geen"
29
-
30
- #: ../cookie-notice.php:90
31
- msgid "WordPress"
32
- msgstr "WordPress"
33
-
34
- #: ../cookie-notice.php:91
35
- msgid "Bootstrap"
36
- msgstr "Bootstrap"
37
-
38
- #: ../cookie-notice.php:95
39
- msgid "Enable"
40
- msgstr "Zet aan"
41
-
42
- #: ../cookie-notice.php:96
43
- msgid "Disable"
44
- msgstr "Zet uit"
45
-
46
- #: ../cookie-notice.php:100
47
- msgid "Custom link"
48
- msgstr "Standaardlink"
49
-
50
- #: ../cookie-notice.php:101
51
- msgid "Page link"
52
- msgstr "Paginalink"
53
-
54
- #: ../cookie-notice.php:105
55
- msgid "Text color"
56
- msgstr "Tektskleur"
57
-
58
- #: ../cookie-notice.php:106
59
- msgid "Bar color"
60
- msgstr "Kleur balk"
61
-
62
- #: ../cookie-notice.php:110
63
- msgid "1 day"
64
- msgstr "1 dag"
65
-
66
- #: ../cookie-notice.php:111
67
- msgid "1 week"
68
- msgstr "1 week"
69
-
70
- #: ../cookie-notice.php:112
71
- msgid "1 month"
72
- msgstr "1 maand"
73
-
74
- #: ../cookie-notice.php:113
75
- msgid "3 months"
76
- msgstr "3 maanden"
77
-
78
- #: ../cookie-notice.php:114
79
- msgid "6 months"
80
- msgstr "6 maanden"
81
-
82
- #: ../cookie-notice.php:115
83
- msgid "1 year"
84
- msgstr "1 jaar"
85
-
86
- #: ../cookie-notice.php:116
87
- msgid "infinity"
88
- msgstr "eindeloos"
89
-
90
- #: ../cookie-notice.php:121
91
- msgid "Fade"
92
- msgstr "Vervagen"
93
-
94
- #: ../cookie-notice.php:122
95
- msgid "Slide"
96
- msgstr "Schuiven"
97
-
98
- #: ../cookie-notice.php:154 ../cookie-notice.php:155 ../cookie-notice.php:167
99
- #: ../cookie-notice.php:180
100
- msgid "Cookie Notice"
101
- msgstr "Cookie Notice"
102
-
103
- #: ../cookie-notice.php:182
104
- msgid "Need support?"
105
- msgstr "Hulp nodig?"
106
-
107
- #: ../cookie-notice.php:183
108
- msgid ""
109
- "If you are having problems with this plugin, please talk about them in the"
110
- msgstr "Als je problemen hebt met deze plugin, heb het erover op het"
111
-
112
- #: ../cookie-notice.php:183
113
- msgid "Support forum"
114
- msgstr "support-forum"
115
-
116
- #: ../cookie-notice.php:185
117
- msgid "Do you like this plugin?"
118
- msgstr "Vind je deze plugin goed?"
119
-
120
- #: ../cookie-notice.php:186
121
- msgid "Rate it 5"
122
- msgstr "Geef het een 5"
123
-
124
- #: ../cookie-notice.php:186
125
- msgid "on WordPress.org"
126
- msgstr "op WordPress.org"
127
-
128
- #: ../cookie-notice.php:187
129
- msgid "Blog about it & link to the"
130
- msgstr "Blog erover & link naar de"
131
-
132
- #: ../cookie-notice.php:187
133
- msgid "plugin page"
134
- msgstr "plugin pagina"
135
-
136
- #: ../cookie-notice.php:188
137
- msgid "Check out our other"
138
- msgstr "Bekijk onze andere"
139
-
140
- #: ../cookie-notice.php:188
141
- msgid "WordPress plugins"
142
- msgstr "WordPress-plugins"
143
-
144
- #: ../cookie-notice.php:204
145
- msgid "Configuration"
146
- msgstr "Instellingen"
147
-
148
- #: ../cookie-notice.php:205
149
- msgid "Message"
150
- msgstr "Bericht"
151
-
152
- #: ../cookie-notice.php:206 ../cookie-notice.php:256
153
- msgid "Button text"
154
- msgstr "Knop-tekst"
155
-
156
- #: ../cookie-notice.php:207
157
- msgid "More info"
158
- msgstr "Meer informatie"
159
-
160
- #: ../cookie-notice.php:208
161
- msgid "Cookie expiry"
162
- msgstr "Verstrijken cookie"
163
-
164
- #: ../cookie-notice.php:211
165
- msgid "Design"
166
- msgstr "Ontwerp"
167
-
168
- #: ../cookie-notice.php:212
169
- msgid "Position"
170
- msgstr "Positie"
171
-
172
- #: ../cookie-notice.php:213
173
- msgid "Hide animation"
174
- msgstr "Verberg animatie"
175
-
176
- #: ../cookie-notice.php:214
177
- msgid "Button style"
178
- msgstr "Stijl knop"
179
-
180
- #: ../cookie-notice.php:215
181
- msgid "Colors"
182
- msgstr "Kleuren"
183
-
184
- #: ../cookie-notice.php:224
185
- msgid "Enter the cookie notice message."
186
- msgstr "Voer het cookie-bericht in."
187
-
188
- #: ../cookie-notice.php:234
189
- msgid "The text to show on the button when cookies have not been accepted"
190
- msgstr "De tekst op de knop wanneer cookies niet zijn geaccepteerd"
191
-
192
- #: ../cookie-notice.php:252
193
- msgid "Enable or Disable Read more button."
194
- msgstr "Zet de lees-meer knop aan of uit."
195
-
196
- #: ../cookie-notice.php:268
197
- msgid "Select where to redirect user for more information about cookies."
198
- msgstr ""
199
- "Kies waar gebruikers voor meer informatie over cookies naartoe gestuurd "
200
- "worden."
201
-
202
- #: ../cookie-notice.php:271
203
- msgid "-- select page --"
204
- msgstr "-- selecteer pagina --"
205
-
206
- #: ../cookie-notice.php:281
207
- msgid "Select from one of your site's pages"
208
- msgstr "Kies een van de pagina's van je website"
209
-
210
- #: ../cookie-notice.php:285
211
- msgid "Enter the full URL starting with http://"
212
- msgstr "Geef de volledige url, beginnend met http://"
213
-
214
- #: ../cookie-notice.php:304
215
- msgid "The ammount of time that cookie should be stored for."
216
- msgstr "De periode dat deze cookie bewaard moet worden."
217
-
218
- #: ../cookie-notice.php:322
219
- msgid "Select location for your cookie notice."
220
- msgstr "Kies een locatie voor je cookie-bericht."
221
-
222
- #: ../cookie-notice.php:340
223
- msgid "Cookie notice acceptance animation."
224
- msgstr "Animatie voor accepteren cookie-bericht."
225
-
226
- #: ../cookie-notice.php:358
227
- msgid "Choose buttons style."
228
- msgstr "Kies de stijl van de knoppen."
229
-
230
- #: ../cookie-notice.php:473
231
- msgid "Support"
232
- msgstr "Ondersteuning"
233
-
234
- #: ../cookie-notice.php:495
235
- msgid "Settings"
236
- msgstr "Instellingen"
237
-
238
- #: ../cookie-notice.php:524
239
- msgid ""
240
- "We use cookies to ensure that we give you the best experience on our "
241
- "website. If you continue to use this site we will assume that you are happy "
242
- "with it."
243
- msgstr ""
244
- "We gebruiken cookies om er zeker van te zijn dat je onze website zo goed "
245
- "mogelijk beleeft. Als je deze website blijft gebruiken gaan we ervan uit dat "
246
- "je dat goed vindt."
247
-
248
- #: ../cookie-notice.php:525
249
- msgid "Ok"
250
- msgstr "Ok"
251
-
252
- #: ../cookie-notice.php:526
253
- msgid "Read more"
254
- msgstr "Lees meer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-pl_PL.mo DELETED
Binary file
languages/cookie-notice-pl_PL.po DELETED
@@ -1,505 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2015-07-21 13:29+0200\n"
5
- "PO-Revision-Date: 2015-07-21 13:29+0200\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: pl_PL\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.2\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../cookie-notice.php:127
20
- msgid "Top"
21
- msgstr "Na górze"
22
-
23
- #: ../cookie-notice.php:128
24
- msgid "Bottom"
25
- msgstr "Na dole"
26
-
27
- #: ../cookie-notice.php:132 ../cookie-notice.php:163
28
- msgid "None"
29
- msgstr "Brak"
30
-
31
- #: ../cookie-notice.php:133
32
- msgid "WordPress"
33
- msgstr "WordPress"
34
-
35
- #: ../cookie-notice.php:134
36
- msgid "Bootstrap"
37
- msgstr "Bootstrap"
38
-
39
- #: ../cookie-notice.php:138
40
- msgid "Custom link"
41
- msgstr "Własny link"
42
-
43
- #: ../cookie-notice.php:139
44
- msgid "Page link"
45
- msgstr "Link do strony"
46
-
47
- #: ../cookie-notice.php:148
48
- msgid "Text color"
49
- msgstr "Kolor tekstu"
50
-
51
- #: ../cookie-notice.php:149
52
- msgid "Bar color"
53
- msgstr "Kolor tła"
54
-
55
- #: ../cookie-notice.php:153
56
- msgid "1 day"
57
- msgstr "1 dzień"
58
-
59
- #: ../cookie-notice.php:154
60
- msgid "1 week"
61
- msgstr "1 tydzień"
62
-
63
- #: ../cookie-notice.php:155
64
- msgid "1 month"
65
- msgstr "1 miesiąc"
66
-
67
- #: ../cookie-notice.php:156
68
- msgid "3 months"
69
- msgstr "3 miesiące"
70
-
71
- #: ../cookie-notice.php:157
72
- msgid "6 months"
73
- msgstr "6 miesięcy"
74
-
75
- #: ../cookie-notice.php:158
76
- msgid "1 year"
77
- msgstr "1 rok"
78
-
79
- #: ../cookie-notice.php:159
80
- msgid "infinity"
81
- msgstr "W nieskończoność"
82
-
83
- #: ../cookie-notice.php:164
84
- msgid "Fade"
85
- msgstr "Zanikanie"
86
-
87
- #: ../cookie-notice.php:165
88
- msgid "Slide"
89
- msgstr "Przesuwanie"
90
-
91
- #: ../cookie-notice.php:169
92
- msgid "Header"
93
- msgstr "W nagłówku"
94
-
95
- #: ../cookie-notice.php:170
96
- msgid "Footer"
97
- msgstr "W stopce"
98
-
99
- #: ../cookie-notice.php:189
100
- msgid ""
101
- "We use cookies to ensure that we give you the best experience on our "
102
- "website. If you continue to use this site we will assume that you are happy "
103
- "with it."
104
- msgstr ""
105
- "Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. "
106
- "Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie."
107
-
108
- #: ../cookie-notice.php:190
109
- msgid "Ok"
110
- msgstr "Zamknij"
111
-
112
- #: ../cookie-notice.php:191
113
- msgid "No"
114
- msgstr "Nie"
115
-
116
- #: ../cookie-notice.php:192
117
- msgid "Read more"
118
- msgstr "Dowiedz się więcej"
119
-
120
- #: ../cookie-notice.php:219 ../cookie-notice.php:229 ../cookie-notice.php:232
121
- msgid "Cookie Notice"
122
- msgstr "Ciasteczka"
123
-
124
- #: ../cookie-notice.php:234
125
- msgid "Need support?"
126
- msgstr "Potrzebujesz pomocy?"
127
-
128
- #: ../cookie-notice.php:235
129
- msgid ""
130
- "If you are having problems with this plugin, please talk about them in the"
131
- msgstr "Jeśli masz jakieś problemy z tą wtyczką, powiedz o nich"
132
-
133
- #: ../cookie-notice.php:235
134
- msgid "Support forum"
135
- msgstr "Forum pomocy"
136
-
137
- #: ../cookie-notice.php:237
138
- msgid "Do you like this plugin?"
139
- msgstr "Lubisz tę wtyczkę?"
140
-
141
- #: ../cookie-notice.php:244
142
- msgid "Rate it 5"
143
- msgstr "Oceń ją na 5"
144
-
145
- #: ../cookie-notice.php:244
146
- msgid "on WordPress.org"
147
- msgstr "na WordPress.org"
148
-
149
- #: ../cookie-notice.php:245
150
- msgid "Blog about it & link to the"
151
- msgstr "Napisz o niej i dodaj link"
152
-
153
- #: ../cookie-notice.php:245
154
- msgid "plugin page"
155
- msgstr "do strony wtyczki"
156
-
157
- #: ../cookie-notice.php:246
158
- msgid "Check out our other"
159
- msgstr "Sprawdż nasze inne"
160
-
161
- #: ../cookie-notice.php:246
162
- msgid "WordPress plugins"
163
- msgstr "wtyczki do WordPressa"
164
-
165
- #: ../cookie-notice.php:261
166
- msgid "Reset to defaults"
167
- msgstr "Resetuj do domyślnych"
168
-
169
- #: ../cookie-notice.php:277
170
- msgid "Configuration"
171
- msgstr "Konfiguracja"
172
-
173
- #: ../cookie-notice.php:278
174
- msgid "Message"
175
- msgstr "Wiadomość"
176
-
177
- #: ../cookie-notice.php:279
178
- msgid "Button text"
179
- msgstr "Tekst przycisku"
180
-
181
- #: ../cookie-notice.php:280
182
- msgid "More info link"
183
- msgstr "Dodatkowe informacje"
184
-
185
- #: ../cookie-notice.php:281
186
- msgid "Link target"
187
- msgstr "Cel linku"
188
-
189
- #: ../cookie-notice.php:282
190
- msgid "Refuse button"
191
- msgstr "Przycisk odmowy"
192
-
193
- #: ../cookie-notice.php:283
194
- msgid "On scroll"
195
- msgstr "Przewijanie"
196
-
197
- #: ../cookie-notice.php:284
198
- msgid "Cookie expiry"
199
- msgstr "Wygasanie cookie"
200
-
201
- #: ../cookie-notice.php:285
202
- msgid "Script placement"
203
- msgstr "Pozycja skryptów"
204
-
205
- #: ../cookie-notice.php:286
206
- msgid "Deactivation"
207
- msgstr "Deaktywacja"
208
-
209
- #: ../cookie-notice.php:289
210
- msgid "Design"
211
- msgstr "Wygląd"
212
-
213
- #: ../cookie-notice.php:290
214
- msgid "Position"
215
- msgstr "Pozycja"
216
-
217
- #: ../cookie-notice.php:291
218
- msgid "Animation"
219
- msgstr "Animacja"
220
-
221
- #: ../cookie-notice.php:292
222
- msgid "Button style"
223
- msgstr "Styl przycisku"
224
-
225
- #: ../cookie-notice.php:293
226
- msgid "Colors"
227
- msgstr "Kolorystyka"
228
-
229
- #: ../cookie-notice.php:307
230
- msgid "Enable if you want all plugin data to be deleted on deactivation."
231
- msgstr ""
232
- "Włącz jeśli chcesz usunąć wszystkie dane wtyczki podczas jej deaktywacji."
233
-
234
- #: ../cookie-notice.php:317
235
- msgid "Enter the cookie notice message."
236
- msgstr "Wpisz treść informacji o ciasteczkach."
237
-
238
- #: ../cookie-notice.php:328
239
- msgid ""
240
- "The text of the option to accept the usage of the cookies and make the "
241
- "notification disappear."
242
- msgstr "Treść przycisku do akceptacji ciasteczek i zamknięcia powiadomienia ."
243
-
244
- #: ../cookie-notice.php:338
245
- msgid ""
246
- "Give to the user the possibility to refuse third party non functional "
247
- "cookies."
248
- msgstr "Zezwól użytkownikowi na odmowę używania nie funkcjonalnych ciasteczek."
249
-
250
- #: ../cookie-notice.php:343
251
- msgid ""
252
- "The text of the option to refuse the usage of the cookies. To get the cookie "
253
- "notice status use <code>cn_cookies_accepted()</code> function."
254
- msgstr ""
255
- "Treść opcji odmowy korzystania z ciasteczek. Aby uzyskać status akceptacji "
256
- "ciasteczek użyj funkcji <code>cn_cookies_accepted()</code>."
257
-
258
- #: ../cookie-notice.php:348
259
- msgid ""
260
- "Enter non functional cookies Javascript code here (for e.g. Google "
261
- "Analitycs). It will be used after cookies are accepted."
262
- msgstr ""
263
- "W tym miejscu możesz wprowadzić kod Javascript ciasteczek nie funcjonalnych "
264
- "(np. Google Analitycs). Będzie użyty dopiero po zaakceptowaniu ciasteczek."
265
-
266
- #: ../cookie-notice.php:361
267
- msgid "Enable Read more link."
268
- msgstr "Włącz przycisk do dodatkowych informacji."
269
-
270
- #: ../cookie-notice.php:366
271
- msgid "The text of the more info button."
272
- msgstr "Treść przycisku do dodatkowych informacji."
273
-
274
- #: ../cookie-notice.php:378
275
- msgid "Select where to redirect user for more information about cookies."
276
- msgstr ""
277
- "Wybierz dokąd przekierować użytkownika aby uzyskał więcej informacji o "
278
- "ciasteczkach."
279
-
280
- #: ../cookie-notice.php:381
281
- msgid "-- select page --"
282
- msgstr "-- wybierz stronę --"
283
-
284
- #: ../cookie-notice.php:390
285
- msgid "Select from one of your site's pages"
286
- msgstr "Wybierz jedną z istniejących stron."
287
-
288
- #: ../cookie-notice.php:394
289
- msgid "Enter the full URL starting with http://"
290
- msgstr "Podaj pełny adres URL zaczynający się od http://"
291
-
292
- #: ../cookie-notice.php:414
293
- msgid "Select the link target for more info page."
294
- msgstr "Wybierz cel linku dla strony z dodatkowymi informacjami."
295
-
296
- #: ../cookie-notice.php:434
297
- msgid "The ammount of time that cookie should be stored for."
298
- msgstr "Okres czasu przez jaki będzie przechowywane ciasteczko."
299
-
300
- #: ../cookie-notice.php:448
301
- msgid "Select where all the plugin scripts should be placed."
302
- msgstr ""
303
- "Wybierz w którym miejscu strony powinny być umieszczone skrypty wtyczki."
304
-
305
- #: ../cookie-notice.php:466
306
- msgid "Select location for your cookie notice."
307
- msgstr "Wybierz pozycję wiadomości o ciasteczkach."
308
-
309
- #: ../cookie-notice.php:485
310
- msgid "Cookie notice acceptance animation."
311
- msgstr "Animacja po akceptacji ciasteczek."
312
-
313
- #: ../cookie-notice.php:495
314
- msgid "Enable cookie notice acceptance when users scroll."
315
- msgstr ""
316
- "Włącz akceptowanie informacji o ciasteczkach gdy użytkownik przewija stronę."
317
-
318
- #: ../cookie-notice.php:499
319
- msgid ""
320
- "Number of pixels user has to scroll to accept the usage of the cookies and "
321
- "make the notification disappear."
322
- msgstr ""
323
- "Odległość w pikselach, którą użytkownik musi przewinąć aby zaakceptować "
324
- "ciasteczka i ukryć powiadomienie."
325
-
326
- #: ../cookie-notice.php:519
327
- msgid "Choose buttons style."
328
- msgstr "Wybierz styl dla przycisków."
329
-
330
- #: ../cookie-notice.php:610
331
- msgid "Settings restored to defaults."
332
- msgstr "Ustawienia zostały przywrócone do domyślnych."
333
-
334
- #: ../cookie-notice.php:693
335
- msgid "Support"
336
- msgstr "Forum pomocy"
337
-
338
- #: ../cookie-notice.php:708
339
- msgid "Settings"
340
- msgstr "Ustawienia"
341
-
342
- #: ../cookie-notice.php:742
343
- msgid "Are you sure you want to reset these settings to defaults?"
344
- msgstr "Jesteś pewny, że chcesz przywrócić te ustawienia do domyślnych?"
345
-
346
- #~ msgid ""
347
- #~ "Enter functional cookies Javascript code here (for e.g. Google "
348
- #~ "Analitycs). It will be used after cookies are accepted."
349
- #~ msgstr ""
350
- #~ "W tym miejscu możesz wprowadzić kod Javascript ciasteczek nie "
351
- #~ "funcjonalnych (np. Google Analitycs). Będzie użyty dopiero po "
352
- #~ "zaakceptowaniu ciasteczek."
353
-
354
- #~ msgid ""
355
- #~ "The text of the option to refuse the usage of the cookies. To get the "
356
- #~ "cookie status use <code>cn_cookies_accepted()</code> function."
357
- #~ msgstr ""
358
- #~ "Treść przycisku do domowy używania ciasteczek. Aby uzyskać status ci"
359
-
360
- #~ msgid ""
361
- #~ "The text of the option to refuse the usage of the cookies. To get the "
362
- #~ "cookie status in your theme use <code>cn_cookies_accepted()</code> "
363
- #~ "function."
364
- #~ msgstr ""
365
- #~ "Treść przycisku do odmowy korzystania z ciasteczek. Aby uzyskać status "
366
- #~ "ciasteczek użyj funkcjo <code>cn_cookies_accepted()</code>."
367
-
368
- #~ msgid "Enable Read more link button."
369
- #~ msgstr "Włącz link do dodatkowych informacji."
370
-
371
- #~ msgid "Enable"
372
- #~ msgstr "Włącz"
373
-
374
- #~ msgid "Disable"
375
- #~ msgstr "Wyłącz"
376
-
377
- #~ msgid "More info"
378
- #~ msgstr "Więcej informacji"
379
-
380
- #~ msgid "Enable or Disable Read more button."
381
- #~ msgstr "Włącz lub wyłącz przycisk z linkiem do dodatkowych informacji."
382
-
383
- #~ msgid "The text to show on the button when cookies have not been accepted"
384
- #~ msgstr ""
385
- #~ "Tekst przycisku, który będzie wyświetlany gdy ciasteczka nie zostały "
386
- #~ "jeszcze zaakceptowane."
387
-
388
- #~ msgid "Widgets"
389
- #~ msgstr "Widgety"
390
-
391
- #~ msgid "Pages"
392
- #~ msgstr "Strony"
393
-
394
- #~ msgid "Custom Post Types"
395
- #~ msgstr "Własne typy wpisów"
396
-
397
- #~ msgid "Custom Post Type Archives"
398
- #~ msgstr "Archiwa własnych typów wpisów"
399
-
400
- #~ msgid "Categories"
401
- #~ msgstr "Kategorie"
402
-
403
- #~ msgid "Taxonomies"
404
- #~ msgstr "Taksonomie"
405
-
406
- #~ msgid "Others"
407
- #~ msgstr "Inne"
408
-
409
- #~ msgid "Users"
410
- #~ msgstr "Użytkownicy"
411
-
412
- #~ msgid "Languages"
413
- #~ msgstr "Języki"
414
-
415
- #~ msgid "Front Page"
416
- #~ msgstr "Strona główna"
417
-
418
- #~ msgid "Blog Page"
419
- #~ msgstr "Strona z wpisami"
420
-
421
- #~ msgid "Single Posts"
422
- #~ msgstr "Pojedyncze wpisy"
423
-
424
- #~ msgid "Sticky Posts"
425
- #~ msgstr "Wpisy przyklejone"
426
-
427
- #~ msgid "Author Archive"
428
- #~ msgstr "Archiwum autora"
429
-
430
- #~ msgid "Date Archive"
431
- #~ msgstr "Archiwum daty"
432
-
433
- #~ msgid "404 Page"
434
- #~ msgstr "Strona błędów 404"
435
-
436
- #~ msgid "Search Page"
437
- #~ msgstr "Strona wyszukiwania"
438
-
439
- #~ msgid "Logged in users"
440
- #~ msgstr "Zalogowani użytkownicy"
441
-
442
- #~ msgid "Logged out users"
443
- #~ msgstr "Wylogowani użytkownicy"
444
-
445
- #~ msgid "Restrict widgets"
446
- #~ msgstr "Ograniczenia widgetów"
447
-
448
- #~ msgid ""
449
- #~ "Use this settings to manage access to widgets page and to restrict "
450
- #~ "availability of certain widgets, sidebars and widgets options to site "
451
- #~ "administrators only."
452
- #~ msgstr ""
453
- #~ "Użyj tych ustawień aby określić kto może mieć dostęp do widgetów, jakie "
454
- #~ "widgety, panele boczne i ustawienia widgetów są dostępne dla użytkowników "
455
- #~ "a jakie tylko dla administratorów."
456
-
457
- #~ msgid "Restrict Users"
458
- #~ msgstr "Ograniczenia użytkowników"
459
-
460
- #~ msgid "Select user roles restricted to manage widgets."
461
- #~ msgstr "Wybierz role użytkowników, którzy mogą zarządzać widgetami."
462
-
463
- #~ msgid "Restrict Sidebars"
464
- #~ msgstr "Ograniczenia paneli bocznych"
465
-
466
- #~ msgid "Select which sidebars will be restricted to admins only."
467
- #~ msgstr ""
468
- #~ "Wybierz panele boczne, które będą dostępne tylko dla administratorów."
469
-
470
- #~ msgid "Restrict Widgets"
471
- #~ msgstr "Ograniczenia widgetów"
472
-
473
- #~ msgid "Select which widgets will be restricted to admins only."
474
- #~ msgstr "Wybierz widgety, któe będą dostępne tylko dla administratorów."
475
-
476
- #~ msgid "Restrict Widget Options"
477
- #~ msgstr "Ograniczenia opcji widgetów"
478
-
479
- #~ msgid "Select which widget options will be restricted to admins only."
480
- #~ msgstr ""
481
- #~ "Wybierz które opcje widgetów, będą dostępne tylko dla administratorów."
482
-
483
- #~ msgid "Restrict Option Groups"
484
- #~ msgstr "Ograniczenia grup opcji"
485
-
486
- #~ msgid "Display widget options in groups"
487
- #~ msgstr "Wyświetl opcje widgetów w grupach"
488
-
489
- #~ msgid "Created by"
490
- #~ msgstr "Stworzone przez"
491
-
492
- #~ msgid "Single %s"
493
- #~ msgstr "Pojedyncze %s"
494
-
495
- #~ msgid "%s Archive"
496
- #~ msgstr "Archiwum %s"
497
-
498
- #~ msgid "Display / Hide Widget"
499
- #~ msgstr "Wyświetl / Ukryj widget"
500
-
501
- #~ msgid "Display widget on selected"
502
- #~ msgstr "Wyświetl widget na wybranych stronach"
503
-
504
- #~ msgid "Hide widget on selected"
505
- #~ msgstr "Ukryj widget na wybranych stronach"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-pt_PT.mo DELETED
Binary file
languages/cookie-notice-pt_PT.po DELETED
@@ -1,256 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2013-07-02 18:32+0100\n"
5
- "PO-Revision-Date: 2014-03-27 23:55-0000\n"
6
- "Last-Translator: Luis Maia <lmsm76@gmail.com>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: en\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.6.4\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../cookie-notice.php:84
19
- msgid "Top"
20
- msgstr "Topo"
21
-
22
- #: ../cookie-notice.php:85
23
- msgid "Bottom"
24
- msgstr "Fundo"
25
-
26
- #: ../cookie-notice.php:89 ../cookie-notice.php:120
27
- msgid "None"
28
- msgstr "Nenhum"
29
-
30
- #: ../cookie-notice.php:90
31
- msgid "WordPress"
32
- msgstr "WordPress"
33
-
34
- #: ../cookie-notice.php:91
35
- msgid "Bootstrap"
36
- msgstr "Bootstrap"
37
-
38
- #: ../cookie-notice.php:95
39
- msgid "Enable"
40
- msgstr "Ativar"
41
-
42
- #: ../cookie-notice.php:96
43
- msgid "Disable"
44
- msgstr "Desativar"
45
-
46
- #: ../cookie-notice.php:100
47
- msgid "Custom link"
48
- msgstr "Atalho personalizado"
49
-
50
- #: ../cookie-notice.php:101
51
- msgid "Page link"
52
- msgstr "Atalho da página"
53
-
54
- #: ../cookie-notice.php:105
55
- msgid "Text color"
56
- msgstr "Cor do texto"
57
-
58
- #: ../cookie-notice.php:106
59
- msgid "Bar color"
60
- msgstr "Cor da barra"
61
-
62
- #: ../cookie-notice.php:110
63
- msgid "1 day"
64
- msgstr "1 dia"
65
-
66
- #: ../cookie-notice.php:111
67
- msgid "1 week"
68
- msgstr "1 semana"
69
-
70
- #: ../cookie-notice.php:112
71
- msgid "1 month"
72
- msgstr "1 mês"
73
-
74
- #: ../cookie-notice.php:113
75
- msgid "3 months"
76
- msgstr "3 meses"
77
-
78
- #: ../cookie-notice.php:114
79
- msgid "6 months"
80
- msgstr "6 meses"
81
-
82
- #: ../cookie-notice.php:115
83
- msgid "1 year"
84
- msgstr "1 ano"
85
-
86
- #: ../cookie-notice.php:116
87
- msgid "infinity"
88
- msgstr "infinito"
89
-
90
- #: ../cookie-notice.php:121
91
- msgid "Fade"
92
- msgstr "Desvanecer"
93
-
94
- #: ../cookie-notice.php:122
95
- msgid "Slide"
96
- msgstr "Deslizar"
97
-
98
- #: ../cookie-notice.php:154 ../cookie-notice.php:155 ../cookie-notice.php:167
99
- #: ../cookie-notice.php:180
100
- msgid "Cookie Notice"
101
- msgstr "Informação de Cookie"
102
-
103
- #: ../cookie-notice.php:182
104
- msgid "Need support?"
105
- msgstr "Precisa de suporte?"
106
-
107
- #: ../cookie-notice.php:183
108
- msgid ""
109
- "If you are having problems with this plugin, please talk about them in the"
110
- msgstr ""
111
- "Se experenciou problemas com este plugin, por favor fale acerca dele no"
112
-
113
- #: ../cookie-notice.php:183
114
- msgid "Support forum"
115
- msgstr "Forum de suporte"
116
-
117
- #: ../cookie-notice.php:185
118
- msgid "Do you like this plugin?"
119
- msgstr "Gosta deste plugin?"
120
-
121
- #: ../cookie-notice.php:186
122
- msgid "Rate it 5"
123
- msgstr "Dê-lhe nota 5"
124
-
125
- #: ../cookie-notice.php:186
126
- msgid "on WordPress.org"
127
- msgstr "em Wordpress.org"
128
-
129
- #: ../cookie-notice.php:187
130
- msgid "Blog about it & link to the"
131
- msgstr "Escreva acerca dele & crie uma ligação em"
132
-
133
- #: ../cookie-notice.php:187
134
- msgid "plugin page"
135
- msgstr "página do plugin"
136
-
137
- #: ../cookie-notice.php:188
138
- msgid "Check out our other"
139
- msgstr "Verifique os outros nossos"
140
-
141
- #: ../cookie-notice.php:188
142
- msgid "WordPress plugins"
143
- msgstr "Plugins de Wordpress"
144
-
145
- #: ../cookie-notice.php:204
146
- msgid "Configuration"
147
- msgstr "Configuração"
148
-
149
- #: ../cookie-notice.php:205
150
- msgid "Message"
151
- msgstr "Mensagem"
152
-
153
- #: ../cookie-notice.php:206 ../cookie-notice.php:256
154
- msgid "Button text"
155
- msgstr "Botão de texto"
156
-
157
- #: ../cookie-notice.php:207
158
- msgid "More info"
159
- msgstr "Mais informação"
160
-
161
- #: ../cookie-notice.php:208
162
- msgid "Cookie expiry"
163
- msgstr "Expiração do Cookie"
164
-
165
- # Check Design context
166
- #: ../cookie-notice.php:211
167
- msgid "Design"
168
- msgstr "Projeto"
169
-
170
- #: ../cookie-notice.php:212
171
- msgid "Position"
172
- msgstr "Posição"
173
-
174
- #: ../cookie-notice.php:213
175
- msgid "Hide animation"
176
- msgstr "Esconder animação"
177
-
178
- #: ../cookie-notice.php:214
179
- msgid "Button style"
180
- msgstr "Estilo do botão"
181
-
182
- #: ../cookie-notice.php:215
183
- msgid "Colors"
184
- msgstr "Cores"
185
-
186
- #: ../cookie-notice.php:224
187
- msgid "Enter the cookie notice message."
188
- msgstr "Introduza a mensagem de informação do cookie"
189
-
190
- #: ../cookie-notice.php:234
191
- msgid "The text to show on the button when cookies have not been accepted"
192
- msgstr "O texto a mostrar no botão quando os cookies não são aceites"
193
-
194
- #: ../cookie-notice.php:252
195
- msgid "Enable or Disable Read more button."
196
- msgstr "Ativar ou Desativar botão Ler mais"
197
-
198
- #: ../cookie-notice.php:268
199
- msgid "Select where to redirect user for more information about cookies."
200
- msgstr ""
201
- "Selecionar onde redirecionar o utilizador para mais informações acerca de "
202
- "cookies"
203
-
204
- #: ../cookie-notice.php:271
205
- msgid "-- select page --"
206
- msgstr "-- selecionar página --"
207
-
208
- #: ../cookie-notice.php:281
209
- msgid "Select from one of your site's pages"
210
- msgstr "Selecione de uma das suas páginas"
211
-
212
- #: ../cookie-notice.php:285
213
- msgid "Enter the full URL starting with http://"
214
- msgstr "Introduzar o URL completo a começar com http://"
215
-
216
- #: ../cookie-notice.php:304
217
- msgid "The ammount of time that cookie should be stored for."
218
- msgstr "Duração do tempo que o cookie deverá ficar instalado."
219
-
220
- #: ../cookie-notice.php:322
221
- msgid "Select location for your cookie notice."
222
- msgstr "Selecionar local para a sua informação de cookie"
223
-
224
- #: ../cookie-notice.php:340
225
- msgid "Cookie notice acceptance animation."
226
- msgstr "Animação da aceitação da informação de Cookie"
227
-
228
- #: ../cookie-notice.php:358
229
- msgid "Choose buttons style."
230
- msgstr "Selecione estilo dos botões"
231
-
232
- #: ../cookie-notice.php:473
233
- msgid "Support"
234
- msgstr "Suporte"
235
-
236
- #: ../cookie-notice.php:495
237
- msgid "Settings"
238
- msgstr "Definições"
239
-
240
- #: ../cookie-notice.php:524
241
- msgid ""
242
- "We use cookies to ensure that we give you the best experience on our "
243
- "website. If you continue to use this site we will assume that you are happy "
244
- "with it."
245
- msgstr ""
246
- "Utilizamos cookies para assegurar que lhe fornecemos a melhor experiência na "
247
- "nossa página web. Se continuar a utilizar esta página pressupomos que está "
248
- "feliz por a utilizar."
249
-
250
- #: ../cookie-notice.php:525
251
- msgid "Ok"
252
- msgstr "Ok"
253
-
254
- #: ../cookie-notice.php:526
255
- msgid "Read more"
256
- msgstr "Ler mais"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-sl_SI.mo DELETED
Binary file
languages/cookie-notice-sl_SI.po DELETED
@@ -1,265 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cookie Notice\n"
4
- "POT-Creation-Date: 2014-07-25 09:45+0100\n"
5
- "PO-Revision-Date: 2014-09-23 21:15+0100\n"
6
- "Last-Translator: Thomas Cuk <cuk.thomas@gmail.com>\n"
7
- "Language-Team: Thomas Cuk <cuk.thomas@gmail.com>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.6.9\n"
12
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
16
- "%100==4 ? 2 : 3);\n"
17
- "Language: sl_SI\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
-
20
- #: ../cookie-notice.php:101
21
- msgid "Top"
22
- msgstr "na vrhu strani"
23
-
24
- #: ../cookie-notice.php:102
25
- msgid "Bottom"
26
- msgstr "na dnu strani"
27
-
28
- #: ../cookie-notice.php:106 ../cookie-notice.php:137
29
- msgid "None"
30
- msgstr "brez"
31
-
32
- #: ../cookie-notice.php:107
33
- msgid "WordPress"
34
- msgstr "WordPress"
35
-
36
- #: ../cookie-notice.php:108
37
- msgid "Bootstrap"
38
- msgstr "Bootstrap"
39
-
40
- #: ../cookie-notice.php:112
41
- msgid "Enable"
42
- msgstr "Omogoči"
43
-
44
- #: ../cookie-notice.php:113
45
- msgid "Disable"
46
- msgstr "Onemogoči"
47
-
48
- #: ../cookie-notice.php:117
49
- msgid "Custom link"
50
- msgstr "Poljubna povezava"
51
-
52
- #: ../cookie-notice.php:118
53
- msgid "Page link"
54
- msgstr "Povezava na stran tega spletnega mesta"
55
-
56
- #: ../cookie-notice.php:122
57
- msgid "Text color"
58
- msgstr "barva besedila"
59
-
60
- #: ../cookie-notice.php:123
61
- msgid "Bar color"
62
- msgstr "barva pasice"
63
-
64
- #: ../cookie-notice.php:127
65
- msgid "1 day"
66
- msgstr "1 dan"
67
-
68
- #: ../cookie-notice.php:128
69
- msgid "1 week"
70
- msgstr "1 teden"
71
-
72
- #: ../cookie-notice.php:129
73
- msgid "1 month"
74
- msgstr "1 mesec"
75
-
76
- #: ../cookie-notice.php:130
77
- msgid "3 months"
78
- msgstr "3 meseci"
79
-
80
- #: ../cookie-notice.php:131
81
- msgid "6 months"
82
- msgstr "6 mesecev"
83
-
84
- #: ../cookie-notice.php:132
85
- msgid "1 year"
86
- msgstr "1 leto"
87
-
88
- #: ../cookie-notice.php:133
89
- msgid "infinity"
90
- msgstr "neomejeno"
91
-
92
- #: ../cookie-notice.php:138
93
- msgid "Fade"
94
- msgstr "razblinjanje"
95
-
96
- #: ../cookie-notice.php:139
97
- msgid "Slide"
98
- msgstr "drsenje"
99
-
100
- #: ../cookie-notice.php:159
101
- msgid ""
102
- "We use cookies to ensure that we give you the best experience on our "
103
- "website. If you continue to use this site we will assume that you are happy "
104
- "with it."
105
- msgstr ""
106
- "To spletno mesto uporablja piškotke za boljšo uporabniško izkušnjo. Če boste "
107
- "spletno stran uporabljali še naprej, s tem privolite v njihovo nadaljnjo "
108
- "uporabo.."
109
-
110
- #: ../cookie-notice.php:160
111
- msgid "Ok"
112
- msgstr "OK"
113
-
114
- #: ../cookie-notice.php:161
115
- msgid "Read more"
116
- msgstr "Več o tem"
117
-
118
- #: ../cookie-notice.php:188 ../cookie-notice.php:189 ../cookie-notice.php:201
119
- #: ../cookie-notice.php:204
120
- msgid "Cookie Notice"
121
- msgstr "Cookie Notice (Sporočilo o piškotkih)"
122
-
123
- #: ../cookie-notice.php:206
124
- msgid "Need support?"
125
- msgstr "Potrebujete pomoč?"
126
-
127
- #: ../cookie-notice.php:207
128
- msgid ""
129
- "If you are having problems with this plugin, please talk about them in the"
130
- msgstr "V slučaju težav s tem vtičnikom se prosim obrnite na"
131
-
132
- #: ../cookie-notice.php:207
133
- msgid "Support forum"
134
- msgstr "forum za pomoč"
135
-
136
- #: ../cookie-notice.php:209
137
- msgid "Do you like this plugin?"
138
- msgstr "Ali vam je ta vtičnik všeč?"
139
-
140
- #: ../cookie-notice.php:210
141
- msgid "Rate it 5"
142
- msgstr "Ocenite ga s 5"
143
-
144
- #: ../cookie-notice.php:210
145
- msgid "on WordPress.org"
146
- msgstr "na Wordpress.org"
147
-
148
- #: ../cookie-notice.php:211
149
- msgid "Blog about it & link to the"
150
- msgstr "Blogajte o njem in naredite povezavo na"
151
-
152
- #: ../cookie-notice.php:211
153
- msgid "plugin page"
154
- msgstr "stran o vtičniku"
155
-
156
- #: ../cookie-notice.php:212
157
- msgid "Check out our other"
158
- msgstr "Oglejte si še naše ostale"
159
-
160
- #: ../cookie-notice.php:212
161
- msgid "WordPress plugins"
162
- msgstr "Wordpress vtičnike"
163
-
164
- #: ../cookie-notice.php:238
165
- msgid "Configuration"
166
- msgstr "Nastavitve"
167
-
168
- #: ../cookie-notice.php:239
169
- msgid "Message"
170
- msgstr "Sporočilo"
171
-
172
- #: ../cookie-notice.php:240 ../cookie-notice.php:316
173
- msgid "Button text"
174
- msgstr "Besedilo na gumbu"
175
-
176
- #: ../cookie-notice.php:241
177
- msgid "More info"
178
- msgstr "Več informacij"
179
-
180
- #: ../cookie-notice.php:242
181
- msgid "Cookie expiry"
182
- msgstr "Potek veljavnosti piškotka"
183
-
184
- #: ../cookie-notice.php:243
185
- msgid "Deactivation"
186
- msgstr "Deaktivizacija"
187
-
188
- #: ../cookie-notice.php:246
189
- msgid "Design"
190
- msgstr "Dizajn"
191
-
192
- #: ../cookie-notice.php:247
193
- msgid "Position"
194
- msgstr "Pozicija"
195
-
196
- #: ../cookie-notice.php:248
197
- msgid "Animation"
198
- msgstr "Animacija"
199
-
200
- #: ../cookie-notice.php:249
201
- msgid "Button style"
202
- msgstr "Stil gumbov"
203
-
204
- #: ../cookie-notice.php:250
205
- msgid "Colors"
206
- msgstr "Barve"
207
-
208
- #: ../cookie-notice.php:271
209
- msgid "Enable if you want all plugin data to be deleted on deactivation."
210
- msgstr ""
211
- "Vključite, če želite, da se vsi podatki o vtičniku izbrišejo ob njegovi "
212
- "deaktivizaciji."
213
-
214
- #: ../cookie-notice.php:282
215
- msgid "Enter the cookie notice message."
216
- msgstr "Vnesite besedilo sporočila o piškotkih."
217
-
218
- #: ../cookie-notice.php:292
219
- msgid "The text to show on the button when cookies have not been accepted"
220
- msgstr "Besedilo na gumbu, dokler še ni privolitve v uporabo piškotkov."
221
-
222
- #: ../cookie-notice.php:312
223
- msgid "Enable or Disable Read more button."
224
- msgstr "Vključite ali izključite gumb za Več informacij."
225
-
226
- #: ../cookie-notice.php:330
227
- msgid "Select where to redirect user for more information about cookies."
228
- msgstr ""
229
- "Izberite kam želite uporabnika preusmeriti za več informacij o piškotkih."
230
-
231
- #: ../cookie-notice.php:333
232
- msgid "-- select page --"
233
- msgstr "-- izberi stran --"
234
-
235
- #: ../cookie-notice.php:343
236
- msgid "Select from one of your site's pages"
237
- msgstr "Izberi eno od strani tega spletnega mesta"
238
-
239
- #: ../cookie-notice.php:347
240
- msgid "Enter the full URL starting with http://"
241
- msgstr "Vstavi polni naslov povezave, začenši s http://"
242
-
243
- #: ../cookie-notice.php:368
244
- msgid "The ammount of time that cookie should be stored for."
245
- msgstr "Obdobje ohranitve piškotka."
246
-
247
- #: ../cookie-notice.php:388
248
- msgid "Select location for your cookie notice."
249
- msgstr "Izberite pozicijo sporočila na spletni strani."
250
-
251
- #: ../cookie-notice.php:408
252
- msgid "Cookie notice acceptance animation."
253
- msgstr "Animacija ob sprejetju uporabe piškotkov."
254
-
255
- #: ../cookie-notice.php:428
256
- msgid "Choose buttons style."
257
- msgstr "Izberi stil gumba."
258
-
259
- #: ../cookie-notice.php:555
260
- msgid "Support"
261
- msgstr "Support"
262
-
263
- #: ../cookie-notice.php:586
264
- msgid "Settings"
265
- msgstr "Nastavitve"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cookie-notice-sv_SE.mo DELETED
Binary file
languages/cookie-notice-sv_SE.po DELETED
@@ -1,290 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2015-03-24 11:30+0100\n"
5
- "PO-Revision-Date: 2015-04-30 13:58+0100\n"
6
- "Last-Translator: Ove Kaufeldt <ove.kaufeldt@shin-ken.se>\n"
7
- "Language-Team: \n"
8
- "Language: sv_SE\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.7.6\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
-
16
- #: ../cookie-notice.php:111
17
- msgid "Top"
18
- msgstr "Högst upp"
19
-
20
- #: ../cookie-notice.php:112
21
- msgid "Bottom"
22
- msgstr "Längst ner"
23
-
24
- #: ../cookie-notice.php:116 ../cookie-notice.php:152
25
- msgid "None"
26
- msgstr "Ingen"
27
-
28
- #: ../cookie-notice.php:117
29
- msgid "WordPress"
30
- msgstr "WordPress"
31
-
32
- #: ../cookie-notice.php:118
33
- msgid "Bootstrap"
34
- msgstr "Bootstrap"
35
-
36
- #: ../cookie-notice.php:122
37
- msgid "Enable"
38
- msgstr "Aktivera"
39
-
40
- #: ../cookie-notice.php:123
41
- msgid "Disable"
42
- msgstr "Inaktivera"
43
-
44
- #: ../cookie-notice.php:127
45
- msgid "Custom link"
46
- msgstr "Anpassad länk"
47
-
48
- #: ../cookie-notice.php:128
49
- msgid "Page link"
50
- msgstr "Sidlänk"
51
-
52
- #: ../cookie-notice.php:137
53
- msgid "Text color"
54
- msgstr "Textfärg"
55
-
56
- #: ../cookie-notice.php:138
57
- msgid "Bar color"
58
- msgstr "Balkfärg"
59
-
60
- #: ../cookie-notice.php:142
61
- msgid "1 day"
62
- msgstr "1 dag"
63
-
64
- #: ../cookie-notice.php:143
65
- msgid "1 week"
66
- msgstr "1 vecka"
67
-
68
- #: ../cookie-notice.php:144
69
- msgid "1 month"
70
- msgstr "1 månad"
71
-
72
- #: ../cookie-notice.php:145
73
- msgid "3 months"
74
- msgstr "3 månader"
75
-
76
- #: ../cookie-notice.php:146
77
- msgid "6 months"
78
- msgstr "6 månader"
79
-
80
- #: ../cookie-notice.php:147
81
- msgid "1 year"
82
- msgstr "1 år"
83
-
84
- #: ../cookie-notice.php:148
85
- msgid "infinity"
86
- msgstr "oändligt"
87
-
88
- #: ../cookie-notice.php:153
89
- msgid "Fade"
90
- msgstr "Fade"
91
-
92
- #: ../cookie-notice.php:154
93
- msgid "Slide"
94
- msgstr "Glid"
95
-
96
- #: ../cookie-notice.php:158
97
- msgid "Header"
98
- msgstr "Sidhuvud"
99
-
100
- #: ../cookie-notice.php:159
101
- msgid "Footer"
102
- msgstr "Sidfot"
103
-
104
- #: ../cookie-notice.php:179
105
- msgid ""
106
- "We use cookies to ensure that we give you the best experience on our "
107
- "website. If you continue to use this site we will assume that you are happy "
108
- "with it."
109
- msgstr ""
110
- "Vi använder cookies för att se till att vi ger dig den bästa upplevelsen på "
111
- "vår hemsida. Om du fortsätter att använda den här webbplatsen kommer vi att "
112
- "anta att du godkänner detta."
113
-
114
- #: ../cookie-notice.php:180
115
- msgid "Ok"
116
- msgstr "Ok"
117
-
118
- #: ../cookie-notice.php:181
119
- msgid "Read more"
120
- msgstr "Läs mer"
121
-
122
- #: ../cookie-notice.php:211 ../cookie-notice.php:212 ../cookie-notice.php:227
123
- #: ../cookie-notice.php:230
124
- msgid "Cookie Notice"
125
- msgstr "Cookie meddelande"
126
-
127
- #: ../cookie-notice.php:232
128
- msgid "Need support?"
129
- msgstr "Behöver du hjälp?"
130
-
131
- #: ../cookie-notice.php:233
132
- msgid ""
133
- "If you are having problems with this plugin, please talk about them in the"
134
- msgstr "Om du har problem med detta tillägg så kan du besöka vårt"
135
-
136
- #: ../cookie-notice.php:233
137
- msgid "Support forum"
138
- msgstr "Supportforum"
139
-
140
- #: ../cookie-notice.php:235
141
- msgid "Do you like this plugin?"
142
- msgstr "Tycker du om detta tillägg?"
143
-
144
- #: ../cookie-notice.php:242
145
- msgid "Rate it 5"
146
- msgstr "Ge det en 5:a"
147
-
148
- #: ../cookie-notice.php:242
149
- msgid "on WordPress.org"
150
- msgstr "på WordPress.org"
151
-
152
- #: ../cookie-notice.php:243
153
- msgid "Blog about it & link to the"
154
- msgstr "Blogga om det och länka till"
155
-
156
- #: ../cookie-notice.php:243
157
- msgid "plugin page"
158
- msgstr "tilläggets webbplats"
159
-
160
- #: ../cookie-notice.php:244
161
- msgid "Check out our other"
162
- msgstr "Kolla våra andra"
163
-
164
- #: ../cookie-notice.php:244
165
- msgid "WordPress plugins"
166
- msgstr "WordPress tillägg"
167
-
168
- #: ../cookie-notice.php:272
169
- msgid "Configuration"
170
- msgstr "Konfiguration"
171
-
172
- #: ../cookie-notice.php:273
173
- msgid "Message"
174
- msgstr "Meddelande"
175
-
176
- #: ../cookie-notice.php:274 ../cookie-notice.php:361
177
- msgid "Button text"
178
- msgstr "Knapptext"
179
-
180
- #: ../cookie-notice.php:275
181
- msgid "More info"
182
- msgstr "Mera info"
183
-
184
- #: ../cookie-notice.php:276
185
- msgid "Link target"
186
- msgstr "Länkmål"
187
-
188
- #: ../cookie-notice.php:277
189
- msgid "Cookie expiry"
190
- msgstr "Utgång av cookie"
191
-
192
- #: ../cookie-notice.php:278
193
- msgid "Script placement"
194
- msgstr "Skriptplacering"
195
-
196
- #: ../cookie-notice.php:279
197
- msgid "Deactivation"
198
- msgstr "Avaktivering"
199
-
200
- #: ../cookie-notice.php:282
201
- msgid "Design"
202
- msgstr "Design"
203
-
204
- #: ../cookie-notice.php:283
205
- msgid "Position"
206
- msgstr "Position"
207
-
208
- #: ../cookie-notice.php:284
209
- msgid "Animation"
210
- msgstr "Animation"
211
-
212
- #: ../cookie-notice.php:285
213
- msgid "Button style"
214
- msgstr "Knappstil"
215
-
216
- #: ../cookie-notice.php:286
217
- msgid "Colors"
218
- msgstr "Färger"
219
-
220
- #: ../cookie-notice.php:307
221
- msgid "Enable if you want all plugin data to be deleted on deactivation."
222
- msgstr ""
223
- "Aktivera om du vill att all data ska tas bort vid avaktivering av tillägget."
224
-
225
- #: ../cookie-notice.php:321
226
- msgid "Enter the cookie notice message."
227
- msgstr "Ange notismeddelandet för cookien."
228
-
229
- #: ../cookie-notice.php:334
230
- msgid ""
231
- "The text of the option to accept the usage of the cookies and make the "
232
- "notification disappear."
233
- msgstr ""
234
- "Texten i alternativet för att acceptera användningen av cookies och få "
235
- "meddelandet att försvinna."
236
-
237
- #: ../cookie-notice.php:357
238
- msgid "Enable or Disable Read more button."
239
- msgstr "Aktivera eller inaktivera läs mer-knappen"
240
-
241
- #: ../cookie-notice.php:375
242
- msgid "Select where to redirect user for more information about cookies."
243
- msgstr "Välj var du vill omdirigera användaren för mer information om cookies."
244
-
245
- #: ../cookie-notice.php:378
246
- msgid "-- select page --"
247
- msgstr "-- välj sida --"
248
-
249
- #: ../cookie-notice.php:388
250
- msgid "Select from one of your site's pages"
251
- msgstr "Välj från en av dina sidor på din webbplats."
252
-
253
- #: ../cookie-notice.php:392
254
- msgid "Enter the full URL starting with http://"
255
- msgstr "Ange den fullständiga webbadressen som börjar med http: //"
256
-
257
- #: ../cookie-notice.php:414
258
- msgid "Select the link target for more info page."
259
- msgstr "Välj länk till sidan för den som vill ha mer information."
260
-
261
- #: ../cookie-notice.php:437
262
- msgid "The ammount of time that cookie should be stored for."
263
- msgstr "Den tid som cookien ska lagras."
264
-
265
- #: ../cookie-notice.php:458
266
- msgid "Select where all the plugin scripts should be placed."
267
- msgstr "Välj var alla tilläggets skript ska placeras."
268
-
269
- #: ../cookie-notice.php:481
270
- msgid "Select location for your cookie notice."
271
- msgstr "Välj plats för din cookie meddelande."
272
-
273
- #: ../cookie-notice.php:504
274
- msgid "Cookie notice acceptance animation."
275
- msgstr "Animation för godkännande av cookie meddelandet."
276
-
277
- #: ../cookie-notice.php:527
278
- msgid "Choose buttons style."
279
- msgstr "Välj knapparnas stil."
280
-
281
- #: ../cookie-notice.php:663
282
- msgid "Support"
283
- msgstr "Support"
284
-
285
- #: ../cookie-notice.php:691
286
- msgid "Settings"
287
- msgstr "Inställningar"
288
-
289
- #~ msgid "The text to show on the button when cookies have not been accepted"
290
- #~ msgstr "Texten som visas på knappen då cookies inte ännu blivit godkända"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.6
7
- Stable tag: 1.2.36
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -60,6 +60,9 @@ No questions yet.
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.2.36 =
64
  * Fix: String translation support for WMPL 3.2+
65
  * Fix: Global var possible conflict with other plugins
@@ -208,6 +211,5 @@ Initial release
208
 
209
  == Upgrade Notice ==
210
 
211
- = 1.2.36 =
212
- * Fix: String translation support for WMPL 3.2+
213
- * Fix: Global var possible conflict with other plugins
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.6
7
+ Stable tag: 1.2.36.1
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.2.36.1 =
64
+ * Fix: Repository upload issue with 1.2.36
65
+
66
  = 1.2.36 =
67
  * Fix: String translation support for WMPL 3.2+
68
  * Fix: Global var possible conflict with other plugins
211
 
212
  == Upgrade Notice ==
213
 
214
+ = 1.2.36.1 =
215
+ * Fix: Repository upload issue with 1.2.36