ITRO Popup Plugin - Version 4.6.3

Version Description

ADDED: Popup closing by outside clicking. ADDED: Serbo-Croatian language translation, thanks to Andrijana Nikolic www.webhostinggeeks.com FIXED: Improved French and English transaltion thanks to Patrice CHASSAING.

Download this release

Release Info

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

Code changes from version 4.6.2 to 4.6.3

admin/popup-admin.php CHANGED
@@ -172,7 +172,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
172
  <p>
173
  <h3><?php _e("DECIDE WHERE POPUP WILL BE DISPLAYED","itro-plugin")?></h3>
174
  <fieldset>
175
- <input type="radio" id="only_selected" name="<?php echo $opt_name[18];?>" value="some"<?php if($opt_val[18]=='some'){echo 'checked="checked"';} ?>/><?php _e("Only selected pages", 'itro-plugin' ); ?><img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>" title="<?php _e("Multiple choise with CTRL+Click or SHIFT+Arrow up or down",'itro-plugin');?>">&nbsp;&nbsp;&nbsp;
176
  <input type="radio" name="<?php echo $opt_name[18];?>" value="all" <?php if($opt_val[18]=='all' ){echo 'checked="checked"';} ?>/><?php _e("All pages", 'itro-plugin' ); ?>&nbsp;&nbsp;&nbsp;
177
  <input type="radio" name="<?php echo $opt_name[18];?>" value="none" <?php if($opt_val[18]=='none' || $opt_val[18]== NULL){echo 'checked="checked"';} ?>/><?php _e("No page", 'itro-plugin' ); ?>
178
  </fieldset>
@@ -198,7 +198,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
198
  &nbsp;&nbsp;&nbsp;
199
  <input type="checkbox" id="<?php echo $opt_name[24]; ?>" name="<?php echo $opt_name[24]; ?>" value="yes" <?php if($opt_val[24] == 'yes' ){echo 'checked="checked"';} ?> />
200
  <span onclick="itro_mutual_check('<?php echo $opt_name[24]; ?>','','')"><?php _e("Disable ESC key", 'itro-plugin' ); ?></span>
201
- <img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>"title="<?php _e('If you set this option popup can not be closed with ESC button of keyboard.','itro-plugin');?>" >
202
  </p>
203
 
204
  <!-- popup seconds!-->
@@ -324,7 +324,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
324
  <p>
325
  <input id="<?php echo $opt_name[30]; ?>" type="checkbox" name="<?php echo $opt_name[30]; ?>" value="yes" <?php if(itro_get_option($opt_name[30])=='yes' ){echo 'checked="checked"';} ?> />
326
  <span id="span_<?php echo $opt_name[30]; ?>" onclick="itro_mutual_check('<?php echo $opt_name[30]; ?>','','');"><?php _e("Automatic top margin:", 'itro-plugin' ); ?></span>
327
- <img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>" title="<?php _e("The system will try to auto center the popup, in case of problem deselect this option",'itro-plugin');?>" >
328
  </p>
329
 
330
  <!-- popup top margin !-->
@@ -440,7 +440,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
440
 
441
  <input type="hidden" name="<?php echo $submitted_form; ?>" value="Y">
442
  <!------- Custom html field -------->
443
- <p class="wpstyle" onClick="jQuery('#customHtmlForm').toggle();"><?php _e("Your text (or HTML code:)", 'itro-plugin' ); ?> </p>
444
  <div id="customHtmlForm">
445
  <?php
446
  $content = stripslashes($field_value[0]);
@@ -476,7 +476,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
476
  <hr>
477
  <input type="hidden" name="delete_data_hidden" value="Y">
478
  <input type="checkbox" id="delete_data" name="delete_data" value="yes" <?php if(itro_get_option('delete_data')=='yes' ){echo 'checked="checked"';} ?> />
479
- <span><?php _e("DELETE ALL DATA ON PLUGIN UNISTALL", 'itro-plugin' ); ?></span>
480
  <img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>"title="<?php _e('Check this box if you want to delete or maintain database tables. It is usefull if you have to try to install again the plugin, without lost your settings.','itro-plugin');?>" >
481
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
482
  <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e('Save Changes') ?>" />&nbsp;&nbsp;&nbsp;&nbsp;
172
  <p>
173
  <h3><?php _e("DECIDE WHERE POPUP WILL BE DISPLAYED","itro-plugin")?></h3>
174
  <fieldset>
175
+ <input type="radio" id="only_selected" name="<?php echo $opt_name[18];?>" value="some"<?php if($opt_val[18]=='some'){echo 'checked="checked"';} ?>/><?php _e("Only selected pages", 'itro-plugin' ); ?><img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>" title="<?php _e("Multiple choices with CTRL+Click or SHIFT+Arrow up or down",'itro-plugin');?>">&nbsp;&nbsp;&nbsp;
176
  <input type="radio" name="<?php echo $opt_name[18];?>" value="all" <?php if($opt_val[18]=='all' ){echo 'checked="checked"';} ?>/><?php _e("All pages", 'itro-plugin' ); ?>&nbsp;&nbsp;&nbsp;
177
  <input type="radio" name="<?php echo $opt_name[18];?>" value="none" <?php if($opt_val[18]=='none' || $opt_val[18]== NULL){echo 'checked="checked"';} ?>/><?php _e("No page", 'itro-plugin' ); ?>
178
  </fieldset>
198
  &nbsp;&nbsp;&nbsp;
199
  <input type="checkbox" id="<?php echo $opt_name[24]; ?>" name="<?php echo $opt_name[24]; ?>" value="yes" <?php if($opt_val[24] == 'yes' ){echo 'checked="checked"';} ?> />
200
  <span onclick="itro_mutual_check('<?php echo $opt_name[24]; ?>','','')"><?php _e("Disable ESC key", 'itro-plugin' ); ?></span>
201
+ <img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>"title="<?php _e('If you set this option, popup can not be closed with ESC button of keyboard.','itro-plugin');?>" >
202
  </p>
203
 
204
  <!-- popup seconds!-->
324
  <p>
325
  <input id="<?php echo $opt_name[30]; ?>" type="checkbox" name="<?php echo $opt_name[30]; ?>" value="yes" <?php if(itro_get_option($opt_name[30])=='yes' ){echo 'checked="checked"';} ?> />
326
  <span id="span_<?php echo $opt_name[30]; ?>" onclick="itro_mutual_check('<?php echo $opt_name[30]; ?>','','');"><?php _e("Automatic top margin:", 'itro-plugin' ); ?></span>
327
+ <img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>" title="<?php _e("The system will try to center the popup automatically, unselect it if you encounter any issues",'itro-plugin');?>" >
328
  </p>
329
 
330
  <!-- popup top margin !-->
440
 
441
  <input type="hidden" name="<?php echo $submitted_form; ?>" value="Y">
442
  <!------- Custom html field -------->
443
+ <p class="wpstyle" onClick="jQuery('#customHtmlForm').toggle();"><?php _e("Your text (or HTML code):", 'itro-plugin' ); ?> </p>
444
  <div id="customHtmlForm">
445
  <?php
446
  $content = stripslashes($field_value[0]);
476
  <hr>
477
  <input type="hidden" name="delete_data_hidden" value="Y">
478
  <input type="checkbox" id="delete_data" name="delete_data" value="yes" <?php if(itro_get_option('delete_data')=='yes' ){echo 'checked="checked"';} ?> />
479
+ <span><?php _e("DELETE ALL DATA ON PLUGIN UNINSTALL", 'itro-plugin' ); ?></span>
480
  <img style="vertical-align:super; cursor:help" src="<?php echo itroImages . 'question_mark.png' ; ?>"title="<?php _e('Check this box if you want to delete or maintain database tables. It is usefull if you have to try to install again the plugin, without lost your settings.','itro-plugin');?>" >
481
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
482
  <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e('Save Changes') ?>" />&nbsp;&nbsp;&nbsp;&nbsp;
languages/itro-plugin-en_GB.mo CHANGED
Binary file
languages/itro-plugin-en_GB.po CHANGED
@@ -1,14 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
- "POT-Creation-Date: 2014-04-09 19:58+0100\n"
5
- "PO-Revision-Date: 2014-04-09 19: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"
@@ -42,7 +43,7 @@ msgid "Only selected pages"
42
  msgstr ""
43
 
44
  #: admin/popup-admin.php:175
45
- msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
46
  msgstr ""
47
 
48
  #: admin/popup-admin.php:176
@@ -81,7 +82,7 @@ msgstr ""
81
 
82
  #: admin/popup-admin.php:201
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:206
@@ -212,8 +213,8 @@ msgstr ""
212
 
213
  #: admin/popup-admin.php:327
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:332
@@ -319,7 +320,7 @@ msgid "ITRO Popup messages"
319
  msgstr ""
320
 
321
  #: admin/popup-admin.php:443
322
- msgid "Your text (or HTML code:)"
323
  msgstr ""
324
 
325
  #: admin/popup-admin.php:460
@@ -331,7 +332,7 @@ msgid "System Status"
331
  msgstr ""
332
 
333
  #: admin/popup-admin.php:479
334
- msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
335
  msgstr ""
336
 
337
  #: admin/popup-admin.php:480
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2015-08-06 11:45+0100\n"
5
+ "PO-Revision-Date: 2015-08-06 11:46+0100\n"
6
+ "Last-Translator: ITRO Team <info@itroteam.com>\n"
7
  "Language-Team: ITRO Corp\n"
8
+ "Language: en_GB\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.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e\n"
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SearchPath-0: .\n"
43
  msgstr ""
44
 
45
  #: admin/popup-admin.php:175
46
+ msgid "Multiple choices with CTRL+Click or SHIFT+Arrow up or down"
47
  msgstr ""
48
 
49
  #: admin/popup-admin.php:176
82
 
83
  #: admin/popup-admin.php:201
84
  msgid ""
85
+ "If you set this option, popup can not be closed with ESC button of keyboard."
86
  msgstr ""
87
 
88
  #: admin/popup-admin.php:206
213
 
214
  #: admin/popup-admin.php:327
215
  msgid ""
216
+ "The system will try to center the popup automatically, unselect it if you "
217
+ "encounter any issues"
218
  msgstr ""
219
 
220
  #: admin/popup-admin.php:332
320
  msgstr ""
321
 
322
  #: admin/popup-admin.php:443
323
+ msgid "Your text (or HTML code):"
324
  msgstr ""
325
 
326
  #: admin/popup-admin.php:460
332
  msgstr ""
333
 
334
  #: admin/popup-admin.php:479
335
+ msgid "DELETE ALL DATA ON PLUGIN UNINSTALL"
336
  msgstr ""
337
 
338
  #: admin/popup-admin.php:480
languages/itro-plugin-fr_FR.mo CHANGED
Binary file
languages/itro-plugin-fr_FR.po CHANGED
@@ -1,391 +1,421 @@
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 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"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2015-08-06 11:50+0200\n"
5
+ "PO-Revision-Date: 2015-08-06 11:51+0200\n"
6
+ "Last-Translator: ITRO Team <info@itroteam.com>\n"
7
  "Language-Team: ITRO Corp\n"
8
+ "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.4\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:141
18
  msgid "settings saved."
19
  msgstr "Paramètres enregistrés"
20
 
21
+ #: admin/popup-admin.php:148
22
  msgid "I.T.RO. Popup Plugin - Settings"
23
+ msgstr "Extension I.T.RO. Pop-up * Réglages"
24
 
25
+ #: admin/popup-admin.php:160
26
  msgid "General Popup Option:"
27
  msgstr "Paramètres généraux"
28
 
29
+ #: admin/popup-admin.php:167
30
  msgid "SHOW ADVANCED SETTINGS"
31
+ msgstr "MONTRER LES PARAMÈTRES AVANCÉS"
32
 
33
+ #: admin/popup-admin.php:168
34
  msgid "Display many other options"
35
+ msgstr "Afficher d'autres fonctionnalités pour les utilisateurs"
 
36
 
37
+ #: admin/popup-admin.php:173
38
  msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
39
+ msgstr "DÉCIDER PLACER LE POP-UP"
40
 
41
+ #: admin/popup-admin.php:175
42
  msgid "Only selected pages"
43
  msgstr "Uniquement les pages sélectionnées"
44
 
45
+ #: admin/popup-admin.php:175
46
+ msgid "Multiple choices 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:176
51
  msgid "All pages"
52
+ msgstr "Toutes les pages"
53
 
54
+ #: admin/popup-admin.php:177
55
  msgid "No page"
56
  msgstr "Aucune page"
57
 
58
+ #: admin/popup-admin.php:181
59
  msgid "Blog homepage"
60
+ msgstr "Page d'accueil du blog"
61
 
62
+ #: admin/popup-admin.php:183
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 la page d'accueil le "
69
+ "pop-up, cochez la case."
70
 
71
+ #: admin/popup-admin.php:193
72
  msgid "GENERAL SETTINGS"
73
  msgstr "PARAMÈTRES GÉNÉRAUX"
74
 
75
+ #: admin/popup-admin.php:196
76
  msgid "Disable on mobile device"
77
+ msgstr "Désactiver pour les appareils mobiles"
78
 
79
+ #: admin/popup-admin.php:197
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:200
84
  msgid "Disable ESC key"
85
+ msgstr "Desactivez la touche ESC (Echap)"
86
 
87
+ #: admin/popup-admin.php:201
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 (Echap). Il se fermera automatiquement à la fin du compte à rebours."
93
 
94
+ #: admin/popup-admin.php:206
95
  msgid "Popup seconds:"
96
+ msgstr "Nombre de secondes d'affichage du pop-up"
97
 
98
+ #: admin/popup-admin.php:206
99
  msgid ""
100
  "Set seconds until the popup automatically close. Set it to zero to disable "
101
  "countdown."
102
  msgstr ""
103
+ "Définissez le nombre de secondes au bout desquelles le pop-up se fermera "
104
+ "automatiquement. Indiquez zéro pour le désactiver."
105
 
106
+ #: admin/popup-admin.php:214
107
  msgid "Popup delay:"
108
+ msgstr "Retard de l'affichage du pop-up"
109
 
110
+ #: admin/popup-admin.php:214
111
  msgid "Set seconds before the popup will be displayed"
112
  msgstr "Définit le délai avant que le pop-up est affiché."
113
 
114
+ #: admin/popup-admin.php:222
115
  msgid "Next visualization (hours):"
116
  msgstr "Visualisation suivante (en heures):"
117
 
118
+ #: admin/popup-admin.php:222
119
  msgid ""
120
  "Set time for the next visualization of popup, to prevent annoying repeated "
121
  "visualizations, when someone visit pages"
122
  msgstr ""
123
+ "Définit le temps avant que le pop-up n'apparaisse de nouveau, lors d'une "
124
+ "nouvelle visite de la page. Cela empêche la répétition gênante du même "
125
+ "message."
126
 
127
+ #: admin/popup-admin.php:228
128
  msgid "Delete cookie"
129
  msgstr "Supprimer les cookies"
130
 
131
+ #: admin/popup-admin.php:229
132
  msgid "Cookie deleted!"
133
+ msgstr "Cookies supprimés!"
134
 
135
+ #: admin/popup-admin.php:234
136
  msgid "Show countdown"
137
+ msgstr "Afficher le compte à rebours"
138
 
139
+ #: admin/popup-admin.php:235
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."
143
  msgstr ""
144
+ "Affiche le compte à rebours au pied du pop-up.Le compte à rebours s'écoulera "
145
+ "même si il n'est pas affiché."
146
 
147
+ #: admin/popup-admin.php:237
148
  msgid "Countdown font color:"
149
+ msgstr "Couleur de la police du compte à rebours"
150
 
151
+ #: admin/popup-admin.php:238
152
  msgid "Select the countdown font color."
153
+ msgstr "Choisissez la couleur de la police du compte à rebours."
154
 
155
+ #: admin/popup-admin.php:242
156
  msgid "POPUP ASPECT"
157
+ msgstr "ASPECT DE LA POP-UP"
158
 
159
+ #: admin/popup-admin.php:246
160
  msgid "Popup width:"
161
+ msgstr "Largeur de la pop-up:"
162
 
163
+ #: admin/popup-admin.php:246
164
  msgid ""
165
  "Use the % to change width dinamically with the browser window , or px for "
166
  "fixed dimension i.e: 30% or 200px"
167
  msgstr ""
168
+ "Utilisez % pour modifier dynamiquement la taille de la fenêtre, ou px pour "
169
+ "une taille fixe, par exemple 30% ou 200px"
170
 
171
+ #: admin/popup-admin.php:260
172
  msgid "Popup height:"
173
+ msgstr "Hauteur de la pop-up:"
174
 
175
+ #: admin/popup-admin.php:260
176
  msgid "Select auto to adapt popup height to the content"
177
+ msgstr ""
178
+ "Sélectionnez auto pour régler la hauteur du pop-up en fonction du contenu "
179
 
180
+ #: admin/popup-admin.php:274
181
  msgid "Popup background color"
182
  msgstr "Couleur de fond:"
183
 
184
+ #: admin/popup-admin.php:276
185
  msgid "Popup border color:"
186
+ msgstr "Couleur de la bordure:"
187
 
188
+ #: admin/popup-admin.php:282
189
  msgid "Popup border radius(px):"
190
+ msgstr "Arrondi du bord du pop-up (px)"
191
 
192
+ #: admin/popup-admin.php:290
193
  msgid "Popup border width(px):"
194
+ msgstr "Épaisseur du bord du pop-up (px):"
195
 
196
+ #: admin/popup-admin.php:298
197
  msgid "Popup padding(px):"
198
  msgstr "Rembourrage (px):"
199
 
200
+ #: admin/popup-admin.php:305
201
  msgid "BACKGROUND IMAGE"
202
+ msgstr "ARRIÈRE PLAN"
203
 
204
+ #: admin/popup-admin.php:306
205
  msgid "Show image"
206
+ msgstr "Voir l'image"
207
 
208
+ #: admin/popup-admin.php:309
209
  msgid "No background"
210
  msgstr "Pas de fond"
211
 
212
+ #: admin/popup-admin.php:312
213
  msgid "Upload Image"
214
+ msgstr "Transférer une image"
215
 
216
+ #: admin/popup-admin.php:315
217
  msgid "Popup position:"
218
  msgstr "Position de la fenêtre du pop-up"
219
 
220
+ #: admin/popup-admin.php:315
221
  msgid ""
222
  "Setting ABSOLUTE the popup will be static on the page. Setting FIXED it will "
223
  "scroll with the page."
224
  msgstr ""
225
+ "Choisir ABSOLUTE pour fixer le pop-up dans la page, FIXED que le pop-up "
226
+ "glisse en même temps que la page."
227
 
228
+ #: admin/popup-admin.php:326
229
  msgid "Automatic top margin:"
230
+ msgstr "Marge supérieure automatique:"
231
 
232
+ #: admin/popup-admin.php:327
233
  msgid ""
234
+ "The system will try to center the popup automatically, unselect it if you "
235
+ "encounter any issues"
236
  msgstr ""
237
+ "Le système va essayer de centrer automatiquement le pop-up, désactivez cette "
238
+ "option en cas de problèmes."
239
 
240
+ #: admin/popup-admin.php:332
241
  msgid "Popup top margin(px):"
242
  msgstr "Marge supérieure du pop-up (px):"
243
 
244
+ #: admin/popup-admin.php:342
245
  msgid "Background opacity"
246
+ msgstr "Opacité du fond"
247
 
248
+ #: admin/popup-admin.php:342
249
  msgid "Set the opacity of opaque background under the popup."
250
+ msgstr "Définit l'opacité de l'arrière-plan qui apparaît derrière le pop-up."
251
 
252
+ #: admin/popup-admin.php:363
253
  msgid "Opaque background color"
254
+ msgstr "Couleur de fond de la zone opaque:"
255
 
256
+ #: admin/popup-admin.php:368
257
  msgid "Close cross"
258
+ msgstr "Croix permettant la fermeture du pop-up"
259
 
260
+ #: admin/popup-admin.php:368
261
  msgid ""
262
  "Select the colour combination of the closing cross on the upper right of "
263
  "popup."
264
  msgstr ""
265
+ "Sélectionnez la combinaison de couleurs de la croix de fermeture du pop-up, "
266
+ "située en haut à droite"
267
 
268
+ #: admin/popup-admin.php:370
269
  msgid "Black"
270
  msgstr "Noire"
271
 
272
+ #: admin/popup-admin.php:371
273
  msgid "White"
274
  msgstr "Blanche"
275
 
276
+ #: admin/popup-admin.php:372
277
  msgid "White with border"
278
+ msgstr "Avec des bords blancs"
279
 
280
+ #: admin/popup-admin.php:381
281
  msgid "Age restriction settings:"
282
+ msgstr "Site avec une restriction d'âge:"
283
 
284
+ #: admin/popup-admin.php:385
285
  msgid "Enable age validation"
286
+ msgstr "Activer la restriction d'âge"
287
 
288
+ #: admin/popup-admin.php:388
289
  msgid "Enter button text:"
290
+ msgstr "Texte du bouton d'entrée:"
291
 
292
+ #: admin/popup-admin.php:389
293
  msgid "i.e.: I AM OVER 18 - ENTER"
294
+ msgstr "ex: J'AI PLUS DE 18 ANS - ENTRER"
295
 
296
+ #: admin/popup-admin.php:393
297
  msgid "Enter button background color:"
298
+ msgstr " Couleur du fond du bouton d'entrée:"
299
 
300
+ #: admin/popup-admin.php:396
301
  msgid "Enter button border color:"
302
+ msgstr " Couleur du bord du bouton d'entrée:"
303
 
304
+ #: admin/popup-admin.php:399
305
  msgid "Enter button font color:"
306
+ msgstr "Couleur de la police du bouton d'entrée:"
307
 
308
+ #: admin/popup-admin.php:404
309
  msgid "Leave button text:"
310
+ msgstr "Texte du bouton d'abandon:"
311
 
