summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/fr
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/fr')
-rw-r--r--platform/www/lib/plugins/blog/lang/fr/lang.php32
-rw-r--r--platform/www/lib/plugins/blog/lang/fr/settings.php29
2 files changed, 61 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';
diff --git a/platform/www/lib/plugins/blog/lang/fr/settings.php b/platform/www/lib/plugins/blog/lang/fr/settings.php
new file mode 100644
index 0000000..21902e6
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/fr/settings.php
@@ -0,0 +1,29 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Stanislas Reltgen <stanislas@reltgen.net>
+ * @author Florent Chabaud <fchabaud@free.fr>
+ * @author Nicolas Friedli <nicolas@theologique.ch>
+ */
+$lang['namespace'] = 'espace de nom par défaut pour le blog';
+$lang['formposition'] = 'position du formulaire de saisie de nouveau billet';
+$lang['formposition_o_top'] = 'haut';
+$lang['formposition_o_bottom'] = 'bas';
+$lang['formposition_o_none'] = 'aucun';
+$lang['newentrytitle'] = 'titre de la nouvelle entrée de formulaire';
+$lang['dateprefix'] = 'date préfixant les IDs des nouveaux billets';
+$lang['sortkey'] = 'trier les billets du blog par:';
+$lang['sortkey_o_cdate'] = 'date de création';
+$lang['sortkey_o_mdate'] = 'date de modification';
+$lang['sortkey_o_pagename'] = 'nom de la page';
+$lang['sortkey_o_id'] = 'ID de la page';
+$lang['sortkey_o_title'] = 'titre';
+$lang['sortorder'] = 'ordre de tri';
+$lang['sortorder_o_ascending'] = 'croissant';
+$lang['sortorder_o_descending'] = 'décroissant';
+$lang['excluded_pages'] = 'exclure certaines pages des archives du blog (expression régulière requise)';
+$lang['showhistogram'] = 'Afficher l\'histogramme du rendu des archives';
+$lang['max_months'] = 'Nombre maximal de mois à représenter dans l\'histogramme';
+$lang['histogram_height'] = 'Hauteur de l\'histogramme (en pixels)';