Home | History | Annotate | Download | only in runtime-po
      1 # German translation for messages of GNU bison (runtime module).
      2 # Copyright (C) 2004 Free Software Foundation, Inc.
      3 # Ulrich Drepper <drepper (a] gnu.ai.mit.edu>, 1996.
      4 # Michael Piefel <piefel (a] informatik.hu-berlin.de>, 2002, 2003, 2004, 2005, 2006.
      5 #
      6 msgid ""
      7 msgstr ""
      8 "Project-Id-Version: bison-runtime 2.3a\n"
      9 "Report-Msgid-Bugs-To: bug-bison (a] gnu.org\n"
     10 "POT-Creation-Date: 2012-12-12 16:09+0100\n"
     11 "PO-Revision-Date: 2006-12-12 09:38+0100\n"
     12 "Last-Translator: Michael Piefel <piefel (a] informatik.hu-berlin.de>\n"
     13 "Language-Team: German <translation-team-de (a] lists.sourceforge.net>\n"
     14 "Language: de\n"
     15 "MIME-Version: 1.0\n"
     16 "Content-Type: text/plain; charset=UTF-8\n"
     17 "Content-Transfer-Encoding: 8-bit\n"
     18 "Plural-Forms: nplurals=2; plural=n != 1;\n"
     19 
     20 #: data/glr.c:855 data/yacc.c:776
     21 msgid "syntax error: cannot back up"
     22 msgstr "Syntaxfehler: Kann nicht zurck gehen"
     23 
     24 #: data/glr.c:1729
     25 msgid "syntax is ambiguous"
     26 msgstr "Syntax ist mehrdeutig"
     27 
     28 #: data/glr.c:2014 data/glr.c:2094 data/glr.c:2134 data/glr.c:2399
     29 #: data/lalr1.cc:947 data/lalr1.cc:967 data/yacc.c:1351 data/yacc.c:1856
     30 #: data/yacc.c:1862
     31 msgid "syntax error"
     32 msgstr "Syntaxfehler"
     33 
     34 #: data/glr.c:2095 data/lalr1.cc:948 data/yacc.c:1352
     35 #, c-format
     36 msgid "syntax error, unexpected %s"
     37 msgstr "Syntaxfehler, unerwartetes %s"
     38 
     39 #: data/glr.c:2096 data/lalr1.cc:949 data/yacc.c:1353
     40 #, c-format
     41 msgid "syntax error, unexpected %s, expecting %s"
     42 msgstr "Syntaxfehler, unerwartetes %s, hatte %s erwartet"
     43 
     44 #: data/glr.c:2097 data/lalr1.cc:950 data/yacc.c:1354
     45 #, c-format
     46 msgid "syntax error, unexpected %s, expecting %s or %s"
     47 msgstr "Syntaxfehler, unerwartetes %s, hatte %s oder %s erwartet"
     48 
     49 #: data/glr.c:2098 data/lalr1.cc:951 data/yacc.c:1355
     50 #, c-format
     51 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
     52 msgstr "Syntaxfehler, unerwartetes %s, hatte %s oder %s oder %s erwartet"
     53 
     54 #: data/glr.c:2099 data/lalr1.cc:952 data/yacc.c:1356
     55 #, c-format
     56 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
     57 msgstr ""
     58 "Syntaxfehler, unerwartetes %s, hatte %s oder %s oder %s oder %s erwartet"
     59 
     60 #: data/glr.c:2459 data/yacc.c:1436 data/yacc.c:1438 data/yacc.c:1616
     61 #: data/yacc.c:2013
     62 msgid "memory exhausted"
     63 msgstr "Speicher ausgeschpft"
     64