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