File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / de.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: HEAD
Install HTMLArea

// german version for htmlArea v3.0 - Alpha Release
// - translated by AtK<atk@chello.at>
// term´s and licenses are equal to htmlarea!

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "de",

	tooltips: {
		bold:           "Fett",
		italic:         "Kursiv",
		underline:      "Unterstrichen",
		strikethrough:  "Durchgestrichen",
		subscript:      "hochgestellt",
		superscript:    "tiefgestellt",
		justifyleft:    "Links ausrichten",
		justifycenter:  "Zentrieren",
		justifyright:   "Rechts ausrichten",
		justifyfull:    "Blocksatz",
		orderedlist:    "Nummerierung",
		unorderedlist:  "Aufzählungszeichen",
		outdent:        "Einzug verkleinern",
		indent:         "Einzug vergrössern",
		forecolor:      "Text Farbe",
		backcolor:      "Hintergrund Farbe",
		horizontalrule: "Horizontale Linie",
		createlink:     "Hyperlink einfügen",
		insertimage:    "Bild einfügen",
		inserttable:    "Tabelle einfügen",
		htmlmode:       "HTML Modus",
		popupeditor:    "Editor im Popup öffnen",
		about:          "Über htmlarea",
		help:           "Hilfe",
		textindicator:  "derzeitiger Stil"
	}
};

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>