From 202b74945886b65fcf2ff266e6622ee9e007e883 Mon Sep 17 00:00:00 2001 From: Vincent Feltz Date: Wed, 11 Nov 2009 22:00:40 +0100 Subject: French language update Ignore-this: 26c7a4e463f9cd3cf86bbfd1c69491f2 darcs-hash:20091111210040-5b4a8-ba98714b8c1201af7b575619c2a7964b4b50b908.gz --- inc/lang/fr/lang.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'inc') 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 * @author Erik Pedersen * @author olivier duperray + * @author Vincent Feltz */ $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 %s. Vous pouvez aussi voir les récentes modifications sur tout le wiki.'; +$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)'; -- cgit v1.2.3