Annotation of loncom/html/htmlarea/lang/da.js, revision 1.1
1.1 ! www 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:
! 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: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>