upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
dd804d81d0
commit
4206167c57
30 changed files with 454 additions and 0 deletions
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/insertdatetime/langs/ja_euc-jp.js
vendored
Executable file
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/insertdatetime/langs/ja_euc-jp.js
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
// Japanese euc 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("日", "月", "火", "水", "木", "金", "土", "日")
|
||||
});
|
||||
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/insertdatetime/langs/ja_shift_jis.js
vendored
Executable file
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/insertdatetime/langs/ja_shift_jis.js
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
// Japanese shift_jis 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("日", "月", "火", "水", "木", "金", "土", "日")
|
||||
});
|
||||
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/insertdatetime/langs/ja_utf-8.js
vendored
Executable file
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/insertdatetime/langs/ja_utf-8.js
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
// 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("日", "月", "火", "水", "木", "金", "土", "日")
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue