OSDN Git Service

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