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

  1. // I18N constants
  2.  
  3. HTMLArea.I18N = {
  4.  
  5.     // the following should be the filename without .js extension
  6.     // it will be used for automatically load plugin language.
  7.     lang: "nb",
  8.  
  9.     tooltips: {
  10.         bold:           "Fet",
  11.         italic:         "Kursiv",
  12.         underline:      "Understreket",
  13.         strikethrough:  "Gjennomstreket",
  14.         subscript:      "Senket",
  15.         superscript:    "Hevet",
  16.         justifyleft:    "Venstrejuster",
  17.         justifycenter:  "Midtjuster",
  18.         justifyright:   "H°yrejuster",
  19.         justifyfull:    "Blokkjuster",
  20.         orderedlist:    "Nummerert liste",
  21.         unorderedlist:  "Punktmerket liste",
  22.         outdent:        "╪ke innrykk",
  23.         indent:         "Reduser innrykk",
  24.         forecolor:      "Skriftfarge",
  25.         backcolor:      "Bakgrunnsfarge",
  26.         horizontalrule: "Horisontal linje",
  27.         createlink:     "Sett inn lenke",
  28.         insertimage:    "Sett inn bilde",
  29.         inserttable:    "Sett inn tabell",
  30.         htmlmode:       "Vis HTML kode",
  31.         popupeditor:    "Forst°rr redigeringsvindu",
  32.         about:          "Om..",
  33.         help:           "Hjelp",
  34.         textindicator:  "Gjeldende stil"
  35.     }
  36. };
  37.