2004-01-08 10:03:17 +01:00
|
|
|
|
// german version for htmlArea v3.0 - Alpha Release
|
|
|
|
|
// - translated by AtK<atk@chello.at>
|
|
|
|
|
// term<72>s and licenses are equal to htmlarea!
|
2004-01-29 22:27:14 +01:00
|
|
|
|
// translation improved by broxx<broxx@broxx.com>
|
2004-01-08 10:03:17 +01:00
|
|
|
|
|
|
|
|
|
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",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
subscript: "Hochgestellt",
|
|
|
|
|
superscript: "Tiefgestellt",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
justifyleft: "Links ausrichten",
|
|
|
|
|
justifycenter: "Zentrieren",
|
|
|
|
|
justifyright: "Rechts ausrichten",
|
|
|
|
|
justifyfull: "Blocksatz",
|
|
|
|
|
orderedlist: "Nummerierung",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
unorderedlist: "Aufzaehlungszeichen",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
outdent: "Einzug verkleinern",
|
|
|
|
|
indent: "Einzug vergr<67>ssern",
|
|
|
|
|
forecolor: "Text Farbe",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
hilitecolor: "Hintergrund Farbe",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
horizontalrule: "Horizontale Linie",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
createlink: "Hyperlink einfuegen",
|
|
|
|
|
insertimage: "Bild einfuegen",
|
|
|
|
|
inserttable: "Tabelle einfuegen",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
htmlmode: "HTML Modus",
|
|
|
|
|
popupeditor: "Editor im Popup <20>ffnen",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
about: "Ueber HtmlArea",
|
|
|
|
|
showhelp: "Hilfe",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
textindicator: "derzeitiger Stil",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
undo: "Rueckgaengig",
|
|
|
|
|
redo: "Wiederholen",
|
|
|
|
|
cut: "Ausschneiden",
|
|
|
|
|
copy: "Kopieren",
|
|
|
|
|
paste: "Einfuegen"
|
2004-01-08 10:03:17 +01:00
|
|
|
|
},
|
2004-01-29 22:27:14 +01:00
|
|
|
|
|
|
|
|
|
buttons: {
|
2004-01-08 10:03:17 +01:00
|
|
|
|
"ok": "OK",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
"cancel": "Abbrechen"
|
2004-01-08 10:03:17 +01:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
msg: {
|
|
|
|
|
"Path": "Pfad",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
"TEXT_MODE": "Du befindest dich im HTML Modus. Benuetze die [<>] Schaltflaeche um in den WYSIWIG-Modus zu wechseln."
|
2004-01-08 10:03:17 +01:00
|
|
|
|
}
|
|
|
|
|
};
|