[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / Menu_langue_lien / Menu_langue_lien / lang / mll_en.php
diff --git a/www/plugins/auto/Menu_langue_lien/Menu_langue_lien/lang/mll_en.php b/www/plugins/auto/Menu_langue_lien/Menu_langue_lien/lang/mll_en.php
new file mode 100644 (file)
index 0000000..4430b03
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/licence/lang/
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // C
+       'cfg_titre_mll' => 'Language menu as links',
+       
+       // E
+       'explication_langues_invisibles' => 'Allows to remove some languages ​​from the menu',
+
+       // L
+       'label_langues_invisibles' => 'Invisible languages in the​​ menu',
+       'label_format' => 'Languages display format',   
+       'label_format_complet' => 'Complete (for instance, Fran&#231;ais)',
+       'label_format_abrege' => 'Shortened (for instance, Fr)',        
+       'label_format_liste' => 'Languages list display format',
+       'label_format_liste_bloc' => 'A block divided by spaces',
+       'label_format_liste_liste' => 'A bulleted list',
+);
+
+?>
\ No newline at end of file