[SPIP] ~maj v2.1.25-->2.1.26
[velocampus/web/www.git] / www / plugins / auto / Menu_langue_lien / Menu_langue_lien / lang / mll_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/licence/lang/
4 if (!defined('_ECRIRE_INC_VERSION')) return;
5
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7
8 // C
9 'cfg_titre_mll' => 'Language menu as links',
10
11 // E
12 'explication_langues_invisibles' => 'Allows to remove some languages ​​from the menu',
13
14 // L
15 'label_langues_invisibles' => 'Invisible languages in the​​ menu',
16 'label_format' => 'Languages display format',
17 'label_format_complet' => 'Complete (for instance, Fran&#231;ais)',
18 'label_format_abrege' => 'Shortened (for instance, Fr)',
19 'label_format_liste' => 'Languages list display format',
20 'label_format_liste_bloc' => 'A block divided by spaces',
21 'label_format_liste_liste' => 'A bulleted list',
22 );
23
24 ?>