ITRO Popup Plugin - Version 4.5.3

Version Description

Added French translation, deleted send_header function with IE metadata for compatibility, English errors found. Minor bug fixed.

Download this release

Release Info

Developer ITRO
Plugin Icon 128x128 ITRO Popup Plugin
Version 4.5.3
Comparing to
See all releases

Code changes from version 4.5.2 to 4.5.3

admin/popup-admin.php CHANGED
@@ -433,6 +433,12 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
433
  </div>
434
 
435
  <div id="rightColumn">
 
 
 
 
 
 
436
  <input type="hidden" name="<?php echo $submitted_form; ?>" value="Y">
437
  <!------- Custom html field -------->
438
  <p class="wpstyle" onClick="jQuery('#customHtmlForm').toggle();"><?php _e("Your text (or HTML code:)", 'itro-plugin' ); ?> </p>
433
  </div>
434
 
435
  <div id="rightColumn">
436
+ <!-- A simple not annoying banner, please do not remove, we use it to quickly comunicate with you about premium and free! !-->
437
+ <p class="wpstyle" onClick="jQuery('#premium_ads').toggle('blind');"><?php _e('ITRO Popup messages', 'itro-plugin'); ?> </p>
438
+ <div id="premium_ads" style="text-align: center;">
439
+ <a target="_blank" href="http://www.itro.eu/ccount12/click.php?id=5"><img title="TRY IT FOR FREE!!!" src="http://www.itroteam.com/plugins/premium_banner.png"></a>
440
+ </div>
441
+
442
  <input type="hidden" name="<?php echo $submitted_form; ?>" value="Y">
443
  <!------- Custom html field -------->
444
  <p class="wpstyle" onClick="jQuery('#customHtmlForm').toggle();"><?php _e("Your text (or HTML code:)", 'itro-plugin' ); ?> </p>
css/itro-style.php CHANGED
@@ -155,20 +155,20 @@ function itro_admin_style ()
155
 
156
  #wp-custom_html-editor-container #custom_html_ifr
157
  {
158
- width: 450px !important;
159
  }
160
 
161
  #leftColumn
162
  {
163
  float:left;
164
- width:450px;
165
  }
166
 
167
  #rightColumn
168
  {
169
  float:right;
170
  margin-right:10%;
171
- width:450px;
172
  }
173
 
174
  #rightColumn2
@@ -176,7 +176,7 @@ function itro_admin_style ()
176
  clear:right;
177
  float:right;
178
  margin-right:10%;
179
- width:450px;
180
  }
181
 
182
  #customHtmlForm
155
 
156
  #wp-custom_html-editor-container #custom_html_ifr
157
  {
158
+ width: 510px !important;
159
  }
160
 
161
  #leftColumn
162
  {
163
  float:left;
164
+ width:510px;
165
  }
166
 
167
  #rightColumn
168
  {
169
  float:right;
170
  margin-right:10%;
171
+ width:510px;
172
  }
173
 
174
  #rightColumn2
176
  clear:right;
177
  float:right;
178
  margin-right:10%;
179
+ width:510px;
180
  }
181
 
182
  #customHtmlForm
functions/core-function.php CHANGED
@@ -3,13 +3,6 @@
3
  Copyright 2013 I.T.RO.® (email : support.itro@live.com)
4
  This file is part of ITRO Popup Plugin.
5
  */
6
- /* ---------------------- SEND HEADER */
7
- function itro_send_header()
8
- {
9
- /* add meta tag for IE compability */
10
- echo '<meta http-equiv="X-UA-Compatible" content="IE=edge" />';
11
- }
12
-
13
  /* ------------------ADD MENU PAGE */
