OSDN Git Service

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