1% Id: txi-cs.tex,v 1.3 2004/04/11 17:56:45 karl Exp 
2% Czech translation for texinfo.tex.
3%
4% Copyright (C) 1999, 2000 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 2 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, write to the Free Software
22% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23%
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%
75