Mercurial Hosting > sceditor
comparison src/languages/nb.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 /** | |
2 * @author Katrine | |
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
4 */ | |
5 (function () { | |
6 'use strict'; | |
7 | |
8 sceditor.locale['nb-NO'] = { | |
9 'Bold': 'Fet', | |
10 'Italic': 'Kursiv', | |
11 'Underline': 'Understrek', | |
12 'Strikethrough': 'Gjennomstrek', | |
13 'Subscript': 'Senket', | |
14 'Superscript': 'Hevet', | |
15 'Align left': 'Sidestill til venstre', | |
16 'Center': 'Midstill', | |
17 'Align right': 'Sidestill til høyre', | |
18 'Justify': 'Normalt oppstilt', | |
19 'Font Name': 'Skriftype', | |
20 'Font Size': 'Skriftstørrelse', | |
21 'Font Color': 'skriftfarge', | |
22 'Remove Formatting': 'Fjern formatering', | |
23 'Cut': 'Klipp', | |
24 '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', | |
25 'Copy': 'Kopier', | |
26 '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', | |
27 'Paste': 'Lim', | |
28 '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', | |
29 'Paste your text inside the following box:': 'Lim inn teksten i den følgende boksen:', | |
30 'Paste Text': 'Lim inn tekst', | |
31 'Bullet list': 'Bullet liste', | |
32 'Numbered list': 'Nummerert liste', | |
33 'Undo': 'Angre', | |
34 'Redo': 'Gjør på nytt', | |
35 'Rows:': 'Rader', | |
36 'Cols:': 'Kolonner', | |
37 'Insert a table': 'Sett inn en tabell', | |
38 'Insert a horizontal rule': 'Sett en horisontal regel', | |
39 'Code': 'Kode', | |
40 'Width (optional):': 'Bredde (valgfritt):', | |
41 'Height (optional):': 'Høyde (valgfritt):', | |
42 'Insert an image': 'Sett inn et bilde', | |
43 'E-mail:': 'E-post', | |
44 'Insert an email': 'Sett inn en e-post', | |
45 'URL:': 'URL:', | |
46 'Insert a link': 'Sett inn en lenke', | |
47 'Unlink': 'Oppheve tilknytningen', | |
48 'More': 'Mer', | |
49 'Insert an emoticon': 'Sett inn et uttrykksikon', | |
50 'Video URL:': 'Video URL', | |
51 'Insert': 'Sett inn', | |
52 'Insert a YouTube video': 'Sett inn en YouTube-video', | |
53 'Insert current date': 'Sett inn gjeldende dato', | |
54 'Insert current time': 'Sett inn gjeldende klokkeslett', | |
55 'Print': 'Skriv ut', | |
56 'View source': 'Vis kildekode', | |
57 'Description (optional):': 'Beskrivelse (valgfritt):', | |
58 'Enter the image URL:': 'Skriv inn bildet\'s URL:', | |
59 'Enter the e-mail address:': 'Skriv inn e-postadresse:', | |
60 'Enter the displayed text:': 'Skriv inn teksten som vises:', | |
61 'Enter URL:': 'Skriv inn URL adresse:', | |
62 'Enter the YouTube video URL or ID:': 'Angi YouTube video link eller ID:', | |
63 'Insert a Quote': 'Sett inn sitat', | |
64 'Invalid YouTube video': 'Ugyldig Youtube video', | |
65 | |
66 dateFormat: 'day.month.year' | |
67 }; | |
68 | |
69 sceditor.locale['nb'] = sceditor.locale['nb-NO']; | |
70 })(); |