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
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/ja_euc-jp.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/ja_euc-jp.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Japanese euc variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
iespell_desc : 'スペルチェックをする',
|
||||
iespell_download : "スペルチェックがない. OKをクリックすれば、ダウンロードへ行く."
|
||||
});
|
||||
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/ja_shift_jis.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/ja_shift_jis.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Japanese shif_jis variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
iespell_desc : 'スペルチェックをする',
|
||||
iespell_download : "スペルチェックがない. OKをクリックすれば、ダウンロードへ行く."
|
||||
});
|
||||
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/ja_utf-8.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/ja_utf-8.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Japanese utf-8 variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
iespell_desc : 'スペルチェックをする',
|
||||
iespell_download : "スペルチェックがない. OKをクリックすれば、ダウンロードへ行く."
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue