File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / da.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Install HTMLArea

    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>