2016-06-27 François Dumont <fdumont@gcc.gnu.org>
[official-gcc.git] / libcpp / po / cpplib.pot
blobd4bf78ad3a132a74091362e1d4478b51ed68fc9c
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: 2016-04-21 15:20+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:1453
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:997
50 msgid "universal character names are only valid in C++ and C99"
51 msgstr ""
53 #: charset.c:1001
54 msgid "C99's universal character names are incompatible with C90"
55 msgstr ""
57 #: charset.c:1004
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
62 #: charset.c:1013
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
66 #: charset.c:1041
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
71 #: charset.c:1056
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
76 #: charset.c:1066
77 #: lex.c:1236
78 msgid "'$' in identifier or number"
79 msgstr ""
81 #: charset.c:1076
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
86 #: charset.c:1080
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:1691
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:1518
140 #: charset.c:1582
141 msgid "character constant too long for its type"
142 msgstr ""
144 #: charset.c:1521
145 msgid "multi-character character constant"
146 msgstr ""
148 #: charset.c:1622
149 msgid "empty character constant"
150 msgstr ""
152 #: charset.c:1738
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
157 #: directives.c:225
158 #: directives.c:268
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
163 #: directives.c:375
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
168 #: directives.c:380
169 #, c-format
170 msgid "#%s is a deprecated GCC extension"
171 msgstr ""
173 #: directives.c:393
174 msgid "suggest not using #elif in traditional C"
175 msgstr ""
177 #: directives.c:396
178 #, c-format
179 msgid "traditional C ignores #%s with the # indented"
180 msgstr ""
182 #: directives.c:400
183 #, c-format
184 msgid "suggest hiding #%s from traditional C with an indented #"
185 msgstr ""
187 #: directives.c:426
188 msgid "embedding a directive within macro arguments is not portable"
189 msgstr ""
191 #: directives.c:446
192 msgid "style of line directive is a GCC extension"
193 msgstr ""
195 #: directives.c:501
196 #, c-format
197 msgid "invalid preprocessing directive #%s"
198 msgstr ""
200 #: directives.c:569
201 msgid "\"defined\" cannot be used as a macro name"
202 msgstr ""
204 #: directives.c:574
205 msgid "\"__has_include__\" cannot be used as a macro name"
206 msgstr ""
208 #: directives.c:580
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:583
214 #, c-format
215 msgid "no macro name given in #%s directive"
216 msgstr ""
218 #: directives.c:586
219 msgid "macro names must be identifiers"
220 msgstr ""
222 #: directives.c:635
223 #: directives.c:640
224 #, c-format
225 msgid "undefining \"%s\""
226 msgstr ""
228 #: directives.c:695
229 msgid "missing terminating > character"
230 msgstr ""
232 #: directives.c:754
233 #, c-format
234 msgid "#%s expects \"FILENAME\" or <FILENAME>"
235 msgstr ""
237 #: directives.c:800
238 #, c-format
239 msgid "empty filename in #%s"
240 msgstr ""
242 #: directives.c:810
243 msgid "#include nested too deeply"
244 msgstr ""
246 #: directives.c:851
247 msgid "#include_next in primary source file"
248 msgstr ""
250 #: directives.c:877
251 #, c-format
252 msgid "invalid flag \"%s\" in line directive"
253 msgstr ""
255 #: directives.c:937
256 msgid "unexpected end of file after #line"
257 msgstr ""
259 #: directives.c:940
260 #, c-format
261 msgid "\"%s\" after #line is not a positive integer"
262 msgstr ""
264 #: directives.c:946
265 #: directives.c:948
266 msgid "line number out of range"
267 msgstr ""
269 #: directives.c:961
270 #: directives.c:1042
271 #, c-format
272 msgid "\"%s\" is not a valid filename"
273 msgstr ""
275 #: directives.c:1002
276 #, c-format
277 msgid "\"%s\" after # is not a positive integer"
278 msgstr ""
280 #: directives.c:1061
281 #, c-format
282 msgid "file \"%s\" linemarker ignored due to incorrect nesting"
283 msgstr ""
285 #: directives.c:1120
286 #: directives.c:1122
287 #: directives.c:1124
288 #: directives.c:1710
289 #, c-format
290 msgid "%s"
291 msgstr ""
293 #: directives.c:1148
294 #, c-format
295 msgid "invalid #%s directive"
296 msgstr ""
298 #: directives.c:1211
299 #, c-format
300 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
301 msgstr ""
303 #: directives.c:1220
304 #, c-format
305 msgid "registering pragma \"%s\" with name expansion and no namespace"
306 msgstr ""
308 #: directives.c:1238
309 #, c-format
310 msgid "registering \"%s\" as both a pragma and a pragma namespace"
311 msgstr ""
313 #: directives.c:1241
314 #, c-format
315 msgid "#pragma %s %s is already registered"
316 msgstr ""
318 #: directives.c:1244
319 #, c-format
320 msgid "#pragma %s is already registered"
321 msgstr ""
323 #: directives.c:1274
324 msgid "registering pragma with NULL handler"
325 msgstr ""
327 #: directives.c:1491
328 msgid "#pragma once in main file"
329 msgstr ""
331 #: directives.c:1514
332 msgid "invalid #pragma push_macro directive"
333 msgstr ""
335 #: directives.c:1569
336 msgid "invalid #pragma pop_macro directive"
337 msgstr ""
339 #: directives.c:1624
340 msgid "invalid #pragma GCC poison directive"
341 msgstr ""
343 #: directives.c:1633
344 #, c-format
345 msgid "poisoning existing macro \"%s\""
346 msgstr ""
348 #: directives.c:1652
349 msgid "#pragma system_header ignored outside include file"
350 msgstr ""
352 #: directives.c:1677
353 #, c-format
354 msgid "cannot find source file %s"
355 msgstr ""
357 #: directives.c:1681
358 #, c-format
359 msgid "current file is older than %s"
360 msgstr ""
362 #: directives.c:1705
363 #, c-format
364 msgid "invalid \"#pragma GCC %s\" directive"
365 msgstr ""
367 #: directives.c:1906
368 msgid "_Pragma takes a parenthesized string literal"
369 msgstr ""
371 #: directives.c:2027
372 msgid "#else without #if"
373 msgstr ""
375 #: directives.c:2032
376 msgid "#else after #else"
377 msgstr ""
379 #: directives.c:2034
380 #: directives.c:2067
381 msgid "the conditional began here"
382 msgstr ""
384 #: directives.c:2060
385 msgid "#elif without #if"
386 msgstr ""
388 #: directives.c:2065
389 msgid "#elif after #else"
390 msgstr ""
392 #: directives.c:2096
393 msgid "#endif without #if"
394 msgstr ""
396 #: directives.c:2176
397 msgid "missing '(' after predicate"
398 msgstr ""
400 #: directives.c:2191
401 msgid "missing ')' to complete answer"
402 msgstr ""
404 #: directives.c:2211
405 msgid "predicate's answer is empty"
406 msgstr ""
408 #: directives.c:2238
409 msgid "assertion without predicate"
410 msgstr ""
412 #: directives.c:2241
413 msgid "predicate must be an identifier"
414 msgstr ""
416 #: directives.c:2327
417 #, c-format
418 msgid "\"%s\" re-asserted"
419 msgstr ""
421 #: directives.c:2619
422 #, c-format
423 msgid "unterminated #%s"
424 msgstr ""
426 #: directives-only.c:221
427 #: lex.c:2460
428 #: traditional.c:167
429 msgid "unterminated comment"
430 msgstr ""
432 #: errors.c:234
433 #: errors.c:247
434 #, c-format
435 msgid "%s: %s"
436 msgstr ""
438 #: errors.c:245
439 msgid "stdout"
440 msgstr ""
442 #: expr.c:517
443 #: expr.c:634
444 msgid "fixed-point constants are a GCC extension"
445 msgstr ""
447 #: expr.c:542
448 msgid "invalid prefix \"0b\" for floating constant"
449 msgstr ""
451 #: expr.c:555
452 msgid "use of C++1z hexadecimal floating constant"
453 msgstr ""
455 #: expr.c:558
456 msgid "use of C99 hexadecimal floating constant"
457 msgstr ""
459 #: expr.c:602
460 #, c-format
461 msgid "invalid suffix \"%.*s\" on floating constant"
462 msgstr ""
464 #: expr.c:613
465 #: expr.c:673
466 #, c-format
467 msgid "traditional C rejects the \"%.*s\" suffix"
468 msgstr ""
470 #: expr.c:621
471 msgid "suffix for double constant is a GCC extension"
472 msgstr ""
474 #: expr.c:627
475 #, c-format
476 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
477 msgstr ""
479 #: expr.c:638
480 msgid "decimal float constants are a GCC extension"
481 msgstr ""
483 #: expr.c:656
484 #, c-format
485 msgid "invalid suffix \"%.*s\" on integer constant"
486 msgstr ""
488 #: expr.c:681
489 msgid "use of C++11 long long integer constant"
490 msgstr ""
492 #: expr.c:682
493 msgid "use of C99 long long integer constant"
494 msgstr ""
496 #: expr.c:698
497 msgid "imaginary constants are a GCC extension"
498 msgstr ""
500 #: expr.c:704
501 msgid "binary constants are a C++14 feature or GCC extension"
502 msgstr ""
504 #: expr.c:706
505 msgid "binary constants are a GCC extension"
506 msgstr ""
508 #: expr.c:801
509 msgid "integer constant is too large for its type"
510 msgstr ""
512 #: expr.c:832
513 msgid "integer constant is so large that it is unsigned"
514 msgstr ""
516 #: expr.c:927
517 msgid "missing ')' after \"defined\""
518 msgstr ""
520 #: expr.c:934
521 msgid "operator \"defined\" requires an identifier"
522 msgstr ""
524 #: expr.c:942
525 #, c-format
526 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
527 msgstr ""
529 #: expr.c:952
530 msgid "this use of \"defined\" may not be portable"
531 msgstr ""
533 #: expr.c:1012
534 msgid "user-defined literal in preprocessor expression"
535 msgstr ""
537 #: expr.c:1017
538 msgid "floating constant in preprocessor expression"
539 msgstr ""
541 #: expr.c:1023
542 msgid "imaginary number in preprocessor expression"
543 msgstr ""
545 #: expr.c:1076
546 #, c-format
547 msgid "\"%s\" is not defined"
548 msgstr ""
550 #: expr.c:1089
551 msgid "assertions are a GCC extension"
552 msgstr ""
554 #: expr.c:1092
555 msgid "assertions are a deprecated extension"
556 msgstr ""
558 #: expr.c:1338
559 #, c-format
560 msgid "unbalanced stack in %s"
561 msgstr ""
563 #: expr.c:1358
564 #, c-format
565 msgid "impossible operator '%u'"
566 msgstr ""
568 #: expr.c:1459
569 msgid "missing ')' in expression"
570 msgstr ""
572 #: expr.c:1488
573 msgid "'?' without following ':'"
574 msgstr ""
576 #: expr.c:1498
577 msgid "integer overflow in preprocessor expression"
578 msgstr ""
580 #: expr.c:1503
581 msgid "missing '(' in expression"
582 msgstr ""
584 #: expr.c:1535
585 #, c-format
586 msgid "the left operand of \"%s\" changes sign when promoted"
587 msgstr ""
589 #: expr.c:1540
590 #, c-format
591 msgid "the right operand of \"%s\" changes sign when promoted"
592 msgstr ""
594 #: expr.c:1799
595 msgid "traditional C rejects the unary plus operator"
596 msgstr ""
598 #: expr.c:1897
599 msgid "comma operator in operand of #if"
600 msgstr ""
602 #: expr.c:2033
603 msgid "division by zero in #if"
604 msgstr ""
606 #: expr.c:2130
607 msgid "operator \"__has_include__\" requires a header string"
608 msgstr ""
610 #: expr.c:2146
611 msgid "missing ')' after \"__has_include__\""
612 msgstr ""
614 #: files.c:513
615 msgid "NULL directory in find_file"
616 msgstr ""
618 #: files.c:564
619 msgid "one or more PCH files were found, but they were invalid"
620 msgstr ""
622 #: files.c:567
623 msgid "use -Winvalid-pch for more information"
624 msgstr ""
626 #: files.c:671
627 #, c-format
628 msgid "%s is a block device"
629 msgstr ""
631 #: files.c:688
632 #, c-format
633 msgid "%s is too large"
634 msgstr ""
636 #: files.c:728
637 #, c-format
638 msgid "%s is shorter than expected"
639 msgstr ""
641 #: files.c:964
642 #, c-format
643 msgid "no include path in which to search for %s"
644 msgstr ""
646 #: files.c:1419
647 msgid "Multiple include guards may be useful for:\n"
648 msgstr ""
650 #: init.c:549
651 msgid "cppchar_t must be an unsigned type"
652 msgstr ""
654 #: init.c:553
655 #, c-format
656 msgid ""
657 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
658 "%lu bits"
659 msgstr ""
661 #: init.c:560
662 msgid "CPP arithmetic must be at least as precise as a target int"
663 msgstr ""
665 #: init.c:563
666 msgid "target char is less than 8 bits wide"
667 msgstr ""
669 #: init.c:567
670 msgid "target wchar_t is narrower than target char"
671 msgstr ""
673 #: init.c:571
674 msgid "target int is narrower than target char"
675 msgstr ""
677 #: init.c:576
678 msgid "CPP half-integer narrower than CPP character"
679 msgstr ""
681 #: init.c:580
682 #, c-format
683 msgid ""
684 "CPP on this host cannot handle wide character constants over %lu bits, but "
685 "the target requires %lu bits"
686 msgstr ""
688 #: lex.c:1029
689 msgid "backslash and newline separated by space"
690 msgstr ""
692 #: lex.c:1034
693 msgid "backslash-newline at end of file"
694 msgstr ""
696 #: lex.c:1050
697 #, c-format
698 msgid "trigraph ??%c converted to %c"
699 msgstr ""
701 #: lex.c:1058
702 #, c-format
703 msgid "trigraph ??%c ignored, use -trigraphs to enable"
704 msgstr ""
706 #: lex.c:1107
707 msgid "\"/*\" within comment"
708 msgstr ""
710 #: lex.c:1165
711 #, c-format
712 msgid "%s in preprocessing directive"
713 msgstr ""
715 #: lex.c:1174
716 msgid "null character(s) ignored"
717 msgstr ""
719 #: lex.c:1211
720 #, c-format
721 msgid "`%.*s' is not in NFKC"
722 msgstr ""
724 #: lex.c:1214
725 #, c-format
726 msgid "`%.*s' is not in NFC"
727 msgstr ""
729 #: lex.c:1284
730 #: lex.c:1373
731 #, c-format
732 msgid "attempt to use poisoned \"%s\""
733 msgstr ""
735 #: lex.c:1294
736 #: lex.c:1383
737 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
738 msgstr ""
740 #: lex.c:1298
741 #: lex.c:1387
742 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
743 msgstr ""
745 #: lex.c:1305
746 #: lex.c:1394
747 #, c-format
748 msgid "identifier \"%s\" is a special operator name in C++"
749 msgstr ""
751 #: lex.c:1684
752 msgid "raw string delimiter longer than 16 characters"
753 msgstr ""
755 #: lex.c:1688
756 msgid "invalid new-line in raw string delimiter"
757 msgstr ""
759 #: lex.c:1692
760 #, c-format
761 msgid "invalid character '%c' in raw string delimiter"
762 msgstr ""
764 #: lex.c:1741
765 #: lex.c:1763
766 msgid "unterminated raw string"
767 msgstr ""
769 #: lex.c:1784
770 #: lex.c:1914
771 msgid ""
772 "invalid suffix on literal; C++11 requires a space between literal and string "
773 "macro"
774 msgstr ""
776 #: lex.c:1896
777 msgid "null character(s) preserved in literal"
778 msgstr ""
780 #: lex.c:1899
781 #, c-format
782 msgid "missing terminating %c character"
783 msgstr ""
785 #: lex.c:1932
786 msgid "C++11 requires a space between string literal and macro"
787 msgstr ""
789 #: lex.c:2474
790 #: lex.c:2508
791 msgid "C++ style comments are not allowed in ISO C90"
792 msgstr ""
794 #: lex.c:2476
795 #: lex.c:2487
796 #: lex.c:2510
797 msgid "(this will be reported only once per input file)"
798 msgstr ""
800 #: lex.c:2485
801 msgid "C++ style comments are incompatible with C90"
802 msgstr ""
804 #: lex.c:2516
805 msgid "multi-line comment"
806 msgstr ""
808 #: lex.c:2873
809 #, c-format
810 msgid "unspellable token %s"
811 msgstr ""
813 #: macro.c:203
814 #, c-format
815 msgid "macro \"%s\" is not used"
816 msgstr ""
818 #: macro.c:242
819 #: macro.c:477
820 #, c-format
821 msgid "invalid built-in macro \"%s\""
822 msgstr ""
824 #: macro.c:249
825 #: macro.c:349
826 #, c-format
827 msgid "macro \"%s\" might prevent reproducible builds"
828 msgstr ""
830 #: macro.c:280
831 msgid "could not determine file timestamp"
832 msgstr ""
834 #: macro.c:384
835 msgid "could not determine date and time"
836 msgstr ""
838 #: macro.c:400
839 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
840 msgstr ""
842 #: macro.c:588
843 msgid "invalid string literal, ignoring final '\\'"
844 msgstr ""
846 #: macro.c:650
847 #, c-format
848 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
849 msgstr ""
851 #: macro.c:774
852 msgid ""
853 "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
854 msgstr ""
856 #: macro.c:778
857 msgid ""
858 "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
859 msgstr ""
861 #: macro.c:785
862 #, c-format
863 msgid "macro \"%s\" requires %u arguments, but only %u given"
864 msgstr ""
866 #: macro.c:790
867 #, c-format
868 msgid "macro \"%s\" passed %u arguments, but takes just %u"
869 msgstr ""
871 #: macro.c:984
872 #: traditional.c:819
873 #, c-format
874 msgid "unterminated argument list invoking macro \"%s\""
875 msgstr ""
877 #: macro.c:1135
878 #, c-format
879 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
880 msgstr ""
882 #: macro.c:1825
883 #, c-format
884 msgid ""
885 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C+"
886 "+98"
887 msgstr ""
889 #: macro.c:1833
890 #: macro.c:1842
891 #, c-format
892 msgid ""
893 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
894 msgstr ""
896 #: macro.c:2806
897 #, c-format
898 msgid "duplicate macro parameter \"%s\""
899 msgstr ""
901 #: macro.c:2855
902 #, c-format
903 msgid "\"%s\" may not appear in macro parameter list"
904 msgstr ""
906 #: macro.c:2863
907 msgid "macro parameters must be comma-separated"
908 msgstr ""
910 #: macro.c:2881
911 msgid "parameter name missing"
912 msgstr ""
914 #: macro.c:2902
915 msgid "anonymous variadic macros were introduced in C++11"
916 msgstr ""
918 #: macro.c:2906
919 #: macro.c:2911
920 msgid "anonymous variadic macros were introduced in C99"
921 msgstr ""
923 #: macro.c:2918
924 msgid "ISO C++ does not permit named variadic macros"
925 msgstr ""
927 #: macro.c:2921
928 msgid "ISO C does not permit named variadic macros"
929 msgstr ""
931 #: macro.c:2931
932 msgid "missing ')' in macro parameter list"
933 msgstr ""
935 #: macro.c:2982
936 msgid "'##' cannot appear at either end of a macro expansion"
937 msgstr ""
939 #: macro.c:3019
940 msgid "ISO C++11 requires whitespace after the macro name"
941 msgstr ""
943 #: macro.c:3022
944 msgid "ISO C99 requires whitespace after the macro name"
945 msgstr ""
947 #: macro.c:3047
948 msgid "missing whitespace after the macro name"
949 msgstr ""
951 #: macro.c:3081
952 msgid "'#' is not followed by a macro parameter"
953 msgstr ""
955 #: macro.c:3242
956 #, c-format
957 msgid "\"%s\" redefined"
958 msgstr ""
960 #: macro.c:3247
961 msgid "this is the location of the previous definition"
962 msgstr ""
964 #: macro.c:3308
965 #, c-format
966 msgid "macro argument \"%s\" would be stringified in traditional C"
967 msgstr ""
969 #: macro.c:3344
970 #, c-format
971 msgid "invalid hash type %d in cpp_macro_definition"
972 msgstr ""
974 #: pch.c:87
975 #: pch.c:345
976 #: pch.c:359
977 #: pch.c:377
978 #: pch.c:383
979 #: pch.c:392
980 #: pch.c:399
981 msgid "while writing precompiled header"
982 msgstr ""
984 #: pch.c:619
985 #, c-format
986 msgid "%s: not used because `%.*s' is poisoned"
987 msgstr ""
989 #: pch.c:641
990 #, c-format
991 msgid "%s: not used because `%.*s' not defined"
992 msgstr ""
994 #: pch.c:653
995 #, c-format
996 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
997 msgstr ""
999 #: pch.c:694
1000 #, c-format
1001 msgid "%s: not used because `%s' is defined"
1002 msgstr ""
1004 #: pch.c:714
1005 #, c-format
1006 msgid "%s: not used because `__COUNTER__' is invalid"
1007 msgstr ""
1009 #: pch.c:723
1010 #: pch.c:900
1011 msgid "while reading precompiled header"
1012 msgstr ""
1014 #: traditional.c:889
1015 #, c-format
1016 msgid "detected recursion whilst expanding macro \"%s\""
1017 msgstr ""
1019 #: traditional.c:1108
1020 msgid "syntax error in macro parameter list"
1021 msgstr ""