[SPIP] ~maj v2.1.25-->2.1.26
[velocampus/web/www.git] / www / plugins / auto / afficher_objets / lang / afficher_objets_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/_plugins_/afficher_objets/lang/
4 if (!defined('_ECRIRE_INC_VERSION')) return;
5
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7
8 // I
9 'info_statut' => 'Statut',
10
11 // N
12 'nb_articles' => '@nb@ articles',
13
14 // R
15 'rang' => 'Rang'
16 );
17
18 ?>