[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mediabox / lang / mediabox_en.php
index c26225b..d9ec291 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/mediabox?lang_cible=en
 // ** 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' => 'Exhibition time of the slideshow images (ms)',
        'label_speed' => 'Transition speed (ms)',
        'label_splash' => 'Splash Box',
+       'label_splash_height' => 'Height (% or px)',
        'label_splash_url' => 'URL to display',
+       'label_splash_width' => 'Width (% or px)',
        'label_traiter_toutes_images' => 'Pictures',
        'label_transition' => 'Transition between two views',
 
@@ -49,5 +53,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_menu_box' => 'Media Box',
        'titre_page_configurer_box' => 'Configuration of the Media box'
 );
-
-?>