mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
* doc/bison.texinfo (Debugging): Split into...
(Tracing): this new section, its former contents, and... (Understanding): this new section. * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced by... (report_flag): this. Adjust all dependencies. (report_args, report_types, report_argmatch): New. (usage, getargs): Report/support -r, --report. * src/options.h (struct option_table_struct): Rename as.., (struct option_table_s): this. Rename the `set_flag' member to `flag' to match with getopt_long's struct. * src/options.c (option_table): Split verbose into an entry for %verbose, and another for --verbose. Support --report/-r, so remove -r from the obsolete --raw. * src/print.c: Attach full item sets and lookaheads reports to report_flag instead of trace_flag. * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
This commit is contained in:
20
po/nl.po
20
po/nl.po
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: bison 1.34a\n"
|
||||
"POT-Creation-Date: 2002-05-06 10:24+0200\n"
|
||||
"POT-Creation-Date: 2002-05-21 19:56+0200\n"
|
||||
"PO-Revision-Date: 2002-03-20 12:54+0100\n"
|
||||
"Last-Translator: Tim Van Holder <tim.van.holder@pandora.be>\n"
|
||||
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
|
||||
@@ -87,7 +87,7 @@ msgstr " %d vershuif/reductie"
|
||||
msgid " %d reduce/reduce"
|
||||
msgstr " %d reductie/reductie"
|
||||
|
||||
#: src/conflicts.c:380 src/reduce.c:391
|
||||
#: src/conflicts.c:380 src/reduce.c:397
|
||||
#, c-format
|
||||
msgid "%s contains "
|
||||
msgstr "%s bevat"
|
||||
@@ -614,37 +614,37 @@ msgstr "het startsymbool %s is niet gedefinieerd"
|
||||
msgid "the start symbol %s is a token"
|
||||
msgstr "het startsymbool %s is een token"
|
||||
|
||||
#: src/reduce.c:332
|
||||
#: src/reduce.c:338
|
||||
msgid "Useless nonterminals:"
|
||||
msgstr "Nutteloze niet-eindsymbolen:"
|
||||
|
||||
#: src/reduce.c:346
|
||||
#: src/reduce.c:352
|
||||
msgid "Terminals which are not used:"
|
||||
msgstr "Eindsymbolen die niet gebruikt worden:"
|
||||
|
||||
#: src/reduce.c:358
|
||||
#: src/reduce.c:364
|
||||
msgid "Useless rules:"
|
||||
msgstr "Nutteloze regels:"
|
||||
|
||||
#: src/reduce.c:386
|
||||
#: src/reduce.c:392
|
||||
#, c-format
|
||||
msgid "%d rule never reduced\n"
|
||||
msgid_plural "%d rules never reduced\n"
|
||||
msgstr[0] "%d regel wordt nooit gereduceerd\n"
|
||||
msgstr[1] "%d regels worden nooit gereduceerd\n"
|
||||
|
||||
#: src/reduce.c:394
|
||||
#: src/reduce.c:400
|
||||
#, c-format
|
||||
msgid "%d useless nonterminal"
|
||||
msgid_plural "%d useless nonterminals"
|
||||
msgstr[0] "%d nutteloos niet-eindsymbool"
|
||||
msgstr[1] "%d nutteloze niet-eindsymbolen"
|
||||
|
||||
#: src/reduce.c:400
|
||||
#: src/reduce.c:406
|
||||
msgid " and "
|
||||
msgstr " en "
|
||||
|
||||
#: src/reduce.c:403
|
||||
#: src/reduce.c:409
|
||||
#, c-format
|
||||
msgid "%d useless rule"
|
||||
msgid_plural "%d useless rules"
|
||||
@@ -652,7 +652,7 @@ msgstr[0] "%d nutteloze regel"
|
||||
msgstr[1] "%d nutteloze regels"
|
||||
|
||||
# Ik _denk_ dat dit correct weergeeft wat er bedoeld wordt (m.a.w. er is geen regel voor het startsymbool)
|
||||
#: src/reduce.c:433
|
||||
#: src/reduce.c:439
|
||||
#, c-format
|
||||
msgid "Start symbol %s does not derive any sentence"
|
||||
msgstr "Startsymbool %s wordt vanuit geen enkele zin bereikt"
|
||||
|
||||
Reference in New Issue
Block a user