📄 de.js
字号:
// german version for htmlArea v3.0 - Alpha Release// - translated by AtK<atk@chello.at>// term磗 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 vergroessern", 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 oeffnen", 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": "Sie befinden sich im Text Modus. Benutzen Sie die [<>] Schaltflaeche um in den WYSIWIG-Modus zu wechseln.", "IE-sucks-full-screen" : // translate here "The full screen mode is known to cause problems with Internet Explorer, " + "due to browser bugs that we weren't able to workaround. You might experience garbage " + "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + "You have been warned. Please press OK if you still want to try the full screen editor." }, dialogs: { "Cancel" : "Abbrechen", "Insert/Modify Link" : "Link einfuegen/bearbeiten", "New window (_blank)" : "Neues Fenster (_blank)", "None (use implicit)" : "k.A. (implizit)", "OK" : "OK", "Other" : "Anderes", "Same frame (_self)" : "Gleicher Rahmen (_self)", "Target:" : "Ziel:", "Title (tooltip):" : "Titel (Tooltip):", "Top frame (_top)" : "Top Frame (_top)", "URL:" : "URL:", "You must enter the URL where this link points to" : "Sie muessen die URL dieses Links eingeben" }};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -