1# Dutch messages for GNU bison. 2# Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3# Tim Van Holder <tim.van.holder@telenet.be>, 2002, 2003, 2004, 2005. 4# Erick Branderhorst <branderh@debian.org>, 1996. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: bison-runtime 2.1\n" 9"Report-Msgid-Bugs-To: bug-bison@gnu.org\n" 10"POT-Creation-Date: 2012-12-12 16:09+0100\n" 11"PO-Revision-Date: 2005-09-21 11:22+0200\n" 12"Last-Translator: Tim Van Holder <tim.van.holder@telenet.be>\n" 13"Language-Team: Dutch <vertaling@vrijschrift.org>\n" 14"Language: nl\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=utf-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 20#: data/glr.c:855 data/yacc.c:776 21msgid "syntax error: cannot back up" 22msgstr "syntaxfout: kan niet terugkeren" 23 24#: data/glr.c:1729 25msgid "syntax is ambiguous" 26msgstr "syntax is niet eenduidig" 27 28#: data/glr.c:2014 data/glr.c:2094 data/glr.c:2134 data/glr.c:2399 29#: data/lalr1.cc:947 data/lalr1.cc:967 data/yacc.c:1351 data/yacc.c:1856 30#: data/yacc.c:1862 31msgid "syntax error" 32msgstr "syntaxfout" 33 34#: data/glr.c:2095 data/lalr1.cc:948 data/yacc.c:1352 35#, c-format 36msgid "syntax error, unexpected %s" 37msgstr "syntaxfout, %s onverwacht" 38 39#: data/glr.c:2096 data/lalr1.cc:949 data/yacc.c:1353 40#, c-format 41msgid "syntax error, unexpected %s, expecting %s" 42msgstr "syntaxfout, %s onverwacht (%s verwacht)" 43 44#: data/glr.c:2097 data/lalr1.cc:950 data/yacc.c:1354 45#, c-format 46msgid "syntax error, unexpected %s, expecting %s or %s" 47msgstr "syntaxfout, %s onverwacht (%s of %s verwacht)" 48 49#: data/glr.c:2098 data/lalr1.cc:951 data/yacc.c:1355 50#, c-format 51msgid "syntax error, unexpected %s, expecting %s or %s or %s" 52msgstr "syntaxfout, %s onverwacht (%s of %s of %s verwacht)" 53 54#: data/glr.c:2099 data/lalr1.cc:952 data/yacc.c:1356 55#, c-format 56msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s" 57msgstr "syntaxfout, %s onverwacht (%s of %s of %s of %s verwacht)" 58 59#: data/glr.c:2459 data/yacc.c:1436 data/yacc.c:1438 data/yacc.c:1616 60#: data/yacc.c:2013 61msgid "memory exhausted" 62msgstr "geen geheugen meer beschikbaar" 63