summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorVincent Feltz <psycho@feltzv.fr>2009-11-11 22:00:40 +0100
committerVincent Feltz <psycho@feltzv.fr>2009-11-11 22:00:40 +0100
commit202b74945886b65fcf2ff266e6622ee9e007e883 (patch)
tree64740e76cbc6b212db8fbbd95edd723eba415d64 /inc
parentd4e9d5c7d1ec74172b46a130352a41765f1fec6a (diff)
downloadrpg-202b74945886b65fcf2ff266e6622ee9e007e883.tar.gz
rpg-202b74945886b65fcf2ff266e6622ee9e007e883.tar.bz2
French language update
Ignore-this: 26c7a4e463f9cd3cf86bbfd1c69491f2 darcs-hash:20091111210040-5b4a8-ba98714b8c1201af7b575619c2a7964b4b50b908.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/lang/fr/lang.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php
index d4e032c51..2f401efa3 100644
--- a/inc/lang/fr/lang.php
+++ b/inc/lang/fr/lang.php
@@ -17,6 +17,7 @@
* @author Guillaume Turri <guillaume.turri@gmail.com>
* @author Erik Pedersen <erik.pedersen@shaw.ca>
* @author olivier duperray <duperray.olivier@laposte.net>
+ * @author Vincent Feltz <psycho@feltzv.fr>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -248,3 +249,10 @@ $lang['mu_filetypes'] = 'Types de fichiers acceptés';
$lang['mu_info'] = 'fichiers envoyés.';
$lang['mu_lasterr'] = 'Dernière erreur : ';
$lang['recent_global'] = 'Vous êtes actuellement en train de regarder les modifications au sein du namespace <b>%s</b>. Vous pouvez aussi <a href="%s">voir les récentes modifications sur tout le wiki</a>.';
+$lang['years'] = 'il y a %d an(s)';
+$lang['months'] = 'il y a %d mois';
+$lang['weeks'] = 'il y a %d semaine(s)';
+$lang['days'] = 'il y a %d jour(s)';
+$lang['hours'] = 'il y a %d heure(s)';
+$lang['minutes'] = 'il y a %d minute(s)';
+$lang['seconds'] = 'il y a %d seconde(s)';