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