summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/fr/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/fr/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/fr/lang.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/fr/lang.php b/platform/www/lib/plugins/blog/lang/fr/lang.php
new file mode 100644
index 0000000..c786d5f
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/fr/lang.php
@@ -0,0 +1,32 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Damien Raude-Morvan <drazzib@drazzib.com>
+ * @author Stanislas Reltgen <stanislas@reltgen.net>
+ * @author Florent Chabaud <fchabaud@free.fr>
+ */
+$lang['blog'] = 'Blog';
+$lang['older'] = 'Anciens billets';
+$lang['newer'] = 'Billets récents';
+$lang['newentry'] = 'Nouveau billet :';
+$lang['missing_includeplugin'] = 'Le module "include" doit être installé pour que le module "blog" puisse fonctionner.';
+$lang['missing_pagelistplugin'] = 'Le module "pagelist" doit être installé pour que les archives puissent fonctionner.';
+$lang['missing_tagplugin'] = 'Le module "tag" doit être installé pour pouvoir en bénéficier dans le module "blog".';
+$lang['autoarchive'] = '%1$d billet(s) pour %2$s %3$s';
+$lang['month_01'] = 'janvier';
+$lang['month_02'] = 'février';
+$lang['month_03'] = 'mars';
+$lang['month_04'] = 'avril';
+$lang['month_05'] = 'mai';
+$lang['month_06'] = 'juin';
+$lang['month_07'] = 'juillet';
+$lang['month_08'] = 'août';
+$lang['month_09'] = 'septembre';
+$lang['month_10'] = 'octobre';
+$lang['month_11'] = 'novembre';
+$lang['month_12'] = 'décembre';
+$lang['entries'] = 'billets';
+$lang['entry'] = 'billet';
+$lang['archive_title'] = 'Historique du blog';