14
  function itro_plugin_menu() {
15
  add_options_page( 'Popup Plugin Options', 'ITRO Popup', 'manage_options', 'itro-popup/admin/popup-admin.php', '' );
@@ -46,13 +39,13 @@ function itro_init()
46
  switch(WPLANG)
47
  {
48
  case 'en_US':
49
- $welcome_text = '<h1 style="text-align: center;"><span style="color: #000000; font-size: 200%;">Hello, this is a pop-up sample.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">By default you see only the basic settings.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">Write watever you want in the Custom text editor and enjoy our plugin!</span></h1><p>&nbsp;</p>';
50
  break;
51
  case 'it_IT':
52
  $welcome_text = '<p style="text-align: center;"><span style="color: #000000; font-size: 200%;">Salve, questo &egrave; un esempio di popup.</span></p><p style="text-align: center;">&nbsp;</p><p style="text-align: center;"><span style="color: #000000; font-size: 20;">Come impostazione predefinita sono visibili solo le opzioni base.</span></p><p style="text-align: center;">&nbsp;</p><p style="text-align: center;"><span style="color: #000000; font-size: 20;">Scrivi qualunque cosa vuoi nell&#39;editor di testo di wordpress e buon lavoro!</span></p><p style="text-align: center;">&nbsp;</p>';
53
  break;
54
  default:
55
- $welcome_text = '<h1 style="text-align: center;"><span style="color: #000000; font-size: 200%;">Hello, this is a pop-up sample.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">By default you see only the basic settings.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">Write watever you want in the Custom text editor and enjoy our plugin!</span></h1><p>&nbsp;</p>';
56
  }
57
  itro_update_field('custom_html',$welcome_text);
58
 
3
  Copyright 2013 I.T.RO.® (email : support.itro@live.com)
4
  This file is part of ITRO Popup Plugin.
5
  */
 
 
 
 
 
 
 
6
  /* ------------------ADD MENU PAGE */
7
  function itro_plugin_menu() {
8
  add_options_page( 'Popup Plugin Options', 'ITRO Popup', 'manage_options', 'itro-popup/admin/popup-admin.php', '' );
39
  switch(WPLANG)
40
  {
41
  case 'en_US':
42
+ $welcome_text = '<h1 style="text-align: center;"><span style="color: #000000; font-size: 200%;">Hello, this is a pop-up sample.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">By default you see only the basic settings.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">Write whatever you want in the Custom text editor and enjoy our plugin!</span></h1><p>&nbsp;</p>';
43
  break;
44
  case 'it_IT':
45
  $welcome_text = '<p style="text-align: center;"><span style="color: #000000; font-size: 200%;">Salve, questo &egrave; un esempio di popup.</span></p><p style="text-align: center;">&nbsp;</p><p style="text-align: center;"><span style="color: #000000; font-size: 20;">Come impostazione predefinita sono visibili solo le opzioni base.</span></p><p style="text-align: center;">&nbsp;</p><p style="text-align: center;"><span style="color: #000000; font-size: 20;">Scrivi qualunque cosa vuoi nell&#39;editor di testo di wordpress e buon lavoro!</span></p><p style="text-align: center;">&nbsp;</p>';
46
  break;
47
  default:
48
+ $welcome_text = '<h1 style="text-align: center;"><span style="color: #000000; font-size: 200%;">Hello, this is a pop-up sample.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">By default you see only the basic settings.</span></h1><h1 style="text-align: center;"><span style="color: #000000; font-size: 20;">Write whatever you want in the Custom text editor and enjoy our plugin!</span></h1><p>&nbsp;</p>';
49
  }
50
  itro_update_field('custom_html',$welcome_text);
51
 
languages/itro-plugin-en_GB.mo CHANGED
Binary file
languages/itro-plugin-en_GB.po CHANGED
@@ -1,366 +1,370 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
- "POT-Creation-Date: 2013-06-18 14:01+0100\n"
5
- "PO-Revision-Date: 2013-06-18 14:01+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: ITRO Corp\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.5\n"
12
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: admin/popup-admin.php:128
17
  msgid "settings saved."
18
  msgstr ""
19
 
20
- #: admin/popup-admin.php:135
21
  msgid "I.T.RO. Popup Plugin - Settings"
22
  msgstr ""
23
 
24
- #: admin/popup-admin.php:147
25
  msgid "General Popup Option:"
26
  msgstr ""
27
 
28
- #: admin/popup-admin.php:154
29
  msgid "SHOW ADVANCED SETTINGS"
30
  msgstr ""
31
 
32
- #: admin/popup-admin.php:155
33
  msgid "Display many other options"
34
  msgstr ""
35
 
36
- #: admin/popup-admin.php:160
37
  msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
38
  msgstr ""
39
 
40
- #: admin/popup-admin.php:162
41
  msgid "Only selected pages"
42
  msgstr ""
43
 
44
- #: admin/popup-admin.php:162
45
  msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
46
  msgstr ""
47
 
48
- #: admin/popup-admin.php:163
49
  msgid "All pages"
50
  msgstr ""
51
 
52
- #: admin/popup-admin.php:164
53
  msgid "No page"
54
  msgstr ""
55
 
56
- #: admin/popup-admin.php:168
57
  msgid "Blog homepage"
58
  msgstr ""
59
 
60
- #: admin/popup-admin.php:170
61
  msgid ""
62
  "If in your Settings->Reading you have set 'Front page displays: Your latest "
63
  "posts' and want to display the popup in the home, check this box."
64
  msgstr ""
65
 
66
- #: admin/popup-admin.php:179
67
  msgid "GENERAL SETTINGS"
68
  msgstr ""
69
 
70
- #: admin/popup-admin.php:182
71
  msgid "Disable on mobile device"
72
  msgstr ""
73
 
74
- #: admin/popup-admin.php:183
75
  msgid "Check this to disable popup on mobile devices"
76
  msgstr ""
77
 
78
- #: admin/popup-admin.php:186
79
  msgid "Disable ESC key"
80
  msgstr ""
81
 
82
- #: admin/popup-admin.php:187
83
  msgid ""
84
  "If you set this option popup can not be closed with ESC button of keyboard."
85
  msgstr ""
86
 
87
- #: admin/popup-admin.php:192
88
  msgid "Popup seconds:"
89
  msgstr ""
90
 
91
- #: admin/popup-admin.php:192
92
  msgid ""
93
  "Set seconds until the popup automatically close. Set it to zero to disable "
94
  "countdown."
95
  msgstr ""
96
 
97
- #: admin/popup-admin.php:200
98
  msgid "Popup delay:"
99
  msgstr ""
100
 
101
- #: admin/popup-admin.php:200
102
  msgid "Set seconds before the popup will be displayed"
103
  msgstr ""
104
 
105
- #: admin/popup-admin.php:208
106
  msgid "Next visualization (hours):"
107
  msgstr ""
108
 
109
- #: admin/popup-admin.php:208
110
  msgid ""
111
  "Set time for the next visualization of popup, to prevent annoying repeated "
112
  "visualizations, when someone visit pages"
113
  msgstr ""
114
 
115
- #: admin/popup-admin.php:214
116
  msgid "Delete cookie"
117
  msgstr ""
118
 
119
- #: admin/popup-admin.php:215
120
  msgid "Cookie deleted!"
121
  msgstr ""
122
 
123
- #: admin/popup-admin.php:220
124
  msgid "Show countdown"
125
  msgstr ""
126
 
127
- #: admin/popup-admin.php:221
128
  msgid ""
129
  "Show the countdown at the bottom of the popup which dispay the time before "
130
  "popup will close. If is hidden, it run anyway."
131
  msgstr ""
132
 
133
- #: admin/popup-admin.php:223
134
  msgid "Countdown font color:"
135
  msgstr ""
136
 
137
- #: admin/popup-admin.php:224
138
  msgid "Select the countdown font color."
139
  msgstr ""
140
 
141
- #: admin/popup-admin.php:228
142
  msgid "POPUP ASPECT"
143
  msgstr ""
144
 
145
- #: admin/popup-admin.php:232
146
  msgid "Popup width:"
147
  msgstr ""
148
 
149
- #: admin/popup-admin.php:232
150
  msgid ""
151
  "Use the % to change width dinamically with the browser window , or px for "
152
  "fixed dimension i.e: 30% or 200px"
153
  msgstr ""
154
 
155
- #: admin/popup-admin.php:246
156
  msgid "Popup height:"
157
  msgstr ""
158
 
159
- #: admin/popup-admin.php:246
160
  msgid "Select auto to adapt popup height to the content"
161
  msgstr ""
162
 
163
- #: admin/popup-admin.php:260
164
  msgid "Popup background color"
165
  msgstr ""
166
 
167
- #: admin/popup-admin.php:262
168
  msgid "Popup border color:"
169
  msgstr ""
170
 
171
- #: admin/popup-admin.php:268
172
  msgid "Popup border radius(px):"
173
  msgstr ""
174
 
175
- #: admin/popup-admin.php:276
176
  msgid "Popup border width(px):"
177
  msgstr ""
178
 
179
- #: admin/popup-admin.php:284
180
  msgid "Popup padding(px):"
181
  msgstr ""
182
 
183
- #: admin/popup-admin.php:291
184
  msgid "BACKGROUND IMAGE"
185
  msgstr ""
186
 
187
- #: admin/popup-admin.php:292
188
  msgid "Show image"
189
  msgstr ""
190
 
191
- #: admin/popup-admin.php:295
192
  msgid "No background"
193
  msgstr ""
194
 
195
- #: admin/popup-admin.php:298
196
  msgid "Upload Image"
197
  msgstr ""
198
 
199
- #: admin/popup-admin.php:301
200
  msgid "Popup position:"
201
  msgstr ""
202
 
203
- #: admin/popup-admin.php:301
204
  msgid ""
205
  "Setting ABSOLUTE the popup will be static on the page. Setting FIXED it will "
206
  "scroll with the page."
207
  msgstr ""
208
 
209
- #: admin/popup-admin.php:312
210
  msgid "Automatic top margin:"
211
  msgstr ""
212
 
213
- #: admin/popup-admin.php:313
214
  msgid ""
215
  "The system will try to auto center the popup, in case of problem deselect "
216
  "this option"
217
  msgstr ""
218
 
219
- #: admin/popup-admin.php:318
220
  msgid "Popup top margin(px):"
221
  msgstr ""
222
 
223
- #: admin/popup-admin.php:328
224
  msgid "Background opacity"
225
  msgstr ""
226
 
227
- #: admin/popup-admin.php:328
228
  msgid "Set the opacity of opaque background under the popup."
229
  msgstr ""
230
 
231
- #: admin/popup-admin.php:349
232
  msgid "Opaque background color"
233
  msgstr ""
234
 
235
- #: admin/popup-admin.php:354
236
  msgid "Close cross"
237
  msgstr ""
238
 
239
- #: admin/popup-admin.php:354
240
  msgid ""
241
  "Select the colour combination of the closing cross on the upper right of "
242
  "popup."
243
  msgstr ""
244
 
245
- #: admin/popup-admin.php:356
246
  msgid "Black"
247
  msgstr ""
248
 
249
- #: admin/popup-admin.php:357
250
  msgid "White"
251
  msgstr ""
252
 
253
- #: admin/popup-admin.php:358
254
  msgid "White with border"
255
  msgstr ""
256
 
257
- #: admin/popup-admin.php:367
258
  msgid "Age restriction settings:"
259
  msgstr ""
260
 
261
- #: admin/popup-admin.php:371
262
  msgid "Enable age validation"
263
  msgstr ""
264
 
265
- #: admin/popup-admin.php:374
266
  msgid "Enter button text:"
267
  msgstr ""
268
 
269
- #: admin/popup-admin.php:375
270
  msgid "i.e.: I AM OVER 18 - ENTER"
271
  msgstr ""
272
 
273
- #: admin/popup-admin.php:379
274
  msgid "Enter button background color:"
275
  msgstr ""
276
 
277
- #: admin/popup-admin.php:382
278
  msgid "Enter button border color:"
279
  msgstr ""
280
 
281
- #: admin/popup-admin.php:385
282
  msgid "Enter button font color:"
283
  msgstr ""
284
 
285
- #: admin/popup-admin.php:390
286
  msgid "Leave button text:"
287
  msgstr ""
288
 
289
- #: admin/popup-admin.php:391
290
  msgid "i.e.: I AM UNDER 18 - LEAVE"
291
  msgstr ""
292
 
293
- #: admin/popup-admin.php:393
294
  msgid "Leave button url:"
295
  msgstr ""
296
 
297
- #: admin/popup-admin.php:394
298
  msgid "i.e.: http://www.mysite.com/leave.html"
299
  msgstr ""
300
 
301
- #: admin/popup-admin.php:398
302
  msgid "Leave button background color:"
303
  msgstr ""
304
 
305
- #: admin/popup-admin.php:401
306
  msgid "Leave button border color:"
307
  msgstr ""
308
 
309
- #: admin/popup-admin.php:404
310
  msgid "Leave button font color:"
311
  msgstr ""
312
 
313
- #: admin/popup-admin.php:416 admin/popup-admin.php:433
314
  msgid "Preview page"
315
  msgstr ""
316
 
317
- #: admin/popup-admin.php:424
318
  msgid "Your text (or HTML code:)"
319
  msgstr ""
320
 
321
- #: admin/popup-admin.php:441
322
  msgid "Like it? Offer us a coffee! ;-)"
323
  msgstr ""
324
 
325
- #: admin/popup-admin.php:446
326
  msgid "Make your donation"
327
  msgstr ""
328
 
329
- #: admin/popup-admin.php:447
330
  msgid "little donation"
331
  msgstr ""
332
 
333
- #: admin/popup-admin.php:448
334
  msgid "right donation"
335
  msgstr ""
336
 
337
- #: admin/popup-admin.php:449
338
  msgid "normal donation"
339
  msgstr ""
340
 
341
- #: admin/popup-admin.php:450
342
  msgid "good donation"
343
  msgstr ""
344
 
345
- #: admin/popup-admin.php:451
346
  msgid "great donation"
347
  msgstr ""
348
 
349
- #: admin/popup-admin.php:467
 
 
 
 
350
  msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
351
  msgstr ""
352
 
353
- #: admin/popup-admin.php:468
354
  msgid ""
355
  "Check this box if you want to delete or maintain database tables. It is "
356
  "usefull if you have to try to install again the plugin, without lost your "
357
  "settings."
358
  msgstr ""
359
 
360
- #: templates/itro-popup-template.php:22
361
  msgid "This popup will be closed in: "
362
  msgstr ""
363
 
364
- #: templates/itro-popup-template.php:37
365
  msgid "CLOSE"
366
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2013-08-31 12:55+0100\n"
5
+ "PO-Revision-Date: 2013-08-31 12:58+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: ITRO Corp\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-SearchPath-0: .\n"
15
 
16
+ #: admin/popup-admin.php:142
17
  msgid "settings saved."
18
  msgstr ""
19
 
20
+ #: admin/popup-admin.php:149
21
  msgid "I.T.RO. Popup Plugin - Settings"
22
  msgstr ""
23
 
24
+ #: admin/popup-admin.php:161
25
  msgid "General Popup Option:"
26
  msgstr ""
27
 
28
+ #: admin/popup-admin.php:168
29
  msgid "SHOW ADVANCED SETTINGS"
30
  msgstr ""
31
 
32
+ #: admin/popup-admin.php:169
33
  msgid "Display many other options"
34
  msgstr ""
35
 
36
+ #: admin/popup-admin.php:174
37
  msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
38
  msgstr ""
39
 
40
+ #: admin/popup-admin.php:176
41
  msgid "Only selected pages"
42
  msgstr ""
43
 
44
+ #: admin/popup-admin.php:176
45
  msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
46
  msgstr ""
47
 
48
+ #: admin/popup-admin.php:177
49
  msgid "All pages"
50
  msgstr ""
51
 
52
+ #: admin/popup-admin.php:178
53
  msgid "No page"
54
  msgstr ""
55
 
56
+ #: admin/popup-admin.php:182
57
  msgid "Blog homepage"
58
  msgstr ""
59
 
60
+ #: admin/popup-admin.php:184
61
  msgid ""
62
  "If in your Settings->Reading you have set 'Front page displays: Your latest "
63
  "posts' and want to display the popup in the home, check this box."
64
  msgstr ""
65
 
66
+ #: admin/popup-admin.php:194
67
  msgid "GENERAL SETTINGS"
68
  msgstr ""
69
 
70
+ #: admin/popup-admin.php:197
71
  msgid "Disable on mobile device"
72
  msgstr ""
73
 
74
+ #: admin/popup-admin.php:198
75
  msgid "Check this to disable popup on mobile devices"
76
  msgstr ""
77
 
78
+ #: admin/popup-admin.php:201
79
  msgid "Disable ESC key"
80
  msgstr ""
81
 
82
+ #: admin/popup-admin.php:202
83
  msgid ""
84
  "If you set this option popup can not be closed with ESC button of keyboard."
85
  msgstr ""
86
 
87
+ #: admin/popup-admin.php:207
88
  msgid "Popup seconds:"
89
  msgstr ""
90
 
91
+ #: admin/popup-admin.php:207
92
  msgid ""
93
  "Set seconds until the popup automatically close. Set it to zero to disable "
94
  "countdown."
95
  msgstr ""
96
 
97
+ #: admin/popup-admin.php:215
98
  msgid "Popup delay:"
99
  msgstr ""
100
 
101
+ #: admin/popup-admin.php:215
102
  msgid "Set seconds before the popup will be displayed"
103
  msgstr ""
104
 
105
+ #: admin/popup-admin.php:223
106
  msgid "Next visualization (hours):"
107
  msgstr ""
108
 
109
+ #: admin/popup-admin.php:223
110
  msgid ""
111
  "Set time for the next visualization of popup, to prevent annoying repeated "
112
  "visualizations, when someone visit pages"
113
  msgstr ""
114
 
115
+ #: admin/popup-admin.php:229
116
  msgid "Delete cookie"
117
  msgstr ""
118
 
119
+ #: admin/popup-admin.php:230
120
  msgid "Cookie deleted!"
121
  msgstr ""
122
 
123
+ #: admin/popup-admin.php:235
124
  msgid "Show countdown"
125
  msgstr ""
126
 
127
+ #: admin/popup-admin.php:236
128
  msgid ""
129
  "Show the countdown at the bottom of the popup which dispay the time before "
130
  "popup will close. If is hidden, it run anyway."
131
  msgstr ""
132
 
133
+ #: admin/popup-admin.php:238
134
  msgid "Countdown font color:"
135
  msgstr ""
136
 
137
+ #: admin/popup-admin.php:239
138
  msgid "Select the countdown font color."
139
  msgstr ""
140
 
141
+ #: admin/popup-admin.php:243
142
  msgid "POPUP ASPECT"
143
  msgstr ""
144
 
145
+ #: admin/popup-admin.php:247
146
  msgid "Popup width:"
147
  msgstr ""
148
 
149
+ #: admin/popup-admin.php:247
150
  msgid ""
151
  "Use the % to change width dinamically with the browser window , or px for "
152
  "fixed dimension i.e: 30% or 200px"
153
  msgstr ""
154
 
155
+ #: admin/popup-admin.php:261
156
  msgid "Popup height:"
157
  msgstr ""
158
 
159
+ #: admin/popup-admin.php:261
160
  msgid "Select auto to adapt popup height to the content"
161
  msgstr ""
162
 
163
+ #: admin/popup-admin.php:275
164
  msgid "Popup background color"
165
  msgstr ""
166
 
167
+ #: admin/popup-admin.php:277
168
  msgid "Popup border color:"
169
  msgstr ""
170
 
171
+ #: admin/popup-admin.php:283
172
  msgid "Popup border radius(px):"
173
  msgstr ""
174
 
175
+ #: admin/popup-admin.php:291
176
  msgid "Popup border width(px):"
177
  msgstr ""
178
 
179
+ #: admin/popup-admin.php:299
180
  msgid "Popup padding(px):"
181
  msgstr ""
182
 
183
+ #: admin/popup-admin.php:306
184
  msgid "BACKGROUND IMAGE"
185
  msgstr ""
186
 
187
+ #: admin/popup-admin.php:307
188
  msgid "Show image"
189
  msgstr ""
190
 
191
+ #: admin/popup-admin.php:310
192
  msgid "No background"
193
  msgstr ""
194
 
195
+ #: admin/popup-admin.php:313
196
  msgid "Upload Image"
197
  msgstr ""
198
 
199
+ #: admin/popup-admin.php:316
200
  msgid "Popup position:"
201
  msgstr ""
202
 
203
+ #: admin/popup-admin.php:316
204
  msgid ""
205
  "Setting ABSOLUTE the popup will be static on the page. Setting FIXED it will "
206
  "scroll with the page."
207
  msgstr ""
208
 
209
+ #: admin/popup-admin.php:327
210
  msgid "Automatic top margin:"
211
  msgstr ""
212
 
213
+ #: admin/popup-admin.php:328
214
  msgid ""
215
  "The system will try to auto center the popup, in case of problem deselect "
216
  "this option"
217
  msgstr ""
218
 
219
+ #: admin/popup-admin.php:333
220
  msgid "Popup top margin(px):"
221
  msgstr ""
222
 
223
+ #: admin/popup-admin.php:343
224
  msgid "Background opacity"
225
  msgstr ""
226
 
227
+ #: admin/popup-admin.php:343
228
  msgid "Set the opacity of opaque background under the popup."
229
  msgstr ""
230
 
231
+ #: admin/popup-admin.php:364
232
  msgid "Opaque background color"
233
  msgstr ""
234
 
235
+ #: admin/popup-admin.php:369
236
  msgid "Close cross"
237
  msgstr ""
238
 
239
+ #: admin/popup-admin.php:369
240
  msgid ""
241
  "Select the colour combination of the closing cross on the upper right of "
242
  "popup."
243
  msgstr ""
244
 
245
+ #: admin/popup-admin.php:371
246
  msgid "Black"
247
  msgstr ""
248
 
249
+ #: admin/popup-admin.php:372
250
  msgid "White"
251
  msgstr ""
252
 
253
+ #: admin/popup-admin.php:373
254
  msgid "White with border"
255
  msgstr ""
256
 
257
+ #: admin/popup-admin.php:382
258
  msgid "Age restriction settings:"
259
  msgstr ""
260
 
261
+ #: admin/popup-admin.php:386
262
  msgid "Enable age validation"
263
  msgstr ""
264
 
265
+ #: admin/popup-admin.php:389
266
  msgid "Enter button text:"
267
  msgstr ""
268
 
269
+ #: admin/popup-admin.php:390
270
  msgid "i.e.: I AM OVER 18 - ENTER"
271
  msgstr ""
272
 
273
+ #: admin/popup-admin.php:394
274
  msgid "Enter button background color:"
275
  msgstr ""
276
 
277
+ #: admin/popup-admin.php:397
278
  msgid "Enter button border color:"
279
  msgstr ""
280
 
281
+ #: admin/popup-admin.php:400
282
  msgid "Enter button font color:"
283
  msgstr ""
284
 
285
+ #: admin/popup-admin.php:405
286
  msgid "Leave button text:"
287
  msgstr ""
288
 
289
+ #: admin/popup-admin.php:406
290
  msgid "i.e.: I AM UNDER 18 - LEAVE"
291
  msgstr ""
292
 
293
+ #: admin/popup-admin.php:408
294
  msgid "Leave button url:"
295
  msgstr ""
296
 
297
+ #: admin/popup-admin.php:409
298
  msgid "i.e.: http://www.mysite.com/leave.html"
299
  msgstr ""
300
 
301
+ #: admin/popup-admin.php:413
302
  msgid "Leave button background color:"
303
  msgstr ""
304
 
305
+ #: admin/popup-admin.php:416
306
  msgid "Leave button border color:"
307
  msgstr ""
308
 
309
+ #: admin/popup-admin.php:419
310
  msgid "Leave button font color:"
311
  msgstr ""
312
 
313
+ #: admin/popup-admin.php:431 admin/popup-admin.php:447
314
  msgid "Preview page"
315
  msgstr ""
316
 
317
+ #: admin/popup-admin.php:438
318
  msgid "Your text (or HTML code:)"
319
  msgstr ""
320
 
321
+ #: admin/popup-admin.php:455
322
  msgid "Like it? Offer us a coffee! ;-)"
323
  msgstr ""
324
 
325
+ #: admin/popup-admin.php:460
326
  msgid "Make your donation"
327
  msgstr ""
328
 
329
+ #: admin/popup-admin.php:461
330
  msgid "little donation"
331
  msgstr ""
332
 
333
+ #: admin/popup-admin.php:462
334
  msgid "right donation"
335
  msgstr ""
336
 
337
+ #: admin/popup-admin.php:463
338
  msgid "normal donation"
339
  msgstr ""
340
 
341
+ #: admin/popup-admin.php:464
342
  msgid "good donation"
343
  msgstr ""
344
 
345
+ #: admin/popup-admin.php:465
346
  msgid "great donation"
347
  msgstr ""
348
 
349
+ #: admin/popup-admin.php:473
350
+ msgid "System Status"
351
+ msgstr ""
352
+
353
+ #: admin/popup-admin.php:484
354
  msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
355
  msgstr ""
356
 
357
+ #: admin/popup-admin.php:485
358
  msgid ""
359
  "Check this box if you want to delete or maintain database tables. It is "
360
  "usefull if you have to try to install again the plugin, without lost your "
361
  "settings."
362
  msgstr ""
363
 
364
+ #: templates/itro-popup-template.php:11
365
  msgid "This popup will be closed in: "
366
  msgstr ""
367
 
368
+ #: templates/itro-popup-template.php:26
369
  msgid "CLOSE"
370
  msgstr ""
languages/itro-plugin-fr_FR.mo ADDED
Binary file
languages/itro-plugin-fr_FR.po ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2013-08-31 12:56+0100\n"
5
+ "PO-Revision-Date: 2013-08-31 12:57+0100\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: ITRO Corp\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-SearchPath-0: .\n"
15
+
16
+ #: admin/popup-admin.php:142
17
+ msgid "settings saved."
18
+ msgstr "Paramètres enregistrés"
19
+
20
+ #: admin/popup-admin.php:149
21
+ msgid "I.T.RO. Popup Plugin - Settings"
22
+ msgstr "I.T.RO. Popup Plugin - Impostations"
23
+
24
+ #: admin/popup-admin.php:161
25
+ msgid "General Popup Option:"
26
+ msgstr "Paramètres généraux"
27
+
28
+ #: admin/popup-admin.php:168
29
+ msgid "SHOW ADVANCED SETTINGS"
30
+ msgstr "Montre les paramètres avancés"
31
+
32
+ #: admin/popup-admin.php:169
33
+ msgid "Display many other options"
34
+ msgstr ""
35
+ "Affiche de nombreuses autres fonctionnalités pour les utilisateurs avancés"
36
+
37
+ #: admin/popup-admin.php:174
38
+ msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
39
+ msgstr "Décider où placer le popup"
40
+
41
+ #: admin/popup-admin.php:176
42
+ msgid "Only selected pages"
43
+ msgstr "Uniquement les pages sélectionnées"
44
+
45
+ #: admin/popup-admin.php:176
46
+ msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
47
+ msgstr ""
48
+ "Choix multiple avec CTRL + clic ou Maj + Flèche vers le haut ou vers le bas"
49
+
50
+ #: admin/popup-admin.php:177
51
+ msgid "All pages"
52
+ msgstr "Toutes pages"
53
+
54
+ #: admin/popup-admin.php:178
55
+ msgid "No page"
56
+ msgstr "Aucune page"
57
+
58
+ #: admin/popup-admin.php:182
59
+ msgid "Blog homepage"
60
+ msgstr "Hompage blog"
61
+
62
+ #: admin/popup-admin.php:184
63
+ msgid ""
64
+ "If in your Settings->Reading you have set 'Front page displays: Your latest "
65
+ "posts' and want to display the popup in the home, check this box."
66
+ msgstr ""
67
+ "Si dans Paramètres-> Lecture a été choisi «l'écran d'accueil affiche: "
68
+ "Derniers articles» et que vous souhaitez afficher sur home le pop-up, cochez "
69
+ "la case."
70
+
71
+ #: admin/popup-admin.php:194
72
+ msgid "GENERAL SETTINGS"
73
+ msgstr "PARAMÈTRES GÉNÉRAUX"
74
+
75
+ #: admin/popup-admin.php:197
76
+ msgid "Disable on mobile device"
77
+ msgstr "Désactive pour appareils mobiles"
78
+
79
+ #: admin/popup-admin.php:198
80
+ msgid "Check this to disable popup on mobile devices"
81
+ msgstr "Cochez cette case pour désactiver le pop-up sur les appareils mobiles."
82
+
83
+ #: admin/popup-admin.php:201
84
+ msgid "Disable ESC key"
85
+ msgstr "Desactivez ESC Touche"
86
+
87
+ #: admin/popup-admin.php:202
88
+ msgid ""
89
+ "If you set this option popup can not be closed with ESC button of keyboard."
90
+ msgstr ""
91
+ "En sélectionnant cette option, le pop-up ne peut être fermé avec la touche "
92
+ "ESC. Il se fermera automatiquement uniquement avec le compte à rebours."
93
+
94
+ #: admin/popup-admin.php:207
95
+ msgid "Popup seconds:"
96
+ msgstr "Les secondes du popup"
97
+
98
+ #: admin/popup-admin.php:207
99
+ msgid ""
100
+ "Set seconds until the popup automatically close. Set it to zero to disable "
101
+ "countdown."
102
+ msgstr ""
103
+ "Définissez les secondes du pop-up pour la fermeture automatique du pop-up."
104
+
105
+ #: admin/popup-admin.php:215
106
+ msgid "Popup delay:"
107
+ msgstr "Retard de pop-up"
108
+
109
+ #: admin/popup-admin.php:215
110
+ msgid "Set seconds before the popup will be displayed"
111
+ msgstr "Définit le délai avant que le pop-up est affiché."
112
+
113
+ #: admin/popup-admin.php:223
114
+ msgid "Next visualization (hours):"
115
+ msgstr "Visualisation suivante (en heures):"
116
+
117
+ #: admin/popup-admin.php:223
118
+ msgid ""
119
+ "Set time for the next visualization of popup, to prevent annoying repeated "
120
+ "visualizations, when someone visit pages"
121
+ msgstr ""
122
+ "Définit le temps avant que le pop-up apparaît à nouveau, pour une nouvelle "
123
+ "visite de la page. Il empêche vues ennuyeux répétées du même."
124
+
125
+ #: admin/popup-admin.php:229
126
+ msgid "Delete cookie"
127
+ msgstr "Supprimer les cookies"
128
+
129
+ #: admin/popup-admin.php:230
130
+ msgid "Cookie deleted!"
131
+ msgstr "Cookies éliminés!"
132
+
133
+ #: admin/popup-admin.php:235
134
+ msgid "Show countdown"
135
+ msgstr "Montre le compte à rebours"
136
+
137
+ #: admin/popup-admin.php:236
138
+ msgid ""
139
+ "Show the countdown at the bottom of the popup which dispay the time before "
140
+ "popup will close. If is hidden, it run anyway."
141
+ msgstr ""
142
+ "Montre le compte à rebours avant que le pop-up se ferme , fondamentalement "
143
+ "le même. Bien caché, il ne fonctionnera toute façon."
144
+
145
+ #: admin/popup-admin.php:238
146
+ msgid "Countdown font color:"
147
+ msgstr "Couleur du font du compte à rebours"
148
+
149
+ #: admin/popup-admin.php:239
150
+ msgid "Select the countdown font color."
151
+ msgstr "Choisissez la couleur du font du compte à rebours."
152
+
153
+ #: admin/popup-admin.php:243
154
+ msgid "POPUP ASPECT"
155
+ msgstr "ASPECT POPUP"
156
+
157
+ #: admin/popup-admin.php:247
158
+ msgid "Popup width:"
159
+ msgstr "Largeur Popup:"
160
+
161
+ #: admin/popup-admin.php:247
162
+ msgid ""
163
+ "Use the % to change width dinamically with the browser window , or px for "
164
+ "fixed dimension i.e: 30% or 200px"
165
+ msgstr ""
166
+ "Utilisez% pour modifier dynamiquement la taille de redimensionnement de la "
167
+ "fenêtre, ou px pour taille fixe. par exemple 30% ou 200px"
168
+
169
+ #: admin/popup-admin.php:261
170
+ msgid "Popup height:"
171
+ msgstr "Hauteur Pop-up:"
172
+
173
+ #: admin/popup-admin.php:261
174
+ msgid "Select auto to adapt popup height to the content"
175
+ msgstr "Sélectionnez Auto pour régler la hauteur du pop-up au contenu "
176
+
177
+ #: admin/popup-admin.php:275
178
+ msgid "Popup background color"
179
+ msgstr "Couleur de fond:"
180
+
181
+ #: admin/popup-admin.php:277
182
+ msgid "Popup border color:"
183
+ msgstr "Couleur de la bordure"
184
+
185
+ #: admin/popup-admin.php:283
186
+ msgid "Popup border radius(px):"
187
+ msgstr "Bord arrondi du pop-up (px)"
188
+
189
+ #: admin/popup-admin.php:291
190
+ msgid "Popup border width(px):"
191
+ msgstr "Épaisseur bord du pop-up (px):"
192
+
193
+ #: admin/popup-admin.php:299
194
+ msgid "Popup padding(px):"
195
+ msgstr "Rembourrage (px):"
196
+
197
+ #: admin/popup-admin.php:306
198
+ msgid "BACKGROUND IMAGE"
199
+ msgstr "FOND D'ÉCRAN"
200
+
201
+ #: admin/popup-admin.php:307
202
+ msgid "Show image"
203
+ msgstr "visualise l'image"
204
+
205
+ #: admin/popup-admin.php:310
206
+ msgid "No background"
207
+ msgstr "Pas de fond"
208
+
209
+ #: admin/popup-admin.php:313
210
+ msgid "Upload Image"
211
+ msgstr "Upload image"
212
+
213
+ #: admin/popup-admin.php:316
214
+ msgid "Popup position:"
215
+ msgstr "Position de la fenêtre du pop-up"
216
+
217
+ #: admin/popup-admin.php:316
218
+ msgid ""
219
+ "Setting ABSOLUTE the popup will be static on the page. Setting FIXED it will "
220
+ "scroll with the page."
221
+ msgstr ""
222
+ "ABSOLUTE mis à avoir le pop-up fixé sur la page, FIXED pour faire le glisser "
223
+ "avec la page."
224
+
225
+ #: admin/popup-admin.php:327
226
+ msgid "Automatic top margin:"
227
+ msgstr "Marge supérieure automatique"
228
+
229
+ #: admin/popup-admin.php:328
230
+ msgid ""
231
+ "The system will try to auto center the popup, in case of problem deselect "
232
+ "this option"
233
+ msgstr ""
234
+ "Le système va essayer de centrer automatiquement le pop-up, en cas de "
235
+ "problèmes désactivez cette option."
236
+
237
+ #: admin/popup-admin.php:333
238
+ msgid "Popup top margin(px):"
239
+ msgstr "Marge supérieure du pop-up (px):"
240
+
241
+ #: admin/popup-admin.php:343
242
+ msgid "Background opacity"
243
+ msgstr " Opacité fond"
244
+
245
+ #: admin/popup-admin.php:343
246
+ msgid "Set the opacity of opaque background under the popup."
247
+ msgstr "Définit l'opacité de l'arrière-plan qui apparaît derrière le pop-up"
248
+
249
+ #: admin/popup-admin.php:364
250
+ msgid "Opaque background color"
251
+ msgstr "Opaque couleur de fond:"
252
+
253
+ #: admin/popup-admin.php:369
254
+ msgid "Close cross"
255
+ msgstr "Croix la clôture"
256
+
257
+ #: admin/popup-admin.php:369
258
+ msgid ""
259
+ "Select the colour combination of the closing cross on the upper right of "
260
+ "popup."
261
+ msgstr ""
262
+ "Sélectionnez la palette de couleurs de la croix de fermeture du pop-up situé "
263
+ "en haut à droite"
264
+
265
+ #: admin/popup-admin.php:371
266
+ msgid "Black"
267
+ msgstr "Noire"
268
+
269
+ #: admin/popup-admin.php:372
270
+ msgid "White"
271
+ msgstr "Blanche"
272
+
273
+ #: admin/popup-admin.php:373
274
+ msgid "White with border"
275
+ msgstr "Avec bords blancs"
276
+
277
+ #: admin/popup-admin.php:382
278
+ msgid "Age restriction settings:"
279
+ msgstr "Site avec des restrictions d'âge:"
280
+
281
+ #: admin/popup-admin.php:386
282
+ msgid "Enable age validation"
283
+ msgstr "Activer l'âge de bloc"
284
+
285
+ #: admin/popup-admin.php:389
286
+ msgid "Enter button text:"
287
+ msgstr "Bouton de saisie de texte:"
288
+
289
+ #: admin/popup-admin.php:390
290
+ msgid "i.e.: I AM OVER 18 - ENTER"
291
+ msgstr "ex: J'ai PLUS DE 18 ANS - ENTER"
292
+
293
+ #: admin/popup-admin.php:394
294
+ msgid "Enter button background color:"
295
+ msgstr " Couleur du fond touche d'entrée:"
296
+
297
+ #: admin/popup-admin.php:397
298
+ msgid "Enter button border color:"
299
+ msgstr " Couleur du bord touche d'entrée:"
300
+
301
+ #: admin/popup-admin.php:400
302
+ msgid "Enter button font color:"
303
+ msgstr "Font Color entrée bouton"
304
+
305
+ #: admin/popup-admin.php:405
306
+ msgid "Leave button text:"
307
+ msgstr "Texte bouton de suppression:"
308
+
309
+ #: admin/popup-admin.php:406
310
+ msgid "i.e.: I AM UNDER 18 - LEAVE"
311
+ msgstr "ex: J'ai MOINS DE 18 ANS - ALLONTANAMI DU SITE"
312
+
313
+ #: admin/popup-admin.php:408
314
+ msgid "Leave button url:"
315
+ msgstr "URL bouton de renvoi"
316
+
317
+ #: admin/popup-admin.php:409
318
+ msgid "i.e.: http://www.mysite.com/leave.html"
319
+ msgstr "ex.: http://www.mysite.com/leave.html"
320
+
321
+ #: admin/popup-admin.php:413
322
+ msgid "Leave button background color:"
323
+ msgstr "Couleur de fond bouton d'enlèvement"
324
+
325
+ #: admin/popup-admin.php:416
326
+ msgid "Leave button border color:"
327
+ msgstr "Couleur du bond bouton d'enlèvement"
328
+
329
+ #: admin/popup-admin.php:419
330
+ msgid "Leave button font color:"
331
+ msgstr "Couleur du font bouton d'enlèvement"
332
+
333
+ #: admin/popup-admin.php:431 admin/popup-admin.php:447
334
+ msgid "Preview page"
335
+ msgstr "Page Aperçu"
336
+
337
+ #: admin/popup-admin.php:438
338
+ msgid "Your text (or HTML code:)"
339
+ msgstr "Votre texte (ou code HTML)"
340
+
341
+ #: admin/popup-admin.php:455
342
+ msgid "Like it? Offer us a coffee! ;-)"
343
+ msgstr "Le plugin que vous aimez? Offrez-nous un café! ;-)"
344
+
345
+ #: admin/popup-admin.php:460
346
+ msgid "Make your donation"
347
+ msgstr "Faites une donation"
348
+
349
+ #: admin/popup-admin.php:461
350
+ msgid "little donation"
351
+ msgstr "petite donation"
352
+
353
+ #: admin/popup-admin.php:462
354
+ msgid "right donation"
355
+ msgstr " donation droite"
356
+
357
+ #: admin/popup-admin.php:463
358
+ msgid "normal donation"
359
+ msgstr "donation réguliere"
360
+
361
+ #: admin/popup-admin.php:464
362
+ msgid "good donation"
363
+ msgstr "importante donation"
364
+
365
+ #: admin/popup-admin.php:465
366
+ msgid "great donation"
367
+ msgstr "grande donation "
368
+
369
+ #: admin/popup-admin.php:473
370
+ msgid "System Status"
371
+ msgstr "Infos Système"
372
+
373
+ #: admin/popup-admin.php:484
374
+ msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
375
+ msgstr "EFFACER TOUS LES DONNÉES DE RETIRER LE PLUGIN"
376
+
377
+ #: admin/popup-admin.php:485
378
+ msgid ""
379
+ "Check this box if you want to delete or maintain database tables. It is "
380
+ "usefull if you have to try to install again the plugin, without lost your "
381
+ "settings."
382
+ msgstr ""
383
+ "Cochez cette case si vous souhaitez supprimer toutes les tables du database"
384
+
385
+ #: templates/itro-popup-template.php:11
386
+ msgid "This popup will be closed in: "
387
+ msgstr "Ce pop-up sera fermé entre:"
388
+
389
+ #: templates/itro-popup-template.php:26
390
+ msgid "CLOSE"
391
+ msgstr "FERMETURE"
languages/itro-plugin-it_IT.mo CHANGED
Binary file
languages/itro-plugin-it_IT.po CHANGED
@@ -1,64 +1,64 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
- "POT-Creation-Date: 2013-06-18 14:02+0100\n"
5
- "PO-Revision-Date: 2013-06-18 14:02+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: ITRO Corp\n"
8
  "Language: ITALIANO\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.5\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e\n"
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: admin/popup-admin.php:128
18
  msgid "settings saved."
19
  msgstr "Impostazioni salvate"
20
 
21
- #: admin/popup-admin.php:135
22
  msgid "I.T.RO. Popup Plugin - Settings"
23
  msgstr "ITRO Popup Plugin - Impostazioni"
24
 
25
- #: admin/popup-admin.php:147
26
  msgid "General Popup Option:"
27
  msgstr "Impostazioni Generali"
28
 
29
- #: admin/popup-admin.php:154
30
  msgid "SHOW ADVANCED SETTINGS"
31
  msgstr "VISUALIZZA LE IMPOSTAZIONI AVANZATE"
32
 
33
- #: admin/popup-admin.php:155
34
  msgid "Display many other options"
35
  msgstr "Visualizza moltre altre funzioni per utenti avanzati"
36
 
37
- #: admin/popup-admin.php:160
38
  msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
39
  msgstr "DECIDERE DOVE VISUALIZZARE IL POPUP"
40
 
41
- #: admin/popup-admin.php:162
42
  msgid "Only selected pages"
43
  msgstr "Solo pagine selezionate"
44
 
45
- #: admin/popup-admin.php:162
46
  msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
47
  msgstr "Scelta multipla con CTRL+Click o SHIFT+Freccia su o giu"
48
 
49
- #: admin/popup-admin.php:163
50
  msgid "All pages"
51
  msgstr "Tutte le pagine"
52
 
53
- #: admin/popup-admin.php:164
54
  msgid "No page"
55
  msgstr "Nessuna pagina"
56
 
57
- #: admin/popup-admin.php:168
58
  msgid "Blog homepage"
59
  msgstr "Blog homepage"
60
 
61
- #: admin/popup-admin.php:170
62
  msgid ""
63
  "If in your Settings->Reading you have set 'Front page displays: Your latest "
64
  "posts' and want to display the popup in the home, check this box."
@@ -67,35 +67,35 @@ msgstr ""
67
  "Gli ultimi articoli' e su vuole visualizzare il popup in home, sezionare la "
68
  "casella."
69
 
70
- #: admin/popup-admin.php:179
71
  msgid "GENERAL SETTINGS"
72
  msgstr "IMPOSTAZIONI GENERALI"
73
 
74
- #: admin/popup-admin.php:182
75
  msgid "Disable on mobile device"
76
  msgstr "Disabilita per dispositivi mobili"
77
 
78
- #: admin/popup-admin.php:183
79
  msgid "Check this to disable popup on mobile devices"
80
  msgstr ""
81
  "Selezionare questo riquadro per disabilitare il popup sui dispositivi mobili."
82
 
83
- #: admin/popup-admin.php:186
84
  msgid "Disable ESC key"
85
  msgstr "Disabilitare tasto ESC"
86
 
87
- #: admin/popup-admin.php:187
88
  msgid ""
89
  "If you set this option popup can not be closed with ESC button of keyboard."
90
  msgstr ""
91
  "Selezionando questa opzione il popup non può essere chiuso con il tasto ESC. "
92
  "Si chiuderà automaticamente solo con il conto alla rovescia."
93
 
94
- #: admin/popup-admin.php:192
95
  msgid "Popup seconds:"
96
  msgstr "Secondi popup:"
97
 
98
- #: admin/popup-admin.php:192
99
  msgid ""
100
  "Set seconds until the popup automatically close. Set it to zero to disable "
101
  "countdown."
@@ -103,19 +103,19 @@ msgstr ""
103
  "Imposta i secondi prima che il popup si chiuda automaticamente. Lasciare a "
104
  "zero per disabilitare il conto alla rovescia."
105
 
106
- #: admin/popup-admin.php:200
107
  msgid "Popup delay:"
108
  msgstr "Ritardo popup:"
109
 
110
- #: admin/popup-admin.php:200
111
  msgid "Set seconds before the popup will be displayed"
112
  msgstr "Imposta il tempo di ritardo prima che il popup venga visualizzato."
113
 
114
- #: admin/popup-admin.php:208
115
  msgid "Next visualization (hours):"
116
  msgstr "Prossima visualizzazione (ore):"
117
 
118
- #: admin/popup-admin.php:208
119
  msgid ""
120
  "Set time for the next visualization of popup, to prevent annoying repeated "
121
  "visualizations, when someone visit pages"
@@ -124,19 +124,19 @@ msgstr ""
124
  "della pagina. Serve ad evitare fastidiose ripetute visualizzazioni dello "
125
  "stesso."
126
 
127
- #: admin/popup-admin.php:214
128
  msgid "Delete cookie"
129
  msgstr "Elimina cookie"
130
 
131
- #: admin/popup-admin.php:215
132
  msgid "Cookie deleted!"
133
  msgstr "Cookie eliminato!"
134
 
135
- #: admin/popup-admin.php:220
136
  msgid "Show countdown"
137
  msgstr "Visualizza conto alla rovescia"
138
 
139
- #: admin/popup-admin.php:221
140
  msgid ""
141
  "Show the countdown at the bottom of the popup which dispay the time before "
142
  "popup will close. If is hidden, it run anyway."
@@ -144,23 +144,23 @@ msgstr ""
144
  "Visualizza il conto alla rovescia prima che il popup si chiuda, in fondo "
145
  "allo stesso. Anche se nascosto, funzionerà comunque."
146
 
147
- #: admin/popup-admin.php:223
148
  msgid "Countdown font color:"
149
  msgstr "Colore font:"
150
 
151
- #: admin/popup-admin.php:224
152
  msgid "Select the countdown font color."
153
  msgstr "Selezionare il colore del font del conto alla rovescia."
154
 
155
- #: admin/popup-admin.php:228
156
  msgid "POPUP ASPECT"
157
  msgstr "ASPETTO POPUP"
158
 
159
- #: admin/popup-admin.php:232
160
  msgid "Popup width:"
161
  msgstr "Larghezza Popup:"
162
 
163
- #: admin/popup-admin.php:232
164
  msgid ""
165
  "Use the % to change width dinamically with the browser window , or px for "
166
  "fixed dimension i.e: 30% or 200px"
@@ -168,55 +168,55 @@ msgstr ""
168
  "Usare il % per far cambiare dinamicamente le dimensioni con il "
169
  "ridimensionamento della finestra, o px per dimensioni fisse. es: 30% o 200px"
170
 
171
- #: admin/popup-admin.php:246
172
  msgid "Popup height:"
173
  msgstr "Altezza Popup:"
174
 
175
- #: admin/popup-admin.php:246
176
  msgid "Select auto to adapt popup height to the content"
177
  msgstr "Selezionare auto per far adattare l'altezza del popup al contenuto."
178
 
179
- #: admin/popup-admin.php:260
180
  msgid "Popup background color"
181
  msgstr "Colore di sfondo:"
182
 
183
- #: admin/popup-admin.php:262
184
  msgid "Popup border color:"
185
  msgstr "Colore bordo:"
186
 
187
- #: admin/popup-admin.php:268
188
  msgid "Popup border radius(px):"
189
  msgstr "Rotondità bordo popup(px):"
190
 
191
- #: admin/popup-admin.php:276
192
  msgid "Popup border width(px):"
193
  msgstr "Spessore bordo popup(px):"
194
 
195
- #: admin/popup-admin.php:284
196
  msgid "Popup padding(px):"
197
  msgstr "Spaziatura interna (px):"
198
 
199
- #: admin/popup-admin.php:291
200
  msgid "BACKGROUND IMAGE"
201
  msgstr "IMMAGINE DI SFONDO"
202
 
203
- #: admin/popup-admin.php:292
204
  msgid "Show image"
205
  msgstr "Visualizza immagine"
206
 
207
- #: admin/popup-admin.php:295
208
  msgid "No background"
209
  msgstr "Nessuno sfondo"
210
 
211
- #: admin/popup-admin.php:298
212
  msgid "Upload Image"
213
  msgstr "Carica Immagine"
214
 
215
- #: admin/popup-admin.php:301
216
  msgid "Popup position:"
217
  msgstr "Posizione del popup:"
218
 
219
- #: admin/popup-admin.php:301
220
  msgid ""
221
  "Setting ABSOLUTE the popup will be static on the page. Setting FIXED it will "
222
  "scroll with the page."
@@ -224,11 +224,11 @@ msgstr ""
224
  "Impostare ABSOLUTE per avere il popup fisso sulla pagina, FIXED per farlo "
225
  "scorrere con la pagina."
226
 
227
- #: admin/popup-admin.php:312
228
  msgid "Automatic top margin:"
229
  msgstr "Margine superiore automatico"
230
 
231
- #: admin/popup-admin.php:313
232
  msgid ""
233
  "The system will try to auto center the popup, in case of problem deselect "
234
  "this option"
@@ -236,27 +236,27 @@ msgstr ""
236
  "Il sistema proverà a centrare automaticamente il popup, in caso di problemi "
237
  "deselezionare questa opzione."
238
 
239
- #: admin/popup-admin.php:318
240
  msgid "Popup top margin(px):"
241
  msgstr "Margine superiore popup (px):"
242
 
243
- #: admin/popup-admin.php:328
244
  msgid "Background opacity"
245
  msgstr "Opacità sfondo"
246
 
247
- #: admin/popup-admin.php:328
248
  msgid "Set the opacity of opaque background under the popup."
249
  msgstr "Imposta l'opacità dello sfondo che compare dietro al popup."
250
 
251
- #: admin/popup-admin.php:349
252
  msgid "Opaque background color"
253
  msgstr "Colore sfondo opaco:"
254
 
255
- #: admin/popup-admin.php:354
256
  msgid "Close cross"
257
  msgstr "Croce di chiusura"
258
 
259
- #: admin/popup-admin.php:354
260
  msgid ""
261
  "Select the colour combination of the closing cross on the upper right of "
262
  "popup."
@@ -264,115 +264,119 @@ msgstr ""
264
  "Selezionare la combinazione di colori per la croce di chiusura del popup, "
265
  "posta in alto a destra,"
266
 
267
- #: admin/popup-admin.php:356
268
  msgid "Black"
269
  msgstr "Nera"
270
 
271
- #: admin/popup-admin.php:357
272
  msgid "White"
273
  msgstr "Bianca"
274
 
275
- #: admin/popup-admin.php:358
276
  msgid "White with border"
277
  msgstr "Bianca con bordi"
278
 
279
- #: admin/popup-admin.php:367
280
  msgid "Age restriction settings:"
281
  msgstr "Sito con restrizioni di età:"
282
 
283
- #: admin/popup-admin.php:371
284
  msgid "Enable age validation"
285
- msgstr "Abilita blocco et&agrave;"
286
 
287
- #: admin/popup-admin.php:374
288
  msgid "Enter button text:"
289
  msgstr "Testo bottone di ingresso:"
290
 
291
- #: admin/popup-admin.php:375
292
  msgid "i.e.: I AM OVER 18 - ENTER"
293
- msgstr "es: HO PI&#218; DI 18 ANNI - ENTRA"
294
 
295
- #: admin/popup-admin.php:379
296
  msgid "Enter button background color:"
297
  msgstr "Colore di sfondo bottone di ingresso:"
298
 
299
- #: admin/popup-admin.php:382
300
  msgid "Enter button border color:"
301
  msgstr "Colore bordo pulsante di ingresso:"
302
 
303
- #: admin/popup-admin.php:385
304
  msgid "Enter button font color:"
305
  msgstr "Colore font pulsante di ingresso:"
306
 
307
- #: admin/popup-admin.php:390
308
  msgid "Leave button text:"
309
  msgstr "Testo pulsante di allontanamento:"
310
 
311
- #: admin/popup-admin.php:391
312
  msgid "i.e.: I AM UNDER 18 - LEAVE"
313
  msgstr "es: HO MENO DI 18 ANNI - ALLONTANAMI DAL SITO"
314
 
315
- #: admin/popup-admin.php:393
316
  msgid "Leave button url:"
317
  msgstr "Url bottone di allontanamento:"
318
 
319
- #: admin/popup-admin.php:394
320
  msgid "i.e.: http://www.mysite.com/leave.html"
321
  msgstr "es.: http://www.mysite.com/leave.html"
322
 
323
- #: admin/popup-admin.php:398
324
  msgid "Leave button background color:"
325
  msgstr "Colore di sfondo pulsante di allontanamento:"
326
 
327
- #: admin/popup-admin.php:401
328
  msgid "Leave button border color:"
329
  msgstr "Colore bordo pulsante allontanamento:"
330
 
331
- #: admin/popup-admin.php:404
332
  msgid "Leave button font color:"
333
  msgstr "Colore font pulsante allontanamento:"
334
 
335
- #: admin/popup-admin.php:416 admin/popup-admin.php:433
336
  msgid "Preview page"
337
  msgstr "Pagina di anteprima"
338
 
339
- #: admin/popup-admin.php:424
340
  msgid "Your text (or HTML code:)"
341
  msgstr "Il tuo testo (o il codice HTML)"
342
 
343
- #: admin/popup-admin.php:441
344
  msgid "Like it? Offer us a coffee! ;-)"
345
  msgstr "Il plugin ti piace? Offrici un caffè! ;-)"
346
 
347
- #: admin/popup-admin.php:446
348
  msgid "Make your donation"
349
  msgstr "Fai la tua donazione"
350
 
351
- #: admin/popup-admin.php:447
352
  msgid "little donation"
353
  msgstr "donazione piccola"
354
 
355
- #: admin/popup-admin.php:448
356
  msgid "right donation"
357
  msgstr "donazione giusta"
358
 
359
- #: admin/popup-admin.php:449
360
  msgid "normal donation"
361
  msgstr "donazione normale"
362
 
363
- #: admin/popup-admin.php:450
364
  msgid "good donation"
365
  msgstr "donazione corposa"
366
 
367
- #: admin/popup-admin.php:451
368
  msgid "great donation"
369
  msgstr "donazione grande"
370
 
371
- #: admin/popup-admin.php:467
 
 
 
 
372
  msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
373
  msgstr "ELIMINA TUTTI DATI ALLA DISINSTALLAZIONE DEL PLUGIN"
374
 
375
- #: admin/popup-admin.php:468
376
  msgid ""
377
  "Check this box if you want to delete or maintain database tables. It is "
378
  "usefull if you have to try to install again the plugin, without lost your "
@@ -381,11 +385,11 @@ msgstr ""
381
  "Selezionare questa casella se si desidera rimuovere tutte le tabelle dal "
382
  "database."
383
 
384
- #: templates/itro-popup-template.php:22
385
  msgid "This popup will be closed in: "
386
- msgstr "Questo popup verr&agrave; chiuso tra:"
387
 
388
- #: templates/itro-popup-template.php:37
389
  msgid "CLOSE"
390
  msgstr "CHIUDI"
391
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2013-08-31 12:54+0100\n"
5
+ "PO-Revision-Date: 2013-08-31 12:55+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: ITRO Corp\n"
8
  "Language: ITALIANO\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-SearchPath-0: .\n"
16
 
17
+ #: admin/popup-admin.php:142
18
  msgid "settings saved."
19
  msgstr "Impostazioni salvate"
20
 
21
+ #: admin/popup-admin.php:149
22
  msgid "I.T.RO. Popup Plugin - Settings"
23
  msgstr "ITRO Popup Plugin - Impostazioni"
24
 
25
+ #: admin/popup-admin.php:161
26
  msgid "General Popup Option:"
27
  msgstr "Impostazioni Generali"
28
 
29
+ #: admin/popup-admin.php:168
30
  msgid "SHOW ADVANCED SETTINGS"
31
  msgstr "VISUALIZZA LE IMPOSTAZIONI AVANZATE"
32
 
33
+ #: admin/popup-admin.php:169
34
  msgid "Display many other options"
35
  msgstr "Visualizza moltre altre funzioni per utenti avanzati"
36
 
37
+ #: admin/popup-admin.php:174
38
  msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
39
  msgstr "DECIDERE DOVE VISUALIZZARE IL POPUP"
40
 
41
+ #: admin/popup-admin.php:176
42
  msgid "Only selected pages"
43
  msgstr "Solo pagine selezionate"
44
 
45
+ #: admin/popup-admin.php:176
46
  msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
47
  msgstr "Scelta multipla con CTRL+Click o SHIFT+Freccia su o giu"
48
 
49
+ #: admin/popup-admin.php:177
50
  msgid "All pages"
51
  msgstr "Tutte le pagine"
52
 
53
+ #: admin/popup-admin.php:178
54
  msgid "No page"
55
  msgstr "Nessuna pagina"
56
 
57
+ #: admin/popup-admin.php:182
58
  msgid "Blog homepage"
59
  msgstr "Blog homepage"
60
 
61
+ #: admin/popup-admin.php:184
62
  msgid ""
63
  "If in your Settings->Reading you have set 'Front page displays: Your latest "
64
  "posts' and want to display the popup in the home, check this box."
67
  "Gli ultimi articoli' e su vuole visualizzare il popup in home, sezionare la "
68
  "casella."
69
 
70
+ #: admin/popup-admin.php:194
71
  msgid "GENERAL SETTINGS"
72
  msgstr "IMPOSTAZIONI GENERALI"
73
 
74
+ #: admin/popup-admin.php:197
75
  msgid "Disable on mobile device"
76
  msgstr "Disabilita per dispositivi mobili"
77
 
78
+ #: admin/popup-admin.php:198
79
  msgid "Check this to disable popup on mobile devices"
80
  msgstr ""
81
  "Selezionare questo riquadro per disabilitare il popup sui dispositivi mobili."
82
 
83
+ #: admin/popup-admin.php:201
84
  msgid "Disable ESC key"
85
  msgstr "Disabilitare tasto ESC"
86
 
87
+ #: admin/popup-admin.php:202
88
  msgid ""
89
  "If you set this option popup can not be closed with ESC button of keyboard."
90
  msgstr ""
91
  "Selezionando questa opzione il popup non può essere chiuso con il tasto ESC. "
92
  "Si chiuderà automaticamente solo con il conto alla rovescia."
93
 
94
+ #: admin/popup-admin.php:207
95
  msgid "Popup seconds:"
96
  msgstr "Secondi popup:"
97
 
98
+ #: admin/popup-admin.php:207
99
  msgid ""
100
  "Set seconds until the popup automatically close. Set it to zero to disable "
101
  "countdown."
103
  "Imposta i secondi prima che il popup si chiuda automaticamente. Lasciare a "
104
  "zero per disabilitare il conto alla rovescia."
105
 
106
+ #: admin/popup-admin.php:215
107
  msgid "Popup delay:"
108
  msgstr "Ritardo popup:"
109
 
110
+ #: admin/popup-admin.php:215
111
  msgid "Set seconds before the popup will be displayed"
112
  msgstr "Imposta il tempo di ritardo prima che il popup venga visualizzato."
113
 
114
+ #: admin/popup-admin.php:223
115
  msgid "Next visualization (hours):"
116
  msgstr "Prossima visualizzazione (ore):"
117
 
118
+ #: admin/popup-admin.php:223
119
  msgid ""
120
  "Set time for the next visualization of popup, to prevent annoying repeated "
121
  "visualizations, when someone visit pages"
124
  "della pagina. Serve ad evitare fastidiose ripetute visualizzazioni dello "
125
  "stesso."
126
 
127
+ #: admin/popup-admin.php:229
128
  msgid "Delete cookie"
129
  msgstr "Elimina cookie"
130
 
131
+ #: admin/popup-admin.php:230
132
  msgid "Cookie deleted!"
133
  msgstr "Cookie eliminato!"
134
 
135
+ #: admin/popup-admin.php:235
136
  msgid "Show countdown"
137
  msgstr "Visualizza conto alla rovescia"
138
 
139
+ #: admin/popup-admin.php:236
140
  msgid ""
141
  "Show the countdown at the bottom of the popup which dispay the time before "
142
  "popup will close. If is hidden, it run anyway."
144
  "Visualizza il conto alla rovescia prima che il popup si chiuda, in fondo "
145
  "allo stesso. Anche se nascosto, funzionerà comunque."
146
 
147
+ #: admin/popup-admin.php:238
148
  msgid "Countdown font color:"
149
  msgstr "Colore font:"
150
 
151
+ #: admin/popup-admin.php:239
152
  msgid "Select the countdown font color."
153
  msgstr "Selezionare il colore del font del conto alla rovescia."
154
 
155
+ #: admin/popup-admin.php:243
156
  msgid "POPUP ASPECT"
157
  msgstr "ASPETTO POPUP"
158
 
159
+ #: admin/popup-admin.php:247
160
  msgid "Popup width:"
161
  msgstr "Larghezza Popup:"
162
 
163
+ #: admin/popup-admin.php:247
164
  msgid ""
165
  "Use the % to change width dinamically with the browser window , or px for "
166
  "fixed dimension i.e: 30% or 200px"
168
  "Usare il % per far cambiare dinamicamente le dimensioni con il "
169
  "ridimensionamento della finestra, o px per dimensioni fisse. es: 30% o 200px"
170
 
171
+ #: admin/popup-admin.php:261
172
  msgid "Popup height:"
173
  msgstr "Altezza Popup:"
174
 
175
+ #: admin/popup-admin.php:261
176
  msgid "Select auto to adapt popup height to the content"
177
  msgstr "Selezionare auto per far adattare l'altezza del popup al contenuto."
178
 
179
+ #: admin/popup-admin.php:275
180
  msgid "Popup background color"
181
  msgstr "Colore di sfondo:"
182
 
183
+ #: admin/popup-admin.php:277
184
  msgid "Popup border color:"
185
  msgstr "Colore bordo:"
186
 
187
+ #: admin/popup-admin.php:283
188
  msgid "Popup border radius(px):"
189
  msgstr "Rotondità bordo popup(px):"
190
 
191
+ #: admin/popup-admin.php:291
192
  msgid "Popup border width(px):"
193
  msgstr "Spessore bordo popup(px):"
194
 
195
+ #: admin/popup-admin.php:299
196
  msgid "Popup padding(px):"
197
  msgstr "Spaziatura interna (px):"
198
 
199
+ #: admin/popup-admin.php:306
200
  msgid "BACKGROUND IMAGE"
201
  msgstr "IMMAGINE DI SFONDO"
202
 
203
+ #: admin/popup-admin.php:307
204
  msgid "Show image"
205
  msgstr "Visualizza immagine"
206
 
207
+ #: admin/popup-admin.php:310
208
  msgid "No background"
209
  msgstr "Nessuno sfondo"
210
 
211
+ #: admin/popup-admin.php:313
212
  msgid "Upload Image"
213
  msgstr "Carica Immagine"
214
 
215
+ #: admin/popup-admin.php:316
216
  msgid "Popup position:"
217
  msgstr "Posizione del popup:"
218
 
219
+ #: admin/popup-admin.php:316
220
  msgid ""
221
  "Setting ABSOLUTE the popup will be static on the page. Setting FIXED it will "
222
  "scroll with the page."
224
  "Impostare ABSOLUTE per avere il popup fisso sulla pagina, FIXED per farlo "
225
  "scorrere con la pagina."
226
 
227
+ #: admin/popup-admin.php:327
228
  msgid "Automatic top margin:"
229
  msgstr "Margine superiore automatico"
230
 
231
+ #: admin/popup-admin.php:328
232
  msgid ""
233
  "The system will try to auto center the popup, in case of problem deselect "
234
  "this option"
236
  "Il sistema proverà a centrare automaticamente il popup, in caso di problemi "
237
  "deselezionare questa opzione."
238
 
239
+ #: admin/popup-admin.php:333
240
  msgid "Popup top margin(px):"
241
  msgstr "Margine superiore popup (px):"
242
 
243
+ #: admin/popup-admin.php:343
244
  msgid "Background opacity"
245
  msgstr "Opacità sfondo"
246
 
247
+ #: admin/popup-admin.php:343
248
  msgid "Set the opacity of opaque background under the popup."
249
  msgstr "Imposta l'opacità dello sfondo che compare dietro al popup."
250
 
251
+ #: admin/popup-admin.php:364
252
  msgid "Opaque background color"
253
  msgstr "Colore sfondo opaco:"
254
 
255
+ #: admin/popup-admin.php:369
256
  msgid "Close cross"
257
  msgstr "Croce di chiusura"
258
 
259
+ #: admin/popup-admin.php:369
260
  msgid ""
261
  "Select the colour combination of the closing cross on the upper right of "
262
  "popup."
264
  "Selezionare la combinazione di colori per la croce di chiusura del popup, "
265
  "posta in alto a destra,"
266
 
267
+ #: admin/popup-admin.php:371
268
  msgid "Black"
269
  msgstr "Nera"
270
 
271
+ #: admin/popup-admin.php:372
272
  msgid "White"
273
  msgstr "Bianca"
274
 
275
+ #: admin/popup-admin.php:373
276
  msgid "White with border"
277
  msgstr "Bianca con bordi"
278
 
279
+ #: admin/popup-admin.php:382
280
  msgid "Age restriction settings:"
281
  msgstr "Sito con restrizioni di età:"
282
 
283
+ #: admin/popup-admin.php:386
284
  msgid "Enable age validation"
285
+ msgstr "Abilita blocco età"
286
 
287
+ #: admin/popup-admin.php:389
288
  msgid "Enter button text:"
289
  msgstr "Testo bottone di ingresso:"
290
 
291
+ #: admin/popup-admin.php:390
292
  msgid "i.e.: I AM OVER 18 - ENTER"
293
+ msgstr "es: HO PIU' DI 18 ANNI - ENTRA"
294
 
295
+ #: admin/popup-admin.php:394
296
  msgid "Enter button background color:"
297
  msgstr "Colore di sfondo bottone di ingresso:"
298
 
299
+ #: admin/popup-admin.php:397
300
  msgid "Enter button border color:"
301
  msgstr "Colore bordo pulsante di ingresso:"
302
 
303
+ #: admin/popup-admin.php:400
304
  msgid "Enter button font color:"
305
  msgstr "Colore font pulsante di ingresso:"
306
 
307
+ #: admin/popup-admin.php:405
308
  msgid "Leave button text:"
309
  msgstr "Testo pulsante di allontanamento:"
310
 
311
+ #: admin/popup-admin.php:406
312
  msgid "i.e.: I AM UNDER 18 - LEAVE"
313
  msgstr "es: HO MENO DI 18 ANNI - ALLONTANAMI DAL SITO"
314
 
315
+ #: admin/popup-admin.php:408
316
  msgid "Leave button url:"
317
  msgstr "Url bottone di allontanamento:"
318
 
319
+ #: admin/popup-admin.php:409
320
  msgid "i.e.: http://www.mysite.com/leave.html"
321
  msgstr "es.: http://www.mysite.com/leave.html"
322
 
323
+ #: admin/popup-admin.php:413
324
  msgid "Leave button background color:"
325
  msgstr "Colore di sfondo pulsante di allontanamento:"
326
 
327
+ #: admin/popup-admin.php:416
328
  msgid "Leave button border color:"
329
  msgstr "Colore bordo pulsante allontanamento:"
330
 
331
+ #: admin/popup-admin.php:419
332
  msgid "Leave button font color:"
333
  msgstr "Colore font pulsante allontanamento:"
334
 
335
+ #: admin/popup-admin.php:431 admin/popup-admin.php:447
336
  msgid "Preview page"
337
  msgstr "Pagina di anteprima"
338
 
339
+ #: admin/popup-admin.php:438
340
  msgid "Your text (or HTML code:)"
341
  msgstr "Il tuo testo (o il codice HTML)"
342
 
343
+ #: admin/popup-admin.php:455
344
  msgid "Like it? Offer us a coffee! ;-)"
345
  msgstr "Il plugin ti piace? Offrici un caffè! ;-)"
346
 
347
+ #: admin/popup-admin.php:460
348
  msgid "Make your donation"
349
  msgstr "Fai la tua donazione"
350
 
351
+ #: admin/popup-admin.php:461
352
  msgid "little donation"
353
  msgstr "donazione piccola"
354
 
355
+ #: admin/popup-admin.php:462
356
  msgid "right donation"
357
  msgstr "donazione giusta"
358
 
359
+ #: admin/popup-admin.php:463
360
  msgid "normal donation"
361
  msgstr "donazione normale"
362
 
363
+ #: admin/popup-admin.php:464
364
  msgid "good donation"
365
  msgstr "donazione corposa"
366
 
367
+ #: admin/popup-admin.php:465
368
  msgid "great donation"
369
  msgstr "donazione grande"
370
 
371
+ #: admin/popup-admin.php:473
372
+ msgid "System Status"
373
+ msgstr "Informazioni di Sistema"
374
+
375
+ #: admin/popup-admin.php:484
376
  msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
377
  msgstr "ELIMINA TUTTI DATI ALLA DISINSTALLAZIONE DEL PLUGIN"
378
 
379
+ #: admin/popup-admin.php:485
380
  msgid ""
381
  "Check this box if you want to delete or maintain database tables. It is "
382
  "usefull if you have to try to install again the plugin, without lost your "
385
  "Selezionare questa casella se si desidera rimuovere tutte le tabelle dal "
386
  "database."
387
 
388
+ #: templates/itro-popup-template.php:11
389
  msgid "This popup will be closed in: "
390
+ msgstr "Questo popup verrà; chiuso tra:"
391
 
392
+ #: templates/itro-popup-template.php:26
393
  msgid "CLOSE"
394
  msgstr "CHIUDI"
395
 
mc-main.php CHANGED
@@ -7,13 +7,13 @@ Plugin Name: ITRO Popup Plugin
7
  Plugin URI: http://www.itro.eu/
8
  Description: EN - Show a perfecly centered customizable popup and a popup-system for age-restricted site and allow to insert own HTML code. IT - Visualizza un popup perfettamente centrato e personalizzabile con possibile blocco per i siti con restrizioni di eta' e permette di inserire il proprio codice HTML.
9
  Author: I.T.RO.(c) Sez. Informatica
10
- E-mail: support.itro@live.com
11
- Version: 4.5.2
12
  Author URI: http://www.itro.eu/
13
  */
14
 
15
  global $ITRO_VER;
16
- $ITRO_VER = 4.52;
17
  define('itroLocalPath', __DIR__);
18
  define('itroPath', plugins_url() . '/itro-popup/');
19
  define('itroImages', plugins_url() . '/itro-popup/images/');
@@ -35,7 +35,9 @@ function itro_admin_scripts()
35
  wp_enqueue_script('thickbox');
36
  wp_enqueue_script('jquery-effects-highlight');
37
  wp_enqueue_script('jquery-effects-fade');
38
- wp_enqueue_script( 'itro-admin-scripts', itroPath . '/scripts/itro-admin-scripts.js', array( 'jquery' ) );
 
 
39
  }
40
 
41
  function itro_load_admin_styles()
@@ -46,7 +48,7 @@ function itro_load_admin_styles()
46
  function itro_load_script()
47
  {
48
  wp_enqueue_script( 'jquery' );
49
- wp_enqueue_script( 'itro-scripts', itroPath . '/scripts/itro-scripts.js', array( 'jquery' ) );
50
  }
51
 
52
  function itro_get_woo_shop_id()
@@ -56,7 +58,6 @@ function itro_get_woo_shop_id()
56
 
57
  add_action( 'woocommerce_before_shop_loop' , 'itro_get_woo_shop_id' );
58
 
59
- add_action( 'wp_head','itro_send_header');
60
  add_action( 'wp_footer','itro_display_popup');
61
  add_action( 'wp_enqueue_scripts' , 'itro_load_script' );
62
 
7
  Plugin URI: http://www.itro.eu/
8
  Description: EN - Show a perfecly centered customizable popup and a popup-system for age-restricted site and allow to insert own HTML code. IT - Visualizza un popup perfettamente centrato e personalizzabile con possibile blocco per i siti con restrizioni di eta' e permette di inserire il proprio codice HTML.
9
  Author: I.T.RO.(c) Sez. Informatica
10
+ E-mail: support@itro.eu
11
+ Version: 4.5.3
12
  Author URI: http://www.itro.eu/
13
  */
14
 
15
  global $ITRO_VER;
16
+ $ITRO_VER = 4.53;
17
  define('itroLocalPath', __DIR__);
18
  define('itroPath', plugins_url() . '/itro-popup/');
19
  define('itroImages', plugins_url() . '/itro-popup/images/');
35
  wp_enqueue_script('thickbox');
36
  wp_enqueue_script('jquery-effects-highlight');
37
  wp_enqueue_script('jquery-effects-fade');
38
+ wp_enqueue_script('jquery-effects-blind');
39
+ wp_register_script( 'itro-admin-scripts', itroPath . 'scripts/itro-admin-scripts.js', array( 'jquery' ) );
40
+ wp_enqueue_script( 'itro-admin-scripts' );
41
  }
