Annotation of loncom/html/htmlarea/lang/de.js, revision 1.1
1.1 ! www 1: // german version for htmlArea v3.0 - Alpha Release
! 2: // - translated by AtK<atk@chello.at>
! 3: // term´s and licenses are equal to htmlarea!
! 4:
! 5: HTMLArea.I18N = {
! 6:
! 7: // the following should be the filename without .js extension
! 8: // it will be used for automatically load plugin language.
! 9: lang: "de",
! 10:
! 11: tooltips: {
! 12: bold: "Fett",
! 13: italic: "Kursiv",
! 14: underline: "Unterstrichen",
! 15: strikethrough: "Durchgestrichen",
! 16: subscript: "hochgestellt",
! 17: superscript: "tiefgestellt",
! 18: justifyleft: "Links ausrichten",
! 19: justifycenter: "Zentrieren",
! 20: justifyright: "Rechts ausrichten",
! 21: justifyfull: "Blocksatz",
! 22: orderedlist: "Nummerierung",
! 23: unorderedlist: "Aufzählungszeichen",
! 24: outdent: "Einzug verkleinern",
! 25: indent: "Einzug vergrössern",
! 26: forecolor: "Text Farbe",
! 27: backcolor: "Hintergrund Farbe",
! 28: horizontalrule: "Horizontale Linie",
! 29: createlink: "Hyperlink einfügen",
! 30: insertimage: "Bild einfügen",
! 31: inserttable: "Tabelle einfügen",
! 32: htmlmode: "HTML Modus",
! 33: popupeditor: "Editor im Popup öffnen",
! 34: about: "Über htmlarea",
! 35: help: "Hilfe",
! 36: textindicator: "derzeitiger Stil"
! 37: }
! 38: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>