/[bison]/bison/po/de.po
ViewVC logotype

Diff of /bison/po/de.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48.2.54 by akim, Wed Mar 20 08:30:39 2002 UTC revision 1.48.2.55 by akim, Wed Mar 20 08:43:12 2002 UTC
# Line 6  Line 6 
6  msgid ""  msgid ""
7  msgstr ""  msgstr ""
8  "Project-Id-Version: bison 1.33b\n"  "Project-Id-Version: bison 1.33b\n"
9  "POT-Creation-Date: 2002-03-20 09:14+0100\n"  "POT-Creation-Date: 2002-03-20 09:33+0100\n"
10  "PO-Revision-Date: 2002-03-05 10:42:19+0100\n"  "PO-Revision-Date: 2002-03-05 10:42:19+0100\n"
11  "Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"  "Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
12  "Language-Team: German <de@li.org>\n"  "Language-Team: German <de@li.org>\n"
# Line 72  msgstr[1] "%d Reduziere/Reduziere-Konfli Line 72  msgstr[1] "%d Reduziere/Reduziere-Konfli
72  msgid "State %d contains "  msgid "State %d contains "
73  msgstr "Zustand %d enthält "  msgstr "Zustand %d enthält "
74    
 #. If invoked with `--yacc', use the output format specified by  
 #. POSIX.  
75  #: src/conflicts.c:387  #: src/conflicts.c:387
76  msgid "conflicts: "  msgid "conflicts: "
77  msgstr "Konflikte: "  msgstr "Konflikte: "
# Line 133  msgstr "kann Datei »%s« nicht öffnen" Line 131  msgstr "kann Datei »%s« nicht öffnen"
131  msgid "cannot close file"  msgid "cannot close file"
132  msgstr "kann Datei nicht schließen"  msgstr "kann Datei nicht schließen"
133    
 #. Some efforts were made to ease the translators' task, please  
 #. continue.  
134  #: src/getargs.c:84  #: src/getargs.c:84
135  msgid "GNU bison generates parsers for LALR(1) grammars.\n"  msgid "GNU bison generates parsers for LALR(1) grammars.\n"
136  msgstr "GNU bison generiert Parser für LALR(1)-Grammatiken.\n"  msgstr "GNU bison generiert Parser für LALR(1)-Grammatiken.\n"
# Line 210  msgstr "" Line 206  msgstr ""
206  msgid "Report bugs to <bug-bison@gnu.org>.\n"  msgid "Report bugs to <bug-bison@gnu.org>.\n"
207  msgstr "Berichten Sie Fehler an <bug-bison@gnu.org>.\n"  msgstr "Berichten Sie Fehler an <bug-bison@gnu.org>.\n"
208    
 #. Some efforts were made to ease the translators' task, please  
 #. continue.  
209  #: src/getargs.c:141  #: src/getargs.c:141
210  #, c-format  #, c-format
211  msgid "bison (GNU Bison) %s"  msgid "bison (GNU Bison) %s"
# Line 361  msgstr "    %-4s\tgehe zu Zustand %d üb Line 355  msgstr "    %-4s\tgehe zu Zustand %d üb
355  msgid "state %d"  msgid "state %d"
356  msgstr "Zustand %d"  msgstr "Zustand %d"
357    
 #. rule # : LHS -> RHS  
358  #: src/print.c:211  #: src/print.c:211
359  msgid "Grammar"  msgid "Grammar"
360  msgstr "Grammatik"  msgstr "Grammatik"
# Line 379  msgstr "  %3d %3d %s ->" Line 372  msgstr "  %3d %3d %s ->"
372  msgid "empty"  msgid "empty"
373  msgstr "leer"  msgstr "leer"
374    
 #. TERMINAL (type #) : rule #s terminal is on RHS  
375  #: src/print.c:231  #: src/print.c:231
376  msgid "Terminals, with rules where they appear"  msgid "Terminals, with rules where they appear"
377  msgstr "Terminale und die Regeln, in denen sie verwendet werden"  msgstr "Terminale und die Regeln, in denen sie verwendet werden"
# Line 396  msgstr " auf der linken Seite:" Line 388  msgstr " auf der linken Seite:"
388  msgid " on right:"  msgid " on right:"
389  msgstr " auf der rechten Seite:"  msgstr " auf der rechten Seite:"
390    
 #. If something has been added in the NODE_OBSTACK after  
 #. the declaration of the label, then we need a `\n'.  
 #. if (obstack_object_size (node_obstack) > node_output_size)  
 #. obstack_sgrow (node_obstack, "\n");  
 #.  
