FancyBox for WordPress - Version 3.0.1

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 Icon wp plugin FancyBox for WordPress
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

Files changed (6) hide show
  1. admin.php +3 -3
  2. fancybox.php +3 -3
  3. languages/mfbfw-es_ES.mo +0 -0
  4. languages/mfbfw-es_ES.po +742 -538
  5. languages/mfbfw.pot +441 -303
  6. 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&eacute; 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.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', 'edit_plugins', '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' );
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&eacute; 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: 2009-12-16 17:37+0000\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Jose Pardilla <jose@moskis.net>\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
- #: admin.php:11
16
- #, php-format
17
- msgid "Fancybox for WordPress (version %s)"
18
- msgstr "Fancybox for WordPress (versión %s)"
19
-
20
- #: admin.php:27
21
- msgid "Info"
22
- msgstr "Informaci&oacute;n"
23
-
24
- #: admin.php:28
25
- msgid "Appearance"
26
- msgstr "Apariencia"
27
-
28
- #: admin.php:29
29
- msgid "Animations"
30
- msgstr "Animaciones"
31
-
32
- #: admin.php:30
33
- msgid "Behaviour"
34
- msgstr "Comportamiento"
35
-
36
- #: admin.php:31
37
- msgid "Galleries"
38
- msgstr "Galerías"
39
-
40
- #: admin.php:32
41
- msgid "Other"
42
- msgstr "Otros"
43
-
44
- #: admin.php:33
45
- msgid "Troubleshooting"
46
- msgstr "Ayuda"
47
-
48
- #: admin.php:34
49
- #: lib/admin-tab-uninstall.php:1
50
- msgid "Uninstall"
51
- msgstr "Desinstalar"
52
-
53
- #: admin.php:90
54
- msgid "Save Changes"
55
- msgstr "Guardar Cambios"
56
-
57
- #: fancybox.php:370
58
- msgid "Settings"
59
- msgstr "Opciones"
60
-
61
- #: lib/admin-tab-animations.php:1
62
- msgid "Animation Settings <span style=\"color:green\">(basic)</span>"
63
- msgstr "Opciones de Animación <span style=\"color:green\">(básico)</span>"
64
-
65
- #: lib/admin-tab-animations.php:3
66
- msgid "These settings control the animations when opening and closing Fancybox, and the optional easing effects."
67
- msgstr "Estas opciones controlan las animaciones al abrir y cerrar Fancybox, y los efectos opcionales de animación."
68
-
69
- #: lib/admin-tab-animations.php:9
70
- msgid "Zoom Options"
71
- msgstr "Opciones de Zoom"
72
-
73
- #: lib/admin-tab-animations.php:15
74
- msgid "Change content transparency during zoom animations (default: on)"
75
- msgstr "Animar opacidad durante el efecto de zoom (por defecto: activado)"
76
-
77
- #: lib/admin-tab-animations.php:27
78
- msgid "Speed in miliseconds of the zooming-in animation (default: 500)"
79
- msgstr "Velocidad en milisegundos del efecto de Zoom In (por defecto: 500)"
80
-
81
- #: lib/admin-tab-animations.php:39
82
- msgid "Speed in miliseconds of the zooming-out animation (default: 500)"
83
- msgstr "Velocidad en milisegundos del efecto de Zoom Out (por defecto: 500)"
84
-
85
- #: lib/admin-tab-animations.php:51
86
- msgid "Speed in miliseconds of the animation when navigating thorugh gallery items (default: 300)"
87
- msgstr "Velocidad en milisegundos de la animación al navegar entre los elementos de una galería (por defecto: 300)"
88
-
89
- #: lib/admin-tab-animations.php:59
90
- msgid "Easing"
91
- msgstr "Efecto de Animación"
92
-
93
- #: lib/admin-tab-animations.php:65
94
- msgid "Activate easing (default: off)"
95
- msgstr "Activar efecto de animación (por defecto: desactivado)"
96
-
97
- #: lib/admin-tab-animations.php:78
98
- msgid "Easing method when opening FancyBox. (default: easeOutBack)"
99
- msgstr "Efecto de animación al abrir FancyBox. (por defecto: easeOutBack)"
100
-
101
- #: lib/admin-tab-animations.php:91
102
- msgid "Easing method when closing FancyBox. (default: easeInBack)"
103
- msgstr "Efecto de animación al cerrar FancyBox. (por defecto: easeInBack)"
104
-
105
- #: lib/admin-tab-animations.php:104
106
- msgid "Easing method when navigating through gallery items. (default: easeInOutQuart)"
107
- msgstr "Efecto de animación al navegar por galerías. (por defecto: easoInOutQuart)"
108
-
109
- #: lib/admin-tab-animations.php:107
110
- 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>)"
111
- 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>)"
112
-
113
- #: lib/admin-tab-appearance.php:1
114
- msgid "Appearance Settings <span style=\"color:green\">(basic)</span>"
115
- msgstr "Opciones de Apariencia <span style=\"color:green\">(básico)</span>"
116
-
117
- #: lib/admin-tab-appearance.php:3
118
- msgid "These setting control how Fancybox looks, they let you tweak color, borders and position of elements, like the image title and closing buttons."
119
- 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."
120
-
121
- #: lib/admin-tab-appearance.php:9
122
- msgid "Border Color"
123
- msgstr "Color del Borde"
124
-
125
- #: lib/admin-tab-appearance.php:15
126
- msgid "Show Border (default: off)"
127
- msgstr "Mostrar Borde (por defecto: desactivado)"
128
-
129
- #: lib/admin-tab-appearance.php:20
130
- msgid "HTML color of the border (default: #BBBBBB)"
131
- msgstr "Color HTML del borde (por defecto: #BBBBBB)"
132
-
133
- #: lib/admin-tab-appearance.php:28
134
- msgid "Close Button"
135
- msgstr "Botón de Cerrar"
136
-
137
- #: lib/admin-tab-appearance.php:34
138
- msgid "Show Close button (default: on)"
139
- msgstr "Mostrar el Botón de Cerrar (por defecto: activado)"
140
-
141
- #: lib/admin-tab-appearance.php:37
142
- msgid "Close button position:"
143
- msgstr "Posición del Botón de Cerrar:"
144
-
145
- #: lib/admin-tab-appearance.php:40
146
- msgid "Left"
147
- msgstr "Izquierda"
148
-
149
- #: lib/admin-tab-appearance.php:45
150
- msgid "Right (default)"
151
- msgstr "Derecha (por defecto)"
152
-
153
- #: lib/admin-tab-appearance.php:50
154
- msgid "Bottom"
155
- msgstr "Abajo"
156
-
157
- #: lib/admin-tab-appearance.php:55
158
- msgid "Top (default)"
159
- msgstr "Arriba (por defecto)"
160
-
161
- #: lib/admin-tab-appearance.php:63
162
- msgid "Padding"
163
- msgstr "Margen"
164
-
165
- #: lib/admin-tab-appearance.php:69
166
- msgid "HTML color of the padding (default: #FFFFFF)"
167
- msgstr "Color HTML del margen (por defecto: #FFFFFF)"
168
-
169
- #: lib/admin-tab-appearance.php:72
170
- msgid "(This should be left on #FFFFFF (white) if you want to display anything other than images, like inline or framed content)"
171
- msgstr "(Esta opción debería dejarse en #FFFFFF (blanco) si vas a mostrar algo que no sean imágenes, como contenido anidado)"
172
-
173
- #: lib/admin-tab-appearance.php:76
174
- msgid "Padding size in pixels (default: 10)"
175
- msgstr "Tamaño del margen en píxeles (por defecto: 10)"
176
-
177
- #: lib/admin-tab-appearance.php:84
178
- msgid "Overlay Options"
179
- msgstr "Opciones de Overlay"
180
-
181
- #: lib/admin-tab-appearance.php:90
182
- msgid "Add overlay (default: on)"
183
- msgstr "Añadir overlay (por defecto: activado)"
184
-
185
- #: lib/admin-tab-appearance.php:95
186
- msgid "HTML color of the overlay (default: #666666)"
187
- msgstr "Color HTML del overlay (por defecto: #666666)"
188
-
189
- #: lib/admin-tab-appearance.php:108
190
- msgid "Opacity of overlay. 0 is transparent, 1 is opaque (default: 0.3)"
191
- msgstr "Opacidad del overlay. 0 es transparente, 1 es opaco (por defecto: 0.3)"
192
-
193
- #: lib/admin-tab-appearance.php:116
194
- msgid "Show Title"
195
- msgstr "Mostrar Título"
196
-
197
- #: lib/admin-tab-appearance.php:122
198
- msgid "Show the image title (default: on)"
199
- msgstr "Mostrar el Título de la imagen (por defecto: activado)"
200
-
201
- #: lib/admin-tab-behaviour.php:1
202
- msgid "Behavior Settings <span style=\"color:orange\">(medium)</span>"
203
- msgstr "Opciones de Comportamiento <span style=\"color:orange\">(medio)</span>"
204
-
205
- #: lib/admin-tab-behaviour.php:3
206
- msgid "The following settings should be left on default unless you know what you are doing."
207
- msgstr "Las siguientes opciones solo deberían ser editadas si sabes lo que estás haciendo."
208
-
209
- #: lib/admin-tab-behaviour.php:9
210
- msgid "Auto Resize to Fit"
211
- msgstr "Ajustar Tamaño"
212
-
213
- #: lib/admin-tab-behaviour.php:15
214
- msgid "Scale images to fit in viewport (default: on)"
215
- msgstr "Ajusta el tamaño de las imagenes a la ventana del navegador (por defecto: activado)"
216
-
217
- #: lib/admin-tab-behaviour.php:23
218
- msgid "Center on Scroll"
219
- msgstr "Centrar al hacer Scroll"
220
-
221
- #: lib/admin-tab-behaviour.php:29
222
- msgid "Keep image in the center of the browser window when scrolling (default: on)"
223
- msgstr "Mantiene la imagen en el centro de la ventana del naegador al hacer scroll (por defecto: activado)"
224
-
225
- #: lib/admin-tab-behaviour.php:37
226
- msgid "Close on Content Click"
227
- msgstr "Cerrar al hacer click en contenido"
228
-
229
- #: lib/admin-tab-behaviour.php:43
230
- msgid "Close FancyBox by clicking on the image (default: off)"
231
- msgstr "Cerrar FancyBox al hacer click en la imagen (por defecto: desactivado)"
232
-
233
- #: lib/admin-tab-behaviour.php:46
234
- 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)"
235
- 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)"
236
-
237
- #: lib/admin-tab-behaviour.php:53
238
- msgid "Close on Overlay Click"
239
- msgstr "Cerrar al hacer click en el fondo"
240
-
241
- #: lib/admin-tab-behaviour.php:59
242
- msgid "Close FancyBox by clicking on the overlay sorrounding it (default: on)"
243
- msgstr "Cerrar FancyBox al hacer click en el fondo (por defecto: activado)"
244
-
245
- #: lib/admin-tab-behaviour.php:67
246
- msgid "Close with &quot;Esc&quot;"
247
- msgstr "Cerrar con &quot;Esc&quot;"
248
-
249
- #: lib/admin-tab-behaviour.php:73
250
- msgid "Close FancyBox when &quot;Escape&quot; key is pressed (default: on)"
251
- msgstr "Cerrar Fancybox cuando se pulse la tecla &quot;Escape&quot; (por defecto: activado)"
252
-
253
- #: lib/admin-tab-galleries.php:1
254
- msgid "Gallery Settings <span style=\"color:red\">(advanced)</span>"
255
- msgstr "Opciones de Galería <span style=\"color:red\">(avanzado)</span>"
256
-
257
- #: lib/admin-tab-galleries.php:3
258
- 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."
259
- 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."
260
-
261
- #: lib/admin-tab-galleries.php:9
262
- msgid "Gallery Type"
263
- msgstr "Tipo de Galería"
264
-
265
- #: lib/admin-tab-galleries.php:15
266
- msgid "Make a gallery for all images on the page (default)"
267
- msgstr "Incluir todas las imágenes de la página en una única galería (opción por defecto)"
268
-
269
- #: lib/admin-tab-galleries.php:20
270
- msgid "Do not group images in gallery automatically (use this if you want to make galleries manually with the <code>REL</code> attribute)"
271
- msgstr "No agrupar im&aacute;genes en galer&iacute;as autom&aacute;ticamente (usa esta opci&oacute;n si quieres agrupar las imagenes manualmente con el atributo <code>REL</code>)"
272
-
273
- #: lib/admin-tab-galleries.php:25
274
- 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"
275
- msgstr "Hacer una galer&iacute;a para cada post (solo funcionar&aacute; si el tema usa <code>class=\"post\"</code> en cada post, que es lo m&aacute;s com&uacute;n en WordPress"
276
-
277
- #: lib/admin-tab-galleries.php:30
278
- msgid "Use a custom expression to apply FancyBox"
279
- msgstr "Aplicar FancyBox con una expresión personalizada"
280
-
281
- #: lib/admin-tab-galleries.php:39
282
- msgid "Custom expression guidelines:"
283
- msgstr "Indicaciones para expresiones personalizadas:"
284
-
285
- #: lib/admin-tab-galleries.php:41
286
- msgid "&middot; 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."
287
- msgstr "&middot; 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&oacute;n <code>fancybox()</code> aqu&iacute;, de eso ya se encarga el plugin."
288
-
289
- #: lib/admin-tab-galleries.php:43
290
- msgid "&middot; The jQuery <code>addClass()</code> function is a good way to add the class to the desired links conserving any existing class."
291
- msgstr "&middot; La funci&oacute;n <code>addClass()</code> de jQuery es una buena forma de a&ntilde;adir el class a los links deseados."
292
-
293
- #: lib/admin-tab-galleries.php:45
294
- msgid "&middot; 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."
295
- msgstr "&middot; Puedes usar <code>getTitle()</code> en tu expresi&oacute;n para copiar el atributo title desde el tag <code>IMG</code> al tag <code>A</code>, para que FancyBox pueda mostrar el t&iacute;tulo de la imagen."
296
-
297
- #: lib/admin-tab-galleries.php:47
298
- msgid "&middot; 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)."
299
- msgstr "&middot; 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&uacute;scula como en may&uacute;scula)."
300
-
301
- #: lib/admin-tab-galleries.php:49
302
- msgid "&middot; 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."
303
- msgstr "&middot; Si prefieres hacerlo manualmente puedes usar algo como <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> o lo que m&aacute;s se ajuste a tu blog."
304
-
305
- #: lib/admin-tab-galleries.php:51
306
- msgid "See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery Documentation</a> for more help."
307
- msgstr "Visita la <a href=\"http://docs.jquery.com/\" target=\"_blank\">Documentaci&oacute;n de jQuery</a> para encontrar m&aacute;s ayuda."
308
-
309
- #: lib/admin-tab-galleries.php:53
310
- msgid "Examples:"
311
- msgstr "Ejemplos:"
312
-
313
- #: lib/admin-tab-info.php:1
314
- msgid "Info & Support"
315
- msgstr "Info & Soporte"
316
-
317
- #: lib/admin-tab-info.php:3
318
- msgid "<a href=\"http://fancy.klade.lv/home\">FancyBox</a> developed by <a href=\"http://kac.klade.lv/\">Janis Skarnelis</a>, ported to WordPress by <a href=\"http://moskis.net/\">Jos&eacute; Pardilla</a>. Licensed under the <a target=\"_blank\" href=\"http://en.wikipedia.org/wiki/MIT_License\">MIT License</a>."
319
- msgstr "<a href=\"http://fancy.klade.lv/home\">FancyBox</a> desarrollado por <a href=\"http://kac.klade.lv/\">Janis Skarnelis</a>, adaptado a WordPress por <a href=\"http://moskis.net/\">Jos&eacute; Pardilla</a>. Licenciado bajo <a target=\"_blank\" href=\"http://en.wikipedia.org/wiki/MIT_License\">Licencia MIT</a>."
320
-
321
- #: lib/admin-tab-info.php:5
322
- 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 want, since the default options should be a good start... :)"
323
- 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... :)"
324
-
325
- #: lib/admin-tab-info.php:9
326
- msgid "If you have problems or questions about FancyBox, please start with these links: <a href=\"http://fancy.klade.lv/howto\">How-To</a> & <a href=\"http://fancy.klade.lv/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."
327
- msgstr "Si tienes problemas o dudas acerca de FancyBox, por favor visita estos enlaces (en inglés): <a href=\"http://fancy.klade.lv/howto\">How-To</a> & <a href=\"http://fancy.klade.lv/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í."
328
-
329
- #: lib/admin-tab-info.php:11
330
- msgid "If you are having trouble with this plugin try to localize the problem (switch your theme and/or deactivate plugins until you find the source of the problem). You can also try the Troubleshooting settings at the bottom of this page if necesary. If you still can not get the plugin to work, <a href=\"http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/\">leave a comment here</a> explaining the problem."
331
- msgstr "Si tienes problemas con este plugin para WordPress, 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. Si no consigues hacer funcionar el plugin, <a href=\"http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/\">deja un comentario aquí</a> explicando el problema."
332
-
333
- #: lib/admin-tab-info.php:15
334
- 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."
335
- 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."
336
-
337
- #: lib/admin-tab-info.php:18
338
- msgid "If you use FancyBox and like it, buy the author a beer!"
339
- msgstr "Si usas FancyBox y te gusta, c&oacute;mprale una cerveza al autor!"
340
-
341
- #: lib/admin-tab-info.php:36
342
- msgid "The author of this WordPress Plugin also likes beer :P"
343
- msgstr "Al autor de este plugin para WordPress tambi&eacute;n le gusta la cerveza :P"
344
-
345
- #: lib/admin-tab-info.php:46
346
- msgid "Follow me on Twitter for more WordPress Plugins and Themes"
347
- msgstr "S&iacute;gueme en Twitter para m&aacute;s Plugins y Temas de WordPress"
348
-
349
- #: lib/admin-tab-other.php:1
350
- msgid "Other Settings <span style=\"color:red\">(advanced)</span>"
351
- msgstr "Otras Opciones <span style=\"color:red\">(avanzado)</span>"
352
-
353
- #: lib/admin-tab-other.php:3
354
- msgid "These are additional settings for advanced users."
355
- msgstr "Las siguientes opciones son para usuarios avanzados."
356
-
357
- #: lib/admin-tab-other.php:9
358
- msgid "Callbacks"
359
- msgstr "Retrollamadas"
360
-
361
- #: lib/admin-tab-other.php:14
362
- msgid "Callback on Start event (default: empty)"
363
- msgstr "Retrollamada en el evento de Inicio (por defecto: vacío)"
364
-
365
- #: lib/admin-tab-other.php:19
366
- msgid "Callback on Show event (default: empty)"
367
- msgstr "Retrollamada en el evento de Mostrado (por defecto: vacío)"
368
-
369
- #: lib/admin-tab-other.php:24
370
- msgid "Callback on Close event (default: empty)"
371
- msgstr "Retrollamada en el evento de Cerrado (por defecto: vacío)"
372
-
373
- #: lib/admin-tab-other.php:28
374
- msgid "Example:"
375
- msgstr "Ejemplo:"
376
-
377
- #: lib/admin-tab-other.php:32
378
- msgid "Leave the fields empty to disable."
379
- msgstr "Deja estos campos vacíos para desactivar cualqueir retrollamada."
380
-
381
- #: lib/admin-tab-other.php:39
382
- msgid "Frame Size"
383
- msgstr "Tamaño del recuadro"
384
-
385
- #: lib/admin-tab-other.php:45
386
- msgid "Width in pixels of FancyBox when showing iframe content (default: 560)"
387
- msgstr "Ancho en píxeles de FancyBox cuado se muestre contenido anidado (por defecto: 560)"
388
-
389
- #: lib/admin-tab-other.php:50
390
- msgid "Height in pixels of FancyBox when showing iframe content (default: 340)"
391
- msgstr "Alto en píxeles de FancyBox cuado se muestre contenido anidado (por defecto: 340)"
392
-
393
- #: lib/admin-tab-other.php:58
394
- msgid "Load JavaScript in Footer"
395
- msgstr "Cargar JavaScript en el Pié de página"
396
-
397
- #: lib/admin-tab-other.php:64
398
- msgid "Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
399
- msgstr "Carga el JavaScript al final del código HTML del blog (experimental) (por defecto: desactivado)"
400
-
401
- #: lib/admin-tab-other.php:67
402
- 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."
403
- 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."
404
-
405
- #: lib/admin-tab-troubleshooting.php:1
406
- msgid "Troubleshooting Settings"
407
- msgstr "Resolución de Problemas"
408
-
409
- #: lib/admin-tab-troubleshooting.php:3
410
- msgid "Settings in this section should only be changed if you are having problems with the plugin!"
411
- msgstr "Las opciones de esta sección solo deben ser editadas si tienes problemas con el plugin!"
412
-
413
- #: lib/admin-tab-troubleshooting.php:5
414
- 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)."
415
- 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)."
416
-
417
- #: lib/admin-tab-troubleshooting.php:7
418
- 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."
419
- 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."
420
-
421
- #: lib/admin-tab-troubleshooting.php:13
422
- msgid "Do not call jQuery"
423
- msgstr "No cargar jQuery"
424
-
425
- #: lib/admin-tab-troubleshooting.php:19
426
- msgid "Skip jQuery call. Use this only if jQuery is being loaded twice (default: off)"
427
- msgstr "Omitir llamada a jQuery. Usa esta opción sólo si jQuery se está cargando dos veces por error. (por defecto: desactivado)"
428
-
429
- #: lib/admin-tab-troubleshooting.php:27
430
- msgid "jQuery \"noConflict\" Mode"
431
- msgstr "Modo jQuery \"noConflict\""
432
-
433
- #: lib/admin-tab-troubleshooting.php:33
434
- msgid "Use jQuery noConflict mode (default: on)"
435
- msgstr "Usar parámetro noConflict de jQuery (por defecto: activado)"
436
-
437
- #: lib/admin-tab-troubleshooting.php:36
438
- msgid "(Turning this off may cause problems if there are plugins activated that use other js framework like mootools, prototype, scriptaculous, etc.)"
439
- msgstr "(Desactivar esta opción puede causar problemas si hay plugins activadoes que usen otros frameworks javascript como Mootols, Prototype, Scriptaculous, etc.)"
440
-
441
- #: lib/admin-tab-uninstall.php:3
442
- 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."
443
- 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."
444
-
445
- #: lib/admin-tab-uninstall.php:9
446
- msgid "Remove settings"
447
- msgstr "Eliminar Opciones"
448
-
449
- #: lib/admin-tab-uninstall.php:15
450
- msgid "Remove Settings when plugin is deactivated from the \"Manage Plugins\" page. (default: off)"
451
- msgstr "Eliminar opciones cuando se desactive el plugin desde la página \"Gestionar Plugins\". (por defecto: desactivado)"
452
-
453
- #~ msgid "Presentation"
454
- #~ msgstr "Presentación"
455
- #~ msgid ""
456
- #~ "These are the main settings, which let you tweak color, borders and "
457
- #~ "animation."
458
- #~ msgstr ""
459
- #~ "Estas son las opciones principales, que te permiten ajustar los colores, "
460
- #~ "bordes y animación."
461
- #~ msgid ""
462
- #~ "(Set <strong>Border Color</strong> to \"#000000\" and <strong>Padding "
463
- #~ "Size</strong> to \"0\" for the classic FancyBox look)"
464
- #~ msgstr ""
465
- #~ "(Pon el <strong>Color del Borde</strong> en \"#000000\" y el "
466
- #~ "<strong>Tamaño del Margen</strong> en \"0\" para el aspecto clásico de "
467
- #~ "FancyBox)"
468
- #~ msgid "Show/Hide Advanced Settings"
469
- #~ msgstr "Mostrar/Ocultar Opciones Avanzadas"
470
- #~ msgid "Show/Hide Troubleshooting &amp; Uninstall Settings"
471
- #~ msgstr "Mostrar/Ocultar Resolución de Problemas y Desinstalaci&oacute;n"
472
- #~ msgid ""
473
- #~ "Do not call the <code>fancybox()</code> function here, the plugin does "
474
- #~ "this for you."
475
- #~ msgstr ""
476
- #~ "No llames a la función <code>fancybox()</code> desde aquí, eso ya lo hace "
477
- #~ "el plugin por tí."
478
- #~ msgid "Make a gallery for each post"
479
- #~ msgstr "Hacer una galería para cada entrada"
480
- #~ msgid ""
481
- #~ "The attribute has to start with fancybox, but can end with however you "
482
- #~ "like: \"fancybox1\", \"fancybox2\", \"fancybox-custom\" will work."
483
- #~ msgstr ""
484
- #~ "El atributo debe empezar por fancybox pero puede terminar como quieras: "
485
- #~ "\"fancybox1\", \"fancybox2\", \"fancybox-custom\" servirían."
486
- #~ msgid "Horizontal position of the close button (default: right)"
487
- #~ msgstr ""
488
- #~ "Posición horizontal del botón para cerrar FancyBox (por defecto: derecha)"
489
- #~ msgid "About"
490
- #~ msgstr "Informaci&oacute;n"
491
- #~ msgid ""
492
- #~ "This plugin integrates FancyBox with WordPress without having to edit any "
493
- #~ "file or code. Once activated the plugin will apply FancyBox automatically "
494
- #~ "to all image links, including WordPress galleries. Future versions will "
495
- #~ "include some more options like easier inline content integration and more "
496
- #~ "advanced customization. Enjoy!"
497
- #~ msgstr ""
498
- #~ "Este plugin integra FancyBox con WordPress sin necesidad de editar ningún "
499
- #~ "archivo o HTML. Una vez activado, el plugin aplicará FancyBox "
500
- #~ "automáticamente a todos los enlaces a imágenes, incluyendo galerias de "
501
- #~ "WordPress. Que lo disfrutes!"
502
- #~ msgid ""
503
- #~ "If you have problems or questions about FancyBox itself you should <a "
504
- #~ "href=\"http://groups.google.com/group/fancybox\">ask in the FancyBox "
505
- #~ "Google Group</a>. If you want to make suggestions or ask just about this "
506
- #~ "WordPress plugin you can <a href=\"http://blog.moskis.net/downloads/"
507
- #~ "plugins/fancybox-for-wordpress/\">leave a comment here</a>, <a href="
508
- #~ "\"http://blog.moskis.net/contactar/\">send me an email</a>, or <a href="
509
- #~ "\"http://twitter.com/moskis\">contact me on twitter</a>."
510
- #~ msgstr ""
511
- #~ "Si tienes problemas o preguntas sobre FancyBox deberías <a href=\"http://"
512
- #~ "groups.google.com/group/fancybox\">preguntar en este grupo de Google</a> "
513
- #~ "(enlace en inglés). Si tienes preguntas o sugerencias sobre este plugin "
514
- #~ "para WordPress, puedes <a href=\"http://blog.moskis.net/downloads/plugins/"
515
- #~ "fancybox-for-wordpress/\">dejar un comentario aquí</a>, <a href=\"http://"
516
- #~ "blog.moskis.net/contactar/\">enviarme un email</a>, o <a href=\"http://"
517
- #~ "twitter.com/moskis\">contactar conmigo vía Twitter</a>."
518
- #~ msgid "Auto Apply"
519
- #~ msgstr "Auto Aplicar"
520
- #~ msgid ""
521
- #~ "Apply FancyBox automatically to all links pointing to .jpg, .jpeg, .png "
522
- #~ "or .gif images (default: on)"
523
- #~ msgstr ""
524
- #~ "Aplicar FancyBox automáticamente a todos los enlaces que apunten a "
525
- #~ "archivos .jpg, .jpeg, .png o .gif (por defecto: activado)"
526
- #~ msgid ""
527
- #~ "(The link itself must the an image as well, text links will not be "
528
- #~ "affected by this option!)"
529
- #~ msgstr ""
530
- #~ "(El link tiene que estar en una imagen, esta opción no affecta a enlaces "
531
- #~ "de texto!)"
532
- #~ msgid ""
533
- #~ "(This does NOT conflict with the previous and next image links on "
534
- #~ "FancyBox galleries.)"
535
- #~ msgstr ""
536
- #~ "(Esto no afecta a los enlaces de Imagen Siguiente e Imagen Anterior en "
537
- #~ "galerias de varias imágenes)"
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&oacute;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&oacute;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&eacute;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&iacute;gueme en Twitter para m&aacute;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 &quot;Esc&quot;"
212
+ msgstr "Cerrar con &quot;Esc&quot;"
213
+
214
+ #: lib/admin-tab-behaviour.php:73
215
+ msgid "Close FancyBox when &quot;Escape&quot; key is pressed (default: on)"
216
+ msgstr "Cerrar Fancybox cuando se pulse la tecla &quot;Escape&quot; (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&eacute; 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&eacute; 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&aacute;genes en galer&iacute;as autom&aacute;ticamente (usa esta opci&oacute;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&iacute;a para cada post (solo funcionar&aacute; si el tema usa <code>class=\"post\"</code> en cada post, que es lo m&aacute;s com&uacute;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 "&middot; 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 "&middot; 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&oacute;n <code>fancybox()</code> aqu&iacute;, de eso ya se encarga el plugin."
577
+
578
+ #: lib/admin-tab-galleries.php:43
579
+ msgid "&middot; The jQuery <code>addClass()</code> function is a good way to add the class to the desired links conserving any existing class."
580
+ msgstr "&middot; La funci&oacute;n <code>addClass()</code> de jQuery es una buena forma de a&ntilde;adir el class a los links deseados."
581
+
582
+ #: lib/admin-tab-galleries.php:45
583
+ msgid "&middot; 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 "&middot; Puedes usar <code>getTitle()</code> en tu expresi&oacute;n para copiar el atributo title desde el tag <code>IMG</code> al tag <code>A</code>, para que FancyBox pueda mostrar el t&iacute;tulo de la imagen."
585
+
586
+ #: lib/admin-tab-galleries.php:47
587
+ msgid "&middot; 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 "&middot; 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&uacute;scula como en may&uacute;scula)."
589
+
590
+ #: lib/admin-tab-galleries.php:49
591
+ msgid "&middot; 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 "&middot; Si prefieres hacerlo manualmente puedes usar algo como <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> o lo que m&aacute;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&oacute;n de jQuery</a> para encontrar m&aacute;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 &amp; Uninstall Settings"
665
+ #~ msgstr "Mostrar/Ocultar Resolución de Problemas y Desinstalaci&oacute;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&oacute;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-01-16 13:01:19+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,86 +12,72 @@ msgstr ""
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
- #: lib/admin-tab-galleries.php:1
16
- msgid "Gallery Settings <span style=\"color:red\">(advanced)</span>"
17
  msgstr ""
