-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnl.tmac
150 lines (150 loc) · 4.21 KB
/
nl.tmac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.\" Dutch localization for groff
.\"
.\" Copyright (C) 2006-2018 Free Software Foundation, Inc.
.\" Written by Werner Lemberg (wl@gnu.org)
.\"
.\" This file is part of groff.
.\"
.\" groff is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" groff is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
.\" or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
.\" License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.\" Please send comments to groff@gnu.org.
.
.
.\" Locale string
.
.ds locale dutch\"
.
.
.\" Predefined text translations
.
.ds \*[locale]-abstract SAMENVATTING\"
.ds \*[locale]-app Bijlage\"
.ds \*[locale]-april april\"
.ds \*[locale]-attribute_string av\"
.ds \*[locale]-august augustus\"
.ds \*[locale]-chapter_string Hoofdstuk\"
.ds \*[locale]-december december\"
.ds \*[locale]-draft_string CONCEPT\"
.ds \*[locale]-endnote_string EINDNOTEN\"
.ds \*[locale]-february februari\"
.ds \*[locale]-finis_string EINDE\"
.ds \*[locale]-friday vrijdag\"
.ds \*[locale]-january januari\"
.ds \*[locale]-july juli\"
.ds \*[locale]-june juni\"
.ds \*[locale]-le vergelijkingen\"
.ds \*[locale]-letapp Goedgekeurd door\"
.ds \*[locale]-letat GERICHT AAN:\"
.ds \*[locale]-letcn VERTROUWELIJK\"
.ds \*[locale]-letdate datum\"
.ds \*[locale]-letfc Met vriendelijke groet,\"
.ds \*[locale]-letns!0 Kopie naar\"
.ds \*[locale]-letns!1 Kopie (met bijl.) naar\"
.ds \*[locale]-letns!10 Kopie (met bijl. naar\"
.ds \*[locale]-letns!11 Kopie (zonder bijl.) naar\"
.ds \*[locale]-letns!12 Alleen samenvatting naar\"
.ds \*[locale]-letns!13 Volledige document naar\"
.ds \*[locale]-letns!14 CC:
.ds \*[locale]-letns!2 Kopie (zonder bijl.) naar\"
.ds \*[locale]-letns!3 Att.\"
.ds \*[locale]-letns!4 Atts.\"
.ds \*[locale]-letns!5 Enc.\"
.ds \*[locale]-letns!6 Encs.\"
.ds \*[locale]-letns!7 Met een ander titelblad\"
.ds \*[locale]-letns!8 Brief naar\"
.ds \*[locale]-letns!9 Document naar\"
.ds \*[locale]-letns!copy Kopie \" space!
.ds \*[locale]-letns!to " naar\"
.ds \*[locale]-letrn Verwijzend naar:
.ds \*[locale]-letsa Aan de betrokkene\"
.ds \*[locale]-letsj Inhoud:
.ds \*[locale]-lf Figuren\"
.ds \*[locale]-licon Inhoudsopgave\"
.ds \*[locale]-liec Vergelijking\"
.ds \*[locale]-liex Opstelling\"
.ds \*[locale]-lifg Figuur\"
.ds \*[locale]-litb Tabel\"
.ds \*[locale]-lt Tabellen\"
.ds \*[locale]-lx Opstellingen\"
.ds \*[locale]-march maart\"
.ds \*[locale]-may mei\"
.ds \*[locale]-monday maandag\"
.ds \*[locale]-november november\"
.ds \*[locale]-october oktober\"
.ds \*[locale]-paper A4\"
.ds \*[locale]-qrf Zie hoofdstuk \\*[Qrfh], pagina \\*[Qrfp].\"
.ds \*[locale]-references Referenties\"
.ds \*[locale]-revision_string Ver.\"
.ds \*[locale]-rp Referenties\"
.ds \*[locale]-saturday zaterdag\"
.ds \*[locale]-september september\"
.ds \*[locale]-sunday zondag\"
.ds \*[locale]-thursday donderdag\"
.ds \*[locale]-toc Inhoud\"
.ds \*[locale]-toc_header_string Inhoud\"
.ds \*[locale]-tuesday dinsdag\"
.ds \*[locale]-wednesday woensdag\"
.
.
.\" Activate the translations
.
.mso trans.tmac
.
.
.\" ms package
.if r GS \{\
. \" update the date
. ds DY \n[dy] \*[MO] \n[year]
. \" set hyphenation flags
. nr HY 4
.\}
.
.
.\" mm package -- additional Dutch localization is done in mnl.tmac
.
.
.\" me package
.if d @R \{\
. \" date update
. ds td \n(dy \*(mo \n(y4
.\}
.
.
.\" Default encoding
.mso latin1.tmac
.
.
.\" Dutch hyphenation (\lefthyphenmin=1, \righthyphenmin=2)
.ss 12 0
.hy 32
.hcode é é É é
.
.hla nl
.hpf hyphen.nl
.
.
.\" man, mdoc and mdoc-old are intentionally left untouched: usually
.\" these packages are translated in the sources of the documents.
.
.\" ====================================================================
.\" Editor settings
.\" ====================================================================
.
.\" Local Variables:
.\" mode: nroff
.\" coding: latin-1
.\" fill-column: 72
.\" End:
.\" vim: set filetype=groff textwidth=72: