X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Flang%2Fmediabox_fr_fem.php;h=0719c942bedc061e4e444e6d635e5d419b583726;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=e1e76de2e09f6cfc835e27c93767de5cd3daa2c8;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/mediabox/lang/mediabox_fr_fem.php b/www/plugins-dist/mediabox/lang/mediabox_fr_fem.php index e1e76de2..0719c942 100644 --- a/www/plugins-dist/mediabox/lang/mediabox_fr_fem.php +++ b/www/plugins-dist/mediabox/lang/mediabox_fr_fem.php @@ -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' ); - -?>