OSDN Git Service

00a14c7c62be3437808fa52f58e0b9aed57e32d7
[pf3gnuchains/gcc-fork.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: 2007-03-07 17:59+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"
18
19 #: charset.c:654
20 #, c-format
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr ""
23
24 #: charset.c:657
25 msgid "iconv_open"
26 msgstr ""
27
28 #: charset.c:665
29 #, c-format
30 msgid "no iconv implementation, cannot convert from %s to %s"
31 msgstr ""
32
33 #: charset.c:742
34 #, c-format
35 msgid "character 0x%lx is not in the basic source character set\n"
36 msgstr ""
37
38 #: charset.c:759
39 #: charset.c:1352
40 msgid "converting to execution character set"
41 msgstr ""
42
43 #: charset.c:765
44 #, c-format
45 msgid "character 0x%lx is not unibyte in execution character set"
46 msgstr ""
47
48 #: charset.c:889
49 #, c-format
50 msgid "Character %x might not be NFKC"
51 msgstr ""
52
53 #: charset.c:949
54 msgid "universal character names are only valid in C++ and C99"
55 msgstr ""
56
57 #: charset.c:952
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
61
62 #: charset.c:961
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
65
66 #: charset.c:986
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
70
71 #: charset.c:998
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
75
76 #: charset.c:1008
77 #: lex.c:484
78 msgid "'$' in identifier or number"
79 msgstr ""
80
81 #: charset.c:1018
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
85
86 #: charset.c:1022
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
90
91 #: charset.c:1056
92 #: charset.c:1571
93 msgid "converting UCN to source character set"
94 msgstr ""
95
96 #: charset.c:1060
97 msgid "converting UCN to execution character set"
98 msgstr ""
99
100 #: charset.c:1132
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
103
104 #: charset.c:1149
105 msgid "\\x used with no following hex digits"
106 msgstr ""
107
108 #: charset.c:1156
109 msgid "hex escape sequence out of range"
110 msgstr ""
111
112 #: charset.c:1195
113 msgid "octal escape sequence out of range"
114 msgstr ""
115
116 #: charset.c:1263
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
119
120 #: charset.c:1270
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
124
125 #: charset.c:1278
126 #, c-format
127 msgid "unknown escape sequence '\\%c'"
128 msgstr ""
129
130 #: charset.c:1286
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
134
135 #: charset.c:1293
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
138
139 #: charset.c:1415
140 #: charset.c:1478
141 msgid "character constant too long for its type"
142 msgstr ""
143
144 #: charset.c:1418
145 msgid "multi-character character constant"
146 msgstr ""
147
148 #: charset.c:1510
149 msgid "empty character constant"
150 msgstr ""
151
152 #: charset.c:1612
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
156
157 #: directives.c:215
158 #: directives.c:241
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
162
163 #: directives.c:344
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
167
168 #: directives.c:356
169 msgid "suggest not using #elif in traditional C"
170 msgstr ""
171
172 #: directives.c:359
173 #, c-format
174 msgid "traditional C ignores #%s with the # indented"
175 msgstr ""
176
177 #: directives.c:363
178 #, c-format
179 msgid "suggest hiding #%s from traditional C with an indented #"
180 msgstr ""
181
182 #: directives.c:389
183 msgid "embedding a directive within macro arguments is not portable"
184 msgstr ""
185
186 #: directives.c:409
187 msgid "style of line directive is a GCC extension"
188 msgstr ""
189
190 #: directives.c:459
191 #, c-format
192 msgid "invalid preprocessing directive #%s"
193 msgstr ""
194
195 #: directives.c:527
196 msgid "\"defined\" cannot be used as a macro name"
197 msgstr ""
198
199 #: directives.c:533
200 #, c-format
201 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
202 msgstr ""
203
204 #: directives.c:536
205 #, c-format
206 msgid "no macro name given in #%s directive"
207 msgstr ""
208
209 #: directives.c:539
210 msgid "macro names must be identifiers"
211 msgstr ""
212
213 #: directives.c:580
214 #, c-format
215 msgid "undefining \"%s\""
216 msgstr ""
217
218 #: directives.c:635
219 msgid "missing terminating > character"
220 msgstr ""
221
222 #: directives.c:690
223 #, c-format
224 msgid "#%s expects \"FILENAME\" or <FILENAME>"
225 msgstr ""
226
227 #: directives.c:730
228 #, c-format
229 msgid "empty filename in #%s"
230 msgstr ""
231
232 #: directives.c:740
233 msgid "#include nested too deeply"
234 msgstr ""
235
236 #: directives.c:781
237 msgid "#include_next in primary source file"
238 msgstr ""
239
240 #: directives.c:807
241 #, c-format
242 msgid "invalid flag \"%s\" in line directive"
243 msgstr ""
244
245 #: directives.c:859
246 #, c-format
247 msgid "\"%s\" after #line is not a positive integer"
248 msgstr ""
249
250 #: directives.c:865
251 msgid "line number out of range"
252 msgstr ""
253
254 #: directives.c:878
255 #: directives.c:955
256 #, c-format
257 msgid "\"%s\" is not a valid filename"
258 msgstr ""
259
260 #: directives.c:915
261 #, c-format
262 msgid "\"%s\" after # is not a positive integer"
263 msgstr ""
264
265 #: directives.c:1017
266 #, c-format
267 msgid "invalid #%s directive"
268 msgstr ""
269
270 #: directives.c:1080
271 #, c-format
272 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
273 msgstr ""
274
275 #: directives.c:1089
276 #, c-format
277 msgid "registering pragma \"%s\" with name expansion and no namespace"
278 msgstr ""
279
280 #: directives.c:1107
281 #, c-format
282 msgid "registering \"%s\" as both a pragma and a pragma namespace"
283 msgstr ""
284
285 #: directives.c:1110
286 #, c-format
287 msgid "#pragma %s %s is already registered"
288 msgstr ""
289
290 #: directives.c:1113
291 #, c-format
292 msgid "#pragma %s is already registered"
293 msgstr ""
294
295 #: directives.c:1143
296 msgid "registering pragma with NULL handler"
297 msgstr ""
298
299 #: directives.c:1353
300 msgid "#pragma once in main file"
301 msgstr ""
302
303 #: directives.c:1376
304 msgid "invalid #pragma GCC poison directive"
305 msgstr ""
306
307 #: directives.c:1385
308 #, c-format
309 msgid "poisoning existing macro \"%s\""
310 msgstr ""
311
312 #: directives.c:1404
313 msgid "#pragma system_header ignored outside include file"
314 msgstr ""
315
316 #: directives.c:1428
317 #, c-format
318 msgid "cannot find source file %s"
319 msgstr ""
320
321 #: directives.c:1432
322 #, c-format
323 msgid "current file is older than %s"
324 msgstr ""
325
326 #: directives.c:1600
327 msgid "_Pragma takes a parenthesized string literal"
328 msgstr ""
329
330 #: directives.c:1672
331 msgid "#else without #if"
332 msgstr ""
333
334 #: directives.c:1677
335 msgid "#else after #else"
336 msgstr ""
337
338 #: directives.c:1679
339 #: directives.c:1712
340 msgid "the conditional began here"
341 msgstr ""
342
343 #: directives.c:1705
344 msgid "#elif without #if"
345 msgstr ""
346
347 #: directives.c:1710
348 msgid "#elif after #else"
349 msgstr ""
350
351 #: directives.c:1740
352 msgid "#endif without #if"
353 msgstr ""
354
355 #: directives.c:1817
356 msgid "missing '(' after predicate"
357 msgstr ""
358
359 #: directives.c:1832
360 msgid "missing ')' to complete answer"
361 msgstr ""
362
363 #: directives.c:1852
364 msgid "predicate's answer is empty"
365 msgstr ""
366
367 #: directives.c:1879
368 msgid "assertion without predicate"
369 msgstr ""
370
371 #: directives.c:1881
372 msgid "predicate must be an identifier"
373 msgstr ""
374
375 #: directives.c:1967
376 #, c-format
377 msgid "\"%s\" re-asserted"
378 msgstr ""
379
380 #: directives.c:2191
381 #, c-format
382 msgid "unterminated #%s"
383 msgstr ""
384
385 #: errors.c:118
386 msgid "warning: "
387 msgstr ""
388
389 #: errors.c:120
390 msgid "internal error: "
391 msgstr ""
392
393 #: errors.c:122
394 msgid "error: "
395 msgstr ""
396
397 #: errors.c:186
398 msgid "stdout"
399 msgstr ""
400
401 #: errors.c:188
402 #, c-format
403 msgid "%s: %s"
404 msgstr ""
405
406 #: expr.c:203
407 msgid "too many decimal points in number"
408 msgstr ""
409
410 #: expr.c:223
411 #, c-format
412 msgid "invalid digit \"%c\" in octal constant"
413 msgstr ""
414
415 #: expr.c:229
416 msgid "use of C99 hexadecimal floating constant"
417 msgstr ""
418
419 #: expr.c:238
420 msgid "exponent has no digits"
421 msgstr ""
422
423 #: expr.c:245
424 msgid "hexadecimal floating constants require an exponent"
425 msgstr ""
426
427 #: expr.c:251
428 #, c-format
429 msgid "invalid suffix \"%.*s\" on floating constant"
430 msgstr ""
431
432 #: expr.c:261 expr.c:295
433 #, c-format
434 msgid "traditional C rejects the \"%.*s\" suffix"
435 msgstr ""
436
437 #: expr.c:268
438 #, c-format
439 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
440 msgstr ""
441
442 #: expr.c:281
443 #, c-format
444 msgid "invalid suffix \"%.*s\" on integer constant"
445 msgstr ""
446
447 #: expr.c:303
448 msgid "use of C99 long long integer constant"
449 msgstr ""
450
451 #: expr.c:310
452 msgid "imaginary constants are a GCC extension"
453 msgstr ""
454
455 #: expr.c:396
456 msgid "integer constant is too large for its type"
457 msgstr ""
458
459 #: expr.c:408
460 msgid "integer constant is so large that it is unsigned"
461 msgstr ""
462
463 #: expr.c:490
464 msgid "missing ')' after \"defined\""
465 msgstr ""
466
467 #: expr.c:497
468 msgid "operator \"defined\" requires an identifier"
469 msgstr ""
470
471 #: expr.c:505
472 #, c-format
473 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
474 msgstr ""
475
476 #: expr.c:515
477 msgid "this use of \"defined\" may not be portable"
478 msgstr ""
479
480 #: expr.c:554
481 msgid "floating constant in preprocessor expression"
482 msgstr ""
483
484 #: expr.c:560
485 msgid "imaginary number in preprocessor expression"
486 msgstr ""
487
488 #: expr.c:605
489 #, c-format
490 msgid "\"%s\" is not defined"
491 msgstr ""
492
493 #: expr.c:733 expr.c:762
494 #, c-format
495 msgid "missing binary operator before token \"%s\""
496 msgstr ""
497
498 #: expr.c:753
499 #, c-format
500 msgid "token \"%s\" is not valid in preprocessor expressions"
501 msgstr ""
502
503 #: expr.c:770
504 msgid "missing expression between '(' and ')'"
505 msgstr ""
506
507 #: expr.c:773
508 msgid "#if with no expression"
509 msgstr ""
510
511 #: expr.c:776
512 #, c-format
513 msgid "operator '%s' has no right operand"
514 msgstr ""
515
516 #: expr.c:781
517 #, c-format
518 msgid "operator '%s' has no left operand"
519 msgstr ""
520
521 #: expr.c:807
522 msgid " ':' without preceding '?'"
523 msgstr ""
524
525 #: expr.c:834
526 msgid "unbalanced stack in #if"
527 msgstr ""
528
529 #: expr.c:853
530 #, c-format
531 msgid "impossible operator '%u'"
532 msgstr ""
533
534 #: expr.c:943
535 msgid "missing ')' in expression"
536 msgstr ""
537
538 #: expr.c:964
539 msgid "'?' without following ':'"
540 msgstr ""
541
542 #: expr.c:974
543 msgid "integer overflow in preprocessor expression"
544 msgstr ""
545
546 #: expr.c:979
547 msgid "missing '(' in expression"
548 msgstr ""
549
550 #: expr.c:1011
551 #, c-format
552 msgid "the left operand of \"%s\" changes sign when promoted"
553 msgstr ""
554
555 #: expr.c:1016
556 #, c-format
557 msgid "the right operand of \"%s\" changes sign when promoted"
558 msgstr ""
559
560 #: expr.c:1275
561 msgid "traditional C rejects the unary plus operator"
562 msgstr ""
563
564 #: expr.c:1358
565 msgid "comma operator in operand of #if"
566 msgstr ""
567
568 #: expr.c:1490
569 msgid "division by zero in #if"
570 msgstr ""
571
572 #: files.c:402
573 msgid "NULL directory in find_file"
574 msgstr ""
575
576 #: files.c:440
577 msgid "one or more PCH files were found, but they were invalid"
578 msgstr ""
579
580 #: files.c:443
581 msgid "use -Winvalid-pch for more information"
582 msgstr ""
583
584 #: files.c:501
585 #, c-format
586 msgid "%s is a block device"
587 msgstr ""
588
589 #: files.c:518
590 #, c-format
591 msgid "%s is too large"
592 msgstr ""
593
594 #: files.c:553
595 #, c-format
596 msgid "%s is shorter than expected"
597 msgstr ""
598
599 #: files.c:782
600 #, c-format
601 msgid "no include path in which to search for %s"
602 msgstr ""
603
604 #: files.c:1071
605 msgid "Multiple include guards may be useful for:\n"
606 msgstr ""
607
608 #: init.c:409
609 msgid "cppchar_t must be an unsigned type"
610 msgstr ""
611
612 #: init.c:413
613 #, c-format
614 msgid ""
615 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
616 "lu bits"
617 msgstr ""
618
619 #: init.c:420
620 msgid "CPP arithmetic must be at least as precise as a target int"
621 msgstr ""
622
623 #: init.c:423
624 msgid "target char is less than 8 bits wide"
625 msgstr ""
626
627 #: init.c:427
628 msgid "target wchar_t is narrower than target char"
629 msgstr ""
630
631 #: init.c:431
632 msgid "target int is narrower than target char"
633 msgstr ""
634
635 #: init.c:436
636 msgid "CPP half-integer narrower than CPP character"
637 msgstr ""
638
639 #: init.c:440
640 #, c-format
641 msgid ""
642 "CPP on this host cannot handle wide character constants over %lu bits, but "
643 "the target requires %lu bits"
644 msgstr ""
645
646 #: lex.c:283
647 msgid "backslash and newline separated by space"
648 msgstr ""
649
650 #: lex.c:288
651 msgid "backslash-newline at end of file"
652 msgstr ""
653
654 #: lex.c:303
655 #, c-format
656 msgid "trigraph ??%c converted to %c"
657 msgstr ""
658
659 #: lex.c:310
660 #, c-format
661 msgid "trigraph ??%c ignored, use -trigraphs to enable"
662 msgstr ""
663
664 #: lex.c:356
665 msgid "\"/*\" within comment"
666 msgstr ""
667
668 #: lex.c:414
669 #, c-format
670 msgid "%s in preprocessing directive"
671 msgstr ""
672
673 #: lex.c:423
674 msgid "null character(s) ignored"
675 msgstr ""
676
677 #: lex.c:460
678 #, c-format
679 msgid "`%.*s' is not in NFKC"
680 msgstr ""
681
682 #: lex.c:463
683 #, c-format
684 msgid "`%.*s' is not in NFC"
685 msgstr ""
686
687 #: lex.c:551
688 #, c-format
689 msgid "attempt to use poisoned \"%s\""
690 msgstr ""
691
692 #: lex.c:559
693 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
694 msgstr ""
695
696 #: lex.c:659
697 msgid "null character(s) preserved in literal"
698 msgstr ""
699
700 #: lex.c:662
701 #, c-format
702 msgid "missing terminating %c character"
703 msgstr ""
704
705 #: lex.c:859
706 msgid "no newline at end of file"
707 msgstr ""
708
709 #: lex.c:1019
710 #: traditional.c:162
711 msgid "unterminated comment"
712 msgstr ""
713
714 #: lex.c:1030
715 msgid "C++ style comments are not allowed in ISO C90"
716 msgstr ""
717
718 #: lex.c:1032
719 msgid "(this will be reported only once per input file)"
720 msgstr ""
721
722 #: lex.c:1037
723 msgid "multi-line comment"
724 msgstr ""
725
726 #: lex.c:1350
727 #, c-format
728 msgid "unspellable token %s"
729 msgstr ""
730
731 #: line-map.c:313
732 #, c-format
733 msgid "In file included from %s:%u"
734 msgstr ""
735
736 #: line-map.c:331
737 #, c-format
738 msgid ""
739 ",\n"
740 "                 from %s:%u"
741 msgstr ""
742
743 #: macro.c:84
744 #, c-format
745 msgid "macro \"%s\" is not used"
746 msgstr ""
747
748 #: macro.c:123 macro.c:313
749 #, c-format
750 msgid "invalid built-in macro \"%s\""
751 msgstr ""
752
753 #: macro.c:157
754 msgid "could not determine file timestamp"
755 msgstr ""
756
757 #: macro.c:254
758 msgid "could not determine date and time"
759 msgstr ""
760
761 #: macro.c:417
762 msgid "invalid string literal, ignoring final '\\'"
763 msgstr ""
764
765 #: macro.c:467
766 #, c-format
767 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
768 msgstr ""
769
770 #: macro.c:539
771 msgid "ISO C99 requires rest arguments to be used"
772 msgstr ""
773
774 #: macro.c:544
775 #, c-format
776 msgid "macro \"%s\" requires %u arguments, but only %u given"
777 msgstr ""
778
779 #: macro.c:549
780 #, c-format
781 msgid "macro \"%s\" passed %u arguments, but takes just %u"
782 msgstr ""
783
784 #: macro.c:660
785 #: traditional.c:675
786 #, c-format
787 msgid "unterminated argument list invoking macro \"%s\""
788 msgstr ""
789
790 #: macro.c:763
791 #, c-format
792 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
793 msgstr ""
794
795 #: macro.c:1279
796 #, c-format
797 msgid "duplicate macro parameter \"%s\""
798 msgstr ""
799
800 #: macro.c:1325
801 #, c-format
802 msgid "\"%s\" may not appear in macro parameter list"
803 msgstr ""
804
805 #: macro.c:1333
806 msgid "macro parameters must be comma-separated"
807 msgstr ""
808
809 #: macro.c:1350
810 msgid "parameter name missing"
811 msgstr ""
812
813 #: macro.c:1367
814 msgid "anonymous variadic macros were introduced in C99"
815 msgstr ""
816
817 #: macro.c:1372
818 msgid "ISO C does not permit named variadic macros"
819 msgstr ""
820
821 #: macro.c:1381
822 msgid "missing ')' in macro parameter list"
823 msgstr ""
824
825 #: macro.c:1461
826 msgid "ISO C99 requires whitespace after the macro name"
827 msgstr ""
828
829 #: macro.c:1485
830 msgid "missing whitespace after the macro name"
831 msgstr ""
832
833 #: macro.c:1515
834 msgid "'#' is not followed by a macro parameter"
835 msgstr ""
836
837 #: macro.c:1534
838 msgid "'##' cannot appear at either end of a macro expansion"
839 msgstr ""
840
841 #: macro.c:1626
842 #, c-format
843 msgid "\"%s\" redefined"
844 msgstr ""
845
846 #: macro.c:1631
847 msgid "this is the location of the previous definition"
848 msgstr ""
849
850 #: macro.c:1681
851 #, c-format
852 msgid "macro argument \"%s\" would be stringified in traditional C"
853 msgstr ""
854
855 #: macro.c:1704
856 #, c-format
857 msgid "invalid hash type %d in cpp_macro_definition"
858 msgstr ""
859
860 #: pch.c:84 pch.c:332
861 #: pch.c:354 pch.c:360
862 msgid "while writing precompiled header"
863 msgstr ""
864
865 #: pch.c:467
866 #, c-format
867 msgid "%s: not used because `%.*s' not defined"
868 msgstr ""
869
870 #: pch.c:479
871 #, c-format
872 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
873 msgstr ""
874
875 #: pch.c:520
876 #, c-format
877 msgid "%s: not used because `%s' is defined"
878 msgstr ""
879
880 #: pch.c:533 pch.c:696
881 msgid "while reading precompiled header"
882 msgstr ""
883
884 #: traditional.c:745
885 #, c-format
886 msgid "detected recursion whilst expanding macro \"%s\""
887 msgstr ""
888
889 #: traditional.c:912
890 msgid "syntax error in macro parameter list"
891 msgstr ""