home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / pl.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: "pl",
  8.  
  9.     tooltips: {
  10.         bold:           "Pogrubienie",
  11.         italic:         "Pochylenie",
  12.         underline:      "Podkre£lenie",
  13.         strikethrough:  "Przekre£lenie",
  14.         subscript:      "Indeks dolny",
  15.         superscript:    "Indeks g≤rny",
  16.         justifyleft:    "Wyr≤wnaj do lewej",
  17.         justifycenter:  "Wy£rodkuj",
  18.         justifyright:   "Wyr≤wnaj do prawej",
  19.         justifyfull:    "Wyjustuj",
  20.         orderedlist:    "Numerowanie",
  21.         unorderedlist:  "Wypunktowanie",
  22.         outdent:        "Zmniejsz wciΩcie",
  23.         indent:         "ZwiΩksz wciΩcie",
  24.         forecolor:      "Kolor czcionki",
  25.         backcolor:      "Kolor t│a",
  26.         horizontalrule: "Linia pozioma",
  27.         createlink:     "Wstaw adres sieci Web",
  28.         insertimage:    "Wstaw obraz",
  29.         inserttable:    "Wstaw tabelΩ",
  30.         htmlmode:       "Edycja WYSIWYG/w ƒr≤dle strony",
  31.         popupeditor:    "Pe│ny ekran",
  32.         about:          "Informacje o tym edytorze",
  33.         help:           "Pomoc",
  34.         textindicator:  "Obecny styl"
  35.     }
  36. };
  37.