18
 
19
- #: lib/admin-tab-galleries.php:3
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
- #: lib/admin-tab-galleries.php:9
27
- msgid "Gallery Type"
28
  msgstr ""
29
 
30
- #: lib/admin-tab-galleries.php:15
31
- msgid "Make a gallery for all images on the page (default)"
32
  msgstr ""
33
 
34
- #: lib/admin-tab-galleries.php:20
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
- #: lib/admin-tab-galleries.php:25
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
- #: lib/admin-tab-galleries.php:30
47
- msgid "Use a custom expression to apply FancyBox"
48
  msgstr ""
49
 
50
- #: lib/admin-tab-galleries.php:39
51
- msgid "Custom expression guidelines:"
52
  msgstr ""
53
 
54
- #: lib/admin-tab-galleries.php:41
55
- msgid ""
56
- "&middot; 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
- #: lib/admin-tab-galleries.php:43
62
- msgid ""
63
- "&middot; 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-galleries.php:45
68
- msgid ""
69
- "&middot; 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-galleries.php:47
75
- msgid ""
76
- "&middot; 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
- #: lib/admin-tab-galleries.php:49
82
- msgid ""
83
- "&middot; 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
- #: lib/admin-tab-galleries.php:51
88
- msgid ""
89
- "See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery "
90
- "Documentation</a> for more help."
91
  msgstr ""
