gcc/ChangeLog:
[official-gcc.git] / libcpp / po / cpplib.pot
blob7a5450ff9da13ca730ef7087af5a356b8d30af87
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: 2009-10-17 13:36+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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: charset.c:674
20 #, c-format
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr ""
24 #: charset.c:677
25 msgid "iconv_open"
26 msgstr ""
28 #: charset.c:685
29 #, c-format
30 msgid "no iconv implementation, cannot convert from %s to %s"
31 msgstr ""
33 #: charset.c:773
34 #, c-format
35 msgid "character 0x%lx is not in the basic source character set\n"
36 msgstr ""
38 #: charset.c:790
39 #: charset.c:1407
40 msgid "converting to execution character set"
41 msgstr ""
43 #: charset.c:796
44 #, c-format
45 msgid "character 0x%lx is not unibyte in execution character set"
46 msgstr ""
48 #: charset.c:920
49 #, c-format
50 msgid "Character %x might not be NFKC"
51 msgstr ""
53 #: charset.c:986
54 msgid "universal character names are only valid in C++ and C99"
55 msgstr ""
57 #: charset.c:989
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
62 #: charset.c:998
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
66 #: charset.c:1023
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
71 #: charset.c:1038
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
76 #: charset.c:1048
77 #: lex.c:486
78 msgid "'$' in identifier or number"
79 msgstr ""
81 #: charset.c:1058
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
86 #: charset.c:1062
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
91 #: charset.c:1094
92 #: charset.c:1637
93 msgid "converting UCN to source character set"
94 msgstr ""
96 #: charset.c:1098
97 msgid "converting UCN to execution character set"
98 msgstr ""
100 #: charset.c:1170
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
104 #: charset.c:1187
105 msgid "\\x used with no following hex digits"
106 msgstr ""
108 #: charset.c:1194
109 msgid "hex escape sequence out of range"
110 msgstr ""
112 #: charset.c:1232
113 msgid "octal escape sequence out of range"
114 msgstr ""
116 #: charset.c:1298
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
120 #: charset.c:1305
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
125 #: charset.c:1313
126 #, c-format
127 msgid "unknown escape sequence: '\\%c'"
128 msgstr ""
130 #: charset.c:1321
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
135 #: charset.c:1328
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
139 #: charset.c:1472
140 #: charset.c:1536
141 msgid "character constant too long for its type"
142 msgstr ""
144 #: charset.c:1475
145 msgid "multi-character character constant"
146 msgstr ""
148 #: charset.c:1575
149 msgid "empty character constant"
150 msgstr ""
152 #: charset.c:1684
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
157 #: directives.c:220
158 #: directives.c:246
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
163 #: directives.c:352
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
168 #: directives.c:356
169 #, c-format
170 msgid "#%s is a deprecated GCC extension"
171 msgstr ""
173 #: directives.c:370
174 msgid "suggest not using #elif in traditional C"
175 msgstr ""
177 #: directives.c:373
178 #, c-format
179 msgid "traditional C ignores #%s with the # indented"
180 msgstr ""
182 #: directives.c:377
183 #, c-format
184 msgid "suggest hiding #%s from traditional C with an indented #"
185 msgstr ""
187 #: directives.c:403
188 msgid "embedding a directive within macro arguments is not portable"
189 msgstr ""
191 #: directives.c:423
192 msgid "style of line directive is a GCC extension"
193 msgstr ""
195 #: directives.c:478
196 #, c-format
197 msgid "invalid preprocessing directive #%s"
198 msgstr ""
200 #: directives.c:546
201 msgid "\"defined\" cannot be used as a macro name"
202 msgstr ""
204 #: directives.c:552
205 #, c-format
206 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
207 msgstr ""
209 #: directives.c:555
210 #, c-format
211 msgid "no macro name given in #%s directive"
212 msgstr ""
214 #: directives.c:558
215 msgid "macro names must be identifiers"
216 msgstr ""
218 #: directives.c:607
219 #, c-format
220 msgid "undefining \"%s\""
221 msgstr ""
223 #: directives.c:662
224 msgid "missing terminating > character"
225 msgstr ""
227 #: directives.c:720
228 #, c-format
229 msgid "#%s expects \"FILENAME\" or <FILENAME>"
230 msgstr ""
232 #: directives.c:766
233 #, c-format
234 msgid "empty filename in #%s"
235 msgstr ""
237 #: directives.c:776
238 msgid "#include nested too deeply"
239 msgstr ""
241 #: directives.c:817
242 msgid "#include_next in primary source file"
243 msgstr ""
245 #: directives.c:843
246 #, c-format
247 msgid "invalid flag \"%s\" in line directive"
248 msgstr ""
250 #: directives.c:903
251 msgid "unexpected end of file after #line"
252 msgstr ""
254 #: directives.c:906
255 #, c-format
256 msgid "\"%s\" after #line is not a positive integer"
257 msgstr ""
259 #: directives.c:912
260 #: directives.c:914
261 msgid "line number out of range"
262 msgstr ""
264 #: directives.c:927
265 #: directives.c:1007
266 #, c-format
267 msgid "\"%s\" is not a valid filename"
268 msgstr ""
270 #: directives.c:967
271 #, c-format
272 msgid "\"%s\" after # is not a positive integer"
273 msgstr ""
275 #: directives.c:1059
276 #, c-format
277 msgid "%s"
278 msgstr ""
280 #: directives.c:1083
281 #, c-format
282 msgid "invalid #%s directive"
283 msgstr ""
285 #: directives.c:1146
286 #, c-format
287 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
288 msgstr ""
290 #: directives.c:1155
291 #, c-format
292 msgid "registering pragma \"%s\" with name expansion and no namespace"
293 msgstr ""
295 #: directives.c:1173
296 #, c-format
297 msgid "registering \"%s\" as both a pragma and a pragma namespace"
298 msgstr ""
300 #: directives.c:1176
301 #, c-format
302 msgid "#pragma %s %s is already registered"
303 msgstr ""
305 #: directives.c:1179
306 #, c-format
307 msgid "#pragma %s is already registered"
308 msgstr ""
310 #: directives.c:1209
311 msgid "registering pragma with NULL handler"
312 msgstr ""
314 #: directives.c:1419
315 msgid "#pragma once in main file"
316 msgstr ""
318 #: directives.c:1442
319 msgid "invalid #pragma GCC poison directive"
320 msgstr ""
322 #: directives.c:1451
323 #, c-format
324 msgid "poisoning existing macro \"%s\""
325 msgstr ""
327 #: directives.c:1470
328 msgid "#pragma system_header ignored outside include file"
329 msgstr ""
331 #: directives.c:1495
332 #, c-format
333 msgid "cannot find source file %s"
334 msgstr ""
336 #: directives.c:1499
337 #, c-format
338 msgid "current file is older than %s"
339 msgstr ""
341 #: directives.c:1683
342 msgid "_Pragma takes a parenthesized string literal"
343 msgstr ""
345 #: directives.c:1784
346 msgid "#else without #if"
347 msgstr ""
349 #: directives.c:1789
350 msgid "#else after #else"
351 msgstr ""
353 #: directives.c:1791
354 #: directives.c:1824
355 msgid "the conditional began here"
356 msgstr ""
358 #: directives.c:1817
359 msgid "#elif without #if"
360 msgstr ""
362 #: directives.c:1822
363 msgid "#elif after #else"
364 msgstr ""
366 #: directives.c:1860
367 msgid "#endif without #if"
368 msgstr ""
370 #: directives.c:1940
371 msgid "missing '(' after predicate"
372 msgstr ""
374 #: directives.c:1955
375 msgid "missing ')' to complete answer"
376 msgstr ""
378 #: directives.c:1975
379 msgid "predicate's answer is empty"
380 msgstr ""
382 #: directives.c:2002
383 msgid "assertion without predicate"
384 msgstr ""
386 #: directives.c:2005
387 msgid "predicate must be an identifier"
388 msgstr ""
390 #: directives.c:2091
391 #, c-format
392 msgid "\"%s\" re-asserted"
393 msgstr ""
395 #: directives.c:2391
396 #, c-format
397 msgid "unterminated #%s"
398 msgstr ""
400 #: directives-only.c:222
401 #: lex.c:1155
402 #: traditional.c:163
403 msgid "unterminated comment"
404 msgstr ""
406 #: errors.c:93
407 msgid "stdout"
408 msgstr ""
410 #: errors.c:95
411 #, c-format
412 msgid "%s: %s"
413 msgstr ""
415 #: expr.c:279
416 msgid "too many decimal points in number"
417 msgstr ""
419 #: expr.c:308
420 #: expr.c:390
421 msgid "fixed-point constants are a GCC extension"
422 msgstr ""
424 #: expr.c:321
425 #, c-format
426 msgid "invalid digit \"%c\" in binary constant"
427 msgstr ""
429 #: expr.c:323
430 #, c-format
431 msgid "invalid digit \"%c\" in octal constant"
432 msgstr ""
434 #: expr.c:331
435 msgid "invalid prefix \"0b\" for floating constant"
436 msgstr ""
438 #: expr.c:337
439 msgid "use of C99 hexadecimal floating constant"
440 msgstr ""
442 #: expr.c:346
443 msgid "exponent has no digits"
444 msgstr ""
446 #: expr.c:353
447 msgid "hexadecimal floating constants require an exponent"
448 msgstr ""
450 #: expr.c:359
451 #, c-format
452 msgid "invalid suffix \"%.*s\" on floating constant"
453 msgstr ""
455 #: expr.c:369
456 #: expr.c:418
457 #, c-format
458 msgid "traditional C rejects the \"%.*s\" suffix"
459 msgstr ""
461 #: expr.c:377
462 msgid "suffix for double constant is a GCC extension"
463 msgstr ""
465 #: expr.c:383
466 #, c-format
467 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
468 msgstr ""
470 #: expr.c:394
471 msgid "decimal float constants are a GCC extension"
472 msgstr ""
474 #: expr.c:404
475 #, c-format
476 msgid "invalid suffix \"%.*s\" on integer constant"
477 msgstr ""
479 #: expr.c:427
480 msgid "use of C++0x long long integer constant"
481 msgstr ""
483 #: expr.c:436
484 msgid "imaginary constants are a GCC extension"
485 msgstr ""
487 #: expr.c:439
488 msgid "binary constants are a GCC extension"
489 msgstr ""
491 #: expr.c:532
492 msgid "integer constant is too large for its type"
493 msgstr ""
495 #: expr.c:563
496 msgid "integer constant is so large that it is unsigned"
497 msgstr ""
499 #: expr.c:658
500 msgid "missing ')' after \"defined\""
501 msgstr ""
503 #: expr.c:665
504 msgid "operator \"defined\" requires an identifier"
505 msgstr ""
507 #: expr.c:673
508 #, c-format
509 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
510 msgstr ""
512 #: expr.c:683
513 msgid "this use of \"defined\" may not be portable"
514 msgstr ""
516 #: expr.c:736
517 msgid "floating constant in preprocessor expression"
518 msgstr ""
520 #: expr.c:742
521 msgid "imaginary number in preprocessor expression"
522 msgstr ""
524 #: expr.c:789
525 #, c-format
526 msgid "\"%s\" is not defined"
527 msgstr ""
529 #: expr.c:801
530 msgid "assertions are a GCC extension"
531 msgstr ""
533 #: expr.c:804
534 msgid "assertions are a deprecated extension"
535 msgstr ""
537 #: expr.c:937
538 #: expr.c:966
539 #, c-format
540 msgid "missing binary operator before token \"%s\""
541 msgstr ""
543 #: expr.c:957
544 #, c-format
545 msgid "token \"%s\" is not valid in preprocessor expressions"
546 msgstr ""
548 #: expr.c:974
549 msgid "missing expression between '(' and ')'"
550 msgstr ""
552 #: expr.c:977
553 #, c-format
554 msgid "%s with no expression"
555 msgstr ""
557 #: expr.c:980
558 #, c-format
559 msgid "operator '%s' has no right operand"
560 msgstr ""
562 #: expr.c:985
563 #, c-format
564 msgid "operator '%s' has no left operand"
565 msgstr ""
567 #: expr.c:1011
568 msgid " ':' without preceding '?'"
569 msgstr ""
571 #: expr.c:1039
572 #, c-format
573 msgid "unbalanced stack in %s"
574 msgstr ""
576 #: expr.c:1059
577 #, c-format
578 msgid "impossible operator '%u'"
579 msgstr ""
581 #: expr.c:1160
582 msgid "missing ')' in expression"
583 msgstr ""
585 #: expr.c:1189
586 msgid "'?' without following ':'"
587 msgstr ""
589 #: expr.c:1199
590 msgid "integer overflow in preprocessor expression"
591 msgstr ""
593 #: expr.c:1204
594 msgid "missing '(' in expression"
595 msgstr ""
597 #: expr.c:1236
598 #, c-format
599 msgid "the left operand of \"%s\" changes sign when promoted"
600 msgstr ""
602 #: expr.c:1241
603 #, c-format
604 msgid "the right operand of \"%s\" changes sign when promoted"
605 msgstr ""
607 #: expr.c:1500
608 msgid "traditional C rejects the unary plus operator"
609 msgstr ""
611 #: expr.c:1583
612 msgid "comma operator in operand of #if"
613 msgstr ""
615 #: expr.c:1719
616 msgid "division by zero in #if"
617 msgstr ""
619 #: files.c:463
620 msgid "NULL directory in find_file"
621 msgstr ""
623 #: files.c:500
624 msgid "one or more PCH files were found, but they were invalid"
625 msgstr ""
627 #: files.c:503
628 msgid "use -Winvalid-pch for more information"
629 msgstr ""
631 #: files.c:594
632 #, c-format
633 msgid "%s is a block device"
634 msgstr ""
636 #: files.c:611
637 #, c-format
638 msgid "%s is too large"
639 msgstr ""
641 #: files.c:646
642 #, c-format
643 msgid "%s is shorter than expected"
644 msgstr ""
646 #: files.c:881
647 #, c-format
648 msgid "no include path in which to search for %s"
649 msgstr ""
651 #: files.c:1306
652 msgid "Multiple include guards may be useful for:\n"
653 msgstr ""
655 #: init.c:470
656 msgid "cppchar_t must be an unsigned type"
657 msgstr ""
659 #: init.c:474
660 #, c-format
661 msgid ""
662 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
663 "lu bits"
664 msgstr ""
666 #: init.c:481
667 msgid "CPP arithmetic must be at least as precise as a target int"
668 msgstr ""
670 #: init.c:484
671 msgid "target char is less than 8 bits wide"
672 msgstr ""
674 #: init.c:488
675 msgid "target wchar_t is narrower than target char"
676 msgstr ""
678 #: init.c:492
679 msgid "target int is narrower than target char"
680 msgstr ""
682 #: init.c:497
683 msgid "CPP half-integer narrower than CPP character"
684 msgstr ""
686 #: init.c:501
687 #, c-format
688 msgid ""
689 "CPP on this host cannot handle wide character constants over %lu bits, but "
690 "the target requires %lu bits"
691 msgstr ""
693 #: lex.c:285
694 msgid "backslash and newline separated by space"
695 msgstr ""
697 #: lex.c:290
698 msgid "backslash-newline at end of file"
699 msgstr ""
701 #: lex.c:305
702 #, c-format
703 msgid "trigraph ??%c converted to %c"
704 msgstr ""
706 #: lex.c:312
707 #, c-format
708 msgid "trigraph ??%c ignored, use -trigraphs to enable"
709 msgstr ""
711 #: lex.c:358
712 msgid "\"/*\" within comment"
713 msgstr ""
715 #: lex.c:416
716 #, c-format
717 msgid "%s in preprocessing directive"
718 msgstr ""
720 #: lex.c:425
721 msgid "null character(s) ignored"
722 msgstr ""
724 #: lex.c:462
725 #, c-format
726 msgid "`%.*s' is not in NFKC"
727 msgstr ""
729 #: lex.c:465
730 #, c-format
731 msgid "`%.*s' is not in NFC"
732 msgstr ""
734 #: lex.c:553
735 #, c-format
736 msgid "attempt to use poisoned \"%s\""
737 msgstr ""
739 #: lex.c:561
740 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
741 msgstr ""
743 #: lex.c:567
744 #, c-format
745 msgid "identifier \"%s\" is a special operator name in C++"
746 msgstr ""
748 #: lex.c:681
749 msgid "null character(s) preserved in literal"
750 msgstr ""
752 #: lex.c:684
753 #, c-format
754 msgid "missing terminating %c character"
755 msgstr ""
757 #: lex.c:1166
758 msgid "C++ style comments are not allowed in ISO C90"
759 msgstr ""
761 #: lex.c:1168
762 msgid "(this will be reported only once per input file)"
763 msgstr ""
765 #: lex.c:1173
766 msgid "multi-line comment"
767 msgstr ""
769 #: lex.c:1493
770 #, c-format
771 msgid "unspellable token %s"
772 msgstr ""
774 #: macro.c:87
775 #, c-format
776 msgid "macro \"%s\" is not used"
777 msgstr ""
779 #: macro.c:126
780 #: macro.c:321
781 #, c-format
782 msgid "invalid built-in macro \"%s\""
783 msgstr ""
785 #: macro.c:160
786 msgid "could not determine file timestamp"
787 msgstr ""
789 #: macro.c:256
790 msgid "could not determine date and time"
791 msgstr ""
793 #: macro.c:272
794 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
795 msgstr ""
797 #: macro.c:429
798 msgid "invalid string literal, ignoring final '\\'"
799 msgstr ""
801 #: macro.c:489
802 #, c-format
803 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
804 msgstr ""
806 #: macro.c:564
807 msgid "ISO C99 requires rest arguments to be used"
808 msgstr ""
810 #: macro.c:569
811 #, c-format
812 msgid "macro \"%s\" requires %u arguments, but only %u given"
813 msgstr ""
815 #: macro.c:574
816 #, c-format
817 msgid "macro \"%s\" passed %u arguments, but takes just %u"
818 msgstr ""
820 #: macro.c:733
821 #: traditional.c:681
822 #, c-format
823 msgid "unterminated argument list invoking macro \"%s\""
824 msgstr ""
826 #: macro.c:863
827 #, c-format
828 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
829 msgstr ""
831 #: macro.c:1034
832 #, c-format
833 msgid ""
834 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
835 "C90 and ISO C++98"
836 msgstr ""
838 #: macro.c:1497
839 #, c-format
840 msgid "duplicate macro parameter \"%s\""
841 msgstr ""
843 #: macro.c:1543
844 #, c-format
845 msgid "\"%s\" may not appear in macro parameter list"
846 msgstr ""
848 #: macro.c:1551
849 msgid "macro parameters must be comma-separated"
850 msgstr ""
852 #: macro.c:1568
853 msgid "parameter name missing"
854 msgstr ""
856 #: macro.c:1585
857 msgid "anonymous variadic macros were introduced in C99"
858 msgstr ""
860 #: macro.c:1590
861 msgid "ISO C does not permit named variadic macros"
862 msgstr ""
864 #: macro.c:1599
865 msgid "missing ')' in macro parameter list"
866 msgstr ""
868 #: macro.c:1648
869 msgid "'##' cannot appear at either end of a macro expansion"
870 msgstr ""
872 #: macro.c:1683
873 msgid "ISO C99 requires whitespace after the macro name"
874 msgstr ""
876 #: macro.c:1707
877 msgid "missing whitespace after the macro name"
878 msgstr ""
880 #: macro.c:1741
881 msgid "'#' is not followed by a macro parameter"
882 msgstr ""
884 #: macro.c:1896
885 #, c-format
886 msgid "\"%s\" redefined"
887 msgstr ""
889 #: macro.c:1901
890 msgid "this is the location of the previous definition"
891 msgstr ""
893 #: macro.c:1962
894 #, c-format
895 msgid "macro argument \"%s\" would be stringified in traditional C"
896 msgstr ""
898 #: macro.c:1985
899 #, c-format
900 msgid "invalid hash type %d in cpp_macro_definition"
901 msgstr ""
903 #: pch.c:84
904 #: pch.c:332
905 #: pch.c:344
906 #: pch.c:362
907 #: pch.c:368
908 #: pch.c:377
909 msgid "while writing precompiled header"
910 msgstr ""
912 #: pch.c:484
913 #, c-format
914 msgid "%s: not used because `%.*s' is poisoned"
915 msgstr ""
917 #: pch.c:506
918 #, c-format
919 msgid "%s: not used because `%.*s' not defined"
920 msgstr ""
922 #: pch.c:518
923 #, c-format
924 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
925 msgstr ""
927 #: pch.c:559
928 #, c-format
929 msgid "%s: not used because `%s' is defined"
930 msgstr ""
932 #: pch.c:579
933 #, c-format
934 msgid "%s: not used because `__COUNTER__' is invalid"
935 msgstr ""
937 #: pch.c:588
938 #: pch.c:758
939 msgid "while reading precompiled header"
940 msgstr ""
942 #: traditional.c:751
943 #, c-format
944 msgid "detected recursion whilst expanding macro \"%s\""
945 msgstr ""
947 #: traditional.c:969
948 msgid "syntax error in macro parameter list"
949 msgstr ""