source: trunk/texinfo/doc/txi-cs.tex@ 3003

Last change on this file since 3003 was 2617, checked in by bird, 19 years ago

GNU Texinfo 4.8

File size: 2.3 KB
Line 
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%
Note: See TracBrowser for help on using the repository browser.