home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / plugins / SpellChecker / lang / cz.js next >
Text File  |  2004-03-08  |  2KB  |  38 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. SpellChecker.I18N = {
  16.     "CONFIRM_LINK_CLICK"                    : "Pros├¡m potvr─Åte otev┼Öen├¡ tohoto odkazu",
  17.     "Cancel"                                : "Zru┼íit",
  18.     "Dictionary"                            : "Slovn├¡k",
  19.     "Finished list of mispelled words"      : "Dokon─ìen seznam chybn├╜ch slov",
  20.     "I will open it in a new page."         : "Bude otev┼Öen jej v nov├⌐ str├ínce.",
  21.     "Ignore all"                            : "Ignorovat v┼íe",
  22.     "Ignore"                                : "Ignorovat",
  23.     "NO_ERRORS"                             : "Podle zvolen├⌐ho slovn├¡ku nebyla nalezena ┼╛├ídn├í chybn├í slova.",
  24.     "NO_ERRORS_CLOSING"                     : "Kontrola spr├ívnosti slov dokon─ìena, nebyla nalezena ┼╛├ídn├í chybn├í slova. Ukon─ìov├ín├¡ ...",
  25.     "OK"                                    : "OK",
  26.     "Original word"                         : "P┼»vodn├¡ slovo",
  27.     "Please wait.  Calling spell checker."  : "Pros├¡m ─ìekejte. Komunikuace s kontrolou spr├ívnosti slov.",
  28.     "Please wait: changing dictionary to"   : "Pros├¡m ─ìekejte: zm─¢na adres├í┼Öe na",
  29.     "QUIT_CONFIRMATION"                     : "Zm─¢ny budou zru┼íeny a kontrola spr├ívnosti slov ukon─ìena. Pros├¡m potvr─Åte.",
  30.     "Re-check"                              : "P┼Öekontrolovat",
  31.     "Replace all"                           : "Zam─¢nit v┼íechno",
  32.     "Replace with"                          : "Zam─¢nit za",
  33.     "Replace"                               : "Zam─¢nit",
  34.     "SC-spell-check"                        : "Kontrola spr├ívnosti slov",
  35.     "Suggestions"                           : "Doporu─ìen├¡",
  36.     "pliz weit ;-)"                         : "strpen├¡ pros├¡m ;-)"
  37. };
  38.