]> git.donarmstrong.com Git - lilypond.git/blob - tex/txi-nl.tex
Add '-dcrop' option to ps and svg backends
[lilypond.git] / tex / txi-nl.tex
1 % $Id$
2 % txi-nl.tex -- Dutch translations for texinfo.tex.  
3 %
4 % Copyright 1999, 2007, 2008 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 3 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, see <http://www.gnu.org/licenses/>.
18
19 \txisetlanguage{dutch}{2}{2}
20
21 \plainfrenchspacing
22
23 \gdef\putwordAppendix{Appendix}
24 \gdef\putwordChapter{Hoofdstuk}
25 \gdef\putwordfile{bestand}
26 \gdef\putwordin{in}
27 \gdef\putwordIndexIsEmpty{(Index is leeg)}
28 \gdef\putwordIndexNonexistent{(Index bestaat niet)}
29 \gdef\putwordInfo{Info}
30 \gdef\putwordInstanceVariableof{Instantie Variabele van}
31 \gdef\putwordMethodon{Methode van}
32 \gdef\putwordNoTitle{Geen titel}
33 \gdef\putwordof{van}
34 \gdef\putwordon{op}
35 \gdef\putwordpage{pagina}
36 \gdef\putwordsection{sectie}
37 \gdef\putwordSection{Sectie}
38 \gdef\putwordsee{zie}
39 \gdef\putwordSee{Zie}
40 \gdef\putwordShortTOC{Korte inhoudsopgave}
41 \gdef\putwordTOC{Inhoudsopgave}
42 %
43 \gdef\putwordMJan{Januari}
44 \gdef\putwordMFeb{Februari}
45 \gdef\putwordMMar{Maart}
46 \gdef\putwordMApr{April}
47 \gdef\putwordMMay{Mei}
48 \gdef\putwordMJun{Juni}
49 \gdef\putwordMJul{Juli}
50 \gdef\putwordMAug{Augustus}
51 \gdef\putwordMSep{September}
52 \gdef\putwordMOct{Oktober}
53 \gdef\putwordMNov{November}
54 \gdef\putwordMDec{December}
55 %
56 \gdef\putwordDefmac{Macro}
57 \gdef\putwordDefspec{Speciale Vorm}
58 \gdef\putwordDefvar{Variabele}
59 \gdef\putwordDefopt{Gebruikers optie}
60 \gdef\putwordDeffunc{Functie}
61
62 % Produces Day Month Year style of output.
63 \def\today{%
64   \number\day\space
65   \ifcase\month
66   \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
67   \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
68   \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
69   \fi
70   \space\number\year}