home *** CD-ROM | disk | FTP | other *** search
- // danish version for htmlArea v3.0 - Alpha Release
- // - translated by rene<rene@laerke.net>
- // term┤s and licenses are equal to htmlarea!
-
- HTMLArea.I18N = {
-
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "da",
-
- tooltips: {
- bold: "Fed",
- italic: "Kursiv",
- underline: "Understregning",
- strikethrough: "Overstregning ",
- subscript: "Sµnket skrift",
- superscript: "Hµvet skrift",
- justifyleft: "Venstrejuster",
- justifycenter: "Centrer",
- justifyright: "H°jrejuster",
- justifyfull: "Lige margener",
- orderedlist: "Opstilling med tal",
- unorderedlist: "Opstilling med punkttegn",
- outdent: "Formindsk indrykning",
- indent: "For°g indrykning",
- forecolor: "Skriftfarve",
- backcolor: "Baggrundsfarve",
- horizontalrule: "Horisontal linie",
- createlink: "Indsµt hyperlink",
- insertimage: "Indsµt billede",
- inserttable: "Indsµt tabel",
- htmlmode: "HTML visning",
- popupeditor: "Vis editor i popup",
- about: "Om htmlarea",
- help: "Hjµlp",
- textindicator: "Anvendt stil"
- }
- };
-