+#: src/reader.c:100
+#, c-format
+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"
+
+#: src/reader.c:119
+#, c-format
+msgid "symbol `%s' used more than once as a literal string"
+msgstr "Symbol »%s« wird mehr als einmal als literale Zeichenkette benutzt"
+
+#: src/reader.c:122
+#, c-format
+msgid "symbol `%s' given more than one literal string"
+msgstr "Symbol »%s« wird mehr als eine literale Zeichenkette gegeben"
+
+#: src/reader.c:157
+#, c-format
+msgid "conflicting precedences for %s and %s"
+msgstr "Vorrang für %s und %s widersprechen sich"
+
+#: src/reader.c:168
+#, c-format
+msgid "conflicting assoc values for %s and %s"
+msgstr "Assoziativitäts-Werte für %s und %s widersprechen sich"
+
+#: src/reader.c:236
+#, c-format
+msgid "tokens %s and %s both assigned number %d"
+msgstr "Token %s und %s haben die selbe Nummer %d"
+
+#: src/reader.c:256