1% txi-pl.tex -- adaptation to Polish for texinfo.tex. 2% $Id: txi-pl.tex,v 1.1.1.1 2006/07/17 16:03:58 espie Exp $ 3% 4% Copyright (C) 2003 Free Software Foundation. 5% 6% This program is free software; you can redistribute it and/or modify 7% it under the terms of the GNU General Public License as published by 8% the Free Software Foundation; either version 2 of the License, or 9% (at your option) any later version. 10% 11% This program is distributed in the hope that it will be useful, 12% but WITHOUT ANY WARRANTY; without even the implied warranty of 13% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14% GNU General Public License for more details. 15% 16% You should have received a copy of the GNU General Public License 17% along with this program; if not, write to the Free Software 18% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19% 20% Written by Wojciech Polak <polak@gnu.org> on 29-03-2003. 21% Modified by Staszek Wawrykiewicz <staw@gust.org.pl> on 01-04-2003. 22% 23\prefixing 24\gdef\putwordAppendix{Suplement} 25\gdef\putwordChapter{Rozdzia/l} 26\gdef\putwordfile{plik} 27\gdef\putwordin{w} 28\gdef\putwordIndexIsEmpty{(Skorowidz jest pusty)} 29\gdef\putwordIndexNonexistent{(Brak skorowidza)} 30\gdef\putwordInfo{Info} 31\gdef\putwordInstanceVariableof{Przyk/ladowa zmienna} 32\gdef\putwordMethodon{Metoda} 33\gdef\putwordNoTitle{Brak tytu/lu} 34\gdef\putwordof{z} 35\gdef\putwordon{na} 36\gdef\putwordpage{strona} 37\gdef\putwordsection{cz/e/s/c} 38\gdef\putwordSection{Cz/e/s/c} 39\gdef\putwordsee{zobacz} 40\gdef\putwordSee{Zobacz} 41\gdef\putwordShortTOC{Kr/otka zawarto/s/c} 42\gdef\putwordTOC{Spis tre/sci} 43% 44\gdef\putwordMJan{stycznia} 45\gdef\putwordMFeb{lutego} 46\gdef\putwordMMar{marca} 47\gdef\putwordMApr{kwietnia} 48\gdef\putwordMMay{maja} 49\gdef\putwordMJun{czerwca} 50\gdef\putwordMJul{lipca} 51\gdef\putwordMAug{sierpnia} 52\gdef\putwordMSep{wrze/snia} 53\gdef\putwordMOct{pa/xdziernika} 54\gdef\putwordMNov{listopada} 55\gdef\putwordMDec{grudnia} 56% 57\gdef\putwordDefmac{Makro} 58\gdef\putwordDefspec{Specjalna forma} 59\gdef\putwordDefvar{Zmienna} 60\gdef\putwordDefopt{Opcja u/zytkownika} 61\gdef\putwordDeffunc{Funkcja} 62\nonprefixing 63% 64% Produces Day Month Year style of output. 65% 66\def\today{% 67 \number\day\space 68 \ifcase\month 69 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr 70 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug 71 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec 72 \fi 73 \space\number\year} 74