[PLUGINS] +multilangue
[ptitvelo/web/www.git] / www / plugins / multilang / lang / paquet-multilang_en.php
diff --git a/www/plugins/multilang/lang/paquet-multilang_en.php b/www/plugins/multilang/lang/paquet-multilang_en.php
new file mode 100644 (file)
index 0000000..b0b4075
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-multilang?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // M
+       'multilang_description' => 'This plugin adds a language menu like <code>[fr] [en] [it]</code> at the top of each form, depending on the language selected in the site configuration.',
+       'multilang_slogan' => 'Control the display of the contents of multi tags with a language menu'
+);
+
+?>