[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / plan / lang / paquet-plan_fr.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/_core_/plugins/plan/lang/
4 if (!defined('_ECRIRE_INC_VERSION')) {
5 return;
6 }
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // P
11 '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.
12 ',
13 'plan_nom' => 'Plan du site dans l’espace privé',
14 'plan_slogan' => 'Améliore la page plan du site de l’espace privé'
15 );