upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:17:29 +00:00
parent c48e6b98dd
commit acbf0f01a0
49 changed files with 2705 additions and 0 deletions

View file

@ -0,0 +1,7 @@
// SI lang variables ISO-8859-2
tinyMCE.addToLang('',{
iespell_desc : 'Zaženi črkovanje',
iespell_download : "ieSpell ni zaznan. Kliknite OK za skok na stran za prenos."
});

View file

@ -0,0 +1,7 @@
// TR lang variables
tinyMCE.addToLang('',{
iespell_desc : 'Yazım denetimini çalıştır',
iespell_download : "ieSpell bulunamadı. Download sayfasına gitmek için 'OK' tıklayınız"
});

View file

@ -0,0 +1,7 @@
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
tinyMCE.addToLang('',{
iespell_desc : 'Chạy kiểm tra chính tả',
iespell_download : "Khong thấy kiểm tra chính tả ieSpell. Kích nút OK để đến trang tải xuống."
});

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('',{
iespell_desc : '运行拼写检查',
iespell_download : "未检测到 ieSpell 拼写检查,点击 OK 前往下载页面。"
});