// I18N constants HTMLArea.I18N = { // the following should be the filename without .js extension // it will be used for automatically load plugin language. lang: "en", tooltips: { bold: "Bold", italic: "Italic", underline: "Underline", strikethrough: "Strikethrough", subscript: "Subscript", superscript: "Superscript", justifyleft: "Justify Left", justifycenter: "Justify Center", justifyright: "Justify Right", justifyfull: "Justify Full", orderedlist: "Ordered List", unorderedlist: "Bulleted List", outdent: "Decrease Indent", indent: "Increase Indent", forecolor: "Font Color", hilitecolor: "Background Color", horizontalrule: "Horizontal Rule", createlink: "Insert Web Link", insertimage: "Insert/Modify Image", inserttable: "Insert Table", htmlmode: "Toggle HTML Source", popupeditor: "Enlarge Editor", about: "About this editor", showhelp: "Help using editor", textindicator: "Current style", undo: "Undoes your last action", redo: "Redoes your last action", cut: "Cut selection", copy: "Copy selection", paste: "Paste from clipboard", lefttoright: "Direction left to right", righttoleft: "Direction right to left" }, buttons: { "ok": "OK", "cancel": "Cancel" }, msg: { "Path": "Path", "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", "Moz-Clipboard" : "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + "for security reasons. Click OK to see a technical note " + "which shows you how to allow a script to access the clipboard." }, dialogs: { "Cancel" : "Cancel", "Insert/Modify Link" : "Insert/Modify Link", "New window (_blank)" : "New window (_blank)", "None (use implicit)" : "None (use implicit)", "OK" : "OK", "Other" : "Other", "Same frame (_self)" : "Same frame (_self)", "Target:" : "Target:", "Title (tooltip):" : "Title (tooltip):", "Top frame (_top)" : "Top frame (_top)", "URL:" : "URL:", "You must enter the URL where this link points to" : "You must enter the URL where this link points to" } };