source: trunk/phpgwapi/js/htmlarea/lang/nb.js @ 2

Revision 2, 1.0 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • 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.