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

  1. // Swedish version for htmlArea v3.0 - Alpha Release
  2. // - translated by pat<pat@engvall.nu>
  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: "se",
  10.  
  11.     tooltips: {
  12.         bold:           "Fet",
  13.         italic:         "Kursiv",
  14.         underline:      "Understruken",
  15.         strikethrough:  "Genomstruken",
  16.         subscript:      "NedsΣnkt",
  17.         superscript:    "Upph÷jd",
  18.         justifyleft:    "VΣnsterjustera",
  19.         justifycenter:  "Centrera",
  20.         justifyright:   "H÷gerjustera",
  21.         justifyfull:    "Marginaljustera",
  22.         orderedlist:    "Numrerad lista",
  23.         unorderedlist:  "Punktlista",
  24.         outdent:        "Minska indrag",
  25.         indent:         "╓ka indrag",
  26.         forecolor:      "TextfΣrg",
  27.         backcolor:      "BakgrundsfΣrg",
  28.         horizontalrule: "VσgrΣt linje",
  29.         createlink:     "Infoga lΣnk",
  30.         insertimage:    "Infoga bild",
  31.         inserttable:    "Infoga tabell",
  32.         htmlmode:       "Visa kΣllkod",
  33.         popupeditor:    "Visa i eget f÷nster",
  34.         about:          "Om denna editor",
  35.         help:           "HjΣlp",
  36.         textindicator:  "Nuvarande stil"
  37.     }
  38. };
  39.