[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / afficher_objets / lang / afficher_objets_fr.php
diff --git a/www/plugins/auto/afficher_objets/lang/afficher_objets_fr.php b/www/plugins/auto/afficher_objets/lang/afficher_objets_fr.php
new file mode 100644 (file)
index 0000000..a541ede
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/afficher_objets/lang/
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // I
+       'info_statut' => 'Statut',
+
+       // N
+       'nb_articles' => '@nb@ articles',
+
+       // R
+       'rang' => 'Rang'
+);
+
+?>