._TT["SEL_DATE"] = "\u9078\u64c7\u65e5\u671f";
Calendar._TT["DRAG_TO_MOVE"] = "\u62d6\u62c9";
Calendar._TT["PART_TODAY"] = " (\u4eca\u5929)";
// the following is to inform that "%s" is to be the first
//day of week
// %s will be replaced with the day name.
Calendar._TT["DAY_FIRST"] =
"%s\u70ba\u672c\u5468\u7b2c\u4e00\u5929";
// This may be locale-dependent. It specifies the week-end
//days, as an array
// of comma-separated numbers. The numbers are from 0 to 6:
//0 means Sunday, 1
// means Monday, etc.
Calendar._TT["WEEKEND"] = "0,6";
Calendar._TT["CLOSE"] = "\u95dc\u9589";
Calendar._TT["TODAY"] = "\u4eca\u5929";
Calendar._TT["TIME_PART"] =
"(\u6309\u4f4fShift\u9375)\u55ae\u64ca\u6216\u62d6\u62c9\u6539\u8b8a\u503c";
// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e\u65e5";
Calendar._TT["WK"] = "\u5468";
Calendar._TT["TIME"] = "\u6642\u9593:";
保存以后,重新执行自己工程的ant脚本,这个文件就会从OX目录自动复制到自己的工程中,并打包了。
相关阅读: