Merge from mainline (168000:168310).
[official-gcc/graphite-test-results.git] / libcpp / po / cpplib.pot
blobc1dab899dc5570e66e8832bcb957e35da9ac7cfe
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2010-12-18 16:00+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: charset.c:674
21 #, c-format
22 msgid "conversion from %s to %s not supported by iconv"
23 msgstr ""
25 #: charset.c:677
26 msgid "iconv_open"
27 msgstr ""
29 #: charset.c:685
30 #, c-format
31 msgid "no iconv implementation, cannot convert from %s to %s"
32 msgstr ""
34 #: charset.c:781
35 #, c-format
36 msgid "character 0x%lx is not in the basic source character set\n"
37 msgstr ""
39 #: charset.c:798
40 #: charset.c:1444
41 msgid "converting to execution character set"
42 msgstr ""
44 #: charset.c:804
45 #, c-format
46 msgid "character 0x%lx is not unibyte in execution character set"
47 msgstr ""
49 #: charset.c:928
50 #, c-format
51 msgid "Character %x might not be NFKC"
52 msgstr ""
54 #: charset.c:994
55 msgid "universal character names are only valid in C++ and C99"
56 msgstr ""
58 #: charset.c:997
59 #, c-format
60 msgid "the meaning of '\\%c' is different in traditional C"
61 msgstr ""
63 #: charset.c:1006
64 msgid "In _cpp_valid_ucn but not a UCN"
65 msgstr ""
67 #: charset.c:1031
68 #, c-format
69 msgid "incomplete universal character name %.*s"
70 msgstr ""
72 #: charset.c:1046
73 #, c-format
74 msgid "%.*s is not a valid universal character"
75 msgstr ""
77 #: charset.c:1056
78 #: lex.c:1040
79 msgid "'$' in identifier or number"
80 msgstr ""
82 #: charset.c:1066
83 #, c-format
84 msgid "universal character %.*s is not valid in an identifier"
85 msgstr ""
87 #: charset.c:1070
88 #, c-format
89 msgid "universal character %.*s is not valid at the start of an identifier"
90 msgstr ""
92 #: charset.c:1102
93 #: charset.c:1674
94 msgid "converting UCN to source character set"
95 msgstr ""
97 #: charset.c:1106
98 msgid "converting UCN to execution character set"
99 msgstr ""
101 #: charset.c:1178
102 msgid "the meaning of '\\x' is different in traditional C"
103 msgstr ""
105 #: charset.c:1195
106 msgid "\\x used with no following hex digits"
107 msgstr ""
109 #: charset.c:1202
110 msgid "hex escape sequence out of range"
111 msgstr ""
113 #: charset.c:1240
114 msgid "octal escape sequence out of range"
115 msgstr ""
117 #: charset.c:1306
118 msgid "the meaning of '\\a' is different in traditional C"
119 msgstr ""
121 #: charset.c:1313
122 #, c-format
123 msgid "non-ISO-standard escape sequence, '\\%c'"
124 msgstr ""
126 #: charset.c:1321
127 #, c-format
128 msgid "unknown escape sequence: '\\%c'"
129 msgstr ""
131 #: charset.c:1329
132 #, c-format
133 msgid "unknown escape sequence: '\\%s'"
134 msgstr ""
136 #: charset.c:1336
137 msgid "converting escape sequence to execution character set"
138 msgstr ""
140 #: charset.c:1509
141 #: charset.c:1573
142 msgid "character constant too long for its type"
143 msgstr ""
145 #: charset.c:1512
146 msgid "multi-character character constant"
147 msgstr ""
149 #: charset.c:1612
150 msgid "empty character constant"
151 msgstr ""
153 #: charset.c:1721
154 #, c-format
155 msgid "failure to convert %s to %s"
156 msgstr ""
158 #: directives.c:223
159 #: directives.c:249
160 #, c-format
161 msgid "extra tokens at end of #%s directive"
162 msgstr ""
164 #: directives.c:355
165 #, c-format
166 msgid "#%s is a GCC extension"
167 msgstr ""
169 #: directives.c:360
170 #, c-format
171 msgid "#%s is a deprecated GCC extension"
172 msgstr ""
174 #: directives.c:373
175 msgid "suggest not using #elif in traditional C"
176 msgstr ""
178 #: directives.c:376
179 #, c-format
180 msgid "traditional C ignores #%s with the # indented"
181 msgstr ""
183 #: directives.c:380
184 #, c-format
185 msgid "suggest hiding #%s from traditional C with an indented #"
186 msgstr ""
188 #: directives.c:406
189 msgid "embedding a directive within macro arguments is not portable"
190 msgstr ""
192 #: directives.c:426
193 msgid "style of line directive is a GCC extension"
194 msgstr ""
196 #: directives.c:481
197 #, c-format
198 msgid "invalid preprocessing directive #%s"
199 msgstr ""
201 #: directives.c:549
202 msgid "\"defined\" cannot be used as a macro name"
203 msgstr ""
205 #: directives.c:555
206 #, c-format
207 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
208 msgstr ""
210 #: directives.c:558
211 #, c-format
212 msgid "no macro name given in #%s directive"
213 msgstr ""
215 #: directives.c:561
216 msgid "macro names must be identifiers"
217 msgstr ""
219 #: directives.c:610
220 #, c-format
221 msgid "undefining \"%s\""
222 msgstr ""
224 #: directives.c:665
225 msgid "missing terminating > character"
226 msgstr ""
228 #: directives.c:724
229 #, c-format
230 msgid "#%s expects \"FILENAME\" or <FILENAME>"
231 msgstr ""
233 #: directives.c:770
234 #, c-format
235 msgid "empty filename in #%s"
236 msgstr ""
238 #: directives.c:780
239 msgid "#include nested too deeply"
240 msgstr ""
242 #: directives.c:821
243 msgid "#include_next in primary source file"
244 msgstr ""
246 #: directives.c:847
247 #, c-format
248 msgid "invalid flag \"%s\" in line directive"
249 msgstr ""
251 #: directives.c:907
252 msgid "unexpected end of file after #line"
253 msgstr ""
255 #: directives.c:910
256 #, c-format
257 msgid "\"%s\" after #line is not a positive integer"
258 msgstr ""
260 #: directives.c:916
261 #: directives.c:918
262 msgid "line number out of range"
263 msgstr ""
265 #: directives.c:931
266 #: directives.c:1011
267 #, c-format
268 msgid "\"%s\" is not a valid filename"
269 msgstr ""
271 #: directives.c:971
272 #, c-format
273 msgid "\"%s\" after # is not a positive integer"
274 msgstr ""
276 #: directives.c:1064
277 #: directives.c:1066
278 #: directives.c:1068
279 #, c-format
280 msgid "%s"
281 msgstr ""
283 #: directives.c:1092
284 #, c-format
285 msgid "invalid #%s directive"
286 msgstr ""
288 #: directives.c:1155
289 #, c-format
290 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
291 msgstr ""
293 #: directives.c:1164
294 #, c-format
295 msgid "registering pragma \"%s\" with name expansion and no namespace"
296 msgstr ""
298 #: directives.c:1182
299 #, c-format
300 msgid "registering \"%s\" as both a pragma and a pragma namespace"
301 msgstr ""
303 #: directives.c:1185
304 #, c-format
305 msgid "#pragma %s %s is already registered"
306 msgstr ""
308 #: directives.c:1188
309 #, c-format
310 msgid "#pragma %s is already registered"
311 msgstr ""
313 #: directives.c:1218
314 msgid "registering pragma with NULL handler"
315 msgstr ""
317 #: directives.c:1430
318 msgid "#pragma once in main file"
319 msgstr ""
321 #: directives.c:1453
322 msgid "invalid #pragma push_macro directive"
323 msgstr ""
325 #: directives.c:1508
326 msgid "invalid #pragma pop_macro directive"
327 msgstr ""
329 #: directives.c:1563
330 msgid "invalid #pragma GCC poison directive"
331 msgstr ""
333 #: directives.c:1572
334 #, c-format
335 msgid "poisoning existing macro \"%s\""
336 msgstr ""
338 #: directives.c:1591
339 msgid "#pragma system_header ignored outside include file"
340 msgstr ""
342 #: directives.c:1616
343 #, c-format
344 msgid "cannot find source file %s"
345 msgstr ""
347 #: directives.c:1620
348 #, c-format
349 msgid "current file is older than %s"
350 msgstr ""
352 #: directives.c:1805
353 msgid "_Pragma takes a parenthesized string literal"
354 msgstr ""
356 #: directives.c:1916
357 msgid "#else without #if"
358 msgstr ""
360 #: directives.c:1921
361 msgid "#else after #else"
362 msgstr ""
364 #: directives.c:1923
365 #: directives.c:1956
366 msgid "the conditional began here"
367 msgstr ""
369 #: directives.c:1949
370 msgid "#elif without #if"
371 msgstr ""
373 #: directives.c:1954
374 msgid "#elif after #else"
375 msgstr ""
377 #: directives.c:1992
378 msgid "#endif without #if"
379 msgstr ""
381 #: directives.c:2072
382 msgid "missing '(' after predicate"
383 msgstr ""
385 #: directives.c:2087
386 msgid "missing ')' to complete answer"
387 msgstr ""
389 #: directives.c:2107
390 msgid "predicate's answer is empty"
391 msgstr ""
393 #: directives.c:2134
394 msgid "assertion without predicate"
395 msgstr ""
397 #: directives.c:2137
398 msgid "predicate must be an identifier"
399 msgstr ""
401 #: directives.c:2223
402 #, c-format
403 msgid "\"%s\" re-asserted"
404 msgstr ""
406 #: directives.c:2514
407 #, c-format
408 msgid "unterminated #%s"
409 msgstr ""
411 #: directives-only.c:222
412 #: lex.c:2074
413 #: traditional.c:163
414 msgid "unterminated comment"
415 msgstr ""
417 #: errors.c:235
418 msgid "stdout"
419 msgstr ""
421 #: errors.c:237
422 #, c-format
423 msgid "%s: %s"
424 msgstr ""
426 #: expr.c:282
427 msgid "too many decimal points in number"
428 msgstr ""
430 #: expr.c:311
431 #: expr.c:396
432 msgid "fixed-point constants are a GCC extension"
433 msgstr ""
435 #: expr.c:324
436 #, c-format
437 msgid "invalid digit \"%c\" in binary constant"
438 msgstr ""
440 #: expr.c:326
441 #, c-format
442 msgid "invalid digit \"%c\" in octal constant"
443 msgstr ""
445 #: expr.c:334
446 msgid "invalid prefix \"0b\" for floating constant"
447 msgstr ""
449 #: expr.c:339
450 msgid "no digits in hexadecimal floating constant"
451 msgstr ""
453 #: expr.c:343
454 msgid "use of C99 hexadecimal floating constant"
455 msgstr ""
457 #: expr.c:352
458 msgid "exponent has no digits"
459 msgstr ""
461 #: expr.c:359
462 msgid "hexadecimal floating constants require an exponent"
463 msgstr ""
465 #: expr.c:365
466 #, c-format
467 msgid "invalid suffix \"%.*s\" on floating constant"
468 msgstr ""
470 #: expr.c:375
471 #: expr.c:425
472 #, c-format
473 msgid "traditional C rejects the \"%.*s\" suffix"
474 msgstr ""
476 #: expr.c:383
477 msgid "suffix for double constant is a GCC extension"
478 msgstr ""
480 #: expr.c:389
481 #, c-format
482 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
483 msgstr ""
485 #: expr.c:400
486 msgid "decimal float constants are a GCC extension"
487 msgstr ""
489 #: expr.c:410
490 #, c-format
491 msgid "invalid suffix \"%.*s\" on integer constant"
492 msgstr ""
494 #: expr.c:433
495 msgid "use of C++0x long long integer constant"
496 msgstr ""
498 #: expr.c:434
499 msgid "use of C99 long long integer constant"
500 msgstr ""
502 #: expr.c:448
503 msgid "imaginary constants are a GCC extension"
504 msgstr ""
506 #: expr.c:451
507 msgid "binary constants are a GCC extension"
508 msgstr ""
510 #: expr.c:544
511 msgid "integer constant is too large for its type"
512 msgstr ""
514 #: expr.c:575
515 msgid "integer constant is so large that it is unsigned"
516 msgstr ""
518 #: expr.c:670
519 msgid "missing ')' after \"defined\""
520 msgstr ""
522 #: expr.c:677
523 msgid "operator \"defined\" requires an identifier"
524 msgstr ""
526 #: expr.c:685
527 #, c-format
528 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
529 msgstr ""
531 #: expr.c:695
532 msgid "this use of \"defined\" may not be portable"
533 msgstr ""
535 #: expr.c:751
536 msgid "floating constant in preprocessor expression"
537 msgstr ""
539 #: expr.c:757
540 msgid "imaginary number in preprocessor expression"
541 msgstr ""
543 #: expr.c:804
544 #, c-format
545 msgid "\"%s\" is not defined"
546 msgstr ""
548 #: expr.c:816
549 msgid "assertions are a GCC extension"
550 msgstr ""
552 #: expr.c:819
553 msgid "assertions are a deprecated extension"
554 msgstr ""
556 #: expr.c:952
557 #: expr.c:981
558 #, c-format
559 msgid "missing binary operator before token \"%s\""
560 msgstr ""
562 #: expr.c:972
563 #, c-format
564 msgid "token \"%s\" is not valid in preprocessor expressions"
565 msgstr ""
567 #: expr.c:989
568 msgid "missing expression between '(' and ')'"
569 msgstr ""
571 #: expr.c:992
572 #, c-format
573 msgid "%s with no expression"
574 msgstr ""
576 #: expr.c:995
577 #, c-format
578 msgid "operator '%s' has no right operand"
579 msgstr ""
581 #: expr.c:1000
582 #, c-format
583 msgid "operator '%s' has no left operand"
584 msgstr ""
586 #: expr.c:1026
587 msgid " ':' without preceding '?'"
588 msgstr ""
590 #: expr.c:1054
591 #, c-format
592 msgid "unbalanced stack in %s"
593 msgstr ""
595 #: expr.c:1074
596 #, c-format
597 msgid "impossible operator '%u'"
598 msgstr ""
600 #: expr.c:1175
601 msgid "missing ')' in expression"
602 msgstr ""
604 #: expr.c:1204
605 msgid "'?' without following ':'"
606 msgstr ""
608 #: expr.c:1214
609 msgid "integer overflow in preprocessor expression"
610 msgstr ""
612 #: expr.c:1219
613 msgid "missing '(' in expression"
614 msgstr ""
616 #: expr.c:1251
617 #, c-format
618 msgid "the left operand of \"%s\" changes sign when promoted"
619 msgstr ""
621 #: expr.c:1256
622 #, c-format
623 msgid "the right operand of \"%s\" changes sign when promoted"
624 msgstr ""
626 #: expr.c:1515
627 msgid "traditional C rejects the unary plus operator"
628 msgstr ""
630 #: expr.c:1598
631 msgid "comma operator in operand of #if"
632 msgstr ""
634 #: expr.c:1734
635 msgid "division by zero in #if"
636 msgstr ""
638 #: files.c:463
639 msgid "NULL directory in find_file"
640 msgstr ""
642 #: files.c:500
643 msgid "one or more PCH files were found, but they were invalid"
644 msgstr ""
646 #: files.c:503
647 msgid "use -Winvalid-pch for more information"
648 msgstr ""
650 #: files.c:594
651 #, c-format
652 msgid "%s is a block device"
653 msgstr ""
655 #: files.c:611
656 #, c-format
657 msgid "%s is too large"
658 msgstr ""
660 #: files.c:646
661 #, c-format
662 msgid "%s is shorter than expected"
663 msgstr ""
665 #: files.c:881
666 #, c-format
667 msgid "no include path in which to search for %s"
668 msgstr ""
670 #: files.c:1307
671 msgid "Multiple include guards may be useful for:\n"
672 msgstr ""
674 #: init.c:489
675 msgid "cppchar_t must be an unsigned type"
676 msgstr ""
678 #: init.c:493
679 #, c-format
680 msgid ""
681 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
682 "%lu bits"
683 msgstr ""
685 #: init.c:500
686 msgid "CPP arithmetic must be at least as precise as a target int"
687 msgstr ""
689 #: init.c:503
690 msgid "target char is less than 8 bits wide"
691 msgstr ""
693 #: init.c:507
694 msgid "target wchar_t is narrower than target char"
695 msgstr ""
697 #: init.c:511
698 msgid "target int is narrower than target char"
699 msgstr ""
701 #: init.c:516
702 msgid "CPP half-integer narrower than CPP character"
703 msgstr ""
705 #: init.c:520
706 #, c-format
707 msgid ""
708 "CPP on this host cannot handle wide character constants over %lu bits, but "
709 "the target requires %lu bits"
710 msgstr ""
712 #: lex.c:834
713 msgid "backslash and newline separated by space"
714 msgstr ""
716 #: lex.c:839
717 msgid "backslash-newline at end of file"
718 msgstr ""
720 #: lex.c:855
721 #, c-format
722 msgid "trigraph ??%c converted to %c"
723 msgstr ""
725 #: lex.c:863
726 #, c-format
727 msgid "trigraph ??%c ignored, use -trigraphs to enable"
728 msgstr ""
730 #: lex.c:912
731 msgid "\"/*\" within comment"
732 msgstr ""
734 #: lex.c:970
735 #, c-format
736 msgid "%s in preprocessing directive"
737 msgstr ""
739 #: lex.c:979
740 msgid "null character(s) ignored"
741 msgstr ""
743 #: lex.c:1016
744 #, c-format
745 msgid "`%.*s' is not in NFKC"
746 msgstr ""
748 #: lex.c:1019
749 #, c-format
750 msgid "`%.*s' is not in NFC"
751 msgstr ""
753 #: lex.c:1087
754 #: lex.c:1164
755 #, c-format
756 msgid "attempt to use poisoned \"%s\""
757 msgstr ""
759 #: lex.c:1095
760 #: lex.c:1172
761 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
762 msgstr ""
764 #: lex.c:1101
765 #: lex.c:1178
766 #, c-format
767 msgid "identifier \"%s\" is a special operator name in C++"
768 msgstr ""
770 #: lex.c:1323
771 msgid "raw string delimiter longer than 16 characters"
772 msgstr ""
774 #: lex.c:1326
775 #, c-format
776 msgid "invalid character '%c' in raw string delimiter"
777 msgstr ""
779 #: lex.c:1447
780 #: lex.c:1469
781 msgid "unterminated raw string"
782 msgstr ""
784 #: lex.c:1484
785 #: lex.c:1583
786 msgid "null character(s) preserved in literal"
787 msgstr ""
789 #: lex.c:1586
790 #, c-format
791 msgid "missing terminating %c character"
792 msgstr ""
794 #: lex.c:2085
795 msgid "C++ style comments are not allowed in ISO C90"
796 msgstr ""
798 #: lex.c:2087
799 msgid "(this will be reported only once per input file)"
800 msgstr ""
802 #: lex.c:2092
803 msgid "multi-line comment"
804 msgstr ""
806 #: lex.c:2412
807 #, c-format
808 msgid "unspellable token %s"
809 msgstr ""
811 #: macro.c:87
812 #, c-format
813 msgid "macro \"%s\" is not used"
814 msgstr ""
816 #: macro.c:126
817 #: macro.c:321
818 #, c-format
819 msgid "invalid built-in macro \"%s\""
820 msgstr ""
822 #: macro.c:160
823 msgid "could not determine file timestamp"
824 msgstr ""
826 #: macro.c:256
827 msgid "could not determine date and time"
828 msgstr ""
830 #: macro.c:272
831 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
832 msgstr ""
834 #: macro.c:430
835 msgid "invalid string literal, ignoring final '\\'"
836 msgstr ""
838 #: macro.c:490
839 #, c-format
840 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
841 msgstr ""
843 #: macro.c:565
844 msgid "ISO C99 requires rest arguments to be used"
845 msgstr ""
847 #: macro.c:570
848 #, c-format
849 msgid "macro \"%s\" requires %u arguments, but only %u given"
850 msgstr ""
852 #: macro.c:575
853 #, c-format
854 msgid "macro \"%s\" passed %u arguments, but takes just %u"
855 msgstr ""
857 #: macro.c:734
858 #: traditional.c:681
859 #, c-format
860 msgid "unterminated argument list invoking macro \"%s\""
861 msgstr ""
863 #: macro.c:866
864 #, c-format
865 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
866 msgstr ""
868 #: macro.c:1040
869 #, c-format
870 msgid ""
871 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
872 "C90 and ISO C++98"
873 msgstr ""
875 #: macro.c:1507
876 #, c-format
877 msgid "duplicate macro parameter \"%s\""
878 msgstr ""
880 #: macro.c:1553
881 #, c-format
882 msgid "\"%s\" may not appear in macro parameter list"
883 msgstr ""
885 #: macro.c:1561
886 msgid "macro parameters must be comma-separated"
887 msgstr ""
889 #: macro.c:1578
890 msgid "parameter name missing"
891 msgstr ""
893 #: macro.c:1596
894 msgid "anonymous variadic macros were introduced in C99"
895 msgstr ""
897 #: macro.c:1601
898 msgid "ISO C does not permit named variadic macros"
899 msgstr ""
901 #: macro.c:1610
902 msgid "missing ')' in macro parameter list"
903 msgstr ""
905 #: macro.c:1659
906 msgid "'##' cannot appear at either end of a macro expansion"
907 msgstr ""
909 #: macro.c:1694
910 msgid "ISO C99 requires whitespace after the macro name"
911 msgstr ""
913 #: macro.c:1718
914 msgid "missing whitespace after the macro name"
915 msgstr ""
917 #: macro.c:1752
918 msgid "'#' is not followed by a macro parameter"
919 msgstr ""
921 #: macro.c:1910
922 #, c-format
923 msgid "\"%s\" redefined"
924 msgstr ""
926 #: macro.c:1916
927 msgid "this is the location of the previous definition"
928 msgstr ""
930 #: macro.c:1977
931 #, c-format
932 msgid "macro argument \"%s\" would be stringified in traditional C"
933 msgstr ""
935 #: macro.c:2004
936 #, c-format
937 msgid "invalid hash type %d in cpp_macro_definition"
938 msgstr ""
940 #: pch.c:88
941 #: pch.c:336
942 #: pch.c:348
943 #: pch.c:366
944 #: pch.c:372
945 #: pch.c:381
946 #: pch.c:388
947 msgid "while writing precompiled header"
948 msgstr ""
950 #: pch.c:608
951 #, c-format
952 msgid "%s: not used because `%.*s' is poisoned"
953 msgstr ""
955 #: pch.c:630
956 #, c-format
957 msgid "%s: not used because `%.*s' not defined"
958 msgstr ""
960 #: pch.c:642
961 #, c-format
962 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
963 msgstr ""
965 #: pch.c:683
966 #, c-format
967 msgid "%s: not used because `%s' is defined"
968 msgstr ""
970 #: pch.c:703
971 #, c-format
972 msgid "%s: not used because `__COUNTER__' is invalid"
973 msgstr ""
975 #: pch.c:712
976 #: pch.c:891
977 msgid "while reading precompiled header"
978 msgstr ""
980 #: traditional.c:751
981 #, c-format
982 msgid "detected recursion whilst expanding macro \"%s\""
983 msgstr ""
985 #: traditional.c:969
986 msgid "syntax error in macro parameter list"
987 msgstr ""