forked from extern/egroupware
54 lines
1.6 KiB
JavaScript
54 lines
1.6 KiB
JavaScript
|
// german version for htmlArea v3.0 - Alpha Release
|
|||
|
// - translated by AtK<atk@chello.at>
|
|||
|
// term<72>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<66>hlungszeichen",
|
|||
|
outdent: "Einzug verkleinern",
|
|||
|
indent: "Einzug vergr<67>ssern",
|
|||
|
forecolor: "Text Farbe",
|
|||
|
backcolor: "Hintergrund Farbe",
|
|||
|
horizontalrule: "Horizontale Linie",
|
|||
|
createlink: "Hyperlink einf<6E>gen",
|
|||
|
insertimage: "Bild einf<6E>gen",
|
|||
|
inserttable: "Tabelle einf<6E>gen",
|
|||
|
htmlmode: "HTML Modus",
|
|||
|
popupeditor: "Editor im Popup <20>ffnen",
|
|||
|
about: "<22>ber htmlarea",
|
|||
|
help: "Hilfe",
|
|||
|
textindicator: "derzeitiger Stil",
|
|||
|
undo: "macht ihre letzte Aktion r<>ckg<6B>ngig",
|
|||
|
redo: "f<>hrt ihre letzte Aktion wieder aus",
|
|||
|
cut: "Auswahl ausschneiden",
|
|||
|
copy: "Auswahl kopieren",
|
|||
|
paste: "einf<6E>gen aus Zwischenablage"
|
|||
|
},
|
|||
|
|
|||
|
buttons: {
|
|||
|
"ok": "OK",
|
|||
|
"cancel": "Abruch"
|
|||
|
},
|
|||
|
|
|||
|
msg: {
|
|||
|
"Path": "Pfad",
|
|||
|
"TEXT_MODE": "Sie sind in TEXT MODE. Ben<65>tzen sie den [<>] Knopf um zu WYSIWIG zur<75>ck zu wechseln."
|
|||
|
}
|
|||
|
};
|