amtgard/ORK3

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

Summary

Maintainability
D
1 day
Test Coverage
(function ($) {
    'use strict';
    
    $.sceditor.locale["nb"] = {
        "Bold": "Fet",
        "Italic": "Kursiv",
        "Underline": "Understrek",
        "Strikethrough": "Gjennomstrek",
        "Subscript": "Senket",
        "Superscript": "Hevet",
        "Align left": "Sidestill til venstre",
        "Center": "Midstill",
        "Align right": "Sidestill til høyre",
        "Justify": "Normalt oppstilt",
        "Font Name": "Skriftype",
        "Font Size": "Skriftstørrelse",
        "Font Color": "skriftfarge",
        "Remove Formatting": "Fjern formatering",
        "Cut": "Klipp",
        "Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X": "Nettleseren din kan ikke utføre klippe kommandoen. Vennligst bruk hurtigtasten Ctrl / Cmd-X",
        "Copy": "Kopier",
        "Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C": "Nettleseren din kan ikke utføre kopier kommandoen. Vennligst bruk hurtigtasten Ctrl / Cmd-C",
        "Paste": "Lim",
        "Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V": "Nettleseren din kan ikke utføre lime kommandoen. Vennligst bruk hurtigtasten Ctrl / Cmd-V",
        "Paste your text inside the following box:": "Lim inn teksten i den følgende boksen:",
        "Paste Text": "Lim inn tekst",
        "Bullet list": "Bullet liste",
        "Numbered list": "Nummerert liste",
        "Undo": "Angre",
        "Redo": "Gjør på nytt",
        "Rows:": "Rader",
        "Cols:": "Kolonner",
        "Insert a table": "Sett inn en tabell",
        "Insert a horizontal rule": "Sett en horisontal regel",
        "Code": "",
        "Width (optional):": "Bredde (valgfritt):",
        "Height (optional):": "Høyde (valgfritt):",
        "Insert an image": "Sett inn et bilde",
        "E-mail:": "E-post",
        "Insert an email": "Sett inn en e-post",
        "URL:": "URL:",
        "Insert a link": "Sett inn en lenke",
        "Unlink": "Oppheve tilknytningen",
        "More": "Mer",
        "Insert an emoticon": "Sett inn et uttrykksikon",
        "Video URL:": "Video URL",
        "Insert": "Sett inn",
        "Insert a YouTube video": "Sett inn en YouTube-video",
        "Insert current date": "Sett inn gjeldende dato",
        "Insert current time": "Sett inn gjeldende klokkeslett",
        "Print": "Skriv ut",
        "View source": "Vis kildekode",
        "Description (optional):": "Beskrivelse (valgfritt):",
        dateFormat: "day.month.year"
    }
    
    $.sceditor.locale["no"] = $.sceditor.locale["nb"];
})(jQuery);