From: coolbit Date: Sat, 18 Jan 2003 14:20:22 +0000 (+0000) Subject: update date formats X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=319aa493060fa65ac40c9a0ee8c2836398878a5a;p=moodle.git update date formats --- diff --git a/lang/zh_cn/moodle.php b/lang/zh_cn/moodle.php index 88dbbd1d9c..4c0c550e4b 100755 --- a/lang/zh_cn/moodle.php +++ b/lang/zh_cn/moodle.php @@ -417,13 +417,21 @@ $string['someerrorswerefound'] = " $string['startdate'] = "¿Î³Ì¿ªÊ¼ÈÕÆÚ"; $string['startsignup'] = "ÏÖÔÚ¾ÍÒÔÉêÇëÒ»¸öÐÂÕʺſªÊ¼°É£¡"; $string['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'] = "%%d %%B %%Y"; +$string['strftimedate'] = "%%YÄê %%mÔ %%dÈÕ"; +#$string['strftimedateshort'] = "%%d %%B"; +$string['strftimedateshort'] = "%%mÔ %%dÈÕ"; +#$string['strftimedatetime'] = "%%d %%B %%Y, %%I:%%M %%p"; +$string['strftimedatetime'] = "%%YÄê %%mÔ %%dÈÕ£¬%%I:%%M %%p"; +#$string['strftimedaydate'] = "%%A, %%d %%B %%Y"; +$string['strftimedaydate'] = "%%A£¬%%YÄê %%mÔ %%dÈÕ"; +#$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%I:%%M %%p"; +$string['strftimedaydatetime'] = "%%A£¬%%YÄê %%mÔ %%dÈÕ£¬%%I:%%M %%p"; +#$string['strftimerecent'] = "%%d %%b, %%H:%%M"; +$string['strftimerecent'] = "%%mÔ %%dÈÕ£¬%%H:%%M"; +#$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%I:%%M %%p"; +$string['strftimerecentfull'] = "%%a£¬%%YÄê %%mÔ %%dÈÕ, %%I:%%M %%p"; +#$string['strftimetime'] = "%%I:%%M %%p"; $string['strftimetime'] = "%%I:%%M %%p"; $string['stringsnotset'] = "ÒÔÏÂ×Ö´®ÔÚ \$a ÖÐûÓж¨Òå"; $string['studentnotallowed'] = "±§Ç¸£¬Äã×÷Ϊ'\$a'²»ÄܽøÈë¸Ã¿Î³Ì";