92
 
93
- #: lib/admin-tab-galleries.php:53
94
- msgid "Examples:"
 
 
 
 
 
 
 
 
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 "Callbacks"
107
  msgstr ""
108
 
109
- #: lib/admin-tab-other.php:14
110
- msgid "Callback on Start event (default: empty)"
111
  msgstr ""
112
 
113
- #: lib/admin-tab-other.php:19
114
- msgid "Callback on Show event (default: empty)"
 
 
 
 
 
115
  msgstr ""
116
 
117
- #: lib/admin-tab-other.php:24
118
- msgid "Callback on Close event (default: empty)"
 
 
119
  msgstr ""
120
 
121
- #: lib/admin-tab-other.php:28
122
- msgid "Example:"
 
 
123
  msgstr ""
124
 
125
- #: lib/admin-tab-other.php:32
126
- msgid "Leave the fields empty to disable."
127
  msgstr ""
128
 
129
- #: lib/admin-tab-other.php:39
130
- msgid "Frame Size"
 
131
  msgstr ""
132
 
133
- #: lib/admin-tab-other.php:45
134
- msgid "Width in pixels of FancyBox when showing iframe content (default: 560)"
 
 
135
  msgstr ""
136
 
137
- #: lib/admin-tab-other.php:50
138
- msgid "Height in pixels of FancyBox when showing iframe content (default: 340)"
139
  msgstr ""
