upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:09:41 +00:00
parent 00d46f6148
commit c012e8913d
35 changed files with 1224 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// SI lang variables ISO-8859-2
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'To je samo primer popup okna',
template_desc : 'To je samo primer gumba'
});

View file

@ -0,0 +1,6 @@
// TR lang variables
tinyMCE.addToLang('',{
template_title : 'Bu sadece bir şablon popup penceresidir',
template_desc : 'Bu sadece bir şablon butonudur'
});

View file

@ -0,0 +1,8 @@
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'Đây chỉ là một cửa sổ bật ra cho mẫu',
template_desc : 'Đây chỉ là một nút cho mẫu'
});

View file

@ -0,0 +1,9 @@
// 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.
/* Remember to namespace the language parameters <your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : '这是一个模板弹出窗口',
template_desc : '这是一个模板按钮'
});