312
+ #: admin/popup-admin.php:405
313
  msgid "i.e.: I AM UNDER 18 - LEAVE"
314
+ msgstr "ex: J'AI MOINS DE 18 ANS - QUITTER LE SITE"
315
 
316
+ #: admin/popup-admin.php:407
317
  msgid "Leave button url:"
318
+ msgstr "URL du bouton d'abandon:"
319
 
320
+ #: admin/popup-admin.php:408
321
  msgid "i.e.: http://www.mysite.com/leave.html"
322
  msgstr "ex.: http://www.mysite.com/leave.html"
323
 
324
+ #: admin/popup-admin.php:412
325
  msgid "Leave button background color:"
326
+ msgstr "Couleur de fond du bouton d'abandon:"
327
 
328
+ #: admin/popup-admin.php:415
329
  msgid "Leave button border color:"
330
+ msgstr "Couleur du bord du bouton d'abandon:"
331
 
332
+ #: admin/popup-admin.php:418
333
  msgid "Leave button font color:"
334
+ msgstr "Couleur de la fonte du bouton d'abandon"
335
 
336
+ #: admin/popup-admin.php:430 admin/popup-admin.php:452
337
  msgid "Preview page"
338
+ msgstr "Prévisualiser la page"
339
 
340
+ #: admin/popup-admin.php:436
341
+ msgid "ITRO Popup messages"
342
+ msgstr ""
343
 
344
+ #: admin/popup-admin.php:443
345
+ msgid "Your text (or HTML code):"
346
+ msgstr "Votre texte (ou code HTML):"
347
 
348
  #: admin/popup-admin.php:460
349
+ msgid "Like it? Offer us a coffee! ;-)"
350
+ msgstr "Vous aimez cette extension? Offrez-nous un café! ;-)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
 
352
+ #: admin/popup-admin.php:468
353
  msgid "System Status"
354
+ msgstr "Information sur le système"
355
 
356
+ #: admin/popup-admin.php:479
357
+ msgid "DELETE ALL DATA ON PLUGIN UNINSTALL"
358
+ msgstr "EFFACER TOUTES LES DONNÉES LORS DE LA DÉSINSTALLATION DE L'EXTENSION"
359
 
360
+ #: admin/popup-admin.php:480
361
  msgid ""
362
  "Check this box if you want to delete or maintain database tables. It is "
363
  "usefull if you have to try to install again the plugin, without lost your "
364
  "settings."
365
  msgstr ""
366
+ "Cochez cette case si vous souhaitez supprimer toutes les données de la base. "
367
+ "Il est utile de laisser les données dans la base si vous souhaitez installer "
368
+ "l'extension plus tard."
369
 
370
  #: templates/itro-popup-template.php:11
371
  msgid "This popup will be closed in: "
372
+ msgstr "Ce pop-up sera fermé dans: "
373
 
374
  #: templates/itro-popup-template.php:26
375
  msgid "CLOSE"
376
+ msgstr "FERMER"
377
+
378
+ #~ msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
379
+ #~ msgstr ""
380
+ #~ "Choix multiple avec CTRL + clic ou Maj + Flèche vers le haut ou vers le "
381
+ #~ "bas"
382
+
383
+ #~ msgid ""
384
+ #~ "If you set this option popup can not be closed with ESC button of "
385
+ #~ "keyboard."
386
+ #~ msgstr ""
387
+ #~ "En sélectionnant cette option, le pop-up ne peut être fermé avec la "
388
+ #~ "touche ESC (Echap). Il se fermera automatiquement à la fin du compte à "
389
+ #~ "rebours."
390
+
391
+ #~ msgid ""
392
+ #~ "The system will try to auto center the popup, in case of problem deselect "
393
+ #~ "this option"
394
+ #~ msgstr ""
395
+ #~ "Le système va essayer de centrer automatiquement le pop-up, désactivez "
396
+ #~ "cette option en cas de problèmes."
397
+
398
+ #~ msgid "Your text (or HTML code:)"
399
+ #~ msgstr "Votre texte (ou code HTML):"
400
+
401
+ #~ msgid "Make your donation"
402
+ #~ msgstr "Faites un don"
403
+
404
+ #~ msgid "little donation"
405
+ #~ msgstr "petit don"
406
+
407
+ #~ msgid "right donation"
408
+ #~ msgstr "don normal"
409
+
410
+ #~ msgid "normal donation"
411
+ #~ msgstr "don régulier"
412
+
413
+ #~ msgid "good donation"
414
+ #~ msgstr "don généreux"
415
+
416
+ #~ msgid "great donation"
417
+ #~ msgstr "don important"
418
+
419
+ #~ msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
420
+ #~ msgstr ""
421
+ #~ "EFFACER TOUTES LES DONNÉES LORS DE LA DÉSINSTALLATION DE L'EXTENSION"
languages/itro-plugin-it_IT.mo CHANGED
Binary file
languages/itro-plugin-it_IT.po CHANGED
@@ -1,17 +1,17 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
- "POT-Creation-Date: 2014-04-09 19:58+0100\n"
5
- "PO-Revision-Date: 2014-04-09 19:59+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:141
@@ -43,8 +43,10 @@ msgid "Only selected pages"
43
  msgstr "Solo pagine selezionate"
44
 
45
  #: admin/popup-admin.php:175
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:176
50
  msgid "All pages"
@@ -86,10 +88,10 @@ msgstr "Disabilitare tasto ESC"
86
 
87
  #: admin/popup-admin.php:201
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:206
95
  msgid "Popup seconds:"
@@ -230,11 +232,11 @@ msgstr "Margine superiore automatico"
230
 
231
  #: admin/popup-admin.php:327
232
  msgid ""
233
- "The system will try to auto center the popup, in case of problem deselect "
234
- "this option"
235
  msgstr ""
236
- "Il sistema proverà a centrare automaticamente il popup, in caso di problemi "
237
- "deselezionare questa opzione."
238
 
239
  #: admin/popup-admin.php:332
240
  msgid "Popup top margin(px):"
@@ -341,8 +343,8 @@ msgid "ITRO Popup messages"
341
  msgstr "ITRO Popup: messaggi importanti"
342
 
343
  #: admin/popup-admin.php:443
344
- msgid "Your text (or HTML code:)"
345
- msgstr "Il tuo testo (o il codice HTML)"
346
 
347
  #: admin/popup-admin.php:460
348
  msgid "Like it? Offer us a coffee! ;-)"
@@ -353,8 +355,8 @@ msgid "System Status"
353
  msgstr "Informazioni di Sistema"
354
 
355
  #: admin/popup-admin.php:479
356
- msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
357
- msgstr "ELIMINA TUTTI DATI ALLA DISINSTALLAZIONE DEL PLUGIN"
358
 
359
  #: admin/popup-admin.php:480
360
  msgid ""
@@ -373,6 +375,29 @@ msgstr "Questo popup verrà; chiuso tra:"
373
  msgid "CLOSE"
374
  msgstr "CHIUDI"
375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  #~ msgid "Make your donation"
377
  #~ msgstr "Fai la tua donazione"
378
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2015-08-06 11:52+0200\n"
5
+ "PO-Revision-Date: 2015-08-06 11:54+0200\n"
6
+ "Last-Translator: ITRO Team <info@itroteam.com>\n"
7
  "Language-Team: ITRO Corp\n"
8
+ "Language: 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.4\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:141
43
  msgstr "Solo pagine selezionate"
