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

Revision 2, 1.2 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// danish version for htmlArea v3.0 - Alpha Release
2// - translated by rene<rene@laerke.net>
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: "da",
10
11        tooltips: {
12                bold:           "Fed",
13                italic:         "Kursiv",
14                underline:      "Understregning",
15                strikethrough:  "Overstregning ",
16                subscript:      "Sænket skrift",
17                superscript:    "Hævet skrift",
18                justifyleft:    "Venstrejuster",
19                justifycenter:  "Centrer",
20                justifyright:   "Højrejuster",
21                justifyfull:    "Lige margener",
22                orderedlist:    "Opstilling med tal",
23                unorderedlist:  "Opstilling med punkttegn",
24                outdent:        "Formindsk indrykning",
25                indent:         "Forøg indrykning",
26                forecolor:      "Skriftfarve",
27                backcolor:      "Baggrundsfarve",
28                horizontalrule: "Horisontal linie",
29                createlink:     "Indsæt hyperlink",
30                insertimage:    "Indsæt billede",
31                inserttable:    "Indsæt tabel",
32                htmlmode:       "HTML visning",
33                popupeditor:    "Vis editor i popup",
34                about:          "Om htmlarea",
35                help:           "Hjælp",
36                textindicator:  "Anvendt stil"
37        }
38};
Note: See TracBrowser for help on using the repository browser.