From: martignoni <martignoni> Date: Wed, 25 Aug 2004 13:08:04 +0000 (+0000) Subject: Fixed international display of timezones using string 'strftimedaytime' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=87a17510cdd7ae39acfdc8c34862f19b4097ef7f;p=moodle.git Fixed international display of timezones using string 'strftimedaytime' http://moodle.org/mod/forum/discuss.php?d=11510 --- diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index d2e60d15af..bbf5afa66a 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -893,6 +893,7 @@ $string['strftimedateshort'] = '%%d %%B'; $string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M'; $string['strftimedaydate'] = '%%A %%d %%B %%Y'; $string['strftimedaydatetime'] = '%%A %%d %%B %%Y, %%H:%%M'; +$string['strftimedaytime'] = '%%a, %%H:%%M'; $string['strftimemonthyear'] = '%%B %%Y'; $string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecentfull'] = '%%a %%d %%b %%Y, %%H:%%M';