| 1 |
lars |
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!
|
|
|
4 |
// translation improved by broxx<broxx@broxx.com>
|
|
|
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",
|
|
|
17 |
subscript: "Hochgestellt",
|
|
|
18 |
superscript: "Tiefgestellt",
|
|
|
19 |
justifyleft: "Links ausrichten",
|
|
|
20 |
justifycenter: "Zentrieren",
|
|
|
21 |
justifyright: "Rechts ausrichten",
|
|
|
22 |
justifyfull: "Blocksatz",
|
|
|
23 |
orderedlist: "Nummerierung",
|
|
|
24 |
unorderedlist: "Aufzaehlungszeichen",
|
|
|
25 |
outdent: "Einzug verkleinern",
|
|
|
26 |
indent: "Einzug vergrössern",
|
|
|
27 |
forecolor: "Text Farbe",
|
|
|
28 |
hilitecolor: "Hintergrund Farbe",
|
|
|
29 |
horizontalrule: "Horizontale Linie",
|
|
|
30 |
createlink: "Hyperlink einfuegen",
|
|
|
31 |
insertimage: "Bild einfuegen",
|
|
|
32 |
inserttable: "Tabelle einfuegen",
|
|
|
33 |
htmlmode: "HTML Modus",
|
|
|
34 |
popupeditor: "Editor im Popup öffnen",
|
|
|
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."
|
|
|
53 |
}
|
|
|
54 |
};
|