[PLUGINS] ~maj globale
[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')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // C
13 'cfg_titre_mll' => 'Language menu as links',
14
15 // E
16 'explication_langues_invisibles' => 'Allows to remove some languages ​​from the menu',
17 'explication_separateur' => 'Text used to divide the languages in the menu',
18
19 // L
20 'label_format' => 'Languages display format',
21 'label_format_abrege' => 'Shortened (for instance, Fr)',
22 'label_format_complet' => 'Complete (for instance, Français)',
23 'label_format_liste' => 'Languages list display format',
24 'label_format_liste_bloc' => 'A block divided by spaces',
25 'label_format_liste_liste' => 'A bulleted list',
26 'label_langues_invisibles' => 'Invisible languages in the​​ menu',
27 'label_separateur' => 'Language divider'
28 );