Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / libcpp / po / de.po
blobc8660382289ff553e88cbbdb14b7ae2e01cf5856
1 # German translation of gcc messages.
2 # Copyright © 2002, 2003, 2004 Free Software Foundation, Inc.
3 # Karl Eichwalder <ke@suse.de>, 2002, 2003.
4 # Roland Stigge <stigge@antcom.de>, 2003, 2004.
5 # This file is distributed under the same license as the gcc package.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gcc 3.4-b20040206\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2004-11-27 19:38+0000\n"
12 "PO-Revision-Date: 2004-02-15 12:14+0100\n"
13 "Last-Translator: Roland Stigge <stigge@antcom.de>\n"
14 "Language-Team: German <de@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: charset.c:653
20 #, c-format
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr "Konvertierung von %s nach %s wird von iconv nicht unterstützt"
24 #: charset.c:656
25 msgid "iconv_open"
26 msgstr "iconv_open"
28 #: charset.c:664
29 #, c-format
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"
33 #: charset.c:808
34 msgid "universal character names are only valid in C++ and C99"
35 msgstr "universelle Zeichennamen sind nur in C++ und C99 gültig"
37 #: charset.c:811
38 #, c-format
39 msgid "the meaning of '\\%c' is different in traditional C"
40 msgstr "die Bedeutung von '\\%c' ist in traditionellem C anders"
42 #: charset.c:837
43 #, c-format
44 msgid "incomplete universal character name %.*s"
45 msgstr "unvollständiger Universal-Zeichenname %.*s"
47 #: charset.c:849
48 #, c-format
49 msgid "%.*s is not a valid universal character"
50 msgstr "»%.*s« ist kein gültiges universelles Zeichen"
52 #: charset.c:859
53 #, c-format
54 msgid "universal character %.*s is not valid in an identifier"
55 msgstr "universelles Zeichen %.*s ist nicht gültig in Bezeichner"
57 #: charset.c:863
58 #, c-format
59 msgid "universal character %.*s is not valid at the start of an identifier"
60 msgstr "universelles Zeichen %.*s ist nicht gültig am Anfang eines Bezeichners"
62 #: charset.c:896
63 msgid "converting UCN to source character set"
64 msgstr "UCN wird in Quellzeichensatz konvertiert"
66 #: charset.c:900
67 msgid "converting UCN to execution character set"
68 msgstr "UCN wird in Ausführungszeichensatz konvertiert"
70 #: charset.c:972
71 msgid "the meaning of '\\x' is different in traditional C"
72 msgstr "die Bedeutung von '\\x' ist in traditionellem C anders"
74 #: charset.c:989
75 msgid "\\x used with no following hex digits"
76 msgstr "\\x ohne folgende Hex-Ziffern verwendet"
78 #: charset.c:996
79 msgid "hex escape sequence out of range"
80 msgstr "Hex-Fluchtsequenz außerhalb des Wertebereiches"
82 #: charset.c:1035
83 msgid "octal escape sequence out of range"
84 msgstr "Oktal-Fluchtsequenz außerhalb des Wertebereiches"
86 #: charset.c:1103
87 msgid "the meaning of '\\a' is different in traditional C"
88 msgstr "die Bedeutung von '\\a' ist in traditionellem C anders"
90 #: charset.c:1110
91 #, c-format
92 msgid "non-ISO-standard escape sequence, '\\%c'"
93 msgstr "nicht-ISO-standardkonforme Fluchtsequenz '\\%c'"
95 #: charset.c:1118
96 #, c-format
97 msgid "unknown escape sequence '\\%c'"
98 msgstr "unbekannte Fluchtsequenz '\\%c'"
100 #: charset.c:1121
101 #, c-format
102 msgid "unknown escape sequence: '\\%03o'"
103 msgstr "unbekannte Fluchtsequenz: '\\%03o'"
105 #: charset.c:1127
106 msgid "converting escape sequence to execution character set"
107 msgstr "Fluchtsequenz wird in Zeichensatz der Ausführung konvertiert"
109 #: charset.c:1186
110 msgid "converting to execution character set"
111 msgstr "Konvertierung in Zeichensatz der Ausführung"
113 #: charset.c:1249 charset.c:1312
114 msgid "character constant too long for its type"
115 msgstr "Zeichenkonstante zu lang für ihren Typ"
117 #: charset.c:1252
118 msgid "multi-character character constant"
119 msgstr "Zeichenkonstante mit mehreren Zeichen"
121 #: charset.c:1344
122 msgid "empty character constant"
123 msgstr "Leere Zeichenkonstante"
125 #: charset.c:1393
126 #, c-format
127 msgid "failure to convert %s to %s"
128 msgstr "Fehler beim Konvertieren von %s in %s"
130 #: directives.c:216
131 #, c-format
132 msgid "extra tokens at end of #%s directive"
133 msgstr "mehrere Token am Ende der Direktive #%s"
135 #: directives.c:303
136 #, c-format
137 msgid "#%s is a GCC extension"
138 msgstr "#%s ist eine Erweiterung des GCC"
140 #: directives.c:315
141 msgid "suggest not using #elif in traditional C"
142 msgstr "empfehle, in traditionellem C nicht #elif zu verwenden"
144 #: directives.c:318
145 #, c-format
146 msgid "traditional C ignores #%s with the # indented"
147 msgstr "traditionelles C ignoriert #%s mit eingerücktem #"
149 #: directives.c:322
150 #, c-format
151 msgid "suggest hiding #%s from traditional C with an indented #"
152 msgstr "empfehle, #%s vor traditionellem C mit # zu verbergen"
154 #: directives.c:348
155 msgid "embedding a directive within macro arguments is not portable"
156 msgstr "das Einbetten einer Direktive innerhalb von Makroargumenten ist nicht portierbar"
158 #: directives.c:368
159 msgid "style of line directive is a GCC extension"
160 msgstr "der Stil der line-Direktive ist eine Erweiterung des GCC"
162 #: directives.c:418
163 #, c-format
164 msgid "invalid preprocessing directive #%s"
165 msgstr "ungültige Präprozessordirektive #%s"
167 #: directives.c:489
168 msgid "\"defined\" cannot be used as a macro name"
169 msgstr "»defined« kann nicht als Makroname verwendet werden"
171 #: directives.c:495
172 #, c-format
173 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
174 msgstr "»%s« kann nicht als Makroname verwendet werden, da es ein Operator in C++ ist"
176 #: directives.c:498
177 #, c-format
178 msgid "no macro name given in #%s directive"
179 msgstr "kein Makroname in Direktive #%s angegeben"
181 #: directives.c:501
182 msgid "macro names must be identifiers"
183 msgstr "Makronamen müssen Bezeichner sein"
185 #: directives.c:542
186 #, c-format
187 msgid "undefining \"%s\""
188 msgstr "un-definiere »%s«"
190 #: directives.c:597
191 msgid "missing terminating > character"
192 msgstr "fehlendes abschließendes »>«-Zeichen"
194 #: directives.c:650
195 #, c-format
196 msgid "#%s expects \"FILENAME\" or <FILENAME>"
197 msgstr "#%s erwartet \"DATEINAME\" oder <DATEINAME>"
199 #: directives.c:673
200 msgid "#include nested too deeply"
201 msgstr "#include ist zu tief geschachtelt"
203 #: directives.c:711
204 msgid "#include_next in primary source file"
205 msgstr "#include_next in erster Quelldatei"
207 #: directives.c:737
208 #, c-format
209 msgid "invalid flag \"%s\" in line directive"
210 msgstr "ungültiges Flag »%s« in line-Direktive"
212 #: directives.c:784
213 #, c-format
214 msgid "\"%s\" after #line is not a positive integer"
215 msgstr "»%s« hinter #line ist keine positive Ganzzahl"
217 #: directives.c:790
218 msgid "line number out of range"
219 msgstr "Zeilennummer ist außerhalb des Wertebereiches"
221 #: directives.c:803 directives.c:880
222 #, c-format
223 msgid "\"%s\" is not a valid filename"
224 msgstr "»%s« ist kein gültiger Dateiname"
226 #: directives.c:840
227 #, c-format
228 msgid "\"%s\" after # is not a positive integer"
229 msgstr "»%s« hinter # ist keine positive Ganzzahl"
231 #: directives.c:942
232 msgid "invalid #ident directive"
233 msgstr "ungültige #ident-Direktive"
235 #: directives.c:1030
236 #, c-format
237 msgid "registering \"%s\" as both a pragma and a pragma namespace"
238 msgstr "registriere »%s« sowohl als Pragma als auch als Pragma-Namespace"
240 #: directives.c:1033
241 #, c-format
242 msgid "#pragma %s %s is already registered"
243 msgstr "#pragma %s %s ist bereits registriert"
245 #: directives.c:1036
246 #, c-format
247 msgid "#pragma %s is already registered"
248 msgstr "#pragma %s ist bereits registriert"
250 #: directives.c:1236
251 msgid "#pragma once in main file"
252 msgstr "#pragma once in Hauptdatei"
254 #: directives.c:1259
255 msgid "invalid #pragma GCC poison directive"
256 msgstr "ungültige #pragma GCC Direktive"
258 #: directives.c:1268
259 #, c-format
260 msgid "poisoning existing macro \"%s\""
261 msgstr "schlechtes existierendes Makro »%s«"
263 #: directives.c:1289
264 msgid "#pragma system_header ignored outside include file"
265 msgstr "#pragma system_header außerhalb include-Datei ignoriert"
267 #: directives.c:1313
268 #, c-format
269 msgid "cannot find source file %s"
270 msgstr "Quelldatei %s kann nicht gefunden werden"
272 #: directives.c:1317
273 #, c-format
274 msgid "current file is older than %s"
275 msgstr "aktuelle Datei ist älter als %s"
277 #: directives.c:1431
278 msgid "_Pragma takes a parenthesized string literal"
279 msgstr "_Pragma nimmt ein geklammertes Zeichenkettenliteral"
281 #: directives.c:1538
282 msgid "#else without #if"
283 msgstr "#else ohne #if"
285 #: directives.c:1543
286 msgid "#else after #else"
287 msgstr "#else hinter #else"
289 #: directives.c:1545 directives.c:1578
290 msgid "the conditional began here"
291 msgstr "die Bedingung begann hier"
293 #: directives.c:1571
294 msgid "#elif without #if"
295 msgstr "#elif ohne #if"
297 #: directives.c:1576
298 msgid "#elif after #else"
299 msgstr "#elif hinter #else"
301 #: directives.c:1606
302 msgid "#endif without #if"
303 msgstr "#endif ohne #if"
305 #: directives.c:1683
306 msgid "missing '(' after predicate"
307 msgstr "fehlendes '(' hinter Prädikat"
309 #: directives.c:1698
310 msgid "missing ')' to complete answer"
311 msgstr "fehlendes ')', um Antwort abzuschließen"
313 #: directives.c:1718
314 msgid "predicate's answer is empty"
315 msgstr "Prädikatantwort ist leer"
317 #: directives.c:1745
318 msgid "assertion without predicate"
319 msgstr "Behauptung ohne Prädikat"
321 #: directives.c:1747
322 msgid "predicate must be an identifier"
323 msgstr "Prädikat muss ein Bezeichner sein"
325 #: directives.c:1833
326 #, c-format
327 msgid "\"%s\" re-asserted"
328 msgstr "»%s« wieder behauptet"
330 #: directives.c:2056
331 #, c-format
332 msgid "unterminated #%s"
333 msgstr "unbeendetes #%s"
335 #: errors.c:118
336 msgid "warning: "
337 msgstr "Warnung: "
339 #: errors.c:120
340 msgid "internal error: "
341 msgstr "interner Fehler: "
343 #: errors.c:122
344 msgid "error: "
345 msgstr "Fehler: "
347 #: errors.c:181
348 msgid "stdout"
349 msgstr "Standardausgabe"
351 #: errors.c:183
352 #, c-format
353 msgid "%s: %s"
354 msgstr "%s: %s"
356 #: expr.c:192
357 msgid "too many decimal points in number"
358 msgstr "zu viele Dezimalpunkte in Zahl"
360 #: expr.c:212
361 #, c-format
362 msgid "invalid digit \"%c\" in octal constant"
363 msgstr "ungültige Ziffer »%c« in Oktal-Konstante"
365 #: expr.c:218
366 msgid "use of C99 hexadecimal floating constant"
367 msgstr "Verwendung von C99 hexadezimaler Gleitkommakonstante"
369 #: expr.c:227
370 msgid "exponent has no digits"
371 msgstr "Exponent hat keine Ziffern"
373 #: expr.c:234
374 msgid "hexadecimal floating constants require an exponent"
375 msgstr "hexadezimale Gleitkommakonstanten benötigen Exponenten"
377 #: expr.c:240
378 #, c-format
379 msgid "invalid suffix \"%.*s\" on floating constant"
380 msgstr "ungültiger Suffix »%.*s« an Gleitkommakonstante"
382 #: expr.c:250 expr.c:275
383 #, c-format
384 msgid "traditional C rejects the \"%.*s\" suffix"
385 msgstr "traditionelles C lehnt den Suffix »%.*s« ab"
387 #: expr.c:261
388 #, c-format
389 msgid "invalid suffix \"%.*s\" on integer constant"
390 msgstr "ungültiger Suffix »%.*s« an Ganzzahlkonstante"
392 #: expr.c:283
393 msgid "use of C99 long long integer constant"
394 msgstr "C99 long long Ganzzahlkonstante verwendet"
396 #: expr.c:290
397 msgid "imaginary constants are a GCC extension"
398 msgstr "imaginäre Konstanten sind eine GCC-Erweiterung"
400 #: expr.c:376
401 msgid "integer constant is too large for its type"
402 msgstr "Ganzzahlkonstante ist zu groß für ihren Typ"
404 #: expr.c:388
405 msgid "integer constant is so large that it is unsigned"
406 msgstr "Ganzzahlkonstante ist so groß, dass sie vorzeichenlos ist"
408 #: expr.c:470
409 msgid "missing ')' after \"defined\""
410 msgstr "fehlendes ')' hinter »defined«"
412 #: expr.c:477
413 msgid "operator \"defined\" requires an identifier"
414 msgstr "Operator »defined« erfordert einen Bezeichner"
416 #: expr.c:485
417 #, c-format
418 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
419 msgstr "(»%s« ist ein alternatives Token for »%s« in C++)"
421 #: expr.c:495
422 msgid "this use of \"defined\" may not be portable"
423 msgstr "diese Verwendung von »defined« könnte nicht portierbar sein"
425 #: expr.c:534
426 msgid "floating constant in preprocessor expression"
427 msgstr "Gleitkommakonstante in Präprozessorausdruck"
429 #: expr.c:540
430 msgid "imaginary number in preprocessor expression"
431 msgstr "imaginäre Zahl in Präprozessorausdruck"
433 #: expr.c:585
434 #, c-format
435 msgid "\"%s\" is not defined"
436 msgstr "»%s« ist nicht definiert"
438 #: expr.c:716 expr.c:745
439 #, c-format
440 msgid "missing binary operator before token \"%s\""
441 msgstr "fehlender binärer Operator vor Token »%s«"
443 #: expr.c:736
444 #, c-format
445 msgid "token \"%s\" is not valid in preprocessor expressions"
446 msgstr "Token »%s« ist nicht gültig in Präprozessorausdrücken"
448 #: expr.c:753
449 #, fuzzy
450 msgid "missing expression between '(' and ')'"
451 msgstr "ungültiger Ausdruck zwischen '(' und ')'"
453 #: expr.c:756
454 msgid "#if with no expression"
455 msgstr "#if ohne Ausdruck"
457 #: expr.c:759
458 #, c-format
459 msgid "operator '%s' has no right operand"
460 msgstr "Operator »%s« hat keinen rechten Operanden"
462 #: expr.c:764
463 #, fuzzy, c-format
464 msgid "operator '%s' has no left operand"
465 msgstr "Operator »%s« hat keinen rechten Operanden"
467 #: expr.c:790
468 msgid " ':' without preceding '?'"
469 msgstr " ':' ohne vorangehendes '?'"
471 #: expr.c:817
472 msgid "unbalanced stack in #if"
473 msgstr "unausgeglichener Keller in #if"
475 #: expr.c:836
476 #, c-format
477 msgid "impossible operator '%u'"
478 msgstr "unmöglicher Operator '%u'"
480 #: expr.c:928
481 msgid "missing ')' in expression"
482 msgstr "fehlendes ')' in Ausdruck"
484 #: expr.c:949
485 msgid "'?' without following ':'"
486 msgstr "'?' ohne folgendes ':'"
488 #: expr.c:959
489 msgid "integer overflow in preprocessor expression"
490 msgstr "Ganzzahlüberlauf in Präprozessorausdruck"
492 #: expr.c:964
493 msgid "missing '(' in expression"
494 msgstr "fehlendes '(' in Ausdruck"
496 #: expr.c:996
497 #, c-format
498 msgid "the left operand of \"%s\" changes sign when promoted"
499 msgstr "der linke Operand von »%s« ändert bei der Weitergabe das Vorzeichen"
501 #: expr.c:1001
502 #, c-format
503 msgid "the right operand of \"%s\" changes sign when promoted"
504 msgstr "der rechte Operand von »%s« ändert bei der Weitergabe das Vorzeichen"
506 #: expr.c:1260
507 msgid "traditional C rejects the unary plus operator"
508 msgstr "traditionelles C weist den unären Plus-Operator zurück"
510 #: expr.c:1359
511 msgid "comma operator in operand of #if"
512 msgstr "Kommaoperator in Operand von #if"
514 #: expr.c:1491
515 msgid "division by zero in #if"
516 msgstr "Division durch null in #if"
518 #: files.c:401
519 msgid "NULL directory in find_file"
520 msgstr "NULL-Verzeichnis in find_file"
522 #: files.c:446
523 msgid "one or more PCH files were found, but they were invalid"
524 msgstr "ein oder mehrere PCH-Dateien wurden gefunden, aber sie sind ungültig"
526 #: files.c:449
527 msgid "use -Winvalid-pch for more information"
528 msgstr "verwenden Sie -Winvalid-pch für mehr Informationen"
530 #: files.c:514
531 #, c-format
532 msgid "%s is a block device"
533 msgstr "%s ist ein Block-Gerät"
535 #: files.c:531
536 #, c-format
537 msgid "%s is too large"
538 msgstr "%s ist zu groß"
540 #: files.c:566
541 #, c-format
542 msgid "%s is shorter than expected"
543 msgstr "%s ist kürzer als erwartet"
545 #: files.c:769
546 #, c-format
547 msgid "no include path in which to search for %s"
548 msgstr "kein Include-Pfad, um %s zu finden"
550 #: files.c:1052
551 msgid "Multiple include guards may be useful for:\n"
552 msgstr "Mehrere Include-Wächter könnten nützlich sein für:\n"
554 #: init.c:393
555 msgid "cppchar_t must be an unsigned type"
556 msgstr "cppchar_t muss ein vorzeichenloser Typ sein"
558 #: init.c:397
559 #, c-format
560 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
561 msgstr "Präprozessorarithmetik hat maximale Präzision von %lu Bits; Ziel erfordert %lu Bits"
563 #: init.c:404
564 msgid "CPP arithmetic must be at least as precise as a target int"
565 msgstr "CPP-Arithmetik muss mindestens so genau sein wie das Ziel int"
567 #: init.c:407
568 msgid "target char is less than 8 bits wide"
569 msgstr "Ziel-char ist weniger als 8 Bits breit"
571 #: init.c:411
572 msgid "target wchar_t is narrower than target char"
573 msgstr "Ziel-wchar_t ist schmaler als Ziel char"
575 #: init.c:415
576 msgid "target int is narrower than target char"
577 msgstr "Ziel-int ist schmaler als Ziel-char"
579 #: init.c:420
580 msgid "CPP half-integer narrower than CPP character"
581 msgstr "CPP Halb-Ganzzahl ist schmaler als CPP-Zeichen"
583 #: init.c:424
584 #, c-format
585 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
586 msgstr "CPP kann auf diesem Computer keine Wide-Zeichenkonstanten über %lu Bits Breite behandeln, das Ziel benötigt %lu Bits"
588 #: lex.c:274
589 msgid "backslash and newline separated by space"
590 msgstr "Backslash und Newline durch Leerzeichen getrennt"
592 #: lex.c:279
593 msgid "backslash-newline at end of file"
594 msgstr "Backslash-Newline am Dateiende"
596 #: lex.c:294
597 #, c-format
598 msgid "trigraph ??%c converted to %c"
599 msgstr "Trigraph ??%c in %c konvertiert"
601 #: lex.c:301
602 #, fuzzy, c-format
603 msgid "trigraph ??%c ignored, use -trigraphs to enable"
604 msgstr "Trigraph ??%c ignoriert"
606 #: lex.c:347
607 msgid "\"/*\" within comment"
608 msgstr "»/*« innerhalb des Kommentars"
610 #: lex.c:405
611 #, c-format
612 msgid "%s in preprocessing directive"
613 msgstr "%s in Präprozessordirektive"
615 #: lex.c:414
616 msgid "null character(s) ignored"
617 msgstr "Null-Zeichen ignoriert"
619 #: lex.c:449
620 msgid "'$' in identifier or number"
621 msgstr "'$' in Bezeichner oder Zahl"
623 #: lex.c:510
624 #, c-format
625 msgid "attempt to use poisoned \"%s\""
626 msgstr "Versuch, schlechtes »%s« zu verwenden"
628 #: lex.c:518
629 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
630 msgstr "__VA_ARGS__ kann nur in Erweiterung eines variadischen C99-Makros auftreten"
632 #: lex.c:614
633 msgid "null character(s) preserved in literal"
634 msgstr "Null-Zeichen im Literal erhalten"
636 #: lex.c:805
637 msgid "no newline at end of file"
638 msgstr "Kein Newline am Dateiende"
640 #: lex.c:948 traditional.c:162
641 msgid "unterminated comment"
642 msgstr "nicht beendeter Kommentar"
644 #: lex.c:959
645 msgid "C++ style comments are not allowed in ISO C90"
646 msgstr "C++-Stil-Kommentare sind in ISO-C90 nicht erlaubt"
648 #: lex.c:961
649 msgid "(this will be reported only once per input file)"
650 msgstr "(dies wird nur einmal pro Eingabedatei gemeldet)"
652 #: lex.c:966
653 msgid "multi-line comment"
654 msgstr "mehrzeiliger Kommentar"
656 #: lex.c:1230
657 #, c-format
658 msgid "unspellable token %s"
659 msgstr "nicht buchstabierbares Token %s"
661 #: line-map.c:309
662 #, c-format
663 msgid "In file included from %s:%u"
664 msgstr "In Datei, eingefügt von %s:%u"
666 #: line-map.c:327
667 #, c-format
668 msgid ""
669 ",\n"
670 "                 from %s:%u"
671 msgstr ""
672 ",\n"
673 "                    von %s:%u"
675 #: macro.c:85
676 #, c-format
677 msgid "macro \"%s\" is not used"
678 msgstr "Makro »%s« wird nicht benutzt"
680 #: macro.c:124 macro.c:287
681 #, c-format
682 msgid "invalid built-in macro \"%s\""
683 msgstr "ungültiges eingebautes Makro »%s«"
685 #: macro.c:221
686 msgid "could not determine date and time"
687 msgstr "Datum und Zeit konnten nicht bestimmt werden"
689 #: macro.c:400
690 msgid "invalid string literal, ignoring final '\\'"
691 msgstr "ungültiges Zeichenkettenliteral, ignoriere abschließendes '\\'"
693 #: macro.c:483
694 #, c-format
695 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
696 msgstr "das Einfügen von »%s« und »%s« ergibt kein gültiges Präprozessor-Token"
698 #: macro.c:521
699 msgid "ISO C99 requires rest arguments to be used"
700 msgstr "ISO-C99 erfordert, dass Restargumente verwendet werden"
702 #: macro.c:526
703 #, c-format
704 msgid "macro \"%s\" requires %u arguments, but only %u given"
705 msgstr "Makro »%s« erfordert %u Argumente, aber nur %u wurden angegeben"
707 #: macro.c:531
708 #, c-format
709 msgid "macro \"%s\" passed %u arguments, but takes just %u"
710 msgstr "dem Makro »%s« wurden %u Argumente übergeben, aber es nimmt nur %u"
712 #: macro.c:642 traditional.c:675
713 #, c-format
714 msgid "unterminated argument list invoking macro \"%s\""
715 msgstr "unvollendete Argumentliste beim Makroaufruf »%s«"
717 #: macro.c:745
718 #, c-format
719 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
720 msgstr "funktionsähnliches Makro »%s« muss mit Argumenten in traditionellem C verwendet werden"
722 #: macro.c:1258
723 #, c-format
724 msgid "duplicate macro parameter \"%s\""
725 msgstr "doppelter Makroparameter »%s«"
727 #: macro.c:1303
728 #, c-format
729 msgid "\"%s\" may not appear in macro parameter list"
730 msgstr "»%s« darf nicht in Makroparameterliste auftreten"
732 #: macro.c:1311
733 msgid "macro parameters must be comma-separated"
734 msgstr "Makroparameter müssen mit Komma getrennt sein"
736 #: macro.c:1328
737 msgid "parameter name missing"
738 msgstr "Parametername fehlt"
740 #: macro.c:1345
741 msgid "anonymous variadic macros were introduced in C99"
742 msgstr "anonyme variadische Makros wurden in C99 eingeführt"
744 #: macro.c:1350
745 msgid "ISO C does not permit named variadic macros"
746 msgstr "ISO-C erlaubt keine benannten variadischen Makros"
748 #: macro.c:1359
749 msgid "missing ')' in macro parameter list"
750 msgstr "fehlendes ')' in Makroparameterliste"
752 #: macro.c:1430
753 msgid "ISO C requires whitespace after the macro name"
754 msgstr "ISO-C erfordert Whitespace hinter Makroname"
756 #: macro.c:1458
757 msgid "'#' is not followed by a macro parameter"
758 msgstr "'#' wird nicht von einem Makroparameter gefolgt"
760 #: macro.c:1477
761 msgid "'##' cannot appear at either end of a macro expansion"
762 msgstr "'##' kann nicht an den Enden einer Makroexpansion auftreten"
764 #: macro.c:1573
765 #, c-format
766 msgid "\"%s\" redefined"
767 msgstr "»%s« redefiniert"
769 #: macro.c:1578
770 msgid "this is the location of the previous definition"
771 msgstr "dies ist die Stelle der vorherigen Definition"
773 #: macro.c:1628
774 #, c-format
775 msgid "macro argument \"%s\" would be stringified in traditional C"
776 msgstr "Makroargument »%s« würde in traditionellem C zum String gewandelt werden"
778 #: macro.c:1651
779 #, c-format
780 msgid "invalid hash type %d in cpp_macro_definition"
781 msgstr "ungültiger Hash-Typ %d in cpp_macro_definition"
783 #: pch.c:83 pch.c:331 pch.c:353 pch.c:359
784 msgid "while writing precompiled header"
785 msgstr "beim Schreiben des vorkompilierten Headers"
787 #: pch.c:466
788 #, c-format
789 msgid "%s: not used because `%.*s' not defined"
790 msgstr "%s: nicht verwendet, da »%.*s« nicht definiert"
792 #: pch.c:478
793 #, c-format
794 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
795 msgstr "%s: nicht verwendet, da »%.*s« als »%s« statt als »%.*s« definiert wurde"
797 #: pch.c:519
798 #, c-format
799 msgid "%s: not used because `%s' is defined"
800 msgstr "%s: nicht verwendet, da »%s« definiert ist"
802 #: pch.c:532 pch.c:695
803 msgid "while reading precompiled header"
804 msgstr "beim Lesen des vorkompilierten Headers"
806 #: traditional.c:745
807 #, c-format
808 msgid "detected recursion whilst expanding macro \"%s\""
809 msgstr "Rekursion bei Expansion des Makros »%s« entdeckt"
811 #: traditional.c:912
812 msgid "syntax error in macro parameter list"
813 msgstr "Syntaxfehler in Makroparameterliste"
815 #~ msgid "`%s' attribute directive ignored"
816 #~ msgstr "Attribut-Anweisung »%s« wird ignoriert"
818 #~ msgid "wrong number of arguments specified for `%s' attribute"
819 #~ msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
821 #~ msgid "`%s' attribute does not apply to types"
822 #~ msgstr "Attribut »%s« kann nicht auf Typen angewandt werden"
824 #~ msgid "`%s' attribute only applies to function types"
825 #~ msgstr "Attribut »%s« kann nur auf Funktionstypen angewandt werden"
827 #~ msgid "`%s' attribute ignored"
828 #~ msgstr "Attribut »%s« wird ignoriert"
830 #~ msgid "offset outside bounds of constant string"
831 #~ msgstr "Adressabstand ist außerhalb der Grenzen der konstanten Zeichenkette"
833 #~ msgid "second arg to `__builtin_prefetch' must be a constant"
834 #~ msgstr "zweites Argument für »__builtin_prefetch« muss eine Konstante sein"
836 #~ msgid "invalid second arg to __builtin_prefetch; using zero"
837 #~ msgstr "ungültiges zweites Argument für »__builtin_prefetch«; es wird Null verwendet"
839 #~ msgid "third arg to `__builtin_prefetch' must be a constant"
840 #~ msgstr "drittes Argument für »__builtin_prefetch« muss eine Konstante sein"
842 #~ msgid "invalid third arg to __builtin_prefetch; using zero"
843 #~ msgstr "ungültiges drittes Argument für »__builtin_prefetch«; es wird Null verwendet"
845 #~ msgid "argument of `__builtin_args_info' must be constant"
846 #~ msgstr "Argument von »__builtin_args_info« muss konstant sein"
848 #~ msgid "argument of `__builtin_args_info' out of range"
849 #~ msgstr "Argument von »__builtin_args_info« außerhalb des Wertebereichs"
851 #~ msgid "missing argument in `__builtin_args_info'"
852 #~ msgstr "fehlendes Argument in »__builtin_args_info«"
854 #~ msgid "`va_start' used in function with fixed args"
855 #~ msgstr "»va_start« in Funktion mit fester Parameterzahl verwendet"
857 #~ msgid "second parameter of `va_start' not last named argument"
858 #~ msgstr "zweiter Parameter von »va_start« ist nicht letztgenanntes Argument"
860 #~ msgid "`__builtin_next_arg' called without an argument"
861 #~ msgstr "»__builtin_next_arg« ohne Argument gerufen"
863 #~ msgid "too many arguments to function `va_start'"
864 #~ msgstr "zu viele Argumente für »va_start«"
866 #~ msgid "first argument to `va_arg' not of type `va_list'"
867 #~ msgstr "erstes Argument für »va_arg« nicht vom Typ »va_list«"
869 #~ msgid "`%s' is promoted to `%s' when passed through `...'"
870 #~ msgstr "»%s« auf »%s« gesetzt beim Durchlaufen von »...«"
872 #~ msgid "(so you should pass `%s' not `%s' to `va_arg')"
873 #~ msgstr "(Sie sollten also »%s« statt »%s« an »va_arg« übergeben)"
875 #~ msgid "invalid arg to `__builtin_frame_address'"
876 #~ msgstr "ungültiges Argument für »__builtin_frame_address«"
878 #~ msgid "invalid arg to `__builtin_return_address'"
879 #~ msgstr "ungültiges Argument für »__builtin_return_address«"
881 #~ msgid "unsupported arg to `__builtin_frame_address'"
882 #~ msgstr "nicht unterstütztes Argument für »__builtin_frame_address«"
884 #~ msgid "unsupported arg to `__builtin_return_address'"
885 #~ msgstr "nicht unterstütztes Argument für »__builtin_return_address«"
887 #~ msgid "second arg to `__builtin_expect' must be a constant"
888 #~ msgstr "zweites Argument für »__builtin_expect« muss eine Konstante sein"
890 #~ msgid "__builtin_longjmp second argument must be 1"
891 #~ msgstr "zweites Argument für __builtin_longjmp muss 1 sein"
893 #~ msgid "built-in function `%s' not currently supported"
894 #~ msgstr "eingebaute Funktion »%s« gegenwärtig nicht unterstützt"
896 #~ msgid "target format does not support infinity"
897 #~ msgstr "Zielformat unterstützt nicht »unendlich«"
899 #~ msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
900 #~ msgstr "%Hes wird empfohlen, explizite geschweifte Klammern zu setzen, um mehrdeutiges »else« zu vermeiden"
902 #~ msgid "%J'%D' is not defined outside of function scope"
903 #~ msgstr "%J»%D« ist außerhalb des Funktionsgültigkeitsbereiches nicht definiert"
905 #~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
906 #~ msgstr "Zeichenkettenlänge »%d« ist größer als die Länge »%d«, die von ISO-C%d-Compilern unterstützt werden muss"
908 #~ msgid "overflow in constant expression"
909 #~ msgstr "Überlauf in Konstanten-Ausdruck"
911 #~ msgid "integer overflow in expression"
912 #~ msgstr "Ganzzahlüberlauf in Ausdruck"
914 #~ msgid "floating point overflow in expression"
915 #~ msgstr "Gleitkommaüberlauf in Ausdruck"
917 #~ msgid "vector overflow in expression"
918 #~ msgstr "Vektorüberlauf in Ausdruck"
920 #~ msgid "large integer implicitly truncated to unsigned type"
921 #~ msgstr "große Ganzzahl implizit auf vorzeichenlosen Typen abgeschnitten"
923 #~ msgid "negative integer implicitly converted to unsigned type"
924 #~ msgstr "negative Ganzzahl implizit in vorzeichenlosen Typen konvertiert"
926 #~ msgid "overflow in implicit constant conversion"
927 #~ msgstr "Überlauf in impliziter Konstantenkonvertierung"
929 #~ msgid "operation on `%s' may be undefined"
930 #~ msgstr "Operation auf »%s« könnte undefiniert sein"
932 #~ msgid "expression statement has incomplete type"
933 #~ msgstr "Ausdrucksanweisung hat unvollständigen Typ"
935 #~ msgid "case label does not reduce to an integer constant"
936 #~ msgstr "case-Marke reduziert nicht auf Ganzzahlkonstante"
938 #~ msgid "invalid truth-value expression"
939 #~ msgstr "ungültiger Wahrheitswert-Ausdruck"
941 #~ msgid "invalid operands to binary %s"
942 #~ msgstr "ungültige Operanden für binäres %s"
944 #~ msgid "comparison is always false due to limited range of data type"
945 #~ msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »unwahr«"
947 #~ msgid "comparison is always true due to limited range of data type"
948 #~ msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »wahr«"
950 #~ msgid "comparison of unsigned expression >= 0 is always true"
951 #~ msgstr "Vergleich eines vorzeichenlosen Ausdrucks >= 0 ist stets »wahr«"
953 #~ msgid "comparison of unsigned expression < 0 is always false"
954 #~ msgstr "Vergleich eines vorzeichenlosen Ausdrucks < 0 ist stets »unwahr«"
956 #~ msgid "pointer of type `void *' used in arithmetic"
957 #~ msgstr "Zeiger auf Typen »void *« in Arithmetik verwendet"
959 #~ msgid "pointer to a function used in arithmetic"
960 #~ msgstr "Zeiger auf Funktion in Arithmetik verwendet"
962 #~ msgid "pointer to member function used in arithmetic"
963 #~ msgstr "Zeiger auf Elementfunktion in Arithmetik verwendet"
965 #~ msgid "pointer to a member used in arithmetic"
966 #~ msgstr "Zeiger auf Element in Arithmetik verwendet"
968 #~ msgid "struct type value used where scalar is required"
969 #~ msgstr "Wert eines struct-Typs anstelle des geforderten Skalars verwendet"
971 #~ msgid "union type value used where scalar is required"
972 #~ msgstr "Wert eines union-Typs anstelle des geforderten Skalars verwendet"
974 #~ msgid "array type value used where scalar is required"
975 #~ msgstr "Wert eines array-Typs anstelle des geforderten Skalars verwendet"
977 #~ msgid "the address of `%D', will always evaluate as `true'"
978 #~ msgstr "die Adresse von »%D« wird immer zu »true« auswerten"
980 #~ msgid "suggest parentheses around assignment used as truth value"
981 #~ msgstr "um Zuweisung, die als Wahrheitswert verwendet wird, werden Klammern vorgeschlagen"
983 #~ msgid "invalid use of `restrict'"
984 #~ msgstr "ungültige Verwendung von »restrict«"
986 #~ msgid "invalid application of `sizeof' to a function type"
987 #~ msgstr "ungültige Anwendung von »sizeof« auf einen Funktionstypen"
989 #~ msgid "invalid application of `%s' to a void type"
990 #~ msgstr "ungültige Anwendung von »%s« auf einen void-Typen"
992 #~ msgid "invalid application of `%s' to an incomplete type"
993 #~ msgstr "ungültige Anwendung von »%s« auf einen unvollständigen Typen"
995 #~ msgid "`__alignof' applied to a bit-field"
996 #~ msgstr "»__alignof« auf Bitfeld angewandt"
998 #~ msgid "cannot disable built-in function `%s'"
999 #~ msgstr "kann eingebaute Funktion »%s« nicht abschalten"
1001 #~ msgid "too few arguments to function `%s'"
1002 #~ msgstr "zu wenig Argumente für Funktion »%s«"
1004 #~ msgid "too many arguments to function `%s'"
1005 #~ msgstr "zu viele Argumente für Funktion »%s«"
1007 #~ msgid "non-floating-point argument to function `%s'"
1008 #~ msgstr "nicht-Gleitkomma-Argument für Funktion »%s«"
1010 #~ msgid "pointers are not permitted as case values"
1011 #~ msgstr "Zeiger sind nicht als case-Werte zugelassen"
1013 #~ msgid "range expressions in switch statements are non-standard"
1014 #~ msgstr "Wertebereichsausdrücke in switch-Anweisungen sind nicht standardkonform"
1016 #~ msgid "empty range specified"
1017 #~ msgstr "leerer Wertebereich angegeben"
1019 #~ msgid "duplicate (or overlapping) case value"
1020 #~ msgstr "doppelte (oder sich überschneidende) case-Werte"
1022 #~ msgid "%Jthis is the first entry overlapping that value"
1023 #~ msgstr "%Jdies ist der erste Eintrag, der diesen Wert überschneidet"
1025 #~ msgid "duplicate case value"
1026 #~ msgstr "doppelter case-Wert"
1028 #~ msgid "%Jpreviously used here"
1029 #~ msgstr "%Jbereits hier verwendet"
1031 #~ msgid "multiple default labels in one switch"
1032 #~ msgstr "mehrere Standardmarken in einem »switch«"
1034 #~ msgid "%Jthis is the first default label"
1035 #~ msgstr "%Jdies ist die erste Standardmarke"
1037 #~ msgid "taking the address of a label is non-standard"
1038 #~ msgstr "das Ermitteln der Adresse einer Marke ist nicht standardkonform"
1040 #~ msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"
1041 #~ msgstr "%Hder Rückgabewert von »%D« mit dem Attribut warn_unused_result wird ignoriert"
1043 #~ msgid "%Hignoring return value of function declared with attribute warn_unused_result"
1044 #~ msgstr "%Hder Rückgabewert der Funktion, die mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert"
1046 #~ msgid "declaration of \"%s\" shadows a parameter"
1047 #~ msgstr "Deklaration von »%s« überdeckt einen Parameter"
1049 #~ msgid "declaration of \"%s\" shadows a previous local"
1050 #~ msgstr "Deklaration von »%s« überdeckt einen vorhergehenden lokalen Bezeichner"
1052 #~ msgid "declaration of \"%s\" shadows a global declaration"
1053 #~ msgstr "Deklaration von »%s« überdeckt eine globale Deklaration"
1055 #~ msgid "%Jshadowed declaration is here"
1056 #~ msgstr "%Jverdeckte Deklaration ist hier"
1058 #~ msgid "unknown machine mode `%s'"
1059 #~ msgstr "unbekannter Maschinenzustand »%s«"
1061 #~ msgid "no data type for mode `%s'"
1062 #~ msgstr "kein Datentyp für Zustand »%s«"
1064 #~ msgid "invalid pointer mode `%s'"
1065 #~ msgstr "ungültiger Zeigermodus »%s«"
1067 #~ msgid "unable to emulate '%s'"
1068 #~ msgstr "»%s« kann nicht emuliert werden"
1070 #~ msgid "%Jsection attribute cannot be specified for local variables"
1071 #~ msgstr "%JAbschnitts-Attribut kann nicht für lokale Variablen angegeben werden"
1073 #~ msgid "%Jsection of '%D' conflicts with previous declaration"
1074 #~ msgstr "%JAbschnitt von »%D« in Konflikt mit vorheriger Deklaration"
1076 #~ msgid "%Jsection attribute not allowed for '%D'"
1077 #~ msgstr "%JAbschnitts-Attribute nicht erlaubt für »%D«"
1079 #~ msgid "%Jsection attributes are not supported for this target"
1080 #~ msgstr "%JAbschnitts-Attribute werden für dieses Ziel nicht unterstützt"
1082 #~ msgid "requested alignment is not a constant"
1083 #~ msgstr "verlangte Ausrichtung ist keine Konstante"
1085 #~ msgid "requested alignment is not a power of 2"
1086 #~ msgstr "verlangte Ausrichtung ist keine Zweierpotenz"
1088 #~ msgid "requested alignment is too large"
1089 #~ msgstr "verlangte Ausrichtung ist zu groß"
1091 #~ msgid "%Jalignment may not be specified for '%D'"
1092 #~ msgstr "%Jfür »%D« darf keine Ausrichtung angegeben werden"
1094 #~ msgid "%J'%D' defined both normally and as an alias"
1095 #~ msgstr "%J»%D« sowohl normal als auch als Alias definiert"
1097 #~ msgid "alias arg not a string"
1098 #~ msgstr "Alias-Argument ist keine Zeichenkette"
1100 #~ msgid "visibility arg not a string"
1101 #~ msgstr "Sichtbarkeitsargument ist keine Zeichenkette"
1103 #~ msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
1104 #~ msgstr "Sichtbarkeitsargument muss »default«, »hidden«, »protected« oder »internal« sein"
1106 #~ msgid "tls_model arg not a string"
1107 #~ msgstr "Argument für tls_model ist keine Zeichenkette"
1109 #~ msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
1110 #~ msgstr "Argument für tls_model muss »local-exec«, »initial-exec«, »local-dynamic« oder »global-dynamic« sein"
1112 #~ msgid "%J'%E' attribute applies only to functions"
1113 #~ msgstr "%JAttribut »%E« kann nur auf Funktionen angewandt werden"
1115 #~ msgid "%Jcan't set '%E' attribute after definition"
1116 #~ msgstr "%Jkann Attribut »%E« nicht nach der Definition setzen"
1118 #~ msgid "`%s' attribute ignored for `%s'"
1119 #~ msgstr "Attribut »%s« ignoriert für »%s«"
1121 #~ msgid "invalid vector type for attribute `%s'"
1122 #~ msgstr "ungültiger Vektortyp für Attribut »%s«"
1124 #~ msgid "no vector mode with the size and type specified could be found"
1125 #~ msgstr "Vektorzustand mit der angegebenen Größe und dem angegebenen Typ konnte nicht gefunden werden"
1127 #~ msgid "nonnull attribute without arguments on a non-prototype"
1128 #~ msgstr "Nicht-Null-Attribut ohne Argumente für einen Nicht-Prototyp"
1130 #~ msgid "nonnull argument has invalid operand number (arg %lu)"
1131 #~ msgstr "Nicht-Null-Argument hat ungültige Operandenzahl (Argument %lu)"
1133 #~ msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
1134 #~ msgstr "Nicht-Null-Argument mit Operandenzahl außerhalb des Wertebereiches (Argument %lu, Operand %lu)"
1136 #~ msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
1137 #~ msgstr "Nicht-Null-Argument referenziert Nicht-Zeiger-Operanden (Argument %lu, Operand %lu)"
1139 #~ msgid "null argument where non-null required (arg %lu)"
1140 #~ msgstr "Null-Argument, wo Nicht-Null erwartet (Argument %lu)"
1142 #~ msgid "cleanup arg not an identifier"
1143 #~ msgstr "Argument für cleanup ist kein Bezeichner"
1145 #~ msgid "cleanup arg not a function"
1146 #~ msgstr "Argument für cleanup ist keine Funktion"
1148 #~ msgid "%s at end of input"
1149 #~ msgstr "%s am Ende der Eingabe"
1151 #~ msgid "%s before %s'%c'"
1152 #~ msgstr "%s vor %s'%c'"
1154 #~ msgid "%s before %s'\\x%x'"
1155 #~ msgstr "%s vor %s'\\x%x'"
1157 #~ msgid "%s before string constant"
1158 #~ msgstr "%s vor Zeichenkettenkonstante"
1160 #~ msgid "%s before numeric constant"
1161 #~ msgstr "%s vor numerischer Konstante"
1163 #~ msgid "%s before \"%s\""
1164 #~ msgstr "%s vor \"%s\""
1166 #~ msgid "%s before '%s' token"
1167 #~ msgstr "%s vor »%s«"
1169 #~ msgid "%s"
1170 #~ msgstr "%s"
1172 #~ msgid "void value not ignored as it ought to be"
1173 #~ msgstr "void-Wert nicht ignoriert wie es sein sollte"
1175 #~ msgid "conversion to non-scalar type requested"
1176 #~ msgstr "Konvertierung zu Nicht-Skalar-Typ verlangt"
1178 #~ msgid "%Jarray '%D' assumed to have one element"
1179 #~ msgstr "%JFeld »%D« als einelementig betrachtet"
1181 #~ msgid "%Jlabel `%D' used but not defined"
1182 #~ msgstr "%JMarke »%D« verwendet, aber nicht definiert"
1184 #~ msgid "%Jlabel `%D' defined but not used"
1185 #~ msgstr "%JMarke »%D« definiert aber nicht verwendet"
1187 #~ msgid "%Jlabel `%D' declared but not defined"
1188 #~ msgstr "%JMarke »%D« deklariert, aber nicht definiert"
1190 #~ msgid "%Junused variable `%D'"
1191 #~ msgstr "%JVariable »%D« wird nicht verwendet"
1193 #~ msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
1194 #~ msgstr "eine Parameterliste mit Auslassung passt nicht zu einer leeren Parameternamenslistendeklaration"
1196 #~ msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
1197 #~ msgstr "ein Argumenttyp mit Standard-Promotion passt nicht zu leerer Parameternamenslistendeklaration"
1199 #~ msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"
1200 #~ msgstr "%JPrototyp für »%D« deklariert mehr Argumente als vorherige Definition im alten Stil"
1202 #~ msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"
1203 #~ msgstr "%JPrototyp für »%D« deklariert weniger Argumente als vorherige Definition im alten Stil"
1205 #~ msgid "%Jprototype for '%D' declares arg %d with incompatible type"
1206 #~ msgstr "%JPrototyp für »%D« deklariert Argument %d mit inkompatiblem Typen"
1208 #~ msgid "%Jprototype for '%D' follows non-prototype definition"
1209 #~ msgstr "%JPrototyp für »%D« folgt einer Nicht-Prototyp-Definition"
1211 #~ msgid "%Jprevious definition of '%D' was here"
1212 #~ msgstr "%Jvorherige Definition von »%D« war hier"
1214 #~ msgid "%Jprevious implicit declaration of '%D' was here"
1215 #~ msgstr "%Jvorherige implizite Deklaration von »%D« war hier"
1217 #~ msgid "%Jprevious declaration of '%D' was here"
1218 #~ msgstr "%Jvorherige Deklaration von »%D« war hier"
1220 #~ msgid "%J'%D' redeclared as different kind of symbol"
1221 #~ msgstr "%J»%D« redeklariert als andere Symbolart"
1223 #~ msgid "%Jbuilt-in function '%D' declared as non-function"
1224 #~ msgstr "%Jeingebaute Funktion »%D« als Nicht-Funktion deklariert"
1226 #~ msgid "%Jshadowing built-in function '%D'"
1227 #~ msgstr "%Jeingebaute Funktion »%D« überdeckt"
1229 #~ msgid "%Jconflicting types for built-in function '%D'"
1230 #~ msgstr "%Jin Konflikt stehende Typen für eingebaute Funktion »%D«"
1232 #~ msgid "%Jconflicting types for '%D'"
1233 #~ msgstr "%Jin Konflikt stehende Typen für »%D«"
1235 #~ msgid "%Jredefinition of typedef '%D'"
1236 #~ msgstr "%JRedefinition des typedef »%D«"
1238 #~ msgid "%Jredefinition of '%D'"
1239 #~ msgstr "%JRedefinition von »%D«"
1241 #~ msgid "%Jstatic declaration of '%D' follows non-static declaration"
1242 #~ msgstr "%Jstatische Deklaration von »%D« folgt Nicht-statischer Deklaration"
1244 #~ msgid "%Jnon-static declaration of '%D' follows static declaration"
1245 #~ msgstr "%JNicht-statische-Deklaration von »%D« folgt statischer Deklaration"
1247 #~ msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
1248 #~ msgstr "%JThread-lokale Deklaration von »%D« folgt nicht-Thread-lokaler Deklaration"
1250 #~ msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
1251 #~ msgstr "%JNicht-Thread-lokale Deklaration von »%D« folgt Thread-lokaler Deklaration"
1253 #~ msgid "%Jextern declaration of '%D' follows declaration with no linkage"
1254 #~ msgstr "%Jextern-Deklaration von »%D« folgt Deklaration ohne Bindung"
1256 #~ msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
1257 #~ msgstr "%JDeklaration von »%D« ohne Bindung folgt einer externen Deklaration"
1259 #~ msgid "%Jredeclaration of '%D' with no linkage"
1260 #~ msgstr "%JRedeklarationen von »%D« ohne Bindung"
1262 #~ msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
1263 #~ msgstr "%JRedeklaration von »%D« mit anderer Sichtbarkeit (alte Sichtbarkeit beibehalten)"
1265 #~ msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"
1266 #~ msgstr "%Jinline-Deklaration von »%D« folgt Deklaration mit Attribut noinline"
1268 #~ msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
1269 #~ msgstr "%JDeklaration von »%D« mit Attribut noinline folgt inline-Deklaration "
1271 #~ msgid "%J'%D' declared inline after being called"
1272 #~ msgstr "%J»%D« als inline deklariert nachdem es aufgerufen wurde"
1274 #~ msgid "%J'%D' declared inline after its definition"
1275 #~ msgstr "%J»%D« nach der Definition als inline deklariert"
1277 #~ msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
1278 #~ msgstr "%J»volatile«-Deklaration von »%D« folgt nicht-»volatile«-Deklaration"
1280 #~ msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
1281 #~ msgstr "%JNicht-»volatile«-Deklaration von »%D« folgt »volatile«-Deklaration"
1283 #~ msgid "%Jconst declaration of '%D' follows non-const declaration"
1284 #~ msgstr "%Jconst-Deklaration für »%D« folgt Nicht-const Deklaration"
1286 #~ msgid "%Jnon-const declaration of '%D' follows const declaration"
1287 #~ msgstr "%JNicht-const-Deklaration von »%D« folgt const-Deklaration"
1289 #~ msgid "%Jredundant redeclaration of '%D'"
1290 #~ msgstr "%Jredundante Redeklaration von »%D«"
1292 #~ msgid "nested extern declaration of `%s'"
1293 #~ msgstr "geschachtelte extern-Deklaration von »%s«"
1295 #~ msgid "%Jprevious declaration of '%D'"
1296 #~ msgstr "%Jvorherige Deklaration von »%D«"
1298 #~ msgid "implicit declaration of function `%s'"
1299 #~ msgstr "implizite Deklaration der Funktion »%s«"
1301 #~ msgid "`%s' undeclared here (not in a function)"
1302 #~ msgstr "»%s« ist hier nicht deklariert (nicht in einer Funktion)"
1304 #~ msgid "`%s' undeclared (first use in this function)"
1305 #~ msgstr "»%s« nicht deklariert (erste Benutzung in dieser Funktion)"
1307 #~ msgid "(Each undeclared identifier is reported only once"
1308 #~ msgstr "(Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt"
1310 #~ msgid "for each function it appears in.)"
1311 #~ msgstr "für jede Funktion in der er auftritt.)"
1313 #~ msgid "label %s referenced outside of any function"
1314 #~ msgstr "Marke %s außerhalb einer Funktion referenziert"
1316 #~ msgid "duplicate label declaration `%s'"
1317 #~ msgstr "doppelte Markendeklaration »%s«"
1319 #~ msgid "%Jthis is a previous declaration"
1320 #~ msgstr "%Jdies ist eine vorherige Deklaration"
1322 #~ msgid "%Hduplicate label `%D'"
1323 #~ msgstr "%Hdoppelte Marke »%D«"
1325 #~ msgid "%J`%D' previously defined here"
1326 #~ msgstr "%J»%D« bereits hier definiert"
1328 #~ msgid "%J`%D' previously declared here"
1329 #~ msgstr "%J»%D« bereits hier deklariert"
1331 #~ msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"
1332 #~ msgstr "%Htraditionelles C bietet keinen separaten Namespace für Marken an, Bezeichner »%s« steht in Konflikt"
1334 #~ msgid "%H`%s' defined as wrong kind of tag"
1335 #~ msgstr "%H»%s« definiert als falsche Symbolart"
1337 #~ msgid "unnamed struct/union that defines no instances"
1338 #~ msgstr "unbenannte struct/union, die keine Instanzen definiert"
1340 #~ msgid "useless keyword or type name in empty declaration"
1341 #~ msgstr "nutzloses Schlüsselwort oder Typenname in leerer Deklaration"
1343 #~ msgid "two types specified in one empty declaration"
1344 #~ msgstr "zwei Typen in einer leeren Deklaration angegeben"
1346 #~ msgid "empty declaration"
1347 #~ msgstr "leere Deklaration"
1349 #~ msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
1350 #~ msgstr "ISO-C90 unterstützt kein »static« oder Typkennzeichner in Parameterfelddeklaratoren"
1352 #~ msgid "ISO C90 does not support `[*]' array declarators"
1353 #~ msgstr "ISO-C90 unterstützt nicht »[*]«-Felddeklaratoren"
1355 #~ msgid "GCC does not yet properly implement `[*]' array declarators"
1356 #~ msgstr "GCC implementiert noch keine richtigen »[*]«-Felddeklaratoren"
1358 #~ msgid "static or type qualifiers in abstract declarator"
1359 #~ msgstr "static oder Typkennzeichner in abstraktem Deklarator"
1361 #~ msgid "%J'%D' is usually a function"
1362 #~ msgstr "%J»%D« ist üblicherweise eine Funktion"
1364 #~ msgid "typedef `%s' is initialized (use __typeof__ instead)"
1365 #~ msgstr "typedef »%s« ist initialisiert (benutzen Sie stattdessen __typeof__)"
1367 #~ msgid "function `%s' is initialized like a variable"
1368 #~ msgstr "Funktion »%s« ist wie eine Variable initialisiert"
1370 #~ msgid "parameter `%s' is initialized"
1371 #~ msgstr "Parameter »%s« ist initialisiert"
1373 #~ msgid "variable-sized object may not be initialized"
1374 #~ msgstr "Objekt variabler Größe darf nicht initialisiert werden"
1376 #~ msgid "variable `%s' has initializer but incomplete type"
1377 #~ msgstr "Variable »%s« hat Initialisierung, aber unvollständigen Typ"
1379 #~ msgid "elements of array `%s' have incomplete type"
1380 #~ msgstr "Elemente des Feldes »%s« haben unvollständigen Typ"
1382 #~ msgid "%Jinline function '%D' given attribute noinline"
1383 #~ msgstr "%Jinline-Funktion »%D« wurde das Attribut »noinline« gegeben"
1385 #~ msgid "%Jinitializer fails to determine size of '%D'"
1386 #~ msgstr "%JInitialisierung scheitert an Größenbestimmung von »%D«"
1388 #~ msgid "%Jarray size missing in '%D'"
1389 #~ msgstr "%JFeldgröße in »%D« fehlt"
1391 #~ msgid "%Jzero or negative size array '%D'"
1392 #~ msgstr "%JFeldgröße von »%D« ist null oder negativ"
1394 #~ msgid "%Jstorage size of '%D' isn't known"
1395 #~ msgstr "%JSpeichergröße von »%D« ist unbekannt"
1397 #~ msgid "%Jstorage size of '%D' isn't constant"
1398 #~ msgstr "%JSpeichergröße von »%D« ist nicht konstant"
1400 #~ msgid "%Jignoring asm-specifier for non-static local variable '%D'"
1401 #~ msgstr "%Jasm-Symbol für nicht-statische lokale Variable »%D« wird ignoriert"
1403 #~ msgid "ISO C forbids forward parameter declarations"
1404 #~ msgstr "ISO-C verbietet Vorwärtsdeklaration für Parameter"
1406 #~ msgid "<anonymous>"
1407 #~ msgstr "<anonym>"
1409 #~ msgid "bit-field `%s' width not an integer constant"
1410 #~ msgstr "Breite des Bitfeldes »%s« ist keine Ganzzahlkonstante"
1412 #~ msgid "negative width in bit-field `%s'"
1413 #~ msgstr "negative Breite in Bitfeld »%s«"
1415 #~ msgid "zero width for bit-field `%s'"
1416 #~ msgstr "Breite null für Bitfeld »%s«"
1418 #~ msgid "bit-field `%s' has invalid type"
1419 #~ msgstr "Bitfeld »%s« hat ungültigen Typen"
1421 #~ msgid "type of bit-field `%s' is a GCC extension"
1422 #~ msgstr "der Typ des Bitfeldes »%s« ist eine Erweiterung des GCC"
1424 #~ msgid "width of `%s' exceeds its type"
1425 #~ msgstr "Breite von »%s« überschreitet dessen Typen"
1427 #~ msgid "`%s' is narrower than values of its type"
1428 #~ msgstr "»%s« ist schmaler als die Werte seines Typs"
1430 #~ msgid "`long long long' is too long for GCC"
1431 #~ msgstr "»long long long« ist für GCC zu lang"
1433 #~ msgid "ISO C90 does not support `long long'"
1434 #~ msgstr "ISO-C90 unterstützt nicht »long long«"
1436 #~ msgid "duplicate `%s'"
1437 #~ msgstr "doppeltes »%s«"
1439 #~ msgid "`__thread' before `extern'"
1440 #~ msgstr "»__thread« vor »extern«"
1442 #~ msgid "`__thread' before `static'"
1443 #~ msgstr "»__thread« vor »static«"
1445 #~ msgid "two or more data types in declaration of `%s'"
1446 #~ msgstr "zwei oder mehr Datentypen in Deklaration von »%s«"
1448 #~ msgid "`%s' fails to be a typedef or built in type"
1449 #~ msgstr "»%s« ist kein typedef oder eingebauter Typ"
1451 #~ msgid "type defaults to `int' in declaration of `%s'"
1452 #~ msgstr "»int« ist Standardtyp in Deklaration von »%s«"
1454 #~ msgid "both long and short specified for `%s'"
1455 #~ msgstr "sowohl »long« als auch »short« für »%s« angegeben"
1457 #~ msgid "long or short specified with char for `%s'"
1458 #~ msgstr "»long« oder »short« mit »char« für »%s« angegeben"
1460 #~ msgid "long or short specified with floating type for `%s'"
1461 #~ msgstr "»long« oder »short« mit Gleitkommatyp für »%s« angegeben"
1463 #~ msgid "the only valid combination is `long double'"
1464 #~ msgstr "die einzig gültige Kombination ist »long double«"
1466 #~ msgid "both signed and unsigned specified for `%s'"
1467 #~ msgstr "sowohl »signed« als auch »unsigned« für »%s« angegeben"
1469 #~ msgid "long, short, signed or unsigned invalid for `%s'"
1470 #~ msgstr "long, short, signed oder unsigned ist ungültig für »%s«"
1472 #~ msgid "long, short, signed or unsigned used invalidly for `%s'"
1473 #~ msgstr "long, short, signed oder unsigned ungültig verwendet für »%s«"
1475 #~ msgid "complex invalid for `%s'"
1476 #~ msgstr "complex ungültig für »%s«"
1478 #~ msgid "ISO C90 does not support complex types"
1479 #~ msgstr "ISO-C90 unterstützt nicht komplexe Typen"
1481 #~ msgid "ISO C does not support plain `complex' meaning `double complex'"
1482 #~ msgstr "ISO-C unterstützt nicht »double complex« bedeutendes »complex«"
1484 #~ msgid "ISO C does not support complex integer types"
1485 #~ msgstr "ISO-C unterstützt keine komplexen Ganzzahltypen"
1487 #~ msgid "duplicate `const'"
1488 #~ msgstr "doppeltes »const«"
1490 #~ msgid "duplicate `restrict'"
1491 #~ msgstr "doppeltes »restrict«"
1493 #~ msgid "duplicate `volatile'"
1494 #~ msgstr "doppeltes »volatile«"
1496 #~ msgid "multiple storage classes in declaration of `%s'"
1497 #~ msgstr "mehrere Speicherklassen in Deklaration von »%s«"
1499 #~ msgid "function definition declared `auto'"
1500 #~ msgstr "Funktionsdefinition deklarierte »auto«"
1502 #~ msgid "function definition declared `register'"
1503 #~ msgstr "Funktionsdefinition deklarierte »register«"
1505 #~ msgid "function definition declared `typedef'"
1506 #~ msgstr "Funktionsdefinition deklarierte »typedef«"
1508 #~ msgid "function definition declared `__thread'"
1509 #~ msgstr "Funktionsdefinition deklarierte »__thread«"
1511 #~ msgid "storage class specified for structure field `%s'"
1512 #~ msgstr "Speicherklasse für Strukturfeld »%s« angegeben"
1514 #~ msgid "storage class specified for parameter `%s'"
1515 #~ msgstr "Speicherklasse für Parameter »%s« angegeben"
1517 #~ msgid "storage class specified for typename"
1518 #~ msgstr "Speicherklasse für Typnamen angegeben"
1520 #~ msgid "`%s' initialized and declared `extern'"
1521 #~ msgstr "»%s« initialisiert und als »extern« deklariert"
1523 #~ msgid "`%s' has both `extern' and initializer"
1524 #~ msgstr "»%s« hat sowohl »extern« als auch Initialisierung"
1526 #~ msgid "file-scope declaration of `%s' specifies `auto'"
1527 #~ msgstr "Deklaration von »%s« in Datei-Sichtbarkeitsbereich spezifiziert »auto«"
1529 #~ msgid "nested function `%s' declared `extern'"
1530 #~ msgstr "geschachtelte Funktion »%s« als »extern« deklariert"
1532 #~ msgid "function-scope `%s' implicitly auto and declared `__thread'"
1533 #~ msgstr "Funktions-Gültigkeitsbereich »%s« ist implizit auto und deklarierte »__thread«"
1535 #~ msgid "static or type qualifiers in non-parameter array declarator"
1536 #~ msgstr "»static« oder Typkennzeichner in Nicht-Parameter-Felddeklarator"
1538 #~ msgid "declaration of `%s' as array of voids"
1539 #~ msgstr "Deklaration von »%s« als Feld von voids"
1541 #~ msgid "declaration of `%s' as array of functions"
1542 #~ msgstr "Deklaration von »%s« als Feld von Funtionen"
1544 #~ msgid "invalid use of structure with flexible array member"
1545 #~ msgstr "ungültige Verwendung einer Struktur mit flexiblem Feldelement"
1547 #~ msgid "size of array `%s' has non-integer type"
1548 #~ msgstr "Feldgröße von »%s« hat Nicht-Ganzzahltyp"
1550 #~ msgid "ISO C forbids zero-size array `%s'"
1551 #~ msgstr "ISO-C verbietet Feld »%s« der Größe null"
1553 #~ msgid "size of array `%s' is negative"
1554 #~ msgstr "Feldgröße von »%s« ist negativ"
1556 #~ msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1557 #~ msgstr "ISO-C90 verbietet Feld »%s«, dessen Größe nicht ausgewertet werden kann"
1559 #~ msgid "ISO C90 forbids variable-size array `%s'"
1560 #~ msgstr "ISO-C90 verbietet Feld »%s« variabler Größe"
1562 #~ msgid "size of array `%s' is too large"
1563 #~ msgstr "Feldgröße von »%s« ist zu groß"
1565 #~ msgid "ISO C90 does not support flexible array members"
1566 #~ msgstr "ISO-C90 unterstützt keine flexiblen Felder als Elemente"
1568 #~ msgid "array type has incomplete element type"
1569 #~ msgstr "Feldtyp hat unvollständigen Elementtypen"
1571 #~ msgid "`%s' declared as function returning a function"
1572 #~ msgstr "»%s« als Funktion, die eine Funktion zurückgibt, deklariert"
1574 #~ msgid "`%s' declared as function returning an array"
1575 #~ msgstr "»%s« als Funktion, die ein Feld zurückgibt, deklariert"
1577 #~ msgid "ISO C forbids qualified void function return type"
1578 #~ msgstr "ISO-C verbietet qualifiziertes void als Funktions-Rückgabetypen"
1580 #~ msgid "type qualifiers ignored on function return type"
1581 #~ msgstr "Typkennzeichner ignoriert an Funktions-Rückgabewert"
1583 #~ msgid "ISO C forbids qualified function types"
1584 #~ msgstr "ISO-C verbietet qualifizierte Funktionstypen"
1586 #~ msgid "invalid type modifier within pointer declarator"
1587 #~ msgstr "ungültiger Typmodifizierer innerhalb Zeigerdeklarator"
1589 #~ msgid "ISO C forbids const or volatile function types"
1590 #~ msgstr "ISO-C verbietet const- oder volatile-Funktionstypen"
1592 #~ msgid "variable or field `%s' declared void"
1593 #~ msgstr "Variable oder Feld »%s« als »void« deklariert"
1595 #~ msgid "attributes in parameter array declarator ignored"
1596 #~ msgstr "Attribute in Parameterfelddeklarator ignoriert"
1598 #~ msgid "invalid type modifier within array declarator"
1599 #~ msgstr "ungültiger Typmodifizierer in Felddeklarator"
1601 #~ msgid "field `%s' declared as a function"
1602 #~ msgstr "Feld »%s« als Funktion deklariert"
1604 #~ msgid "field `%s' has incomplete type"
1605 #~ msgstr "Feld »%s« hat unvollständigen Typen"
1607 #~ msgid "invalid storage class for function `%s'"
1608 #~ msgstr "ungültige Speicherklasse für Funktion »%s«"
1610 #~ msgid "`noreturn' function returns non-void value"
1611 #~ msgstr "»noreturn«-Funktion gibt nicht-void-Wert zurück"
1613 #~ msgid "cannot inline function `main'"
1614 #~ msgstr "»main« ist nicht als »inline« möglich"
1616 #~ msgid "variable previously declared `static' redeclared `extern'"
1617 #~ msgstr "als »extern« redeklarierte Variable war bereits als »static« deklariert"
1619 #~ msgid "%Jvariable '%D' declared `inline'"
1620 #~ msgstr "%JVariable »%D« als »inline« deklariert"
1622 #~ msgid "thread-local storage not supported for this target"
1623 #~ msgstr "Thread-lokaler Speicher wird für dieses Ziel nicht unterstützt"
1625 #~ msgid "function declaration isn't a prototype"
1626 #~ msgstr "Funktionsdeklaration ist kein Prototyp"
1628 #~ msgid "parameter names (without types) in function declaration"
1629 #~ msgstr "Parameternamen (ohne Typen) in Funktionsdeklaration"
1631 #~ msgid "parameter `%s' has incomplete type"
1632 #~ msgstr "Parameter »%s« hat unvollständigen Typen"
1634 #~ msgid "parameter has incomplete type"
1635 #~ msgstr "Parameter hat unvollständigen Typen"
1637 #~ msgid "\"void\" as only parameter may not be qualified"
1638 #~ msgstr "\"void\" kann als einziger Parameter nicht qualifiziert werden"
1640 #~ msgid "\"void\" must be the only parameter"
1641 #~ msgstr "\"void\" muss der einzige Parameter sein"
1643 #~ msgid "%Jparameter \"%D\" has just a forward declaration"
1644 #~ msgstr "%JParameter »%D« hat nur eine Vorwärtsdeklaration"
1646 #~ msgid "\"%s %s\" declared inside parameter list"
1647 #~ msgstr "\"%s %s\" innerhalb Parameterliste deklariert"
1649 #~ msgid "anonymous %s declared inside parameter list"
1650 #~ msgstr "anonymes %s innerhalb Parameterliste deklariert"
1652 #~ msgid "its scope is only this definition or declaration, which is probably not what you want"
1653 #~ msgstr "sein Gültigkeitsbereich umfasst nur diese Definition bzw. Deklaration, was Sie wahrscheinlich nicht wollten"
1655 #~ msgid "redefinition of `union %s'"
1656 #~ msgstr "Redefinition von »union %s«"
1658 #~ msgid "redefinition of `struct %s'"
1659 #~ msgstr "Redefinition von »struct %s«"
1661 #~ msgid "declaration does not declare anything"
1662 #~ msgstr "Deklaration deklariert nichts"
1664 #~ msgid "%Jduplicate member '%D'"
1665 #~ msgstr "%Jdoppeltes Element »%D«"
1667 #~ msgid "%s defined inside parms"
1668 #~ msgstr "%s innerhalb Parameter definiert"
1670 #~ msgid "union"
1671 #~ msgstr "Union"
1673 #~ msgid "structure"
1674 #~ msgstr "Struktur"
1676 #~ msgid "%s has no %s"
1677 #~ msgstr "%s hat kein %s"
1679 #~ msgid "struct"
1680 #~ msgstr "struct"
1682 #~ msgid "named members"
1683 #~ msgstr "benannte Elemente"
1685 #~ msgid "members"
1686 #~ msgstr "Elemente"
1688 #~ msgid "nested redefinition of `%s'"
1689 #~ msgstr "Verschachtelte Redefinition von »%s«"
1691 #~ msgid "%Jflexible array member in union"
1692 #~ msgstr "%Jflexibles Feldelement in Union"
1694 #~ msgid "%Jflexible array member not at end of struct"
1695 #~ msgstr "%Jflexibles Feld-Element nicht am Ende von struct"
1697 #~ msgid "%Jflexible array member in otherwise empty struct"
1698 #~ msgstr "%Jlexibler Feld-Element in ansonsten leerem struct"
1700 #~ msgid "%Jinvalid use of structure with flexible array member"
1701 #~ msgstr "%Jungültige Verwendung einer Struktur mit flexiblem Feld-Element"
1703 #~ msgid "union cannot be made transparent"
1704 #~ msgstr "union kann nicht transparent gemacht werden"
1706 #~ msgid "redeclaration of `enum %s'"
1707 #~ msgstr "Redeklaration von »enum %s«"
1709 #~ msgid "enum defined inside parms"
1710 #~ msgstr "enum innerhalb von Parametern definiert"
1712 #~ msgid "enumeration values exceed range of largest integer"
1713 #~ msgstr "Aufzählungswerte überschreiten Wertebereich des größten Ganzzahltypen"
1715 #~ msgid "enumerator value for `%s' not integer constant"
1716 #~ msgstr "Aufzählungswert für »%s« ist keine Ganzzahlkonstante"
1718 #~ msgid "overflow in enumeration values"
1719 #~ msgstr "Überlauf in Aufzählungswerten"
1721 #~ msgid "ISO C restricts enumerator values to range of `int'"
1722 #~ msgstr "ISO-C beschränkt Aufzählungswerte auf Bereich von »int«"
1724 #~ msgid "return type is an incomplete type"
1725 #~ msgstr "Rückgabetyp ist unvollständig"
1727 #~ msgid "return type defaults to `int'"
1728 #~ msgstr "Rückgabetyp ist auf »int« voreingestellt"
1730 #~ msgid "%Jno previous prototype for '%D'"
1731 #~ msgstr "%Jkein vorheriger Prototyp für »%D«"
1733 #~ msgid "%J'%D' was used with no prototype before its definition"
1734 #~ msgstr "%J»%D« wurde vor seiner Definition ohne Prototyp verwendet"
1736 #~ msgid "%Jno previous declaration for '%D'"
1737 #~ msgstr "%Jkeine vorherige Deklaration für »%D«"
1739 #~ msgid "%J`%D' was used with no declaration before its definition"
1740 #~ msgstr "%J»%D« wurde vor seiner Definition ohne Deklaration verwendet"
1742 #~ msgid "%Jreturn type of '%D' is not `int'"
1743 #~ msgstr "%JRückgabetyp von »%D« ist nicht »int«"
1745 #~ msgid "%Jfirst argument of '%D' should be `int'"
1746 #~ msgstr "%Jerstes Argument von »%D« sollte »int« sein"
1748 #~ msgid "%Jsecond argument of '%D' should be 'char **'"
1749 #~ msgstr "%Jzweites Argument von »%D« sollte »char **« sein"
1751 #~ msgid "%Jthird argument of '%D' should probably be 'char **'"
1752 #~ msgstr "%Jdrittes Argument von »%D« sollte wahrscheinlich »char **« sein"
1754 #~ msgid "%J'%D' takes only zero or two arguments"
1755 #~ msgstr "%J»%D« benötigt entweder null oder zwei Argumente"
1757 #~ msgid "%J'%D' is normally a non-static function"
1758 #~ msgstr "%J»%D« ist normalerweise eine Nicht-static-Funktion"
1760 #~ msgid "%Jold-style parameter declarations in prototyped function definition"
1761 #~ msgstr "%JParameterdeklarationen alten Stils in Prototyp-Funktionsdeklaration"
1763 #~ msgid "%Jparameter name omitted"
1764 #~ msgstr "%JParametername ausgelassen"
1766 #~ msgid "%Jparameter name missing from parameter list"
1767 #~ msgstr "%JParametername fehlt in Parameterliste"
1769 #~ msgid "%J\"%D\" declared as a non-parameter"
1770 #~ msgstr "%J\"%D\" als Nicht-Parameter deklariert"
1772 #~ msgid "%Jmultiple parameters named \"%D\""
1773 #~ msgstr "%Jmehrere Parameter wurden »%D« genannt"
1775 #~ msgid "%Jparameter \"%D\" declared void"
1776 #~ msgstr "%JParameter »%D« als void deklariert"
1778 #~ msgid "%Jtype of \"%D\" defaults to \"int\""
1779 #~ msgstr "%JTyp von »%D« ist auf »int« voreingestellt"
1781 #~ msgid "%Jparameter \"%D\" has incomplete type"
1782 #~ msgstr "%JParameter \"%D\" hat unvollständigen Typen"
1784 #~ msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1785 #~ msgstr "%Jnicht vorhandener Parameter »%D« deklariert"
1787 #~ msgid "number of arguments doesn't match prototype"
1788 #~ msgstr "Anzahl der Argumente passt nicht zum Prototypen"
1790 #~ msgid "%Hprototype declaration"
1791 #~ msgstr "%HPrototyp-Deklaration"
1793 #~ msgid "promoted argument \"%D\" doesn't match prototype"
1794 #~ msgstr "weitergegebenes Argument »%D« passt nicht zum Prototypen"
1796 #~ msgid "argument \"%D\" doesn't match prototype"
1797 #~ msgstr "Argument »%D« passt nicht zum Prototypen"
1799 #~ msgid "no return statement in function returning non-void"
1800 #~ msgstr "keine return-Anweisung in nicht void zurückgebender Funktion"
1802 #~ msgid "this function may return with or without a value"
1803 #~ msgstr "diese Funktion kann mit oder ohne Wert zurückkehren"
1805 #~ msgid "'for' loop initial declaration used outside C99 mode"
1806 #~ msgstr "Anfangsdeklaration in »for«-Schleife außerhalb C99-Modus verwendet"
1808 #~ msgid "'struct %s' declared in 'for' loop initial declaration"
1809 #~ msgstr "»struct %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1811 #~ msgid "'union %s' declared in 'for' loop initial declaration"
1812 #~ msgstr "»union %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1814 #~ msgid "'enum %s' declared in 'for' loop initial declaration"
1815 #~ msgstr "»enum %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1817 #~ msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1818 #~ msgstr "%JDeklaration der Nicht-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1820 #~ msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1821 #~ msgstr "%JDeklaration der »static«-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1823 #~ msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1824 #~ msgstr "%JDeklaration der »extern«-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1826 #~ msgid "%Jredefinition of global '%D'"
1827 #~ msgstr "%JRedefinition des globalen »%D«"
1829 #~ msgid "%J'%D' previously defined here"
1830 #~ msgstr "%J»%D« bereits hier verwendet"
1832 #~ msgid "format string has invalid operand number"
1833 #~ msgstr "Formatzeichenkette hat ungültige Operandenzahl"
1835 #~ msgid "function does not return string type"
1836 #~ msgstr "Funktion gibt keinen Zeichenkettentypen zurück"
1838 #~ msgid "format string arg not a string type"
1839 #~ msgstr "Format-Zeichenkettenargument ist kein Zeichenkettentyp"
1841 #~ msgid "unrecognized format specifier"
1842 #~ msgstr "unerkannte Formatangabe"
1844 #~ msgid "`%s' is an unrecognized format function type"
1845 #~ msgstr "»%s« ist ein nicht erkannter Formatfunktionstyp"
1847 #~ msgid "'...' has invalid operand number"
1848 #~ msgstr "»...« hat ungültige Operandenzahl"
1850 #~ msgid "format string arg follows the args to be formatted"
1851 #~ msgstr "Format-Zeichenkettenargument folgt den zu formatierenden Argumenten"
1853 #~ msgid "` ' flag"
1854 #~ msgstr "» «-Kennzeichen"
1856 #~ msgid "the ` ' printf flag"
1857 #~ msgstr "das » «-printf-Kennzeichen"
1859 #~ msgid "`+' flag"
1860 #~ msgstr "»+«-Kennzeichen"
1862 #~ msgid "the `+' printf flag"
1863 #~ msgstr "das »+«-printf-Kennzeichen"
1865 #~ msgid "`#' flag"
1866 #~ msgstr "»#«-Kennzeichen"
1868 #~ msgid "the `#' printf flag"
1869 #~ msgstr "das »#«-printf-Kennzeichen"
1871 #~ msgid "`0' flag"
1872 #~ msgstr "»0«-Kennzeichen"
1874 #~ msgid "the `0' printf flag"
1875 #~ msgstr "das »0«-printf-Kennzeichen"
1877 #~ msgid "`-' flag"
1878 #~ msgstr "»-«-Kennzeichen"
1880 #~ msgid "the `-' printf flag"
1881 #~ msgstr "das »-«-printf-Kennzeichen"
1883 #~ msgid "`'' flag"
1884 #~ msgstr "»'«-Kennzeichen"
1886 #~ msgid "the `'' printf flag"
1887 #~ msgstr "das »'«-printf-Kennzeichen"
1889 #~ msgid "`I' flag"
1890 #~ msgstr "»I«-Kennzeichen"
1892 #~ msgid "the `I' printf flag"
1893 #~ msgstr "das »I«-printf-Kennzeichen"
1895 #~ msgid "field width"
1896 #~ msgstr "Feldbreite"
1898 #~ msgid "field width in printf format"
1899 #~ msgstr "Feldbreite im printf-Format"
1901 #~ msgid "precision"
1902 #~ msgstr "Genauigkeit"
1904 #~ msgid "precision in printf format"
1905 #~ msgstr "Genauigkeit im printf-Format"
1907 #~ msgid "length modifier"
1908 #~ msgstr "Längenmodifizierer"
1910 #~ msgid "length modifier in printf format"
1911 #~ msgstr "Längenmodifizierer im printf-Format"
1913 #~ msgid "assignment suppression"
1914 #~ msgstr "Zuweisungsunterdrückung"
1916 #~ msgid "the assignment suppression scanf feature"
1917 #~ msgstr "das scanf-Merkmal der Zuweisungsunterdrückung"
1919 #~ msgid "`a' flag"
1920 #~ msgstr "»a«-Kennzeichen"
1922 #~ msgid "the `a' scanf flag"
1923 #~ msgstr "das »a«-scanf-Kennzeichen"
1925 #~ msgid "field width in scanf format"
1926 #~ msgstr "Feldbreite im scanf-Format"
1928 #~ msgid "length modifier in scanf format"
1929 #~ msgstr "Längenmodifizierer im scanf-Format"
1931 #~ msgid "the `'' scanf flag"
1932 #~ msgstr "das »'«-scanf-Kennzeichen"
1934 #~ msgid "the `I' scanf flag"
1935 #~ msgstr "das »I«-scanf-Kennzeichen"
1937 #~ msgid "`_' flag"
1938 #~ msgstr "»_«-Kennzeichen"
1940 #~ msgid "the `_' strftime flag"
1941 #~ msgstr "das »_«-strftime-Kennzeichen"
1943 #~ msgid "the `-' strftime flag"
1944 #~ msgstr "das »-«-strftime-Kennzeichen"
1946 #~ msgid "the `0' strftime flag"
1947 #~ msgstr "das »0«-strftime-Kennzeichen"
1949 #~ msgid "`^' flag"
1950 #~ msgstr "»^«-Kennzeichen"
1952 #~ msgid "the `^' strftime flag"
1953 #~ msgstr "das »^«-strftime-Kennzeichen"
1955 #~ msgid "the `#' strftime flag"
1956 #~ msgstr "das »#«-strftime-Kennzeichen"
1958 #~ msgid "field width in strftime format"
1959 #~ msgstr "Feldbreite im strftime-Format"
1961 #~ msgid "`E' modifier"
1962 #~ msgstr "»E«-Modifizierer"
1964 #~ msgid "the `E' strftime modifier"
1965 #~ msgstr "der »E«-strftime-Modifizierer"
1967 #~ msgid "`O' modifier"
1968 #~ msgstr "»O«-Modifizierer"
1970 #~ msgid "the `O' strftime modifier"
1971 #~ msgstr "der »O«-strftime-Modifizierer"
1973 #~ msgid "the `O' modifier"
1974 #~ msgstr "der »O«-Modifizierer"
1976 #~ msgid "fill character"
1977 #~ msgstr "Füllzeichen"
1979 #~ msgid "fill character in strfmon format"
1980 #~ msgstr "Füllzeichen im strfmon-Format"
1982 #~ msgid "the `^' strfmon flag"
1983 #~ msgstr "das »^«-strfmon-Kennzeichen"
1985 #~ msgid "the `+' strfmon flag"
1986 #~ msgstr "das »+«-strfmon-Kennzeichen"
1988 #~ msgid "`(' flag"
1989 #~ msgstr "»(«-Kennzeichen"
1991 #~ msgid "the `(' strfmon flag"
1992 #~ msgstr "das »(«-strfmon-Kennzeichen"
1994 #~ msgid "`!' flag"
1995 #~ msgstr "»!«-Kennzeichen"
1997 #~ msgid "the `!' strfmon flag"
1998 #~ msgstr "das »!«-strfmon-Kennzeichen"
2000 #~ msgid "the `-' strfmon flag"
2001 #~ msgstr "das »-«-strfmon-Kennzeichen"
2003 #~ msgid "field width in strfmon format"
2004 #~ msgstr "Feldbreite im strfmon-Format"
2006 #~ msgid "left precision"
2007 #~ msgstr "linke Präzision"
2009 #~ msgid "left precision in strfmon format"
2010 #~ msgstr "linke Präzision im strfmon-Format"
2012 #~ msgid "right precision"
2013 #~ msgstr "rechte Präzision"
2015 #~ msgid "right precision in strfmon format"
2016 #~ msgstr "rechte Präzision im strfmon-Format"
2018 #~ msgid "length modifier in strfmon format"
2019 #~ msgstr "Längenmodifizierer im strfmon-Format"
2021 #~ msgid "function might be possible candidate for `%s' format attribute"
2022 #~ msgstr "Funktion könnte möglicher Kandidat für Formatattribut »%s« sein"
2024 #~ msgid "missing $ operand number in format"
2025 #~ msgstr "fehlende $-Operandennummer im Format"
2027 #~ msgid "%s does not support %%n$ operand number formats"
2028 #~ msgstr "%s unterstützt nicht %%n$-Operandennummerformate"
2030 #~ msgid "operand number out of range in format"
2031 #~ msgstr "Operandennummer außerhalb des Wertebereiches im Format"
2033 #~ msgid "format argument %d used more than once in %s format"
2034 #~ msgstr "Formatargument %d mehr als einmal im %s-Format verwendet"
2036 #~ msgid "format argument %d unused before used argument %d in $-style format"
2037 #~ msgstr "Formatargument %d nicht verwendet vor benutztem Argument %d im $-Stil-Format"
2039 #~ msgid "format not a string literal, format string not checked"
2040 #~ msgstr "Format ist kein Zeichenkettenliteral, Formatzeichenkette ungeprüft"
2042 #~ msgid "format not a string literal and no format arguments"
2043 #~ msgstr "Format ist kein Zeichenkettenliteral, und keine Formatargumente"
2045 #~ msgid "format not a string literal, argument types not checked"
2046 #~ msgstr "Format ist kein Zeichenkettenliteral, Argumenttypen ungeprüft"
2048 #~ msgid "too many arguments for format"
2049 #~ msgstr "zu viele Argumente für Format"
2051 #~ msgid "unused arguments in $-style format"
2052 #~ msgstr "unbenutzte Argumente in $-Stil-Format"
2054 #~ msgid "zero-length %s format string"
2055 #~ msgstr "Format-Zeichenkette %s der Länge null"
2057 #~ msgid "format is a wide character string"
2058 #~ msgstr "Format ist »wide character«-Zeichenkette"
2060 #~ msgid "unterminated format string"
2061 #~ msgstr "unbeendete Formatzeichenkette"
2063 #~ msgid "embedded `\\0' in format"
2064 #~ msgstr "eingebettetes »\\0« im Format"
2066 #~ msgid "spurious trailing `%%' in format"
2067 #~ msgstr "störendes letztes »%%« im Format"
2069 #~ msgid "repeated %s in format"
2070 #~ msgstr "wiederholtes %s im Format"
2072 #~ msgid "missing fill character at end of strfmon format"
2073 #~ msgstr "fehlendes Füllzeichen am Ende des strfmon-Formates"
2075 #~ msgid "too few arguments for format"
2076 #~ msgstr "zu wenig Argumente für Format"
2078 #~ msgid "zero width in %s format"
2079 #~ msgstr "Breite null im Format %s"
2081 #~ msgid "empty left precision in %s format"
2082 #~ msgstr "leere linke Präzision im Format %s"
2084 #~ msgid "field precision"
2085 #~ msgstr "Feldpräzision"
2087 #~ msgid "empty precision in %s format"
2088 #~ msgstr "fehlende Präzision im Format %s"
2090 #~ msgid "%s does not support the `%s' %s length modifier"
2091 #~ msgstr "%s unterstützt nicht den Längenmodifizierer »%s« %s"
2093 #~ msgid "conversion lacks type at end of format"
2094 #~ msgstr "Konvertierung fehlt der Typ am Ende des Formates"
2096 #~ msgid "unknown conversion type character `%c' in format"
2097 #~ msgstr "unbekanntes Konvertierungstyp-Zeichen »%c« im Format"
2099 #~ msgid "unknown conversion type character 0x%x in format"
2100 #~ msgstr "unbekanntes Konvertierungstyp-Zeichen 0x%x im Format"
2102 #~ msgid "%s does not support the `%%%c' %s format"
2103 #~ msgstr "%s unterstützt nicht das Format »%%%c« %s"
2105 #~ msgid "%s used with `%%%c' %s format"
2106 #~ msgstr "%s verwendet mit Format »%%%c« %s"
2108 #~ msgid "%s does not support %s"
2109 #~ msgstr "%s unterstützt nicht %s"
2111 #~ msgid "%s does not support %s with the `%%%c' %s format"
2112 #~ msgstr "%s unterstützt nicht %s mit dem Format »%%%c« %s"
2114 #~ msgid "%s ignored with %s and `%%%c' %s format"
2115 #~ msgstr "%s ignoriert mit %s und Format »%%%c« %s"
2117 #~ msgid "%s ignored with %s in %s format"
2118 #~ msgstr "%s ignoriert mit %s im Format %s"
2120 #~ msgid "use of %s and %s together with `%%%c' %s format"
2121 #~ msgstr "Verwendung von %s und %s zusammen mit Format »%%%c« %s"
2123 #~ msgid "use of %s and %s together in %s format"
2124 #~ msgstr "Verwendung von %s und %s zusammen im Format %s"
2126 #~ msgid "`%%%c' yields only last 2 digits of year in some locales"
2127 #~ msgstr "»%%%c« liefert in manchen Locales nur die letzten 2 Ziffern des Jahres"
2129 #~ msgid "`%%%c' yields only last 2 digits of year"
2130 #~ msgstr "»%%%c« liefert nur die letzten 2 Ziffern des Jahres"
2132 #~ msgid "no closing `]' for `%%[' format"
2133 #~ msgstr "kein schließendes »]« für »%%[«-Format"
2135 #~ msgid "use of `%s' length modifier with `%c' type character"
2136 #~ msgstr "Verwendung des »%s«-Längenmodifizierers mit »%c«-Typ-Zeichen"
2138 #~ msgid "%s does not support the `%%%s%c' %s format"
2139 #~ msgstr "%s unterstützt nicht das Format »%%%s%c« %s"
2141 #~ msgid "operand number specified with suppressed assignment"
2142 #~ msgstr "Operandennummer mit unterdrückter Zuweisung angegeben"
2144 #~ msgid "operand number specified for format taking no argument"
2145 #~ msgstr "Operandennummer für Format ohne Argumente angegeben"
2147 #~ msgid "writing through null pointer (arg %d)"
2148 #~ msgstr "Schreiben mit Null-Zeiger (Argument %d)"
2150 #~ msgid "reading through null pointer (arg %d)"
2151 #~ msgstr "Lesen mit Null-Zeiger (Argument %d)"
2153 #~ msgid "writing into constant object (arg %d)"
2154 #~ msgstr "Schreiben in konstantes Objekt (Argument %d)"
2156 #~ msgid "extra type qualifiers in format argument (arg %d)"
2157 #~ msgstr "zusätzliche Typqualifizierer in Format-Argument (Argument %d)"
2159 #~ msgid "format argument is not a pointer (arg %d)"
2160 #~ msgstr "Format-Argument ist kein Zeiger (Argument %d)"
2162 #~ msgid "format argument is not a pointer to a pointer (arg %d)"
2163 #~ msgstr "Format-Argument ist kein Zeiger auf einen Zeiger (Argument %d)"
2165 #~ msgid "pointer"
2166 #~ msgstr "Zeiger"
2168 #~ msgid "different type"
2169 #~ msgstr "anderer Typ"
2171 #~ msgid "%s is not type %s (arg %d)"
2172 #~ msgstr "%s ist nicht vom Typ %s (Argument %d)"
2174 #~ msgid "%s format, %s arg (arg %d)"
2175 #~ msgstr "%s Format, %s Argument (Argument %d)"
2177 #~ msgid "args to be formatted is not '...'"
2178 #~ msgstr "zu formatierendes Argument ist nicht »...«"
2180 #~ msgid "strftime formats cannot format arguments"
2181 #~ msgstr "strftime-Formate können keine Argumente formatieren"
2183 #~ msgid "ignoring duplicate directory \"%s\"\n"
2184 #~ msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
2186 #~ msgid "  as it is a non-system directory that duplicates a system directory\n"
2187 #~ msgstr "  da es ein Nicht-Systemverzeichnis ist, das ein Systemverzeichnis dupliziert\n"
2189 #~ msgid "ignoring nonexistent directory \"%s\"\n"
2190 #~ msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
2192 #~ msgid "#include \"...\" search starts here:\n"
2193 #~ msgstr "#include \"...\" - Suche beginnt hier:\n"
2195 #~ msgid "#include <...> search starts here:\n"
2196 #~ msgstr "#include <...> - Suche beginnt hier:\n"
2198 #~ msgid "End of search list.\n"
2199 #~ msgstr "Ende der Suchliste.\n"
2201 #~ msgid "badly nested C headers from preprocessor"
2202 #~ msgstr "schlecht geschachtelte C-Header vom Präprozessor"
2204 #~ msgid "ignoring #pragma %s %s"
2205 #~ msgstr "ignoriere #pragma %s %s"
2207 #~ msgid "%Hstray '@' in program"
2208 #~ msgstr "%Hverirrtes »@« im Programm"
2210 #~ msgid "missing terminating %c character"
2211 #~ msgstr "fehlendes abschließendes Zeichen %c"
2213 #~ msgid "stray '%c' in program"
2214 #~ msgstr "verirrtes »%c« im Programm"
2216 #~ msgid "stray '\\%o' in program"
2217 #~ msgstr "verirrtes »\\%o« im Programm"
2219 #~ msgid "this decimal constant is unsigned only in ISO C90"
2220 #~ msgstr "diese Dezimalkonstante ist nur in ISO-C90 vorzeichenlos"
2222 #~ msgid "this decimal constant would be unsigned in ISO C90"
2223 #~ msgstr "diese Dezimalkonstante wäre in ISO-C90 vorzeichenlos"
2225 #~ msgid "integer constant is too large for \"%s\" type"
2226 #~ msgstr "Ganzzahlkonstante ist zu groß für »%s«-Typ"
2228 #~ msgid "floating constant exceeds range of \"%s\""
2229 #~ msgstr "Gleitkommakonstante überschreitet Wertebereich von »%s«"
2231 #~ msgid "traditional C rejects string constant concatenation"
2232 #~ msgstr "traditionelles C weist Stringkonstantenverkettung zurück"
2234 #~ msgid "%Jfunction '%F' can never be inlined because it is supressed using -fno-inline"
2235 #~ msgstr "%JFunktion »%F« kann nie inline sein, da dies mit -fno-inline unterdrückt wird"
2237 #~ msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"
2238 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie nicht in diese Übersetzungseinheit gebunden wird"
2240 #~ msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"
2241 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie mit inline in Konflikt stehende Attribute hat"
2243 #~ msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2244 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie noch offene Größen hat"
2246 #~ msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"
2247 #~ msgstr "%Jdie geschachtelte Funktion »%F« kann nie inline sein, da sie möglicherweise gespeicherte, noch offene Größen hat"
2249 #~ msgid "no class name specified with \"%s\""
2250 #~ msgstr "kein Klassenname mit \"%s\" angegeben"
2252 #~ msgid "assertion missing after \"%s\""
2253 #~ msgstr "Behauptung fehlt hinter \"%s\""
2255 #~ msgid "macro name missing after \"%s\""
2256 #~ msgstr "Makroname fehlt hinter \"%s\""
2258 #~ msgid "missing path after \"%s\""
2259 #~ msgstr "fehlender Pfad hinter \"%s\""
2261 #~ msgid "missing filename after \"%s\""
2262 #~ msgstr "fehlender Dateiname hinter \"%s\""
2264 #~ msgid "missing makefile target after \"%s\""
2265 #~ msgstr "fehlendes Makefile-Ziel hinter \"%s\""
2267 #~ msgid "-I- specified twice"
2268 #~ msgstr "-I- doppelt angegeben"
2270 #~ msgid "switch \"%s\" is no longer supported"
2271 #~ msgstr "Option »%s« wird nicht mehr unterstützt"
2273 #~ msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2274 #~ msgstr "-fhandle-exceptions wurde in -fexceptions umbenannt (und ist nun voreingestellt)"
2276 #~ msgid "output filename specified twice"
2277 #~ msgstr "Ausgabedatei doppelt angegeben"
2279 #~ msgid "-Wformat-y2k ignored without -Wformat"
2280 #~ msgstr "-Wformat-y2k wird ohne -Wformat ignoriert"
2282 #~ msgid "-Wformat-extra-args ignored without -Wformat"
2283 #~ msgstr "-Wformat-extra-args wird ohne -Wformat ignoriert"
2285 #~ msgid "-Wformat-zero-length ignored without -Wformat"
2286 #~ msgstr "-Wformat-zero-length wird ohne -Wformat ignoriert"
2288 #~ msgid "-Wformat-nonliteral ignored without -Wformat"
2289 #~ msgstr "-Wformat-nonliteral wird ohne -Wformat ignoriert"
2291 #~ msgid "-Wformat-security ignored without -Wformat"
2292 #~ msgstr "-Wformat-security wird ohne -Wformat ignoriert"
2294 #~ msgid "-Wmissing-format-attribute ignored without -Wformat"
2295 #~ msgstr "-Wmissing-format-attribute wird ohne -Wformat ignoriert"
2297 #~ msgid "opening output file %s: %m"
2298 #~ msgstr "Ausgabedatei »%s« wird geöffnet: %m"
2300 #~ msgid "too many filenames given.  Type %s --help for usage"
2301 #~ msgstr "zu viele Dateinamen angegeben. Geben sie »%s --help« für Hilfe ein"
2303 #~ msgid "YYDEBUG not defined"
2304 #~ msgstr "YYDEBUG ist nicht definiert"
2306 #~ msgid "opening dependency file %s: %m"
2307 #~ msgstr "Abhängigkeitsdatei »%s« wird geöffnet: %m"
2309 #~ msgid "closing dependency file %s: %m"
2310 #~ msgstr "Abhängigkeitsdatei »%s« wird geschlossen: %m"
2312 #~ msgid "when writing output to %s: %m"
2313 #~ msgstr "beim Schreiben der Ausgabe nach %s: %m"
2315 #~ msgid "to generate dependencies you must specify either -M or -MM"
2316 #~ msgstr "um Abhängigkeiten zu erzeugen, müssen Sie entweder -M oder -MM angeben"
2318 #~ msgid "<built-in>"
2319 #~ msgstr "<eingebaut>"
2321 #~ msgid "<command line>"
2322 #~ msgstr "<Kommandozeile>"
2324 #~ msgid "too late for # directive to set debug directory"
2325 #~ msgstr "zu spät für »#«-Direktive, um Debug-Verzeichnis festzulegen"
2327 #~ msgid "syntax error"
2328 #~ msgstr "Syntaxfehler"
2330 #~ msgid "syntax error: cannot back up"
2331 #~ msgstr "Syntaxfehler: es kann nicht zurückgesetzt werden"
2333 #~ msgid "ISO C forbids an empty source file"
2334 #~ msgstr "ISO-C erlaubt keine leeren Quelldateien"
2336 #~ msgid "argument of `asm' is not a constant string"
2337 #~ msgstr "Argument von »asm« ist keine konstante Zeichenkette"
2339 #~ msgid "ISO C forbids data definition with no type or storage class"
2340 #~ msgstr "ISO-C verbietet Datendefinition ohne Typ und Speicherklasse"
2342 #~ msgid "data definition has no type or storage class"
2343 #~ msgstr "Datendefinition hat keinen Typ oder Speicherklasse"
2345 #~ msgid "ISO C does not allow extra `;' outside of a function"
2346 #~ msgstr "ISO-C erlaubt kein extra »;« außerhalb einer Funktion"
2348 #~ msgid "`sizeof' applied to a bit-field"
2349 #~ msgstr "»sizeof«-Operator auf ein Bitfeld angewandt"
2351 #~ msgid "ISO C forbids omitting the middle term of a ?: expression"
2352 #~ msgstr "ISO-C verbietet das Weglassen des mittleren Terms eines ?:-Ausdruckes"
2354 #~ msgid "ISO C89 forbids compound literals"
2355 #~ msgstr "ISO-C89 verbietet zusammengesetzte Literale"
2357 #~ msgid "ISO C forbids braced-groups within expressions"
2358 #~ msgstr "ISO-C verbietet geklammerte Gruppen innerhalb von Ausdrücken"
2360 #~ msgid "first argument to __builtin_choose_expr not a constant"
2361 #~ msgstr "das erste Argument für __builtin_choose_expr ist keine Konstante"
2363 #~ msgid "traditional C rejects ISO C style function definitions"
2364 #~ msgstr "traditionelles C weist Funktionsdefinitionen im ISO-C-Stil zurück"
2366 #~ msgid "old-style parameter declaration"
2367 #~ msgstr "Parameterdeklaration alten Stils"
2369 #~ msgid "`%s' is not at beginning of declaration"
2370 #~ msgstr "»%s« ist nicht am Beginn einer Deklaration"
2372 #~ msgid "`typeof' applied to a bit-field"
2373 #~ msgstr "»typeof« auf ein Bitfeld angewandt"
2375 #~ msgid "ISO C forbids empty initializer braces"
2376 #~ msgstr "ISO-C verbietet leere Initialisierungsklammern"
2378 #~ msgid "ISO C89 forbids specifying subobject to initialize"
2379 #~ msgstr "ISO-C89 verbietet die Angabe von zu initialisierenden Unterobjekten"
2381 #~ msgid "obsolete use of designated initializer without `='"
2382 #~ msgstr "veraltete Verwendung einer bestimmten Initialisierung ohne »=«"
2384 #~ msgid "obsolete use of designated initializer with `:'"
2385 #~ msgstr "veraltete Verwendung einer bestimmten Initialisierung mit »:«"
2387 #~ msgid "ISO C forbids specifying range of elements to initialize"
2388 #~ msgstr "ISO-C verbietet die Angabe eines zu initialisierenden Wertebereiches"
2390 #~ msgid "ISO C forbids nested functions"
2391 #~ msgstr "ISO-C verbietet verschachtelte Funktionen"
2393 #~ msgid "ISO C forbids forward references to `enum' types"
2394 #~ msgstr "ISO-C verbietet Vorwärts-Referenzen auf »enum«-Typen"
2396 #~ msgid "comma at end of enumerator list"
2397 #~ msgstr "Komma am Ende der Aufzählungsliste"
2399 #~ msgid "no semicolon at end of struct or union"
2400 #~ msgstr "kein Semikolon am Ende von »struct« oder »union«"
2402 #~ msgid "extra semicolon in struct or union specified"
2403 #~ msgstr "zusätzliches Semikolon in »struct« oder »union« angegeben"
2405 #~ msgid "ISO C doesn't support unnamed structs/unions"
2406 #~ msgstr "ISO-C unterstützt keine namenlosen structs/unions"
2408 #~ msgid "ISO C forbids member declarations with no members"
2409 #~ msgstr "ISO-C verbietet Elementdeklarationen ohne Elemente"
2411 #~ msgid "label at end of compound statement"
2412 #~ msgstr "Marke am Ende einer Verbundanweisung"
2414 #~ msgid "ISO C90 forbids mixed declarations and code"
2415 #~ msgstr "ISO-C90 verbietet gemischte Deklarationen und Code"
2417 #~ msgid "ISO C forbids label declarations"
2418 #~ msgstr "ISO-C verbietet Markendeklarationen"
2420 #~ msgid "braced-group within expression allowed only inside a function"
2421 #~ msgstr "geklammerte Gruppe innerhalb eines Ausdrucks nur in Funktion erlaubt"
2423 #~ msgid "empty body in an else-statement"
2424 #~ msgstr "leerer Körper in einer else-Anweisung"
2426 #~ msgid "%Hempty body in an if-statement"
2427 #~ msgstr "%Hleerer Körper in einer if-Anweisung"
2429 #~ msgid "break statement not within loop or switch"
2430 #~ msgstr "break-Anweisung nicht innerhalb einer Schleife oder »switch«"
2432 #~ msgid "continue statement not within a loop"
2433 #~ msgstr "continue-Anweisung nicht innerhalb einer Schleife"
2435 #~ msgid "ISO C forbids `goto *expr;'"
2436 #~ msgstr "ISO-C verbietet »goto *expr;«"
2438 #~ msgid "ISO C requires a named argument before `...'"
2439 #~ msgstr "ISO-C erfordert ein benanntes Argument vor »...«"
2441 #~ msgid "`...' in old-style identifier list"
2442 #~ msgstr "»...« in einer Bezeichnerliste alten Stils"
2444 #~ msgid "syntax error; also virtual memory exhausted"
2445 #~ msgstr "Syntaxfehler; auch virtueller Speicher verbraucht"
2447 #~ msgid "parser stack overflow"
2448 #~ msgstr "Parser-Keller-Überlauf"
2450 #~ msgid "syntax error at '%s' token"
2451 #~ msgstr "Syntaxfehler beim Token »%s«"
2453 #~ msgid "can't create precompiled header %s: %m"
2454 #~ msgstr "der vorkompilierte Header »%s« kann nicht erzeugt werden: %m"
2456 #~ msgid "can't write to %s: %m"
2457 #~ msgstr "in %s kann nicht geschrieben werden: %m"
2459 #~ msgid "`%s' is not a valid output file"
2460 #~ msgstr "»%s« ist keine gültige Ausgabedatei"
2462 #~ msgid "can't write %s: %m"
2463 #~ msgstr "%s kann nicht geschrieben werden: %m"
2465 #~ msgid "can't seek in %s: %m"
2466 #~ msgstr "in %s kann nicht positioniert werden: %m"
2468 #~ msgid "can't read %s: %m"
2469 #~ msgstr "%s kann nicht gelesen werden: %m"
2471 #~ msgid "%s: not compatible with this GCC version"
2472 #~ msgstr "%s: nicht kompatibel mit dieser Version des GCC"
2474 #~ msgid "%s: not for %s"
2475 #~ msgstr "%s: nicht für %s"
2477 #~ msgid "%s: not a PCH file"
2478 #~ msgstr "%s: keine PCH-Datei"
2480 #~ msgid "%s: created on host `%.*s', but used on host `%s'"
2481 #~ msgstr "%s: auf Rechner »%.*s« erzeugt, aber auf Rechner »%s« verwendet"
2483 #~ msgid "%s: created for target `%.*s', but used for target `%s'"
2484 #~ msgstr "%s: für das Ziel »%.*s« erzeugt, aber für das Ziel »%s« verwendet"
2486 #~ msgid "%s: created by version `%.*s', but this is version `%s'"
2487 #~ msgstr "%s: durch Version »%.*s« erzeugt, aber dies ist Version »%s«"
2489 #~ msgid "%s: created with -g%s, but used with -g%s"
2490 #~ msgstr "%s: mit -g%s erzeugt, aber mit -g%s verwendet"
2492 #~ msgid "%s: had text segment at different address"
2493 #~ msgstr "%s: Textsegment trat an anderer Adresse auf"
2495 #~ msgid "calling fdopen"
2496 #~ msgstr "fdopen wird aufgerufen"
2498 #~ msgid "reading"
2499 #~ msgstr "Lesen"
2501 #~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2502 #~ msgstr "#pragma pack (pop) gefunden ohne passendes #pragma pack (push, <n>)"
2504 #~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2505 #~ msgstr "#pragma pack(pop, %s) gefunden ohne passendes #pragma pack(push, %s, <n>)"
2507 #~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2508 #~ msgstr "#pragma pack(push[, id], <n>) wird von diesem Ziel nicht unterstützt"
2510 #~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2511 #~ msgstr "#pragma pack(pop[, id], <n>) wird von diesem Ziel nicht unterstützt"
2513 #~ msgid "missing '(' after '#pragma pack' - ignored"
2514 #~ msgstr "fehlendes »(« hinter »#pragma pack« - ignoriert"
2516 #~ msgid "malformed '#pragma pack' - ignored"
2517 #~ msgstr "falsch geformtes »#pragma pack« - ignoriert"
2519 #~ msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2520 #~ msgstr "falsch geformtes »#pragma pack(push[, id], <n>)« - ignoriert"
2522 #~ msgid "malformed '#pragma pack(pop[, id])' - ignored"
2523 #~ msgstr "falsch geformtes »#pragma pack(pop[, id])« - ignoriert"
2525 #~ msgid "unknown action '%s' for '#pragma pack' - ignored"
2526 #~ msgstr "unbekannte Aktion »%s« für »#pragma pack« - ignoriert"
2528 #~ msgid "junk at end of '#pragma pack'"
2529 #~ msgstr "Ausschuss am Ende von »#pragma pack«"
2531 #~ msgid "alignment must be a small power of two, not %d"
2532 #~ msgstr "Ausrichtung muss eine kleine Zweierpotenz sein, nicht %d"
2534 #~ msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2535 #~ msgstr "%JAnwendung von #pragma weak »%D« nach erster Benutzung führt zu nicht spezifiziertem Verhalten"
2537 #~ msgid "malformed #pragma weak, ignored"
2538 #~ msgstr "falsch geformtes #pragma weak, ignoriert"
2540 #~ msgid "junk at end of #pragma weak"
2541 #~ msgstr "Ausschuss am Ende von #pragma weak"
2543 #~ msgid "malformed #pragma redefine_extname, ignored"
2544 #~ msgstr "falsch geformtes #pragma redefine_extname, ignoriert"
2546 #~ msgid "junk at end of #pragma redefine_extname"
2547 #~ msgstr "Ausschuss am Ende von #pragma redefine_extname"
2549 #~ msgid "#pragma redefine_extname conflicts with declaration"
2550 #~ msgstr "#pragma redefine_extname steht in Konflikt mit Deklaration"
2552 #~ msgid "malformed #pragma extern_prefix, ignored"
2553 #~ msgstr "falsch geformtes #pragma extern_prefix, ignoriert"
2555 #~ msgid "junk at end of #pragma extern_prefix"
2556 #~ msgstr "Ausschuss am Ende von #pragma extern_prefix"
2558 #~ msgid "asm declaration conflicts with previous rename"
2559 #~ msgstr "asm-Deklaration steht in Konflikt mit vorheriger Umbenennung"
2561 #~ msgid "destructor needed for `%D'"
2562 #~ msgstr "Destruktor für »%D« benötigt"
2564 #~ msgid "where case label appears here"
2565 #~ msgstr "wobei die case-Marke hier auftritt"
2567 #~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2568 #~ msgstr "(schließen Sie Aktionen vorheriger case-Anweisungen, die Destruktoren benötigen, in ihrem eigenen Gültigkeitsbereich ein)"
2570 #~ msgid "%s qualifier ignored on asm"
2571 #~ msgstr "%s-Qualifizierer für asm ignoriert"
2573 #~ msgid "will never be executed"
2574 #~ msgstr "wird niemals ausgeführt"
2576 #~ msgid "`%s' has an incomplete type"
2577 #~ msgstr "»%s« hat unvollständigen Typ"
2579 #~ msgid "invalid use of void expression"
2580 #~ msgstr "falsche Benutzung eines void-Ausdruckes"
2582 #~ msgid "invalid use of flexible array member"
2583 #~ msgstr "falsche Benutzung eines flexiblen Feldelements"
2585 #~ msgid "invalid use of array with unspecified bounds"
2586 #~ msgstr "falsche Benutzung eines Feldes mit unbekannten Grenzen"
2588 #~ msgid "invalid use of undefined type `%s %s'"
2589 #~ msgstr "falsche Benutzung des undefinierten Typs »%s %s«"
2591 #~ msgid "invalid use of incomplete typedef `%s'"
2592 #~ msgstr "falsche Benutzung des unvollständigen typedef »%s«"
2594 #~ msgid "function types not truly compatible in ISO C"
2595 #~ msgstr "Funktionstypen nicht wirklich kompatibel in ISO-C"
2597 #~ msgid "types are not quite compatible"
2598 #~ msgstr "Typen nicht sehr kompatibel"
2600 #~ msgid "function return types not compatible due to `volatile'"
2601 #~ msgstr "Funktionsrückgabetypen nicht kompatibel wegen »volatile«"
2603 #~ msgid "arithmetic on pointer to an incomplete type"
2604 #~ msgstr "Arithmetik mit Zeiger auf unvollständigen Typen"
2606 #~ msgid "%s has no member named `%s'"
2607 #~ msgstr "%s hat kein Element namens »%s«"
2609 #~ msgid "request for member `%s' in something not a structure or union"
2610 #~ msgstr "Anfrage nach Element »%s« in etwas, was keine Struktur oder Variante ist"
2612 #~ msgid "dereferencing pointer to incomplete type"
2613 #~ msgstr "Dereferenzierung eines Zeigers auf unvollständigen Typen"
2615 #~ msgid "dereferencing `void *' pointer"
2616 #~ msgstr "Dereferenzierung eines »void *«-Zeigers"
2618 #~ msgid "invalid type argument of `%s'"
2619 #~ msgstr "falsches Typ-Argument von »%s«"
2621 #~ msgid "subscript missing in array reference"
2622 #~ msgstr "Index fehlt in Feldreferenz"
2624 #~ msgid "array subscript has type `char'"
2625 #~ msgstr "Feldindex hat Typ »char«"
2627 #~ msgid "array subscript is not an integer"
2628 #~ msgstr "Feldindex ist keine Ganzzahl"
2630 #~ msgid "ISO C forbids subscripting `register' array"
2631 #~ msgstr "ISO-C verbietet, ein »register«-Array zu indizieren"
2633 #~ msgid "ISO C90 forbids subscripting non-lvalue array"
2634 #~ msgstr "ISO-C90 verbietet, ein Nicht-L-Wert-Feld zu indizieren"
2636 #~ msgid "subscript has type `char'"
2637 #~ msgstr "Index hat Typ »char«"
2639 #~ msgid "subscripted value is neither array nor pointer"
2640 #~ msgstr "indizierter Wert ist weder ein Feld noch ein Zeiger"
2642 #~ msgid "local declaration of `%s' hides instance variable"
2643 #~ msgstr "lokale Deklaration von »%s« verdeckt Instanzvariable"
2645 #~ msgid "called object is not a function"
2646 #~ msgstr "gerufenes Objekt ist keine Funktion"
2648 #~ msgid "function called through a non-compatible type"
2649 #~ msgstr "Funktion über nicht kompatiblen Typen aufgerufen"
2651 #~ msgid "too many arguments to function"
2652 #~ msgstr "zu viele Argumente für Funktion"
2654 #~ msgid "type of formal parameter %d is incomplete"
2655 #~ msgstr "Typ des formalen Parameters %d ist unvollständig"
2657 #~ msgid "%s as integer rather than floating due to prototype"
2658 #~ msgstr "%s als Ganzzahl statt Gleitkomma aufgrund des Prototyps"
2660 #~ msgid "%s as integer rather than complex due to prototype"
2661 #~ msgstr "%s als Ganzzahl statt komplex aufgrund des Prototyps"
2663 #~ msgid "%s as complex rather than floating due to prototype"
2664 #~ msgstr "%s als komplex statt Gleitkomma aufgrund des Prototyps"
2666 #~ msgid "%s as floating rather than integer due to prototype"
2667 #~ msgstr "%s als Gleitkomma statt Ganzzahl aufgrund des Prototyps"
2669 #~ msgid "%s as complex rather than integer due to prototype"
2670 #~ msgstr "%s als komplex statt Ganzzahl aufgrund des Prototyps"
2672 #~ msgid "%s as floating rather than complex due to prototype"
2673 #~ msgstr "%s als Gleitkomma statt komplex aufgrund des Prototyps"
2675 #~ msgid "%s as `float' rather than `double' due to prototype"
2676 #~ msgstr "%s als »float« statt »double« aufgrund des Prototyps"
2678 #~ msgid "%s with different width due to prototype"
2679 #~ msgstr "%s mit anderer Breite aufgrund des Prototyps"
2681 #~ msgid "%s as unsigned due to prototype"
2682 #~ msgstr "%s als vorzeichenlos aufgrund des Prototyps"
2684 #~ msgid "%s as signed due to prototype"
2685 #~ msgstr "%s als vorzeichenbehaftet aufgrund des Prototyps"
2687 #~ msgid "too few arguments to function"
2688 #~ msgstr "zu wenige Argumente für Funktion"
2690 #~ msgid "suggest parentheses around + or - inside shift"
2691 #~ msgstr "Klammern um + oder - innerhalb von Schiebeoperation empfohlen"
2693 #~ msgid "suggest parentheses around && within ||"
2694 #~ msgstr "Klammern um && innerhalb von || empfohlen"
2696 #~ msgid "suggest parentheses around arithmetic in operand of |"
2697 #~ msgstr "Klammern um Arithmetik in Operand von | empfohlen"
2699 #~ msgid "suggest parentheses around comparison in operand of |"
2700 #~ msgstr "Klammern um Vergleich in Operand von | empfohlen"
2702 #~ msgid "suggest parentheses around arithmetic in operand of ^"
2703 #~ msgstr "Klammern um Arithmetik in Operand von ^ empfohlen"
2705 #~ msgid "suggest parentheses around comparison in operand of ^"
2706 #~ msgstr "Klammern um Vergleich in Operand von ^ empfohlen"
2708 #~ msgid "suggest parentheses around + or - in operand of &"
2709 #~ msgstr "Klammern um + oder - in Operand von & empfohlen"
2711 #~ msgid "suggest parentheses around comparison in operand of &"
2712 #~ msgstr "Klammern um Vergleich in Operand von & empfohlen"
2714 #~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2715 #~ msgstr "Vergleiche wie X<=Y<=Z haben nicht ihre mathematische Bedeutung"
2717 #~ msgid "pointer of type `void *' used in subtraction"
2718 #~ msgstr "Zeiger des Typs »void *« in Subtraktion verwendet"
2720 #~ msgid "pointer to a function used in subtraction"
2721 #~ msgstr "Zeiger auf eine Funktion in Subtraktion verwendet"
2723 #~ msgid "wrong type argument to unary plus"
2724 #~ msgstr "Argument falschen Typs für unäres Plus"
2726 #~ msgid "wrong type argument to unary minus"
2727 #~ msgstr "Argument falschen Typs für unäres Minus"
2729 #~ msgid "ISO C does not support `~' for complex conjugation"
2730 #~ msgstr "ISO-C unterstützt nicht »~« für komplexe Konjugation"
2732 #~ msgid "wrong type argument to bit-complement"
2733 #~ msgstr "Argument falschen Typs für Bit-Komplement"
2735 #~ msgid "wrong type argument to abs"
2736 #~ msgstr "Argument falschen Typs für abs"
2738 #~ msgid "wrong type argument to conjugation"
2739 #~ msgstr "Argument falschen Typs für Konjugation"
2741 #~ msgid "wrong type argument to unary exclamation mark"
2742 #~ msgstr "Argument falschen Typs für unäres Ausrufungszeichen"
2744 #~ msgid "ISO C does not support `++' and `--' on complex types"
2745 #~ msgstr "ISO-C unterstützt kein »++« und »--« für komplexe Typen"
2747 #~ msgid "wrong type argument to increment"
2748 #~ msgstr "Argument falschen Typs für Inkrementierung"
2750 #~ msgid "wrong type argument to decrement"
2751 #~ msgstr "Argument falschen Typs für Dekrementierung"
2753 #~ msgid "increment of pointer to unknown structure"
2754 #~ msgstr "Erhöhung eines Zeigers auf unbekannte Struktur"
2756 #~ msgid "decrement of pointer to unknown structure"
2757 #~ msgstr "Verminderung eines Zeigers auf unbekannte Struktur"
2759 #~ msgid "invalid lvalue in unary `&'"
2760 #~ msgstr "ungültiger L-Wert in unärem »&«"
2762 #~ msgid "attempt to take address of bit-field structure member `%s'"
2763 #~ msgstr "Versuch, die Adresse des Bitfeld-Element »%s« einer Struktur zu verwenden"
2765 #~ msgid "use of conditional expressions as lvalues is deprecated"
2766 #~ msgstr "die Verwendung bedingter Ausdrücke als L-Werte ist veraltet"
2768 #~ msgid "use of compound expressions as lvalues is deprecated"
2769 #~ msgstr "Verwendung zusammengesetzter Ausdrücke als L-Werte ist veraltet"
2771 #~ msgid "use of cast expressions as lvalues is deprecated"
2772 #~ msgstr "die Verwendung von cast-Ausdrücken als L-Werte ist veraltet"
2774 #~ msgid "%s of read-only member `%s'"
2775 #~ msgstr "%s des schreibgeschützten Elementes »%s«"
2777 #~ msgid "%s of read-only variable `%s'"
2778 #~ msgstr "%s der schreibgeschützten Variable »%s«"
2780 #~ msgid "%s of read-only location"
2781 #~ msgstr "%s der schreibgeschützten Speicherstelle"
2783 #~ msgid "cannot take address of bit-field `%s'"
2784 #~ msgstr "die Adresse des Bit-Feldes »%s« kann nicht ermittelt werden"
2786 #~ msgid "global register variable `%s' used in nested function"
2787 #~ msgstr "globale Register-Variable »%s« in verschachtelter Funktion verwendet"
2789 #~ msgid "register variable `%s' used in nested function"
2790 #~ msgstr "Register-Variable »%s« in verschachtelter Funktion verwendet"
2792 #~ msgid "address of global register variable `%s' requested"
2793 #~ msgstr "Adresse der globalen Variable »%s« angefordert"
2795 #~ msgid "cannot put object with volatile field into register"
2796 #~ msgstr "kann kein Objekt mit volatile-Feld in Register laden"
2798 #~ msgid "address of register variable `%s' requested"
2799 #~ msgstr "Adresse der Register-Variablen »%s« angefordert"
2801 #~ msgid "signed and unsigned type in conditional expression"
2802 #~ msgstr "Vorzeichenloser und -behafteter Typ in bedingtem Ausdruck"
2804 #~ msgid "ISO C forbids conditional expr with only one void side"
2805 #~ msgstr "ISO-C verbietet bedingten Ausdruck mit nur einer void-Seite"
2807 #~ msgid "ISO C forbids conditional expr between `void *' and function pointer"
2808 #~ msgstr "ISO-C verbietet bedingten Ausdruck zwischen »void *« und Funktionszeiger"
2810 #~ msgid "pointer type mismatch in conditional expression"
2811 #~ msgstr "Zeigertyp passt nicht in bedingtem Ausdruck"
2813 #~ msgid "pointer/integer type mismatch in conditional expression"
2814 #~ msgstr "Zeiger-/Ganzzahltyp passt nicht in bedingtem Ausdruck"
2816 #~ msgid "type mismatch in conditional expression"
2817 #~ msgstr "Typ passt nicht in bedingtem Ausdruck"
2819 #~ msgid "left-hand operand of comma expression has no effect"
2820 #~ msgstr "linker Operand des Komma-Ausdrucks hat keinen Effekt"
2822 #~ msgid "cast specifies array type"
2823 #~ msgstr "Typkonvertierung gibt Feldtyp an"
2825 #~ msgid "cast specifies function type"
2826 #~ msgstr "Typkonvertierung gibt Funktionstyp an"
2828 #~ msgid "ISO C forbids casting nonscalar to the same type"
2829 #~ msgstr "ISO-C verbietet Typkonvertierung von Nicht-Skalar auf selben Typen"
2831 #~ msgid "ISO C forbids casts to union type"
2832 #~ msgstr "ISO-C verbietet Typkonvertierung auf union-Typ"
2834 #~ msgid "cast to union type from type not present in union"
2835 #~ msgstr "Typkonvertierung in union-Typ von nicht in union vorhandenem Typen"
2837 #~ msgid "cast adds new qualifiers to function type"
2838 #~ msgstr "Typkonvertierung fügt neue Typqualifizierer zu Funktionstypen hinzu"
2840 #~ msgid "cast discards qualifiers from pointer target type"
2841 #~ msgstr "Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp"
2843 #~ msgid "cast increases required alignment of target type"
2844 #~ msgstr "Typkonvertierung erfordert Ausrichtung des Zieltyps"
2846 #~ msgid "cast from pointer to integer of different size"
2847 #~ msgstr "Typkonvertierung von Zeiger auf Ganzzahl anderer Breite"
2849 #~ msgid "cast does not match function type"
2850 #~ msgstr "Typkonvertierung passt nicht zum Funktionstypen"
2852 #~ msgid "cast to pointer from integer of different size"
2853 #~ msgstr "Typkonvertierung in Zeiger von Ganzzahl anderer Breite"
2855 #~ msgid "type-punning to incomplete type might break strict-aliasing rules"
2856 #~ msgstr "Type-Punning auf unvollständigen Typen kann strict-aliasing-Regeln verletzen"
2858 #~ msgid "dereferencing type-punned pointer will break strict-aliasing rules"
2859 #~ msgstr "Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln"
2861 #~ msgid "ISO C forbids conversion of function pointer to object pointer type"
2862 #~ msgstr "ISO-C verbietet Konvertierung von Funktionszeigern in Objektzeigertyp"
2864 #~ msgid "ISO C forbids conversion of object pointer to function pointer type"
2865 #~ msgstr "ISO-C verbietet Konvertierung von Objektzeigertypen in Funktionszeigertyp"
2867 #~ msgid "invalid lvalue in assignment"
2868 #~ msgstr "ungültiger L-Wert in Zuweisung"
2870 #~ msgid "assignment"
2871 #~ msgstr "Zuweisung"
2873 #~ msgid "cannot pass rvalue to reference parameter"
2874 #~ msgstr "kann R-Wert nicht an Referenzparameter übergeben"
2876 #~ msgid "%s makes qualified function pointer from unqualified"
2877 #~ msgstr "%s erzeugt aus unqualifiziertem einen qualifizierten Funktionszeiger"
2879 #~ msgid "%s discards qualifiers from pointer target type"
2880 #~ msgstr "%s streicht Qualifizierer von Zeiger-Zieltypen"
2882 #~ msgid "ISO C prohibits argument conversion to union type"
2883 #~ msgstr "ISO-C verbietet Argumentkonvertierung in union-Typ"
2885 #~ msgid "ISO C forbids %s between function pointer and `void *'"
2886 #~ msgstr "ISO-C verbietet %s zwischen Funktionszeiger und »void *«"
2888 #~ msgid "pointer targets in %s differ in signedness"
2889 #~ msgstr "Zeigerziele in %s unterscheiden sich im Vorzeichenbesitz"
2891 #~ msgid "%s from incompatible pointer type"
2892 #~ msgstr "%s von inkompatiblem Zeigertyp"
2894 #~ msgid "invalid use of non-lvalue array"
2895 #~ msgstr "ungültige Verwendung eines Nicht-L-Wert-Feldes"
2897 #~ msgid "%s makes pointer from integer without a cast"
2898 #~ msgstr "%s erzeugt Zeiger von Ganzzahl ohne Typkonvertierung"
2900 #~ msgid "%s makes integer from pointer without a cast"
2901 #~ msgstr "%s erzeugt Ganzzahl von Zeiger ohne Typkonvertierung"
2903 #~ msgid "incompatible type for argument %d of `%s'"
2904 #~ msgstr "inkompatibler Typ für Argument %d von »%s«"
2906 #~ msgid "incompatible type for argument %d of indirect function call"
2907 #~ msgstr "inkompatibler Typ für Argument %d eines indirekten Funktionsaufrufes"
2909 #~ msgid "incompatible types in %s"
2910 #~ msgstr "inkompatible Typen in %s"
2912 #~ msgid "passing arg of `%s'"
2913 #~ msgstr "Verarbeiten des Argumentes von »%s«"
2915 #~ msgid "passing arg of pointer to function"
2916 #~ msgstr "Verarbeiten des Zeigerargumentes an Funktion"
2918 #~ msgid "passing arg %d of `%s'"
2919 #~ msgstr "Verarbeiten des Argumentes %d von »%s«"
2921 #~ msgid "passing arg %d of pointer to function"
2922 #~ msgstr "Verarbeiten des Argumentes %d von Zeiger auf Funktion"
2924 #~ msgid "traditional C rejects automatic aggregate initialization"
2925 #~ msgstr "traditionelles C lehnt automatische Gesamt-Initialisierung ab"
2927 #~ msgid "(near initialization for `%s')"
2928 #~ msgstr "(nahe der Initialisierung für »%s«)"
2930 #~ msgid "char-array initialized from wide string"
2931 #~ msgstr "char-Feld mit wide-Zeichenkette initialisiert"
2933 #~ msgid "int-array initialized from non-wide string"
2934 #~ msgstr "int-Feld mit Nicht-wide-Zeichenkette initialisiert"
2936 #~ msgid "initializer-string for array of chars is too long"
2937 #~ msgstr "Initialisierungs-Zeichenkette für char-Feld ist zu lang"
2939 #~ msgid "array initialized from non-constant array expression"
2940 #~ msgstr "Feld mit nicht konstantem Feldausdruck initialisiert"
2942 #~ msgid "initializer element is not constant"
2943 #~ msgstr "Initialisierungselement ist nicht konstant"
2945 #~ msgid "initialization"
2946 #~ msgstr "Initialisierung"
2948 #~ msgid "initializer element is not computable at load time"
2949 #~ msgstr "Initialisierungs-Element ist zur Lade-Zeit nicht berechenbar"
2951 #~ msgid "invalid initializer"
2952 #~ msgstr "ungültige Initialisierung"
2954 #~ msgid "opaque vector types cannot be initialized"
2955 #~ msgstr "opake Vektortypen können nicht initialisiert werden"
2957 #~ msgid "extra brace group at end of initializer"
2958 #~ msgstr "zusätzliche geschweifte Klammern am Ende der Initialisierung"
2960 #~ msgid "missing braces around initializer"
2961 #~ msgstr "geschweifte Klammern fehlen um Initialisierung"
2963 #~ msgid "braces around scalar initializer"
2964 #~ msgstr "geschweifte Klammern um Skalar-Initialisierung"
2966 #~ msgid "initialization of flexible array member in a nested context"
2967 #~ msgstr "Initialisierung eines flexiblen Feld-Elements in geschachteltem Kontext"
2969 #~ msgid "initialization of a flexible array member"
2970 #~ msgstr "Initialisierung eines flexiblen Feld-Elements"
2972 #~ msgid "missing initializer"
2973 #~ msgstr "fehlende Initialisierung"
2975 #~ msgid "empty scalar initializer"
2976 #~ msgstr "leere Skalar-Initialisierung"
2978 #~ msgid "extra elements in scalar initializer"
2979 #~ msgstr "zusätzliche Elemente in Skalar-Initialisierung"
2981 #~ msgid "initialization designators may not nest"
2982 #~ msgstr "Initialisierungs-Bezeichner dürfen nicht geschachtelt werden"
2984 #~ msgid "array index in non-array initializer"
2985 #~ msgstr "Feldindex in Nicht-Feld-Initialisierung"
2987 #~ msgid "field name not in record or union initializer"
2988 #~ msgstr "Feldname nicht in Datensatz- oder union-Initialisierung"
2990 #~ msgid "nonconstant array index in initializer"
2991 #~ msgstr "nichtkonstanter Feldindex in Initialisierung"
2993 #~ msgid "array index in initializer exceeds array bounds"
2994 #~ msgstr "Feldindex in Initialisierung überschreitet Feldgrenzen"
2996 #~ msgid "empty index range in initializer"
2997 #~ msgstr "leerer Indexbereich in Initialisierung"
2999 #~ msgid "array index range in initializer exceeds array bounds"
3000 #~ msgstr "Feldindexbereich in Initialisierung überschreitet Feldgrenzen"
3002 #~ msgid "unknown field `%s' specified in initializer"
3003 #~ msgstr "unbekanntes Feld »%s« in Initialisierung angegeben"
3005 #~ msgid "initialized field with side-effects overwritten"
3006 #~ msgstr "initialisiertes Feld mit Seiteneffekten überschrieben"
3008 #~ msgid "excess elements in char array initializer"
3009 #~ msgstr "Elementüberschreitung in char-Feld-Initialisierung"
3011 #~ msgid "excess elements in struct initializer"
3012 #~ msgstr "Elementüberschreitung in struct-Initialisierung"
3014 #~ msgid "non-static initialization of a flexible array member"
3015 #~ msgstr "nicht-statische Initialisierung eines flexiblen Feldelements"
3017 #~ msgid "excess elements in union initializer"
3018 #~ msgstr "Elementüberschreitung in union-Initialisierung"
3020 #~ msgid "traditional C rejects initialization of unions"
3021 #~ msgstr "traditionelles C lehnt Initialisierung von unions ab"
3023 #~ msgid "excess elements in array initializer"
3024 #~ msgstr "Elementüberschreitung in Feldinitialisierung"
3026 #~ msgid "excess elements in vector initializer"
3027 #~ msgstr "Elementüberschreitung in Vektorinitialisierung"
3029 #~ msgid "excess elements in scalar initializer"
3030 #~ msgstr "Elementüberschreitung in Skalar-Initialisierung"
3032 #~ msgid "asm template is not a string constant"
3033 #~ msgstr "asm-Template ist keine Zeichenkettenkonstante"
3035 #~ msgid "invalid lvalue in asm statement"
3036 #~ msgstr "ungültiger L-Wert in asm-Anweisung"
3038 #~ msgid "modification by `asm'"
3039 #~ msgstr "Modifizierung durch »asm«"
3041 #~ msgid "function declared `noreturn' has a `return' statement"
3042 #~ msgstr "als »noreturn« deklarierte Funktion hat »return«-Anweisung"
3044 #~ msgid "`return' with no value, in function returning non-void"
3045 #~ msgstr "»return« ohne Wert in nicht void zurückgebender Funktion"
3047 #~ msgid "`return' with a value, in function returning void"
3048 #~ msgstr "»return« mit Wert in void zurückgebender Funktion"
3050 #~ msgid "return"
3051 #~ msgstr "return"
3053 #~ msgid "function returns address of local variable"
3054 #~ msgstr "Funktion liefert Adresse einer lokalen Variablen zurück"
3056 #~ msgid "switch quantity not an integer"
3057 #~ msgstr "switch-Größe keine Ganzzahl"
3059 #~ msgid "`long' switch expression not converted to `int' in ISO C"
3060 #~ msgstr "»long« switch-Ausdruck nicht nach »int« konvertiert in ISO C"
3062 #~ msgid "case label not within a switch statement"
3063 #~ msgstr "case-Marke nicht innerhalb einer switch-Anweisung"
3065 #~ msgid "`default' label not within a switch statement"
3066 #~ msgstr "»default«-Marke nicht innerhalb einer switch-Anweisung"
3068 #~ msgid "division by zero"
3069 #~ msgstr "Teilung durch Null"
3071 #~ msgid "right shift count is negative"
3072 #~ msgstr "Rechts-Schiebe-Weite ist negativ"
3074 #~ msgid "right shift count >= width of type"
3075 #~ msgstr "Rechts-Schiebe-Weite >= Breite des Typs"
3077 #~ msgid "left shift count is negative"
3078 #~ msgstr "Links-Schiebe-Weite ist negativ"
3080 #~ msgid "left shift count >= width of type"
3081 #~ msgstr "Links-Schiebe-Weite >= Breite des Typs"
3083 #~ msgid "shift count is negative"
3084 #~ msgstr "Schiebeweite ist negativ"
3086 #~ msgid "shift count >= width of type"
3087 #~ msgstr "Schiebeweite >= Breite des Typs"
3089 #~ msgid "comparing floating point with == or != is unsafe"
3090 #~ msgstr "Vergleich von Gleitkomma mit == oder != ist unsicher"
3092 #~ msgid "ISO C forbids comparison of `void *' with function pointer"
3093 #~ msgstr "ISO-C verbietet Vergleich von »void *« mit Funktionszeiger"
3095 #~ msgid "comparison of distinct pointer types lacks a cast"
3096 #~ msgstr "in Vergleich verschiedener Zeigertypen fehlt Typkonvertierung"
3098 #~ msgid "comparison between pointer and integer"
3099 #~ msgstr "Vergleich zwischen Zeiger und Ganzzahl"
3101 #~ msgid "ISO C forbids ordered comparisons of pointers to functions"
3102 #~ msgstr "ISO-C verbietet geordnete Vergleiche zwischen Zeigern auf Funktionen"
3104 #~ msgid "comparison of complete and incomplete pointers"
3105 #~ msgstr "Vergleich von vollständigen und unvollständigen Zeigern"
3107 #~ msgid "ordered comparison of pointer with integer zero"
3108 #~ msgstr "geordneter Vergleich von Zeiger mit Ganzzahlnull"
3110 #~ msgid "unordered comparison on non-floating point argument"
3111 #~ msgstr "ungeordneter Vergleich mit Nicht-Gleitkomma-Argument"
3113 #~ msgid "comparison between signed and unsigned"
3114 #~ msgstr "Vergleich zwischen vorzeichenbehaftet und vorzeichenlos"
3116 #~ msgid "comparison of promoted ~unsigned with constant"
3117 #~ msgstr "Vergleich von weitergegebenem ~unsigned mit Konstante"
3119 #~ msgid "comparison of promoted ~unsigned with unsigned"
3120 #~ msgstr "Vergleich von weitergegebenem ~unsigned mit unsigned"
3122 #~ msgid "%Jinlining failed in call to '%F'"
3123 #~ msgstr "%J»inline« beim Aufruf von »%F« gescheitert"
3125 #~ msgid "called from here"
3126 #~ msgstr "von hier aufgerufen"
3128 #~ msgid "%Jcan't inline call to '%F'"
3129 #~ msgstr "%JAufruf von »%F« kann nicht »inline« erfolgen"
3131 #~ msgid "ignoring return value of `%D', declared with attribute warn_unused_result"
3132 #~ msgstr "Rückgabewert von »%D«, das mit dem Attribut warn_unused_result definiert wurde, wird ignoriert"
3134 #~ msgid "ignoring return value of function declared with attribute warn_unused_result"
3135 #~ msgstr "Rückgabewert der mit dem Attribut warn_unused_result definierten Funktion wird ignoriert"
3137 #~ msgid "function call has aggregate value"
3138 #~ msgstr "Funktionsaufruf hat zusammengesetzten Wert"
3140 #~ msgid "bb %d on wrong place"
3141 #~ msgstr "bb %d an falscher Stelle"
3143 #~ msgid "prev_bb of %d should be %d, not %d"
3144 #~ msgstr "prev_bb von %d sollte %d sein, nicht %d"
3146 #~ msgid "verify_flow_info: Wrong count of block %i %i"
3147 #~ msgstr "verify_flow_info: Falsche Blockzahl %i %i"
3149 #~ msgid "verify_flow_info: Wrong frequency of block %i %i"
3150 #~ msgstr "verify_flow_info: Falsche Blockfrequenz %i %i"
3152 #~ msgid "verify_flow_info: Duplicate edge %i->%i"
3153 #~ msgstr "verify_flow_info: Doppelte Kante %i->%i"
3155 #~ msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3156 #~ msgstr "verify_flow_info: Falsche Wahrscheinlichkeit der Kante %i->%i %i"
3158 #~ msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3159 #~ msgstr "verify_flow_info: Falsche Kantenzahl %i->%i %i"
3161 #~ msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3162 #~ msgstr "verify_flow_info: Nachfolgekante des Basis-Blocks %d ist beschädigt"
3164 #~ msgid "Wrong amount of branch edges after unconditional jump %i"
3165 #~ msgstr "Falsche Summe der Zweig-Kanten nach unbedingtem Sprung %i"
3167 #~ msgid "basic block %d pred edge is corrupted"
3168 #~ msgstr "Vorgänger des Basis-Blocks %d ist beschädigt"
3170 #~ msgid "basic block %i edge lists are corrupted"
3171 #~ msgstr "Kantenlisten des Basis-Blockes %i sind beschädigt"
3173 #~ msgid "verify_flow_info failed"
3174 #~ msgstr "verify_flow_info gescheitert"
3176 #~ msgid "Size of loop %d should be %d, not %d."
3177 #~ msgstr "Größe der Schleife %d sollte %d sein, nicht %d"
3179 #~ msgid "Bb %d do not belong to loop %d."
3180 #~ msgstr "Bb %d gehört nicht zur Schleife %d."
3182 #~ msgid "Loop %d's header does not have exactly 2 entries."
3183 #~ msgstr "Kopf der Schleife %d hat nicht genau 2 Einträge."
3185 #~ msgid "Loop %d's latch does not have exactly 1 successor."
3186 #~ msgstr "Falle der Schleife %d hat nicht genau einen Nachfolger."
3188 #~ msgid "Loop %d's latch does not have header as successor."
3189 #~ msgstr "Falle der Schleife %d hat nicht den Kopf als Nachfolger."
3191 #~ msgid "Loop %d's latch does not belong directly to it."
3192 #~ msgstr "Falle der Schleife %d gehört nicht direkt zu ihr."
3194 #~ msgid "Loop %d's header does not belong directly to it."
3195 #~ msgstr "Kopf der Schleife %d gehört nicht direkt zu ihr."
3197 #~ msgid "Loop %d's latch is marked as part of irreducible region."
3198 #~ msgstr "Falle der Schleife %d ist als Teil einer irreduziblen Region markiert."
3200 #~ msgid "Basic block %d should be marked irreducible."
3201 #~ msgstr "Basisblock %d sollte als irreduzibel markiert werden."
3203 #~ msgid "Basic block %d should not be marked irreducible."
3204 #~ msgstr "Basisblock %d sollte nicht als irreduzibel markiert werden."
3206 #~ msgid "Edge from %d to %d should be marked irreducible."
3207 #~ msgstr "Kante von %d nach %d sollte als irreduzibel markiert werden."
3209 #~ msgid "Edge from %d to %d should not be marked irreducible."
3210 #~ msgstr "Kante von %d nach %d sollte nicht als irreduzibel markiert werden."
3212 #~ msgid "end insn %d for block %d not found in the insn stream"
3213 #~ msgstr "Ende-insn %d für Block %d nicht im insn-Stream gefunden"
3215 #~ msgid "insn %d is in multiple basic blocks (%d and %d)"
3216 #~ msgstr "insn %d ist in mehreren Basisblöcken (%d und %d)"
3218 #~ msgid "head insn %d for block %d not found in the insn stream"
3219 #~ msgstr "Kopf-insn %d für Block %d nicht im insn-Stream gefunden"
3221 #~ msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3222 #~ msgstr "verify_flow_info: REG_BR_PROB passt nicht zu cfg %wi %i"
3224 #~ msgid "Missing REG_EH_REGION note in the end of bb %i"
3225 #~ msgstr "Fehlender Vermerk von REG_EH_REGION am Ende vom bb %i"
3227 #~ msgid "Too many outgoing branch edges from bb %i"
3228 #~ msgstr "Zu viele abgehende Zweig-Kanten vom bb %i"
3230 #~ msgid "Fallthru edge after unconditional jump %i"
3231 #~ msgstr "Fallthru-Kante nach unbedingtem Sprung %i"
3233 #~ msgid "Wrong amount of branch edges after conditional jump %i"
3234 #~ msgstr "Falsche Summe der Zweig-Kanten nach bedingtem Sprung %i"
3236 #~ msgid "Call edges for non-call insn in bb %i"
3237 #~ msgstr "Ruf-Kanten für Nicht-Aufruf-insn im bb %i"
3239 #~ msgid "Abnormal edges for no purpose in bb %i"
3240 #~ msgstr "Abnormale Kanten ohne Grund in bb %i"
3242 #~ msgid "insn %d inside basic block %d but block_for_insn is NULL"
3243 #~ msgstr "insn %d innerhalb des Basis-Blockes %d, aber block_for_insn ist NULL"
3245 #~ msgid "insn %d inside basic block %d but block_for_insn is %i"
3246 #~ msgstr "insn %d innerhalb Basis-Blockes %d, aber block_for_insn ist %i"
3248 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3249 #~ msgstr "NOTE_INSN_BASIC_BLOCK fehlt für Block %d"
3251 #~ msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3252 #~ msgstr "NOTE_INSN_BASIC_BLOCK %d in der Mitte des Basis-Blocks %d"
3254 #~ msgid "in basic block %d:"
3255 #~ msgstr "im Basis-Block %d:"
3257 #~ msgid "flow control insn inside a basic block"
3258 #~ msgstr "Flusskontroll-insn innerhalb eines Basis-Blockes"
3260 #~ msgid "missing barrier after block %i"
3261 #~ msgstr "fehlende Sperre nach Block %i"
3263 #~ msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3264 #~ msgstr "verify_flow_info: Falsche Blöcke für »fallthru« %i->%i"
3266 #~ msgid "verify_flow_info: Incorrect fallthru %i->%i"
3267 #~ msgstr "verify_flow_info: Falsches »fallthru« %i->%i"
3269 #~ msgid "wrong insn in the fallthru edge"
3270 #~ msgstr "falsche insn in »fallthru«-Kante"
3272 #~ msgid "basic blocks not laid down consecutively"
3273 #~ msgstr "Basis-Blöcke sind nicht fortlaufend"
3275 #~ msgid "insn outside basic block"
3276 #~ msgstr "insn außerhalb eines Basis-Blockes"
3278 #~ msgid "return not followed by barrier"
3279 #~ msgstr "»return« nicht gefolgt von Sperre"
3281 #~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3282 #~ msgstr "Anzahl der bb-Vermerke in insn-Kette (%d) != n_basic_blocks (%d)"
3284 #~ msgid "function body not available"
3285 #~ msgstr "Funktionskörper nicht verfügbar"
3287 #~ msgid "redefined extern inline functions are not considered for inlining"
3288 #~ msgstr "redefinierte »extern inline«-Funktionen kommen nicht als »inline« in Betracht"
3290 #~ msgid "function not considered for inlining"
3291 #~ msgstr "Funktion kommt nicht für »inline« in Betracht"
3293 #~ msgid "function not inlinable"
3294 #~ msgstr "Funktion kann nicht »inline« sein"
3296 #~ msgid "%D renamed after being referenced in assembly"
3297 #~ msgstr "%D nach Referenzierung in Assemblierung umbenannt"
3299 #~ msgid "--param large-function-growth limit reached"
3300 #~ msgstr "--param large-function-growth: Limit erreicht"
3302 #~ msgid "--param large-function-growth limit reached while inlining the caller"
3303 #~ msgstr "--param large-function-growth: Limit bei »inline« des Aufrufers erreicht"
3305 #~ msgid "--param max-inline-insns-single limit reached"
3306 #~ msgstr "--param max-inline-insns-single: Limit erreicht"
3308 #~ msgid "--param max-inline-insns-single limit reached after inlining into the callee"
3309 #~ msgstr "--param max-inline-insns-single: Limit nach »inline« im Aufgerufenen erreicht"
3311 #~ msgid "--param inline-unit-growth limit reached"
3312 #~ msgstr "--param inline-unit-growth: Limit erreicht"
3314 #~ msgid "recursive inlining"
3315 #~ msgstr "rekursives inline"
3317 #~ msgid "internal error"
3318 #~ msgstr "interner Fehler"
3320 #~ msgid "no arguments"
3321 #~ msgstr "Keiner Argumente"
3323 #~ msgid "fopen %s"
3324 #~ msgstr "fopen %s"
3326 #~ msgid "fclose %s"
3327 #~ msgstr "fclose %s"
3329 #~ msgid "collect2 version %s"
3330 #~ msgstr "collect2-Version %s"
3332 #~ msgid "%d constructor(s) found\n"
3333 #~ msgstr "%d Konstruktor(en) gefunden\n"
3335 #~ msgid "%d destructor(s)  found\n"
3336 #~ msgstr "%d Destruktor(en) gefunden\n"
3338 #~ msgid "%d frame table(s) found\n"
3339 #~ msgstr "%d Rahmentabelle(n) gefunden\n"
3341 #~ msgid "%s terminated with signal %d [%s]%s"
3342 #~ msgstr "%s mit Signal %d [%s]%s beendet"
3344 #~ msgid "%s returned %d exit status"
3345 #~ msgstr "%s gab Ende-Status %d zurück"
3347 #~ msgid "[cannot find %s]"
3348 #~ msgstr "[kann %s nicht finden]"
3350 #~ msgid "cannot find `%s'"
3351 #~ msgstr "kann »%s« nicht finden"
3353 #~ msgid "redirecting stdout: %s"
3354 #~ msgstr "leite Standardausgabe um: %s"
3356 #~ msgid "[Leaving %s]\n"
3357 #~ msgstr "[Verlasse %s]\n"
3359 #~ msgid ""
3360 #~ "\n"
3361 #~ "write_c_file - output name is %s, prefix is %s\n"
3362 #~ msgstr ""
3363 #~ "\n"
3364 #~ "write_c_file - Ausgabename ist %s, Präfix ist %s\n"
3366 #~ msgid "cannot find `nm'"
3367 #~ msgstr "kann »nm« nicht finden"
3369 #~ msgid "pipe"
3370 #~ msgstr "Pipe"
3372 #~ msgid "fdopen"
3373 #~ msgstr "fdopen"
3375 #~ msgid "dup2 %d 1"
3376 #~ msgstr "dup2 %d 1"
3378 #~ msgid "close %d"
3379 #~ msgstr "close %d"
3381 #~ msgid "execv %s"
3382 #~ msgstr "execv %s"
3384 #~ msgid "init function found in object %s"
3385 #~ msgstr "init-Funktion im Objekt %s gefunden"
3387 #~ msgid "fini function found in object %s"
3388 #~ msgstr "fini-Funktion im Objekt %s gefunden"
3390 #~ msgid "fclose"
3391 #~ msgstr "fclose"
3393 #~ msgid "unable to open file '%s'"
3394 #~ msgstr "kann Datei »%s« nicht öffnen"
3396 #~ msgid "unable to stat file '%s'"
3397 #~ msgstr "kann Dateistatus für »%s« nicht ermitteln"
3399 #~ msgid "unable to mmap file '%s'"
3400 #~ msgstr "kann mmap nicht auf Datei »%s« anwenden"
3402 #~ msgid "not found\n"
3403 #~ msgstr "nicht gefunden\n"
3405 #~ msgid "dynamic dependency %s not found"
3406 #~ msgstr "dynamische Abhängigkeit %s nicht gefunden"
3408 #~ msgid "bad magic number in file '%s'"
3409 #~ msgstr "Falsche magische Zahl in Datei »%s«"
3411 #~ msgid "dynamic dependencies.\n"
3412 #~ msgstr "dynamische Abhängigkeiten.\n"
3414 #~ msgid "cannot find `ldd'"
3415 #~ msgstr "kann »ldd« nicht finden"
3417 #~ msgid ""
3418 #~ "\n"
3419 #~ "ldd output with constructors/destructors.\n"
3420 #~ msgstr ""
3421 #~ "\n"
3422 #~ "Ausgabe von ldd mit Konstruktoren/Destruktoren.\n"
3424 #~ msgid "unable to open dynamic dependency '%s'"
3425 #~ msgstr "kann dynamische Abhängigkeit »%s« nicht öffnen"
3427 #~ msgid "%s: not a COFF file"
3428 #~ msgstr "%s: keine COFF-Datei"
3430 #~ msgid "%s: cannot open as COFF file"
3431 #~ msgstr "kann %s nicht als COFF-Datei öffnen"
3433 #~ msgid "library lib%s not found"
3434 #~ msgstr "Bibliothek lib%s nicht gefunden"
3436 #~ msgid ""
3437 #~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3438 #~ ";; %d successes.\n"
3439 #~ "\n"
3440 #~ msgstr ""
3441 #~ ";; Kombinierer-Statistik: %d Versuche, %d Ersetzungen (%d benötigten neuen Platz),\n"
3442 #~ ";; %d Erfolge.\n"
3443 #~ "\n"
3445 #~ msgid ""
3446 #~ "\n"
3447 #~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3448 #~ ";; %d successes.\n"
3449 #~ msgstr ""
3450 #~ "\n"
3451 #~ ";; Kombinierer-Gesamtwerte: %d Versuche, %d Ersetzungen (%d benötigten neuen Platz),\n"
3452 #~ ";; %d Erfolge.\n"
3454 #~ msgid "cannot convert to a pointer type"
3455 #~ msgstr "kann nicht in Zeigertyp konvertieren"
3457 #~ msgid "pointer value used where a floating point value was expected"
3458 #~ msgstr "Zeigerwert verwendet, wo Gleitkommawert erwartet wurde"
3460 #~ msgid "aggregate value used where a float was expected"
3461 #~ msgstr "zusammengesetzten Wert verwendet, wo Gleitkomma erwartet wurde"
3463 #~ msgid "conversion to incomplete type"
3464 #~ msgstr "Konvertierung in unvollständigen Typen"
3466 #~ msgid "can't convert between vector values of different size"
3467 #~ msgstr "kann nicht zwischen Vektorwerten verschiedener Größen konvertieren"
3469 #~ msgid "aggregate value used where an integer was expected"
3470 #~ msgstr "zusammengesetzter Wert verwendet, wo Ganzzahl erwartet wurde"
3472 #~ msgid "pointer value used where a complex was expected"
3473 #~ msgstr "Zeigerwert verwendet, wo »complex« erwartet wurde"
3475 #~ msgid "aggregate value used where a complex was expected"
3476 #~ msgstr "zusammengesetzer Wert verwendet, wo »complex« erwartet wurde"
3478 #~ msgid "can't convert value to a vector"
3479 #~ msgstr "kann Wert nicht in Vektor konvertieren"
3481 #~ msgid "`%s' is not a gcov data file"
3482 #~ msgstr "»%s« ist keine gcov-Datei"
3484 #~ msgid "`%s' is version `%.4s', expected version `%.4s'"
3485 #~ msgstr "»%s« hat Version »%.4s«, Version »%.4s« erwartet"
3487 #~ msgid "coverage mismatch for function %u while reading execution counters."
3488 #~ msgstr "Überdeckung passt nicht für Funktion %u beim Lesen der Ausführungszähler."
3490 #~ msgid "checksum is %x instead of %x"
3491 #~ msgstr "Prüfsumme ist %x statt %x"
3493 #~ msgid "number of counters is %d instead of %d"
3494 #~ msgstr "Zahl der Zähler ist %d statt %d"
3496 #~ msgid "cannot merge separate %s counters for function %u"
3497 #~ msgstr "separate %s Zähler für die Funktion %u können nicht verschmolzen werden"
3499 #~ msgid "`%s' has overflowed"
3500 #~ msgstr "»%s« übergelaufen"
3502 #~ msgid "`%s' is corrupted"
3503 #~ msgstr "»%s« ist beschädigt"
3505 #~ msgid "file %s not found, execution counts assumed to be zero"
3506 #~ msgstr "Datei %s nicht gefunden, Ausführungszähler als null angenommen"
3508 #~ msgid "no coverage for function '%s' found."
3509 #~ msgstr "keine Überdeckung für Funktion »%s« gefunden."
3511 #~ msgid "coverage mismatch for function '%s' while reading counter '%s'."
3512 #~ msgstr "Überdeckung passt nicht bei Funktion »%s« beim Lesen des Zählers »%s«."
3514 #~ msgid "cannot open %s"
3515 #~ msgstr "Es ist nicht möglich, »%s« zu öffnen"
3517 #~ msgid "error writing `%s'"
3518 #~ msgstr "Fehler beim Schreiben der Datei »%s«"
3520 #~ msgid "\"%s\" is not a valid option to the preprocessor"
3521 #~ msgstr "»%s« ist keine gültige Präprozessoroption"
3523 #~ msgid "too many input files"
3524 #~ msgstr "zu viele Eingabedateien"
3526 #~ msgid ";; Processing block from %d to %d, %d sets.\n"
3527 #~ msgstr ";; Bearbeite Block von %d bis %d, %d Sets.\n"
3529 #~ msgid "%s:%d: confused by earlier errors, bailing out\n"
3530 #~ msgstr "%s:%d: durch frühere Fehler verwirrt, Abbruch\n"
3532 #~ msgid "compilation terminated.\n"
3533 #~ msgstr "Kompilierung beendet.\n"
3535 #~ msgid "Internal compiler error: Error reporting routines re-entered.\n"
3536 #~ msgstr "Interner Compilerfehler: Fehlerbehandlungsroutinen doppelt betreten.\n"
3538 #~ msgid "in %s, at %s:%d"
3539 #~ msgstr "in %s, bei %s:%d"
3541 #~ msgid "dominator of %d should be %d, not %d"
3542 #~ msgstr "Herrscher über %d sollte %d sein, nicht %d"
3544 #~ msgid "DW_LOC_OP %s not implemented\n"
3545 #~ msgstr "DW_LOC_OP %s nicht implementiert\n"
3547 #~ msgid "can't access real part of complex value in hard register"
3548 #~ msgstr "kann nicht auf realen Teil des komplexen Wertes im festen Register zugreifen"
3550 #~ msgid "can't access imaginary part of complex value in hard register"
3551 #~ msgstr "kann nicht auf imaginären Teil des komplexen Wertes im festen Register zugreifen"
3553 #~ msgid "Invalid rtl sharing found in the insn"
3554 #~ msgstr "ungültige gemeinsame rtl-Benutzung in insn gefunden"
3556 #~ msgid "Shared rtx"
3557 #~ msgstr "Gemeinsames rtx"
3559 #~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
3560 #~ msgstr "ICE: emit_insn verwendet, wo emit_jump_insn erforderlich:\n"
3562 #~ msgid "abort in %s, at %s:%d"
3563 #~ msgstr "Abbruch in %s, bei %s:%d"
3565 #~ msgid "exception handling disabled, use -fexceptions to enable"
3566 #~ msgstr "Ausnahmebehandlung ausgeschaltet, benutzen Sie -fexeptions zum Anschalten"
3568 #~ msgid "argument of `__builtin_eh_return_regno' must be constant"
3569 #~ msgstr "Argument für »__builtin_eh_return_regno« muss konstant sein"
3571 #~ msgid "__builtin_eh_return not supported on this target"
3572 #~ msgstr "__builtin_eh_return für dieses Ziel nicht unterstützt"
3574 #~ msgid "stack limits not supported on this target"
3575 #~ msgstr "Kellergrenzen nicht für dieses Ziel unterstützt"
3577 #~ msgid "function using short complex types cannot be inline"
3578 #~ msgstr "Funktion, die komplexe »short«-Typen verwendet, kann nicht »inline« sein"
3580 #~ msgid "%Jprior parameter's size depends on '%D'"
3581 #~ msgstr "%Jvorherige Parametergröße hängt von »%D« ab"
3583 #~ msgid "returned value in block_exit_expr"
3584 #~ msgstr "zurückgelieferter Wert in block_exit_expr"
3586 #~ msgid "cannot take the address of an unaligned member"
3587 #~ msgstr "die Adresse eines nicht ausgerichteten Elements kann nicht ermittelt werden"
3589 #~ msgid "negative insn length"
3590 #~ msgstr "negative insn-Länge"
3592 #~ msgid "could not split insn"
3593 #~ msgstr "insn kann nicht aufgeteilt werden"
3595 #~ msgid "invalid `asm': "
3596 #~ msgstr "ungültiges »asm«: "
3598 #~ msgid "nested assembly dialect alternatives"
3599 #~ msgstr "geschachtelte Assemblerdialekt-Alternativen"
3601 #~ msgid "unterminated assembly dialect alternative"
3602 #~ msgstr "unbeendete Assemblerdialekt-Alternative"
3604 #~ msgid "operand number missing after %%-letter"
3605 #~ msgstr "Operandenzahl fehlt hinter %%-Buchstabe"
3607 #~ msgid "operand number out of range"
3608 #~ msgstr "Operandenzahl außerhalb des Wertebereiches"
3610 #~ msgid "invalid %%-code"
3611 #~ msgstr "ungültiger %%-Code"
3613 #~ msgid "`%%l' operand isn't a label"
3614 #~ msgstr "»%%l«-Operand ist keine Marke"
3616 #~ msgid "floating constant misused"
3617 #~ msgstr "Gleitkommakonstante falsch benutzt"
3619 #~ msgid "invalid expression as operand"
3620 #~ msgstr "ungültiger Ausdruck als Operand"
3622 #~ msgid "function might be possible candidate for attribute `noreturn'"
3623 #~ msgstr "Funktion könnte möglicher Kandidat für Attribut »noreturn« sein"
3625 #~ msgid "`noreturn' function does return"
3626 #~ msgstr "»noreturn«-Funktion kehrt zurück"
3628 #~ msgid "control reaches end of non-void function"
3629 #~ msgstr "Kontrollfluss erreicht Ende einer Nicht-void-Funktion"
3631 #~ msgid "Attempt to delete prologue/epilogue insn:"
3632 #~ msgstr "Versuch, Prolog/Epilog-insn zu löschen"
3634 #~ msgid "comparison is always %d due to width of bit-field"
3635 #~ msgstr "Vergleich ist immer %d wegen Breite des Bitfeldes"
3637 #~ msgid "comparison is always %d"
3638 #~ msgstr "Vergleich ist immer %d"
3640 #~ msgid "`or' of unmatched not-equal tests is always 1"
3641 #~ msgstr "»oder« nicht passender Ungleichheits-Tests ist immer 1"
3643 #~ msgid "`and' of mutually exclusive equal-tests is always 0"
3644 #~ msgstr "»und« gegenseitig ausschließender Gleichheits-Tests ist immer 0"
3646 #~ msgid "fold check: original tree changed by fold"
3647 #~ msgstr "Faltungstest: ursprünglicher Baum durch Faltung geändert"
3649 #~ msgid "%Jsize of variable '%D' is too large"
3650 #~ msgstr "%JGröße der Variable »%D« ist zu hoch"
3652 #~ msgid "impossible constraint in `asm'"
3653 #~ msgstr "unmögliche Bedingung in »asm«"
3655 #~ msgid "%J'%D' might be used uninitialized in this function"
3656 #~ msgstr "%J»%D« könnte in dieser Funktion uninitialisiert bleiben"
3658 #~ msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
3659 #~ msgstr "%JVariable »%D« könnte von »longjmp« oder »vfork« zerstört werden"
3661 #~ msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
3662 #~ msgstr "%JArgument »%D« könnte von »longjmp« oder »vfork« zerstört werden"
3664 #~ msgid "function returns an aggregate"
3665 #~ msgstr "Funktion gibt Aggregat zurück"
3667 #~ msgid "%Junused parameter '%D'"
3668 #~ msgstr "%Jnicht benutzter Parameter »%D«"
3670 #~ msgid "ambiguous abbreviation %s"
3671 #~ msgstr "mehrdeutige Abkürzung %s"
3673 #~ msgid "incomplete `%s' option"
3674 #~ msgstr "unvollständige »%s«-Option"
3676 #~ msgid "missing argument to `%s' option"
3677 #~ msgstr "fehlendes Argument für »%s«-Option"
3679 #~ msgid "extraneous argument to `%s' option"
3680 #~ msgstr "zusätzliches (belangloses) Argument für »%s«-Option"
3682 #~ msgid "Using built-in specs.\n"
3683 #~ msgstr "Benutze eingebaute Spezifikationen.\n"
3685 #~ msgid ""
3686 #~ "Setting spec %s to '%s'\n"
3687 #~ "\n"
3688 #~ msgstr ""
3689 #~ "Setze Spezifikation %s auf '%s'\n"
3690 #~ "\n"
3692 #~ msgid "Reading specs from %s\n"
3693 #~ msgstr "Lese Spezifikationen von %s\n"
3695 #~ msgid "specs %%include syntax malformed after %ld characters"
3696 #~ msgstr "falsche %%include-Syntax für Spezifikationen nach %ld Zeichen"
3698 #~ msgid "could not find specs file %s\n"
3699 #~ msgstr "konnte Spezifikationsdatei %s nicht finden\n"
3701 #~ msgid "specs %%rename syntax malformed after %ld characters"
3702 #~ msgstr "falsche %%rename-Syntax für Spezifikationen nach %ld Zeichen"
3704 #~ msgid "specs %s spec was not found to be renamed"
3705 #~ msgstr "keine %s-Spezifikation zum Umbenennen gefunden"
3707 #~ msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
3708 #~ msgstr "%s: Versuch, Spezifikation »%s« in bereits definierte Spezifikation »%s« umzubenennen"
3710 #~ msgid "rename spec %s to %s\n"
3711 #~ msgstr "benenne Spezifikation %s nach %s um\n"
3713 #~ msgid ""
3714 #~ "spec is '%s'\n"
3715 #~ "\n"
3716 #~ msgstr ""
3717 #~ "Spezifikation ist '%s'\n"
3718 #~ "\n"
3720 #~ msgid "specs unknown %% command after %ld characters"
3721 #~ msgstr "Spezifikation: unbekannter %%-Befehl nach %ld Zeichen"
3723 #~ msgid "specs file malformed after %ld characters"
3724 #~ msgstr "Fehler in Spezifikationsdatei nach %ld Zeichen"
3726 #~ msgid "spec file has no spec for linking"
3727 #~ msgstr "Spezifikationsdatei hat keine Spezifikation zum Binden"
3729 #~ msgid "-pipe not supported"
3730 #~ msgstr "-pipe wird nicht unterstützt"
3732 # can we use j/n here, too?
3733 # 2002-04-23 18:57:43 CEST -ke-
3734 #~ msgid ""
3735 #~ "\n"
3736 #~ "Go ahead? (y or n) "
3737 #~ msgstr ""
3738 #~ "\n"
3739 #~ "Fortfahren? (y oder n) "
3741 #~ msgid ""
3742 #~ "Internal error: %s (program %s)\n"
3743 #~ "Please submit a full bug report.\n"
3744 #~ "See %s for instructions."
3745 #~ msgstr ""
3746 #~ "Interner Fehler: %s (Programm %s)\n"
3747 #~ "Bitte senden Sie einen vollständigen Fehlerbericht\n"
3748 #~ "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
3749 #~ "sind an de@li.org zu melden.\n"
3750 #~ "Gehen Sie gemäß den Hinweisen in %s vor."
3752 #~ msgid "# %s %.2f %.2f\n"
3753 #~ msgstr "# %s %.2f %.2f\n"
3755 #~ msgid "Usage: %s [options] file...\n"
3756 #~ msgstr "Aufruf: %s [Optionen] Datei...\n"
3758 #~ msgid "Options:\n"
3759 #~ msgstr "Optionen:\n"
3761 #~ msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
3762 #~ msgstr "  -pass-exit-codes         Ende mit höchstem Rückgabe-Code einer Phase\n"
3764 #~ msgid "  --help                   Display this information\n"
3765 #~ msgstr "  --help                   Diese Informationen anzeigen\n"
3767 #~ msgid "  --target-help            Display target specific command line options\n"
3768 #~ msgstr "  --target-help            Zielspezifische Kommandozeilenoptionen anzeigen\n"
3770 #~ msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
3771 #~ msgstr "  ('-v --help' zum Anzeigen der Kommandozeilenoptionen von Subprozessen verwenden)\n"
3773 #~ msgid "  -dumpspecs               Display all of the built in spec strings\n"
3774 #~ msgstr "  -dumpspecs               Alle eingebauten Spezifikationszeichenketten anzeigen\n"
3776 #~ msgid "  -dumpversion             Display the version of the compiler\n"
3777 #~ msgstr "  -dumpversion             Compilerversion anzeigen\n"
3779 #~ msgid "  -dumpmachine             Display the compiler's target processor\n"
3780 #~ msgstr "  -dumpmachine             Zielprozessor des Compilers anzeigen\n"
3782 #~ msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
3783 #~ msgstr "  -print-search-dirs       Verzeichnisse im Suchpfad des Compilers anzeigen\n"
3785 #~ msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
3786 #~ msgstr "  -print-libgcc-file-name  Name der Begleitbibliothek des Compilers anzeigen\n"
3788 #~ msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
3789 #~ msgstr "  -print-file-name=<lib>   Vollen Pfad zur Bibliothek <lib> anzeigen\n"
3791 #~ msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
3792 #~ msgstr "  -print-prog-name=<prog>  Vollen Pfad zur Compilerkomponente <prog> anzeigen\n"
3794 #~ msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
3795 #~ msgstr "  -print-multi-directory   Wurzelverzeichnis für Versionen von libgcc anzeigen\n"
3797 #~ msgid ""
3798 #~ "  -print-multi-lib         Display the mapping between command line options and\n"
3799 #~ "                           multiple library search directories\n"
3800 #~ msgstr ""
3801 #~ "  -print-multi-lib         Abbildung zwischen Kommandozeilenoptionen und\n"
3802 #~ "                           mehreren Suchverzeichnissen für Bibliotheken anzeigen\n"
3804 #~ msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
3805 #~ msgstr ""
3806 #~ "  -print-multi-os-directory Relativen Pfad zu Betriebssystembibliotheken\n"
3807 #~ "                            anzeigen\n"
3809 #~ msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
3810 #~ msgstr "  -Wa,<Optionen>           Komma-getrennte <Optionen> an Assembler übergeben\n"
3812 #~ msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
3813 #~ msgstr "  -Wp,<Optionen>           Komma-getrennte <Optionen> an Präprozessor übergeben\n"
3815 #~ msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
3816 #~ msgstr "  -Wl,<Optionen>           Komma-getrennte <Optionen> an Linker übergeben\n"
3818 #~ msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
3819 #~ msgstr "  -Xassembler <arg>        <arg> an den Assembler übergeben\n"
3821 #~ msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
3822 #~ msgstr "  -Xpreprocessor <arg>     <arg> an den Präprozessor übergeben\n"
3824 #~ msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
3825 #~ msgstr "  -Xlinker <arg>           <arg> an den Linker übergeben\n"
3827 #~ msgid "  -save-temps              Do not delete intermediate files\n"
3828 #~ msgstr "  -save-temps              Temporäre Dateien nicht löschen\n"
3830 #~ msgid "  -pipe                    Use pipes rather than intermediate files\n"
3831 #~ msgstr "  -pipe                    Pipes statt temporärer Dateien verwenden\n"
3833 #~ msgid "  -time                    Time the execution of each subprocess\n"
3834 #~ msgstr "  -time                    Zeit für Ausführung jedes Subprozesses stoppen\n"
3836 #~ msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"
3837 #~ msgstr ""
3838 #~ "  -specs=<Datei>           Eingebaute Spezifikationen mit Inhalt der <Datei>\n"
3839 #~ "                           überschreiben\n"
3841 #~ msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
3842 #~ msgstr "  -std=<Standard>          Annehmen, dass die Eingabequellen für <Standard> sind\n"
3844 #~ msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
3845 #~ msgstr "  -B <Verzeichnis>         <Verzeichnis> zum Suchpfad des Compilers hinzufügen\n"
3847 #~ msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
3848 #~ msgstr ""
3849 #~ "  -b <Maschine>            GCC für die Ziel-<Maschine> laufen lassen, falls\n"
3850 #~ "                           installiert\n"
3852 #~ msgid "  -V <version>             Run gcc version number <version>, if installed\n"
3853 #~ msgstr "  -V <Version>             GCC <Version> laufen lassen, falls installiert\n"
3855 #~ msgid "  -v                       Display the programs invoked by the compiler\n"
3856 #~ msgstr "  -v                       Vom Compiler aufgerufene Programme anzeigen\n"
3858 #~ msgid "  -###                     Like -v but options quoted and commands not executed\n"
3859 #~ msgstr ""
3860 #~ "  -###                     Wie -v, aber mit zitierten Optionen und nicht\n"
3861 #~ "                           ausgeführten Befehlen\n"
3863 #~ msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
3864 #~ msgstr ""
3865 #~ "  -E                       Nur Präprozessor, kein Compiler, Assembler oder\n"
3866 #~ "                           Binder\n"
3868 #~ msgid "  -S                       Compile only; do not assemble or link\n"
3869 #~ msgstr "  -S                       Nur kompilieren, nicht assemblieren oder binden\n"
3871 #~ msgid "  -c                       Compile and assemble, but do not link\n"
3872 #~ msgstr "  -c                       Nur kompilieren und assemblieren, aber nicht binden\n"
3874 #~ msgid "  -o <file>                Place the output into <file>\n"
3875 #~ msgstr "  -o <Datei>               Ausgabe in <Datei> schreiben\n"
3877 #~ msgid ""
3878 #~ "  -x <language>            Specify the language of the following input files\n"
3879 #~ "                           Permissible languages include: c c++ assembler none\n"
3880 #~ "                           'none' means revert to the default behavior of\n"
3881 #~ "                           guessing the language based on the file's extension\n"
3882 #~ msgstr ""
3883 #~ "  -x <Sprache>             Sprache der folgenden Eingabedateien angeben\n"
3884 #~ "                           Zulässige Sprachen sind: c c++ assembler none\n"
3885 #~ "                           'none' bedeutet den Rückfall auf das Standard-\n"
3886 #~ "                           verhalten, die Sprache aufgrund der Dateinamens-\n"
3887 #~ "                           erweiterung zu vermuten\n"
3889 #~ msgid ""
3890 #~ "\n"
3891 #~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
3892 #~ " passed on to the various sub-processes invoked by %s.  In order to pass\n"
3893 #~ " other options on to these processes the -W<letter> options must be used.\n"
3894 #~ msgstr ""
3895 #~ "\n"
3896 #~ "Optionen, die mit -g, -f, -m, -O, -W, oder --param beginnen, werden automatisch\n"
3897 #~ " an die verschiedenen Subprozesse, die von %s aufgerufen werden, übergeben.\n"
3898 #~ " Um andere Optionen an diese Prozesse zu übergeben, müssen die Optionen\n"
3899 #~ " -W<Buchstabe> verwendet werden.\n"
3901 #~ msgid "`-%c' option must have argument"
3902 #~ msgstr "Die Option »-%c« muss ein Argument haben"
3904 #~ msgid "couldn't run `%s': %s"
3905 #~ msgstr "konnte »%s« nicht ausführen: %s"
3907 #~ msgid "%s (GCC) %s\n"
3908 #~ msgstr "%s (GCC) %s\n"
3910 #~ msgid ""
3911 #~ "This is free software; see the source for copying conditions.  There is NO\n"
3912 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
3913 #~ "\n"
3914 #~ msgstr ""
3915 #~ "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es\n"
3916 #~ "gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.\n"
3917 #~ "\n"
3919 #~ msgid "argument to `-Xlinker' is missing"
3920 #~ msgstr "Argument für »-Xlinker« fehlt"
3922 #~ msgid "argument to `-Xpreprocessor' is missing"
3923 #~ msgstr "Argument für »-Xpreprocessor« fehlt"
3925 #~ msgid "argument to `-Xassembler' is missing"
3926 #~ msgstr "Argument für »-Xassembler« fehlt"
3928 #~ msgid "argument to `-l' is missing"
3929 #~ msgstr "Argument für »-l« fehlt"
3931 #~ msgid "argument to `-specs' is missing"
3932 #~ msgstr "Argument für »-specs« fehlt"
3934 #~ msgid "argument to `-specs=' is missing"
3935 #~ msgstr "Argument für »-specs=« fehlt"
3937 #~ msgid "`-%c' must come at the start of the command line"
3938 #~ msgstr "»-%c« muss am Anfang der Kommandozeile stehen"
3940 #~ msgid "argument to `-B' is missing"
3941 #~ msgstr "Argument für »-B« fehlt"
3943 #~ msgid "warning: -pipe ignored because -save-temps specified"
3944 #~ msgstr "Warnung: -pipe ignoriert, da -save-temps angegeben"
3946 #~ msgid "warning: -pipe ignored because -time specified"
3947 #~ msgstr "Warnung: -pipe ignoriert, da -time angegeben"
3949 #~ msgid "argument to `-x' is missing"
3950 #~ msgstr "Argument für »-x« fehlt"
3952 #~ msgid "argument to `-%s' is missing"
3953 #~ msgstr "Argument für »-%s« fehlt"
3955 #~ msgid "warning: `-x %s' after last input file has no effect"
3956 #~ msgstr "Warnung: »-x %s« hinter letzter Eingabedatei hat keine Wirkung"
3958 #~ msgid "invalid specification!  Bug in cc"
3959 #~ msgstr "ungültige Spezifikation!  Fehler in cc"
3961 #~ msgid "%s\n"
3962 #~ msgstr "%s\n"
3964 #~ msgid "spec failure: '%%*' has not been initialized by pattern match"
3965 #~ msgstr "Spezifikationsfehler: »%%*« wurde nicht durch Mustererkennung initialisiert"
3967 #~ msgid "warning: use of obsolete %%[ operator in specs"
3968 #~ msgstr "Warnung: Verwendung des veralteten Operators %%[ in Spezifikation"
3970 #~ msgid "Processing spec %c%s%c, which is '%s'\n"
3971 #~ msgstr "Verarbeite Spezifikation %c%s%c, welche »%s« ist\n"
3973 #~ msgid "spec failure: unrecognized spec option '%c'"
3974 #~ msgstr "Spezifikationsfehler: nicht erkannte Option »%c«"
3976 #~ msgid "unknown spec function `%s'"
3977 #~ msgstr "unbekannte Spezifikationsfunktion »%s«"
3979 #~ msgid "error in args to spec function `%s'"
3980 #~ msgstr "Fehler in Argumenten für Spezifikationsfunktion »%s«"
3982 #~ msgid "malformed spec function name"
3983 #~ msgstr "schlechter Name für Spezifikationsfunktion"
3985 #~ msgid "no arguments for spec function"
3986 #~ msgstr "keine Argumente für Spezifikationsfunktion"
3988 #~ msgid "malformed spec function arguments"
3989 #~ msgstr "schlechte Argumente für Spezifikationsfunktion"
3991 #~ msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
3992 #~ msgstr "Spezifikationsfehler: mehr als ein Argument für SYSROOT_SUFFIX_SPEC."
3994 #~ msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
3995 #~ msgstr "Spezifikationsfehler: mehr als ein Argument für SYSROOT_HEADERS_SUFFIX_SPEC."
3997 #~ msgid "unrecognized option `-%s'"
3998 #~ msgstr "nicht erkannte Option »-%s«"
4000 #~ msgid "install: %s%s\n"
4001 #~ msgstr "installiere: %s%s\n"
4003 #~ msgid "programs: %s\n"
4004 #~ msgstr "Programme: %s\n"
4006 #~ msgid "libraries: %s\n"
4007 #~ msgstr "Bibliotheken: %s\n"
4009 #~ msgid ""
4010 #~ "\n"
4011 #~ "For bug reporting instructions, please see:\n"
4012 #~ msgstr ""
4013 #~ "\n"
4014 #~ "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die\n"
4015 #~ "folgenden Hinweise; Fehler in der deutschen Übersetzung sind an de@li.org\n"
4016 #~ "zu melden:\n"
4018 #~ msgid "Configured with: %s\n"
4019 #~ msgstr "Konfiguriert mit: %s\n"
4021 #~ msgid "Thread model: %s\n"
4022 #~ msgstr "Thread-Modell: %s\n"
4024 #~ msgid "gcc version %s\n"
4025 #~ msgstr "gcc-Version %s\n"
4027 #~ msgid "gcc driver version %s executing gcc version %s\n"
4028 #~ msgstr "gcc-Treiberversion %s führt gcc Version %s aus\n"
4030 #~ msgid "no input files"
4031 #~ msgstr "keine Eingabedateien"
4033 #~ msgid "%s: linker input file unused because linking not done"
4034 #~ msgstr "%s: Eingabedateien des Binders unbenutzt, da keine Bindung geschieht"
4036 #~ msgid "cannot specify -o with -c or -S and multiple languages"
4037 #~ msgstr "-o kann nicht mit -c oder -S und mehreren Sprachen angegeben werden"
4039 #~ msgid "%s: %s compiler not installed on this system"
4040 #~ msgstr "%s: %s-Compiler ist auf diesem System nicht installiert"
4042 #~ msgid "language %s not recognized"
4043 #~ msgstr "Sprache %s nicht erkannt"
4045 #~ msgid "internal gcc abort"
4046 #~ msgstr "interner Abruch des gcc"
4048 #~ msgid "Internal gcov abort.\n"
4049 #~ msgstr "Interner gcov-Abbruch.\n"
4051 #~ msgid ""
4052 #~ "Usage: gcov [OPTION]... SOURCEFILE\n"
4053 #~ "\n"
4054 #~ msgstr ""
4055 #~ "Aufruf: gcov [OPTION]... QUELLDATEI\n"
4056 #~ "\n"
4058 #~ msgid ""
4059 #~ "Print code coverage information.\n"
4060 #~ "\n"
4061 #~ msgstr ""
4062 #~ "Information zur Code-Überdeckung ausgeben.\n"
4063 #~ "\n"
4065 #~ msgid "  -h, --help                      Print this help, then exit\n"
4066 #~ msgstr "  -h, --help                      Diese Hilfe anzeigen\n"
4068 #~ msgid "  -v, --version                   Print version number, then exit\n"
4069 #~ msgstr "  -v, --version                   Versionsnummer anzeigen\n"
4071 #~ msgid "  -a, --all-blocks                Show information for every basic block\n"
4072 #~ msgstr "  -a, --all-blocks                Informationen für jeden Basisblock zeigen\n"
4074 #~ msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
4075 #~ msgstr "  -b, --branch-probabilities      Zweigwahrscheinlichkeiten in Ausgabe aufnehmen\n"
4077 #~ msgid ""
4078 #~ "  -c, --branch-counts             Given counts of branches taken\n"
4079 #~ "                                    rather than percentages\n"
4080 #~ msgstr "  -c, --branch-counts             Angegebene Zweigzahlen statt Anteilen nehmen\n"
4082 #~ msgid "  -n, --no-output                 Do not create an output file\n"
4083 #~ msgstr "  -n, --no-output                 Keine Ausgabedatei erzeugen\n"
4085 #~ msgid ""
4086 #~ "  -l, --long-file-names           Use long output file names for included\n"
4087 #~ "                                    source files\n"
4088 #~ msgstr ""
4089 #~ "  -l, --long-file-names           Lange Dateinamen für Ausgabedateien für\n"
4090 #~ "                                    eingefügte Quelldateien verwenden\n"
4092 #~ msgid "  -f, --function-summaries        Output summaries for each function\n"
4093 #~ msgstr "  -f, --function-summaries        Ausgabezusammenfassungen für jede Funktion\n"
4095 #~ msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
4096 #~ msgstr ""
4097 #~ "  -o, --object-directory DIR|FILE In DIR oder aufgerufener Datei FILE nach\n"
4098 #~ "                                  Objektdateien suchen\n"
4100 #~ msgid "  -p, --preserve-paths            Preserve all pathname components\n"
4101 #~ msgstr "  -p, --preserve-paths            Alle Pfadnamenskomponenten bewahren\n"
4103 #~ msgid "  -u, --unconditional-branches    Show unconditional branch counts too\n"
4104 #~ msgstr "  -u, --unconditional-branches    Auch unbedingte Zweigzähler zeigen\n"
4106 #~ msgid ""
4107 #~ "\n"
4108 #~ "For bug reporting instructions, please see:\n"
4109 #~ "%s.\n"
4110 #~ msgstr ""
4111 #~ "\n"
4112 #~ "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die Hinweise in:\n"
4113 #~ "%s.\n"
4114 #~ "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
4116 #~ msgid "gcov (GCC) %s\n"
4117 #~ msgstr "gcov (GCC) %s\n"
4119 #~ msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
4120 #~ msgstr "Copyright © 2003 Free Software Foundation, Inc.\n"
4122 #~ msgid ""
4123 #~ "This is free software; see the source for copying conditions.\n"
4124 #~ "There is NO warranty; not even for MERCHANTABILITY or \n"
4125 #~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
4126 #~ "\n"
4127 #~ msgstr ""
4128 #~ "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es\n"
4129 #~ "gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.\n"
4130 #~ "\n"
4132 #~ msgid "%s:no functions found\n"
4133 #~ msgstr "%s: keine Funktionen gefunden\n"
4135 #~ msgid "\n"
4136 #~ msgstr "\n"
4138 #~ msgid "%s:creating `%s'\n"
4139 #~ msgstr "%s: Erzeugen von »%s«\n"
4141 #~ msgid "%s:error writing output file `%s'\n"
4142 #~ msgstr "%s: Fehler beim Schreiben der Ausgabedatei »%s«\n"
4144 #~ msgid "%s:could not open output file `%s'\n"
4145 #~ msgstr "%s: Ausgabedatei %s konnte nicht geöffnet werden\n"
4147 #~ msgid "%s:cannot open graph file\n"
4148 #~ msgstr "%s: Graph-Datei kann nicht geöffnet werden\n"
4150 #~ msgid "%s:not a gcov graph file\n"
4151 #~ msgstr "%s: keine gcov-Graph-Datei\n"
4153 #~ msgid "%s:version `%.4s', prefer `%.4s'\n"
4154 #~ msgstr "%s: Version »%.4s«, aber »%.4s« wird bevorzugt\n"
4156 #~ msgid "%s:already seen blocks for `%s'\n"
4157 #~ msgstr "%s: bereits gesehene Blöcke für »%s«\n"
4159 #~ msgid "%s:corrupted\n"
4160 #~ msgstr "%s: beschädigt\n"
4162 #~ msgid "%s:cannot open data file\n"
4163 #~ msgstr "%s: kann nicht geöffnet werden\n"
4165 #~ msgid "%s:not a gcov data file\n"
4166 #~ msgstr "%s: keine gcov-Datei\n"
4168 #~ msgid "%s:version `%.4s', prefer version `%.4s'\n"
4169 #~ msgstr "%s: Version »%.4s«, aber Version »%.4s« wird bevorzugt\n"
4171 #~ msgid "%s:stamp mismatch with graph file\n"
4172 #~ msgstr "%s: Marke passt nicht zur Graph-Datei\n"
4174 #~ msgid "%s:unknown function `%u'\n"
4175 #~ msgstr "%s: unbekannte Funktion »%u«\n"
4177 #~ msgid "%s:profile mismatch for `%s'\n"
4178 #~ msgstr "%s: Profil passt nicht für `%s'\n"
4180 #~ msgid "%s:overflowed\n"
4181 #~ msgstr "%s: übergelaufen\n"
4183 #~ msgid "%s:`%s' lacks entry and/or exit blocks\n"
4184 #~ msgstr "%s: Eintrag und/oder Exit-Blöcke fehlen in »%s«\n"
4186 #~ msgid "%s:`%s' has arcs to entry block\n"
4187 #~ msgstr "%s: »%s« hat Bögen zum Eintrittsblock\n"
4189 #~ msgid "%s:`%s' has arcs from exit block\n"
4190 #~ msgstr "%s: »%s« hat Bögen vom Eintrittsblock\n"
4192 #~ msgid "%s:graph is unsolvable for `%s'\n"
4193 #~ msgstr "%s: Graph ist für »%s« unlösbar\n"
4195 #~ msgid "%s `%s'\n"
4196 #~ msgstr "%s: »%s«\n"
4198 #~ msgid "Lines executed:%s of %d\n"
4199 #~ msgstr "%s von %d Zeilen ausgeführt\n"
4201 #~ msgid "No executable lines"
4202 #~ msgstr "Keine ausführbaren Zeilen"
4204 #~ msgid "Branches executed:%s of %d\n"
4205 #~ msgstr "%s von %d Zweigen ausgeführt\n"
4207 #~ msgid "Taken at least once:%s of %d\n"
4208 #~ msgstr "%s von %d Zweigen mindestens einmal genommen\n"
4210 #~ msgid "No branches\n"
4211 #~ msgstr "Keine Zweige\n"
4213 #~ msgid "Calls executed:%s of %d\n"
4214 #~ msgstr "%s von %d Aufrufe ausgeführt\n"
4216 #~ msgid "No calls\n"
4217 #~ msgstr "Keine Aufrufe\n"
4219 #~ msgid "%s:no lines for `%s'\n"
4220 #~ msgstr "%s: keine Zeilen für »%s«\n"
4222 #~ msgid "call   %2d returned %s\n"
4223 #~ msgstr "Aufruf %2d gab %s zurück\n"
4225 #~ msgid "call   %2d never executed\n"
4226 #~ msgstr "Aufruf %2d niemals ausgeführt\n"
4228 #~ msgid "branch %2d taken %s%s\n"
4229 #~ msgstr "Zweig %2d wurde genommen: %s%s\n"
4231 #~ msgid "branch %2d never executed\n"
4232 #~ msgstr "Zweig %2d niemals ausgeführt\n"
4234 #~ msgid "unconditional %2d taken %s\n"
4235 #~ msgstr "unbedingtes %2d, genommen: %s\n"
4237 #~ msgid "unconditional %2d never executed\n"
4238 #~ msgstr "unbedingtes %2d niemals ausgeführt\n"
4240 #~ msgid "%s:cannot open source file\n"
4241 #~ msgstr "%s: Quelldatei kann nicht geöffnet werden\n"
4243 #~ msgid "%s:source file is newer than graph file `%s'\n"
4244 #~ msgstr "%s: Quelldatei ist neuer als Graph-Datei »%s«\n"
4246 #~ msgid "GCSE disabled"
4247 #~ msgstr "GCSE ausgeschaltet"
4249 #~ msgid "NULL pointer checks disabled"
4250 #~ msgstr "NULL-Zeiger Tests ausgeschaltet"
4252 #~ msgid "jump bypassing disabled"
4253 #~ msgstr "Sprungumgehungen ausgeschaltet"
4255 #~ msgid "%s: %d basic blocks and %d edges/basic block"
4256 #~ msgstr "%s: %d Basis-Blöcke und %d Kanten/Basis-Blöcke"
4258 #~ msgid "%s: %d basic blocks and %d registers"
4259 #~ msgstr "%s: %d Basis-Blöcke und %d Register"
4261 #~ msgid "can't write PCH file: %m"
4262 #~ msgstr "PCH-Datei kann nicht geschrieben werden: %m"
4264 #~ msgid "can't get position in PCH file: %m"
4265 #~ msgstr "Position in PCH-Datei kann nicht ermittelt werden: %m"
4267 #~ msgid "can't write padding to PCH file: %m"
4268 #~ msgstr "Auffüllung für PCH-Datei kann nicht geschrieben werden: %m"
4270 #~ msgid "can't read PCH file: %m"
4271 #~ msgstr "PCH-Datei kann nicht gelesen werden: %m"
4273 #~ msgid "had to relocate PCH"
4274 #~ msgstr "PCH musste verschoben werden"
4276 #~ msgid "open /dev/zero: %m"
4277 #~ msgstr "/dev/zero öffnen: %m"
4279 #~ msgid "can't write PCH file"
4280 #~ msgstr "PCH-Datei kann nicht geschrieben werden"
4282 #~ msgid "Generating PCH files is not supported when using ggc-simple.c"
4283 #~ msgstr "Das Erzeugen von PCH-Dateien wird bei Verwendung von ggc-simple.c nicht unterstützt"
4285 #~ msgid "%s cannot be used in asm here"
4286 #~ msgstr "%s kann nicht hier in »asm« verwendet werden"
4288 #~ msgid "can't open %s: %m"
4289 #~ msgstr "%s kann nicht geöffnet werden: %m"
4291 #~ msgid "fix_sched_param: unknown param: %s"
4292 #~ msgstr "fix_sched_param: unbekannter Parameter: %s"
4294 #~ msgid "function cannot be inline"
4295 #~ msgstr "Funktion kann nicht »inline« sein"
4297 #~ msgid "varargs function cannot be inline"
4298 #~ msgstr "Varargs-Funktion kann nicht »inline« sein"
4300 #~ msgid "function using alloca cannot be inline"
4301 #~ msgstr "alloca benutzende Funktion kann nicht »inline« sein"
4303 #~ msgid "function using longjmp cannot be inline"
4304 #~ msgstr "longjmp benutzende Funktion kann nicht »inline« sein"
4306 #~ msgid "function using setjmp cannot be inline"
4307 #~ msgstr "setjmp benutzende Funktion kann nicht »inline« sein"
4309 #~ msgid "function uses __builtin_eh_return"
4310 #~ msgstr "Funktion verwendet __builtin_eh_return"
4312 #~ msgid "function with nested functions cannot be inline"
4313 #~ msgstr "Funktion mit geschachtelten Funktionen kann nicht »inline« sein"
4315 #~ msgid "function with label addresses used in initializers cannot inline"
4316 #~ msgstr "Funktion mit Markenadressen in Initialisierungen kann nicht »inline« sein"
4318 #~ msgid "function too large to be inline"
4319 #~ msgstr "Funktion zu groß um »inline« sein zu können"
4321 #~ msgid "no prototype, and parameter address used; cannot be inline"
4322 #~ msgstr "kein Prototyp, und Parameteradresse verwendet; kann nicht »inline« sein"
4324 #~ msgid "inline functions not supported for this return value type"
4325 #~ msgstr "»inline«-Funktionen für diesen Rückgabetyp nicht unterstützt"
4327 #~ msgid "function with varying-size return value cannot be inline"
4328 #~ msgstr "Funktion mit Rückgabetyp variabler Größe kann nicht »inline« sein"
4330 #~ msgid "function with varying-size parameter cannot be inline"
4331 #~ msgstr "Funktion mit Parameter variabler Größe kann nicht »inline« sein"
4333 #~ msgid "function with transparent unit parameter cannot be inline"
4334 #~ msgstr "Funktion mit transparentem Einheiten-Parameter kann nicht »inline« sein"
4336 #~ msgid "function with computed jump cannot inline"
4337 #~ msgstr "Funktion mit berechnetem Sprung kann nicht »inline« sein"
4339 #~ msgid "function with nonlocal goto cannot be inline"
4340 #~ msgstr "Funktion mit nichtlokalem Goto kann nicht »inline« sein"
4342 #~ msgid "function with target specific attribute(s) cannot be inlined"
4343 #~ msgstr "Funktion mit zielspezifischen Attributen kann nicht »inline« sein"
4345 #~ msgid "%Hwill never be executed"
4346 #~ msgstr "%Hwird niemals ausgeführt"
4348 #~ msgid "This switch lacks documentation"
4349 #~ msgstr "Dieser Schalter ist undokumentiert"
4351 #~ msgid "command line option \"%s\" is valid for %s but not for %s"
4352 #~ msgstr "Kommandozeilenoption \"%s\" ist gültig für %s, aber nicht für %s"
4354 #~ msgid "missing argument to \"%s\""
4355 #~ msgstr "fehlendes Argument für »%s«"
4357 #~ msgid "argument to \"%s\" should be a non-negative integer"
4358 #~ msgstr "Argument von »%s« sollte eine nicht-negative Ganzzahl sein"
4360 #~ msgid "unrecognized command line option \"%s\""
4361 #~ msgstr "nicht erkannte Kommandozeilenoption »%s«"
4363 #~ msgid "-Wuninitialized is not supported without -O"
4364 #~ msgstr "-Wuninitialized wird nicht ohne -O unterstützt"
4366 #~ msgid "unrecognized register name \"%s\""
4367 #~ msgstr "unbekannter Registername: \"%s\""
4369 #~ msgid "unknown tls-model \"%s\""
4370 #~ msgstr "unbekanntes tls-Modell »%s«"
4372 #~ msgid "-fwritable-strings is deprecated; see documentation for details"
4373 #~ msgstr "-fwritable-strings veraltet, schauen Sie in die Dokumentation für Details"
4375 #~ msgid "%s: --param arguments should be of the form NAME=VALUE"
4376 #~ msgstr "%s: »--param«-Argumente sollten von der Form NAME=VALUE sein"
4378 #~ msgid "invalid --param value `%s'"
4379 #~ msgstr "ungültiger Wert für --param: »%s«"
4381 #~ msgid "target system does not support debug output"
4382 #~ msgstr "Zielsystem unterstützt nicht Testausgaben"
4384 #~ msgid "debug format \"%s\" conflicts with prior selection"
4385 #~ msgstr "Testformat »%s« steht in Konflikt mit vorheriger Auswahl"
4387 #~ msgid "unrecognised debug output level \"%s\""
4388 #~ msgstr "Testausgabestufe »%s« nicht erkannt"
4390 #~ msgid "debug output level %s is too high"
4391 #~ msgstr "Testausgabestufe »%s« ist zu groß"
4393 #~ msgid "The following options are language-independent:\n"
4394 #~ msgstr "Die folgenden Optionen sind sprach-unabhängig:\n"
4396 #~ msgid ""
4397 #~ "The %s front end recognizes the following options:\n"
4398 #~ "\n"
4399 #~ msgstr ""
4400 #~ "Das %s-Frontend erkennt die folgenden Optionen:\n"
4401 #~ "\n"
4403 #~ msgid "The --param option recognizes the following as parameters:\n"
4404 #~ msgstr "Die Option »--param« erkennt die folgenden Parameter:\n"
4406 #~ msgid "invalid parameter `%s'"
4407 #~ msgstr "ungültiger Parameter »%s«"
4409 #~ msgid "corrupted profile info: run_max * runs < sum_max"
4410 #~ msgstr "beschädigte Profilinformation: run_max * runs < sum_max"
4412 #~ msgid "corrupted profile info: sum_all is smaller than sum_max"
4413 #~ msgstr "beschädigte Profilinformation: sum_all ist kleiner als sum_max"
4415 #~ msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
4416 #~ msgstr "Info zum beschädigten Profil: Kante von %i nach %i überschreitet Höchstzahl"
4418 #~ msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
4419 #~ msgstr "Info zum beschädigten Profil: Anzahl der Durchläufe des Basisblocks %d sollte %i sein"
4421 #~ msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
4422 #~ msgstr "Info zum beschädigten Profil: Anzahl der Ausführungen der Kante »%d-%d« sollte %i sein"
4424 #~ msgid "%s: internal abort\n"
4425 #~ msgstr "%s: interner Abbruch\n"
4427 #~ msgid "%s: error writing file `%s': %s\n"
4428 #~ msgstr "%s: Fehler beim Schreiben der Datei »%s«: %s\n"
4430 #~ msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
4431 #~ msgstr "%s: Aufruf '%s [ -VqfnkN ] [ -i <istring> ] [ Dateiname ... ]'\n"
4433 #~ msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
4434 #~ msgstr "%s: Aufruf '%s [ -VqfnkNlgC ] [ -B <VerzName> ] [ Dateiname ... ]'\n"
4436 #~ msgid "%s: warning: no read access for file `%s'\n"
4437 #~ msgstr "%s: Warnung: kein Leserecht für Datei »%s«\n"
4439 #~ msgid "%s: warning: no write access for file `%s'\n"
4440 #~ msgstr "%s: Warnung: kein Schreibrecht für Datei »%s«\n"
4442 #~ msgid "%s: warning: no write access for dir containing `%s'\n"
4443 #~ msgstr "%s: Warnung: kein Schreibrecht für Verzeichnis von »%s«\n"
4445 #~ msgid "%s: invalid file name: %s\n"
4446 #~ msgstr "%s: ungültiger Dateiname: %s\n"
4448 #~ msgid "%s: %s: can't get status: %s\n"
4449 #~ msgstr "%s: %s: kann Status nicht ermitteln: %s\n"
4451 #~ msgid ""
4452 #~ "\n"
4453 #~ "%s: fatal error: aux info file corrupted at line %d\n"
4454 #~ msgstr ""
4455 #~ "\n"
4456 #~ "%s: kritischer Fehler: Datei mit Hilfsinformationen beschädigt in Zeile %d\n"
4458 #~ msgid "%s:%d: declaration of function `%s' takes different forms\n"
4459 #~ msgstr "%s:%d: Deklaration der Funktion »%s« nimmt verschiedene Formen an\n"
4461 #~ msgid "%s: compiling `%s'\n"
4462 #~ msgstr "%s: »%s« wird kompiliert\n"
4464 #~ msgid "%s: wait: %s\n"
4465 #~ msgstr "%s: warten: %s\n"
4467 #~ msgid "%s: subprocess got fatal signal %d\n"
4468 #~ msgstr "%s: Subprozess empfing kritischen Fehler %d\n"
4470 #~ msgid "%s: %s exited with status %d\n"
4471 #~ msgstr "%s: %s beendet mit Status %d\n"
4473 #~ msgid "%s: warning: missing SYSCALLS file `%s'\n"
4474 #~ msgstr "%s: Warnung: SYSCALLS-Datei »%s« fehlt\n"
4476 #~ msgid "%s: can't read aux info file `%s': %s\n"
4477 #~ msgstr "%s: Datei mit Hilfsinformationen »%s« kann nicht gelesen werden: %s\n"
4479 #~ msgid "%s: can't get status of aux info file `%s': %s\n"
4480 #~ msgstr "%s: Status der Datei mit Hilfsinformationen »%s« kann nicht ermittelt werden: %s\n"
4482 #~ msgid "%s: can't open aux info file `%s' for reading: %s\n"
4483 #~ msgstr "%s: Datei mit Hilfsinformationen »%s« kann nicht zum Lesen geöffnet werden: %s\n"
4485 #~ msgid "%s: error reading aux info file `%s': %s\n"
4486 #~ msgstr "%s: Fehler beim Lesen der Datei mit Hilfsinformationen »%s«: %s\n"
4488 #~ msgid "%s: error closing aux info file `%s': %s\n"
4489 #~ msgstr "%s: Fehler beim Schließen der Datei mit Hilfsinformationen »%s«: %s\n"
4491 #~ msgid "%s: can't delete aux info file `%s': %s\n"
4492 #~ msgstr "%s: Fehler beim Löschen der Datei mit Hilfsinformationen »%s«: %s\n"
4494 #~ msgid "%s: can't delete file `%s': %s\n"
4495 #~ msgstr "%s: Fehler beim Löschen der Datei »%s«: %s\n"
4497 #~ msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
4498 #~ msgstr "%s: Warnung: Fehler beim Umbenennen der Datei »%s« in »%s«: %s\n"
4500 #~ msgid "%s: conflicting extern definitions of '%s'\n"
4501 #~ msgstr "%s: externe Definitionen von »%s« stehen in Konflikt\n"
4503 #~ msgid "%s: declarations of '%s' will not be converted\n"
4504 #~ msgstr "%s: Deklarationen von »%s« werden nicht konvertiert\n"
4506 #~ msgid "%s: conflict list for '%s' follows:\n"
4507 #~ msgstr "%s: Konfliktliste für »%s« folgt:\n"
4509 #~ msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
4510 #~ msgstr "%s: Warnung: Formalliste von %s(%d) für Funktion »%s« verwendet\n"
4512 #~ msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
4513 #~ msgstr "%s: %d: »%s« verwendet, fehlt jedoch in SYSCALLS\n"
4515 #~ msgid "%s: %d: warning: no extern definition for `%s'\n"
4516 #~ msgstr "%s: %d: Warnung: keine externe Definition für »%s«\n"
4518 #~ msgid "%s: warning: no static definition for `%s' in file `%s'\n"
4519 #~ msgstr "%s: Warnung: keine statische Definition für »%s« in Datei »%s«\n"
4521 #~ msgid "%s: multiple static defs of `%s' in file `%s'\n"
4522 #~ msgstr "%s: mehrere statische Definitionen von »%s« in Datei »%s«\n"
4524 #~ msgid "%s: %d: warning: source too confusing\n"
4525 #~ msgstr "%s: %d: Warnung: Quelle zu verworren\n"
4527 #~ msgid "%s: %d: warning: varargs function declaration not converted\n"
4528 #~ msgstr "%s: %d: Warnung: Funktionsdeklaration mit variablen Argumenten nicht konvertiert\n"
4530 #~ msgid "%s: declaration of function `%s' not converted\n"
4531 #~ msgstr "%s: Deklaration der Funktion »%s« nicht konvertiert\n"
4533 #~ msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
4534 #~ msgstr "%s: Warnung: zu viele Parameterlisten in Deklaration von »%s«\n"
4536 #~ msgid ""
4537 #~ "\n"
4538 #~ "%s: warning: too few parameter lists in declaration of `%s'\n"
4539 #~ msgstr ""
4540 #~ "\n"
4541 #~ "%s: Warnung: zu wenige Parameterlisten in Deklaration von »%s«\n"
4543 #~ msgid "%s: %d: warning: found `%s' but expected `%s'\n"
4544 #~ msgstr "%s: %d: Warnung: »%s« gefunden, aber »%s« erwartet\n"
4546 #~ msgid "%s: local declaration for function `%s' not inserted\n"
4547 #~ msgstr "%s: lokale Deklaration für Funktion »%s« nicht eingefügt\n"
4549 #~ msgid ""
4550 #~ "\n"
4551 #~ "%s: %d: warning: can't add declaration of `%s' into macro call\n"
4552 #~ msgstr ""
4553 #~ "\n"
4554 #~ "%s: %d: Warnung: kann Deklaration von »%s« nicht zu Makro-Aufruf hinzufügen\n"
4556 #~ msgid "%s: global declarations for file `%s' not inserted\n"
4557 #~ msgstr "%s: globale Deklarationen für Datei »%s« wurden nicht eingefügt\n"
4559 #~ msgid "%s: definition of function `%s' not converted\n"
4560 #~ msgstr "%s: Definition der Funktion »%s« nicht konvertiert\n"
4562 #~ msgid "%s: %d: warning: definition of %s not converted\n"
4563 #~ msgstr "%s: %d: Warnung: Definition von %s nicht konvertiert\n"
4565 #~ msgid "%s: found definition of `%s' at %s(%d)\n"
4566 #~ msgstr "%s: Definition von »%s« an Stelle %s(%d) gefunden\n"
4568 #~ msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
4569 #~ msgstr "%s: %d: Warnung: »%s« durch Präprozessor ausgeschlossen\n"
4571 #~ msgid "%s: function definition not converted\n"
4572 #~ msgstr "%s: Funktionsdefinition nicht konvertiert\n"
4574 #~ msgid "%s: `%s' not converted\n"
4575 #~ msgstr "%s: »%s« nicht konvertiert\n"
4577 #~ msgid "%s: would convert file `%s'\n"
4578 #~ msgstr "%s: würde Datei »%s« konvertieren\n"
4580 #~ msgid "%s: converting file `%s'\n"
4581 #~ msgstr "%s: Datei »%s« wird konvertiert\n"
4583 #~ msgid "%s: can't get status for file `%s': %s\n"
4584 #~ msgstr "%s: Status der Datei »%s« kann nicht ermittelt werden: %s\n"
4586 #~ msgid "%s: can't open file `%s' for reading: %s\n"
4587 #~ msgstr "%s: Datei »%s« kann nicht zum Schreiben geöffnet werden: %s\n"
4589 #~ msgid ""
4590 #~ "\n"
4591 #~ "%s: error reading input file `%s': %s\n"
4592 #~ msgstr ""
4593 #~ "\n"
4594 #~ "%s: Fehler beim Lesen der Eingabedatei »%s«: %s\n"
4596 #~ msgid "%s: can't create/open clean file `%s': %s\n"
4597 #~ msgstr "%s: die leere Datei »%s« kann nicht erzeugt oder geöffnet werden: %s\n"
4599 #~ msgid "%s: warning: file `%s' already saved in `%s'\n"
4600 #~ msgstr "%s: Warnung: Datei »%s« bereits in »%s« gesichert\n"
4602 #~ msgid "%s: can't link file `%s' to `%s': %s\n"
4603 #~ msgstr "%s: die Datei »%s« kann nicht mit »%s« verbunden werden (Link): %s\n"
4605 #~ msgid "%s: can't create/open output file `%s': %s\n"
4606 #~ msgstr "%s: die Ausgabedatei »%s« kann nicht erzeugt oder geöffnet werden: %s\n"
4608 #~ msgid "%s: can't change mode of file `%s': %s\n"
4609 #~ msgstr "%s: Rechte der Datei »%s« können nicht geändert werden: %s\n"
4611 #~ msgid "%s: cannot get working directory: %s\n"
4612 #~ msgstr "%s: aktuelles Verzeichnis kann nicht ermittelt werden: %s\n"
4614 #~ msgid "%s: input file names must have .c suffixes: %s\n"
4615 #~ msgstr "%s: Namen der Eingabedateien müssen Suffix ».c« haben: %s\n"
4617 #~ msgid "Didn't find a coloring.\n"
4618 #~ msgstr "Färbung konnte nicht gefunden werden.\n"
4620 #~ msgid "output constraint %d must specify a single register"
4621 #~ msgstr "Ausgabebedingung %d muss ein einzelnes Register angeben"
4623 #~ msgid "output constraint %d cannot be specified together with \"%s\" clobber"
4624 #~ msgstr "Ausgabebedingung %d kann nicht zusammen mit »%s« angegeben werden"
4626 #~ msgid "output regs must be grouped at top of stack"
4627 #~ msgstr "Ausgaberegister müssen oben auf dem Stack gruppiert werden"
4629 #~ msgid "implicitly popped regs must be grouped at top of stack"
4630 #~ msgstr "implizit geholte (»pop«) Register müssen oben auf dem Stack gruppiert werden"
4632 #~ msgid "output operand %d must use `&' constraint"
4633 #~ msgstr "Ausgabeoperand %d muss »&«-Bedingung benutzen"
4635 #~ msgid "can't use '%s' as a %s register"
4636 #~ msgstr "»%s« kann nicht als ein %s-Register verwendet werden"
4638 #~ msgid "unknown register name: %s"
4639 #~ msgstr "unbekannter Registername: %s"
4641 #~ msgid "global register variable follows a function definition"
4642 #~ msgstr "globale Registervariable folgt einer Funktionsdefinition"
4644 #~ msgid "register used for two global register variables"
4645 #~ msgstr "Register für zwei globale Registervariablen verwendet"
4647 #~ msgid "call-clobbered register used for global register variable"
4648 #~ msgstr "für Ruf vorgesehenes Register wurde für globale Registervariable verwendet"
4650 #~ msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
4651 #~ msgstr "validate_value_data: [%u] Falsches next_regno für leere Kette (%u)"
4653 #~ msgid "validate_value_data: Loop in regno chain (%u)"
4654 #~ msgstr "validate_value_data: Zyklus in regno-Kette (%u)"
4656 #~ msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
4657 #~ msgstr "validate_value_data: [%u] Falsches oldest_regno (%u)"
4659 #~ msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
4660 #~ msgstr "validate_value_data: [%u] Nicht leeres Register in Kette (%s %u %i)"
4662 #~ msgid "cannot reload integer constant operand in `asm'"
4663 #~ msgstr "Ganzzahlkonstantenoperand kann in »asm« nicht neu geladen werden"
4665 #~ msgid "impossible register constraint in `asm'"
4666 #~ msgstr "unmögliche Registerbedingung in »asm«"
4668 #~ msgid "`&' constraint used with no register class"
4669 #~ msgstr "»&«-Bedingung ohne Registerklasse verwendet"
4671 #~ msgid "unable to generate reloads for:"
4672 #~ msgstr "Neuladungen konnten nicht generiert werden für:"
4674 #~ msgid "inconsistent operand constraints in an `asm'"
4675 #~ msgstr "inkonsistente Operandenbedingungen in einem »asm«"
4677 #~ msgid "frame size too large for reliable stack checking"
4678 #~ msgstr "Rahmengröße zu groß für zuverlässige Kellerüberprüfung"
4680 #~ msgid "try reducing the number of local variables"
4681 #~ msgstr "versuchen Sie, die Anzahl der lokalen Variablen zu verringern"
4683 #~ msgid "can't find a register in class `%s' while reloading `asm'"
4684 #~ msgstr "in der Klasse »%s« konnte während des Neuladens von »asm« kein Register gefunden werden"
4686 #~ msgid "unable to find a register to spill in class `%s'"
4687 #~ msgstr "in Klasse »%s« konnte kein Register für Überlauf gefunden werden"
4689 #~ msgid "this is the insn:"
4690 #~ msgstr "dies ist das insn:"
4692 #~ msgid "`asm' operand requires impossible reload"
4693 #~ msgstr "»asm«-Operand erfordert unmögliches Neuladen"
4695 #~ msgid "could not find a spill register"
4696 #~ msgstr "es konnte kein Überlaufregister gefunden werden"
4698 #~ msgid "`asm' operand constraint incompatible with operand size"
4699 #~ msgstr "»asm«-Operandenbedingung inkompatibel mit Operandengröße"
4701 #~ msgid "VOIDmode on an output"
4702 #~ msgstr "VOIDmode bei einer Ausgabe"
4704 #~ msgid "output operand is constant in `asm'"
4705 #~ msgstr "Ausgabeoperand ist in »asm« konstant"
4707 #~ msgid "unrecognizable insn:"
4708 #~ msgstr "unerkennbares insn:"
4710 #~ msgid "insn does not satisfy its constraints:"
4711 #~ msgstr "insn erfüllt nicht seine Bedingungen:"
4713 #~ msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
4714 #~ msgstr "RTL-Überprüfung: Zugriff von Elt %d von »%s« mit letztem Elt %d in %s, bei %s:%d"
4716 #~ msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
4717 #~ msgstr "RTL-Überprüfung: Elt-%d-Typ %c erwartet, haben Typ %c (rtx %s) in %s, bei %s:%d"
4719 #~ msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
4720 #~ msgstr "RTL-Überprüfung: Elt-%d-Typ %c oder %c erwartet, haben Typ %c (rtx %s) in %s, bei %s:%d"
4722 #~ msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
4723 #~ msgstr "RTL-Überprüfung: Code »%s« erwartet, haben »%s« in %s, bei %s:%d"
4725 #~ msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
4726 #~ msgstr "RTL-Überprüfung: Code »%s« oder »%s« erwartet, haben »%s« in %s, bei %s:%d"
4728 #~ msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
4729 #~ msgstr "RTL-Überprüfung: Zugriff von Elt %d von Vektor mit letztem Elt %d in %s, bei %s:%d"
4731 #~ msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
4732 #~ msgstr "RTL-Kennzeichenüberprüfung: %s mit unerwartetem RTX-Code »%s« in %s bei %s:%d verwendet"
4734 #~ msgid "jump to `%s' invalidly jumps into binding contour"
4735 #~ msgstr "Sprung zu »%s« springt ungültig in bindenden Querschnitt"
4737 #~ msgid "%Jlabel '%D' used before containing binding contour"
4738 #~ msgstr "%JMarke »%D« verwendet vor enthaltendem bindenden Querschnitt"
4740 #~ msgid "output operand constraint lacks `='"
4741 #~ msgstr "Bedingung des Ausgabeoperanden erfordert »=«"
4743 #~ msgid "output constraint `%c' for operand %d is not at the beginning"
4744 #~ msgstr "Ausgabebedingung »%c« für Operand %d steht nicht am Anfang"
4746 #~ msgid "operand constraint contains incorrectly positioned '+' or '='"
4747 #~ msgstr "Operandenbedingung enthält falsch positioniertes »+« oder »=«"
4749 #~ msgid "`%%' constraint used with last operand"
4750 #~ msgstr "»%%«-Bedingung mit letztem Operanden verwendet"
4752 #~ msgid "matching constraint not valid in output operand"
4753 #~ msgstr "dazu passende Bedingung in Ausgabeoperanden ungültig"
4755 #~ msgid "read-write constraint does not allow a register"
4756 #~ msgstr "Schreib- und Lesebeschränkungen erlauben kein Register"
4758 #~ msgid "input operand constraint contains `%c'"
4759 #~ msgstr "Bedingung für Eingabeoperanden enthält »%c«"
4761 #~ msgid "matching constraint references invalid operand number"
4762 #~ msgstr "dazu passende Bedingung referenziert ungültige Operandennummer"
4764 #~ msgid "invalid punctuation `%c' in constraint"
4765 #~ msgstr "ungültiges Zeichen »%c« in Bedingung"
4767 #~ msgid "matching constraint does not allow a register"
4768 #~ msgstr "dazu passende Bedingung erlaubt kein Register"
4770 #~ msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
4771 #~ msgstr "asm-Spezifizierer für Variable »%s« steht in Konflikt mit asm-Konflikt-Liste"
4773 #~ msgid "unknown register name `%s' in `asm'"
4774 #~ msgstr "unbekannter Registername »%s« in »asm«"
4776 #~ msgid "PIC register `%s' clobbered in `asm'"
4777 #~ msgstr "PIC-Register »%s« wird in »asm« zerstört"
4779 #~ msgid "more than %d operands in `asm'"
4780 #~ msgstr "mehr als %d Operanden in »asm«"
4782 #~ msgid "output number %d not directly addressable"
4783 #~ msgstr "Ausgabezahl %d nicht direkt adressierbar"
4785 #~ msgid "asm operand %d probably doesn't match constraints"
4786 #~ msgstr "asm-Operand %d passt wahrscheinlich nicht zu den Bedingungen"
4788 #~ msgid "use of memory input without lvalue in asm operand %d is deprecated"
4789 #~ msgstr "die Verwendung einer Speichereingabe ohne L-Wert in asm-Operand %d ist veraltet"
4791 #~ msgid "asm clobber conflict with output operand"
4792 #~ msgstr "asm-Konflikt mit Ausgabeoperand"
4794 #~ msgid "asm clobber conflict with input operand"
4795 #~ msgstr "asm-Konflikt mit Eingabeoperand"
4797 #~ msgid "too many alternatives in `asm'"
4798 #~ msgstr "zu viele Alternativen in »asm«"
4800 #~ msgid "operand constraints for `asm' differ in number of alternatives"
4801 #~ msgstr "Operandenbedingungen für »asm« unterscheiden sich in der Anzahl der Alternativen"
4803 #~ msgid "duplicate asm operand name '%s'"
4804 #~ msgstr "doppelter asm-Operandenname »%s«"
4806 #~ msgid "missing close brace for named operand"
4807 #~ msgstr "schließende geschweifte Klammer für benannten Operanden fehlt"
4809 #~ msgid "undefined named operand '%s'"
4810 #~ msgstr "benannter Operand »%s« ist nicht definiert"
4812 #~ msgid "%Hstatement with no effect"
4813 #~ msgstr "%HAnweisung ohne Effekt"
4815 #~ msgid "%Hvalue computed is not used"
4816 #~ msgstr "%Hberechneter Wert ist unbenutzt"
4818 #~ msgid "%Junused variable '%D'"
4819 #~ msgstr "%JVariable »%D« wird nicht verwendet"
4821 #~ msgid "%Hunreachable code at beginning of %s"
4822 #~ msgstr "%Hunerreichbarer Code am Anfang von %s"
4824 #~ msgid "enumeration value `%s' not handled in switch"
4825 #~ msgstr "Aufzählungswert »%s« wird nicht von switch behandelt"
4827 #~ msgid "case value `%ld' not in enumerated type"
4828 #~ msgstr "case-Wert »%ld« nicht in Aufzählungstyp"
4830 #~ msgid "case value `%ld' not in enumerated type `%s'"
4831 #~ msgstr "case-Wert »%ld« nicht in Aufzählungstyp »%s«"
4833 #~ msgid "switch missing default case"
4834 #~ msgstr "die Standardfallbehandlung in switch fehlt"
4836 #~ msgid "type size can't be explicitly evaluated"
4837 #~ msgstr "die Typgröße kann nicht explizit ausgewertet werden"
4839 #~ msgid "variable-size type declared outside of any function"
4840 #~ msgstr "Typ mit variabler Größe wurde außerhalb einer Funktion definiert"
4842 #~ msgid "%Jsize of '%D' is %d bytes"
4843 #~ msgstr "%JGröße von »%Ds« ist %d Bytes"
4845 #~ msgid "%Jsize of '%D' is larger than %d bytes"
4846 #~ msgstr "%JGröße von »%D« übertrifft %d Bytes"
4848 #~ msgid "%Jpacked attribute causes inefficient alignment for '%D'"
4849 #~ msgstr "%Jgepacktes Attribut verursacht ineffiziente Ausrichtung für »%D«"
4851 #~ msgid "%Jpacked attribute is unnecessary for '%D'"
4852 #~ msgstr "%Jgepacktes Attribut ist unnötig für »%D«"
4854 #~ msgid "%Jpadding struct to align '%D'"
4855 #~ msgstr "%Jstruct wird aufgefüllt, um »%D« auszurichten"
4857 #~ msgid "padding struct size to alignment boundary"
4858 #~ msgstr "struct wird bis zur Ausrichtungsgrenze aufgefüllt"
4860 #~ msgid "packed attribute causes inefficient alignment for `%s'"
4861 #~ msgstr "gepacktes Attribut verursacht ineffiziente Ausrichtung für »%s«"
4863 #~ msgid "packed attribute is unnecessary for `%s'"
4864 #~ msgstr "gepacktes Attribut ist unnötig für »%s«"
4866 #~ msgid "packed attribute causes inefficient alignment"
4867 #~ msgstr "gepacktes Attribut führt zu ineffizienter Ausrichtung"
4869 #~ msgid "packed attribute is unnecessary"
4870 #~ msgstr "gepacktes Attribut ist unnötig"
4872 #~ msgid "__builtin_saveregs not supported by this target"
4873 #~ msgstr "__builtin_saveregs wird von diesem Ziel nicht unterstützt"
4875 #~ msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
4876 #~ msgstr "timevar_pop '%s' kann nicht ausgeführt werden, wenn am Anfang des timevars-Stacks '%s' steht"
4878 #~ msgid ""
4879 #~ "\n"
4880 #~ "Execution times (seconds)\n"
4881 #~ msgstr ""
4882 #~ "\n"
4883 #~ "Ausführungszeiten (Sekunden)\n"
4885 #~ msgid " TOTAL                 :"
4886 #~ msgstr " GESAMT                :"
4888 #~ msgid "time in %s: %ld.%06ld (%ld%%)\n"
4889 #~ msgstr "Zeit in %s: %ld.%06ld (%ld%%)\n"
4891 #~ msgid "collect: reading %s\n"
4892 #~ msgstr "sammeln: %s lesen\n"
4894 #~ msgid "collect: recompiling %s\n"
4895 #~ msgstr "sammeln: %s neu kompilieren\n"
4897 #~ msgid "collect: tweaking %s in %s\n"
4898 #~ msgstr "sammeln: %s wird in %s eingestellt\n"
4900 #~ msgid "collect: relinking\n"
4901 #~ msgstr "sammeln: neu binden\n"
4903 #~ msgid "ld returned %d exit status"
4904 #~ msgstr "ld gab %d als Ende-Status zurück"
4906 #~ msgid "%s "
4907 #~ msgstr "%s "
4909 #~ msgid " %s"
4910 #~ msgstr " %s"
4912 #~ msgid "invalid option argument `%s'"
4913 #~ msgstr "ungültiges Optionsargument »%s«"
4915 #~ msgid "getting core file size maximum limit: %m"
4916 #~ msgstr "Kern-Dateigrößenlimit wird geholt: %m"
4918 #~ msgid "setting core file size limit to maximum: %m"
4919 #~ msgstr "Kern-Dateigrößenlimit wird gesetzt: %m"
4921 #~ msgid "%J'%F' used but never defined"
4922 #~ msgstr "%J»%F« verwendet, aber nirgendwo definiert"
4924 #~ msgid "%J'%F' declared `static' but never defined"
4925 #~ msgstr "%J»%F« als »static« deklariert, aber nirgendwo definiert"
4927 #~ msgid "%J'%D' defined but not used"
4928 #~ msgstr "%J»%D« definiert, aber nicht verwendet"
4930 #~ msgid "`%s' is deprecated (declared at %s:%d)"
4931 #~ msgstr "»%s« ist veraltet (deklariert bei %s:%d)"
4933 #~ msgid "`%s' is deprecated"
4934 #~ msgstr "»%s« ist veraltet"
4936 #~ msgid "type is deprecated (declared at %s:%d)"
4937 #~ msgstr "Typ ist veraltet (in %s:%d deklariert)"
4939 #~ msgid "type is deprecated"
4940 #~ msgstr "Typ ist veraltet"
4942 #~ msgid "invalid register name `%s' for register variable"
4943 #~ msgstr "ungültiger Registername »%s« für Registervariable"
4945 #~ msgid "branch target register load optimization is not intended to be run twice"
4946 #~ msgstr "Ladeoptimierung für Zweig-Zielregister ist nicht dafür vorgesehen, mehrfach zu laufen"
4948 #~ msgid ""
4949 #~ "\n"
4950 #~ "Target specific options:\n"
4951 #~ msgstr ""
4952 #~ "\n"
4953 #~ "Zielspezifische Optionen:\n"
4955 #~ msgid "  -m%-23s [undocumented]\n"
4956 #~ msgstr "  -m%-23s [undokumentiert]\n"
4958 #~ msgid ""
4959 #~ "\n"
4960 #~ "There are undocumented target specific options as well.\n"
4961 #~ msgstr ""
4962 #~ "\n"
4963 #~ "Es gibt auch undokumentierte zielspezifische Optionen.\n"
4965 #~ msgid "  They exist, but they are not documented.\n"
4966 #~ msgstr "  Es gibt sie, aber sie sind nicht dokumentiert.\n"
4968 #~ msgid "unrecognized gcc debugging option: %c"
4969 #~ msgstr "gcc-Debuggingoption nicht erkannt: %c"
4971 #~ msgid "invalid option `%s'"
4972 #~ msgstr "ungültige Option »%s«"
4974 #~ msgid ""
4975 #~ "%s%s%s version %s (%s)\n"
4976 #~ "%s\tcompiled by GNU C version %s.\n"
4977 #~ "%s%s%s version %s (%s) compiled by CC.\n"
4978 #~ msgstr ""
4979 #~ "%s%s%s Version %s (%s)\n"
4980 #~ "%s\tkompiliert von GNU-C-Version %s.\n"
4981 #~ "%s%s%s Version %s (%s) kompiliert von CC.\n"
4983 #~ msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
4984 #~ msgstr "%s%sGGC-Heuristik: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
4986 #~ msgid "options passed: "
4987 #~ msgstr "angegebene Optionen: "
4989 #~ msgid "options enabled: "
4990 #~ msgstr "angeschaltete Optionen: "
4992 #~ msgid "can't open %s for writing: %m"
4993 #~ msgstr "Datei »%s« kann nicht zum Schreiben geöffnet werden: %m"
4995 #~ msgid "created and used with different settings of -fpic"
4996 #~ msgstr "erzeugt und mit anderen Einstellungen von -fpic verwendet"
4998 #~ msgid "created and used with different settings of -fpie"
4999 #~ msgstr "erzeugt und mit anderen Einstellungen von -fpie verwendet"
5001 #~ msgid "created and used with differing settings of `-m%s'"
5002 #~ msgstr "erzeugt und mit anderen Einstellungen von »-m%s« verwendet"
5004 #~ msgid "out of memory"
5005 #~ msgstr "Platz im Hauptspeicher reicht nicht aus"
5007 #~ msgid "instruction scheduling not supported on this target machine"
5008 #~ msgstr "Befehlsplanung wird von dieser Zielmaschine nicht unterstützt"
5010 #~ msgid "this target machine does not have delayed branches"
5011 #~ msgstr "diese Zielmaschine hat keine verzögerten Zweige"
5013 #~ msgid "-f%sleading-underscore not supported on this target machine"
5014 #~ msgstr "-f%sleading-underscore wird auf dieser Zielmaschine nicht unterstützt"
5016 #~ msgid "target system does not support the \"%s\" debug format"
5017 #~ msgstr "Zielsystem unterstützt nicht das Testformat \"%s\""
5019 #~ msgid "-ffunction-sections not supported for this target"
5020 #~ msgstr "-ffunction-sections wird für dieses Ziel nicht unterstützt"
5022 #~ msgid "-fdata-sections not supported for this target"
5023 #~ msgstr "-fdata-sections wird für dieses Ziel nicht unterstützt"
5025 #~ msgid "-ffunction-sections disabled; it makes profiling impossible"
5026 #~ msgstr "-ffunction-sections ausgeschaltet; das macht Profiling unmöglich"
5028 #~ msgid "-fprefetch-loop-arrays not supported for this target"
5029 #~ msgstr "-fprefetch-loop-arrays wird für dieses Ziel nicht unterstützt"
5031 #~ msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
5032 #~ msgstr "-fprefetch-loop-arrays wird für dieses Ziel nicht unterstützt (versuchen Sie die »-march«-Schalter)"
5034 #~ msgid "-fprefetch-loop-arrays is not supported with -Os"
5035 #~ msgstr "-fprefetch-loop-arrays wird nicht mit -Os unterstützt"
5037 #~ msgid "-ffunction-sections may affect debugging on some targets"
5038 #~ msgstr "-ffunction-sections kann für verschiedene Ziele die Fehlersuche beeinträchtigen"
5040 #~ msgid "error writing to %s: %m"
5041 #~ msgstr "Fehler beim Schreiben der Datei %s: %m"
5043 #~ msgid "error closing %s: %m"
5044 #~ msgstr "Fehler beim Schließen von %s: %m"
5046 #~ msgid "could not open dump file `%s'"
5047 #~ msgstr "Abzugsdatei »%s« konnte nicht geöffnet werden"
5049 #~ msgid "ignoring unknown option `%.*s' in `-fdump-%s'"
5050 #~ msgstr "unbekannte Option »%.*s« in »-fdump-%s« wird ignoriert"
5052 #~ msgid "%Jfunction '%F' can never be inlined because it uses alloca (override using the always_inline attribute)"
5053 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie alloca verwendet (zum Aufheben: Attribut »always_inline« verwenden)"
5055 #~ msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
5056 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie setjmp verwendet"
5058 #~ msgid "%Jfunction '%F' can never be inlined because it uses variable argument lists"
5059 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie eine variable Argumentliste verwendet"
5061 #~ msgid "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp exception handling"
5062 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie »setjmp-longjmp«-Ausnahmebehandlung verwendet"
5064 #~ msgid "%Jfunction '%F' can never be inlined because it contains a nested function"
5065 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie eine geschachtelte Funktion enthält"
5067 #~ msgid "%Jfunction '%F' can never be inlined because it contains a computed goto"
5068 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie ein berechnetes »goto« enthält"
5070 #~ msgid "%Jfunction '%F' can never be inlined because it contains a nonlocal goto"
5071 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie ein nichtlokales »goto« enthält"
5073 #~ msgid "%Jfunction '%F' can never be inlined because it uses variable sized variables"
5074 #~ msgstr "%Jdie Funktion »%F« kann nie »inline« sein, da sie Variablen variabler Größe verwendet"
5076 #~ msgid "%Jinlining failed in call to '%F': %s"
5077 #~ msgstr "%J»inline« beim Aufruf von »%F« gescheitert: %s"
5079 #~ msgid "%Jsize of return value of '%D' is %u bytes"
5080 #~ msgstr "%JGröße des Rückgabewertes von »%D« ist %u Bytes"
5082 #~ msgid "%Jsize of return value of '%D' is larger than %wd bytes"
5083 #~ msgstr "%JGröße des Rückgabewertes von »%D« ist größer als %wd Bytes"
5085 #~ msgid "arrays of functions are not meaningful"
5086 #~ msgstr "Felder von Funktionen sind sinnlos"
5088 #~ msgid "function return type cannot be function"
5089 #~ msgstr "Rückgabetyp der Funktion kann keine Funktion sein"
5091 #~ msgid "invalid initializer for bit string"
5092 #~ msgstr "ungültige Initialisierung für Bitstring"
5094 #~ msgid "tree check: expected %s, have %s in %s, at %s:%d"
5095 #~ msgstr "Baumprüfung: %s erwartet, haben %s in %s, bei %s:%d"
5097 #~ msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
5098 #~ msgstr "Baumprüfung: Klasse %c erwartet, haben '%c' (%s) in %s, bei %s:%d"
5100 #~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
5101 #~ msgstr "Baumprüfung: auf Elt %d von tree_vec mit %d Elts in %s bei %s:%d zugegriffen"
5103 #~ msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
5104 #~ msgstr "Baumprüfung: auf Operand %d von %s mit %d Operanden in %s bei %s:%d zugegriffen"
5106 #~ msgid "%J%D causes a section type conflict"
5107 #~ msgstr "%J%D löst einen Abschnittstypkonflikt aus"
5109 #~ msgid "%Jregister name not specified for '%D'"
5110 #~ msgstr "%Jfür »%D« wurde kein Registername angegeben"
5112 #~ msgid "%Jinvalid register name for '%D'"
5113 #~ msgstr "%Jungültiger Registername für »%D«"
5115 #~ msgid "%Jdata type of '%D' isn't suitable for a register"
5116 #~ msgstr "%JDatentyp von »%D« eignet sich nicht für Register"
5118 #~ msgid "%Jregister specified for '%D' isn't suitable for data type"
5119 #~ msgstr "%Jfür »%D« angegebenes Register eignet sich nicht für Datentyp"
5121 #~ msgid "global register variable has initial value"
5122 #~ msgstr "globle Registervariable hat Anfangswert"
5124 #~ msgid "volatile register variables don't work as you might wish"
5125 #~ msgstr "»volatile«-Registervariablen funktionieren oft nicht so wie erhofft"
5127 #~ msgid "%Jregister name given for non-register variable '%D'"
5128 #~ msgstr "%JRegistername für Nicht-Registervariable »%D« verwendet"
5130 #~ msgid "%Jstorage size of `%D' isn't known"
5131 #~ msgstr "%JSpeichergröße von »%D« ist unbekannt"
5133 #~ msgid "%Jalignment of '%D' is greater than maximum object file alignment.  Using %d"
5134 #~ msgstr "%JAusrichtung von »%D ist größer als maximale Objektdateiausrichtung. %d verwendet«"
5136 #~ msgid "thread-local COMMON data not implemented"
5137 #~ msgstr "Thread-lokale COMMON-Daten nicht implementiert"
5139 #~ msgid "%Jrequested alignment for '%D' is greater than implemented alignment of %d"
5140 #~ msgstr "%Jangeforderte Ausrichtung für »%D« ist größer als die implementierte Ausrichtung von %d"
5142 #~ msgid "initializer for integer value is too complicated"
5143 #~ msgstr "Initialisierung für Ganzzahlwert ist zu kompliziert"
5145 #~ msgid "initializer for floating value is not a floating constant"
5146 #~ msgstr "Initialisierung für Gleitkommawert ist keine Gleitkommakonstante"
5148 #~ msgid "unknown set constructor type"
5149 #~ msgstr "unbekannter Mengenkonstruktortyp"
5151 #~ msgid "invalid initial value for member `%s'"
5152 #~ msgstr "ungültiger Anfangswert für Element »%s«"
5154 #~ msgid "%Jweak declaration of '%D' must precede definition"
5155 #~ msgstr "%Jschwache Deklaration von »%D« muss der Definition vorangehen"
5157 #~ msgid "%Jweak declaration of '%D' after first use results in unspecified behavior"
5158 #~ msgstr "%Jschwache Deklaration von »%D« nach erster Benutzung führt zu undefiniertem Verhalten"
5160 #~ msgid "%Jweak declaration of '%D' must be public"
5161 #~ msgstr "%Jschwache Deklaration von »%D« muss öffentlich sein"
5163 #~ msgid "%Jweak declaration of '%D' not supported"
5164 #~ msgstr "%Jschwache Deklaration von »%D« wird nicht unterstützt"
5166 #~ msgid "only weak aliases are supported in this configuration"
5167 #~ msgstr "in dieser Konfiguration werden nur schwache Aliase unterstützt"
5169 #~ msgid "alias definitions not supported in this configuration; ignored"
5170 #~ msgstr "Alias-Definitionen werden in dieser Konfiguration nicht unterstützt; ignoriert"
5172 #~ msgid "visibility attribute not supported in this configuration; ignored"
5173 #~ msgstr "Sichtbarkeitsattribute werden in dieser Konfiguration nicht unterstützt; ignoriert"
5175 #~ msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
5176 #~ msgstr "virtuelles Feld %s[%lu]: Element %lu außerhalb der Grenzen in %s, bei %s:%d"
5178 #~ msgid "underflowed virtual array %s in %s, at %s:%d"
5179 #~ msgstr "Unterlauf im virtuellen Feld %s in %s bei %s:%d"
5181 #~ msgid "no sclass for %s stab (0x%x)\n"
5182 #~ msgstr "kein »sclass« für %s Stab (0x%x)\n"
5184 #~ msgid "fatal error: "
5185 #~ msgstr "schwerwiegender Fehler: "
5187 #~ msgid "internal compiler error: "
5188 #~ msgstr "interner Compiler-Fehler: "
5190 #~ msgid "sorry, unimplemented: "
5191 #~ msgstr "nicht implementiert: "
5193 #~ msgid "anachronism: "
5194 #~ msgstr "Anachronismus: "
5196 #~ msgid "note: "
5197 #~ msgstr "Anmerkung: "
5199 #~ msgid "debug: "
5200 #~ msgstr "zur Fehlersuche: "
5202 #~ msgid "The maximum number of instructions in a single function eligible for inlining"
5203 #~ msgstr "Die Höchstzahl der Anweisungen in einer einzelnen für »inline« geeigneten Funktion"
5205 #~ msgid "The maximum number of instructions when automatically inlining"
5206 #~ msgstr "Die Höchstzahl der Anweisungen für automatisches »inline«"
5208 #~ msgid "The maximum number of instructions for the RTL inliner"
5209 #~ msgstr "Die Höchstzahl der Anweisungen für RTL »inline«"
5211 #~ msgid "The maximum number of instructions to consider to fill a delay slot"
5212 #~ msgstr "Die Höchstzahl der zu betrachtenden Anweisungen um Verzögerungsschlitz zu füllen"
5214 #~ msgid "The maximum number of instructions to consider to find accurate live register information"
5215 #~ msgstr "Die Höchstzahl der zu betrachtenden Anweisungen um richtige aktive Registerinformationen zu finden"
5217 #~ msgid "The maximum length of scheduling's pending operations list"
5218 #~ msgstr "Die Maximallänge der Liste der anhängigen geplanten Operationen"
5220 #~ msgid "The size of function body to be considered large"
5221 #~ msgstr "Die Größe eines als groß angesehenen Funktionskörpers"
5223 #~ msgid "Maximal growth due to inlining of large function (in percent)"
5224 #~ msgstr "Maximales Wachstum durch »inline« einer großen Funktion (in Prozent)"
5226 #~ msgid "how much can given compilation unit grow because of the inlining (in percent)"
5227 #~ msgstr "um wie viel eine Übersetzungseinheit durch »inline« wachsen kann (in Prozent)"
5229 #~ msgid "The maximum amount of memory to be allocated by GCSE"
5230 #~ msgstr "Maximalbetrag des von GCSE zu belegenden Speichers"
5232 #~ msgid "The maximum number of passes to make when doing GCSE"
5233 #~ msgstr "Die Höchstzahl der Durchläufe für GCSE"
5235 #~ msgid "The maximum number of instructions to consider to unroll in a loop"
5236 #~ msgstr "Die Höchstzahl der zum Aufrollen von Schleifen zu betrachtenden Anweisungen"
5238 #~ msgid "The maximum number of instructions to consider to unroll in a loop on average"
5239 #~ msgstr "Die Höchstzahl der zum Aufrollen von Schleifen im Mittel zu betrachtenden Anweisungen"
5241 #~ msgid "The maximum number of unrollings of a single loop"
5242 #~ msgstr "Die Höchstzahl der Iterationen zum Aufrollen in einzelner Schleife"
5244 #~ msgid "The maximum number of insns of a peeled loop"
5245 #~ msgstr "Die Höchstzahl der insns einer geschälten Schleife"
5247 #~ msgid "The maximum number of peelings of a single loop"
5248 #~ msgstr "Die Höchstzahl der Schälvorgänge einer einzelnen Schleife"
5250 #~ msgid "The maximum number of insns of a completely peeled loop"
5251 #~ msgstr "Die Höchstzahl der insns einer vollständig geschälten Schleife"
5253 #~ msgid "The maximum number of peelings of a single loop that is peeled completely"
5254 #~ msgstr "Die Höchstzahl der Schälvorgänge einer einzelnen Schleife, die vollständig geschält wird"
5256 #~ msgid "The maximum number of insns of a peeled loop that rolls only once"
5257 #~ msgstr "Die Höchstzahl der insns einer geschälten Schleife, die nur einmal rollt"
5259 #~ msgid "`%s' incompatible attribute ignored"
5260 #~ msgstr "»%s«-inkompatibles Attribut wird ignoriert"
5262 #~ msgid "%Jfunction `%D' definition is marked dllimport."
5263 #~ msgstr "%JFunktionsdefinition von »%D« ist als »dllimport« markiert"
5265 #~ msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
5266 #~ msgstr "%J»inline«-Funktion »%D« ist als »dllimport« deklariert: Attribute ignoriert."
5268 #~ msgid "ms-bitfields not supported for objc"
5269 #~ msgstr "ms-Bitfelder nicht unterstützt für objc"
5271 #~ msgid "%Jan address area attribute cannot be specified for local variables"
5272 #~ msgstr "%Jfür lokale Variablen kann kein Adressabschnittsattribut angegeben werden"
5274 #~ msgid "%Jaddress area of '%s' conflicts with previous declaration"
5275 #~ msgstr "%JAdressabschnitt von »%s« in Konflikt mit vorheriger Deklaration"
5277 #~ msgid "%Jaddress area attribute cannot be specified for functions"
5278 #~ msgstr "%JAdressabschnittsattribut kann nicht für Funktionen angegeben werden"
5280 #~ msgid "The compiler does not support -march=%s."
5281 #~ msgstr "Der Compiler unterstützt nicht -march=%s."
5283 #~ msgid "argument `%d' is not a constant"
5284 #~ msgstr "Argument »%d« ist keine Konstante"
5286 #~ msgid "`trap' attribute is already used"
5287 #~ msgstr "»trap«-Attribut wird bereits verwendet"
5289 #~ msgid "cannot specify both -msep-data and -mid-shared-library"
5290 #~ msgstr "-msep-data und -mid-shared-library können nicht zusammen angegeben werden"
5292 #~ msgid "Generate code for a 68040, without any new instructions"
5293 #~ msgstr "Code für einen 68040 ohne neue Befehle erzeugen"
5295 #~ msgid "Generate code for a 68060, without any new instructions"
5296 #~ msgstr "Code für einen 68060 ohne neue Befehle erzeugen"
5298 #~ msgid "Generate code for a 68030"
5299 #~ msgstr "Code für einen 68030 erzeugen"
5301 #~ msgid "Generate code for a 68040"
5302 #~ msgstr "Code für einen 68040 erzeugen"
5304 #~ msgid "Generate code for a 68060"
5305 #~ msgstr "Code für einen 68060 erzeugen"
5307 #~ msgid "Generate code for a 520X"
5308 #~ msgstr "Code für einen 520X erzeugen"
5310 #~ msgid "Generate code for a 5206e"
5311 #~ msgstr "Code für einen 5206e erzeugen"
5313 #~ msgid "Generate code for a 528x"
5314 #~ msgstr "Code für einen 528x erzeugen"
5316 #~ msgid "Generate code for a 5307"
5317 #~ msgstr "Code für einen 5307 erzeugen"
5319 #~ msgid "Generate code for a 5407"
5320 #~ msgstr "Code für einen 5407 erzeugen"
5322 #~ msgid "Generate code for a 68851"
5323 #~ msgstr "Code für einen 68851 erzeugen"
5325 #~ msgid "Do no generate code for a 68851"
5326 #~ msgstr "Code für einen 68851 erzeugen"
5328 #~ msgid "Generate code for a 68302"
5329 #~ msgstr "Code für einen 68302 erzeugen"
5331 #~ msgid "Generate code for a 68332"
5332 #~ msgstr "Code für einen 68332 erzeugen"
5334 #~ msgid "Generate code for a cpu32"
5335 #~ msgstr "Code für eine cpu32 erzeugen"
5337 #~ msgid "can't rewind temp file: %m"
5338 #~ msgstr "temporäre Datei konnte nicht zurückgesetzt werden: %m"
5340 #~ msgid "can't write to output file: %m"
5341 #~ msgstr "in die Ausgabedatei kann nicht geschrieben werden: %m"
5343 #~ msgid "can't read from temp file: %m"
5344 #~ msgstr "von der temporären Datei kann nicht gelesen werden: %m"
5346 #~ msgid "can't close temp file: %m"
5347 #~ msgstr "die temporäre Datei kann nicht geschlossen werden: %m"
5349 #~ msgid "-fpic is not supported; -fPIC assumed"
5350 #~ msgstr "-fpic wird nicht unterstützt; -fPIC angenommen"
5352 #~ msgid "-m%s not supported in this configuration"
5353 #~ msgstr "-m%s wird in dieser Konfiguration nicht unterstützt"
5355 #~ msgid "%Jdata area attributes cannot be specified for local variables"
5356 #~ msgstr "%JDatenabschnittsattribute können nicht für lokale Variablen angegeben werden"
5358 #~ msgid "%Jdata area of '%D' conflicts with previous declaration"
5359 #~ msgstr "%JDatenabschnitt von »%D« in Konflikt mit vorheriger Deklaration"
5361 #~ msgid "invalid %%x value"
5362 #~ msgstr "ungültiger %%x-Wert"
5364 #~ msgid "invalid %%d value"
5365 #~ msgstr "ungültiger %%x-Wert"
5367 #~ msgid "invalid %%t/%%b value"
5368 #~ msgstr "ungültiger %%t/%%b-Wert"
5370 #~ msgid "missing argument to \"-%s\""
5371 #~ msgstr "fehlendes Argument für »-%s«"
5373 #~ msgid "%s for '%s' in '%s %E'"
5374 #~ msgstr "%s vor »%s« in »%s %E«"
5376 #~ msgid "no suitable `operator %s' for `%T'"
5377 #~ msgstr "kein geeigneter »operator %s« für »%T«"
5379 #~ msgid "cannot bind bitfield `%E' to `%T'"
5380 #~ msgstr "das Bitfeld »%E« kann nicht mit »%T« verbunden werden"
5382 #~ msgid "cannot bind packed field `%E' to `%T'"
5383 #~ msgstr "das gepackte Feld »%E« kann nicht mit »%T« verbunden werden"
5385 #~ msgid "cannot bind rvalue `%E' to `%T'"
5386 #~ msgstr "der R-Wert »%E« kann nicht mit »%T« verbunden werden"
5388 #~ msgid "%s has no effect"
5389 #~ msgstr "%s hat keinen Effekt"
5391 #~ msgid "%Jfunction '%D' redeclared as inline"
5392 #~ msgstr "%JFunktion »%D« als inline redeklariert"
5394 #~ msgid "%Jprevious declaration of '%D' with attribute noinline"
5395 #~ msgstr "%Jvorherige Deklaration von »%D« mit Attribut noinline"
5397 #~ msgid "%Jfunction '%D' redeclared with attribute noinline"
5398 #~ msgstr "%JFunktion »%D« redeklariert mit Attribut noinline"
5400 #~ msgid "%Jprevious declaration of '%D' was inline"
5401 #~ msgstr "%Jvorherige Deklaration von »%D« war inline"
5403 #~ msgid "conflicting declaration '%#D'"
5404 #~ msgstr "in Konflikt stehende Deklaration »%#D«"
5406 #~ msgid "'%D' has a previous declaration as `%#D'"
5407 #~ msgstr "»%D« hat eine vorherige Deklaration als »%#Ds«"
5409 #~ msgid "%Jfollows non-prototype definition here"
5410 #~ msgstr "%Jfolgt Nicht-Prototyp-Definition hier"
5412 #~ msgid "%Jprevious non-inline declaration here"
5413 #~ msgstr "%Jvorherige nicht-inline-Deklaration hier"
5415 #~ msgid "%Jconflicts with previous declaration here"
5416 #~ msgstr "%Jin Konflikt mit vorheriger Deklaration hier"
5418 #~ msgid "%H  from here"
5419 #~ msgstr "%H  von hier"
5421 #~ msgid "too many initializers for `%T'"
5422 #~ msgstr "zu viele Initialisierer für »%T«"
5424 #~ msgid "size of array `%D' has non-integral type `%T'"
5425 #~ msgstr "Feldgröße von »%D« hat Nicht-Ganzzahltyp »%T«"
5427 #~ msgid "size of array has non-integral type `%T'"
5428 #~ msgstr "Feldgröße hat Nicht-Ganzzahltyp »%T«"
5430 #~ msgid "declaration of `%D' as %s"
5431 #~ msgstr "Deklaration von »%D« als %s"
5433 #~ msgid "creating %s"
5434 #~ msgstr "Erzeugen von %s"
5436 #~ msgid "top-level declaration of `%s' specifies `auto'"
5437 #~ msgstr "Deklaration höchster Ebene von »%s« spezifiziert »auto«"
5439 #~ msgid "%Jinvalid type qualifier for non-member function type"
5440 #~ msgstr "%Jungültiger Typkennzeichner für Nicht-Element-Funktionstyp"
5442 #~ msgid "%Jprevious definition here"
5443 #~ msgstr "%Jvorherige Definition hier"
5445 #~ msgid "invalid member function declaration"
5446 #~ msgstr "ungültige Elementfunktionsdeklaration"
5448 #~ msgid "anonymous union with no members"
5449 #~ msgstr "anonymes union ohne Element"
5451 #~ msgid "inline function `%D' used but never defined"
5452 #~ msgstr "inline-Funktion »%D«, aber nirgendwo definiert"
5454 #~ msgid "  when initialized here"
5455 #~ msgstr "  während es hier initialisiert wurde"
5457 #~ msgid "`%#D' is not a non-static data member of `%T'"
5458 #~ msgstr "»%#D« ist kein Nicht-static-Datenelement von »%T«"
5460 #~ msgid "invalid use of non-static member function `%D'"
5461 #~ msgstr "ungültige Verwendung der Nicht-static-Elementfunktion »%D«"
5463 #~ msgid "invalid use of non-static data member `%D'"
5464 #~ msgstr "ungültige Verwendung des Nicht-static-Datenelementes »%D«"
5466 #~ msgid "type mismatch with previous external decl of `%#D'"
5467 #~ msgstr "Typen passen nicht zu vorheriger externer Deklaration von »%#D«"
5469 #~ msgid "%s %s %p %d\n"
5470 #~ msgstr "%s %s %p %d\n"
5472 #~ msgid "`%D' attribute directive ignored"
5473 #~ msgstr "Attribut-Anweisung »%D« wird ignoriert"
5475 #~ msgid "invalid token"
5476 #~ msgstr "ungültiges Token"
5478 #~ msgid "`%D::%D' has not been declared"
5479 #~ msgstr "»%D::%D« wurde nicht deklariert"
5481 #~ msgid "`::%D' has not been declared"
5482 #~ msgstr "»::%D« wurde nicht deklariert"
5484 #~ msgid "`%D' has not been declared"
5485 #~ msgstr "»%D« wurde nicht deklariert"
5487 #~ msgid "`%D' %s"
5488 #~ msgstr "»%D« %s"
5490 #~ msgid "`%s' is not a template"
5491 #~ msgstr "»%s« ist kein Template"
5493 #~ msgid "invalid template-id"
5494 #~ msgstr "ungültige Template-ID"
5496 #~ msgid "%s cannot appear in a constant-expression"
5497 #~ msgstr "%s kann nicht in einem Konstanten-Ausdruck auftreten"
5499 #~ msgid "`%s' does not name a type"
5500 #~ msgstr "»%s« bezeichnet keinen Typ"
5502 #~ msgid "statement-expressions are allowed only inside functions"
5503 #~ msgstr "Anweisungs-Ausdrücke sind nur innerhalb von Funktionen erlaubt"
5505 #~ msgid "ISO C++ forbids compound-literals"
5506 #~ msgstr "ISO-C++ verbietet zusammengesetzte Literale"
5508 #~ msgid "duplicate `friend'"
5509 #~ msgstr "doppeltes »friend«"
5511 #~ msgid "attributes are not allowed on a function-definition"
5512 #~ msgstr "bei einer Funktionsdefinition sind keine Attribute erlaubt"
5514 #~ msgid "attributes after parenthesized initializer ignored"
5515 #~ msgstr "Attribute hinter geklammerter Initialisierung werden ignoriert"
5517 #~ msgid "friend declaration does not name a class or function"
5518 #~ msgstr "»friend«-Deklaration benennt keine Klasse oder Funktion"
5520 #~ msgid "invalid function declaration"
5521 #~ msgstr "ungültige Funktionsdeklaration"
5523 #~ msgid "named return values are no longer supported"
5524 #~ msgstr "benannte Rückgabewerte werden nicht mehr unterstützt"
5526 #~ msgid "%D redeclared with different access"
5527 #~ msgstr "%D mit anderem Zugriff redeklariert"
5529 #~ msgid "destructor `%D' declared as member template"
5530 #~ msgstr "Destruktor »%D« als Element-Template deklariert"
5532 #~ msgid "%J  original definition appeared here"
5533 #~ msgstr "%J  ursprüngliche Definition trat hier auf"
5535 #~ msgid "`%T' uses anonymous type"
5536 #~ msgstr "»%T« verwendet anonymen Typen"
5538 #~ msgid "`%T' uses local type `%T'"
5539 #~ msgstr "»%T« verwendet lokalen Typen »%T«"
5541 #~ msgid "integral expression `%E' is not constant"
5542 #~ msgstr "Integralausdruck »%E« ist nicht konstant"
5544 #~ msgid "object missing in reference to `%D'"
5545 #~ msgstr "Objekt fehlt in Referenz auf »%D«"
5547 #~ msgid "`%D' is not a member of `%D'"
5548 #~ msgstr "»%D« ist kein Element von »%D«"
5550 #~ msgid "`%D' cannot appear in a constant-expression"
5551 #~ msgstr "»%D« kann nicht in Konstanten-Ausdruck auftreten"
5553 #~ msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
5554 #~ msgstr "%s zwischen verschiedenen Zeiger-auf-Element-Typen »%T« und »%T« fehlt eine Typkonvertierung"
5556 #~ msgid "invalid application of `%s' to a bit-field"
5557 #~ msgstr "ungültige Anwendung von »%s« auf ein Bitfeld"
5559 #~ msgid "ISO C++ forbids applying `%s' to an expression of function type"
5560 #~ msgstr "ISO-C++ verbietet Anwendung von »%s« auf einen Ausdruck mit Funktionstyp"
5562 #~ msgid "invalid use of non-static member function"
5563 #~ msgstr "falsche Benutzung einer nicht-statischen Elementfunktion"
5565 #~ msgid "invalid use of nonstatic data member '%E'"
5566 #~ msgstr "ungültige Benutzung des nicht-statischen Datenelements »%E«"
5568 #~ msgid "parameter %P of `%D' has incomplete type `%T'"
5569 #~ msgstr "Parameter %P von »%D« hat unvollständigen Typen »%T«"
5571 #~ msgid "parameter %P has incomplete type `%T'"
5572 #~ msgstr "Parameter %P hat unvollständigen Typen »%T«"
5574 #~ msgid "%s expression list treated as compound expression"
5575 #~ msgstr "%s Ausdrucksliste als zusammengesetzten Ausdruck behandelt"
5577 #~ msgid "pointer to member cast via virtual base `%T'"
5578 #~ msgstr "Typumwandlung von Zeiger in Element über virtuelle Basis »%T«"
5580 #~ msgid "pointer to member conversion via virtual base `%T'"
5581 #~ msgstr "Konvertierung von Zeiger in Element über virtuelle Basis »%T«"
5583 #~ msgid "return-statement with no value, in function returning '%T'"
5584 #~ msgstr "Return-Anweisung ohne Wert, in »%T« zurückgebender Funktion"
5586 #~ msgid "return-statement with a value, in function returning 'void'"
5587 #~ msgstr "Return-Anweisung mit Wert in »void« zurückgebender Funktion"
5589 #~ msgid "Please keep this in mind before you report bugs."
5590 #~ msgstr "Bitte bedenken Sie dies, wenn Sie einen Fehlerbericht einsenden."
5592 #~ msgid "%Jfinal field '%D' may not have been initialized"
5593 #~ msgstr "%Jletztes Feld »%D« könnte nicht initialisiert worden sein"
5595 #~ msgid "%J'%D' used prior to declaration"
5596 #~ msgstr "%J»%D« bereits vor Deklaration benutzt"
5598 #~ msgid "declaration of `%s' shadows a parameter"
5599 #~ msgstr "Deklaration von »%s« überdeckt einen Parameter"
5601 #~ msgid "declaration of `%s' shadows a symbol from the parameter list"
5602 #~ msgstr "Deklaration von »%s« überdeckt ein Symbol aus der Parameterliste"
5604 #~ msgid "%Jlabel '%D' used but not defined"
5605 #~ msgstr "%JMarke »%D« verwendet, aber nicht definiert"
5607 #~ msgid "%Jlabel '%D' defined but not used"
5608 #~ msgstr "%JMarke »%D« definiert, aber nicht verwendet"
5610 #~ msgid "can't reopen %s: %m"
5611 #~ msgstr "Es ist nicht möglich, »%s« erneut zu öffnen: %m"
5613 #~ msgid "can't close %s: %m"
5614 #~ msgstr "Es ist nicht möglich, »%s« zu schließen: %m"
5616 #~ msgid "can't close input file %s: %m"
5617 #~ msgstr "die Eingabedatei »%s« kann nicht geschlossen werden: %m"
5619 #~ msgid "can't create directory %s: %m"
5620 #~ msgstr "das Verzeichnis %s kann nicht erzeugt werden: %m"
5622 #~ msgid "can't create %s: %m"
5623 #~ msgstr "Es ist nicht möglich, %s zu erzeugen: %m"
5625 #~ msgid "`%s' is not a valid class name"
5626 #~ msgstr "»%s« ist kein gültiger Klassenname"
5628 #~ msgid "--resource requires -o"
5629 #~ msgstr "--resource erfordert -o"
5631 #~ msgid "cannot specify both -C and -o"
5632 #~ msgstr "-C und -o können nicht zusammen angegeben werden"
5634 #~ msgid "cannot create temporary file"
5635 #~ msgstr "temporäre Datei konnte nicht angelegt werden"
5637 #~ msgid "interface `%s' does not have valid constant string layout"
5638 #~ msgstr "die Schnittstelle »%s« hat nicht die Form einer konstanten Zeichenkette"
5640 #~ msgid "`%s' is not an Objective-C class name or alias"
5641 #~ msgstr "»%s« ist kein Klassenname oder Alias in Objective-C"
5643 #~ msgid "`%s' redeclared as different kind of symbol"
5644 #~ msgstr "»%s« redeklariert als andere Symbolart"
5646 #~ msgid "%J%s `%s'"
5647 #~ msgstr "%J%s: »%s«"
5649 #~ msgid "multiple %s named `%c%s' found"
5650 #~ msgstr "mehrere %s namens »%c%s« gefunden"
5652 #~ msgid "no super class declared in @interface for `%s'"
5653 #~ msgstr "keine Superklasse im @interface für »%s« deklariert"
5655 #~ msgid "`%s' may not respond to `%c%s'"
5656 #~ msgstr "»%s« antwortet möglicherweise nicht auf »%c%s«"
5658 #~ msgid "`%c%s' not implemented by protocol(s)"
5659 #~ msgstr "»%c%s« nicht von Protokoll(en) implementiert"
5661 #~ msgid "`...' as arguments.)"
5662 #~ msgstr "»...« als Argumente.)"
5664 #~ msgid "duplicate declaration of method `%c%s'"
5665 #~ msgstr "doppelte Deklaration der Methode »%c%s«"
5667 #~ msgid "illegal reference type specified for instance variable `%s'"
5668 #~ msgstr "unzulässiger Referenztyp für Instanzvariable »%s« angegeben"
5670 #~ msgid "instance variable `%s' has unknown size"
5671 #~ msgstr "Instanzvariable »%s« hat unbekannte Größe"
5673 #~ msgid "type `%s' has virtual member functions"
5674 #~ msgstr "der Typ »%s« hat virtuelle Elementfunktionen"
5676 #~ msgid "illegal aggregate type `%s' specified for instance variable `%s'"
5677 #~ msgstr "unzulässiger Aggregattyp »%s« für Instanzvariable »%s« angegeben"
5679 #~ msgid "%s `%s' does not fully implement the `%s' protocol"
5680 #~ msgstr "%s »%s« implementiert das »%s«-Protokoll nicht vollständig"
5682 #~ msgid "previous declaration of `%s'"
5683 #~ msgstr "vorherige Deklaration von »%s«"
5685 #~ msgid "Display this information"
5686 #~ msgstr "Diese Informationen anzeigen"
5688 #~ msgid "Do not discard comments"
5689 #~ msgstr "Kommentare nicht verwerfen"
5691 #~ msgid "Warn about subscripts whose type is \"char\""
5692 #~ msgstr "Vor Indizes mit Typ \"char\" warnen"
5694 #~ msgid "Make implicit function declarations an error"
5695 #~ msgstr "Fehler bei impliziten Funktionsdeklaration erzeugen"
5697 #~ msgid "Warn if passing too many arguments to a function for its format string"
5698 #~ msgstr "Bei zu vielen Argumenten für eine Funktion (anhand Formatzeichenkette) warnen"
5700 #~ msgid "Warn about suspicious declarations of \"main\""
5701 #~ msgstr "Vor verdächtigen Deklarationen von \"main\" warnen"
5703 #~ msgid "Warn about global functions without previous declarations"
5704 #~ msgstr "Vor globalen Funktionen ohne vorherige Deklaration warnen"
5706 #~ msgid "Warn about functions which might be candidates for __attribute__((noreturn))"
5707 #~ msgstr "Vor Funktionen, die Kandidaten für __attribute__((noreturn)) sind, warnen"
5709 #~ msgid "Warn about use of multi-character character constants"
5710 #~ msgstr "Bei Verwendung von Zeichenkonstanten mit mehreren Zeichen warnen"
5712 #~ msgid "Warn about \"extern\" declarations not at file scope"
5713 #~ msgstr "Vor \"extern\"-Deklarationen außerhalb des Dateisichtbarkeitsbereiches warnen"
5715 #~ msgid "Warn about code which might break strict aliasing rules"
5716 #~ msgstr "Vor Code warnen, der strict-aliasing-Regeln verletzen könnte"
5718 #~ msgid "Warn about unprototyped function declarations"
5719 #~ msgstr "Vor Funktionsdeklarationen ohne Prototyp warnen"
5721 #~ msgid "Warn about features not present in traditional C"
5722 #~ msgstr "Vor Sprachmerkmalen, die in traditionellem C nicht verfügbar sind, warnen"
5724 #~ msgid "Recognize built-in functions"
5725 #~ msgstr "Eingebaute Funktionen erkennen"
5727 #~ msgid "Preserve case used in program"
5728 #~ msgstr "Im Programm verwendete Groß-/Kleinschreibung beibehalten"
5730 #~ msgid "Inline member functions by default"
5731 #~ msgstr "Standardmäßig »inline«-Elementfunktionen"
5733 #~ msgid "Permit '$' as an identifier character"
5734 #~ msgstr "'$' als Bezeichnerzeichen zulassen"
5736 #~ msgid "Generate code to check exception specifications"
5737 #~ msgstr "Code zur Überprüfung von Exception-Spezifikationen erzeugen"
5739 #~ msgid "Place each function into its own section"
5740 #~ msgstr "Jede Funktion in ihren eigenen Abschnitt platzieren"
5742 #~ msgid "Generate code for GNU runtime environment"
5743 #~ msgstr "Code für die GNU-Laufzeitumgebung erzeugen"
5745 #~ msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
5746 #~ msgstr "Code für die NeXT (Apple Mac OS X) Laufzeitumgebung erzeugen"
5748 #~ msgid "Convert floating point constants to single precision constants"
5749 #~ msgstr "Fließkommakonstanten in Konstanten einfacher Genauigkeit konvertieren"
5751 #~ msgid "Print internal debugging-related information"
5752 #~ msgstr "Interne Testinformationen ausgeben"
5754 #~ msgid "Dump declarations to a .decl file"
5755 #~ msgstr "Deklaration in .decl-Datei ausgeben"
5757 #~ msgid "-o <file>\tPlace output into <file>"
5758 #~ msgstr "-o <Datei>\tAusgabe in <Datei> schreiben"
5760 #~ msgid "Generate C header of platform-specific features"
5761 #~ msgstr "C-Header mit Plattform-spezifischen Merkmalen erzeugen"
5763 #~ msgid "Remap file names when including files"
5764 #~ msgstr "Dateinamen beim Einfügen von Dateien neu abbilden"
5766 #~ msgid "GCC does not support -C or -CC without -E"
5767 #~ msgstr "GCC unterstützt nicht -C oder -CC ohne -E"
5769 #~ msgid "-pipe is not supported"
5770 #~ msgstr "-pipe wird nicht unterstützt"
5772 #~ msgid "-keep_private_externs not allowed with -dynamiclib"
5773 #~ msgstr "-keep_private_externs ist mit -dynamiclib nicht erlaubt"
5775 #~ msgid "-private_bundle not allowed with -dynamiclib"
5776 #~ msgstr "-private_bundle ist mit -dynamiclib nicht erlaubt"
5778 #~ msgid "-pg not supported on this platform"
5779 #~ msgstr "-pg wird auf dieser Plattform nicht unterstützt"
5781 #~ msgid "GCC does not support -C without using -E"
5782 #~ msgstr "GCC unterstützt nicht -C ohne -E"
5784 #~ msgid "GCC does not support -CC without using -E"
5785 #~ msgstr "GCC unterstützt nicht -CC ohne -E"
5787 #~ msgid "`-p' not supported; use `-pg' and gprof(1)"
5788 #~ msgstr "»-p« wird nicht unterstützt; verwenden Sie »-pg« und gprof(1)"
5790 #~ msgid "may not use both -m32 and -m64"
5791 #~ msgstr "-m32 und -m64 können nicht zusammen angegeben werden"
5793 #~ msgid "profiling not supported with -mg\n"
5794 #~ msgstr "Profiling wird mit -mg nicht unterstützt\n"
5796 #~ msgid "does not support multilib"
5797 #~ msgstr "unterstützt nicht multilib"
5799 #~ msgid "concatenation of string literals with __FUNCTION__ is deprecated"
5800 #~ msgstr "Verkettung von Zeichenkettenliteralen mit __FUNCTION__ ist veraltet"
5802 #~ msgid "ISO C++ forbids range expressions in switch statements"
5803 #~ msgstr "ISO-C++ verbietet Wertebereichsausdrücke in switch-Anweisungen"
5805 #~ msgid "ISO C++ forbids taking the address of a label"
5806 #~ msgstr "ISO-C++ verbietet die Adresse einer Marke"
5808 #~ msgid "declaration of `%s' shadows %s"
5809 #~ msgstr "Deklaration von »%s« verdeckt %s"
5811 #~ msgid "`struct %s' incomplete in scope ending here"
5812 #~ msgstr "»struct %s« im Gültigkeitsbereich, der hier endet, unvollständig"
5814 #~ msgid "`union %s' incomplete in scope ending here"
5815 #~ msgstr "»union %s« im Gültigkeitsbereich, der hier endet, unvollständig"
5817 #~ msgid "`enum %s' incomplete in scope ending here"
5818 #~ msgstr "»enum %s« im Gültigkeitsbereich, der hier endet, unvollständig"
5820 #~ msgid "shadowing library function `%s'"
5821 #~ msgstr "Bibliotheksfunktion »%s« überdeckt"
5823 #~ msgid "library function `%s' declared as non-function"
5824 #~ msgstr "Bibliotheksfunktion »%s« als Nicht-Funktion deklariert"
5826 #~ msgid "redeclaration of `%s'"
5827 #~ msgstr "Redeklaration von »%s«"
5829 #~ msgid "prototype for `%s' follows and number of arguments doesn't match"
5830 #~ msgstr "Prototyp für »%s« folgt und Anzahl der Argumente passt nicht"
5832 #~ msgid "prototype for `%s' follows and argument %d doesn't match"
5833 #~ msgstr "Prototyp für »%s« folgt und Argument %d passt nicht"
5835 #~ msgid "type qualifiers for `%s' conflict with previous decl"
5836 #~ msgstr "Typ-Kennzeichner für »%s« stehen in Konflikt mit vorheriger Deklaration"
5838 #~ msgid "a parameter"
5839 #~ msgstr "ein Parameter"
5841 #~ msgid "a previous local"
5842 #~ msgstr "ein vorheriges »local«"
5844 #~ msgid "a global declaration"
5845 #~ msgstr "eine globale Deklaration"
5847 #~ msgid "`%s' was declared implicitly `extern' and later `static'"
5848 #~ msgstr "»%s« wurde implizit als »extern« und später als »static« deklariert"
5850 #~ msgid "previous external decl of `%s'"
5851 #~ msgstr "vorherige externe Deklaration von »%s«"
5853 #~ msgid "type mismatch with previous implicit declaration"
5854 #~ msgstr "Typen passen nicht zu vorheriger impliziter Deklaration"
5856 #~ msgid "`%s' was previously implicitly declared to return `int'"
5857 #~ msgstr "»%s« wurde bereits implizit deklariert, »int« zurückzugeben"
5859 #~ msgid "`%s' was declared `extern' and later `static'"
5860 #~ msgstr "»%s« wurde »extern« deklariert und später »static«"
5862 #~ msgid "`%s' locally external but globally static"
5863 #~ msgstr "»%s« ist lokal extern, aber global »static«"
5865 #~ msgid "function `%s' was previously declared within a block"
5866 #~ msgstr "Funktion »%s« wurde bereits innerhalb eines Blockes deklariert"
5868 #~ msgid "declaration of `%s' has `extern' and is initialized"
5869 #~ msgstr "Deklaration von »%s« hat »extern« und ist initialisiert"
5871 #~ msgid "ISO C forbids parameter `%s' shadowing typedef"
5872 #~ msgstr "ISO-C verbietet typedef verdeckenden Parameter »%s«"
5874 #~ msgid "parameter `%s' points to incomplete type"
5875 #~ msgstr "Parameter »%s« zeigt auf unvollständigen Typen"
5877 #~ msgid "parameter points to incomplete type"
5878 #~ msgstr "Parameter zeigt auf unvollständigen Typen"
5880 #~ msgid "`void' in parameter list must be the entire list"
5881 #~ msgstr "»void« in Parameterliste muss die gesamte Liste sein"
5883 #~ msgid "`union %s' declared inside parameter list"
5884 #~ msgstr "»union %s« innerhalb Parameterliste deklariert"
5886 #~ msgid "`enum %s' declared inside parameter list"
5887 #~ msgstr "»enum %s« innerhalb Parameterliste deklariert"
5889 #~ msgid "anonymous enum declared inside parameter list"
5890 #~ msgstr "anonymes »enum« innerhalb Parameterliste deklariert"
5892 #~ msgid "bit-field `%s' type invalid in ISO C"
5893 #~ msgstr "Typ des Bitfeldes »%s« ist ungültig in ISO-C"
5895 #~ msgid "parm types given both in parmlist and separately"
5896 #~ msgstr "Parametertypen sowohl in Parameterliste als auch separat angegeben"
5898 #~ msgid "universal-character-name '\\u%04x' not valid in identifier"
5899 #~ msgstr "universeller Zeichenname »\\u%04x« nicht gültig in Bezeichner"
5901 #~ msgid "ignoring invalid multibyte character"
5902 #~ msgstr "ungültiges Multibyte-Zeichen wird ignoriert"
5904 #~ msgid "options array incorrectly sorted: %s is before %s"
5905 #~ msgstr "Optionenliste falsch sortiert: %s kommt vor %s"
5907 #~ msgid "-Wno-strict-prototypes is not supported in C++"
5908 #~ msgstr "-Wno-strict-prototypes wird in C++ nicht unterstützt"
5910 #~ msgid ""
5911 #~ "Switches:\n"
5912 #~ "  -include <file>           Include the contents of <file> before other files\n"
5913 #~ "  -imacros <file>           Accept definition of macros in <file>\n"
5914 #~ "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
5915 #~ "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
5916 #~ "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
5917 #~ "  -isystem <dir>            Add <dir> to the start of the system include path\n"
5918 #~ msgstr ""
5919 #~ "Optionen:\n"
5920 #~ "  -include <Datei>          Inhalt von <Datei> vor anderen Dateien einfügen\n"
5921 #~ "  -imacros <Datei>          die Definition von Makros in <Datei> akzeptieren\n"
5922 #~ "  -iprefix <Pfad>           <Pfad> als Präfix für die nächsten beiden Optionen\n"
5923 #~ "                            angeben\n"
5924 #~ "  -iwithprefix <Verz>       <Verz> zum Ende des System-Einfüge-Pfades\n"
5925 #~ "                            hinzufügen\n"
5926 #~ "  -iwithprefixbefore <Verz> <Verz> zum das Ende des Haupt-Einfüge-Pfades\n"
5927 #~ "                            hinzufügen\n"
5928 #~ "  -isystem <Verz>           <Verz> zum Anfang des System-Einfüge-Pfades\n"
5929 #~ "                            hinzufügen\n"
5931 #~ msgid ""
5932 #~ "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
5933 #~ "  -I <dir>                  Add <dir> to the end of the main include path\n"
5934 #~ "  -I-                       Fine-grained include path control; see info docs\n"
5935 #~ "  -nostdinc                 Do not search system include directories\n"
5936 #~ "                             (dirs specified with -isystem will still be used)\n"
5937 #~ "  -nostdinc++               Do not search system include directories for C++\n"
5938 #~ "  -o <file>                 Put output into <file>\n"
5939 #~ msgstr ""
5940 #~ "  -idirafter <Verz>         <Verz> zum Ende des System-Einfüge-Pfades\n"
5941 #~ "                             hinzufügen\n"
5942 #~ "  -I <Verz>                 <Verz> zum Anfang des Haupt-Einfüge-Pfades\n"
5943 #~ "                             hinzufügen\n"
5944 #~ "  -I-                       Feineinstellung des Einfügepfades; siehe info-\n"
5945 #~ "                             Seiten\n"
5946 #~ "  -nostdinc                 keine System-Einfüge-Verzeichnisse durchsuchen\n"
5947 #~ "                             (-isystem Verzeichnisse werden aber verwendet)\n"
5948 #~ "  -nostdinc++               keine System-Einfüge-Verzeichnisse nach C++\n"
5949 #~ "                             durchsuchen\n"
5950 #~ "  -o <Datei>                Ausgabe in <Datei> leiten\n"
5952 #~ msgid ""
5953 #~ "  -trigraphs                Support ISO C trigraphs\n"
5954 #~ "  -std=<std name>           Specify the conformance standard; one of:\n"
5955 #~ "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
5956 #~ "                            iso9899:199409, iso9899:1999, c++98\n"
5957 #~ "  -w                        Inhibit warning messages\n"
5958 #~ "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
5959 #~ "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
5960 #~ msgstr ""
5961 #~ "  -trigraphs                ISO-C-»Trigraphs« unterstützen\n"
5962 #~ "  -std=<Name>               Standardkonformität angeben; eines von:\n"
5963 #~ "                             gnu89, gnu99, c89, c99, iso9899:1990,\n"
5964 #~ "                             iso9899:199409, iso9899:1999, c++98\n"
5965 #~ "  -w                        Warnungen unterdrücken\n"
5966 #~ "  -W[no-]trigraphs          Warnungen bei »Trigraphs«\n"
5967 #~ "  -W[no-]comment{s}         Warnungen bei geschachtelten Kommentaren\n"
5969 #~ msgid ""
5970 #~ "  -W[no-]traditional        Warn about features not present in traditional C\n"
5971 #~ "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
5972 #~ "  -W[no-]import             Warn about the use of the #import directive\n"
5973 #~ msgstr ""
5974 #~ "  -W[no-]traditional        Warnungen bei Merkmalen von traditionellem C\n"
5975 #~ "  -W[no-]undef              Warnungen bei Verwendung undefinierter Makros\n"
5976 #~ "                             mit #if\n"
5977 #~ "  -W[no-]import             Warnungen über die Verwendung der Direktive\n"
5978 #~ "                             #import\n"
5980 #~ msgid ""
5981 #~ "  -W[no-]error              Treat all warnings as errors\n"
5982 #~ "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
5983 #~ "  -W[no-]all                Enable most preprocessor warnings\n"
5984 #~ msgstr ""
5985 #~ "  -W[no-]error              alle Warnungen als Fehler behandeln\n"
5986 #~ "  -W[no-]system-headers     keine Warnungen von System-Headern unterdrücken\n"
5987 #~ "  -W[no-]all                die meisten Präprozessorwarnungen einschalten\n"
5989 #~ msgid ""
5990 #~ "  -M                        Generate make dependencies\n"
5991 #~ "  -MM                       As -M, but ignore system header files\n"
5992 #~ "  -MD                       Generate make dependencies and compile\n"
5993 #~ "  -MMD                      As -MD, but ignore system header files\n"
5994 #~ "  -MF <file>                Write dependency output to the given file\n"
5995 #~ "  -MG                       Treat missing header file as generated files\n"
5996 #~ msgstr ""
5997 #~ "  -M                        make-Abhängigkeiten generieren\n"
5998 #~ "  -MM                       wie -M, aber System-Header ignorieren\n"
5999 #~ "  -MD                       make-Abhängigkeiten generieren und kompilieren\n"
6000 #~ "  -MMD                      wie -MD, aber System-Header ignorieren\n"
6001 #~ "  -MF <Datei>               Abhängigkeiten-Ausgabe in die angegebene Datei\n"
6002 #~ "                             schreiben\n"
6003 #~ "  -MG                       fehlende Header-Dateien als generierte Dateien\n"
6004 #~ "                             behandeln\n"
6006 #~ msgid ""
6007 #~ "  -MP\t\t\t    Generate phony targets for all headers\n"
6008 #~ "  -MQ <target>              Add a MAKE-quoted target\n"
6009 #~ "  -MT <target>              Add an unquoted target\n"
6010 #~ msgstr ""
6011 #~ "  -MP\t\t\t    Generiere falsche (phony) Ziele für Header\n"
6012 #~ "  -MQ <Ziel>                MAKE-zitiertes Ziel hinzufügen\n"
6013 #~ "  -MT <Ziel>                ein unzitiertes Ziel hinzufügen\n"
6015 #~ msgid ""
6016 #~ "  -D<macro>                 Define a <macro> with string '1' as its value\n"
6017 #~ "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
6018 #~ "  -A<question>=<answer>     Assert the <answer> to <question>\n"
6019 #~ "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
6020 #~ "  -U<macro>                 Undefine <macro> \n"
6021 #~ "  -v                        Display the version number\n"
6022 #~ msgstr ""
6023 #~ "  -D<Makro>                 <Makro> mit Wert \"1\" definieren\n"
6024 #~ "  -D<Makro>=<Wert>          <Makro> mit Wert <Wert> definieren\n"
6025 #~ "  -A<Frage>=<Antwort>       die <Antwort> auf <Frage> annehmen\n"
6026 #~ "  -A-<Frage>=<Antwort>      die <Antwort> auf <Frage> abschalten\n"
6027 #~ "  -U<Makro>                 <Makro> löschen\n"
6028 #~ "  -v                        Version anzeigen\n"
6030 #~ msgid ""
6031 #~ "  -H                        Print the name of header files as they are used\n"
6032 #~ "  -C                        Do not discard comments\n"
6033 #~ "  -dM                       Display a list of macro definitions active at end\n"
6034 #~ "  -dD                       Preserve macro definitions in output\n"
6035 #~ "  -dN                       As -dD except that only the names are preserved\n"
6036 #~ "  -dI                       Include #include directives in the output\n"
6037 #~ msgstr ""
6038 #~ "  -H                        Namen von Header-Dateien anzeigen wenn sie\n"
6039 #~ "                             verwendet werden\n"
6040 #~ "  -C                        Kommentare nicht streichen\n"
6041 #~ "  -dM                       am Ende eine Liste von Makrodefinitionen anzeigen\n"
6042 #~ "  -dD                       Makrodefinitionen in der Ausgabe bewahren\n"
6043 #~ "  -dN                       wie -dD nur dass die Namen bewahrt werden\n"
6044 #~ "  -dI                       #include-Anweisungen in die Ausgabe einfügen\n"
6046 #~ msgid ""
6047 #~ "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
6048 #~ "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
6049 #~ "  -P                        Do not generate #line directives\n"
6050 #~ "  -remap                    Remap file names when including files\n"
6051 #~ "  --help                    Display this information\n"
6052 #~ msgstr ""
6053 #~ "  -f[no-]preprocessed       Eingabedatei als bereits vorverarbeitet behandeln\n"
6054 #~ "  -ftabstop=<Zahl>          Tabulatorenabstand für Spaltenmeldungen\n"
6055 #~ "  -P                        keine #line-Direktiven generieren\n"
6056 #~ "  -remap                    Dateinamen beim Einfügen neu abbilden\n"
6057 #~ "  --help                    diese Information anzeigen\n"
6059 #~ msgid "parse error"
6060 #~ msgstr "Fehler beim Parsen"
6062 #~ msgid "ISO C forbids the address of a cast expression"
6063 #~ msgstr "ISO-C verbietet die Adresse eines cast-Ausdruckes"
6065 #~ msgid "initializer for static variable is not constant"
6066 #~ msgstr "Initialisierer für statische Variable ist nicht konstant"
6068 #~ msgid "initializer for static variable uses complicated arithmetic"
6069 #~ msgstr "Initialisierer für statische Variable verwendet komplizierte Arithmetik"
6071 #~ msgid "aggregate initializer is not constant"
6072 #~ msgstr "Gesamt-Initialisierer ist nicht konstant"
6074 #~ msgid "aggregate initializer uses complicated arithmetic"
6075 #~ msgstr "Gesamt-Initialisierer verwendet komplizierte Arithmetik"
6077 #~ msgid "open %s"
6078 #~ msgstr "öffne %s"
6080 #~ msgid "incompatibilities between object file & expected values"
6081 #~ msgstr "Inkompatibilitäten zwischen Objektdatei und erwarteten Werten"
6083 #~ msgid ""
6084 #~ "\n"
6085 #~ "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
6086 #~ msgstr ""
6087 #~ "\n"
6088 #~ "Verarbeite Symboltabelle #%d, Versatz = 0x%.8lx, Art = %s\n"
6090 #~ msgid "string section missing"
6091 #~ msgstr "Zeichenkettenabschnitt fehlt"
6093 #~ msgid "section pointer missing"
6094 #~ msgstr "Abschnittszeiger fehlt"
6096 #~ msgid "no symbol table found"
6097 #~ msgstr "keine Symboltabelle gefunden"
6099 #~ msgid ""
6100 #~ "\n"
6101 #~ "Updating header and load commands.\n"
6102 #~ "\n"
6103 #~ msgstr ""
6104 #~ "\n"
6105 #~ "Aktualisiere Kopf und lokale Befehle.\n"
6106 #~ "\n"
6108 #~ msgid "load command map, %d cmds, new size %ld.\n"
6109 #~ msgstr "lade Befehlstabelle, %d Befehle, neue Größe: %ld.\n"
6111 #~ msgid ""
6112 #~ "writing load commands.\n"
6113 #~ "\n"
6114 #~ msgstr ""
6115 #~ "schreibe Ladebefehle.\n"
6116 #~ "\n"
6118 #~ msgid "close %s"
6119 #~ msgstr "schließe %s"
6121 #~ msgid "could not convert 0x%l.8x into a region"
6122 #~ msgstr "konnte 0x%l.8x nicht in eine Region konvertieren"
6124 #~ msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
6125 #~ msgstr "Funktion %s, Region %d, Versatz = %ld (0x%.8lx)\n"
6127 #~ msgid "bad magic number"
6128 #~ msgstr "falsche magische Zahl"
6130 #~ msgid "bad header version"
6131 #~ msgstr "falsche Kopf-Version"
6133 #~ msgid "bad raw header version"
6134 #~ msgstr "falsche Version des Original-Kopfes"
6136 #~ msgid "raw header buffer too small"
6137 #~ msgstr "Original-Kopf-Puffer zu klein"
6139 #~ msgid "old raw header file"
6140 #~ msgstr "alte Original-Kopf-Datei"
6142 #~ msgid "unsupported version"
6143 #~ msgstr "nicht unterstützte Version"
6145 #~ msgid "unknown {de,en}code_mach_o_hdr return value %d"
6146 #~ msgstr "unbekannter Rückgabewert %d für {de,en}code_mach_o_hdr"
6148 #~ msgid "fstat %s"
6149 #~ msgstr "fstat %s"
6151 #~ msgid "lseek %s 0"
6152 #~ msgstr "lseek %s 0"
6154 #~ msgid "read %s"
6155 #~ msgstr "Lese %s"
6157 #~ msgid "read %ld bytes, expected %ld, from %s"
6158 #~ msgstr "%ld Bytes gelesen, %ld erwartet, von %s"
6160 #~ msgid "msync %s"
6161 #~ msgstr "msync %s"
6163 #~ msgid "munmap %s"
6164 #~ msgstr "munmap %s"
6166 #~ msgid "write %s"
6167 #~ msgstr "schreibe %s"
6169 #~ msgid "wrote %ld bytes, expected %ld, to %s"
6170 #~ msgstr "%ld Bytes geschrieben, %ld erwartet, nach %s"
6172 #~ msgid "ISO C++ does not permit \"%s\" in #if"
6173 #~ msgstr "ISO-C++ lässt nicht »%s« in #if zu"
6175 #~ msgid "invalid character '%c' in #if"
6176 #~ msgstr "ungültiges Zeichen '%c' in #if"
6178 #~ msgid "invalid character '\\%03o' in #if"
6179 #~ msgstr "ungültiges Zeichen '\\%03o' in #if"
6181 #~ msgid "absolute file name in remap_filename"
6182 #~ msgstr "absoluter Dateiname in remap_filename"
6184 #~ msgid "%s: Not a directory"
6185 #~ msgstr "%s: Kein Verzeichnis"
6187 #~ msgid "directory name missing after %s"
6188 #~ msgstr "Verzeichnisname fehlt hinter %s"
6190 #~ msgid "file name missing after %s"
6191 #~ msgstr "Dateiname fehlt hinter %s"
6193 #~ msgid "path name missing after %s"
6194 #~ msgstr "Pfadname fehlt hinter %s"
6196 #~ msgid "unknown string token %s\n"
6197 #~ msgstr "Unbekanntes Zeichenketten-Token %s\n"
6199 #~ msgid "non-hex digit '%c' in universal-character-name"
6200 #~ msgstr "Nicht-Hex-Ziffer '%c' in Universal-Zeichen-Name"
6202 #~ msgid "universal-character-name on EBCDIC target"
6203 #~ msgstr "Universal-Zeichen-Name auf EBCDIC Ziel"
6205 #~ msgid "universal-character-name out of range"
6206 #~ msgstr "Universal-Zeichen-Name außerhalb des Wertebereiches"
6208 #~ msgid "escape sequence out of range for its type"
6209 #~ msgstr "Fluchtsequenz außerhalb des Wertebereiches seines Typs"
6211 #~ msgid "#import is obsolete, use an #ifndef wrapper in the header file"
6212 #~ msgstr "#import ist veraltet, benutzen Sie einen #ifndef-Wrapper in der Header-Datei"
6214 #~ msgid "#pragma once is obsolete"
6215 #~ msgstr "#pragma once ist veraltet"
6217 #~ msgid "%s: warnings being treated as errors\n"
6218 #~ msgstr "%s: Warnungen als Fehler behandelt\n"
6220 #~ msgid "At top level:"
6221 #~ msgstr "Auf höchster Ebene:"
6223 #~ msgid "In function `%s':"
6224 #~ msgstr "In Funktion »%s«:"
6226 #~ msgid ""
6227 #~ "Please submit a full bug report,\n"
6228 #~ "with preprocessed source if appropriate.\n"
6229 #~ "See %s for instructions.\n"
6230 #~ msgstr ""
6231 #~ "Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;\n"
6232 #~ "bearbeiten Sie die Quellen zunächst mit einem Präprozessor, wenn es\n"
6233 #~ "dienlich ist.\n"
6234 #~ "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
6235 #~ "\n"
6236 #~ "Gehen Sie gemäß den Hinweisen in %s vor.\n"
6238 #~ msgid "In file included from %s:%d"
6239 #~ msgstr "In von %s:%d eingefügter Datei"
6241 #~ msgid ""
6242 #~ ",\n"
6243 #~ "                 from %s:%d"
6244 #~ msgstr ""
6245 #~ ",\n"
6246 #~ "                 von %s:%d"
6248 #~ msgid "internal regno botch: `%s' has regno = %d\n"
6249 #~ msgstr "interner RegNr-Fehler: »%s« hat RegNr = %d\n"
6251 #~ msgid "support for the DWARF1 debugging format is deprecated"
6252 #~ msgstr "Unterstützung für das DWARF1-Debugging-Format ist veraltet"
6254 #~ msgid "unsupported wide integer operation"
6255 #~ msgstr "breite Ganzzahloperation nicht unterstützt"
6257 #~ msgid "mismatched braces in specs"
6258 #~ msgstr "unpassende geschweifte Klammern in Spezifikation"
6260 #~ msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
6261 #~ msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
6263 #~ msgid "Could not open basic block file %s.\n"
6264 #~ msgstr "Konnte einfache Blockdatei %s nicht öffnen.\n"
6266 #~ msgid "Could not open program flow graph file %s.\n"
6267 #~ msgstr "Konnte Programmflussgraphdatei %s nicht öffnen.\n"
6269 #~ msgid "Could not open data file %s.\n"
6270 #~ msgstr "Konnte Datei %s nicht öffnen.\n"
6272 #~ msgid "Assuming that all execution counts are zero.\n"
6273 #~ msgstr "Angenommen, dass alle Ausführungszähler null sind.\n"
6275 #~ msgid "No executable code associated with file %s.\n"
6276 #~ msgstr "Kein ausführbarer Code mit Datei %s verbunden.\n"
6278 #~ msgid "didn't use all bb entries of graph, function %s\n"
6279 #~ msgstr "nicht alle bb-Einträge des Graphen wurden benutzt, Funktion %s\n"
6281 #~ msgid "block_num = %ld, num_blocks = %d\n"
6282 #~ msgstr "block_num = %ld, num_blocks = %d\n"
6284 #~ msgid "ERROR: unexpected line number %ld\n"
6285 #~ msgstr "FEHLER: nicht erwartete Zeilennummer %ld\n"
6287 #~ msgid "ERROR: too many basic blocks in function %s\n"
6288 #~ msgstr "FEHLER: zu viele Basis-Blöcke in Funktion %s\n"
6290 #~ msgid "ERROR: out of range line number in function %s\n"
6291 #~ msgstr "FEHLER: Zeilennummer außerhalb des Wertebereiches in Funktion %s\n"
6293 #~ msgid "Could not open source file %s.\n"
6294 #~ msgstr "Konnte Quelldatei %s nicht öffnen.\n"
6296 #~ msgid "Unexpected EOF while reading source file %s.\n"
6297 #~ msgstr "Unerwartetes Dateiende beim Lesen der Quelldatei %s.\n"
6299 #~ msgid "Creating %s.\n"
6300 #~ msgstr "Erzeuge %s.\n"
6302 #~ msgid "Name `%s' contains quotes"
6303 #~ msgstr "Name »%s« enthält Anführungszeichen"
6305 #~ msgid "invalid string `%s' in define_cpu_unit"
6306 #~ msgstr "ungültige Zeichenkette »%s« in define_cpu_unit"
6308 #~ msgid "invalid string `%s' in define_query_cpu_unit"
6309 #~ msgstr "ungültige Zeichenkette »%s« in define_query_cpu_unit"
6311 #~ msgid "invalid string `%s' in define_bypass"
6312 #~ msgstr "ungültige Zeichenkette »%s« in define_bypass"
6314 #~ msgid "invalid second string `%s' in exclusion_set"
6315 #~ msgstr "ungültige zweite Zeichenkette »%s« in exclusion_set"
6317 #~ msgid "invalid first string `%s' in presence_set"
6318 #~ msgstr "ungültige erste Zeichenkette »%s« in presence_set"
6320 #~ msgid "invalid second string `%s' in presence_set"
6321 #~ msgstr "ungültige zweite Zeichenkette »%s« in presence_set"
6323 #~ msgid "invalid first string `%s' in absence_set"
6324 #~ msgstr "ungültige erste Zeichenkette »%s« in absence_set"
6326 #~ msgid "invalid second string `%s' in absence_set"
6327 #~ msgstr "ungültige zweite Zeichenkette »%s« in absence_set"
6329 #~ msgid "invalid string `%s' in define_automaton"
6330 #~ msgstr "ungültige Zeichenkette »%s« in define_automaton"
6332 #~ msgid "invalid option `%s' in automata_option"
6333 #~ msgstr "ungültige Option »%s« in automata_option"
6335 #~ msgid "garbage after ) in reservation `%s'"
6336 #~ msgstr "Müll hinter ) in Reservierung »%s«"
6338 #~ msgid "invalid `%s' in reservation `%s'"
6339 #~ msgstr "ungültiges »%s« in Reservierung »%s«"
6341 #~ msgid "repetition `%s' <= 1 in reservation `%s'"
6342 #~ msgstr "Wiederholung »%s« <= 1 in Reservierung »%s«"
6344 #~ msgid "unit `%s' in exclusion is not declared"
6345 #~ msgstr "Einheit »%s« ist nicht im Ausschluss deklariert"
6347 #~ msgid "`%s' in exclusion is not unit"
6348 #~ msgstr "»%s« im Ausschluss ist keine Einheit"
6350 #~ msgid "unit `%s' excludes itself"
6351 #~ msgstr "Einheit »%s« schließt sich selbst aus"
6353 #~ msgid "units `%s' and `%s' in exclusion set belong to different automata"
6354 #~ msgstr "Einheiten »%s« und »%s« in Ausschlussmenge gehören zu verschiedenen Automaten"
6356 #~ msgid "unit `%s' excludes and requires presence of `%s'"
6357 #~ msgstr "Einheit »%s« schließt »%s« aus und erfordert dessen Anwesenheit"
6359 #~ msgid "unit `%s' requires absence and presence of `%s'"
6360 #~ msgstr "Einheit »%s« erfordert die An- und Abwesenheit von »%s«"
6362 #~ msgid "repeated declaration of automaton `%s'"
6363 #~ msgstr "wiederholte Deklaration des Automaten %s"
6365 #~ msgid "define_insn_reservation `%s' has negative latency time"
6366 #~ msgstr "define_insn_reservation »%s« hat negative Latenzzeit"
6368 #~ msgid "`%s' is already used as insn reservation name"
6369 #~ msgstr "»%s« wurde bereits als insn Reservierungsname verwendet"
6371 #~ msgid "define_bypass `%s - %s' has negative latency time"
6372 #~ msgstr "define_bypass »%s - %s« hat negative Latenzzeit"
6374 #~ msgid "define_unit `%s' without automaton when one defined"
6375 #~ msgstr "define_unit »%s« ohne Automat trotz Automatendefinition"
6377 #~ msgid "`%s' is declared as cpu unit"
6378 #~ msgstr "»%s« wurde als CPU-Einheit deklariert"
6380 #~ msgid "`%s' is declared as cpu reservation"
6381 #~ msgstr "»%s« wurde als CPU-Reservierung deklariert"
6383 #~ msgid "repeated declaration of unit `%s'"
6384 #~ msgstr "wiederholte Deklaration der Einheit »%s«"
6386 #~ msgid "repeated declaration of reservation `%s'"
6387 #~ msgstr "wiederholte Deklaration der Reservierung »%s«"
6389 #~ msgid "there is no insn reservation `%s'"
6390 #~ msgstr "es gibt keine insn-Reservierung »%s«"
6392 #~ msgid "the same bypass `%s - %s' is already defined"
6393 #~ msgstr "die selbe Überbrückung »%s - %s« wurde bereits definiert"
6395 #~ msgid "bypass `%s - %s' is already defined"
6396 #~ msgstr "Überbrückung »%s - %s« wurde bereits definiert"
6398 #~ msgid "undeclared unit or reservation `%s'"
6399 #~ msgstr "nicht deklarierte Einheit oder Reservierung »%s«"
6401 #~ msgid "unit `%s' is not used"
6402 #~ msgstr "Einheit »%s« wird nicht verwendet"
6404 #~ msgid "reservation `%s' is not used"
6405 #~ msgstr "Reservierung »%s« ist unbenutzt"
6407 #~ msgid "cycle in definition of reservation `%s'"
6408 #~ msgstr "Zyklus in Definition der Reservierung »%s«"
6410 #~ msgid "Units `%s' and `%s' should be in the same automaton"
6411 #~ msgstr "Einheiten »%s« und »%s« sollten im selben Automat sein"
6413 #~ msgid "-split has no argument."
6414 #~ msgstr "-split hat kein Argument."
6416 #~ msgid "option `-split' has not been implemented yet\n"
6417 #~ msgstr "Option »-split« wurde noch nicht implementiert\n"
6419 #~ msgid "Automaton `%s': Insn `%s' will never be issued"
6420 #~ msgstr "Automat »%s«: Insn »%s« wird nie verwendet"
6422 #~ msgid "Insn `%s' will never be issued"
6423 #~ msgstr "Insn »%s« wird nie verwendet"
6425 #~ msgid "Errors in DFA description"
6426 #~ msgstr "Fehler in DFA-Beschreibung"
6428 #~ msgid "Error in writing DFA description file %s"
6429 #~ msgstr "Fehler beim Schreiben der DFA-Definitionsdatei %s"
6431 #~ msgid "No input file name."
6432 #~ msgstr "Kein Eingabedateiname."
6434 #~ msgid "Profile does not match flowgraph of function %s (out of date?)"
6435 #~ msgstr "Profil passt nicht zum Flussgraphen der Funktion %s (veraltet?)"
6437 #~ msgid ".da file corrupted"
6438 #~ msgstr ".da-Datei beschädigt"
6440 #~ msgid "#`%s' not supported by %s#"
6441 #~ msgstr "#»%s« wird von %s# nicht unterstützt"
6443 #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
6444 #~ msgstr "Copyright © 2002 Free Software Foundation, Inc.\n"
6446 #~ msgid "I/O error on output"
6447 #~ msgstr "Ein-/Ausgabefehler bei der Ausgabe"
6449 #~ msgid ""
6450 #~ "internal error in %s, at tradcpp.c:%d\n"
6451 #~ "Please submit a full bug report.\n"
6452 #~ "See %s for instructions."
6453 #~ msgstr ""
6454 #~ "Interner Fehler in %s bei tradcpp.c:%d\n"
6455 #~ "Bitte senden Sie einen vollständigen Fehlerbericht\n"
6456 #~ "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
6457 #~ "sind an de@li.org zu melden.\n"
6458 #~ "Gehen Sie gemäß den Hinweisen in %s vor."