This commit is contained in:
Akim Demaille
2001-09-18 10:44:11 +00:00
parent 6526f6dbf7
commit 6f0d1fd89d
13 changed files with 84 additions and 84 deletions

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU bison 1.28\n"
"POT-Creation-Date: 2001-08-29 14:32+0200\n"
"POT-Creation-Date: 2001-09-10 14:19+0200\n"
"PO-Revision-Date: 1999-09-28 21:10+0900\n"
"Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -214,7 +214,7 @@ msgid ""
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
#: src/getargs.c:210 src/lex.c:636
#: src/getargs.c:210 src/lex.c:637
#, c-format
msgid "`%s' is no longer supported"
msgstr ""
@@ -239,47 +239,47 @@ msgstr "%s: '%s'
msgid "too many gotos (max %d)"
msgstr "%s の数が多すぎます (最大 %d)"
#: src/lex.c:70
#: src/lex.c:72
msgid "unexpected `/' found and ignored"
msgstr "予期しない `/' が見つかり、無視されました"
#: src/lex.c:99 src/reader.c:270
#: src/lex.c:101 src/reader.c:270
msgid "unterminated comment"
msgstr "閉じていないコメントです"
#: src/lex.c:131
#: src/lex.c:133
#, fuzzy
msgid "unexpected end of file"
msgstr "予期しないファイルの終端です"
#: src/lex.c:160
#: src/lex.c:162
msgid "unescaped newline in constant"
msgstr "定数の中にエスケープされていない改行があります"
#: src/lex.c:202
#: src/lex.c:204
#, c-format
msgid "octal value outside range 0...255: `\\%o'"
msgstr "8 進数の値が 0...255 の範囲外です: `\\%o'"
#: src/lex.c:227
#: src/lex.c:229
#, c-format
msgid "hexadecimal value above 255: `\\x%x'"
msgstr "16 進数の値が 255 を越えています: `\\x%x'"
#: src/lex.c:239
#: src/lex.c:241
#, c-format
msgid "unknown escape sequence: `\\' followed by `%s'"
msgstr "未知のエスケープシーケンス: `\\' の後に `%s'"
#: src/lex.c:335
#: src/lex.c:337
msgid "unterminated type name at end of file"
msgstr "閉じられていないタイプ名が、ファイル末尾にあります"
#: src/lex.c:338
#: src/lex.c:340
msgid "unterminated type name"
msgstr "閉じられていないタイプ名があります"
#: src/lex.c:430
#: src/lex.c:432
msgid "use \"...\" for multi-character literal tokens"
msgstr "複数文字のリテラルトークンには \"...\" を使いましょう"