Add PR60576 to the ChangeLog entry.
[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: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2014-02-02 17:35+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:673
21 #, c-format
22 msgid "conversion from %s to %s not supported by iconv"
23 msgstr ""
24
25 #: charset.c:676
26 msgid "iconv_open"
27 msgstr ""
28
29 #: charset.c:684
30 #, c-format
31 msgid "no iconv implementation, cannot convert from %s to %s"
32 msgstr ""
33
34 #: charset.c:780
35 #, c-format
36 msgid "character 0x%lx is not in the basic source character set\n"
37 msgstr ""
38
39 #: charset.c:797
40 #: charset.c:1447
41 msgid "converting to execution character set"
42 msgstr ""
43
44 #: charset.c:803
45 #, c-format
46 msgid "character 0x%lx is not unibyte in execution character set"
47 msgstr ""
48
49 #: charset.c:997
50 msgid "universal character names are only valid in C++ and C99"
51 msgstr ""
52
53 #: charset.c:1000
54 #, c-format
55 msgid "the meaning of '\\%c' is different in traditional C"
56 msgstr ""
57
58 #: charset.c:1009
59 msgid "In _cpp_valid_ucn but not a UCN"
60 msgstr ""
61
62 #: charset.c:1034
63 #, c-format
64 msgid "incomplete universal character name %.*s"
65 msgstr ""
66
67 #: charset.c:1049
68 #, c-format
69 msgid "%.*s is not a valid universal character"
70 msgstr ""
71
72 #: charset.c:1059
73 #: lex.c:1126
74 msgid "'$' in identifier or number"
75 msgstr ""
76
77 #: charset.c:1069
78 #, c-format
79 msgid "universal character %.*s is not valid in an identifier"
80 msgstr ""
81
82 #: charset.c:1073
83 #, c-format
84 msgid "universal character %.*s is not valid at the start of an identifier"
85 msgstr ""
86
87 #: charset.c:1105
88 #: charset.c:1677
89 msgid "converting UCN to source character set"
90 msgstr ""
91
92 #: charset.c:1109
93 msgid "converting UCN to execution character set"
94 msgstr ""
95
96 #: charset.c:1181
97 msgid "the meaning of '\\x' is different in traditional C"
98 msgstr ""
99
100 #: charset.c:1198
101 msgid "\\x used with no following hex digits"
102 msgstr ""
103
104 #: charset.c:1205
105 msgid "hex escape sequence out of range"
106 msgstr ""
107
108 #: charset.c:1243
109 msgid "octal escape sequence out of range"
110 msgstr ""
111
112 #: charset.c:1309
113 msgid "the meaning of '\\a' is different in traditional C"
114 msgstr ""
115
116 #: charset.c:1316
117 #, c-format
118 msgid "non-ISO-standard escape sequence, '\\%c'"
119 msgstr ""
120
121 #: charset.c:1324
122 #, c-format
123 msgid "unknown escape sequence: '\\%c'"
124 msgstr ""
125
126 #: charset.c:1332
127 #, c-format
128 msgid "unknown escape sequence: '\\%s'"
129 msgstr ""
130
131 #: charset.c:1339
132 msgid "converting escape sequence to execution character set"
133 msgstr ""
134
135 #: charset.c:1512
136 #: charset.c:1576
137 msgid "character constant too long for its type"
138 msgstr ""
139
140 #: charset.c:1515
141 msgid "multi-character character constant"
142 msgstr ""
143
144 #: charset.c:1615
145 msgid "empty character constant"
146 msgstr ""
147
148 #: charset.c:1724
149 #, c-format
150 msgid "failure to convert %s to %s"
151 msgstr ""
152
153 #: directives.c:224
154 #: directives.c:250
155 #, c-format
156 msgid "extra tokens at end of #%s directive"
157 msgstr ""
158
159 #: directives.c:357
160 #, c-format
161 msgid "#%s is a GCC extension"
162 msgstr ""
163
164 #: directives.c:362
165 #, c-format
166 msgid "#%s is a deprecated GCC extension"
167 msgstr ""
168
169 #: directives.c:375
170 msgid "suggest not using #elif in traditional C"
171 msgstr ""
172
173 #: directives.c:378
174 #, c-format
175 msgid "traditional C ignores #%s with the # indented"
176 msgstr ""
177
178 #: directives.c:382
179 #, c-format
180 msgid "suggest hiding #%s from traditional C with an indented #"
181 msgstr ""
182
183 #: directives.c:408
184 msgid "embedding a directive within macro arguments is not portable"
185 msgstr ""
186
187 #: directives.c:428
188 msgid "style of line directive is a GCC extension"
189 msgstr ""
190
191 #: directives.c:483
192 #, c-format
193 msgid "invalid preprocessing directive #%s"
194 msgstr ""
195
196 #: directives.c:551
197 msgid "\"defined\" cannot be used as a macro name"
198 msgstr ""
199
200 #: directives.c:557
201 #, c-format
202 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
203 msgstr ""
204
205 #: directives.c:560
206 #, c-format
207 msgid "no macro name given in #%s directive"
208 msgstr ""
209
210 #: directives.c:563
211 msgid "macro names must be identifiers"
212 msgstr ""
213
214 #: directives.c:612
215 #, c-format
216 msgid "undefining \"%s\""
217 msgstr ""
218
219 #: directives.c:667
220 msgid "missing terminating > character"
221 msgstr ""
222
223 #: directives.c:726
224 #, c-format
225 msgid "#%s expects \"FILENAME\" or <FILENAME>"
226 msgstr ""
227
228 #: directives.c:772
229 #, c-format
230 msgid "empty filename in #%s"
231 msgstr ""
232
233 #: directives.c:782
234 msgid "#include nested too deeply"
235 msgstr ""
236
237 #: directives.c:823
238 msgid "#include_next in primary source file"
239 msgstr ""
240
241 #: directives.c:849
242 #, c-format
243 msgid "invalid flag \"%s\" in line directive"
244 msgstr ""
245
246 #: directives.c:909
247 msgid "unexpected end of file after #line"
248 msgstr ""
249
250 #: directives.c:912
251 #, c-format
252 msgid "\"%s\" after #line is not a positive integer"
253 msgstr ""
254
255 #: directives.c:918
256 #: directives.c:920
257 msgid "line number out of range"
258 msgstr ""
259
260 #: directives.c:933
261 #: directives.c:1013
262 #, c-format
263 msgid "\"%s\" is not a valid filename"
264 msgstr ""
265
266 #: directives.c:973
267 #, c-format
268 msgid "\"%s\" after # is not a positive integer"
269 msgstr ""
270
271 #: directives.c:1068
272 #: directives.c:1070
273 #: directives.c:1072
274 #: directives.c:1658
275 #, c-format
276 msgid "%s"
277 msgstr ""
278
279 #: directives.c:1096
280 #, c-format
281 msgid "invalid #%s directive"
282 msgstr ""
283
284 #: directives.c:1159
285 #, c-format
286 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
287 msgstr ""
288
289 #: directives.c:1168
290 #, c-format
291 msgid "registering pragma \"%s\" with name expansion and no namespace"
292 msgstr ""
293
294 #: directives.c:1186
295 #, c-format
296 msgid "registering \"%s\" as both a pragma and a pragma namespace"
297 msgstr ""
298
299 #: directives.c:1189
300 #, c-format
301 msgid "#pragma %s %s is already registered"
302 msgstr ""
303
304 #: directives.c:1192
305 #, c-format
306 msgid "#pragma %s is already registered"
307 msgstr ""
308
309 #: directives.c:1222
310 msgid "registering pragma with NULL handler"
311 msgstr ""
312
313 #: directives.c:1439
314 msgid "#pragma once in main file"
315 msgstr ""
316
317 #: directives.c:1462
318 msgid "invalid #pragma push_macro directive"
319 msgstr ""
320
321 #: directives.c:1517
322 msgid "invalid #pragma pop_macro directive"
323 msgstr ""
324
325 #: directives.c:1572
326 msgid "invalid #pragma GCC poison directive"
327 msgstr ""
328
329 #: directives.c:1581
330 #, c-format
331 msgid "poisoning existing macro \"%s\""
332 msgstr ""
333
334 #: directives.c:1600
335 msgid "#pragma system_header ignored outside include file"
336 msgstr ""
337
338 #: directives.c:1625
339 #, c-format
340 msgid "cannot find source file %s"
341 msgstr ""
342
343 #: directives.c:1629
344 #, c-format
345 msgid "current file is older than %s"
346 msgstr ""
347
348 #: directives.c:1653
349 #, c-format
350 msgid "invalid \"#pragma GCC %s\" directive"
351 msgstr ""
352
353 #: directives.c:1847
354 msgid "_Pragma takes a parenthesized string literal"
355 msgstr ""
356
357 #: directives.c:1968
358 msgid "#else without #if"
359 msgstr ""
360
361 #: directives.c:1973
362 msgid "#else after #else"
363 msgstr ""
364
365 #: directives.c:1975
366 #: directives.c:2008
367 msgid "the conditional began here"
368 msgstr ""
369
370 #: directives.c:2001
371 msgid "#elif without #if"
372 msgstr ""
373
374 #: directives.c:2006
375 msgid "#elif after #else"
376 msgstr ""
377
378 #: directives.c:2044
379 msgid "#endif without #if"
380 msgstr ""
381
382 #: directives.c:2124
383 msgid "missing '(' after predicate"
384 msgstr ""
385
386 #: directives.c:2139
387 msgid "missing ')' to complete answer"
388 msgstr ""
389
390 #: directives.c:2159
391 msgid "predicate's answer is empty"
392 msgstr ""
393
394 #: directives.c:2186
395 msgid "assertion without predicate"
396 msgstr ""
397
398 #: directives.c:2189
399 msgid "predicate must be an identifier"
400 msgstr ""
401
402 #: directives.c:2275
403 #, c-format
404 msgid "\"%s\" re-asserted"
405 msgstr ""
406
407 #: directives.c:2567
408 #, c-format
409 msgid "unterminated #%s"
410 msgstr ""
411
412 #: directives-only.c:221
413 #: lex.c:2311
414 #: traditional.c:162
415 msgid "unterminated comment"
416 msgstr ""
417
418 #: errors.c:234
419 msgid "stdout"
420 msgstr ""
421
422 #: errors.c:236
423 #, c-format
424 msgid "%s: %s"
425 msgstr ""
426
427 #: expr.c:510
428 #: expr.c:620
429 msgid "fixed-point constants are a GCC extension"
430 msgstr ""
431
432 #: expr.c:535
433 msgid "invalid prefix \"0b\" for floating constant"
434 msgstr ""
435
436 #: expr.c:545
437 msgid "use of C99 hexadecimal floating constant"
438 msgstr ""
439
440 #: expr.c:588
441 #, c-format
442 msgid "invalid suffix \"%.*s\" on floating constant"
443 msgstr ""
444
445 #: expr.c:599
446 #: expr.c:659
447 #, c-format
448 msgid "traditional C rejects the \"%.*s\" suffix"
449 msgstr ""
450
451 #: expr.c:607
452 msgid "suffix for double constant is a GCC extension"
453 msgstr ""
454
455 #: expr.c:613
456 #, c-format
457 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
458 msgstr ""
459
460 #: expr.c:624
461 msgid "decimal float constants are a GCC extension"
462 msgstr ""
463
464 #: expr.c:642
465 #, c-format
466 msgid "invalid suffix \"%.*s\" on integer constant"
467 msgstr ""
468
469 #: expr.c:667
470 msgid "use of C++11 long long integer constant"
471 msgstr ""
472
473 #: expr.c:668
474 msgid "use of C99 long long integer constant"
475 msgstr ""
476
477 #: expr.c:684
478 msgid "imaginary constants are a GCC extension"
479 msgstr ""
480
481 #: expr.c:690
482 msgid "binary constants are a C++1y feature or GCC extension"
483 msgstr ""
484
485 #: expr.c:787
486 msgid "integer constant is too large for its type"
487 msgstr ""
488
489 #: expr.c:818
490 msgid "integer constant is so large that it is unsigned"
491 msgstr ""
492
493 #: expr.c:913
494 msgid "missing ')' after \"defined\""
495 msgstr ""
496
497 #: expr.c:920
498 msgid "operator \"defined\" requires an identifier"
499 msgstr ""
500
501 #: expr.c:928
502 #, c-format
503 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
504 msgstr ""
505
506 #: expr.c:938
507 msgid "this use of \"defined\" may not be portable"
508 msgstr ""
509
510 #: expr.c:998
511 msgid "user-defined literal in preprocessor expression"
512 msgstr ""
513
514 #: expr.c:1003
515 msgid "floating constant in preprocessor expression"
516 msgstr ""
517
518 #: expr.c:1009
519 msgid "imaginary number in preprocessor expression"
520 msgstr ""
521
522 #: expr.c:1057
523 #, c-format
524 msgid "\"%s\" is not defined"
525 msgstr ""
526
527 #: expr.c:1070
528 msgid "assertions are a GCC extension"
529 msgstr ""
530
531 #: expr.c:1073
532 msgid "assertions are a deprecated extension"
533 msgstr ""
534
535 #: expr.c:1318
536 #, c-format
537 msgid "unbalanced stack in %s"
538 msgstr ""
539
540 #: expr.c:1338
541 #, c-format
542 msgid "impossible operator '%u'"
543 msgstr ""
544
545 #: expr.c:1439
546 msgid "missing ')' in expression"
547 msgstr ""
548
549 #: expr.c:1468
550 msgid "'?' without following ':'"
551 msgstr ""
552
553 #: expr.c:1478
554 msgid "integer overflow in preprocessor expression"
555 msgstr ""
556
557 #: expr.c:1483
558 msgid "missing '(' in expression"
559 msgstr ""
560
561 #: expr.c:1515
562 #, c-format
563 msgid "the left operand of \"%s\" changes sign when promoted"
564 msgstr ""
565
566 #: expr.c:1520
567 #, c-format
568 msgid "the right operand of \"%s\" changes sign when promoted"
569 msgstr ""
570
571 #: expr.c:1779
572 msgid "traditional C rejects the unary plus operator"
573 msgstr ""
574
575 #: expr.c:1877
576 msgid "comma operator in operand of #if"
577 msgstr ""
578
579 #: expr.c:2013
580 msgid "division by zero in #if"
581 msgstr ""
582
583 #: files.c:505
584 msgid "NULL directory in find_file"
585 msgstr ""
586
587 #: files.c:553
588 msgid "one or more PCH files were found, but they were invalid"
589 msgstr ""
590
591 #: files.c:556
592 msgid "use -Winvalid-pch for more information"
593 msgstr ""
594
595 #: files.c:660
596 #, c-format
597 msgid "%s is a block device"
598 msgstr ""
599
600 #: files.c:677
601 #, c-format
602 msgid "%s is too large"
603 msgstr ""
604
605 #: files.c:717
606 #, c-format
607 msgid "%s is shorter than expected"
608 msgstr ""
609
610 #: files.c:953
611 #, c-format
612 msgid "no include path in which to search for %s"
613 msgstr ""
614
615 #: files.c:1389
616 msgid "Multiple include guards may be useful for:\n"
617 msgstr ""
618
619 #: init.c:536
620 msgid "cppchar_t must be an unsigned type"
621 msgstr ""
622
623 #: init.c:540
624 #, c-format
625 msgid ""
626 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
627 "%lu bits"
628 msgstr ""
629
630 #: init.c:547
631 msgid "CPP arithmetic must be at least as precise as a target int"
632 msgstr ""
633
634 #: init.c:550
635 msgid "target char is less than 8 bits wide"
636 msgstr ""
637
638 #: init.c:554
639 msgid "target wchar_t is narrower than target char"
640 msgstr ""
641
642 #: init.c:558
643 msgid "target int is narrower than target char"
644 msgstr ""
645
646 #: init.c:563
647 msgid "CPP half-integer narrower than CPP character"
648 msgstr ""
649
650 #: init.c:567
651 #, c-format
652 msgid ""
653 "CPP on this host cannot handle wide character constants over %lu bits, but "
654 "the target requires %lu bits"
655 msgstr ""
656
657 #: lex.c:919
658 msgid "backslash and newline separated by space"
659 msgstr ""
660
661 #: lex.c:924
662 msgid "backslash-newline at end of file"
663 msgstr ""
664
665 #: lex.c:940
666 #, c-format
667 msgid "trigraph ??%c converted to %c"
668 msgstr ""
669
670 #: lex.c:948
671 #, c-format
672 msgid "trigraph ??%c ignored, use -trigraphs to enable"
673 msgstr ""
674
675 #: lex.c:997
676 msgid "\"/*\" within comment"
677 msgstr ""
678
679 #: lex.c:1055
680 #, c-format
681 msgid "%s in preprocessing directive"
682 msgstr ""
683
684 #: lex.c:1064
685 msgid "null character(s) ignored"
686 msgstr ""
687
688 #: lex.c:1101
689 #, c-format
690 msgid "`%.*s' is not in NFKC"
691 msgstr ""
692
693 #: lex.c:1104
694 #, c-format
695 msgid "`%.*s' is not in NFC"
696 msgstr ""
697
698 #: lex.c:1173
699 #: lex.c:1253
700 #, c-format
701 msgid "attempt to use poisoned \"%s\""
702 msgstr ""
703
704 #: lex.c:1181
705 #: lex.c:1261
706 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
707 msgstr ""
708
709 #: lex.c:1187
710 #: lex.c:1267
711 #, c-format
712 msgid "identifier \"%s\" is a special operator name in C++"
713 msgstr ""
714
715 #: lex.c:1554
716 msgid "raw string delimiter longer than 16 characters"
717 msgstr ""
718
719 #: lex.c:1558
720 msgid "invalid new-line in raw string delimiter"
721 msgstr ""
722
723 #: lex.c:1562
724 #, c-format
725 msgid "invalid character '%c' in raw string delimiter"
726 msgstr ""
727
728 #: lex.c:1611
729 #: lex.c:1633
730 msgid "unterminated raw string"
731 msgstr ""
732
733 #: lex.c:1654
734 #: lex.c:1783
735 msgid ""
736 "invalid suffix on literal; C++11 requires a space between literal and string "
737 "macro"
738 msgstr ""
739
740 #: lex.c:1765
741 msgid "null character(s) preserved in literal"
742 msgstr ""
743
744 #: lex.c:1768
745 #, c-format
746 msgid "missing terminating %c character"
747 msgstr ""
748
749 #: lex.c:2322
750 msgid "C++ style comments are not allowed in ISO C90"
751 msgstr ""
752
753 #: lex.c:2324
754 msgid "(this will be reported only once per input file)"
755 msgstr ""
756
757 #: lex.c:2329
758 msgid "multi-line comment"
759 msgstr ""
760
761 #: lex.c:2660
762 #, c-format
763 msgid "unspellable token %s"
764 msgstr ""
765
766 #: macro.c:191
767 #, c-format
768 msgid "macro \"%s\" is not used"
769 msgstr ""
770
771 #: macro.c:229
772 #: macro.c:433
773 #, c-format
774 msgid "invalid built-in macro \"%s\""
775 msgstr ""
776
777 #: macro.c:236
778 #: macro.c:333
779 #, c-format
780 msgid "macro \"%s\" might prevent reproducible builds"
781 msgstr ""
782
783 #: macro.c:267
784 msgid "could not determine file timestamp"
785 msgstr ""
786
787 #: macro.c:368
788 msgid "could not determine date and time"
789 msgstr ""
790
791 #: macro.c:384
792 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
793 msgstr ""
794
795 #: macro.c:542
796 msgid "invalid string literal, ignoring final '\\'"
797 msgstr ""
798
799 #: macro.c:604
800 #, c-format
801 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
802 msgstr ""
803
804 #: macro.c:726
805 msgid "ISO C99 requires rest arguments to be used"
806 msgstr ""
807
808 #: macro.c:731
809 #, c-format
810 msgid "macro \"%s\" requires %u arguments, but only %u given"
811 msgstr ""
812
813 #: macro.c:736
814 #, c-format
815 msgid "macro \"%s\" passed %u arguments, but takes just %u"
816 msgstr ""
817
818 #: macro.c:930
819 #: traditional.c:680
820 #, c-format
821 msgid "unterminated argument list invoking macro \"%s\""
822 msgstr ""
823
824 #: macro.c:1081
825 #, c-format
826 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
827 msgstr ""
828
829 #: macro.c:1753
830 #, c-format
831 msgid ""
832 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
833 "C90 and ISO C++98"
834 msgstr ""
835
836 #: macro.c:2715
837 #, c-format
838 msgid "duplicate macro parameter \"%s\""
839 msgstr ""
840
841 #: macro.c:2761
842 #, c-format
843 msgid "\"%s\" may not appear in macro parameter list"
844 msgstr ""
845
846 #: macro.c:2769
847 msgid "macro parameters must be comma-separated"
848 msgstr ""
849
850 #: macro.c:2786
851 msgid "parameter name missing"
852 msgstr ""
853
854 #: macro.c:2804
855 msgid "anonymous variadic macros were introduced in C99"
856 msgstr ""
857
858 #: macro.c:2809
859 msgid "ISO C does not permit named variadic macros"
860 msgstr ""
861
862 #: macro.c:2818
863 msgid "missing ')' in macro parameter list"
864 msgstr ""
865
866 #: macro.c:2867
867 msgid "'##' cannot appear at either end of a macro expansion"
868 msgstr ""
869
870 #: macro.c:2902
871 msgid "ISO C99 requires whitespace after the macro name"
872 msgstr ""
873
874 #: macro.c:2926
875 msgid "missing whitespace after the macro name"
876 msgstr ""
877
878 #: macro.c:2960
879 msgid "'#' is not followed by a macro parameter"
880 msgstr ""
881
882 #: macro.c:3118
883 #, c-format
884 msgid "\"%s\" redefined"
885 msgstr ""
886
887 #: macro.c:3124
888 msgid "this is the location of the previous definition"
889 msgstr ""
890
891 #: macro.c:3185
892 #, c-format
893 msgid "macro argument \"%s\" would be stringified in traditional C"
894 msgstr ""
895
896 #: macro.c:3212
897 #, c-format
898 msgid "invalid hash type %d in cpp_macro_definition"
899 msgstr ""
900
901 #: pch.c:87
902 #: pch.c:345
903 #: pch.c:359
904 #: pch.c:377
905 #: pch.c:383
906 #: pch.c:392
907 #: pch.c:399
908 msgid "while writing precompiled header"
909 msgstr ""
910
911 #: pch.c:619
912 #, c-format
913 msgid "%s: not used because `%.*s' is poisoned"
914 msgstr ""
915
916 #: pch.c:641
917 #, c-format
918 msgid "%s: not used because `%.*s' not defined"
919 msgstr ""
920
921 #: pch.c:653
922 #, c-format
923 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
924 msgstr ""
925
926 #: pch.c:694
927 #, c-format
928 msgid "%s: not used because `%s' is defined"
929 msgstr ""
930
931 #: pch.c:714
932 #, c-format
933 msgid "%s: not used because `__COUNTER__' is invalid"
934 msgstr ""
935
936 #: pch.c:723
937 #: pch.c:898
938 msgid "while reading precompiled header"
939 msgstr ""
940
941 #: traditional.c:750
942 #, c-format
943 msgid "detected recursion whilst expanding macro \"%s\""
944 msgstr ""
945
946 #: traditional.c:968
947 msgid "syntax error in macro parameter list"
948 msgstr ""