mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
English time format strings changed to new style.
We should now be changing these accordingly in ALL the language packs.
This commit is contained in:
parent
8a86671c37
commit
4694488110
1 changed files with 10 additions and 10 deletions
|
@ -957,17 +957,17 @@ $string['startdate'] = 'Course start date';
|
|||
$string['startsignup'] = 'Start now by creating a new account!';
|
||||
$string['state'] = 'State/Province';
|
||||
$string['status'] = 'Status';
|
||||
$string['strftimedate'] = '%%d %%B %%Y';
|
||||
$string['strftimedateshort'] = '%%d %%B';
|
||||
$string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p';
|
||||
$string['strftimedaydate'] = '%%A, %%d %%B %%Y';
|
||||
$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p';
|
||||
$string['strftimedate'] = '#j F Y';
|
||||
$string['strftimedateshort'] = '#j F';
|
||||
$string['strftimedatetime'] = '#j F Y, h:i A';
|
||||
$string['strftimedaydate'] = '#l, j F Y';
|
||||
$string['strftimedaydatetime'] = '#l, j F Y, h:i A';
|
||||
$string['strftimedayshort'] = '#l, j F';
|
||||
$string['strftimedaytime'] = '%%a, %%H:%%M';
|
||||
$string['strftimemonthyear'] = '%%B %%Y';
|
||||
$string['strftimerecent'] = '%%d %%b, %%H:%%M';
|
||||
$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p';
|
||||
$string['strftimetime'] = '%%I:%%M %%p';
|
||||
$string['strftimedaytime'] = '#D, H:i';
|
||||
$string['strftimemonthyear'] = '#F Y';
|
||||
$string['strftimerecent'] = '#j M, H:i';
|
||||
$string['strftimerecentfull'] = '#D, j M Y, h:i A';
|
||||
$string['strftimetime'] = '#h:i A';
|
||||
$string['stringsnotset'] = 'The following strings are not defined in $a';
|
||||
$string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\'';
|
||||
$string['students'] = 'Students';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue