Menu

[r15]: / includes / htmlarea / lang / se.js  Maximize  Restore  History

Download this file

39 lines (35 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Swedish version for htmlArea v3.0 - Alpha Release
// - translated by pat<pat@engvall.nu>
// term´s and licenses are equal to htmlarea!
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "se",
tooltips: {
bold: "Fet",
italic: "Kursiv",
underline: "Understruken",
strikethrough: "Genomstruken",
subscript: "Nedsänkt",
superscript: "Upphöjd",
justifyleft: "Vänsterjustera",
justifycenter: "Centrera",
justifyright: "Högerjustera",
justifyfull: "Marginaljustera",
orderedlist: "Numrerad lista",
unorderedlist: "Punktlista",
outdent: "Minska indrag",
indent: "Öka indrag",
forecolor: "Textfärg",
backcolor: "Bakgrundsfärg",
horizontalrule: "Vågrät linje",
createlink: "Infoga länk",
insertimage: "Infoga bild",
inserttable: "Infoga tabell",
htmlmode: "Visa källkod",
popupeditor: "Visa i eget fönster",
about: "Om denna editor",
help: "Hjälp",
textindicator: "Nuvarande stil"
}
};
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.