Ticket #439: 439_4.patch
File 439_4.patch, 76.2 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
37 37 <p> 38 38 New Features and Improvements:</p> 39 39 <ul> 40 <li></li> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a new 41 right-click menu open for opening links in the editor.</li> 41 42 </ul> 42 43 <p> 43 44 Fixed Bugs:</p> -
editor/_source/commandclasses/fck_othercommands.js
300 300 var state = FCK.GetNamedCommandState( this.Name ) ; 301 301 302 302 // Check that it isn't an anchor 303 if ( state == FCK_TRISTATE_OFF && FCK.EditMode == FCK_EDITMODE_WYSIWYG)303 if ( state == FCK_TRISTATE_OFF ) 304 304 { 305 305 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ; 306 306 var bIsAnchor = ( oLink && oLink.name.length > 0 && oLink.href.length == 0 ) ; … … 311 311 return state ; 312 312 } 313 313 314 FCKVisitLinkCommand = function() 315 { 316 this.Name = 'VisitLink'; 317 } 318 FCKVisitLinkCommand.prototype = 319 { 320 GetState : function() 321 { 322 if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG ) 323 return FCK_TRISTATE_DISABLED ; 324 var state = FCK.GetNamedCommandState( 'Unlink' ) ; 325 326 if ( state == FCK_TRISTATE_OFF ) 327 { 328 var el = FCKSelection.MoveToAncestorNode( 'A' ) ; 329 if ( !el.href ) 330 state = FCK_TRISTATE_DISABLED ; 331 } 332 333 return state ; 334 }, 335 336 Execute : function() 337 { 338 var el = FCKSelection.MoveToAncestorNode( 'A' ) ; 339 var url = el.getAttribute( '_fcksavedurl' ) || el.getAttribute( 'href', 2 ) ; 340 341 // Check if it's a full URL. 342 // If not full URL, we'll need to apply the BaseHref setting. 343 if ( ! /:\/\//.test( url ) ) 344 { 345 var baseHref = FCKConfig.BaseHref ; 346 var parentWindow = FCK.GetInstanceObject( 'parent' ) ; 347 if ( !baseHref ) 348 { 349 baseHref = parentWindow.document.location.href ; 350 baseHref = baseHref.substring( 0, baseHref.lastIndexOf( '/' ) + 1 ) ; 351 } 352 353 if ( /^\//.test( url ) ) 354 { 355 try 356 { 357 baseHref = baseHref.match( /^.*:\/\/+[^\/]+/ )[0] ; 358 } 359 catch ( e ) 360 { 361 baseHref = parentWindow.document.location.protocol + '://' + parentWindow.parent.document.location.host ; 362 } 363 } 364 365 url = baseHref + url ; 366 } 367 368 if ( !window.open( url, '_blank' ) ) 369 alert( FCKLang.VisitLinkBlocked ) ; 370 } 371 } ; 372 314 373 // FCKSelectAllCommand 315 374 var FCKSelectAllCommand = function() 316 375 { -
editor/_source/internals/fck_contextmenu.js
128 128 return ; 129 129 130 130 menu.AddSeparator() ; 131 menu.AddItem( 'VisitLink', FCKLang.VisitLink ) ; 132 menu.AddSeparator() ; 131 133 if ( bInsideLink ) 132 134 menu.AddItem( 'Link', FCKLang.EditLink , 34 ) ; 133 135 menu.AddItem( 'Unlink' , FCKLang.RemoveLink , 35 ) ; -
editor/_source/internals/fckcommands.js
51 51 case 'Templates' : oCommand = new FCKDialogCommand( 'Templates' , FCKLang.DlgTemplatesTitle , 'dialog/fck_template.html' , 380, 450 ) ; break ; 52 52 case 'Link' : oCommand = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle , 'dialog/fck_link.html' , 400, 300 ) ; break ; 53 53 case 'Unlink' : oCommand = new FCKUnlinkCommand() ; break ; 54 case 'VisitLink' : oCommand = new FCKVisitLinkCommand() ; break ; 54 55 case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fck_anchor.html' , 370, 160 ) ; break ; 55 56 case 'AnchorDelete' : oCommand = new FCKAnchorDeleteCommand() ; break ; 56 57 case 'BulletedList' : oCommand = new FCKDialogCommand( 'BulletedList', FCKLang.BulletedListProp , 'dialog/fck_listprop.html?UL' , 370, 160 ) ; break ; -
editor/lang/_translationstatus.txt
21 21 * Translations Status. 22 22 */ 23 23 24 af.js Found: 396 Missing: 1 525 ar.js Found: 411 Missing: 026 bg.js Found: 373 Missing: 3827 bn.js Found: 380 Missing: 3 128 bs.js Found: 226 Missing: 18 529 ca.js Found: 411 Missing: 030 cs.js Found: 411 Missing: 031 da.js Found: 381 Missing: 3 032 de.js Found: 411 Missing: 033 el.js Found: 396 Missing: 1 534 en-au.js Found: 41 1Missing: 035 en-ca.js Found: 41 1Missing: 036 en-uk.js Found: 41 1Missing: 037 eo.js Found: 346 Missing: 6 538 es.js Found: 411 Missing: 039 et.js Found: 411 Missing: 040 eu.js Found: 411 Missing: 041 fa.js Found: 397 Missing: 1 442 fi.js Found: 411 Missing: 043 fo.js Found: 396 Missing: 1 544 fr-ca.js Found: 411 Missing: 045 fr.js Found: 411 Missing: 046 gl.js Found: 381 Missing: 3 047 gu.js Found: 411 Missing: 048 he.js Found: 411 Missing: 049 hi.js Found: 411 Missing: 050 hr.js Found: 411 Missing: 051 hu.js Found: 411 Missing: 052 it.js Found: 410 Missing: 153 ja.js Found: 411 Missing: 054 km.js Found: 370 Missing: 4 155 ko.js Found: 390 Missing: 2 156 lt.js Found: 376 Missing: 3 557 lv.js Found: 381 Missing: 3 058 mn.js Found: 411 Missing: 059 ms.js Found: 352 Missing: 5960 nb.js Found: 395 Missing: 1 661 nl.js Found: 411 Missing: 062 no.js Found: 395 Missing: 1 663 pl.js Found: 411 Missing: 064 pt-br.js Found: 411 Missing: 065 pt.js Found: 381 Missing: 3 066 ro.js Found: 410 Missing: 167 ru.js Found: 411 Missing: 068 sk.js Found: 396 Missing: 1 569 sl.js Found: 411 Missing: 070 sr-latn.js Found: 368 Missing: 4 371 sr.js Found: 368 Missing: 4 372 sv.js Found: 396 Missing: 1 573 th.js Found: 393 Missing: 1874 tr.js Found: 396 Missing: 1 575 uk.js Found: 397 Missing: 1 476 vi.js Found: 396 Missing: 1 577 zh-cn.js Found: 41 1Missing: 078 zh.js Found: 41 1Missing: 024 af.js Found: 396 Missing: 17 25 ar.js Found: 411 Missing: 2 26 bg.js Found: 373 Missing: 40 27 bn.js Found: 380 Missing: 33 28 bs.js Found: 226 Missing: 187 29 ca.js Found: 411 Missing: 2 30 cs.js Found: 411 Missing: 2 31 da.js Found: 381 Missing: 32 32 de.js Found: 411 Missing: 2 33 el.js Found: 396 Missing: 17 34 en-au.js Found: 413 Missing: 0 35 en-ca.js Found: 413 Missing: 0 36 en-uk.js Found: 413 Missing: 0 37 eo.js Found: 346 Missing: 67 38 es.js Found: 411 Missing: 2 39 et.js Found: 411 Missing: 2 40 eu.js Found: 411 Missing: 2 41 fa.js Found: 397 Missing: 16 42 fi.js Found: 411 Missing: 2 43 fo.js Found: 396 Missing: 17 44 fr-ca.js Found: 411 Missing: 2 45 fr.js Found: 411 Missing: 2 46 gl.js Found: 381 Missing: 32 47 gu.js Found: 411 Missing: 2 48 he.js Found: 411 Missing: 2 49 hi.js Found: 411 Missing: 2 50 hr.js Found: 411 Missing: 2 51 hu.js Found: 411 Missing: 2 52 it.js Found: 410 Missing: 3 53 ja.js Found: 411 Missing: 2 54 km.js Found: 370 Missing: 43 55 ko.js Found: 390 Missing: 23 56 lt.js Found: 376 Missing: 37 57 lv.js Found: 381 Missing: 32 58 mn.js Found: 411 Missing: 2 59 ms.js Found: 352 Missing: 61 60 nb.js Found: 395 Missing: 18 61 nl.js Found: 411 Missing: 2 62 no.js Found: 395 Missing: 18 63 pl.js Found: 411 Missing: 2 64 pt-br.js Found: 411 Missing: 2 65 pt.js Found: 381 Missing: 32 66 ro.js Found: 410 Missing: 3 67 ru.js Found: 411 Missing: 2 68 sk.js Found: 396 Missing: 17 69 sl.js Found: 411 Missing: 2 70 sr-latn.js Found: 368 Missing: 45 71 sr.js Found: 368 Missing: 45 72 sv.js Found: 396 Missing: 17 73 th.js Found: 393 Missing: 20 74 tr.js Found: 396 Missing: 17 75 uk.js Found: 397 Missing: 16 76 vi.js Found: 396 Missing: 17 77 zh-cn.js Found: 413 Missing: 0 78 zh.js Found: 413 Missing: 0 -
editor/lang/af.js
44 44 InsertLinkLbl : "Skakel", 45 45 InsertLink : "Skakel byvoeg/verander", 46 46 RemoveLink : "Skakel verweider", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Plekhouer byvoeg/verander", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Beeld", … … 157 158 NoActiveX : "U browser sekuriteit instellings kan die funksies van die editor behinder. U moet die opsie \"Run ActiveX controls and plug-ins\" aktiveer. U ondervinding mag problematies geskiet of sekere funksionaliteit mag verhinder word.", 158 159 BrowseServerBlocked : "Die vorraad venster word geblok! Verseker asseblief dat U die \"popup blocker\" instelling verander.", 159 160 DialogBlocked : "Die dialoog venster vir verdere informasie word geblok. De-aktiveer asseblief die \"popup blocker\" instellings wat dit behinder.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/ar.js
44 44 InsertLinkLbl : "رابط", 45 45 InsertLink : "إدراج/تحرير رابط", 46 46 RemoveLink : "إزالة رابط", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "إدراج/تحرير إشارة مرجعية", 48 49 AnchorDelete : "إزالة إشارة مرجعية", 49 50 InsertImageLbl : "صورة", … … 157 158 NoActiveX : "لتأمين متصفحك يجب أن تحدد بعض مميزات المحرر. يتوجب عليك تمكين الخيار \"Run ActiveX controls and plug-ins\". قد تواجة أخطاء وتلاحظ مميزات مفقودة", 158 159 BrowseServerBlocked : "لايمكن فتح مصدر المتصفح. فضلا يجب التأكد بأن جميع موانع النوافذ المنبثقة معطلة", 159 160 DialogBlocked : "لايمكن فتح نافذة الحوار . فضلا تأكد من أن مانع النوافذ المنبثة معطل .", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "موافق", -
editor/lang/bg.js
44 44 InsertLinkLbl : "Връзка", 45 45 InsertLink : "Добави/Редактирай връзка", 46 46 RemoveLink : "Изтрий връзка", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Добави/Редактирай котва", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Изображение", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ОК", -
editor/lang/bn.js
44 44 InsertLinkLbl : "লিংকের যুক্ত করার লেবেল", 45 45 InsertLink : "লিংক যুক্ত কর", 46 46 RemoveLink : "লিংক সরাও", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "নোঙ্গর", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "ছবির লেবেল যুক্ত কর", … … 157 158 NoActiveX : "আপনার ব্রাউজারের সুরক্ষা সেটিংস কারনে এডিটরের কিছু ফিচার পাওয়া নাও যেতে পারে। আপনাকে অবশ্যই \"Run ActiveX controls and plug-ins\" এনাবেল করে নিতে হবে। আপনি ভুলভ্রান্তি কিছু কিছু ফিচারের অনুপস্থিতি উপলব্ধি করতে পারেন।", 158 159 BrowseServerBlocked : "রিসোর্স ব্রাউজার খোলা গেল না। নিশ্চিত করুন যে সব পপআপ ব্লকার বন্ধ করা আছে।", 159 160 DialogBlocked : "ডায়ালগ ইউন্ডো খোলা গেল না। নিশ্চিত করুন যে সব পপআপ ব্লকার বন্ধ করা আছে।", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ওকে", -
editor/lang/bs.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Ubaci/Izmjeni link", 46 46 RemoveLink : "Izbriši link", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Insert/Edit Anchor", //MISSING 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Slika", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/ca.js
44 44 InsertLinkLbl : "Enllaç", 45 45 InsertLink : "Insereix/Edita enllaç", 46 46 RemoveLink : "Elimina enllaç", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Insereix/Edita àncora", 48 49 AnchorDelete : "Elimina àncora", 49 50 InsertImageLbl : "Imatge", … … 157 158 NoActiveX : "Les preferències del navegador poden limitar algunes funcions d'aquest editor. Cal habilitar l'opció \"Executa controls ActiveX i plug-ins\". Poden sorgir errors i poden faltar algunes funcions.", 158 159 BrowseServerBlocked : "El visualitzador de recursos no s'ha pogut obrir. Assegura't de que els bloquejos de finestres emergents estan desactivats.", 159 160 DialogBlocked : "No ha estat possible obrir una finestra de diàleg. Assegura't de que els bloquejos de finestres emergents estan desactivats.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "D'acord", -
editor/lang/cs.js
44 44 InsertLinkLbl : "Odkaz", 45 45 InsertLink : "Vložit/změnit odkaz", 46 46 RemoveLink : "Odstranit odkaz", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Vložít/změnit záložku", 48 49 AnchorDelete : "Odstranit kotvu", 49 50 InsertImageLbl : "Obrázek", … … 157 158 NoActiveX : "Nastavení bezpečnosti Vašeho prohlížeče omezuje funkčnost některých jeho možností. Je třeba zapnout volbu \"Spouštět ovládáací prvky ActiveX a moduly plug-in\", jinak nebude možné využívat všechny dosputné schopnosti editoru.", 158 159 BrowseServerBlocked : "Průzkumník zdrojů nelze otevřít. Prověřte, zda nemáte aktivováno blokování popup oken.", 159 160 DialogBlocked : "Nelze otevřít dialogové okno. Prověřte, zda nemáte aktivováno blokování popup oken.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/da.js
44 44 InsertLinkLbl : "Hyperlink", 45 45 InsertLink : "Indsæt/rediger hyperlink", 46 46 RemoveLink : "Fjern hyperlink", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Indsæt/rediger bogmærke", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Indsæt billede", … … 157 158 NoActiveX : "Din browsers sikkerhedsindstillinger begrænser nogle af editorens muligheder.<br>Slå \"Kør ActiveX-objekter og plug-ins\" til, ellers vil du opleve fejl og manglende muligheder.", 158 159 BrowseServerBlocked : "Browseren kunne ikke åbne de nødvendige ressourcer!<br>Slå pop-up blokering fra.", 159 160 DialogBlocked : "Dialogvinduet kunne ikke åbnes!<br>Slå pop-up blokering fra.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/de.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Link einfügen/editieren", 46 46 RemoveLink : "Link entfernen", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Anker einfügen/editieren", 48 49 AnchorDelete : "Anker entfernen", 49 50 InsertImageLbl : "Bild", … … 157 158 NoActiveX : "Die Sicherheitseinstellungen Ihres Browsers beschränken evtl. einige Funktionen des Editors. Aktivieren Sie die Option \"ActiveX-Steuerelemente und Plugins ausführen\" in den Sicherheitseinstellungen, um diese Funktionen nutzen zu können", 158 159 BrowseServerBlocked : "Ein Auswahlfenster konnte nicht geöffnet werden. Stellen Sie sicher, das alle Popup-Blocker ausgeschaltet sind.", 159 160 DialogBlocked : "Das Dialog-Fenster konnte nicht geöffnet werden. Stellen Sie sicher, das alle Popup-Blocker ausgeschaltet sind.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/el.js
44 44 InsertLinkLbl : "Σύνδεσμος (Link)", 45 45 InsertLink : "Εισαγωγή/Μεταβολή Συνδέσμου (Link)", 46 46 RemoveLink : "Αφαίρεση Συνδέσμου (Link)", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Εισαγωγή/επεξεργασία Anchor", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Εικόνα", … … 157 158 NoActiveX : "Οι ρυθμίσεις ασφαλείας του browser σας μπορεί να περιορίσουν κάποιες ρυθμίσεις του προγράμματος. Χρειάζεται να ενεργοποιήσετε την επιλογή \"Run ActiveX controls and plug-ins\". Ίσως παρουσιαστούν λάθη και παρατηρήσετε ελειπείς λειτουργίες.", 158 159 BrowseServerBlocked : "Οι πόροι του browser σας δεν είναι προσπελάσιμοι. Σιγουρευτείτε ότι δεν υπάρχουν ενεργοί popup blockers.", 159 160 DialogBlocked : "Δεν ήταν δυνατό να ανοίξει το παράθυρο διαλόγου. Σιγουρευτείτε ότι δεν υπάρχουν ενεργοί popup blockers.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/en-au.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Insert/Edit Link", 46 46 RemoveLink : "Remove Link", 47 VisitLink : "Open Link", 47 48 Anchor : "Insert/Edit Anchor", 48 49 AnchorDelete : "Remove Anchor", 49 50 InsertImageLbl : "Image", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/en-ca.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Insert/Edit Link", 46 46 RemoveLink : "Remove Link", 47 VisitLink : "Open Link", 47 48 Anchor : "Insert/Edit Anchor", 48 49 AnchorDelete : "Remove Anchor", 49 50 InsertImageLbl : "Image", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/en-uk.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Insert/Edit Link", 46 46 RemoveLink : "Remove Link", 47 VisitLink : "Open Link", 47 48 Anchor : "Insert/Edit Anchor", 48 49 AnchorDelete : "Remove Anchor", 49 50 InsertImageLbl : "Image", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/en.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Insert/Edit Link", 46 46 RemoveLink : "Remove Link", 47 VisitLink : "Open Link", 47 48 Anchor : "Insert/Edit Anchor", 48 49 AnchorDelete : "Remove Anchor", 49 50 InsertImageLbl : "Image", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/eo.js
44 44 InsertLinkLbl : "Ligilo", 45 45 InsertLink : "Enmeti/Ŝanĝi Ligilon", 46 46 RemoveLink : "Forigi Ligilon", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Enmeti/Ŝanĝi Ankron", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Bildo", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Akcepti", -
editor/lang/es.js
44 44 InsertLinkLbl : "Vínculo", 45 45 InsertLink : "Insertar/Editar Vínculo", 46 46 RemoveLink : "Eliminar Vínculo", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Referencia", 48 49 AnchorDelete : "Eliminar Referencia", 49 50 InsertImageLbl : "Imagen", … … 157 158 NoActiveX : "La configuración de las opciones de seguridad de su navegador puede estar limitando algunas características del editor. Por favor active la opción \"Ejecutar controles y complementos de ActiveX \", de lo contrario puede experimentar errores o ausencia de funcionalidades.", 158 159 BrowseServerBlocked : "La ventana de visualización del servidor no pudo ser abierta. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).", 159 160 DialogBlocked : "No se ha podido abrir la ventana de diálogo. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/et.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Sisesta link / Muuda linki", 46 46 RemoveLink : "Eemalda link", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Sisesta ankur / Muuda ankrut", 48 49 AnchorDelete : "Eemalda ankur", 49 50 InsertImageLbl : "Pilt", … … 157 158 NoActiveX : "Sinu veebisirvija turvalisuse seaded võivad limiteerida mõningaid tekstirdaktori kasutusvõimalusi. Sa peaksid võimaldama valiku \"Run ActiveX controls and plug-ins\" oma veebisirvija seadetes. Muidu võid sa täheldada vigu tekstiredaktori töös ja märgata puuduvaid funktsioone.", 158 159 BrowseServerBlocked : "Ressursside sirvija avamine ebaõnnestus. Võimalda pop-up akende avanemine.", 159 160 DialogBlocked : "Ei olenud võimalik avada dialoogi akent. Võimalda pop-up akende avanemine.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/eu.js
45 45 InsertLinkLbl : "Esteka", 46 46 InsertLink : "Txertatu/Editatu Esteka", 47 47 RemoveLink : "Kendu Esteka", 48 VisitLink : "Open Link", //MISSING 48 49 Anchor : "Aingura", 49 50 AnchorDelete : "Ezabatu Aingura", 50 51 InsertImageLbl : "Irudia", … … 158 159 NoActiveX : "Zure nabigatzailearen segustasun hobespenak editore honen zenbait ezaugarri mugatu ditzake. \"ActiveX kontrolak eta plug-inak\" aktibatu beharko zenituzke, bestela erroreak eta ezaugarrietan mugak egon daitezke.", 159 160 BrowseServerBlocked : "Baliabideen arakatzailea ezin da ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.", 160 161 DialogBlocked : "Ezin da elkarrizketa-leihoa ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.", 162 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 161 163 162 164 // Dialogs 163 165 DlgBtnOK : "Ados", -
editor/lang/fa.js
44 44 InsertLinkLbl : "پیوند", 45 45 InsertLink : "گنجاندن/ویرایش ِپیوند", 46 46 RemoveLink : "برداشتن پیوند", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "گنجاندن/ویرایش ِلنگر", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "تصویر", … … 157 158 NoActiveX : "تنظیمات امنیتی مرورگر شما ممکن است در بعضی از ویژگیهای مرورگر محدودیت ایجاد کند. شما باید گزینهٴ \"Run ActiveX controls and plug-ins\" را فعال کنید. ممکن است شما با خطاهایی روبرو باشید و متوجه کمبود ویژگیهایی شوید.", 158 159 BrowseServerBlocked : "توانایی بازگشایی مرورگر منابع فراهم نیست. اطمینان حاصل کنید که تمامی برنامههای پیشگیری از نمایش popup را از کار بازداشتهاید.", 159 160 DialogBlocked : "توانایی بازگشایی پنجرهٴ کوچک ِگفتگو فراهم نیست. اطمینان حاصل کنید که تمامی برنامههای پیشگیری از نمایش popup را از کار بازداشتهاید.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "پذیرش", -
editor/lang/fi.js
44 44 InsertLinkLbl : "Linkki", 45 45 InsertLink : "Lisää linkki/muokkaa linkkiä", 46 46 RemoveLink : "Poista linkki", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Lisää ankkuri/muokkaa ankkuria", 48 49 AnchorDelete : "Poista ankkuri", 49 50 InsertImageLbl : "Kuva", … … 157 158 NoActiveX : "Selaimesi turvallisuusasetukset voivat rajoittaa joitain editorin ominaisuuksia. Sinun pitää ottaa käyttöön asetuksista \"Suorita ActiveX komponentit ja -plugin-laajennukset\". Saatat kohdata virheitä ja huomata puuttuvia ominaisuuksia.", 158 159 BrowseServerBlocked : "Resurssiselainta ei voitu avata. Varmista, että ponnahdusikkunoiden estäjät eivät ole päällä.", 159 160 DialogBlocked : "Apuikkunaa ei voitu avaata. Varmista, että ponnahdusikkunoiden estäjät eivät ole päällä.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/fo.js
44 44 InsertLinkLbl : "Tilknýti", 45 45 InsertLink : "Ger/broyt tilknýti", 46 46 RemoveLink : "Strika tilknýti", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Ger/broyt marknastein", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Myndir", … … 157 158 NoActiveX : "Trygdaruppsetingin í alnótskaganum kann sum er avmarka onkrar hentleikar í tekstviðgeranum. Tú mást loyva møguleikanum \"Run/Kør ActiveX controls and plug-ins\". Tú kanst uppliva feilir og ávaringar um tvørrandi hentleikar.", 158 159 BrowseServerBlocked : "Ambætarakagin kundi ikki opnast. Tryggja tær, at allar pop-up forðingar eru óvirknar.", 159 160 DialogBlocked : "Tað eyðnaðist ikki at opna samskiftisrútin. Tryggja tær, at allar pop-up forðingar eru óvirknar.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Góðkent", -
editor/lang/fr-ca.js
44 44 InsertLinkLbl : "Lien", 45 45 InsertLink : "Insérer/modifier le lien", 46 46 RemoveLink : "Supprimer le lien", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Insérer/modifier l'ancre", 48 49 AnchorDelete : "Supprimer l'ancre", 49 50 InsertImageLbl : "Image", … … 157 158 NoActiveX : "Les paramètres de sécurité de votre navigateur peuvent limiter quelques fonctionnalités de l'éditeur. Veuillez activer l'option \"Exécuter les contrôles ActiveX et les plug-ins\". Il se peut que vous rencontriez des erreurs et remarquiez quelques limitations.", 158 159 BrowseServerBlocked : "Le navigateur n'a pas pu être ouvert. Assurez-vous que les bloqueurs de popups soient désactivés.", 159 160 DialogBlocked : "La fenêtre de dialogue n'a pas pu s'ouvrir. Assurez-vous que les bloqueurs de popups soient désactivés.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/fr.js
44 44 InsertLinkLbl : "Lien", 45 45 InsertLink : "Insérer/modifier le lien", 46 46 RemoveLink : "Supprimer le lien", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Insérer/modifier l'ancre", 48 49 AnchorDelete : "Supprimer l'ancre", 49 50 InsertImageLbl : "Image", … … 157 158 NoActiveX : "Les paramètres de sécurité de votre navigateur peuvent limiter quelques fonctionnalités de l'éditeur. Veuillez activer l'option \"Exécuter les contrôles ActiveX et les plug-ins\". Il se peut que vous rencontriez des erreurs et remarquiez quelques limitations.", 158 159 BrowseServerBlocked : "Le navigateur n'a pas pu être ouvert. Assurez-vous que les bloqueurs de popups soient désactivés.", 159 160 DialogBlocked : "La fenêtre de dialogue n'a pas pu s'ouvrir. Assurez-vous que les bloqueurs de popups soient désactivés.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/gl.js
44 44 InsertLinkLbl : "Ligazón", 45 45 InsertLink : "Inserir/Editar Ligazón", 46 46 RemoveLink : "Eliminar Ligazón", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Inserir/Editar Referencia", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Imaxe", … … 157 158 NoActiveX : "As opcións de seguridade do seu navegador poderían limitar algunha das características de editor. Debe activar a opción \"Executar controis ActiveX e plug-ins\". Pode notar que faltan características e experimentar erros", 158 159 BrowseServerBlocked : "Non se poido abrir o navegador de recursos. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes", 159 160 DialogBlocked : "Non foi posible abrir a xanela de diálogo. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/gu.js
44 44 InsertLinkLbl : "સંબંધન, લિંક", 45 45 InsertLink : "લિંક ઇન્સર્ટ/દાખલ કરવી", 46 46 RemoveLink : "લિંક કાઢવી", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "ઍંકર ઇન્સર્ટ/દાખલ કરવી", 48 49 AnchorDelete : "ઍંકર કાઢવી", 49 50 InsertImageLbl : "ચિત્ર", … … 157 158 NoActiveX : "તમારા બ્રાઉઝરની સુરક્ષા સેટિંગસ એડિટરના અમુક ફીચરને પરવાનગી આપતી નથી. કૃપયા \"Run ActiveX controls and plug-ins\" વિકલ્પને ઇનેબલ/સમર્થ કરો. તમારા બ્રાઉઝરમાં એરર ઇન્વિઝિબલ ફીચરનો અનુભવ થઈ શકે છે. કૃપયા પૉપ-અપ બ્લૉકર ડિસેબલ કરો.", 158 159 BrowseServerBlocked : "રિસૉર્સ બ્રાઉઝર ખોલી ન સકાયું.", 159 160 DialogBlocked : "ડાયલૉગ વિન્ડો ખોલી ન સકાયું. કૃપયા પૉપ-અપ બ્લૉકર ડિસેબલ કરો.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ઠીક છે", -
editor/lang/he.js
44 44 InsertLinkLbl : "קישור", 45 45 InsertLink : "הוספת/עריכת קישור", 46 46 RemoveLink : "הסרת הקישור", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "הוספת/עריכת נקודת עיגון", 48 49 AnchorDelete : "הסר נקודת עיגון", 49 50 InsertImageLbl : "תמונה", … … 157 158 NoActiveX : "הגדרות אבטחה של הדפדפן עלולות לגביל את אפשרויות העריכה.יש לאפשר את האופציה \"הרץ פקדים פעילים ותוספות\". תוכל לחוות טעויות וחיווים של אפשרויות שחסרים.", 158 159 BrowseServerBlocked : "לא ניתן לגשת לדפדפן משאבים.אנא וודא שחוסם חלונות הקופצים לא פעיל.", 159 160 DialogBlocked : "לא היה ניתן לפתוח חלון דיאלוג. אנא וודא שחוסם חלונות קופצים לא פעיל.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "אישור", -
editor/lang/hi.js
44 44 InsertLinkLbl : "लिंक", 45 45 InsertLink : "लिंक इन्सर्ट/संपादन", 46 46 RemoveLink : "लिंक हटायें", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "ऐंकर इन्सर्ट/संपादन", 48 49 AnchorDelete : "ऐंकर हटायें", 49 50 InsertImageLbl : "तस्वीर", … … 157 158 NoActiveX : "आपके ब्राउज़र् की सुरक्शा सेटिंग्स् एडिटर की कुछ् फ़ीचरों को सीमित कर् सकती हैं। क्रिपया \"Run ActiveX controls and plug-ins\" विकल्प को एनेबल करें. आपको एरर्स् और गायब फ़ीचर्स् का अनुभव हो सकता है।", 158 159 BrowseServerBlocked : "रिसोर्सेज़ ब्राउज़र् नहीं खोला जा सका। क्रिपया सभी पॉप्-अप् ब्लॉकर्स् को डिसेबल करें।", 159 160 DialogBlocked : "डायलग विन्डो नहीं खोला जा सका। क्रिपया सभी पॉप्-अप् ब्लॉकर्स् को डिसेबल करें।", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ठीक है", -
editor/lang/hr.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Ubaci/promijeni link", 46 46 RemoveLink : "Ukloni link", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Ubaci/promijeni sidro", 48 49 AnchorDelete : "Ukloni sidro", 49 50 InsertImageLbl : "Slika", … … 157 158 NoActiveX : "Vaše postavke pretraživača mogle bi ograničiti neke od mogućnosti editora. Morate uključiti opciju \"Run ActiveX controls and plug-ins\" u postavkama. Ukoliko to ne učinite, moguće su razliite greške tijekom rada.", 158 159 BrowseServerBlocked : "Pretraivač nije moguće otvoriti. Provjerite da li je uključeno blokiranje pop-up prozora.", 159 160 DialogBlocked : "Nije moguće otvoriti novi prozor. Provjerite da li je uključeno blokiranje pop-up prozora.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/hu.js
44 44 InsertLinkLbl : "Hivatkozás", 45 45 InsertLink : "Hivatkozás beillesztése/módosítása", 46 46 RemoveLink : "Hivatkozás törlése", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Horgony beillesztése/szerkesztése", 48 49 AnchorDelete : "Horgony eltávolítása", 49 50 InsertImageLbl : "Kép", … … 157 158 NoActiveX : "A böngésző biztonsági beállításai korlátozzák a szerkesztő lehetőségeit. Engedélyezni kell ezt az opciót: \"Run ActiveX controls and plug-ins\". Ettől függetlenül előfordulhatnak hibaüzenetek ill. bizonyos funkciók hiányozhatnak.", 158 159 BrowseServerBlocked : "Nem lehet megnyitni a fájlböngészőt. Bizonyosodjon meg róla, hogy a felbukkanó ablakok engedélyezve vannak.", 159 160 DialogBlocked : "Nem lehet megnyitni a párbeszédablakot. Bizonyosodjon meg róla, hogy a felbukkanó ablakok engedélyezve vannak.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Rendben", -
editor/lang/it.js
44 44 InsertLinkLbl : "Collegamento", 45 45 InsertLink : "Inserisci/Modifica collegamento", 46 46 RemoveLink : "Elimina collegamento", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Inserisci/Modifica Ancora", 48 49 AnchorDelete : "Rimuovi Ancora", 49 50 InsertImageLbl : "Immagine", … … 157 158 NoActiveX : "Le impostazioni di sicurezza del tuo browser potrebbero limitare alcune funzionalità dell'editor. Devi abilitare l'opzione \"Esegui controlli e plug-in ActiveX\". Potresti avere errori e notare funzionalità mancanti.", 158 159 BrowseServerBlocked : "Non è possibile aprire la finestra di espolorazione risorse. Verifica che tutti i blocca popup siano bloccati.", 159 160 DialogBlocked : "Non è possibile aprire la finestra di dialogo. Verifica che tutti i blocca popup siano bloccati.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/ja.js
44 44 InsertLinkLbl : "リンク", 45 45 InsertLink : "リンク挿入/編集", 46 46 RemoveLink : "リンク削除", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "アンカー挿入/編集", 48 49 AnchorDelete : "アンカー削除", 49 50 InsertImageLbl : "イメージ", … … 157 158 NoActiveX : "エラー、警告メッセージなどが発生した場合、ブラウザーのセキュリティ設定によりエディタのいくつかの機能が制限されている可能性があります。セキュリティ設定のオプションで\"ActiveXコントロールとプラグインの実行\"を有効にするにしてください。", 158 159 BrowseServerBlocked : "サーバーブラウザーを開くことができませんでした。ポップアップ・ブロック機能が無効になっているか確認してください。", 159 160 DialogBlocked : "ダイアログウィンドウを開くことができませんでした。ポップアップ・ブロック機能が無効になっているか確認してください。", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/km.js
44 44 InsertLinkLbl : "ឈ្នាប់", 45 45 InsertLink : "បន្ថែម/កែប្រែ ឈ្នាប់", 46 46 RemoveLink : "លប់ឈ្នាប់", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "បន្ថែម/កែប្រែ យុថ្កា", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "រូបភាព", … … 157 158 NoActiveX : "ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះអាចធ្វើអោយលោកអ្នកមិនអាចប្រើមុខងារខ្លះរបស់កម្មវិធីតាក់តែងអត្ថបទនេះ ។ លោកអ្នកត្រូវកំណត់អោយ \"ActiveX និងកម្មវិធីជំនួយក្នុង (plug-ins)\" អោយដំណើរការ ។ លោកអ្នកអាចជួបប្រទះនឹង បញ្ហា ព្រមជាមួយនឹងការបាត់បង់មុខងារណាមួយរបស់កម្មវិធីតាក់តែងអត្ថបទនេះ ។", 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "វីនដូវមិនអាចបើកបានទេ ។ សូមពិនិត្យចំពោះកម្មវិធីបិទ វីនដូវលោត (popup) ថាតើវាដំណើរការរឺទេ ។", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "យល់ព្រម", -
editor/lang/ko.js
44 44 InsertLinkLbl : "링크", 45 45 InsertLink : "링크 삽입/변경", 46 46 RemoveLink : "링크 삭제", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "책갈피 삽입/변경", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "이미지", … … 157 158 NoActiveX : "브러우저의 보안 설정으로 인해 몇몇 기능의 작동에 장애가 있을 수 있습니다. \"액티브-액스 기능과 플러그 인\" 옵션을 허용하여 주시지 않으면 오류가 발생할 수 있습니다.", 158 159 BrowseServerBlocked : "브러우저 요소가 열리지 않습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.", 159 160 DialogBlocked : "윈도우 대화창을 열 수 없습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "예", -
editor/lang/lt.js
44 44 InsertLinkLbl : "Nuoroda", 45 45 InsertLink : "Įterpti/taisyti nuorodą", 46 46 RemoveLink : "Panaikinti nuorodą", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Įterpti/modifikuoti žymę", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Vaizdas", … … 157 158 NoActiveX : "Jūsų naršyklės saugumo nuostatos gali riboti kai kurias redaktoriaus savybes. Jūs turite aktyvuoti opciją \"Run ActiveX controls and plug-ins\". Kitu atveju Jums bus pranešama apie klaidas ir trūkstamas savybes.", 158 159 BrowseServerBlocked : "Neįmanoma atidaryti naujo naršyklės lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.", 159 160 DialogBlocked : "Neįmanoma atidaryti dialogo lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/lv.js
44 44 InsertLinkLbl : "Hipersaite", 45 45 InsertLink : "Ievietot/Labot hipersaiti", 46 46 RemoveLink : "Noņemt hipersaiti", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Ievietot/Labot iezīmi", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Attēls", … … 157 158 NoActiveX : "Interneta pārlūkprogrammas drošības uzstādījumi varētu ietekmēt dažas no redaktora īpašībām. Jābūt aktivizētai sadaļai \"Run ActiveX controls and plug-ins\". Savādāk ir iespējamas kļūdas darbībā un kļūdu paziņojumu parādīšanās.", 158 159 BrowseServerBlocked : "Resursu pārlūks nevar tikt atvērts. Pārliecinieties, ka uznirstošo logu bloķētāji ir atslēgti.", 159 160 DialogBlocked : "Nav iespējams atvērt dialoglogu. Pārliecinieties, ka uznirstošo logu bloķētāji ir atslēgti.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Darīts!", -
editor/lang/mn.js
44 44 InsertLinkLbl : "Линк", 45 45 InsertLink : "Линк Оруулах/Засварлах", 46 46 RemoveLink : "Линк авч хаях", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Холбоос Оруулах/Засварлах", 48 49 AnchorDelete : "Холбоос Авах", 49 50 InsertImageLbl : "Зураг", … … 157 158 NoActiveX : "Таны үзүүлэгч/browser-н хамгаалалтын тохиргоо editor-н зарим боломжийг хязгаарлаж байна. Та \"Run ActiveX controls ба plug-ins\" сонголыг идвэхитэй болго.", 158 159 BrowseServerBlocked : "Нөөц үзүүгч нээж чадсангүй. Бүх popup blocker-г disabled болгоно уу.", 159 160 DialogBlocked : "Харилцах цонхонд энийг нээхэд боломжгүй ээ. Бүх popup blocker-г disabled болгоно уу.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/ms.js
44 44 InsertLinkLbl : "Sambungan", 45 45 InsertLink : "Masukkan/Sunting Sambungan", 46 46 RemoveLink : "Buang Sambungan", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Masukkan/Sunting Pautan", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Gambar", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/nb.js
44 44 InsertLinkLbl : "Lenke", 45 45 InsertLink : "Sett inn/Rediger lenke", 46 46 RemoveLink : "Fjern lenke", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Sett inn/Rediger anker", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Bilde", … … 157 158 NoActiveX : "Din nettleser's sikkerhetsinstillinger kan begrense noen av funksjonene i redigeringsverktøyet. Du må aktivere \"Kjør ActiveXkontroller og plugins\". Du kan oppleve feil og advarsler om manglende funksjoner", 158 159 BrowseServerBlocked : "Kunne ikke åpne dialogboksen for filarkiv. Pass på at du har slått av popupstoppere.", 159 160 DialogBlocked : "Kunne ikke åpne dialogboksen. Pass på at du har slått av popupstoppere.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/nl.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Link invoegen/wijzigen", 46 46 RemoveLink : "Link verwijderen", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Interne link", 48 49 AnchorDelete : "Anker verwijderen", 49 50 InsertImageLbl : "Afbeelding", … … 157 158 NoActiveX : "De beveilingsinstellingen van je browser zouden sommige functies van de editor kunnen beperken. De optie \"Activeer ActiveX-elementen en plug-ins\" dient ingeschakeld te worden. Het kan zijn dat er nu functies ontbreken of niet werken.", 158 159 BrowseServerBlocked : "De bestandsbrowser kon niet geopend worden. Zorg ervoor dat pop-up-blokkeerders uit staan.", 159 160 DialogBlocked : "Kan het dialoogvenster niet weergeven. Zorg ervoor dat pop-up-blokkeerders uit staan.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/no.js
44 44 InsertLinkLbl : "Lenke", 45 45 InsertLink : "Sett inn/Rediger lenke", 46 46 RemoveLink : "Fjern lenke", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Sett inn/Rediger anker", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Bilde", … … 157 158 NoActiveX : "Din nettleser's sikkerhetsinstillinger kan begrense noen av funksjonene i redigeringsverktøyet. Du må aktivere \"Kjør ActiveXkontroller og plugins\". Du kan oppleve feil og advarsler om manglende funksjoner", 158 159 BrowseServerBlocked : "Kunne ikke åpne dialogboksen for filarkiv. Pass på at du har slått av popupstoppere.", 159 160 DialogBlocked : "Kunne ikke åpne dialogboksen. Pass på at du har slått av popupstoppere.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/pl.js
44 44 InsertLinkLbl : "Hiperłącze", 45 45 InsertLink : "Wstaw/edytuj hiperłącze", 46 46 RemoveLink : "Usuń hiperłącze", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Wstaw/edytuj kotwicę", 48 49 AnchorDelete : "Usuń kotwicę", 49 50 InsertImageLbl : "Obrazek", … … 157 158 NoActiveX : "Ustawienia zabezpieczeń twojej przeglądarki mogą ograniczyć niektóre funkcje edytora. Musisz włączyć opcję \"Uruchamianie formantów Activex i dodatków plugin\". W przeciwnym wypadku mogą pojawiać się błędy.", 158 159 BrowseServerBlocked : "Nie można otworzyć okno menadżera plików. Upewnij się, że wszystkie blokady wyskakujących okienek są wyłączone.", 159 160 DialogBlocked : "Nie można otworzyć okna dialogowego. Upewnij się, że wszystkie blokady wyskakujących okienek są wyłączone.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/pt-br.js
44 44 InsertLinkLbl : "Hiperlink", 45 45 InsertLink : "Inserir/Editar Hiperlink", 46 46 RemoveLink : "Remover Hiperlink", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Inserir/Editar Âncora", 48 49 AnchorDelete : "Remover Âncora", 49 50 InsertImageLbl : "Figura", … … 157 158 NoActiveX : "As configurações de segurança do seu browser podem limitar algumas características do editor. Você precisa habilitar a opção \"Executar controles e plug-ins ActiveX\". Você pode experimentar erros e alertas de características faltantes.", 158 159 BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.", 159 160 DialogBlocked : "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/pt.js
44 44 InsertLinkLbl : "Hiperligação", 45 45 InsertLink : "Inserir/Editar Hiperligação", 46 46 RemoveLink : "Eliminar Hiperligação", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : " Inserir/Editar Âncora", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Imagem", … … 157 158 NoActiveX : "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.", 158 159 BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.", 159 160 DialogBlocked : "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/ro.js
44 44 InsertLinkLbl : "Link (Legătură web)", 45 45 InsertLink : "Inserează/Editează link (legătură web)", 46 46 RemoveLink : "Înlătură link (legătură web)", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Inserează/Editează ancoră", 48 49 AnchorDelete : "Şterge ancoră", 49 50 InsertImageLbl : "Imagine", … … 157 158 NoActiveX : "Setările de securitate ale programului dvs. cu care navigaţi pe internet (browser) pot limita anumite funcţionalităţi ale editorului. Pentru a evita asta, trebuie să activaţi opţiunea \"Run ActiveX controls and plug-ins\". Poate veţi întâlni erori sau veţi observa funcţionalităţi lipsă.", 158 159 BrowseServerBlocked : "The resources browser could not be opened. Asiguraţi-vă că nu e activ niciun \"popup blocker\" (funcţionalitate a programului de navigat (browser) sau a unui plug-in al acestuia de a bloca deschiderea unui noi ferestre).", 159 160 DialogBlocked : "Nu a fost posibilă deschiderea unei ferestre de dialog. Asiguraţi-vă că nu e activ niciun \"popup blocker\" (funcţionalitate a programului de navigat (browser) sau a unui plug-in al acestuia de a bloca deschiderea unui noi ferestre).", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Bine", -
editor/lang/ru.js
44 44 InsertLinkLbl : "Ссылка", 45 45 InsertLink : "Вставить/Редактировать ссылку", 46 46 RemoveLink : "Убрать ссылку", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Вставить/Редактировать якорь", 48 49 AnchorDelete : "Убрать якорь", 49 50 InsertImageLbl : "Изображение", … … 157 158 NoActiveX : "Настройки безопасности вашего браузера могут ограничивать некоторые свойства редактора. Вы должны включить опцию \"Запускать элементы управления ActiveX и плугины\". Вы можете видеть ошибки и замечать отсутствие возможностей.", 158 159 BrowseServerBlocked : "Ресурсы браузера не могут быть открыты. Проверьте что блокировки всплывающих окон выключены.", 159 160 DialogBlocked : "Невозможно открыть окно диалога. Проверьте что блокировки всплывающих окон выключены.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ОК", -
editor/lang/sk.js
44 44 InsertLinkLbl : "Odkaz", 45 45 InsertLink : "Vložiť/zmeniť odkaz", 46 46 RemoveLink : "Odstrániť odkaz", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Vložiť/zmeniť kotvu", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Obrázok", … … 157 158 NoActiveX : "Bezpečnostné nastavenia vášho prehliadača môžu obmedzovať niektoré funkcie editora. Pre ich plnú funkčnosť musíte zapnúť voľbu \"Spúšťať ActiveX moduly a zásuvné moduly\", inak sa môžete stretnúť s chybami a nefunkčnosťou niektorých funkcií.", 158 159 BrowseServerBlocked : "Prehliadač zdrojových prvkov nebolo možné otvoriť. Uistite sa, že máte vypnuté všetky blokovače vyskakujúcich okien.", 159 160 DialogBlocked : "Dialógové okno nebolo možné otvoriť. Uistite sa, že máte vypnuté všetky blokovače vyskakujúcich okien.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/sl.js
44 44 InsertLinkLbl : "Povezava", 45 45 InsertLink : "Vstavi/uredi povezavo", 46 46 RemoveLink : "Odstrani povezavo", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Vstavi/uredi zaznamek", 48 49 AnchorDelete : "Odstrani zaznamek", 49 50 InsertImageLbl : "Slika", … … 157 158 NoActiveX : "Varnostne nastavitve vašega brskalnika lahko omejijo delovanje nekaterih zmožnosti urejevalnika. Če ne želite zaznavati napak in sporočil o manjkajočih zmožnostih, omogočite možnost \"Zaženi ActiveX kontrolnike in vtičnike\".", 158 159 BrowseServerBlocked : "Brskalnik virov se ne more odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.", 159 160 DialogBlocked : "Pogovorno okno se ni moglo odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "V redu", -
editor/lang/sr-latn.js
44 44 InsertLinkLbl : "Link", 45 45 InsertLink : "Unesi/izmeni link", 46 46 RemoveLink : "Ukloni link", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Unesi/izmeni sidro", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Slika", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/sr.js
44 44 InsertLinkLbl : "Линк", 45 45 InsertLink : "Унеси/измени линк", 46 46 RemoveLink : "Уклони линк", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Унеси/измени сидро", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Слика", … … 157 158 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING 158 159 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING 159 160 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/sv.js
44 44 InsertLinkLbl : "Länk", 45 45 InsertLink : "Infoga/Redigera länk", 46 46 RemoveLink : "Radera länk", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Infoga/Redigera ankarlänk", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Bild", … … 157 158 NoActiveX : "Din webläsares säkerhetsinställningar kan begränsa funktionaliteten. Du bör aktivera \"Kör ActiveX kontroller och plug-ins\". Fel och avsaknad av funktioner kan annars uppstå.", 158 159 BrowseServerBlocked : "Kunde Ej öppna resursfönstret. Var god och avaktivera alla popup-blockerare.", 159 160 DialogBlocked : "Kunde Ej öppna dialogfönstret. Var god och avaktivera alla popup-blockerare.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "OK", -
editor/lang/th.js
44 44 InsertLinkLbl : "ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ", 45 45 InsertLink : "แทรก/แก้ไข ลิงค์", 46 46 RemoveLink : "ลบ ลิงค์", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "แทรก/แก้ไข Anchor", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "รูปภาพ", … … 157 158 NoActiveX : "โปรแกรมท่องอินเตอร์เน็ตของท่านไม่อนุญาติให้อีดิตเตอร์ทำงาน \"Run ActiveX controls and plug-ins\". หากไม่อนุญาติให้ใช้งาน ActiveX controls ท่านจะไม่สามารถใช้งานได้อย่างเต็มประสิทธิภาพ.", 158 159 BrowseServerBlocked : "เปิดหน้าต่างป๊อบอัพเพื่อทำงานต่อไม่ได้ กรุณาปิดเครื่องมือป้องกันป๊อบอัพในโปรแกรมท่องอินเตอร์เน็ตของท่านด้วย", 159 160 DialogBlocked : "เปิดหน้าต่างป๊อบอัพเพื่อทำงานต่อไม่ได้ กรุณาปิดเครื่องมือป้องกันป๊อบอัพในโปรแกรมท่องอินเตอร์เน็ตของท่านด้วย", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ตกลง", -
editor/lang/tr.js
44 44 InsertLinkLbl : "Köprü", 45 45 InsertLink : "Köprü Ekle/Düzenle", 46 46 RemoveLink : "Köprü Kaldır", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Çapa Ekle/Düzenle", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Resim", … … 157 158 NoActiveX : "Kullandığınız tarayıcının güvenlik ayarları bazı özelliklerin kullanılmasını engelliyor. Bu özelliklerin çalışması için \"Run ActiveX controls and plug-ins (Activex ve eklentileri çalıştır)\" seçeneğinin aktif yapılması gerekiyor. Kullanılamayan eklentiler ve hatalar konusunda daha fazla bilgi sahibi olun.", 158 159 BrowseServerBlocked : "Kaynak tarayıcısı açılamadı. Tüm \"popup blocker\" programlarının devre dışı olduğundan emin olun. (Yahoo toolbar, Msn toolbar, Google toolbar gibi)", 159 160 DialogBlocked : "Diyalog açmak mümkün olmadı. Tüm \"Popup Blocker\" programlarının devre dışı olduğundan emin olun.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Tamam", -
editor/lang/uk.js
44 44 InsertLinkLbl : "Посилання", 45 45 InsertLink : "Вставити/Редагувати посилання", 46 46 RemoveLink : "Знищити посилання", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Вставити/Редагувати якір", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Зображення", … … 157 158 NoActiveX : "Настройки безпеки вашого браузера можуть обмежувати деякі властивості редактора. Ви повинні включити опцію \"Запускати елементи управління ACTIVEX і плугіни\". Ви можете бачити помилки і помічати відсутність можливостей.", 158 159 BrowseServerBlocked : "Ресурси браузера не можуть бути відкриті. Перевірте що блокування спливаючих вікон вимкнені.", 159 160 DialogBlocked : "Не можливо відкрити вікно діалогу. Перевірте що блокування спливаючих вікон вимкнені.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "ОК", -
editor/lang/vi.js
44 44 InsertLinkLbl : "Liên kết", 45 45 InsertLink : "Chèn/Sửa Liên kết", 46 46 RemoveLink : "Xoá Liên kết", 47 VisitLink : "Open Link", //MISSING 47 48 Anchor : "Chèn/Sửa Neo", 48 49 AnchorDelete : "Remove Anchor", //MISSING 49 50 InsertImageLbl : "Hình ảnh", … … 157 158 NoActiveX : "Các thiết lập bảo mật của trình duyệt có thể giới hạn một số chức năng của trình biên tập. Bạn phải bật tùy chọn \"Run ActiveX controls and plug-ins\". Bạn có thể gặp một số lỗi và thấy thiếu đi một số chức năng.", 158 159 BrowseServerBlocked : "Không thể mở được bộ duyệt tài nguyên. Hãy đảm bảo chức năng chặn popup đã bị vô hiệu hóa.", 159 160 DialogBlocked : "Không thể mở được cửa sổ hộp thoại. Hãy đảm bảo chức năng chặn popup đã bị vô hiệu hóa.", 161 VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "Đồng ý", -
editor/lang/zh-cn.js
44 44 InsertLinkLbl : "超链接", 45 45 InsertLink : "插入/编辑超链接", 46 46 RemoveLink : "取消超链接", 47 VisitLink : "打开超链接", 47 48 Anchor : "插入/编辑锚点链接", 48 49 AnchorDelete : "清除锚点链接", 49 50 InsertImageLbl : "图象", … … 157 158 NoActiveX : "浏览器安全设置限制了本编辑器的某些功能。您必须启用安全设置中的“运行 ActiveX 控件和插件”,否则将出现某些错误并缺少功能。", 158 159 BrowseServerBlocked : "无法打开资源浏览器,请确认是否启用了禁止弹出窗口。", 159 160 DialogBlocked : "无法打开对话框窗口,请确认是否启用了禁止弹出窗口或网页对话框(IE)。", 161 VisitLinkBlocked : "无法打开新窗口,请确认是否启用了禁止弹出窗口或网页对话框(IE)。", 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "确定", -
editor/lang/zh.js
44 44 InsertLinkLbl : "超連結", 45 45 InsertLink : "插入/編輯超連結", 46 46 RemoveLink : "移除超連結", 47 VisitLink : "開啟超連結", 47 48 Anchor : "插入/編輯錨點", 48 49 AnchorDelete : "移除錨點", 49 50 InsertImageLbl : "影像", … … 157 158 NoActiveX : "瀏覽器的安全性設定限制了本編輯器的某些功能。您必須啟用安全性設定中的「執行ActiveX控制項與外掛程式」項目,否則本編輯器將會出現錯誤並缺少某些功能", 158 159 BrowseServerBlocked : "無法開啟資源瀏覽器,請確定所有快顯視窗封鎖程式是否關閉", 159 160 DialogBlocked : "無法開啟對話視窗,請確定所有快顯視窗封鎖程式是否關閉", 161 VisitLinkBlocked : "無法開啟新視窗,請確定所有快顯視窗封鎖程式是否關閉", 160 162 161 163 // Dialogs 162 164 DlgBtnOK : "確定",