Version Description
database collate problem fixed
Download this release
Release Info
Developer | ITRO |
Plugin | ITRO Popup Plugin |
Version | 4.6.1 |
Comparing to | |
See all releases |
Code changes from version 4.6 to 4.6.1
- functions/database-function.php +2 -2
- languages/itro-plugin-en_GB.mo +0 -0
- languages/itro-plugin-en_GB.po +81 -101
- languages/itro-plugin-it_IT.mo +0 -0
- languages/itro-plugin-it_IT.po +100 -102
- mc-main.php +2 -2
- readme.txt +10 -4
functions/database-function.php
CHANGED
@@ -19,7 +19,7 @@ function itro_db_init()
|
|
19 |
PRIMARY KEY(option_id),
|
20 |
option_name varchar(255),
|
21 |
option_val varchar(255)
|
22 |
-
)";
|
23 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
24 |
dbDelta( $sql );
|
25 |
|
@@ -31,7 +31,7 @@ function itro_db_init()
|
|
31 |
PRIMARY KEY(field_id),
|
32 |
field_name varchar(255),
|
33 |
field_value TEXT
|
34 |
-
)";
|
35 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
36 |
dbDelta( $sql );
|
37 |
}
|
19 |
PRIMARY KEY(option_id),
|
20 |
option_name varchar(255),
|
21 |
option_val varchar(255)
|
22 |
+
) CHARACTER SET=utf8 COLLATE utf8_general_ci";
|
23 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
24 |
dbDelta( $sql );
|
25 |
|
31 |
PRIMARY KEY(field_id),
|
32 |
field_name varchar(255),
|
33 |
field_value TEXT
|
34 |
+
) CHARACTER SET=utf8 COLLATE utf8_general_ci";
|
35 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
36 |
dbDelta( $sql );
|
37 |
}
|
languages/itro-plugin-en_GB.mo
CHANGED
Binary file
|
languages/itro-plugin-en_GB.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: mc-plugin\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: ITRO Corp\n"
|
8 |
"MIME-Version: 1.0\n"
|
@@ -13,348 +13,328 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: admin/popup-admin.php:
|
17 |
msgid "settings saved."
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: admin/popup-admin.php:
|
21 |
msgid "I.T.RO. Popup Plugin - Settings"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: admin/popup-admin.php:
|
25 |
msgid "General Popup Option:"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: admin/popup-admin.php:
|
29 |
msgid "SHOW ADVANCED SETTINGS"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: admin/popup-admin.php:
|
33 |
msgid "Display many other options"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: admin/popup-admin.php:
|
37 |
msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: admin/popup-admin.php:
|
41 |
msgid "Only selected pages"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: admin/popup-admin.php:
|
45 |
msgid "Multiple choise with CTRL+Click or SHIFT+Arrow up or down"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: admin/popup-admin.php:
|
49 |
msgid "All pages"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: admin/popup-admin.php:
|
53 |
msgid "No page"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: admin/popup-admin.php:
|
57 |
msgid "Blog homepage"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: admin/popup-admin.php:
|
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:
|
67 |
msgid "GENERAL SETTINGS"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: admin/popup-admin.php:
|
71 |
msgid "Disable on mobile device"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: admin/popup-admin.php:
|
75 |
msgid "Check this to disable popup on mobile devices"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: admin/popup-admin.php:
|
79 |
msgid "Disable ESC key"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: admin/popup-admin.php:
|
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:
|
88 |
msgid "Popup seconds:"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: admin/popup-admin.php:
|
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:
|
98 |
msgid "Popup delay:"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: admin/popup-admin.php:
|
102 |
msgid "Set seconds before the popup will be displayed"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: admin/popup-admin.php:
|
106 |
msgid "Next visualization (hours):"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: admin/popup-admin.php:
|
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:
|
116 |
msgid "Delete cookie"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: admin/popup-admin.php:
|
120 |
msgid "Cookie deleted!"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: admin/popup-admin.php:
|
124 |
msgid "Show countdown"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: admin/popup-admin.php:
|
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:
|
134 |
msgid "Countdown font color:"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: admin/popup-admin.php:
|
138 |
msgid "Select the countdown font color."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: admin/popup-admin.php:
|
142 |
msgid "POPUP ASPECT"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: admin/popup-admin.php:
|
146 |
msgid "Popup width:"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: admin/popup-admin.php:
|
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:
|
156 |
msgid "Popup height:"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: admin/popup-admin.php:
|
160 |
msgid "Select auto to adapt popup height to the content"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: admin/popup-admin.php:
|
164 |
msgid "Popup background color"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: admin/popup-admin.php:
|
168 |
msgid "Popup border color:"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/popup-admin.php:
|
172 |
msgid "Popup border radius(px):"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/popup-admin.php:
|
176 |
msgid "Popup border width(px):"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: admin/popup-admin.php:
|
180 |
msgid "Popup padding(px):"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/popup-admin.php:
|
184 |
msgid "BACKGROUND IMAGE"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/popup-admin.php:
|
188 |
msgid "Show image"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin/popup-admin.php:
|
192 |
msgid "No background"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/popup-admin.php:
|
196 |
msgid "Upload Image"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/popup-admin.php:
|
200 |
msgid "Popup position:"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/popup-admin.php:
|
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:
|
210 |
msgid "Automatic top margin:"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: admin/popup-admin.php:
|
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:
|
220 |
msgid "Popup top margin(px):"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin/popup-admin.php:
|
224 |
msgid "Background opacity"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin/popup-admin.php:
|
228 |
msgid "Set the opacity of opaque background under the popup."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin/popup-admin.php:
|
232 |
msgid "Opaque background color"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin/popup-admin.php:
|
236 |
msgid "Close cross"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin/popup-admin.php:
|
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:
|
246 |
msgid "Black"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: admin/popup-admin.php:
|
250 |
msgid "White"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: admin/popup-admin.php:
|
254 |
msgid "White with border"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: admin/popup-admin.php:
|
258 |
msgid "Age restriction settings:"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: admin/popup-admin.php:
|
262 |
msgid "Enable age validation"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: admin/popup-admin.php:
|
266 |
msgid "Enter button text:"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: admin/popup-admin.php:
|
270 |
msgid "i.e.: I AM OVER 18 - ENTER"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: admin/popup-admin.php:
|
274 |
msgid "Enter button background color:"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: admin/popup-admin.php:
|
278 |
msgid "Enter button border color:"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: admin/popup-admin.php:
|
282 |
msgid "Enter button font color:"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: admin/popup-admin.php:
|
286 |
msgid "Leave button text:"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: admin/popup-admin.php:
|
290 |
msgid "i.e.: I AM UNDER 18 - LEAVE"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: admin/popup-admin.php:
|
294 |
msgid "Leave button url:"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: admin/popup-admin.php:
|
298 |
msgid "i.e.: http://www.mysite.com/leave.html"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: admin/popup-admin.php:
|
302 |
msgid "Leave button background color:"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: admin/popup-admin.php:
|
306 |
msgid "Leave button border color:"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: admin/popup-admin.php:
|
310 |
msgid "Leave button font color:"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: admin/popup-admin.php:
|
314 |
msgid "Preview page"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: admin/popup-admin.php:
|
318 |
-
msgid "
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: admin/popup-admin.php:
|
322 |
-
msgid "
|
323 |
msgstr ""
|
324 |
|
325 |
#: admin/popup-admin.php:460
|
326 |
-
msgid "
|
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:
|
350 |
msgid "System Status"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: admin/popup-admin.php:
|
354 |
msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: admin/popup-admin.php:
|
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 "
|
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"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: admin/popup-admin.php:141
|
17 |
msgid "settings saved."
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: admin/popup-admin.php:148
|
21 |
msgid "I.T.RO. Popup Plugin - Settings"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: admin/popup-admin.php:160
|
25 |
msgid "General Popup Option:"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: admin/popup-admin.php:167
|
29 |
msgid "SHOW ADVANCED SETTINGS"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/popup-admin.php:168
|
33 |
msgid "Display many other options"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/popup-admin.php:173
|
37 |
msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: admin/popup-admin.php:175
|
41 |
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
|
49 |
msgid "All pages"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: admin/popup-admin.php:177
|
53 |
msgid "No page"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: admin/popup-admin.php:181
|
57 |
msgid "Blog homepage"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: admin/popup-admin.php:183
|
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:193
|
67 |
msgid "GENERAL SETTINGS"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: admin/popup-admin.php:196
|
71 |
msgid "Disable on mobile device"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: admin/popup-admin.php:197
|
75 |
msgid "Check this to disable popup on mobile devices"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: admin/popup-admin.php:200
|
79 |
msgid "Disable ESC key"
|
80 |
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
|
88 |
msgid "Popup seconds:"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: admin/popup-admin.php:206
|
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:214
|
98 |
msgid "Popup delay:"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: admin/popup-admin.php:214
|
102 |
msgid "Set seconds before the popup will be displayed"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: admin/popup-admin.php:222
|
106 |
msgid "Next visualization (hours):"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: admin/popup-admin.php:222
|
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:228
|
116 |
msgid "Delete cookie"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: admin/popup-admin.php:229
|
120 |
msgid "Cookie deleted!"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: admin/popup-admin.php:234
|
124 |
msgid "Show countdown"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: admin/popup-admin.php:235
|
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:237
|
134 |
msgid "Countdown font color:"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: admin/popup-admin.php:238
|
138 |
msgid "Select the countdown font color."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: admin/popup-admin.php:242
|
142 |
msgid "POPUP ASPECT"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: admin/popup-admin.php:246
|
146 |
msgid "Popup width:"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: admin/popup-admin.php:246
|
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:260
|
156 |
msgid "Popup height:"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: admin/popup-admin.php:260
|
160 |
msgid "Select auto to adapt popup height to the content"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: admin/popup-admin.php:274
|
164 |
msgid "Popup background color"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: admin/popup-admin.php:276
|
168 |
msgid "Popup border color:"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: admin/popup-admin.php:282
|
172 |
msgid "Popup border radius(px):"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: admin/popup-admin.php:290
|
176 |
msgid "Popup border width(px):"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: admin/popup-admin.php:298
|
180 |
msgid "Popup padding(px):"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: admin/popup-admin.php:305
|
184 |
msgid "BACKGROUND IMAGE"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: admin/popup-admin.php:306
|
188 |
msgid "Show image"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: admin/popup-admin.php:309
|
192 |
msgid "No background"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: admin/popup-admin.php:312
|
196 |
msgid "Upload Image"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin/popup-admin.php:315
|
200 |
msgid "Popup position:"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin/popup-admin.php:315
|
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:326
|
210 |
msgid "Automatic top margin:"
|
211 |
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
|
220 |
msgid "Popup top margin(px):"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin/popup-admin.php:342
|
224 |
msgid "Background opacity"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin/popup-admin.php:342
|
228 |
msgid "Set the opacity of opaque background under the popup."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: admin/popup-admin.php:363
|
232 |
msgid "Opaque background color"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin/popup-admin.php:368
|
236 |
msgid "Close cross"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin/popup-admin.php:368
|
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:370
|
246 |
msgid "Black"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: admin/popup-admin.php:371
|
250 |
msgid "White"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: admin/popup-admin.php:372
|
254 |
msgid "White with border"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: admin/popup-admin.php:381
|
258 |
msgid "Age restriction settings:"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: admin/popup-admin.php:385
|
262 |
msgid "Enable age validation"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: admin/popup-admin.php:388
|
266 |
msgid "Enter button text:"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: admin/popup-admin.php:389
|
270 |
msgid "i.e.: I AM OVER 18 - ENTER"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: admin/popup-admin.php:393
|
274 |
msgid "Enter button background color:"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: admin/popup-admin.php:396
|
278 |
msgid "Enter button border color:"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: admin/popup-admin.php:399
|
282 |
msgid "Enter button font color:"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: admin/popup-admin.php:404
|
286 |
msgid "Leave button text:"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: admin/popup-admin.php:405
|
290 |
msgid "i.e.: I AM UNDER 18 - LEAVE"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: admin/popup-admin.php:407
|
294 |
msgid "Leave button url:"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: admin/popup-admin.php:408
|
298 |
msgid "i.e.: http://www.mysite.com/leave.html"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: admin/popup-admin.php:412
|
302 |
msgid "Leave button background color:"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: admin/popup-admin.php:415
|
306 |
msgid "Leave button border color:"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: admin/popup-admin.php:418
|
310 |
msgid "Leave button font color:"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: admin/popup-admin.php:430 admin/popup-admin.php:452
|
314 |
msgid "Preview page"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: admin/popup-admin.php:436
|
318 |
+
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
|
326 |
+
msgid "Like it? Offer us a coffee! ;-)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: admin/popup-admin.php:468
|
330 |
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
|
338 |
msgid ""
|
339 |
"Check this box if you want to delete or maintain database tables. It is "
|
340 |
"usefull if you have to try to install again the plugin, without lost your "
|
languages/itro-plugin-it_IT.mo
CHANGED
Binary file
|
languages/itro-plugin-it_IT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: mc-plugin\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: ITRO Corp\n"
|
8 |
"Language: ITALIANO\n"
|
@@ -14,51 +14,51 @@ msgstr ""
|
|
14 |
"X-Poedit-Basepath: ../\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
-
#: admin/popup-admin.php:
|
18 |
msgid "settings saved."
|
19 |
msgstr "Impostazioni salvate"
|
20 |
|
21 |
-
#: admin/popup-admin.php:
|
22 |
msgid "I.T.RO. Popup Plugin - Settings"
|
23 |
msgstr "ITRO Popup Plugin - Impostazioni"
|
24 |
|
25 |
-
#: admin/popup-admin.php:
|
26 |
msgid "General Popup Option:"
|
27 |
msgstr "Impostazioni Generali"
|
28 |
|
29 |
-
#: admin/popup-admin.php:
|
30 |
msgid "SHOW ADVANCED SETTINGS"
|
31 |
msgstr "VISUALIZZA LE IMPOSTAZIONI AVANZATE"
|
32 |
|
33 |
-
#: admin/popup-admin.php:
|
34 |
msgid "Display many other options"
|
35 |
msgstr "Visualizza moltre altre funzioni per utenti avanzati"
|
36 |
|
37 |
-
#: admin/popup-admin.php:
|
38 |
msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
|
39 |
msgstr "DECIDERE DOVE VISUALIZZARE IL POPUP"
|
40 |
|
41 |
-
#: admin/popup-admin.php:
|
42 |
msgid "Only selected pages"
|
43 |
msgstr "Solo pagine selezionate"
|
44 |
|
45 |
-
#: admin/popup-admin.php:
|
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:
|
50 |
msgid "All pages"
|
51 |
msgstr "Tutte le pagine"
|
52 |
|
53 |
-
#: admin/popup-admin.php:
|
54 |
msgid "No page"
|
55 |
msgstr "Nessuna pagina"
|
56 |
|
57 |
-
#: admin/popup-admin.php:
|
58 |
msgid "Blog homepage"
|
59 |
msgstr "Blog homepage"
|
60 |
|
61 |
-
#: admin/popup-admin.php:
|
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:
|
71 |
msgid "GENERAL SETTINGS"
|
72 |
msgstr "IMPOSTAZIONI GENERALI"
|
73 |
|
74 |
-
#: admin/popup-admin.php:
|
75 |
msgid "Disable on mobile device"
|
76 |
msgstr "Disabilita per dispositivi mobili"
|
77 |
|
78 |
-
#: admin/popup-admin.php:
|
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:
|
84 |
msgid "Disable ESC key"
|
85 |
msgstr "Disabilitare tasto ESC"
|
86 |
|
87 |
-
#: admin/popup-admin.php:
|
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:
|
95 |
msgid "Popup seconds:"
|
96 |
msgstr "Secondi popup:"
|
97 |
|
98 |
-
#: admin/popup-admin.php:
|
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:
|
107 |
msgid "Popup delay:"
|
108 |
msgstr "Ritardo popup:"
|
109 |
|
110 |
-
#: admin/popup-admin.php:
|
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:
|
115 |
msgid "Next visualization (hours):"
|
116 |
msgstr "Prossima visualizzazione (ore):"
|
117 |
|
118 |
-
#: admin/popup-admin.php:
|
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:
|
128 |
msgid "Delete cookie"
|
129 |
msgstr "Elimina cookie"
|
130 |
|
131 |
-
#: admin/popup-admin.php:
|
132 |
msgid "Cookie deleted!"
|
133 |
msgstr "Cookie eliminato!"
|
134 |
|
135 |
-
#: admin/popup-admin.php:
|
136 |
msgid "Show countdown"
|
137 |
msgstr "Visualizza conto alla rovescia"
|
138 |
|
139 |
-
#: admin/popup-admin.php:
|
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:
|
148 |
msgid "Countdown font color:"
|
149 |
msgstr "Colore font:"
|
150 |
|
151 |
-
#: admin/popup-admin.php:
|
152 |
msgid "Select the countdown font color."
|
153 |
msgstr "Selezionare il colore del font del conto alla rovescia."
|
154 |
|
155 |
-
#: admin/popup-admin.php:
|
156 |
msgid "POPUP ASPECT"
|
157 |
msgstr "ASPETTO POPUP"
|
158 |
|
159 |
-
#: admin/popup-admin.php:
|
160 |
msgid "Popup width:"
|
161 |
msgstr "Larghezza Popup:"
|
162 |
|
163 |
-
#: admin/popup-admin.php:
|
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:
|
172 |
msgid "Popup height:"
|
173 |
msgstr "Altezza Popup:"
|
174 |
|
175 |
-
#: admin/popup-admin.php:
|
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:
|
180 |
msgid "Popup background color"
|
181 |
msgstr "Colore di sfondo:"
|
182 |
|
183 |
-
#: admin/popup-admin.php:
|
184 |
msgid "Popup border color:"
|
185 |
msgstr "Colore bordo:"
|
186 |
|
187 |
-
#: admin/popup-admin.php:
|
188 |
msgid "Popup border radius(px):"
|
189 |
msgstr "Rotondità bordo popup(px):"
|
190 |
|
191 |
-
#: admin/popup-admin.php:
|
192 |
msgid "Popup border width(px):"
|
193 |
msgstr "Spessore bordo popup(px):"
|
194 |
|
195 |
-
#: admin/popup-admin.php:
|
196 |
msgid "Popup padding(px):"
|
197 |
msgstr "Spaziatura interna (px):"
|
198 |
|
199 |
-
#: admin/popup-admin.php:
|
200 |
msgid "BACKGROUND IMAGE"
|
201 |
msgstr "IMMAGINE DI SFONDO"
|
202 |
|
203 |
-
#: admin/popup-admin.php:
|
204 |
msgid "Show image"
|
205 |
msgstr "Visualizza immagine"
|
206 |
|
207 |
-
#: admin/popup-admin.php:
|
208 |
msgid "No background"
|
209 |
msgstr "Nessuno sfondo"
|
210 |
|
211 |
-
#: admin/popup-admin.php:
|
212 |
msgid "Upload Image"
|
213 |
msgstr "Carica Immagine"
|
214 |
|
215 |
-
#: admin/popup-admin.php:
|
216 |
msgid "Popup position:"
|
217 |
msgstr "Posizione del popup:"
|
218 |
|
219 |
-
#: admin/popup-admin.php:
|
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:
|
228 |
msgid "Automatic top margin:"
|
229 |
msgstr "Margine superiore automatico"
|
230 |
|
231 |
-
#: admin/popup-admin.php:
|
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:
|
240 |
msgid "Popup top margin(px):"
|
241 |
msgstr "Margine superiore popup (px):"
|
242 |
|
243 |
-
#: admin/popup-admin.php:
|
244 |
msgid "Background opacity"
|
245 |
msgstr "Opacità sfondo"
|
246 |
|
247 |
-
#: admin/popup-admin.php:
|
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:
|
252 |
msgid "Opaque background color"
|
253 |
msgstr "Colore sfondo opaco:"
|
254 |
|
255 |
-
#: admin/popup-admin.php:
|
256 |
msgid "Close cross"
|
257 |
msgstr "Croce di chiusura"
|
258 |
|
259 |
-
#: admin/popup-admin.php:
|
260 |
msgid ""
|
261 |
"Select the colour combination of the closing cross on the upper right of "
|
262 |
"popup."
|
@@ -264,119 +264,99 @@ 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:
|
268 |
msgid "Black"
|
269 |
msgstr "Nera"
|
270 |
|
271 |
-
#: admin/popup-admin.php:
|
272 |
msgid "White"
|
273 |
msgstr "Bianca"
|
274 |
|
275 |
-
#: admin/popup-admin.php:
|
276 |
msgid "White with border"
|
277 |
msgstr "Bianca con bordi"
|
278 |
|
279 |
-
#: admin/popup-admin.php:
|
280 |
msgid "Age restriction settings:"
|
281 |
msgstr "Sito con restrizioni di età:"
|
282 |
|
283 |
-
#: admin/popup-admin.php:
|
284 |
msgid "Enable age validation"
|
285 |
msgstr "Abilita blocco età"
|
286 |
|
287 |
-
#: admin/popup-admin.php:
|
288 |
msgid "Enter button text:"
|
289 |
msgstr "Testo bottone di ingresso:"
|
290 |
|
291 |
-
#: admin/popup-admin.php:
|
292 |
msgid "i.e.: I AM OVER 18 - ENTER"
|
293 |
msgstr "es: HO PIU' DI 18 ANNI - ENTRA"
|
294 |
|
295 |
-
#: admin/popup-admin.php:
|
296 |
msgid "Enter button background color:"
|
297 |
msgstr "Colore di sfondo bottone di ingresso:"
|
298 |
|
299 |
-
#: admin/popup-admin.php:
|
300 |
msgid "Enter button border color:"
|
301 |
msgstr "Colore bordo pulsante di ingresso:"
|
302 |
|
303 |
-
#: admin/popup-admin.php:
|
304 |
msgid "Enter button font color:"
|
305 |
msgstr "Colore font pulsante di ingresso:"
|
306 |
|
307 |
-
#: admin/popup-admin.php:
|
308 |
msgid "Leave button text:"
|
309 |
msgstr "Testo pulsante di allontanamento:"
|
310 |
|
311 |
-
#: admin/popup-admin.php:
|
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:
|
316 |
msgid "Leave button url:"
|
317 |
msgstr "Url bottone di allontanamento:"
|
318 |
|
319 |
-
#: admin/popup-admin.php:
|
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:
|
324 |
msgid "Leave button background color:"
|
325 |
msgstr "Colore di sfondo pulsante di allontanamento:"
|
326 |
|
327 |
-
#: admin/popup-admin.php:
|
328 |
msgid "Leave button border color:"
|
329 |
msgstr "Colore bordo pulsante allontanamento:"
|
330 |
|
331 |
-
#: admin/popup-admin.php:
|
332 |
msgid "Leave button font color:"
|
333 |
msgstr "Colore font pulsante allontanamento:"
|
334 |
|
335 |
-
#: admin/popup-admin.php:
|
336 |
msgid "Preview page"
|
337 |
msgstr "Pagina di anteprima"
|
338 |
|
339 |
-
#: admin/popup-admin.php:
|
|
|
|
|
|
|
|
|
340 |
msgid "Your text (or HTML code:)"
|
341 |
msgstr "Il tuo testo (o il codice HTML)"
|
342 |
|
343 |
-
#: admin/popup-admin.php:
|
344 |
msgid "Like it? Offer us a coffee! ;-)"
|
345 |
msgstr "Il plugin ti piace? Offrici un caffè! ;-)"
|
346 |
|
347 |
-
#: admin/popup-admin.php:
|
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:
|
376 |
msgid "DELETE ALL DATA ON PLUGIN UNISTALL"
|
377 |
msgstr "ELIMINA TUTTI DATI ALLA DISINSTALLAZIONE DEL PLUGIN"
|
378 |
|
379 |
-
#: admin/popup-admin.php:
|
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 "
|
@@ -393,6 +373,24 @@ msgstr "Questo popup verrà; chiuso tra:"
|
|
393 |
msgid "CLOSE"
|
394 |
msgstr "CHIUDI"
|
395 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
#~ msgid "thiny donation"
|
397 |
#~ msgstr "donazione minima"
|
398 |
|
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"
|
14 |
"X-Poedit-Basepath: ../\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
+
#: admin/popup-admin.php:141
|
18 |
msgid "settings saved."
|
19 |
msgstr "Impostazioni salvate"
|
20 |
|
21 |
+
#: admin/popup-admin.php:148
|
22 |
msgid "I.T.RO. Popup Plugin - Settings"
|
23 |
msgstr "ITRO Popup Plugin - Impostazioni"
|
24 |
|
25 |
+
#: admin/popup-admin.php:160
|
26 |
msgid "General Popup Option:"
|
27 |
msgstr "Impostazioni Generali"
|
28 |
|
29 |
+
#: admin/popup-admin.php:167
|
30 |
msgid "SHOW ADVANCED SETTINGS"
|
31 |
msgstr "VISUALIZZA LE IMPOSTAZIONI AVANZATE"
|
32 |
|
33 |
+
#: admin/popup-admin.php:168
|
34 |
msgid "Display many other options"
|
35 |
msgstr "Visualizza moltre altre funzioni per utenti avanzati"
|
36 |
|
37 |
+
#: admin/popup-admin.php:173
|
38 |
msgid "DECIDE WHERE POPUP WILL BE DISPLAYED"
|
39 |
msgstr "DECIDERE DOVE VISUALIZZARE IL POPUP"
|
40 |
|
41 |
+
#: admin/popup-admin.php:175
|
42 |
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"
|
51 |
msgstr "Tutte le pagine"
|
52 |
|
53 |
+
#: admin/popup-admin.php:177
|
54 |
msgid "No page"
|
55 |
msgstr "Nessuna pagina"
|
56 |
|
57 |
+
#: admin/popup-admin.php:181
|
58 |
msgid "Blog homepage"
|
59 |
msgstr "Blog homepage"
|
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."
|
67 |
"Gli ultimi articoli' e su vuole visualizzare il popup in home, sezionare la "
|
68 |
"casella."
|
69 |
|
70 |
+
#: admin/popup-admin.php:193
|
71 |
msgid "GENERAL SETTINGS"
|
72 |
msgstr "IMPOSTAZIONI GENERALI"
|
73 |
|
74 |
+
#: admin/popup-admin.php:196
|
75 |
msgid "Disable on mobile device"
|
76 |
msgstr "Disabilita per dispositivi mobili"
|
77 |
|
78 |
+
#: admin/popup-admin.php:197
|
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:200
|
84 |
msgid "Disable ESC key"
|
85 |
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:"
|
96 |
msgstr "Secondi popup:"
|
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."
|
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:214
|
107 |
msgid "Popup delay:"
|
108 |
msgstr "Ritardo popup:"
|
109 |
|
110 |
+
#: admin/popup-admin.php:214
|
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:222
|
115 |
msgid "Next visualization (hours):"
|
116 |
msgstr "Prossima visualizzazione (ore):"
|
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"
|
124 |
"della pagina. Serve ad evitare fastidiose ripetute visualizzazioni dello "
|
125 |
"stesso."
|
126 |
|
127 |
+
#: admin/popup-admin.php:228
|
128 |
msgid "Delete cookie"
|
129 |
msgstr "Elimina cookie"
|
130 |
|
131 |
+
#: admin/popup-admin.php:229
|
132 |
msgid "Cookie deleted!"
|
133 |
msgstr "Cookie eliminato!"
|
134 |
|
135 |
+
#: admin/popup-admin.php:234
|
136 |
msgid "Show countdown"
|
137 |
msgstr "Visualizza conto alla rovescia"
|
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."
|
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:237
|
148 |
msgid "Countdown font color:"
|
149 |
msgstr "Colore font:"
|
150 |
|
151 |
+
#: admin/popup-admin.php:238
|
152 |
msgid "Select the countdown font color."
|
153 |
msgstr "Selezionare il colore del font del conto alla rovescia."
|
154 |
|
155 |
+
#: admin/popup-admin.php:242
|
156 |
msgid "POPUP ASPECT"
|
157 |
msgstr "ASPETTO POPUP"
|
158 |
|
159 |
+
#: admin/popup-admin.php:246
|
160 |
msgid "Popup width:"
|
161 |
msgstr "Larghezza Popup:"
|
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"
|
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:260
|
172 |
msgid "Popup height:"
|
173 |
msgstr "Altezza Popup:"
|
174 |
|
175 |
+
#: admin/popup-admin.php:260
|
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:274
|
180 |
msgid "Popup background color"
|
181 |
msgstr "Colore di sfondo:"
|
182 |
|
183 |
+
#: admin/popup-admin.php:276
|
184 |
msgid "Popup border color:"
|
185 |
msgstr "Colore bordo:"
|
186 |
|
187 |
+
#: admin/popup-admin.php:282
|
188 |
msgid "Popup border radius(px):"
|
189 |
msgstr "Rotondità bordo popup(px):"
|
190 |
|
191 |
+
#: admin/popup-admin.php:290
|
192 |
msgid "Popup border width(px):"
|
193 |
msgstr "Spessore bordo popup(px):"
|
194 |
|
195 |
+
#: admin/popup-admin.php:298
|
196 |
msgid "Popup padding(px):"
|
197 |
msgstr "Spaziatura interna (px):"
|
198 |
|
199 |
+
#: admin/popup-admin.php:305
|
200 |
msgid "BACKGROUND IMAGE"
|
201 |
msgstr "IMMAGINE DI SFONDO"
|
202 |
|
203 |
+
#: admin/popup-admin.php:306
|
204 |
msgid "Show image"
|
205 |
msgstr "Visualizza immagine"
|
206 |
|
207 |
+
#: admin/popup-admin.php:309
|
208 |
msgid "No background"
|
209 |
msgstr "Nessuno sfondo"
|
210 |
|
211 |
+
#: admin/popup-admin.php:312
|
212 |
msgid "Upload Image"
|
213 |
msgstr "Carica Immagine"
|
214 |
|
215 |
+
#: admin/popup-admin.php:315
|
216 |
msgid "Popup position:"
|
217 |
msgstr "Posizione del popup:"
|
218 |
|
219 |
+
#: admin/popup-admin.php:315
|
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:326
|
228 |
msgid "Automatic top margin:"
|
229 |
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"
|
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):"
|
241 |
msgstr "Margine superiore popup (px):"
|
242 |
|
243 |
+
#: admin/popup-admin.php:342
|
244 |
msgid "Background opacity"
|
245 |
msgstr "Opacità sfondo"
|
246 |
|
247 |
+
#: admin/popup-admin.php:342
|
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:363
|
252 |
msgid "Opaque background color"
|
253 |
msgstr "Colore sfondo opaco:"
|
254 |
|
255 |
+
#: admin/popup-admin.php:368
|
256 |
msgid "Close cross"
|
257 |
msgstr "Croce di chiusura"
|
258 |
|
259 |
+
#: admin/popup-admin.php:368
|
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:370
|
268 |
msgid "Black"
|
269 |
msgstr "Nera"
|
270 |
|
271 |
+
#: admin/popup-admin.php:371
|
272 |
msgid "White"
|
273 |
msgstr "Bianca"
|
274 |
|
275 |
+
#: admin/popup-admin.php:372
|
276 |
msgid "White with border"
|
277 |
msgstr "Bianca con bordi"
|
278 |
|
279 |
+
#: admin/popup-admin.php:381
|
280 |
msgid "Age restriction settings:"
|
281 |
msgstr "Sito con restrizioni di età:"
|
282 |
|
283 |
+
#: admin/popup-admin.php:385
|
284 |
msgid "Enable age validation"
|
285 |
msgstr "Abilita blocco età"
|
286 |
|
287 |
+
#: admin/popup-admin.php:388
|
288 |
msgid "Enter button text:"
|
289 |
msgstr "Testo bottone di ingresso:"
|
290 |
|
291 |
+
#: admin/popup-admin.php:389
|
292 |
msgid "i.e.: I AM OVER 18 - ENTER"
|
293 |
msgstr "es: HO PIU' DI 18 ANNI - ENTRA"
|
294 |
|
295 |
+
#: admin/popup-admin.php:393
|
296 |
msgid "Enter button background color:"
|
297 |
msgstr "Colore di sfondo bottone di ingresso:"
|
298 |
|
299 |
+
#: admin/popup-admin.php:396
|
300 |
msgid "Enter button border color:"
|
301 |
msgstr "Colore bordo pulsante di ingresso:"
|
302 |
|
303 |
+
#: admin/popup-admin.php:399
|
304 |
msgid "Enter button font color:"
|
305 |
msgstr "Colore font pulsante di ingresso:"
|
306 |
|
307 |
+
#: admin/popup-admin.php:404
|
308 |
msgid "Leave button text:"
|
309 |
msgstr "Testo pulsante di allontanamento:"
|
310 |
|
311 |
+
#: admin/popup-admin.php:405
|
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:407
|
316 |
msgid "Leave button url:"
|
317 |
msgstr "Url bottone di allontanamento:"
|
318 |
|
319 |
+
#: admin/popup-admin.php:408
|
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:412
|
324 |
msgid "Leave button background color:"
|
325 |
msgstr "Colore di sfondo pulsante di allontanamento:"
|
326 |
|
327 |
+
#: admin/popup-admin.php:415
|
328 |
msgid "Leave button border color:"
|
329 |
msgstr "Colore bordo pulsante allontanamento:"
|
330 |
|
331 |
+
#: admin/popup-admin.php:418
|
332 |
msgid "Leave button font color:"
|
333 |
msgstr "Colore font pulsante allontanamento:"
|
334 |
|
335 |
+
#: admin/popup-admin.php:430 admin/popup-admin.php:452
|
336 |
msgid "Preview page"
|
337 |
msgstr "Pagina di anteprima"
|
338 |
|
339 |
+
#: admin/popup-admin.php:436
|
340 |
+
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! ;-)"
|
349 |
msgstr "Il plugin ti piace? Offrici un caffè! ;-)"
|
350 |
|
351 |
+
#: admin/popup-admin.php:468
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
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 ""
|
361 |
"Check this box if you want to delete or maintain database tables. It is "
|
362 |
"usefull if you have to try to install again the plugin, without lost your "
|
373 |
msgid "CLOSE"
|
374 |
msgstr "CHIUDI"
|
375 |
|
376 |
+
#~ msgid "Make your donation"
|
377 |
+
#~ msgstr "Fai la tua donazione"
|
378 |
+
|
379 |
+
#~ msgid "little donation"
|
380 |
+
#~ msgstr "donazione piccola"
|
381 |
+
|
382 |
+
#~ msgid "right donation"
|
383 |
+
#~ msgstr "donazione giusta"
|
384 |
+
|
385 |
+
#~ msgid "normal donation"
|
386 |
+
#~ msgstr "donazione normale"
|
387 |
+
|
388 |
+
#~ msgid "good donation"
|
389 |
+
#~ msgstr "donazione corposa"
|
390 |
+
|
391 |
+
#~ msgid "great donation"
|
392 |
+
#~ msgstr "donazione grande"
|
393 |
+
|
394 |
#~ msgid "thiny donation"
|
395 |
#~ msgstr "donazione minima"
|
396 |
|
mc-main.php
CHANGED
@@ -8,12 +8,12 @@ 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
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
-
$ITRO_VER = 4.
|
17 |
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
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.1
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
+
$ITRO_VER = 4.61;
|
17 |
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
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.
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 4.6
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -91,9 +91,12 @@ DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_
|
|
91 |
|
92 |
== Screenshots ==
|
93 |
|
94 |
-
VIEW NOW DEMOS ON OUR OFFICIAL SITE - [CLICK HERE!](http://www.itro.eu/?page_id=
|
95 |
|
96 |
== Changelog ==
|
|
|
|
|
|
|
97 |
= 4.6 =
|
98 |
database error fixed
|
99 |
|
@@ -272,6 +275,9 @@ bug fixed: color table now works in admin pannel.
|
|
272 |
First released version.
|
273 |
|
274 |
== Upgrade Notice ==
|
|
|
|
|
|
|
275 |
= 4.6 =
|
276 |
database error fixed
|
277 |
|
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.3
|
6 |
+
Tested up to: 3.9
|
7 |
+
Stable tag: 4.6.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
91 |
|
92 |
== Screenshots ==
|
93 |
|
94 |
+
VIEW NOW DEMOS ON OUR OFFICIAL SITE - [CLICK HERE!](http://www.itro.eu/?page_id=4624)
|
95 |
|
96 |
== Changelog ==
|
97 |
+
= 4.6.1 =
|
98 |
+
database collate problem fixed
|
99 |
+
|
100 |
= 4.6 =
|
101 |
database error fixed
|
102 |
|
275 |
First released version.
|
276 |
|
277 |
== Upgrade Notice ==
|
278 |
+
= 4.6.1 =
|
279 |
+
database collate problem fixed
|
280 |
+
|
281 |
= 4.6 =
|
282 |
database error fixed
|
283 |
|