+#~ msgid "invalid $ value"
+#~ msgstr "unzulässiger $-Wert"
+
+#~ msgid "Grammar"
+#~ msgstr "Grammatik"
+
+#~ msgid "Number, Line, Rule"
+#~ msgstr "Nummer, Zeile, Regel"
+
+#~ msgid " %3d %3d %s ->"
+#~ msgstr " %3d %3d %s ->"
+
+#~ msgid "empty"
+#~ msgstr "leer"
+
+#~ msgid "unexpected `/' found and ignored"
+#~ msgstr "»/« wird hier nicht erwartet und wird deshalb ignoriert"
+
+#~ msgid "unterminated comment"
+#~ msgstr "unbeendeter Kommentar"
+
+#~ msgid "unexpected end of file"
+#~ msgstr "Datei endet unerwartet"
+
+#~ msgid "unescaped newline in constant"
+#~ msgstr "nicht maskiertes Zeilenendezeichen in Konstante"
+
+#~ msgid "octal value outside range 0...255: `\\%o'"
+#~ msgstr "oktaler Zahlenwert außerhalb des Bereichs 0...255: »\\%o«"
+
+#~ msgid "hexadecimal value above 255: `\\x%x'"
+#~ msgstr "hexadezimaler Zahlenwert größer als 255: »\\x%x«"
+
+# Oder soll man den Begriff "Escapezeichen" verwenden?
+#~ msgid "unknown escape sequence: `\\' followed by `%s'"
+#~ msgstr "unbekanntes Escapezeichen: »\\« gefolgt von »%s«"
+
+#~ msgid "unterminated type name at end of file"
+#~ msgstr "unerwarteter Typname am Ende der Datei"
+
+#~ msgid "unterminated type name"
+#~ msgstr "unerwarteter Typname"
+
+#~ msgid "use \"...\" for multi-character literal tokens"
+#~ msgstr "für Literal mit mehreren Zeichen bitte \"...\" verwenden"
+
+#~ msgid "`%s' supports no argument: %s"
+#~ msgstr "»%s« unterstützt kein Argument: %s"
+
+#~ msgid "`%s' requires an argument"
+#~ msgstr "die Option »%s« erfordert ein Argument"
+
+#~ msgid "`%s' is no longer supported"
+#~ msgstr "»%s« wird nicht länger unterstützt"
+
+#~ msgid " Skipping to next \\n"
+#~ msgstr " Überspringe Zeichen bis zum nächsten \\n"
+
+#~ msgid " Skipping to next %c"
+#~ msgstr " Überspringe Zeichen bis zum nächten %c"
+
+#~ msgid "unterminated string at end of file"
+#~ msgstr "unbeendete Zeichenkette am Ende der Datei"
+
+#~ msgid "unterminated string"
+#~ msgstr "unbeendete Zeichenkette"
+
+#~ msgid "Premature EOF after %s"
+#~ msgstr "Vorzeitiges EOF nach %s"
+
+#~ msgid "`%s' is invalid in %s"
+#~ msgstr "»%s« ist in %s nicht erlaubt"
+
+#~ msgid "%type declaration has no <typename>"
+#~ msgstr "%type-Deklaration hat keinen <Typ-Namen>"
+
+#~ msgid "invalid %%type declaration due to item: %s"
+#~ msgstr "ungültige %%type-Deklaration wegen: %s"
+
+#~ msgid "invalid text (%s) - number should be after identifier"
+#~ msgstr "unzulässiger Text (%s) - Zahl sollte nach Bezeichner kommen"
+
+#~ msgid "unexpected item: %s"
+#~ msgstr "unerwartetes Symbol: %s"
+
+#~ msgid "unmatched %s"
+#~ msgstr "%s ohne Gegenstück"
+
+#~ msgid "invalid %s declaration"
+#~ msgstr "ungültige %s-Deklaration"
+
+#~ msgid "unrecognized: %s"
+#~ msgstr "unbekannt: %s"
+
+#~ msgid "no input grammar"
+#~ msgstr "keine Eingabe-Grammatik"
+
+#~ msgid "unknown character: %s"
+#~ msgstr "unbekanntes Zeichen: %s"
+
+#~ msgid "ill-formed rule: initial symbol not followed by colon"
+#~ msgstr ""
+#~ "falsch geformte Regel: führendes Symbol wird nicht von einem Semikolon "
+#~ "gefolgt"
+
+#~ msgid "grammar starts with vertical bar"
+#~ msgstr "Grammatik fängt mit einem vertikalen Strich (»|«) an"
+
+#~ msgid "previous rule lacks an ending `;'"
+#~ msgstr "vorangehende Regel hat kein abschließendes »;«"
+
+#~ msgid "invalid input: %s"
+#~ msgstr "ungültige Eingabe: %s"
+
+#~ msgid "two actions at end of one rule"
+#~ msgstr "Zwei Aktionen am Ende einer Regel"
+
+#~ msgid "reduce"
+#~ msgstr "durch Reduzierung gelöst"
+
+#~ msgid "shift"
+#~ msgstr "durch Schieben gelöst"
+
+#~ msgid "an error"
+#~ msgstr "als Fehler betrachtet"
+
+#~ msgid "symbol %s is used, but is not defined as a token and has no rules"
+#~ msgstr ""
+#~ "Symbol %s wird benutzt, ist aber nicht als Token definiert und hat keine "
+#~ "Regel"
+
+#~ msgid "symbol `%s' used more than once as a literal string"
+#~ msgstr "Symbol »%s« wird mehr als einmal als literale Zeichenkette benutzt"
+
+#~ msgid "symbol `%s' given more than one literal string"
+#~ msgstr "Symbol »%s« wird mehr als eine literale Zeichenkette gegeben"
+
+#~ msgid "conflicting precedences for %s and %s"
+#~ msgstr "Vorrang für %s und %s widersprechen sich"
+
+#~ msgid "conflicting assoc values for %s and %s"
+#~ msgstr "Assoziativitäts-Werte für %s und %s widersprechen sich"
+
+#~ msgid "tokens %s and %s both assigned number %d"
+#~ msgstr "Token %s und %s haben die selbe Nummer %d"
+
+#~ msgid "unterminated `%{' definition"
+#~ msgstr "unbeendete »%{«-Definition"
+
+#~ msgid "symbol %s redefined"
+#~ msgstr "Symbol %s noch einmal definiert"
+
+#~ msgid "type redeclaration for %s"
+#~ msgstr "erneute Deklaration des Typs für %s"
+
+#~ msgid "redefining precedence of %s"
+#~ msgstr "Vorrang von %s wird erneut definiert"
+
+#~ msgid "argument of %%expect is not an integer"
+#~ msgstr "Argument von %%expect ist keine ganze Zahl"
+
+#~ msgid "unrecognized item %s, expected an identifier"
+#~ msgstr "unerwartetes Symbol %s, hier wird ein Bezeichner erwartet"
+
+#~ msgid "expected string constant instead of %s"
+#~ msgstr "hier wird eine Zeichenkette erwartet, nicht %s"
+
+#~ msgid "the start symbol %s is undefined"
+#~ msgstr "das Startsymbol %s ist undefiniert"
+
+#~ msgid "the start symbol %s is a token"
+#~ msgstr "das Startsymbol %s ist ein Token"
+