1 |
4
|
ryan
|
// 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 |
|
|
|
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: "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 |
|
|
};
|