Files
luos/gulliver/js/widgets/js-calendar/lang/cn.js
Victor Saisa Lopez 59e37602d6 BUG 11060 "Date time picker con hora habilitado no..." SOLVED
- Date time picker con hora habilitado no funciona apropiadamente (bug 11060)
- El Datepicker no se muestra de manera correcta (bug 11225)
- Solved problem, with reference to bug 11060, added button "Done" when time is displayed
- Solved problem, with reference to bug 11225
* Available from version ProcessMaker-2.5.1-testing.2
2013-05-24 13:28:49 -04:00

16 lines
852 B
JavaScript
Executable File

if (typeof Calendar!='undefined' ) {
Calendar.LANG("cn", "中文", {
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday: "今天",
today: "今天", // appears in bottom bar
wk: "周",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "AM",
PM: "PM",
mn : [ "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
smn : [ "一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],
dn : [ "日", "一", "二", "三", "四", "五", "六", "日" ],
sdn : [ "日", "一", "二", "三", "四", "五", "六", "日" ],
done: "完成" //Appears in bottom bar
});
}