forked from extern/egroupware
a3a85a862d
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
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´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",
|
||
undo: "macht ihre letzte Aktion rückgängig",
|
||
redo: "führt ihre letzte Aktion wieder aus",
|
||
cut: "Auswahl ausschneiden",
|
||
copy: "Auswahl kopieren",
|
||
paste: "einfügen aus Zwischenablage"
|
||
},
|
||
|
||
buttons: {
|
||
"ok": "OK",
|
||
"cancel": "Abruch"
|
||
},
|
||
|
||
msg: {
|
||
"Path": "Pfad",
|
||
"TEXT_MODE": "Sie sind in TEXT MODE. Benützen sie den [<>] Knopf um zu WYSIWIG zurück zu wechseln."
|
||
}
|
||
};
|