mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
14 lines
895 B
JavaScript
Executable File
14 lines
895 B
JavaScript
Executable File
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
|
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
|
|
|
tinyMCE.addToLang('',{
|
|
insertdate_def_fmt : '%Y-%m-%d',
|
|
inserttime_def_fmt : '%H:%M:%S',
|
|
insertdate_desc : '插入当前日期',
|
|
inserttime_desc : '插入当前时间',
|
|
inserttime_months_long : new Array("一月份", "二月份", "三月份", "四月份", "五月份", "六月份", "七月份", "八月份", "九月份", "十月份", "十一月份", "十二月份"),
|
|
inserttime_months_short : new Array("一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"),
|
|
inserttime_day_long : new Array("星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"),
|
|
inserttime_day_short : new Array("星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日")
|
|
});
|