]>
Commit | Line | Data |
---|---|---|
1c7aefa9 | 1 | # Dutch messages for GNU bison. |
a05fafb9 | 2 | # Copyright (C) 1996, 2002 Free Software Foundation, Inc. |
1c7aefa9 | 3 | # Erick Branderhorst <branderh@debian.org>, 1996. |
a05fafb9 | 4 | # Tim Van Holder <tim.van.holder@pandora.be>, 2002. |
1c7aefa9 JT |
5 | # |
6 | msgid "" | |
7 | msgstr "" | |
a05fafb9 | 8 | "Project-Id-Version: bison 1.34a\n" |
35f6ddea | 9 | "POT-Creation-Date: 2002-09-27 16:50+0200\n" |
a05fafb9 AD |
10 | "PO-Revision-Date: 2002-03-20 12:54+0100\n" |
11 | "Last-Translator: Tim Van Holder <tim.van.holder@pandora.be>\n" | |
12 | "Language-Team: Dutch <vertaling@nl.linux.org>\n" | |
1c7aefa9 | 13 | "MIME-Version: 1.0\n" |
a05fafb9 AD |
14 | "Content-Type: text/plain; charset=iso-8859-1\n" |
15 | "Content-Transfer-Encoding: 8bit\n" | |
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" | |
1c7aefa9 | 17 | |
9503bbd2 | 18 | #: src/complain.c:89 lib/error.c:128 lib/error.c:156 |
8f13fe33 | 19 | msgid "Unknown system error" |
a05fafb9 | 20 | msgstr "Onbekende systeemfout" |
8f13fe33 | 21 | |
9503bbd2 | 22 | #: src/complain.c:123 src/complain.c:152 |
fdb5fc38 | 23 | msgid "warning: " |
a05fafb9 | 24 | msgstr "let op: " |
fdb5fc38 | 25 | |
9503bbd2 | 26 | #: src/complain.c:252 src/complain.c:282 |
fdb5fc38 | 27 | msgid "fatal error: " |
a05fafb9 | 28 | msgstr "fatale fout: " |
fdb5fc38 | 29 | |
74886d31 | 30 | #: src/conflicts.c:72 |
b0e5f19e AD |
31 | #, fuzzy, c-format |
32 | msgid " Conflict between rule %d and token %s resolved as shift" | |
a05fafb9 AD |
33 | msgstr "" |
34 | "Conflict in staat %d tussen regel %d en token %s opgelost als \"%s\".\n" | |
c29240e7 | 35 | |
74886d31 | 36 | #: src/conflicts.c:80 |
b0e5f19e AD |
37 | #, fuzzy, c-format |
38 | msgid " Conflict between rule %d and token %s resolved as reduce" | |
39 | msgstr "" | |
40 | "Conflict in staat %d tussen regel %d en token %s opgelost als \"%s\".\n" | |
1c7aefa9 | 41 | |
74886d31 | 42 | #: src/conflicts.c:87 |
b0e5f19e AD |
43 | #, fuzzy, c-format |
44 | msgid " Conflict between rule %d and token %s resolved as an error" | |
45 | msgstr "" | |
46 | "Conflict in staat %d tussen regel %d en token %s opgelost als \"%s\".\n" | |
1c7aefa9 | 47 | |
9503bbd2 | 48 | #: src/conflicts.c:402 |
a05fafb9 | 49 | #, c-format |
722c4bfe AD |
50 | msgid "%d shift/reduce conflict" |
51 | msgid_plural "%d shift/reduce conflicts" | |
a05fafb9 AD |
52 | msgstr[0] "%d shift/reductie conflict" |
53 | msgstr[1] "%d shift/reductie conflicten" | |
1c7aefa9 | 54 | |
9503bbd2 | 55 | #: src/conflicts.c:409 |
722c4bfe | 56 | msgid "and" |
a05fafb9 | 57 | msgstr "en" |
1c7aefa9 | 58 | |
9503bbd2 | 59 | #: src/conflicts.c:415 |
a05fafb9 | 60 | #, c-format |
722c4bfe AD |
61 | msgid "%d reduce/reduce conflict" |
62 | msgid_plural "%d reduce/reduce conflicts" | |
a05fafb9 AD |
63 | msgstr[0] "%d reductie/reductie conflict" |
64 | msgstr[1] "%d reductie/reductie conflicten" | |
1c7aefa9 | 65 | |
9503bbd2 | 66 | #: src/conflicts.c:435 |
a9e64249 | 67 | msgid "conflicts: " |
a05fafb9 | 68 | msgstr "conflicten: " |
a9e64249 | 69 | |
9503bbd2 | 70 | #: src/conflicts.c:437 |
a9e64249 AD |
71 | #, c-format |
72 | msgid " %d shift/reduce" | |
a05fafb9 | 73 | msgstr " %d vershuif/reductie" |
a9e64249 | 74 | |
9503bbd2 | 75 | #: src/conflicts.c:441 |
a9e64249 AD |
76 | #, c-format |
77 | msgid " %d reduce/reduce" | |
a05fafb9 | 78 | msgstr " %d reductie/reductie" |
a9e64249 | 79 | |
9503bbd2 | 80 | #: src/conflicts.c:460 |
a9e64249 | 81 | #, c-format |
9503bbd2 AD |
82 | msgid "State %d contains " |
83 | msgstr "Staat %d bevat" | |
a9e64249 | 84 | |
9503bbd2 AD |
85 | #: src/conflicts.c:537 |
86 | #, fuzzy, c-format | |
87 | msgid "expected %d shift/reduce conflict" | |
88 | msgid_plural "expected %d shift/reduce conflicts" | |
a05fafb9 AD |
89 | msgstr[0] "%d shift/reductie conflict werd verwacht\n" |
90 | msgstr[1] "%d shift/reductie conflicten werden verwacht\n" | |
722c4bfe | 91 | |
9503bbd2 | 92 | #: src/files.c:114 |
fdb5fc38 AD |
93 | #, c-format |
94 | msgid "cannot open file `%s'" | |
a05fafb9 | 95 | msgstr "kan bestand `%s' niet openen" |
fdb5fc38 | 96 | |
9503bbd2 | 97 | #: src/files.c:133 |
fdb5fc38 | 98 | msgid "cannot close file" |
a05fafb9 | 99 | msgstr "kan bestand niet sluiten" |
fdb5fc38 | 100 | |
a05fafb9 | 101 | # Dank U, Akim :-) |
9503bbd2 | 102 | #: src/getargs.c:157 |
9f306f2a | 103 | msgid "GNU bison generates parsers for LALR(1) grammars.\n" |
a05fafb9 | 104 | msgstr "GNU bison genereert parsers voor LALR(1) grammatica's.\n" |
9f306f2a | 105 | |
9503bbd2 | 106 | #: src/getargs.c:161 |
9f306f2a AD |
107 | #, c-format |
108 | msgid "Usage: %s [OPTION]... FILE\n" | |
a05fafb9 | 109 | msgstr "Gebruik: %s [OPTIE]... BESTAND\n" |
9f306f2a | 110 | |
9503bbd2 | 111 | #: src/getargs.c:165 |
1c7aefa9 | 112 | msgid "" |
9f306f2a AD |
113 | "If a long option shows an argument as mandatory, then it is mandatory\n" |
114 | "for the equivalent short option also. Similarly for optional arguments.\n" | |
1c7aefa9 | 115 | msgstr "" |
a05fafb9 AD |
116 | "Wanneer een lange optie een argument als verplicht aanduidt, dan is dat\n" |
117 | "argument eveneens verplicht bij de overeenkomstige korte optie. Voor\n" | |
118 | "optionele argumenten geldt dezelfde regel.\n" | |
1c7aefa9 | 119 | |
a05fafb9 | 120 | # Misschien beter 'een POSIX-compatibele yacc'? |
9503bbd2 | 121 | #: src/getargs.c:171 |
9f306f2a AD |
122 | msgid "" |
123 | "Operation modes:\n" | |
124 | " -h, --help display this help and exit\n" | |
125 | " -V, --version output version information and exit\n" | |
126 | " -y, --yacc emulate POSIX yacc\n" | |
127 | msgstr "" | |
a05fafb9 AD |
128 | "Werkwijzes:\n" |
129 |