PO Update.

This commit is contained in:
Akim Demaille
2001-08-06 09:28:14 +00:00
parent 22c2cbc078
commit 78348431f2
13 changed files with 121 additions and 122 deletions

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU bison 1.28\n"
"POT-Creation-Date: 2001-08-06 10:50+0200\n"
"POT-Creation-Date: 2001-08-06 11:26+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"
@@ -135,33 +135,33 @@ msgstr ""
msgid "%s derives"
msgstr "%s は以下から派生"
#: src/files.c:98
#: src/files.c:99
#, c-format
msgid "cannot open file `%s'"
msgstr ""
#: src/files.c:117
#: src/files.c:118
msgid "cannot close file"
msgstr ""
#. Some efforts were made to ease the translators' task, please
#. continue.
#: src/getargs.c:81
#: src/getargs.c:83
msgid "GNU bison generates parsers for LALR(1) grammars.\n"
msgstr ""
#: src/getargs.c:85
#: src/getargs.c:87
#, c-format
msgid "Usage: %s [OPTION]... FILE\n"
msgstr ""
#: src/getargs.c:89
#: src/getargs.c:91
msgid ""
"If a long option shows an argument as mandatory, then it is mandatory\n"
"for the equivalent short option also. Similarly for optional arguments.\n"
msgstr ""
#: src/getargs.c:95
#: src/getargs.c:97
msgid ""
"Operation modes:\n"
" -h, --help display this help and exit\n"
@@ -169,7 +169,7 @@ msgid ""
" -y, --yacc emulate POSIX yacc\n"
msgstr ""
#: src/getargs.c:102
#: src/getargs.c:104
msgid ""
"Parser:\n"
" -S, --skeleton=FILE specify the skeleton to use\n"
@@ -181,7 +181,7 @@ msgid ""
" -k, --token-table include a table of token names\n"
msgstr ""
#: src/getargs.c:114
#: src/getargs.c:116
msgid ""
"Output:\n"
" -d, --defines also produce a header file\n"
@@ -190,44 +190,44 @@ msgid ""
" -o, --output-file=FILE leave output to FILE\n"
msgstr ""
#: src/getargs.c:122
#: src/getargs.c:124
msgid "Report bugs to <bug-bison@gnu.org>.\n"
msgstr ""
#. Some efforts were made to ease the translators' task, please
#. continue.
#: src/getargs.c:136
#: src/getargs.c:138
#, c-format
msgid "bison (GNU Bison) %s"
msgstr ""
#: src/getargs.c:141
#: src/getargs.c:143
msgid ""
"Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
msgstr ""
#: src/getargs.c:145
#: src/getargs.c:147
msgid ""
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
#: src/getargs.c:202 src/lex.c:635
#: src/getargs.c:208 src/lex.c:635
#, c-format
msgid "`%s' is no longer supported"
msgstr ""
#: src/getargs.c:226
#: src/getargs.c:232
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
#: src/getargs.c:233
#: src/getargs.c:239
#, c-format
msgid "%s: no grammar file given\n"
msgstr "%s: 文法ファイルが指定されていません\n"
#: src/getargs.c:237
#: src/getargs.c:243
#, fuzzy, c-format
msgid "%s: extra arguments ignored after `%s'\n"
msgstr "%s: '%s' より後ろの余分な引数は無視されました\n"