OSDN Git Service

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