-#: src/getargs.c:233
-#, c-format
-msgid "%s: no grammar file given\n"
-msgstr "%s: ingen grammatikfil angiven\n"
-
-#: src/getargs.c:237
-#, c-format
-msgid "%s: extra arguments ignored after `%s'\n"
-msgstr "%s: extra argument ignorerade efter \"%s\"\n"
-
-#: src/lalr.c:175
-#, c-format
-msgid "too many gotos (max %d)"
-msgstr "för många goto (max %d)"
-
-#: src/lex.c:77
-msgid "unexpected `/' found and ignored"
-msgstr "oväntat \"/\" hittat och ignorerat"
-
-#: src/lex.c:106 src/reader.c:302
-msgid "unterminated comment"
-msgstr "oavslutad kommentar"
-
-#: src/lex.c:138
-msgid "unexpected end of file"
-msgstr "oväntat filslut"
-
-#: src/lex.c:157
-msgid "unescaped newline in constant"
-msgstr "oskyddat nyradstecken i konstant"
-
-#: src/lex.c:196
-#, c-format
-msgid "octal value outside range 0...255: `\\%o'"
-msgstr "oktalt värde utanför intervallet 0-255: \"\\%o\""
-
-#: src/lex.c:221
-#, c-format
-msgid "hexadecimal value above 255: `\\x%x'"
-msgstr "hexadecimalt värde över 255: \"\\x%x\""
-
-#: src/lex.c:233
-#, c-format
-msgid "unknown escape sequence: `\\' followed by `%s'"
-msgstr "okänd specialsekvens: \"\\\" följt av \"%s\""
-
-#: src/lex.c:264
-msgid "unterminated type name at end of file"
-msgstr "oavslutat typnamn vid filslut"