[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / Menu_langue_lien / lang / mll_en.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=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // C
11 'cfg_titre_mll' => 'Language menu as links',
12
13 // E
14 'explication_langues_invisibles' => 'Allows to remove some languages ​​from the menu',
15
16 // L
17 'label_format' => 'Languages display format',
18 'label_format_abrege' => 'Shortened (for instance, Fr)',
19 'label_format_complet' => 'Complete (for instance, Français)',
20 'label_format_liste' => 'Languages list display format',
21 'label_format_liste_bloc' => 'A block divided by spaces',
22 'label_format_liste_liste' => 'A bulleted list',
23 'label_langues_invisibles' => 'Invisible languages in the​​ menu'
24 );
25
26 ?>