42
 
43
  function itro_load_admin_styles()
48
  function itro_load_script()
49
  {
50
  wp_enqueue_script( 'jquery' );
51
+ wp_enqueue_script( 'itro-scripts', itroPath . 'scripts/itro-scripts.js', array( 'jquery' ) );
52
  }
53
 
54
  function itro_get_woo_shop_id()
58
 
59
  add_action( 'woocommerce_before_shop_loop' , 'itro_get_woo_shop_id' );
60
 
 
61
  add_action( 'wp_footer','itro_display_popup');
62
  add_action( 'wp_enqueue_scripts' , 'itro_load_script' );
63
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === ITRO Popup Plugin ===
2
  Contributors: ITRO
3
  Donate link: http://www.itro.eu/index.php/donate/
4
- Tags: popup, popup message, popup box, popup ads, popup advertising, age restriction, popup block, popup violence, age validation popup, adult, adult content, content warning, content warning popup, fancy box, fancy popup, custom popup, advertising popup, pop-up, lightbox, lightbox popup,
5
  Requires at least: 3.0.1
6
- Tested up to: 3.6
7
- Stable tag: 4.5.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -17,10 +17,6 @@ ITRO Popup display a popup to your WP site:
17
 
18
  ITRO Popup Plugin - The BEST WP Popup Plugin
19
 
20
- WANT MORE FEATURES? Try ITRO Popup Premium for free and purchase it at only:
21
- --->>> €6.99 <<<---
22
- [TRY IT FOR FREE!](http://www.itro.eu/ccount12/click.php?id=4)
23
-
24
  ★ Pretty fade-in and fade-out animation.
25
  ★ Need to remove plugin and save data? It is possible!
26
  ★ Selcted pages where you want to display the popup, by a scrollable list. NO SHORTCODES NEEDED!
@@ -35,6 +31,9 @@ WANT MORE FEATURES? Try ITRO Popup Premium for free and purchase it at only:
35
  ★ All great explaned by tips in admin pannel.
36
  ★ Great and fast support for all your problem with our popup plugin.
37
  ★ All in a very easy way to use!
 
 
 
38
 
39
  ITRO Popup is a very lightweight Plugin for Wordpress which allow users to add a fully-customizable and perfectly centered popup.
40
  It has a very user-friendly interface, which allow Wordpress users to easily modify all settings needed for a popup, without coding.
@@ -45,13 +44,32 @@ Popup can be rendered unlockable with the option "Unlockable popup" so it will c
45
  This plugin is basic-user oriented, no code knowledge is required.
46
  Simply the best Wordpress popup plugin!
47
 
48
- FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
 
 
 
49
 
50
- DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_id=396)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
- Any suggestions for new features implementation which you need?
53
- Need something for your interest or your business?
54
- Email to support.itro@live.com
55
 