140
 
141
- #: lib/admin-tab-other.php:58
142
- msgid "Load JavaScript in Footer"
143
  msgstr ""
144
 
145
- #: lib/admin-tab-other.php:64
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:67
151
  msgid ""
152
- "This option won't be recognized if you use <strong>Parallel Load</strong> "
153
- "plugin. In that case, you can do this from Parallel Load's options."
154
  msgstr ""
155
 
156
- #: lib/admin-tab-animations.php:1
157
- msgid "Animation Settings <span style=\"color:green\">(basic)</span>"
 
 
158
  msgstr ""
159
 
160
- #: lib/admin-tab-animations.php:3
161
  msgid ""
162
- "These settings control the animations when opening and closing Fancybox, and "
163
- "the optional easing effects."
164
  msgstr ""
165
 
166
- #: lib/admin-tab-animations.php:9
167
- msgid "Zoom Options"
 
 
168
  msgstr ""
169
 
170
- #: lib/admin-tab-animations.php:15
171
- msgid "Change content transparency during zoom animations (default: on)"
 
 
172
  msgstr ""
173
 
174
- #: lib/admin-tab-animations.php:27
175
- msgid "Speed in miliseconds of the zooming-in animation (default: 500)"
176
  msgstr ""
177
 
178
- #: lib/admin-tab-animations.php:39
179
- msgid "Speed in miliseconds of the zooming-out animation (default: 500)"
180
  msgstr ""