44
 
45
  #: admin/popup-admin.php:175
46
+ msgid "Multiple choices with CTRL+Click or SHIFT+Arrow up or down"
47
+ msgstr ""
48
+ "Effettuare selezioni multiple con CTRL+Click o con SHIFT+Freccia su o "
49
+ "Freccia giù."
50
 
51
  #: admin/popup-admin.php:176
52
  msgid "All pages"
88
 
89
  #: admin/popup-admin.php:201
90
  msgid ""
91
+ "If you set this option, popup can not be closed with ESC button of keyboard."
92
  msgstr ""
93
+ "Selezionando questa opzione il popup non potrà essere chiuso con il tasto "
94
+ "ESC."
95
 
96
  #: admin/popup-admin.php:206
97
  msgid "Popup seconds:"
232
 
233
  #: admin/popup-admin.php:327
234
  msgid ""
235
+ "The system will try to center the popup automatically, unselect it if you "
236
+ "encounter any issues"
237
  msgstr ""
238
+ "Il popup verrà centrato automaticamente, deselezionare in caso si "
239
+ "riscontrino problemi di visualizzazione."
240
 
241
  #: admin/popup-admin.php:332
242
  msgid "Popup top margin(px):"
343
  msgstr "ITRO Popup: messaggi importanti"
344
 
345
  #: admin/popup-admin.php:443
346
+ msgid "Your text (or HTML code):"
347
+ msgstr "Il tuo testo o codice HTML"
348
 
349
  #: admin/popup-admin.php:460
350
  msgid "Like it? Offer us a coffee! ;-)"
355
  msgstr "Informazioni di Sistema"
356
 
357
  #: admin/popup-admin.php:479
358
+ msgid "DELETE ALL DATA ON PLUGIN UNINSTALL"
359
+ msgstr "ELIMINA I DATI DAL DB ALLA DISINSTALLAZIONE"
360
 
361
  #: admin/popup-admin.php:480
362
  msgid ""
375
  msgid "CLOSE"
376
  msgstr "CHIUDI"
377
 
378
+ #~ msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
379
+ #~ msgstr "Scelta multipla con CTRL+Click o SHIFT+Freccia su o giu"
380
+
381
+ #~ msgid ""
382
+ #~ "If you set this option popup can not be closed with ESC button of "
383
+ #~ "keyboard."
384
+ #~ msgstr ""
385
+ #~ "Selezionando questa opzione il popup non può essere chiuso con il tasto "
386
+ #~ "ESC. Si chiuderà automaticamente solo con il conto alla rovescia."
387
+
388
+ #~ msgid ""
389
+ #~ "The system will try to auto center the popup, in case of problem deselect "
390
+ #~ "this option"
391
+ #~ msgstr ""
392
+ #~ "Il sistema proverà a centrare automaticamente il popup, in caso di "
393
+ #~ "problemi deselezionare questa opzione."
394
+
395
+ #~ msgid "Your text (or HTML code:)"
396
+ #~ msgstr "Il tuo testo (o il codice HTML)"
397
+
398
+ #~ msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
399
+ #~ msgstr "ELIMINA TUTTI DATI ALLA DISINSTALLAZIONE DEL PLUGIN"
400
+
401
  #~ msgid "Make your donation"
402
  #~ msgstr "Fai la tua donazione"
403
 
