// I18N constants

// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, <mishoo@infoiasi.ro>

// 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:           "Fett",
		italic:         "Kursiv",
		underline:      "Unterstrichen",
		strikethrough:  "Durchgestrichen",
		subscript:      "Hochgestellt",
		superscript:    "Tiefgestellt",
		justifyleft:    "Links",
		justifycenter:  "Zentriert",
		justifyright:   "Rechts",
		justifyfull:    "Blocksatz",
		orderedlist:    "Nummerieren",
		unorderedlist:  "Aufzaehlzeichen",
		outdent:        "Einzug verkleinern",
		indent:         "Einzug vergroessern",
		forecolor:      "Textfarbe",
		hilitecolor:    "Hintergrundfarbe",
		horizontalrule: "Horizontale Linie",
		createlink:     "Hyperlink einfuegen",
		insertimage:    "Bild einfuegen",
		inserttable:    "Tabelle einfuegen",
		htmlmode:       "HTML Modus",
		popupeditor:    "Fullscreen",
		about:          "Ueber diesen 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"
	},

	buttons: {
		"ok":           "OK",
		"cancel":       "Cancel"
	},

	msg: {
		"Path":         "Path",
		"TEXT_MODE":    "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWIG."
	}
};

