OSDN Git Service

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