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

  1. // I18N constants
  2.  
  3. // LANG: "si", ENCODING: ISO-8859-2
  4. // Author: Tomaz Kregar, x_tomo_x@email.si
  5.  
  6. // FOR TRANSLATORS:
  7. //
  8. //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
  9. //      (at least a valid email address)
  10. //
  11. //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
  12. //      (if this is not possible, please include a comment
  13. //       that states what encoding is necessary.)
  14.  
  15. HTMLArea.I18N = {
  16.  
  17.     // the following should be the filename without .js extension
  18.     // it will be used for automatically load plugin language.
  19.     lang: "si",
  20.  
  21.     tooltips: {
  22.         bold:           "Krepko",
  23.         italic:         "Le╛eΦe",
  24.         underline:      "PodΦrtano",
  25.         strikethrough:  "PreΦrtano",
  26.         subscript:      "Podpisano",
  27.         superscript:    "Nadpisano",
  28.         justifyleft:    "Poravnaj levo",
  29.         justifycenter:  "Na sredino",
  30.         justifyright:   "Poravnaj desno",
  31.         justifyfull:    "Porazdeli vsebino",
  32.         orderedlist:    "O╣tevilΦevanje",
  33.         unorderedlist:  "OznaΦevanje",
  34.         outdent:        "Zmanj╣aj zamik",
  35.         indent:         "PoveΦaj zamik",
  36.         forecolor:      "Barva pisave",
  37.         hilitecolor:    "Barva ozadja",
  38.         horizontalrule: "Vodoravna Φrta",
  39.         createlink:     "Vstavi hiperpovezavo",
  40.         insertimage:    "Vstavi sliko",
  41.         inserttable:    "Vstavi tabelo",
  42.         htmlmode:       "Preklopi na HTML kodo",
  43.         popupeditor:    "PoveΦaj urejevalnik",
  44.         about:          "Vizitka za urejevalnik",
  45.         showhelp:       "PomoΦ za urejevalnik",
  46.         textindicator:  "Trenutni slog",
  47.         undo:           "Razveljavi zadnjo akcijo",
  48.         redo:           "Uveljavi zadnjo akcijo",
  49.         cut:            "Izre╛i",
  50.         copy:           "Kopiraj",
  51.         paste:          "Prilepi"
  52.     },
  53.  
  54.     buttons: {
  55.         "ok":           "V redu",
  56.         "cancel":       "PrekliΦi"
  57.     },
  58.  
  59.     msg: {
  60.         "Path":         "Pot",
  61.         "TEXT_MODE":    "Si v tekstovnem naΦinu.  Uporabi [<>] gumb za prklop nazaj na WYSIWYG."
  62.     }
  63. };
  64.