c759efab6947c5ec373c8b34d826f8e7d50ef63f
[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 'explication_separateur' => 'Text used to divide the languages in the menu',
16
17 // L
18 'label_format' => 'Languages display format',
19 'label_format_abrege' => 'Shortened (for instance, Fr)',
20 'label_format_complet' => 'Complete (for instance, Français)',
21 'label_format_liste' => 'Languages list display format',
22 'label_format_liste_bloc' => 'A block divided by spaces',
23 'label_format_liste_liste' => 'A bulleted list',
24 'label_langues_invisibles' => 'Invisible languages in the​​ menu',
25 'label_separateur' => 'Language divider'
26 );
27
28 ?>