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

  1. ∩╗┐// I18N constants
  2.  
  3. // LANG: "cz", ENCODING: UTF-8 | ISO-8859-2
  4. // Author: Jiri L├╢w, <jirilow@jirilow.com>
  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: "cz",
  20.  
  21.     tooltips: {
  22.         bold:           "Tu─ìn─¢",
  23.         italic:         "Kurz├¡va",
  24.         underline:      "Podtr┼╛en├¡",
  25.         strikethrough:  "P┼Öe┼íkrtnut├¡",
  26.         subscript:      "Doln├¡ index",
  27.         superscript:    "Horn├¡ index",
  28.         justifyleft:    "Zarovnat doleva",
  29.         justifycenter:  "Na st┼Öed",
  30.         justifyright:   "Zarovnat doprava",
  31.         justifyfull:    "Zarovnat do stran",
  32.         orderedlist:    "Seznam",
  33.         unorderedlist:  "Odr├í┼╛ky",
  34.         outdent:        "P┼Öedsadit",
  35.         indent:         "Odsadit",
  36.         forecolor:      "Barva p├¡sma",
  37.         hilitecolor:    "Barva pozad├¡",
  38.         horizontalrule: "Vodorovn├í ─ì├íra",
  39.         createlink:     "Vlo┼╛it odkaz",
  40.         insertimage:    "Vlo┼╛it obr├ízek",
  41.         inserttable:    "Vlo┼╛it tabulku",
  42.         htmlmode:       "P┼Öepnout HTML",
  43.         popupeditor:    "Nov├⌐ okno editoru",
  44.         about:          "O t├⌐to aplikaci",
  45.         showhelp:       "N├ípov─¢da aplikace",
  46.         textindicator:  "Zvolen├╜ styl",
  47.         undo:           "Vr├ít├¡ posledn├¡ akci",
  48.         redo:           "Opakuje posledn├¡ akci",
  49.         cut:            "Vyjmout",
  50.         copy:           "Kop├¡rovat",
  51.         paste:          "Vlo┼╛it"
  52.     },
  53.  
  54.     buttons: {
  55.         "ok":           "OK",
  56.         "cancel":       "Zru┼íit"
  57.     },
  58.  
  59.     msg: {
  60.         "Path":         "Cesta",
  61.         "TEXT_MODE":    "Jste v TEXTOV├ëM RE┼╜IMU.  Pou┼╛ijte tla─ì├¡tko [<>] pro p┼Öepnut├¡ do WYSIWIG."
  62.     }
  63. };
  64.