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