mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Fixed international display of timezones using string 'strftimedaytime'
http://moodle.org/mod/forum/discuss.php?d=11510
This commit is contained in:
parent
f754063e90
commit
87a17510cd
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue