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