Added htmlArea3
This commit is contained in:
parent
9cd56cd85a
commit
4489a747fc
91 changed files with 8523 additions and 0 deletions
54
www/extras/htmlArea3/lang/de.js
Normal file
54
www/extras/htmlArea3/lang/de.js
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
// german version for htmlArea v3.0 - Alpha Release
|
||||
// - translated by AtK<atk@chello.at>
|
||||
// term´s and licenses are equal to htmlarea!
|
||||
// translation improved by broxx<broxx@broxx.com>
|
||||
|
||||
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: "Aufzaehlungszeichen",
|
||||
outdent: "Einzug verkleinern",
|
||||
indent: "Einzug vergrössern",
|
||||
forecolor: "Text Farbe",
|
||||
hilitecolor: "Hintergrund Farbe",
|
||||
horizontalrule: "Horizontale Linie",
|
||||
createlink: "Hyperlink einfuegen",
|
||||
insertimage: "Bild einfuegen",
|
||||
inserttable: "Tabelle einfuegen",
|
||||
htmlmode: "HTML Modus",
|
||||
popupeditor: "Editor im Popup öffnen",
|
||||
about: "Ueber HtmlArea",
|
||||
showhelp: "Hilfe",
|
||||
textindicator: "derzeitiger Stil",
|
||||
undo: "Rueckgaengig",
|
||||
redo: "Wiederholen",
|
||||
cut: "Ausschneiden",
|
||||
copy: "Kopieren",
|
||||
paste: "Einfuegen"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Abbrechen"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Pfad",
|
||||
"TEXT_MODE": "Du befindest dich im HTML Modus. Benuetze die [<>] Schaltflaeche um in den WYSIWIG-Modus zu wechseln."
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue