Regenerate .pot files.
[official-gcc.git] / libcpp / po / cpplib.pot
blob3c09d173103fc016cfec83114b37343e34b2ca55
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: 2018-01-26 22:47+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:2851
432 #: traditional.c:167
433 msgid "unterminated comment"
434 msgstr ""
436 #: errors.c:284
437 #, c-format
438 msgid "%s: %s"
439 msgstr ""
441 #: errors.c:296
442 msgid "stdout"
443 msgstr ""
445 #: expr.c:628
446 #: expr.c:745
447 msgid "fixed-point constants are a GCC extension"
448 msgstr ""
450 #: expr.c:653
451 msgid "invalid prefix \"0b\" for floating constant"
452 msgstr ""
454 #: expr.c:666
455 msgid "use of C++17 hexadecimal floating constant"
456 msgstr ""
458 #: expr.c:669
459 msgid "use of C99 hexadecimal floating constant"
460 msgstr ""
462 #: expr.c:713
463 #, c-format
464 msgid "invalid suffix \"%.*s\" on floating constant"
465 msgstr ""
467 #: expr.c:724
468 #: expr.c:784
469 #, c-format
470 msgid "traditional C rejects the \"%.*s\" suffix"
471 msgstr ""
473 #: expr.c:732
474 msgid "suffix for double constant is a GCC extension"
475 msgstr ""
477 #: expr.c:738
478 #, c-format
479 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
480 msgstr ""
482 #: expr.c:749
483 msgid "decimal float constants are a GCC extension"
484 msgstr ""
486 #: expr.c:767
487 #, c-format
488 msgid "invalid suffix \"%.*s\" on integer constant"
489 msgstr ""
491 #: expr.c:792
492 msgid "use of C++11 long long integer constant"
493 msgstr ""
495 #: expr.c:793
496 msgid "use of C99 long long integer constant"
497 msgstr ""
499 #: expr.c:809
500 msgid "imaginary constants are a GCC extension"
501 msgstr ""
503 #: expr.c:815
504 msgid "binary constants are a C++14 feature or GCC extension"
505 msgstr ""
507 #: expr.c:817
508 msgid "binary constants are a GCC extension"
509 msgstr ""
511 #: expr.c:912
512 msgid "integer constant is too large for its type"
513 msgstr ""
515 #: expr.c:943
516 msgid "integer constant is so large that it is unsigned"
517 msgstr ""
519 #: expr.c:1038
520 msgid "missing ')' after \"defined\""
521 msgstr ""
523 #: expr.c:1045
524 msgid "operator \"defined\" requires an identifier"
525 msgstr ""
527 #: expr.c:1053
528 #, c-format
529 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
530 msgstr ""
532 #: expr.c:1065
533 msgid "this use of \"defined\" may not be portable"
534 msgstr ""
536 #: expr.c:1125
537 msgid "user-defined literal in preprocessor expression"
538 msgstr ""
540 #: expr.c:1130
541 msgid "floating constant in preprocessor expression"
542 msgstr ""
544 #: expr.c:1136
545 msgid "imaginary number in preprocessor expression"
546 msgstr ""
548 #: expr.c:1189
549 #, c-format
550 msgid "\"%s\" is not defined, evaluates to 0"
551 msgstr ""
553 #: expr.c:1202
554 msgid "assertions are a GCC extension"
555 msgstr ""
557 #: expr.c:1205
558 msgid "assertions are a deprecated extension"
559 msgstr ""
561 #: expr.c:1451
562 #, c-format
563 msgid "unbalanced stack in %s"
564 msgstr ""
566 #: expr.c:1471
567 #, c-format
568 msgid "impossible operator '%u'"
569 msgstr ""
571 #: expr.c:1572
572 msgid "missing ')' in expression"
573 msgstr ""
575 #: expr.c:1601
576 msgid "'?' without following ':'"
577 msgstr ""
579 #: expr.c:1611
580 msgid "integer overflow in preprocessor expression"
581 msgstr ""
583 #: expr.c:1616
584 msgid "missing '(' in expression"
585 msgstr ""
587 #: expr.c:1648
588 #, c-format
589 msgid "the left operand of \"%s\" changes sign when promoted"
590 msgstr ""
592 #: expr.c:1653
593 #, c-format
594 msgid "the right operand of \"%s\" changes sign when promoted"
595 msgstr ""
597 #: expr.c:1912
598 msgid "traditional C rejects the unary plus operator"
599 msgstr ""
601 #: expr.c:2010
602 msgid "comma operator in operand of #if"
603 msgstr ""
605 #: expr.c:2146
606 msgid "division by zero in #if"
607 msgstr ""
609 #: expr.c:2243
610 msgid "operator \"__has_include__\" requires a header string"
611 msgstr ""
613 #: expr.c:2259
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:565
635 msgid "cppchar_t must be an unsigned type"
636 msgstr ""
638 #: init.c:569
639 #, c-format
640 msgid ""
641 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
642 "%lu bits"
643 msgstr ""
645 #: init.c:576
646 msgid "CPP arithmetic must be at least as precise as a target int"
647 msgstr ""
649 #: init.c:579
650 msgid "target char is less than 8 bits wide"
651 msgstr ""
653 #: init.c:583
654 msgid "target wchar_t is narrower than target char"
655 msgstr ""
657 #: init.c:587
658 msgid "target int is narrower than target char"
659 msgstr ""
661 #: init.c:592
662 msgid "CPP half-integer narrower than CPP character"
663 msgstr ""
665 #: init.c:596
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:1365
714 msgid "__VA_OPT__ is not available until C++2a"
715 msgstr ""
717 #: lex.c:1372
718 msgid "__VA_OPT__ can only appear in the expansion of a C++2a variadic macro"
719 msgstr ""
721 #: lex.c:1403
722 #: lex.c:1495
723 #, c-format
724 msgid "attempt to use poisoned \"%s\""
725 msgstr ""
727 #: lex.c:1413
728 #: lex.c:1505
729 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
730 msgstr ""
732 #: lex.c:1417
733 #: lex.c:1509
734 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
735 msgstr ""
737 #: lex.c:1427
738 #: lex.c:1521
739 #, c-format
740 msgid "identifier \"%s\" is a special operator name in C++"
741 msgstr ""
743 #: lex.c:1811
744 msgid "raw string delimiter longer than 16 characters"
745 msgstr ""
747 #: lex.c:1815
748 msgid "invalid new-line in raw string delimiter"
749 msgstr ""
751 #: lex.c:1819
752 #, c-format
753 msgid "invalid character '%c' in raw string delimiter"
754 msgstr ""
756 #: lex.c:1868
757 #: lex.c:1890
758 msgid "unterminated raw string"
759 msgstr ""
761 #: lex.c:1912
762 #: lex.c:2043
763 msgid ""
764 "invalid suffix on literal; C++11 requires a space between literal and string "
765 "macro"
766 msgstr ""
768 #: lex.c:2024
769 msgid "null character(s) preserved in literal"
770 msgstr ""
772 #: lex.c:2027
773 #, c-format
774 msgid "missing terminating %c character"
775 msgstr ""
777 #: lex.c:2061
778 msgid "C++11 requires a space between string literal and macro"
779 msgstr ""
781 #: lex.c:2865
782 #: lex.c:2899
783 msgid "C++ style comments are not allowed in ISO C90"
784 msgstr ""
786 #: lex.c:2867
787 #: lex.c:2878
788 #: lex.c:2901
789 msgid "(this will be reported only once per input file)"
790 msgstr ""
792 #: lex.c:2876
793 msgid "C++ style comments are incompatible with C90"
794 msgstr ""
796 #: lex.c:2907
797 msgid "multi-line comment"
798 msgstr ""
800 #: lex.c:3287
801 #, c-format
802 msgid "unspellable token %s"
803 msgstr ""
805 #: macro.c:93
806 msgid "'##' cannot appear at either end of __VA_OPT__"
807 msgstr ""
809 #: macro.c:352
810 #, c-format
811 msgid "macro \"%s\" is not used"
812 msgstr ""
814 #: macro.c:391
815 #: macro.c:639
816 #, c-format
817 msgid "invalid built-in macro \"%s\""
818 msgstr ""
820 #: macro.c:398
821 #: macro.c:500
822 #, c-format
823 msgid "macro \"%s\" might prevent reproducible builds"
824 msgstr ""
826 #: macro.c:429
827 msgid "could not determine file timestamp"
828 msgstr ""
830 #: macro.c:546
831 msgid "could not determine date and time"
832 msgstr ""
834 #: macro.c:562
835 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
836 msgstr ""
838 #: macro.c:758
839 msgid "invalid string literal, ignoring final '\\'"
840 msgstr ""
842 #: macro.c:820
843 #, c-format
844 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
845 msgstr ""
847 #: macro.c:946
848 msgid ""
849 "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
850 msgstr ""
852 #: macro.c:950
853 msgid ""
854 "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
855 msgstr ""
857 #: macro.c:957
858 #, c-format
859 msgid "macro \"%s\" requires %u arguments, but only %u given"
860 msgstr ""
862 #: macro.c:962
863 #, c-format
864 msgid "macro \"%s\" passed %u arguments, but takes just %u"
865 msgstr ""
867 #: macro.c:1156
868 #: traditional.c:819
869 #, c-format
870 msgid "unterminated argument list invoking macro \"%s\""
871 msgstr ""
873 #: macro.c:1307
874 #, c-format
875 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
876 msgstr ""
878 #: macro.c:2003
879 #, c-format
880 msgid ""
881 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C+"
882 "+98"
883 msgstr ""
885 #: macro.c:2011
886 #: macro.c:2020
887 #, c-format
888 msgid ""
889 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
890 msgstr ""
892 #: macro.c:2984
893 #, c-format
894 msgid "duplicate macro parameter \"%s\""
895 msgstr ""
897 #: macro.c:3033
898 #, c-format
899 msgid "\"%s\" may not appear in macro parameter list"
900 msgstr ""
902 #: macro.c:3041
903 msgid "macro parameters must be comma-separated"
904 msgstr ""
906 #: macro.c:3060
907 msgid "parameter name missing"
908 msgstr ""
910 #: macro.c:3081
911 msgid "anonymous variadic macros were introduced in C++11"
912 msgstr ""
914 #: macro.c:3085
915 #: macro.c:3090
916 msgid "anonymous variadic macros were introduced in C99"
917 msgstr ""
919 #: macro.c:3097
920 msgid "ISO C++ does not permit named variadic macros"
921 msgstr ""
923 #: macro.c:3100
924 msgid "ISO C does not permit named variadic macros"
925 msgstr ""
927 #: macro.c:3110
928 msgid "missing ')' in macro parameter list"
929 msgstr ""
931 #: macro.c:3161
932 msgid "'##' cannot appear at either end of a macro expansion"
933 msgstr ""
935 #: macro.c:3198
936 msgid "ISO C++11 requires whitespace after the macro name"
937 msgstr ""
939 #: macro.c:3201
940 msgid "ISO C99 requires whitespace after the macro name"
941 msgstr ""
943 #: macro.c:3226
944 msgid "missing whitespace after the macro name"
945 msgstr ""
947 #: macro.c:3263
948 msgid "'#' is not followed by a macro parameter"
949 msgstr ""
951 #: macro.c:3430
952 #, c-format
953 msgid "\"%s\" redefined"
954 msgstr ""
956 #: macro.c:3435
957 msgid "this is the location of the previous definition"
958 msgstr ""
960 #: macro.c:3496
961 #, c-format
962 msgid "macro argument \"%s\" would be stringified in traditional C"
963 msgstr ""
965 #: macro.c:3532
966 #, c-format
967 msgid "invalid hash type %d in cpp_macro_definition"
968 msgstr ""
970 #: pch.c:89
971 #: pch.c:347
972 #: pch.c:361
973 #: pch.c:379
974 #: pch.c:385
975 #: pch.c:394
976 #: pch.c:401
977 msgid "while writing precompiled header"
978 msgstr ""
980 #: pch.c:621
981 #, c-format
982 msgid "%s: not used because `%.*s' is poisoned"
983 msgstr ""
985 #: pch.c:643
986 #, c-format
987 msgid "%s: not used because `%.*s' not defined"
988 msgstr ""
990 #: pch.c:655
991 #, c-format
992 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
993 msgstr ""
995 #: pch.c:696
996 #, c-format
997 msgid "%s: not used because `%s' is defined"
998 msgstr ""
1000 #: pch.c:716
1001 #, c-format
1002 msgid "%s: not used because `__COUNTER__' is invalid"
1003 msgstr ""
1005 #: pch.c:725
1006 #: pch.c:903
1007 msgid "while reading precompiled header"
1008 msgstr ""
1010 #: traditional.c:889
1011 #, c-format
1012 msgid "detected recursion whilst expanding macro \"%s\""
1013 msgstr ""
1015 #: traditional.c:1108
1016 msgid "syntax error in macro parameter list"
1017 msgstr ""