Version Description
- Updated: Localization catalog updated.
- Updated: Spanish localization.
- Fixed: Minor change in settings page that may fix options page being invisible in some cases.
Download this release
Release Info
Developer | moskis |
Plugin | FancyBox for WordPress |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- admin.php +3 -3
- fancybox.php +3 -3
- languages/mfbfw-es_ES.mo +0 -0
- languages/mfbfw-es_ES.po +742 -538
- languages/mfbfw.pot +441 -303
- readme.txt +6 -1
admin.php
CHANGED
@@ -89,7 +89,7 @@ function mfbfw_options_page() {
|
|
89 |
<div id="mfbfwd" style="border-top:1px dashed #DDDDDD;margin:20px auto 40px;overflow:hidden;padding-top:25px;width:735px">
|
90 |
|
91 |
<div style="background-color:#FFFFE0;border:1px solid #E6DB55;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:90px;float:left;text-align:center;width:200px">
|
92 |
-
<p style="line-height:1.5em;"><?php _e('If you use FancyBox and like it, buy the author a beer!', 'mfbfw'); ?></p>
|
93 |
<form id="donate_form" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
94 |
<input name="cmd" value="_donations" type="hidden">
|
95 |
<input name="business" value="janis.skarnelis@gmail.com" type="hidden">
|
@@ -106,7 +106,7 @@ function mfbfw_options_page() {
|
|
106 |
</div>
|
107 |
|
108 |
<div style="background-color:#FFFFE0;border:1px solid #E6DB55;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:90px;float:left;margin-left:10px;text-align:center;width:200px">
|
109 |
-
<p style="line-height:1.5em;"><?php _e('The author of this WordPress Plugin also likes beer :P', 'mfbfw'); ?></p>
|
110 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
111 |
<input type="hidden" name="cmd" value="_s-xclick"/>
|
112 |
<input type="hidden" name="hosted_button_id" value="3878319"/>
|
@@ -116,7 +116,7 @@ function mfbfw_options_page() {
|
|
116 |
</div>
|
117 |
|
118 |
<div style="background-color:#9DD1F2;border:1px solid #419ED9;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:90px;float:left;margin-left:10px;text-align:center;width:200px">
|
119 |
-
<p style="line-height:1.5em;"><a href="http://twitter.com/moskis/"><?php _e('Follow me on Twitter for more WordPress Plugins and Themes', 'mfbfw'); ?></a></p>
|
120 |
<img height="16" width="16" border="0" alt="" src="<?php echo FBFW_URL ?>/css/img/extra_twitter.png" />
|
121 |
</div>
|
122 |
|
89 |
<div id="mfbfwd" style="border-top:1px dashed #DDDDDD;margin:20px auto 40px;overflow:hidden;padding-top:25px;width:735px">
|
90 |
|
91 |
<div style="background-color:#FFFFE0;border:1px solid #E6DB55;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:90px;float:left;text-align:center;width:200px">
|
92 |
+
<p style="line-height:1.5em;"><?php _e( 'If you use FancyBox and like it, buy the author a beer!', 'mfbfw' ); ?></p>
|
93 |
<form id="donate_form" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
94 |
<input name="cmd" value="_donations" type="hidden">
|
95 |
<input name="business" value="janis.skarnelis@gmail.com" type="hidden">
|
106 |
</div>
|
107 |
|
108 |
<div style="background-color:#FFFFE0;border:1px solid #E6DB55;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:90px;float:left;margin-left:10px;text-align:center;width:200px">
|
109 |
+
<p style="line-height:1.5em;"><?php _e( 'The author of this WordPress Plugin also likes beer :P', 'mfbfw' ); ?></p>
|
110 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
111 |
<input type="hidden" name="cmd" value="_s-xclick"/>
|
112 |
<input type="hidden" name="hosted_button_id" value="3878319"/>
|
116 |
</div>
|
117 |
|
118 |
<div style="background-color:#9DD1F2;border:1px solid #419ED9;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:90px;float:left;margin-left:10px;text-align:center;width:200px">
|
119 |
+
<p style="line-height:1.5em;"><a href="http://twitter.com/moskis/"><?php _e( 'Follow me on Twitter for more WordPress Plugins and Themes', 'mfbfw' ); ?></a></p>
|
120 |
<img height="16" width="16" border="0" alt="" src="<?php echo FBFW_URL ?>/css/img/extra_twitter.png" />
|
121 |
</div>
|
122 |
|
fancybox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: FancyBox for WordPress
|
4 |
Plugin URI: http://plugins.josepardilla.com/fancybox-for-wordpress/
|
5 |
Description: Integrates <a href="http://fancybox.net/">FancyBox</a> by <a href="http://klade.lv/">Janis Skarnelis</a> into WordPress.
|
6 |
-
Version: 3.0
|
7 |
Author: José Pardilla
|
8 |
Author URI: http://josepardilla.com/
|
9 |
|
@@ -53,7 +53,7 @@ define( 'FBFW_URL', $wp_plugin_url . '/fancybox-for-wordpress' );
|
|
53 |
/* Main Settings
|
54 |
/*-----------------------------------------------------------------------------------*/
|
55 |
|
56 |
-
define( 'FBFW_VERSION', '3.0.
|
57 |
|
58 |
require FBFW_PATH . '/settings.php';
|
59 |
|
@@ -326,7 +326,7 @@ function mfbfw_admin_menu() {
|
|
326 |
|
327 |
require FBFW_PATH . '/admin.php';
|
328 |
|
329 |
-
$mfbfwadmin = add_submenu_page( 'options-general.php', 'Fancybox for WordPress Options', 'Fancybox for WP', '
|
330 |
|
331 |
add_action( 'admin_print_styles-' . $mfbfwadmin, 'mfbfw_admin_styles' );
|
332 |
add_action( 'admin_print_scripts-' . $mfbfwadmin, 'mfbfw_admin_scripts' );
|
3 |
Plugin Name: FancyBox for WordPress
|
4 |
Plugin URI: http://plugins.josepardilla.com/fancybox-for-wordpress/
|
5 |
Description: Integrates <a href="http://fancybox.net/">FancyBox</a> by <a href="http://klade.lv/">Janis Skarnelis</a> into WordPress.
|
6 |
+
Version: 3.0.1
|
7 |
Author: José Pardilla
|
8 |
Author URI: http://josepardilla.com/
|
9 |
|
53 |
/* Main Settings
|
54 |
/*-----------------------------------------------------------------------------------*/
|
55 |
|
56 |
+
define( 'FBFW_VERSION', '3.0.1' );
|
57 |
|
58 |
require FBFW_PATH . '/settings.php';
|
59 |
|
326 |
|
327 |
require FBFW_PATH . '/admin.php';
|
328 |
|
329 |
+
$mfbfwadmin = add_submenu_page( 'options-general.php', 'Fancybox for WordPress Options', 'Fancybox for WP', 'manage_options', 'fancybox-for-wordpress', 'mfbfw_options_page' );
|
330 |
|
331 |
add_action( 'admin_print_styles-' . $mfbfwadmin, 'mfbfw_admin_styles' );
|
332 |
add_action( 'admin_print_scripts-' . $mfbfwadmin, 'mfbfw_admin_scripts' );
|
languages/mfbfw-es_ES.mo
CHANGED
Binary file
|
languages/mfbfw-es_ES.po
CHANGED
@@ -1,538 +1,742 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: FancyBox for WordPress Español\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/fancybox-for-wordpress\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Jose Pardilla <
|
8 |
-
"Language-Team: Moskis <jose@moskis.net>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-Language: Spanish\n"
|
13 |
-
"X-Poedit-Country: SPAIN\n"
|
14 |
-
|
15 |
-
#:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
#: lib/admin-tab-
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
#:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
-
|
69 |
-
#:
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
#:
|
74 |
-
msgid "
|
75 |
-
msgstr "
|
76 |
-
|
77 |
-
#:
|
78 |
-
msgid "
|
79 |
-
msgstr "
|
80 |
-
|
81 |
-
#:
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
-
|
85 |
-
#: lib/admin-tab-
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
-
|
89 |
-
#: lib/admin-tab-
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
-
|
93 |
-
#: lib/admin-tab-
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
-
|
97 |
-
#: lib/admin-tab-
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: lib/admin-tab-
|
102 |
-
msgid "
|
103 |
-
msgstr "
|
104 |
-
|
105 |
-
#: lib/admin-tab-
|
106 |
-
msgid "
|
107 |
-
msgstr "
|
108 |
-
|
109 |
-
#: lib/admin-tab-
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: lib/admin-tab-
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: lib/admin-tab-
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: lib/admin-tab-
|
122 |
-
msgid "
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: lib/admin-tab-
|
126 |
-
msgid "
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: lib/admin-tab-
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
#: lib/admin-tab-
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
-
|
137 |
-
#: lib/admin-tab-
|
138 |
-
msgid "
|
139 |
-
msgstr "
|
140 |
-
|
141 |
-
#: lib/admin-tab-
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
#: lib/admin-tab-
|
146 |
-
msgid "
|
147 |
-
msgstr "
|
148 |
-
|
149 |
-
#: lib/admin-tab-
|
150 |
-
msgid "
|
151 |
-
msgstr "
|
152 |
-
|
153 |
-
#: lib/admin-tab-
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
-
|
157 |
-
#: lib/admin-tab-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: FancyBox for WordPress Español\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/fancybox-for-wordpress\n"
|
5 |
+
"POT-Creation-Date: 2011-12-16 03:32:03+00:00\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Jose Pardilla <info@josepardilla.com>\n"
|
8 |
+
"Language-Team: Moskis <jose@moskis.net>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Spanish\n"
|
13 |
+
"X-Poedit-Country: SPAIN\n"
|
14 |
+
|
15 |
+
#: fancybox.php:365
|
16 |
+
msgid "Settings"
|
17 |
+
msgstr "Opciones"
|
18 |
+
|
19 |
+
#: admin.php:11
|
20 |
+
msgid "Fancybox for WordPress (version %s)"
|
21 |
+
msgstr "Fancybox for WordPress (versión %s)"
|
22 |
+
|
23 |
+
#: admin.php:22
|
24 |
+
msgid "Info"
|
25 |
+
msgstr "Información"
|
26 |
+
|
27 |
+
#: admin.php:23
|
28 |
+
msgid "Appearance"
|
29 |
+
msgstr "Apariencia"
|
30 |
+
|
31 |
+
#: admin.php:24
|
32 |
+
msgid "Animations"
|
33 |
+
msgstr "Animaciones"
|
34 |
+
|
35 |
+
#: admin.php:25
|
36 |
+
msgid "Behaviour"
|
37 |
+
msgstr "Comportamiento"
|
38 |
+
|
39 |
+
#: admin.php:26
|
40 |
+
msgid "Galleries"
|
41 |
+
msgstr "Galerías"
|
42 |
+
|
43 |
+
#: admin.php:27
|
44 |
+
msgid "Miscellaneous"
|
45 |
+
msgstr "Miscelánea"
|
46 |
+
|
47 |
+
#: admin.php:28
|
48 |
+
msgid "Extra Calls"
|
49 |
+
msgstr "Llamadas Extra"
|
50 |
+
|
51 |
+
#: admin.php:29
|
52 |
+
msgid "Troubleshooting"
|
53 |
+
msgstr "Ayuda"
|
54 |
+
|
55 |
+
#: admin.php:30
|
56 |
+
#: lib/admin-tab-support.php:1
|
57 |
+
msgid "Support"
|
58 |
+
msgstr "Soporte"
|
59 |
+
|
60 |
+
#: admin.php:31
|
61 |
+
#: lib/admin-tab-uninstall.php:1
|
62 |
+
msgid "Uninstall"
|
63 |
+
msgstr "Desinstalar"
|
64 |
+
|
65 |
+
#: admin.php:77
|
66 |
+
msgid "Save Changes"
|
67 |
+
msgstr "Guardar Cambios"
|
68 |
+
|
69 |
+
#: admin.php:84
|
70 |
+
msgid "Revert to defaults"
|
71 |
+
msgstr "Restaurar valores por defecto"
|
72 |
+
|
73 |
+
#: admin.php:92
|
74 |
+
msgid "If you use FancyBox and like it, buy the author a beer!"
|
75 |
+
msgstr "Si usas FancyBox y te gusta, cómprale una cerveza al autor!"
|
76 |
+
|
77 |
+
#: admin.php:109
|
78 |
+
msgid "The author of this WordPress Plugin also likes beer :P"
|
79 |
+
msgstr "Al autor de este plugin para WordPress también le gusta la cerveza :P"
|
80 |
+
|
81 |
+
#: admin.php:119
|
82 |
+
msgid "Follow me on Twitter for more WordPress Plugins and Themes"
|
83 |
+
msgstr "Sígueme en Twitter para más Plugins y Temas de WordPress"
|
84 |
+
|
85 |
+
#: lib/admin-tab-other.php:1
|
86 |
+
msgid "Other Settings <span style=\"color:red\">(advanced)</span>"
|
87 |
+
msgstr "Otras Opciones <span style=\"color:red\">(avanzado)</span>"
|
88 |
+
|
89 |
+
#: lib/admin-tab-other.php:3
|
90 |
+
msgid "These are additional settings for advanced users."
|
91 |
+
msgstr "Las siguientes opciones son para usuarios avanzados."
|
92 |
+
|
93 |
+
#: lib/admin-tab-other.php:9
|
94 |
+
msgid "Dimensions"
|
95 |
+
msgstr "Dimensiones"
|
96 |
+
|
97 |
+
#: lib/admin-tab-other.php:15
|
98 |
+
msgid "Auto detect dimensions (default: on)"
|
99 |
+
msgstr "Auto detectar dimensiones (por defecto: activado)"
|
100 |
+
|
101 |
+
#: lib/admin-tab-other.php:18
|
102 |
+
msgid "Only works with <strong>Ajax</strong> and <strong>Inline</strong> content! Flash dimensions won't be autodetected so specify them below if necessary. If you want to insert several pieces of flash content with different dimensions you will have to use the <strong>Additional FancyBox Calls</strong> option."
|
103 |
+
msgstr "Sólo funciona con <strong>Ajax</strong> y <strong>Contenido en línea</strong>! Las dimenciones de elementos Flash no se autodetectan así que especifícalas aquí debajo si lo necesitas. Si necesitas insertar varios elementos Flash de tamaños distintos tendrás que usar el apartado de <strong>Llamadas Extra</strong>."
|
104 |
+
|
105 |
+
#: lib/admin-tab-other.php:22
|
106 |
+
msgid "Width for iframe and swf content. Also set for inline content if <em>autoDimensions</em> is disabled (default: 560)"
|
107 |
+
msgstr "Ancho para iframes y contenido Flash. También afecta a contenido en línea si <em>Auto detectar dimensiones</em> está desactivado (por defecto: 560)"
|
108 |
+
|
109 |
+
#: lib/admin-tab-other.php:27
|
110 |
+
msgid "Height for iframe and swf content. Also set for inline content if <em>autoDimensions</em> is disabled (default: 340)"
|
111 |
+
msgstr "Alto para iframes y contenido Flash. También afecta a contenido en línea si <em>Auto detectar dimensiones</em> está desactivado (por defecto: 340)"
|
112 |
+
|
113 |
+
#: lib/admin-tab-other.php:35
|
114 |
+
msgid "Load JavaScript in Footer"
|
115 |
+
msgstr "Cargar JavaScript en el Pié de página"
|
116 |
+
|
117 |
+
#: lib/admin-tab-other.php:41
|
118 |
+
msgid "Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
|
119 |
+
msgstr "Carga el JavaScript al final del código HTML del blog (experimental) (por defecto: desactivado)"
|
120 |
+
|
121 |
+
#: lib/admin-tab-other.php:44
|
122 |
+
msgid "This option won't be recognized if you use <strong>Parallel Load</strong> plugin. In that case, you can do this from Parallel Load's options."
|
123 |
+
msgstr "Esta opción será ignorada si el plugin <strong>Parallel Load</strong> está instalado. Si es así, usa las opciones del plugin Parallel Load."
|
124 |
+
|
125 |
+
#: lib/admin-tab-other.php:51
|
126 |
+
msgid "Callbacks"
|
127 |
+
msgstr "Retrollamadas"
|
128 |
+
|
129 |
+
#: lib/admin-tab-other.php:57
|
130 |
+
msgid "Enable callbacks (default: off)"
|
131 |
+
msgstr "Activar retrollamadas (por defecto: desactivado)"
|
132 |
+
|
133 |
+
#: lib/admin-tab-other.php:60
|
134 |
+
msgid "Enabling this will show additional settings."
|
135 |
+
msgstr "Activar esta opcíón mostrará opociones adicionales."
|
136 |
+
|
137 |
+
#: lib/admin-tab-other.php:65
|
138 |
+
msgid "Callback on <strong>Start</strong> event: Will be called right before attempting to load the content"
|
139 |
+
msgstr "Retrollamada en evento <strong>Inicio</strong>: Se ejecutará justo antes de intentar cargar el contenido"
|
140 |
+
|
141 |
+
#: lib/admin-tab-other.php:70
|
142 |
+
msgid "Callback on <strong>Cancel</strong> event: Will be called after loading is canceled"
|
143 |
+
msgstr "Retrollamada en evento <strong>Cancelar</strong>: Se ejecutará tras cancelar la carga del contenido"
|
144 |
+
|
145 |
+
#: lib/admin-tab-other.php:75
|
146 |
+
msgid "Callback on <strong>Complete</strong> event: Will be called once the content is displayed"
|
147 |
+
msgstr "Retrollamada en evento <strong>Completado</strong>: Se ejecutará una vez se termine de mostrar el contenido"
|
148 |
+
|
149 |
+
#: lib/admin-tab-other.php:80
|
150 |
+
msgid "Callback on <strong>CleanUp</strong> event: Will be called just before closing"
|
151 |
+
msgstr "Retrollamada en evento <strong>Limpieza</strong>: Se ejecutará justo antes de empezar a ocultar el contenido"
|
152 |
+
|
153 |
+
#: lib/admin-tab-other.php:85
|
154 |
+
msgid "Callback on <strong>Closed</strong> event: Will be called once FancyBox is closed"
|
155 |
+
msgstr "Retrollamada en evento <strong>Cerrado</strong>: Se ejecutará tras cerrar FancyBox"
|
156 |
+
|
157 |
+
#: lib/admin-tab-other.php:89
|
158 |
+
#: lib/admin-tab-calls.php:26
|
159 |
+
msgid "Example:"
|
160 |
+
msgstr "Ejemplo:"
|
161 |
+
|
162 |
+
#: lib/admin-tab-other.php:91
|
163 |
+
msgid "Leave empty any speciic callbacks you don't need to use."
|
164 |
+
msgstr "Deja en blanco cualquier Retrollamada que no quieras usar."
|
165 |
+
|
166 |
+
#: lib/admin-tab-behaviour.php:1
|
167 |
+
msgid "Behavior Settings <span style=\"color:orange\">(medium)</span>"
|
168 |
+
msgstr "Opciones de Comportamiento <span style=\"color:orange\">(medio)</span>"
|
169 |
+
|
170 |
+
#: lib/admin-tab-behaviour.php:3
|
171 |
+
msgid "The following settings should be left alone unless you know what you are doing."
|
172 |
+
msgstr "Las siguientes opciones sólo deberían ser editadas si sabes lo que estás haciendo."
|
173 |
+
|
174 |
+
#: lib/admin-tab-behaviour.php:9
|
175 |
+
msgid "Auto Resize to Fit"
|
176 |
+
msgstr "Ajustar Tamaño"
|
177 |
+
|
178 |
+
#: lib/admin-tab-behaviour.php:15
|
179 |
+
msgid "Scale images to fit in viewport (default: on)"
|
180 |
+
msgstr "Ajusta el tamaño de las imagenes a la ventana del navegador (por defecto: activado)"
|
181 |
+
|
182 |
+
#: lib/admin-tab-behaviour.php:23
|
183 |
+
msgid "Center on Scroll"
|
184 |
+
msgstr "Centrar al hacer Scroll"
|
185 |
+
|
186 |
+
#: lib/admin-tab-behaviour.php:29
|
187 |
+
msgid "Keep image in the center of the browser window when scrolling (default: on)"
|
188 |
+
msgstr "Mantiene la imagen en el centro de la ventana del naegador al hacer scroll (por defecto: activado)"
|
189 |
+
|
190 |
+
#: lib/admin-tab-behaviour.php:37
|
191 |
+
msgid "Close on Content Click"
|
192 |
+
msgstr "Cerrar al hacer click en contenido"
|
193 |
+
|
194 |
+
#: lib/admin-tab-behaviour.php:43
|
195 |
+
msgid "Close FancyBox by clicking on the image (default: off)"
|
196 |
+
msgstr "Cerrar FancyBox al hacer click en la imagen (por defecto: desactivado)"
|
197 |
+
|
198 |
+
#: lib/admin-tab-behaviour.php:46
|
199 |
+
msgid "(You may want to leave this off if you display iframed or inline content that containts clickable elements - for example: play buttons for movies, links to other pages)"
|
200 |
+
msgstr "(Puedes que quieras dejar esta opción desactivada si vas a usar contendido anidado que incluya enlaces - for ejemplo: botones de play, enlaces a otras páginas)"
|
201 |
+
|
202 |
+
#: lib/admin-tab-behaviour.php:53
|
203 |
+
msgid "Close on Overlay Click"
|
204 |
+
msgstr "Cerrar al hacer click en el fondo"
|
205 |
+
|
206 |
+
#: lib/admin-tab-behaviour.php:59
|
207 |
+
msgid "Close FancyBox by clicking on the overlay sorrounding it (default: on)"
|
208 |
+
msgstr "Cerrar FancyBox al hacer click en el fondo (por defecto: activado)"
|
209 |
+
|
210 |
+
#: lib/admin-tab-behaviour.php:67
|
211 |
+
msgid "Close with "Esc""
|
212 |
+
msgstr "Cerrar con "Esc""
|
213 |
+
|
214 |
+
#: lib/admin-tab-behaviour.php:73
|
215 |
+
msgid "Close FancyBox when "Escape" key is pressed (default: on)"
|
216 |
+
msgstr "Cerrar Fancybox cuando se pulse la tecla "Escape" (por defecto: activado)"
|
217 |
+
|
218 |
+
#: lib/admin-tab-behaviour.php:81
|
219 |
+
msgid "Cyclic Galleries"
|
220 |
+
msgstr "Galerías Cíclicas"
|
221 |
+
|
222 |
+
#: lib/admin-tab-behaviour.php:87
|
223 |
+
msgid "This will make galleries cyclic, allowing you to keep pressing next/back (default: off)"
|
224 |
+
msgstr "Esta oción generará galerías cíclicas, permitíendote pulsar los botones de navegación indefinidamene (por defecto: desactivado)"
|
225 |
+
|
226 |
+
#: lib/admin-tab-behaviour.php:95
|
227 |
+
msgid "Mouse Wheel Navigation"
|
228 |
+
msgstr "Navegación por rueda del ratón"
|
229 |
+
|
230 |
+
#: lib/admin-tab-behaviour.php:101
|
231 |
+
msgid "Lets visitors navigate galleries with the mouse wheel (default: off)"
|
232 |
+
msgstr "Permita a los visitantes navegar por las galerías con la rueda del ratón (por defecto: desactivado)"
|
233 |
+
|
234 |
+
#: lib/admin-tab-behaviour.php:104
|
235 |
+
msgid "(Will load one additional javascript file, 3KB)"
|
236 |
+
msgstr "(Ejecutará un archivo JavaScript adicional, 3KB)"
|
237 |
+
|
238 |
+
#: lib/admin-tab-calls.php:1
|
239 |
+
msgid "Extra FancyBox Calls <span style=\"color:red\">(advanced)</span>"
|
240 |
+
msgstr "Llamadas Extra de FancyBox <span style=\"color:red\">(avanzado)</span>"
|
241 |
+
|
242 |
+
#: lib/admin-tab-calls.php:3
|
243 |
+
msgid "Here you can add as many additional calls to fancybox as you want, with different settings. For example, if you want to use fancybox with iframes or ajax on any specific link, you can configure those calls here without affecting the settings for images."
|
244 |
+
msgstr "Aquí puedes añadir todas las llamadas adicionales a FancyBox que quieras, con distintas opciones. Por ejemplo, si quieres usar FancyBox con iframes o con Ajax en cualquier enlace concreto, aquí puedes configurarlo sin afectar al resto de opciones."
|
245 |
+
|
246 |
+
#: lib/admin-tab-calls.php:5
|
247 |
+
msgid "For information on the options available you can use here see <a href=\"http://fancybox.net/api\">FancyBox's API & Options page</a>."
|
248 |
+
msgstr "Para más información acerca de las opciones que puedes usar en este campo, lee esta página sobre la <a href=\"http://fancybox.net/api\">API y Opciones de FancyBox</a>."
|
249 |
+
|
250 |
+
#: lib/admin-tab-calls.php:11
|
251 |
+
msgid "Additional FancyBox Calls"
|
252 |
+
msgstr "Llamadas Extra de FancyBox"
|
253 |
+
|
254 |
+
#: lib/admin-tab-calls.php:17
|
255 |
+
msgid "Additional FancyBox Calls (default: off)"
|
256 |
+
msgstr "Llamadas Extra de FancyBox (por defecto: desactivado)"
|
257 |
+
|
258 |
+
#: lib/admin-tab-info.php:1
|
259 |
+
msgid "Information"
|
260 |
+
msgstr "Información"
|
261 |
+
|
262 |
+
#: lib/admin-tab-info.php:3
|
263 |
+
msgid "<a target=\"_blank\" href=\"http://fancybox.net\">FancyBox</a> developed by <a target=\"_blank\" href=\"http://fancybox.net\">Janis Skarnelis</a>, ported to WordPress by <a target=\"_blank\" href=\"http://josepardilla.com/\">José Pardilla</a>. Licensed under the <a target=\"_blank\" href=\"http://en.wikipedia.org/wiki/MIT_License\">MIT License</a>."
|
264 |
+
msgstr "<a href=\"http://fancybox.net\">FancyBox</a> desarrollado por <a href=\"http://fancybox.net\">Janis Skarnelis</a>, adaptado a WordPress por <a href=\"http://http://josepardilla.com/\">José Pardilla</a>. Licenciado bajo <a target=\"_blank\" href=\"http://en.wikipedia.org/wiki/MIT_License\">Licencia MIT</a>."
|
265 |
+
|
266 |
+
#: lib/admin-tab-info.php:5
|
267 |
+
msgid "As you can see, this plugin has many options you can edit, but have no fear, you can leave everything as it is if you don't want to get your hands dirty, since the default options should be a good start... :)"
|
268 |
+
msgstr "Como puedes ver, este plugin te permite editar muchas opciones, pero no te preocupes, puedes dejarlo todo como está, ya que las opciones predefinidas no están mal para empezar... :)"
|
269 |
+
|
270 |
+
#: lib/admin-tab-info.php:7
|
271 |
+
msgid "<strong>Note:</strong> Having a cache plugin may prevent changes from taking effect immidiately, if this happens clear cache after saving changes here or deactivate cache until you finish editing these options."
|
272 |
+
msgstr "<strong>Nota:</strong> Usar un plugin de caché puede hacer que los cambios no surjan efecto inmediatamente, si esto ocurre vacía el cache después de guardar los cambios o desactívalo hasta que termines de ajustar estas opciones."
|
273 |
+
|
274 |
+
#: lib/admin-tab-info.php:9
|
275 |
+
msgid "<strong>Note:</strong> If update to version 3.0.0 breaks fancybox on your blog you will probably have to reset your settings (with the white button below). I have tested this issue on several WordPress installations and it always worked, so it might depend on the server. Sorry for the inconvinience."
|
276 |
+
msgstr "<strong>Nota:</strong> Si la actualización a la versión 3.0.0 estropea FancyBox en tu blog, posiblemente tengas que reestablecer las opciones del plugin (desde el botón blanco de abajo)."
|
277 |
+
|
278 |
+
#: lib/admin-tab-troubleshooting.php:1
|
279 |
+
msgid "Troubleshooting Settings"
|
280 |
+
msgstr "Resolución de Problemas"
|
281 |
+
|
282 |
+
#: lib/admin-tab-troubleshooting.php:3
|
283 |
+
msgid "Settings in this section should only be changed if you are having problems with the plugin!"
|
284 |
+
msgstr "Las opciones de esta sección solo deben ser editadas si tienes problemas con el plugin!"
|
285 |
+
|
286 |
+
#: lib/admin-tab-troubleshooting.php:5
|
287 |
+
msgid "If the plugin doesn't seem to work, first you should check for other plugins that may be conflicting with this one, especially other Lightbox, Slimbox, etc. Make sure all your plugins and WordPress itself are up to date (this plugin has only been tested in WordPress 2.7 and above)."
|
288 |
+
msgstr "Si el plugin no funciona, lo primero que deberías hacer es comprobar que no haya un conflicto con otros plugins, especialmente otro tipo de Lightbox, Slimbox, etc. Asegúrate de que todos tus plugins y tu WordPress están actualizados (este plugin solo se ha testado con WordPress 2.7 y superiores)."
|
289 |
+
|
290 |
+
#: lib/admin-tab-troubleshooting.php:7
|
291 |
+
msgid "Change them one at a time and test to see if they help. Remember that having a cache plugin may prevent changes from taking effect immidiately, so clear cache after saving changes here or deactivate cache until you finish editing these options."
|
292 |
+
msgstr "Cámbialas de una en una y comprueba si solucionan tu problema. Recuqerda que usar un plugin de caché puede hacer que los cambios no surjan efecto inmediatamente, vacía el cache después de guardar los cambios or desactivalo hasta que termines de ajustar estas opciones."
|
293 |
+
|
294 |
+
#: lib/admin-tab-troubleshooting.php:13
|
295 |
+
msgid "Do not call jQuery"
|
296 |
+
msgstr "No cargar jQuery"
|
297 |
+
|
298 |
+
#: lib/admin-tab-troubleshooting.php:19
|
299 |
+
msgid "Skip jQuery call. Use this only if jQuery is being loaded twice (default: off)"
|
300 |
+
msgstr "Omitir llamada a jQuery. Usa esta opción sólo si jQuery se está cargando dos veces por error. (por defecto: desactivado)"
|
301 |
+
|
302 |
+
#: lib/admin-tab-support.php:3
|
303 |
+
msgid "Help with Fancybox"
|
304 |
+
msgstr "Ayuda sobre ancyBox"
|
305 |
+
|
306 |
+
#: lib/admin-tab-support.php:5
|
307 |
+
msgid "If you have problems or questions about FancyBox itself (and not this WordPress plugin), please start with these links: <a target=\"_blank\" href=\"http://fancybox.net/howto\">How-To</a> & <a target=\"_blank\" href=\"http://fancybox.net/faq\">FAQ</a>.<br />If that does not help, go to <a href=\"http://groups.google.com/group/fancybox\">the FancyBox Google Group</a>, use the <strong>Search</strong> option, and if necesary, post your question."
|
308 |
+
msgstr "Si tienes problemas o dudas acerca de FancyBox (y no este plugin en sí), por favor visita estos enlaces (en inglés): <a href=\"http://fancybox.net/howto\">How-To</a> & <a href=\"http://fancybox.net/faq\">FAQ</a>.<br />Si eso no ayuda, ves al <a href=\"http://groups.google.com/group/fancybox\">Grupo de Google de FancyBox</a>, usa la opción de <strong>Búsqueda</strong>, y si no encuentras lo que buscas, pregunta allí."
|
309 |
+
|
310 |
+
#: lib/admin-tab-support.php:8
|
311 |
+
msgid "Help with Fancybox for WordPress plugin"
|
312 |
+
msgstr "Ayuda para el plugin Fancybox for WordPress"
|
313 |
+
|
314 |
+
#: lib/admin-tab-support.php:10
|
315 |
+
msgid "If you are having trouble with this plugin take a look at this <a target=\"_blank\" href=\"http://plugins.josepardilla.com/fancybox-for-wordpress/faq\">FAQ</a> where i will try to cover the most common problems and their solutions."
|
316 |
+
msgstr "Si tienes problemas para hacer funcionar este plugin echa un vistazo a esta página de <a target=\"_blank\" href=\"http://plugins.josepardilla.com/fancybox-for-wordpress/faq\">Preguntas Frecuentes</a> donde intentaré explicar los problemas más habituales y cómo resolverlos."
|
317 |
+
|
318 |
+
#: lib/admin-tab-support.php:11
|
319 |
+
msgid "Try to localize the problem (switch your theme and deactivate plugins until you find the source of the problem). You can also try the Troubleshooting settings of this plugin if necesary."
|
320 |
+
msgstr "Intenta localizar la fuente del problema (cambia de tema y/o desactiva plugins hasta que encuentres lo que causa el problema). También puedes usar las optiones de Resolución de Errores que hay al final de esta página."
|
321 |
+
|
322 |
+
#: lib/admin-tab-support.php:12
|
323 |
+
msgid "Try reverting the plugin's settings to their defaults with the button below."
|
324 |
+
msgstr "Prueba a resetear las opciones a sus valores originales con el botón al pie de esta página."
|
325 |
+
|
326 |
+
#: lib/admin-tab-support.php:13
|
327 |
+
msgid "If you still can not get the plugin to work, <a target=\"_blank\" href=\"http://wordpress.org/tags/fancybox-for-wordpress?forum_id=10#postform\">write a post in the WordPress Support forums</a> explaining the problem or take a look and the <a target=\"_blank\" href=\"http://wordpress.org/tags/fancybox-for-wordpress?forum_id=10\">already posted messages</a>."
|
328 |
+
msgstr "Si aún no puedes hacer funcionar el plugin, <a target=\"_blank\" href=\"http://wordpress.org/tags/fancybox-for-wordpress?forum_id=10#postform\">escribe en el foro de Soporte de WordPress</a> o echa un vistazo a <a target=\"_blank\" href=\"http://wordpress.org/tags/fancybox-for-wordpress?forum_id=10\">los mensajes ya escritos en dicho foro</a>."
|
329 |
+
|
330 |
+
#: lib/admin-tab-support.php:16
|
331 |
+
msgid "IMPORTANT:"
|
332 |
+
msgstr "IMPORTANTE:"
|
333 |
+
|
334 |
+
#: lib/admin-tab-support.php:16
|
335 |
+
msgid "When posting your problem please provide a link to your blog and the page where the error is found, and all relevant information you can, especially your theme, plugins, etc."
|
336 |
+
msgstr "Cuando expliques tu problema, por favor deja un enlace a tu blog y una página donde FancyBox falla, así como cualquier información reelevante, como el tema de WordPress y plugins que usas."
|
337 |
+
|
338 |
+
#: lib/admin-tab-animations.php:1
|
339 |
+
msgid "Animation Settings <span style=\"color:green\">(basic)</span>"
|
340 |
+
msgstr "Opciones de Animación <span style=\"color:green\">(básico)</span>"
|
341 |
+
|
342 |
+
#: lib/admin-tab-animations.php:3
|
343 |
+
msgid "These settings control the animations when opening and closing Fancybox, and the optional easing effects."
|
344 |
+
msgstr "Estas opciones controlan las animaciones al abrir y cerrar Fancybox, y los efectos opcionales de animación."
|
345 |
+
|
346 |
+
#: lib/admin-tab-animations.php:9
|
347 |
+
msgid "Zoom Options"
|
348 |
+
msgstr "Opciones de Zoom"
|
349 |
+
|
350 |
+
#: lib/admin-tab-animations.php:15
|
351 |
+
msgid "Change content transparency during zoom animations (default: on)"
|
352 |
+
msgstr "Animar opacidad durante el efecto de zoom (por defecto: activado)"
|
353 |
+
|
354 |
+
#: lib/admin-tab-animations.php:27
|
355 |
+
msgid "Speed in miliseconds of the zooming-in animation (default: 500)"
|
356 |
+
msgstr "Velocidad en milisegundos del efecto de Zoom In (por defecto: 500)"
|
357 |
+
|
358 |
+
#: lib/admin-tab-animations.php:39
|
359 |
+
msgid "Speed in miliseconds of the zooming-out animation (default: 500)"
|
360 |
+
msgstr "Velocidad en milisegundos del efecto de Zoom Out (por defecto: 500)"
|
361 |
+
|
362 |
+
#: lib/admin-tab-animations.php:51
|
363 |
+
msgid "Speed in miliseconds of the animation when navigating thorugh gallery items (default: 300)"
|
364 |
+
msgstr "Velocidad en milisegundos de la animación al navegar entre los elementos de una galería (por defecto: 300)"
|
365 |
+
|
366 |
+
#: lib/admin-tab-animations.php:59
|
367 |
+
msgid "Transition Type"
|
368 |
+
msgstr "Tio de Transición"
|
369 |
+
|
370 |
+
#: lib/admin-tab-animations.php:73
|
371 |
+
msgid "Transition type when opening FancyBox. (default: fade)"
|
372 |
+
msgstr "Tipo de transición al abrir FancyBox. (por defecto: fade)"
|
373 |
+
|
374 |
+
#: lib/admin-tab-animations.php:86
|
375 |
+
msgid "Transition type when closing FancyBox. (default: fade)"
|
376 |
+
msgstr "Tipo de transición al cerrar FancyBox. (por defecto: fade)"
|
377 |
+
|
378 |
+
#: lib/admin-tab-animations.php:94
|
379 |
+
msgid "Easing"
|
380 |
+
msgstr "Efecto de Animación"
|
381 |
+
|
382 |
+
#: lib/admin-tab-animations.php:100
|
383 |
+
msgid "Activate easing (default: off)"
|
384 |
+
msgstr "Activar efecto de animación (por defecto: desactivado)"
|
385 |
+
|
386 |
+
#: lib/admin-tab-animations.php:103
|
387 |
+
msgid "(Will load one additional javascript file, 8KB)"
|
388 |
+
msgstr "(Ejecutará un archivo JavaScript adicional, 8KB)"
|
389 |
+
|
390 |
+
#: lib/admin-tab-animations.php:117
|
391 |
+
msgid "Easing method when opening FancyBox. (default: easeOutBack)"
|
392 |
+
msgstr "Efecto de animación al abrir FancyBox. (por defecto: easeOutBack)"
|
393 |
+
|
394 |
+
#: lib/admin-tab-animations.php:120
|
395 |
+
msgid "(Requires opening transition type to be set to elastic)"
|
396 |
+
msgstr "(Requiere el tipo de transición de inicio elástico)"
|
397 |
+
|
398 |
+
#: lib/admin-tab-animations.php:132
|
399 |
+
msgid "Easing method when closing FancyBox. (default: easeInBack)"
|
400 |
+
msgstr "Efecto de animación al cerrar FancyBox. (por defecto: easeInBack)"
|
401 |
+
|
402 |
+
#: lib/admin-tab-animations.php:135
|
403 |
+
msgid "(Requires closing transition type to be set to elastic)"
|
404 |
+
msgstr "(Requiere el tipo de transición de cerrado elástico)"
|
405 |
+
|
406 |
+
#: lib/admin-tab-animations.php:147
|
407 |
+
msgid "Easing method when navigating through gallery items. (default: easeInOutQuart)"
|
408 |
+
msgstr "Efecto de animación al navegar por galerías. (por defecto: easoInOutQuart)"
|
409 |
+
|
410 |
+
#: lib/admin-tab-animations.php:150
|
411 |
+
msgid "(There are 30 different easing methods, the first ones are the most boring. You can test them <a href=\"http://commadot.com/jquery/easing.php\" target=\"_blank\">here</a> or <a href=\"http://hosted.zeh.com.br/mctween/animationtypes.html\" target=\"_blank\">here</a>)"
|
412 |
+
msgstr "(Hay 30 efectos diferentes, los primeros son los más aburridos. Puedes probarlos <a href=\"http://commadot.com/jquery/easing.php\" target=\"_blank\">aquí</a> o <a href=\"http://hosted.zeh.com.br/mctween/animationtypes.html\" target=\"_blank\">aquí</a>)"
|
413 |
+
|
414 |
+
#: lib/admin-tab-appearance.php:1
|
415 |
+
msgid "Appearance Settings <span style=\"color:green\">(basic)</span>"
|
416 |
+
msgstr "Opciones de Apariencia <span style=\"color:green\">(básico)</span>"
|
417 |
+
|
418 |
+
#: lib/admin-tab-appearance.php:3
|
419 |
+
msgid "These setting control how Fancybox looks, they let you tweak color, borders and position of elements, like the image title and closing buttons."
|
420 |
+
msgstr "Estas opciones controlan el aspecto general de FancyBox, te permiten ajustar los colores, bordes y posición de elementos como el título de la imagen y el botón de cerrar."
|
421 |
+
|
422 |
+
#: lib/admin-tab-appearance.php:9
|
423 |
+
msgid "Border"
|
424 |
+
msgstr "Borde"
|
425 |
+
|
426 |
+
#: lib/admin-tab-appearance.php:15
|
427 |
+
msgid "Show Border (default: off)"
|
428 |
+
msgstr "Mostrar Borde (por defecto: desactivado)"
|
429 |
+
|
430 |
+
#: lib/admin-tab-appearance.php:22
|
431 |
+
msgid "HTML color of the border (default: #BBBBBB)"
|
432 |
+
msgstr "Color HTML del borde (por defecto: #BBBBBB)"
|
433 |
+
|
434 |
+
#: lib/admin-tab-appearance.php:32
|
435 |
+
msgid "Close Button"
|
436 |
+
msgstr "Botón de Cerrar"
|
437 |
+
|
438 |
+
#: lib/admin-tab-appearance.php:38
|
439 |
+
msgid "Show Close button (default: on)"
|
440 |
+
msgstr "Mostrar el Botón de Cerrar (por defecto: activado)"
|
441 |
+
|
442 |
+
#: lib/admin-tab-appearance.php:43
|
443 |
+
msgid "Close button position:"
|
444 |
+
msgstr "Posición del Botón de Cerrar:"
|
445 |
+
|
446 |
+
#: lib/admin-tab-appearance.php:46
|
447 |
+
msgid "Left"
|
448 |
+
msgstr "Izquierda"
|
449 |
+
|
450 |
+
#: lib/admin-tab-appearance.php:51
|
451 |
+
msgid "Right (default)"
|
452 |
+
msgstr "Derecha (por defecto)"
|
453 |
+
|
454 |
+
#: lib/admin-tab-appearance.php:56
|
455 |
+
msgid "Bottom"
|
456 |
+
msgstr "Abajo"
|
457 |
+
|
458 |
+
#: lib/admin-tab-appearance.php:61
|
459 |
+
msgid "Top (default)"
|
460 |
+
msgstr "Arriba (por defecto)"
|
461 |
+
|
462 |
+
#: lib/admin-tab-appearance.php:71
|
463 |
+
msgid "Padding"
|
464 |
+
msgstr "Margen"
|
465 |
+
|
466 |
+
#: lib/admin-tab-appearance.php:77
|
467 |
+
msgid "HTML color of the padding (default: #FFFFFF)"
|
468 |
+
msgstr "Color HTML del margen (por defecto: #FFFFFF)"
|
469 |
+
|
470 |
+
#: lib/admin-tab-appearance.php:80
|
471 |
+
msgid "(This should be left on #FFFFFF (white) if you want to display anything other than images, like inline or framed content)"
|
472 |
+
msgstr "(Esta opción debería dejarse en #FFFFFF (blanco) si vas a mostrar algo que no sean imágenes, como contenido anidado)"
|
473 |
+
|
474 |
+
#: lib/admin-tab-appearance.php:84
|
475 |
+
msgid "Padding size in pixels (default: 10)"
|
476 |
+
msgstr "Tamaño del margen en píxeles (por defecto: 10)"
|
477 |
+
|
478 |
+
#: lib/admin-tab-appearance.php:92
|
479 |
+
msgid "Overlay Options"
|
480 |
+
msgstr "Opciones de Overlay"
|
481 |
+
|
482 |
+
#: lib/admin-tab-appearance.php:98
|
483 |
+
msgid "Add overlay (default: on)"
|
484 |
+
msgstr "Añadir overlay (por defecto: activado)"
|
485 |
+
|
486 |
+
#: lib/admin-tab-appearance.php:105
|
487 |
+
msgid "HTML color of the overlay (default: #666666)"
|
488 |
+
msgstr "Color HTML del overlay (por defecto: #666666)"
|
489 |
+
|
490 |
+
#: lib/admin-tab-appearance.php:118
|
491 |
+
msgid "Opacity of overlay. 0 is transparent, 1 is opaque (default: 0.3)"
|
492 |
+
msgstr "Opacidad del overlay. 0 es transparente, 1 es opaco (por defecto: 0.3)"
|
493 |
+
|
494 |
+
#: lib/admin-tab-appearance.php:128
|
495 |
+
msgid "Title"
|
496 |
+
msgstr "Título"
|
497 |
+
|
498 |
+
#: lib/admin-tab-appearance.php:134
|
499 |
+
msgid "Show the title (default: on)"
|
500 |
+
msgstr "Mostrar el título (por defecto: activado)"
|
501 |
+
|
502 |
+
#: lib/admin-tab-appearance.php:141
|
503 |
+
msgid "Inside (default)"
|
504 |
+
msgstr "Dentro (por defecto)"
|
505 |
+
|
506 |
+
#: lib/admin-tab-appearance.php:146
|
507 |
+
msgid "Outside"
|
508 |
+
msgstr "Fuera"
|
509 |
+
|
510 |
+
#: lib/admin-tab-appearance.php:151
|
511 |
+
msgid "Over"
|
512 |
+
msgstr "Encima"
|
513 |
+
|
514 |
+
#: lib/admin-tab-appearance.php:158
|
515 |
+
msgid "Title text color (default: #333333)"
|
516 |
+
msgstr "Color del título (por defecto #333333)"
|
517 |
+
|
518 |
+
#: lib/admin-tab-appearance.php:161
|
519 |
+
msgid "(Should contrast with the padding color set above)"
|
520 |
+
msgstr "(Debería contrastar con el color del margen establecido más arriba)"
|
521 |
+
|
522 |
+
#: lib/admin-tab-appearance.php:172
|
523 |
+
msgid "Navigation Arrows"
|
524 |
+
msgstr "Flechas de Navegación"
|
525 |
+
|
526 |
+
#: lib/admin-tab-appearance.php:178
|
527 |
+
msgid "Show the navigation arrows (default: on)"
|
528 |
+
msgstr "Mostrar flechas de navegación (por defecto: activado)"
|
529 |
+
|
530 |
+
#: lib/admin-tab-uninstall.php:3
|
531 |
+
msgid "Like many other plugins, FancyBox for WordPress stores its settings on your WordPress' options database table. Actually, these settings are not using more than a couple of kilobytes of space, but if you want to completely uninstall this plugin, check the option below, then save changes, and <strong>when you deactivate the plugin</strong>, all its settings will be removed from the database."
|
532 |
+
msgstr "Al igual que otros plugins, FancyBox for WordPress guarda sus opciones en la tabla de opciones de la base de datos de WordPress. En realidad, estas opcines no ocupam más que unos kilobytes de espacio, pero si quieres eliminar el plugin por completo, activa la siguiente opción, guarda los cambios, y <strong>cuando desactives el plugin</strong>, todas las opciones se eliminarán de la base de datos."
|
533 |
+
|
534 |
+
#: lib/admin-tab-uninstall.php:9
|
535 |
+
msgid "Remove settings"
|
536 |
+
msgstr "Eliminar Opciones"
|
537 |
+
|
538 |
+
#: lib/admin-tab-uninstall.php:15
|
539 |
+
msgid "Remove Settings when plugin is deactivated from the \"Manage Plugins\" page. (default: off)"
|
540 |
+
msgstr "Eliminar opciones cuando se desactive el plugin desde la página \"Gestionar Plugins\". (por defecto: desactivado)"
|
541 |
+
|
542 |
+
#: lib/admin-tab-galleries.php:1
|
543 |
+
msgid "Gallery Settings <span style=\"color:red\">(advanced)</span>"
|
544 |
+
msgstr "Opciones de Galería <span style=\"color:red\">(avanzado)</span>"
|
545 |
+
|
546 |
+
#: lib/admin-tab-galleries.php:3
|
547 |
+
msgid "Here you can choose if you want the plugin to group all images into a gallery, or make a gallery for each post. You can also define you own jQuery expression if you like."
|
548 |
+
msgstr "Aquí puedes elegir si quieres que el plugin agrupe las imágenes en una galería, o hacer una galería para cada entrada. También puedes definir tu propia expresión en jQuery."
|
549 |
+
|
550 |
+
#: lib/admin-tab-galleries.php:9
|
551 |
+
msgid "Gallery Type"
|
552 |
+
msgstr "Tipo de Galería"
|
553 |
+
|
554 |
+
#: lib/admin-tab-galleries.php:15
|
555 |
+
msgid "Make a gallery for all images on the page (default)"
|
556 |
+
msgstr "Incluir todas las imágenes de la página en una única galería (opción por defecto)"
|
557 |
+
|
558 |
+
#: lib/admin-tab-galleries.php:20
|
559 |
+
msgid "Do not group images in gallery automatically (use this if you want to make galleries manually with the <code>REL</code> attribute)"
|
560 |
+
msgstr "No agrupar imágenes en galerías automáticamente (usa esta opción si quieres agrupar las imagenes manualmente con el atributo <code>REL</code>)"
|
561 |
+
|
562 |
+
#: lib/admin-tab-galleries.php:25
|
563 |
+
msgid "Make a gallery for each post (will only work if your theme uses <code>class=\"post\"</code> on each post, which is common in WordPress"
|
564 |
+
msgstr "Hacer una galería para cada post (solo funcionará si el tema usa <code>class=\"post\"</code> en cada post, que es lo más común en WordPress"
|
565 |
+
|
566 |
+
#: lib/admin-tab-galleries.php:30
|
567 |
+
msgid "Use a custom expression to apply FancyBox"
|
568 |
+
msgstr "Aplicar FancyBox con una expresión personalizada"
|
569 |
+
|
570 |
+
#: lib/admin-tab-galleries.php:39
|
571 |
+
msgid "Custom expression guidelines:"
|
572 |
+
msgstr "Indicaciones para expresiones personalizadas:"
|
573 |
+
|
574 |
+
#: lib/admin-tab-galleries.php:41
|
575 |
+
msgid "· The custom expression has to apply <code>class=\"fancybox\"</code> to the links where you want to use FancyBox. Do not call the <code>fancybox()</code> function here, the plugin does this for you."
|
576 |
+
msgstr "· La expresión personalizada tiene que aplicar el atributo <code>class=\"fancybox\"</code> a los enlaces en los que quieras usar FancyBox. No llames a la función <code>fancybox()</code> aquí, de eso ya se encarga el plugin."
|
577 |
+
|
578 |
+
#: lib/admin-tab-galleries.php:43
|
579 |
+
msgid "· The jQuery <code>addClass()</code> function is a good way to add the class to the desired links conserving any existing class."
|
580 |
+
msgstr "· La función <code>addClass()</code> de jQuery es una buena forma de añadir el class a los links deseados."
|
581 |
+
|
582 |
+
#: lib/admin-tab-galleries.php:45
|
583 |
+
msgid "· You can use <code>getTitle()</code> in your expression to copy the title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so that FancyBox can show captions."
|
584 |
+
msgstr "· Puedes usar <code>getTitle()</code> en tu expresión para copiar el atributo title desde el tag <code>IMG</code> al tag <code>A</code>, para que FancyBox pueda mostrar el título de la imagen."
|
585 |
+
|
586 |
+
#: lib/admin-tab-galleries.php:47
|
587 |
+
msgid "· You can use <code>jQuery(thumbnails)</code> like in the example expression to apply FancyBox to thumbnails that link to these extensions: BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
588 |
+
msgstr "· Puedes usar <code>jQuery(thumbnails)</code> como en el ejemplo para aplicar FancyBox a las miniaturas de im%aacute;genes que enlazen a estas extensiones: BMP, GIF, JPG, JPEG, PNG tanto en minúscula como en mayúscula)."
|
589 |
+
|
590 |
+
#: lib/admin-tab-galleries.php:49
|
591 |
+
msgid "· If you want to do it manually you can use something like <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
592 |
+
msgstr "· Si prefieres hacerlo manualmente puedes usar algo como <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> o lo que más se ajuste a tu blog."
|
593 |
+
|
594 |
+
#: lib/admin-tab-galleries.php:51
|
595 |
+
msgid "See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery Documentation</a> for more help."
|
596 |
+
msgstr "Visita la <a href=\"http://docs.jquery.com/\" target=\"_blank\">Documentación de jQuery</a> para encontrar más ayuda."
|
597 |
+
|
598 |
+
#: lib/admin-tab-galleries.php:53
|
599 |
+
msgid "Examples:"
|
600 |
+
msgstr "Ejemplos:"
|
601 |
+
|
602 |
+
#~ msgid "Callback on Start event (default: empty)"
|
603 |
+
#~ msgstr "Retrollamada en el evento de Inicio (por defecto: vacío)"
|
604 |
+
|
605 |
+
#~ msgid "Callback on Show event (default: empty)"
|
606 |
+
#~ msgstr "Retrollamada en el evento de Mostrado (por defecto: vacío)"
|
607 |
+
|
608 |
+
#~ msgid "Callback on Close event (default: empty)"
|
609 |
+
#~ msgstr "Retrollamada en el evento de Cerrado (por defecto: vacío)"
|
610 |
+
|
611 |
+
#~ msgid "Leave the fields empty to disable."
|
612 |
+
#~ msgstr "Deja estos campos vacíos para desactivar cualqueir retrollamada."
|
613 |
+
|
614 |
+
#~ msgid "Frame Size"
|
615 |
+
#~ msgstr "Tamaño del recuadro"
|
616 |
+
|
617 |
+
#~ msgid ""
|
618 |
+
#~ "Width in pixels of FancyBox when showing iframe content (default: 560)"
|
619 |
+
#~ msgstr ""
|
620 |
+
#~ "Ancho en píxeles de FancyBox cuado se muestre contenido anidado (por "
|
621 |
+
#~ "defecto: 560)"
|
622 |
+
|
623 |
+
#~ msgid ""
|
624 |
+
#~ "Height in pixels of FancyBox when showing iframe content (default: 340)"
|
625 |
+
#~ msgstr ""
|
626 |
+
#~ "Alto en píxeles de FancyBox cuado se muestre contenido anidado (por "
|
627 |
+
#~ "defecto: 340)"
|
628 |
+
|
629 |
+
#~ msgid "jQuery \"noConflict\" Mode"
|
630 |
+
#~ msgstr "Modo jQuery \"noConflict\""
|
631 |
+
|
632 |
+
#~ msgid "Use jQuery noConflict mode (default: on)"
|
633 |
+
#~ msgstr "Usar parámetro noConflict de jQuery (por defecto: activado)"
|
634 |
+
|
635 |
+
#~ msgid ""
|
636 |
+
#~ "(Turning this off may cause problems if there are plugins activated that "
|
637 |
+
#~ "use other js framework like mootools, prototype, scriptaculous, etc.)"
|
638 |
+
#~ msgstr ""
|
639 |
+
#~ "(Desactivar esta opción puede causar problemas si hay plugins activadoes "
|
640 |
+
#~ "que usen otros frameworks javascript como Mootols, Prototype, "
|
641 |
+
#~ "Scriptaculous, etc.)"
|
642 |
+
|
643 |
+
#~ msgid "Presentation"
|
644 |
+
#~ msgstr "Presentación"
|
645 |
+
|
646 |
+
#~ msgid ""
|
647 |
+
#~ "These are the main settings, which let you tweak color, borders and "
|
648 |
+
#~ "animation."
|
649 |
+
#~ msgstr ""
|
650 |
+
#~ "Estas son las opciones principales, que te permiten ajustar los colores, "
|
651 |
+
#~ "bordes y animación."
|
652 |
+
|
653 |
+
#~ msgid ""
|
654 |
+
#~ "(Set <strong>Border Color</strong> to \"#000000\" and <strong>Padding "
|
655 |
+
#~ "Size</strong> to \"0\" for the classic FancyBox look)"
|
656 |
+
#~ msgstr ""
|
657 |
+
#~ "(Pon el <strong>Color del Borde</strong> en \"#000000\" y el "
|
658 |
+
#~ "<strong>Tamaño del Margen</strong> en \"0\" para el aspecto clásico de "
|
659 |
+
#~ "FancyBox)"
|
660 |
+
|
661 |
+
#~ msgid "Show/Hide Advanced Settings"
|
662 |
+
#~ msgstr "Mostrar/Ocultar Opciones Avanzadas"
|
663 |
+
|
664 |
+
#~ msgid "Show/Hide Troubleshooting & Uninstall Settings"
|
665 |
+
#~ msgstr "Mostrar/Ocultar Resolución de Problemas y Desinstalación"
|
666 |
+
|
667 |
+
#~ msgid ""
|
668 |
+
#~ "Do not call the <code>fancybox()</code> function here, the plugin does "
|
669 |
+
#~ "this for you."
|
670 |
+
#~ msgstr ""
|
671 |
+
#~ "No llames a la función <code>fancybox()</code> desde aquí, eso ya lo hace "
|
672 |
+
#~ "el plugin por tí."
|
673 |
+
|
674 |
+
#~ msgid "Make a gallery for each post"
|
675 |
+
#~ msgstr "Hacer una galería para cada entrada"
|
676 |
+
|
677 |
+
#~ msgid ""
|
678 |
+
#~ "The attribute has to start with fancybox, but can end with however you "
|
679 |
+
#~ "like: \"fancybox1\", \"fancybox2\", \"fancybox-custom\" will work."
|
680 |
+
#~ msgstr ""
|
681 |
+
#~ "El atributo debe empezar por fancybox pero puede terminar como quieras: "
|
682 |
+
#~ "\"fancybox1\", \"fancybox2\", \"fancybox-custom\" servirían."
|
683 |
+
|
684 |
+
#~ msgid "Horizontal position of the close button (default: right)"
|
685 |
+
#~ msgstr ""
|
686 |
+
#~ "Posición horizontal del botón para cerrar FancyBox (por defecto: derecha)"
|
687 |
+
|
688 |
+
#~ msgid "About"
|
689 |
+
#~ msgstr "Información"
|
690 |
+
|
691 |
+
#~ msgid ""
|
692 |
+
#~ "This plugin integrates FancyBox with WordPress without having to edit any "
|
693 |
+
#~ "file or code. Once activated the plugin will apply FancyBox automatically "
|
694 |
+
#~ "to all image links, including WordPress galleries. Future versions will "
|
695 |
+
#~ "include some more options like easier inline content integration and more "
|
696 |
+
#~ "advanced customization. Enjoy!"
|
697 |
+
#~ msgstr ""
|
698 |
+
#~ "Este plugin integra FancyBox con WordPress sin necesidad de editar ningún "
|
699 |
+
#~ "archivo o HTML. Una vez activado, el plugin aplicará FancyBox "
|
700 |
+
#~ "automáticamente a todos los enlaces a imágenes, incluyendo galerias de "
|
701 |
+
#~ "WordPress. Que lo disfrutes!"
|
702 |
+
|
703 |
+
#~ msgid ""
|
704 |
+
#~ "If you have problems or questions about FancyBox itself you should <a "
|
705 |
+
#~ "href=\"http://groups.google.com/group/fancybox\">ask in the FancyBox "
|
706 |
+
#~ "Google Group</a>. If you want to make suggestions or ask just about this "
|
707 |
+
#~ "WordPress plugin you can <a href=\"http://blog.moskis.net/downloads/"
|
708 |
+
#~ "plugins/fancybox-for-wordpress/\">leave a comment here</a>, <a href="
|
709 |
+
#~ "\"http://blog.moskis.net/contactar/\">send me an email</a>, or <a href="
|
710 |
+
#~ "\"http://twitter.com/moskis\">contact me on twitter</a>."
|
711 |
+
#~ msgstr ""
|
712 |
+
#~ "Si tienes problemas o preguntas sobre FancyBox deberías <a href=\"http://"
|
713 |
+
#~ "groups.google.com/group/fancybox\">preguntar en este grupo de Google</a> "
|
714 |
+
#~ "(enlace en inglés). Si tienes preguntas o sugerencias sobre este plugin "
|
715 |
+
#~ "para WordPress, puedes <a href=\"http://blog.moskis.net/downloads/plugins/"
|
716 |
+
#~ "fancybox-for-wordpress/\">dejar un comentario aquí</a>, <a href=\"http://"
|
717 |
+
#~ "blog.moskis.net/contactar/\">enviarme un email</a>, o <a href=\"http://"
|
718 |
+
#~ "twitter.com/moskis\">contactar conmigo vía Twitter</a>."
|
719 |
+
|
720 |
+
#~ msgid "Auto Apply"
|
721 |
+
#~ msgstr "Auto Aplicar"
|
722 |
+
|
723 |
+
#~ msgid ""
|
724 |
+
#~ "Apply FancyBox automatically to all links pointing to .jpg, .jpeg, .png "
|
725 |
+
#~ "or .gif images (default: on)"
|
726 |
+
#~ msgstr ""
|
727 |
+
#~ "Aplicar FancyBox automáticamente a todos los enlaces que apunten a "
|
728 |
+
#~ "archivos .jpg, .jpeg, .png o .gif (por defecto: activado)"
|
729 |
+
|
730 |
+
#~ msgid ""
|
731 |
+
#~ "(The link itself must the an image as well, text links will not be "
|
732 |
+
#~ "affected by this option!)"
|
733 |
+
#~ msgstr ""
|
734 |
+
#~ "(El link tiene que estar en una imagen, esta opción no affecta a enlaces "
|
735 |
+
#~ "de texto!)"
|
736 |
+
|
737 |
+
#~ msgid ""
|
738 |
+
#~ "(This does NOT conflict with the previous and next image links on "
|
739 |
+
#~ "FancyBox galleries.)"
|
740 |
+
#~ msgstr ""
|
741 |
+
#~ "(Esto no afecta a los enlaces de Imagen Siguiente e Imagen Anterior en "
|
742 |
+
#~ "galerias de varias imágenes)"
|
languages/mfbfw.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/fancybox-for-wordpress\n"
|
7 |
-
"POT-Creation-Date: 2011-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,86 +12,72 @@ msgstr ""
|
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#:
|
16 |
-
msgid "
|
17 |
msgstr ""
|
18 |
|
19 |
-
#:
|
20 |
-
msgid ""
|
21 |
-
"Here you can choose if you want the plugin to group all images into a "
|
22 |
-
"gallery, or make a gallery for each post. You can also define you own jQuery "
|
23 |
-
"expression if you like."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#:
|
27 |
-
msgid "
|
28 |
msgstr ""
|
29 |
|
30 |
-
#:
|
31 |
-
msgid "
|
32 |
msgstr ""
|
33 |
|
34 |
-
#:
|
35 |
-
msgid ""
|
36 |
-
"Do not group images in gallery automatically (use this if you want to make "
|
37 |
-
"galleries manually with the <code>REL</code> attribute)"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#:
|
41 |
-
msgid ""
|
42 |
-
"Make a gallery for each post (will only work if your theme uses <code>class="
|
43 |
-
"\"post\"</code> on each post, which is common in WordPress"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#:
|
47 |
-
msgid "
|
48 |
msgstr ""
|
49 |
|
50 |
-
#:
|
51 |
-
msgid "
|
52 |
msgstr ""
|
53 |
|
54 |
-
#:
|
55 |
-
msgid ""
|
56 |
-
"· The custom expression has to apply <code>class=\"fancybox\"</code> "
|
57 |
-
"to the links where you want to use FancyBox. Do not call the <code>fancybox()"
|
58 |
-
"</code> function here, the plugin does this for you."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#:
|
62 |
-
msgid ""
|
63 |
-
"· The jQuery <code>addClass()</code> function is a good way to add "
|
64 |
-
"the class to the desired links conserving any existing class."
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: lib/admin-tab-
|
68 |
-
msgid ""
|
69 |
-
"· You can use <code>getTitle()</code> in your expression to copy the "
|
70 |
-
"title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so "
|
71 |
-
"that FancyBox can show captions."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: lib/admin-tab-
|
75 |
-
msgid ""
|
76 |
-
"· You can use <code>jQuery(thumbnails)</code> like in the example "
|
77 |
-
"expression to apply FancyBox to thumbnails that link to these extensions: "
|
78 |
-
"BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#:
|
82 |
-
msgid ""
|
83 |
-
"· If you want to do it manually you can use something like "
|
84 |
-
"<code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
85 |
msgstr ""
|
86 |
|
87 |
-
#:
|
88 |
-
msgid ""
|
89 |
-
"See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery "
|
90 |
-
"Documentation</a> for more help."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#:
|
94 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
msgstr ""
|
96 |
|
97 |
#: lib/admin-tab-other.php:1
|
@@ -103,236 +89,278 @@ msgid "These are additional settings for advanced users."
|
|
103 |
msgstr ""
|
104 |
|
105 |
#: lib/admin-tab-other.php:9
|
106 |
-
msgid "
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: lib/admin-tab-other.php:
|
110 |
-
msgid "
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: lib/admin-tab-other.php:
|
114 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin-tab-other.php:
|
118 |
-
msgid "
|
|
|
|
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin-tab-other.php:
|
122 |
-
msgid "
|
|
|
|
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: lib/admin-tab-other.php:
|
126 |
-
msgid "
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: lib/admin-tab-other.php:
|
130 |
-
msgid "
|
|
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: lib/admin-tab-other.php:
|
134 |
-
msgid "
|
|
|
|
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: lib/admin-tab-other.php:
|
138 |
-
msgid "
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: lib/admin-tab-other.php:
|
142 |
-
msgid "
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: lib/admin-tab-other.php:
|
146 |
-
msgid ""
|
147 |
-
"Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: lib/admin-tab-other.php:
|
151 |
msgid ""
|
152 |
-
"
|
153 |
-
"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: lib/admin-tab-
|
157 |
-
msgid "
|
|
|
|
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: lib/admin-tab-
|
161 |
msgid ""
|
162 |
-
"
|
163 |
-
"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: lib/admin-tab-
|
167 |
-
msgid "
|
|
|
|
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: lib/admin-tab-
|
171 |
-
msgid "
|
|
|
|
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: lib/admin-tab-
|
175 |
-
msgid "
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: lib/admin-tab-
|
179 |
-
msgid "
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: lib/admin-tab-
|
183 |
-
msgid ""
|
184 |
-
"Speed in miliseconds of the animation when navigating thorugh gallery items "
|
185 |
-
"(default: 300)"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: lib/admin-tab-
|
189 |
-
msgid "
|
|
|
|
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: lib/admin-tab-
|
193 |
-
msgid "
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: lib/admin-tab-
|
197 |
-
msgid "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: lib/admin-tab-
|
201 |
-
msgid "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: lib/admin-tab-
|
205 |
msgid ""
|
206 |
-
"
|
207 |
-
"easeInOutQuart)"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: lib/admin-tab-
|
211 |
-
msgid ""
|
212 |
-
"(There are 30 different easing methods, the first ones are the most boring. "
|
213 |
-
"You can test them <a href=\"http://commadot.com/jquery/easing.php\" target="
|
214 |
-
"\"_blank\">here</a> or <a href=\"http://hosted.zeh.com.br/mctween/"
|
215 |
-
"animationtypes.html\" target=\"_blank\">here</a>)"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: lib/admin-tab-
|
219 |
-
msgid "
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: lib/admin-tab-
|
223 |
msgid ""
|
224 |
-
"
|
225 |
-
"
|
|
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: lib/admin-tab-
|
229 |
-
msgid "
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: lib/admin-tab-
|
233 |
-
msgid "
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: lib/admin-tab-
|
237 |
-
msgid "
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: lib/admin-tab-
|
241 |
-
msgid "Close
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: lib/admin-tab-
|
245 |
-
msgid "
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: lib/admin-tab-
|
249 |
-
msgid "
|
|
|
|
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: lib/admin-tab-
|
253 |
-
msgid "
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: lib/admin-tab-
|
257 |
-
msgid "
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: lib/admin-tab-
|
261 |
-
msgid "
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: lib/admin-tab-
|
265 |
-
msgid "
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: lib/admin-tab-
|
269 |
-
msgid "
|
|
|
|
|
|
|
|
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: lib/admin-tab-
|
273 |
-
msgid "
|
|
|
|
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: lib/admin-tab-
|
277 |
-
msgid ""
|
278 |
-
"(This should be left on #FFFFFF (white) if you want to display anything "
|
279 |
-
"other than images, like inline or framed content)"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: lib/admin-tab-
|
283 |
-
msgid "
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: lib/admin-tab-
|
287 |
-
msgid "
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: lib/admin-tab-
|
291 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: lib/admin-tab-
|
295 |
-
msgid "
|
|
|
|
|
|
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: lib/admin-tab-
|
299 |
-
msgid "
|
|
|
|
|
|
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: lib/admin-tab-
|
303 |
-
msgid "
|
|
|
|
|
|
|
|
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: lib/admin-tab-
|
307 |
-
msgid "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: lib/admin-tab-
|
311 |
-
msgid "
|
|
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: lib/admin-tab-
|
315 |
msgid ""
|
316 |
-
"
|
317 |
-
"
|
318 |
-
"
|
319 |
-
"
|
320 |
-
"<strong>when you deactivate the plugin</strong>, all its settings will be "
|
321 |
-
"removed from the database."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: lib/admin-tab-
|
325 |
-
msgid "
|
|
|
|
|
|
|
|
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: lib/admin-tab-
|
|
|
|
|
|
|
|
|
329 |
msgid ""
|
330 |
-
"
|
331 |
-
"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: lib/admin-tab-support.php:
|
335 |
-
msgid "
|
336 |
msgstr ""
|
337 |
|
338 |
#: lib/admin-tab-support.php:5
|
@@ -346,244 +374,354 @@ msgid ""
|
|
346 |
"question."
|
347 |
msgstr ""
|
348 |
|
|
|
|
|
|
|
|
|
349 |
#: lib/admin-tab-support.php:10
|
350 |
msgid ""
|
351 |
-
"If you are having trouble with this plugin
|
352 |
-
"
|
353 |
-
"
|
354 |
-
"
|
355 |
msgstr ""
|
356 |
|
357 |
#: lib/admin-tab-support.php:11
|
358 |
-
msgid "
|
|
|
|
|
|
|
359 |
msgstr ""
|
360 |
|
361 |
#: lib/admin-tab-support.php:12
|
362 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
363 |
"If you still can not get the plugin to work, <a target=\"_blank\" href="
|
364 |
"\"http://wordpress.org/tags/fancybox-for-wordpress?forum_id=10#postform"
|
365 |
-
"\">write a post
|
366 |
-
"target=\"_blank\" href=\"http://wordpress.org/tags/
|
367 |
-
"forum_id=10\">already posted messages</a>."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: lib/admin-tab-support.php:
|
371 |
msgid "IMPORTANT:"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: lib/admin-tab-support.php:
|
375 |
msgid ""
|
376 |
-
"When posting your problem please provide a link to your blog
|
377 |
-
"relevant information you can, especially
|
|
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: lib/admin-tab-
|
381 |
-
msgid "
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: lib/admin-tab-
|
385 |
msgid ""
|
386 |
-
"
|
387 |
-
"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: lib/admin-tab-
|
391 |
-
msgid "
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: lib/admin-tab-
|
395 |
-
msgid "
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: lib/admin-tab-
|
399 |
-
msgid "
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: lib/admin-tab-
|
|
|
|
|
|
|
|
|
403 |
msgid ""
|
404 |
-
"
|
|
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: lib/admin-tab-
|
408 |
-
msgid "
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: lib/admin-tab-
|
412 |
-
msgid "
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: lib/admin-tab-
|
416 |
-
msgid ""
|
417 |
-
"(You may want to leave this off if you display iframed or inline content "
|
418 |
-
"that containts clickable elements - for example: play buttons for movies, "
|
419 |
-
"links to other pages)"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: lib/admin-tab-
|
423 |
-
msgid "
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: lib/admin-tab-
|
427 |
-
msgid "
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: lib/admin-tab-
|
431 |
-
msgid "
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: lib/admin-tab-
|
435 |
-
msgid "
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: lib/admin-tab-
|
439 |
-
msgid "
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: lib/admin-tab-
|
443 |
-
msgid ""
|
444 |
-
"Settings in this section should only be changed if you are having problems "
|
445 |
-
"with the plugin!"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/admin-tab-
|
|
|
|
|
|
|
|
|
449 |
msgid ""
|
450 |
-
"
|
451 |
-
"
|
452 |
-
"etc. Make sure all your plugins and WordPress itself are up to date (this "
|
453 |
-
"plugin has only been tested in WordPress 2.7 and above)."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: lib/admin-tab-
|
457 |
msgid ""
|
458 |
-
"
|
459 |
-
"
|
460 |
-
"
|
461 |
-
"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: lib/admin-tab-
|
465 |
-
msgid "
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: lib/admin-tab-
|
469 |
msgid ""
|
470 |
-
"
|
471 |
-
"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: lib/admin-tab-
|
475 |
-
msgid "
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: lib/admin-tab-
|
479 |
-
msgid "
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: lib/admin-tab-
|
483 |
-
msgid ""
|
484 |
-
"(Turning this off may cause problems if there are plugins activated that use "
|
485 |
-
"other js framework like mootools, prototype, scriptaculous, etc.)"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: lib/admin-tab-
|
489 |
-
msgid "
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: lib/admin-tab-
|
493 |
-
msgid ""
|
494 |
-
"<a target=\"_blank\" href=\"http://fancybox.net\">FancyBox</a> developed by "
|
495 |
-
"<a target=\"_blank\" href=\"http://fancybox.net\">Janis Skarnelis</a>, "
|
496 |
-
"ported to WordPress by <a target=\"_blank\" href=\"http://josepardilla.com/"
|
497 |
-
"\">José Pardilla</a>. Licensed under the <a target=\"_blank\" href="
|
498 |
-
"\"http://en.wikipedia.org/wiki/MIT_License\">MIT License</a>."
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: lib/admin-tab-
|
502 |
-
msgid ""
|
503 |
-
"As you can see, this plugin has many options you can edit, but have no fear, "
|
504 |
-
"you can leave everything as it is if you don't want to get your hands dirty, "
|
505 |
-
"since the default options are a good start... :)"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: lib/admin-tab-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
msgid ""
|
510 |
-
"
|
511 |
-
"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: lib/admin-tab-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
msgid ""
|
516 |
-
"
|
517 |
-
"
|
518 |
-
"
|
|
|
|
|
|
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: lib/admin-tab-
|
522 |
-
msgid "
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: lib/admin-tab-
|
526 |
msgid ""
|
527 |
-
"
|
528 |
-
"
|
529 |
-
"WordPress Plugins Directory."
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: lib/admin-tab-
|
|
|
|
|
|
|
|
|
533 |
msgid ""
|
534 |
-
"
|
535 |
-
"
|
536 |
-
"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: admin.php:
|
540 |
-
msgid "
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: admin.php:
|
544 |
-
msgid "
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: admin.php:
|
548 |
-
msgid "
|
|
|
|
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: admin.php:
|
552 |
-
msgid "
|
|
|
|
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: admin.php:30
|
556 |
-
msgid "
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: admin.php:
|
560 |
-
msgid "
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: admin.php:
|
564 |
-
msgid "
|
|
|
|
|
|
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: admin.php:
|
568 |
-
msgid "
|
|
|
|
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: admin.php:
|
572 |
-
msgid "
|
|
|
|
|
|
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: admin.php:
|
576 |
-
msgid "
|
|
|
|
|
|
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: admin.php:
|
580 |
-
msgid "
|
|
|
|
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: admin.php:
|
584 |
-
msgid "
|
|
|
|
|
585 |
msgstr ""
|
586 |
|
587 |
-
#:
|
588 |
-
msgid "
|
589 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/fancybox-for-wordpress\n"
|
7 |
+
"POT-Creation-Date: 2011-12-16 03:32:03+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
+
#: fancybox.php:365
|
16 |
+
msgid "Settings"
|
17 |
msgstr ""
|
18 |
|
19 |
+
#: admin.php:11
|
20 |
+
msgid "Fancybox for WordPress (version %s)"
|
|
|
|
|
|
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: admin.php:22
|
24 |
+
msgid "Info"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: admin.php:23
|
28 |
+
msgid "Appearance"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: admin.php:24
|
32 |
+
msgid "Animations"
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: admin.php:25
|
36 |
+
msgid "Behaviour"
|
|
|
|
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: admin.php:26
|
40 |
+
msgid "Galleries"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: admin.php:27
|
44 |
+
msgid "Miscellaneous"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: admin.php:28
|
48 |
+
msgid "Extra Calls"
|
|
|
|
|
|
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin.php:29
|
52 |
+
msgid "Troubleshooting"
|
|
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: admin.php:30 lib/admin-tab-support.php:1
|
56 |
+
msgid "Support"
|
|
|
|
|
|
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: admin.php:31 lib/admin-tab-uninstall.php:1
|
60 |
+
msgid "Uninstall"
|
|
|
|
|
|
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: admin.php:77
|
64 |
+
msgid "Save Changes"
|
|
|
|
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: admin.php:84
|
68 |
+
msgid "Revert to defaults"
|
|
|
|
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: admin.php:92
|
72 |
+
msgid "If you use FancyBox and like it, buy the author a beer!"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: admin.php:109
|
76 |
+
msgid "The author of this WordPress Plugin also likes beer :P"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: admin.php:119
|
80 |
+
msgid "Follow me on Twitter for more WordPress Plugins and Themes"
|
81 |
msgstr ""
|
82 |
|
83 |
#: lib/admin-tab-other.php:1
|
89 |
msgstr ""
|
90 |
|
91 |
#: lib/admin-tab-other.php:9
|
92 |
+
msgid "Dimensions"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: lib/admin-tab-other.php:15
|
96 |
+
msgid "Auto detect dimensions (default: on)"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: lib/admin-tab-other.php:18
|
100 |
+
msgid ""
|
101 |
+
"Only works with <strong>Ajax</strong> and <strong>Inline</strong> content! "
|
102 |
+
"Flash dimensions won't be autodetected so specify them below if necessary. "
|
103 |
+
"If you want to insert several pieces of flash content with different "
|
104 |
+
"dimensions you will have to use the <strong>Additional FancyBox Calls</"
|
105 |
+
"strong> option."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: lib/admin-tab-other.php:22
|
109 |
+
msgid ""
|
110 |
+
"Width for iframe and swf content. Also set for inline content if "
|
111 |
+
"<em>autoDimensions</em> is disabled (default: 560)"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: lib/admin-tab-other.php:27
|
115 |
+
msgid ""
|
116 |
+
"Height for iframe and swf content. Also set for inline content if "
|
117 |
+
"<em>autoDimensions</em> is disabled (default: 340)"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: lib/admin-tab-other.php:35
|
121 |
+
msgid "Load JavaScript in Footer"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: lib/admin-tab-other.php:41
|
125 |
+
msgid ""
|
126 |
+
"Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin-tab-other.php:44
|
130 |
+
msgid ""
|
131 |
+
"This option won't be recognized if you use <strong>Parallel Load</strong> "
|
132 |
+
"plugin. In that case, you can do this from Parallel Load's options."
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: lib/admin-tab-other.php:51
|
136 |
+
msgid "Callbacks"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: lib/admin-tab-other.php:57
|
140 |
+
msgid "Enable callbacks (default: off)"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: lib/admin-tab-other.php:60
|
144 |
+
msgid "Enabling this will show additional settings."
|
|
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: lib/admin-tab-other.php:65
|
148 |
msgid ""
|
149 |
+
"Callback on <strong>Start</strong> event: Will be called right before "
|
150 |
+
"attempting to load the content"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: lib/admin-tab-other.php:70
|
154 |
+
msgid ""
|
155 |
+
"Callback on <strong>Cancel</strong> event: Will be called after loading is "
|
156 |
+
"canceled"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: lib/admin-tab-other.php:75
|
160 |
msgid ""
|
161 |
+
"Callback on <strong>Complete</strong> event: Will be called once the content "
|
162 |
+
"is displayed"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: lib/admin-tab-other.php:80
|
166 |
+
msgid ""
|
167 |
+
"Callback on <strong>CleanUp</strong> event: Will be called just before "
|
168 |
+
"closing"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: lib/admin-tab-other.php:85
|
172 |
+
msgid ""
|
173 |
+
"Callback on <strong>Closed</strong> event: Will be called once FancyBox is "
|
174 |
+
"closed"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: lib/admin-tab-other.php:89 lib/admin-tab-calls.php:26
|
178 |
+
msgid "Example:"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: lib/admin-tab-other.php:91
|
182 |
+
msgid "Leave empty any speciic callbacks you don't need to use."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: lib/admin-tab-behaviour.php:1
|
186 |
+
msgid "Behavior Settings <span style=\"color:orange\">(medium)</span>"
|
|
|
|
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: lib/admin-tab-behaviour.php:3
|
190 |
+
msgid ""
|
191 |
+
"The following settings should be left alone unless you know what you are "
|
192 |
+
"doing."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: lib/admin-tab-behaviour.php:9
|
196 |
+
msgid "Auto Resize to Fit"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: lib/admin-tab-behaviour.php:15
|
200 |
+
msgid "Scale images to fit in viewport (default: on)"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: lib/admin-tab-behaviour.php:23
|
204 |
+
msgid "Center on Scroll"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: lib/admin-tab-behaviour.php:29
|
208 |
msgid ""
|
209 |
+
"Keep image in the center of the browser window when scrolling (default: on)"
|
|
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: lib/admin-tab-behaviour.php:37
|
213 |
+
msgid "Close on Content Click"
|
|
|
|
|
|
|
|
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: lib/admin-tab-behaviour.php:43
|
217 |
+
msgid "Close FancyBox by clicking on the image (default: off)"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: lib/admin-tab-behaviour.php:46
|
221 |
msgid ""
|
222 |
+
"(You may want to leave this off if you display iframed or inline content "
|
223 |
+
"that containts clickable elements - for example: play buttons for movies, "
|
224 |
+
"links to other pages)"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: lib/admin-tab-behaviour.php:53
|
228 |
+
msgid "Close on Overlay Click"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: lib/admin-tab-behaviour.php:59
|
232 |
+
msgid "Close FancyBox by clicking on the overlay sorrounding it (default: on)"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: lib/admin-tab-behaviour.php:67
|
236 |
+
msgid "Close with "Esc""
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: lib/admin-tab-behaviour.php:73
|
240 |
+
msgid "Close FancyBox when "Escape" key is pressed (default: on)"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: lib/admin-tab-behaviour.php:81
|
244 |
+
msgid "Cyclic Galleries"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: lib/admin-tab-behaviour.php:87
|
248 |
+
msgid ""
|
249 |
+
"This will make galleries cyclic, allowing you to keep pressing next/back "
|
250 |
+
"(default: off)"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: lib/admin-tab-behaviour.php:95
|
254 |
+
msgid "Mouse Wheel Navigation"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: lib/admin-tab-behaviour.php:101
|
258 |
+
msgid "Lets visitors navigate galleries with the mouse wheel (default: off)"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: lib/admin-tab-behaviour.php:104
|
262 |
+
msgid "(Will load one additional javascript file, 3KB)"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: lib/admin-tab-calls.php:1
|
266 |
+
msgid "Extra FancyBox Calls <span style=\"color:red\">(advanced)</span>"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: lib/admin-tab-calls.php:3
|
270 |
+
msgid ""
|
271 |
+
"Here you can add as many additional calls to fancybox as you want, with "
|
272 |
+
"different settings. For example, if you want to use fancybox with iframes or "
|
273 |
+
"ajax on any specific link, you can configure those calls here without "
|
274 |
+
"affecting the settings for images."
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: lib/admin-tab-calls.php:5
|
278 |
+
msgid ""
|
279 |
+
"For information on the options available you can use here see <a href="
|
280 |
+
"\"http://fancybox.net/api\">FancyBox's API & Options page</a>."
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: lib/admin-tab-calls.php:11
|
284 |
+
msgid "Additional FancyBox Calls"
|
|
|
|
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: lib/admin-tab-calls.php:17
|
288 |
+
msgid "Additional FancyBox Calls (default: off)"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: lib/admin-tab-info.php:1
|
292 |
+
msgid "Information"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: lib/admin-tab-info.php:3
|
296 |
+
msgid ""
|
297 |
+
"<a target=\"_blank\" href=\"http://fancybox.net\">FancyBox</a> developed by "
|
298 |
+
"<a target=\"_blank\" href=\"http://fancybox.net\">Janis Skarnelis</a>, "
|
299 |
+
"ported to WordPress by <a target=\"_blank\" href=\"http://josepardilla.com/"
|
300 |
+
"\">José Pardilla</a>. Licensed under the <a target=\"_blank\" href="
|
301 |
+
"\"http://en.wikipedia.org/wiki/MIT_License\">MIT License</a>."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: lib/admin-tab-info.php:5
|
305 |
+
msgid ""
|
306 |
+
"As you can see, this plugin has many options you can edit, but have no fear, "
|
307 |
+
"you can leave everything as it is if you don't want to get your hands dirty, "
|
308 |
+
"since the default options should be a good start... :)"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: lib/admin-tab-info.php:7
|
312 |
+
msgid ""
|
313 |
+
"<strong>Note:</strong> Having a cache plugin may prevent changes from taking "
|
314 |
+
"effect immidiately, if this happens clear cache after saving changes here or "
|
315 |
+
"deactivate cache until you finish editing these options."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: lib/admin-tab-info.php:9
|
319 |
+
msgid ""
|
320 |
+
"<strong>Note:</strong> If update to version 3.0.0 breaks fancybox on your "
|
321 |
+
"blog you will probably have to reset your settings (with the white button "
|
322 |
+
"below). I have tested this issue on several WordPress installations and it "
|
323 |
+
"always worked, so it might depend on the server. Sorry for the inconvinience."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: lib/admin-tab-troubleshooting.php:1
|
327 |
+
msgid "Troubleshooting Settings"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: lib/admin-tab-troubleshooting.php:3
|
331 |
+
msgid ""
|
332 |
+
"Settings in this section should only be changed if you are having problems "
|
333 |
+
"with the plugin!"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: lib/admin-tab-troubleshooting.php:5
|
337 |
msgid ""
|
338 |
+
"If the plugin doesn't seem to work, first you should check for other plugins "
|
339 |
+
"that may be conflicting with this one, especially other Lightbox, Slimbox, "
|
340 |
+
"etc. Make sure all your plugins and WordPress itself are up to date (this "
|
341 |
+
"plugin has only been tested in WordPress 2.7 and above)."
|
|
|
|
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: lib/admin-tab-troubleshooting.php:7
|
345 |
+
msgid ""
|
346 |
+
"Change them one at a time and test to see if they help. Remember that having "
|
347 |
+
"a cache plugin may prevent changes from taking effect immidiately, so clear "
|
348 |
+
"cache after saving changes here or deactivate cache until you finish editing "
|
349 |
+
"these options."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: lib/admin-tab-troubleshooting.php:13
|
353 |
+
msgid "Do not call jQuery"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: lib/admin-tab-troubleshooting.php:19
|
357 |
msgid ""
|
358 |
+
"Skip jQuery call. Use this only if jQuery is being loaded twice (default: "
|
359 |
+
"off)"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: lib/admin-tab-support.php:3
|
363 |
+
msgid "Help with Fancybox"
|
364 |
msgstr ""
|
365 |
|
366 |
#: lib/admin-tab-support.php:5
|
374 |
"question."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: lib/admin-tab-support.php:8
|
378 |
+
msgid "Help with Fancybox for WordPress plugin"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
#: lib/admin-tab-support.php:10
|
382 |
msgid ""
|
383 |
+
"If you are having trouble with this plugin take a look at this <a target="
|
384 |
+
"\"_blank\" href=\"http://plugins.josepardilla.com/fancybox-for-wordpress/faq"
|
385 |
+
"\">FAQ</a> where i will try to cover the most common problems and their "
|
386 |
+
"solutions."
|
387 |
msgstr ""
|
388 |
|
389 |
#: lib/admin-tab-support.php:11
|
390 |
+
msgid ""
|
391 |
+
"Try to localize the problem (switch your theme and deactivate plugins until "
|
392 |
+
"you find the source of the problem). You can also try the Troubleshooting "
|
393 |
+
"settings of this plugin if necesary."
|
394 |
msgstr ""
|
395 |
|
396 |
#: lib/admin-tab-support.php:12
|
397 |
msgid ""
|
398 |
+
"Try reverting the plugin's settings to their defaults with the button below."
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: lib/admin-tab-support.php:13
|
402 |
+
msgid ""
|
403 |
"If you still can not get the plugin to work, <a target=\"_blank\" href="
|
404 |
"\"http://wordpress.org/tags/fancybox-for-wordpress?forum_id=10#postform"
|
405 |
+
"\">write a post in the WordPress Support forums</a> explaining the problem "
|
406 |
+
"or take a look and the <a target=\"_blank\" href=\"http://wordpress.org/tags/"
|
407 |
+
"fancybox-for-wordpress?forum_id=10\">already posted messages</a>."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: lib/admin-tab-support.php:16
|
411 |
msgid "IMPORTANT:"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: lib/admin-tab-support.php:16
|
415 |
msgid ""
|
416 |
+
"When posting your problem please provide a link to your blog and the page "
|
417 |
+
"where the error is found, and all relevant information you can, especially "
|
418 |
+
"your theme, plugins, etc."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: lib/admin-tab-animations.php:1
|
422 |
+
msgid "Animation Settings <span style=\"color:green\">(basic)</span>"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: lib/admin-tab-animations.php:3
|
426 |
msgid ""
|
427 |
+
"These settings control the animations when opening and closing Fancybox, and "
|
428 |
+
"the optional easing effects."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: lib/admin-tab-animations.php:9
|
432 |
+
msgid "Zoom Options"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: lib/admin-tab-animations.php:15
|
436 |
+
msgid "Change content transparency during zoom animations (default: on)"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: lib/admin-tab-animations.php:27
|
440 |
+
msgid "Speed in miliseconds of the zooming-in animation (default: 500)"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: lib/admin-tab-animations.php:39
|
444 |
+
msgid "Speed in miliseconds of the zooming-out animation (default: 500)"
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: lib/admin-tab-animations.php:51
|
448 |
msgid ""
|
449 |
+
"Speed in miliseconds of the animation when navigating thorugh gallery items "
|
450 |
+
"(default: 300)"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: lib/admin-tab-animations.php:59
|
454 |
+
msgid "Transition Type"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/admin-tab-animations.php:73
|
458 |
+
msgid "Transition type when opening FancyBox. (default: fade)"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/admin-tab-animations.php:86
|
462 |
+
msgid "Transition type when closing FancyBox. (default: fade)"
|
|
|
|
|
|
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: lib/admin-tab-animations.php:94
|
466 |
+
msgid "Easing"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: lib/admin-tab-animations.php:100
|
470 |
+
msgid "Activate easing (default: off)"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: lib/admin-tab-animations.php:103
|
474 |
+
msgid "(Will load one additional javascript file, 8KB)"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: lib/admin-tab-animations.php:117
|
478 |
+
msgid "Easing method when opening FancyBox. (default: easeOutBack)"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: lib/admin-tab-animations.php:120
|
482 |
+
msgid "(Requires opening transition type to be set to elastic)"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: lib/admin-tab-animations.php:132
|
486 |
+
msgid "Easing method when closing FancyBox. (default: easeInBack)"
|
|
|
|
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: lib/admin-tab-animations.php:135
|
490 |
+
msgid "(Requires closing transition type to be set to elastic)"
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: lib/admin-tab-animations.php:147
|
494 |
msgid ""
|
495 |
+
"Easing method when navigating through gallery items. (default: "
|
496 |
+
"easeInOutQuart)"
|
|
|
|
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: lib/admin-tab-animations.php:150
|
500 |
msgid ""
|
501 |
+
"(There are 30 different easing methods, the first ones are the most boring. "
|
502 |
+
"You can test them <a href=\"http://commadot.com/jquery/easing.php\" target="
|
503 |
+
"\"_blank\">here</a> or <a href=\"http://hosted.zeh.com.br/mctween/"
|
504 |
+
"animationtypes.html\" target=\"_blank\">here</a>)"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: lib/admin-tab-appearance.php:1
|
508 |
+
msgid "Appearance Settings <span style=\"color:green\">(basic)</span>"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: lib/admin-tab-appearance.php:3
|
512 |
msgid ""
|
513 |
+
"These setting control how Fancybox looks, they let you tweak color, borders "
|
514 |
+
"and position of elements, like the image title and closing buttons."
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: lib/admin-tab-appearance.php:9
|
518 |
+
msgid "Border"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: lib/admin-tab-appearance.php:15
|
522 |
+
msgid "Show Border (default: off)"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: lib/admin-tab-appearance.php:22
|
526 |
+
msgid "HTML color of the border (default: #BBBBBB)"
|
|
|
|
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: lib/admin-tab-appearance.php:32
|
530 |
+
msgid "Close Button"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: lib/admin-tab-appearance.php:38
|
534 |
+
msgid "Show Close button (default: on)"
|
|
|
|
|
|
|
|
|
|
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: lib/admin-tab-appearance.php:43
|
538 |
+
msgid "Close button position:"
|
|
|
|
|
|
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/admin-tab-appearance.php:46
|
542 |
+
msgid "Left"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: lib/admin-tab-appearance.php:51
|
546 |
+
msgid "Right (default)"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: lib/admin-tab-appearance.php:56
|
550 |
+
msgid "Bottom"
|
551 |
+
msgstr ""
|
552 |
+
|
553 |
+
#: lib/admin-tab-appearance.php:61
|
554 |
+
msgid "Top (default)"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: lib/admin-tab-appearance.php:71
|
558 |
+
msgid "Padding"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: lib/admin-tab-appearance.php:77
|
562 |
+
msgid "HTML color of the padding (default: #FFFFFF)"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: lib/admin-tab-appearance.php:80
|
566 |
msgid ""
|
567 |
+
"(This should be left on #FFFFFF (white) if you want to display anything "
|
568 |
+
"other than images, like inline or framed content)"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: lib/admin-tab-appearance.php:84
|
572 |
+
msgid "Padding size in pixels (default: 10)"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: lib/admin-tab-appearance.php:92
|
576 |
+
msgid "Overlay Options"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: lib/admin-tab-appearance.php:98
|
580 |
+
msgid "Add overlay (default: on)"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: lib/admin-tab-appearance.php:105
|
584 |
+
msgid "HTML color of the overlay (default: #666666)"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: lib/admin-tab-appearance.php:118
|
588 |
+
msgid "Opacity of overlay. 0 is transparent, 1 is opaque (default: 0.3)"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: lib/admin-tab-appearance.php:128
|
592 |
+
msgid "Title"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: lib/admin-tab-appearance.php:134
|
596 |
+
msgid "Show the title (default: on)"
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: lib/admin-tab-appearance.php:141
|
600 |
+
msgid "Inside (default)"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: lib/admin-tab-appearance.php:146
|
604 |
+
msgid "Outside"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: lib/admin-tab-appearance.php:151
|
608 |
+
msgid "Over"
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: lib/admin-tab-appearance.php:158
|
612 |
+
msgid "Title text color (default: #333333)"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: lib/admin-tab-appearance.php:161
|
616 |
+
msgid "(Should contrast with the padding color set above)"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: lib/admin-tab-appearance.php:172
|
620 |
+
msgid "Navigation Arrows"
|
621 |
+
msgstr ""
|
622 |
+
|
623 |
+
#: lib/admin-tab-appearance.php:178
|
624 |
+
msgid "Show the navigation arrows (default: on)"
|
625 |
+
msgstr ""
|
626 |
+
|
627 |
+
#: lib/admin-tab-uninstall.php:3
|
628 |
msgid ""
|
629 |
+
"Like many other plugins, FancyBox for WordPress stores its settings on your "
|
630 |
+
"WordPress' options database table. Actually, these settings are not using "
|
631 |
+
"more than a couple of kilobytes of space, but if you want to completely "
|
632 |
+
"uninstall this plugin, check the option below, then save changes, and "
|
633 |
+
"<strong>when you deactivate the plugin</strong>, all its settings will be "
|
634 |
+
"removed from the database."
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: lib/admin-tab-uninstall.php:9
|
638 |
+
msgid "Remove settings"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: lib/admin-tab-uninstall.php:15
|
642 |
msgid ""
|
643 |
+
"Remove Settings when plugin is deactivated from the \"Manage Plugins\" page. "
|
644 |
+
"(default: off)"
|
|
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/admin-tab-galleries.php:1
|
648 |
+
msgid "Gallery Settings <span style=\"color:red\">(advanced)</span>"
|
649 |
+
msgstr ""
|
650 |
+
|
651 |
+
#: lib/admin-tab-galleries.php:3
|
652 |
msgid ""
|
653 |
+
"Here you can choose if you want the plugin to group all images into a "
|
654 |
+
"gallery, or make a gallery for each post. You can also define you own jQuery "
|
655 |
+
"expression if you like."
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: lib/admin-tab-galleries.php:9
|
659 |
+
msgid "Gallery Type"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: lib/admin-tab-galleries.php:15
|
663 |
+
msgid "Make a gallery for all images on the page (default)"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: lib/admin-tab-galleries.php:20
|
667 |
+
msgid ""
|
668 |
+
"Do not group images in gallery automatically (use this if you want to make "
|
669 |
+
"galleries manually with the <code>REL</code> attribute)"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: lib/admin-tab-galleries.php:25
|
673 |
+
msgid ""
|
674 |
+
"Make a gallery for each post (will only work if your theme uses <code>class="
|
675 |
+
"\"post\"</code> on each post, which is common in WordPress"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: lib/admin-tab-galleries.php:30
|
679 |
+
msgid "Use a custom expression to apply FancyBox"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: lib/admin-tab-galleries.php:39
|
683 |
+
msgid "Custom expression guidelines:"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: lib/admin-tab-galleries.php:41
|
687 |
+
msgid ""
|
688 |
+
"· The custom expression has to apply <code>class=\"fancybox\"</code> "
|
689 |
+
"to the links where you want to use FancyBox. Do not call the <code>fancybox()"
|
690 |
+
"</code> function here, the plugin does this for you."
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: lib/admin-tab-galleries.php:43
|
694 |
+
msgid ""
|
695 |
+
"· The jQuery <code>addClass()</code> function is a good way to add "
|
696 |
+
"the class to the desired links conserving any existing class."
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: lib/admin-tab-galleries.php:45
|
700 |
+
msgid ""
|
701 |
+
"· You can use <code>getTitle()</code> in your expression to copy the "
|
702 |
+
"title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so "
|
703 |
+
"that FancyBox can show captions."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: lib/admin-tab-galleries.php:47
|
707 |
+
msgid ""
|
708 |
+
"· You can use <code>jQuery(thumbnails)</code> like in the example "
|
709 |
+
"expression to apply FancyBox to thumbnails that link to these extensions: "
|
710 |
+
"BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: lib/admin-tab-galleries.php:49
|
714 |
+
msgid ""
|
715 |
+
"· If you want to do it manually you can use something like "
|
716 |
+
"<code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: lib/admin-tab-galleries.php:51
|
720 |
+
msgid ""
|
721 |
+
"See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery "
|
722 |
+
"Documentation</a> for more help."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: lib/admin-tab-galleries.php:53
|
726 |
+
msgid "Examples:"
|
727 |
msgstr ""
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: moskis
|
|
3 |
Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.3
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GPL/MIT
|
8 |
|
9 |
Seamlessly integrates FancyBox into your blog: Upload, activate, and you're done. No further configuration needed. However, you can customize it from the Options Page if you like... :)
|
@@ -25,6 +25,11 @@ You can see the plugin working on [this blog](http://plugins.josepardilla.com/fa
|
|
25 |
|
26 |
This changelog is for the WordPress plugin. For the Fancybox main changelog go to its [home page](http://fancybox.net/changelog/).
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
= 3.0.0 =
|
29 |
* New: Fancybox v1.3.4 support This includes many new options, like title position.
|
30 |
* New: Additional FancyBox Calls option that lets the user write their own additional code to use FancyBox on specific areas of the blog, like email subscription buttons, login, etc.
|
3 |
Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.3
|
6 |
+
Stable tag: 3.0.1
|
7 |
License: GPL/MIT
|
8 |
|
9 |
Seamlessly integrates FancyBox into your blog: Upload, activate, and you're done. No further configuration needed. However, you can customize it from the Options Page if you like... :)
|
25 |
|
26 |
This changelog is for the WordPress plugin. For the Fancybox main changelog go to its [home page](http://fancybox.net/changelog/).
|
27 |
|
28 |
+
= 3.0.1 =
|
29 |
+
* Updated: Localization catalog updated.
|
30 |
+
* Updated: Spanish localization.
|
31 |
+
* Fixed: Minor change in settings page that may fix options page being invisible in some cases.
|
32 |
+
|
33 |
= 3.0.0 =
|
34 |
* New: Fancybox v1.3.4 support This includes many new options, like title position.
|
35 |
* New: Additional FancyBox Calls option that lets the user write their own additional code to use FancyBox on specific areas of the blog, like email subscription buttons, login, etc.
|