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:
defacer 2005-02-17 23:00:35 +00:00
parent 8a86671c37
commit 4694488110

View file

@ -957,17 +957,17 @@ $string['startdate'] = 'Course start date';
$string['startsignup'] = 'Start now by creating a new account!'; $string['startsignup'] = 'Start now by creating a new account!';
$string['state'] = 'State/Province'; $string['state'] = 'State/Province';
$string['status'] = 'Status'; $string['status'] = 'Status';
$string['strftimedate'] = '%%d %%B %%Y'; $string['strftimedate'] = '#j F Y';
$string['strftimedateshort'] = '%%d %%B'; $string['strftimedateshort'] = '#j F';
$string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p'; $string['strftimedatetime'] = '#j F Y, h:i A';
$string['strftimedaydate'] = '%%A, %%d %%B %%Y'; $string['strftimedaydate'] = '#l, j F Y';
$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p'; $string['strftimedaydatetime'] = '#l, j F Y, h:i A';
$string['strftimedayshort'] = '#l, j F'; $string['strftimedayshort'] = '#l, j F';
$string['strftimedaytime'] = '%%a, %%H:%%M'; $string['strftimedaytime'] = '#D, H:i';
$string['strftimemonthyear'] = '%%B %%Y'; $string['strftimemonthyear'] = '#F Y';
$string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecent'] = '#j M, H:i';
$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p'; $string['strftimerecentfull'] = '#D, j M Y, h:i A';
$string['strftimetime'] = '%%I:%%M %%p'; $string['strftimetime'] = '#h:i A';
$string['stringsnotset'] = 'The following strings are not defined in $a'; $string['stringsnotset'] = 'The following strings are not defined in $a';
$string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\''; $string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\'';
$string['students'] = 'Students'; $string['students'] = 'Students';