]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing date/time strings for french usage
authormartignoni <martignoni>
Tue, 11 May 2004 09:59:13 +0000 (09:59 +0000)
committermartignoni <martignoni>
Tue, 11 May 2004 09:59:13 +0000 (09:59 +0000)
lang/fr/moodle.php

index f318d787897ef2a11d1637beab2643c369a75a29..3d9642278b3f1776c5a30b75c035c7cbc3ddd534 100644 (file)
@@ -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 »';