/[public]/getopt/trunk/po/nl.po
ViewVC logotype

Diff of /getopt/trunk/po/nl.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 259 Revision 366
1# nl.po - onvolledig testfragment voor util-linux 1# Dutch translations for the 'util-linux' Linux Utilities.
2# aeb@cwi.nl 2# This file is distributed under the same license as the util-linux package.
3# 3#
4# This is placed in the public domain 4# Permission is granted to freely copy and distribute this file
5# and modified versions, provided that this header is not removed
6# and modified versions are marked as such.
5# 7#
6#: getopt.c:203 getopt.c:211 getopt.c:375 8# ╒════════════════════════╕
9# │ ¿Qué corchos será eso? │
10# ╘════════════════════════╛
11#
12# Woordgebruik:
13# block -> blok
14# sector -> sector
15# cylinder -> cilinder
16# volume -> volumen
17# (inode blijft onvertaald)
18#
19# Berichtvertalingen die met ### beginnen zijn in feite debug-meldingen
20# en de bijbehorende msgids zouden niet in dit bestand moeten voorkomen.
21#
22# Taco Witte <tcwitte@cs.uu.nl>, 2002, 2003.
23# Luk Claes <luk.claes@ugent.be>, 2005.
24# Benno Schulenberg <benno@vertaalt.nl>, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
7msgid "" 25msgid ""
8msgstr "" 26msgstr ""
9"Project-Id-Version: getopt 1.1.0\n" 27"Project-Id-Version: util-linux-2.25-rc3\n"
28"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2000-07-02 00:38+0200\n" 29"POT-Creation-Date: 2014-11-22 13:14+0100\n"
11"PO-Revision-Date: 1999-02-25 20:46+0100\n" 30"PO-Revision-Date: 2014-07-06 12:29+0200\n"
12"Last-Translator: Andries Brouwer <aeb@cwi.nl>\n" 31"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
32"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
33"Language: nl\n"
13"MIME-Version: 1.0\n" 34"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=CHARSET\n" 35"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: ENCODING\n" 36"Content-Transfer-Encoding: 8bit\n"
37"X-Generator: Lokalize 1.0\n"
38"Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 39
17#: getopt.c:89 getopt.c:99
18#, c-format
19msgid "%s: Out of memory!\n"
20msgstr "%s: Geheugen is vol!\n"
21
22#: getopt.c:89 40#: getopt.c:228
23msgid "getopt"
24msgstr ""
25
26#: getopt.c:99
27msgid "geopt"
28msgstr ""
29
30#: getopt.c:200
31#, c-format 41#, c-format
32msgid " --%s" 42msgid "Try `%s --help' for more information.\n"
33msgstr "" 43msgstr "Typ '%s --help' voor meer informatie.\n"
34 44
35#: getopt.c:202 getopt.c:205 getopt.c:210 getopt.c:218
36#, c-format
37msgid " %s"
38msgstr ""
39
40#: getopt.c:207 45#: getopt.c:297
41#, c-format 46msgid "empty long option after -l or --long argument"
42msgid " -%c" 47msgstr "lege optiereeks na optie '-l' of '--long'"
43msgstr ""
44 48
45#: getopt.c:216 49#: getopt.c:318
46msgid " --" 50msgid "unknown shell after -s or --shell argument"
47msgstr "" 51msgstr "onbekende shell na optie '-s' of '--shell'"
48 52
49#: getopt.c:219 53#: getopt.c:325
54#, c-format
55msgid ""
56" %1$s optstring parameters\n"
57" %1$s [options] [--] optstring parameters\n"
58" %1$s [options] -o|--options optstring [options] [--] parameters\n"
59msgstr ""
60" %1$s <optiereeks> <parameters>\n"
61" %1$s [opties] [--] <optiereeks> <parameters>\n"
62" %1$s [opties] -o|--options <optiereeks> [opties] [--] <parameters>\n"
63
64#: getopt.c:331
65msgid ""
66" -a, --alternative Allow long options starting with single -\n"
67msgstr " -a, --alternative lange opties met één '-' toestaan\n"
68
69#: getopt.c:332
70msgid " -l, --longoptions <longopts> Long options to be recognized\n"
71msgstr " -l, --longoptions=<optiereeks> te herkennen lange opties\n"
72
73#: getopt.c:333
74msgid ""
75" -n, --name <progname> The name under which errors are reported\n"
76msgstr " -n, --name=<programmanaam> fouten rapporteren onder deze naam\n"
77
78#: getopt.c:334
79msgid " -o, --options <optstring> Short options to be recognized\n"
80msgstr " -o, --options=<optiereeks> te herkennen korte opties\n"
81
82#: getopt.c:335
83msgid " -q, --quiet Disable error reporting by getopt(3)\n"
84msgstr ""
85" -q, --quiet foutrapportage van getopt(3) uitzetten\n"
86
87#: getopt.c:336
88msgid " -Q, --quiet-output No normal output\n"
89msgstr " -Q, --quiet-output gewone uitvoer onderdrukken\n"
90
91#: getopt.c:337
92msgid " -s, --shell <shell> Set shell quoting conventions\n"
93msgstr ""
94" -s, --shell=<shell> aanhalingsconventies van deze shell "
95"gebruiken\n"
96
97#: getopt.c:338
98msgid " -T, --test Test for getopt(1) version\n"
99msgstr ""
100" -T, --test bepalen of dit een verbeterde getopt(1) is\n"
101
102#: getopt.c:339
103msgid " -u, --unquoted Do not quote the output\n"
104msgstr " -u, --unquoted de uitvoer niet aanhalen\n"
105
106#: getopt.c:390 getopt.c:449
107msgid "missing optstring argument"
108msgstr "ontbrekende optiereeks"
109
110#: getopt.c:444
111msgid "internal error, contact the author."
112msgstr "**interne programmafout**; neem contact op met de auteur"
113
114#: util-linux-compat.h:11
115msgid ""
116"\n"
117"Usage:\n"
118msgstr ""
119"\n"
120"Gebruik:\n"
121
122#: util-linux-compat.h:12
123msgid ""
124"\n"
125"Options:\n"
126msgstr ""
127"\n"
128"Opties:\n"
129
130#: util-linux-compat.h:13
50msgid "\n" 131msgid "\n"
51msgstr "" 132msgstr "\n"
52 133
53#: getopt.c:232 134#: util-linux-compat.h:14
54#, c-format 135msgid " -h, --help display this help and exit\n"
55msgid "getopt: %s\n" 136msgstr " -h, --help deze hulptekst tonen en stoppen\n"
56msgstr ""
57 137
58#: getopt.c:233 138#: util-linux-compat.h:15
59msgid "Try `getopt --help' for more information.\n" 139msgid " -V, --version output version information and exit\n"
60msgstr "" 140msgstr " -V, --version programmaversie tonen en stoppen\n"
61 141
62#: getopt.c:286 getopt.c:304 142#: util-linux-compat.h:16
63msgid ", \t\n" 143#, c-format
64msgstr ""
65
66#: getopt.c:299
67msgid "empty long option after -l or --long argument"
68msgstr ""
69
70#: getopt.c:310
71msgid "bash"
72msgstr ""
73
74#: getopt.c:312
75msgid "tcsh"
76msgstr ""
77
78#: getopt.c:314
79msgid "sh" 144msgid ""
145"\n"
146"For more details see %s.\n"
80msgstr "" 147msgstr ""
148"\n"
149"Voor meer informatie zie %s.\n"
81 150
151#: util-linux-compat.h:18
152#, c-format
153msgid "%s (enhanced) %s\n"
154msgstr ""
155
82#: getopt.c:316 156#: gnu/getopt.c:678
83msgid "csh" 157#, c-format
158msgid "%s: option `%s' is ambiguous\n"
84msgstr "" 159msgstr ""
85 160
86#: getopt.c:319
87msgid "unknown shell after -s or --shell argument"
88msgstr ""
89
90#: getopt.c:324 161#: gnu/getopt.c:702
91msgid "Usage: getopt optstring parameters\n" 162#, c-format
163msgid "%s: option `--%s' doesn't allow an argument\n"
92msgstr "" 164msgstr ""
93 165
94#: getopt.c:325
95msgid " getopt [options] [--] optstring parameters\n"
96msgstr ""
97
98#: getopt.c:326
99msgid " getopt [options] -o|--options optstring [options] [--]\n"
100msgstr ""
101
102#: getopt.c:327 166#: gnu/getopt.c:707
103msgid " parameters\n" 167#, c-format
104msgstr " parameters\n" 168msgid "%s: option `%c%s' doesn't allow an argument\n"
105
106#: getopt.c:328
107msgid ""
108" -a, --alternative Allow long options starting with single -\n"
109msgstr "" 169msgstr ""
110 170
111#: getopt.c:329 171#: gnu/getopt.c:724 gnu/getopt.c:897
112msgid " -h, --help This small usage guide\n" 172#, c-format
173msgid "%s: option `%s' requires an argument\n"
113msgstr "" 174msgstr ""
114 175
115#: getopt.c:330
116msgid " -l, --longoptions=longopts Long options to be recognized\n"
117msgstr ""
118
119#: getopt.c:331
120msgid ""
121" -n, --name=progname The name under which errors are reported\n"
122msgstr ""
123
124#: getopt.c:332
125msgid " -o, --options=optstring Short options to be recognized\n"
126msgstr ""
127
128#: getopt.c:333
129msgid " -q, --quiet Disable error reporting by getopt(3)\n"
130msgstr ""
131
132#: getopt.c:334
133msgid " -Q, --quiet-output No normal output\n"
134msgstr ""
135
136#: getopt.c:335
137msgid " -s, --shell=shell Set shell quoting conventions\n"
138msgstr ""
139
140#: getopt.c:336
141msgid " -T, --test Test for getopt(1) version\n"
142msgstr ""
143
144#: getopt.c:337
145msgid " -u, --unqote Do not quote the output\n"
146msgstr ""
147
148#: getopt.c:338
149msgid " -V, --version Output version information\n"
150msgstr ""
151
152#: getopt.c:350
153msgid "options"
154msgstr ""
155
156#: getopt.c:351
157msgid "longoptions"
158msgstr ""
159
160#: getopt.c:352
161msgid "quiet"
162msgstr ""
163
164#: getopt.c:353 176#: gnu/getopt.c:753
165msgid "quiet-output" 177#, c-format
178msgid "%s: unrecognized option `--%s'\n"
166msgstr "" 179msgstr ""
167 180
168#: getopt.c:354
169msgid "shell"
170msgstr ""
171
172#: getopt.c:355
173msgid "test"
174msgstr ""
175
176#: getopt.c:356
177msgid "unquoted"
178msgstr ""
179
180#: getopt.c:357 181#: gnu/getopt.c:757
181msgid "help" 182#, c-format
182msgstr "" 183msgid "%s: unrecognized option `%c%s'\n"
183
184#: getopt.c:358
185#, fuzzy
186msgid "alternative"
187msgstr "%ld inodes\n"
188
189#: getopt.c:359
190#, fuzzy
191msgid "name"
192msgstr "Naam" 184msgstr ""
193 185
194#: getopt.c:360 186#: gnu/getopt.c:783
195msgid "version" 187#, c-format
196msgstr "" 188msgid "%s: illegal option -- %c\n"
189msgstr "%s: ongeldige optie -- %c\n"
197 190
198#: getopt.c:365 191#: gnu/getopt.c:786
199msgid "+ao:l:n:qQs:TuhV" 192#, c-format
193msgid "%s: invalid option -- %c\n"
200msgstr "" 194msgstr ""
201 195
196#: gnu/getopt.c:816 gnu/getopt.c:946
197#, c-format
198msgid "%s: option requires an argument -- %c\n"
199msgstr ""
200
202#: getopt.c:382 201#: gnu/getopt.c:863
203msgid "GETOPT_COMPATIBLE" 202#, c-format
203msgid "%s: option `-W %s' is ambiguous\n"
204msgstr "" 204msgstr ""
205 205
206#: getopt.c:390 206#: gnu/getopt.c:881
207msgid " --\n" 207#, c-format
208msgid "%s: option `-W %s' doesn't allow an argument\n"
208msgstr "" 209msgstr ""
209
210#: getopt.c:394 getopt.c:455
211msgid "missing optstring argument"
212msgstr ""
213
214#: getopt.c:400
215msgid "-+"
216msgstr ""
217
218#: getopt.c:443
219msgid "getopt (enhanced) 1.1.0\n"
220msgstr ""
221
222#: getopt.c:449
223msgid "internal error, contact the author."
224msgstr ""
225

Legend:
Removed from v.259  
changed lines
  Added in v.366

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26