From 87a17510cdd7ae39acfdc8c34862f19b4097ef7f Mon Sep 17 00:00:00 2001 From: martignoni Date: Wed, 25 Aug 2004 13:08:04 +0000 Subject: [PATCH] Fixed international display of timezones using string 'strftimedaytime' http://moodle.org/mod/forum/discuss.php?d=11510 --- lang/fr/moodle.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5