egroupware/phpgwapi/js/tiny_mce/plugins/insertdatetime/langs/ja_utf-8.js
2006-08-21 19:26:21 +00:00

13 lines
708 B
JavaScript
Executable File

// Japanese utf-8 lang variables
tinyMCE.addToLang('',{
insertdate_def_fmt : '%Y-%m-%d',
inserttime_def_fmt : '%H:%M:%S',
insertdate_desc : '日付を挿入',
inserttime_desc : '時間を挿入',
inserttime_months_long : new Array("1月", "2月, "3", "4", "5, "6月", "7月", "8月", "9月", "10月", "11月", "12月"),
inserttime_months_short : new Array("1月", "2月, "3", "4", "5, "6月", "7月", "8月", "9月", "10月", "11月", "12月"),
inserttime_day_long : new Array("日曜日", "月曜日, "火曜日", "水曜日", "木曜日", "金曜日", "土曜日", "日曜日"),
inserttime_day_short : new Array("", "", "", "", "", "", "", "")
});