source: branches/1.2/workflow/js/htmlarea/lang/se.js @ 1349

Revision 1349, 1.1 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
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
5HTMLArea.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};
Note: See TracBrowser for help on using the repository browser.