[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / plan / lang / paquet-plan_fr.php
diff --git a/www/plugins-dist/plan/lang/paquet-plan_fr.php b/www/plugins-dist/plan/lang/paquet-plan_fr.php
new file mode 100644 (file)
index 0000000..c715af5
--- /dev/null
@@ -0,0 +1,15 @@
+<?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/_core_/plugins/plan/lang/
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // P
+       'plan_description' => 'Ce plugin améliore la page « Plan du site » de l’espace privé en affichant une structure dépliable et en permettant de filtrer par statut d’articles.
+',
+       'plan_nom' => 'Plan du site dans l’espace privé',
+       'plan_slogan' => 'Améliore la page plan du site de l’espace privé'
+);