upgrading to tinymce 2.0.6.1

This commit is contained in:
JT Smith 2006-06-23 18:29:19 +00:00
parent dd804d81d0
commit 4206167c57
30 changed files with 454 additions and 0 deletions

View file

@ -0,0 +1,7 @@
// Japanese euc variables
tinyMCE.addToLang('',{
iespell_desc : 'スペルチェックをする',
iespell_download : "スペルチェックがない. OKをクリックすれば、ダウンロードへ行く."
});

View file

@ -0,0 +1,7 @@
// Japanese shif_jis variables
tinyMCE.addToLang('',{
iespell_desc : 'スペルチェックをする',
iespell_download : "スペルチェックがない. OKをクリックすれば、ダウンロードへ行く."
});

View file

@ -0,0 +1,7 @@
// Japanese utf-8 variables
tinyMCE.addToLang('',{
iespell_desc : 'スペルチェックをする',
iespell_download : "スペルチェックがない. OKをクリックすれば、ダウンロードへ行く."
});