languages/itro-plugin-sr_RS.mo ADDED
Binary file
languages/itro-plugin-sr_RS.po ADDED
@@ -0,0 +1,553 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: mc-plugin\n"
4
+ "POT-Creation-Date: 2015-08-06 11:57+0200\n"
5
+ "PO-Revision-Date: 2015-08-06 11:57+0200\n"
6
+ "Last-Translator: ITRO Team <info@itroteam.com>\n"
7
+ "Language-Team: ITRO Corp\n"
8
+ "Language: sr_RS\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.4\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:141
18
+ msgid "settings saved."
19
+ msgstr "podešavanja sačuvana."
20
+
21
+ #: admin/popup-admin.php:148
22
+ msgid "I.T.RO. Popup Plugin - Settings"
23
+ msgstr "I.T.RO. Popup Plugin - Podešavanja"
24
+
25
+ #: admin/popup-admin.php:160
26
+ msgid "General Popup Option:"
27
+ msgstr "Opšta Popup Opcija:"
28
+
29
+ #: admin/popup-admin.php:167
30
+ msgid "SHOW ADVANCED SETTINGS"
31
+ msgstr "PRIKAZATI NAPREDNA PODEŠAVANJA"
32
+
33
+ #: admin/popup-admin.php:168
34
+ msgid "Display many other options"
35
+ msgstr "Prikazati mnoge druge opcije"
36
+
37
+ #: admin/popup-admin.php:173
38
+ msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
39
+ msgstr "ODLUČITI GDE ĆE SE POPUP PRIKAZATI"
40
+
41
+ #: admin/popup-admin.php:175
42
+ msgid "Only selected pages"
43
+ msgstr "Samo selektovane stranice"
44
+
45
+ #: admin/popup-admin.php:175
46
+ msgid "Multiple choices with CTRL+Click or SHIFT+Arrow up or down"
47
+ msgstr "Višestruki izbor sa CTRL+Click ili SHIFT+Strelica na gore ili na dole"
48
+
49
+ #: admin/popup-admin.php:176
50
+ msgid "All pages"
51
+ msgstr "Sve stranice"
52
+
53
+ #: admin/popup-admin.php:177
54
+ msgid "No page"
55
+ msgstr "Nijedna stranica"
56
+
57
+ #: admin/popup-admin.php:181
58
+ msgid "Blog homepage"
59
+ msgstr "Naslovna strana blog-a"
60
+
61
+ #: admin/popup-admin.php:183
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."
65
+ msgstr ""
66
+ "Ako u vašim Podešavanjima ->Čitanju imate podešeno ‘Prikazivanje prednjih "
67
+ "stranica: Vaši najnoviji post-ovi’ i želite da prikažete popup na naslovnoj "
68
+ "strani, pregledajte ovu pregradu"
69
+
70
+ #: admin/popup-admin.php:193
71
+ msgid "GENERAL SETTINGS"
72
+ msgstr "OPŠTA PODEŠAVANJA"
73
+
74
+ #: admin/popup-admin.php:196
75
+ msgid "Disable on mobile device"
76
+ msgstr "Onemogućiti na mobilnom uređaju"
77
+
78
+ #: admin/popup-admin.php:197
79
+ msgid "Check this to disable popup on mobile devices"
80
+ msgstr "Pregledajte ovo radi onemogućavanja popup-a na mobilnim uređajima"
81
+
82
+ #: admin/popup-admin.php:200
83
+ msgid "Disable ESC key"
84
+ msgstr "Onemogućavanje tastera ESC "
85
+
86
+ #: admin/popup-admin.php:201
87
+ msgid ""
88
+ "If you set this option, popup can not be closed with ESC button of keyboard."
89
+ msgstr ""
90
+ "Ako podesite ovu opciju, popup se ne može zatvoriti putem tastera ESC na "
91
+ "tastaturi"
92
+
93
+ #: admin/popup-admin.php:206
94
+ msgid "Popup seconds:"
95
+ msgstr "Popup sekunde:"
96
+
97
+ #: admin/popup-admin.php:206
98
+ msgid ""
99
+ "Set seconds until the popup automatically close. Set it to zero to disable "
100
+ "countdown."
101
+ msgstr ""
102
+ "Podešavajte sekunde sve dok se popup automatski ne zatvori. Podesite na "
103
+ "nulu da biste onemogućili odbrojavanje"
104
+
105
+ #: admin/popup-admin.php:214
106
+ msgid "Popup delay:"
107
+ msgstr "Odlaganje popup-a:"
108
+
109
+ #: admin/popup-admin.php:214
110
+ msgid "Set seconds before the popup will be displayed"
111
+ msgstr "Podesite sekunde za vreme pre kojeg će se popup prikazati"
112
+
113
+ #: admin/popup-admin.php:222
114
+ msgid "Next visualization (hours):"
115
+ msgstr "Sledeća vizuelizacija (sati)"
116
+
117
+ #: admin/popup-admin.php:222
118
+ msgid ""
119
+ "Set time for the next visualization of popup, to prevent annoying repeated "
120
+ "visualizations, when someone visit pages"
121
+ msgstr ""
122
+ "Podesite vreme za sledeću vizuelizaciju popup-a, kako biste sprečili dosadno "
123
+ "ponavljanje vizuelizacija, kada neko posećuje stranice"
124
+
125
+ #: admin/popup-admin.php:228
126
+ msgid "Delete cookie"
127
+ msgstr "Izbrišite cookie (“kolačić”)"
128
+
129
+ #: admin/popup-admin.php:229
130
+ msgid "Cookie deleted!"
131
+ msgstr "“Kolačić” izbrisan!"
132
+
133
+ #: admin/popup-admin.php:234
134
+ msgid "Show countdown"
135
+ msgstr "Prikazati odbrojavanje"
136
+
137
+ #: admin/popup-admin.php:235
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
+ "Prikazati odbrojavanje u dnu popup-a koje prikazuje vreme pre nego što će se "
143
+ "popup zatvoriti. I ako je skriveno, svakako teče."
144
+
145
+ #: admin/popup-admin.php:237
146
+ msgid "Countdown font color:"
147
+ msgstr "Boja font-a kod odbrojavanja:"
148
+
149
+ #: admin/popup-admin.php:238
150
+ msgid "Select the countdown font color."
151
+ msgstr "Odaberite boju font-a kod odbrojavanja"
152
+
153
+ #: admin/popup-admin.php:242
154
+ msgid "POPUP ASPECT"
155
+ msgstr "POPUP ASPEKT"
156
+
157
+ #: admin/popup-admin.php:246
158
+ msgid "Popup width:"
159
+ msgstr "Širina popup-a:"
160
+
161
+ #: admin/popup-admin.php:246
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
+ "Koristite % da biste promenili širinu u dinamici sa prozorom pretraživača, "
167
+ "ili px za fiksiranu dimenziju, to jest: 30% ili 200px"
168
+
169
+ #: admin/popup-admin.php:260
170
+ msgid "Popup height:"
171
+ msgstr "Visina popup-a:"
172
+
173
+ #: admin/popup-admin.php:260
174
+ msgid "Select auto to adapt popup height to the content"
175
+ msgstr "Izaberite “auto” da biste visinu popup-a prilagodili visini sadržaja "
176
+
177
+ #: admin/popup-admin.php:274
178
+ msgid "Popup background color"
179
+ msgstr "Boja pozadine popup-a"
180
+
181
+ #: admin/popup-admin.php:276
182
+ msgid "Popup border color:"
183
+ msgstr "Boja ivice popup-a:"
184
+
185
+ #: admin/popup-admin.php:282
186
+ msgid "Popup border radius(px):"
187
+ msgstr "Prečnik ivice popup-a (px):"
188
+
189
+ #: admin/popup-admin.php:290
190
+ msgid "Popup border width(px):"
191
+ msgstr "Širina ivice popup-a (px):"
192
+
193
+ #: admin/popup-admin.php:298
194
+ msgid "Popup padding(px):"
195
+ msgstr "Odvajanje popup-a (px):"
196
+
197
+ #: admin/popup-admin.php:305
198
+ msgid "BACKGROUND IMAGE"
199
+ msgstr "POZADINSKA SLIKA"
200
+
201
+ #: admin/popup-admin.php:306
202
+ msgid "Show image"
203
+ msgstr "Prikazivanje slike"
204
+
205
+ #: admin/popup-admin.php:309
206
+ msgid "No background"
207
+ msgstr "Bez pozadine"
208
+
209
+ #: admin/popup-admin.php:312
210
+ msgid "Upload Image"
211
+ msgstr "“Slanje” (upload-ovanje) slike"
212
+
213
+ #: admin/popup-admin.php:315
214
+ msgid "Popup position:"
215
+ msgstr "Pozicija popup-a:"
216
+
217
+ #: admin/popup-admin.php:315
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
+ "Podešavanjem ABSOLUTE-a, popup će biti statičan na stranici. Podešavanjem "
223
+ "FIXED-a, “klizaće” (skrolovaće) zajedno sa stranicom"
224
+
225
+ #: admin/popup-admin.php:326
226
+ msgid "Automatic top margin:"
227
+ msgstr "Automatska margina na vrhu:"
228
+
229
+ #: admin/popup-admin.php:327
230
+ msgid ""
231
+ "The system will try to center the popup automatically, unselect it if you "
232
+ "encounter any issues"
233
+ msgstr ""
234
+ "Sistem ce pokušati da automatski centrira popup, a u slucaju problema, "
235
+ "poništite ovu opciju"
236
+
237
+ #: admin/popup-admin.php:332
238
+ msgid "Popup top margin(px):"
239
+ msgstr "Popup margina na vrhu (px):"
240
+
241
+ #: admin/popup-admin.php:342
242
+ msgid "Background opacity"
243
+ msgstr "Neprovidnost pozadine"
244
+
245
+ #: admin/popup-admin.php:342
246
+ msgid "Set the opacity of opaque background under the popup."
247
+ msgstr "Podesite providnost neprovidne pozadine ispod popup-a."
248
+
249
+ #: admin/popup-admin.php:363
250
+ msgid "Opaque background color"
251
+ msgstr "Neprovidna boja pozadine"
252
+
253
+ #: admin/popup-admin.php:368
254
+ msgid "Close cross"
255
+ msgstr "“Iks” za zatvaranje"
256
+
257
+ #: admin/popup-admin.php:368
258
+ msgid ""
259
+ "Select the colour combination of the closing cross on the upper right of "
260
+ "popup."
261
+ msgstr ""
262
+ "Odaberite kombinaciju boja “iksa” za zatvaranje na gornjoj desnoj strani "
263
+ "popup-a."
264
+
265
+ #: admin/popup-admin.php:370
266
+ msgid "Black"
267
+ msgstr "Crna"
268
+
269
+ #: admin/popup-admin.php:371
270
+ msgid "White"
271
+ msgstr "Bela"
272
+
273
+ #: admin/popup-admin.php:372
274
+ msgid "White with border"
275
+ msgstr "Bela sa ivicom"
276
+
277
+ #: admin/popup-admin.php:381
278
+ msgid "Age restriction settings:"
279
+ msgstr "Podešavanja vremenskog ograničenja:"
280
+
281
+ #: admin/popup-admin.php:385
282
+ msgid "Enable age validation"
283
+ msgstr "Omogućiti vremensku validaciju "
284
+
285
+ #: admin/popup-admin.php:388
286
+ msgid "Enter button text:"
287
+ msgstr "Unesite tekst button (“dugme”):"
288
+
289
+ #: admin/popup-admin.php:389
290
+ msgid "i.e.: I AM OVER 18 - ENTER"
291
+ msgstr "to jest: IMAM VIŠE OD 18 GODINA - UNESITE (ENTER)"
292
+
293
+ #: admin/popup-admin.php:393
294
+ msgid "Enter button background color:"
295
+ msgstr "Unesite dugme za pozadinsku boju:"
296
+
297
+ #: admin/popup-admin.php:396
298
+ msgid "Enter button border color:"
299
+ msgstr "Unesite dugme za boju ivice:"
300
+
301
+ #: admin/popup-admin.php:399
302
+ msgid "Enter button font color:"
303
+ msgstr "Unesite dugme za boju font-a:"
304
+
305
+ #: admin/popup-admin.php:404
306
+ msgid "Leave button text:"
307
+ msgstr "Ostavite tekst dugme:"
308
+
309
+ #: admin/popup-admin.php:405
310
+ msgid "i.e.: I AM UNDER 18 - LEAVE"
311
+ msgstr "to jest: IMAM MANJE OD 18 GODINA - OSTAVITE"
312
+
313
+ #: admin/popup-admin.php:407
314
+ msgid "Leave button url:"
315
+ msgstr "Ostavite url dugme:"
316
+
317
+ #: admin/popup-admin.php:408
318
+ msgid "i.e.: http://www.mysite.com/leave.html"
319
+ msgstr "to jest: http://www.mysite.com/leave.html"
320
+
321
+ #: admin/popup-admin.php:412
322
+ msgid "Leave button background color:"
323
+ msgstr "Ostavite dugme za pozadinsku boju:"
324
+
325
+ #: admin/popup-admin.php:415
326
+ msgid "Leave button border color:"
327
+ msgstr "Ostavite dugme za boju ivice:"
328
+
329
+ #: admin/popup-admin.php:418
330
+ msgid "Leave button font color:"
331
+ msgstr "Ostavite dugme za boju font-a:"
332
+
333
+ #: admin/popup-admin.php:430 admin/popup-admin.php:452
334
+ msgid "Preview page"
335
+ msgstr "Prethodno pregledajte stranicu"
336
+
337
+ #: admin/popup-admin.php:436
338
+ msgid "ITRO Popup messages"
339
+ msgstr "ITRO Popup poruke"
340
+
341
+ #: admin/popup-admin.php:443
342
+ msgid "Your text (or HTML code):"
343
+ msgstr "Vaš tekst (ili HTML šifra):"
344
+
345
+ #: admin/popup-admin.php:460
346
+ msgid "Like it? Offer us a coffee! ;-)"
347
+ msgstr "Dopada vam se? Ponudite nas kafom! ;-)"
348
+
349
+ #: admin/popup-admin.php:468
350
+ msgid "System Status"
351
+ msgstr "Status sistema"
352
+
353
+ #: admin/popup-admin.php:479
354
+ msgid "DELETE ALL DATA ON PLUGIN UNINSTALL"
355
+ msgstr "OBRIŠITE SVE PODATKE NA PLUGIN UNINSTALL"
356
+
357
+ #: admin/popup-admin.php:480
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
+ "Pregledajte ovu pregradu ukoliko želite da izbrišete ili održavate tabele "
364
+ "baze podataka. Korisna je ako morate da pokušate da ponovo instalirate "
365
+ "plugin, a da ne izgubite svoja podešavanja. "
366
+
367
+ #: templates/itro-popup-template.php:11
368
+ msgid "This popup will be closed in: "
369
+ msgstr "Ovaj popup će se zatvoriti na:"
370
+
371
+ #: templates/itro-popup-template.php:26
372
+ msgid "CLOSE"
373
+ msgstr "CLOSE"
374
+
375
+ #~ msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
376
+ #~ msgstr ""
377
+ #~ "Višestruki izbor sa CTRL+Click ili SHIFT+Strelica na gore ili na dole"
378
+
379
+ #~ msgid ""
380
+ #~ "If you set this option popup can not be closed with ESC button of "
381
+ #~ "keyboard."
382
+ #~ msgstr ""
383
+ #~ "Ako podesite ovu opciju, popup se ne može zatvoriti putem tastera ESC na "
384
+ #~ "tastaturi"
385
+
386
+ #~ msgid ""
387
+ #~ "The system will try to auto center the popup, in case of problem deselect "
388
+ #~ "this option"
389
+ #~ msgstr ""
390
+ #~ "Sistem će pokušati da automatski centrira popup, a u slučaju problema, "
391
+ #~ "poništite ovu opciju"
392
+
393
+ #~ msgid "Your text (or HTML code:)"
394
+ #~ msgstr "Vaš tekst (ili HTML šifra:)"
395
+
396
+ #~ msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
397
+ #~ msgstr "OBRIŠITE SVE PODATKE NA PLUGIN UNINSTALL"
398
+
399
+ #~ msgid "Make your donation"
400
+ #~ msgstr "Fai la tua donazione"
401
+
402
+ #~ msgid "little donation"
403
+ #~ msgstr "donazione piccola"
404
+
405
+ #~ msgid "right donation"
406
+ #~ msgstr "donazione giusta"
407
+
408
+ #~ msgid "normal donation"
409
+ #~ msgstr "donazione normale"
410
+
411
+ #~ msgid "good donation"
412
+ #~ msgstr "donazione corposa"
413
+
414
+ #~ msgid "great donation"
415
+ #~ msgstr "donazione grande"
416
+
417
+ #~ msgid "thiny donation"
418
+ #~ msgstr "donazione minima"
419
+
420
+ #~ msgid "Any pages"
421
+ #~ msgstr "Nessuna pagina"
422
+
423
+ #~ msgid "Enable IE compatibility"
424
+ #~ msgstr "Usare la compatibilit&agrave; per IE:"
425
+
426
+ #~ msgid ""
427
+ #~ "If your site is has visualization issues in Internet Explorer, check this "
428
+ #~ "box to solve the compatibility problem."
429
+ #~ msgstr ""
430
+ #~ "Se il tuo sito ha problemi di visualizzazione su Internet Explorer, "
431
+ #~ "spunta questa casella per risolvere il problema di compatibilità"
432
+
433
+ #~ msgid "Where are my old images?"
434
+ #~ msgstr "Dove sono le mie vecchie immagini?"
435
+
436
+ #~ msgid ""
437
+ #~ "If your plugin version is older than 3.4 here you can found your old "
438
+ #~ "uploaded images."
439
+ #~ msgstr ""
440
+ #~ "Se la versione installata del plugin è precedente alla 3.4 il link "
441
+ #~ "mostrerà le vecchie immagini caricate."
442
+
443
+ #~ msgid "Set hours until the popup will appear again"
444
+ #~ msgstr ""
445
+ #~ "Imposta quante ore passerano prima della prossima visualizzazione del "
446
+ #~ "popup."
447
+
448
+ #~ msgid ""
449
+ #~ "Select manually the top margin to vertical align the popup i.e.: 20px or "
450
+ #~ "10%"
451
+ #~ msgstr ""
452
+ #~ "Selezionare manualmente il margine superiore del popup per centrarlo es: "
453
+ #~ "10px o 20%"
454
+
455
+ #~ msgid "Unlockable popup"
456
+ #~ msgstr "Popup bloccato"
457
+
458
+ #~ msgid "Leave it blank to maintain the aspect ratio"
459
+ #~ msgstr "Lasciare bianco per mantenere le proporzioni dell'immagine."
460
+
461
+ #~ msgid "Age restricted page:"
462
+ #~ msgstr "Sito con restrizioni di età:"
463
+
464
+ #~ msgid "Select Image"
465
+ #~ msgstr "Carica Immagine"
466
+
467
+ #~ msgid "Text background color"
468
+ #~ msgstr "Colore di sfondo testo personalizzato:"
469
+
470
+ #~ msgid "Text border color:"
471
+ #~ msgstr "Colore bordo box del testo personalizzato:"
472
+
473
+ #~ msgid "Popup image settings:"
474
+ #~ msgstr "Impostazioni immagine popup:"
475
+
476
+ #~ msgid "Added image from direct url"
477
+ #~ msgstr "Aggiunta immagine dal link inserito."
478
+
479
+ #~ msgid "Added background from direct url"
480
+ #~ msgstr "Aggiunto sfondo dal link inserito."
481
+
482
+ #~ msgid "INSERTED IMAGE"
483
+ #~ msgstr "IMMAGINE DA INSERIRE"
484
+
485
+ #~ msgid "Image size (%):"
486
+ #~ msgstr "Grandezza immagine (%):"
487
+
488
+ #~ msgid "Insert pure number whithout %"
489
+ #~ msgstr "Inserire un numero puro senza il simbolo %"
490
+
491
+ #~ msgid "Use direck url:"
492
+ #~ msgstr "Inserisci url immagine:"
493
+
494
+ #~ msgid "Current image link:"
495
+ #~ msgstr "Link immagine attuale:"
496
+
497
+ #~ msgid "Upload and delete images"
498
+ #~ msgstr "Carica ed elimina le immagini"
499
+
500
+ #~ msgid "Overwrite"
501
+ #~ msgstr "Sovrascrivi"
502
+
503
+ #~ msgid "HELP US TO CONTINUE OUR DEVELOPING WORK. PLEASE DONATE!"
504
+ #~ msgstr "AIUTACI A CONTINUARE IL NOSTRO LAVORO. DONA ORA!"
505
+
506
+ #~ msgid "Warning file is too big, this may cause problems!"
507
+ #~ msgstr ""
508
+ #~ "Attenzione! Il file è troppo grande, questo pu&#242; causare dei problemi."
509
+
510
+ #~ msgid "\" already exists. Please check the overwrite option"
511
+ #~ msgstr "\" esiste già. Perfavore selezione l'opzione sovrascrivi."
512
+
513
+ #~ msgid "\" successfully uploaded"
514
+ #~ msgstr "\" eliminato con successo."
515
+
516
+ #~ msgid "Any image selected"
517
+ #~ msgstr "Nessuna immagine selezionata."
518
+
519
+ #~ msgid " added in popup"
520
+ #~ msgstr "aggiunto al popup."
521
+
522
+ #~ msgid "Any background image used"
523
+ #~ msgstr "Nessuno sfondo selezionatao."
524
+
525
+ #~ msgid " selected as background"
526
+ #~ msgstr "selezionato come sfondo"
527
+
528
+ #~ msgid "Any image selected. Please select one."
529
+ #~ msgstr "Nessuna immagine selezionata. Selezionarne una."
530
+
531
+ #~ msgid "\" successfully deleted"
532
+ #~ msgstr "\" eliminato con successo."
533
+
534
+ #~ msgid "Error, can't delete image."
535
+ #~ msgstr "Errore, impossibile eleiminare l'immagine."
536
+
537
+ #~ msgid "UPLOAD AND DELETE IMAGES"
538
+ #~ msgstr "CARICA ED ELIMINA LE IMMAGINI"
539
+
540
+ #~ msgid "Save"
541
+ #~ msgstr "Salva"
542
+
543
+ #~ msgid "Select"
544
+ #~ msgstr "Seleziona"
545
+
546
+ #~ msgid "RGB code i.e.: rgb(255,0,0) HEX code i.e.: #FF0000"
547
+ #~ msgstr "codice RGB es: rgb(255,0,0) codice HEX es: #FF0000"
548
+
549
+ #~ msgid " selected"
550
+ #~ msgstr " selezionato."
551
+
552
+ #~ msgid "Settings"
553
+ #~ msgstr "Impostazioni"
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: ITRO Team
10
- E-mail: support@itro.eu
11
- Version: 4.6.2
12
  Author URI: http://www.itro.eu/
