1 # German translation of gcc messages.
2 # Copyright © 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3 # Karl Eichwalder <ke@suse.de>, 2002, 2003.
4 # Roland Stigge <stigge@antcom.de>, 2003, 2004, 2005, 2006, 2007.
5 # This file is distributed under the same license as the gcc package.
9 "Project-Id-Version: cpplib 4.3-b20071109\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2008-02-01 16:21+0000\n"
12 "PO-Revision-Date: 2007-11-11 11:11+0100\n"
13 "Last-Translator: Roland Stigge <stigge@antcom.de>\n"
14 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr "Konvertierung von %s nach %s wird von iconv nicht unterstützt"
30 msgid "no iconv implementation, cannot convert from %s to %s"
31 msgstr "keine Implementation für iconv, es kann nicht von %s nach %s konvertiert werden"
35 msgid "character 0x%lx is not in the basic source character set\n"
36 msgstr "Zeichen 0x%lx ist nicht im regulären Quellzeichensatz\n"
38 #: charset.c:776 charset.c:1369
39 msgid "converting to execution character set"
40 msgstr "Konvertierung in Zeichensatz der Ausführung"
44 msgid "character 0x%lx is not unibyte in execution character set"
45 msgstr "Zeichen 0x%lx ist kein Unibyte im Ausführungs-Zeichensatz"
49 msgid "Character %x might not be NFKC"
50 msgstr "Zeichen %x ist nicht in NFKC"
53 msgid "universal character names are only valid in C++ and C99"
54 msgstr "universelle Zeichennamen sind nur in C++ und C99 gültig"
58 msgid "the meaning of '\\%c' is different in traditional C"
59 msgstr "die Bedeutung von '\\%c' ist in traditionellem C anders"
62 msgid "In _cpp_valid_ucn but not a UCN"
63 msgstr "In _cpp_valid_ucn, aber kein UCN"
67 msgid "incomplete universal character name %.*s"
68 msgstr "unvollständiger Universal-Zeichenname %.*s"
72 msgid "%.*s is not a valid universal character"
73 msgstr "»%.*s« ist kein gültiges universelles Zeichen"
75 #: charset.c:1025 lex.c:484
76 msgid "'$' in identifier or number"
77 msgstr "'$' in Bezeichner oder Zahl"
81 msgid "universal character %.*s is not valid in an identifier"
82 msgstr "universelles Zeichen %.*s ist nicht gültig in Bezeichner"
86 msgid "universal character %.*s is not valid at the start of an identifier"
87 msgstr "universelles Zeichen %.*s ist nicht gültig am Anfang eines Bezeichners"
89 #: charset.c:1073 charset.c:1588
90 msgid "converting UCN to source character set"
91 msgstr "UCN wird in Quellzeichensatz konvertiert"
94 msgid "converting UCN to execution character set"
95 msgstr "UCN wird in Ausführungszeichensatz konvertiert"
98 msgid "the meaning of '\\x' is different in traditional C"
99 msgstr "die Bedeutung von '\\x' ist in traditionellem C anders"
102 msgid "\\x used with no following hex digits"
103 msgstr "\\x ohne folgende Hex-Ziffern verwendet"
106 msgid "hex escape sequence out of range"
107 msgstr "Hex-Fluchtsequenz außerhalb des Wertebereiches"
110 msgid "octal escape sequence out of range"
111 msgstr "Oktal-Fluchtsequenz außerhalb des Wertebereiches"
114 msgid "the meaning of '\\a' is different in traditional C"
115 msgstr "die Bedeutung von '\\a' ist in traditionellem C anders"
119 msgid "non-ISO-standard escape sequence, '\\%c'"
120 msgstr "nicht-ISO-standardkonforme Fluchtsequenz '\\%c'"
124 msgid "unknown escape sequence '\\%c'"
125 msgstr "unbekannte Fluchtsequenz '\\%c'"
129 msgid "unknown escape sequence: '\\%s'"
130 msgstr "unbekannte Fluchtsequenz: '\\%s'"
133 msgid "converting escape sequence to execution character set"
134 msgstr "Fluchtsequenz wird in Zeichensatz der Ausführung konvertiert"
136 #: charset.c:1432 charset.c:1495
137 msgid "character constant too long for its type"
138 msgstr "Zeichenkonstante zu lang für ihren Typ"
141 msgid "multi-character character constant"
142 msgstr "Zeichenkonstante mit mehreren Zeichen"
145 msgid "empty character constant"
146 msgstr "Leere Zeichenkonstante"
150 msgid "failure to convert %s to %s"
151 msgstr "Fehler beim Konvertieren von %s nach %s"
153 #: directives.c:215 directives.c:241
155 msgid "extra tokens at end of #%s directive"
156 msgstr "mehrere Token am Ende der Direktive #%s"
160 msgid "#%s is a GCC extension"
161 msgstr "#%s ist eine Erweiterung des GCC"
164 msgid "suggest not using #elif in traditional C"
165 msgstr "es wird empfohlen, in traditionellem C nicht #elif zu verwenden"
169 msgid "traditional C ignores #%s with the # indented"
170 msgstr "traditionelles C ignoriert #%s mit eingerücktem #"
174 msgid "suggest hiding #%s from traditional C with an indented #"
175 msgstr "es wird empfohlen, #%s vor traditionellem C mit # zu verbergen"
178 msgid "embedding a directive within macro arguments is not portable"
179 msgstr "das Einbetten einer Direktive innerhalb von Makroargumenten ist nicht portierbar"
182 msgid "style of line directive is a GCC extension"
183 msgstr "der Stil der line-Direktive ist eine Erweiterung des GCC"
187 msgid "invalid preprocessing directive #%s"
188 msgstr "ungültige Präprozessordirektive #%s"
191 msgid "\"defined\" cannot be used as a macro name"
192 msgstr "»defined« kann nicht als Makroname verwendet werden"
196 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
197 msgstr "»%s« kann nicht als Makroname verwendet werden, da es ein Operator in C++ ist"
201 msgid "no macro name given in #%s directive"
202 msgstr "kein Makroname in Direktive #%s angegeben"
205 msgid "macro names must be identifiers"
206 msgstr "Makronamen müssen Bezeichner sein"
210 msgid "undefining \"%s\""
211 msgstr "»%s« wird un-definiert"
214 msgid "missing terminating > character"
215 msgstr "fehlendes abschließendes »>«-Zeichen"
219 msgid "#%s expects \"FILENAME\" or <FILENAME>"
220 msgstr "#%s erwartet \"DATEINAME\" oder <DATEINAME>"
224 msgid "empty filename in #%s"
225 msgstr "leerer Dateiname in #%s"
228 msgid "#include nested too deeply"
229 msgstr "#include ist zu tief geschachtelt"
232 msgid "#include_next in primary source file"
233 msgstr "#include_next in erster Quelldatei"
237 msgid "invalid flag \"%s\" in line directive"
238 msgstr "ungültiges Kennzeichen »%s« in line-Direktive"
241 msgid "unexpected end of file after #line"
246 msgid "\"%s\" after #line is not a positive integer"
247 msgstr "»%s« hinter #line ist keine positive Ganzzahl"
250 msgid "line number out of range"
251 msgstr "Zeilennummer ist außerhalb des Wertebereiches"
253 #: directives.c:890 directives.c:969
255 msgid "\"%s\" is not a valid filename"
256 msgstr "»%s« ist kein gültiger Dateiname"
260 msgid "\"%s\" after # is not a positive integer"
261 msgstr "»%s« hinter # ist keine positive Ganzzahl"
265 msgid "invalid #%s directive"
266 msgstr "ungültige #%s-Direktive"
270 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
271 msgstr "Pragmas im Namespace »%s« werden ohne passende Namensauflösung registriert"
275 msgid "registering pragma \"%s\" with name expansion and no namespace"
276 msgstr "Pragma »%s« wird mit Namensauflösung und ohne Namespace registriert"
280 msgid "registering \"%s\" as both a pragma and a pragma namespace"
281 msgstr "»%s« wird sowohl als Pragma als auch als Pragma-Namespace registriert"
285 msgid "#pragma %s %s is already registered"
286 msgstr "#pragma %s %s ist bereits registriert"
290 msgid "#pragma %s is already registered"
291 msgstr "#pragma %s ist bereits registriert"
294 msgid "registering pragma with NULL handler"
295 msgstr "Pragma mit NULL-Handler wird registriert"
298 msgid "#pragma once in main file"
299 msgstr "#pragma once in Hauptdatei"
302 msgid "invalid #pragma GCC poison directive"
303 msgstr "ungültige #pragma GCC Poison Direktive"
307 msgid "poisoning existing macro \"%s\""
308 msgstr "schlechtes existierendes Makro »%s«"
311 msgid "#pragma system_header ignored outside include file"
312 msgstr "#pragma system_header außerhalb include-Datei ignoriert"
316 msgid "cannot find source file %s"
317 msgstr "Quelldatei %s kann nicht gefunden werden"
321 msgid "current file is older than %s"
322 msgstr "aktuelle Datei ist älter als %s"
325 msgid "_Pragma takes a parenthesized string literal"
326 msgstr "_Pragma nimmt ein geklammertes Zeichenkettenliteral"
329 msgid "#else without #if"
330 msgstr "#else ohne #if"
333 msgid "#else after #else"
334 msgstr "#else hinter #else"
336 #: directives.c:1705 directives.c:1738
337 msgid "the conditional began here"
338 msgstr "die Bedingung begann hier"
341 msgid "#elif without #if"
342 msgstr "#elif ohne #if"
345 msgid "#elif after #else"
346 msgstr "#elif hinter #else"
349 msgid "#endif without #if"
350 msgstr "#endif ohne #if"
353 msgid "missing '(' after predicate"
354 msgstr "fehlendes '(' hinter Prädikat"
357 msgid "missing ')' to complete answer"
358 msgstr "fehlendes ')', um Antwort abzuschließen"
361 msgid "predicate's answer is empty"
362 msgstr "Prädikatantwort ist leer"
365 msgid "assertion without predicate"
366 msgstr "Behauptung ohne Prädikat"
369 msgid "predicate must be an identifier"
370 msgstr "Prädikat muss ein Bezeichner sein"
374 msgid "\"%s\" re-asserted"
375 msgstr "»%s« wieder behauptet"
379 msgid "unterminated #%s"
380 msgstr "unbeendetes #%s"
382 #: directives-only.c:221 lex.c:1016 traditional.c:162
383 msgid "unterminated comment"
384 msgstr "nicht beendeter Kommentar"
391 msgid "internal error: "
392 msgstr "interner Fehler: "
400 msgstr "Standardausgabe"
408 msgid "too many decimal points in number"
409 msgstr "zu viele Dezimalpunkte in Zahl"
411 #: expr.c:290 expr.c:365
412 msgid "fixed-point constants are a GCC extension"
413 msgstr "Festkommakonstanten sind eine GCC-Erweiterung"
417 msgid "invalid digit \"%c\" in binary constant"
418 msgstr "ungültige Ziffer »%c« in binärer Konstante"
422 msgid "invalid digit \"%c\" in octal constant"
423 msgstr "ungültige Ziffer »%c« in Oktal-Konstante"
426 msgid "invalid prefix \"0b\" for floating constant"
427 msgstr "ungültiger Prefix »0b« für Gleitkommakonstante"
430 msgid "use of C99 hexadecimal floating constant"
431 msgstr "Verwendung von hexadezimaler C99-Gleitkommakonstante"
434 msgid "exponent has no digits"
435 msgstr "Exponent hat keine Ziffern"
438 msgid "hexadecimal floating constants require an exponent"
439 msgstr "hexadezimale Gleitkommakonstanten benötigen Exponenten"
443 msgid "invalid suffix \"%.*s\" on floating constant"
444 msgstr "ungültiger Suffix »%.*s« an Gleitkommakonstante"
446 #: expr.c:351 expr.c:393
448 msgid "traditional C rejects the \"%.*s\" suffix"
449 msgstr "traditionelles C lehnt den Suffix »%.*s« ab"
453 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
454 msgstr "ungültiger Suffix »%.*s« mit hexadezimaler Gleitkommakonstante"
457 msgid "decimal float constants are a GCC extension"
458 msgstr "dezimale Gleitkommakonstanten sind eine GCC-Erweiterung"
462 msgid "invalid suffix \"%.*s\" on integer constant"
463 msgstr "ungültiger Suffix »%.*s« an Ganzzahlkonstante"
466 msgid "use of C99 long long integer constant"
467 msgstr "C99 long long Ganzzahlkonstante verwendet"
470 msgid "imaginary constants are a GCC extension"
471 msgstr "imaginäre Konstanten sind eine GCC-Erweiterung"
474 msgid "binary constants are a GCC extension"
475 msgstr "binäre Konstanten sind eine GCC-Erweiterung"
478 msgid "integer constant is too large for its type"
479 msgstr "Ganzzahlkonstante ist zu groß für ihren Typ"
482 msgid "integer constant is so large that it is unsigned"
483 msgstr "Ganzzahlkonstante ist so groß, dass sie vorzeichenlos ist"
486 msgid "missing ')' after \"defined\""
487 msgstr "fehlendes ')' hinter »defined«"
490 msgid "operator \"defined\" requires an identifier"
491 msgstr "Operator »defined« erfordert einen Bezeichner"
495 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
496 msgstr "(»%s« ist ein alternatives Token for »%s« in C++)"
499 msgid "this use of \"defined\" may not be portable"
500 msgstr "diese Verwendung von »defined« könnte nicht portierbar sein"
503 msgid "floating constant in preprocessor expression"
504 msgstr "Gleitkommakonstante in Präprozessorausdruck"
507 msgid "imaginary number in preprocessor expression"
508 msgstr "imaginäre Zahl in Präprozessorausdruck"
512 msgid "\"%s\" is not defined"
513 msgstr "»%s« ist nicht definiert"
515 #: expr.c:855 expr.c:884
517 msgid "missing binary operator before token \"%s\""
518 msgstr "fehlender binärer Operator vor Token »%s«"
522 msgid "token \"%s\" is not valid in preprocessor expressions"
523 msgstr "Token »%s« ist nicht gültig in Präprozessorausdrücken"
526 msgid "missing expression between '(' and ')'"
527 msgstr "fehlender Ausdruck zwischen '(' und ')'"
530 msgid "#if with no expression"
531 msgstr "#if ohne Ausdruck"
535 msgid "operator '%s' has no right operand"
536 msgstr "Operator »%s« hat keinen rechten Operanden"
540 msgid "operator '%s' has no left operand"
541 msgstr "Operator »%s« hat keinen linken Operanden"
544 msgid " ':' without preceding '?'"
545 msgstr " ':' ohne vorangehendes '?'"
548 msgid "unbalanced stack in #if"
549 msgstr "unausgeglichener Keller in #if"
553 msgid "impossible operator '%u'"
554 msgstr "unmöglicher Operator '%u'"
557 msgid "missing ')' in expression"
558 msgstr "fehlendes ')' in Ausdruck"
561 msgid "'?' without following ':'"
562 msgstr "'?' ohne folgendes ':'"
565 msgid "integer overflow in preprocessor expression"
566 msgstr "Ganzzahlüberlauf in Präprozessorausdruck"
569 msgid "missing '(' in expression"
570 msgstr "fehlendes '(' in Ausdruck"
574 msgid "the left operand of \"%s\" changes sign when promoted"
575 msgstr "der linke Operand von »%s« ändert bei der Weitergabe das Vorzeichen"
579 msgid "the right operand of \"%s\" changes sign when promoted"
580 msgstr "der rechte Operand von »%s« ändert bei der Weitergabe das Vorzeichen"
583 msgid "traditional C rejects the unary plus operator"
584 msgstr "traditionelles C weist den unären Plus-Operator zurück"
587 msgid "comma operator in operand of #if"
588 msgstr "Kommaoperator in Operand von #if"
591 msgid "division by zero in #if"
592 msgstr "Division durch Null in #if"
595 msgid "NULL directory in find_file"
596 msgstr "NULL-Verzeichnis in find_file"
599 msgid "one or more PCH files were found, but they were invalid"
600 msgstr "ein oder mehrere PCH-Dateien wurden gefunden, aber sie sind ungültig"
603 msgid "use -Winvalid-pch for more information"
604 msgstr "-Winvalid-pch für mehr Informationen verwenden"
608 msgid "%s is a block device"
609 msgstr "%s ist ein Block-Gerät"
613 msgid "%s is too large"
614 msgstr "%s ist zu groß"
618 msgid "%s is shorter than expected"
619 msgstr "%s ist kürzer als erwartet"
623 msgid "no include path in which to search for %s"
624 msgstr "kein Include-Pfad, um %s zu finden"
627 msgid "Multiple include guards may be useful for:\n"
628 msgstr "Mehrere Include-Wächter könnten nützlich sein für:\n"
631 msgid "cppchar_t must be an unsigned type"
632 msgstr "cppchar_t muss ein vorzeichenloser Typ sein"
636 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
637 msgstr "Präprozessorarithmetik hat maximale Präzision von %lu Bits; Ziel erfordert %lu Bits"
640 msgid "CPP arithmetic must be at least as precise as a target int"
641 msgstr "CPP-Arithmetik muss mindestens so genau sein wie das Ziel int"
644 msgid "target char is less than 8 bits wide"
645 msgstr "Ziel-char ist weniger als 8 Bits breit"
648 msgid "target wchar_t is narrower than target char"
649 msgstr "Ziel-wchar_t ist schmaler als Ziel char"
652 msgid "target int is narrower than target char"
653 msgstr "Ziel-int ist schmaler als Ziel-char"
656 msgid "CPP half-integer narrower than CPP character"
657 msgstr "CPP Halb-Ganzzahl ist schmaler als CPP-Zeichen"
661 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
662 msgstr "CPP kann auf diesem Computer keine Wide-Zeichenkonstanten über %lu Bits Breite behandeln, das Ziel benötigt %lu Bits"
665 msgid "backslash and newline separated by space"
666 msgstr "Backslash und Newline durch Leerzeichen getrennt"
669 msgid "backslash-newline at end of file"
670 msgstr "Backslash-Newline am Dateiende"
674 msgid "trigraph ??%c converted to %c"
675 msgstr "Trigraph ??%c in %c konvertiert"
679 msgid "trigraph ??%c ignored, use -trigraphs to enable"
680 msgstr "Trigraph ??%c ignoriert, -trigraphs zum Aktivieren verwenden"
683 msgid "\"/*\" within comment"
684 msgstr "»/*« innerhalb des Kommentars"
688 msgid "%s in preprocessing directive"
689 msgstr "%s in Präprozessordirektive"
692 msgid "null character(s) ignored"
693 msgstr "Null-Zeichen ignoriert"
697 msgid "`%.*s' is not in NFKC"
698 msgstr "»%.*s« ist nicht in NFKC"
702 msgid "`%.*s' is not in NFC"
703 msgstr "»%.*s« ist nicht in NFC"
707 msgid "attempt to use poisoned \"%s\""
708 msgstr "Versuch, schlechtes »%s« zu verwenden"
711 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
712 msgstr "__VA_ARGS__ kann nur in Erweiterung eines variadischen C99-Makros auftreten"
715 msgid "null character(s) preserved in literal"
716 msgstr "Null-Zeichen im Literal erhalten"
720 msgid "missing terminating %c character"
721 msgstr "fehlendes abschließendes Zeichen %c"
724 msgid "C++ style comments are not allowed in ISO C90"
725 msgstr "C++-Stil-Kommentare sind in ISO-C90 nicht erlaubt"
728 msgid "(this will be reported only once per input file)"
729 msgstr "(dies wird nur einmal pro Eingabedatei gemeldet)"
732 msgid "multi-line comment"
733 msgstr "mehrzeiliger Kommentar"
737 msgid "unspellable token %s"
738 msgstr "nicht buchstabierbares Token %s"
742 msgid "In file included from %s:%u"
743 msgstr "In Datei, eingefügt von %s:%u"
756 msgid "macro \"%s\" is not used"
757 msgstr "Makro »%s« wird nicht benutzt"
759 #: macro.c:126 macro.c:322
761 msgid "invalid built-in macro \"%s\""
762 msgstr "ungültiges eingebautes Makro »%s«"
765 msgid "could not determine file timestamp"
766 msgstr "Datum und Zeit der Datei konnten nicht bestimmt werden"
769 msgid "could not determine date and time"
770 msgstr "Datum und Zeit konnten nicht bestimmt werden"
773 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
774 msgstr "__COUNTER__ innerhalb von Anweisung mit -fdirectives-only expandiert"
777 msgid "invalid string literal, ignoring final '\\'"
778 msgstr "ungültiges Zeichenkettenliteral, abschließendes '\\' wird ignoriert"
782 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
783 msgstr "das Einfügen von »%s« und »%s« ergibt kein gültiges Präprozessor-Token"
786 msgid "ISO C99 requires rest arguments to be used"
787 msgstr "ISO-C99 erfordert, dass Restargumente verwendet werden"
791 msgid "macro \"%s\" requires %u arguments, but only %u given"
792 msgstr "Makro »%s« erfordert %u Argumente, aber nur %u wurden angegeben"
796 msgid "macro \"%s\" passed %u arguments, but takes just %u"
797 msgstr "dem Makro »%s« wurden %u Argumente übergeben, aber es nimmt nur %u"
799 #: macro.c:730 traditional.c:680
801 msgid "unterminated argument list invoking macro \"%s\""
802 msgstr "unvollendete Argumentliste beim Makroaufruf »%s«"
806 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
807 msgstr "funktionsähnliches Makro »%s« muss mit Argumenten in traditionellem C verwendet werden"
811 msgid "duplicate macro parameter \"%s\""
812 msgstr "doppelter Makroparameter »%s«"
816 msgid "\"%s\" may not appear in macro parameter list"
817 msgstr "»%s« darf nicht in Makroparameterliste auftreten"
820 msgid "macro parameters must be comma-separated"
821 msgstr "Makroparameter müssen mit Komma getrennt sein"
824 msgid "parameter name missing"
825 msgstr "Parametername fehlt"
828 msgid "anonymous variadic macros were introduced in C99"
829 msgstr "anonyme variadische Makros wurden in C99 eingeführt"
832 msgid "ISO C does not permit named variadic macros"
833 msgstr "ISO-C erlaubt keine benannten variadischen Makros"
836 msgid "missing ')' in macro parameter list"
837 msgstr "fehlendes ')' in Makroparameterliste"
840 msgid "'##' cannot appear at either end of a macro expansion"
841 msgstr "'##' kann nicht an den Enden einer Makroexpansion auftreten"
844 msgid "ISO C99 requires whitespace after the macro name"
845 msgstr "ISO-C99 erfordert Whitespace hinter Makroname"
848 msgid "missing whitespace after the macro name"
849 msgstr "Whitespace hinter Makroname fehlt"
852 msgid "'#' is not followed by a macro parameter"
853 msgstr "'#' wird nicht von einem Makroparameter gefolgt"
857 msgid "\"%s\" redefined"
858 msgstr "»%s« redefiniert"
861 msgid "this is the location of the previous definition"
862 msgstr "dies ist die Stelle der vorherigen Definition"
866 msgid "macro argument \"%s\" would be stringified in traditional C"
867 msgstr "Makroargument »%s« würde in traditionellem C zum String gewandelt werden"
871 msgid "invalid hash type %d in cpp_macro_definition"
872 msgstr "ungültiger Hash-Typ %d in cpp_macro_definition"
874 #: pch.c:84 pch.c:332 pch.c:344 pch.c:362 pch.c:368 pch.c:377
875 msgid "while writing precompiled header"
876 msgstr "beim Schreiben des vorkompilierten Headers"
880 msgid "%s: not used because `%.*s' not defined"
881 msgstr "%s: nicht verwendet, da »%.*s« nicht definiert"
885 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
886 msgstr "%s: nicht verwendet, da »%.*s« als »%s« statt als »%.*s« definiert wurde"
890 msgid "%s: not used because `%s' is defined"
891 msgstr "%s: nicht verwendet, da »%s« definiert ist"
895 msgid "%s: not used because `__COUNTER__' is invalid"
896 msgstr "%s: nicht verwendet, da »__COUNTER__« ungültig ist"
898 #: pch.c:567 pch.c:737
899 msgid "while reading precompiled header"
900 msgstr "beim Lesen des vorkompilierten Headers"
904 msgid "detected recursion whilst expanding macro \"%s\""
905 msgstr "Rekursion bei Expansion des Makros »%s« entdeckt"
908 msgid "syntax error in macro parameter list"
909 msgstr "Syntaxfehler in Makroparameterliste"
911 #~ msgid "no newline at end of file"
912 #~ msgstr "Kein Newline am Dateiende"
914 #~ msgid "unknown escape sequence: '\\%03o'"
915 #~ msgstr "unbekannte Fluchtsequenz: '\\%03o'"
917 #~ msgid "`%s' attribute directive ignored"
918 #~ msgstr "Attribut-Anweisung »%s« wird ignoriert"
920 #~ msgid "wrong number of arguments specified for `%s' attribute"
921 #~ msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
923 #~ msgid "`%s' attribute does not apply to types"
924 #~ msgstr "Attribut »%s« kann nicht auf Typen angewandt werden"
926 #~ msgid "`%s' attribute only applies to function types"
927 #~ msgstr "Attribut »%s« kann nur auf Funktionstypen angewandt werden"
929 #~ msgid "`%s' attribute ignored"
930 #~ msgstr "Attribut »%s« wird ignoriert"
932 #~ msgid "offset outside bounds of constant string"
933 #~ msgstr "Adressabstand ist außerhalb der Grenzen der konstanten Zeichenkette"
935 #~ msgid "second arg to `__builtin_prefetch' must be a constant"
936 #~ msgstr "zweites Argument für »__builtin_prefetch« muss eine Konstante sein"
938 #~ msgid "invalid second arg to __builtin_prefetch; using zero"
939 #~ msgstr "ungültiges zweites Argument für »__builtin_prefetch«; es wird Null verwendet"
941 #~ msgid "third arg to `__builtin_prefetch' must be a constant"
942 #~ msgstr "drittes Argument für »__builtin_prefetch« muss eine Konstante sein"
944 #~ msgid "invalid third arg to __builtin_prefetch; using zero"
945 #~ msgstr "ungültiges drittes Argument für »__builtin_prefetch«; es wird Null verwendet"
947 #~ msgid "argument of `__builtin_args_info' must be constant"
948 #~ msgstr "Argument von »__builtin_args_info« muss konstant sein"
950 #~ msgid "argument of `__builtin_args_info' out of range"
951 #~ msgstr "Argument von »__builtin_args_info« außerhalb des Wertebereichs"
953 #~ msgid "missing argument in `__builtin_args_info'"
954 #~ msgstr "fehlendes Argument in »__builtin_args_info«"
956 #~ msgid "`va_start' used in function with fixed args"
957 #~ msgstr "»va_start« in Funktion mit fester Parameterzahl verwendet"
959 #~ msgid "second parameter of `va_start' not last named argument"
960 #~ msgstr "zweiter Parameter von »va_start« ist nicht letztgenanntes Argument"
962 #~ msgid "`__builtin_next_arg' called without an argument"
963 #~ msgstr "»__builtin_next_arg« ohne Argument gerufen"
965 #~ msgid "too many arguments to function `va_start'"
966 #~ msgstr "zu viele Argumente für »va_start«"
968 #~ msgid "first argument to `va_arg' not of type `va_list'"
969 #~ msgstr "erstes Argument für »va_arg« nicht vom Typ »va_list«"
971 #~ msgid "`%s' is promoted to `%s' when passed through `...'"
972 #~ msgstr "»%s« auf »%s« gesetzt beim Durchlaufen von »...«"
974 #~ msgid "(so you should pass `%s' not `%s' to `va_arg')"
975 #~ msgstr "(Sie sollten also »%s« statt »%s« an »va_arg« übergeben)"
977 #~ msgid "invalid arg to `__builtin_frame_address'"
978 #~ msgstr "ungültiges Argument für »__builtin_frame_address«"
980 #~ msgid "invalid arg to `__builtin_return_address'"
981 #~ msgstr "ungültiges Argument für »__builtin_return_address«"
983 #~ msgid "unsupported arg to `__builtin_frame_address'"
984 #~ msgstr "nicht unterstütztes Argument für »__builtin_frame_address«"
986 #~ msgid "unsupported arg to `__builtin_return_address'"
987 #~ msgstr "nicht unterstütztes Argument für »__builtin_return_address«"
989 #~ msgid "second arg to `__builtin_expect' must be a constant"
990 #~ msgstr "zweites Argument für »__builtin_expect« muss eine Konstante sein"
992 #~ msgid "__builtin_longjmp second argument must be 1"
993 #~ msgstr "zweites Argument für __builtin_longjmp muss 1 sein"
995 #~ msgid "built-in function `%s' not currently supported"
996 #~ msgstr "eingebaute Funktion »%s« gegenwärtig nicht unterstützt"
998 #~ msgid "target format does not support infinity"
999 #~ msgstr "Zielformat unterstützt nicht »unendlich«"
1001 #~ msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
1002 #~ msgstr "%Hes wird empfohlen, explizite geschweifte Klammern zu setzen, um mehrdeutiges »else« zu vermeiden"
1004 #~ msgid "%J'%D' is not defined outside of function scope"
1005 #~ msgstr "%J»%D« ist außerhalb des Funktionsgültigkeitsbereiches nicht definiert"
1007 #~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
1008 #~ msgstr "Zeichenkettenlänge »%d« ist größer als die Länge »%d«, die von ISO-C%d-Compilern unterstützt werden muss"
1010 #~ msgid "overflow in constant expression"
1011 #~ msgstr "Überlauf in Konstanten-Ausdruck"
1013 #~ msgid "integer overflow in expression"
1014 #~ msgstr "Ganzzahlüberlauf in Ausdruck"
1016 #~ msgid "floating point overflow in expression"
1017 #~ msgstr "Gleitkommaüberlauf in Ausdruck"
1019 #~ msgid "vector overflow in expression"
1020 #~ msgstr "Vektorüberlauf in Ausdruck"
1022 #~ msgid "large integer implicitly truncated to unsigned type"
1023 #~ msgstr "große Ganzzahl implizit auf vorzeichenlosen Typen abgeschnitten"
1025 #~ msgid "negative integer implicitly converted to unsigned type"
1026 #~ msgstr "negative Ganzzahl implizit in vorzeichenlosen Typen konvertiert"
1028 #~ msgid "overflow in implicit constant conversion"
1029 #~ msgstr "Überlauf in impliziter Konstantenkonvertierung"
1031 #~ msgid "operation on `%s' may be undefined"
1032 #~ msgstr "Operation auf »%s« könnte undefiniert sein"
1034 #~ msgid "expression statement has incomplete type"
1035 #~ msgstr "Ausdrucksanweisung hat unvollständigen Typ"
1037 #~ msgid "case label does not reduce to an integer constant"
1038 #~ msgstr "case-Marke reduziert nicht auf Ganzzahlkonstante"
1040 #~ msgid "invalid truth-value expression"
1041 #~ msgstr "ungültiger Wahrheitswert-Ausdruck"
1043 #~ msgid "invalid operands to binary %s"
1044 #~ msgstr "ungültige Operanden für binäres %s"
1046 #~ msgid "comparison is always false due to limited range of data type"
1047 #~ msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »unwahr«"
1049 #~ msgid "comparison is always true due to limited range of data type"
1050 #~ msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »wahr«"
1052 #~ msgid "comparison of unsigned expression >= 0 is always true"
1053 #~ msgstr "Vergleich eines vorzeichenlosen Ausdrucks >= 0 ist stets »wahr«"
1055 #~ msgid "comparison of unsigned expression < 0 is always false"
1056 #~ msgstr "Vergleich eines vorzeichenlosen Ausdrucks < 0 ist stets »unwahr«"
1058 #~ msgid "pointer of type `void *' used in arithmetic"
1059 #~ msgstr "Zeiger auf Typen »void *« in Arithmetik verwendet"
1061 #~ msgid "pointer to a function used in arithmetic"
1062 #~ msgstr "Zeiger auf Funktion in Arithmetik verwendet"
1064 #~ msgid "pointer to member function used in arithmetic"
1065 #~ msgstr "Zeiger auf Elementfunktion in Arithmetik verwendet"
1067 #~ msgid "pointer to a member used in arithmetic"
1068 #~ msgstr "Zeiger auf Element in Arithmetik verwendet"
1070 #~ msgid "struct type value used where scalar is required"
1071 #~ msgstr "Wert eines struct-Typs anstelle des geforderten Skalars verwendet"
1073 #~ msgid "union type value used where scalar is required"
1074 #~ msgstr "Wert eines union-Typs anstelle des geforderten Skalars verwendet"
1076 #~ msgid "array type value used where scalar is required"
1077 #~ msgstr "Wert eines array-Typs anstelle des geforderten Skalars verwendet"
1079 #~ msgid "the address of `%D', will always evaluate as `true'"
1080 #~ msgstr "die Adresse von »%D« wird immer zu »true« auswerten"
1082 #~ msgid "suggest parentheses around assignment used as truth value"
1083 #~ msgstr "um Zuweisung, die als Wahrheitswert verwendet wird, werden Klammern vorgeschlagen"
1085 #~ msgid "invalid use of `restrict'"
1086 #~ msgstr "ungültige Verwendung von »restrict«"
1088 #~ msgid "invalid application of `sizeof' to a function type"
1089 #~ msgstr "ungültige Anwendung von »sizeof« auf einen Funktionstypen"
1091 #~ msgid "invalid application of `%s' to a void type"
1092 #~ msgstr "ungültige Anwendung von »%s« auf einen void-Typen"
1094 #~ msgid "invalid application of `%s' to an incomplete type"
1095 #~ msgstr "ungültige Anwendung von »%s« auf einen unvollständigen Typen"
1097 #~ msgid "`__alignof' applied to a bit-field"
1098 #~ msgstr "»__alignof« auf Bitfeld angewandt"
1100 #~ msgid "cannot disable built-in function `%s'"
1101 #~ msgstr "kann eingebaute Funktion »%s« nicht abschalten"
1103 #~ msgid "too few arguments to function `%s'"
1104 #~ msgstr "zu wenig Argumente für Funktion »%s«"
1106 #~ msgid "too many arguments to function `%s'"
1107 #~ msgstr "zu viele Argumente für Funktion »%s«"
1109 #~ msgid "non-floating-point argument to function `%s'"
1110 #~ msgstr "nicht-Gleitkomma-Argument für Funktion »%s«"
1112 #~ msgid "pointers are not permitted as case values"
1113 #~ msgstr "Zeiger sind nicht als case-Werte zugelassen"
1115 #~ msgid "range expressions in switch statements are non-standard"
1116 #~ msgstr "Wertebereichsausdrücke in switch-Anweisungen sind nicht standardkonform"
1118 #~ msgid "empty range specified"
1119 #~ msgstr "leerer Wertebereich angegeben"
1121 #~ msgid "duplicate (or overlapping) case value"
1122 #~ msgstr "doppelte (oder sich überschneidende) case-Werte"
1124 #~ msgid "%Jthis is the first entry overlapping that value"
1125 #~ msgstr "%Jdies ist der erste Eintrag, der diesen Wert überschneidet"
1127 #~ msgid "duplicate case value"
1128 #~ msgstr "doppelter case-Wert"
1130 #~ msgid "%Jpreviously used here"
1131 #~ msgstr "%Jbereits hier verwendet"
1133 #~ msgid "multiple default labels in one switch"
1134 #~ msgstr "mehrere Standardmarken in einem »switch«"
1136 #~ msgid "%Jthis is the first default label"
1137 #~ msgstr "%Jdies ist die erste Standardmarke"
1139 #~ msgid "taking the address of a label is non-standard"
1140 #~ msgstr "das Ermitteln der Adresse einer Marke ist nicht standardkonform"
1142 #~ msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"
1143 #~ msgstr "%Hder Rückgabewert von »%D« mit dem Attribut warn_unused_result wird ignoriert"
1145 #~ msgid "%Hignoring return value of function declared with attribute warn_unused_result"
1146 #~ msgstr "%Hder Rückgabewert der Funktion, die mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert"
1148 #~ msgid "declaration of \"%s\" shadows a parameter"
1149 #~ msgstr "Deklaration von »%s« überdeckt einen Parameter"
1151 #~ msgid "declaration of \"%s\" shadows a previous local"
1152 #~ msgstr "Deklaration von »%s« überdeckt einen vorhergehenden lokalen Bezeichner"
1154 #~ msgid "declaration of \"%s\" shadows a global declaration"
1155 #~ msgstr "Deklaration von »%s« überdeckt eine globale Deklaration"
1157 #~ msgid "%Jshadowed declaration is here"
1158 #~ msgstr "%Jverdeckte Deklaration ist hier"
1160 #~ msgid "unknown machine mode `%s'"
1161 #~ msgstr "unbekannter Maschinenzustand »%s«"
1163 #~ msgid "no data type for mode `%s'"
1164 #~ msgstr "kein Datentyp für Zustand »%s«"
1166 #~ msgid "invalid pointer mode `%s'"
1167 #~ msgstr "ungültiger Zeigermodus »%s«"
1169 #~ msgid "unable to emulate '%s'"
1170 #~ msgstr "»%s« kann nicht emuliert werden"
1172 #~ msgid "%Jsection attribute cannot be specified for local variables"
1173 #~ msgstr "%JAbschnitts-Attribut kann nicht für lokale Variablen angegeben werden"
1175 #~ msgid "%Jsection of '%D' conflicts with previous declaration"
1176 #~ msgstr "%JAbschnitt von »%D« in Konflikt mit vorheriger Deklaration"
1178 #~ msgid "%Jsection attribute not allowed for '%D'"
1179 #~ msgstr "%JAbschnitts-Attribute nicht erlaubt für »%D«"
1181 #~ msgid "%Jsection attributes are not supported for this target"
1182 #~ msgstr "%JAbschnitts-Attribute werden für dieses Ziel nicht unterstützt"
1184 #~ msgid "requested alignment is not a constant"
1185 #~ msgstr "verlangte Ausrichtung ist keine Konstante"
1187 #~ msgid "requested alignment is not a power of 2"
1188 #~ msgstr "verlangte Ausrichtung ist keine Zweierpotenz"
1190 #~ msgid "requested alignment is too large"
1191 #~ msgstr "verlangte Ausrichtung ist zu groß"
1193 #~ msgid "%Jalignment may not be specified for '%D'"
1194 #~ msgstr "%Jfür »%D« darf keine Ausrichtung angegeben werden"
1196 #~ msgid "%J'%D' defined both normally and as an alias"
1197 #~ msgstr "%J»%D« sowohl normal als auch als Alias definiert"
1199 #~ msgid "alias arg not a string"
1200 #~ msgstr "Alias-Argument ist keine Zeichenkette"
1202 #~ msgid "visibility arg not a string"
1203 #~ msgstr "Sichtbarkeitsargument ist keine Zeichenkette"
1205 #~ msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
1206 #~ msgstr "Sichtbarkeitsargument muss »default«, »hidden«, »protected« oder »internal« sein"
1208 #~ msgid "tls_model arg not a string"
1209 #~ msgstr "Argument für tls_model ist keine Zeichenkette"
1211 #~ msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
1212 #~ msgstr "Argument für tls_model muss »local-exec«, »initial-exec«, »local-dynamic« oder »global-dynamic« sein"
1214 #~ msgid "%J'%E' attribute applies only to functions"
1215 #~ msgstr "%JAttribut »%E« kann nur auf Funktionen angewandt werden"
1217 #~ msgid "%Jcan't set '%E' attribute after definition"
1218 #~ msgstr "%Jkann Attribut »%E« nicht nach der Definition setzen"
1220 #~ msgid "`%s' attribute ignored for `%s'"
1221 #~ msgstr "Attribut »%s« ignoriert für »%s«"
1223 #~ msgid "invalid vector type for attribute `%s'"
1224 #~ msgstr "ungültiger Vektortyp für Attribut »%s«"
1226 #~ msgid "no vector mode with the size and type specified could be found"
1227 #~ msgstr "Vektorzustand mit der angegebenen Größe und dem angegebenen Typ konnte nicht gefunden werden"
1229 #~ msgid "nonnull attribute without arguments on a non-prototype"
1230 #~ msgstr "Nicht-Null-Attribut ohne Argumente für einen Nicht-Prototyp"
1232 #~ msgid "nonnull argument has invalid operand number (arg %lu)"
1233 #~ msgstr "Nicht-Null-Argument hat ungültige Operandenzahl (Argument %lu)"
1235 #~ msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
1236 #~ msgstr "Nicht-Null-Argument mit Operandenzahl außerhalb des Wertebereiches (Argument %lu, Operand %lu)"
1238 #~ msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
1239 #~ msgstr "Nicht-Null-Argument referenziert Nicht-Zeiger-Operanden (Argument %lu, Operand %lu)"
1241 #~ msgid "null argument where non-null required (arg %lu)"
1242 #~ msgstr "Null-Argument, wo Nicht-Null erwartet (Argument %lu)"
1244 #~ msgid "cleanup arg not an identifier"
1245 #~ msgstr "Argument für cleanup ist kein Bezeichner"
1247 #~ msgid "cleanup arg not a function"
1248 #~ msgstr "Argument für cleanup ist keine Funktion"
1250 #~ msgid "%s at end of input"
1251 #~ msgstr "%s am Ende der Eingabe"
1253 #~ msgid "%s before %s'%c'"
1254 #~ msgstr "%s vor %s'%c'"
1256 #~ msgid "%s before %s'\\x%x'"
1257 #~ msgstr "%s vor %s'\\x%x'"
1259 #~ msgid "%s before string constant"
1260 #~ msgstr "%s vor Zeichenkettenkonstante"
1262 #~ msgid "%s before numeric constant"
1263 #~ msgstr "%s vor numerischer Konstante"
1265 #~ msgid "%s before \"%s\""
1266 #~ msgstr "%s vor \"%s\""
1268 #~ msgid "%s before '%s' token"
1269 #~ msgstr "%s vor »%s«"
1274 #~ msgid "void value not ignored as it ought to be"
1275 #~ msgstr "void-Wert nicht ignoriert wie es sein sollte"
1277 #~ msgid "conversion to non-scalar type requested"
1278 #~ msgstr "Konvertierung zu Nicht-Skalar-Typ verlangt"
1280 #~ msgid "%Jarray '%D' assumed to have one element"
1281 #~ msgstr "%JFeld »%D« als einelementig betrachtet"
1283 #~ msgid "%Jlabel `%D' used but not defined"
1284 #~ msgstr "%JMarke »%D« verwendet, aber nicht definiert"
1286 #~ msgid "%Jlabel `%D' defined but not used"
1287 #~ msgstr "%JMarke »%D« definiert aber nicht verwendet"
1289 #~ msgid "%Jlabel `%D' declared but not defined"
1290 #~ msgstr "%JMarke »%D« deklariert, aber nicht definiert"
1292 #~ msgid "%Junused variable `%D'"
1293 #~ msgstr "%JVariable »%D« wird nicht verwendet"
1295 #~ msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
1296 #~ msgstr "eine Parameterliste mit Auslassung passt nicht zu einer leeren Parameternamenslistendeklaration"
1298 #~ msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
1299 #~ msgstr "ein Argumenttyp mit Standard-Promotion passt nicht zu leerer Parameternamenslistendeklaration"
1301 #~ msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"
1302 #~ msgstr "%JPrototyp für »%D« deklariert mehr Argumente als vorherige Definition im alten Stil"
1304 #~ msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"
1305 #~ msgstr "%JPrototyp für »%D« deklariert weniger Argumente als vorherige Definition im alten Stil"
1307 #~ msgid "%Jprototype for '%D' declares arg %d with incompatible type"
1308 #~ msgstr "%JPrototyp für »%D« deklariert Argument %d mit inkompatiblem Typen"
1310 #~ msgid "%Jprototype for '%D' follows non-prototype definition"
1311 #~ msgstr "%JPrototyp für »%D« folgt einer Nicht-Prototyp-Definition"
1313 #~ msgid "%Jprevious definition of '%D' was here"
1314 #~ msgstr "%Jvorherige Definition von »%D« war hier"
1316 #~ msgid "%Jprevious implicit declaration of '%D' was here"
1317 #~ msgstr "%Jvorherige implizite Deklaration von »%D« war hier"
1319 #~ msgid "%Jprevious declaration of '%D' was here"
1320 #~ msgstr "%Jvorherige Deklaration von »%D« war hier"
1322 #~ msgid "%J'%D' redeclared as different kind of symbol"
1323 #~ msgstr "%J»%D« redeklariert als andere Symbolart"
1325 #~ msgid "%Jbuilt-in function '%D' declared as non-function"
1326 #~ msgstr "%Jeingebaute Funktion »%D« als Nicht-Funktion deklariert"
1328 #~ msgid "%Jshadowing built-in function '%D'"
1329 #~ msgstr "%Jeingebaute Funktion »%D« überdeckt"
1331 #~ msgid "%Jconflicting types for built-in function '%D'"
1332 #~ msgstr "%Jin Konflikt stehende Typen für eingebaute Funktion »%D«"
1334 #~ msgid "%Jconflicting types for '%D'"
1335 #~ msgstr "%Jin Konflikt stehende Typen für »%D«"
1337 #~ msgid "%Jredefinition of typedef '%D'"
1338 #~ msgstr "%JRedefinition des typedef »%D«"
1340 #~ msgid "%Jredefinition of '%D'"
1341 #~ msgstr "%JRedefinition von »%D«"
1343 #~ msgid "%Jstatic declaration of '%D' follows non-static declaration"
1344 #~ msgstr "%Jstatische Deklaration von »%D« folgt Nicht-statischer Deklaration"
1346 #~ msgid "%Jnon-static declaration of '%D' follows static declaration"
1347 #~ msgstr "%JNicht-statische-Deklaration von »%D« folgt statischer Deklaration"
1349 #~ msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
1350 #~ msgstr "%JThread-lokale Deklaration von »%D« folgt nicht-Thread-lokaler Deklaration"
1352 #~ msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
1353 #~ msgstr "%JNicht-Thread-lokale Deklaration von »%D« folgt Thread-lokaler Deklaration"
1355 #~ msgid "%Jextern declaration of '%D' follows declaration with no linkage"
1356 #~ msgstr "%Jextern-Deklaration von »%D« folgt Deklaration ohne Bindung"
1358 #~ msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
1359 #~ msgstr "%JDeklaration von »%D« ohne Bindung folgt einer externen Deklaration"
1361 #~ msgid "%Jredeclaration of '%D' with no linkage"
1362 #~ msgstr "%JRedeklarationen von »%D« ohne Bindung"
1364 #~ msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
1365 #~ msgstr "%JRedeklaration von »%D« mit anderer Sichtbarkeit (alte Sichtbarkeit beibehalten)"
1367 #~ msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"
1368 #~ msgstr "%Jinline-Deklaration von »%D« folgt Deklaration mit Attribut noinline"
1370 #~ msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
1371 #~ msgstr "%JDeklaration von »%D« mit Attribut noinline folgt inline-Deklaration "
1373 #~ msgid "%J'%D' declared inline after being called"
1374 #~ msgstr "%J»%D« als inline deklariert nachdem es aufgerufen wurde"
1376 #~ msgid "%J'%D' declared inline after its definition"
1377 #~ msgstr "%J»%D« nach der Definition als inline deklariert"
1379 #~ msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
1380 #~ msgstr "%J»volatile«-Deklaration von »%D« folgt nicht-»volatile«-Deklaration"
1382 #~ msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
1383 #~ msgstr "%JNicht-»volatile«-Deklaration von »%D« folgt »volatile«-Deklaration"
1385 #~ msgid "%Jconst declaration of '%D' follows non-const declaration"
1386 #~ msgstr "%Jconst-Deklaration für »%D« folgt Nicht-const Deklaration"
1388 #~ msgid "%Jnon-const declaration of '%D' follows const declaration"
1389 #~ msgstr "%JNicht-const-Deklaration von »%D« folgt const-Deklaration"
1391 #~ msgid "%Jredundant redeclaration of '%D'"
1392 #~ msgstr "%Jredundante Redeklaration von »%D«"
1394 #~ msgid "nested extern declaration of `%s'"
1395 #~ msgstr "geschachtelte extern-Deklaration von »%s«"
1397 #~ msgid "%Jprevious declaration of '%D'"
1398 #~ msgstr "%Jvorherige Deklaration von »%D«"
1400 #~ msgid "implicit declaration of function `%s'"
1401 #~ msgstr "implizite Deklaration der Funktion »%s«"
1403 #~ msgid "`%s' undeclared here (not in a function)"
1404 #~ msgstr "»%s« ist hier nicht deklariert (nicht in einer Funktion)"
1406 #~ msgid "`%s' undeclared (first use in this function)"
1407 #~ msgstr "»%s« nicht deklariert (erste Benutzung in dieser Funktion)"
1409 #~ msgid "(Each undeclared identifier is reported only once"
1410 #~ msgstr "(Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt"
1412 #~ msgid "for each function it appears in.)"
1413 #~ msgstr "für jede Funktion in der er auftritt.)"
1415 #~ msgid "label %s referenced outside of any function"
1416 #~ msgstr "Marke %s außerhalb einer Funktion referenziert"
1418 #~ msgid "duplicate label declaration `%s'"
1419 #~ msgstr "doppelte Markendeklaration »%s«"
1421 #~ msgid "%Jthis is a previous declaration"
1422 #~ msgstr "%Jdies ist eine vorherige Deklaration"
1424 #~ msgid "%Hduplicate label `%D'"
1425 #~ msgstr "%Hdoppelte Marke »%D«"
1427 #~ msgid "%J`%D' previously defined here"
1428 #~ msgstr "%J»%D« bereits hier definiert"
1430 #~ msgid "%J`%D' previously declared here"
1431 #~ msgstr "%J»%D« bereits hier deklariert"
1433 #~ msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"
1434 #~ msgstr "%Htraditionelles C bietet keinen separaten Namespace für Marken an, Bezeichner »%s« steht in Konflikt"
1436 #~ msgid "%H`%s' defined as wrong kind of tag"
1437 #~ msgstr "%H»%s« definiert als falsche Symbolart"
1439 #~ msgid "unnamed struct/union that defines no instances"
1440 #~ msgstr "unbenannte struct/union, die keine Instanzen definiert"
1442 #~ msgid "useless keyword or type name in empty declaration"
1443 #~ msgstr "nutzloses Schlüsselwort oder Typenname in leerer Deklaration"
1445 #~ msgid "two types specified in one empty declaration"
1446 #~ msgstr "zwei Typen in einer leeren Deklaration angegeben"
1448 #~ msgid "empty declaration"
1449 #~ msgstr "leere Deklaration"
1451 #~ msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
1452 #~ msgstr "ISO-C90 unterstützt kein »static« oder Typkennzeichner in Parameterfelddeklaratoren"
1454 #~ msgid "ISO C90 does not support `[*]' array declarators"
1455 #~ msgstr "ISO-C90 unterstützt nicht »[*]«-Felddeklaratoren"
1457 #~ msgid "GCC does not yet properly implement `[*]' array declarators"
1458 #~ msgstr "GCC implementiert noch keine richtigen »[*]«-Felddeklaratoren"
1460 #~ msgid "static or type qualifiers in abstract declarator"
1461 #~ msgstr "static oder Typkennzeichner in abstraktem Deklarator"
1463 #~ msgid "%J'%D' is usually a function"
1464 #~ msgstr "%J»%D« ist üblicherweise eine Funktion"
1466 #~ msgid "typedef `%s' is initialized (use __typeof__ instead)"
1467 #~ msgstr "typedef »%s« ist initialisiert (benutzen Sie stattdessen __typeof__)"
1469 #~ msgid "function `%s' is initialized like a variable"
1470 #~ msgstr "Funktion »%s« ist wie eine Variable initialisiert"
1472 #~ msgid "parameter `%s' is initialized"
1473 #~ msgstr "Parameter »%s« ist initialisiert"
1475 #~ msgid "variable-sized object may not be initialized"
1476 #~ msgstr "Objekt variabler Größe darf nicht initialisiert werden"
1478 #~ msgid "variable `%s' has initializer but incomplete type"
1479 #~ msgstr "Variable »%s« hat Initialisierung, aber unvollständigen Typ"
1481 #~ msgid "elements of array `%s' have incomplete type"
1482 #~ msgstr "Elemente des Feldes »%s« haben unvollständigen Typ"
1484 #~ msgid "%Jinline function '%D' given attribute noinline"
1485 #~ msgstr "%Jinline-Funktion »%D« wurde das Attribut »noinline« gegeben"
1487 #~ msgid "%Jinitializer fails to determine size of '%D'"
1488 #~ msgstr "%JInitialisierung scheitert an Größenbestimmung von »%D«"
1490 #~ msgid "%Jarray size missing in '%D'"
1491 #~ msgstr "%JFeldgröße in »%D« fehlt"
1493 #~ msgid "%Jzero or negative size array '%D'"
1494 #~ msgstr "%JFeldgröße von »%D« ist null oder negativ"
1496 #~ msgid "%Jstorage size of '%D' isn't known"
1497 #~ msgstr "%JSpeichergröße von »%D« ist unbekannt"
1499 #~ msgid "%Jstorage size of '%D' isn't constant"
1500 #~ msgstr "%JSpeichergröße von »%D« ist nicht konstant"
1502 #~ msgid "%Jignoring asm-specifier for non-static local variable '%D'"
1503 #~ msgstr "%Jasm-Symbol für nicht-statische lokale Variable »%D« wird ignoriert"
1505 #~ msgid "ISO C forbids forward parameter declarations"
1506 #~ msgstr "ISO-C verbietet Vorwärtsdeklaration für Parameter"
1508 #~ msgid "<anonymous>"
1509 #~ msgstr "<anonym>"
1511 #~ msgid "bit-field `%s' width not an integer constant"
1512 #~ msgstr "Breite des Bitfeldes »%s« ist keine Ganzzahlkonstante"
1514 #~ msgid "negative width in bit-field `%s'"
1515 #~ msgstr "negative Breite in Bitfeld »%s«"
1517 #~ msgid "zero width for bit-field `%s'"
1518 #~ msgstr "Breite null für Bitfeld »%s«"
1520 #~ msgid "bit-field `%s' has invalid type"
1521 #~ msgstr "Bitfeld »%s« hat ungültigen Typen"
1523 #~ msgid "type of bit-field `%s' is a GCC extension"
1524 #~ msgstr "der Typ des Bitfeldes »%s« ist eine Erweiterung des GCC"
1526 #~ msgid "width of `%s' exceeds its type"
1527 #~ msgstr "Breite von »%s« überschreitet dessen Typen"
1529 #~ msgid "`%s' is narrower than values of its type"
1530 #~ msgstr "»%s« ist schmaler als die Werte seines Typs"
1532 #~ msgid "`long long long' is too long for GCC"
1533 #~ msgstr "»long long long« ist für GCC zu lang"
1535 #~ msgid "ISO C90 does not support `long long'"
1536 #~ msgstr "ISO-C90 unterstützt nicht »long long«"
1538 #~ msgid "duplicate `%s'"
1539 #~ msgstr "doppeltes »%s«"
1541 #~ msgid "`__thread' before `extern'"
1542 #~ msgstr "»__thread« vor »extern«"
1544 #~ msgid "`__thread' before `static'"
1545 #~ msgstr "»__thread« vor »static«"
1547 #~ msgid "two or more data types in declaration of `%s'"
1548 #~ msgstr "zwei oder mehr Datentypen in Deklaration von »%s«"
1550 #~ msgid "`%s' fails to be a typedef or built in type"
1551 #~ msgstr "»%s« ist kein typedef oder eingebauter Typ"
1553 #~ msgid "type defaults to `int' in declaration of `%s'"
1554 #~ msgstr "»int« ist Standardtyp in Deklaration von »%s«"
1556 #~ msgid "both long and short specified for `%s'"
1557 #~ msgstr "sowohl »long« als auch »short« für »%s« angegeben"
1559 #~ msgid "long or short specified with char for `%s'"
1560 #~ msgstr "»long« oder »short« mit »char« für »%s« angegeben"
1562 #~ msgid "long or short specified with floating type for `%s'"
1563 #~ msgstr "»long« oder »short« mit Gleitkommatyp für »%s« angegeben"
1565 #~ msgid "the only valid combination is `long double'"
1566 #~ msgstr "die einzig gültige Kombination ist »long double«"
1568 #~ msgid "both signed and unsigned specified for `%s'"
1569 #~ msgstr "sowohl »signed« als auch »unsigned« für »%s« angegeben"
1571 #~ msgid "long, short, signed or unsigned invalid for `%s'"
1572 #~ msgstr "long, short, signed oder unsigned ist ungültig für »%s«"
1574 #~ msgid "long, short, signed or unsigned used invalidly for `%s'"
1575 #~ msgstr "long, short, signed oder unsigned ungültig verwendet für »%s«"
1577 #~ msgid "complex invalid for `%s'"
1578 #~ msgstr "complex ungültig für »%s«"
1580 #~ msgid "ISO C90 does not support complex types"
1581 #~ msgstr "ISO-C90 unterstützt nicht komplexe Typen"
1583 #~ msgid "ISO C does not support plain `complex' meaning `double complex'"
1584 #~ msgstr "ISO-C unterstützt nicht »double complex« bedeutendes »complex«"
1586 #~ msgid "ISO C does not support complex integer types"
1587 #~ msgstr "ISO-C unterstützt keine komplexen Ganzzahltypen"
1589 #~ msgid "duplicate `const'"
1590 #~ msgstr "doppeltes »const«"
1592 #~ msgid "duplicate `restrict'"
1593 #~ msgstr "doppeltes »restrict«"
1595 #~ msgid "duplicate `volatile'"
1596 #~ msgstr "doppeltes »volatile«"
1598 #~ msgid "multiple storage classes in declaration of `%s'"
1599 #~ msgstr "mehrere Speicherklassen in Deklaration von »%s«"
1601 #~ msgid "function definition declared `auto'"
1602 #~ msgstr "Funktionsdefinition deklarierte »auto«"
1604 #~ msgid "function definition declared `register'"
1605 #~ msgstr "Funktionsdefinition deklarierte »register«"
1607 #~ msgid "function definition declared `typedef'"
1608 #~ msgstr "Funktionsdefinition deklarierte »typedef«"
1610 #~ msgid "function definition declared `__thread'"
1611 #~ msgstr "Funktionsdefinition deklarierte »__thread«"
1613 #~ msgid "storage class specified for structure field `%s'"
1614 #~ msgstr "Speicherklasse für Strukturfeld »%s« angegeben"
1616 #~ msgid "storage class specified for parameter `%s'"
1617 #~ msgstr "Speicherklasse für Parameter »%s« angegeben"
1619 #~ msgid "storage class specified for typename"
1620 #~ msgstr "Speicherklasse für Typnamen angegeben"
1622 #~ msgid "`%s' initialized and declared `extern'"
1623 #~ msgstr "»%s« initialisiert und als »extern« deklariert"
1625 #~ msgid "`%s' has both `extern' and initializer"
1626 #~ msgstr "»%s« hat sowohl »extern« als auch Initialisierung"
1628 #~ msgid "file-scope declaration of `%s' specifies `auto'"
1629 #~ msgstr "Deklaration von »%s« in Datei-Sichtbarkeitsbereich spezifiziert »auto«"
1631 #~ msgid "nested function `%s' declared `extern'"
1632 #~ msgstr "geschachtelte Funktion »%s« als »extern« deklariert"
1634 #~ msgid "function-scope `%s' implicitly auto and declared `__thread'"
1635 #~ msgstr "Funktions-Gültigkeitsbereich »%s« ist implizit auto und deklarierte »__thread«"
1637 #~ msgid "static or type qualifiers in non-parameter array declarator"
1638 #~ msgstr "»static« oder Typkennzeichner in Nicht-Parameter-Felddeklarator"
1640 #~ msgid "declaration of `%s' as array of voids"
1641 #~ msgstr "Deklaration von »%s« als Feld von voids"
1643 #~ msgid "declaration of `%s' as array of functions"
1644 #~ msgstr "Deklaration von »%s« als Feld von Funtionen"
1646 #~ msgid "invalid use of structure with flexible array member"
1647 #~ msgstr "ungültige Verwendung einer Struktur mit flexiblem Feldelement"
1649 #~ msgid "size of array `%s' has non-integer type"
1650 #~ msgstr "Feldgröße von »%s« hat Nicht-Ganzzahltyp"
1652 #~ msgid "ISO C forbids zero-size array `%s'"
1653 #~ msgstr "ISO-C verbietet Feld »%s« der Größe null"
1655 #~ msgid "size of array `%s' is negative"
1656 #~ msgstr "Feldgröße von »%s« ist negativ"
1658 #~ msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1659 #~ msgstr "ISO-C90 verbietet Feld »%s«, dessen Größe nicht ausgewertet werden kann"
1661 #~ msgid "ISO C90 forbids variable-size array `%s'"
1662 #~ msgstr "ISO-C90 verbietet Feld »%s« variabler Größe"
1664 #~ msgid "size of array `%s' is too large"
1665 #~ msgstr "Feldgröße von »%s« ist zu groß"
1667 #~ msgid "ISO C90 does not support flexible array members"
1668 #~ msgstr "ISO-C90 unterstützt keine flexiblen Felder als Elemente"
1670 #~ msgid "array type has incomplete element type"
1671 #~ msgstr "Feldtyp hat unvollständigen Elementtypen"
1673 #~ msgid "`%s' declared as function returning a function"
1674 #~ msgstr "»%s« als Funktion, die eine Funktion zurückgibt, deklariert"
1676 #~ msgid "`%s' declared as function returning an array"
1677 #~ msgstr "»%s« als Funktion, die ein Feld zurückgibt, deklariert"
1679 #~ msgid "ISO C forbids qualified void function return type"
1680 #~ msgstr "ISO-C verbietet qualifiziertes void als Funktions-Rückgabetypen"
1682 #~ msgid "type qualifiers ignored on function return type"
1683 #~ msgstr "Typkennzeichner ignoriert an Funktions-Rückgabewert"
1685 #~ msgid "ISO C forbids qualified function types"
1686 #~ msgstr "ISO-C verbietet qualifizierte Funktionstypen"
1688 #~ msgid "invalid type modifier within pointer declarator"
1689 #~ msgstr "ungültiger Typmodifizierer innerhalb Zeigerdeklarator"
1691 #~ msgid "ISO C forbids const or volatile function types"
1692 #~ msgstr "ISO-C verbietet const- oder volatile-Funktionstypen"
1694 #~ msgid "variable or field `%s' declared void"
1695 #~ msgstr "Variable oder Feld »%s« als »void« deklariert"
1697 #~ msgid "attributes in parameter array declarator ignored"
1698 #~ msgstr "Attribute in Parameterfelddeklarator ignoriert"
1700 #~ msgid "invalid type modifier within array declarator"
1701 #~ msgstr "ungültiger Typmodifizierer in Felddeklarator"
1703 #~ msgid "field `%s' declared as a function"
1704 #~ msgstr "Feld »%s« als Funktion deklariert"
1706 #~ msgid "field `%s' has incomplete type"
1707 #~ msgstr "Feld »%s« hat unvollständigen Typen"
1709 #~ msgid "invalid storage class for function `%s'"
1710 #~ msgstr "ungültige Speicherklasse für Funktion »%s«"
1712 #~ msgid "`noreturn' function returns non-void value"
1713 #~ msgstr "»noreturn«-Funktion gibt nicht-void-Wert zurück"
1715 #~ msgid "cannot inline function `main'"
1716 #~ msgstr "»main« ist nicht als »inline« möglich"
1718 #~ msgid "variable previously declared `static' redeclared `extern'"
1719 #~ msgstr "als »extern« redeklarierte Variable war bereits als »static« deklariert"
1721 #~ msgid "%Jvariable '%D' declared `inline'"
1722 #~ msgstr "%JVariable »%D« als »inline« deklariert"
1724 #~ msgid "thread-local storage not supported for this target"
1725 #~ msgstr "Thread-lokaler Speicher wird für dieses Ziel nicht unterstützt"
1727 #~ msgid "function declaration isn't a prototype"
1728 #~ msgstr "Funktionsdeklaration ist kein Prototyp"
1730 #~ msgid "parameter names (without types) in function declaration"
1731 #~ msgstr "Parameternamen (ohne Typen) in Funktionsdeklaration"
1733 #~ msgid "parameter `%s' has incomplete type"
1734 #~ msgstr "Parameter »%s« hat unvollständigen Typen"
1736 #~ msgid "parameter has incomplete type"
1737 #~ msgstr "Parameter hat unvollständigen Typen"
1739 #~ msgid "\"void\" as only parameter may not be qualified"
1740 #~ msgstr "\"void\" kann als einziger Parameter nicht qualifiziert werden"
1742 #~ msgid "\"void\" must be the only parameter"
1743 #~ msgstr "\"void\" muss der einzige Parameter sein"
1745 #~ msgid "%Jparameter \"%D\" has just a forward declaration"
1746 #~ msgstr "%JParameter »%D« hat nur eine Vorwärtsdeklaration"
1748 #~ msgid "\"%s %s\" declared inside parameter list"
1749 #~ msgstr "\"%s %s\" innerhalb Parameterliste deklariert"
1751 #~ msgid "anonymous %s declared inside parameter list"
1752 #~ msgstr "anonymes %s innerhalb Parameterliste deklariert"
1754 #~ msgid "its scope is only this definition or declaration, which is probably not what you want"
1755 #~ msgstr "sein Gültigkeitsbereich umfasst nur diese Definition bzw. Deklaration, was Sie wahrscheinlich nicht wollten"
1757 #~ msgid "redefinition of `union %s'"
1758 #~ msgstr "Redefinition von »union %s«"
1760 #~ msgid "redefinition of `struct %s'"
1761 #~ msgstr "Redefinition von »struct %s«"
1763 #~ msgid "declaration does not declare anything"
1764 #~ msgstr "Deklaration deklariert nichts"
1766 #~ msgid "%Jduplicate member '%D'"
1767 #~ msgstr "%Jdoppeltes Element »%D«"
1769 #~ msgid "%s defined inside parms"
1770 #~ msgstr "%s innerhalb Parameter definiert"
1775 #~ msgid "structure"
1776 #~ msgstr "Struktur"
1778 #~ msgid "%s has no %s"
1779 #~ msgstr "%s hat kein %s"
1784 #~ msgid "named members"
1785 #~ msgstr "benannte Elemente"
1788 #~ msgstr "Elemente"
1790 #~ msgid "nested redefinition of `%s'"
1791 #~ msgstr "Verschachtelte Redefinition von »%s«"
1793 #~ msgid "%Jflexible array member in union"
1794 #~ msgstr "%Jflexibles Feldelement in Union"
1796 #~ msgid "%Jflexible array member not at end of struct"
1797 #~ msgstr "%Jflexibles Feld-Element nicht am Ende von struct"
1799 #~ msgid "%Jflexible array member in otherwise empty struct"
1800 #~ msgstr "%Jlexibler Feld-Element in ansonsten leerem struct"
1802 #~ msgid "%Jinvalid use of structure with flexible array member"
1803 #~ msgstr "%Jungültige Verwendung einer Struktur mit flexiblem Feld-Element"
1805 #~ msgid "union cannot be made transparent"
1806 #~ msgstr "union kann nicht transparent gemacht werden"
1808 #~ msgid "redeclaration of `enum %s'"
1809 #~ msgstr "Redeklaration von »enum %s«"
1811 #~ msgid "enum defined inside parms"
1812 #~ msgstr "enum innerhalb von Parametern definiert"
1814 #~ msgid "enumeration values exceed range of largest integer"
1815 #~ msgstr "Aufzählungswerte überschreiten Wertebereich des größten Ganzzahltypen"
1817 #~ msgid "enumerator value for `%s' not integer constant"
1818 #~ msgstr "Aufzählungswert für »%s« ist keine Ganzzahlkonstante"
1820 #~ msgid "overflow in enumeration values"
1821 #~ msgstr "Überlauf in Aufzählungswerten"
1823 #~ msgid "ISO C restricts enumerator values to range of `int'"
1824 #~ msgstr "ISO-C beschränkt Aufzählungswerte auf Bereich von »int«"
1826 #~ msgid "return type is an incomplete type"
1827 #~ msgstr "Rückgabetyp ist unvollständig"
1829 #~ msgid "return type defaults to `int'"
1830 #~ msgstr "Rückgabetyp ist auf »int« voreingestellt"
1832 #~ msgid "%Jno previous prototype for '%D'"
1833 #~ msgstr "%Jkein vorheriger Prototyp für »%D«"
1835 #~ msgid "%J'%D' was used with no prototype before its definition"
1836 #~ msgstr "%J»%D« wurde vor seiner Definition ohne Prototyp verwendet"
1838 #~ msgid "%Jno previous declaration for '%D'"
1839 #~ msgstr "%Jkeine vorherige Deklaration für »%D«"
1841 #~ msgid "%J`%D' was used with no declaration before its definition"
1842 #~ msgstr "%J»%D« wurde vor seiner Definition ohne Deklaration verwendet"
1844 #~ msgid "%Jreturn type of '%D' is not `int'"
1845 #~ msgstr "%JRückgabetyp von »%D« ist nicht »int«"
1847 #~ msgid "%Jfirst argument of '%D' should be `int'"
1848 #~ msgstr "%Jerstes Argument von »%D« sollte »int« sein"
1850 #~ msgid "%Jsecond argument of '%D' should be 'char **'"
1851 #~ msgstr "%Jzweites Argument von »%D« sollte »char **« sein"
1853 #~ msgid "%Jthird argument of '%D' should probably be 'char **'"
1854 #~ msgstr "%Jdrittes Argument von »%D« sollte wahrscheinlich »char **« sein"
1856 #~ msgid "%J'%D' takes only zero or two arguments"
1857 #~ msgstr "%J»%D« benötigt entweder null oder zwei Argumente"
1859 #~ msgid "%J'%D' is normally a non-static function"
1860 #~ msgstr "%J»%D« ist normalerweise eine Nicht-static-Funktion"
1862 #~ msgid "%Jold-style parameter declarations in prototyped function definition"
1863 #~ msgstr "%JParameterdeklarationen alten Stils in Prototyp-Funktionsdeklaration"
1865 #~ msgid "%Jparameter name omitted"
1866 #~ msgstr "%JParametername ausgelassen"
1868 #~ msgid "%Jparameter name missing from parameter list"
1869 #~ msgstr "%JParametername fehlt in Parameterliste"
1871 #~ msgid "%J\"%D\" declared as a non-parameter"
1872 #~ msgstr "%J\"%D\" als Nicht-Parameter deklariert"
1874 #~ msgid "%Jmultiple parameters named \"%D\""
1875 #~ msgstr "%Jmehrere Parameter wurden »%D« genannt"
1877 #~ msgid "%Jparameter \"%D\" declared void"
1878 #~ msgstr "%JParameter »%D« als void deklariert"
1880 #~ msgid "%Jtype of \"%D\" defaults to \"int\""
1881 #~ msgstr "%JTyp von »%D« ist auf »int« voreingestellt"
1883 #~ msgid "%Jparameter \"%D\" has incomplete type"
1884 #~ msgstr "%JParameter \"%D\" hat unvollständigen Typen"
1886 #~ msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1887 #~ msgstr "%Jnicht vorhandener Parameter »%D« deklariert"
1889 #~ msgid "number of arguments doesn't match prototype"
1890 #~ msgstr "Anzahl der Argumente passt nicht zum Prototypen"
1892 #~ msgid "%Hprototype declaration"
1893 #~ msgstr "%HPrototyp-Deklaration"
1895 #~ msgid "promoted argument \"%D\" doesn't match prototype"
1896 #~ msgstr "weitergegebenes Argument »%D« passt nicht zum Prototypen"
1898 #~ msgid "argument \"%D\" doesn't match prototype"
1899 #~ msgstr "Argument »%D« passt nicht zum Prototypen"
1901 #~ msgid "no return statement in function returning non-void"
1902 #~ msgstr "keine return-Anweisung in nicht void zurückgebender Funktion"
1904 #~ msgid "this function may return with or without a value"
1905 #~ msgstr "diese Funktion kann mit oder ohne Wert zurückkehren"
1907 #~ msgid "'for' loop initial declaration used outside C99 mode"
1908 #~ msgstr "Anfangsdeklaration in »for«-Schleife außerhalb C99-Modus verwendet"
1910 #~ msgid "'struct %s' declared in 'for' loop initial declaration"
1911 #~ msgstr "»struct %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1913 #~ msgid "'union %s' declared in 'for' loop initial declaration"
1914 #~ msgstr "»union %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1916 #~ msgid "'enum %s' declared in 'for' loop initial declaration"
1917 #~ msgstr "»enum %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1919 #~ msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1920 #~ msgstr "%JDeklaration der Nicht-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1922 #~ msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1923 #~ msgstr "%JDeklaration der »static«-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1925 #~ msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1926 #~ msgstr "%JDeklaration der »extern«-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1928 #~ msgid "%Jredefinition of global '%D'"
1929 #~ msgstr "%JRedefinition des globalen »%D«"
1931 #~ msgid "%J'%D' previously defined here"
1932 #~ msgstr "%J»%D« bereits hier verwendet"
1934 #~ msgid "format string has invalid operand number"
1935 #~ msgstr "Formatzeichenkette hat ungültige Operandenzahl"
1937 #~ msgid "function does not return string type"
1938 #~ msgstr "Funktion gibt keinen Zeichenkettentypen zurück"
1940 #~ msgid "format string arg not a string type"
1941 #~ msgstr "Format-Zeichenkettenargument ist kein Zeichenkettentyp"
1943 #~ msgid "unrecognized format specifier"
1944 #~ msgstr "unerkannte Formatangabe"
1946 #~ msgid "`%s' is an unrecognized format function type"
1947 #~ msgstr "»%s« ist ein nicht erkannter Formatfunktionstyp"
1949 #~ msgid "'...' has invalid operand number"
1950 #~ msgstr "»...« hat ungültige Operandenzahl"
1952 #~ msgid "format string arg follows the args to be formatted"
1953 #~ msgstr "Format-Zeichenkettenargument folgt den zu formatierenden Argumenten"
1956 #~ msgstr "» «-Kennzeichen"
1958 #~ msgid "the ` ' printf flag"
1959 #~ msgstr "das » «-printf-Kennzeichen"
1962 #~ msgstr "»+«-Kennzeichen"
1964 #~ msgid "the `+' printf flag"
1965 #~ msgstr "das »+«-printf-Kennzeichen"
1968 #~ msgstr "»#«-Kennzeichen"
1970 #~ msgid "the `#' printf flag"
1971 #~ msgstr "das »#«-printf-Kennzeichen"
1974 #~ msgstr "»0«-Kennzeichen"
1976 #~ msgid "the `0' printf flag"
1977 #~ msgstr "das »0«-printf-Kennzeichen"
1980 #~ msgstr "»-«-Kennzeichen"
1982 #~ msgid "the `-' printf flag"
1983 #~ msgstr "das »-«-printf-Kennzeichen"
1986 #~ msgstr "»'«-Kennzeichen"
1988 #~ msgid "the `'' printf flag"
1989 #~ msgstr "das »'«-printf-Kennzeichen"
1992 #~ msgstr "»I«-Kennzeichen"
1994 #~ msgid "the `I' printf flag"
1995 #~ msgstr "das »I«-printf-Kennzeichen"
1997 #~ msgid "field width"
1998 #~ msgstr "Feldbreite"
2000 #~ msgid "field width in printf format"
2001 #~ msgstr "Feldbreite im printf-Format"
2003 #~ msgid "precision"
2004 #~ msgstr "Genauigkeit"
2006 #~ msgid "precision in printf format"
2007 #~ msgstr "Genauigkeit im printf-Format"
2009 #~ msgid "length modifier"
2010 #~ msgstr "Längenmodifizierer"
2012 #~ msgid "length modifier in printf format"
2013 #~ msgstr "Längenmodifizierer im printf-Format"
2015 #~ msgid "assignment suppression"
2016 #~ msgstr "Zuweisungsunterdrückung"
2018 #~ msgid "the assignment suppression scanf feature"
2019 #~ msgstr "das scanf-Merkmal der Zuweisungsunterdrückung"
2022 #~ msgstr "»a«-Kennzeichen"
2024 #~ msgid "the `a' scanf flag"
2025 #~ msgstr "das »a«-scanf-Kennzeichen"
2027 #~ msgid "field width in scanf format"
2028 #~ msgstr "Feldbreite im scanf-Format"
2030 #~ msgid "length modifier in scanf format"
2031 #~ msgstr "Längenmodifizierer im scanf-Format"
2033 #~ msgid "the `'' scanf flag"
2034 #~ msgstr "das »'«-scanf-Kennzeichen"
2036 #~ msgid "the `I' scanf flag"
2037 #~ msgstr "das »I«-scanf-Kennzeichen"
2040 #~ msgstr "»_«-Kennzeichen"
2042 #~ msgid "the `_' strftime flag"
2043 #~ msgstr "das »_«-strftime-Kennzeichen"
2045 #~ msgid "the `-' strftime flag"
2046 #~ msgstr "das »-«-strftime-Kennzeichen"
2048 #~ msgid "the `0' strftime flag"
2049 #~ msgstr "das »0«-strftime-Kennzeichen"
2052 #~ msgstr "»^«-Kennzeichen"
2054 #~ msgid "the `^' strftime flag"
2055 #~ msgstr "das »^«-strftime-Kennzeichen"
2057 #~ msgid "the `#' strftime flag"
2058 #~ msgstr "das »#«-strftime-Kennzeichen"
2060 #~ msgid "field width in strftime format"
2061 #~ msgstr "Feldbreite im strftime-Format"
2063 #~ msgid "`E' modifier"
2064 #~ msgstr "»E«-Modifizierer"
2066 #~ msgid "the `E' strftime modifier"
2067 #~ msgstr "der »E«-strftime-Modifizierer"
2069 #~ msgid "`O' modifier"
2070 #~ msgstr "»O«-Modifizierer"
2072 #~ msgid "the `O' strftime modifier"
2073 #~ msgstr "der »O«-strftime-Modifizierer"
2075 #~ msgid "the `O' modifier"
2076 #~ msgstr "der »O«-Modifizierer"
2078 #~ msgid "fill character"
2079 #~ msgstr "Füllzeichen"
2081 #~ msgid "fill character in strfmon format"
2082 #~ msgstr "Füllzeichen im strfmon-Format"
2084 #~ msgid "the `^' strfmon flag"
2085 #~ msgstr "das »^«-strfmon-Kennzeichen"
2087 #~ msgid "the `+' strfmon flag"
2088 #~ msgstr "das »+«-strfmon-Kennzeichen"
2091 #~ msgstr "»(«-Kennzeichen"
2093 #~ msgid "the `(' strfmon flag"
2094 #~ msgstr "das »(«-strfmon-Kennzeichen"
2097 #~ msgstr "»!«-Kennzeichen"
2099 #~ msgid "the `!' strfmon flag"
2100 #~ msgstr "das »!«-strfmon-Kennzeichen"
2102 #~ msgid "the `-' strfmon flag"
2103 #~ msgstr "das »-«-strfmon-Kennzeichen"
2105 #~ msgid "field width in strfmon format"
2106 #~ msgstr "Feldbreite im strfmon-Format"
2108 #~ msgid "left precision"
2109 #~ msgstr "linke Präzision"
2111 #~ msgid "left precision in strfmon format"
2112 #~ msgstr "linke Präzision im strfmon-Format"
2114 #~ msgid "right precision"
2115 #~ msgstr "rechte Präzision"
2117 #~ msgid "right precision in strfmon format"
2118 #~ msgstr "rechte Präzision im strfmon-Format"
2120 #~ msgid "length modifier in strfmon format"
2121 #~ msgstr "Längenmodifizierer im strfmon-Format"
2123 #~ msgid "function might be possible candidate for `%s' format attribute"
2124 #~ msgstr "Funktion könnte möglicher Kandidat für Formatattribut »%s« sein"
2126 #~ msgid "missing $ operand number in format"
2127 #~ msgstr "fehlende $-Operandennummer im Format"
2129 #~ msgid "%s does not support %%n$ operand number formats"
2130 #~ msgstr "%s unterstützt nicht %%n$-Operandennummerformate"
2132 #~ msgid "operand number out of range in format"
2133 #~ msgstr "Operandennummer außerhalb des Wertebereiches im Format"
2135 #~ msgid "format argument %d used more than once in %s format"
2136 #~ msgstr "Formatargument %d mehr als einmal im %s-Format verwendet"
2138 #~ msgid "format argument %d unused before used argument %d in $-style format"
2139 #~ msgstr "Formatargument %d nicht verwendet vor benutztem Argument %d im $-Stil-Format"
2141 #~ msgid "format not a string literal, format string not checked"
2142 #~ msgstr "Format ist kein Zeichenkettenliteral, Formatzeichenkette ungeprüft"
2144 #~ msgid "format not a string literal and no format arguments"
2145 #~ msgstr "Format ist kein Zeichenkettenliteral, und keine Formatargumente"
2147 #~ msgid "format not a string literal, argument types not checked"
2148 #~ msgstr "Format ist kein Zeichenkettenliteral, Argumenttypen ungeprüft"
2150 #~ msgid "too many arguments for format"
2151 #~ msgstr "zu viele Argumente für Format"
2153 #~ msgid "unused arguments in $-style format"
2154 #~ msgstr "unbenutzte Argumente in $-Stil-Format"
2156 #~ msgid "zero-length %s format string"
2157 #~ msgstr "Format-Zeichenkette %s der Länge null"
2159 #~ msgid "format is a wide character string"
2160 #~ msgstr "Format ist »wide character«-Zeichenkette"
2162 #~ msgid "unterminated format string"
2163 #~ msgstr "unbeendete Formatzeichenkette"
2165 #~ msgid "embedded `\\0' in format"
2166 #~ msgstr "eingebettetes »\\0« im Format"
2168 #~ msgid "spurious trailing `%%' in format"
2169 #~ msgstr "störendes letztes »%%« im Format"
2171 #~ msgid "repeated %s in format"
2172 #~ msgstr "wiederholtes %s im Format"
2174 #~ msgid "missing fill character at end of strfmon format"
2175 #~ msgstr "fehlendes Füllzeichen am Ende des strfmon-Formates"
2177 #~ msgid "too few arguments for format"
2178 #~ msgstr "zu wenig Argumente für Format"
2180 #~ msgid "zero width in %s format"
2181 #~ msgstr "Breite null im Format %s"
2183 #~ msgid "empty left precision in %s format"
2184 #~ msgstr "leere linke Präzision im Format %s"
2186 #~ msgid "field precision"
2187 #~ msgstr "Feldpräzision"
2189 #~ msgid "empty precision in %s format"
2190 #~ msgstr "fehlende Präzision im Format %s"
2192 #~ msgid "%s does not support the `%s' %s length modifier"
2193 #~ msgstr "%s unterstützt nicht den Längenmodifizierer »%s« %s"
2195 #~ msgid "conversion lacks type at end of format"
2196 #~ msgstr "Konvertierung fehlt der Typ am Ende des Formates"
2198 #~ msgid "unknown conversion type character `%c' in format"
2199 #~ msgstr "unbekanntes Konvertierungstyp-Zeichen »%c« im Format"
2201 #~ msgid "unknown conversion type character 0x%x in format"
2202 #~ msgstr "unbekanntes Konvertierungstyp-Zeichen 0x%x im Format"
2204 #~ msgid "%s does not support the `%%%c' %s format"
2205 #~ msgstr "%s unterstützt nicht das Format »%%%c« %s"
2207 #~ msgid "%s used with `%%%c' %s format"
2208 #~ msgstr "%s verwendet mit Format »%%%c« %s"
2210 #~ msgid "%s does not support %s"
2211 #~ msgstr "%s unterstützt nicht %s"
2213 #~ msgid "%s does not support %s with the `%%%c' %s format"
2214 #~ msgstr "%s unterstützt nicht %s mit dem Format »%%%c« %s"
2216 #~ msgid "%s ignored with %s and `%%%c' %s format"
2217 #~ msgstr "%s ignoriert mit %s und Format »%%%c« %s"
2219 #~ msgid "%s ignored with %s in %s format"
2220 #~ msgstr "%s ignoriert mit %s im Format %s"
2222 #~ msgid "use of %s and %s together with `%%%c' %s format"
2223 #~ msgstr "Verwendung von %s und %s zusammen mit Format »%%%c« %s"
2225 #~ msgid "use of %s and %s together in %s format"
2226 #~ msgstr "Verwendung von %s und %s zusammen im Format %s"
2228 #~ msgid "`%%%c' yields only last 2 digits of year in some locales"
2229 #~ msgstr "»%%%c« liefert in manchen Locales nur die letzten 2 Ziffern des Jahres"
2231 #~ msgid "`%%%c' yields only last 2 digits of year"
2232 #~ msgstr "»%%%c« liefert nur die letzten 2 Ziffern des Jahres"
2234 #~ msgid "no closing `]' for `%%[' format"
2235 #~ msgstr "kein schließendes »]« für »%%[«-Format"
2237 #~ msgid "use of `%s' length modifier with `%c' type character"
2238 #~ msgstr "Verwendung des »%s«-Längenmodifizierers mit »%c«-Typ-Zeichen"
2240 #~ msgid "%s does not support the `%%%s%c' %s format"
2241 #~ msgstr "%s unterstützt nicht das Format »%%%s%c« %s"
2243 #~ msgid "operand number specified with suppressed assignment"
2244 #~ msgstr "Operandennummer mit unterdrückter Zuweisung angegeben"
2246 #~ msgid "operand number specified for format taking no argument"
2247 #~ msgstr "Operandennummer für Format ohne Argumente angegeben"
2249 #~ msgid "writing through null pointer (arg %d)"
2250 #~ msgstr "Schreiben mit Null-Zeiger (Argument %d)"
2252 #~ msgid "reading through null pointer (arg %d)"
2253 #~ msgstr "Lesen mit Null-Zeiger (Argument %d)"
2255 #~ msgid "writing into constant object (arg %d)"
2256 #~ msgstr "Schreiben in konstantes Objekt (Argument %d)"
2258 #~ msgid "extra type qualifiers in format argument (arg %d)"
2259 #~ msgstr "zusätzliche Typqualifizierer in Format-Argument (Argument %d)"
2261 #~ msgid "format argument is not a pointer (arg %d)"
2262 #~ msgstr "Format-Argument ist kein Zeiger (Argument %d)"
2264 #~ msgid "format argument is not a pointer to a pointer (arg %d)"
2265 #~ msgstr "Format-Argument ist kein Zeiger auf einen Zeiger (Argument %d)"
2270 #~ msgid "different type"
2271 #~ msgstr "anderer Typ"
2273 #~ msgid "%s is not type %s (arg %d)"
2274 #~ msgstr "%s ist nicht vom Typ %s (Argument %d)"
2276 #~ msgid "%s format, %s arg (arg %d)"
2277 #~ msgstr "%s Format, %s Argument (Argument %d)"
2279 #~ msgid "args to be formatted is not '...'"
2280 #~ msgstr "zu formatierendes Argument ist nicht »...«"
2282 #~ msgid "strftime formats cannot format arguments"
2283 #~ msgstr "strftime-Formate können keine Argumente formatieren"
2285 #~ msgid "ignoring duplicate directory \"%s\"\n"
2286 #~ msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
2288 #~ msgid " as it is a non-system directory that duplicates a system directory\n"
2289 #~ msgstr " da es ein Nicht-Systemverzeichnis ist, das ein Systemverzeichnis dupliziert\n"
2291 #~ msgid "ignoring nonexistent directory \"%s\"\n"
2292 #~ msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
2294 #~ msgid "#include \"...\" search starts here:\n"
2295 #~ msgstr "#include \"...\" - Suche beginnt hier:\n"
2297 #~ msgid "#include <...> search starts here:\n"
2298 #~ msgstr "#include <...> - Suche beginnt hier:\n"
2300 #~ msgid "End of search list.\n"
2301 #~ msgstr "Ende der Suchliste.\n"
2303 #~ msgid "badly nested C headers from preprocessor"
2304 #~ msgstr "schlecht geschachtelte C-Header vom Präprozessor"
2306 #~ msgid "ignoring #pragma %s %s"
2307 #~ msgstr "ignoriere #pragma %s %s"
2309 #~ msgid "%Hstray '@' in program"
2310 #~ msgstr "%Hverirrtes »@« im Programm"
2312 #~ msgid "stray '%c' in program"
2313 #~ msgstr "verirrtes »%c« im Programm"
2315 #~ msgid "stray '\\%o' in program"
2316 #~ msgstr "verirrtes »\\%o« im Programm"
2318 #~ msgid "this decimal constant is unsigned only in ISO C90"
2319 #~ msgstr "diese Dezimalkonstante ist nur in ISO-C90 vorzeichenlos"
2321 #~ msgid "this decimal constant would be unsigned in ISO C90"
2322 #~ msgstr "diese Dezimalkonstante wäre in ISO-C90 vorzeichenlos"
2324 #~ msgid "integer constant is too large for \"%s\" type"
2325 #~ msgstr "Ganzzahlkonstante ist zu groß für »%s«-Typ"
2327 #~ msgid "floating constant exceeds range of \"%s\""
2328 #~ msgstr "Gleitkommakonstante überschreitet Wertebereich von »%s«"
2330 #~ msgid "traditional C rejects string constant concatenation"
2331 #~ msgstr "traditionelles C weist Stringkonstantenverkettung zurück"
2333 #~ msgid "%Jfunction '%F' can never be inlined because it is supressed using -fno-inline"
2334 #~ msgstr "%JFunktion »%F« kann nie inline sein, da dies mit -fno-inline unterdrückt wird"
2336 #~ msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"
2337 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie nicht in diese Übersetzungseinheit gebunden wird"
2339 #~ msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"
2340 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie mit inline in Konflikt stehende Attribute hat"
2342 #~ msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2343 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie noch offene Größen hat"
2345 #~ msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"
2346 #~ msgstr "%Jdie geschachtelte Funktion »%F« kann nie inline sein, da sie möglicherweise gespeicherte, noch offene Größen hat"
2348 #~ msgid "no class name specified with \"%s\""
2349 #~ msgstr "kein Klassenname mit \"%s\" angegeben"
2351 #~ msgid "assertion missing after \"%s\""
2352 #~ msgstr "Behauptung fehlt hinter \"%s\""
2354 #~ msgid "macro name missing after \"%s\""
2355 #~ msgstr "Makroname fehlt hinter \"%s\""
2357 #~ msgid "missing path after \"%s\""
2358 #~ msgstr "fehlender Pfad hinter \"%s\""
2360 #~ msgid "missing filename after \"%s\""
2361 #~ msgstr "fehlender Dateiname hinter \"%s\""
2363 #~ msgid "missing makefile target after \"%s\""
2364 #~ msgstr "fehlendes Makefile-Ziel hinter \"%s\""
2366 #~ msgid "-I- specified twice"
2367 #~ msgstr "-I- doppelt angegeben"
2369 #~ msgid "switch \"%s\" is no longer supported"
2370 #~ msgstr "Option »%s« wird nicht mehr unterstützt"
2372 #~ msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2373 #~ msgstr "-fhandle-exceptions wurde in -fexceptions umbenannt (und ist nun voreingestellt)"
2375 #~ msgid "output filename specified twice"
2376 #~ msgstr "Ausgabedatei doppelt angegeben"
2378 #~ msgid "-Wformat-y2k ignored without -Wformat"
2379 #~ msgstr "-Wformat-y2k wird ohne -Wformat ignoriert"
2381 #~ msgid "-Wformat-extra-args ignored without -Wformat"
2382 #~ msgstr "-Wformat-extra-args wird ohne -Wformat ignoriert"
2384 #~ msgid "-Wformat-zero-length ignored without -Wformat"
2385 #~ msgstr "-Wformat-zero-length wird ohne -Wformat ignoriert"
2387 #~ msgid "-Wformat-nonliteral ignored without -Wformat"
2388 #~ msgstr "-Wformat-nonliteral wird ohne -Wformat ignoriert"
2390 #~ msgid "-Wformat-security ignored without -Wformat"
2391 #~ msgstr "-Wformat-security wird ohne -Wformat ignoriert"
2393 #~ msgid "-Wmissing-format-attribute ignored without -Wformat"
2394 #~ msgstr "-Wmissing-format-attribute wird ohne -Wformat ignoriert"
2396 #~ msgid "opening output file %s: %m"
2397 #~ msgstr "Ausgabedatei »%s« wird geöffnet: %m"
2399 #~ msgid "too many filenames given. Type %s --help for usage"
2400 #~ msgstr "zu viele Dateinamen angegeben. Geben sie »%s --help« für Hilfe ein"
2402 #~ msgid "YYDEBUG not defined"
2403 #~ msgstr "YYDEBUG ist nicht definiert"
2405 #~ msgid "opening dependency file %s: %m"
2406 #~ msgstr "Abhängigkeitsdatei »%s« wird geöffnet: %m"
2408 #~ msgid "closing dependency file %s: %m"
2409 #~ msgstr "Abhängigkeitsdatei »%s« wird geschlossen: %m"
2411 #~ msgid "when writing output to %s: %m"
2412 #~ msgstr "beim Schreiben der Ausgabe nach %s: %m"
2414 #~ msgid "to generate dependencies you must specify either -M or -MM"
2415 #~ msgstr "um Abhängigkeiten zu erzeugen, müssen Sie entweder -M oder -MM angeben"
2417 #~ msgid "<built-in>"
2418 #~ msgstr "<eingebaut>"
2420 #~ msgid "<command line>"
2421 #~ msgstr "<Kommandozeile>"
2423 #~ msgid "too late for # directive to set debug directory"
2424 #~ msgstr "zu spät für »#«-Direktive, um Debug-Verzeichnis festzulegen"
2426 #~ msgid "syntax error"
2427 #~ msgstr "Syntaxfehler"
2429 #~ msgid "syntax error: cannot back up"
2430 #~ msgstr "Syntaxfehler: es kann nicht zurückgesetzt werden"
2432 #~ msgid "ISO C forbids an empty source file"
2433 #~ msgstr "ISO-C erlaubt keine leeren Quelldateien"
2435 #~ msgid "argument of `asm' is not a constant string"
2436 #~ msgstr "Argument von »asm« ist keine konstante Zeichenkette"
2438 #~ msgid "ISO C forbids data definition with no type or storage class"
2439 #~ msgstr "ISO-C verbietet Datendefinition ohne Typ und Speicherklasse"
2441 #~ msgid "data definition has no type or storage class"
2442 #~ msgstr "Datendefinition hat keinen Typ oder Speicherklasse"
2444 #~ msgid "ISO C does not allow extra `;' outside of a function"
2445 #~ msgstr "ISO-C erlaubt kein extra »;« außerhalb einer Funktion"
2447 #~ msgid "`sizeof' applied to a bit-field"
2448 #~ msgstr "»sizeof«-Operator auf ein Bitfeld angewandt"
2450 #~ msgid "ISO C forbids omitting the middle term of a ?: expression"
2451 #~ msgstr "ISO-C verbietet das Weglassen des mittleren Terms eines ?:-Ausdruckes"
2453 #~ msgid "ISO C89 forbids compound literals"
2454 #~ msgstr "ISO-C89 verbietet zusammengesetzte Literale"
2456 #~ msgid "ISO C forbids braced-groups within expressions"
2457 #~ msgstr "ISO-C verbietet geklammerte Gruppen innerhalb von Ausdrücken"
2459 #~ msgid "first argument to __builtin_choose_expr not a constant"
2460 #~ msgstr "das erste Argument für __builtin_choose_expr ist keine Konstante"
2462 #~ msgid "traditional C rejects ISO C style function definitions"
2463 #~ msgstr "traditionelles C weist Funktionsdefinitionen im ISO-C-Stil zurück"
2465 #~ msgid "old-style parameter declaration"
2466 #~ msgstr "Parameterdeklaration alten Stils"
2468 #~ msgid "`%s' is not at beginning of declaration"
2469 #~ msgstr "»%s« ist nicht am Beginn einer Deklaration"
2471 #~ msgid "`typeof' applied to a bit-field"
2472 #~ msgstr "»typeof« auf ein Bitfeld angewandt"
2474 #~ msgid "ISO C forbids empty initializer braces"
2475 #~ msgstr "ISO-C verbietet leere Initialisierungsklammern"
2477 #~ msgid "ISO C89 forbids specifying subobject to initialize"
2478 #~ msgstr "ISO-C89 verbietet die Angabe von zu initialisierenden Unterobjekten"
2480 #~ msgid "obsolete use of designated initializer without `='"
2481 #~ msgstr "veraltete Verwendung einer bestimmten Initialisierung ohne »=«"
2483 #~ msgid "obsolete use of designated initializer with `:'"
2484 #~ msgstr "veraltete Verwendung einer bestimmten Initialisierung mit »:«"
2486 #~ msgid "ISO C forbids specifying range of elements to initialize"
2487 #~ msgstr "ISO-C verbietet die Angabe eines zu initialisierenden Wertebereiches"
2489 #~ msgid "ISO C forbids nested functions"
2490 #~ msgstr "ISO-C verbietet verschachtelte Funktionen"
2492 #~ msgid "ISO C forbids forward references to `enum' types"
2493 #~ msgstr "ISO-C verbietet Vorwärts-Referenzen auf »enum«-Typen"
2495 #~ msgid "comma at end of enumerator list"
2496 #~ msgstr "Komma am Ende der Aufzählungsliste"
2498 #~ msgid "no semicolon at end of struct or union"
2499 #~ msgstr "kein Semikolon am Ende von »struct« oder »union«"
2501 #~ msgid "extra semicolon in struct or union specified"
2502 #~ msgstr "zusätzliches Semikolon in »struct« oder »union« angegeben"
2504 #~ msgid "ISO C doesn't support unnamed structs/unions"
2505 #~ msgstr "ISO-C unterstützt keine namenlosen structs/unions"
2507 #~ msgid "ISO C forbids member declarations with no members"
2508 #~ msgstr "ISO-C verbietet Elementdeklarationen ohne Elemente"
2510 #~ msgid "label at end of compound statement"
2511 #~ msgstr "Marke am Ende einer Verbundanweisung"
2513 #~ msgid "ISO C90 forbids mixed declarations and code"
2514 #~ msgstr "ISO-C90 verbietet gemischte Deklarationen und Code"
2516 #~ msgid "ISO C forbids label declarations"
2517 #~ msgstr "ISO-C verbietet Markendeklarationen"
2519 #~ msgid "braced-group within expression allowed only inside a function"
2520 #~ msgstr "geklammerte Gruppe innerhalb eines Ausdrucks nur in Funktion erlaubt"
2522 #~ msgid "empty body in an else-statement"
2523 #~ msgstr "leerer Körper in einer else-Anweisung"
2525 #~ msgid "%Hempty body in an if-statement"
2526 #~ msgstr "%Hleerer Körper in einer if-Anweisung"
2528 #~ msgid "break statement not within loop or switch"
2529 #~ msgstr "break-Anweisung nicht innerhalb einer Schleife oder »switch«"
2531 #~ msgid "continue statement not within a loop"
2532 #~ msgstr "continue-Anweisung nicht innerhalb einer Schleife"
2534 #~ msgid "ISO C forbids `goto *expr;'"
2535 #~ msgstr "ISO-C verbietet »goto *expr;«"
2537 #~ msgid "ISO C requires a named argument before `...'"
2538 #~ msgstr "ISO-C erfordert ein benanntes Argument vor »...«"
2540 #~ msgid "`...' in old-style identifier list"
2541 #~ msgstr "»...« in einer Bezeichnerliste alten Stils"
2543 #~ msgid "syntax error; also virtual memory exhausted"
2544 #~ msgstr "Syntaxfehler; auch virtueller Speicher verbraucht"
2546 #~ msgid "parser stack overflow"
2547 #~ msgstr "Parser-Keller-Überlauf"
2549 #~ msgid "syntax error at '%s' token"
2550 #~ msgstr "Syntaxfehler beim Token »%s«"
2552 #~ msgid "can't create precompiled header %s: %m"
2553 #~ msgstr "der vorkompilierte Header »%s« kann nicht erzeugt werden: %m"
2555 #~ msgid "can't write to %s: %m"
2556 #~ msgstr "in %s kann nicht geschrieben werden: %m"
2558 #~ msgid "`%s' is not a valid output file"
2559 #~ msgstr "»%s« ist keine gültige Ausgabedatei"
2561 #~ msgid "can't write %s: %m"
2562 #~ msgstr "%s kann nicht geschrieben werden: %m"
2564 #~ msgid "can't seek in %s: %m"
2565 #~ msgstr "in %s kann nicht positioniert werden: %m"
2567 #~ msgid "can't read %s: %m"
2568 #~ msgstr "%s kann nicht gelesen werden: %m"
2570 #~ msgid "%s: not compatible with this GCC version"
2571 #~ msgstr "%s: nicht kompatibel mit dieser Version des GCC"
2573 #~ msgid "%s: not for %s"
2574 #~ msgstr "%s: nicht für %s"
2576 #~ msgid "%s: not a PCH file"
2577 #~ msgstr "%s: keine PCH-Datei"
2579 #~ msgid "%s: created on host `%.*s', but used on host `%s'"
2580 #~ msgstr "%s: auf Rechner »%.*s« erzeugt, aber auf Rechner »%s« verwendet"
2582 #~ msgid "%s: created for target `%.*s', but used for target `%s'"
2583 #~ msgstr "%s: für das Ziel »%.*s« erzeugt, aber für das Ziel »%s« verwendet"
2585 #~ msgid "%s: created by version `%.*s', but this is version `%s'"
2586 #~ msgstr "%s: durch Version »%.*s« erzeugt, aber dies ist Version »%s«"
2588 #~ msgid "%s: created with -g%s, but used with -g%s"
2589 #~ msgstr "%s: mit -g%s erzeugt, aber mit -g%s verwendet"
2591 #~ msgid "%s: had text segment at different address"
2592 #~ msgstr "%s: Textsegment trat an anderer Adresse auf"
2594 #~ msgid "calling fdopen"
2595 #~ msgstr "fdopen wird aufgerufen"
2600 #~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2601 #~ msgstr "#pragma pack (pop) gefunden ohne passendes #pragma pack (push, <n>)"
2603 #~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2604 #~ msgstr "#pragma pack(pop, %s) gefunden ohne passendes #pragma pack(push, %s, <n>)"
2606 #~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2607 #~ msgstr "#pragma pack(push[, id], <n>) wird von diesem Ziel nicht unterstützt"
2609 #~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2610 #~ msgstr "#pragma pack(pop[, id], <n>) wird von diesem Ziel nicht unterstützt"
2612 #~ msgid "missing '(' after '#pragma pack' - ignored"
2613 #~ msgstr "fehlendes »(« hinter »#pragma pack« - ignoriert"
2615 #~ msgid "malformed '#pragma pack' - ignored"
2616 #~ msgstr "falsch geformtes »#pragma pack« - ignoriert"
2618 #~ msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2619 #~ msgstr "falsch geformtes »#pragma pack(push[, id], <n>)« - ignoriert"
2621 #~ msgid "malformed '#pragma pack(pop[, id])' - ignored"
2622 #~ msgstr "falsch geformtes »#pragma pack(pop[, id])« - ignoriert"
2624 #~ msgid "unknown action '%s' for '#pragma pack' - ignored"
2625 #~ msgstr "unbekannte Aktion »%s« für »#pragma pack« - ignoriert"
2627 #~ msgid "junk at end of '#pragma pack'"
2628 #~ msgstr "Ausschuss am Ende von »#pragma pack«"
2630 #~ msgid "alignment must be a small power of two, not %d"
2631 #~ msgstr "Ausrichtung muss eine kleine Zweierpotenz sein, nicht %d"
2633 #~ msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2634 #~ msgstr "%JAnwendung von #pragma weak »%D« nach erster Benutzung führt zu nicht spezifiziertem Verhalten"
2636 #~ msgid "malformed #pragma weak, ignored"
2637 #~ msgstr "falsch geformtes #pragma weak, ignoriert"
2639 #~ msgid "junk at end of #pragma weak"
2640 #~ msgstr "Ausschuss am Ende von #pragma weak"
2642 #~ msgid "malformed #pragma redefine_extname, ignored"
2643 #~ msgstr "falsch geformtes #pragma redefine_extname, ignoriert"
2645 #~ msgid "junk at end of #pragma redefine_extname"
2646 #~ msgstr "Ausschuss am Ende von #pragma redefine_extname"
2648 #~ msgid "#pragma redefine_extname conflicts with declaration"
2649 #~ msgstr "#pragma redefine_extname steht in Konflikt mit Deklaration"
2651 #~ msgid "malformed #pragma extern_prefix, ignored"
2652 #~ msgstr "falsch geformtes #pragma extern_prefix, ignoriert"
2654 #~ msgid "junk at end of #pragma extern_prefix"
2655 #~ msgstr "Ausschuss am Ende von #pragma extern_prefix"
2657 #~ msgid "asm declaration conflicts with previous rename"
2658 #~ msgstr "asm-Deklaration steht in Konflikt mit vorheriger Umbenennung"
2660 #~ msgid "destructor needed for `%D'"
2661 #~ msgstr "Destruktor für »%D« benötigt"
2663 #~ msgid "where case label appears here"
2664 #~ msgstr "wobei die case-Marke hier auftritt"
2666 #~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2667 #~ msgstr "(schließen Sie Aktionen vorheriger case-Anweisungen, die Destruktoren benötigen, in ihrem eigenen Gültigkeitsbereich ein)"
2669 #~ msgid "%s qualifier ignored on asm"
2670 #~ msgstr "%s-Qualifizierer für asm ignoriert"
2672 #~ msgid "will never be executed"
2673 #~ msgstr "wird niemals ausgeführt"
2675 #~ msgid "`%s' has an incomplete type"
2676 #~ msgstr "»%s« hat unvollständigen Typ"
2678 #~ msgid "invalid use of void expression"
2679 #~ msgstr "falsche Benutzung eines void-Ausdruckes"
2681 #~ msgid "invalid use of flexible array member"
2682 #~ msgstr "falsche Benutzung eines flexiblen Feldelements"
2684 #~ msgid "invalid use of array with unspecified bounds"
2685 #~ msgstr "falsche Benutzung eines Feldes mit unbekannten Grenzen"
2687 #~ msgid "invalid use of undefined type `%s %s'"
2688 #~ msgstr "falsche Benutzung des undefinierten Typs »%s %s«"
2690 #~ msgid "invalid use of incomplete typedef `%s'"
2691 #~ msgstr "falsche Benutzung des unvollständigen typedef »%s«"
2693 #~ msgid "function types not truly compatible in ISO C"
2694 #~ msgstr "Funktionstypen nicht wirklich kompatibel in ISO-C"
2696 #~ msgid "types are not quite compatible"
2697 #~ msgstr "Typen nicht sehr kompatibel"
2699 #~ msgid "function return types not compatible due to `volatile'"
2700 #~ msgstr "Funktionsrückgabetypen nicht kompatibel wegen »volatile«"
2702 #~ msgid "arithmetic on pointer to an incomplete type"
2703 #~ msgstr "Arithmetik mit Zeiger auf unvollständigen Typen"
2705 #~ msgid "%s has no member named `%s'"
2706 #~ msgstr "%s hat kein Element namens »%s«"
2708 #~ msgid "request for member `%s' in something not a structure or union"
2709 #~ msgstr "Anfrage nach Element »%s« in etwas, was keine Struktur oder Variante ist"
2711 #~ msgid "dereferencing pointer to incomplete type"
2712 #~ msgstr "Dereferenzierung eines Zeigers auf unvollständigen Typen"
2714 #~ msgid "dereferencing `void *' pointer"
2715 #~ msgstr "Dereferenzierung eines »void *«-Zeigers"
2717 #~ msgid "invalid type argument of `%s'"
2718 #~ msgstr "falsches Typ-Argument von »%s«"
2720 #~ msgid "subscript missing in array reference"
2721 #~ msgstr "Index fehlt in Feldreferenz"
2723 #~ msgid "array subscript has type `char'"
2724 #~ msgstr "Feldindex hat Typ »char«"
2726 #~ msgid "array subscript is not an integer"
2727 #~ msgstr "Feldindex ist keine Ganzzahl"
2729 #~ msgid "ISO C forbids subscripting `register' array"
2730 #~ msgstr "ISO-C verbietet, ein »register«-Array zu indizieren"
2732 #~ msgid "ISO C90 forbids subscripting non-lvalue array"
2733 #~ msgstr "ISO-C90 verbietet, ein Nicht-L-Wert-Feld zu indizieren"
2735 #~ msgid "subscript has type `char'"
2736 #~ msgstr "Index hat Typ »char«"
2738 #~ msgid "subscripted value is neither array nor pointer"
2739 #~ msgstr "indizierter Wert ist weder ein Feld noch ein Zeiger"
2741 #~ msgid "local declaration of `%s' hides instance variable"
2742 #~ msgstr "lokale Deklaration von »%s« verdeckt Instanzvariable"
2744 #~ msgid "called object is not a function"
2745 #~ msgstr "gerufenes Objekt ist keine Funktion"
2747 #~ msgid "function called through a non-compatible type"
2748 #~ msgstr "Funktion über nicht kompatiblen Typen aufgerufen"
2750 #~ msgid "too many arguments to function"
2751 #~ msgstr "zu viele Argumente für Funktion"
2753 #~ msgid "type of formal parameter %d is incomplete"
2754 #~ msgstr "Typ des formalen Parameters %d ist unvollständig"
2756 #~ msgid "%s as integer rather than floating due to prototype"
2757 #~ msgstr "%s als Ganzzahl statt Gleitkomma aufgrund des Prototyps"
2759 #~ msgid "%s as integer rather than complex due to prototype"
2760 #~ msgstr "%s als Ganzzahl statt komplex aufgrund des Prototyps"
2762 #~ msgid "%s as complex rather than floating due to prototype"
2763 #~ msgstr "%s als komplex statt Gleitkomma aufgrund des Prototyps"
2765 #~ msgid "%s as floating rather than integer due to prototype"
2766 #~ msgstr "%s als Gleitkomma statt Ganzzahl aufgrund des Prototyps"
2768 #~ msgid "%s as complex rather than integer due to prototype"
2769 #~ msgstr "%s als komplex statt Ganzzahl aufgrund des Prototyps"
2771 #~ msgid "%s as floating rather than complex due to prototype"
2772 #~ msgstr "%s als Gleitkomma statt komplex aufgrund des Prototyps"
2774 #~ msgid "%s as `float' rather than `double' due to prototype"
2775 #~ msgstr "%s als »float« statt »double« aufgrund des Prototyps"
2777 #~ msgid "%s with different width due to prototype"
2778 #~ msgstr "%s mit anderer Breite aufgrund des Prototyps"
2780 #~ msgid "%s as unsigned due to prototype"
2781 #~ msgstr "%s als vorzeichenlos aufgrund des Prototyps"
2783 #~ msgid "%s as signed due to prototype"
2784 #~ msgstr "%s als vorzeichenbehaftet aufgrund des Prototyps"
2786 #~ msgid "too few arguments to function"
2787 #~ msgstr "zu wenige Argumente für Funktion"
2789 #~ msgid "suggest parentheses around + or - inside shift"
2790 #~ msgstr "Klammern um + oder - innerhalb von Schiebeoperation empfohlen"
2792 #~ msgid "suggest parentheses around && within ||"
2793 #~ msgstr "Klammern um && innerhalb von || empfohlen"
2795 #~ msgid "suggest parentheses around arithmetic in operand of |"
2796 #~ msgstr "Klammern um Arithmetik in Operand von | empfohlen"
2798 #~ msgid "suggest parentheses around comparison in operand of |"
2799 #~ msgstr "Klammern um Vergleich in Operand von | empfohlen"
2801 #~ msgid "suggest parentheses around arithmetic in operand of ^"
2802 #~ msgstr "Klammern um Arithmetik in Operand von ^ empfohlen"
2804 #~ msgid "suggest parentheses around comparison in operand of ^"
2805 #~ msgstr "Klammern um Vergleich in Operand von ^ empfohlen"
2807 #~ msgid "suggest parentheses around + or - in operand of &"
2808 #~ msgstr "Klammern um + oder - in Operand von & empfohlen"
2810 #~ msgid "suggest parentheses around comparison in operand of &"
2811 #~ msgstr "Klammern um Vergleich in Operand von & empfohlen"
2813 #~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2814 #~ msgstr "Vergleiche wie X<=Y<=Z haben nicht ihre mathematische Bedeutung"
2816 #~ msgid "pointer of type `void *' used in subtraction"
2817 #~ msgstr "Zeiger des Typs »void *« in Subtraktion verwendet"
2819 #~ msgid "pointer to a function used in subtraction"
2820 #~ msgstr "Zeiger auf eine Funktion in Subtraktion verwendet"
2822 #~ msgid "wrong type argument to unary plus"
2823 #~ msgstr "Argument falschen Typs für unäres Plus"
2825 #~ msgid "wrong type argument to unary minus"
2826 #~ msgstr "Argument falschen Typs für unäres Minus"
2828 #~ msgid "ISO C does not support `~' for complex conjugation"
2829 #~ msgstr "ISO-C unterstützt nicht »~« für komplexe Konjugation"
2831 #~ msgid "wrong type argument to bit-complement"
2832 #~ msgstr "Argument falschen Typs für Bit-Komplement"
2834 #~ msgid "wrong type argument to abs"
2835 #~ msgstr "Argument falschen Typs für abs"
2837 #~ msgid "wrong type argument to conjugation"
2838 #~ msgstr "Argument falschen Typs für Konjugation"
2840 #~ msgid "wrong type argument to unary exclamation mark"
2841 #~ msgstr "Argument falschen Typs für unäres Ausrufungszeichen"
2843 #~ msgid "ISO C does not support `++' and `--' on complex types"
2844 #~ msgstr "ISO-C unterstützt kein »++« und »--« für komplexe Typen"
2846 #~ msgid "wrong type argument to increment"
2847 #~ msgstr "Argument falschen Typs für Inkrementierung"
2849 #~ msgid "wrong type argument to decrement"
2850 #~ msgstr "Argument falschen Typs für Dekrementierung"
2852 #~ msgid "increment of pointer to unknown structure"
2853 #~ msgstr "Erhöhung eines Zeigers auf unbekannte Struktur"
2855 #~ msgid "decrement of pointer to unknown structure"
2856 #~ msgstr "Verminderung eines Zeigers auf unbekannte Struktur"
2858 #~ msgid "invalid lvalue in unary `&'"
2859 #~ msgstr "ungültiger L-Wert in unärem »&«"
2861 #~ msgid "attempt to take address of bit-field structure member `%s'"
2862 #~ msgstr "Versuch, die Adresse des Bitfeld-Element »%s« einer Struktur zu verwenden"
2864 #~ msgid "use of conditional expressions as lvalues is deprecated"
2865 #~ msgstr "die Verwendung bedingter Ausdrücke als L-Werte ist veraltet"
2867 #~ msgid "use of compound expressions as lvalues is deprecated"
2868 #~ msgstr "Verwendung zusammengesetzter Ausdrücke als L-Werte ist veraltet"
2870 #~ msgid "use of cast expressions as lvalues is deprecated"
2871 #~ msgstr "die Verwendung von cast-Ausdrücken als L-Werte ist veraltet"
2873 #~ msgid "%s of read-only member `%s'"
2874 #~ msgstr "%s des schreibgeschützten Elementes »%s«"
2876 #~ msgid "%s of read-only variable `%s'"
2877 #~ msgstr "%s der schreibgeschützten Variable »%s«"
2879 #~ msgid "%s of read-only location"
2880 #~ msgstr "%s der schreibgeschützten Speicherstelle"
2882 #~ msgid "cannot take address of bit-field `%s'"
2883 #~ msgstr "die Adresse des Bit-Feldes »%s« kann nicht ermittelt werden"
2885 #~ msgid "global register variable `%s' used in nested function"
2886 #~ msgstr "globale Register-Variable »%s« in verschachtelter Funktion verwendet"
2888 #~ msgid "register variable `%s' used in nested function"
2889 #~ msgstr "Register-Variable »%s« in verschachtelter Funktion verwendet"
2891 #~ msgid "address of global register variable `%s' requested"
2892 #~ msgstr "Adresse der globalen Variable »%s« angefordert"
2894 #~ msgid "cannot put object with volatile field into register"
2895 #~ msgstr "kann kein Objekt mit volatile-Feld in Register laden"
2897 #~ msgid "address of register variable `%s' requested"
2898 #~ msgstr "Adresse der Register-Variablen »%s« angefordert"
2900 #~ msgid "signed and unsigned type in conditional expression"
2901 #~ msgstr "Vorzeichenloser und -behafteter Typ in bedingtem Ausdruck"
2903 #~ msgid "ISO C forbids conditional expr with only one void side"
2904 #~ msgstr "ISO-C verbietet bedingten Ausdruck mit nur einer void-Seite"
2906 #~ msgid "ISO C forbids conditional expr between `void *' and function pointer"
2907 #~ msgstr "ISO-C verbietet bedingten Ausdruck zwischen »void *« und Funktionszeiger"
2909 #~ msgid "pointer type mismatch in conditional expression"
2910 #~ msgstr "Zeigertyp passt nicht in bedingtem Ausdruck"
2912 #~ msgid "pointer/integer type mismatch in conditional expression"
2913 #~ msgstr "Zeiger-/Ganzzahltyp passt nicht in bedingtem Ausdruck"
2915 #~ msgid "type mismatch in conditional expression"
2916 #~ msgstr "Typ passt nicht in bedingtem Ausdruck"
2918 #~ msgid "left-hand operand of comma expression has no effect"
2919 #~ msgstr "linker Operand des Komma-Ausdrucks hat keinen Effekt"
2921 #~ msgid "cast specifies array type"
2922 #~ msgstr "Typkonvertierung gibt Feldtyp an"
2924 #~ msgid "cast specifies function type"
2925 #~ msgstr "Typkonvertierung gibt Funktionstyp an"
2927 #~ msgid "ISO C forbids casting nonscalar to the same type"
2928 #~ msgstr "ISO-C verbietet Typkonvertierung von Nicht-Skalar auf selben Typen"
2930 #~ msgid "ISO C forbids casts to union type"
2931 #~ msgstr "ISO-C verbietet Typkonvertierung auf union-Typ"
2933 #~ msgid "cast to union type from type not present in union"
2934 #~ msgstr "Typkonvertierung in union-Typ von nicht in union vorhandenem Typen"
2936 #~ msgid "cast adds new qualifiers to function type"
2937 #~ msgstr "Typkonvertierung fügt neue Typqualifizierer zu Funktionstypen hinzu"
2939 #~ msgid "cast discards qualifiers from pointer target type"
2940 #~ msgstr "Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp"
2942 #~ msgid "cast increases required alignment of target type"
2943 #~ msgstr "Typkonvertierung erfordert Ausrichtung des Zieltyps"
2945 #~ msgid "cast from pointer to integer of different size"
2946 #~ msgstr "Typkonvertierung von Zeiger auf Ganzzahl anderer Breite"
2948 #~ msgid "cast does not match function type"
2949 #~ msgstr "Typkonvertierung passt nicht zum Funktionstypen"
2951 #~ msgid "cast to pointer from integer of different size"
2952 #~ msgstr "Typkonvertierung in Zeiger von Ganzzahl anderer Breite"
2954 #~ msgid "type-punning to incomplete type might break strict-aliasing rules"
2955 #~ msgstr "Type-Punning auf unvollständigen Typen kann strict-aliasing-Regeln verletzen"
2957 #~ msgid "dereferencing type-punned pointer will break strict-aliasing rules"
2958 #~ msgstr "Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln"
2960 #~ msgid "ISO C forbids conversion of function pointer to object pointer type"
2961 #~ msgstr "ISO-C verbietet Konvertierung von Funktionszeigern in Objektzeigertyp"
2963 #~ msgid "ISO C forbids conversion of object pointer to function pointer type"
2964 #~ msgstr "ISO-C verbietet Konvertierung von Objektzeigertypen in Funktionszeigertyp"
2966 #~ msgid "invalid lvalue in assignment"
2967 #~ msgstr "ungültiger L-Wert in Zuweisung"
2969 #~ msgid "assignment"
2970 #~ msgstr "Zuweisung"
2972 #~ msgid "cannot pass rvalue to reference parameter"
2973 #~ msgstr "kann R-Wert nicht an Referenzparameter übergeben"
2975 #~ msgid "%s makes qualified function pointer from unqualified"
2976 #~ msgstr "%s erzeugt aus unqualifiziertem einen qualifizierten Funktionszeiger"
2978 #~ msgid "%s discards qualifiers from pointer target type"
2979 #~ msgstr "%s streicht Qualifizierer von Zeiger-Zieltypen"
2981 #~ msgid "ISO C prohibits argument conversion to union type"
2982 #~ msgstr "ISO-C verbietet Argumentkonvertierung in union-Typ"
2984 #~ msgid "ISO C forbids %s between function pointer and `void *'"
2985 #~ msgstr "ISO-C verbietet %s zwischen Funktionszeiger und »void *«"
2987 #~ msgid "pointer targets in %s differ in signedness"
2988 #~ msgstr "Zeigerziele in %s unterscheiden sich im Vorzeichenbesitz"
2990 #~ msgid "%s from incompatible pointer type"
2991 #~ msgstr "%s von inkompatiblem Zeigertyp"
2993 #~ msgid "invalid use of non-lvalue array"
2994 #~ msgstr "ungültige Verwendung eines Nicht-L-Wert-Feldes"
2996 #~ msgid "%s makes pointer from integer without a cast"
2997 #~ msgstr "%s erzeugt Zeiger von Ganzzahl ohne Typkonvertierung"
2999 #~ msgid "%s makes integer from pointer without a cast"
3000 #~ msgstr "%s erzeugt Ganzzahl von Zeiger ohne Typkonvertierung"
3002 #~ msgid "incompatible type for argument %d of `%s'"
3003 #~ msgstr "inkompatibler Typ für Argument %d von »%s«"
3005 #~ msgid "incompatible type for argument %d of indirect function call"
3006 #~ msgstr "inkompatibler Typ für Argument %d eines indirekten Funktionsaufrufes"
3008 #~ msgid "incompatible types in %s"
3009 #~ msgstr "inkompatible Typen in %s"
3011 #~ msgid "passing arg of `%s'"
3012 #~ msgstr "Verarbeiten des Argumentes von »%s«"
3014 #~ msgid "passing arg of pointer to function"
3015 #~ msgstr "Verarbeiten des Zeigerargumentes an Funktion"
3017 #~ msgid "passing arg %d of `%s'"
3018 #~ msgstr "Verarbeiten des Argumentes %d von »%s«"
3020 #~ msgid "passing arg %d of pointer to function"
3021 #~ msgstr "Verarbeiten des Argumentes %d von Zeiger auf Funktion"
3023 #~ msgid "traditional C rejects automatic aggregate initialization"
3024 #~ msgstr "traditionelles C lehnt automatische Gesamt-Initialisierung ab"
3026 #~ msgid "(near initialization for `%s')"
3027 #~ msgstr "(nahe der Initialisierung für »%s«)"
3029 #~ msgid "char-array initialized from wide string"
3030 #~ msgstr "char-Feld mit wide-Zeichenkette initialisiert"
3032 #~ msgid "int-array initialized from non-wide string"
3033 #~ msgstr "int-Feld mit Nicht-wide-Zeichenkette initialisiert"
3035 #~ msgid "initializer-string for array of chars is too long"
3036 #~ msgstr "Initialisierungs-Zeichenkette für char-Feld ist zu lang"
3038 #~ msgid "array initialized from non-constant array expression"
3039 #~ msgstr "Feld mit nicht konstantem Feldausdruck initialisiert"
3041 #~ msgid "initializer element is not constant"
3042 #~ msgstr "Initialisierungselement ist nicht konstant"
3044 #~ msgid "initialization"
3045 #~ msgstr "Initialisierung"
3047 #~ msgid "initializer element is not computable at load time"
3048 #~ msgstr "Initialisierungs-Element ist zur Lade-Zeit nicht berechenbar"
3050 #~ msgid "invalid initializer"
3051 #~ msgstr "ungültige Initialisierung"
3053 #~ msgid "opaque vector types cannot be initialized"
3054 #~ msgstr "opake Vektortypen können nicht initialisiert werden"
3056 #~ msgid "extra brace group at end of initializer"
3057 #~ msgstr "zusätzliche geschweifte Klammern am Ende der Initialisierung"
3059 #~ msgid "missing braces around initializer"
3060 #~ msgstr "geschweifte Klammern fehlen um Initialisierung"
3062 #~ msgid "braces around scalar initializer"
3063 #~ msgstr "geschweifte Klammern um Skalar-Initialisierung"
3065 #~ msgid "initialization of flexible array member in a nested context"
3066 #~ msgstr "Initialisierung eines flexiblen Feld-Elements in geschachteltem Kontext"
3068 #~ msgid "initialization of a flexible array member"
3069 #~ msgstr "Initialisierung eines flexiblen Feld-Elements"
3071 #~ msgid "missing initializer"
3072 #~ msgstr "fehlende Initialisierung"
3074 #~ msgid "empty scalar initializer"
3075 #~ msgstr "leere Skalar-Initialisierung"
3077 #~ msgid "extra elements in scalar initializer"
3078 #~ msgstr "zusätzliche Elemente in Skalar-Initialisierung"
3080 #~ msgid "initialization designators may not nest"
3081 #~ msgstr "Initialisierungs-Bezeichner dürfen nicht geschachtelt werden"
3083 #~ msgid "array index in non-array initializer"
3084 #~ msgstr "Feldindex in Nicht-Feld-Initialisierung"
3086 #~ msgid "field name not in record or union initializer"
3087 #~ msgstr "Feldname nicht in Datensatz- oder union-Initialisierung"
3089 #~ msgid "nonconstant array index in initializer"
3090 #~ msgstr "nichtkonstanter Feldindex in Initialisierung"
3092 #~ msgid "array index in initializer exceeds array bounds"
3093 #~ msgstr "Feldindex in Initialisierung überschreitet Feldgrenzen"
3095 #~ msgid "empty index range in initializer"
3096 #~ msgstr "leerer Indexbereich in Initialisierung"
3098 #~ msgid "array index range in initializer exceeds array bounds"
3099 #~ msgstr "Feldindexbereich in Initialisierung überschreitet Feldgrenzen"
3101 #~ msgid "unknown field `%s' specified in initializer"
3102 #~ msgstr "unbekanntes Feld »%s« in Initialisierung angegeben"
3104 #~ msgid "initialized field with side-effects overwritten"
3105 #~ msgstr "initialisiertes Feld mit Seiteneffekten überschrieben"
3107 #~ msgid "excess elements in char array initializer"
3108 #~ msgstr "Elementüberschreitung in char-Feld-Initialisierung"
3110 #~ msgid "excess elements in struct initializer"
3111 #~ msgstr "Elementüberschreitung in struct-Initialisierung"
3113 #~ msgid "non-static initialization of a flexible array member"
3114 #~ msgstr "nicht-statische Initialisierung eines flexiblen Feldelements"
3116 #~ msgid "excess elements in union initializer"
3117 #~ msgstr "Elementüberschreitung in union-Initialisierung"
3119 #~ msgid "traditional C rejects initialization of unions"
3120 #~ msgstr "traditionelles C lehnt Initialisierung von unions ab"
3122 #~ msgid "excess elements in array initializer"
3123 #~ msgstr "Elementüberschreitung in Feldinitialisierung"
3125 #~ msgid "excess elements in vector initializer"
3126 #~ msgstr "Elementüberschreitung in Vektorinitialisierung"
3128 #~ msgid "excess elements in scalar initializer"
3129 #~ msgstr "Elementüberschreitung in Skalar-Initialisierung"
3131 #~ msgid "asm template is not a string constant"
3132 #~ msgstr "asm-Template ist keine Zeichenkettenkonstante"
3134 #~ msgid "invalid lvalue in asm statement"
3135 #~ msgstr "ungültiger L-Wert in asm-Anweisung"
3137 #~ msgid "modification by `asm'"
3138 #~ msgstr "Modifizierung durch »asm«"
3140 #~ msgid "function declared `noreturn' has a `return' statement"
3141 #~ msgstr "als »noreturn« deklarierte Funktion hat »return«-Anweisung"
3143 #~ msgid "`return' with no value, in function returning non-void"
3144 #~ msgstr "»return« ohne Wert in nicht void zurückgebender Funktion"
3146 #~ msgid "`return' with a value, in function returning void"
3147 #~ msgstr "»return« mit Wert in void zurückgebender Funktion"
3152 #~ msgid "function returns address of local variable"
3153 #~ msgstr "Funktion liefert Adresse einer lokalen Variablen zurück"
3155 #~ msgid "switch quantity not an integer"
3156 #~ msgstr "switch-Größe keine Ganzzahl"
3158 #~ msgid "`long' switch expression not converted to `int' in ISO C"
3159 #~ msgstr "»long« switch-Ausdruck nicht nach »int« konvertiert in ISO C"
3161 #~ msgid "case label not within a switch statement"
3162 #~ msgstr "case-Marke nicht innerhalb einer switch-Anweisung"
3164 #~ msgid "`default' label not within a switch statement"
3165 #~ msgstr "»default«-Marke nicht innerhalb einer switch-Anweisung"
3167 #~ msgid "division by zero"
3168 #~ msgstr "Teilung durch Null"
3170 #~ msgid "right shift count is negative"
3171 #~ msgstr "Rechts-Schiebe-Weite ist negativ"
3173 #~ msgid "right shift count >= width of type"
3174 #~ msgstr "Rechts-Schiebe-Weite >= Breite des Typs"
3176 #~ msgid "left shift count is negative"
3177 #~ msgstr "Links-Schiebe-Weite ist negativ"
3179 #~ msgid "left shift count >= width of type"
3180 #~ msgstr "Links-Schiebe-Weite >= Breite des Typs"
3182 #~ msgid "shift count is negative"
3183 #~ msgstr "Schiebeweite ist negativ"
3185 #~ msgid "shift count >= width of type"
3186 #~ msgstr "Schiebeweite >= Breite des Typs"
3188 #~ msgid "comparing floating point with == or != is unsafe"
3189 #~ msgstr "Vergleich von Gleitkomma mit == oder != ist unsicher"
3191 #~ msgid "ISO C forbids comparison of `void *' with function pointer"
3192 #~ msgstr "ISO-C verbietet Vergleich von »void *« mit Funktionszeiger"
3194 #~ msgid "comparison of distinct pointer types lacks a cast"
3195 #~ msgstr "in Vergleich verschiedener Zeigertypen fehlt Typkonvertierung"
3197 #~ msgid "comparison between pointer and integer"
3198 #~ msgstr "Vergleich zwischen Zeiger und Ganzzahl"
3200 #~ msgid "ISO C forbids ordered comparisons of pointers to functions"
3201 #~ msgstr "ISO-C verbietet geordnete Vergleiche zwischen Zeigern auf Funktionen"
3203 #~ msgid "comparison of complete and incomplete pointers"
3204 #~ msgstr "Vergleich von vollständigen und unvollständigen Zeigern"
3206 #~ msgid "ordered comparison of pointer with integer zero"
3207 #~ msgstr "geordneter Vergleich von Zeiger mit Ganzzahlnull"
3209 #~ msgid "unordered comparison on non-floating point argument"
3210 #~ msgstr "ungeordneter Vergleich mit Nicht-Gleitkomma-Argument"
3212 #~ msgid "comparison between signed and unsigned"
3213 #~ msgstr "Vergleich zwischen vorzeichenbehaftet und vorzeichenlos"
3215 #~ msgid "comparison of promoted ~unsigned with constant"
3216 #~ msgstr "Vergleich von weitergegebenem ~unsigned mit Konstante"
3218 #~ msgid "comparison of promoted ~unsigned with unsigned"
3219 #~ msgstr "Vergleich von weitergegebenem ~unsigned mit unsigned"
3221 #~ msgid "%Jinlining failed in call to '%F'"
3222 #~ msgstr "%J»inline« beim Aufruf von »%F« gescheitert"
3224 #~ msgid "called from here"
3225 #~ msgstr "von hier aufgerufen"
3227 #~ msgid "%Jcan't inline call to '%F'"
3228 #~ msgstr "%JAufruf von »%F« kann nicht »inline« erfolgen"
3230 #~ msgid "ignoring return value of `%D', declared with attribute warn_unused_result"
3231 #~ msgstr "Rückgabewert von »%D«, das mit dem Attribut warn_unused_result definiert wurde, wird ignoriert"
3233 #~ msgid "ignoring return value of function declared with attribute warn_unused_result"
3234 #~ msgstr "Rückgabewert der mit dem Attribut warn_unused_result definierten Funktion wird ignoriert"
3236 #~ msgid "function call has aggregate value"
3237 #~ msgstr "Funktionsaufruf hat zusammengesetzten Wert"
3239 #~ msgid "bb %d on wrong place"
3240 #~ msgstr "bb %d an falscher Stelle"
3242 #~ msgid "prev_bb of %d should be %d, not %d"
3243 #~ msgstr "prev_bb von %d sollte %d sein, nicht %d"
3245 #~ msgid "verify_flow_info: Wrong count of block %i %i"
3246 #~ msgstr "verify_flow_info: Falsche Blockzahl %i %i"
3248 #~ msgid "verify_flow_info: Wrong frequency of block %i %i"
3249 #~ msgstr "verify_flow_info: Falsche Blockfrequenz %i %i"
3251 #~ msgid "verify_flow_info: Duplicate edge %i->%i"
3252 #~ msgstr "verify_flow_info: Doppelte Kante %i->%i"
3254 #~ msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3255 #~ msgstr "verify_flow_info: Falsche Wahrscheinlichkeit der Kante %i->%i %i"
3257 #~ msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3258 #~ msgstr "verify_flow_info: Falsche Kantenzahl %i->%i %i"
3260 #~ msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3261 #~ msgstr "verify_flow_info: Nachfolgekante des Basis-Blocks %d ist beschädigt"
3263 #~ msgid "Wrong amount of branch edges after unconditional jump %i"
3264 #~ msgstr "Falsche Summe der Zweig-Kanten nach unbedingtem Sprung %i"
3266 #~ msgid "basic block %d pred edge is corrupted"
3267 #~ msgstr "Vorgänger des Basis-Blocks %d ist beschädigt"
3269 #~ msgid "basic block %i edge lists are corrupted"
3270 #~ msgstr "Kantenlisten des Basis-Blockes %i sind beschädigt"
3272 #~ msgid "verify_flow_info failed"
3273 #~ msgstr "verify_flow_info gescheitert"
3275 #~ msgid "Size of loop %d should be %d, not %d."
3276 #~ msgstr "Größe der Schleife %d sollte %d sein, nicht %d"
3278 #~ msgid "Bb %d do not belong to loop %d."
3279 #~ msgstr "Bb %d gehört nicht zur Schleife %d."
3281 #~ msgid "Loop %d's header does not have exactly 2 entries."
3282 #~ msgstr "Kopf der Schleife %d hat nicht genau 2 Einträge."
3284 #~ msgid "Loop %d's latch does not have exactly 1 successor."
3285 #~ msgstr "Falle der Schleife %d hat nicht genau einen Nachfolger."
3287 #~ msgid "Loop %d's latch does not have header as successor."
3288 #~ msgstr "Falle der Schleife %d hat nicht den Kopf als Nachfolger."
3290 #~ msgid "Loop %d's latch does not belong directly to it."
3291 #~ msgstr "Falle der Schleife %d gehört nicht direkt zu ihr."
3293 #~ msgid "Loop %d's header does not belong directly to it."
3294 #~ msgstr "Kopf der Schleife %d gehört nicht direkt zu ihr."
3296 #~ msgid "Loop %d's latch is marked as part of irreducible region."
3297 #~ msgstr "Falle der Schleife %d ist als Teil einer irreduziblen Region markiert."
3299 #~ msgid "Basic block %d should be marked irreducible."
3300 #~ msgstr "Basisblock %d sollte als irreduzibel markiert werden."
3302 #~ msgid "Basic block %d should not be marked irreducible."
3303 #~ msgstr "Basisblock %d sollte nicht als irreduzibel markiert werden."
3305 #~ msgid "Edge from %d to %d should be marked irreducible."
3306 #~ msgstr "Kante von %d nach %d sollte als irreduzibel markiert werden."
3308 #~ msgid "Edge from %d to %d should not be marked irreducible."
3309 #~ msgstr "Kante von %d nach %d sollte nicht als irreduzibel markiert werden."
3311 #~ msgid "end insn %d for block %d not found in the insn stream"
3312 #~ msgstr "Ende-insn %d für Block %d nicht im insn-Stream gefunden"
3314 #~ msgid "insn %d is in multiple basic blocks (%d and %d)"
3315 #~ msgstr "insn %d ist in mehreren Basisblöcken (%d und %d)"
3317 #~ msgid "head insn %d for block %d not found in the insn stream"
3318 #~ msgstr "Kopf-insn %d für Block %d nicht im insn-Stream gefunden"
3320 #~ msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3321 #~ msgstr "verify_flow_info: REG_BR_PROB passt nicht zu cfg %wi %i"
3323 #~ msgid "Missing REG_EH_REGION note in the end of bb %i"
3324 #~ msgstr "Fehlender Vermerk von REG_EH_REGION am Ende vom bb %i"
3326 #~ msgid "Too many outgoing branch edges from bb %i"
3327 #~ msgstr "Zu viele abgehende Zweig-Kanten vom bb %i"
3329 #~ msgid "Fallthru edge after unconditional jump %i"
3330 #~ msgstr "Fallthru-Kante nach unbedingtem Sprung %i"
3332 #~ msgid "Wrong amount of branch edges after conditional jump %i"
3333 #~ msgstr "Falsche Summe der Zweig-Kanten nach bedingtem Sprung %i"
3335 #~ msgid "Call edges for non-call insn in bb %i"
3336 #~ msgstr "Ruf-Kanten für Nicht-Aufruf-insn im bb %i"
3338 #~ msgid "Abnormal edges for no purpose in bb %i"
3339 #~ msgstr "Abnormale Kanten ohne Grund in bb %i"
3341 #~ msgid "insn %d inside basic block %d but block_for_insn is NULL"
3342 #~ msgstr "insn %d innerhalb des Basis-Blockes %d, aber block_for_insn ist NULL"
3344 #~ msgid "insn %d inside basic block %d but block_for_insn is %i"
3345 #~ msgstr "insn %d innerhalb Basis-Blockes %d, aber block_for_insn ist %i"
3347 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3348 #~ msgstr "NOTE_INSN_BASIC_BLOCK fehlt für Block %d"
3350 #~ msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3351 #~ msgstr "NOTE_INSN_BASIC_BLOCK %d in der Mitte des Basis-Blocks %d"
3353 #~ msgid "in basic block %d:"
3354 #~ msgstr "im Basis-Block %d:"
3356 #~ msgid "flow control insn inside a basic block"
3357 #~ msgstr "Flusskontroll-insn innerhalb eines Basis-Blockes"
3359 #~ msgid "missing barrier after block %i"
3360 #~ msgstr "fehlende Sperre nach Block %i"
3362 #~ msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3363 #~ msgstr "verify_flow_info: Falsche Blöcke für »fallthru« %i->%i"
3365 #~ msgid "verify_flow_info: Incorrect fallthru %i->%i"
3366 #~ msgstr "verify_flow_info: Falsches »fallthru« %i->%i"
3368 #~ msgid "wrong insn in the fallthru edge"
3369 #~ msgstr "falsche insn in »fallthru«-Kante"
3371 #~ msgid "basic blocks not laid down consecutively"
3372 #~ msgstr "Basis-Blöcke sind nicht fortlaufend"
3374 #~ msgid "insn outside basic block"
3375 #~ msgstr "insn außerhalb eines Basis-Blockes"
3377 #~ msgid "return not followed by barrier"
3378 #~ msgstr "»return« nicht gefolgt von Sperre"
3380 #~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3381 #~ msgstr "Anzahl der bb-Vermerke in insn-Kette (%d) != n_basic_blocks (%d)"
3383 #~ msgid "function body not available"
3384 #~ msgstr "Funktionskörper nicht verfügbar"
3386 #~ msgid "redefined extern inline functions are not considered for inlining"
3387 #~ msgstr "redefinierte »extern inline«-Funktionen kommen nicht als »inline« in Betracht"
3389 #~ msgid "function not considered for inlining"
3390 #~ msgstr "Funktion kommt nicht für »inline« in Betracht"
3392 #~ msgid "function not inlinable"
3393 #~ msgstr "Funktion kann nicht »inline« sein"
3395 #~ msgid "%D renamed after being referenced in assembly"
3396 #~ msgstr "%D nach Referenzierung in Assemblierung umbenannt"
3398 #~ msgid "--param large-function-growth limit reached"
3399 #~ msgstr "--param large-function-growth: Limit erreicht"
3401 #~ msgid "--param large-function-growth limit reached while inlining the caller"
3402 #~ msgstr "--param large-function-growth: Limit bei »inline« des Aufrufers erreicht"
3404 #~ msgid "--param max-inline-insns-single limit reached"
3405 #~ msgstr "--param max-inline-insns-single: Limit erreicht"
3407 #~ msgid "--param max-inline-insns-single limit reached after inlining into the callee"
3408 #~ msgstr "--param max-inline-insns-single: Limit nach »inline« im Aufgerufenen erreicht"
3410 #~ msgid "--param inline-unit-growth limit reached"
3411 #~ msgstr "--param inline-unit-growth: Limit erreicht"
3413 #~ msgid "recursive inlining"
3414 #~ msgstr "rekursives inline"
3416 #~ msgid "internal error"
3417 #~ msgstr "interner Fehler"
3419 #~ msgid "no arguments"
3420 #~ msgstr "Keiner Argumente"
3423 #~ msgstr "fopen %s"
3425 #~ msgid "fclose %s"
3426 #~ msgstr "fclose %s"
3428 #~ msgid "collect2 version %s"
3429 #~ msgstr "collect2-Version %s"
3431 #~ msgid "%d constructor(s) found\n"
3432 #~ msgstr "%d Konstruktor(en) gefunden\n"
3434 #~ msgid "%d destructor(s) found\n"
3435 #~ msgstr "%d Destruktor(en) gefunden\n"
3437 #~ msgid "%d frame table(s) found\n"
3438 #~ msgstr "%d Rahmentabelle(n) gefunden\n"
3440 #~ msgid "%s terminated with signal %d [%s]%s"
3441 #~ msgstr "%s mit Signal %d [%s]%s beendet"
3443 #~ msgid "%s returned %d exit status"
3444 #~ msgstr "%s gab Ende-Status %d zurück"
3446 #~ msgid "[cannot find %s]"
3447 #~ msgstr "[kann %s nicht finden]"
3449 #~ msgid "cannot find `%s'"
3450 #~ msgstr "kann »%s« nicht finden"
3452 #~ msgid "redirecting stdout: %s"
3453 #~ msgstr "leite Standardausgabe um: %s"
3455 #~ msgid "[Leaving %s]\n"
3456 #~ msgstr "[Verlasse %s]\n"
3460 #~ "write_c_file - output name is %s, prefix is %s\n"
3463 #~ "write_c_file - Ausgabename ist %s, Präfix ist %s\n"
3465 #~ msgid "cannot find `nm'"
3466 #~ msgstr "kann »nm« nicht finden"
3474 #~ msgid "dup2 %d 1"
3475 #~ msgstr "dup2 %d 1"
3478 #~ msgstr "close %d"
3481 #~ msgstr "execv %s"
3483 #~ msgid "init function found in object %s"
3484 #~ msgstr "init-Funktion im Objekt %s gefunden"
3486 #~ msgid "fini function found in object %s"
3487 #~ msgstr "fini-Funktion im Objekt %s gefunden"
3492 #~ msgid "unable to open file '%s'"
3493 #~ msgstr "kann Datei »%s« nicht öffnen"
3495 #~ msgid "unable to stat file '%s'"
3496 #~ msgstr "kann Dateistatus für »%s« nicht ermitteln"
3498 #~ msgid "unable to mmap file '%s'"
3499 #~ msgstr "kann mmap nicht auf Datei »%s« anwenden"
3501 #~ msgid "not found\n"
3502 #~ msgstr "nicht gefunden\n"
3504 #~ msgid "dynamic dependency %s not found"
3505 #~ msgstr "dynamische Abhängigkeit %s nicht gefunden"
3507 #~ msgid "bad magic number in file '%s'"
3508 #~ msgstr "Falsche magische Zahl in Datei »%s«"
3510 #~ msgid "dynamic dependencies.\n"
3511 #~ msgstr "dynamische Abhängigkeiten.\n"
3513 #~ msgid "cannot find `ldd'"
3514 #~ msgstr "kann »ldd« nicht finden"
3518 #~ "ldd output with constructors/destructors.\n"
3521 #~ "Ausgabe von ldd mit Konstruktoren/Destruktoren.\n"
3523 #~ msgid "unable to open dynamic dependency '%s'"
3524 #~ msgstr "kann dynamische Abhängigkeit »%s« nicht öffnen"
3526 #~ msgid "%s: not a COFF file"
3527 #~ msgstr "%s: keine COFF-Datei"
3529 #~ msgid "%s: cannot open as COFF file"
3530 #~ msgstr "kann %s nicht als COFF-Datei öffnen"
3532 #~ msgid "library lib%s not found"
3533 #~ msgstr "Bibliothek lib%s nicht gefunden"
3536 #~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3537 #~ ";; %d successes.\n"
3540 #~ ";; Kombinierer-Statistik: %d Versuche, %d Ersetzungen (%d benötigten neuen Platz),\n"
3541 #~ ";; %d Erfolge.\n"
3546 #~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3547 #~ ";; %d successes.\n"
3550 #~ ";; Kombinierer-Gesamtwerte: %d Versuche, %d Ersetzungen (%d benötigten neuen Platz),\n"
3551 #~ ";; %d Erfolge.\n"
3553 #~ msgid "cannot convert to a pointer type"
3554 #~ msgstr "kann nicht in Zeigertyp konvertieren"
3556 #~ msgid "pointer value used where a floating point value was expected"
3557 #~ msgstr "Zeigerwert verwendet, wo Gleitkommawert erwartet wurde"
3559 #~ msgid "aggregate value used where a float was expected"
3560 #~ msgstr "zusammengesetzten Wert verwendet, wo Gleitkomma erwartet wurde"
3562 #~ msgid "conversion to incomplete type"
3563 #~ msgstr "Konvertierung in unvollständigen Typen"
3565 #~ msgid "can't convert between vector values of different size"
3566 #~ msgstr "kann nicht zwischen Vektorwerten verschiedener Größen konvertieren"
3568 #~ msgid "aggregate value used where an integer was expected"
3569 #~ msgstr "zusammengesetzter Wert verwendet, wo Ganzzahl erwartet wurde"
3571 #~ msgid "pointer value used where a complex was expected"
3572 #~ msgstr "Zeigerwert verwendet, wo »complex« erwartet wurde"
3574 #~ msgid "aggregate value used where a complex was expected"
3575 #~ msgstr "zusammengesetzer Wert verwendet, wo »complex« erwartet wurde"
3577 #~ msgid "can't convert value to a vector"
3578 #~ msgstr "kann Wert nicht in Vektor konvertieren"
3580 #~ msgid "`%s' is not a gcov data file"
3581 #~ msgstr "»%s« ist keine gcov-Datei"
3583 #~ msgid "`%s' is version `%.4s', expected version `%.4s'"
3584 #~ msgstr "»%s« hat Version »%.4s«, Version »%.4s« erwartet"
3586 #~ msgid "coverage mismatch for function %u while reading execution counters."
3587 #~ msgstr "Überdeckung passt nicht für Funktion %u beim Lesen der Ausführungszähler."
3589 #~ msgid "checksum is %x instead of %x"
3590 #~ msgstr "Prüfsumme ist %x statt %x"
3592 #~ msgid "number of counters is %d instead of %d"
3593 #~ msgstr "Zahl der Zähler ist %d statt %d"
3595 #~ msgid "cannot merge separate %s counters for function %u"
3596 #~ msgstr "separate %s Zähler für die Funktion %u können nicht verschmolzen werden"
3598 #~ msgid "`%s' has overflowed"
3599 #~ msgstr "»%s« übergelaufen"
3601 #~ msgid "`%s' is corrupted"
3602 #~ msgstr "»%s« ist beschädigt"
3604 #~ msgid "file %s not found, execution counts assumed to be zero"
3605 #~ msgstr "Datei %s nicht gefunden, Ausführungszähler als null angenommen"
3607 #~ msgid "no coverage for function '%s' found."
3608 #~ msgstr "keine Überdeckung für Funktion »%s« gefunden."
3610 #~ msgid "coverage mismatch for function '%s' while reading counter '%s'."
3611 #~ msgstr "Überdeckung passt nicht bei Funktion »%s« beim Lesen des Zählers »%s«."
3613 #~ msgid "cannot open %s"
3614 #~ msgstr "Es ist nicht möglich, »%s« zu öffnen"
3616 #~ msgid "error writing `%s'"
3617 #~ msgstr "Fehler beim Schreiben der Datei »%s«"
3619 #~ msgid "\"%s\" is not a valid option to the preprocessor"
3620 #~ msgstr "»%s« ist keine gültige Präprozessoroption"
3622 #~ msgid "too many input files"
3623 #~ msgstr "zu viele Eingabedateien"
3625 #~ msgid ";; Processing block from %d to %d, %d sets.\n"
3626 #~ msgstr ";; Bearbeite Block von %d bis %d, %d Sets.\n"
3628 #~ msgid "%s:%d: confused by earlier errors, bailing out\n"
3629 #~ msgstr "%s:%d: durch frühere Fehler verwirrt, Abbruch\n"
3631 #~ msgid "compilation terminated.\n"
3632 #~ msgstr "Kompilierung beendet.\n"
3634 #~ msgid "Internal compiler error: Error reporting routines re-entered.\n"
3635 #~ msgstr "Interner Compilerfehler: Fehlerbehandlungsroutinen doppelt betreten.\n"
3637 #~ msgid "in %s, at %s:%d"
3638 #~ msgstr "in %s, bei %s:%d"
3640 #~ msgid "dominator of %d should be %d, not %d"
3641 #~ msgstr "Herrscher über %d sollte %d sein, nicht %d"
3643 #~ msgid "DW_LOC_OP %s not implemented\n"
3644 #~ msgstr "DW_LOC_OP %s nicht implementiert\n"
3646 #~ msgid "can't access real part of complex value in hard register"
3647 #~ msgstr "kann nicht auf realen Teil des komplexen Wertes im festen Register zugreifen"
3649 #~ msgid "can't access imaginary part of complex value in hard register"
3650 #~ msgstr "kann nicht auf imaginären Teil des komplexen Wertes im festen Register zugreifen"
3652 #~ msgid "Invalid rtl sharing found in the insn"
3653 #~ msgstr "ungültige gemeinsame rtl-Benutzung in insn gefunden"
3655 #~ msgid "Shared rtx"
3656 #~ msgstr "Gemeinsames rtx"
3658 #~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
3659 #~ msgstr "ICE: emit_insn verwendet, wo emit_jump_insn erforderlich:\n"
3661 #~ msgid "abort in %s, at %s:%d"
3662 #~ msgstr "Abbruch in %s, bei %s:%d"
3664 #~ msgid "exception handling disabled, use -fexceptions to enable"
3665 #~ msgstr "Ausnahmebehandlung ausgeschaltet, benutzen Sie -fexeptions zum Anschalten"
3667 #~ msgid "argument of `__builtin_eh_return_regno' must be constant"
3668 #~ msgstr "Argument für »__builtin_eh_return_regno« muss konstant sein"
3670 #~ msgid "__builtin_eh_return not supported on this target"
3671 #~ msgstr "__builtin_eh_return für dieses Ziel nicht unterstützt"
3673 #~ msgid "stack limits not supported on this target"
3674 #~ msgstr "Kellergrenzen nicht für dieses Ziel unterstützt"
3676 #~ msgid "function using short complex types cannot be inline"
3677 #~ msgstr "Funktion, die komplexe »short«-Typen verwendet, kann nicht »inline« sein"
3679 #~ msgid "%Jprior parameter's size depends on '%D'"
3680 #~ msgstr "%Jvorherige Parametergröße hängt von »%D« ab"
3682 #~ msgid "returned value in block_exit_expr"
3683 #~ msgstr "zurückgelieferter Wert in block_exit_expr"
3685 #~ msgid "cannot take the address of an unaligned member"
3686 #~ msgstr "die Adresse eines nicht ausgerichteten Elements kann nicht ermittelt werden"
3688 #~ msgid "negative insn length"
3689 #~ msgstr "negative insn-Länge"
3691 #~ msgid "could not split insn"
3692 #~ msgstr "insn kann nicht aufgeteilt werden"
3694 #~ msgid "invalid `asm': "
3695 #~ msgstr "ungültiges »asm«: "