391  #: src/print_graph.c:146  #: src/print_graph.c:146
392  #, c-format  #, c-format
393  msgid "%-4s\terror (nonassociative)"  msgid "%-4s\terror (nonassociative)"
394  msgstr "%-4s\tFehler (nicht assoziativ)"  msgstr "%-4s\tFehler (nicht assoziativ)"
395    
 #.  
 #. if (obstack_object_size (node_obstack) > node_output_size)  
 #. obstack_sgrow (node_obstack, "\n");  
 #.  
396  #: src/print_graph.c:161  #: src/print_graph.c:161
397  #, c-format  #, c-format
398  msgid "$default\treduce using rule %d (%s)"  msgid "$default\treduce using rule %d (%s)"
# Line 712  msgstr "%s: Option »%c%s« erlaubt kein Line 695  msgstr "%s: Option »%c%s« erlaubt kein
695  msgid "%s: option `%s' requires an argument\n"  msgid "%s: option `%s' requires an argument\n"
696  msgstr "%s: Option »%s« erfordert ein Argument\n"  msgstr "%s: Option »%s« erfordert ein Argument\n"
697    
 #. --option  
698  #: lib/getopt.c:771  #: lib/getopt.c:771
699  #, c-format  #, c-format
700  msgid "%s: unrecognized option `--%s'\n"  msgid "%s: unrecognized option `--%s'\n"
701  msgstr "%s: unbekannte Option »--%s«\n"  msgstr "%s: unbekannte Option »--%s«\n"
702    
 #. +option or -option  
703  #: lib/getopt.c:775  #: lib/getopt.c:775
704  #, c-format  #, c-format
705  msgid "%s: unrecognized option `%c%s'\n"  msgid "%s: unrecognized option `%c%s'\n"
706  msgstr "%s: unbekannte Option »%c%s«\n"  msgstr "%s: unbekannte Option »%c%s«\n"
707    
 #. 1003.2 specifies the format of this message.  
708  #: lib/getopt.c:801  #: lib/getopt.c:801
709  #, c-format  #, c-format
710  msgid "%s: illegal option -- %c\n"  msgid "%s: illegal option -- %c\n"
# Line 735  msgstr "%s: ungültige Option -- %c\n" Line 715  msgstr "%s: ungültige Option -- %c\n"
715  msgid "%s: invalid option -- %c\n"  msgid "%s: invalid option -- %c\n"
716  msgstr "%s: ungültige Option -- %c\n"  msgstr "%s: ungültige Option -- %c\n"
717    
 #. 1003.2 specifies the format of this message.  
718  #: lib/getopt.c:834 lib/getopt.c:964  #: lib/getopt.c:834 lib/getopt.c:964
719  #, c-format  #, c-format
720  msgid "%s: option requires an argument -- %c\n"  msgid "%s: option requires an argument -- %c\n"
# Line 751  msgstr "%s: Option »-W %s« ist mehrdeu Line 730  msgstr "%s: Option »-W %s« ist mehrdeu
730  msgid "%s: option `-W %s' doesn't allow an argument\n"  msgid "%s: option `-W %s' doesn't allow an argument\n"
731  msgstr "%s: Option »-W %s« erlaubt kein Argument\n"  msgstr "%s: Option »-W %s« erlaubt kein Argument\n"
732    
 #. If XALLOC_FAIL_FUNC is NULL, or does return, display this message  
 #. before exiting when memory is exhausted.  Goes through gettext.  
733  #: lib/obstack.c:494 lib/obstack.c:497 lib/xmalloc.c:66  #: lib/obstack.c:494 lib/obstack.c:497 lib/xmalloc.c:66
734  msgid "memory exhausted"  msgid "memory exhausted"
735  msgstr "Speicher ausgeschöpft"  msgstr "Speicher ausgeschöpft"
736    
 #. Get translations for open and closing quotation marks.  
 #.  
 #. The message catalog should translate "`" to a left  
 #. quotation mark suitable for the locale, and similarly for  
 #. "'".  If the catalog has no translation,  
 #. locale_quoting_style quotes `like this', and  
 #. clocale_quoting_style quotes "like this".  
 #.  
 #. For example, an American English Unicode locale should  
 #. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and  
 #. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION  
 #. MARK).  A British English Unicode locale should instead  
 #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and  
 #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.  
737  #: lib/quotearg.c:274  #: lib/quotearg.c:274
738  msgid "`"  msgid "`"
739  msgstr "»"  msgstr "»"

Legend:
Removed from v.1.48.2.54  
changed lines
  Added in v.1.48.2.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26