Annotation of loncom/html/htmlarea/lang/de.js, revision 1.2
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!
1.2 ! www 4: // translation improved by broxx<broxx@broxx.com>
1.1 www 5:
6: HTMLArea.I18N = {
7:
8: // the following should be the filename without .js extension
9: // it will be used for automatically load plugin language.
10: lang: "de",
11:
12: tooltips: {
13: bold: "Fett",
14: italic: "Kursiv",
15: underline: "Unterstrichen",
16: strikethrough: "Durchgestrichen",
1.2 ! www 17: subscript: "Hochgestellt",
! 18: superscript: "Tiefgestellt",
1.1 www 19: justifyleft: "Links ausrichten",
20: justifycenter: "Zentrieren",
21: justifyright: "Rechts ausrichten",
22: justifyfull: "Blocksatz",
23: orderedlist: "Nummerierung",
1.2 ! www 24: unorderedlist: "Aufzaehlungszeichen",
1.1 www 25: outdent: "Einzug verkleinern",
26: indent: "Einzug vergrössern",
27: forecolor: "Text Farbe",
1.2 ! www 28: hilitecolor: "Hintergrund Farbe",
1.1 www 29: horizontalrule: "Horizontale Linie",
1.2 ! www 30: createlink: "Hyperlink einfuegen",
! 31: insertimage: "Bild einfuegen",
! 32: inserttable: "Tabelle einfuegen",
1.1 www 33: htmlmode: "HTML Modus",
34: popupeditor: "Editor im Popup öffnen",
1.2 ! www 35: about: "Ueber HtmlArea",
! 36: showhelp: "Hilfe",
! 37: textindicator: "derzeitiger Stil",
! 38: undo: "Rueckgaengig",
! 39: redo: "Wiederholen",
! 40: cut: "Ausschneiden",
! 41: copy: "Kopieren",
! 42: paste: "Einfuegen"
! 43: },
! 44:
! 45: buttons: {
! 46: "ok": "OK",
! 47: "cancel": "Abbrechen"
! 48: },
! 49:
! 50: msg: {
! 51: "Path": "Pfad",
! 52: "TEXT_MODE": "Du befindest dich im HTML Modus. Benuetze die [<>] Schaltflaeche um in den WYSIWIG-Modus zu wechseln."
1.1 www 53: }
54: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>