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,5 @@
// SI lang variables ISO-8859-2
tinyMCE.addToLang('',{
autosave_unload_msg : 'Vaše spremembe se bodo izgubile, če boste naložili drugo stran.'
});

View file

@ -0,0 +1,5 @@
// TR lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Başka bir sayfayı görüntülerseniz yaptığınız değişiklikleri kaybedeceksiniz!'
});

View file

@ -0,0 +1,5 @@
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
tinyMCE.addToLang('',{
autosave_unload_msg : 'Các thay đổi của bạn sẽ bị mất nếu bạn di chuyển khỏi trang này.'
});

View file

@ -0,0 +1,6 @@
// 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('',{
autosave_unload_msg : '如果您离开本页,您所作的修改将会消失。'
});