This commit is contained in:
Akim Demaille
2002-02-25 14:55:38 +00:00
parent 2794679661
commit ad950f8307
10 changed files with 160 additions and 120 deletions

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: bison 1.25\n"
"POT-Creation-Date: 2002-02-25 14:45+0100\n"
"POT-Creation-Date: 2002-02-25 15:48+0100\n"
"PO-Revision-Date: 1996-10-10 17:54 MET DST\n"
"Last-Translator: Ulrich Drepper <drepper@gnu.ai.mit.edu>\n"
"Language-Team: German <de@li.org>\n"
@@ -108,22 +108,22 @@ msgstr ""
#. Some efforts were made to ease the translators' task, please
#. continue.
#: src/getargs.c:55
#: src/getargs.c:56
msgid "GNU bison generates parsers for LALR(1) grammars.\n"
msgstr ""
#: src/getargs.c:59
#: src/getargs.c:60
#, c-format
msgid "Usage: %s [OPTION]... FILE\n"
msgstr ""
#: src/getargs.c:63
#: src/getargs.c:64
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:69
#: src/getargs.c:70
msgid ""
"Operation modes:\n"
" -h, --help display this help and exit\n"
@@ -131,7 +131,7 @@ msgid ""
" -y, --yacc emulate POSIX yacc\n"
msgstr ""
#: src/getargs.c:76
#: src/getargs.c:77
msgid ""
"Parser:\n"
" -S, --skeleton=FILE specify the skeleton to use\n"
@@ -143,7 +143,7 @@ msgid ""
" -k, --token-table include a table of token names\n"
msgstr ""
#: src/getargs.c:88
#: src/getargs.c:89
msgid ""
"Output:\n"
" -d, --defines also produce a header file\n"
@@ -154,20 +154,24 @@ msgid ""
"automaton\n"
msgstr ""
#: src/getargs.c:98
#: src/getargs.c:99
msgid "Report bugs to <bug-bison@gnu.org>.\n"
msgstr ""
#. Some efforts were made to ease the translators' task, please
#. continue.
#: src/getargs.c:112
#: src/getargs.c:113
#, c-format
msgid "bison (GNU Bison) %s"
msgstr ""
#: src/getargs.c:117
msgid ""
"Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
#: src/getargs.c:115
msgid "Written by Robert Corbett and Richard Stallman.\n"
msgstr ""
#: src/getargs.c:119
#, c-format
msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
msgstr ""
#: src/getargs.c:121