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
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ja_euc-jp.js
vendored
Executable file
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ja_euc-jp.js
vendored
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
// Japanese euc variables
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = '拡大する';
|
||||
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ja_shift_jis.js
vendored
Executable file
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ja_shift_jis.js
vendored
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
// Japanese shift-jis variables
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = '拡大する';
|
||||
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ja_utf-8.js
vendored
Executable file
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ja_utf-8.js
vendored
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
// Japanese utf-8 variables
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = '拡大する';
|
||||
Loading…
Add table
Add a link
Reference in a new issue