mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
39 lines
1.2 KiB
JavaScript
39 lines
1.2 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"
|
||
}
|
||
};
|