* configure: Regenerated.
[official-gcc.git] / libcpp / po / cpplib.pot
blobcdc3ed7a8c6f436847ac31db69bfacf0d9596a23
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: 2012-06-13 21:46+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:1114
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:356
165 #, c-format
166 msgid "#%s is a GCC extension"
167 msgstr ""
169 #: directives.c:361
170 #, c-format
171 msgid "#%s is a deprecated GCC extension"
172 msgstr ""
174 #: directives.c:374
175 msgid "suggest not using #elif in traditional C"
176 msgstr ""
178 #: directives.c:377
179 #, c-format
180 msgid "traditional C ignores #%s with the # indented"
181 msgstr ""
183 #: directives.c:381
184 #, c-format
185 msgid "suggest hiding #%s from traditional C with an indented #"
186 msgstr ""
188 #: directives.c:407
189 msgid "embedding a directive within macro arguments is not portable"
190 msgstr ""
192 #: directives.c:427
193 msgid "style of line directive is a GCC extension"
194 msgstr ""
196 #: directives.c:482
197 #, c-format
198 msgid "invalid preprocessing directive #%s"
199 msgstr ""
201 #: directives.c:550
202 msgid "\"defined\" cannot be used as a macro name"
203 msgstr ""
205 #: directives.c:556
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:559
211 #, c-format
212 msgid "no macro name given in #%s directive"
213 msgstr ""
215 #: directives.c:562
216 msgid "macro names must be identifiers"
217 msgstr ""
219 #: directives.c:611
220 #, c-format
221 msgid "undefining \"%s\""
222 msgstr ""
224 #: directives.c:666
225 msgid "missing terminating > character"
226 msgstr ""
228 #: directives.c:725
229 #, c-format
230 msgid "#%s expects \"FILENAME\" or <FILENAME>"
231 msgstr ""
233 #: directives.c:771
234 #, c-format
235 msgid "empty filename in #%s"
236 msgstr ""
238 #: directives.c:781
239 msgid "#include nested too deeply"
240 msgstr ""
242 #: directives.c:822
243 msgid "#include_next in primary source file"
244 msgstr ""
246 #: directives.c:848
247 #, c-format
248 msgid "invalid flag \"%s\" in line directive"
249 msgstr ""
251 #: directives.c:908
252 msgid "unexpected end of file after #line"
253 msgstr ""
255 #: directives.c:911
256 #, c-format
257 msgid "\"%s\" after #line is not a positive integer"
258 msgstr ""
260 #: directives.c:917
261 #: directives.c:919
262 msgid "line number out of range"
263 msgstr ""
265 #: directives.c:932
266 #: directives.c:1012
267 #, c-format
268 msgid "\"%s\" is not a valid filename"
269 msgstr ""
271 #: directives.c:972
272 #, c-format
273 msgid "\"%s\" after # is not a positive integer"
274 msgstr ""
276 #: directives.c:1067
277 #: directives.c:1069
278 #: directives.c:1071
279 #, c-format
280 msgid "%s"
281 msgstr ""
283 #: directives.c:1095
284 #, c-format
285 msgid "invalid #%s directive"
286 msgstr ""
288 #: directives.c:1158
289 #, c-format
290 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
291 msgstr ""
293 #: directives.c:1167
294 #, c-format
295 msgid "registering pragma \"%s\" with name expansion and no namespace"
296 msgstr ""
298 #: directives.c:1185
299 #, c-format
300 msgid "registering \"%s\" as both a pragma and a pragma namespace"
301 msgstr ""
303 #: directives.c:1188
304 #, c-format
305 msgid "#pragma %s %s is already registered"
306 msgstr ""
308 #: directives.c:1191
309 #, c-format
310 msgid "#pragma %s is already registered"
311 msgstr ""
313 #: directives.c:1221
314 msgid "registering pragma with NULL handler"
315 msgstr ""
317 #: directives.c:1434
318 msgid "#pragma once in main file"
319 msgstr ""
321 #: directives.c:1457
322 msgid "invalid #pragma push_macro directive"
323 msgstr ""
325 #: directives.c:1512
326 msgid "invalid #pragma pop_macro directive"
327 msgstr ""
329 #: directives.c:1567
330 msgid "invalid #pragma GCC poison directive"
331 msgstr ""
333 #: directives.c:1576
334 #, c-format
335 msgid "poisoning existing macro \"%s\""
336 msgstr ""
338 #: directives.c:1595
339 msgid "#pragma system_header ignored outside include file"
340 msgstr ""
342 #: directives.c:1620
343 #, c-format
344 msgid "cannot find source file %s"
345 msgstr ""
347 #: directives.c:1624
348 #, c-format
349 msgid "current file is older than %s"
350 msgstr ""
352 #: directives.c:1806
353 msgid "_Pragma takes a parenthesized string literal"
354 msgstr ""
356 #: directives.c:1927
357 msgid "#else without #if"
358 msgstr ""
360 #: directives.c:1932
361 msgid "#else after #else"
362 msgstr ""
364 #: directives.c:1934
365 #: directives.c:1967
366 msgid "the conditional began here"
367 msgstr ""
369 #: directives.c:1960
370 msgid "#elif without #if"
371 msgstr ""
373 #: directives.c:1965
374 msgid "#elif after #else"
375 msgstr ""
377 #: directives.c:2003
378 msgid "#endif without #if"
379 msgstr ""
381 #: directives.c:2083
382 msgid "missing '(' after predicate"
383 msgstr ""
385 #: directives.c:2098
386 msgid "missing ')' to complete answer"
387 msgstr ""
389 #: directives.c:2118
390 msgid "predicate's answer is empty"
391 msgstr ""
393 #: directives.c:2145
394 msgid "assertion without predicate"
395 msgstr ""
397 #: directives.c:2148
398 msgid "predicate must be an identifier"
399 msgstr ""
401 #: directives.c:2234
402 #, c-format
403 msgid "\"%s\" re-asserted"
404 msgstr ""
406 #: directives.c:2525
407 #, c-format
408 msgid "unterminated #%s"
409 msgstr ""
411 #: directives-only.c:222
412 #: lex.c:2227
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:468
427 #: expr.c:566
428 msgid "fixed-point constants are a GCC extension"
429 msgstr ""
431 #: expr.c:493
432 msgid "invalid prefix \"0b\" for floating constant"
433 msgstr ""
435 #: expr.c:503
436 msgid "use of C99 hexadecimal floating constant"
437 msgstr ""
439 #: expr.c:534
440 #, c-format
441 msgid "invalid suffix \"%.*s\" on floating constant"
442 msgstr ""
444 #: expr.c:545
445 #: expr.c:605
446 #, c-format
447 msgid "traditional C rejects the \"%.*s\" suffix"
448 msgstr ""
450 #: expr.c:553
451 msgid "suffix for double constant is a GCC extension"
452 msgstr ""
454 #: expr.c:559
455 #, c-format
456 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
457 msgstr ""
459 #: expr.c:570
460 msgid "decimal float constants are a GCC extension"
461 msgstr ""
463 #: expr.c:588
464 #, c-format
465 msgid "invalid suffix \"%.*s\" on integer constant"
466 msgstr ""
468 #: expr.c:613
469 msgid "use of C++0x long long integer constant"
470 msgstr ""
472 #: expr.c:614
473 msgid "use of C99 long long integer constant"
474 msgstr ""
476 #: expr.c:630
477 msgid "imaginary constants are a GCC extension"
478 msgstr ""
480 #: expr.c:633
481 msgid "binary constants are a GCC extension"
482 msgstr ""
484 #: expr.c:726
485 msgid "integer constant is too large for its type"
486 msgstr ""
488 #: expr.c:757
489 msgid "integer constant is so large that it is unsigned"
490 msgstr ""
492 #: expr.c:852
493 msgid "missing ')' after \"defined\""
494 msgstr ""
496 #: expr.c:859
497 msgid "operator \"defined\" requires an identifier"
498 msgstr ""
500 #: expr.c:867
501 #, c-format
502 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
503 msgstr ""
505 #: expr.c:877
506 msgid "this use of \"defined\" may not be portable"
507 msgstr ""
509 #: expr.c:937
510 msgid "user-defined literal in preprocessor expression"
511 msgstr ""
513 #: expr.c:942
514 msgid "floating constant in preprocessor expression"
515 msgstr ""
517 #: expr.c:948
518 msgid "imaginary number in preprocessor expression"
519 msgstr ""
521 #: expr.c:996
522 #, c-format
523 msgid "\"%s\" is not defined"
524 msgstr ""
526 #: expr.c:1009
527 msgid "assertions are a GCC extension"
528 msgstr ""
530 #: expr.c:1012
531 msgid "assertions are a deprecated extension"
532 msgstr ""
534 #: expr.c:1257
535 #, c-format
536 msgid "unbalanced stack in %s"
537 msgstr ""
539 #: expr.c:1277
540 #, c-format
541 msgid "impossible operator '%u'"
542 msgstr ""
544 #: expr.c:1378
545 msgid "missing ')' in expression"
546 msgstr ""
548 #: expr.c:1407
549 msgid "'?' without following ':'"
550 msgstr ""
552 #: expr.c:1417
553 msgid "integer overflow in preprocessor expression"
554 msgstr ""
556 #: expr.c:1422
557 msgid "missing '(' in expression"
558 msgstr ""
560 #: expr.c:1454
561 #, c-format
562 msgid "the left operand of \"%s\" changes sign when promoted"
563 msgstr ""
565 #: expr.c:1459
566 #, c-format
567 msgid "the right operand of \"%s\" changes sign when promoted"
568 msgstr ""
570 #: expr.c:1718
571 msgid "traditional C rejects the unary plus operator"
572 msgstr ""
574 #: expr.c:1801
575 msgid "comma operator in operand of #if"
576 msgstr ""
578 #: expr.c:1937
579 msgid "division by zero in #if"
580 msgstr ""
582 #: files.c:496
583 msgid "NULL directory in find_file"
584 msgstr ""
586 #: files.c:533
587 msgid "one or more PCH files were found, but they were invalid"
588 msgstr ""
590 #: files.c:536
591 msgid "use -Winvalid-pch for more information"
592 msgstr ""
594 #: files.c:627
595 #, c-format
596 msgid "%s is a block device"
597 msgstr ""
599 #: files.c:644
600 #, c-format
601 msgid "%s is too large"
602 msgstr ""
604 #: files.c:679
605 #, c-format
606 msgid "%s is shorter than expected"
607 msgstr ""
609 #: files.c:914
610 #, c-format
611 msgid "no include path in which to search for %s"
612 msgstr ""
614 #: files.c:1338
615 msgid "Multiple include guards may be useful for:\n"
616 msgstr ""
618 #: init.c:519
619 msgid "cppchar_t must be an unsigned type"
620 msgstr ""
622 #: init.c:523
623 #, c-format
624 msgid ""
625 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
626 "%lu bits"
627 msgstr ""
629 #: init.c:530
630 msgid "CPP arithmetic must be at least as precise as a target int"
631 msgstr ""
633 #: init.c:533
634 msgid "target char is less than 8 bits wide"
635 msgstr ""
637 #: init.c:537
638 msgid "target wchar_t is narrower than target char"
639 msgstr ""
641 #: init.c:541
642 msgid "target int is narrower than target char"
643 msgstr ""
645 #: init.c:546
646 msgid "CPP half-integer narrower than CPP character"
647 msgstr ""
649 #: init.c:550
650 #, c-format
651 msgid ""
652 "CPP on this host cannot handle wide character constants over %lu bits, but "
653 "the target requires %lu bits"
654 msgstr ""
656 #: lex.c:908
657 msgid "backslash and newline separated by space"
658 msgstr ""
660 #: lex.c:913
661 msgid "backslash-newline at end of file"
662 msgstr ""
664 #: lex.c:929
665 #, c-format
666 msgid "trigraph ??%c converted to %c"
667 msgstr ""
669 #: lex.c:937
670 #, c-format
671 msgid "trigraph ??%c ignored, use -trigraphs to enable"
672 msgstr ""
674 #: lex.c:986
675 msgid "\"/*\" within comment"
676 msgstr ""
678 #: lex.c:1044
679 #, c-format
680 msgid "%s in preprocessing directive"
681 msgstr ""
683 #: lex.c:1053
684 msgid "null character(s) ignored"
685 msgstr ""
687 #: lex.c:1090
688 #, c-format
689 msgid "`%.*s' is not in NFKC"
690 msgstr ""
692 #: lex.c:1093
693 #, c-format
694 msgid "`%.*s' is not in NFC"
695 msgstr ""
697 #: lex.c:1161
698 #: lex.c:1238
699 #, c-format
700 msgid "attempt to use poisoned \"%s\""
701 msgstr ""
703 #: lex.c:1169
704 #: lex.c:1246
705 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
706 msgstr ""
708 #: lex.c:1175
709 #: lex.c:1252
710 #, c-format
711 msgid "identifier \"%s\" is a special operator name in C++"
712 msgstr ""
714 #: lex.c:1396
715 msgid "raw string delimiter longer than 16 characters"
716 msgstr ""
718 #: lex.c:1399
719 #, c-format
720 msgid "invalid character '%c' in raw string delimiter"
721 msgstr ""
723 #: lex.c:1522
724 #: lex.c:1544
725 msgid "unterminated raw string"
726 msgstr ""
728 #: lex.c:1568
729 #: lex.c:1699
730 msgid ""
731 "invalid suffix on literal; C++11 requires a space between literal and "
732 "identifier"
733 msgstr ""
735 #: lex.c:1679
736 msgid "null character(s) preserved in literal"
737 msgstr ""
739 #: lex.c:1682
740 #, c-format
741 msgid "missing terminating %c character"
742 msgstr ""
744 #: lex.c:2238
745 msgid "C++ style comments are not allowed in ISO C90"
746 msgstr ""
748 #: lex.c:2240
749 msgid "(this will be reported only once per input file)"
750 msgstr ""
752 #: lex.c:2245
753 msgid "multi-line comment"
754 msgstr ""
756 #: lex.c:2565
757 #, c-format
758 msgid "unspellable token %s"
759 msgstr ""
761 #: macro.c:193
762 #, c-format
763 msgid "macro \"%s\" is not used"
764 msgstr ""
766 #: macro.c:231
767 #: macro.c:428
768 #, c-format
769 msgid "invalid built-in macro \"%s\""
770 msgstr ""
772 #: macro.c:265
773 msgid "could not determine file timestamp"
774 msgstr ""
776 #: macro.c:363
777 msgid "could not determine date and time"
778 msgstr ""
780 #: macro.c:379
781 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
782 msgstr ""
784 #: macro.c:537
785 msgid "invalid string literal, ignoring final '\\'"
786 msgstr ""
788 #: macro.c:599
789 #, c-format
790 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
791 msgstr ""
793 #: macro.c:721
794 msgid "ISO C99 requires rest arguments to be used"
795 msgstr ""
797 #: macro.c:726
798 #, c-format
799 msgid "macro \"%s\" requires %u arguments, but only %u given"
800 msgstr ""
802 #: macro.c:731
803 #, c-format
804 msgid "macro \"%s\" passed %u arguments, but takes just %u"
805 msgstr ""
807 #: macro.c:925
808 #: traditional.c:681
809 #, c-format
810 msgid "unterminated argument list invoking macro \"%s\""
811 msgstr ""
813 #: macro.c:1076
814 #, c-format
815 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
816 msgstr ""
818 #: macro.c:1748
819 #, c-format
820 msgid ""
821 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
822 "C90 and ISO C++98"
823 msgstr ""
825 #: macro.c:2710
826 #, c-format
827 msgid "duplicate macro parameter \"%s\""
828 msgstr ""
830 #: macro.c:2756
831 #, c-format
832 msgid "\"%s\" may not appear in macro parameter list"
833 msgstr ""
835 #: macro.c:2764
836 msgid "macro parameters must be comma-separated"
837 msgstr ""
839 #: macro.c:2781
840 msgid "parameter name missing"
841 msgstr ""
843 #: macro.c:2799
844 msgid "anonymous variadic macros were introduced in C99"
845 msgstr ""
847 #: macro.c:2804
848 msgid "ISO C does not permit named variadic macros"
849 msgstr ""
851 #: macro.c:2813
852 msgid "missing ')' in macro parameter list"
853 msgstr ""
855 #: macro.c:2862
856 msgid "'##' cannot appear at either end of a macro expansion"
857 msgstr ""
859 #: macro.c:2897
860 msgid "ISO C99 requires whitespace after the macro name"
861 msgstr ""
863 #: macro.c:2921
864 msgid "missing whitespace after the macro name"
865 msgstr ""
867 #: macro.c:2955
868 msgid "'#' is not followed by a macro parameter"
869 msgstr ""
871 #: macro.c:3113
872 #, c-format
873 msgid "\"%s\" redefined"
874 msgstr ""
876 #: macro.c:3119
877 msgid "this is the location of the previous definition"
878 msgstr ""
880 #: macro.c:3180
881 #, c-format
882 msgid "macro argument \"%s\" would be stringified in traditional C"
883 msgstr ""
885 #: macro.c:3207
886 #, c-format
887 msgid "invalid hash type %d in cpp_macro_definition"
888 msgstr ""
890 #: pch.c:88
891 #: pch.c:336
892 #: pch.c:348
893 #: pch.c:366
894 #: pch.c:372
895 #: pch.c:381
896 #: pch.c:388
897 msgid "while writing precompiled header"
898 msgstr ""
900 #: pch.c:608
901 #, c-format
902 msgid "%s: not used because `%.*s' is poisoned"
903 msgstr ""
905 #: pch.c:630
906 #, c-format
907 msgid "%s: not used because `%.*s' not defined"
908 msgstr ""
910 #: pch.c:642
911 #, c-format
912 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
913 msgstr ""
915 #: pch.c:683
916 #, c-format
917 msgid "%s: not used because `%s' is defined"
918 msgstr ""
920 #: pch.c:703
921 #, c-format
922 msgid "%s: not used because `__COUNTER__' is invalid"
923 msgstr ""
925 #: pch.c:712
926 #: pch.c:888
927 msgid "while reading precompiled header"
928 msgstr ""
930 #: traditional.c:751
931 #, c-format
932 msgid "detected recursion whilst expanding macro \"%s\""
933 msgstr ""
935 #: traditional.c:969
936 msgid "syntax error in macro parameter list"
937 msgstr ""