181
 
182
- #: lib/admin-tab-animations.php:51
183
- msgid ""
184
- "Speed in miliseconds of the animation when navigating thorugh gallery items "
185
- "(default: 300)"
186
  msgstr ""
187
 
188
- #: lib/admin-tab-animations.php:59
189
- msgid "Easing"
 
 
190
  msgstr ""
191
 
192
- #: lib/admin-tab-animations.php:65
193
- msgid "Activate easing (default: off)"
194
  msgstr ""
195
 
196
- #: lib/admin-tab-animations.php:78
197
- msgid "Easing method when opening FancyBox. (default: easeOutBack)"
198
  msgstr ""
199
 
200
- #: lib/admin-tab-animations.php:91
201
- msgid "Easing method when closing FancyBox. (default: easeInBack)"
202
  msgstr ""
203
 
204
- #: lib/admin-tab-animations.php:104
205
  msgid ""
206
- "Easing method when navigating through gallery items. (default: "
207
- "easeInOutQuart)"
208
  msgstr ""
209
 
210
- #: lib/admin-tab-animations.php:107
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-appearance.php:1
219
- msgid "Appearance Settings <span style=\"color:green\">(basic)</span>"
220
  msgstr ""
221
 
222
- #: lib/admin-tab-appearance.php:3
223
  msgid ""
