upgrading tinymce to 2.0.5.1
This commit is contained in:
parent
c012e8913d
commit
c48e6b98dd
31 changed files with 499 additions and 0 deletions
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/si.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Shrani'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/tr.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Kaydet'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/vi.js
vendored
Executable file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Ghi lại'
|
||||
});
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/zh_cn_utf8.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : '保存'
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue