Fixed international display of timezones using string 'strftimedaytime'

http://moodle.org/mod/forum/discuss.php?d=11510
This commit is contained in:
martignoni 2004-08-25 13:08:04 +00:00
parent f754063e90
commit 87a17510cd

View file

@ -893,6 +893,7 @@ $string['strftimedateshort'] = '%%d %%B';
$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M'; $string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';
$string['strftimedaydate'] = '%%A %%d %%B %%Y'; $string['strftimedaydate'] = '%%A %%d %%B %%Y';
$string['strftimedaydatetime'] = '%%A %%d %%B %%Y, %%H:%%M'; $string['strftimedaydatetime'] = '%%A %%d %%B %%Y, %%H:%%M';
$string['strftimedaytime'] = '%%a, %%H:%%M';
$string['strftimemonthyear'] = '%%B %%Y'; $string['strftimemonthyear'] = '%%B %%Y';
$string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecent'] = '%%d %%b, %%H:%%M';
$string['strftimerecentfull'] = '%%a %%d %%b %%Y, %%H:%%M'; $string['strftimerecentfull'] = '%%a %%d %%b %%Y, %%H:%%M';