OSDN Git Service

* rw.po: Remove.
[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, 2006, 2007.
5 # This file is distributed under the same license as the gcc package.
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: cpplib 4.3-b20071109\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2008-02-01 16:21+0000\n"
12 "PO-Revision-Date: 2007-11-11 11:11+0100\n"
13 "Last-Translator: Roland Stigge <stigge@antcom.de>\n"
14 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
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:671
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:674
25 msgid "iconv_open"
26 msgstr "iconv_open"
27
28 #: charset.c:682
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:759
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:776 charset.c:1369
39 msgid "converting to execution character set"
40 msgstr "Konvertierung in Zeichensatz der Ausführung"
41
42 #: charset.c:782
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:906
48 #, c-format
49 msgid "Character %x might not be NFKC"
50 msgstr "Zeichen %x ist nicht in NFKC"
51
52 #: charset.c:966
53 msgid "universal character names are only valid in C++ and C99"
54 msgstr "universelle Zeichennamen sind nur in C++ und C99 gültig"
55
56 #: charset.c:969
57 #, c-format
58 msgid "the meaning of '\\%c' is different in traditional C"
59 msgstr "die Bedeutung von '\\%c' ist in traditionellem C anders"
60
61 #: charset.c:978
62 msgid "In _cpp_valid_ucn but not a UCN"
63 msgstr "In _cpp_valid_ucn, aber kein UCN"
64
65 #: charset.c:1003
66 #, c-format
67 msgid "incomplete universal character name %.*s"
68 msgstr "unvollständiger Universal-Zeichenname %.*s"
69
70 #: charset.c:1015
71 #, c-format
72 msgid "%.*s is not a valid universal character"
73 msgstr "»%.*s« ist kein gültiges universelles Zeichen"
74
75 #: charset.c:1025 lex.c:484
76 msgid "'$' in identifier or number"
77 msgstr "'$' in Bezeichner oder Zahl"
78
79 #: charset.c:1035
80 #, c-format
81 msgid "universal character %.*s is not valid in an identifier"
82 msgstr "universelles Zeichen %.*s ist nicht gültig in Bezeichner"
83
84 #: charset.c:1039
85 #, c-format
86 msgid "universal character %.*s is not valid at the start of an identifier"
87 msgstr "universelles Zeichen %.*s ist nicht gültig am Anfang eines Bezeichners"
88
89 #: charset.c:1073 charset.c:1588
90 msgid "converting UCN to source character set"
91 msgstr "UCN wird in Quellzeichensatz konvertiert"
92
93 #: charset.c:1077
94 msgid "converting UCN to execution character set"
95 msgstr "UCN wird in Ausführungszeichensatz konvertiert"
96
97 #: charset.c:1149
98 msgid "the meaning of '\\x' is different in traditional C"
99 msgstr "die Bedeutung von '\\x' ist in traditionellem C anders"
100
101 #: charset.c:1166
102 msgid "\\x used with no following hex digits"
103 msgstr "\\x ohne folgende Hex-Ziffern verwendet"
104
105 #: charset.c:1173
106 msgid "hex escape sequence out of range"
107 msgstr "Hex-Fluchtsequenz außerhalb des Wertebereiches"
108
109 #: charset.c:1212
110 msgid "octal escape sequence out of range"
111 msgstr "Oktal-Fluchtsequenz außerhalb des Wertebereiches"
112
113 #: charset.c:1280
114 msgid "the meaning of '\\a' is different in traditional C"
115 msgstr "die Bedeutung von '\\a' ist in traditionellem C anders"
116
117 #: charset.c:1287
118 #, c-format
119 msgid "non-ISO-standard escape sequence, '\\%c'"
120 msgstr "nicht-ISO-standardkonforme Fluchtsequenz '\\%c'"
121
122 #: charset.c:1295
123 #, c-format
124 msgid "unknown escape sequence '\\%c'"
125 msgstr "unbekannte Fluchtsequenz '\\%c'"
126
127 #: charset.c:1303
128 #, c-format
129 msgid "unknown escape sequence: '\\%s'"
130 msgstr "unbekannte Fluchtsequenz: '\\%s'"
131
132 #: charset.c:1310
133 msgid "converting escape sequence to execution character set"
134 msgstr "Fluchtsequenz wird in Zeichensatz der Ausführung konvertiert"
135
136 #: charset.c:1432 charset.c:1495
137 msgid "character constant too long for its type"
138 msgstr "Zeichenkonstante zu lang für ihren Typ"
139
140 #: charset.c:1435
141 msgid "multi-character character constant"
142 msgstr "Zeichenkonstante mit mehreren Zeichen"
143
144 #: charset.c:1527
145 msgid "empty character constant"
146 msgstr "Leere Zeichenkonstante"
147
148 #: charset.c:1629
149 #, c-format
150 msgid "failure to convert %s to %s"
151 msgstr "Fehler beim Konvertieren von %s nach %s"
152
153 #: directives.c:215 directives.c:241
154 #, c-format
155 msgid "extra tokens at end of #%s directive"
156 msgstr "mehrere Token am Ende der Direktive #%s"
157
158 #: directives.c:344
159 #, c-format
160 msgid "#%s is a GCC extension"
161 msgstr "#%s ist eine Erweiterung des GCC"
162
163 #: directives.c:356
164 msgid "suggest not using #elif in traditional C"
165 msgstr "es wird empfohlen, in traditionellem C nicht #elif zu verwenden"
166
167 #: directives.c:359
168 #, c-format
169 msgid "traditional C ignores #%s with the # indented"
170 msgstr "traditionelles C ignoriert #%s mit eingerücktem #"
171
172 #: directives.c:363
173 #, c-format
174 msgid "suggest hiding #%s from traditional C with an indented #"
175 msgstr "es wird empfohlen, #%s vor traditionellem C mit # zu verbergen"
176
177 #: directives.c:389
178 msgid "embedding a directive within macro arguments is not portable"
179 msgstr "das Einbetten einer Direktive innerhalb von Makroargumenten ist nicht portierbar"
180
181 #: directives.c:409
182 msgid "style of line directive is a GCC extension"
183 msgstr "der Stil der line-Direktive ist eine Erweiterung des GCC"
184
185 #: directives.c:464
186 #, c-format
187 msgid "invalid preprocessing directive #%s"
188 msgstr "ungültige Präprozessordirektive #%s"
189
190 #: directives.c:532
191 msgid "\"defined\" cannot be used as a macro name"
192 msgstr "»defined« kann nicht als Makroname verwendet werden"
193
194 #: directives.c:538
195 #, c-format
196 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
197 msgstr "»%s« kann nicht als Makroname verwendet werden, da es ein Operator in C++ ist"
198
199 #: directives.c:541
200 #, c-format
201 msgid "no macro name given in #%s directive"
202 msgstr "kein Makroname in Direktive #%s angegeben"
203
204 #: directives.c:544
205 msgid "macro names must be identifiers"
206 msgstr "Makronamen müssen Bezeichner sein"
207
208 #: directives.c:585
209 #, c-format
210 msgid "undefining \"%s\""
211 msgstr "»%s« wird un-definiert"
212
213 #: directives.c:640
214 msgid "missing terminating > character"
215 msgstr "fehlendes abschließendes »>«-Zeichen"
216
217 #: directives.c:695
218 #, c-format
219 msgid "#%s expects \"FILENAME\" or <FILENAME>"
220 msgstr "#%s erwartet \"DATEINAME\" oder <DATEINAME>"
221
222 #: directives.c:739
223 #, c-format
224 msgid "empty filename in #%s"
225 msgstr "leerer Dateiname in #%s"
226
227 #: directives.c:749
228 msgid "#include nested too deeply"
229 msgstr "#include ist zu tief geschachtelt"
230
231 #: directives.c:790
232 msgid "#include_next in primary source file"
233 msgstr "#include_next in erster Quelldatei"
234
235 #: directives.c:816
236 #, c-format
237 msgid "invalid flag \"%s\" in line directive"
238 msgstr "ungültiges Kennzeichen »%s« in line-Direktive"
239
240 #: directives.c:868
241 msgid "unexpected end of file after #line"
242 msgstr ""
243
244 #: directives.c:871
245 #, c-format
246 msgid "\"%s\" after #line is not a positive integer"
247 msgstr "»%s« hinter #line ist keine positive Ganzzahl"
248
249 #: directives.c:877
250 msgid "line number out of range"
251 msgstr "Zeilennummer ist außerhalb des Wertebereiches"
252
253 #: directives.c:890 directives.c:969
254 #, c-format
255 msgid "\"%s\" is not a valid filename"
256 msgstr "»%s« ist kein gültiger Dateiname"
257
258 #: directives.c:929
259 #, c-format
260 msgid "\"%s\" after # is not a positive integer"
261 msgstr "»%s« hinter # ist keine positive Ganzzahl"
262
263 #: directives.c:1031
264 #, c-format
265 msgid "invalid #%s directive"
266 msgstr "ungültige #%s-Direktive"
267
268 #: directives.c:1094
269 #, c-format
270 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
271 msgstr "Pragmas im Namespace »%s« werden ohne passende Namensauflösung registriert"
272
273 #: directives.c:1103
274 #, c-format
275 msgid "registering pragma \"%s\" with name expansion and no namespace"
276 msgstr "Pragma »%s« wird mit Namensauflösung und ohne Namespace registriert"
277
278 #: directives.c:1121
279 #, c-format
280 msgid "registering \"%s\" as both a pragma and a pragma namespace"
281 msgstr "»%s« wird sowohl als Pragma als auch als Pragma-Namespace registriert"
282
283 #: directives.c:1124
284 #, c-format
285 msgid "#pragma %s %s is already registered"
286 msgstr "#pragma %s %s ist bereits registriert"
287
288 #: directives.c:1127
289 #, c-format
290 msgid "#pragma %s is already registered"
291 msgstr "#pragma %s ist bereits registriert"
292
293 #: directives.c:1157
294 msgid "registering pragma with NULL handler"
295 msgstr "Pragma mit NULL-Handler wird registriert"
296
297 #: directives.c:1367
298 msgid "#pragma once in main file"
299 msgstr "#pragma once in Hauptdatei"
300
301 #: directives.c:1390
302 msgid "invalid #pragma GCC poison directive"
303 msgstr "ungültige #pragma GCC Poison Direktive"
304
305 #: directives.c:1399
306 #, c-format
307 msgid "poisoning existing macro \"%s\""
308 msgstr "schlechtes existierendes Makro »%s«"
309
310 #: directives.c:1418
311 msgid "#pragma system_header ignored outside include file"
312 msgstr "#pragma system_header außerhalb include-Datei ignoriert"
313
314 #: directives.c:1442
315 #, c-format
316 msgid "cannot find source file %s"
317 msgstr "Quelldatei %s kann nicht gefunden werden"
318
319 #: directives.c:1446
320 #, c-format
321 msgid "current file is older than %s"
322 msgstr "aktuelle Datei ist älter als %s"
323
324 #: directives.c:1625
325 msgid "_Pragma takes a parenthesized string literal"
326 msgstr "_Pragma nimmt ein geklammertes Zeichenkettenliteral"
327
328 #: directives.c:1698
329 msgid "#else without #if"
330 msgstr "#else ohne #if"
331
332 #: directives.c:1703
333 msgid "#else after #else"
334 msgstr "#else hinter #else"
335
336 #: directives.c:1705 directives.c:1738
337 msgid "the conditional began here"
338 msgstr "die Bedingung begann hier"
339
340 #: directives.c:1731
341 msgid "#elif without #if"
342 msgstr "#elif ohne #if"
343
344 #: directives.c:1736
345 msgid "#elif after #else"
346 msgstr "#elif hinter #else"
347
348 #: directives.c:1766
349 msgid "#endif without #if"
350 msgstr "#endif ohne #if"
351
352 #: directives.c:1843
353 msgid "missing '(' after predicate"
354 msgstr "fehlendes '(' hinter Prädikat"
355
356 #: directives.c:1858
357 msgid "missing ')' to complete answer"
358 msgstr "fehlendes ')', um Antwort abzuschließen"
359
360 #: directives.c:1878
361 msgid "predicate's answer is empty"
362 msgstr "Prädikatantwort ist leer"
363
364 #: directives.c:1905
365 msgid "assertion without predicate"
366 msgstr "Behauptung ohne Prädikat"
367
368 #: directives.c:1907
369 msgid "predicate must be an identifier"
370 msgstr "Prädikat muss ein Bezeichner sein"
371
372 #: directives.c:1993
373 #, c-format
374 msgid "\"%s\" re-asserted"
375 msgstr "»%s« wieder behauptet"
376
377 #: directives.c:2276
378 #, c-format
379 msgid "unterminated #%s"
380 msgstr "unbeendetes #%s"
381
382 #: directives-only.c:221 lex.c:1016 traditional.c:162
383 msgid "unterminated comment"
384 msgstr "nicht beendeter Kommentar"
385
386 #: errors.c:118
387 msgid "warning: "
388 msgstr "Warnung: "
389
390 #: errors.c:120
391 msgid "internal error: "
392 msgstr "interner Fehler: "
393
394 #: errors.c:122
395 msgid "error: "
396 msgstr "Fehler: "
397
398 #: errors.c:186
399 msgid "stdout"
400 msgstr "Standardausgabe"
401
402 #: errors.c:188
403 #, c-format
404 msgid "%s: %s"
405 msgstr "%s: %s"
406
407 #: expr.c:261
408 msgid "too many decimal points in number"
409 msgstr "zu viele Dezimalpunkte in Zahl"
410
411 #: expr.c:290 expr.c:365
412 msgid "fixed-point constants are a GCC extension"
413 msgstr "Festkommakonstanten sind eine GCC-Erweiterung"
414
415 #: expr.c:303
416 #, c-format
417 msgid "invalid digit \"%c\" in binary constant"
418 msgstr "ungültige Ziffer »%c« in binärer Konstante"
419
420 #: expr.c:305
421 #, c-format
422 msgid "invalid digit \"%c\" in octal constant"
423 msgstr "ungültige Ziffer »%c« in Oktal-Konstante"
424
425 #: expr.c:313
426 msgid "invalid prefix \"0b\" for floating constant"
427 msgstr "ungültiger Prefix »0b« für Gleitkommakonstante"
428
429 #: expr.c:319
430 msgid "use of C99 hexadecimal floating constant"
431 msgstr "Verwendung von hexadezimaler C99-Gleitkommakonstante"
432
433 #: expr.c:328
434 msgid "exponent has no digits"
435 msgstr "Exponent hat keine Ziffern"
436
437 #: expr.c:335
438 msgid "hexadecimal floating constants require an exponent"
439 msgstr "hexadezimale Gleitkommakonstanten benötigen Exponenten"
440
441 #: expr.c:341
442 #, c-format
443 msgid "invalid suffix \"%.*s\" on floating constant"
444 msgstr "ungültiger Suffix »%.*s« an Gleitkommakonstante"
445
446 #: expr.c:351 expr.c:393
447 #, c-format
448 msgid "traditional C rejects the \"%.*s\" suffix"
449 msgstr "traditionelles C lehnt den Suffix »%.*s« ab"
450
451 #: expr.c:358
452 #, c-format
453 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
454 msgstr "ungültiger Suffix »%.*s« mit hexadezimaler Gleitkommakonstante"
455
456 #: expr.c:369
457 msgid "decimal float constants are a GCC extension"
458 msgstr "dezimale Gleitkommakonstanten sind eine GCC-Erweiterung"
459
460 #: expr.c:379
461 #, c-format
462 msgid "invalid suffix \"%.*s\" on integer constant"
463 msgstr "ungültiger Suffix »%.*s« an Ganzzahlkonstante"
464
465 #: expr.c:401
466 msgid "use of C99 long long integer constant"
467 msgstr "C99 long long Ganzzahlkonstante verwendet"
468
469 #: expr.c:409
470 msgid "imaginary constants are a GCC extension"
471 msgstr "imaginäre Konstanten sind eine GCC-Erweiterung"
472
473 #: expr.c:412
474 msgid "binary constants are a GCC extension"
475 msgstr "binäre Konstanten sind eine GCC-Erweiterung"
476
477 #: expr.c:505
478 msgid "integer constant is too large for its type"
479 msgstr "Ganzzahlkonstante ist zu groß für ihren Typ"
480
481 #: expr.c:517
482 msgid "integer constant is so large that it is unsigned"
483 msgstr "Ganzzahlkonstante ist so groß, dass sie vorzeichenlos ist"
484
485 #: expr.c:612
486 msgid "missing ')' after \"defined\""
487 msgstr "fehlendes ')' hinter »defined«"
488
489 #: expr.c:619
490 msgid "operator \"defined\" requires an identifier"
491 msgstr "Operator »defined« erfordert einen Bezeichner"
492
493 #: expr.c:627
494 #, c-format
495 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
496 msgstr "(»%s« ist ein alternatives Token for »%s« in C++)"
497
498 #: expr.c:637
499 msgid "this use of \"defined\" may not be portable"
500 msgstr "diese Verwendung von »defined« könnte nicht portierbar sein"
501
502 #: expr.c:676
503 msgid "floating constant in preprocessor expression"
504 msgstr "Gleitkommakonstante in Präprozessorausdruck"
505
506 #: expr.c:682
507 msgid "imaginary number in preprocessor expression"
508 msgstr "imaginäre Zahl in Präprozessorausdruck"
509
510 #: expr.c:727
511 #, c-format
512 msgid "\"%s\" is not defined"
513 msgstr "»%s« ist nicht definiert"
514
515 #: expr.c:855 expr.c:884
516 #, c-format
517 msgid "missing binary operator before token \"%s\""
518 msgstr "fehlender binärer Operator vor Token »%s«"
519
520 #: expr.c:875
521 #, c-format
522 msgid "token \"%s\" is not valid in preprocessor expressions"
523 msgstr "Token »%s« ist nicht gültig in Präprozessorausdrücken"
524
525 #: expr.c:892
526 msgid "missing expression between '(' and ')'"
527 msgstr "fehlender Ausdruck zwischen '(' und ')'"
528
529 #: expr.c:895
530 msgid "#if with no expression"
531 msgstr "#if ohne Ausdruck"
532
533 #: expr.c:898
534 #, c-format
535 msgid "operator '%s' has no right operand"
536 msgstr "Operator »%s« hat keinen rechten Operanden"
537
538 #: expr.c:903
539 #, c-format
540 msgid "operator '%s' has no left operand"
541 msgstr "Operator »%s« hat keinen linken Operanden"
542
543 #: expr.c:929
544 msgid " ':' without preceding '?'"
545 msgstr " ':' ohne vorangehendes '?'"
546
547 #: expr.c:956
548 msgid "unbalanced stack in #if"
549 msgstr "unausgeglichener Keller in #if"
550
551 #: expr.c:975
552 #, c-format
553 msgid "impossible operator '%u'"
554 msgstr "unmöglicher Operator '%u'"
555
556 #: expr.c:1065
557 msgid "missing ')' in expression"
558 msgstr "fehlendes ')' in Ausdruck"
559
560 #: expr.c:1086
561 msgid "'?' without following ':'"
562 msgstr "'?' ohne folgendes ':'"
563
564 #: expr.c:1096
565 msgid "integer overflow in preprocessor expression"
566 msgstr "Ganzzahlüberlauf in Präprozessorausdruck"
567
568 #: expr.c:1101
569 msgid "missing '(' in expression"
570 msgstr "fehlendes '(' in Ausdruck"
571
572 #: expr.c:1133
573 #, c-format
574 msgid "the left operand of \"%s\" changes sign when promoted"
575 msgstr "der linke Operand von »%s« ändert bei der Weitergabe das Vorzeichen"
576
577 #: expr.c:1138
578 #, c-format
579 msgid "the right operand of \"%s\" changes sign when promoted"
580 msgstr "der rechte Operand von »%s« ändert bei der Weitergabe das Vorzeichen"
581
582 #: expr.c:1397
583 msgid "traditional C rejects the unary plus operator"
584 msgstr "traditionelles C weist den unären Plus-Operator zurück"
585
586 #: expr.c:1480
587 msgid "comma operator in operand of #if"
588 msgstr "Kommaoperator in Operand von #if"
589
590 #: expr.c:1612
591 msgid "division by zero in #if"
592 msgstr "Division durch Null in #if"
593
594 #: files.c:458
595 msgid "NULL directory in find_file"
596 msgstr "NULL-Verzeichnis in find_file"
597
598 #: files.c:496
599 msgid "one or more PCH files were found, but they were invalid"
600 msgstr "ein oder mehrere PCH-Dateien wurden gefunden, aber sie sind ungültig"
601
602 #: files.c:499
603 msgid "use -Winvalid-pch for more information"
604 msgstr "-Winvalid-pch für mehr Informationen verwenden"
605
606 #: files.c:589
607 #, c-format
608 msgid "%s is a block device"
609 msgstr "%s ist ein Block-Gerät"
610
611 #: files.c:606
612 #, c-format
613 msgid "%s is too large"
614 msgstr "%s ist zu groß"
615
616 #: files.c:641
617 #, c-format
618 msgid "%s is shorter than expected"
619 msgstr "%s ist kürzer als erwartet"
620
621 #: files.c:872
622 #, c-format
623 msgid "no include path in which to search for %s"
624 msgstr "kein Include-Pfad, um %s zu finden"
625
626 #: files.c:1238
627 msgid "Multiple include guards may be useful for:\n"
628 msgstr "Mehrere Include-Wächter könnten nützlich sein für:\n"
629
630 #: init.c:426
631 msgid "cppchar_t must be an unsigned type"
632 msgstr "cppchar_t muss ein vorzeichenloser Typ sein"
633
634 #: init.c:430
635 #, c-format
636 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
637 msgstr "Präprozessorarithmetik hat maximale Präzision von %lu Bits; Ziel erfordert %lu Bits"
638
639 #: init.c:437
640 msgid "CPP arithmetic must be at least as precise as a target int"
641 msgstr "CPP-Arithmetik muss mindestens so genau sein wie das Ziel int"
642
643 #: init.c:440
644 msgid "target char is less than 8 bits wide"
645 msgstr "Ziel-char ist weniger als 8 Bits breit"
646
647 #: init.c:444
648 msgid "target wchar_t is narrower than target char"
649 msgstr "Ziel-wchar_t ist schmaler als Ziel char"
650
651 #: init.c:448
652 msgid "target int is narrower than target char"
653 msgstr "Ziel-int ist schmaler als Ziel-char"
654
655 #: init.c:453
656 msgid "CPP half-integer narrower than CPP character"
657 msgstr "CPP Halb-Ganzzahl ist schmaler als CPP-Zeichen"
658
659 #: init.c:457
660 #, c-format
661 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
662 msgstr "CPP kann auf diesem Computer keine Wide-Zeichenkonstanten über %lu Bits Breite behandeln, das Ziel benötigt %lu Bits"
663
664 #: lex.c:283
665 msgid "backslash and newline separated by space"
666 msgstr "Backslash und Newline durch Leerzeichen getrennt"
667
668 #: lex.c:288
669 msgid "backslash-newline at end of file"
670 msgstr "Backslash-Newline am Dateiende"
671
672 #: lex.c:303
673 #, c-format
674 msgid "trigraph ??%c converted to %c"
675 msgstr "Trigraph ??%c in %c konvertiert"
676
677 #: lex.c:310
678 #, c-format
679 msgid "trigraph ??%c ignored, use -trigraphs to enable"
680 msgstr "Trigraph ??%c ignoriert, -trigraphs zum Aktivieren verwenden"
681
682 #: lex.c:356
683 msgid "\"/*\" within comment"
684 msgstr "»/*« innerhalb des Kommentars"
685
686 #: lex.c:414
687 #, c-format
688 msgid "%s in preprocessing directive"
689 msgstr "%s in Präprozessordirektive"
690
691 #: lex.c:423
692 msgid "null character(s) ignored"
693 msgstr "Null-Zeichen ignoriert"
694
695 #: lex.c:460
696 #, c-format
697 msgid "`%.*s' is not in NFKC"
698 msgstr "»%.*s« ist nicht in NFKC"
699
700 #: lex.c:463
701 #, c-format
702 msgid "`%.*s' is not in NFC"
703 msgstr "»%.*s« ist nicht in NFC"
704
705 #: lex.c:551
706 #, c-format
707 msgid "attempt to use poisoned \"%s\""
708 msgstr "Versuch, schlechtes »%s« zu verwenden"
709
710 #: lex.c:559
711 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
712 msgstr "__VA_ARGS__ kann nur in Erweiterung eines variadischen C99-Makros auftreten"
713
714 #: lex.c:659
715 msgid "null character(s) preserved in literal"
716 msgstr "Null-Zeichen im Literal erhalten"
717
718 #: lex.c:662
719 #, c-format
720 msgid "missing terminating %c character"
721 msgstr "fehlendes abschließendes Zeichen %c"
722
723 #: lex.c:1027
724 msgid "C++ style comments are not allowed in ISO C90"
725 msgstr "C++-Stil-Kommentare sind in ISO-C90 nicht erlaubt"
726
727 #: lex.c:1029
728 msgid "(this will be reported only once per input file)"
729 msgstr "(dies wird nur einmal pro Eingabedatei gemeldet)"
730
731 #: lex.c:1034
732 msgid "multi-line comment"
733 msgstr "mehrzeiliger Kommentar"
734
735 #: lex.c:1347
736 #, c-format
737 msgid "unspellable token %s"
738 msgstr "nicht buchstabierbares Token %s"
739
740 #: line-map.c:320
741 #, c-format
742 msgid "In file included from %s:%u"
743 msgstr "In Datei, eingefügt von %s:%u"
744
745 #: line-map.c:338
746 #, c-format
747 msgid ""
748 ",\n"
749 "                 from %s:%u"
750 msgstr ""
751 ",\n"
752 "                 von %s:%u"
753
754 #: macro.c:87
755 #, c-format
756 msgid "macro \"%s\" is not used"
757 msgstr "Makro »%s« wird nicht benutzt"
758
759 #: macro.c:126 macro.c:322
760 #, c-format
761 msgid "invalid built-in macro \"%s\""
762 msgstr "ungültiges eingebautes Makro »%s«"
763
764 #: macro.c:160
765 msgid "could not determine file timestamp"
766 msgstr "Datum und Zeit der Datei konnten nicht bestimmt werden"
767
768 #: macro.c:257
769 msgid "could not determine date and time"
770 msgstr "Datum und Zeit konnten nicht bestimmt werden"
771
772 #: macro.c:273
773 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
774 msgstr "__COUNTER__ innerhalb von Anweisung mit -fdirectives-only expandiert"
775
776 #: macro.c:426
777 msgid "invalid string literal, ignoring final '\\'"
778 msgstr "ungültiges Zeichenkettenliteral, abschließendes '\\' wird ignoriert"
779
780 #: macro.c:486
781 #, c-format
782 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
783 msgstr "das Einfügen von »%s« und »%s« ergibt kein gültiges Präprozessor-Token"
784
785 #: macro.c:561
786 msgid "ISO C99 requires rest arguments to be used"
787 msgstr "ISO-C99 erfordert, dass Restargumente verwendet werden"
788
789 #: macro.c:566
790 #, c-format
791 msgid "macro \"%s\" requires %u arguments, but only %u given"
792 msgstr "Makro »%s« erfordert %u Argumente, aber nur %u wurden angegeben"
793
794 #: macro.c:571
795 #, c-format
796 msgid "macro \"%s\" passed %u arguments, but takes just %u"
797 msgstr "dem Makro »%s« wurden %u Argumente übergeben, aber es nimmt nur %u"
798
799 #: macro.c:730 traditional.c:680
800 #, c-format
801 msgid "unterminated argument list invoking macro \"%s\""
802 msgstr "unvollendete Argumentliste beim Makroaufruf »%s«"
803
804 #: macro.c:840
805 #, c-format
806 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
807 msgstr "funktionsähnliches Makro »%s« muss mit Argumenten in traditionellem C verwendet werden"
808
809 #: macro.c:1408
810 #, c-format
811 msgid "duplicate macro parameter \"%s\""
812 msgstr "doppelter Makroparameter »%s«"
813
814 #: macro.c:1454
815 #, c-format
816 msgid "\"%s\" may not appear in macro parameter list"
817 msgstr "»%s« darf nicht in Makroparameterliste auftreten"
818
819 #: macro.c:1462
820 msgid "macro parameters must be comma-separated"
821 msgstr "Makroparameter müssen mit Komma getrennt sein"
822
823 #: macro.c:1479
824 msgid "parameter name missing"
825 msgstr "Parametername fehlt"
826
827 #: macro.c:1496
828 msgid "anonymous variadic macros were introduced in C99"
829 msgstr "anonyme variadische Makros wurden in C99 eingeführt"
830
831 #: macro.c:1501
832 msgid "ISO C does not permit named variadic macros"
833 msgstr "ISO-C erlaubt keine benannten variadischen Makros"
834
835 #: macro.c:1510
836 msgid "missing ')' in macro parameter list"
837 msgstr "fehlendes ')' in Makroparameterliste"
838
839 #: macro.c:1559
840 msgid "'##' cannot appear at either end of a macro expansion"
841 msgstr "'##' kann nicht an den Enden einer Makroexpansion auftreten"
842
843 #: macro.c:1593
844 msgid "ISO C99 requires whitespace after the macro name"
845 msgstr "ISO-C99 erfordert Whitespace hinter Makroname"
846
847 #: macro.c:1617
848 msgid "missing whitespace after the macro name"
849 msgstr "Whitespace hinter Makroname fehlt"
850
851 #: macro.c:1647
852 msgid "'#' is not followed by a macro parameter"
853 msgstr "'#' wird nicht von einem Makroparameter gefolgt"
854
855 #: macro.c:1766
856 #, c-format
857 msgid "\"%s\" redefined"
858 msgstr "»%s« redefiniert"
859
860 #: macro.c:1771
861 msgid "this is the location of the previous definition"
862 msgstr "dies ist die Stelle der vorherigen Definition"
863
864 #: macro.c:1828
865 #, c-format
866 msgid "macro argument \"%s\" would be stringified in traditional C"
867 msgstr "Makroargument »%s« würde in traditionellem C zum String gewandelt werden"
868
869 #: macro.c:1851
870 #, c-format
871 msgid "invalid hash type %d in cpp_macro_definition"
872 msgstr "ungültiger Hash-Typ %d in cpp_macro_definition"
873
874 #: pch.c:84 pch.c:332 pch.c:344 pch.c:362 pch.c:368 pch.c:377
875 msgid "while writing precompiled header"
876 msgstr "beim Schreiben des vorkompilierten Headers"
877
878 #: pch.c:485
879 #, c-format
880 msgid "%s: not used because `%.*s' not defined"
881 msgstr "%s: nicht verwendet, da »%.*s« nicht definiert"
882
883 #: pch.c:497
884 #, c-format
885 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
886 msgstr "%s: nicht verwendet, da »%.*s« als »%s« statt als »%.*s« definiert wurde"
887
888 #: pch.c:538
889 #, c-format
890 msgid "%s: not used because `%s' is defined"
891 msgstr "%s: nicht verwendet, da »%s« definiert ist"
892
893 #: pch.c:558
894 #, c-format
895 msgid "%s: not used because `__COUNTER__' is invalid"
896 msgstr "%s: nicht verwendet, da »__COUNTER__« ungültig ist"
897
898 #: pch.c:567 pch.c:737
899 msgid "while reading precompiled header"
900 msgstr "beim Lesen des vorkompilierten Headers"
901
902 #: traditional.c:750
903 #, c-format
904 msgid "detected recursion whilst expanding macro \"%s\""
905 msgstr "Rekursion bei Expansion des Makros »%s« entdeckt"
906
907 #: traditional.c:968
908 msgid "syntax error in macro parameter list"
909 msgstr "Syntaxfehler in Makroparameterliste"
910
911 #~ msgid "no newline at end of file"
912 #~ msgstr "Kein Newline am Dateiende"
913
914 #~ msgid "unknown escape sequence: '\\%03o'"
915 #~ msgstr "unbekannte Fluchtsequenz: '\\%03o'"
916
917 #~ msgid "`%s' attribute directive ignored"
918 #~ msgstr "Attribut-Anweisung »%s« wird ignoriert"
919
920 #~ msgid "wrong number of arguments specified for `%s' attribute"
921 #~ msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
922
923 #~ msgid "`%s' attribute does not apply to types"
924 #~ msgstr "Attribut »%s« kann nicht auf Typen angewandt werden"
925
926 #~ msgid "`%s' attribute only applies to function types"
927 #~ msgstr "Attribut »%s« kann nur auf Funktionstypen angewandt werden"
928
929 #~ msgid "`%s' attribute ignored"
930 #~ msgstr "Attribut »%s« wird ignoriert"
931
932 #~ msgid "offset outside bounds of constant string"
933 #~ msgstr "Adressabstand ist außerhalb der Grenzen der konstanten Zeichenkette"
934
935 #~ msgid "second arg to `__builtin_prefetch' must be a constant"
936 #~ msgstr "zweites Argument für »__builtin_prefetch« muss eine Konstante sein"
937
938 #~ msgid "invalid second arg to __builtin_prefetch; using zero"
939 #~ msgstr "ungültiges zweites Argument für »__builtin_prefetch«; es wird Null verwendet"
940
941 #~ msgid "third arg to `__builtin_prefetch' must be a constant"
942 #~ msgstr "drittes Argument für »__builtin_prefetch« muss eine Konstante sein"
943
944 #~ msgid "invalid third arg to __builtin_prefetch; using zero"
945 #~ msgstr "ungültiges drittes Argument für »__builtin_prefetch«; es wird Null verwendet"
946
947 #~ msgid "argument of `__builtin_args_info' must be constant"
948 #~ msgstr "Argument von »__builtin_args_info« muss konstant sein"
949
950 #~ msgid "argument of `__builtin_args_info' out of range"
951 #~ msgstr "Argument von »__builtin_args_info« außerhalb des Wertebereichs"
952
953 #~ msgid "missing argument in `__builtin_args_info'"
954 #~ msgstr "fehlendes Argument in »__builtin_args_info«"
955
956 #~ msgid "`va_start' used in function with fixed args"
957 #~ msgstr "»va_start« in Funktion mit fester Parameterzahl verwendet"
958
959 #~ msgid "second parameter of `va_start' not last named argument"
960 #~ msgstr "zweiter Parameter von »va_start« ist nicht letztgenanntes Argument"
961
962 #~ msgid "`__builtin_next_arg' called without an argument"
963 #~ msgstr "»__builtin_next_arg« ohne Argument gerufen"
964
965 #~ msgid "too many arguments to function `va_start'"
966 #~ msgstr "zu viele Argumente für »va_start«"
967
968 #~ msgid "first argument to `va_arg' not of type `va_list'"
969 #~ msgstr "erstes Argument für »va_arg« nicht vom Typ »va_list«"
970
971 #~ msgid "`%s' is promoted to `%s' when passed through `...'"
972 #~ msgstr "»%s« auf »%s« gesetzt beim Durchlaufen von »...«"
973
974 #~ msgid "(so you should pass `%s' not `%s' to `va_arg')"
975 #~ msgstr "(Sie sollten also »%s« statt »%s« an »va_arg« übergeben)"
976
977 #~ msgid "invalid arg to `__builtin_frame_address'"
978 #~ msgstr "ungültiges Argument für »__builtin_frame_address«"
979
980 #~ msgid "invalid arg to `__builtin_return_address'"
981 #~ msgstr "ungültiges Argument für »__builtin_return_address«"
982
983 #~ msgid "unsupported arg to `__builtin_frame_address'"
984 #~ msgstr "nicht unterstütztes Argument für »__builtin_frame_address«"
985
986 #~ msgid "unsupported arg to `__builtin_return_address'"
987 #~ msgstr "nicht unterstütztes Argument für »__builtin_return_address«"
988
989 #~ msgid "second arg to `__builtin_expect' must be a constant"
990 #~ msgstr "zweites Argument für »__builtin_expect« muss eine Konstante sein"
991
992 #~ msgid "__builtin_longjmp second argument must be 1"
993 #~ msgstr "zweites Argument für __builtin_longjmp muss 1 sein"
994
995 #~ msgid "built-in function `%s' not currently supported"
996 #~ msgstr "eingebaute Funktion »%s« gegenwärtig nicht unterstützt"
997
998 #~ msgid "target format does not support infinity"
999 #~ msgstr "Zielformat unterstützt nicht »unendlich«"
1000
1001 #~ msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
1002 #~ msgstr "%Hes wird empfohlen, explizite geschweifte Klammern zu setzen, um mehrdeutiges »else« zu vermeiden"
1003
1004 #~ msgid "%J'%D' is not defined outside of function scope"
1005 #~ msgstr "%J»%D« ist außerhalb des Funktionsgültigkeitsbereiches nicht definiert"
1006
1007 #~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
1008 #~ msgstr "Zeichenkettenlänge »%d« ist größer als die Länge »%d«, die von ISO-C%d-Compilern unterstützt werden muss"
1009
1010 #~ msgid "overflow in constant expression"
1011 #~ msgstr "Überlauf in Konstanten-Ausdruck"
1012
1013 #~ msgid "integer overflow in expression"
1014 #~ msgstr "Ganzzahlüberlauf in Ausdruck"
1015
1016 #~ msgid "floating point overflow in expression"
1017 #~ msgstr "Gleitkommaüberlauf in Ausdruck"
1018
1019 #~ msgid "vector overflow in expression"
1020 #~ msgstr "Vektorüberlauf in Ausdruck"
1021
1022 #~ msgid "large integer implicitly truncated to unsigned type"
1023 #~ msgstr "große Ganzzahl implizit auf vorzeichenlosen Typen abgeschnitten"
1024
1025 #~ msgid "negative integer implicitly converted to unsigned type"
1026 #~ msgstr "negative Ganzzahl implizit in vorzeichenlosen Typen konvertiert"
1027
1028 #~ msgid "overflow in implicit constant conversion"
1029 #~ msgstr "Überlauf in impliziter Konstantenkonvertierung"
1030
1031 #~ msgid "operation on `%s' may be undefined"
1032 #~ msgstr "Operation auf »%s« könnte undefiniert sein"
1033
1034 #~ msgid "expression statement has incomplete type"
1035 #~ msgstr "Ausdrucksanweisung hat unvollständigen Typ"
1036
1037 #~ msgid "case label does not reduce to an integer constant"
1038 #~ msgstr "case-Marke reduziert nicht auf Ganzzahlkonstante"
1039
1040 #~ msgid "invalid truth-value expression"
1041 #~ msgstr "ungültiger Wahrheitswert-Ausdruck"
1042
1043 #~ msgid "invalid operands to binary %s"
1044 #~ msgstr "ungültige Operanden für binäres %s"
1045
1046 #~ msgid "comparison is always false due to limited range of data type"
1047 #~ msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »unwahr«"
1048
1049 #~ msgid "comparison is always true due to limited range of data type"
1050 #~ msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »wahr«"
1051
1052 #~ msgid "comparison of unsigned expression >= 0 is always true"
1053 #~ msgstr "Vergleich eines vorzeichenlosen Ausdrucks >= 0 ist stets »wahr«"
1054
1055 #~ msgid "comparison of unsigned expression < 0 is always false"
1056 #~ msgstr "Vergleich eines vorzeichenlosen Ausdrucks < 0 ist stets »unwahr«"
1057
1058 #~ msgid "pointer of type `void *' used in arithmetic"
1059 #~ msgstr "Zeiger auf Typen »void *« in Arithmetik verwendet"
1060
1061 #~ msgid "pointer to a function used in arithmetic"
1062 #~ msgstr "Zeiger auf Funktion in Arithmetik verwendet"
1063
1064 #~ msgid "pointer to member function used in arithmetic"
1065 #~ msgstr "Zeiger auf Elementfunktion in Arithmetik verwendet"
1066
1067 #~ msgid "pointer to a member used in arithmetic"
1068 #~ msgstr "Zeiger auf Element in Arithmetik verwendet"
1069
1070 #~ msgid "struct type value used where scalar is required"
1071 #~ msgstr "Wert eines struct-Typs anstelle des geforderten Skalars verwendet"
1072
1073 #~ msgid "union type value used where scalar is required"
1074 #~ msgstr "Wert eines union-Typs anstelle des geforderten Skalars verwendet"
1075
1076 #~ msgid "array type value used where scalar is required"
1077 #~ msgstr "Wert eines array-Typs anstelle des geforderten Skalars verwendet"
1078
1079 #~ msgid "the address of `%D', will always evaluate as `true'"
1080 #~ msgstr "die Adresse von »%D« wird immer zu »true« auswerten"
1081
1082 #~ msgid "suggest parentheses around assignment used as truth value"
1083 #~ msgstr "um Zuweisung, die als Wahrheitswert verwendet wird, werden Klammern vorgeschlagen"
1084
1085 #~ msgid "invalid use of `restrict'"
1086 #~ msgstr "ungültige Verwendung von »restrict«"
1087
1088 #~ msgid "invalid application of `sizeof' to a function type"
1089 #~ msgstr "ungültige Anwendung von »sizeof« auf einen Funktionstypen"
1090
1091 #~ msgid "invalid application of `%s' to a void type"
1092 #~ msgstr "ungültige Anwendung von »%s« auf einen void-Typen"
1093
1094 #~ msgid "invalid application of `%s' to an incomplete type"
1095 #~ msgstr "ungültige Anwendung von »%s« auf einen unvollständigen Typen"
1096
1097 #~ msgid "`__alignof' applied to a bit-field"
1098 #~ msgstr "»__alignof« auf Bitfeld angewandt"
1099
1100 #~ msgid "cannot disable built-in function `%s'"
1101 #~ msgstr "kann eingebaute Funktion »%s« nicht abschalten"
1102
1103 #~ msgid "too few arguments to function `%s'"
1104 #~ msgstr "zu wenig Argumente für Funktion »%s«"
1105
1106 #~ msgid "too many arguments to function `%s'"
1107 #~ msgstr "zu viele Argumente für Funktion »%s«"
1108
1109 #~ msgid "non-floating-point argument to function `%s'"
1110 #~ msgstr "nicht-Gleitkomma-Argument für Funktion »%s«"
1111
1112 #~ msgid "pointers are not permitted as case values"
1113 #~ msgstr "Zeiger sind nicht als case-Werte zugelassen"
1114
1115 #~ msgid "range expressions in switch statements are non-standard"
1116 #~ msgstr "Wertebereichsausdrücke in switch-Anweisungen sind nicht standardkonform"
1117
1118 #~ msgid "empty range specified"
1119 #~ msgstr "leerer Wertebereich angegeben"
1120
1121 #~ msgid "duplicate (or overlapping) case value"
1122 #~ msgstr "doppelte (oder sich überschneidende) case-Werte"
1123
1124 #~ msgid "%Jthis is the first entry overlapping that value"
1125 #~ msgstr "%Jdies ist der erste Eintrag, der diesen Wert überschneidet"
1126
1127 #~ msgid "duplicate case value"
1128 #~ msgstr "doppelter case-Wert"
1129
1130 #~ msgid "%Jpreviously used here"
1131 #~ msgstr "%Jbereits hier verwendet"
1132
1133 #~ msgid "multiple default labels in one switch"
1134 #~ msgstr "mehrere Standardmarken in einem »switch«"
1135
1136 #~ msgid "%Jthis is the first default label"
1137 #~ msgstr "%Jdies ist die erste Standardmarke"
1138
1139 #~ msgid "taking the address of a label is non-standard"
1140 #~ msgstr "das Ermitteln der Adresse einer Marke ist nicht standardkonform"
1141
1142 #~ msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"
1143 #~ msgstr "%Hder Rückgabewert von »%D« mit dem Attribut warn_unused_result wird ignoriert"
1144
1145 #~ msgid "%Hignoring return value of function declared with attribute warn_unused_result"
1146 #~ msgstr "%Hder Rückgabewert der Funktion, die mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert"
1147
1148 #~ msgid "declaration of \"%s\" shadows a parameter"
1149 #~ msgstr "Deklaration von »%s« überdeckt einen Parameter"
1150
1151 #~ msgid "declaration of \"%s\" shadows a previous local"
1152 #~ msgstr "Deklaration von »%s« überdeckt einen vorhergehenden lokalen Bezeichner"
1153
1154 #~ msgid "declaration of \"%s\" shadows a global declaration"
1155 #~ msgstr "Deklaration von »%s« überdeckt eine globale Deklaration"
1156
1157 #~ msgid "%Jshadowed declaration is here"
1158 #~ msgstr "%Jverdeckte Deklaration ist hier"
1159
1160 #~ msgid "unknown machine mode `%s'"
1161 #~ msgstr "unbekannter Maschinenzustand »%s«"
1162
1163 #~ msgid "no data type for mode `%s'"
1164 #~ msgstr "kein Datentyp für Zustand »%s«"
1165
1166 #~ msgid "invalid pointer mode `%s'"
1167 #~ msgstr "ungültiger Zeigermodus »%s«"
1168
1169 #~ msgid "unable to emulate '%s'"
1170 #~ msgstr "»%s« kann nicht emuliert werden"
1171
1172 #~ msgid "%Jsection attribute cannot be specified for local variables"
1173 #~ msgstr "%JAbschnitts-Attribut kann nicht für lokale Variablen angegeben werden"
1174
1175 #~ msgid "%Jsection of '%D' conflicts with previous declaration"
1176 #~ msgstr "%JAbschnitt von »%D« in Konflikt mit vorheriger Deklaration"
1177
1178 #~ msgid "%Jsection attribute not allowed for '%D'"
1179 #~ msgstr "%JAbschnitts-Attribute nicht erlaubt für »%D«"
1180
1181 #~ msgid "%Jsection attributes are not supported for this target"
1182 #~ msgstr "%JAbschnitts-Attribute werden für dieses Ziel nicht unterstützt"
1183
1184 #~ msgid "requested alignment is not a constant"
1185 #~ msgstr "verlangte Ausrichtung ist keine Konstante"
1186
1187 #~ msgid "requested alignment is not a power of 2"
1188 #~ msgstr "verlangte Ausrichtung ist keine Zweierpotenz"
1189
1190 #~ msgid "requested alignment is too large"
1191 #~ msgstr "verlangte Ausrichtung ist zu groß"
1192
1193 #~ msgid "%Jalignment may not be specified for '%D'"
1194 #~ msgstr "%Jfür »%D« darf keine Ausrichtung angegeben werden"
1195
1196 #~ msgid "%J'%D' defined both normally and as an alias"
1197 #~ msgstr "%J»%D« sowohl normal als auch als Alias definiert"
1198
1199 #~ msgid "alias arg not a string"
1200 #~ msgstr "Alias-Argument ist keine Zeichenkette"
1201
1202 #~ msgid "visibility arg not a string"
1203 #~ msgstr "Sichtbarkeitsargument ist keine Zeichenkette"
1204
1205 #~ msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
1206 #~ msgstr "Sichtbarkeitsargument muss »default«, »hidden«, »protected« oder »internal« sein"
1207
1208 #~ msgid "tls_model arg not a string"
1209 #~ msgstr "Argument für tls_model ist keine Zeichenkette"
1210
1211 #~ msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
1212 #~ msgstr "Argument für tls_model muss »local-exec«, »initial-exec«, »local-dynamic« oder »global-dynamic« sein"
1213
1214 #~ msgid "%J'%E' attribute applies only to functions"
1215 #~ msgstr "%JAttribut »%E« kann nur auf Funktionen angewandt werden"
1216
1217 #~ msgid "%Jcan't set '%E' attribute after definition"
1218 #~ msgstr "%Jkann Attribut »%E« nicht nach der Definition setzen"
1219
1220 #~ msgid "`%s' attribute ignored for `%s'"
1221 #~ msgstr "Attribut »%s« ignoriert für »%s«"
1222
1223 #~ msgid "invalid vector type for attribute `%s'"
1224 #~ msgstr "ungültiger Vektortyp für Attribut »%s«"
1225
1226 #~ msgid "no vector mode with the size and type specified could be found"
1227 #~ msgstr "Vektorzustand mit der angegebenen Größe und dem angegebenen Typ konnte nicht gefunden werden"
1228
1229 #~ msgid "nonnull attribute without arguments on a non-prototype"
1230 #~ msgstr "Nicht-Null-Attribut ohne Argumente für einen Nicht-Prototyp"
1231
1232 #~ msgid "nonnull argument has invalid operand number (arg %lu)"
1233 #~ msgstr "Nicht-Null-Argument hat ungültige Operandenzahl (Argument %lu)"
1234
1235 #~ msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
1236 #~ msgstr "Nicht-Null-Argument mit Operandenzahl außerhalb des Wertebereiches (Argument %lu, Operand %lu)"
1237
1238 #~ msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
1239 #~ msgstr "Nicht-Null-Argument referenziert Nicht-Zeiger-Operanden (Argument %lu, Operand %lu)"
1240
1241 #~ msgid "null argument where non-null required (arg %lu)"
1242 #~ msgstr "Null-Argument, wo Nicht-Null erwartet (Argument %lu)"
1243
1244 #~ msgid "cleanup arg not an identifier"
1245 #~ msgstr "Argument für cleanup ist kein Bezeichner"
1246
1247 #~ msgid "cleanup arg not a function"
1248 #~ msgstr "Argument für cleanup ist keine Funktion"
1249
1250 #~ msgid "%s at end of input"
1251 #~ msgstr "%s am Ende der Eingabe"
1252
1253 #~ msgid "%s before %s'%c'"
1254 #~ msgstr "%s vor %s'%c'"
1255
1256 #~ msgid "%s before %s'\\x%x'"
1257 #~ msgstr "%s vor %s'\\x%x'"
1258
1259 #~ msgid "%s before string constant"
1260 #~ msgstr "%s vor Zeichenkettenkonstante"
1261
1262 #~ msgid "%s before numeric constant"
1263 #~ msgstr "%s vor numerischer Konstante"
1264
1265 #~ msgid "%s before \"%s\""
1266 #~ msgstr "%s vor \"%s\""
1267
1268 #~ msgid "%s before '%s' token"
1269 #~ msgstr "%s vor »%s«"
1270
1271 #~ msgid "%s"
1272 #~ msgstr "%s"
1273
1274 #~ msgid "void value not ignored as it ought to be"
1275 #~ msgstr "void-Wert nicht ignoriert wie es sein sollte"
1276
1277 #~ msgid "conversion to non-scalar type requested"
1278 #~ msgstr "Konvertierung zu Nicht-Skalar-Typ verlangt"
1279
1280 #~ msgid "%Jarray '%D' assumed to have one element"
1281 #~ msgstr "%JFeld »%D« als einelementig betrachtet"
1282
1283 #~ msgid "%Jlabel `%D' used but not defined"
1284 #~ msgstr "%JMarke »%D« verwendet, aber nicht definiert"
1285
1286 #~ msgid "%Jlabel `%D' defined but not used"
1287 #~ msgstr "%JMarke »%D« definiert aber nicht verwendet"
1288
1289 #~ msgid "%Jlabel `%D' declared but not defined"
1290 #~ msgstr "%JMarke »%D« deklariert, aber nicht definiert"
1291
1292 #~ msgid "%Junused variable `%D'"
1293 #~ msgstr "%JVariable »%D« wird nicht verwendet"
1294
1295 #~ msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
1296 #~ msgstr "eine Parameterliste mit Auslassung passt nicht zu einer leeren Parameternamenslistendeklaration"
1297
1298 #~ msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
1299 #~ msgstr "ein Argumenttyp mit Standard-Promotion passt nicht zu leerer Parameternamenslistendeklaration"
1300
1301 #~ msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"
1302 #~ msgstr "%JPrototyp für »%D« deklariert mehr Argumente als vorherige Definition im alten Stil"
1303
1304 #~ msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"
1305 #~ msgstr "%JPrototyp für »%D« deklariert weniger Argumente als vorherige Definition im alten Stil"
1306
1307 #~ msgid "%Jprototype for '%D' declares arg %d with incompatible type"
1308 #~ msgstr "%JPrototyp für »%D« deklariert Argument %d mit inkompatiblem Typen"
1309
1310 #~ msgid "%Jprototype for '%D' follows non-prototype definition"
1311 #~ msgstr "%JPrototyp für »%D« folgt einer Nicht-Prototyp-Definition"
1312
1313 #~ msgid "%Jprevious definition of '%D' was here"
1314 #~ msgstr "%Jvorherige Definition von »%D« war hier"
1315
1316 #~ msgid "%Jprevious implicit declaration of '%D' was here"
1317 #~ msgstr "%Jvorherige implizite Deklaration von »%D« war hier"
1318
1319 #~ msgid "%Jprevious declaration of '%D' was here"
1320 #~ msgstr "%Jvorherige Deklaration von »%D« war hier"
1321
1322 #~ msgid "%J'%D' redeclared as different kind of symbol"
1323 #~ msgstr "%J»%D« redeklariert als andere Symbolart"
1324
1325 #~ msgid "%Jbuilt-in function '%D' declared as non-function"
1326 #~ msgstr "%Jeingebaute Funktion »%D« als Nicht-Funktion deklariert"
1327
1328 #~ msgid "%Jshadowing built-in function '%D'"
1329 #~ msgstr "%Jeingebaute Funktion »%D« überdeckt"
1330
1331 #~ msgid "%Jconflicting types for built-in function '%D'"
1332 #~ msgstr "%Jin Konflikt stehende Typen für eingebaute Funktion »%D«"
1333
1334 #~ msgid "%Jconflicting types for '%D'"
1335 #~ msgstr "%Jin Konflikt stehende Typen für »%D«"
1336
1337 #~ msgid "%Jredefinition of typedef '%D'"
1338 #~ msgstr "%JRedefinition des typedef »%D«"
1339
1340 #~ msgid "%Jredefinition of '%D'"
1341 #~ msgstr "%JRedefinition von »%D«"
1342
1343 #~ msgid "%Jstatic declaration of '%D' follows non-static declaration"
1344 #~ msgstr "%Jstatische Deklaration von »%D« folgt Nicht-statischer Deklaration"
1345
1346 #~ msgid "%Jnon-static declaration of '%D' follows static declaration"
1347 #~ msgstr "%JNicht-statische-Deklaration von »%D« folgt statischer Deklaration"
1348
1349 #~ msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
1350 #~ msgstr "%JThread-lokale Deklaration von »%D« folgt nicht-Thread-lokaler Deklaration"
1351
1352 #~ msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
1353 #~ msgstr "%JNicht-Thread-lokale Deklaration von »%D« folgt Thread-lokaler Deklaration"
1354
1355 #~ msgid "%Jextern declaration of '%D' follows declaration with no linkage"
1356 #~ msgstr "%Jextern-Deklaration von »%D« folgt Deklaration ohne Bindung"
1357
1358 #~ msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
1359 #~ msgstr "%JDeklaration von »%D« ohne Bindung folgt einer externen Deklaration"
1360
1361 #~ msgid "%Jredeclaration of '%D' with no linkage"
1362 #~ msgstr "%JRedeklarationen von »%D« ohne Bindung"
1363
1364 #~ msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
1365 #~ msgstr "%JRedeklaration von »%D« mit anderer Sichtbarkeit (alte Sichtbarkeit beibehalten)"
1366
1367 #~ msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"
1368 #~ msgstr "%Jinline-Deklaration von »%D« folgt Deklaration mit Attribut noinline"
1369
1370 #~ msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
1371 #~ msgstr "%JDeklaration von »%D« mit Attribut noinline folgt inline-Deklaration "
1372
1373 #~ msgid "%J'%D' declared inline after being called"
1374 #~ msgstr "%J»%D« als inline deklariert nachdem es aufgerufen wurde"
1375
1376 #~ msgid "%J'%D' declared inline after its definition"
1377 #~ msgstr "%J»%D« nach der Definition als inline deklariert"
1378
1379 #~ msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
1380 #~ msgstr "%J»volatile«-Deklaration von »%D« folgt nicht-»volatile«-Deklaration"
1381
1382 #~ msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
1383 #~ msgstr "%JNicht-»volatile«-Deklaration von »%D« folgt »volatile«-Deklaration"
1384
1385 #~ msgid "%Jconst declaration of '%D' follows non-const declaration"
1386 #~ msgstr "%Jconst-Deklaration für »%D« folgt Nicht-const Deklaration"
1387
1388 #~ msgid "%Jnon-const declaration of '%D' follows const declaration"
1389 #~ msgstr "%JNicht-const-Deklaration von »%D« folgt const-Deklaration"
1390
1391 #~ msgid "%Jredundant redeclaration of '%D'"
1392 #~ msgstr "%Jredundante Redeklaration von »%D«"
1393
1394 #~ msgid "nested extern declaration of `%s'"
1395 #~ msgstr "geschachtelte extern-Deklaration von »%s«"
1396
1397 #~ msgid "%Jprevious declaration of '%D'"
1398 #~ msgstr "%Jvorherige Deklaration von »%D«"
1399
1400 #~ msgid "implicit declaration of function `%s'"
1401 #~ msgstr "implizite Deklaration der Funktion »%s«"
1402
1403 #~ msgid "`%s' undeclared here (not in a function)"
1404 #~ msgstr "»%s« ist hier nicht deklariert (nicht in einer Funktion)"
1405
1406 #~ msgid "`%s' undeclared (first use in this function)"
1407 #~ msgstr "»%s« nicht deklariert (erste Benutzung in dieser Funktion)"
1408
1409 #~ msgid "(Each undeclared identifier is reported only once"
1410 #~ msgstr "(Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt"
1411
1412 #~ msgid "for each function it appears in.)"
1413 #~ msgstr "für jede Funktion in der er auftritt.)"
1414
1415 #~ msgid "label %s referenced outside of any function"
1416 #~ msgstr "Marke %s außerhalb einer Funktion referenziert"
1417
1418 #~ msgid "duplicate label declaration `%s'"
1419 #~ msgstr "doppelte Markendeklaration »%s«"
1420
1421 #~ msgid "%Jthis is a previous declaration"
1422 #~ msgstr "%Jdies ist eine vorherige Deklaration"
1423
1424 #~ msgid "%Hduplicate label `%D'"
1425 #~ msgstr "%Hdoppelte Marke »%D«"
1426
1427 #~ msgid "%J`%D' previously defined here"
1428 #~ msgstr "%J»%D« bereits hier definiert"
1429
1430 #~ msgid "%J`%D' previously declared here"
1431 #~ msgstr "%J»%D« bereits hier deklariert"
1432
1433 #~ msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"
1434 #~ msgstr "%Htraditionelles C bietet keinen separaten Namespace für Marken an, Bezeichner »%s« steht in Konflikt"
1435
1436 #~ msgid "%H`%s' defined as wrong kind of tag"
1437 #~ msgstr "%H»%s« definiert als falsche Symbolart"
1438
1439 #~ msgid "unnamed struct/union that defines no instances"
1440 #~ msgstr "unbenannte struct/union, die keine Instanzen definiert"
1441
1442 #~ msgid "useless keyword or type name in empty declaration"
1443 #~ msgstr "nutzloses Schlüsselwort oder Typenname in leerer Deklaration"
1444
1445 #~ msgid "two types specified in one empty declaration"
1446 #~ msgstr "zwei Typen in einer leeren Deklaration angegeben"
1447
1448 #~ msgid "empty declaration"
1449 #~ msgstr "leere Deklaration"
1450
1451 #~ msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
1452 #~ msgstr "ISO-C90 unterstützt kein »static« oder Typkennzeichner in Parameterfelddeklaratoren"
1453
1454 #~ msgid "ISO C90 does not support `[*]' array declarators"
1455 #~ msgstr "ISO-C90 unterstützt nicht »[*]«-Felddeklaratoren"
1456
1457 #~ msgid "GCC does not yet properly implement `[*]' array declarators"
1458 #~ msgstr "GCC implementiert noch keine richtigen »[*]«-Felddeklaratoren"
1459
1460 #~ msgid "static or type qualifiers in abstract declarator"
1461 #~ msgstr "static oder Typkennzeichner in abstraktem Deklarator"
1462
1463 #~ msgid "%J'%D' is usually a function"
1464 #~ msgstr "%J»%D« ist üblicherweise eine Funktion"
1465
1466 #~ msgid "typedef `%s' is initialized (use __typeof__ instead)"
1467 #~ msgstr "typedef »%s« ist initialisiert (benutzen Sie stattdessen __typeof__)"
1468
1469 #~ msgid "function `%s' is initialized like a variable"
1470 #~ msgstr "Funktion »%s« ist wie eine Variable initialisiert"
1471
1472 #~ msgid "parameter `%s' is initialized"
1473 #~ msgstr "Parameter »%s« ist initialisiert"
1474
1475 #~ msgid "variable-sized object may not be initialized"
1476 #~ msgstr "Objekt variabler Größe darf nicht initialisiert werden"
1477
1478 #~ msgid "variable `%s' has initializer but incomplete type"
1479 #~ msgstr "Variable »%s« hat Initialisierung, aber unvollständigen Typ"
1480
1481 #~ msgid "elements of array `%s' have incomplete type"
1482 #~ msgstr "Elemente des Feldes »%s« haben unvollständigen Typ"
1483
1484 #~ msgid "%Jinline function '%D' given attribute noinline"
1485 #~ msgstr "%Jinline-Funktion »%D« wurde das Attribut »noinline« gegeben"
1486
1487 #~ msgid "%Jinitializer fails to determine size of '%D'"
1488 #~ msgstr "%JInitialisierung scheitert an Größenbestimmung von »%D«"
1489
1490 #~ msgid "%Jarray size missing in '%D'"
1491 #~ msgstr "%JFeldgröße in »%D« fehlt"
1492
1493 #~ msgid "%Jzero or negative size array '%D'"
1494 #~ msgstr "%JFeldgröße von »%D« ist null oder negativ"
1495
1496 #~ msgid "%Jstorage size of '%D' isn't known"
1497 #~ msgstr "%JSpeichergröße von »%D« ist unbekannt"
1498
1499 #~ msgid "%Jstorage size of '%D' isn't constant"
1500 #~ msgstr "%JSpeichergröße von »%D« ist nicht konstant"
1501
1502 #~ msgid "%Jignoring asm-specifier for non-static local variable '%D'"
1503 #~ msgstr "%Jasm-Symbol für nicht-statische lokale Variable »%D« wird ignoriert"
1504
1505 #~ msgid "ISO C forbids forward parameter declarations"
1506 #~ msgstr "ISO-C verbietet Vorwärtsdeklaration für Parameter"
1507
1508 #~ msgid "<anonymous>"
1509 #~ msgstr "<anonym>"
1510
1511 #~ msgid "bit-field `%s' width not an integer constant"
1512 #~ msgstr "Breite des Bitfeldes »%s« ist keine Ganzzahlkonstante"
1513
1514 #~ msgid "negative width in bit-field `%s'"
1515 #~ msgstr "negative Breite in Bitfeld »%s«"
1516
1517 #~ msgid "zero width for bit-field `%s'"
1518 #~ msgstr "Breite null für Bitfeld »%s«"
1519
1520 #~ msgid "bit-field `%s' has invalid type"
1521 #~ msgstr "Bitfeld »%s« hat ungültigen Typen"
1522
1523 #~ msgid "type of bit-field `%s' is a GCC extension"
1524 #~ msgstr "der Typ des Bitfeldes »%s« ist eine Erweiterung des GCC"
1525
1526 #~ msgid "width of `%s' exceeds its type"
1527 #~ msgstr "Breite von »%s« überschreitet dessen Typen"
1528
1529 #~ msgid "`%s' is narrower than values of its type"
1530 #~ msgstr "»%s« ist schmaler als die Werte seines Typs"
1531
1532 #~ msgid "`long long long' is too long for GCC"
1533 #~ msgstr "»long long long« ist für GCC zu lang"
1534
1535 #~ msgid "ISO C90 does not support `long long'"
1536 #~ msgstr "ISO-C90 unterstützt nicht »long long«"
1537
1538 #~ msgid "duplicate `%s'"
1539 #~ msgstr "doppeltes »%s«"
1540
1541 #~ msgid "`__thread' before `extern'"
1542 #~ msgstr "»__thread« vor »extern«"
1543
1544 #~ msgid "`__thread' before `static'"
1545 #~ msgstr "»__thread« vor »static«"
1546
1547 #~ msgid "two or more data types in declaration of `%s'"
1548 #~ msgstr "zwei oder mehr Datentypen in Deklaration von »%s«"
1549
1550 #~ msgid "`%s' fails to be a typedef or built in type"
1551 #~ msgstr "»%s« ist kein typedef oder eingebauter Typ"
1552
1553 #~ msgid "type defaults to `int' in declaration of `%s'"
1554 #~ msgstr "»int« ist Standardtyp in Deklaration von »%s«"
1555
1556 #~ msgid "both long and short specified for `%s'"
1557 #~ msgstr "sowohl »long« als auch »short« für »%s« angegeben"
1558
1559 #~ msgid "long or short specified with char for `%s'"
1560 #~ msgstr "»long« oder »short« mit »char« für »%s« angegeben"
1561
1562 #~ msgid "long or short specified with floating type for `%s'"
1563 #~ msgstr "»long« oder »short« mit Gleitkommatyp für »%s« angegeben"
1564
1565 #~ msgid "the only valid combination is `long double'"
1566 #~ msgstr "die einzig gültige Kombination ist »long double«"
1567
1568 #~ msgid "both signed and unsigned specified for `%s'"
1569 #~ msgstr "sowohl »signed« als auch »unsigned« für »%s« angegeben"
1570
1571 #~ msgid "long, short, signed or unsigned invalid for `%s'"
1572 #~ msgstr "long, short, signed oder unsigned ist ungültig für »%s«"
1573
1574 #~ msgid "long, short, signed or unsigned used invalidly for `%s'"
1575 #~ msgstr "long, short, signed oder unsigned ungültig verwendet für »%s«"
1576
1577 #~ msgid "complex invalid for `%s'"
1578 #~ msgstr "complex ungültig für »%s«"
1579
1580 #~ msgid "ISO C90 does not support complex types"
1581 #~ msgstr "ISO-C90 unterstützt nicht komplexe Typen"
1582
1583 #~ msgid "ISO C does not support plain `complex' meaning `double complex'"
1584 #~ msgstr "ISO-C unterstützt nicht »double complex« bedeutendes »complex«"
1585
1586 #~ msgid "ISO C does not support complex integer types"
1587 #~ msgstr "ISO-C unterstützt keine komplexen Ganzzahltypen"
1588
1589 #~ msgid "duplicate `const'"
1590 #~ msgstr "doppeltes »const«"
1591
1592 #~ msgid "duplicate `restrict'"
1593 #~ msgstr "doppeltes »restrict«"
1594
1595 #~ msgid "duplicate `volatile'"
1596 #~ msgstr "doppeltes »volatile«"
1597
1598 #~ msgid "multiple storage classes in declaration of `%s'"
1599 #~ msgstr "mehrere Speicherklassen in Deklaration von »%s«"
1600
1601 #~ msgid "function definition declared `auto'"
1602 #~ msgstr "Funktionsdefinition deklarierte »auto«"
1603
1604 #~ msgid "function definition declared `register'"
1605 #~ msgstr "Funktionsdefinition deklarierte »register«"
1606
1607 #~ msgid "function definition declared `typedef'"
1608 #~ msgstr "Funktionsdefinition deklarierte »typedef«"
1609
1610 #~ msgid "function definition declared `__thread'"
1611 #~ msgstr "Funktionsdefinition deklarierte »__thread«"
1612
1613 #~ msgid "storage class specified for structure field `%s'"
1614 #~ msgstr "Speicherklasse für Strukturfeld »%s« angegeben"
1615
1616 #~ msgid "storage class specified for parameter `%s'"
1617 #~ msgstr "Speicherklasse für Parameter »%s« angegeben"
1618
1619 #~ msgid "storage class specified for typename"
1620 #~ msgstr "Speicherklasse für Typnamen angegeben"
1621
1622 #~ msgid "`%s' initialized and declared `extern'"
1623 #~ msgstr "»%s« initialisiert und als »extern« deklariert"
1624
1625 #~ msgid "`%s' has both `extern' and initializer"
1626 #~ msgstr "»%s« hat sowohl »extern« als auch Initialisierung"
1627
1628 #~ msgid "file-scope declaration of `%s' specifies `auto'"
1629 #~ msgstr "Deklaration von »%s« in Datei-Sichtbarkeitsbereich spezifiziert »auto«"
1630
1631 #~ msgid "nested function `%s' declared `extern'"
1632 #~ msgstr "geschachtelte Funktion »%s« als »extern« deklariert"
1633
1634 #~ msgid "function-scope `%s' implicitly auto and declared `__thread'"
1635 #~ msgstr "Funktions-Gültigkeitsbereich »%s« ist implizit auto und deklarierte »__thread«"
1636
1637 #~ msgid "static or type qualifiers in non-parameter array declarator"
1638 #~ msgstr "»static« oder Typkennzeichner in Nicht-Parameter-Felddeklarator"
1639
1640 #~ msgid "declaration of `%s' as array of voids"
1641 #~ msgstr "Deklaration von »%s« als Feld von voids"
1642
1643 #~ msgid "declaration of `%s' as array of functions"
1644 #~ msgstr "Deklaration von »%s« als Feld von Funtionen"
1645
1646 #~ msgid "invalid use of structure with flexible array member"
1647 #~ msgstr "ungültige Verwendung einer Struktur mit flexiblem Feldelement"
1648
1649 #~ msgid "size of array `%s' has non-integer type"
1650 #~ msgstr "Feldgröße von »%s« hat Nicht-Ganzzahltyp"
1651
1652 #~ msgid "ISO C forbids zero-size array `%s'"
1653 #~ msgstr "ISO-C verbietet Feld »%s« der Größe null"
1654
1655 #~ msgid "size of array `%s' is negative"
1656 #~ msgstr "Feldgröße von »%s« ist negativ"
1657
1658 #~ msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1659 #~ msgstr "ISO-C90 verbietet Feld »%s«, dessen Größe nicht ausgewertet werden kann"
1660
1661 #~ msgid "ISO C90 forbids variable-size array `%s'"
1662 #~ msgstr "ISO-C90 verbietet Feld »%s« variabler Größe"
1663
1664 #~ msgid "size of array `%s' is too large"
1665 #~ msgstr "Feldgröße von »%s« ist zu groß"
1666
1667 #~ msgid "ISO C90 does not support flexible array members"
1668 #~ msgstr "ISO-C90 unterstützt keine flexiblen Felder als Elemente"
1669
1670 #~ msgid "array type has incomplete element type"
1671 #~ msgstr "Feldtyp hat unvollständigen Elementtypen"
1672
1673 #~ msgid "`%s' declared as function returning a function"
1674 #~ msgstr "»%s« als Funktion, die eine Funktion zurückgibt, deklariert"
1675
1676 #~ msgid "`%s' declared as function returning an array"
1677 #~ msgstr "»%s« als Funktion, die ein Feld zurückgibt, deklariert"
1678
1679 #~ msgid "ISO C forbids qualified void function return type"
1680 #~ msgstr "ISO-C verbietet qualifiziertes void als Funktions-Rückgabetypen"
1681
1682 #~ msgid "type qualifiers ignored on function return type"
1683 #~ msgstr "Typkennzeichner ignoriert an Funktions-Rückgabewert"
1684
1685 #~ msgid "ISO C forbids qualified function types"
1686 #~ msgstr "ISO-C verbietet qualifizierte Funktionstypen"
1687
1688 #~ msgid "invalid type modifier within pointer declarator"
1689 #~ msgstr "ungültiger Typmodifizierer innerhalb Zeigerdeklarator"
1690
1691 #~ msgid "ISO C forbids const or volatile function types"
1692 #~ msgstr "ISO-C verbietet const- oder volatile-Funktionstypen"
1693
1694 #~ msgid "variable or field `%s' declared void"
1695 #~ msgstr "Variable oder Feld »%s« als »void« deklariert"
1696
1697 #~ msgid "attributes in parameter array declarator ignored"
1698 #~ msgstr "Attribute in Parameterfelddeklarator ignoriert"
1699
1700 #~ msgid "invalid type modifier within array declarator"
1701 #~ msgstr "ungültiger Typmodifizierer in Felddeklarator"
1702
1703 #~ msgid "field `%s' declared as a function"
1704 #~ msgstr "Feld »%s« als Funktion deklariert"
1705
1706 #~ msgid "field `%s' has incomplete type"
1707 #~ msgstr "Feld »%s« hat unvollständigen Typen"
1708
1709 #~ msgid "invalid storage class for function `%s'"
1710 #~ msgstr "ungültige Speicherklasse für Funktion »%s«"
1711
1712 #~ msgid "`noreturn' function returns non-void value"
1713 #~ msgstr "»noreturn«-Funktion gibt nicht-void-Wert zurück"
1714
1715 #~ msgid "cannot inline function `main'"
1716 #~ msgstr "»main« ist nicht als »inline« möglich"
1717
1718 #~ msgid "variable previously declared `static' redeclared `extern'"
1719 #~ msgstr "als »extern« redeklarierte Variable war bereits als »static« deklariert"
1720
1721 #~ msgid "%Jvariable '%D' declared `inline'"
1722 #~ msgstr "%JVariable »%D« als »inline« deklariert"
1723
1724 #~ msgid "thread-local storage not supported for this target"
1725 #~ msgstr "Thread-lokaler Speicher wird für dieses Ziel nicht unterstützt"
1726
1727 #~ msgid "function declaration isn't a prototype"
1728 #~ msgstr "Funktionsdeklaration ist kein Prototyp"
1729
1730 #~ msgid "parameter names (without types) in function declaration"
1731 #~ msgstr "Parameternamen (ohne Typen) in Funktionsdeklaration"
1732
1733 #~ msgid "parameter `%s' has incomplete type"
1734 #~ msgstr "Parameter »%s« hat unvollständigen Typen"
1735
1736 #~ msgid "parameter has incomplete type"
1737 #~ msgstr "Parameter hat unvollständigen Typen"
1738
1739 #~ msgid "\"void\" as only parameter may not be qualified"
1740 #~ msgstr "\"void\" kann als einziger Parameter nicht qualifiziert werden"
1741
1742 #~ msgid "\"void\" must be the only parameter"
1743 #~ msgstr "\"void\" muss der einzige Parameter sein"
1744
1745 #~ msgid "%Jparameter \"%D\" has just a forward declaration"
1746 #~ msgstr "%JParameter »%D« hat nur eine Vorwärtsdeklaration"
1747
1748 #~ msgid "\"%s %s\" declared inside parameter list"
1749 #~ msgstr "\"%s %s\" innerhalb Parameterliste deklariert"
1750
1751 #~ msgid "anonymous %s declared inside parameter list"
1752 #~ msgstr "anonymes %s innerhalb Parameterliste deklariert"
1753
1754 #~ msgid "its scope is only this definition or declaration, which is probably not what you want"
1755 #~ msgstr "sein Gültigkeitsbereich umfasst nur diese Definition bzw. Deklaration, was Sie wahrscheinlich nicht wollten"
1756
1757 #~ msgid "redefinition of `union %s'"
1758 #~ msgstr "Redefinition von »union %s«"
1759
1760 #~ msgid "redefinition of `struct %s'"
1761 #~ msgstr "Redefinition von »struct %s«"
1762
1763 #~ msgid "declaration does not declare anything"
1764 #~ msgstr "Deklaration deklariert nichts"
1765
1766 #~ msgid "%Jduplicate member '%D'"
1767 #~ msgstr "%Jdoppeltes Element »%D«"
1768
1769 #~ msgid "%s defined inside parms"
1770 #~ msgstr "%s innerhalb Parameter definiert"
1771
1772 #~ msgid "union"
1773 #~ msgstr "Union"
1774
1775 #~ msgid "structure"
1776 #~ msgstr "Struktur"
1777
1778 #~ msgid "%s has no %s"
1779 #~ msgstr "%s hat kein %s"
1780
1781 #~ msgid "struct"
1782 #~ msgstr "struct"
1783
1784 #~ msgid "named members"
1785 #~ msgstr "benannte Elemente"
1786
1787 #~ msgid "members"
1788 #~ msgstr "Elemente"
1789
1790 #~ msgid "nested redefinition of `%s'"
1791 #~ msgstr "Verschachtelte Redefinition von »%s«"
1792
1793 #~ msgid "%Jflexible array member in union"
1794 #~ msgstr "%Jflexibles Feldelement in Union"
1795
1796 #~ msgid "%Jflexible array member not at end of struct"
1797 #~ msgstr "%Jflexibles Feld-Element nicht am Ende von struct"
1798
1799 #~ msgid "%Jflexible array member in otherwise empty struct"
1800 #~ msgstr "%Jlexibler Feld-Element in ansonsten leerem struct"
1801
1802 #~ msgid "%Jinvalid use of structure with flexible array member"
1803 #~ msgstr "%Jungültige Verwendung einer Struktur mit flexiblem Feld-Element"
1804
1805 #~ msgid "union cannot be made transparent"
1806 #~ msgstr "union kann nicht transparent gemacht werden"
1807
1808 #~ msgid "redeclaration of `enum %s'"
1809 #~ msgstr "Redeklaration von »enum %s«"
1810
1811 #~ msgid "enum defined inside parms"
1812 #~ msgstr "enum innerhalb von Parametern definiert"
1813
1814 #~ msgid "enumeration values exceed range of largest integer"
1815 #~ msgstr "Aufzählungswerte überschreiten Wertebereich des größten Ganzzahltypen"
1816
1817 #~ msgid "enumerator value for `%s' not integer constant"
1818 #~ msgstr "Aufzählungswert für »%s« ist keine Ganzzahlkonstante"
1819
1820 #~ msgid "overflow in enumeration values"
1821 #~ msgstr "Überlauf in Aufzählungswerten"
1822
1823 #~ msgid "ISO C restricts enumerator values to range of `int'"
1824 #~ msgstr "ISO-C beschränkt Aufzählungswerte auf Bereich von »int«"
1825
1826 #~ msgid "return type is an incomplete type"
1827 #~ msgstr "Rückgabetyp ist unvollständig"
1828
1829 #~ msgid "return type defaults to `int'"
1830 #~ msgstr "Rückgabetyp ist auf »int« voreingestellt"
1831
1832 #~ msgid "%Jno previous prototype for '%D'"
1833 #~ msgstr "%Jkein vorheriger Prototyp für »%D«"
1834
1835 #~ msgid "%J'%D' was used with no prototype before its definition"
1836 #~ msgstr "%J»%D« wurde vor seiner Definition ohne Prototyp verwendet"
1837
1838 #~ msgid "%Jno previous declaration for '%D'"
1839 #~ msgstr "%Jkeine vorherige Deklaration für »%D«"
1840
1841 #~ msgid "%J`%D' was used with no declaration before its definition"
1842 #~ msgstr "%J»%D« wurde vor seiner Definition ohne Deklaration verwendet"
1843
1844 #~ msgid "%Jreturn type of '%D' is not `int'"
1845 #~ msgstr "%JRückgabetyp von »%D« ist nicht »int«"
1846
1847 #~ msgid "%Jfirst argument of '%D' should be `int'"
1848 #~ msgstr "%Jerstes Argument von »%D« sollte »int« sein"
1849
1850 #~ msgid "%Jsecond argument of '%D' should be 'char **'"
1851 #~ msgstr "%Jzweites Argument von »%D« sollte »char **« sein"
1852
1853 #~ msgid "%Jthird argument of '%D' should probably be 'char **'"
1854 #~ msgstr "%Jdrittes Argument von »%D« sollte wahrscheinlich »char **« sein"
1855
1856 #~ msgid "%J'%D' takes only zero or two arguments"
1857 #~ msgstr "%J»%D« benötigt entweder null oder zwei Argumente"
1858
1859 #~ msgid "%J'%D' is normally a non-static function"
1860 #~ msgstr "%J»%D« ist normalerweise eine Nicht-static-Funktion"
1861
1862 #~ msgid "%Jold-style parameter declarations in prototyped function definition"
1863 #~ msgstr "%JParameterdeklarationen alten Stils in Prototyp-Funktionsdeklaration"
1864
1865 #~ msgid "%Jparameter name omitted"
1866 #~ msgstr "%JParametername ausgelassen"
1867
1868 #~ msgid "%Jparameter name missing from parameter list"
1869 #~ msgstr "%JParametername fehlt in Parameterliste"
1870
1871 #~ msgid "%J\"%D\" declared as a non-parameter"
1872 #~ msgstr "%J\"%D\" als Nicht-Parameter deklariert"
1873
1874 #~ msgid "%Jmultiple parameters named \"%D\""
1875 #~ msgstr "%Jmehrere Parameter wurden »%D« genannt"
1876
1877 #~ msgid "%Jparameter \"%D\" declared void"
1878 #~ msgstr "%JParameter »%D« als void deklariert"
1879
1880 #~ msgid "%Jtype of \"%D\" defaults to \"int\""
1881 #~ msgstr "%JTyp von »%D« ist auf »int« voreingestellt"
1882
1883 #~ msgid "%Jparameter \"%D\" has incomplete type"
1884 #~ msgstr "%JParameter \"%D\" hat unvollständigen Typen"
1885
1886 #~ msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1887 #~ msgstr "%Jnicht vorhandener Parameter »%D« deklariert"
1888
1889 #~ msgid "number of arguments doesn't match prototype"
1890 #~ msgstr "Anzahl der Argumente passt nicht zum Prototypen"
1891
1892 #~ msgid "%Hprototype declaration"
1893 #~ msgstr "%HPrototyp-Deklaration"
1894
1895 #~ msgid "promoted argument \"%D\" doesn't match prototype"
1896 #~ msgstr "weitergegebenes Argument »%D« passt nicht zum Prototypen"
1897
1898 #~ msgid "argument \"%D\" doesn't match prototype"
1899 #~ msgstr "Argument »%D« passt nicht zum Prototypen"
1900
1901 #~ msgid "no return statement in function returning non-void"
1902 #~ msgstr "keine return-Anweisung in nicht void zurückgebender Funktion"
1903
1904 #~ msgid "this function may return with or without a value"
1905 #~ msgstr "diese Funktion kann mit oder ohne Wert zurückkehren"
1906
1907 #~ msgid "'for' loop initial declaration used outside C99 mode"
1908 #~ msgstr "Anfangsdeklaration in »for«-Schleife außerhalb C99-Modus verwendet"
1909
1910 #~ msgid "'struct %s' declared in 'for' loop initial declaration"
1911 #~ msgstr "»struct %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1912
1913 #~ msgid "'union %s' declared in 'for' loop initial declaration"
1914 #~ msgstr "»union %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1915
1916 #~ msgid "'enum %s' declared in 'for' loop initial declaration"
1917 #~ msgstr "»enum %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1918
1919 #~ msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1920 #~ msgstr "%JDeklaration der Nicht-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1921
1922 #~ msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1923 #~ msgstr "%JDeklaration der »static«-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1924
1925 #~ msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1926 #~ msgstr "%JDeklaration der »extern«-Variablen »%D« in Anfangsdeklaration einer »for«-Schleife"
1927
1928 #~ msgid "%Jredefinition of global '%D'"
1929 #~ msgstr "%JRedefinition des globalen »%D«"
1930
1931 #~ msgid "%J'%D' previously defined here"
1932 #~ msgstr "%J»%D« bereits hier verwendet"
1933
1934 #~ msgid "format string has invalid operand number"
1935 #~ msgstr "Formatzeichenkette hat ungültige Operandenzahl"
1936
1937 #~ msgid "function does not return string type"
1938 #~ msgstr "Funktion gibt keinen Zeichenkettentypen zurück"
1939
1940 #~ msgid "format string arg not a string type"
1941 #~ msgstr "Format-Zeichenkettenargument ist kein Zeichenkettentyp"
1942
1943 #~ msgid "unrecognized format specifier"
1944 #~ msgstr "unerkannte Formatangabe"
1945
1946 #~ msgid "`%s' is an unrecognized format function type"
1947 #~ msgstr "»%s« ist ein nicht erkannter Formatfunktionstyp"
1948
1949 #~ msgid "'...' has invalid operand number"
1950 #~ msgstr "»...« hat ungültige Operandenzahl"
1951
1952 #~ msgid "format string arg follows the args to be formatted"
1953 #~ msgstr "Format-Zeichenkettenargument folgt den zu formatierenden Argumenten"
1954
1955 #~ msgid "` ' flag"
1956 #~ msgstr "» «-Kennzeichen"
1957
1958 #~ msgid "the ` ' printf flag"
1959 #~ msgstr "das » «-printf-Kennzeichen"
1960
1961 #~ msgid "`+' flag"
1962 #~ msgstr "»+«-Kennzeichen"
1963
1964 #~ msgid "the `+' printf flag"
1965 #~ msgstr "das »+«-printf-Kennzeichen"
1966
1967 #~ msgid "`#' flag"
1968 #~ msgstr "»#«-Kennzeichen"
1969
1970 #~ msgid "the `#' printf flag"
1971 #~ msgstr "das »#«-printf-Kennzeichen"
1972
1973 #~ msgid "`0' flag"
1974 #~ msgstr "»0«-Kennzeichen"
1975
1976 #~ msgid "the `0' printf flag"
1977 #~ msgstr "das »0«-printf-Kennzeichen"
1978
1979 #~ msgid "`-' flag"
1980 #~ msgstr "»-«-Kennzeichen"
1981
1982 #~ msgid "the `-' printf flag"
1983 #~ msgstr "das »-«-printf-Kennzeichen"
1984
1985 #~ msgid "`'' flag"
1986 #~ msgstr "»'«-Kennzeichen"
1987
1988 #~ msgid "the `'' printf flag"
1989 #~ msgstr "das »'«-printf-Kennzeichen"
1990
1991 #~ msgid "`I' flag"
1992 #~ msgstr "»I«-Kennzeichen"
1993
1994 #~ msgid "the `I' printf flag"
1995 #~ msgstr "das »I«-printf-Kennzeichen"
1996
1997 #~ msgid "field width"
1998 #~ msgstr "Feldbreite"
1999
2000 #~ msgid "field width in printf format"
2001 #~ msgstr "Feldbreite im printf-Format"
2002
2003 #~ msgid "precision"
2004 #~ msgstr "Genauigkeit"
2005
2006 #~ msgid "precision in printf format"
2007 #~ msgstr "Genauigkeit im printf-Format"
2008
2009 #~ msgid "length modifier"
2010 #~ msgstr "Längenmodifizierer"
2011
2012 #~ msgid "length modifier in printf format"
2013 #~ msgstr "Längenmodifizierer im printf-Format"
2014
2015 #~ msgid "assignment suppression"
2016 #~ msgstr "Zuweisungsunterdrückung"
2017
2018 #~ msgid "the assignment suppression scanf feature"
2019 #~ msgstr "das scanf-Merkmal der Zuweisungsunterdrückung"
2020
2021 #~ msgid "`a' flag"
2022 #~ msgstr "»a«-Kennzeichen"
2023
2024 #~ msgid "the `a' scanf flag"
2025 #~ msgstr "das »a«-scanf-Kennzeichen"
2026
2027 #~ msgid "field width in scanf format"
2028 #~ msgstr "Feldbreite im scanf-Format"
2029
2030 #~ msgid "length modifier in scanf format"
2031 #~ msgstr "Längenmodifizierer im scanf-Format"
2032
2033 #~ msgid "the `'' scanf flag"
2034 #~ msgstr "das »'«-scanf-Kennzeichen"
2035
2036 #~ msgid "the `I' scanf flag"
2037 #~ msgstr "das »I«-scanf-Kennzeichen"
2038
2039 #~ msgid "`_' flag"
2040 #~ msgstr "»_«-Kennzeichen"
2041
2042 #~ msgid "the `_' strftime flag"
2043 #~ msgstr "das »_«-strftime-Kennzeichen"
2044
2045 #~ msgid "the `-' strftime flag"
2046 #~ msgstr "das »-«-strftime-Kennzeichen"
2047
2048 #~ msgid "the `0' strftime flag"
2049 #~ msgstr "das »0«-strftime-Kennzeichen"
2050
2051 #~ msgid "`^' flag"
2052 #~ msgstr "»^«-Kennzeichen"
2053
2054 #~ msgid "the `^' strftime flag"
2055 #~ msgstr "das »^«-strftime-Kennzeichen"
2056
2057 #~ msgid "the `#' strftime flag"
2058 #~ msgstr "das »#«-strftime-Kennzeichen"
2059
2060 #~ msgid "field width in strftime format"
2061 #~ msgstr "Feldbreite im strftime-Format"
2062
2063 #~ msgid "`E' modifier"
2064 #~ msgstr "»E«-Modifizierer"
2065
2066 #~ msgid "the `E' strftime modifier"
2067 #~ msgstr "der »E«-strftime-Modifizierer"
2068
2069 #~ msgid "`O' modifier"
2070 #~ msgstr "»O«-Modifizierer"
2071
2072 #~ msgid "the `O' strftime modifier"
2073 #~ msgstr "der »O«-strftime-Modifizierer"
2074
2075 #~ msgid "the `O' modifier"
2076 #~ msgstr "der »O«-Modifizierer"
2077
2078 #~ msgid "fill character"
2079 #~ msgstr "Füllzeichen"
2080
2081 #~ msgid "fill character in strfmon format"
2082 #~ msgstr "Füllzeichen im strfmon-Format"
2083
2084 #~ msgid "the `^' strfmon flag"
2085 #~ msgstr "das »^«-strfmon-Kennzeichen"
2086
2087 #~ msgid "the `+' strfmon flag"
2088 #~ msgstr "das »+«-strfmon-Kennzeichen"
2089
2090 #~ msgid "`(' flag"
2091 #~ msgstr "»(«-Kennzeichen"
2092
2093 #~ msgid "the `(' strfmon flag"
2094 #~ msgstr "das »(«-strfmon-Kennzeichen"
2095
2096 #~ msgid "`!' flag"
2097 #~ msgstr "»!«-Kennzeichen"
2098
2099 #~ msgid "the `!' strfmon flag"
2100 #~ msgstr "das »!«-strfmon-Kennzeichen"
2101
2102 #~ msgid "the `-' strfmon flag"
2103 #~ msgstr "das »-«-strfmon-Kennzeichen"
2104
2105 #~ msgid "field width in strfmon format"
2106 #~ msgstr "Feldbreite im strfmon-Format"
2107
2108 #~ msgid "left precision"
2109 #~ msgstr "linke Präzision"
2110
2111 #~ msgid "left precision in strfmon format"
2112 #~ msgstr "linke Präzision im strfmon-Format"
2113
2114 #~ msgid "right precision"
2115 #~ msgstr "rechte Präzision"
2116
2117 #~ msgid "right precision in strfmon format"
2118 #~ msgstr "rechte Präzision im strfmon-Format"
2119
2120 #~ msgid "length modifier in strfmon format"
2121 #~ msgstr "Längenmodifizierer im strfmon-Format"
2122
2123 #~ msgid "function might be possible candidate for `%s' format attribute"
2124 #~ msgstr "Funktion könnte möglicher Kandidat für Formatattribut »%s« sein"
2125
2126 #~ msgid "missing $ operand number in format"
2127 #~ msgstr "fehlende $-Operandennummer im Format"
2128
2129 #~ msgid "%s does not support %%n$ operand number formats"
2130 #~ msgstr "%s unterstützt nicht %%n$-Operandennummerformate"
2131
2132 #~ msgid "operand number out of range in format"
2133 #~ msgstr "Operandennummer außerhalb des Wertebereiches im Format"
2134
2135 #~ msgid "format argument %d used more than once in %s format"
2136 #~ msgstr "Formatargument %d mehr als einmal im %s-Format verwendet"
2137
2138 #~ msgid "format argument %d unused before used argument %d in $-style format"
2139 #~ msgstr "Formatargument %d nicht verwendet vor benutztem Argument %d im $-Stil-Format"
2140
2141 #~ msgid "format not a string literal, format string not checked"
2142 #~ msgstr "Format ist kein Zeichenkettenliteral, Formatzeichenkette ungeprüft"
2143
2144 #~ msgid "format not a string literal and no format arguments"
2145 #~ msgstr "Format ist kein Zeichenkettenliteral, und keine Formatargumente"
2146
2147 #~ msgid "format not a string literal, argument types not checked"
2148 #~ msgstr "Format ist kein Zeichenkettenliteral, Argumenttypen ungeprüft"
2149
2150 #~ msgid "too many arguments for format"
2151 #~ msgstr "zu viele Argumente für Format"
2152
2153 #~ msgid "unused arguments in $-style format"
2154 #~ msgstr "unbenutzte Argumente in $-Stil-Format"
2155
2156 #~ msgid "zero-length %s format string"
2157 #~ msgstr "Format-Zeichenkette %s der Länge null"
2158
2159 #~ msgid "format is a wide character string"
2160 #~ msgstr "Format ist »wide character«-Zeichenkette"
2161
2162 #~ msgid "unterminated format string"
2163 #~ msgstr "unbeendete Formatzeichenkette"
2164
2165 #~ msgid "embedded `\\0' in format"
2166 #~ msgstr "eingebettetes »\\0« im Format"
2167
2168 #~ msgid "spurious trailing `%%' in format"
2169 #~ msgstr "störendes letztes »%%« im Format"
2170
2171 #~ msgid "repeated %s in format"
2172 #~ msgstr "wiederholtes %s im Format"
2173
2174 #~ msgid "missing fill character at end of strfmon format"
2175 #~ msgstr "fehlendes Füllzeichen am Ende des strfmon-Formates"
2176
2177 #~ msgid "too few arguments for format"
2178 #~ msgstr "zu wenig Argumente für Format"
2179
2180 #~ msgid "zero width in %s format"
2181 #~ msgstr "Breite null im Format %s"
2182
2183 #~ msgid "empty left precision in %s format"
2184 #~ msgstr "leere linke Präzision im Format %s"
2185
2186 #~ msgid "field precision"
2187 #~ msgstr "Feldpräzision"
2188
2189 #~ msgid "empty precision in %s format"
2190 #~ msgstr "fehlende Präzision im Format %s"
2191
2192 #~ msgid "%s does not support the `%s' %s length modifier"
2193 #~ msgstr "%s unterstützt nicht den Längenmodifizierer »%s« %s"
2194
2195 #~ msgid "conversion lacks type at end of format"
2196 #~ msgstr "Konvertierung fehlt der Typ am Ende des Formates"
2197
2198 #~ msgid "unknown conversion type character `%c' in format"
2199 #~ msgstr "unbekanntes Konvertierungstyp-Zeichen »%c« im Format"
2200
2201 #~ msgid "unknown conversion type character 0x%x in format"
2202 #~ msgstr "unbekanntes Konvertierungstyp-Zeichen 0x%x im Format"
2203
2204 #~ msgid "%s does not support the `%%%c' %s format"
2205 #~ msgstr "%s unterstützt nicht das Format »%%%c« %s"
2206
2207 #~ msgid "%s used with `%%%c' %s format"
2208 #~ msgstr "%s verwendet mit Format »%%%c« %s"
2209
2210 #~ msgid "%s does not support %s"
2211 #~ msgstr "%s unterstützt nicht %s"
2212
2213 #~ msgid "%s does not support %s with the `%%%c' %s format"
2214 #~ msgstr "%s unterstützt nicht %s mit dem Format »%%%c« %s"
2215
2216 #~ msgid "%s ignored with %s and `%%%c' %s format"
2217 #~ msgstr "%s ignoriert mit %s und Format »%%%c« %s"
2218
2219 #~ msgid "%s ignored with %s in %s format"
2220 #~ msgstr "%s ignoriert mit %s im Format %s"
2221
2222 #~ msgid "use of %s and %s together with `%%%c' %s format"
2223 #~ msgstr "Verwendung von %s und %s zusammen mit Format »%%%c« %s"
2224
2225 #~ msgid "use of %s and %s together in %s format"
2226 #~ msgstr "Verwendung von %s und %s zusammen im Format %s"
2227
2228 #~ msgid "`%%%c' yields only last 2 digits of year in some locales"
2229 #~ msgstr "»%%%c« liefert in manchen Locales nur die letzten 2 Ziffern des Jahres"
2230
2231 #~ msgid "`%%%c' yields only last 2 digits of year"
2232 #~ msgstr "»%%%c« liefert nur die letzten 2 Ziffern des Jahres"
2233
2234 #~ msgid "no closing `]' for `%%[' format"
2235 #~ msgstr "kein schließendes »]« für »%%[«-Format"
2236
2237 #~ msgid "use of `%s' length modifier with `%c' type character"
2238 #~ msgstr "Verwendung des »%s«-Längenmodifizierers mit »%c«-Typ-Zeichen"
2239
2240 #~ msgid "%s does not support the `%%%s%c' %s format"
2241 #~ msgstr "%s unterstützt nicht das Format »%%%s%c« %s"
2242
2243 #~ msgid "operand number specified with suppressed assignment"
2244 #~ msgstr "Operandennummer mit unterdrückter Zuweisung angegeben"
2245
2246 #~ msgid "operand number specified for format taking no argument"
2247 #~ msgstr "Operandennummer für Format ohne Argumente angegeben"
2248
2249 #~ msgid "writing through null pointer (arg %d)"
2250 #~ msgstr "Schreiben mit Null-Zeiger (Argument %d)"
2251
2252 #~ msgid "reading through null pointer (arg %d)"
2253 #~ msgstr "Lesen mit Null-Zeiger (Argument %d)"
2254
2255 #~ msgid "writing into constant object (arg %d)"
2256 #~ msgstr "Schreiben in konstantes Objekt (Argument %d)"
2257
2258 #~ msgid "extra type qualifiers in format argument (arg %d)"
2259 #~ msgstr "zusätzliche Typqualifizierer in Format-Argument (Argument %d)"
2260
2261 #~ msgid "format argument is not a pointer (arg %d)"
2262 #~ msgstr "Format-Argument ist kein Zeiger (Argument %d)"
2263
2264 #~ msgid "format argument is not a pointer to a pointer (arg %d)"
2265 #~ msgstr "Format-Argument ist kein Zeiger auf einen Zeiger (Argument %d)"
2266
2267 #~ msgid "pointer"
2268 #~ msgstr "Zeiger"
2269
2270 #~ msgid "different type"
2271 #~ msgstr "anderer Typ"
2272
2273 #~ msgid "%s is not type %s (arg %d)"
2274 #~ msgstr "%s ist nicht vom Typ %s (Argument %d)"
2275
2276 #~ msgid "%s format, %s arg (arg %d)"
2277 #~ msgstr "%s Format, %s Argument (Argument %d)"
2278
2279 #~ msgid "args to be formatted is not '...'"
2280 #~ msgstr "zu formatierendes Argument ist nicht »...«"
2281
2282 #~ msgid "strftime formats cannot format arguments"
2283 #~ msgstr "strftime-Formate können keine Argumente formatieren"
2284
2285 #~ msgid "ignoring duplicate directory \"%s\"\n"
2286 #~ msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
2287
2288 #~ msgid "  as it is a non-system directory that duplicates a system directory\n"
2289 #~ msgstr "  da es ein Nicht-Systemverzeichnis ist, das ein Systemverzeichnis dupliziert\n"
2290
2291 #~ msgid "ignoring nonexistent directory \"%s\"\n"
2292 #~ msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
2293
2294 #~ msgid "#include \"...\" search starts here:\n"
2295 #~ msgstr "#include \"...\" - Suche beginnt hier:\n"
2296
2297 #~ msgid "#include <...> search starts here:\n"
2298 #~ msgstr "#include <...> - Suche beginnt hier:\n"
2299
2300 #~ msgid "End of search list.\n"
2301 #~ msgstr "Ende der Suchliste.\n"
2302
2303 #~ msgid "badly nested C headers from preprocessor"
2304 #~ msgstr "schlecht geschachtelte C-Header vom Präprozessor"
2305
2306 #~ msgid "ignoring #pragma %s %s"
2307 #~ msgstr "ignoriere #pragma %s %s"
2308
2309 #~ msgid "%Hstray '@' in program"
2310 #~ msgstr "%Hverirrtes »@« im Programm"
2311
2312 #~ msgid "stray '%c' in program"
2313 #~ msgstr "verirrtes »%c« im Programm"
2314
2315 #~ msgid "stray '\\%o' in program"
2316 #~ msgstr "verirrtes »\\%o« im Programm"
2317
2318 #~ msgid "this decimal constant is unsigned only in ISO C90"
2319 #~ msgstr "diese Dezimalkonstante ist nur in ISO-C90 vorzeichenlos"
2320
2321 #~ msgid "this decimal constant would be unsigned in ISO C90"
2322 #~ msgstr "diese Dezimalkonstante wäre in ISO-C90 vorzeichenlos"
2323
2324 #~ msgid "integer constant is too large for \"%s\" type"
2325 #~ msgstr "Ganzzahlkonstante ist zu groß für »%s«-Typ"
2326
2327 #~ msgid "floating constant exceeds range of \"%s\""
2328 #~ msgstr "Gleitkommakonstante überschreitet Wertebereich von »%s«"
2329
2330 #~ msgid "traditional C rejects string constant concatenation"
2331 #~ msgstr "traditionelles C weist Stringkonstantenverkettung zurück"
2332
2333 #~ msgid "%Jfunction '%F' can never be inlined because it is supressed using -fno-inline"
2334 #~ msgstr "%JFunktion »%F« kann nie inline sein, da dies mit -fno-inline unterdrückt wird"
2335
2336 #~ msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"
2337 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie nicht in diese Übersetzungseinheit gebunden wird"
2338
2339 #~ msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"
2340 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie mit inline in Konflikt stehende Attribute hat"
2341
2342 #~ msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2343 #~ msgstr "%JFunktion »%F« kann nie inline sein, da sie noch offene Größen hat"
2344
2345 #~ msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"
2346 #~ msgstr "%Jdie geschachtelte Funktion »%F« kann nie inline sein, da sie möglicherweise gespeicherte, noch offene Größen hat"
2347
2348 #~ msgid "no class name specified with \"%s\""
2349 #~ msgstr "kein Klassenname mit \"%s\" angegeben"
2350
2351 #~ msgid "assertion missing after \"%s\""
2352 #~ msgstr "Behauptung fehlt hinter \"%s\""
2353
2354 #~ msgid "macro name missing after \"%s\""
2355 #~ msgstr "Makroname fehlt hinter \"%s\""
2356
2357 #~ msgid "missing path after \"%s\""
2358 #~ msgstr "fehlender Pfad hinter \"%s\""
2359
2360 #~ msgid "missing filename after \"%s\""
2361 #~ msgstr "fehlender Dateiname hinter \"%s\""
2362
2363 #~ msgid "missing makefile target after \"%s\""
2364 #~ msgstr "fehlendes Makefile-Ziel hinter \"%s\""
2365
2366 #~ msgid "-I- specified twice"
2367 #~ msgstr "-I- doppelt angegeben"
2368
2369 #~ msgid "switch \"%s\" is no longer supported"
2370 #~ msgstr "Option »%s« wird nicht mehr unterstützt"
2371
2372 #~ msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2373 #~ msgstr "-fhandle-exceptions wurde in -fexceptions umbenannt (und ist nun voreingestellt)"
2374
2375 #~ msgid "output filename specified twice"
2376 #~ msgstr "Ausgabedatei doppelt angegeben"
2377
2378 #~ msgid "-Wformat-y2k ignored without -Wformat"
2379 #~ msgstr "-Wformat-y2k wird ohne -Wformat ignoriert"
2380
2381 #~ msgid "-Wformat-extra-args ignored without -Wformat"
2382 #~ msgstr "-Wformat-extra-args wird ohne -Wformat ignoriert"
2383
2384 #~ msgid "-Wformat-zero-length ignored without -Wformat"
2385 #~ msgstr "-Wformat-zero-length wird ohne -Wformat ignoriert"
2386
2387 #~ msgid "-Wformat-nonliteral ignored without -Wformat"
2388 #~ msgstr "-Wformat-nonliteral wird ohne -Wformat ignoriert"
2389
2390 #~ msgid "-Wformat-security ignored without -Wformat"
2391 #~ msgstr "-Wformat-security wird ohne -Wformat ignoriert"
2392
2393 #~ msgid "-Wmissing-format-attribute ignored without -Wformat"
2394 #~ msgstr "-Wmissing-format-attribute wird ohne -Wformat ignoriert"
2395
2396 #~ msgid "opening output file %s: %m"
2397 #~ msgstr "Ausgabedatei »%s« wird geöffnet: %m"
2398
2399 #~ msgid "too many filenames given.  Type %s --help for usage"
2400 #~ msgstr "zu viele Dateinamen angegeben. Geben sie »%s --help« für Hilfe ein"
2401
2402 #~ msgid "YYDEBUG not defined"
2403 #~ msgstr "YYDEBUG ist nicht definiert"
2404
2405 #~ msgid "opening dependency file %s: %m"
2406 #~ msgstr "Abhängigkeitsdatei »%s« wird geöffnet: %m"
2407
2408 #~ msgid "closing dependency file %s: %m"
2409 #~ msgstr "Abhängigkeitsdatei »%s« wird geschlossen: %m"
2410
2411 #~ msgid "when writing output to %s: %m"
2412 #~ msgstr "beim Schreiben der Ausgabe nach %s: %m"
2413
2414 #~ msgid "to generate dependencies you must specify either -M or -MM"
2415 #~ msgstr "um Abhängigkeiten zu erzeugen, müssen Sie entweder -M oder -MM angeben"
2416
2417 #~ msgid "<built-in>"
2418 #~ msgstr "<eingebaut>"
2419
2420 #~ msgid "<command line>"
2421 #~ msgstr "<Kommandozeile>"
2422
2423 #~ msgid "too late for # directive to set debug directory"
2424 #~ msgstr "zu spät für »#«-Direktive, um Debug-Verzeichnis festzulegen"
2425
2426 #~ msgid "syntax error"
2427 #~ msgstr "Syntaxfehler"
2428
2429 #~ msgid "syntax error: cannot back up"
2430 #~ msgstr "Syntaxfehler: es kann nicht zurückgesetzt werden"
2431
2432 #~ msgid "ISO C forbids an empty source file"
2433 #~ msgstr "ISO-C erlaubt keine leeren Quelldateien"
2434
2435 #~ msgid "argument of `asm' is not a constant string"
2436 #~ msgstr "Argument von »asm« ist keine konstante Zeichenkette"
2437
2438 #~ msgid "ISO C forbids data definition with no type or storage class"
2439 #~ msgstr "ISO-C verbietet Datendefinition ohne Typ und Speicherklasse"
2440
2441 #~ msgid "data definition has no type or storage class"
2442 #~ msgstr "Datendefinition hat keinen Typ oder Speicherklasse"
2443
2444 #~ msgid "ISO C does not allow extra `;' outside of a function"
2445 #~ msgstr "ISO-C erlaubt kein extra »;« außerhalb einer Funktion"
2446
2447 #~ msgid "`sizeof' applied to a bit-field"
2448 #~ msgstr "»sizeof«-Operator auf ein Bitfeld angewandt"
2449
2450 #~ msgid "ISO C forbids omitting the middle term of a ?: expression"
2451 #~ msgstr "ISO-C verbietet das Weglassen des mittleren Terms eines ?:-Ausdruckes"
2452
2453 #~ msgid "ISO C89 forbids compound literals"
2454 #~ msgstr "ISO-C89 verbietet zusammengesetzte Literale"
2455
2456 #~ msgid "ISO C forbids braced-groups within expressions"
2457 #~ msgstr "ISO-C verbietet geklammerte Gruppen innerhalb von Ausdrücken"
2458
2459 #~ msgid "first argument to __builtin_choose_expr not a constant"
2460 #~ msgstr "das erste Argument für __builtin_choose_expr ist keine Konstante"
2461
2462 #~ msgid "traditional C rejects ISO C style function definitions"
2463 #~ msgstr "traditionelles C weist Funktionsdefinitionen im ISO-C-Stil zurück"
2464
2465 #~ msgid "old-style parameter declaration"
2466 #~ msgstr "Parameterdeklaration alten Stils"
2467
2468 #~ msgid "`%s' is not at beginning of declaration"
2469 #~ msgstr "»%s« ist nicht am Beginn einer Deklaration"
2470
2471 #~ msgid "`typeof' applied to a bit-field"
2472 #~ msgstr "»typeof« auf ein Bitfeld angewandt"
2473
2474 #~ msgid "ISO C forbids empty initializer braces"
2475 #~ msgstr "ISO-C verbietet leere Initialisierungsklammern"
2476
2477 #~ msgid "ISO C89 forbids specifying subobject to initialize"
2478 #~ msgstr "ISO-C89 verbietet die Angabe von zu initialisierenden Unterobjekten"
2479
2480 #~ msgid "obsolete use of designated initializer without `='"
2481 #~ msgstr "veraltete Verwendung einer bestimmten Initialisierung ohne »=«"
2482
2483 #~ msgid "obsolete use of designated initializer with `:'"
2484 #~ msgstr "veraltete Verwendung einer bestimmten Initialisierung mit »:«"
2485
2486 #~ msgid "ISO C forbids specifying range of elements to initialize"
2487 #~ msgstr "ISO-C verbietet die Angabe eines zu initialisierenden Wertebereiches"
2488
2489 #~ msgid "ISO C forbids nested functions"
2490 #~ msgstr "ISO-C verbietet verschachtelte Funktionen"
2491
2492 #~ msgid "ISO C forbids forward references to `enum' types"
2493 #~ msgstr "ISO-C verbietet Vorwärts-Referenzen auf »enum«-Typen"
2494
2495 #~ msgid "comma at end of enumerator list"
2496 #~ msgstr "Komma am Ende der Aufzählungsliste"
2497
2498 #~ msgid "no semicolon at end of struct or union"
2499 #~ msgstr "kein Semikolon am Ende von »struct« oder »union«"
2500
2501 #~ msgid "extra semicolon in struct or union specified"
2502 #~ msgstr "zusätzliches Semikolon in »struct« oder »union« angegeben"
2503
2504 #~ msgid "ISO C doesn't support unnamed structs/unions"
2505 #~ msgstr "ISO-C unterstützt keine namenlosen structs/unions"
2506
2507 #~ msgid "ISO C forbids member declarations with no members"
2508 #~ msgstr "ISO-C verbietet Elementdeklarationen ohne Elemente"
2509
2510 #~ msgid "label at end of compound statement"
2511 #~ msgstr "Marke am Ende einer Verbundanweisung"
2512
2513 #~ msgid "ISO C90 forbids mixed declarations and code"
2514 #~ msgstr "ISO-C90 verbietet gemischte Deklarationen und Code"
2515
2516 #~ msgid "ISO C forbids label declarations"
2517 #~ msgstr "ISO-C verbietet Markendeklarationen"
2518
2519 #~ msgid "braced-group within expression allowed only inside a function"
2520 #~ msgstr "geklammerte Gruppe innerhalb eines Ausdrucks nur in Funktion erlaubt"
2521
2522 #~ msgid "empty body in an else-statement"
2523 #~ msgstr "leerer Körper in einer else-Anweisung"
2524
2525 #~ msgid "%Hempty body in an if-statement"
2526 #~ msgstr "%Hleerer Körper in einer if-Anweisung"
2527
2528 #~ msgid "break statement not within loop or switch"
2529 #~ msgstr "break-Anweisung nicht innerhalb einer Schleife oder »switch«"
2530
2531 #~ msgid "continue statement not within a loop"
2532 #~ msgstr "continue-Anweisung nicht innerhalb einer Schleife"
2533
2534 #~ msgid "ISO C forbids `goto *expr;'"
2535 #~ msgstr "ISO-C verbietet »goto *expr;«"
2536
2537 #~ msgid "ISO C requires a named argument before `...'"
2538 #~ msgstr "ISO-C erfordert ein benanntes Argument vor »...«"
2539
2540 #~ msgid "`...' in old-style identifier list"
2541 #~ msgstr "»...« in einer Bezeichnerliste alten Stils"
2542
2543 #~ msgid "syntax error; also virtual memory exhausted"
2544 #~ msgstr "Syntaxfehler; auch virtueller Speicher verbraucht"
2545
2546 #~ msgid "parser stack overflow"
2547 #~ msgstr "Parser-Keller-Überlauf"
2548
2549 #~ msgid "syntax error at '%s' token"
2550 #~ msgstr "Syntaxfehler beim Token »%s«"
2551
2552 #~ msgid "can't create precompiled header %s: %m"
2553 #~ msgstr "der vorkompilierte Header »%s« kann nicht erzeugt werden: %m"
2554
2555 #~ msgid "can't write to %s: %m"
2556 #~ msgstr "in %s kann nicht geschrieben werden: %m"
2557
2558 #~ msgid "`%s' is not a valid output file"
2559 #~ msgstr "»%s« ist keine gültige Ausgabedatei"
2560
2561 #~ msgid "can't write %s: %m"
2562 #~ msgstr "%s kann nicht geschrieben werden: %m"
2563
2564 #~ msgid "can't seek in %s: %m"
2565 #~ msgstr "in %s kann nicht positioniert werden: %m"
2566
2567 #~ msgid "can't read %s: %m"
2568 #~ msgstr "%s kann nicht gelesen werden: %m"
2569
2570 #~ msgid "%s: not compatible with this GCC version"
2571 #~ msgstr "%s: nicht kompatibel mit dieser Version des GCC"
2572
2573 #~ msgid "%s: not for %s"
2574 #~ msgstr "%s: nicht für %s"
2575
2576 #~ msgid "%s: not a PCH file"
2577 #~ msgstr "%s: keine PCH-Datei"
2578
2579 #~ msgid "%s: created on host `%.*s', but used on host `%s'"
2580 #~ msgstr "%s: auf Rechner »%.*s« erzeugt, aber auf Rechner »%s« verwendet"
2581
2582 #~ msgid "%s: created for target `%.*s', but used for target `%s'"
2583 #~ msgstr "%s: für das Ziel »%.*s« erzeugt, aber für das Ziel »%s« verwendet"
2584
2585 #~ msgid "%s: created by version `%.*s', but this is version `%s'"
2586 #~ msgstr "%s: durch Version »%.*s« erzeugt, aber dies ist Version »%s«"
2587
2588 #~ msgid "%s: created with -g%s, but used with -g%s"
2589 #~ msgstr "%s: mit -g%s erzeugt, aber mit -g%s verwendet"
2590
2591 #~ msgid "%s: had text segment at different address"
2592 #~ msgstr "%s: Textsegment trat an anderer Adresse auf"
2593
2594 #~ msgid "calling fdopen"
2595 #~ msgstr "fdopen wird aufgerufen"
2596
2597 #~ msgid "reading"
2598 #~ msgstr "Lesen"
2599
2600 #~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2601 #~ msgstr "#pragma pack (pop) gefunden ohne passendes #pragma pack (push, <n>)"
2602
2603 #~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2604 #~ msgstr "#pragma pack(pop, %s) gefunden ohne passendes #pragma pack(push, %s, <n>)"
2605
2606 #~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2607 #~ msgstr "#pragma pack(push[, id], <n>) wird von diesem Ziel nicht unterstützt"
2608
2609 #~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2610 #~ msgstr "#pragma pack(pop[, id], <n>) wird von diesem Ziel nicht unterstützt"
2611
2612 #~ msgid "missing '(' after '#pragma pack' - ignored"
2613 #~ msgstr "fehlendes »(« hinter »#pragma pack« - ignoriert"
2614
2615 #~ msgid "malformed '#pragma pack' - ignored"
2616 #~ msgstr "falsch geformtes »#pragma pack« - ignoriert"
2617
2618 #~ msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2619 #~ msgstr "falsch geformtes »#pragma pack(push[, id], <n>)« - ignoriert"
2620
2621 #~ msgid "malformed '#pragma pack(pop[, id])' - ignored"
2622 #~ msgstr "falsch geformtes »#pragma pack(pop[, id])« - ignoriert"
2623
2624 #~ msgid "unknown action '%s' for '#pragma pack' - ignored"
2625 #~ msgstr "unbekannte Aktion »%s« für »#pragma pack« - ignoriert"
2626
2627 #~ msgid "junk at end of '#pragma pack'"
2628 #~ msgstr "Ausschuss am Ende von »#pragma pack«"
2629
2630 #~ msgid "alignment must be a small power of two, not %d"
2631 #~ msgstr "Ausrichtung muss eine kleine Zweierpotenz sein, nicht %d"
2632
2633 #~ msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2634 #~ msgstr "%JAnwendung von #pragma weak »%D« nach erster Benutzung führt zu nicht spezifiziertem Verhalten"
2635
2636 #~ msgid "malformed #pragma weak, ignored"
2637 #~ msgstr "falsch geformtes #pragma weak, ignoriert"
2638
2639 #~ msgid "junk at end of #pragma weak"
2640 #~ msgstr "Ausschuss am Ende von #pragma weak"
2641
2642 #~ msgid "malformed #pragma redefine_extname, ignored"
2643 #~ msgstr "falsch geformtes #pragma redefine_extname, ignoriert"
2644
2645 #~ msgid "junk at end of #pragma redefine_extname"
2646 #~ msgstr "Ausschuss am Ende von #pragma redefine_extname"
2647
2648 #~ msgid "#pragma redefine_extname conflicts with declaration"
2649 #~ msgstr "#pragma redefine_extname steht in Konflikt mit Deklaration"
2650
2651 #~ msgid "malformed #pragma extern_prefix, ignored"
2652 #~ msgstr "falsch geformtes #pragma extern_prefix, ignoriert"
2653
2654 #~ msgid "junk at end of #pragma extern_prefix"
2655 #~ msgstr "Ausschuss am Ende von #pragma extern_prefix"
2656
2657 #~ msgid "asm declaration conflicts with previous rename"
2658 #~ msgstr "asm-Deklaration steht in Konflikt mit vorheriger Umbenennung"
2659
2660 #~ msgid "destructor needed for `%D'"
2661 #~ msgstr "Destruktor für »%D« benötigt"
2662
2663 #~ msgid "where case label appears here"
2664 #~ msgstr "wobei die case-Marke hier auftritt"
2665
2666 #~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2667 #~ msgstr "(schließen Sie Aktionen vorheriger case-Anweisungen, die Destruktoren benötigen, in ihrem eigenen Gültigkeitsbereich ein)"
2668
2669 #~ msgid "%s qualifier ignored on asm"
2670 #~ msgstr "%s-Qualifizierer für asm ignoriert"
2671
2672 #~ msgid "will never be executed"
2673 #~ msgstr "wird niemals ausgeführt"
2674
2675 #~ msgid "`%s' has an incomplete type"
2676 #~ msgstr "»%s« hat unvollständigen Typ"
2677
2678 #~ msgid "invalid use of void expression"
2679 #~ msgstr "falsche Benutzung eines void-Ausdruckes"
2680
2681 #~ msgid "invalid use of flexible array member"
2682 #~ msgstr "falsche Benutzung eines flexiblen Feldelements"
2683
2684 #~ msgid "invalid use of array with unspecified bounds"
2685 #~ msgstr "falsche Benutzung eines Feldes mit unbekannten Grenzen"
2686
2687 #~ msgid "invalid use of undefined type `%s %s'"
2688 #~ msgstr "falsche Benutzung des undefinierten Typs »%s %s«"
2689
2690 #~ msgid "invalid use of incomplete typedef `%s'"
2691 #~ msgstr "falsche Benutzung des unvollständigen typedef »%s«"
2692
2693 #~ msgid "function types not truly compatible in ISO C"
2694 #~ msgstr "Funktionstypen nicht wirklich kompatibel in ISO-C"
2695
2696 #~ msgid "types are not quite compatible"
2697 #~ msgstr "Typen nicht sehr kompatibel"
2698
2699 #~ msgid "function return types not compatible due to `volatile'"
2700 #~ msgstr "Funktionsrückgabetypen nicht kompatibel wegen »volatile«"
2701
2702 #~ msgid "arithmetic on pointer to an incomplete type"
2703 #~ msgstr "Arithmetik mit Zeiger auf unvollständigen Typen"
2704
2705 #~ msgid "%s has no member named `%s'"
2706 #~ msgstr "%s hat kein Element namens »%s«"
2707
2708 #~ msgid "request for member `%s' in something not a structure or union"
2709 #~ msgstr "Anfrage nach Element »%s« in etwas, was keine Struktur oder Variante ist"
2710
2711 #~ msgid "dereferencing pointer to incomplete type"
2712 #~ msgstr "Dereferenzierung eines Zeigers auf unvollständigen Typen"
2713
2714 #~ msgid "dereferencing `void *' pointer"
2715 #~ msgstr "Dereferenzierung eines »void *«-Zeigers"
2716
2717 #~ msgid "invalid type argument of `%s'"
2718 #~ msgstr "falsches Typ-Argument von »%s«"
2719
2720 #~ msgid "subscript missing in array reference"
2721 #~ msgstr "Index fehlt in Feldreferenz"
2722
2723 #~ msgid "array subscript has type `char'"
2724 #~ msgstr "Feldindex hat Typ »char«"
2725
2726 #~ msgid "array subscript is not an integer"
2727 #~ msgstr "Feldindex ist keine Ganzzahl"
2728
2729 #~ msgid "ISO C forbids subscripting `register' array"
2730 #~ msgstr "ISO-C verbietet, ein »register«-Array zu indizieren"
2731
2732 #~ msgid "ISO C90 forbids subscripting non-lvalue array"
2733 #~ msgstr "ISO-C90 verbietet, ein Nicht-L-Wert-Feld zu indizieren"
2734
2735 #~ msgid "subscript has type `char'"
2736 #~ msgstr "Index hat Typ »char«"
2737
2738 #~ msgid "subscripted value is neither array nor pointer"
2739 #~ msgstr "indizierter Wert ist weder ein Feld noch ein Zeiger"
2740
2741 #~ msgid "local declaration of `%s' hides instance variable"
2742 #~ msgstr "lokale Deklaration von »%s« verdeckt Instanzvariable"
2743
2744 #~ msgid "called object is not a function"
2745 #~ msgstr "gerufenes Objekt ist keine Funktion"
2746
2747 #~ msgid "function called through a non-compatible type"
2748 #~ msgstr "Funktion über nicht kompatiblen Typen aufgerufen"
2749
2750 #~ msgid "too many arguments to function"
2751 #~ msgstr "zu viele Argumente für Funktion"
2752
2753 #~ msgid "type of formal parameter %d is incomplete"
2754 #~ msgstr "Typ des formalen Parameters %d ist unvollständig"
2755
2756 #~ msgid "%s as integer rather than floating due to prototype"
2757 #~ msgstr "%s als Ganzzahl statt Gleitkomma aufgrund des Prototyps"
2758
2759 #~ msgid "%s as integer rather than complex due to prototype"
2760 #~ msgstr "%s als Ganzzahl statt komplex aufgrund des Prototyps"
2761
2762 #~ msgid "%s as complex rather than floating due to prototype"
2763 #~ msgstr "%s als komplex statt Gleitkomma aufgrund des Prototyps"
2764
2765 #~ msgid "%s as floating rather than integer due to prototype"
2766 #~ msgstr "%s als Gleitkomma statt Ganzzahl aufgrund des Prototyps"
2767
2768 #~ msgid "%s as complex rather than integer due to prototype"
2769 #~ msgstr "%s als komplex statt Ganzzahl aufgrund des Prototyps"
2770
2771 #~ msgid "%s as floating rather than complex due to prototype"
2772 #~ msgstr "%s als Gleitkomma statt komplex aufgrund des Prototyps"
2773
2774 #~ msgid "%s as `float' rather than `double' due to prototype"
2775 #~ msgstr "%s als »float« statt »double« aufgrund des Prototyps"
2776
2777 #~ msgid "%s with different width due to prototype"
2778 #~ msgstr "%s mit anderer Breite aufgrund des Prototyps"
2779
2780 #~ msgid "%s as unsigned due to prototype"
2781 #~ msgstr "%s als vorzeichenlos aufgrund des Prototyps"
2782
2783 #~ msgid "%s as signed due to prototype"
2784 #~ msgstr "%s als vorzeichenbehaftet aufgrund des Prototyps"
2785
2786 #~ msgid "too few arguments to function"
2787 #~ msgstr "zu wenige Argumente für Funktion"
2788
2789 #~ msgid "suggest parentheses around + or - inside shift"
2790 #~ msgstr "Klammern um + oder - innerhalb von Schiebeoperation empfohlen"
2791
2792 #~ msgid "suggest parentheses around && within ||"
2793 #~ msgstr "Klammern um && innerhalb von || empfohlen"
2794
2795 #~ msgid "suggest parentheses around arithmetic in operand of |"
2796 #~ msgstr "Klammern um Arithmetik in Operand von | empfohlen"
2797
2798 #~ msgid "suggest parentheses around comparison in operand of |"
2799 #~ msgstr "Klammern um Vergleich in Operand von | empfohlen"
2800
2801 #~ msgid "suggest parentheses around arithmetic in operand of ^"
2802 #~ msgstr "Klammern um Arithmetik in Operand von ^ empfohlen"
2803
2804 #~ msgid "suggest parentheses around comparison in operand of ^"
2805 #~ msgstr "Klammern um Vergleich in Operand von ^ empfohlen"
2806
2807 #~ msgid "suggest parentheses around + or - in operand of &"
2808 #~ msgstr "Klammern um + oder - in Operand von & empfohlen"
2809
2810 #~ msgid "suggest parentheses around comparison in operand of &"
2811 #~ msgstr "Klammern um Vergleich in Operand von & empfohlen"
2812
2813 #~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2814 #~ msgstr "Vergleiche wie X<=Y<=Z haben nicht ihre mathematische Bedeutung"
2815
2816 #~ msgid "pointer of type `void *' used in subtraction"
2817 #~ msgstr "Zeiger des Typs »void *« in Subtraktion verwendet"
2818
2819 #~ msgid "pointer to a function used in subtraction"
2820 #~ msgstr "Zeiger auf eine Funktion in Subtraktion verwendet"
2821
2822 #~ msgid "wrong type argument to unary plus"
2823 #~ msgstr "Argument falschen Typs für unäres Plus"
2824
2825 #~ msgid "wrong type argument to unary minus"
2826 #~ msgstr "Argument falschen Typs für unäres Minus"
2827
2828 #~ msgid "ISO C does not support `~' for complex conjugation"
2829 #~ msgstr "ISO-C unterstützt nicht »~« für komplexe Konjugation"
2830
2831 #~ msgid "wrong type argument to bit-complement"
2832 #~ msgstr "Argument falschen Typs für Bit-Komplement"
2833
2834 #~ msgid "wrong type argument to abs"
2835 #~ msgstr "Argument falschen Typs für abs"
2836
2837 #~ msgid "wrong type argument to conjugation"
2838 #~ msgstr "Argument falschen Typs für Konjugation"
2839
2840 #~ msgid "wrong type argument to unary exclamation mark"
2841 #~ msgstr "Argument falschen Typs für unäres Ausrufungszeichen"
2842
2843 #~ msgid "ISO C does not support `++' and `--' on complex types"
2844 #~ msgstr "ISO-C unterstützt kein »++« und »--« für komplexe Typen"
2845
2846 #~ msgid "wrong type argument to increment"
2847 #~ msgstr "Argument falschen Typs für Inkrementierung"
2848
2849 #~ msgid "wrong type argument to decrement"
2850 #~ msgstr "Argument falschen Typs für Dekrementierung"
2851
2852 #~ msgid "increment of pointer to unknown structure"
2853 #~ msgstr "Erhöhung eines Zeigers auf unbekannte Struktur"
2854
2855 #~ msgid "decrement of pointer to unknown structure"
2856 #~ msgstr "Verminderung eines Zeigers auf unbekannte Struktur"
2857
2858 #~ msgid "invalid lvalue in unary `&'"
2859 #~ msgstr "ungültiger L-Wert in unärem »&«"
2860
2861 #~ msgid "attempt to take address of bit-field structure member `%s'"
2862 #~ msgstr "Versuch, die Adresse des Bitfeld-Element »%s« einer Struktur zu verwenden"
2863
2864 #~ msgid "use of conditional expressions as lvalues is deprecated"
2865 #~ msgstr "die Verwendung bedingter Ausdrücke als L-Werte ist veraltet"
2866
2867 #~ msgid "use of compound expressions as lvalues is deprecated"
2868 #~ msgstr "Verwendung zusammengesetzter Ausdrücke als L-Werte ist veraltet"
2869
2870 #~ msgid "use of cast expressions as lvalues is deprecated"
2871 #~ msgstr "die Verwendung von cast-Ausdrücken als L-Werte ist veraltet"
2872
2873 #~ msgid "%s of read-only member `%s'"
2874 #~ msgstr "%s des schreibgeschützten Elementes »%s«"
2875
2876 #~ msgid "%s of read-only variable `%s'"
2877 #~ msgstr "%s der schreibgeschützten Variable »%s«"
2878
2879 #~ msgid "%s of read-only location"
2880 #~ msgstr "%s der schreibgeschützten Speicherstelle"
2881
2882 #~ msgid "cannot take address of bit-field `%s'"
2883 #~ msgstr "die Adresse des Bit-Feldes »%s« kann nicht ermittelt werden"
2884
2885 #~ msgid "global register variable `%s' used in nested function"
2886 #~ msgstr "globale Register-Variable »%s« in verschachtelter Funktion verwendet"
2887
2888 #~ msgid "register variable `%s' used in nested function"
2889 #~ msgstr "Register-Variable »%s« in verschachtelter Funktion verwendet"
2890
2891 #~ msgid "address of global register variable `%s' requested"
2892 #~ msgstr "Adresse der globalen Variable »%s« angefordert"
2893
2894 #~ msgid "cannot put object with volatile field into register"
2895 #~ msgstr "kann kein Objekt mit volatile-Feld in Register laden"
2896
2897 #~ msgid "address of register variable `%s' requested"
2898 #~ msgstr "Adresse der Register-Variablen »%s« angefordert"
2899
2900 #~ msgid "signed and unsigned type in conditional expression"
2901 #~ msgstr "Vorzeichenloser und -behafteter Typ in bedingtem Ausdruck"
2902
2903 #~ msgid "ISO C forbids conditional expr with only one void side"
2904 #~ msgstr "ISO-C verbietet bedingten Ausdruck mit nur einer void-Seite"
2905
2906 #~ msgid "ISO C forbids conditional expr between `void *' and function pointer"
2907 #~ msgstr "ISO-C verbietet bedingten Ausdruck zwischen »void *« und Funktionszeiger"
2908
2909 #~ msgid "pointer type mismatch in conditional expression"
2910 #~ msgstr "Zeigertyp passt nicht in bedingtem Ausdruck"
2911
2912 #~ msgid "pointer/integer type mismatch in conditional expression"
2913 #~ msgstr "Zeiger-/Ganzzahltyp passt nicht in bedingtem Ausdruck"
2914
2915 #~ msgid "type mismatch in conditional expression"
2916 #~ msgstr "Typ passt nicht in bedingtem Ausdruck"
2917
2918 #~ msgid "left-hand operand of comma expression has no effect"
2919 #~ msgstr "linker Operand des Komma-Ausdrucks hat keinen Effekt"
2920
2921 #~ msgid "cast specifies array type"
2922 #~ msgstr "Typkonvertierung gibt Feldtyp an"
2923
2924 #~ msgid "cast specifies function type"
2925 #~ msgstr "Typkonvertierung gibt Funktionstyp an"
2926
2927 #~ msgid "ISO C forbids casting nonscalar to the same type"
2928 #~ msgstr "ISO-C verbietet Typkonvertierung von Nicht-Skalar auf selben Typen"
2929
2930 #~ msgid "ISO C forbids casts to union type"
2931 #~ msgstr "ISO-C verbietet Typkonvertierung auf union-Typ"
2932
2933 #~ msgid "cast to union type from type not present in union"
2934 #~ msgstr "Typkonvertierung in union-Typ von nicht in union vorhandenem Typen"
2935
2936 #~ msgid "cast adds new qualifiers to function type"
2937 #~ msgstr "Typkonvertierung fügt neue Typqualifizierer zu Funktionstypen hinzu"
2938
2939 #~ msgid "cast discards qualifiers from pointer target type"
2940 #~ msgstr "Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp"
2941
2942 #~ msgid "cast increases required alignment of target type"
2943 #~ msgstr "Typkonvertierung erfordert Ausrichtung des Zieltyps"
2944
2945 #~ msgid "cast from pointer to integer of different size"
2946 #~ msgstr "Typkonvertierung von Zeiger auf Ganzzahl anderer Breite"
2947
2948 #~ msgid "cast does not match function type"
2949 #~ msgstr "Typkonvertierung passt nicht zum Funktionstypen"
2950
2951 #~ msgid "cast to pointer from integer of different size"
2952 #~ msgstr "Typkonvertierung in Zeiger von Ganzzahl anderer Breite"
2953
2954 #~ msgid "type-punning to incomplete type might break strict-aliasing rules"
2955 #~ msgstr "Type-Punning auf unvollständigen Typen kann strict-aliasing-Regeln verletzen"
2956
2957 #~ msgid "dereferencing type-punned pointer will break strict-aliasing rules"
2958 #~ msgstr "Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln"
2959
2960 #~ msgid "ISO C forbids conversion of function pointer to object pointer type"
2961 #~ msgstr "ISO-C verbietet Konvertierung von Funktionszeigern in Objektzeigertyp"
2962
2963 #~ msgid "ISO C forbids conversion of object pointer to function pointer type"
2964 #~ msgstr "ISO-C verbietet Konvertierung von Objektzeigertypen in Funktionszeigertyp"
2965
2966 #~ msgid "invalid lvalue in assignment"
2967 #~ msgstr "ungültiger L-Wert in Zuweisung"
2968
2969 #~ msgid "assignment"
2970 #~ msgstr "Zuweisung"
2971
2972 #~ msgid "cannot pass rvalue to reference parameter"
2973 #~ msgstr "kann R-Wert nicht an Referenzparameter übergeben"
2974
2975 #~ msgid "%s makes qualified function pointer from unqualified"
2976 #~ msgstr "%s erzeugt aus unqualifiziertem einen qualifizierten Funktionszeiger"
2977
2978 #~ msgid "%s discards qualifiers from pointer target type"
2979 #~ msgstr "%s streicht Qualifizierer von Zeiger-Zieltypen"
2980
2981 #~ msgid "ISO C prohibits argument conversion to union type"
2982 #~ msgstr "ISO-C verbietet Argumentkonvertierung in union-Typ"
2983
2984 #~ msgid "ISO C forbids %s between function pointer and `void *'"
2985 #~ msgstr "ISO-C verbietet %s zwischen Funktionszeiger und »void *«"
2986
2987 #~ msgid "pointer targets in %s differ in signedness"
2988 #~ msgstr "Zeigerziele in %s unterscheiden sich im Vorzeichenbesitz"
2989
2990 #~ msgid "%s from incompatible pointer type"
2991 #~ msgstr "%s von inkompatiblem Zeigertyp"
2992
2993 #~ msgid "invalid use of non-lvalue array"
2994 #~ msgstr "ungültige Verwendung eines Nicht-L-Wert-Feldes"
2995
2996 #~ msgid "%s makes pointer from integer without a cast"
2997 #~ msgstr "%s erzeugt Zeiger von Ganzzahl ohne Typkonvertierung"
2998
2999 #~ msgid "%s makes integer from pointer without a cast"
3000 #~ msgstr "%s erzeugt Ganzzahl von Zeiger ohne Typkonvertierung"
3001
3002 #~ msgid "incompatible type for argument %d of `%s'"
3003 #~ msgstr "inkompatibler Typ für Argument %d von »%s«"
3004
3005 #~ msgid "incompatible type for argument %d of indirect function call"
3006 #~ msgstr "inkompatibler Typ für Argument %d eines indirekten Funktionsaufrufes"
3007
3008 #~ msgid "incompatible types in %s"
3009 #~ msgstr "inkompatible Typen in %s"
3010
3011 #~ msgid "passing arg of `%s'"
3012 #~ msgstr "Verarbeiten des Argumentes von »%s«"
3013
3014 #~ msgid "passing arg of pointer to function"
3015 #~ msgstr "Verarbeiten des Zeigerargumentes an Funktion"
3016
3017 #~ msgid "passing arg %d of `%s'"
3018 #~ msgstr "Verarbeiten des Argumentes %d von »%s«"
3019
3020 #~ msgid "passing arg %d of pointer to function"
3021 #~ msgstr "Verarbeiten des Argumentes %d von Zeiger auf Funktion"
3022
3023 #~ msgid "traditional C rejects automatic aggregate initialization"
3024 #~ msgstr "traditionelles C lehnt automatische Gesamt-Initialisierung ab"
3025
3026 #~ msgid "(near initialization for `%s')"
3027 #~ msgstr "(nahe der Initialisierung für »%s«)"
3028
3029 #~ msgid "char-array initialized from wide string"
3030 #~ msgstr "char-Feld mit wide-Zeichenkette initialisiert"
3031
3032 #~ msgid "int-array initialized from non-wide string"
3033 #~ msgstr "int-Feld mit Nicht-wide-Zeichenkette initialisiert"
3034
3035 #~ msgid "initializer-string for array of chars is too long"
3036 #~ msgstr "Initialisierungs-Zeichenkette für char-Feld ist zu lang"
3037
3038 #~ msgid "array initialized from non-constant array expression"
3039 #~ msgstr "Feld mit nicht konstantem Feldausdruck initialisiert"
3040
3041 #~ msgid "initializer element is not constant"
3042 #~ msgstr "Initialisierungselement ist nicht konstant"
3043
3044 #~ msgid "initialization"
3045 #~ msgstr "Initialisierung"
3046
3047 #~ msgid "initializer element is not computable at load time"
3048 #~ msgstr "Initialisierungs-Element ist zur Lade-Zeit nicht berechenbar"
3049
3050 #~ msgid "invalid initializer"
3051 #~ msgstr "ungültige Initialisierung"
3052
3053 #~ msgid "opaque vector types cannot be initialized"
3054 #~ msgstr "opake Vektortypen können nicht initialisiert werden"
3055
3056 #~ msgid "extra brace group at end of initializer"
3057 #~ msgstr "zusätzliche geschweifte Klammern am Ende der Initialisierung"
3058
3059 #~ msgid "missing braces around initializer"
3060 #~ msgstr "geschweifte Klammern fehlen um Initialisierung"
3061
3062 #~ msgid "braces around scalar initializer"
3063 #~ msgstr "geschweifte Klammern um Skalar-Initialisierung"
3064
3065 #~ msgid "initialization of flexible array member in a nested context"
3066 #~ msgstr "Initialisierung eines flexiblen Feld-Elements in geschachteltem Kontext"
3067
3068 #~ msgid "initialization of a flexible array member"
3069 #~ msgstr "Initialisierung eines flexiblen Feld-Elements"
3070
3071 #~ msgid "missing initializer"
3072 #~ msgstr "fehlende Initialisierung"
3073
3074 #~ msgid "empty scalar initializer"
3075 #~ msgstr "leere Skalar-Initialisierung"
3076
3077 #~ msgid "extra elements in scalar initializer"
3078 #~ msgstr "zusätzliche Elemente in Skalar-Initialisierung"
3079
3080 #~ msgid "initialization designators may not nest"
3081 #~ msgstr "Initialisierungs-Bezeichner dürfen nicht geschachtelt werden"
3082
3083 #~ msgid "array index in non-array initializer"
3084 #~ msgstr "Feldindex in Nicht-Feld-Initialisierung"
3085
3086 #~ msgid "field name not in record or union initializer"
3087 #~ msgstr "Feldname nicht in Datensatz- oder union-Initialisierung"
3088
3089 #~ msgid "nonconstant array index in initializer"
3090 #~ msgstr "nichtkonstanter Feldindex in Initialisierung"
3091
3092 #~ msgid "array index in initializer exceeds array bounds"
3093 #~ msgstr "Feldindex in Initialisierung überschreitet Feldgrenzen"
3094
3095 #~ msgid "empty index range in initializer"
3096 #~ msgstr "leerer Indexbereich in Initialisierung"
3097
3098 #~ msgid "array index range in initializer exceeds array bounds"
3099 #~ msgstr "Feldindexbereich in Initialisierung überschreitet Feldgrenzen"
3100
3101 #~ msgid "unknown field `%s' specified in initializer"
3102 #~ msgstr "unbekanntes Feld »%s« in Initialisierung angegeben"
3103
3104 #~ msgid "initialized field with side-effects overwritten"
3105 #~ msgstr "initialisiertes Feld mit Seiteneffekten überschrieben"
3106
3107 #~ msgid "excess elements in char array initializer"
3108 #~ msgstr "Elementüberschreitung in char-Feld-Initialisierung"
3109
3110 #~ msgid "excess elements in struct initializer"
3111 #~ msgstr "Elementüberschreitung in struct-Initialisierung"
3112
3113 #~ msgid "non-static initialization of a flexible array member"
3114 #~ msgstr "nicht-statische Initialisierung eines flexiblen Feldelements"
3115
3116 #~ msgid "excess elements in union initializer"
3117 #~ msgstr "Elementüberschreitung in union-Initialisierung"
3118
3119 #~ msgid "traditional C rejects initialization of unions"
3120 #~ msgstr "traditionelles C lehnt Initialisierung von unions ab"
3121
3122 #~ msgid "excess elements in array initializer"
3123 #~ msgstr "Elementüberschreitung in Feldinitialisierung"
3124
3125 #~ msgid "excess elements in vector initializer"
3126 #~ msgstr "Elementüberschreitung in Vektorinitialisierung"
3127
3128 #~ msgid "excess elements in scalar initializer"
3129 #~ msgstr "Elementüberschreitung in Skalar-Initialisierung"
3130
3131 #~ msgid "asm template is not a string constant"
3132 #~ msgstr "asm-Template ist keine Zeichenkettenkonstante"
3133
3134 #~ msgid "invalid lvalue in asm statement"
3135 #~ msgstr "ungültiger L-Wert in asm-Anweisung"
3136
3137 #~ msgid "modification by `asm'"
3138 #~ msgstr "Modifizierung durch »asm«"
3139
3140 #~ msgid "function declared `noreturn' has a `return' statement"
3141 #~ msgstr "als »noreturn« deklarierte Funktion hat »return«-Anweisung"
3142
3143 #~ msgid "`return' with no value, in function returning non-void"
3144 #~ msgstr "»return« ohne Wert in nicht void zurückgebender Funktion"
3145
3146 #~ msgid "`return' with a value, in function returning void"
3147 #~ msgstr "»return« mit Wert in void zurückgebender Funktion"
3148
3149 #~ msgid "return"
3150 #~ msgstr "return"
3151
3152 #~ msgid "function returns address of local variable"
3153 #~ msgstr "Funktion liefert Adresse einer lokalen Variablen zurück"
3154
3155 #~ msgid "switch quantity not an integer"
3156 #~ msgstr "switch-Größe keine Ganzzahl"
3157
3158 #~ msgid "`long' switch expression not converted to `int' in ISO C"
3159 #~ msgstr "»long« switch-Ausdruck nicht nach »int« konvertiert in ISO C"
3160
3161 #~ msgid "case label not within a switch statement"
3162 #~ msgstr "case-Marke nicht innerhalb einer switch-Anweisung"
3163
3164 #~ msgid "`default' label not within a switch statement"
3165 #~ msgstr "»default«-Marke nicht innerhalb einer switch-Anweisung"
3166
3167 #~ msgid "division by zero"
3168 #~ msgstr "Teilung durch Null"
3169
3170 #~ msgid "right shift count is negative"
3171 #~ msgstr "Rechts-Schiebe-Weite ist negativ"
3172
3173 #~ msgid "right shift count >= width of type"
3174 #~ msgstr "Rechts-Schiebe-Weite >= Breite des Typs"
3175
3176 #~ msgid "left shift count is negative"
3177 #~ msgstr "Links-Schiebe-Weite ist negativ"
3178
3179 #~ msgid "left shift count >= width of type"
3180 #~ msgstr "Links-Schiebe-Weite >= Breite des Typs"
3181
3182 #~ msgid "shift count is negative"
3183 #~ msgstr "Schiebeweite ist negativ"
3184
3185 #~ msgid "shift count >= width of type"
3186 #~ msgstr "Schiebeweite >= Breite des Typs"
3187
3188 #~ msgid "comparing floating point with == or != is unsafe"
3189 #~ msgstr "Vergleich von Gleitkomma mit == oder != ist unsicher"
3190
3191 #~ msgid "ISO C forbids comparison of `void *' with function pointer"
3192 #~ msgstr "ISO-C verbietet Vergleich von »void *« mit Funktionszeiger"
3193
3194 #~ msgid "comparison of distinct pointer types lacks a cast"
3195 #~ msgstr "in Vergleich verschiedener Zeigertypen fehlt Typkonvertierung"
3196
3197 #~ msgid "comparison between pointer and integer"
3198 #~ msgstr "Vergleich zwischen Zeiger und Ganzzahl"
3199
3200 #~ msgid "ISO C forbids ordered comparisons of pointers to functions"
3201 #~ msgstr "ISO-C verbietet geordnete Vergleiche zwischen Zeigern auf Funktionen"
3202
3203 #~ msgid "comparison of complete and incomplete pointers"
3204 #~ msgstr "Vergleich von vollständigen und unvollständigen Zeigern"
3205
3206 #~ msgid "ordered comparison of pointer with integer zero"
3207 #~ msgstr "geordneter Vergleich von Zeiger mit Ganzzahlnull"
3208
3209 #~ msgid "unordered comparison on non-floating point argument"
3210 #~ msgstr "ungeordneter Vergleich mit Nicht-Gleitkomma-Argument"
3211
3212 #~ msgid "comparison between signed and unsigned"
3213 #~ msgstr "Vergleich zwischen vorzeichenbehaftet und vorzeichenlos"
3214
3215 #~ msgid "comparison of promoted ~unsigned with constant"
3216 #~ msgstr "Vergleich von weitergegebenem ~unsigned mit Konstante"
3217
3218 #~ msgid "comparison of promoted ~unsigned with unsigned"
3219 #~ msgstr "Vergleich von weitergegebenem ~unsigned mit unsigned"
3220
3221 #~ msgid "%Jinlining failed in call to '%F'"
3222 #~ msgstr "%J»inline« beim Aufruf von »%F« gescheitert"
3223
3224 #~ msgid "called from here"
3225 #~ msgstr "von hier aufgerufen"
3226
3227 #~ msgid "%Jcan't inline call to '%F'"
3228 #~ msgstr "%JAufruf von »%F« kann nicht »inline« erfolgen"
3229
3230 #~ msgid "ignoring return value of `%D', declared with attribute warn_unused_result"
3231 #~ msgstr "Rückgabewert von »%D«, das mit dem Attribut warn_unused_result definiert wurde, wird ignoriert"
3232
3233 #~ msgid "ignoring return value of function declared with attribute warn_unused_result"
3234 #~ msgstr "Rückgabewert der mit dem Attribut warn_unused_result definierten Funktion wird ignoriert"
3235
3236 #~ msgid "function call has aggregate value"
3237 #~ msgstr "Funktionsaufruf hat zusammengesetzten Wert"
3238
3239 #~ msgid "bb %d on wrong place"
3240 #~ msgstr "bb %d an falscher Stelle"
3241
3242 #~ msgid "prev_bb of %d should be %d, not %d"
3243 #~ msgstr "prev_bb von %d sollte %d sein, nicht %d"
3244
3245 #~ msgid "verify_flow_info: Wrong count of block %i %i"
3246 #~ msgstr "verify_flow_info: Falsche Blockzahl %i %i"
3247
3248 #~ msgid "verify_flow_info: Wrong frequency of block %i %i"
3249 #~ msgstr "verify_flow_info: Falsche Blockfrequenz %i %i"
3250
3251 #~ msgid "verify_flow_info: Duplicate edge %i->%i"
3252 #~ msgstr "verify_flow_info: Doppelte Kante %i->%i"
3253
3254 #~ msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3255 #~ msgstr "verify_flow_info: Falsche Wahrscheinlichkeit der Kante %i->%i %i"
3256
3257 #~ msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3258 #~ msgstr "verify_flow_info: Falsche Kantenzahl %i->%i %i"
3259
3260 #~ msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3261 #~ msgstr "verify_flow_info: Nachfolgekante des Basis-Blocks %d ist beschädigt"
3262
3263 #~ msgid "Wrong amount of branch edges after unconditional jump %i"
3264 #~ msgstr "Falsche Summe der Zweig-Kanten nach unbedingtem Sprung %i"
3265
3266 #~ msgid "basic block %d pred edge is corrupted"
3267 #~ msgstr "Vorgänger des Basis-Blocks %d ist beschädigt"
3268
3269 #~ msgid "basic block %i edge lists are corrupted"
3270 #~ msgstr "Kantenlisten des Basis-Blockes %i sind beschädigt"
3271
3272 #~ msgid "verify_flow_info failed"
3273 #~ msgstr "verify_flow_info gescheitert"
3274
3275 #~ msgid "Size of loop %d should be %d, not %d."
3276 #~ msgstr "Größe der Schleife %d sollte %d sein, nicht %d"
3277
3278 #~ msgid "Bb %d do not belong to loop %d."
3279 #~ msgstr "Bb %d gehört nicht zur Schleife %d."
3280
3281 #~ msgid "Loop %d's header does not have exactly 2 entries."
3282 #~ msgstr "Kopf der Schleife %d hat nicht genau 2 Einträge."
3283
3284 #~ msgid "Loop %d's latch does not have exactly 1 successor."
3285 #~ msgstr "Falle der Schleife %d hat nicht genau einen Nachfolger."
3286
3287 #~ msgid "Loop %d's latch does not have header as successor."
3288 #~ msgstr "Falle der Schleife %d hat nicht den Kopf als Nachfolger."
3289
3290 #~ msgid "Loop %d's latch does not belong directly to it."
3291 #~ msgstr "Falle der Schleife %d gehört nicht direkt zu ihr."
3292
3293 #~ msgid "Loop %d's header does not belong directly to it."
3294 #~ msgstr "Kopf der Schleife %d gehört nicht direkt zu ihr."
3295
3296 #~ msgid "Loop %d's latch is marked as part of irreducible region."
3297 #~ msgstr "Falle der Schleife %d ist als Teil einer irreduziblen Region markiert."
3298
3299 #~ msgid "Basic block %d should be marked irreducible."
3300 #~ msgstr "Basisblock %d sollte als irreduzibel markiert werden."
3301
3302 #~ msgid "Basic block %d should not be marked irreducible."
3303 #~ msgstr "Basisblock %d sollte nicht als irreduzibel markiert werden."
3304
3305 #~ msgid "Edge from %d to %d should be marked irreducible."
3306 #~ msgstr "Kante von %d nach %d sollte als irreduzibel markiert werden."
3307
3308 #~ msgid "Edge from %d to %d should not be marked irreducible."
3309 #~ msgstr "Kante von %d nach %d sollte nicht als irreduzibel markiert werden."
3310
3311 #~ msgid "end insn %d for block %d not found in the insn stream"
3312 #~ msgstr "Ende-insn %d für Block %d nicht im insn-Stream gefunden"
3313
3314 #~ msgid "insn %d is in multiple basic blocks (%d and %d)"
3315 #~ msgstr "insn %d ist in mehreren Basisblöcken (%d und %d)"
3316
3317 #~ msgid "head insn %d for block %d not found in the insn stream"
3318 #~ msgstr "Kopf-insn %d für Block %d nicht im insn-Stream gefunden"
3319
3320 #~ msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3321 #~ msgstr "verify_flow_info: REG_BR_PROB passt nicht zu cfg %wi %i"
3322
3323 #~ msgid "Missing REG_EH_REGION note in the end of bb %i"
3324 #~ msgstr "Fehlender Vermerk von REG_EH_REGION am Ende vom bb %i"
3325
3326 #~ msgid "Too many outgoing branch edges from bb %i"
3327 #~ msgstr "Zu viele abgehende Zweig-Kanten vom bb %i"
3328
3329 #~ msgid "Fallthru edge after unconditional jump %i"
3330 #~ msgstr "Fallthru-Kante nach unbedingtem Sprung %i"
3331
3332 #~ msgid "Wrong amount of branch edges after conditional jump %i"
3333 #~ msgstr "Falsche Summe der Zweig-Kanten nach bedingtem Sprung %i"
3334
3335 #~ msgid "Call edges for non-call insn in bb %i"
3336 #~ msgstr "Ruf-Kanten für Nicht-Aufruf-insn im bb %i"
3337
3338 #~ msgid "Abnormal edges for no purpose in bb %i"
3339 #~ msgstr "Abnormale Kanten ohne Grund in bb %i"
3340
3341 #~ msgid "insn %d inside basic block %d but block_for_insn is NULL"
3342 #~ msgstr "insn %d innerhalb des Basis-Blockes %d, aber block_for_insn ist NULL"
3343
3344 #~ msgid "insn %d inside basic block %d but block_for_insn is %i"
3345 #~ msgstr "insn %d innerhalb Basis-Blockes %d, aber block_for_insn ist %i"
3346
3347 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3348 #~ msgstr "NOTE_INSN_BASIC_BLOCK fehlt für Block %d"
3349
3350 #~ msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3351 #~ msgstr "NOTE_INSN_BASIC_BLOCK %d in der Mitte des Basis-Blocks %d"
3352
3353 #~ msgid "in basic block %d:"
3354 #~ msgstr "im Basis-Block %d:"
3355
3356 #~ msgid "flow control insn inside a basic block"
3357 #~ msgstr "Flusskontroll-insn innerhalb eines Basis-Blockes"
3358
3359 #~ msgid "missing barrier after block %i"
3360 #~ msgstr "fehlende Sperre nach Block %i"
3361
3362 #~ msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3363 #~ msgstr "verify_flow_info: Falsche Blöcke für »fallthru« %i->%i"
3364
3365 #~ msgid "verify_flow_info: Incorrect fallthru %i->%i"
3366 #~ msgstr "verify_flow_info: Falsches »fallthru« %i->%i"
3367
3368 #~ msgid "wrong insn in the fallthru edge"
3369 #~ msgstr "falsche insn in »fallthru«-Kante"
3370
3371 #~ msgid "basic blocks not laid down consecutively"
3372 #~ msgstr "Basis-Blöcke sind nicht fortlaufend"
3373
3374 #~ msgid "insn outside basic block"
3375 #~ msgstr "insn außerhalb eines Basis-Blockes"
3376
3377 #~ msgid "return not followed by barrier"
3378 #~ msgstr "»return« nicht gefolgt von Sperre"
3379
3380 #~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3381 #~ msgstr "Anzahl der bb-Vermerke in insn-Kette (%d) != n_basic_blocks (%d)"
3382
3383 #~ msgid "function body not available"
3384 #~ msgstr "Funktionskörper nicht verfügbar"
3385
3386 #~ msgid "redefined extern inline functions are not considered for inlining"
3387 #~ msgstr "redefinierte »extern inline«-Funktionen kommen nicht als »inline« in Betracht"
3388
3389 #~ msgid "function not considered for inlining"
3390 #~ msgstr "Funktion kommt nicht für »inline« in Betracht"
3391
3392 #~ msgid "function not inlinable"
3393 #~ msgstr "Funktion kann nicht »inline« sein"
3394
3395 #~ msgid "%D renamed after being referenced in assembly"
3396 #~ msgstr "%D nach Referenzierung in Assemblierung umbenannt"
3397
3398 #~ msgid "--param large-function-growth limit reached"
3399 #~ msgstr "--param large-function-growth: Limit erreicht"
3400
3401 #~ msgid "--param large-function-growth limit reached while inlining the caller"
3402 #~ msgstr "--param large-function-growth: Limit bei »inline« des Aufrufers erreicht"
3403
3404 #~ msgid "--param max-inline-insns-single limit reached"
3405 #~ msgstr "--param max-inline-insns-single: Limit erreicht"
3406
3407 #~ msgid "--param max-inline-insns-single limit reached after inlining into the callee"
3408 #~ msgstr "--param max-inline-insns-single: Limit nach »inline« im Aufgerufenen erreicht"
3409
3410 #~ msgid "--param inline-unit-growth limit reached"
3411 #~ msgstr "--param inline-unit-growth: Limit erreicht"
3412
3413 #~ msgid "recursive inlining"
3414 #~ msgstr "rekursives inline"
3415
3416 #~ msgid "internal error"
3417 #~ msgstr "interner Fehler"
3418
3419 #~ msgid "no arguments"
3420 #~ msgstr "Keiner Argumente"
3421
3422 #~ msgid "fopen %s"
3423 #~ msgstr "fopen %s"
3424
3425 #~ msgid "fclose %s"
3426 #~ msgstr "fclose %s"
3427
3428 #~ msgid "collect2 version %s"
3429 #~ msgstr "collect2-Version %s"
3430
3431 #~ msgid "%d constructor(s) found\n"
3432 #~ msgstr "%d Konstruktor(en) gefunden\n"
3433
3434 #~ msgid "%d destructor(s)  found\n"
3435 #~ msgstr "%d Destruktor(en) gefunden\n"
3436
3437 #~ msgid "%d frame table(s) found\n"
3438 #~ msgstr "%d Rahmentabelle(n) gefunden\n"
3439
3440 #~ msgid "%s terminated with signal %d [%s]%s"
3441 #~ msgstr "%s mit Signal %d [%s]%s beendet"
3442
3443 #~ msgid "%s returned %d exit status"
3444 #~ msgstr "%s gab Ende-Status %d zurück"
3445
3446 #~ msgid "[cannot find %s]"
3447 #~ msgstr "[kann %s nicht finden]"
3448
3449 #~ msgid "cannot find `%s'"
3450 #~ msgstr "kann »%s« nicht finden"
3451
3452 #~ msgid "redirecting stdout: %s"
3453 #~ msgstr "leite Standardausgabe um: %s"
3454
3455 #~ msgid "[Leaving %s]\n"
3456 #~ msgstr "[Verlasse %s]\n"
3457
3458 #~ msgid ""
3459 #~ "\n"
3460 #~ "write_c_file - output name is %s, prefix is %s\n"
3461 #~ msgstr ""
3462 #~ "\n"
3463 #~ "write_c_file - Ausgabename ist %s, Präfix ist %s\n"
3464
3465 #~ msgid "cannot find `nm'"
3466 #~ msgstr "kann »nm« nicht finden"
3467
3468 #~ msgid "pipe"
3469 #~ msgstr "Pipe"
3470
3471 #~ msgid "fdopen"
3472 #~ msgstr "fdopen"
3473
3474 #~ msgid "dup2 %d 1"
3475 #~ msgstr "dup2 %d 1"
3476
3477 #~ msgid "close %d"
3478 #~ msgstr "close %d"
3479
3480 #~ msgid "execv %s"
3481 #~ msgstr "execv %s"
3482
3483 #~ msgid "init function found in object %s"
3484 #~ msgstr "init-Funktion im Objekt %s gefunden"
3485
3486 #~ msgid "fini function found in object %s"
3487 #~ msgstr "fini-Funktion im Objekt %s gefunden"
3488
3489 #~ msgid "fclose"
3490 #~ msgstr "fclose"
3491
3492 #~ msgid "unable to open file '%s'"
3493 #~ msgstr "kann Datei »%s« nicht öffnen"
3494
3495 #~ msgid "unable to stat file '%s'"
3496 #~ msgstr "kann Dateistatus für »%s« nicht ermitteln"
3497
3498 #~ msgid "unable to mmap file '%s'"
3499 #~ msgstr "kann mmap nicht auf Datei »%s« anwenden"
3500
3501 #~ msgid "not found\n"
3502 #~ msgstr "nicht gefunden\n"
3503
3504 #~ msgid "dynamic dependency %s not found"
3505 #~ msgstr "dynamische Abhängigkeit %s nicht gefunden"
3506
3507 #~ msgid "bad magic number in file '%s'"
3508 #~ msgstr "Falsche magische Zahl in Datei »%s«"
3509
3510 #~ msgid "dynamic dependencies.\n"
3511 #~ msgstr "dynamische Abhängigkeiten.\n"
3512
3513 #~ msgid "cannot find `ldd'"
3514 #~ msgstr "kann »ldd« nicht finden"
3515
3516 #~ msgid ""
3517 #~ "\n"
3518 #~ "ldd output with constructors/destructors.\n"
3519 #~ msgstr ""
3520 #~ "\n"
3521 #~ "Ausgabe von ldd mit Konstruktoren/Destruktoren.\n"
3522
3523 #~ msgid "unable to open dynamic dependency '%s'"
3524 #~ msgstr "kann dynamische Abhängigkeit »%s« nicht öffnen"
3525
3526 #~ msgid "%s: not a COFF file"
3527 #~ msgstr "%s: keine COFF-Datei"
3528
3529 #~ msgid "%s: cannot open as COFF file"
3530 #~ msgstr "kann %s nicht als COFF-Datei öffnen"
3531
3532 #~ msgid "library lib%s not found"
3533 #~ msgstr "Bibliothek lib%s nicht gefunden"
3534
3535 #~ msgid ""
3536 #~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3537 #~ ";; %d successes.\n"
3538 #~ "\n"
3539 #~ msgstr ""
3540 #~ ";; Kombinierer-Statistik: %d Versuche, %d Ersetzungen (%d benötigten neuen Platz),\n"
3541 #~ ";; %d Erfolge.\n"
3542 #~ "\n"
3543
3544 #~ msgid ""
3545 #~ "\n"
3546 #~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3547 #~ ";; %d successes.\n"
3548 #~ msgstr ""
3549 #~ "\n"
3550 #~ ";; Kombinierer-Gesamtwerte: %d Versuche, %d Ersetzungen (%d benötigten neuen Platz),\n"
3551 #~ ";; %d Erfolge.\n"
3552
3553 #~ msgid "cannot convert to a pointer type"
3554 #~ msgstr "kann nicht in Zeigertyp konvertieren"
3555
3556 #~ msgid "pointer value used where a floating point value was expected"
3557 #~ msgstr "Zeigerwert verwendet, wo Gleitkommawert erwartet wurde"
3558
3559 #~ msgid "aggregate value used where a float was expected"
3560 #~ msgstr "zusammengesetzten Wert verwendet, wo Gleitkomma erwartet wurde"
3561
3562 #~ msgid "conversion to incomplete type"
3563 #~ msgstr "Konvertierung in unvollständigen Typen"
3564
3565 #~ msgid "can't convert between vector values of different size"
3566 #~ msgstr "kann nicht zwischen Vektorwerten verschiedener Größen konvertieren"
3567
3568 #~ msgid "aggregate value used where an integer was expected"
3569 #~ msgstr "zusammengesetzter Wert verwendet, wo Ganzzahl erwartet wurde"
3570
3571 #~ msgid "pointer value used where a complex was expected"
3572 #~ msgstr "Zeigerwert verwendet, wo »complex« erwartet wurde"
3573
3574 #~ msgid "aggregate value used where a complex was expected"
3575 #~ msgstr "zusammengesetzer Wert verwendet, wo »complex« erwartet wurde"
3576
3577 #~ msgid "can't convert value to a vector"
3578 #~ msgstr "kann Wert nicht in Vektor konvertieren"
3579
3580 #~ msgid "`%s' is not a gcov data file"
3581 #~ msgstr "»%s« ist keine gcov-Datei"
3582
3583 #~ msgid "`%s' is version `%.4s', expected version `%.4s'"
3584 #~ msgstr "»%s« hat Version »%.4s«, Version »%.4s« erwartet"
3585
3586 #~ msgid "coverage mismatch for function %u while reading execution counters."
3587 #~ msgstr "Überdeckung passt nicht für Funktion %u beim Lesen der Ausführungszähler."
3588
3589 #~ msgid "checksum is %x instead of %x"
3590 #~ msgstr "Prüfsumme ist %x statt %x"
3591
3592 #~ msgid "number of counters is %d instead of %d"
3593 #~ msgstr "Zahl der Zähler ist %d statt %d"
3594
3595 #~ msgid "cannot merge separate %s counters for function %u"
3596 #~ msgstr "separate %s Zähler für die Funktion %u können nicht verschmolzen werden"
3597
3598 #~ msgid "`%s' has overflowed"
3599 #~ msgstr "»%s« übergelaufen"
3600
3601 #~ msgid "`%s' is corrupted"
3602 #~ msgstr "»%s« ist beschädigt"
3603
3604 #~ msgid "file %s not found, execution counts assumed to be zero"
3605 #~ msgstr "Datei %s nicht gefunden, Ausführungszähler als null angenommen"
3606
3607 #~ msgid "no coverage for function '%s' found."
3608 #~ msgstr "keine Überdeckung für Funktion »%s« gefunden."
3609
3610 #~ msgid "coverage mismatch for function '%s' while reading counter '%s'."
3611 #~ msgstr "Überdeckung passt nicht bei Funktion »%s« beim Lesen des Zählers »%s«."
3612
3613 #~ msgid "cannot open %s"
3614 #~ msgstr "Es ist nicht möglich, »%s« zu öffnen"
3615
3616 #~ msgid "error writing `%s'"
3617 #~ msgstr "Fehler beim Schreiben der Datei »%s«"
3618
3619 #~ msgid "\"%s\" is not a valid option to the preprocessor"
3620 #~ msgstr "»%s« ist keine gültige Präprozessoroption"
3621
3622 #~ msgid "too many input files"
3623 #~ msgstr "zu viele Eingabedateien"
3624
3625 #~ msgid ";; Processing block from %d to %d, %d sets.\n"
3626 #~ msgstr ";; Bearbeite Block von %d bis %d, %d Sets.\n"
3627
3628 #~ msgid "%s:%d: confused by earlier errors, bailing out\n"
3629 #~ msgstr "%s:%d: durch frühere Fehler verwirrt, Abbruch\n"
3630
3631 #~ msgid "compilation terminated.\n"
3632 #~ msgstr "Kompilierung beendet.\n"
3633
3634 #~ msgid "Internal compiler error: Error reporting routines re-entered.\n"
3635 #~ msgstr "Interner Compilerfehler: Fehlerbehandlungsroutinen doppelt betreten.\n"
3636
3637 #~ msgid "in %s, at %s:%d"
3638 #~ msgstr "in %s, bei %s:%d"
3639
3640 #~ msgid "dominator of %d should be %d, not %d"
3641 #~ msgstr "Herrscher über %d sollte %d sein, nicht %d"
3642
3643 #~ msgid "DW_LOC_OP %s not implemented\n"
3644 #~ msgstr "DW_LOC_OP %s nicht implementiert\n"
3645
3646 #~ msgid "can't access real part of complex value in hard register"
3647 #~ msgstr "kann nicht auf realen Teil des komplexen Wertes im festen Register zugreifen"
3648
3649 #~ msgid "can't access imaginary part of complex value in hard register"
3650 #~ msgstr "kann nicht auf imaginären Teil des komplexen Wertes im festen Register zugreifen"
3651
3652 #~ msgid "Invalid rtl sharing found in the insn"
3653 #~ msgstr "ungültige gemeinsame rtl-Benutzung in insn gefunden"
3654
3655 #~ msgid "Shared rtx"
3656 #~ msgstr "Gemeinsames rtx"
3657
3658 #~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
3659 #~ msgstr "ICE: emit_insn verwendet, wo emit_jump_insn erforderlich:\n"
3660
3661 #~ msgid "abort in %s, at %s:%d"
3662 #~ msgstr "Abbruch in %s, bei %s:%d"
3663
3664 #~ msgid "exception handling disabled, use -fexceptions to enable"
3665 #~ msgstr "Ausnahmebehandlung ausgeschaltet, benutzen Sie -fexeptions zum Anschalten"
3666
3667 #~ msgid "argument of `__builtin_eh_return_regno' must be constant"
3668 #~ msgstr "Argument für »__builtin_eh_return_regno« muss konstant sein"
3669
3670 #~ msgid "__builtin_eh_return not supported on this target"
3671 #~ msgstr "__builtin_eh_return für dieses Ziel nicht unterstützt"
3672
3673 #~ msgid "stack limits not supported on this target"
3674 #~ msgstr "Kellergrenzen nicht für dieses Ziel unterstützt"
3675
3676 #~ msgid "function using short complex types cannot be inline"
3677 #~ msgstr "Funktion, die komplexe »short«-Typen verwendet, kann nicht »inline« sein"
3678
3679 #~ msgid "%Jprior parameter's size depends on '%D'"
3680 #~ msgstr "%Jvorherige Parametergröße hängt von »%D« ab"
3681
3682 #~ msgid "returned value in block_exit_expr"
3683 #~ msgstr "zurückgelieferter Wert in block_exit_expr"
3684
3685 #~ msgid "cannot take the address of an unaligned member"
3686 #~ msgstr "die Adresse eines nicht ausgerichteten Elements kann nicht ermittelt werden"
3687
3688 #~ msgid "negative insn length"
3689 #~ msgstr "negative insn-Länge"
3690
3691 #~ msgid "could not split insn"
3692 #~ msgstr "insn kann nicht aufgeteilt werden"
3693
3694 #~ msgid "invalid `asm': "
3695 #~ msgstr "ungültiges »asm«: "