Use required attribute.
[pykickstart.git] / po / nl.po
blob41f0164cdfa80a448cfd9e447e7192b54d54d575
1 # translation of pykickstart to Dutch
2 # Copyright (C) 2006 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the pykickstart package.
5 # Roland Hermans <rolandh@users.sourceforge.net>, 2006.
6 # Peter van Egdom <p.van.egdom@gmail.com>, 2006.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: pykickstart\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2006-05-24 13:59-0400\n"
12 "PO-Revision-Date: 2006-06-29 00:19+0200\n"
13 "Last-Translator: Peter van Egdom <p.van.egdom@gmail.com>\n"
14 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: KBabel 1.11.2\n"
20 #: ../pykickstart/parser.py:45
21 #, python-format
22 msgid ""
23 "The following problem occurred on line %s of the kickstart file:\n"
24 "\n"
25 "%s\n"
26 msgstr ""
27 "Het volgende probleem deed zich voor op regel %s van het kickstart-bestand:\n"
28 "\n"
29 "%s\n"
31 #: ../pykickstart/parser.py:47
32 #, python-format
33 msgid "There was a problem reading from line %s of the kickstart file"
34 msgstr ""
35 "Er was een probleem met het lezen van regel %s van het kickstart-bestand"
37 #: ../pykickstart/parser.py:104
38 #, python-format
39 msgid "Option %s is required"
40 msgstr "Optie %s is verplicht"
42 #: ../pykickstart/parser.py:107
43 #, python-format
44 msgid ""
45 "Ignoring deprecated option on line %s:  The %s option has been deprecated "
46 "and no longer has any effect.  It may be removed from future releases, which "
47 "will result in a fatal error from kickstart.  Please modify your kickstart "
48 "file to remove this option."
49 msgstr ""
50 "Verouderde optie op regel %s wordt genegeerd:  De %s optie is verouderd en "
51 "heeft geen effect meer.  Het kan worden verwijderd in toekomstige versies, "
52 "wat zal resulteren in een fatale fout van kickstart.  Pas uw kickstart-"
53 "bestand aan om deze optie te verwijderen."
55 #: ../pykickstart/parser.py:139
56 msgid "Required flag set for option that doesn't take a value"
57 msgstr "Vereiste vlag gezet voor optie die geen waarde neemt"
59 #: ../pykickstart/parser.py:147
60 #, python-format
61 msgid "Option %s: invalid boolean value: %r"
62 msgstr "Optie %s: ongeldige booleaanse waarde: %r"
64 #: ../pykickstart/parser.py:291
65 #, python-format
66 msgid ""
67 "Ignoring deprecated command on line %s:  The %s command has been deprecated "
68 "and no longer has any effect.  It may be removed from future releases, which "
69 "will result in a fatal error from kickstart.  Please modify your kickstart "
70 "file to remove this command."
71 msgstr ""
72 "Verouderd commando op regel %s wordt genegeerd:  Het %s commando is "
73 "verouderd en heeft geen effect meer.  Het kan worden verwijderd in "
74 "toekomstige versies, wat zal resulteren in een fatale fout van kickstart.  "
75 "Pas uw kickstart-bestand aan om dit commando te verwijderen."
77 #: ../pykickstart/parser.py:298 ../pykickstart/parser.py:421
78 #: ../pykickstart/parser.py:489 ../pykickstart/parser.py:770
79 #: ../pykickstart/parser.py:788
80 #, python-format
81 msgid "Command %s does not take any arguments"
82 msgstr "Commando %s neemt geen enkel argument"
84 #: ../pykickstart/parser.py:427 ../pykickstart/parser.py:433
85 #, python-format
86 msgid "Command %s only takes one argument"
87 msgstr "Commando %s neemt slechts een enkel argument"
89 #: ../pykickstart/parser.py:470 ../pykickstart/parser.py:641
90 #: ../pykickstart/parser.py:721
91 #, python-format
92 msgid "Mount point required for %s"
93 msgstr "Koppelpunt vereist voor %s"
95 #: ../pykickstart/parser.py:523 ../pykickstart/parser.py:874
96 #, python-format
97 msgid "Unexpected arguments to %s command: %s"
98 msgstr "Onverwachte argumenten voor %s commando: %s"
100 #: ../pykickstart/parser.py:577
101 #, python-format
102 msgid "Device '%s' is already used in multipath '%s'"
103 msgstr "Apparaat '%s' is al gebruikt in multipath '%s'"
105 #: ../pykickstart/parser.py:672
106 msgid ""
107 "Only one of --baseurl and --mirrorlist may be specified for repo command."
108 msgstr ""
109 "Slechts een van --baseurl en --mirrorlist mag worden gespecificeerd voor "
110 "repo commando."
112 #: ../pykickstart/parser.py:675
113 msgid "One of --baseurl or --mirrorlist must be specified for repo command."
114 msgstr ""
115 "Een van --baseurl of --mirrorlist moet worden gespecificeerd voor repo "
116 "commando."
118 #: ../pykickstart/parser.py:738 ../pykickstart/parser.py:782
119 #, python-format
120 msgid "A single argument is expected for the %s command"
121 msgstr "Een enkel argument wordt verwacht voor het %s commando"
123 #: ../pykickstart/parser.py:880
124 #, python-format
125 msgid ""
126 "Ignoring deprecated option on line %s:  The zerombr command no longer takes "
127 "any options.  In future releases, this will result in a fatal error from "
128 "kickstart.  Please modify your kickstart file to remove any options."
129 msgstr ""
130 "Verouderde optie op regel %s wordt genegeerd:  Het zerombr commando neemt "
131 "niet langer een optie.  In toekomstige versies zal dit resulteren in een "
132 "fatale fout van kickstart.  Pas uw kickstart-bestand aan om de opties te "
133 "verwijderen."
135 #: ../pykickstart/parser.py:949
136 #, python-format
137 msgid "Unknown command: %s"
138 msgstr "Onbekend commando: %s"
140 #: ../validator/ksvalidator:36
141 msgid "halt after the first error or warning"
142 msgstr "gestopt na de eerste fout of waarschuwing"
144 #: ../validator/ksvalidator:39
145 #, python-format
146 msgid "parse include files when %include is seen"
147 msgstr "Verwerk include-bestanden wanneer %include is gezien"
149 #: ../validator/ksvalidator:62
150 #, python-format
151 msgid ""
152 "File uses a deprecated option or command.\n"
153 "%s"
154 msgstr ""
155 "Bestand gebruikt een verouderde optie of commando.\n"
156 "%s"
158 #: ../validator/ksvalidator:68
159 msgid "General kickstart error in input file"
160 msgstr "Algemene kickstart-fout in invoerbestand"
162 #: ../validator/ksvalidator:71
163 #, python-format
164 msgid "General error in input file:  %s"
165 msgstr "Algemene fout in invoerbestand:  %s"