home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / da.js < prev    next >
Text File  |  2004-03-08  |  1KB  |  39 lines

  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. };
  39.