From: martignoni Date: Mon, 23 Aug 2004 16:39:44 +0000 (+0000) Subject: Correction in 'strftimerecentfull' date format X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6d708520fe74d806a27d43f1536843557615cc0c;p=moodle.git Correction in 'strftimerecentfull' date format --- diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index 75f8a99645..73074c424f 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -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 »';