]> git.mjollnir.org Git - moodle.git/commitdiff
update date formats
authorcoolbit <coolbit>
Sat, 18 Jan 2003 14:20:22 +0000 (14:20 +0000)
committercoolbit <coolbit>
Sat, 18 Jan 2003 14:20:22 +0000 (14:20 +0000)
lang/zh_cn/moodle.php

index 88dbbd1d9c373196f73539522d6a7acf80ffafa0..4c0c550e4b36aa6b8df330d171216add4c26df41 100755 (executable)
@@ -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'²»ÄܽøÈë¸Ã¿Î³Ì";