56
  == Installation ==
57
 
@@ -79,6 +97,10 @@ DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_
79
  no screenshot avaliable
80
 
81
  == Changelog ==
 
 
 
 
82
  = 4.5.2 =
83
  Admin bug fixed for delete data on uninstall. Age validatition and popup delay bug fixed.
84
 
@@ -231,15 +253,13 @@ bug fixed: color table now works in admin pannel.
231
  First released version.
232
 
233
  == Upgrade Notice ==
 
 
 
 
234
  = 4.5.2 =
235
  Admin bug fixed for delete data on uninstall. Age validatition and popup delay bug fixed.
236
 
237
- = 4.5.1 =
238
- jQuery conflict resolved. Main js function now are rightly loaded by wp_enqueue_scripts func.
239
-
240
- = 4.5 =
241
- Automatically retrieve debug info for quick support. Code manteniance.
242
-
243
  == Notes ==
244
  FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
245
 
1
  === ITRO Popup Plugin ===
2
  Contributors: ITRO
3
  Donate link: http://www.itro.eu/index.php/donate/
4
+ Tags: popup, popup message, popup box, popup ads, popup advertising, jquery popup, popup jquery, automatic popup, age restriction, popup block, popup violence, age validation popup, adult, adult content, content warning, content warning popup, fancy box, fancy popup, custom popup, advertising popup, pop-up, lightbox, lightbox popup,
5
  Requires at least: 3.0.1
