From: moodler Date: Mon, 10 May 2004 17:17:48 +0000 (+0000) Subject: Fixed Yankee ordering of month, day X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e1753dcffef2d7bc0b4b674823da6cb2bc557705;p=moodle.git Fixed Yankee ordering of month, day --- diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 5b90ae96fe..2e4bd66583 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -720,13 +720,14 @@ $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['strftimerecent'] = '%%d %%b, %%H:%%M'; -$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p'; +$string['strftimedate'] = '%%B %%d %%Y'; +$string['strftimedateshort'] = '%%B %%d'; +$string['strftimedatetime'] = '%%B %%d, %%Y, %%I:%%M %%p'; +$string['strftimedaydate'] = '%%A, %%B %%d, %%Y'; +$string['strftimedaydatetime'] = '%%A, %%B %%d, %%Y, %%I:%%M %%p'; +$string['strftimedayshort'] = '%%A, %%B %%d'; +$string['strftimerecent'] = '%%b %%d, %%H:%%M'; +$string['strftimerecentfull'] = '%%a, %%b %%d, %%Y, %%I:%%M %%p'; $string['strftimetime'] = '%%I:%%M %%p'; $string['stringsnotset'] = 'The following strings are not defined in $a'; $string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\'';