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

Revision 1349, 1.0 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// I18N constants
2
3HTMLArea.I18N = {
4
5        // the following should be the filename without .js extension
6        // it will be used for automatically load plugin language.
7        lang: "nb",
8
9        tooltips: {
10                bold:           "Fet",
11                italic:         "Kursiv",
12                underline:      "Understreket",
13                strikethrough:  "Gjennomstreket",
14                subscript:      "Senket",
15                superscript:    "Hevet",
16                justifyleft:    "Venstrejuster",
17                justifycenter:  "Midtjuster",
18                justifyright:   "Høyrejuster",
19                justifyfull:    "Blokkjuster",
20                orderedlist:    "Nummerert liste",
21                unorderedlist:  "Punktmerket liste",
22                outdent:        "Øke innrykk",
23                indent:         "Reduser innrykk",
24                forecolor:      "Skriftfarge",
25                backcolor:      "Bakgrunnsfarge",
26                horizontalrule: "Horisontal linje",
27                createlink:     "Sett inn lenke",
28                insertimage:    "Sett inn bilde",
29                inserttable:    "Sett inn tabell",
30                htmlmode:       "Vis HTML kode",
31                popupeditor:    "Forstørr redigeringsvindu",
32                about:          "Om..",
33                help:           "Hjelp",
34                textindicator:  "Gjeldende stil"
35        }
36};
Note: See TracBrowser for help on using the repository browser.