1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
"POT-Creation-Date: 2008-12-11 17:06-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/glr.c:923 data/yacc.c:630
msgid "syntax error: cannot back up"
msgstr ""
#: data/glr.c:1806
msgid "syntax is ambiguous"
msgstr ""
#: data/glr.c:2181 data/glr.c:2187 data/glr.c:2455 data/lalr1.cc:878
#: data/yacc.c:1491 data/yacc.c:1519
msgid "syntax error"
msgstr ""
#: data/glr.c:2515 data/yacc.c:1106 data/yacc.c:1108 data/yacc.c:1284
#: data/yacc.c:1640
msgid "memory exhausted"
msgstr ""
#: data/yacc.c:918
#, c-format
msgid "syntax error, unexpected %s"
msgstr ""
#: data/yacc.c:919
#, c-format
msgid "syntax error, unexpected %s, expecting %s"
msgstr ""
#: data/yacc.c:920
#, c-format
msgid "syntax error, unexpected %s, expecting %s or %s"
msgstr ""
#: data/yacc.c:921
#, c-format
msgid "syntax error, unexpected %s, expecting %s or %s or %s"
msgstr ""
#: data/yacc.c:922
#, c-format
msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
msgstr ""
|