224
- "These setting control how Fancybox looks, they let you tweak color, borders "
225
- "and position of elements, like the image title and closing buttons."
 
226
  msgstr ""
227
 
228
- #: lib/admin-tab-appearance.php:9
229
- msgid "Border Color"
230
  msgstr ""
231
 
232
- #: lib/admin-tab-appearance.php:15
233
- msgid "Show Border (default: off)"
234
  msgstr ""
235
 
236
- #: lib/admin-tab-appearance.php:20
237
- msgid "HTML color of the border (default: #BBBBBB)"
238
  msgstr ""
239
 
240
- #: lib/admin-tab-appearance.php:28
241
- msgid "Close Button"
242
  msgstr ""
243
 
244
- #: lib/admin-tab-appearance.php:34
245
- msgid "Show Close button (default: on)"
246
  msgstr ""
247
 
248
- #: lib/admin-tab-appearance.php:37
249
- msgid "Close button position:"
 
 
250
  msgstr ""
251
 
252
- #: lib/admin-tab-appearance.php:40
253
- msgid "Left"
254
  msgstr ""
255
 
256
- #: lib/admin-tab-appearance.php:45
257
- msgid "Right (default)"
258
  msgstr ""
259
 
260
- #: lib/admin-tab-appearance.php:50
261
- msgid "Bottom"
262
  msgstr ""
