// I18N constants // LANG: "en", ENCODING: UTF-8 | ISO-8859-1 // Author: Mihai Bazon, // FOR TRANSLATORS: // // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE // (at least a valid email address) // // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; // (if this is not possible, please include a comment // that states what encoding is necessary.) HTMLArea.I18N = { // the following should be the filename without .js extension // it will be used for automatically load plugin language. lang: "en", tooltips: { bold: "", italic: "", underline: "", strikethrough: "", subscript: "", superscript: "", justifyleft: "", justifycenter: "", justifyright: "", justifyfull: "", insertorderedlist: "", insertunorderedlist: "", outdent: "", indent: "", forecolor: "", hilitecolor: "", inserthorizontalrule: "", createanchor: "", createlink: "", unlink: "", nolink: "", insertimage: "", inserttable: "", htmlmode: "", popupeditor: "", about: "", showhelp: "", textindicator: "", undo: "", redo: "", cut: "", copy: "", paste: "", insertsmile: "", insertchar: "", search_replace: "", clean: "", lefttoright: "", righttoleft: "" }, buttons: { "ok": "", "cancel": "", "browse": "" }, msg: { "Path": "", "TEXT_MODE": "" } };