Mercurial Hosting > sceditor
comparison src/languages/sv.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 (function () { | |
2 'use strict'; | |
3 | |
4 sceditor.locale['sv-SE'] = { | |
5 'Bold': 'Fet', | |
6 'Italic': 'Kursiv', | |
7 'Underline': 'Understruken', | |
8 'Strikethrough': 'Genomstruken', | |
9 'Subscript': 'Nersänkt', | |
10 'Superscript': 'Upphöjt', | |
11 'Align left': 'Vänsterställ', | |
12 'Center': 'Centrera', | |
13 'Align right': 'Högerställ', | |
14 'Justify': 'Normalt oppstilt', | |
15 'Font Name': 'Teckensnitt', | |
16 'Font Size': 'Teckenstorlek', | |
17 'Font Color': 'Teckenfärg', | |
18 'Remove Formatting': 'Ta bort formatering', | |
19 'Cut': 'Klipp ut', | |
20 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Din webbläsare kan inte utföra kommandot. Vänligen använd kortkommando Ctrl / Cmd-X', | |
21 'Copy': 'Kopiera', | |
22 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Din webbläsare kan inte utföra kommandot. Vänligen använd kortkommando Ctrl / Cmd-C', | |
23 'Paste': 'Klista in', | |
24 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Din webbläsare kan inte utföra kommandot. Vänligen använd kortkommando Ctrl / Cmd-V', | |
25 'Paste your text inside the following box:': 'Klistra in din text i rutan:', | |
26 'Paste Text': 'Klistra in text', | |
27 'Bullet list': 'Lista', | |
28 'Numbered list': 'Numrerad lista', | |
29 'Undo': 'Ångra', | |
30 'Redo': 'Gör om', | |
31 'Rows:': 'Rader', | |
32 'Cols:': 'Kolumner', | |
33 'Insert a table': 'Infoga tabell', | |
34 'Insert a horizontal rule': 'Infoga skiljestreck', | |
35 'Code': 'Kod', | |
36 'Width (optional):': 'Bredd (valfritt):', | |
37 'Height (optional):': 'Höjd (valfritt):', | |
38 'Insert an image': 'Infoga bild', | |
39 'E-mail:': 'E-post', | |
40 'Insert an email': 'Infoga e-post', | |
41 'URL:': 'URL:', | |
42 'Insert a link': 'Infoga länk', | |
43 'Unlink': 'Ta bort länk', | |
44 'More': 'Mer', | |
45 'Insert an emoticon': 'Infoga smiley', | |
46 'Video URL:': 'Video URL', | |
47 'Insert': 'Infoga', | |
48 'Insert a YouTube video': 'Infoga YouTube-video', | |
49 'Insert current date': 'Infoga dagens datum', | |
50 'Insert current time': 'Infoga nuvarande tid', | |
51 'Print': 'Skriv ut', | |
52 'View source': 'Visa källkod', | |
53 'Description (optional):': 'Beskrivning (valfritt):', | |
54 dateFormat: 'year-month-day' | |
55 }; | |
56 | |
57 sceditor.locale['sv'] = sceditor.locale['sv-SE']; | |
58 })(); |