[SPIP] ~maj v2.1.25-->2.1.26
[velocampus/web/www.git] / www / plugins / auto / afficher_objets / lang / afficher_objets_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.org
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // I
11 'info_statut' => 'Status',
12
13 // N
14 'nb_articles' => '@nb@ articles',
15
16 // R
17 'rang' => 'Rank'
18 );
19
20 ?>