gcc/po:
[official-gcc.git] / libcpp / po / cpplib.pot
blob46b2cdaaf5476f14734d152e273be50e0b7f8d59
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: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2015-04-07 15:56+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:1452
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:998
50 msgid "universal character names are only valid in C++ and C99"
51 msgstr ""
53 #: charset.c:1002
54 msgid "C99's universal character names are incompatible with C90"
55 msgstr ""
57 #: charset.c:1005
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
62 #: charset.c:1014
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
66 #: charset.c:1039
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
71 #: charset.c:1054
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
76 #: charset.c:1064
77 #: lex.c:1218
78 msgid "'$' in identifier or number"
79 msgstr ""
81 #: charset.c:1074
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
86 #: charset.c:1078
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
91 #: charset.c:1110
92 #: charset.c:1682
93 msgid "converting UCN to source character set"
94 msgstr ""
96 #: charset.c:1114
97 msgid "converting UCN to execution character set"
98 msgstr ""
100 #: charset.c:1186
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
104 #: charset.c:1203
105 msgid "\\x used with no following hex digits"
106 msgstr ""
108 #: charset.c:1210
109 msgid "hex escape sequence out of range"
110 msgstr ""
112 #: charset.c:1248
113 msgid "octal escape sequence out of range"
114 msgstr ""
116 #: charset.c:1314
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
120 #: charset.c:1321
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
125 #: charset.c:1329
126 #, c-format
127 msgid "unknown escape sequence: '\\%c'"
128 msgstr ""
130 #: charset.c:1337
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
135 #: charset.c:1344
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
139 #: charset.c:1517
140 #: charset.c:1581
141 msgid "character constant too long for its type"
142 msgstr ""
144 #: charset.c:1520
145 msgid "multi-character character constant"
146 msgstr ""
148 #: charset.c:1620
149 msgid "empty character constant"
150 msgstr ""
152 #: charset.c:1729
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
157 #: directives.c:224
158 #: directives.c:267
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
163 #: directives.c:374
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
168 #: directives.c:379
169 #, c-format
170 msgid "#%s is a deprecated GCC extension"
171 msgstr ""
173 #: directives.c:392
174 msgid "suggest not using #elif in traditional C"
175 msgstr ""
177 #: directives.c:395
178 #, c-format
179 msgid "traditional C ignores #%s with the # indented"
180 msgstr ""
182 #: directives.c:399
183 #, c-format
184 msgid "suggest hiding #%s from traditional C with an indented #"
185 msgstr ""
187 #: directives.c:425
188 msgid "embedding a directive within macro arguments is not portable"
189 msgstr ""
191 #: directives.c:445
192 msgid "style of line directive is a GCC extension"
193 msgstr ""
195 #: directives.c:500
196 #, c-format
197 msgid "invalid preprocessing directive #%s"
198 msgstr ""
200 #: directives.c:568
201 msgid "\"defined\" cannot be used as a macro name"
202 msgstr ""
204 #: directives.c:573
205 msgid "\"__has_include__\" cannot be used as a macro name"
206 msgstr ""
208 #: directives.c:579
209 #, c-format
210 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
211 msgstr ""
213 #: directives.c:582
214 #, c-format
215 msgid "no macro name given in #%s directive"
216 msgstr ""
218 #: directives.c:585
219 msgid "macro names must be identifiers"
220 msgstr ""
222 #: directives.c:634
223 #: directives.c:639
224 #, c-format
225 msgid "undefining \"%s\""
226 msgstr ""
228 #: directives.c:694
229 msgid "missing terminating > character"
230 msgstr ""
232 #: directives.c:753
233 #, c-format
234 msgid "#%s expects \"FILENAME\" or <FILENAME>"
235 msgstr ""
237 #: directives.c:799
238 #, c-format
239 msgid "empty filename in #%s"
240 msgstr ""
242 #: directives.c:809
243 msgid "#include nested too deeply"
244 msgstr ""
246 #: directives.c:850
247 msgid "#include_next in primary source file"
248 msgstr ""
250 #: directives.c:876
251 #, c-format
252 msgid "invalid flag \"%s\" in line directive"
253 msgstr ""
255 #: directives.c:936
256 msgid "unexpected end of file after #line"
257 msgstr ""
259 #: directives.c:939
260 #, c-format
261 msgid "\"%s\" after #line is not a positive integer"
262 msgstr ""
264 #: directives.c:945
265 #: directives.c:947
266 msgid "line number out of range"
267 msgstr ""
269 #: directives.c:960
270 #: directives.c:1040
271 #, c-format
272 msgid "\"%s\" is not a valid filename"
273 msgstr ""
275 #: directives.c:1000
276 #, c-format
277 msgid "\"%s\" after # is not a positive integer"
278 msgstr ""
280 #: directives.c:1095
281 #: directives.c:1097
282 #: directives.c:1099
283 #: directives.c:1685
284 #, c-format
285 msgid "%s"
286 msgstr ""
288 #: directives.c:1123
289 #, c-format
290 msgid "invalid #%s directive"
291 msgstr ""
293 #: directives.c:1186
294 #, c-format
295 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
296 msgstr ""
298 #: directives.c:1195
299 #, c-format
300 msgid "registering pragma \"%s\" with name expansion and no namespace"
301 msgstr ""
303 #: directives.c:1213
304 #, c-format
305 msgid "registering \"%s\" as both a pragma and a pragma namespace"
306 msgstr ""
308 #: directives.c:1216
309 #, c-format
310 msgid "#pragma %s %s is already registered"
311 msgstr ""
313 #: directives.c:1219
314 #, c-format
315 msgid "#pragma %s is already registered"
316 msgstr ""
318 #: directives.c:1249
319 msgid "registering pragma with NULL handler"
320 msgstr ""
322 #: directives.c:1466
323 msgid "#pragma once in main file"
324 msgstr ""
326 #: directives.c:1489
327 msgid "invalid #pragma push_macro directive"
328 msgstr ""
330 #: directives.c:1544
331 msgid "invalid #pragma pop_macro directive"
332 msgstr ""
334 #: directives.c:1599
335 msgid "invalid #pragma GCC poison directive"
336 msgstr ""
338 #: directives.c:1608
339 #, c-format
340 msgid "poisoning existing macro \"%s\""
341 msgstr ""
343 #: directives.c:1627
344 msgid "#pragma system_header ignored outside include file"
345 msgstr ""
347 #: directives.c:1652
348 #, c-format
349 msgid "cannot find source file %s"
350 msgstr ""
352 #: directives.c:1656
353 #, c-format
354 msgid "current file is older than %s"
355 msgstr ""
357 #: directives.c:1680
358 #, c-format
359 msgid "invalid \"#pragma GCC %s\" directive"
360 msgstr ""
362 #: directives.c:1874
363 msgid "_Pragma takes a parenthesized string literal"
364 msgstr ""
366 #: directives.c:1995
367 msgid "#else without #if"
368 msgstr ""
370 #: directives.c:2000
371 msgid "#else after #else"
372 msgstr ""
374 #: directives.c:2002
375 #: directives.c:2035
376 msgid "the conditional began here"
377 msgstr ""
379 #: directives.c:2028
380 msgid "#elif without #if"
381 msgstr ""
383 #: directives.c:2033
384 msgid "#elif after #else"
385 msgstr ""
387 #: directives.c:2064
388 msgid "#endif without #if"
389 msgstr ""
391 #: directives.c:2144
392 msgid "missing '(' after predicate"
393 msgstr ""
395 #: directives.c:2159
396 msgid "missing ')' to complete answer"
397 msgstr ""
399 #: directives.c:2179
400 msgid "predicate's answer is empty"
401 msgstr ""
403 #: directives.c:2206
404 msgid "assertion without predicate"
405 msgstr ""
407 #: directives.c:2209
408 msgid "predicate must be an identifier"
409 msgstr ""
411 #: directives.c:2295
412 #, c-format
413 msgid "\"%s\" re-asserted"
414 msgstr ""
416 #: directives.c:2587
417 #, c-format
418 msgid "unterminated #%s"
419 msgstr ""
421 #: directives-only.c:221
422 #: lex.c:2433
423 #: traditional.c:167
424 msgid "unterminated comment"
425 msgstr ""
427 #: errors.c:231
428 msgid "stdout"
429 msgstr ""
431 #: errors.c:233
432 #, c-format
433 msgid "%s: %s"
434 msgstr ""
436 #: expr.c:512
437 #: expr.c:629
438 msgid "fixed-point constants are a GCC extension"
439 msgstr ""
441 #: expr.c:537
442 msgid "invalid prefix \"0b\" for floating constant"
443 msgstr ""
445 #: expr.c:550
446 msgid "use of C++11 hexadecimal floating constant"
447 msgstr ""
449 #: expr.c:553
450 msgid "use of C99 hexadecimal floating constant"
451 msgstr ""
453 #: expr.c:597
454 #, c-format
455 msgid "invalid suffix \"%.*s\" on floating constant"
456 msgstr ""
458 #: expr.c:608
459 #: expr.c:668
460 #, c-format
461 msgid "traditional C rejects the \"%.*s\" suffix"
462 msgstr ""
464 #: expr.c:616
465 msgid "suffix for double constant is a GCC extension"
466 msgstr ""
468 #: expr.c:622
469 #, c-format
470 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
471 msgstr ""
473 #: expr.c:633
474 msgid "decimal float constants are a GCC extension"
475 msgstr ""
477 #: expr.c:651
478 #, c-format
479 msgid "invalid suffix \"%.*s\" on integer constant"
480 msgstr ""
482 #: expr.c:676
483 msgid "use of C++11 long long integer constant"
484 msgstr ""
486 #: expr.c:677
487 msgid "use of C99 long long integer constant"
488 msgstr ""
490 #: expr.c:693
491 msgid "imaginary constants are a GCC extension"
492 msgstr ""
494 #: expr.c:699
495 msgid "binary constants are a C++14 feature or GCC extension"
496 msgstr ""
498 #: expr.c:701
499 msgid "binary constants are a GCC extension"
500 msgstr ""
502 #: expr.c:796
503 msgid "integer constant is too large for its type"
504 msgstr ""
506 #: expr.c:827
507 msgid "integer constant is so large that it is unsigned"
508 msgstr ""
510 #: expr.c:922
511 msgid "missing ')' after \"defined\""
512 msgstr ""
514 #: expr.c:929
515 msgid "operator \"defined\" requires an identifier"
516 msgstr ""
518 #: expr.c:937
519 #, c-format
520 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
521 msgstr ""
523 #: expr.c:947
524 msgid "this use of \"defined\" may not be portable"
525 msgstr ""
527 #: expr.c:1007
528 msgid "user-defined literal in preprocessor expression"
529 msgstr ""
531 #: expr.c:1012
532 msgid "floating constant in preprocessor expression"
533 msgstr ""
535 #: expr.c:1018
536 msgid "imaginary number in preprocessor expression"
537 msgstr ""
539 #: expr.c:1070
540 #, c-format
541 msgid "\"%s\" is not defined"
542 msgstr ""
544 #: expr.c:1083
545 msgid "assertions are a GCC extension"
546 msgstr ""
548 #: expr.c:1086
549 msgid "assertions are a deprecated extension"
550 msgstr ""
552 #: expr.c:1331
553 #, c-format
554 msgid "unbalanced stack in %s"
555 msgstr ""
557 #: expr.c:1351
558 #, c-format
559 msgid "impossible operator '%u'"
560 msgstr ""
562 #: expr.c:1452
563 msgid "missing ')' in expression"
564 msgstr ""
566 #: expr.c:1481
567 msgid "'?' without following ':'"
568 msgstr ""
570 #: expr.c:1491
571 msgid "integer overflow in preprocessor expression"
572 msgstr ""
574 #: expr.c:1496
575 msgid "missing '(' in expression"
576 msgstr ""
578 #: expr.c:1528
579 #, c-format
580 msgid "the left operand of \"%s\" changes sign when promoted"
581 msgstr ""
583 #: expr.c:1533
584 #, c-format
585 msgid "the right operand of \"%s\" changes sign when promoted"
586 msgstr ""
588 #: expr.c:1792
589 msgid "traditional C rejects the unary plus operator"
590 msgstr ""
592 #: expr.c:1890
593 msgid "comma operator in operand of #if"
594 msgstr ""
596 #: expr.c:2026
597 msgid "division by zero in #if"
598 msgstr ""
600 #: expr.c:2123
601 msgid "operator \"__has_include__\" requires a header string"
602 msgstr ""
604 #: expr.c:2139
605 msgid "missing ')' after \"__has_include__\""
606 msgstr ""
608 #: files.c:511
609 msgid "NULL directory in find_file"
610 msgstr ""
612 #: files.c:559
613 msgid "one or more PCH files were found, but they were invalid"
614 msgstr ""
616 #: files.c:562
617 msgid "use -Winvalid-pch for more information"
618 msgstr ""
620 #: files.c:666
621 #, c-format
622 msgid "%s is a block device"
623 msgstr ""
625 #: files.c:683
626 #, c-format
627 msgid "%s is too large"
628 msgstr ""
630 #: files.c:723
631 #, c-format
632 msgid "%s is shorter than expected"
633 msgstr ""
635 #: files.c:959
636 #, c-format
637 msgid "no include path in which to search for %s"
638 msgstr ""
640 #: files.c:1409
641 msgid "Multiple include guards may be useful for:\n"
642 msgstr ""
644 #: init.c:546
645 msgid "cppchar_t must be an unsigned type"
646 msgstr ""
648 #: init.c:550
649 #, c-format
650 msgid ""
651 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
652 "%lu bits"
653 msgstr ""
655 #: init.c:557
656 msgid "CPP arithmetic must be at least as precise as a target int"
657 msgstr ""
659 #: init.c:560
660 msgid "target char is less than 8 bits wide"
661 msgstr ""
663 #: init.c:564
664 msgid "target wchar_t is narrower than target char"
665 msgstr ""
667 #: init.c:568
668 msgid "target int is narrower than target char"
669 msgstr ""
671 #: init.c:573
672 msgid "CPP half-integer narrower than CPP character"
673 msgstr ""
675 #: init.c:577
676 #, c-format
677 msgid ""
678 "CPP on this host cannot handle wide character constants over %lu bits, but "
679 "the target requires %lu bits"
680 msgstr ""
682 #: lex.c:1011
683 msgid "backslash and newline separated by space"
684 msgstr ""
686 #: lex.c:1016
687 msgid "backslash-newline at end of file"
688 msgstr ""
690 #: lex.c:1032
691 #, c-format
692 msgid "trigraph ??%c converted to %c"
693 msgstr ""
695 #: lex.c:1040
696 #, c-format
697 msgid "trigraph ??%c ignored, use -trigraphs to enable"
698 msgstr ""
700 #: lex.c:1089
701 msgid "\"/*\" within comment"
702 msgstr ""
704 #: lex.c:1147
705 #, c-format
706 msgid "%s in preprocessing directive"
707 msgstr ""
709 #: lex.c:1156
710 msgid "null character(s) ignored"
711 msgstr ""
713 #: lex.c:1193
714 #, c-format
715 msgid "`%.*s' is not in NFKC"
716 msgstr ""
718 #: lex.c:1196
719 #, c-format
720 msgid "`%.*s' is not in NFC"
721 msgstr ""
723 #: lex.c:1265
724 #: lex.c:1354
725 #, c-format
726 msgid "attempt to use poisoned \"%s\""
727 msgstr ""
729 #: lex.c:1275
730 #: lex.c:1364
731 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
732 msgstr ""
734 #: lex.c:1279
735 #: lex.c:1368
736 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
737 msgstr ""
739 #: lex.c:1286
740 #: lex.c:1375
741 #, c-format
742 msgid "identifier \"%s\" is a special operator name in C++"
743 msgstr ""
745 #: lex.c:1665
746 msgid "raw string delimiter longer than 16 characters"
747 msgstr ""
749 #: lex.c:1669
750 msgid "invalid new-line in raw string delimiter"
751 msgstr ""
753 #: lex.c:1673
754 #, c-format
755 msgid "invalid character '%c' in raw string delimiter"
756 msgstr ""
758 #: lex.c:1722
759 #: lex.c:1744
760 msgid "unterminated raw string"
761 msgstr ""
763 #: lex.c:1765
764 #: lex.c:1894
765 msgid ""
766 "invalid suffix on literal; C++11 requires a space between literal and string "
767 "macro"
768 msgstr ""
770 #: lex.c:1876
771 msgid "null character(s) preserved in literal"
772 msgstr ""
774 #: lex.c:1879
775 #, c-format
776 msgid "missing terminating %c character"
777 msgstr ""
779 #: lex.c:2447
780 #: lex.c:2481
781 msgid "C++ style comments are not allowed in ISO C90"
782 msgstr ""
784 #: lex.c:2449
785 #: lex.c:2460
786 #: lex.c:2483
787 msgid "(this will be reported only once per input file)"
788 msgstr ""
790 #: lex.c:2458
791 msgid "C++ style comments are incompatible with C90"
792 msgstr ""
794 #: lex.c:2489
795 msgid "multi-line comment"
796 msgstr ""
798 #: lex.c:2833
799 #, c-format
800 msgid "unspellable token %s"
801 msgstr ""
803 #: macro.c:200
804 #, c-format
805 msgid "macro \"%s\" is not used"
806 msgstr ""
808 #: macro.c:238
809 #: macro.c:470
810 #, c-format
811 msgid "invalid built-in macro \"%s\""
812 msgstr ""
814 #: macro.c:245
815 #: macro.c:342
816 #, c-format
817 msgid "macro \"%s\" might prevent reproducible builds"
818 msgstr ""
820 #: macro.c:276
821 msgid "could not determine file timestamp"
822 msgstr ""
824 #: macro.c:377
825 msgid "could not determine date and time"
826 msgstr ""
828 #: macro.c:393
829 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
830 msgstr ""
832 #: macro.c:581
833 msgid "invalid string literal, ignoring final '\\'"
834 msgstr ""
836 #: macro.c:643
837 #, c-format
838 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
839 msgstr ""
841 #: macro.c:767
842 msgid ""
843 "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
844 msgstr ""
846 #: macro.c:771
847 msgid ""
848 "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
849 msgstr ""
851 #: macro.c:778
852 #, c-format
853 msgid "macro \"%s\" requires %u arguments, but only %u given"
854 msgstr ""
856 #: macro.c:783
857 #, c-format
858 msgid "macro \"%s\" passed %u arguments, but takes just %u"
859 msgstr ""
861 #: macro.c:977
862 #: traditional.c:819
863 #, c-format
864 msgid "unterminated argument list invoking macro \"%s\""
865 msgstr ""
867 #: macro.c:1128
868 #, c-format
869 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
870 msgstr ""
872 #: macro.c:1814
873 #, c-format
874 msgid ""
875 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C+"
876 "+98"
877 msgstr ""
879 #: macro.c:1822
880 #: macro.c:1831
881 #, c-format
882 msgid ""
883 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
884 msgstr ""
886 #: macro.c:2800
887 #, c-format
888 msgid "duplicate macro parameter \"%s\""
889 msgstr ""
891 #: macro.c:2849
892 #, c-format
893 msgid "\"%s\" may not appear in macro parameter list"
894 msgstr ""
896 #: macro.c:2857
897 msgid "macro parameters must be comma-separated"
898 msgstr ""
900 #: macro.c:2875
901 msgid "parameter name missing"
902 msgstr ""
904 #: macro.c:2896
905 msgid "anonymous variadic macros were introduced in C++11"
906 msgstr ""
908 #: macro.c:2900
909 #: macro.c:2905
910 msgid "anonymous variadic macros were introduced in C99"
911 msgstr ""
913 #: macro.c:2912
914 msgid "ISO C++ does not permit named variadic macros"
915 msgstr ""
917 #: macro.c:2915
918 msgid "ISO C does not permit named variadic macros"
919 msgstr ""
921 #: macro.c:2925
922 msgid "missing ')' in macro parameter list"
923 msgstr ""
925 #: macro.c:2976
926 msgid "'##' cannot appear at either end of a macro expansion"
927 msgstr ""
929 #: macro.c:3013
930 msgid "ISO C++11 requires whitespace after the macro name"
931 msgstr ""
933 #: macro.c:3016
934 msgid "ISO C99 requires whitespace after the macro name"
935 msgstr ""
937 #: macro.c:3041
938 msgid "missing whitespace after the macro name"
939 msgstr ""
941 #: macro.c:3075
942 msgid "'#' is not followed by a macro parameter"
943 msgstr ""
945 #: macro.c:3236
946 #, c-format
947 msgid "\"%s\" redefined"
948 msgstr ""
950 #: macro.c:3241
951 msgid "this is the location of the previous definition"
952 msgstr ""
954 #: macro.c:3302
955 #, c-format
956 msgid "macro argument \"%s\" would be stringified in traditional C"
957 msgstr ""
959 #: macro.c:3329
960 #, c-format
961 msgid "invalid hash type %d in cpp_macro_definition"
962 msgstr ""
964 #: pch.c:87
965 #: pch.c:345
966 #: pch.c:359
967 #: pch.c:377
968 #: pch.c:383
969 #: pch.c:392
970 #: pch.c:399
971 msgid "while writing precompiled header"
972 msgstr ""
974 #: pch.c:619
975 #, c-format
976 msgid "%s: not used because `%.*s' is poisoned"
977 msgstr ""
979 #: pch.c:641
980 #, c-format
981 msgid "%s: not used because `%.*s' not defined"
982 msgstr ""
984 #: pch.c:653
985 #, c-format
986 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
987 msgstr ""
989 #: pch.c:694
990 #, c-format
991 msgid "%s: not used because `%s' is defined"
992 msgstr ""
994 #: pch.c:714
995 #, c-format
996 msgid "%s: not used because `__COUNTER__' is invalid"
997 msgstr ""
999 #: pch.c:723
1000 #: pch.c:900
1001 msgid "while reading precompiled header"
1002 msgstr ""
1004 #: traditional.c:889
1005 #, c-format
1006 msgid "detected recursion whilst expanding macro \"%s\""
1007 msgstr ""
1009 #: traditional.c:1108
1010 msgid "syntax error in macro parameter list"
1011 msgstr ""