[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / aide / lang / paquet-aide_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/aide/lang/
4 if (!defined('_ECRIRE_INC_VERSION')) {
5 return;
6 }
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // A
11 'aide_description' => 'Ce plugin permet d’inclure dans SPIP une aide contextuelle repérée par un icone. Cette aide peut-être étendue aussi aux plugins.',
12 'aide_nom' => 'Aide SPIP',
13 'aide_slogan' => 'Aide en ligne de SPIP'
14 );