home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / fi.js < prev    next >
Text File  |  2004-03-08  |  1KB  |  47 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: "en",
  8.  
  9.     tooltips: {
  10.         bold:               "Lihavoitu",
  11.         italic:             "Kursivoitu",
  12.         underline:          "Alleviivattu",
  13.         strikethrough:      "Yliviivattu",
  14.         subscript:          "Alaindeksi",
  15.         superscript:        "YlΣindeksi",
  16.         justifyleft:        "Tasaa vasemmat reunat",
  17.         justifycenter:      "KeskitΣ",
  18.         justifyright:       "Tasaa oikeat reunat",
  19.         justifyfull:        "Tasaa molemmat reunat",
  20.         insertorderedlist:     "Numerointi",
  21.         insertunorderedlist:     "Luettelomerkit",
  22.         outdent:            "LisΣΣ sisennystΣ",
  23.         indent:             "PienennΣ sisennystΣ",
  24.         forecolor:          "Fontin vΣri",
  25.         hilitecolor:        "TaustavΣri",
  26.         inserthorizontalrule:     "Vaakaviiva",
  27.         createlink:         "LisΣΣ Linkki",
  28.         insertimage:        "LisΣΣ Kuva",
  29.         inserttable:        "LisΣΣ Taulu",
  30.         htmlmode:           "HTML LΣhdekoodi vs WYSIWYG",
  31.         popupeditor:        "Suurenna Editori",
  32.         about:              "Tietoja Editorista",
  33.         showhelp:               "NΣytΣ Ohje",
  34.         textindicator:      "Nykyinen tyyli",
  35.         undo:               "Peruuta viimeinen toiminto",
  36.         redo:               "Palauta viimeinen toiminto",
  37.         cut:                "Leikkaa maalattu",
  38.         copy:               "Kopioi maalattu",
  39.         paste:              "LiitΣ leikepy÷dΣltΣ"
  40.     },
  41.  
  42.     buttons: {
  43.         "ok":               "HyvΣksy",
  44.         "cancel":           "Peruuta"
  45.     }
  46. };
  47.