From 1976f1ae3991714041d51ef0f981182049c532a9 Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 11 May 2004 09:59:13 +0000 Subject: [PATCH] Fixing date/time strings for french usage --- lang/fr/moodle.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index f318d78789..3d9642278b 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -799,13 +799,13 @@ $string['startsignup'] = 'Cr $string['state'] = 'Canton, département'; $string['status'] = 'Statuts'; $string['strftimedate'] = '%%d %%B %%Y'; -$string['strftimedayshort'] = '%%A %%B %%d'; +$string['strftimedayshort'] = '%%A %%d %%B'; $string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M'; -$string['strftimedaydate'] = '%%A, %%d %%B %%Y'; -$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M'; +$string['strftimedaydate'] = '%%A %%d %%B %%Y'; +$string['strftimedaydatetime'] = '%%A %%d %%B %%Y, %%H:%%M'; $string['strftimemonthyear'] = '%%B %%Y'; $string['strftimerecent'] = '%%d %%b, %%H:%%M'; -$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%H:%%M'; +$string['strftimerecentfull'] = '%%a %%d.%%b.%%Y, %%H:%%M'; $string['strftimetime'] = '%%H:%%M'; $string['stringsnotset'] = 'Les textes suivants ne sont pas définis dans $a'; $string['studentnotallowed'] = 'Désolé, mais vous ne pouvez entrer dans ce cours en tant que « $a »'; -- 2.39.5