Version Description
- Fixed: Z-index issue was left out in previus release
- Fixed: Setting to close fancybox when clicking on the overlay wasn't available in the menu
- Fixed: Frame width and height options are now in the "Other" tab
- Fixed: Tabs now translated in Spanish localization
Download this release
Release Info
Developer | moskis |
Plugin | FancyBox for WordPress |
Version | 2.7.1 |
Comparing to | |
See all releases |
Code changes from version 2.7.0 to 2.7.1
- admin.php +9 -9
- css/fancybox.css +12 -12
- fancybox.php +2 -2
- languages/mfbfw-es_ES.mo +0 -0
- languages/mfbfw-es_ES.po +74 -37
- languages/mfbfw.pot +70 -34
- lib/admin-tab-behaviour.php +15 -1
- lib/admin-tab-galleries.php +0 -19
- lib/admin-tab-other.php +19 -0
- readme.txt +11 -9
admin.php
CHANGED
@@ -8,7 +8,7 @@ function mfbfw_options_page() {
|
|
8 |
|
9 |
<div class="wrap">
|
10 |
|
11 |
-
<div id="icon-plugins" class="icon32"></div><h2><?php printf(__('Fancybox for WordPress
|
12 |
|
13 |
<br />
|
14 |
|
@@ -24,14 +24,14 @@ function mfbfw_options_page() {
|
|
24 |
<div id="fbfwTabs">
|
25 |
|
26 |
<ul>
|
27 |
-
<li><a href="#fbfw-info"
|
28 |
-
<li><a href="#fbfw-appearance"
|
29 |
-
<li><a href="#fbfw-animations"
|
30 |
-
<li><a href="#fbfw-behaviour"
|
31 |
-
<li><a href="#fbfw-galleries"
|
32 |
-
<li><a href="#fbfw-other"
|
33 |
-
<li><a href="#fbfw-troubleshooting"
|
34 |
-
<li><a href="#fbfw-uninstall"
|
35 |
</ul>
|
36 |
|
37 |
<div id="fbfw-info">
|
8 |
|
9 |
<div class="wrap">
|
10 |
|
11 |
+
<div id="icon-plugins" class="icon32"></div><h2><?php printf(__('Fancybox for WordPress (version %s)', 'mfbfw'), $settings['version']); ?></h2>
|
12 |
|
13 |
<br />
|
14 |
|
24 |
<div id="fbfwTabs">
|
25 |
|
26 |
<ul>
|
27 |
+
<li><a href="#fbfw-info"><?php _e('Info', 'mfbfw'); ?></a></li>
|
28 |
+
<li><a href="#fbfw-appearance"><?php _e('Appearance', 'mfbfw'); ?></a></li>
|
29 |
+
<li><a href="#fbfw-animations"><?php _e('Animations', 'mfbfw'); ?></a></li>
|
30 |
+
<li><a href="#fbfw-behaviour"><?php _e('Behaviour', 'mfbfw'); ?></a></li>
|
31 |
+
<li><a href="#fbfw-galleries"><?php _e('Galleries', 'mfbfw'); ?></a></li>
|
32 |
+
<li><a href="#fbfw-other"><?php _e('Other', 'mfbfw'); ?></a></li>
|
33 |
+
<li><a href="#fbfw-troubleshooting"><?php _e('Troubleshooting', 'mfbfw'); ?></a></li>
|
34 |
+
<li><a href="#fbfw-uninstall"><?php _e('Uninstall', 'mfbfw'); ?></a></li>
|
35 |
</ul>
|
36 |
|
37 |
<div id="fbfw-info">
|
css/fancybox.css
CHANGED
@@ -5,7 +5,7 @@ left: 0;
|
|
5 |
width: 100%;
|
6 |
height: 100%;
|
7 |
display: none;
|
8 |
-
z-index:
|
9 |
}
|
10 |
|
11 |
div#fancy_loading {
|
@@ -16,7 +16,7 @@ cursor: pointer;
|
|
16 |
display: none;
|
17 |
overflow: hidden;
|
18 |
background: transparent;
|
19 |
-
z-index:
|
20 |
}
|
21 |
|
22 |
div#fancy_loading div {
|
@@ -32,7 +32,7 @@ div#fancy_outer {
|
|
32 |
position: absolute;
|
33 |
top: 0;
|
34 |
left: 0;
|
35 |
-
z-index:
|
36 |
padding: 20px 20px 40px 20px;
|
37 |
margin: 0;
|
38 |
background: transparent;
|
@@ -48,7 +48,7 @@ background: #FFF;
|
|
48 |
|
49 |
div#fancy_content {
|
50 |
margin: 0;
|
51 |
-
z-index:
|
52 |
position: absolute;
|
53 |
}
|
54 |
|
@@ -57,7 +57,7 @@ background: #000;
|
|
57 |
color: #FFF;
|
58 |
height: 100%;
|
59 |
width: 100%;
|
60 |
-
z-index:
|
61 |
}
|
62 |
|
63 |
img#fancy_img {
|
@@ -67,7 +67,7 @@ left: 0;
|
|
67 |
border:0;
|
68 |
padding: 0;
|
69 |
margin: 0;
|
70 |
-
z-index:
|
71 |
width: 100%;
|
72 |
height: 100%;
|
73 |
}
|
@@ -78,7 +78,7 @@ height: 30px;
|
|
78 |
width: 30px;
|
79 |
background: url('img/fancy_closebox.png') top left no-repeat;
|
80 |
cursor: pointer;
|
81 |
-
z-index:
|
82 |
display: none;
|
83 |
}
|
84 |
|
@@ -101,7 +101,7 @@ bottom: 0px;
|
|
101 |
height: 100%;
|
102 |
width: 35%;
|
103 |
cursor: pointer;
|
104 |
-
z-index:
|
105 |
display: none;
|
106 |
background-image: url("data:image/gif;base64,AAAA");
|
107 |
outline: none;
|
@@ -122,7 +122,7 @@ top: 50%;
|
|
122 |
margin-top: -15px;
|
123 |
width: 30px;
|
124 |
height: 30px;
|
125 |
-
z-index:
|
126 |
cursor: pointer;
|
127 |
display: block;
|
128 |
}
|
@@ -164,7 +164,7 @@ position: absolute;
|
|
164 |
top: 0; left: 0;
|
165 |
width: 100%;
|
166 |
height: 100%;
|
167 |
-
z-index:
|
168 |
border: 0;
|
169 |
padding: 0;
|
170 |
margin: 0;
|
@@ -173,7 +173,7 @@ margin: 0;
|
|
173 |
div.fancy_bg {
|
174 |
position: absolute;
|
175 |
display: block;
|
176 |
-
z-index:
|
177 |
border: 0;
|
178 |
padding: 0;
|
179 |
margin: 0;
|
@@ -243,7 +243,7 @@ background: transparent url('img/fancy_shadow_nw.png') no-repeat;
|
|
243 |
|
244 |
div#fancy_title {
|
245 |
position: absolute;
|
246 |
-
z-index:
|
247 |
display: none;
|
248 |
}
|
249 |
|
5 |
width: 100%;
|
6 |
height: 100%;
|
7 |
display: none;
|
8 |
+
z-index: 300;
|
9 |
}
|
10 |
|
11 |
div#fancy_loading {
|
16 |
display: none;
|
17 |
overflow: hidden;
|
18 |
background: transparent;
|
19 |
+
z-index: 1000;
|
20 |
}
|
21 |
|
22 |
div#fancy_loading div {
|
32 |
position: absolute;
|
33 |
top: 0;
|
34 |
left: 0;
|
35 |
+
z-index: 900;
|
36 |
padding: 20px 20px 40px 20px;
|
37 |
margin: 0;
|
38 |
background: transparent;
|
48 |
|
49 |
div#fancy_content {
|
50 |
margin: 0;
|
51 |
+
z-index: 1000;
|
52 |
position: absolute;
|
53 |
}
|
54 |
|
57 |
color: #FFF;
|
58 |
height: 100%;
|
59 |
width: 100%;
|
60 |
+
z-index: 1000;
|
61 |
}
|
62 |
|
63 |
img#fancy_img {
|
67 |
border:0;
|
68 |
padding: 0;
|
69 |
margin: 0;
|
70 |
+
z-index: 1000;
|
71 |
width: 100%;
|
72 |
height: 100%;
|
73 |
}
|
78 |
width: 30px;
|
79 |
background: url('img/fancy_closebox.png') top left no-repeat;
|
80 |
cursor: pointer;
|
81 |
+
z-index: 1810;
|
82 |
display: none;
|
83 |
}
|
84 |
|
101 |
height: 100%;
|
102 |
width: 35%;
|
103 |
cursor: pointer;
|
104 |
+
z-index: 1110;
|
105 |
display: none;
|
106 |
background-image: url("data:image/gif;base64,AAAA");
|
107 |
outline: none;
|
122 |
margin-top: -15px;
|
123 |
width: 30px;
|
124 |
height: 30px;
|
125 |
+
z-index: 1120;
|
126 |
cursor: pointer;
|
127 |
display: block;
|
128 |
}
|
164 |
top: 0; left: 0;
|
165 |
width: 100%;
|
166 |
height: 100%;
|
167 |
+
z-index: 700;
|
168 |
border: 0;
|
169 |
padding: 0;
|
170 |
margin: 0;
|
173 |
div.fancy_bg {
|
174 |
position: absolute;
|
175 |
display: block;
|
176 |
+
z-index: 700;
|
177 |
border: 0;
|
178 |
padding: 0;
|
179 |
margin: 0;
|
243 |
|
244 |
div#fancy_title {
|
245 |
position: absolute;
|
246 |
+
z-index: 1000;
|
247 |
display: none;
|
248 |
}
|
249 |
|
fancybox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: FancyBox for WordPress
|
4 |
Plugin URI: http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/
|
5 |
Description: Integrates <a href="http://fancy.klade.lv/">FancyBox</a> by <a href="http://klade.lv/">Janis Skarnelis</a> into WordPress.
|
6 |
-
Version: 2.7.
|
7 |
Author: Jose Pardilla
|
8 |
Author URI: http://moskis.net/
|
9 |
*/
|
@@ -16,7 +16,7 @@ define('FBFW_URL', WP_PLUGIN_URL . '/fancybox-for-wordpress');
|
|
16 |
// When plugin is activated, update version, and set any new settings to default
|
17 |
function mfbfw_install() {
|
18 |
|
19 |
-
update_option('mfbfw_active_version', '2.7.
|
20 |
|
21 |
add_option('mfbfw_showTitle', 'on');
|
22 |
add_option('mfbfw_border', '');
|
3 |
Plugin Name: FancyBox for WordPress
|
4 |
Plugin URI: http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/
|
5 |
Description: Integrates <a href="http://fancy.klade.lv/">FancyBox</a> by <a href="http://klade.lv/">Janis Skarnelis</a> into WordPress.
|
6 |
+
Version: 2.7.1
|
7 |
Author: Jose Pardilla
|
8 |
Author URI: http://moskis.net/
|
9 |
*/
|
16 |
// When plugin is activated, update version, and set any new settings to default
|
17 |
function mfbfw_install() {
|
18 |
|
19 |
+
update_option('mfbfw_active_version', '2.7.1');
|
20 |
|
21 |
add_option('mfbfw_showTitle', 'on');
|
22 |
add_option('mfbfw_border', '');
|
languages/mfbfw-es_ES.mo
CHANGED
Binary file
|
languages/mfbfw-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ 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-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Jose Pardilla <jose@moskis.net>\n"
|
8 |
"Language-Team: Moskis <jose@moskis.net>\n"
|
@@ -14,8 +14,41 @@ msgstr ""
|
|
14 |
|
15 |
#: admin.php:11
|
16 |
#, php-format
|
17 |
-
msgid "Fancybox for WordPress
|
18 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
#: admin.php:90
|
21 |
msgid "Save Changes"
|
@@ -190,8 +223,8 @@ msgid "Keep image in the center of the browser window when scrolling (default: o
|
|
190 |
msgstr "Mantiene la imagen en el centro de la ventana del naegador al hacer scroll (por defecto: activado)"
|
191 |
|
192 |
#: lib/admin-tab-behaviour.php:37
|
193 |
-
msgid "Close on Click"
|
194 |
-
msgstr "Cerrar al hacer click"
|
195 |
|
196 |
#: lib/admin-tab-behaviour.php:43
|
197 |
msgid "Close FancyBox by clicking on the image (default: off)"
|
@@ -202,10 +235,18 @@ msgid "(You may want to leave this off if you display iframed or inline content
|
|
202 |
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)"
|
203 |
|
204 |
#: lib/admin-tab-behaviour.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
msgid "Close with "Esc""
|
206 |
msgstr "Cerrar con "Esc""
|
207 |
|
208 |
-
#: lib/admin-tab-behaviour.php:
|
209 |
msgid "Close FancyBox when "Escape" key is pressed (default: on)"
|
210 |
msgstr "Cerrar Fancybox cuando se pulse la tecla "Escape" (por defecto: activado)"
|
211 |
|
@@ -218,66 +259,54 @@ msgid "Here you can choose if you want the plugin to group all images into a gal
|
|
218 |
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."
|
219 |
|
220 |
#: lib/admin-tab-galleries.php:9
|
221 |
-
msgid "Frame Size"
|
222 |
-
msgstr "Tamaño del recuadro"
|
223 |
-
|
224 |
-
#: lib/admin-tab-galleries.php:15
|
225 |
-
msgid "Width in pixels of FancyBox when showing iframe content (default: 560)"
|
226 |
-
msgstr "Ancho en píxeles de FancyBox cuado se muestre contenido anidado (por defecto: 560)"
|
227 |
-
|
228 |
-
#: lib/admin-tab-galleries.php:20
|
229 |
-
msgid "Height in pixels of FancyBox when showing iframe content (default: 340)"
|
230 |
-
msgstr "Alto en píxeles de FancyBox cuado se muestre contenido anidado (por defecto: 340)"
|
231 |
-
|
232 |
-
#: lib/admin-tab-galleries.php:28
|
233 |
msgid "Gallery Type"
|
234 |
msgstr "Tipo de Galería"
|
235 |
|
236 |
-
#: lib/admin-tab-galleries.php:
|
237 |
msgid "Make a gallery for all images on the page (default)"
|
238 |
msgstr "Incluir todas las imágenes de la página en una única galería (opción por defecto)"
|
239 |
|
240 |
-
#: lib/admin-tab-galleries.php:
|
241 |
msgid "Do not group images in gallery automatically (use this if you want to make galleries manually with the <code>REL</code> attribute)"
|
242 |
msgstr "No agrupar imágenes en galerías automáticamente (usa esta opción si quieres agrupar las imagenes manualmente con el atributo <code>REL</code>)"
|
243 |
|
244 |
-
#: lib/admin-tab-galleries.php:
|
245 |
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"
|
246 |
-
msgstr "Hacer una galería para cada post (solo funcionará si el tema usa <code>class=\"post\"</code> en cada post, que es lo más com&
|
247 |
|
248 |
-
#: lib/admin-tab-galleries.php:
|
249 |
msgid "Use a custom expression to apply FancyBox"
|
250 |
msgstr "Aplicar FancyBox con una expresión personalizada"
|
251 |
|
252 |
-
#: lib/admin-tab-galleries.php:
|
253 |
msgid "Custom expression guidelines:"
|
254 |
msgstr "Indicaciones para expresiones personalizadas:"
|
255 |
|
256 |
-
#: lib/admin-tab-galleries.php:
|
257 |
msgid "· The custom expression has to apply <code>class=\"fancybox\"</code> to the links where you want to use FancyBox. Do not call the <code>fancybox()</code> function here, the plugin does this for you."
|
258 |
msgstr "· La expresión personalizada tiene que aplicar el atributo <code>class=\"fancybox\"</code> a los enlaces en los que quieras usar FancyBox. No llames a la función <code>fancybox()</code> aquí, de eso ya se encarga el plugin."
|
259 |
|
260 |
-
#: lib/admin-tab-galleries.php:
|
261 |
msgid "· The jQuery <code>addClass()</code> function is a good way to add the class to the desired links conserving any existing class."
|
262 |
msgstr "· La función <code>addClass()</code> de jQuery es una buena forma de añadir el class a los links deseados."
|
263 |
|
264 |
-
#: lib/admin-tab-galleries.php:
|
265 |
msgid "· You can use <code>getTitle()</code> in your expression to copy the title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so that FancyBox can show captions."
|
266 |
msgstr "· Puedes usar <code>getTitle()</code> en tu expresión para copiar el atributo title desde el tag <code>IMG</code> al tag <code>A</code>, para que FancyBox pueda mostrar el título de la imagen."
|
267 |
|
268 |
-
#: lib/admin-tab-galleries.php:
|
269 |
msgid "· You can use <code>jQuery(thumbnails)</code> like in the example expression to apply FancyBox to thumbnails that link to these extensions: BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
270 |
msgstr "· Puedes usar <code>jQuery(thumbnails)</code> como en el ejemplo para aplicar FancyBox a las miniaturas de im%aacute;genes que enlazen a estas extensiones: BMP, GIF, JPG, JPEG, PNG tanto en minúscula como en mayúscula)."
|
271 |
|
272 |
-
#: lib/admin-tab-galleries.php:
|
273 |
msgid "· If you want to do it manually you can use something like <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
274 |
msgstr "· Si prefieres hacerlo manualmente puedes usar algo como <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> o lo que más se ajuste a tu blog."
|
275 |
|
276 |
-
#: lib/admin-tab-galleries.php:
|
277 |
msgid "See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery Documentation</a> for more help."
|
278 |
msgstr "Visita la <a href=\"http://docs.jquery.com/\" target=\"_blank\">Documentación de jQuery</a> para encontrar más ayuda."
|
279 |
|
280 |
-
#: lib/admin-tab-galleries.php:
|
281 |
msgid "Examples:"
|
282 |
msgstr "Ejemplos:"
|
283 |
|
@@ -350,14 +379,26 @@ msgid "Leave the fields empty to disable."
|
|
350 |
msgstr "Deja estos campos vacíos para desactivar cualqueir retrollamada."
|
351 |
|
352 |
#: lib/admin-tab-other.php:39
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
msgid "Load JavaScript in Footer"
|
354 |
msgstr "Cargar JavaScript en el Pié de página"
|
355 |
|
356 |
-
#: lib/admin-tab-other.php:
|
357 |
msgid "Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
|
358 |
msgstr "Carga el JavaScript al final del código HTML del blog (experimental) (por defecto: desactivado)"
|
359 |
|
360 |
-
#: lib/admin-tab-other.php:
|
361 |
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."
|
362 |
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."
|
363 |
|
@@ -397,10 +438,6 @@ msgstr "Usar parámetro noConflict de jQuery (por defecto: activado)"
|
|
397 |
msgid "(Turning this off may cause problems if there are plugins activated that use other js framework like mootools, prototype, scriptaculous, etc.)"
|
398 |
msgstr "(Desactivar esta opción puede causar problemas si hay plugins activadoes que usen otros frameworks javascript como Mootols, Prototype, Scriptaculous, etc.)"
|
399 |
|
400 |
-
#: lib/admin-tab-uninstall.php:1
|
401 |
-
msgid "Uninstall"
|
402 |
-
msgstr "Desinstalar"
|
403 |
-
|
404 |
#: lib/admin-tab-uninstall.php:3
|
405 |
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."
|
406 |
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."
|
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"
|
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ó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"
|
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)"
|
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 "Esc""
|
247 |
msgstr "Cerrar con "Esc""
|
248 |
|
249 |
+
#: lib/admin-tab-behaviour.php:73
|
250 |
msgid "Close FancyBox when "Escape" key is pressed (default: on)"
|
251 |
msgstr "Cerrar Fancybox cuando se pulse la tecla "Escape" (por defecto: activado)"
|
252 |
|
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ágenes en galerías automáticamente (usa esta opció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ía para cada post (solo funcionará si el tema usa <code>class=\"post\"</code> en cada post, que es lo más común en WordPress"
|
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 "· 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 "· La expresión personalizada tiene que aplicar el atributo <code>class=\"fancybox\"</code> a los enlaces en los que quieras usar FancyBox. No llames a la función <code>fancybox()</code> aquí, de eso ya se encarga el plugin."
|
288 |
|
289 |
+
#: lib/admin-tab-galleries.php:43
|
290 |
msgid "· The jQuery <code>addClass()</code> function is a good way to add the class to the desired links conserving any existing class."
|
291 |
msgstr "· La función <code>addClass()</code> de jQuery es una buena forma de añadir el class a los links deseados."
|
292 |
|
293 |
+
#: lib/admin-tab-galleries.php:45
|
294 |
msgid "· You can use <code>getTitle()</code> in your expression to copy the title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so that FancyBox can show captions."
|
295 |
msgstr "· Puedes usar <code>getTitle()</code> en tu expresión para copiar el atributo title desde el tag <code>IMG</code> al tag <code>A</code>, para que FancyBox pueda mostrar el título de la imagen."
|
296 |
|
297 |
+
#: lib/admin-tab-galleries.php:47
|
298 |
msgid "· You can use <code>jQuery(thumbnails)</code> like in the example expression to apply FancyBox to thumbnails that link to these extensions: BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
299 |
msgstr "· Puedes usar <code>jQuery(thumbnails)</code> como en el ejemplo para aplicar FancyBox a las miniaturas de im%aacute;genes que enlazen a estas extensiones: BMP, GIF, JPG, JPEG, PNG tanto en minúscula como en mayúscula)."
|
300 |
|
301 |
+
#: lib/admin-tab-galleries.php:49
|
302 |
msgid "· If you want to do it manually you can use something like <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
303 |
msgstr "· Si prefieres hacerlo manualmente puedes usar algo como <code>jQuery(\"a:has(img)[href$='.jpg']\")</code> o lo que más se ajuste a tu blog."
|
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ón de jQuery</a> para encontrar más ayuda."
|
308 |
|
309 |
+
#: lib/admin-tab-galleries.php:53
|
310 |
msgid "Examples:"
|
311 |
msgstr "Ejemplos:"
|
312 |
|
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 |
|
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."
|
languages/mfbfw.pot
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/fancybox-for-wordpress\n"
|
10 |
-
"POT-Creation-Date: 2009-12-
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -17,7 +17,39 @@ msgstr ""
|
|
17 |
|
18 |
#: admin.php:11
|
19 |
#, php-format
|
20 |
-
msgid "Fancybox for WordPress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
msgstr ""
|
22 |
|
23 |
#: admin.php:90
|
@@ -210,7 +242,7 @@ msgid ""
|
|
210 |
msgstr ""
|
211 |
|
212 |
#: lib/admin-tab-behaviour.php:37
|
213 |
-
msgid "Close on Click"
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin-tab-behaviour.php:43
|
@@ -225,10 +257,18 @@ msgid ""
|
|
225 |
msgstr ""
|
226 |
|
227 |
#: lib/admin-tab-behaviour.php:53
|
228 |
-
msgid "Close
|
229 |
msgstr ""
|
230 |
|
231 |
#: lib/admin-tab-behaviour.php:59
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
msgid "Close FancyBox when "Escape" key is pressed (default: on)"
|
233 |
msgstr ""
|
234 |
|
@@ -244,85 +284,73 @@ msgid ""
|
|
244 |
msgstr ""
|
245 |
|
246 |
#: lib/admin-tab-galleries.php:9
|
247 |
-
msgid "Frame Size"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: lib/admin-tab-galleries.php:15
|
251 |
-
msgid "Width in pixels of FancyBox when showing iframe content (default: 560)"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: lib/admin-tab-galleries.php:20
|
255 |
-
msgid "Height in pixels of FancyBox when showing iframe content (default: 340)"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: lib/admin-tab-galleries.php:28
|
259 |
msgid "Gallery Type"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: lib/admin-tab-galleries.php:
|
263 |
msgid "Make a gallery for all images on the page (default)"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: lib/admin-tab-galleries.php:
|
267 |
msgid ""
|
268 |
"Do not group images in gallery automatically (use this if you want to make "
|
269 |
"galleries manually with the <code>REL</code> attribute)"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: lib/admin-tab-galleries.php:
|
273 |
msgid ""
|
274 |
"Make a gallery for each post (will only work if your theme uses <code>class="
|
275 |
"\"post\"</code> on each post, which is common in WordPress"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: lib/admin-tab-galleries.php:
|
279 |
msgid "Use a custom expression to apply FancyBox"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: lib/admin-tab-galleries.php:
|
283 |
msgid "Custom expression guidelines:"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: lib/admin-tab-galleries.php:
|
287 |
msgid ""
|
288 |
"· The custom expression has to apply <code>class=\"fancybox\"</code> "
|
289 |
"to the links where you want to use FancyBox. Do not call the <code>fancybox()"
|
290 |
"</code> function here, the plugin does this for you."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: lib/admin-tab-galleries.php:
|
294 |
msgid ""
|
295 |
"· The jQuery <code>addClass()</code> function is a good way to add "
|
296 |
"the class to the desired links conserving any existing class."
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: lib/admin-tab-galleries.php:
|
300 |
msgid ""
|
301 |
"· You can use <code>getTitle()</code> in your expression to copy the "
|
302 |
"title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so "
|
303 |
"that FancyBox can show captions."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: lib/admin-tab-galleries.php:
|
307 |
msgid ""
|
308 |
"· You can use <code>jQuery(thumbnails)</code> like in the example "
|
309 |
"expression to apply FancyBox to thumbnails that link to these extensions: "
|
310 |
"BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: lib/admin-tab-galleries.php:
|
314 |
msgid ""
|
315 |
"· If you want to do it manually you can use something like "
|
316 |
"<code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: lib/admin-tab-galleries.php:
|
320 |
msgid ""
|
321 |
"See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery "
|
322 |
"Documentation</a> for more help."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: lib/admin-tab-galleries.php:
|
326 |
msgid "Examples:"
|
327 |
msgstr ""
|
328 |
|
@@ -417,15 +445,27 @@ msgid "Leave the fields empty to disable."
|
|
417 |
msgstr ""
|
418 |
|
419 |
#: lib/admin-tab-other.php:39
|
420 |
-
msgid "
|
421 |
msgstr ""
|
422 |
|
423 |
#: lib/admin-tab-other.php:45
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
msgid ""
|
425 |
"Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: lib/admin-tab-other.php:
|
429 |
msgid ""
|
430 |
"This option won't be recognized if you use <strong>Parallel Load</strong> "
|
431 |
"plugin. In that case, you can do this from Parallel Load's options."
|
@@ -481,10 +521,6 @@ msgid ""
|
|
481 |
"other js framework like mootools, prototype, scriptaculous, etc.)"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: lib/admin-tab-uninstall.php:1
|
485 |
-
msgid "Uninstall"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
#: lib/admin-tab-uninstall.php:3
|
489 |
msgid ""
|
490 |
"Like many other plugins, FancyBox for WordPress stores its settings on your "
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/fancybox-for-wordpress\n"
|
10 |
+
"POT-Creation-Date: 2009-12-16 17:37+0000\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
17 |
|
18 |
#: admin.php:11
|
19 |
#, php-format
|
20 |
+
msgid "Fancybox for WordPress (version %s)"
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: admin.php:27
|
24 |
+
msgid "Info"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: admin.php:28
|
28 |
+
msgid "Appearance"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: admin.php:29
|
32 |
+
msgid "Animations"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: admin.php:30
|
36 |
+
msgid "Behaviour"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: admin.php:31
|
40 |
+
msgid "Galleries"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: admin.php:32
|
44 |
+
msgid "Other"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: admin.php:33
|
48 |
+
msgid "Troubleshooting"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: admin.php:34 lib/admin-tab-uninstall.php:1
|
52 |
+
msgid "Uninstall"
|
53 |
msgstr ""
|
54 |
|
55 |
#: admin.php:90
|
242 |
msgstr ""
|
243 |
|
244 |
#: lib/admin-tab-behaviour.php:37
|
245 |
+
msgid "Close on Content Click"
|
246 |
msgstr ""
|
247 |
|
248 |
#: lib/admin-tab-behaviour.php:43
|
257 |
msgstr ""
|
258 |
|
259 |
#: lib/admin-tab-behaviour.php:53
|
260 |
+
msgid "Close on Overlay Click"
|
261 |
msgstr ""
|
262 |
|
263 |
#: lib/admin-tab-behaviour.php:59
|
264 |
+
msgid "Close FancyBox by clicking on the overlay sorrounding it (default: on)"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: lib/admin-tab-behaviour.php:67
|
268 |
+
msgid "Close with "Esc""
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: lib/admin-tab-behaviour.php:73
|
272 |
msgid "Close FancyBox when "Escape" key is pressed (default: on)"
|
273 |
msgstr ""
|
274 |
|
284 |
msgstr ""
|
285 |
|
286 |
#: lib/admin-tab-galleries.php:9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
msgid "Gallery Type"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: lib/admin-tab-galleries.php:15
|
291 |
msgid "Make a gallery for all images on the page (default)"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: lib/admin-tab-galleries.php:20
|
295 |
msgid ""
|
296 |
"Do not group images in gallery automatically (use this if you want to make "
|
297 |
"galleries manually with the <code>REL</code> attribute)"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: lib/admin-tab-galleries.php:25
|
301 |
msgid ""
|
302 |
"Make a gallery for each post (will only work if your theme uses <code>class="
|
303 |
"\"post\"</code> on each post, which is common in WordPress"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: lib/admin-tab-galleries.php:30
|
307 |
msgid "Use a custom expression to apply FancyBox"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: lib/admin-tab-galleries.php:39
|
311 |
msgid "Custom expression guidelines:"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: lib/admin-tab-galleries.php:41
|
315 |
msgid ""
|
316 |
"· The custom expression has to apply <code>class=\"fancybox\"</code> "
|
317 |
"to the links where you want to use FancyBox. Do not call the <code>fancybox()"
|
318 |
"</code> function here, the plugin does this for you."
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: lib/admin-tab-galleries.php:43
|
322 |
msgid ""
|
323 |
"· The jQuery <code>addClass()</code> function is a good way to add "
|
324 |
"the class to the desired links conserving any existing class."
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: lib/admin-tab-galleries.php:45
|
328 |
msgid ""
|
329 |
"· You can use <code>getTitle()</code> in your expression to copy the "
|
330 |
"title attribute from the <code>IMG</code> tag to the <code>A</code> tag, so "
|
331 |
"that FancyBox can show captions."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: lib/admin-tab-galleries.php:47
|
335 |
msgid ""
|
336 |
"· You can use <code>jQuery(thumbnails)</code> like in the example "
|
337 |
"expression to apply FancyBox to thumbnails that link to these extensions: "
|
338 |
"BMP, GIF, JPG, JPEG, PNG (both lowercase and uppercase)."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: lib/admin-tab-galleries.php:49
|
342 |
msgid ""
|
343 |
"· If you want to do it manually you can use something like "
|
344 |
"<code>jQuery(\"a:has(img)[href$='.jpg']\")</code> or whatever works for you."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: lib/admin-tab-galleries.php:51
|
348 |
msgid ""
|
349 |
"See the <a href=\"http://docs.jquery.com/\" target=\"_blank\">jQuery "
|
350 |
"Documentation</a> for more help."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: lib/admin-tab-galleries.php:53
|
354 |
msgid "Examples:"
|
355 |
msgstr ""
|
356 |
|
445 |
msgstr ""
|
446 |
|
447 |
#: lib/admin-tab-other.php:39
|
448 |
+
msgid "Frame Size"
|
449 |
msgstr ""
|
450 |
|
451 |
#: lib/admin-tab-other.php:45
|
452 |
+
msgid "Width in pixels of FancyBox when showing iframe content (default: 560)"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#: lib/admin-tab-other.php:50
|
456 |
+
msgid "Height in pixels of FancyBox when showing iframe content (default: 340)"
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#: lib/admin-tab-other.php:58
|
460 |
+
msgid "Load JavaScript in Footer"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: lib/admin-tab-other.php:64
|
464 |
msgid ""
|
465 |
"Loads JavaScript at the end of the blog's HTML (experimental) (default: off)"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: lib/admin-tab-other.php:67
|
469 |
msgid ""
|
470 |
"This option won't be recognized if you use <strong>Parallel Load</strong> "
|
471 |
"plugin. In that case, you can do this from Parallel Load's options."
|
521 |
"other js framework like mootools, prototype, scriptaculous, etc.)"
|
522 |
msgstr ""
|
523 |
|
|
|
|
|
|
|
|
|
524 |
#: lib/admin-tab-uninstall.php:3
|
525 |
msgid ""
|
526 |
"Like many other plugins, FancyBox for WordPress stores its settings on your "
|
lib/admin-tab-behaviour.php
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
</tr>
|
35 |
|
36 |
<tr valign="top">
|
37 |
-
<th scope="row"><?php _e('Close on Click', 'mfbfw'); ?></th>
|
38 |
<td>
|
39 |
<fieldset>
|
40 |
|
@@ -49,6 +49,20 @@
|
|
49 |
</td>
|
50 |
</tr>
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
<tr valign="top">
|
53 |
<th scope="row"><?php _e('Close with "Esc"', 'mfbfw'); ?></th>
|
54 |
<td>
|
34 |
</tr>
|
35 |
|
36 |
<tr valign="top">
|
37 |
+
<th scope="row"><?php _e('Close on Content Click', 'mfbfw'); ?></th>
|
38 |
<td>
|
39 |
<fieldset>
|
40 |
|
49 |
</td>
|
50 |
</tr>
|
51 |
|
52 |
+
<tr valign="top">
|
53 |
+
<th scope="row"><?php _e('Close on Overlay Click', 'mfbfw'); ?></th>
|
54 |
+
<td>
|
55 |
+
<fieldset>
|
56 |
+
|
57 |
+
<label for="mfbfw_hideOnOverlayClick">
|
58 |
+
<input type="checkbox" name="mfbfw_hideOnOverlayClick" id="mfbfw_hideOnOverlayClick"<?php if ($settings['hideOnOverlayClick']) echo ' checked="yes"';?> />
|
59 |
+
<?php _e('Close FancyBox by clicking on the overlay sorrounding it (default: on)', 'mfbfw'); ?>
|
60 |
+
</label><br /><br />
|
61 |
+
|
62 |
+
</fieldset>
|
63 |
+
</td>
|
64 |
+
</tr>
|
65 |
+
|
66 |
<tr valign="top">
|
67 |
<th scope="row"><?php _e('Close with "Esc"', 'mfbfw'); ?></th>
|
68 |
<td>
|
lib/admin-tab-galleries.php
CHANGED
@@ -5,25 +5,6 @@
|
|
5 |
<table class="form-table" style="clear:none;">
|
6 |
<tbody>
|
7 |
|
8 |
-
<tr valign="top">
|
9 |
-
<th scope="row"><?php _e('Frame Size', 'mfbfw'); ?></th>
|
10 |
-
<td>
|
11 |
-
<fieldset>
|
12 |
-
|
13 |
-
<label for="mfbfw_frameWidth">
|
14 |
-
<input type="text" name="mfbfw_frameWidth" id="mfbfw_frameWidth" value="<?php echo $settings['frameWidth']; ?>" size="4" maxlength="4" />
|
15 |
-
<?php _e('Width in pixels of FancyBox when showing iframe content (default: 560)', 'mfbfw'); ?>
|
16 |
-
</label><br /><br />
|
17 |
-
|
18 |
-
<label for="mfbfw_frameHeight">
|
19 |
-
<input type="text" name="mfbfw_frameHeight" id="mfbfw_frameHeight" value="<?php echo $settings['frameHeight']; ?>" size="4" maxlength="4" />
|
20 |
-
<?php _e('Height in pixels of FancyBox when showing iframe content (default: 340)', 'mfbfw'); ?>
|
21 |
-
</label><br /><br />
|
22 |
-
|
23 |
-
</fieldset>
|
24 |
-
</td>
|
25 |
-
</tr>
|
26 |
-
|
27 |
<tr valign="top">
|
28 |
<th scope="row"><?php _e('Gallery Type', 'mfbfw'); ?></th>
|
29 |
<td>
|
5 |
<table class="form-table" style="clear:none;">
|
6 |
<tbody>
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<tr valign="top">
|
9 |
<th scope="row"><?php _e('Gallery Type', 'mfbfw'); ?></th>
|
10 |
<td>
|
lib/admin-tab-other.php
CHANGED
@@ -35,6 +35,25 @@
|
|
35 |
</td>
|
36 |
</tr>
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
<tr valign="top">
|
39 |
<th scope="row"><?php _e('Load JavaScript in Footer', 'mfbfw'); ?></th>
|
40 |
<td>
|
35 |
</td>
|
36 |
</tr>
|
37 |
|
38 |
+
<tr valign="top">
|
39 |
+
<th scope="row"><?php _e('Frame Size', 'mfbfw'); ?></th>
|
40 |
+
<td>
|
41 |
+
<fieldset>
|
42 |
+
|
43 |
+
<label for="mfbfw_frameWidth">
|
44 |
+
<input type="text" name="mfbfw_frameWidth" id="mfbfw_frameWidth" value="<?php echo $settings['frameWidth']; ?>" size="4" maxlength="4" />
|
45 |
+
<?php _e('Width in pixels of FancyBox when showing iframe content (default: 560)', 'mfbfw'); ?>
|
46 |
+
</label><br /><br />
|
47 |
+
|
48 |
+
<label for="mfbfw_frameHeight">
|
49 |
+
<input type="text" name="mfbfw_frameHeight" id="mfbfw_frameHeight" value="<?php echo $settings['frameHeight']; ?>" size="4" maxlength="4" />
|
50 |
+
<?php _e('Height in pixels of FancyBox when showing iframe content (default: 340)', 'mfbfw'); ?>
|
51 |
+
</label><br /><br />
|
52 |
+
|
53 |
+
</fieldset>
|
54 |
+
</td>
|
55 |
+
</tr>
|
56 |
+
|
57 |
<tr valign="top">
|
58 |
<th scope="row"><?php _e('Load JavaScript in Footer', 'mfbfw'); ?></th>
|
59 |
<td>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.asmallorange.com/extras/donate/?id=10218
|
|
4 |
Tags: fancybox, lightbox, jquery, image, gallery
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 2.8.6
|
7 |
-
Stable tag: 2.7.
|
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... :)
|
10 |
|
@@ -23,11 +23,20 @@ Finally, i have only tested the plugin in WordPress 2.7, so it's very recomended
|
|
23 |
* Shadows not perfect on IE6/7
|
24 |
* Options page doesn't on WordPress MU
|
25 |
|
|
|
|
|
|
|
26 |
|
27 |
== Changelog ==
|
28 |
|
29 |
This changelog is for the WordPress plugin. For the Fancybox main changelog go to its [home page](http://fancy.klade.lv/).
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
= 2.7.0 =
|
32 |
* New: Fancybox v1.2.6 support
|
33 |
* New: New Admin page with tabs for better organization of all the options
|
@@ -158,11 +167,4 @@ To fix this edit the file /themes/mandigo/header.php and remove the line 231:
|
|
158 |
|
159 |
<code><script type="text/javascript" src="<?php echo $dirs['www']['js']; ?>jquery.js"></script></code>
|
160 |
|
161 |
-
After applying this fix everything seems to work perfectly.
|
162 |
-
|
163 |
-
|
164 |
-
== Demo ==
|
165 |
-
|
166 |
-
You can see the plugin working on [my blog](http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/) although there's nothing amazing to see, just a FancyBox simple implementation, that's the point ;)
|
167 |
-
|
168 |
-
You can take a look at the code if you're curious, though. You will find it in the Head section of the page.
|
4 |
Tags: fancybox, lightbox, jquery, image, gallery
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 2.8.6
|
7 |
+
Stable tag: 2.7.1
|
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... :)
|
10 |
|
23 |
* Shadows not perfect on IE6/7
|
24 |
* Options page doesn't on WordPress MU
|
25 |
|
26 |
+
= Demo =
|
27 |
+
|
28 |
+
You can see the plugin working on [my blog](http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/) although there's nothing amazing to see, just a FancyBox simple implementation, that's the point ;) You can take a look at the code if you're curious, though.
|
29 |
|
30 |
== Changelog ==
|
31 |
|
32 |
This changelog is for the WordPress plugin. For the Fancybox main changelog go to its [home page](http://fancy.klade.lv/).
|
33 |
|
34 |
+
= 2.7.1 =
|
35 |
+
* Fixed: Z-index issue was left out in previus release
|
36 |
+
* Fixed: Setting to close fancybox when clicking on the overlay wasn't available in the menu
|
37 |
+
* Fixed: Frame width and height options are now in the "Other" tab
|
38 |
+
* Fixed: Tabs now translated in Spanish localization
|
39 |
+
|
40 |
= 2.7.0 =
|
41 |
* New: Fancybox v1.2.6 support
|
42 |
* New: New Admin page with tabs for better organization of all the options
|
167 |
|
168 |
<code><script type="text/javascript" src="<?php echo $dirs['www']['js']; ?>jquery.js"></script></code>
|
169 |
|
170 |
+
After applying this fix everything seems to work perfectly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|