No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / texinfo / doc / txi-nl.tex
blob54a9ab1234f59590c656a14263d08042f8d6402e
1 % Dutch translation for texinfo.tex.
2 % Id: txi-nl.tex,v 1.3 2004/04/11 17:56:45 karl Exp
4 % Copyright (C) 1999 Free Software Foundation.
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.
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.
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.
20 % Set up fixed words if not already set.
21 \gdef\putwordAppendix{Appendix}
22 \gdef\putwordChapter{Hoofdstuk}
23 \gdef\putwordfile{bestand}
24 \gdef\putwordin{in}
25 \gdef\putwordIndexIsEmpty{(Index is leeg)}
26 \gdef\putwordIndexNonexistent{(Index bestaat niet)}
27 \gdef\putwordInfo{Info}
28 \gdef\putwordInstanceVariableof{Instantie Variabele van}
29 \gdef\putwordMethodon{Methode van}
30 \gdef\putwordNoTitle{Geen titel}
31 \gdef\putwordof{van}
32 \gdef\putwordon{op}
33 \gdef\putwordpage{pagina}
34 \gdef\putwordsection{sectie}
35 \gdef\putwordSection{Sectie}
36 \gdef\putwordsee{zie}
37 \gdef\putwordSee{Zie}
38 \gdef\putwordShortTOC{Korte inhoudsopgave}
39 \gdef\putwordTOC{Inhoudsopgave}
41 \gdef\putwordMJan{Januari}
42 \gdef\putwordMFeb{Februari}
43 \gdef\putwordMMar{Maart}
44 \gdef\putwordMApr{April}
45 \gdef\putwordMMay{Mei}
46 \gdef\putwordMJun{Juni}
47 \gdef\putwordMJul{Juli}
48 \gdef\putwordMAug{Augustus}
49 \gdef\putwordMSep{September}
50 \gdef\putwordMOct{Oktober}
51 \gdef\putwordMNov{November}
52 \gdef\putwordMDec{December}
54 \gdef\putwordDefmac{Macro}
55 \gdef\putwordDefspec{Speciale Vorm}
56 \gdef\putwordDefvar{Variabele}
57 \gdef\putwordDefopt{Gebruikers optie}
58 \gdef\putwordDeffunc{Functie}
60 % Produces Day Month Year style of output.
61 \def\today{%
62 \number\day\space
63 \ifcase\month
64 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
65 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
66 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
67 \fi
68 \space\number\year}