]> git.mjollnir.org Git - moodle.git/commitdiff
Correction in 'strftimerecentfull' date format
authormartignoni <martignoni>
Mon, 23 Aug 2004 16:39:44 +0000 (16:39 +0000)
committermartignoni <martignoni>
Mon, 23 Aug 2004 16:39:44 +0000 (16:39 +0000)
lang/fr/moodle.php

index 75f8a99645b035dbf95b3ffbd97632e0b20e1c70..73074c424faaaf125228379b3ff042f6b95ba9b8 100644 (file)
@@ -894,7 +894,7 @@ $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 »';