txi-cs.tex 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. % $Id$
  2. % txi-cs.tex -- Czech translations for texinfo.tex.
  3. %
  4. % Copyright 1999, 2000, 2007, 2008 Free Software Foundation.
  5. %
  6. % Authors:
  7. % Vladimir Michl <Vladimir.Michl@mujweb.cz>
  8. % Stepan Kasal <kasal@ucw.cz>
  9. %
  10. % This program is free software; you can redistribute it and/or modify
  11. % it under the terms of the GNU General Public License as published by
  12. % the Free Software Foundation; either version 3 of the License, or
  13. % (at your option) any later version.
  14. %
  15. % This program is distributed in the hope that it will be useful,
  16. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. % GNU General Public License for more details.
  19. %
  20. % You should have received a copy of the GNU General Public License
  21. % along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. \txisetlanguage{czech}{2}{3}
  23. \plainfrenchspacing
  24. \gdef\putwordAppendix{Pøílohy}
  25. \gdef\putwordChapter{Kapitola}
  26. \gdef\putwordfile{soubor}
  27. \gdef\putwordin{v~knize}
  28. \gdef\putwordIndexIsEmpty{(Rejstøík je prázdný.)}
  29. \gdef\putwordIndexNonexistent{(Rejstøík neexistuje.)}
  30. \gdef\putwordInfo{Info}
  31. \gdef\putwordInstanceVariableof{Promìnná pro instance tøídy}
  32. \gdef\putwordMethodon{Metoda tøídy}
  33. \gdef\putwordNoTitle{Bez nadpisu}
  34. \gdef\putwordof{tøídy}
  35. \global\let\putwordon\putwordof
  36. \gdef\putwordpage{stránka}
  37. \gdef\putwordsection{oddíl}
  38. \gdef\putwordSection{Oddíl}
  39. \gdef\putwordsee{viz}
  40. \gdef\putwordSee{Viz}
  41. \gdef\putwordShortTOC{Struèný obsah}
  42. \gdef\putwordTOC{Obsah}
  43. %
  44. \gdef\putwordMJan{ledna}
  45. \gdef\putwordMFeb{února}
  46. \gdef\putwordMMar{bøezna}
  47. \gdef\putwordMApr{dubna}
  48. \gdef\putwordMMai{kvìtna}
  49. \gdef\putwordMJun{èervna}
  50. \gdef\putwordMJul{èervence}
  51. \gdef\putwordMAug{srpna}
  52. \gdef\putwordMSep{záøí}
  53. \gdef\putwordMOct{øíjna}
  54. \gdef\putwordMNov{listopadu}
  55. \gdef\putwordMDec{prosince}
  56. %
  57. \gdef\putwordDefmac{Makro}
  58. \gdef\putwordDefspec{Speciální forma}
  59. \gdef\putwordDefvar{Promìnná}
  60. \gdef\putwordDefopt{Volby}
  61. \gdef\putwordDeffunc{Funkce}
  62. %
  63. % Redefine \today to produce Czech
  64. % preferred dates such as 28. januar 1999.
  65. %
  66. \gdef\today{%
  67. \number\day.\nobreak\space
  68. \ifcase\month
  69. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  70. \or\putwordMMai\or\putwordMJun\or\putwordMJul\or\putwordMAug
  71. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  72. \fi
  73. \penalty3000\relax\space\number\year}
  74. %