upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:13:07 +00:00
parent c012e8913d
commit c48e6b98dd
31 changed files with 499 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// SI lang variables ISO-8859-2
tinyMCE.addToLang('',{
save_desc : 'Shrani'
});

View file

@ -0,0 +1,5 @@
// UK lang variables
tinyMCE.addToLang('',{
save_desc : 'Kaydet'
});

View 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'
});

View 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 : '保存'
});