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

  1. // I18N constants
  2.  
  3. // LANG: "lt", ENCODING: UTF-8
  4. // Author: Jaroslav ┼áatkevi─ì, <jaro@akl.lt>
  5.  
  6.  
  7. HTMLArea.I18N = {
  8.  
  9.     // the following should be the filename without .js extension
  10.     // it will be used for automatically load plugin language.
  11.     lang: "lt",
  12.  
  13.     tooltips: {
  14.         bold:           "Pary┼íkinti",
  15.         italic:         "Kursyvas",
  16.         underline:      "Pabraukti",
  17.         strikethrough:  "Perbraukti",
  18.         subscript:      "Apatinis indeksas",
  19.         superscript:    "Vir┼íutinis indeksas",
  20.         justifyleft:    "Lygiavimas pagal kair─Ö",
  21.         justifycenter:  "Lygiavimas pagal centr─à",
  22.         justifyright:   "Lygiavimas pagal de┼íin─Ö",
  23.         justifyfull:    "Lygiuoti pastraip─à",
  24.         orderedlist:    "Numeruotas s─àra┼ías",
  25.         unorderedlist:  "Su┼╛enklintas s─àra┼ías",
  26.         outdent:        "Suma┼╛inti para┼ít─Ö",
  27.         indent:         "Padidinti para┼ít─Ö",
  28.         forecolor:      "┼árifto spalva",
  29.         hilitecolor:    "Fono spalva",
  30.         horizontalrule: "Horizontali linija",
  31.         createlink:     "─«terpti nuorod─à",
  32.         insertimage:    "─«terpti paveiksliuk─à",
  33.         inserttable:    "─«terpti lentel─Ö",
  34.         htmlmode:       "Perjungti ─» HTML/WYSIWYG",
  35.         popupeditor:    "I┼ípl─ùstas redagavimo ekranas/Enlarge Editor",
  36.         about:          "Apie redaktori┼│",
  37.         showhelp:       "Pagalba naudojant redaktori┼│",
  38.         textindicator:  "Dabartinis stilius",
  39.         undo:           "At┼íaukia paskutini j┼½s┼│ veiksm─à",
  40.         redo:           "Pakartoja paskutin─» at┼íaukt─à j┼½s┼│ veiksm─à",
  41.         cut:            "I┼íkirpti",
  42.         copy:           "Kopijuoti",
  43.         paste:          "─«terpti"
  44.     },
  45.  
  46.     buttons: {
  47.         "ok":           "OK",
  48.         "cancel":       "At┼íaukti"
  49.     },
  50.  
  51.     msg: {
  52.         "Path":         "Kelias",
  53.         "TEXT_MODE":    "J┼½s esete teksto re┼╛ime.  Naudokite [<>] mygtuk─à gr─»┼╛imui ─» WYSIWYG."
  54.     }
  55. };
  56.