amtgard/ORK3

View on GitHub
orkui/template/default/script/js/SCEditor/languages/de.js

Summary

Maintainability
C
1 day
Test Coverage
(function ($) {
    'use strict';
    
    $.sceditor.locale["de"] = {
        "Bold": "Fett",
        "Italic": "Kursiv",
        "Underline": "Unterstrichen",
        "Strikethrough": "Durchgestrichen",
        "Subscript": "Tiefgestellt",
        "Superscript": "Hochgestellt",
        "Align left": "Linksbündig ausrichten",
        "Center": "Zentrieren",
        "Align right": "Rechtsbündig ausrichten",
        "Justify": "Blocksatz",
        "Font Name": "Schriftname",
        "Font Size": "Schriftgröße",
        "Font Color": "Schriftfarbe",
        "Remove Formatting": "Formattierung entfernen",
        "Cut": "Ausschneiden",
        "Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X": "... Ctrl / Cmd-X",
        "Copy": "Kopieren",
        "Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C": "... Ctrl / Cmd-C",
        "Paste": "Einfügen",
        "Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V": "... Ctrl / Cmd-V",
        "Paste your text inside the following box:": "Fügen Sie Ihren Text in die folgende Box ein",
        "Paste Text": "Text einfügen",
        "Bullet list": "Aufzählungsliste",
        "Numbered list": "Nummerierte Liste",
        "Undo": "Rückgängig machen",
        "Redo": "Wiederherstellen",
        "Rows:": "Zeilen",
        "Cols:": "Spalten",
        "Insert a table": "Tabelle einfügen",
        "Insert a horizontal rule": "Horizontale Linie einfügen",
        "Code": "Kode",
        "Insert a Quote": "Zitat einfügen",
        "Width (optional):": "Breite (Optional)",
        "Height (optional):": "Höhe (Optional)",
        "Insert an image": "Ein Bild einfügen",
        "E-mail:": "E-Mail",
        "Insert an email": "E-Mail einfügen",
        "URL:": "URL",
        "Insert a link": "Link einfügen",
        "Unlink": "Link entfernen",
        "More": "Mehr",
        "Insert an emoticon": "Smilie einfügen",
        "Video URL:": "Video URL",
        "Insert": "Einfügen",
        "Insert a YouTube video": "YouTube Video einfügen",
        "Insert current date": "Aktuelles Datum einfügen",
        "Insert current time": "Aktuelle Uhrzeit einfügen",
        "Print": "Drucken",
        "View source": "Quelltext ansehen",
        dateFormat: "day.month.year"
    }
})(jQuery);