71 lines
2.7 KiB
JavaScript
71 lines
2.7 KiB
JavaScript
/**
|
|
* @author Katrine
|
|
* @license [MIT](http://www.opensource.org/licenses/mit-license.php)
|
|
*/
|
|
(function ($) {
|
|
'use strict';
|
|
|
|
$.sceditor.locale['nb-NO'] = {
|
|
'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': 'Kode',
|
|
'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):',
|
|
'Enter the image URL:': 'Skriv inn bildet\'s URL:',
|
|
'Enter the e-mail address:': 'Skriv inn e-postadresse:',
|
|
'Enter the displayed text:': 'Skriv inn teksten som vises:',
|
|
'Enter URL:': 'Skriv inn URL adresse:',
|
|
'Enter the YouTube video URL or ID:': 'Angi YouTube video link eller ID:',
|
|
'Insert a Quote': 'Sett inn sitat',
|
|
'Invalid YouTube video': 'Ugyldig Youtube video',
|
|
|
|
dateFormat: 'day.month.year'
|
|
};
|
|
|
|
$.sceditor.locale['nb'] = $.sceditor.locale['nb-NO'];
|
|
})(jQuery);
|