Regenerate .pot files.
[official-gcc.git] / libcpp / po / cpplib.pot
blob0d85795475defa644a63999ae0e9331c52a3cc59
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.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
11 "POT-Creation-Date: 2017-04-24 20:35+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 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: charset.c:674
21 #, c-format
22 msgid "conversion from %s to %s not supported by iconv"
23 msgstr ""
25 #: charset.c:677
26 msgid "iconv_open"
27 msgstr ""
29 #: charset.c:685
30 #, c-format
31 msgid "no iconv implementation, cannot convert from %s to %s"
32 msgstr ""
34 #: charset.c:781
35 #, c-format
36 msgid "character 0x%lx is not in the basic source character set\n"
37 msgstr ""
39 #: charset.c:798
40 #: charset.c:1677
41 msgid "converting to execution character set"
42 msgstr ""
44 #: charset.c:804
45 #, c-format
46 msgid "character 0x%lx is not unibyte in execution character set"
47 msgstr ""
49 #: charset.c:1047
50 msgid "universal character names are only valid in C++ and C99"
51 msgstr ""
53 #: charset.c:1051
54 msgid "C99's universal character names are incompatible with C90"
55 msgstr ""
57 #: charset.c:1054
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
62 #: charset.c:1063
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
66 #: charset.c:1096
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
71 #: charset.c:1111
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
76 #: charset.c:1121
77 #: lex.c:1333
78 msgid "'$' in identifier or number"
79 msgstr ""
81 #: charset.c:1131
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
86 #: charset.c:1135
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
91 #: charset.c:1181
92 #: charset.c:2000
93 msgid "converting UCN to source character set"
94 msgstr ""
96 #: charset.c:1188
97 msgid "converting UCN to execution character set"
98 msgstr ""
100 #: charset.c:1277
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
104 #: charset.c:1302
105 msgid "\\x used with no following hex digits"
106 msgstr ""
108 #: charset.c:1309
109 msgid "hex escape sequence out of range"
110 msgstr ""
112 #: charset.c:1361
113 msgid "octal escape sequence out of range"
114 msgstr ""
116 #: charset.c:1443
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
120 #: charset.c:1450
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
125 #: charset.c:1458
126 #, c-format
127 msgid "unknown escape sequence: '\\%c'"
128 msgstr ""
130 #: charset.c:1466
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
135 #: charset.c:1474
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
139 #: charset.c:1614
140 msgid "missing open quote"
141 msgstr ""
143 #: charset.c:1827
144 #: charset.c:1891
145 msgid "character constant too long for its type"
146 msgstr ""
148 #: charset.c:1830
149 msgid "multi-character character constant"
150 msgstr ""
152 #: charset.c:1931
153 msgid "empty character constant"
154 msgstr ""
156 #: charset.c:2047
157 #, c-format
158 msgid "failure to convert %s to %s"
159 msgstr ""
161 #: directives.c:235
162 #: directives.c:278
163 #, c-format
164 msgid "extra tokens at end of #%s directive"
165 msgstr ""
167 #: directives.c:385
168 #, c-format
169 msgid "#%s is a GCC extension"
170 msgstr ""
172 #: directives.c:390
173 #, c-format
174 msgid "#%s is a deprecated GCC extension"
175 msgstr ""
177 #: directives.c:403
178 msgid "suggest not using #elif in traditional C"
179 msgstr ""
181 #: directives.c:406
182 #, c-format
183 msgid "traditional C ignores #%s with the # indented"
184 msgstr ""
186 #: directives.c:410
187 #, c-format
188 msgid "suggest hiding #%s from traditional C with an indented #"
189 msgstr ""
191 #: directives.c:436
192 msgid "embedding a directive within macro arguments is not portable"
193 msgstr ""
195 #: directives.c:456
196 msgid "style of line directive is a GCC extension"
197 msgstr ""
199 #: directives.c:537
200 #, c-format
201 msgid "invalid preprocessing directive #%s"
202 msgstr ""
204 #: directives.c:606
205 msgid "\"defined\" cannot be used as a macro name"
206 msgstr ""
208 #: directives.c:611
209 msgid "\"__has_include__\" cannot be used as a macro name"
210 msgstr ""
212 #: directives.c:617
213 #, c-format
214 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
215 msgstr ""
217 #: directives.c:620
218 #, c-format
219 msgid "no macro name given in #%s directive"
220 msgstr ""
222 #: directives.c:623
223 msgid "macro names must be identifiers"
224 msgstr ""
226 #: directives.c:672
227 #: directives.c:677
228 #, c-format
229 msgid "undefining \"%s\""
230 msgstr ""
232 #: directives.c:732
233 msgid "missing terminating > character"
234 msgstr ""
236 #: directives.c:791
237 #, c-format
238 msgid "#%s expects \"FILENAME\" or <FILENAME>"
239 msgstr ""
241 #: directives.c:837
242 #, c-format
243 msgid "empty filename in #%s"
244 msgstr ""
246 #: directives.c:847
247 msgid "#include nested too deeply"
248 msgstr ""
250 #: directives.c:888
251 msgid "#include_next in primary source file"
252 msgstr ""
254 #: directives.c:914
255 #, c-format
256 msgid "invalid flag \"%s\" in line directive"
257 msgstr ""
259 #: directives.c:974
260 msgid "unexpected end of file after #line"
261 msgstr ""
263 #: directives.c:977
264 #, c-format
265 msgid "\"%s\" after #line is not a positive integer"
266 msgstr ""
268 #: directives.c:983
269 #: directives.c:985
270 msgid "line number out of range"
271 msgstr ""
273 #: directives.c:998
274 #: directives.c:1079
275 #, c-format
276 msgid "\"%s\" is not a valid filename"
277 msgstr ""
279 #: directives.c:1039
280 #, c-format
281 msgid "\"%s\" after # is not a positive integer"
282 msgstr ""
284 #: directives.c:1098
285 #, c-format
286 msgid "file \"%s\" linemarker ignored due to incorrect nesting"
287 msgstr ""
289 #: directives.c:1157
290 #: directives.c:1159
291 #: directives.c:1161
292 #: directives.c:1747
293 #, c-format
294 msgid "%s"
295 msgstr ""
297 #: directives.c:1185
298 #, c-format
299 msgid "invalid #%s directive"
300 msgstr ""
302 #: directives.c:1248
303 #, c-format
304 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
305 msgstr ""
307 #: directives.c:1257
308 #, c-format
309 msgid "registering pragma \"%s\" with name expansion and no namespace"
310 msgstr ""
312 #: directives.c:1275
313 #, c-format
314 msgid "registering \"%s\" as both a pragma and a pragma namespace"
315 msgstr ""
317 #: directives.c:1278
318 #, c-format
319 msgid "#pragma %s %s is already registered"
320 msgstr ""
322 #: directives.c:1281
323 #, c-format
324 msgid "#pragma %s is already registered"
325 msgstr ""
327 #: directives.c:1311
328 msgid "registering pragma with NULL handler"
329 msgstr ""
331 #: directives.c:1528
332 msgid "#pragma once in main file"
333 msgstr ""
335 #: directives.c:1551
336 msgid "invalid #pragma push_macro directive"
337 msgstr ""
339 #: directives.c:1606
340 msgid "invalid #pragma pop_macro directive"
341 msgstr ""
343 #: directives.c:1661
344 msgid "invalid #pragma GCC poison directive"
345 msgstr ""
347 #: directives.c:1670
348 #, c-format
349 msgid "poisoning existing macro \"%s\""
350 msgstr ""
352 #: directives.c:1689
353 msgid "#pragma system_header ignored outside include file"
354 msgstr ""
356 #: directives.c:1714
357 #, c-format
358 msgid "cannot find source file %s"
359 msgstr ""
361 #: directives.c:1718
362 #, c-format
363 msgid "current file is older than %s"
364 msgstr ""
366 #: directives.c:1742
367 #, c-format
368 msgid "invalid \"#pragma GCC %s\" directive"
369 msgstr ""
371 #: directives.c:1943
372 msgid "_Pragma takes a parenthesized string literal"
373 msgstr ""
375 #: directives.c:2064
376 msgid "#else without #if"
377 msgstr ""
379 #: directives.c:2069
380 msgid "#else after #else"
381 msgstr ""
383 #: directives.c:2071
384 #: directives.c:2104
385 msgid "the conditional began here"
386 msgstr ""
388 #: directives.c:2097
389 msgid "#elif without #if"
390 msgstr ""
392 #: directives.c:2102
393 msgid "#elif after #else"
394 msgstr ""
396 #: directives.c:2133
397 msgid "#endif without #if"
398 msgstr ""
400 #: directives.c:2213
401 msgid "missing '(' after predicate"
402 msgstr ""
404 #: directives.c:2228
405 msgid "missing ')' to complete answer"
406 msgstr ""
408 #: directives.c:2248
409 msgid "predicate's answer is empty"
410 msgstr ""
412 #: directives.c:2275
413 msgid "assertion without predicate"
414 msgstr ""
416 #: directives.c:2278
417 msgid "predicate must be an identifier"
418 msgstr ""
420 #: directives.c:2364
421 #, c-format
422 msgid "\"%s\" re-asserted"
423 msgstr ""
425 #: directives.c:2656
426 #, c-format
427 msgid "unterminated #%s"
428 msgstr ""
430 #: directives-only.c:221
431 #: lex.c:2819
432 #: traditional.c:167
433 msgid "unterminated comment"
434 msgstr ""
436 #: errors.c:300
437 #, c-format
438 msgid "%s: %s"
439 msgstr ""
441 #: errors.c:312
442 msgid "stdout"
443 msgstr ""
445 #: expr.c:601
446 #: expr.c:718
447 msgid "fixed-point constants are a GCC extension"
448 msgstr ""
450 #: expr.c:626
451 msgid "invalid prefix \"0b\" for floating constant"
452 msgstr ""
454 #: expr.c:639
455 msgid "use of C++1z hexadecimal floating constant"
456 msgstr ""
458 #: expr.c:642
459 msgid "use of C99 hexadecimal floating constant"
460 msgstr ""
462 #: expr.c:686
463 #, c-format
464 msgid "invalid suffix \"%.*s\" on floating constant"
465 msgstr ""
467 #: expr.c:697
468 #: expr.c:757
469 #, c-format
470 msgid "traditional C rejects the \"%.*s\" suffix"
471 msgstr ""
473 #: expr.c:705
474 msgid "suffix for double constant is a GCC extension"
475 msgstr ""
477 #: expr.c:711
478 #, c-format
479 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
480 msgstr ""
482 #: expr.c:722
483 msgid "decimal float constants are a GCC extension"
484 msgstr ""
486 #: expr.c:740
487 #, c-format
488 msgid "invalid suffix \"%.*s\" on integer constant"
489 msgstr ""
491 #: expr.c:765
492 msgid "use of C++11 long long integer constant"
493 msgstr ""
495 #: expr.c:766
496 msgid "use of C99 long long integer constant"
497 msgstr ""
499 #: expr.c:782
500 msgid "imaginary constants are a GCC extension"
501 msgstr ""
503 #: expr.c:788
504 msgid "binary constants are a C++14 feature or GCC extension"
505 msgstr ""
507 #: expr.c:790
508 msgid "binary constants are a GCC extension"
509 msgstr ""
511 #: expr.c:885
512 msgid "integer constant is too large for its type"
513 msgstr ""
515 #: expr.c:916
516 msgid "integer constant is so large that it is unsigned"
517 msgstr ""
519 #: expr.c:1011
520 msgid "missing ')' after \"defined\""
521 msgstr ""
523 #: expr.c:1018
524 msgid "operator \"defined\" requires an identifier"
525 msgstr ""
527 #: expr.c:1026
528 #, c-format
529 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
530 msgstr ""
532 #: expr.c:1038
533 msgid "this use of \"defined\" may not be portable"
534 msgstr ""
536 #: expr.c:1098
537 msgid "user-defined literal in preprocessor expression"
538 msgstr ""
540 #: expr.c:1103
541 msgid "floating constant in preprocessor expression"
542 msgstr ""
544 #: expr.c:1109
545 msgid "imaginary number in preprocessor expression"
546 msgstr ""
548 #: expr.c:1162
549 #, c-format
550 msgid "\"%s\" is not defined, evaluates to 0"
551 msgstr ""
553 #: expr.c:1175
554 msgid "assertions are a GCC extension"
555 msgstr ""
557 #: expr.c:1178
558 msgid "assertions are a deprecated extension"
559 msgstr ""
561 #: expr.c:1424
562 #, c-format
563 msgid "unbalanced stack in %s"
564 msgstr ""
566 #: expr.c:1444
567 #, c-format
568 msgid "impossible operator '%u'"
569 msgstr ""
571 #: expr.c:1545
572 msgid "missing ')' in expression"
573 msgstr ""
575 #: expr.c:1574
576 msgid "'?' without following ':'"
577 msgstr ""
579 #: expr.c:1584
580 msgid "integer overflow in preprocessor expression"
581 msgstr ""
583 #: expr.c:1589
584 msgid "missing '(' in expression"
585 msgstr ""
587 #: expr.c:1621
588 #, c-format
589 msgid "the left operand of \"%s\" changes sign when promoted"
590 msgstr ""
592 #: expr.c:1626
593 #, c-format
594 msgid "the right operand of \"%s\" changes sign when promoted"
595 msgstr ""
597 #: expr.c:1885
598 msgid "traditional C rejects the unary plus operator"
599 msgstr ""
601 #: expr.c:1983
602 msgid "comma operator in operand of #if"
603 msgstr ""
605 #: expr.c:2119
606 msgid "division by zero in #if"
607 msgstr ""
609 #: expr.c:2216
610 msgid "operator \"__has_include__\" requires a header string"
611 msgstr ""
613 #: expr.c:2232
614 msgid "missing ')' after \"__has_include__\""
615 msgstr ""
617 #: files.c:573
618 msgid "one or more PCH files were found, but they were invalid"
619 msgstr ""
621 #: files.c:576
622 msgid "use -Winvalid-pch for more information"
623 msgstr ""
625 #: files.c:981
626 #, c-format
627 msgid "no include path in which to search for %s"
628 msgstr ""
630 #: files.c:1441
631 msgid "Multiple include guards may be useful for:\n"
632 msgstr ""
634 #: init.c:553
635 msgid "cppchar_t must be an unsigned type"
636 msgstr ""
638 #: init.c:557
639 #, c-format
640 msgid ""
641 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
642 "%lu bits"
643 msgstr ""
645 #: init.c:564
646 msgid "CPP arithmetic must be at least as precise as a target int"
647 msgstr ""
649 #: init.c:567
650 msgid "target char is less than 8 bits wide"
651 msgstr ""
653 #: init.c:571
654 msgid "target wchar_t is narrower than target char"
655 msgstr ""
657 #: init.c:575
658 msgid "target int is narrower than target char"
659 msgstr ""
661 #: init.c:580
662 msgid "CPP half-integer narrower than CPP character"
663 msgstr ""
665 #: init.c:584
666 #, c-format
667 msgid ""
668 "CPP on this host cannot handle wide character constants over %lu bits, but "
669 "the target requires %lu bits"
670 msgstr ""
672 #: lex.c:1126
673 msgid "backslash and newline separated by space"
674 msgstr ""
676 #: lex.c:1131
677 msgid "backslash-newline at end of file"
678 msgstr ""
680 #: lex.c:1147
681 #, c-format
682 msgid "trigraph ??%c converted to %c"
683 msgstr ""
685 #: lex.c:1155
686 #, c-format
687 msgid "trigraph ??%c ignored, use -trigraphs to enable"
688 msgstr ""
690 #: lex.c:1204
691 msgid "\"/*\" within comment"
692 msgstr ""
694 #: lex.c:1262
695 #, c-format
696 msgid "%s in preprocessing directive"
697 msgstr ""
699 #: lex.c:1271
700 msgid "null character(s) ignored"
701 msgstr ""
703 #: lex.c:1308
704 #, c-format
705 msgid "`%.*s' is not in NFKC"
706 msgstr ""
708 #: lex.c:1311
709 #, c-format
710 msgid "`%.*s' is not in NFC"
711 msgstr ""
713 #: lex.c:1381
714 #: lex.c:1470
715 #, c-format
716 msgid "attempt to use poisoned \"%s\""
717 msgstr ""
719 #: lex.c:1391
720 #: lex.c:1480
721 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
722 msgstr ""
724 #: lex.c:1395
725 #: lex.c:1484
726 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
727 msgstr ""
729 #: lex.c:1402
730 #: lex.c:1491
731 #, c-format
732 msgid "identifier \"%s\" is a special operator name in C++"
733 msgstr ""
735 #: lex.c:1781
736 msgid "raw string delimiter longer than 16 characters"
737 msgstr ""
739 #: lex.c:1785
740 msgid "invalid new-line in raw string delimiter"
741 msgstr ""
743 #: lex.c:1789
744 #, c-format
745 msgid "invalid character '%c' in raw string delimiter"
746 msgstr ""
748 #: lex.c:1838
749 #: lex.c:1860
750 msgid "unterminated raw string"
751 msgstr ""
753 #: lex.c:1881
754 #: lex.c:2011
755 msgid ""
756 "invalid suffix on literal; C++11 requires a space between literal and string "
757 "macro"
758 msgstr ""
760 #: lex.c:1993
761 msgid "null character(s) preserved in literal"
762 msgstr ""
764 #: lex.c:1996
765 #, c-format
766 msgid "missing terminating %c character"
767 msgstr ""
769 #: lex.c:2029
770 msgid "C++11 requires a space between string literal and macro"
771 msgstr ""
773 #: lex.c:2833
774 #: lex.c:2867
775 msgid "C++ style comments are not allowed in ISO C90"
776 msgstr ""
778 #: lex.c:2835
779 #: lex.c:2846
780 #: lex.c:2869
781 msgid "(this will be reported only once per input file)"
782 msgstr ""
784 #: lex.c:2844
785 msgid "C++ style comments are incompatible with C90"
786 msgstr ""
788 #: lex.c:2875
789 msgid "multi-line comment"
790 msgstr ""
792 #: lex.c:3248
793 #, c-format
794 msgid "unspellable token %s"
795 msgstr ""
797 #: macro.c:203
798 #, c-format
799 msgid "macro \"%s\" is not used"
800 msgstr ""
802 #: macro.c:242
803 #: macro.c:488
804 #, c-format
805 msgid "invalid built-in macro \"%s\""
806 msgstr ""
808 #: macro.c:249
809 #: macro.c:349
810 #, c-format
811 msgid "macro \"%s\" might prevent reproducible builds"
812 msgstr ""
814 #: macro.c:280
815 msgid "could not determine file timestamp"
816 msgstr ""
818 #: macro.c:395
819 msgid "could not determine date and time"
820 msgstr ""
822 #: macro.c:411
823 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
824 msgstr ""
826 #: macro.c:599
827 msgid "invalid string literal, ignoring final '\\'"
828 msgstr ""
830 #: macro.c:661
831 #, c-format
832 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
833 msgstr ""
835 #: macro.c:785
836 msgid ""
837 "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
838 msgstr ""
840 #: macro.c:789
841 msgid ""
842 "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
843 msgstr ""
845 #: macro.c:796
846 #, c-format
847 msgid "macro \"%s\" requires %u arguments, but only %u given"
848 msgstr ""
850 #: macro.c:801
851 #, c-format
852 msgid "macro \"%s\" passed %u arguments, but takes just %u"
853 msgstr ""
855 #: macro.c:995
856 #: traditional.c:819
857 #, c-format
858 msgid "unterminated argument list invoking macro \"%s\""
859 msgstr ""
861 #: macro.c:1146
862 #, c-format
863 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
864 msgstr ""
866 #: macro.c:1836
867 #, c-format
868 msgid ""
869 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C+"
870 "+98"
871 msgstr ""
873 #: macro.c:1844
874 #: macro.c:1853
875 #, c-format
876 msgid ""
877 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
878 msgstr ""
880 #: macro.c:2817
881 #, c-format
882 msgid "duplicate macro parameter \"%s\""
883 msgstr ""
885 #: macro.c:2866
886 #, c-format
887 msgid "\"%s\" may not appear in macro parameter list"
888 msgstr ""
890 #: macro.c:2874
891 msgid "macro parameters must be comma-separated"
892 msgstr ""
894 #: macro.c:2893
895 msgid "parameter name missing"
896 msgstr ""
898 #: macro.c:2914
899 msgid "anonymous variadic macros were introduced in C++11"
900 msgstr ""
902 #: macro.c:2918
903 #: macro.c:2923
904 msgid "anonymous variadic macros were introduced in C99"
905 msgstr ""
907 #: macro.c:2930
908 msgid "ISO C++ does not permit named variadic macros"
909 msgstr ""
911 #: macro.c:2933
912 msgid "ISO C does not permit named variadic macros"
913 msgstr ""
915 #: macro.c:2943
916 msgid "missing ')' in macro parameter list"
917 msgstr ""
919 #: macro.c:2994
920 msgid "'##' cannot appear at either end of a macro expansion"
921 msgstr ""
923 #: macro.c:3031
924 msgid "ISO C++11 requires whitespace after the macro name"
925 msgstr ""
927 #: macro.c:3034
928 msgid "ISO C99 requires whitespace after the macro name"
929 msgstr ""
931 #: macro.c:3059
932 msgid "missing whitespace after the macro name"
933 msgstr ""
935 #: macro.c:3093
936 msgid "'#' is not followed by a macro parameter"
937 msgstr ""
939 #: macro.c:3254
940 #, c-format
941 msgid "\"%s\" redefined"
942 msgstr ""
944 #: macro.c:3259
945 msgid "this is the location of the previous definition"
946 msgstr ""
948 #: macro.c:3320
949 #, c-format
950 msgid "macro argument \"%s\" would be stringified in traditional C"
951 msgstr ""
953 #: macro.c:3356
954 #, c-format
955 msgid "invalid hash type %d in cpp_macro_definition"
956 msgstr ""
958 #: pch.c:89
959 #: pch.c:347
960 #: pch.c:361
961 #: pch.c:379
962 #: pch.c:385
963 #: pch.c:394
964 #: pch.c:401
965 msgid "while writing precompiled header"
966 msgstr ""
968 #: pch.c:621
969 #, c-format
970 msgid "%s: not used because `%.*s' is poisoned"
971 msgstr ""
973 #: pch.c:643
974 #, c-format
975 msgid "%s: not used because `%.*s' not defined"
976 msgstr ""
978 #: pch.c:655
979 #, c-format
980 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
981 msgstr ""
983 #: pch.c:696
984 #, c-format
985 msgid "%s: not used because `%s' is defined"
986 msgstr ""
988 #: pch.c:716
989 #, c-format
990 msgid "%s: not used because `__COUNTER__' is invalid"
991 msgstr ""
993 #: pch.c:725
994 #: pch.c:902
995 msgid "while reading precompiled header"
996 msgstr ""
998 #: traditional.c:889
999 #, c-format
1000 msgid "detected recursion whilst expanding macro \"%s\""
1001 msgstr ""
1003 #: traditional.c:1108
1004 msgid "syntax error in macro parameter list"
1005 msgstr ""