[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / Menu_langue_lien / lang / mll_es.php
index 7264cf4..ab843cb 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/mll?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(
 
@@ -18,9 +20,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_format_abrege' => 'Abreviado (por ejemplo, Es)',
        'label_format_complet' => 'Completo (por ejemplo, Español)',
        'label_format_liste' => 'Formato de la lista de idiomas',
-       'label_format_liste_bloc' => 'Bloque separado por espacios',
+       'label_format_liste_bloc' => 'Bloque separado por espacios', # MODIF
        'label_format_liste_liste' => 'Lista por viñetas',
        'label_langues_invisibles' => 'Idiomas invisibles del menú'
 );
-
-?>