OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / libcpp / po / cpplib.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2010-04-06 14:18+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: charset.c:674
20 #, c-format
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr ""
23
24 #: charset.c:677
25 msgid "iconv_open"
26 msgstr ""
27
28 #: charset.c:685
29 #, c-format
30 msgid "no iconv implementation, cannot convert from %s to %s"
31 msgstr ""
32
33 #: charset.c:781
34 #, c-format
35 msgid "character 0x%lx is not in the basic source character set\n"
36 msgstr ""
37
38 #: charset.c:798
39 #: charset.c:1444
40 msgid "converting to execution character set"
41 msgstr ""
42
43 #: charset.c:804
44 #, c-format
45 msgid "character 0x%lx is not unibyte in execution character set"
46 msgstr ""
47
48 #: charset.c:928
49 #, c-format
50 msgid "Character %x might not be NFKC"
51 msgstr ""
52
53 #: charset.c:994
54 msgid "universal character names are only valid in C++ and C99"
55 msgstr ""
56
57 #: charset.c:997
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
61
62 #: charset.c:1006
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
65
66 #: charset.c:1031
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
70
71 #: charset.c:1046
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
75
76 #: charset.c:1056
77 #: lex.c:488
78 msgid "'$' in identifier or number"
79 msgstr ""
80
81 #: charset.c:1066
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
85
86 #: charset.c:1070
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
90
91 #: charset.c:1102
92 #: charset.c:1674
93 msgid "converting UCN to source character set"
94 msgstr ""
95
96 #: charset.c:1106
97 msgid "converting UCN to execution character set"
98 msgstr ""
99
100 #: charset.c:1178
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
103
104 #: charset.c:1195
105 msgid "\\x used with no following hex digits"
106 msgstr ""
107
108 #: charset.c:1202
109 msgid "hex escape sequence out of range"
110 msgstr ""
111
112 #: charset.c:1240
113 msgid "octal escape sequence out of range"
114 msgstr ""
115
116 #: charset.c:1306
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
119
120 #: charset.c:1313
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
124
125 #: charset.c:1321
126 #, c-format
127 msgid "unknown escape sequence: '\\%c'"
128 msgstr ""
129
130 #: charset.c:1329
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
134
135 #: charset.c:1336
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
138
139 #: charset.c:1509
140 #: charset.c:1573
141 msgid "character constant too long for its type"
142 msgstr ""
143
144 #: charset.c:1512
145 msgid "multi-character character constant"
146 msgstr ""
147
148 #: charset.c:1612
149 msgid "empty character constant"
150 msgstr ""
151
152 #: charset.c:1721
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
156
157 #: directives.c:222
158 #: directives.c:248
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
162
163 #: directives.c:354
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
167
168 #: directives.c:358
169 #, c-format
170 msgid "#%s is a deprecated GCC extension"
171 msgstr ""
172
173 #: directives.c:372
174 msgid "suggest not using #elif in traditional C"
175 msgstr ""
176
177 #: directives.c:375
178 #, c-format
179 msgid "traditional C ignores #%s with the # indented"
180 msgstr ""
181
182 #: directives.c:379
183 #, c-format
184 msgid "suggest hiding #%s from traditional C with an indented #"
185 msgstr ""
186
187 #: directives.c:405
188 msgid "embedding a directive within macro arguments is not portable"
189 msgstr ""
190
191 #: directives.c:425
192 msgid "style of line directive is a GCC extension"
193 msgstr ""
194
195 #: directives.c:480
196 #, c-format
197 msgid "invalid preprocessing directive #%s"
198 msgstr ""
199
200 #: directives.c:548
201 msgid "\"defined\" cannot be used as a macro name"
202 msgstr ""
203
204 #: directives.c:554
205 #, c-format
206 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
207 msgstr ""
208
209 #: directives.c:557
210 #, c-format
211 msgid "no macro name given in #%s directive"
212 msgstr ""
213
214 #: directives.c:560
215 msgid "macro names must be identifiers"
216 msgstr ""
217
218 #: directives.c:609
219 #, c-format
220 msgid "undefining \"%s\""
221 msgstr ""
222
223 #: directives.c:664
224 msgid "missing terminating > character"
225 msgstr ""
226
227 #: directives.c:723
228 #, c-format
229 msgid "#%s expects \"FILENAME\" or <FILENAME>"
230 msgstr ""
231
232 #: directives.c:769
233 #, c-format
234 msgid "empty filename in #%s"
235 msgstr ""
236
237 #: directives.c:779
238 msgid "#include nested too deeply"
239 msgstr ""
240
241 #: directives.c:820
242 msgid "#include_next in primary source file"
243 msgstr ""
244
245 #: directives.c:846
246 #, c-format
247 msgid "invalid flag \"%s\" in line directive"
248 msgstr ""
249
250 #: directives.c:906
251 msgid "unexpected end of file after #line"
252 msgstr ""
253
254 #: directives.c:909
255 #, c-format
256 msgid "\"%s\" after #line is not a positive integer"
257 msgstr ""
258
259 #: directives.c:915
260 #: directives.c:917
261 msgid "line number out of range"
262 msgstr ""
263
264 #: directives.c:930
265 #: directives.c:1010
266 #, c-format
267 msgid "\"%s\" is not a valid filename"
268 msgstr ""
269
270 #: directives.c:970
271 #, c-format
272 msgid "\"%s\" after # is not a positive integer"
273 msgstr ""
274
275 #: directives.c:1062
276 #, c-format
277 msgid "%s"
278 msgstr ""
279
280 #: directives.c:1086
281 #, c-format
282 msgid "invalid #%s directive"
283 msgstr ""
284
285 #: directives.c:1149
286 #, c-format
287 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
288 msgstr ""
289
290 #: directives.c:1158
291 #, c-format
292 msgid "registering pragma \"%s\" with name expansion and no namespace"
293 msgstr ""
294
295 #: directives.c:1176
296 #, c-format
297 msgid "registering \"%s\" as both a pragma and a pragma namespace"
298 msgstr ""
299
300 #: directives.c:1179
301 #, c-format
302 msgid "#pragma %s %s is already registered"
303 msgstr ""
304
305 #: directives.c:1182
306 #, c-format
307 msgid "#pragma %s is already registered"
308 msgstr ""
309
310 #: directives.c:1212
311 msgid "registering pragma with NULL handler"
312 msgstr ""
313
314 #: directives.c:1424
315 msgid "#pragma once in main file"
316 msgstr ""
317
318 #: directives.c:1444
319 msgid "invalid #pragma push_macro directive"
320 msgstr ""
321
322 #: directives.c:1483
323 msgid "invalid #pragma pop_macro directive"
324 msgstr ""
325
326 #: directives.c:1537
327 msgid "invalid #pragma GCC poison directive"
328 msgstr ""
329
330 #: directives.c:1546
331 #, c-format
332 msgid "poisoning existing macro \"%s\""
333 msgstr ""
334
335 #: directives.c:1565
336 msgid "#pragma system_header ignored outside include file"
337 msgstr ""
338
339 #: directives.c:1590
340 #, c-format
341 msgid "cannot find source file %s"
342 msgstr ""
343
344 #: directives.c:1594
345 #, c-format
346 msgid "current file is older than %s"
347 msgstr ""
348
349 #: directives.c:1779
350 msgid "_Pragma takes a parenthesized string literal"
351 msgstr ""
352
353 #: directives.c:1884
354 msgid "#else without #if"
355 msgstr ""
356
357 #: directives.c:1889
358 msgid "#else after #else"
359 msgstr ""
360
361 #: directives.c:1891
362 #: directives.c:1924
363 msgid "the conditional began here"
364 msgstr ""
365
366 #: directives.c:1917
367 msgid "#elif without #if"
368 msgstr ""
369
370 #: directives.c:1922
371 msgid "#elif after #else"
372 msgstr ""
373
374 #: directives.c:1960
375 msgid "#endif without #if"
376 msgstr ""
377
378 #: directives.c:2040
379 msgid "missing '(' after predicate"
380 msgstr ""
381
382 #: directives.c:2055
383 msgid "missing ')' to complete answer"
384 msgstr ""
385
386 #: directives.c:2075
387 msgid "predicate's answer is empty"
388 msgstr ""
389
390 #: directives.c:2102
391 msgid "assertion without predicate"
392 msgstr ""
393
394 #: directives.c:2105
395 msgid "predicate must be an identifier"
396 msgstr ""
397
398 #: directives.c:2191
399 #, c-format
400 msgid "\"%s\" re-asserted"
401 msgstr ""
402
403 #: directives.c:2474
404 #, c-format
405 msgid "unterminated #%s"
406 msgstr ""
407
408 #: directives-only.c:222
409 #: lex.c:1516
410 #: traditional.c:163
411 msgid "unterminated comment"
412 msgstr ""
413
414 #: errors.c:93
415 msgid "stdout"
416 msgstr ""
417
418 #: errors.c:95
419 #, c-format
420 msgid "%s: %s"
421 msgstr ""
422
423 #: expr.c:282
424 msgid "too many decimal points in number"
425 msgstr ""
426
427 #: expr.c:311
428 #: expr.c:396
429 msgid "fixed-point constants are a GCC extension"
430 msgstr ""
431
432 #: expr.c:324
433 #, c-format
434 msgid "invalid digit \"%c\" in binary constant"
435 msgstr ""
436
437 #: expr.c:326
438 #, c-format
439 msgid "invalid digit \"%c\" in octal constant"
440 msgstr ""
441
442 #: expr.c:334
443 msgid "invalid prefix \"0b\" for floating constant"
444 msgstr ""
445
446 #: expr.c:339
447 msgid "no digits in hexadecimal floating constant"
448 msgstr ""
449
450 #: expr.c:343
451 msgid "use of C99 hexadecimal floating constant"
452 msgstr ""
453
454 #: expr.c:352
455 msgid "exponent has no digits"
456 msgstr ""
457
458 #: expr.c:359
459 msgid "hexadecimal floating constants require an exponent"
460 msgstr ""
461
462 #: expr.c:365
463 #, c-format
464 msgid "invalid suffix \"%.*s\" on floating constant"
465 msgstr ""
466
467 #: expr.c:375
468 #: expr.c:424
469 #, c-format
470 msgid "traditional C rejects the \"%.*s\" suffix"
471 msgstr ""
472
473 #: expr.c:383
474 msgid "suffix for double constant is a GCC extension"
475 msgstr ""
476
477 #: expr.c:389
478 #, c-format
479 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
480 msgstr ""
481
482 #: expr.c:400
483 msgid "decimal float constants are a GCC extension"
484 msgstr ""
485
486 #: expr.c:410
487 #, c-format
488 msgid "invalid suffix \"%.*s\" on integer constant"
489 msgstr ""
490
491 #: expr.c:433
492 msgid "use of C++0x long long integer constant"
493 msgstr ""
494
495 #: expr.c:442
496 msgid "imaginary constants are a GCC extension"
497 msgstr ""
498
499 #: expr.c:445
500 msgid "binary constants are a GCC extension"
501 msgstr ""
502
503 #: expr.c:538
504 msgid "integer constant is too large for its type"
505 msgstr ""
506
507 #: expr.c:569
508 msgid "integer constant is so large that it is unsigned"
509 msgstr ""
510
511 #: expr.c:664
512 msgid "missing ')' after \"defined\""
513 msgstr ""
514
515 #: expr.c:671
516 msgid "operator \"defined\" requires an identifier"
517 msgstr ""
518
519 #: expr.c:679
520 #, c-format
521 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
522 msgstr ""
523
524 #: expr.c:689
525 msgid "this use of \"defined\" may not be portable"
526 msgstr ""
527
528 #: expr.c:742
529 msgid "floating constant in preprocessor expression"
530 msgstr ""
531
532 #: expr.c:748
533 msgid "imaginary number in preprocessor expression"
534 msgstr ""
535
536 #: expr.c:795
537 #, c-format
538 msgid "\"%s\" is not defined"
539 msgstr ""
540
541 #: expr.c:807
542 msgid "assertions are a GCC extension"
543 msgstr ""
544
545 #: expr.c:810
546 msgid "assertions are a deprecated extension"
547 msgstr ""
548
549 #: expr.c:943
550 #: expr.c:972
551 #, c-format
552 msgid "missing binary operator before token \"%s\""
553 msgstr ""
554
555 #: expr.c:963
556 #, c-format
557 msgid "token \"%s\" is not valid in preprocessor expressions"
558 msgstr ""
559
560 #: expr.c:980
561 msgid "missing expression between '(' and ')'"
562 msgstr ""
563
564 #: expr.c:983
565 #, c-format
566 msgid "%s with no expression"
567 msgstr ""
568
569 #: expr.c:986
570 #, c-format
571 msgid "operator '%s' has no right operand"
572 msgstr ""
573
574 #: expr.c:991
575 #, c-format
576 msgid "operator '%s' has no left operand"
577 msgstr ""
578
579 #: expr.c:1017
580 msgid " ':' without preceding '?'"
581 msgstr ""
582
583 #: expr.c:1045
584 #, c-format
585 msgid "unbalanced stack in %s"
586 msgstr ""
587
588 #: expr.c:1065
589 #, c-format
590 msgid "impossible operator '%u'"
591 msgstr ""
592
593 #: expr.c:1166
594 msgid "missing ')' in expression"
595 msgstr ""
596
597 #: expr.c:1195
598 msgid "'?' without following ':'"
599 msgstr ""
600
601 #: expr.c:1205
602 msgid "integer overflow in preprocessor expression"
603 msgstr ""
604
605 #: expr.c:1210
606 msgid "missing '(' in expression"
607 msgstr ""
608
609 #: expr.c:1242
610 #, c-format
611 msgid "the left operand of \"%s\" changes sign when promoted"
612 msgstr ""
613
614 #: expr.c:1247
615 #, c-format
616 msgid "the right operand of \"%s\" changes sign when promoted"
617 msgstr ""
618
619 #: expr.c:1506
620 msgid "traditional C rejects the unary plus operator"
621 msgstr ""
622
623 #: expr.c:1589
624 msgid "comma operator in operand of #if"
625 msgstr ""
626
627 #: expr.c:1725
628 msgid "division by zero in #if"
629 msgstr ""
630
631 #: files.c:463
632 msgid "NULL directory in find_file"
633 msgstr ""
634
635 #: files.c:500
636 msgid "one or more PCH files were found, but they were invalid"
637 msgstr ""
638
639 #: files.c:503
640 msgid "use -Winvalid-pch for more information"
641 msgstr ""
642
643 #: files.c:594
644 #, c-format
645 msgid "%s is a block device"
646 msgstr ""
647
648 #: files.c:611
649 #, c-format
650 msgid "%s is too large"
651 msgstr ""
652
653 #: files.c:646
654 #, c-format
655 msgid "%s is shorter than expected"
656 msgstr ""
657
658 #: files.c:881
659 #, c-format
660 msgid "no include path in which to search for %s"
661 msgstr ""
662
663 #: files.c:1306
664 msgid "Multiple include guards may be useful for:\n"
665 msgstr ""
666
667 #: init.c:485
668 msgid "cppchar_t must be an unsigned type"
669 msgstr ""
670
671 #: init.c:489
672 #, c-format
673 msgid ""
674 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
675 "lu bits"
676 msgstr ""
677
678 #: init.c:496
679 msgid "CPP arithmetic must be at least as precise as a target int"
680 msgstr ""
681
682 #: init.c:499
683 msgid "target char is less than 8 bits wide"
684 msgstr ""
685
686 #: init.c:503
687 msgid "target wchar_t is narrower than target char"
688 msgstr ""
689
690 #: init.c:507
691 msgid "target int is narrower than target char"
692 msgstr ""
693
694 #: init.c:512
695 msgid "CPP half-integer narrower than CPP character"
696 msgstr ""
697
698 #: init.c:516
699 #, c-format
700 msgid ""
701 "CPP on this host cannot handle wide character constants over %lu bits, but "
702 "the target requires %lu bits"
703 msgstr ""
704
705 #: lex.c:285
706 msgid "backslash and newline separated by space"
707 msgstr ""
708
709 #: lex.c:290
710 msgid "backslash-newline at end of file"
711 msgstr ""
712
713 #: lex.c:305
714 #, c-format
715 msgid "trigraph ??%c converted to %c"
716 msgstr ""
717
718 #: lex.c:312
719 #, c-format
720 msgid "trigraph ??%c ignored, use -trigraphs to enable"
721 msgstr ""
722
723 #: lex.c:360
724 msgid "\"/*\" within comment"
725 msgstr ""
726
727 #: lex.c:418
728 #, c-format
729 msgid "%s in preprocessing directive"
730 msgstr ""
731
732 #: lex.c:427
733 msgid "null character(s) ignored"
734 msgstr ""
735
736 #: lex.c:464
737 #, c-format
738 msgid "`%.*s' is not in NFKC"
739 msgstr ""
740
741 #: lex.c:467
742 #, c-format
743 msgid "`%.*s' is not in NFC"
744 msgstr ""
745
746 #: lex.c:535
747 #: lex.c:612
748 #, c-format
749 msgid "attempt to use poisoned \"%s\""
750 msgstr ""
751
752 #: lex.c:543
753 #: lex.c:620
754 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
755 msgstr ""
756
757 #: lex.c:549
758 #: lex.c:626
759 #, c-format
760 msgid "identifier \"%s\" is a special operator name in C++"
761 msgstr ""
762
763 #: lex.c:771
764 msgid "raw string delimiter longer than 16 characters"
765 msgstr ""
766
767 #: lex.c:774
768 #, c-format
769 msgid "invalid character '%c' in raw string delimiter"
770 msgstr ""
771
772 #: lex.c:895
773 #: lex.c:917
774 msgid "unterminated raw string"
775 msgstr ""
776
777 #: lex.c:932
778 #: lex.c:1031
779 msgid "null character(s) preserved in literal"
780 msgstr ""
781
782 #: lex.c:1034
783 #, c-format
784 msgid "missing terminating %c character"
785 msgstr ""
786
787 #: lex.c:1527
788 msgid "C++ style comments are not allowed in ISO C90"
789 msgstr ""
790
791 #: lex.c:1529
792 msgid "(this will be reported only once per input file)"
793 msgstr ""
794
795 #: lex.c:1534
796 msgid "multi-line comment"
797 msgstr ""
798
799 #: lex.c:1854
800 #, c-format
801 msgid "unspellable token %s"
802 msgstr ""
803
804 #: macro.c:87
805 #, c-format
806 msgid "macro \"%s\" is not used"
807 msgstr ""
808
809 #: macro.c:126
810 #: macro.c:321
811 #, c-format
812 msgid "invalid built-in macro \"%s\""
813 msgstr ""
814
815 #: macro.c:160
816 msgid "could not determine file timestamp"
817 msgstr ""
818
819 #: macro.c:256
820 msgid "could not determine date and time"
821 msgstr ""
822
823 #: macro.c:272
824 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
825 msgstr ""
826
827 #: macro.c:430
828 msgid "invalid string literal, ignoring final '\\'"
829 msgstr ""
830
831 #: macro.c:490
832 #, c-format
833 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
834 msgstr ""
835
836 #: macro.c:565
837 msgid "ISO C99 requires rest arguments to be used"
838 msgstr ""
839
840 #: macro.c:570
841 #, c-format
842 msgid "macro \"%s\" requires %u arguments, but only %u given"
843 msgstr ""
844
845 #: macro.c:575
846 #, c-format
847 msgid "macro \"%s\" passed %u arguments, but takes just %u"
848 msgstr ""
849
850 #: macro.c:734
851 #: traditional.c:681
852 #, c-format
853 msgid "unterminated argument list invoking macro \"%s\""
854 msgstr ""
855
856 #: macro.c:864
857 #, c-format
858 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
859 msgstr ""
860
861 #: macro.c:1038
862 #, c-format
863 msgid ""
864 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
865 "C90 and ISO C++98"
866 msgstr ""
867
868 #: macro.c:1501
869 #, c-format
870 msgid "duplicate macro parameter \"%s\""
871 msgstr ""
872
873 #: macro.c:1547
874 #, c-format
875 msgid "\"%s\" may not appear in macro parameter list"
876 msgstr ""
877
878 #: macro.c:1555
879 msgid "macro parameters must be comma-separated"
880 msgstr ""
881
882 #: macro.c:1572
883 msgid "parameter name missing"
884 msgstr ""
885
886 #: macro.c:1589
887 msgid "anonymous variadic macros were introduced in C99"
888 msgstr ""
889
890 #: macro.c:1594
891 msgid "ISO C does not permit named variadic macros"
892 msgstr ""
893
894 #: macro.c:1603
895 msgid "missing ')' in macro parameter list"
896 msgstr ""
897
898 #: macro.c:1652
899 msgid "'##' cannot appear at either end of a macro expansion"
900 msgstr ""
901
902 #: macro.c:1687
903 msgid "ISO C99 requires whitespace after the macro name"
904 msgstr ""
905
906 #: macro.c:1711
907 msgid "missing whitespace after the macro name"
908 msgstr ""
909
910 #: macro.c:1745
911 msgid "'#' is not followed by a macro parameter"
912 msgstr ""
913
914 #: macro.c:1900
915 #, c-format
916 msgid "\"%s\" redefined"
917 msgstr ""
918
919 #: macro.c:1905
920 msgid "this is the location of the previous definition"
921 msgstr ""
922
923 #: macro.c:1966
924 #, c-format
925 msgid "macro argument \"%s\" would be stringified in traditional C"
926 msgstr ""
927
928 #: macro.c:1989
929 #, c-format
930 msgid "invalid hash type %d in cpp_macro_definition"
931 msgstr ""
932
933 #: pch.c:86
934 #: pch.c:334
935 #: pch.c:346
936 #: pch.c:364
937 #: pch.c:370
938 #: pch.c:379
939 #: pch.c:386
940 msgid "while writing precompiled header"
941 msgstr ""
942
943 #: pch.c:617
944 #, c-format
945 msgid "%s: not used because `%.*s' is poisoned"
946 msgstr ""
947
948 #: pch.c:639
949 #, c-format
950 msgid "%s: not used because `%.*s' not defined"
951 msgstr ""
952
953 #: pch.c:651
954 #, c-format
955 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
956 msgstr ""
957
958 #: pch.c:692
959 #, c-format
960 msgid "%s: not used because `%s' is defined"
961 msgstr ""
962
963 #: pch.c:712
964 #, c-format
965 msgid "%s: not used because `__COUNTER__' is invalid"
966 msgstr ""
967
968 #: pch.c:721
969 #: pch.c:894
970 msgid "while reading precompiled header"
971 msgstr ""
972
973 #: traditional.c:751
974 #, c-format
975 msgid "detected recursion whilst expanding macro \"%s\""
976 msgstr ""
977
978 #: traditional.c:969
979 msgid "syntax error in macro parameter list"
980 msgstr ""