* var-tracking.c (insn_stack_adjust_offset_pre_post): If insn has a
[official-gcc.git] / libcpp / po / cpplib.pot
blob7612cf45c6eeb4923b582092311948a8b2a6d017
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: 2008-08-27 17:39+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:1398
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:980
54 msgid "universal character names are only valid in C++ and C99"
55 msgstr ""
57 #: charset.c:983
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
62 #: charset.c:992
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
66 #: charset.c:1017
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
71 #: charset.c:1029
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
76 #: charset.c:1039
77 #: lex.c:484
78 msgid "'$' in identifier or number"
79 msgstr ""
81 #: charset.c:1049
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
86 #: charset.c:1053
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
91 #: charset.c:1085
92 #: charset.c:1628
93 msgid "converting UCN to source character set"
94 msgstr ""
96 #: charset.c:1089
97 msgid "converting UCN to execution character set"
98 msgstr ""
100 #: charset.c:1161
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
104 #: charset.c:1178
105 msgid "\\x used with no following hex digits"
106 msgstr ""
108 #: charset.c:1185
109 msgid "hex escape sequence out of range"
110 msgstr ""
112 #: charset.c:1223
113 msgid "octal escape sequence out of range"
114 msgstr ""
116 #: charset.c:1289
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
120 #: charset.c:1296
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
125 #: charset.c:1304
126 #, c-format
127 msgid "unknown escape sequence '\\%c'"
128 msgstr ""
130 #: charset.c:1312
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
135 #: charset.c:1319
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
139 #: charset.c:1463
140 #: charset.c:1527
141 msgid "character constant too long for its type"
142 msgstr ""
144 #: charset.c:1466
145 msgid "multi-character character constant"
146 msgstr ""
148 #: charset.c:1566
149 msgid "empty character constant"
150 msgstr ""
152 #: charset.c:1675
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
157 #: directives.c:216
158 #: directives.c:242
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
163 #: directives.c:348
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
168 #: directives.c:352
169 #, c-format
170 msgid "#%s is a deprecated GCC extension"
171 msgstr ""
173 #: directives.c:366
174 msgid "suggest not using #elif in traditional C"
175 msgstr ""
177 #: directives.c:369
178 #, c-format
179 msgid "traditional C ignores #%s with the # indented"
180 msgstr ""
182 #: directives.c:373
183 #, c-format
184 msgid "suggest hiding #%s from traditional C with an indented #"
185 msgstr ""
187 #: directives.c:399
188 msgid "embedding a directive within macro arguments is not portable"
189 msgstr ""
191 #: directives.c:419
192 msgid "style of line directive is a GCC extension"
193 msgstr ""
195 #: directives.c:474
196 #, c-format
197 msgid "invalid preprocessing directive #%s"
198 msgstr ""
200 #: directives.c:542
201 msgid "\"defined\" cannot be used as a macro name"
202 msgstr ""
204 #: directives.c:548
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:551
210 #, c-format
211 msgid "no macro name given in #%s directive"
212 msgstr ""
214 #: directives.c:554
215 msgid "macro names must be identifiers"
216 msgstr ""
218 #: directives.c:603
219 #, c-format
220 msgid "undefining \"%s\""
221 msgstr ""
223 #: directives.c:658
224 msgid "missing terminating > character"
225 msgstr ""
227 #: directives.c:713
228 #, c-format
229 msgid "#%s expects \"FILENAME\" or <FILENAME>"
230 msgstr ""
232 #: directives.c:757
233 #, c-format
234 msgid "empty filename in #%s"
235 msgstr ""
237 #: directives.c:767
238 msgid "#include nested too deeply"
239 msgstr ""
241 #: directives.c:808
242 msgid "#include_next in primary source file"
243 msgstr ""
245 #: directives.c:834
246 #, c-format
247 msgid "invalid flag \"%s\" in line directive"
248 msgstr ""
250 #: directives.c:894
251 msgid "unexpected end of file after #line"
252 msgstr ""
254 #: directives.c:897
255 #, c-format
256 msgid "\"%s\" after #line is not a positive integer"
257 msgstr ""
259 #: directives.c:903
260 #: directives.c:905
261 msgid "line number out of range"
262 msgstr ""
264 #: directives.c:918
265 #: directives.c:998
266 #, c-format
267 msgid "\"%s\" is not a valid filename"
268 msgstr ""
270 #: directives.c:958
271 #, c-format
272 msgid "\"%s\" after # is not a positive integer"
273 msgstr ""
275 #: directives.c:1042
276 #, c-format
277 msgid "%s"
278 msgstr ""
280 #: directives.c:1066
281 #, c-format
282 msgid "invalid #%s directive"
283 msgstr ""
285 #: directives.c:1129
286 #, c-format
287 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
288 msgstr ""
290 #: directives.c:1138
291 #, c-format
292 msgid "registering pragma \"%s\" with name expansion and no namespace"
293 msgstr ""
295 #: directives.c:1156
296 #, c-format
297 msgid "registering \"%s\" as both a pragma and a pragma namespace"
298 msgstr ""
300 #: directives.c:1159
301 #, c-format
302 msgid "#pragma %s %s is already registered"
303 msgstr ""
305 #: directives.c:1162
306 #, c-format
307 msgid "#pragma %s is already registered"
308 msgstr ""
310 #: directives.c:1192
311 msgid "registering pragma with NULL handler"
312 msgstr ""
314 #: directives.c:1402
315 msgid "#pragma once in main file"
316 msgstr ""
318 #: directives.c:1425
319 msgid "invalid #pragma GCC poison directive"
320 msgstr ""
322 #: directives.c:1434
323 #, c-format
324 msgid "poisoning existing macro \"%s\""
325 msgstr ""
327 #: directives.c:1453
328 msgid "#pragma system_header ignored outside include file"
329 msgstr ""
331 #: directives.c:1477
332 #, c-format
333 msgid "cannot find source file %s"
334 msgstr ""
336 #: directives.c:1481
337 #, c-format
338 msgid "current file is older than %s"
339 msgstr ""
341 #: directives.c:1665
342 msgid "_Pragma takes a parenthesized string literal"
343 msgstr ""
345 #: directives.c:1766
346 msgid "#else without #if"
347 msgstr ""
349 #: directives.c:1771
350 msgid "#else after #else"
351 msgstr ""
353 #: directives.c:1773
354 #: directives.c:1806
355 msgid "the conditional began here"
356 msgstr ""
358 #: directives.c:1799
359 msgid "#elif without #if"
360 msgstr ""
362 #: directives.c:1804
363 msgid "#elif after #else"
364 msgstr ""
366 #: directives.c:1842
367 msgid "#endif without #if"
368 msgstr ""
370 #: directives.c:1919
371 msgid "missing '(' after predicate"
372 msgstr ""
374 #: directives.c:1934
375 msgid "missing ')' to complete answer"
376 msgstr ""
378 #: directives.c:1954
379 msgid "predicate's answer is empty"
380 msgstr ""
382 #: directives.c:1981
383 msgid "assertion without predicate"
384 msgstr ""
386 #: directives.c:1983
387 msgid "predicate must be an identifier"
388 msgstr ""
390 #: directives.c:2069
391 #, c-format
392 msgid "\"%s\" re-asserted"
393 msgstr ""
395 #: directives.c:2375
396 #, c-format
397 msgid "unterminated #%s"
398 msgstr ""
400 #: directives-only.c:222
401 #: lex.c:1089
402 #: traditional.c:162
403 msgid "unterminated comment"
404 msgstr ""
406 #: errors.c:118
407 msgid "warning: "
408 msgstr ""
410 #: errors.c:120
411 msgid "internal error: "
412 msgstr ""
414 #: errors.c:122
415 msgid "error: "
416 msgstr ""
418 #: errors.c:195
419 msgid "stdout"
420 msgstr ""
422 #: errors.c:197
423 #, c-format
424 msgid "%s: %s"
425 msgstr ""
427 #: expr.c:261
428 msgid "too many decimal points in number"
429 msgstr ""
431 #: expr.c:290
432 #: expr.c:365
433 msgid "fixed-point constants are a GCC extension"
434 msgstr ""
436 #: expr.c:303
437 #, c-format
438 msgid "invalid digit \"%c\" in binary constant"
439 msgstr ""
441 #: expr.c:305
442 #, c-format
443 msgid "invalid digit \"%c\" in octal constant"
444 msgstr ""
446 #: expr.c:313
447 msgid "invalid prefix \"0b\" for floating constant"
448 msgstr ""
450 #: expr.c:319
451 msgid "use of C99 hexadecimal floating constant"
452 msgstr ""
454 #: expr.c:328
455 msgid "exponent has no digits"
456 msgstr ""
458 #: expr.c:335
459 msgid "hexadecimal floating constants require an exponent"
460 msgstr ""
462 #: expr.c:341
463 #, c-format
464 msgid "invalid suffix \"%.*s\" on floating constant"
465 msgstr ""
467 #: expr.c:351
468 #: expr.c:393
469 #, c-format
470 msgid "traditional C rejects the \"%.*s\" suffix"
471 msgstr ""
473 #: expr.c:358
474 #, c-format
475 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
476 msgstr ""
478 #: expr.c:369
479 msgid "decimal float constants are a GCC extension"
480 msgstr ""
482 #: expr.c:379
483 #, c-format
484 msgid "invalid suffix \"%.*s\" on integer constant"
485 msgstr ""
487 #: expr.c:401
488 msgid "use of C99 long long integer constant"
489 msgstr ""
491 #: expr.c:409
492 msgid "imaginary constants are a GCC extension"
493 msgstr ""
495 #: expr.c:412
496 msgid "binary constants are a GCC extension"
497 msgstr ""
499 #: expr.c:505
500 msgid "integer constant is too large for its type"
501 msgstr ""
503 #: expr.c:517
504 msgid "integer constant is so large that it is unsigned"
505 msgstr ""
507 #: expr.c:612
508 msgid "missing ')' after \"defined\""
509 msgstr ""
511 #: expr.c:619
512 msgid "operator \"defined\" requires an identifier"
513 msgstr ""
515 #: expr.c:627
516 #, c-format
517 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
518 msgstr ""
520 #: expr.c:637
521 msgid "this use of \"defined\" may not be portable"
522 msgstr ""
524 #: expr.c:690
525 msgid "floating constant in preprocessor expression"
526 msgstr ""
528 #: expr.c:696
529 msgid "imaginary number in preprocessor expression"
530 msgstr ""
532 #: expr.c:743
533 #, c-format
534 msgid "\"%s\" is not defined"
535 msgstr ""
537 #: expr.c:755
538 msgid "assertions are a GCC extension"
539 msgstr ""
541 #: expr.c:758
542 msgid "assertions are a deprecated extension"
543 msgstr ""
545 #: expr.c:890
546 #: expr.c:919
547 #, c-format
548 msgid "missing binary operator before token \"%s\""
549 msgstr ""
551 #: expr.c:910
552 #, c-format
553 msgid "token \"%s\" is not valid in preprocessor expressions"
554 msgstr ""
556 #: expr.c:927
557 msgid "missing expression between '(' and ')'"
558 msgstr ""
560 #: expr.c:930
561 #, c-format
562 msgid "%s with no expression"
563 msgstr ""
565 #: expr.c:933
566 #, c-format
567 msgid "operator '%s' has no right operand"
568 msgstr ""
570 #: expr.c:938
571 #, c-format
572 msgid "operator '%s' has no left operand"
573 msgstr ""
575 #: expr.c:964
576 msgid " ':' without preceding '?'"
577 msgstr ""
579 #: expr.c:991
580 #, c-format
581 msgid "unbalanced stack in %s"
582 msgstr ""
584 #: expr.c:1011
585 #, c-format
586 msgid "impossible operator '%u'"
587 msgstr ""
589 #: expr.c:1101
590 msgid "missing ')' in expression"
591 msgstr ""
593 #: expr.c:1125
594 msgid "'?' without following ':'"
595 msgstr ""
597 #: expr.c:1135
598 msgid "integer overflow in preprocessor expression"
599 msgstr ""
601 #: expr.c:1140
602 msgid "missing '(' in expression"
603 msgstr ""
605 #: expr.c:1172
606 #, c-format
607 msgid "the left operand of \"%s\" changes sign when promoted"
608 msgstr ""
610 #: expr.c:1177
611 #, c-format
612 msgid "the right operand of \"%s\" changes sign when promoted"
613 msgstr ""
615 #: expr.c:1436
616 msgid "traditional C rejects the unary plus operator"
617 msgstr ""
619 #: expr.c:1519
620 msgid "comma operator in operand of #if"
621 msgstr ""
623 #: expr.c:1651
624 msgid "division by zero in #if"
625 msgstr ""
627 #: files.c:457
628 msgid "NULL directory in find_file"
629 msgstr ""
631 #: files.c:495
632 msgid "one or more PCH files were found, but they were invalid"
633 msgstr ""
635 #: files.c:498
636 msgid "use -Winvalid-pch for more information"
637 msgstr ""
639 #: files.c:588
640 #, c-format
641 msgid "%s is a block device"
642 msgstr ""
644 #: files.c:605
645 #, c-format
646 msgid "%s is too large"
647 msgstr ""
649 #: files.c:640
650 #, c-format
651 msgid "%s is shorter than expected"
652 msgstr ""
654 #: files.c:875
655 #, c-format
656 msgid "no include path in which to search for %s"
657 msgstr ""
659 #: files.c:1286
660 msgid "Multiple include guards may be useful for:\n"
661 msgstr ""
663 #: init.c:428
664 msgid "cppchar_t must be an unsigned type"
665 msgstr ""
667 #: init.c:432
668 #, c-format
669 msgid ""
670 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
671 "lu bits"
672 msgstr ""
674 #: init.c:439
675 msgid "CPP arithmetic must be at least as precise as a target int"
676 msgstr ""
678 #: init.c:442
679 msgid "target char is less than 8 bits wide"
680 msgstr ""
682 #: init.c:446
683 msgid "target wchar_t is narrower than target char"
684 msgstr ""
686 #: init.c:450
687 msgid "target int is narrower than target char"
688 msgstr ""
690 #: init.c:455
691 msgid "CPP half-integer narrower than CPP character"
692 msgstr ""
694 #: init.c:459
695 #, c-format
696 msgid ""
697 "CPP on this host cannot handle wide character constants over %lu bits, but "
698 "the target requires %lu bits"
699 msgstr ""
701 #: lex.c:283
702 msgid "backslash and newline separated by space"
703 msgstr ""
705 #: lex.c:288
706 msgid "backslash-newline at end of file"
707 msgstr ""
709 #: lex.c:303
710 #, c-format
711 msgid "trigraph ??%c converted to %c"
712 msgstr ""
714 #: lex.c:310
715 #, c-format
716 msgid "trigraph ??%c ignored, use -trigraphs to enable"
717 msgstr ""
719 #: lex.c:356
720 msgid "\"/*\" within comment"
721 msgstr ""
723 #: lex.c:414
724 #, c-format
725 msgid "%s in preprocessing directive"
726 msgstr ""
728 #: lex.c:423
729 msgid "null character(s) ignored"
730 msgstr ""
732 #: lex.c:460
733 #, c-format
734 msgid "`%.*s' is not in NFKC"
735 msgstr ""
737 #: lex.c:463
738 #, c-format
739 msgid "`%.*s' is not in NFC"
740 msgstr ""
742 #: lex.c:551
743 #, c-format
744 msgid "attempt to use poisoned \"%s\""
745 msgstr ""
747 #: lex.c:559
748 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
749 msgstr ""
751 #: lex.c:663
752 msgid "null character(s) preserved in literal"
753 msgstr ""
755 #: lex.c:666
756 #, c-format
757 msgid "missing terminating %c character"
758 msgstr ""
760 #: lex.c:1100
761 msgid "C++ style comments are not allowed in ISO C90"
762 msgstr ""
764 #: lex.c:1102
765 msgid "(this will be reported only once per input file)"
766 msgstr ""
768 #: lex.c:1107
769 msgid "multi-line comment"
770 msgstr ""
772 #: lex.c:1420
773 #, c-format
774 msgid "unspellable token %s"
775 msgstr ""
777 #: line-map.c:319
778 #, c-format
779 msgid "In file included from %s:%u"
780 msgstr ""
782 #: line-map.c:337
783 #, c-format
784 msgid ""
785 ",\n"
786 "                 from %s:%u"
787 msgstr ""
789 #: macro.c:87
790 #, c-format
791 msgid "macro \"%s\" is not used"
792 msgstr ""
794 #: macro.c:126
795 #: macro.c:321
796 #, c-format
797 msgid "invalid built-in macro \"%s\""
798 msgstr ""
800 #: macro.c:160
801 msgid "could not determine file timestamp"
802 msgstr ""
804 #: macro.c:256
805 msgid "could not determine date and time"
806 msgstr ""
808 #: macro.c:272
809 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
810 msgstr ""
812 #: macro.c:427
813 msgid "invalid string literal, ignoring final '\\'"
814 msgstr ""
816 #: macro.c:487
817 #, c-format
818 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
819 msgstr ""
821 #: macro.c:562
822 msgid "ISO C99 requires rest arguments to be used"
823 msgstr ""
825 #: macro.c:567
826 #, c-format
827 msgid "macro \"%s\" requires %u arguments, but only %u given"
828 msgstr ""
830 #: macro.c:572
831 #, c-format
832 msgid "macro \"%s\" passed %u arguments, but takes just %u"
833 msgstr ""
835 #: macro.c:731
836 #: traditional.c:680
837 #, c-format
838 msgid "unterminated argument list invoking macro \"%s\""
839 msgstr ""
841 #: macro.c:848
842 #, c-format
843 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
844 msgstr ""
846 #: macro.c:1016
847 #, c-format
848 msgid ""
849 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
850 "C90 and ISO C++98"
851 msgstr ""
853 #: macro.c:1449
854 #, c-format
855 msgid "duplicate macro parameter \"%s\""
856 msgstr ""
858 #: macro.c:1495
859 #, c-format
860 msgid "\"%s\" may not appear in macro parameter list"
861 msgstr ""
863 #: macro.c:1503
864 msgid "macro parameters must be comma-separated"
865 msgstr ""
867 #: macro.c:1520
868 msgid "parameter name missing"
869 msgstr ""
871 #: macro.c:1537
872 msgid "anonymous variadic macros were introduced in C99"
873 msgstr ""
875 #: macro.c:1542
876 msgid "ISO C does not permit named variadic macros"
877 msgstr ""
879 #: macro.c:1551
880 msgid "missing ')' in macro parameter list"
881 msgstr ""
883 #: macro.c:1600
884 msgid "'##' cannot appear at either end of a macro expansion"
885 msgstr ""
887 #: macro.c:1634
888 msgid "ISO C99 requires whitespace after the macro name"
889 msgstr ""
891 #: macro.c:1658
892 msgid "missing whitespace after the macro name"
893 msgstr ""
895 #: macro.c:1688
896 msgid "'#' is not followed by a macro parameter"
897 msgstr ""
899 #: macro.c:1807
900 #, c-format
901 msgid "\"%s\" redefined"
902 msgstr ""
904 #: macro.c:1812
905 msgid "this is the location of the previous definition"
906 msgstr ""
908 #: macro.c:1873
909 #, c-format
910 msgid "macro argument \"%s\" would be stringified in traditional C"
911 msgstr ""
913 #: macro.c:1896
914 #, c-format
915 msgid "invalid hash type %d in cpp_macro_definition"
916 msgstr ""
918 #: pch.c:84
919 #: pch.c:332
920 #: pch.c:344
921 #: pch.c:362
922 #: pch.c:368
923 #: pch.c:377
924 msgid "while writing precompiled header"
925 msgstr ""
927 #: pch.c:485
928 #, c-format
929 msgid "%s: not used because `%.*s' not defined"
930 msgstr ""
932 #: pch.c:497
933 #, c-format
934 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
935 msgstr ""
937 #: pch.c:538
938 #, c-format
939 msgid "%s: not used because `%s' is defined"
940 msgstr ""
942 #: pch.c:558
943 #, c-format
944 msgid "%s: not used because `__COUNTER__' is invalid"
945 msgstr ""
947 #: pch.c:567
948 #: pch.c:737
949 msgid "while reading precompiled header"
950 msgstr ""
952 #: traditional.c:750
953 #, c-format
954 msgid "detected recursion whilst expanding macro \"%s\""
955 msgstr ""
957 #: traditional.c:968
958 msgid "syntax error in macro parameter list"
959 msgstr ""