upgrade tinymce to 1.40
This commit is contained in:
parent
7ceff84e8a
commit
7d9c0268ac
107 changed files with 3717 additions and 492 deletions
|
|
@ -20,7 +20,7 @@ function TinyMCE_iespell_execCommand(editor_id, element, command, user_interface
|
|||
if (command == "mceIESpell") {
|
||||
try {
|
||||
var ieSpell = new ActiveXObject("ieSpell.ieSpellExtension");
|
||||
ieSpell.CheckDocumentNode(tinyMCE._getInstanceById(editor_id).contentDocument.documentElement);
|
||||
ieSpell.CheckDocumentNode(tinyMCE.getInstanceById(editor_id).contentDocument.documentElement);
|
||||
} catch (e) {
|
||||
if (e.number == -2146827859) {
|
||||
if (confirm(tinyMCE.getLang("lang_iespell_download", "", true)))
|
||||
|
|
|
|||
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/el.js
vendored
Normal file
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/el.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// Greek lang variables by Jacaranda Bill
|
||||
|
||||
tinyMCELang['lang_iespell_desc'] = 'Ορθογραφικός έλεγχος';
|
||||
tinyMCELang['lang_iespell_download'] = "Το πρόγραμμα ieSpell δεν βρέθηκε. Πατήστε OK για να μεταβείτε στην ιστοσελίδα λήψης του προγράμματος."
|
||||
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/it.js
vendored
Normal file
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/it.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCELang['lang_iespell_desc'] = 'Avvia il controllo ortografico';
|
||||
tinyMCELang['lang_iespell_download'] = "ieSpell non trovato. Clicca OK per andare alla pagina di download."
|
||||
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ko.js
vendored
Normal file
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ko.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// KO lang variables
|
||||
|
||||
tinyMCELang['lang_iespell_desc'] = '맞춤법 검사 실행';
|
||||
tinyMCELang['lang_iespell_download'] = "ieSpell을 찾을 수 없습니다. OK를 누르면 다운로드 페이지로 이동합니다."
|
||||
Loading…
Add table
Add a link
Reference in a new issue