[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mediabox / lang / mediabox_fr_fem.php
index e1e76de..0719c94 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/mediabox?lang_cible=fr_fem
 // ** 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' => 'Temps d’exposition des photos du diaporama (ms)',
        'label_speed' => 'Vitesse de transition (ms)',
        'label_splash' => 'Splash Boîte',
+       'label_splash_height' => 'Hauteur (% ou px)',
        'label_splash_url' => 'URL à afficher',
+       'label_splash_width' => 'Largeur (% ou px)',
        'label_traiter_toutes_images' => 'Images',
        'label_transition' => 'Transition entre deux affichages',
 
@@ -49,5 +53,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_menu_box' => 'Boîte Multimédia',
        'titre_page_configurer_box' => 'Configuration de la Boîte multimédia'
 );
-
-?>