13
  */
14
 
15
  global $ITRO_VER;
16
- $ITRO_VER = 4.62;
17
 
18
  define('itroPath', plugins_url() . '/itro-popup/');
19
  define('itroImages', plugins_url() . '/itro-popup/images/');
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: ITRO Team
10
+ E-mail: support@itroteam.com
11
+ Version: 4.6.3
12
  Author URI: http://www.itro.eu/
13
  */
14
 
15
  global $ITRO_VER;
16
+ $ITRO_VER = 4.63;
17
 
18
  define('itroPath', plugins_url() . '/itro-popup/');
19
  define('itroImages', plugins_url() . '/itro-popup/images/');
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, 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: 4.0
7
- Stable tag: 4.6.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -47,7 +47,8 @@ Simply the best Wordpress popup plugin!
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)
@@ -94,6 +95,11 @@ DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_
94
  VIEW NOW DEMOS ON OUR OFFICIAL SITE - [CLICK HERE!](http://www.itro.eu/?page_id=3056)
95
 
96
  == Changelog ==
 
 
 
 
 
97
  = 4.6.2 =
98
  FIXED: visualization bugs.
99
  FIXED: "only selected pages" doesn't work for pages set as blog hompage in Settings->Reading.
1
  === ITRO Popup Plugin ===
2
  Contributors: ITRO
3
+ Donate link: http://www.itro.eu/
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: 4.2.4
7
+ Stable tag: 4.6.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
47
  TRANSLATED IN FOLLOWING LANGUAGES:
48
  - Italian
49
  - English
50
+ - French (thanks to Patrice CHASSAING)
51
+ - Serbo-Croatian (thanks to Andrijana Nikolic www.webhostinggeeks.com)
52
 
53
  FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
54
  DONATE NOW! - KEEP IT FREE! [DONATE NOW](http://www.itro.eu/?page_id=396)
95
  VIEW NOW DEMOS ON OUR OFFICIAL SITE - [CLICK HERE!](http://www.itro.eu/?page_id=3056)
96
 
97
  == Changelog ==
98
+ = 4.6.3 =
99
+ ADDED: Popup closing by outside clicking.
100
+ ADDED: Serbo-Croatian language translation, thanks to Andrijana Nikolic www.webhostinggeeks.com
101
+ FIXED: Improved French and English transaltion thanks to Patrice CHASSAING.
102
+
103
  = 4.6.2 =
104
  FIXED: visualization bugs.
105
  FIXED: "only selected pages" doesn't work for pages set as blog hompage in Settings->Reading.
templates/itro-popup-template.php CHANGED
@@ -39,7 +39,7 @@ function itro_popup_template()
39
  ?>
40
  </div>
41
  </div>
42
- <div id="itro_opaco" style="visibility:hidden"></div>
43
  <?php
44
  }
45
  ?>
39
  ?>
40
  </div>
41
  </div>
42
+ <div id="itro_opaco" style="visibility:hidden" onclick="jQuery('#itro_popup').fadeOut(function(){itro_opaco.style.visibility='hidden';})"></div>
43
  <?php
44
  }
45
  ?>