6
+ Tested up to: 3.7.1
7
+ Stable tag: 4.5.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
17
 
18
  ITRO Popup Plugin - The BEST WP Popup Plugin
19
 
 
 
 
 
20
  ★ Pretty fade-in and fade-out animation.
21
  ★ Need to remove plugin and save data? It is possible!
22
  ★ Selcted pages where you want to display the popup, by a scrollable list. NO SHORTCODES NEEDED!
31
  ★ All great explaned by tips in admin pannel.
32
  ★ Great and fast support for all your problem with our popup plugin.
33
  ★ All in a very easy way to use!
34
+
35
+ WANT MORE FEATURES? Try ITRO Popup Premium for free!
36
+ [TRY IT FOR FREE!](http://www.itro.eu/ccount12/click.php?id=4)
37
 
38
  ITRO Popup is a very lightweight Plugin for Wordpress which allow users to add a fully-customizable and perfectly centered popup.
39
  It has a very user-friendly interface, which allow Wordpress users to easily modify all settings needed for a popup, without coding.
44
  This plugin is basic-user oriented, no code knowledge is required.
45
  Simply the best Wordpress popup plugin!
46
 
47
+ TRANSLATED IN FOLLOWING LANGUAGES:
48
+ - Italian
49
+ - English
50
+ - French
51
 
52
+ FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
53
+ DONATE NOW! - KEEP IT FREE! [DONATE NOW](http://www.itro.eu/?page_id=396)
54
+
55
+ For any problem, please contact us at our site: [CONTACT US](http://www.itro.eu/?page_id=247)
56
+
57
+ ITRO Premium - more than popups...
58
+
59
+ ★ ON-CLICK POPUP to display the pop-up by clicking everything you want (texts, images, links, buttons…)
60
+ ★ RESPONSIVE POPUP for perfect visualization on every mobile device.
61
+ ★ SHORTCODE for popup visualization and to add contact form everywhere you want also without popups, and more...
62
+ ★ MAILCHIMP INTEGRATION fast and easy, via API Key and List ID.
63
+ ★ LINK CLICKS COUNTER is your little Analytics system! Want to control how impressive are your ads and messages? Do it by monitoring number of clicks on your specific link.
64
+ ★ CONTACT POPUP with fully customizable contact form (fields such as “Email” or “Name”…, field positioning, send button text, etc…) and SMTP Auth autoresponder, a secure way to send email which saves your e-address to be signed in ESP (Email Service Provider) spamming black-list.
65
+ ★ SUPPORT REQUEST MANAGEMENT SYSTEM allows you to easily manage requests sent by your visitors via contact form. This system prevent clients spamming you and much more. All integrated with Contact Popup, Autoresponder, and MailChimp.
66
+ ★ AUTORESPONDER to send only to your subscribers everithing you want, such as discount codes or secret links for file download. You can also set an email sending limit for free email account (@live, @gmail…) to avoid the account block from your mail provider.
67
+ ★ POPUP ANIMATION (bounce, explode, fold, etc… jQery no flash) to make you message more effective or simply more funny!
68
+ ★ SOCIAL POPUP to grow up you social pages subscribers! ( currently only Facebook integration).
69
+ ★ SHORTCODES work in the popup!
70
+ ★ VIDEO EMBEDDING for a fast integration of your Youtube and Vimeo videos by simply inserting your video ID. The video automatically fit on popup dimension and you can select the aspect ratio.
71
 
72
+ [TRY IT FOR FREE!](http://www.itro.eu/ccount12/click.php?id=4)
 
 
73
 
74
  == Installation ==
75
 
97
  no screenshot avaliable
98
 
99
  == Changelog ==
100
+ = 4.5.3 =
101
+ Added French translation, deleted send_header function with IE metadata for compatibility,
102
+ English errors found. Minor bug fixed.
103
+
104
  = 4.5.2 =
105
  Admin bug fixed for delete data on uninstall. Age validatition and popup delay bug fixed.
106
 
253
  First released version.
254
 
255
  == Upgrade Notice ==
256
+ = 4.5.3 =
257
+ Added French translation, deleted send_header function with IE metadata for compatibility,
258
+ English errors found. Minor bug fixed.
259
+
260
  = 4.5.2 =
261
  Admin bug fixed for delete data on uninstall. Age validatition and popup delay bug fixed.
262
 
 
 
 
 
 
 
263
  == Notes ==
264
  FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
265