// I18N constantsHTMLArea.I18N = {	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",		backcolor:      "Background Color",		horizontalrule: "Horizontal Rule",		createlink:     "Insert Web Link",		insertimage:    "Insert Image",		inserttable:    "Insert Table",		htmlmode:       "Toggle HTML Source",		popupeditor:    "Enlarge Editor",		about:          "About this editor",		help:           "Help using editor",		textindicator:  "Current style"	}};