263
 
264
- #: lib/admin-tab-appearance.php:55
265
- msgid "Top (default)"
266
  msgstr ""
267
 
268
- #: lib/admin-tab-appearance.php:63
269
- msgid "Padding"
 
 
 
 
270
  msgstr ""
271
 
272
- #: lib/admin-tab-appearance.php:69
273
- msgid "HTML color of the padding (default: #FFFFFF)"
 
 
274
  msgstr ""
275
 
276
- #: lib/admin-tab-appearance.php:72
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-appearance.php:76
283
- msgid "Padding size in pixels (default: 10)"
284
  msgstr ""
285
 
286
- #: lib/admin-tab-appearance.php:84
287
- msgid "Overlay Options"
288
  msgstr ""
289
 
290
- #: lib/admin-tab-appearance.php:90
291
- msgid "Add overlay (default: on)"
 
 
 
 
 
292
  msgstr ""
293
 
294
- #: lib/admin-tab-appearance.php:95
295
- msgid "HTML color of the overlay (default: #666666)"
 
 
 
296
  msgstr ""
297
 
298
- #: lib/admin-tab-appearance.php:108
299
- msgid "Opacity of overlay. 0 is transparent, 1 is opaque (default: 0.3)"
 
 
 
300
  msgstr ""
301
 
302
- #: lib/admin-tab-appearance.php:116
303
- msgid "Show Title"
 
 
 
 
304
  msgstr ""
305
 
306
- #: lib/admin-tab-appearance.php:122
307
- msgid "Show the image title (default: on)"
308
  msgstr ""
309
 
310
- #: lib/admin-tab-uninstall.php:1 admin.php:35
311
- msgid "Uninstall"
 
 
312
  msgstr ""
313
 
314
- #: lib/admin-tab-uninstall.php:3
315
  msgid ""
316
- "Like many other plugins, FancyBox for WordPress stores its settings on your "
317
- "WordPress' options database table. Actually, these settings are not using "
318
- "more than a couple of kilobytes of space, but if you want to completely "
319
- "uninstall this plugin, check the option below, then save changes, and "
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-uninstall.php:9
325
- msgid "Remove settings"
 
 
 
 
326
  msgstr ""
327
 
328
- #: lib/admin-tab-uninstall.php:15
 
 
 
 
329
  msgid ""
330
- "Remove Settings when plugin is deactivated from the \"Manage Plugins\" page. "
331
- "(default: off)"
332
  msgstr ""
333
 
334
- #: lib/admin-tab-support.php:1 admin.php:34
335
- msgid "Support"
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 try to localize the problem "
352
- "(switch your theme and deactivate plugins until you find the source of the "
353
- "problem). You can also try the Troubleshooting settings of this plugin if "
354
- "necesary."
355
  msgstr ""
356
 
357
  #: lib/admin-tab-support.php:11
358
- msgid "Try reverting these settings to their defaults with the button below."
 
 
 
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 here</a> explaining the problem or take a look and the <a "
366
- "target=\"_blank\" href=\"http://wordpress.org/tags/fancybox-for-wordpress?"
367
- "forum_id=10\">already posted messages</a>."
368
  msgstr ""
369
 
370
- #: lib/admin-tab-support.php:15
371
  msgid "IMPORTANT:"
372
  msgstr ""
373
 
374
- #: lib/admin-tab-support.php:15
375
  msgid ""
376
- "When posting your problem please provide a link to your blog, and all "
377
- "relevant information you can, especially your theme, plugins, etc."
 
378
  msgstr ""
379
 
380
- #: lib/admin-tab-behaviour.php:1
381
- msgid "Behavior Settings <span style=\"color:orange\">(medium)</span>"
382
  msgstr ""
383
 
384
- #: lib/admin-tab-behaviour.php:3
385
  msgid ""
386
- "The following settings should be left on default unless you know what you "
387
- "are doing."
388
  msgstr ""
389
 
390
- #: lib/admin-tab-behaviour.php:9
391
- msgid "Auto Resize to Fit"
392
  msgstr ""
393
 
394
- #: lib/admin-tab-behaviour.php:15
395
- msgid "Scale images to fit in viewport (default: on)"
396
  msgstr ""
397
 
