upgrading tinymce to 2.0.5.1
This commit is contained in:
parent
c48e6b98dd
commit
acbf0f01a0
49 changed files with 2705 additions and 0 deletions
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/si.js
vendored
Normal file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/si.js
vendored
Normal 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."
|
||||
});
|
||||
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/tr.js
vendored
Normal file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/tr.js
vendored
Normal 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"
|
||||
});
|
||||
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/vi.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/vi.js
vendored
Executable 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."
|
||||
});
|
||||
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/langs/zh_cn_utf8.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/iespell/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('',{
|
||||
iespell_desc : '运行拼写检查',
|
||||
iespell_download : "未检测到 ieSpell 拼写检查,点击 OK 前往下载页面。"
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue