[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / Menu_langue_lien / lang / mll_es.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mll?lang_cible=es
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // C
13 'cfg_titre_mll' => 'Menú de idiomas en forma de enlaces',
14
15 // E
16 'explication_langues_invisibles' => 'Permite quitar algunos idiomas del menú',
17
18 // L
19 'label_format' => 'Formato de visualización de los idiomas',
20 'label_format_abrege' => 'Abreviado (por ejemplo, Es)',
21 'label_format_complet' => 'Completo (por ejemplo, Español)',
22 'label_format_liste' => 'Formato de la lista de idiomas',
23 'label_format_liste_bloc' => 'Bloque separado por espacios', # MODIF
24 'label_format_liste_liste' => 'Lista por viñetas',
25 'label_langues_invisibles' => 'Idiomas invisibles del menú'
26 );