Line | |
---|
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/_plugins_/notation/trunk/lang |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // N |
---|
11 | 'notation_description' => 'Définition de la balise <code>#FORMULAIRE_NOTATION</code> permettant la saisie et l’affichage de la note d’un élément de boucle. |
---|
12 | _ Définition des modèles <code><autxx|notation|id_article=yy></code> qui donne la note de l’auteur <i>xx</i> pour l’article <i>yy</i> |
---|
13 | et <code><notation|topten></code> qui donne les 10 meilleurs articles.', |
---|
14 | 'notation_nom' => 'Notation', |
---|
15 | 'notation_slogan' => 'Attribuer une note aux éléments de SPIP' |
---|
16 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.