This commit is contained in:
Akim Demaille
2002-07-09 13:05:22 +00:00
parent 2ab9a04ffc
commit c5f5043618
11 changed files with 77 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU bison 1.30f\n"
"POT-Creation-Date: 2002-07-03 14:09+0200\n"
"POT-Creation-Date: 2002-07-09 14:54+0200\n"
"PO-Revision-Date: 2001-12-10 15:59+0900\n"
"Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -225,6 +225,10 @@ msgstr "%s: `%s'
msgid "too many gotos (max %d)"
msgstr "goto の数が多すぎます (最大 %d)"
#: parse-gram.y:344
msgid "POSIX forbids declarations in the grammar"
msgstr ""
#: src/print.c:46
#, c-format
msgid " type %d is %s\n"
@@ -336,11 +340,11 @@ msgstr ""
msgid "only one %%merge allowed per rule"
msgstr ""
#: src/reader.c:507
#: src/reader.c:512
msgid "no rules in the input grammar"
msgstr "入力した文法に規則が定義されていません"
#: src/reader.c:539
#: src/reader.c:544
#, c-format
msgid "too many symbols (tokens plus nonterminals); maximum %d"
msgstr "シンボルが多すぎます (トークン + 非終端アイテム) -- 最大 %d"