Daily bump.
[gcc.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: https://gcc.gnu.org/bugs/\n"
11 "POT-Creation-Date: 2020-07-20 18:03+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"
19
20 #: charset.c:674
21 #, c-format
22 msgid "conversion from %s to %s not supported by iconv"
23 msgstr ""
24
25 #: charset.c:677
26 msgid "iconv_open"
27 msgstr ""
28
29 #: charset.c:685
30 #, c-format
31 msgid "no iconv implementation, cannot convert from %s to %s"
32 msgstr ""
33
34 #: charset.c:781
35 #, c-format
36 msgid "character 0x%lx is not in the basic source character set\n"
37 msgstr ""
38
39 #: charset.c:798
40 #: charset.c:1768
41 msgid "converting to execution character set"
42 msgstr ""
43
44 #: charset.c:804
45 #, c-format
46 msgid "character 0x%lx is not unibyte in execution character set"
47 msgstr ""
48
49 #: charset.c:1054
50 msgid "universal character names are only valid in C++ and C99"
51 msgstr ""
52
53 #: charset.c:1058
54 msgid "C99's universal character names are incompatible with C90"
55 msgstr ""
56
57 #: charset.c:1061
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
61
62 #: charset.c:1070
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
65
66 #: charset.c:1103
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
70
71 #: charset.c:1118
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
75
76 #: charset.c:1128
77 #: lex.c:1335
78 msgid "'$' in identifier or number"
79 msgstr ""
80
81 #: charset.c:1138
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
85
86 #: charset.c:1142
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
90
91 #: charset.c:1149
92 #, c-format
93 msgid "%.*s is outside the UCS codespace"
94 msgstr ""
95
96 #: charset.c:1194
97 #: charset.c:2113
98 msgid "converting UCN to source character set"
99 msgstr ""
100
101 #: charset.c:1201
102 msgid "converting UCN to execution character set"
103 msgstr ""
104
105 #: charset.c:1265
106 #, c-format
107 msgid "extended character %.*s is not valid in an identifier"
108 msgstr ""
109
110 #: charset.c:1282
111 #, c-format
112 msgid "extended character %.*s is not valid at the start of an identifier"
113 msgstr ""
114
115 #: charset.c:1368
116 msgid "the meaning of '\\x' is different in traditional C"
117 msgstr ""
118
119 #: charset.c:1393
120 msgid "\\x used with no following hex digits"
121 msgstr ""
122
123 #: charset.c:1400
124 msgid "hex escape sequence out of range"
125 msgstr ""
126
127 #: charset.c:1452
128 msgid "octal escape sequence out of range"
129 msgstr ""
130
131 #: charset.c:1534
132 msgid "the meaning of '\\a' is different in traditional C"
133 msgstr ""
134
135 #: charset.c:1541
136 #, c-format
137 msgid "non-ISO-standard escape sequence, '\\%c'"
138 msgstr ""
139
140 #: charset.c:1549
141 #, c-format
142 msgid "unknown escape sequence: '\\%c'"
143 msgstr ""
144
145 #: charset.c:1557
146 #, c-format
147 msgid "unknown escape sequence: '\\%s'"
148 msgstr ""
149
150 #: charset.c:1565
151 msgid "converting escape sequence to execution character set"
152 msgstr ""
153
154 #: charset.c:1705
155 msgid "missing open quote"
156 msgstr ""
157
158 #: charset.c:1923
159 #: charset.c:2002
160 msgid "character constant too long for its type"
161 msgstr ""
162
163 #: charset.c:1926
164 msgid "multi-character character constant"
165 msgstr ""
166
167 #: charset.c:2042
168 msgid "empty character constant"
169 msgstr ""
170
171 #: charset.c:2160
172 #, c-format
173 msgid "failure to convert %s to %s"
174 msgstr ""
175
176 #: directives.c:229
177 #: directives.c:272
178 #, c-format
179 msgid "extra tokens at end of #%s directive"
180 msgstr ""
181
182 #: directives.c:379
183 #, c-format
184 msgid "#%s is a GCC extension"
185 msgstr ""
186
187 #: directives.c:384
188 #, c-format
189 msgid "#%s is a deprecated GCC extension"
190 msgstr ""
191
192 #: directives.c:397
193 msgid "suggest not using #elif in traditional C"
194 msgstr ""
195
196 #: directives.c:400
197 #, c-format
198 msgid "traditional C ignores #%s with the # indented"
199 msgstr ""
200
201 #: directives.c:404
202 #, c-format
203 msgid "suggest hiding #%s from traditional C with an indented #"
204 msgstr ""
205
206 #: directives.c:430
207 msgid "embedding a directive within macro arguments is not portable"
208 msgstr ""
209
210 #: directives.c:450
211 msgid "style of line directive is a GCC extension"
212 msgstr ""
213
214 #: directives.c:531
215 #, c-format
216 msgid "invalid preprocessing directive #%s"
217 msgstr ""
218
219 #: directives.c:601
220 #, c-format
221 msgid "\"%s\" cannot be used as a macro name"
222 msgstr ""
223
224 #: directives.c:608
225 #, c-format
226 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
227 msgstr ""
228
229 #: directives.c:611
230 #, c-format
231 msgid "no macro name given in #%s directive"
232 msgstr ""
233
234 #: directives.c:614
235 msgid "macro names must be identifiers"
236 msgstr ""
237
238 #: directives.c:663
239 #: directives.c:668
240 #, c-format
241 msgid "undefining \"%s\""
242 msgstr ""
243
244 #: directives.c:724
245 msgid "missing terminating > character"
246 msgstr ""
247
248 #: directives.c:783
249 #, c-format
250 msgid "#%s expects \"FILENAME\" or <FILENAME>"
251 msgstr ""
252
253 #: directives.c:829
254 #, c-format
255 msgid "empty filename in #%s"
256 msgstr ""
257
258 #: directives.c:838
259 #, c-format
260 msgid ""
261 "#include nested depth %u exceeds maximum of %u (use -fmax-include-"
262 "depth=DEPTH to increase the maximum)"
263 msgstr ""
264
265 #: directives.c:883
266 msgid "#include_next in primary source file"
267 msgstr ""
268
269 #: directives.c:909
270 #, c-format
271 msgid "invalid flag \"%s\" in line directive"
272 msgstr ""
273
274 #: directives.c:969
275 msgid "unexpected end of file after #line"
276 msgstr ""
277
278 #: directives.c:972
279 #, c-format
280 msgid "\"%s\" after #line is not a positive integer"
281 msgstr ""
282
283 #: directives.c:978
284 #: directives.c:980
285 msgid "line number out of range"
286 msgstr ""
287
288 #: directives.c:993
289 #: directives.c:1074
290 #, c-format
291 msgid "\"%s\" is not a valid filename"
292 msgstr ""
293
294 #: directives.c:1034
295 #, c-format
296 msgid "\"%s\" after # is not a positive integer"
297 msgstr ""
298
299 #: directives.c:1101
300 #, c-format
301 msgid "file \"%s\" linemarker ignored due to incorrect nesting"
302 msgstr ""
303
304 #: directives.c:1178
305 #: directives.c:1180
306 #: directives.c:1182
307 #: directives.c:1770
308 #, c-format
309 msgid "%s"
310 msgstr ""
311
312 #: directives.c:1206
313 #, c-format
314 msgid "invalid #%s directive"
315 msgstr ""
316
317 #: directives.c:1269
318 #, c-format
319 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
320 msgstr ""
321
322 #: directives.c:1278
323 #, c-format
324 msgid "registering pragma \"%s\" with name expansion and no namespace"
325 msgstr ""
326
327 #: directives.c:1296
328 #, c-format
329 msgid "registering \"%s\" as both a pragma and a pragma namespace"
330 msgstr ""
331
332 #: directives.c:1299
333 #, c-format
334 msgid "#pragma %s %s is already registered"
335 msgstr ""
336
337 #: directives.c:1302
338 #, c-format
339 msgid "#pragma %s is already registered"
340 msgstr ""
341
342 #: directives.c:1332
343 msgid "registering pragma with NULL handler"
344 msgstr ""
345
346 #: directives.c:1549
347 msgid "#pragma once in main file"
348 msgstr ""
349
350 #: directives.c:1572
351 msgid "invalid #pragma push_macro directive"
352 msgstr ""
353
354 #: directives.c:1629
355 msgid "invalid #pragma pop_macro directive"
356 msgstr ""
357
358 #: directives.c:1684
359 msgid "invalid #pragma GCC poison directive"
360 msgstr ""
361
362 #: directives.c:1693
363 #, c-format
364 msgid "poisoning existing macro \"%s\""
365 msgstr ""
366
367 #: directives.c:1712
368 msgid "#pragma system_header ignored outside include file"
369 msgstr ""
370
371 #: directives.c:1737
372 #, c-format
373 msgid "cannot find source file %s"
374 msgstr ""
375
376 #: directives.c:1741
377 #, c-format
378 msgid "current file is older than %s"
379 msgstr ""
380
381 #: directives.c:1765
382 #, c-format
383 msgid "invalid \"#pragma GCC %s\" directive"
384 msgstr ""
385
386 #: directives.c:1966
387 msgid "_Pragma takes a parenthesized string literal"
388 msgstr ""
389
390 #: directives.c:2049
391 msgid "#else without #if"
392 msgstr ""
393
394 #: directives.c:2054
395 msgid "#else after #else"
396 msgstr ""
397
398 #: directives.c:2056
399 #: directives.c:2089
400 msgid "the conditional began here"
401 msgstr ""
402
403 #: directives.c:2082
404 msgid "#elif without #if"
405 msgstr ""
406
407 #: directives.c:2087
408 msgid "#elif after #else"
409 msgstr ""
410
411 #: directives.c:2118
412 msgid "#endif without #if"
413 msgstr ""
414
415 #: directives.c:2194
416 msgid "missing '(' after predicate"
417 msgstr ""
418
419 #: directives.c:2212
420 msgid "missing ')' to complete answer"
421 msgstr ""
422
423 #: directives.c:2224
424 msgid "predicate's answer is empty"
425 msgstr ""
426
427 #: directives.c:2254
428 msgid "assertion without predicate"
429 msgstr ""
430
431 #: directives.c:2257
432 msgid "predicate must be an identifier"
433 msgstr ""
434
435 #: directives.c:2339
436 #, c-format
437 msgid "\"%s\" re-asserted"
438 msgstr ""
439
440 #: directives.c:2620
441 #, c-format
442 msgid "unterminated #%s"
443 msgstr ""
444
445 #: errors.c:291
446 #, c-format
447 msgid "%s: %s"
448 msgstr ""
449
450 #: errors.c:304
451 msgid "stdout"
452 msgstr ""
453
454 #: expr.c:626
455 #: expr.c:743
456 msgid "fixed-point constants are a GCC extension"
457 msgstr ""
458
459 #: expr.c:651
460 msgid "invalid prefix \"0b\" for floating constant"
461 msgstr ""
462
463 #: expr.c:664
464 msgid "use of C++17 hexadecimal floating constant"
465 msgstr ""
466
467 #: expr.c:667
468 msgid "use of C99 hexadecimal floating constant"
469 msgstr ""
470
471 #: expr.c:711
472 #, c-format
473 msgid "invalid suffix \"%.*s\" on floating constant"
474 msgstr ""
475
476 #: expr.c:722
477 #: expr.c:789
478 #, c-format
479 msgid "traditional C rejects the \"%.*s\" suffix"
480 msgstr ""
481
482 #: expr.c:730
483 msgid "suffix for double constant is a GCC extension"
484 msgstr ""
485
486 #: expr.c:736
487 #, c-format
488 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
489 msgstr ""
490
491 #: expr.c:749
492 #: expr.c:753
493 msgid "decimal float constants are a C2X feature"
494 msgstr ""
495
496 #: expr.c:772
497 #, c-format
498 msgid "invalid suffix \"%.*s\" on integer constant"
499 msgstr ""
500
501 #: expr.c:797
502 msgid "use of C++11 long long integer constant"
503 msgstr ""
504
505 #: expr.c:798
506 msgid "use of C99 long long integer constant"
507 msgstr ""
508
509 #: expr.c:814
510 msgid "imaginary constants are a GCC extension"
511 msgstr ""
512
513 #: expr.c:820
514 msgid "binary constants are a C++14 feature or GCC extension"
515 msgstr ""
516
517 #: expr.c:822
518 msgid "binary constants are a GCC extension"
519 msgstr ""
520
521 #: expr.c:917
522 msgid "integer constant is too large for its type"
523 msgstr ""
524
525 #: expr.c:948
526 msgid "integer constant is so large that it is unsigned"
527 msgstr ""
528
529 #: expr.c:1043
530 msgid "missing ')' after \"defined\""
531 msgstr ""
532
533 #: expr.c:1050
534 msgid "operator \"defined\" requires an identifier"
535 msgstr ""
536
537 #: expr.c:1058
538 #, c-format
539 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
540 msgstr ""
541
542 #: expr.c:1070
543 msgid "this use of \"defined\" may not be portable"
544 msgstr ""
545
546 #: expr.c:1113
547 msgid "user-defined literal in preprocessor expression"
548 msgstr ""
549
550 #: expr.c:1118
551 msgid "floating constant in preprocessor expression"
552 msgstr ""
553
554 #: expr.c:1124
555 msgid "imaginary number in preprocessor expression"
556 msgstr ""
557
558 #: expr.c:1173
559 #, c-format
560 msgid "\"%s\" is not defined, evaluates to 0"
561 msgstr ""
562
563 #: expr.c:1186
564 msgid "assertions are a GCC extension"
565 msgstr ""
566
567 #: expr.c:1189
568 msgid "assertions are a deprecated extension"
569 msgstr ""
570
571 #: expr.c:1435
572 #, c-format
573 msgid "unbalanced stack in %s"
574 msgstr ""
575
576 #: expr.c:1455
577 #, c-format
578 msgid "impossible operator '%u'"
579 msgstr ""
580
581 #: expr.c:1556
582 msgid "missing ')' in expression"
583 msgstr ""
584
585 #: expr.c:1585
586 msgid "'?' without following ':'"
587 msgstr ""
588
589 #: expr.c:1595
590 msgid "integer overflow in preprocessor expression"
591 msgstr ""
592
593 #: expr.c:1600
594 msgid "missing '(' in expression"
595 msgstr ""
596
597 #: expr.c:1632
598 #, c-format
599 msgid "the left operand of \"%s\" changes sign when promoted"
600 msgstr ""
601
602 #: expr.c:1637
603 #, c-format
604 msgid "the right operand of \"%s\" changes sign when promoted"
605 msgstr ""
606
607 #: expr.c:1896
608 msgid "traditional C rejects the unary plus operator"
609 msgstr ""
610
611 #: expr.c:1994
612 msgid "comma operator in operand of #if"
613 msgstr ""
614
615 #: expr.c:2130
616 msgid "division by zero in #if"
617 msgstr ""
618
619 #: files.c:571
620 msgid "one or more PCH files were found, but they were invalid"
621 msgstr ""
622
623 #: files.c:575
624 msgid "use -Winvalid-pch for more information"
625 msgstr ""
626
627 #: files.c:1003
628 #, c-format
629 msgid "no include path in which to search for %s"
630 msgstr ""
631
632 #: files.c:1439
633 msgid "Multiple include guards may be useful for:\n"
634 msgstr ""
635
636 #: init.c:597
637 msgid "cppchar_t must be an unsigned type"
638 msgstr ""
639
640 #: init.c:601
641 #, c-format
642 msgid ""
643 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
644 "%lu bits"
645 msgstr ""
646
647 #: init.c:608
648 msgid "CPP arithmetic must be at least as precise as a target int"
649 msgstr ""
650
651 #: init.c:611
652 msgid "target char is less than 8 bits wide"
653 msgstr ""
654
655 #: init.c:615
656 msgid "target wchar_t is narrower than target char"
657 msgstr ""
658
659 #: init.c:619
660 msgid "target int is narrower than target char"
661 msgstr ""
662
663 #: init.c:624
664 msgid "CPP half-integer narrower than CPP character"
665 msgstr ""
666
667 #: init.c:628
668 #, c-format
669 msgid ""
670 "CPP on this host cannot handle wide character constants over %lu bits, but "
671 "the target requires %lu bits"
672 msgstr ""
673
674 #: lex.c:1126
675 msgid "backslash and newline separated by space"
676 msgstr ""
677
678 #: lex.c:1131
679 msgid "backslash-newline at end of file"
680 msgstr ""
681
682 #: lex.c:1147
683 #, c-format
684 msgid "trigraph ??%c converted to %c"
685 msgstr ""
686
687 #: lex.c:1155
688 #, c-format
689 msgid "trigraph ??%c ignored, use -trigraphs to enable"
690 msgstr ""
691
692 #: lex.c:1204
693 msgid "\"/*\" within comment"
694 msgstr ""
695
696 #: lex.c:1262
697 #, c-format
698 msgid "%s in preprocessing directive"
699 msgstr ""
700
701 #: lex.c:1271
702 msgid "null character(s) ignored"
703 msgstr ""
704
705 #: lex.c:1308
706 #, c-format
707 msgid "`%.*s' is not in NFKC"
708 msgstr ""
709
710 #: lex.c:1311
711 #, c-format
712 msgid "`%.*s' is not in NFC"
713 msgstr ""
714
715 #: lex.c:1375
716 msgid "__VA_OPT__ is not available until C++20"
717 msgstr ""
718
719 #: lex.c:1382
720 msgid "__VA_OPT__ can only appear in the expansion of a C++20 variadic macro"
721 msgstr ""
722
723 #: lex.c:1413
724 #: lex.c:1506
725 #, c-format
726 msgid "attempt to use poisoned \"%s\""
727 msgstr ""
728
729 #: lex.c:1423
730 #: lex.c:1516
731 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
732 msgstr ""
733
734 #: lex.c:1427
735 #: lex.c:1520
736 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
737 msgstr ""
738
739 #: lex.c:1437
740 #: lex.c:1532
741 #, c-format
742 msgid "identifier \"%s\" is a special operator name in C++"
743 msgstr ""
744
745 #: lex.c:1872
746 msgid "raw string delimiter longer than 16 characters"
747 msgstr ""
748
749 #: lex.c:1876
750 msgid "invalid new-line in raw string delimiter"
751 msgstr ""
752
753 #: lex.c:1880
754 #: lex.c:4265
755 #, c-format
756 msgid "invalid character '%c' in raw string delimiter"
757 msgstr ""
758
759 #: lex.c:1918
760 #: lex.c:1941
761 msgid "unterminated raw string"
762 msgstr ""
763
764 #: lex.c:1963
765 #: lex.c:2092
766 msgid ""
767 "invalid suffix on literal; C++11 requires a space between literal and string "
768 "macro"
769 msgstr ""
770
771 #: lex.c:2075
772 msgid "null character(s) preserved in literal"
773 msgstr ""
774
775 #: lex.c:2078
776 #, c-format
777 msgid "missing terminating %c character"
778 msgstr ""
779
780 #: lex.c:2110
781 msgid "C++11 requires a space between string literal and macro"
782 msgstr ""
783
784 #: lex.c:2913
785 #: lex.c:4098
786 #: traditional.c:174
787 msgid "unterminated comment"
788 msgstr ""
789
790 #: lex.c:2927
791 #: lex.c:2961
792 msgid "C++ style comments are not allowed in ISO C90"
793 msgstr ""
794
795 #: lex.c:2929
796 #: lex.c:2940
797 #: lex.c:2964
798 msgid "(this will be reported only once per input file)"
799 msgstr ""
800
801 #: lex.c:2938
802 msgid "C++ style comments are incompatible with C90"
803 msgstr ""
804
805 #: lex.c:2970
806 msgid "multi-line comment"
807 msgstr ""
808
809 #: lex.c:3364
810 #, c-format
811 msgid "unspellable token %s"
812 msgstr ""
813
814 #: lex.c:4253
815 #, c-format
816 msgid "raw string delimiter longer than %d characters"
817 msgstr ""
818
819 #: lex.c:4323
820 msgid "unterminated literal"
821 msgstr ""
822
823 #: macro.c:94
824 msgid "'##' cannot appear at either end of __VA_OPT__"
825 msgstr ""
826
827 #: macro.c:388
828 #, c-format
829 msgid "\"%s\" used outside of preprocessing directive"
830 msgstr ""
831
832 #: macro.c:398
833 #, c-format
834 msgid "missing '(' before \"%s\" operand"
835 msgstr ""
836
837 #: macro.c:413
838 #, c-format
839 msgid "operator \"%s\" requires a header-name"
840 msgstr ""
841
842 #: macro.c:430
843 #, c-format
844 msgid "missing ')' after \"%s\" operand"
845 msgstr ""
846
847 #: macro.c:450
848 #, c-format
849 msgid "macro \"%s\" is not used"
850 msgstr ""
851
852 #: macro.c:489
853 #: macro.c:747
854 #, c-format
855 msgid "invalid built-in macro \"%s\""
856 msgstr ""
857
858 #: macro.c:496
859 #: macro.c:598
860 #, c-format
861 msgid "macro \"%s\" might prevent reproducible builds"
862 msgstr ""
863
864 #: macro.c:527
865 msgid "could not determine file timestamp"
866 msgstr ""
867
868 #: macro.c:644
869 msgid "could not determine date and time"
870 msgstr ""
871
872 #: macro.c:660
873 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
874 msgstr ""
875
876 #: macro.c:866
877 msgid "invalid string literal, ignoring final '\\'"
878 msgstr ""
879
880 #: macro.c:928
881 #, c-format
882 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
883 msgstr ""
884
885 #: macro.c:1054
886 msgid ""
887 "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
888 msgstr ""
889
890 #: macro.c:1058
891 msgid ""
892 "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
893 msgstr ""
894
895 #: macro.c:1065
896 #, c-format
897 msgid "macro \"%s\" requires %u arguments, but only %u given"
898 msgstr ""
899
900 #: macro.c:1070
901 #, c-format
902 msgid "macro \"%s\" passed %u arguments, but takes just %u"
903 msgstr ""
904
905 #: macro.c:1270
906 #: traditional.c:819
907 #, c-format
908 msgid "unterminated argument list invoking macro \"%s\""
909 msgstr ""
910
911 #: macro.c:1412
912 #, c-format
913 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
914 msgstr ""
915
916 #: macro.c:2190
917 #, c-format
918 msgid ""
919 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C+"
920 "+98"
921 msgstr ""
922
923 #: macro.c:2198
924 #: macro.c:2207
925 #, c-format
926 msgid ""
927 "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
928 msgstr ""
929
930 #: macro.c:3164
931 #, c-format
932 msgid "duplicate macro parameter \"%s\""
933 msgstr ""
934
935 #: macro.c:3246
936 #, c-format
937 msgid "expected parameter name, found \"%s\""
938 msgstr ""
939
940 #: macro.c:3247
941 #, c-format
942 msgid "expected ',' or ')', found \"%s\""
943 msgstr ""
944
945 #: macro.c:3248
946 msgid "expected parameter name before end of line"
947 msgstr ""
948
949 #: macro.c:3249
950 msgid "expected ')' before end of line"
951 msgstr ""
952
953 #: macro.c:3250
954 msgid "expected ')' after \"...\""
955 msgstr ""
956
957 #: macro.c:3307
958 msgid "anonymous variadic macros were introduced in C++11"
959 msgstr ""
960
961 #: macro.c:3308
962 #: macro.c:3312
963 msgid "anonymous variadic macros were introduced in C99"
964 msgstr ""
965
966 #: macro.c:3318
967 msgid "ISO C++ does not permit named variadic macros"
968 msgstr ""
969
970 #: macro.c:3319
971 msgid "ISO C does not permit named variadic macros"
972 msgstr ""
973
974 #: macro.c:3365
975 msgid "'##' cannot appear at either end of a macro expansion"
976 msgstr ""
977
978 #: macro.c:3403
979 msgid "ISO C++11 requires whitespace after the macro name"
980 msgstr ""
981
982 #: macro.c:3404
983 msgid "ISO C99 requires whitespace after the macro name"
984 msgstr ""
985
986 #: macro.c:3428
987 msgid "missing whitespace after the macro name"
988 msgstr ""
989
990 #: macro.c:3478
991 msgid "'#' is not followed by a macro parameter"
992 msgstr ""
993
994 #: macro.c:3629
995 #, c-format
996 msgid "\"%s\" redefined"
997 msgstr ""
998
999 #: macro.c:3634
1000 msgid "this is the location of the previous definition"
1001 msgstr ""
1002
1003 #: macro.c:3738
1004 #, c-format
1005 msgid "macro argument \"%s\" would be stringified in traditional C"
1006 msgstr ""
1007
1008 #: pch.c:90
1009 #: pch.c:342
1010 #: pch.c:356
1011 #: pch.c:374
1012 #: pch.c:380
1013 #: pch.c:389
1014 #: pch.c:396
1015 msgid "while writing precompiled header"
1016 msgstr ""
1017
1018 #: pch.c:616
1019 #, c-format
1020 msgid "%s: not used because `%.*s' is poisoned"
1021 msgstr ""
1022
1023 #: pch.c:638
1024 #, c-format
1025 msgid "%s: not used because `%.*s' not defined"
1026 msgstr ""
1027
1028 #: pch.c:650
1029 #, c-format
1030 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
1031 msgstr ""
1032
1033 #: pch.c:691
1034 #, c-format
1035 msgid "%s: not used because `%s' is defined"
1036 msgstr ""
1037
1038 #: pch.c:711
1039 #, c-format
1040 msgid "%s: not used because `__COUNTER__' is invalid"
1041 msgstr ""
1042
1043 #: pch.c:720
1044 #: pch.c:876
1045 msgid "while reading precompiled header"
1046 msgstr ""
1047
1048 #: traditional.c:888
1049 #, c-format
1050 msgid "detected recursion whilst expanding macro \"%s\""
1051 msgstr ""
1052
1053 #: traditional.c:1111
1054 msgid "syntax error in macro parameter list"
1055 msgstr ""