398
- #: lib/admin-tab-behaviour.php:23
399
- msgid "Center on Scroll"
400
  msgstr ""
401
 
402
- #: lib/admin-tab-behaviour.php:29
 
 
 
 
403
  msgid ""
404
- "Keep image in the center of the browser window when scrolling (default: on)"
 
405
  msgstr ""
406
 
407
- #: lib/admin-tab-behaviour.php:37
408
- msgid "Close on Content Click"
409
  msgstr ""
410
 
411
- #: lib/admin-tab-behaviour.php:43
412
- msgid "Close FancyBox by clicking on the image (default: off)"
413
  msgstr ""
414
 
415
- #: lib/admin-tab-behaviour.php:46
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-behaviour.php:53
423
- msgid "Close on Overlay Click"
424
  msgstr ""
425
 
426
- #: lib/admin-tab-behaviour.php:59
427
- msgid "Close FancyBox by clicking on the overlay sorrounding it (default: on)"
428
  msgstr ""
429
 
430
- #: lib/admin-tab-behaviour.php:67
431
- msgid "Close with &quot;Esc&quot;"
432
  msgstr ""
433
 
434
- #: lib/admin-tab-behaviour.php:73
435
- msgid "Close FancyBox when &quot;Escape&quot; key is pressed (default: on)"
436
  msgstr ""
437
 
438
- #: lib/admin-tab-troubleshooting.php:1
439
- msgid "Troubleshooting Settings"
440
  msgstr ""
441
 
442
- #: lib/admin-tab-troubleshooting.php:3
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-troubleshooting.php:5
 
 
 
 
449
  msgid ""
450
- "If the plugin doesn't seem to work, first you should check for other plugins "
451
- "that may be conflicting with this one, especially other Lightbox, Slimbox, "
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-troubleshooting.php:7
457
  msgid ""
458
- "Change them one at a time and test to see if they help. Remember that having "
459
- "a cache plugin may prevent changes from taking effect immidiately, so clear "
460
- "cache after saving changes here or deactivate cache until you finish editing "
461
- "these options."
462
  msgstr ""
463
 
464
- #: lib/admin-tab-troubleshooting.php:13
465
- msgid "Do not call jQuery"
466
  msgstr ""
467
 
468
- #: lib/admin-tab-troubleshooting.php:19
469
  msgid ""
470
- "Skip jQuery call. Use this only if jQuery is being loaded twice (default: "
471
- "off)"
472
  msgstr ""
473
 
474
- #: lib/admin-tab-troubleshooting.php:27
475
- msgid "jQuery \"noConflict\" Mode"
476
  msgstr ""
477
 
478
- #: lib/admin-tab-troubleshooting.php:33
479
- msgid "Use jQuery noConflict mode (default: on)"
480
  msgstr ""
481
 
482
- #: lib/admin-tab-troubleshooting.php:36
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-info.php:1
489
- msgid "Information"
490
  msgstr ""
491
 
492
- #: lib/admin-tab-info.php:3
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&eacute; 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-info.php:5
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-info.php:7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  msgid ""
510
- "If you do encounter any problems, still don't panic, check the "
511
- "Troubleshooting and Support sections for help."
512
  msgstr ""
513
 
514
- #: lib/admin-tab-info.php:9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
515
  msgid ""
516
- "<strong>Note:</strong> Having a cache plugin may prevent changes from taking "
517
- "effect immidiately, if this happens clear cache after saving changes here or "
518
- "deactivate cache until you finish editing these options."
 
 
 
519
  msgstr ""
520
 
521
- #: lib/admin-tab-info.php:11
522
- msgid "What's New in this version?"
523
  msgstr ""
524
 
525
- #: lib/admin-tab-info.php:12
526
  msgid ""
527
- "To see what's new in this version check the <a href=\"http://wordpress.org/"
528
- "extend/plugins/fancybox-for-wordpress/changelog/\">changelog</a> at "
529
- "WordPress Plugins Directory."
530
  msgstr ""
531
 
532
- #: lib/admin-tab-info.php:13
 
 
 
 
533
  msgid ""
534
- "For known bugs or things to come in future versions check the <a href="
535
- "\"http://wordpress.org/extend/plugins/fancybox-for-wordpress/changelog/"
536
- "\">issues list</a> at Google Code."
537
  msgstr ""
538
 
539
- #: admin.php:11
540
- msgid "Fancybox for WordPress (version %s)"
541
  msgstr ""
542
 
543
- #: admin.php:27
544
- msgid "Info"
545
  msgstr ""
546
 
547
- #: admin.php:28
548
- msgid "Appearance"
 
 
549
  msgstr ""
550
 
551
- #: admin.php:29
552
- msgid "Animations"
 
 
553
  msgstr ""
554
 
555
- #: admin.php:30
556
- msgid "Behaviour"
557
  msgstr ""
558
 
559
- #: admin.php:31
560
- msgid "Galleries"
561
  msgstr ""
562
 
563
- #: admin.php:32
564
- msgid "Other"
 
 
 
565
  msgstr ""
566
 
567
- #: admin.php:33
568
- msgid "Troubleshooting"
 
 
569
  msgstr ""
570
 
571
- #: admin.php:79
572
- msgid "Save Changes"
 
 
 
573
  msgstr ""
574
 
575
- #: admin.php:87
576
- msgid "If you use FancyBox and like it, buy the author a beer!"
 
 
 
577
  msgstr ""
578
 
579
- #: admin.php:104
580
- msgid "The author of this WordPress Plugin also likes beer :P"
 
 
581
  msgstr ""
582
 
583
- #: admin.php:114
584
- msgid "Follow me on Twitter for more WordPress Plugins and Themes"
 
 
585
  msgstr ""
586
 
587
- #: fancybox.php:377
588
- msgid "Settings"
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 &quot;Esc&quot;"
237
  msgstr ""
238
 
239
+ #: lib/admin-tab-behaviour.php:73
240
+ msgid "Close FancyBox when &quot;Escape&quot; 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&eacute; 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
+ "&middot; 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
+ "&middot; 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
+ "&middot; 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
+ "&middot; 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
+ "&middot; 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.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.