[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / Menu_langue_lien / lang / mll_en.php
index 6e08135..9a737b7 100755 (executable)
@@ -1,9 +1,11 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
-// extrait automatiquement de http://trad.spip.net/tradlang_module/mll?lang_cible=en
+// extrait automatiquement de https://trad.spip.net/tradlang_module/mll?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -12,6 +14,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // E
        'explication_langues_invisibles' => 'Allows to remove some languages ​​from the menu',
+       'explication_separateur' => 'Text used to divide the languages in the menu',
 
        // L
        'label_format' => 'Languages display format',
@@ -20,7 +23,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_format_liste' => 'Languages list display format',
        'label_format_liste_bloc' => 'A block divided by spaces',
        'label_format_liste_liste' => 'A bulleted list',
-       'label_langues_invisibles' => 'Invisible languages in the​​ menu'
+       'label_langues_invisibles' => 'Invisible languages in the​​ menu',
+       'label_separateur' => 'Language divider'
 );
-
-?>