X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Flang%2Fmediabox_es.php;h=20d71cad48f9ce86378c9e3c49ee44753695916a;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=16fc9ea7cc0f437f15e33928964e41abd11606ad;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/mediabox/lang/mediabox_es.php b/www/plugins-dist/mediabox/lang/mediabox_es.php index 16fc9ea7..20d71cad 100644 --- a/www/plugins-dist/mediabox/lang/mediabox_es.php +++ b/www/plugins-dist/mediabox/lang/mediabox_es.php @@ -3,7 +3,9 @@ // extrait automatiquement de https://trad.spip.net/tradlang_module/mediabox?lang_cible=es // ** ne pas modifier le fichier ** -if (!defined('_ECRIRE_INC_VERSION')) return; +if (!defined('_ECRIRE_INC_VERSION')) { + return; +} $GLOBALS[$GLOBALS['idx_lang']] = array( @@ -41,7 +43,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'label_slideshow_speed' => 'Duración de las diapositivas (ms)', 'label_speed' => 'Velocidad de transición (ms)', 'label_splash' => 'Caja Splash', + 'label_splash_height' => 'Alto (% o px)', 'label_splash_url' => 'URL del contenido', + 'label_splash_width' => 'Ancho (% o px)', 'label_traiter_toutes_images' => 'Imágenes', 'label_transition' => 'Efecto de transición', @@ -49,5 +53,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'titre_menu_box' => 'Caja Multimedia', 'titre_page_configurer_box' => 'Configuracíon de la caja multimedia' ); - -?>