Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / libcpp / po / cpplib.pot
blobd6103b8eb0cd2181024cc30b7436255f1d843c0d
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: 2007-02-13 21:00-0800\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"
19 #: charset.c:654
20 #, c-format
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr ""
24 #: charset.c:657
25 msgid "iconv_open"
26 msgstr ""
28 #: charset.c:665
29 #, c-format
30 msgid "no iconv implementation, cannot convert from %s to %s"
31 msgstr ""
33 #: charset.c:742
34 #, c-format
35 msgid "character 0x%lx is not in the basic source character set\n"
36 msgstr ""
38 #: charset.c:759
39 #: charset.c:1352
40 msgid "converting to execution character set"
41 msgstr ""
43 #: charset.c:765
44 #, c-format
45 msgid "character 0x%lx is not unibyte in execution character set"
46 msgstr ""
48 #: charset.c:889
49 #, c-format
50 msgid "Character %x might not be NFKC"
51 msgstr ""
53 #: charset.c:949
54 msgid "universal character names are only valid in C++ and C99"
55 msgstr ""
57 #: charset.c:952
58 #, c-format
59 msgid "the meaning of '\\%c' is different in traditional C"
60 msgstr ""
62 #: charset.c:961
63 msgid "In _cpp_valid_ucn but not a UCN"
64 msgstr ""
66 #: charset.c:986
67 #, c-format
68 msgid "incomplete universal character name %.*s"
69 msgstr ""
71 #: charset.c:998
72 #, c-format
73 msgid "%.*s is not a valid universal character"
74 msgstr ""
76 #: charset.c:1008
77 #: lex.c:472
78 msgid "'$' in identifier or number"
79 msgstr ""
81 #: charset.c:1018
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr ""
86 #: charset.c:1022
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr ""
91 #: charset.c:1056
92 #: charset.c:1571
93 msgid "converting UCN to source character set"
94 msgstr ""
96 #: charset.c:1060
97 msgid "converting UCN to execution character set"
98 msgstr ""
100 #: charset.c:1132
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr ""
104 #: charset.c:1149
105 msgid "\\x used with no following hex digits"
106 msgstr ""
108 #: charset.c:1156
109 msgid "hex escape sequence out of range"
110 msgstr ""
112 #: charset.c:1195
113 msgid "octal escape sequence out of range"
114 msgstr ""
116 #: charset.c:1263
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr ""
120 #: charset.c:1270
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr ""
125 #: charset.c:1278
126 #, c-format
127 msgid "unknown escape sequence '\\%c'"
128 msgstr ""
130 #: charset.c:1286
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr ""
135 #: charset.c:1293
136 msgid "converting escape sequence to execution character set"
137 msgstr ""
139 #: charset.c:1415
140 #: charset.c:1478
141 msgid "character constant too long for its type"
142 msgstr ""
144 #: charset.c:1418
145 msgid "multi-character character constant"
146 msgstr ""
148 #: charset.c:1510
149 msgid "empty character constant"
150 msgstr ""
152 #: charset.c:1612
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr ""
157 #: directives.c:220
158 #: directives.c:246
159 #, c-format
160 msgid "extra tokens at end of #%s directive"
161 msgstr ""
163 #: directives.c:347
164 #, c-format
165 msgid "#%s is a GCC extension"
166 msgstr ""
168 #: directives.c:359
169 msgid "suggest not using #elif in traditional C"
170 msgstr ""
172 #: directives.c:362
173 #, c-format
174 msgid "traditional C ignores #%s with the # indented"
175 msgstr ""
177 #: directives.c:366
178 #, c-format
179 msgid "suggest hiding #%s from traditional C with an indented #"
180 msgstr ""
182 #: directives.c:392
183 msgid "embedding a directive within macro arguments is not portable"
184 msgstr ""
186 #: directives.c:412
187 msgid "style of line directive is a GCC extension"
188 msgstr ""
190 #: directives.c:462
191 #, c-format
192 msgid "invalid preprocessing directive #%s"
193 msgstr ""
195 #: directives.c:533
196 msgid "\"defined\" cannot be used as a macro name"
197 msgstr ""
199 #: directives.c:539
200 #, c-format
201 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
202 msgstr ""
204 #: directives.c:542
205 #, c-format
206 msgid "no macro name given in #%s directive"
207 msgstr ""
209 #: directives.c:545
210 msgid "macro names must be identifiers"
211 msgstr ""
213 #: directives.c:586
214 #, c-format
215 msgid "undefining \"%s\""
216 msgstr ""
218 #: directives.c:641
219 msgid "missing terminating > character"
220 msgstr ""
222 #: directives.c:696
223 #, c-format
224 msgid "#%s expects \"FILENAME\" or <FILENAME>"
225 msgstr ""
227 #: directives.c:736
228 #, c-format
229 msgid "empty filename in #%s"
230 msgstr ""
232 #: directives.c:746
233 msgid "#include nested too deeply"
234 msgstr ""
236 #: directives.c:787
237 msgid "#include_next in primary source file"
238 msgstr ""
240 #: directives.c:813
241 #, c-format
242 msgid "invalid flag \"%s\" in line directive"
243 msgstr ""
245 #: directives.c:865
246 #, c-format
247 msgid "\"%s\" after #line is not a positive integer"
248 msgstr ""
250 #: directives.c:871
251 msgid "line number out of range"
252 msgstr ""
254 #: directives.c:884
255 #: directives.c:961
256 #, c-format
257 msgid "\"%s\" is not a valid filename"
258 msgstr ""
260 #: directives.c:921
261 #, c-format
262 msgid "\"%s\" after # is not a positive integer"
263 msgstr ""
265 #: directives.c:1023
266 #, c-format
267 msgid "invalid #%s directive"
268 msgstr ""
270 #: directives.c:1112
271 #, c-format
272 msgid "registering \"%s\" as both a pragma and a pragma namespace"
273 msgstr ""
275 #: directives.c:1115
276 #, c-format
277 msgid "#pragma %s %s is already registered"
278 msgstr ""
280 #: directives.c:1118
281 #, c-format
282 msgid "#pragma %s is already registered"
283 msgstr ""
285 #: directives.c:1362
286 msgid "#pragma once in main file"
287 msgstr ""
289 #: directives.c:1385
290 msgid "invalid #pragma GCC poison directive"
291 msgstr ""
293 #: directives.c:1394
294 #, c-format
295 msgid "poisoning existing macro \"%s\""
296 msgstr ""
298 #: directives.c:1415
299 msgid "#pragma system_header ignored outside include file"
300 msgstr ""
302 #: directives.c:1439
303 #, c-format
304 msgid "cannot find source file %s"
305 msgstr ""
307 #: directives.c:1443
308 #, c-format
309 msgid "current file is older than %s"
310 msgstr ""
312 #: directives.c:1557
313 msgid "_Pragma takes a parenthesized string literal"
314 msgstr ""
316 #: directives.c:1658
317 msgid "#else without #if"
318 msgstr ""
320 #: directives.c:1663
321 msgid "#else after #else"
322 msgstr ""
324 #: directives.c:1665
325 #: directives.c:1698
326 msgid "the conditional began here"
327 msgstr ""
329 #: directives.c:1691
330 msgid "#elif without #if"
331 msgstr ""
333 #: directives.c:1696
334 msgid "#elif after #else"
335 msgstr ""
337 #: directives.c:1726
338 msgid "#endif without #if"
339 msgstr ""
341 #: directives.c:1803
342 msgid "missing '(' after predicate"
343 msgstr ""
345 #: directives.c:1818
346 msgid "missing ')' to complete answer"
347 msgstr ""
349 #: directives.c:1838
350 msgid "predicate's answer is empty"
351 msgstr ""
353 #: directives.c:1865
354 msgid "assertion without predicate"
355 msgstr ""
357 #: directives.c:1867
358 msgid "predicate must be an identifier"
359 msgstr ""
361 #: directives.c:1953
362 #, c-format
363 msgid "\"%s\" re-asserted"
364 msgstr ""
366 #: directives.c:2177
367 #, c-format
368 msgid "unterminated #%s"
369 msgstr ""
371 #: errors.c:118
372 msgid "warning: "
373 msgstr ""
375 #: errors.c:120
376 msgid "internal error: "
377 msgstr ""
379 #: errors.c:122
380 msgid "error: "
381 msgstr ""
383 #: errors.c:186
384 msgid "stdout"
385 msgstr ""
387 #: errors.c:188
388 #, c-format
389 msgid "%s: %s"
390 msgstr ""
392 #: expr.c:192
393 msgid "too many decimal points in number"
394 msgstr ""
396 #: expr.c:212
397 #, c-format
398 msgid "invalid digit \"%c\" in octal constant"
399 msgstr ""
401 #: expr.c:218
402 msgid "use of C99 hexadecimal floating constant"
403 msgstr ""
405 #: expr.c:227
406 msgid "exponent has no digits"
407 msgstr ""
409 #: expr.c:234
410 msgid "hexadecimal floating constants require an exponent"
411 msgstr ""
413 #: expr.c:240
414 #, c-format
415 msgid "invalid suffix \"%.*s\" on floating constant"
416 msgstr ""
418 #: expr.c:250
419 #: expr.c:275
420 #, c-format
421 msgid "traditional C rejects the \"%.*s\" suffix"
422 msgstr ""
424 #: expr.c:261
425 #, c-format
426 msgid "invalid suffix \"%.*s\" on integer constant"
427 msgstr ""
429 #: expr.c:283
430 msgid "use of C99 long long integer constant"
431 msgstr ""
433 #: expr.c:290
434 msgid "imaginary constants are a GCC extension"
435 msgstr ""
437 #: expr.c:376
438 msgid "integer constant is too large for its type"
439 msgstr ""
441 #: expr.c:388
442 msgid "integer constant is so large that it is unsigned"
443 msgstr ""
445 #: expr.c:470
446 msgid "missing ')' after \"defined\""
447 msgstr ""
449 #: expr.c:477
450 msgid "operator \"defined\" requires an identifier"
451 msgstr ""
453 #: expr.c:485
454 #, c-format
455 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
456 msgstr ""
458 #: expr.c:495
459 msgid "this use of \"defined\" may not be portable"
460 msgstr ""
462 #: expr.c:534
463 msgid "floating constant in preprocessor expression"
464 msgstr ""
466 #: expr.c:540
467 msgid "imaginary number in preprocessor expression"
468 msgstr ""
470 #: expr.c:585
471 #, c-format
472 msgid "\"%s\" is not defined"
473 msgstr ""
475 #: expr.c:716
476 #: expr.c:745
477 #, c-format
478 msgid "missing binary operator before token \"%s\""
479 msgstr ""
481 #: expr.c:736
482 #, c-format
483 msgid "token \"%s\" is not valid in preprocessor expressions"
484 msgstr ""
486 #: expr.c:753
487 msgid "missing expression between '(' and ')'"
488 msgstr ""
490 #: expr.c:756
491 msgid "#if with no expression"
492 msgstr ""
494 #: expr.c:759
495 #, c-format
496 msgid "operator '%s' has no right operand"
497 msgstr ""
499 #: expr.c:764
500 #, c-format
501 msgid "operator '%s' has no left operand"
502 msgstr ""
504 #: expr.c:790
505 msgid " ':' without preceding '?'"
506 msgstr ""
508 #: expr.c:817
509 msgid "unbalanced stack in #if"
510 msgstr ""
512 #: expr.c:836
513 #, c-format
514 msgid "impossible operator '%u'"
515 msgstr ""
517 #: expr.c:928
518 msgid "missing ')' in expression"
519 msgstr ""
521 #: expr.c:949
522 msgid "'?' without following ':'"
523 msgstr ""
525 #: expr.c:959
526 msgid "integer overflow in preprocessor expression"
527 msgstr ""
529 #: expr.c:964
530 msgid "missing '(' in expression"
531 msgstr ""
533 #: expr.c:996
534 #, c-format
535 msgid "the left operand of \"%s\" changes sign when promoted"
536 msgstr ""
538 #: expr.c:1001
539 #, c-format
540 msgid "the right operand of \"%s\" changes sign when promoted"
541 msgstr ""
543 #: expr.c:1260
544 msgid "traditional C rejects the unary plus operator"
545 msgstr ""
547 #: expr.c:1359
548 msgid "comma operator in operand of #if"
549 msgstr ""
551 #: expr.c:1491
552 msgid "division by zero in #if"
553 msgstr ""
555 #: files.c:402
556 msgid "NULL directory in find_file"
557 msgstr ""
559 #: files.c:440
560 msgid "one or more PCH files were found, but they were invalid"
561 msgstr ""
563 #: files.c:443
564 msgid "use -Winvalid-pch for more information"
565 msgstr ""
567 #: files.c:501
568 #, c-format
569 msgid "%s is a block device"
570 msgstr ""
572 #: files.c:518
573 #, c-format
574 msgid "%s is too large"
575 msgstr ""
577 #: files.c:553
578 #, c-format
579 msgid "%s is shorter than expected"
580 msgstr ""
582 #: files.c:782
583 #, c-format
584 msgid "no include path in which to search for %s"
585 msgstr ""
587 #: files.c:1071
588 msgid "Multiple include guards may be useful for:\n"
589 msgstr ""
591 #: init.c:406
592 msgid "cppchar_t must be an unsigned type"
593 msgstr ""
595 #: init.c:410
596 #, c-format
597 msgid ""
598 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
599 "lu bits"
600 msgstr ""
602 #: init.c:417
603 msgid "CPP arithmetic must be at least as precise as a target int"
604 msgstr ""
606 #: init.c:420
607 msgid "target char is less than 8 bits wide"
608 msgstr ""
610 #: init.c:424
611 msgid "target wchar_t is narrower than target char"
612 msgstr ""
614 #: init.c:428
615 msgid "target int is narrower than target char"
616 msgstr ""
618 #: init.c:433
619 msgid "CPP half-integer narrower than CPP character"
620 msgstr ""
622 #: init.c:437
623 #, c-format
624 msgid ""
625 "CPP on this host cannot handle wide character constants over %lu bits, but "
626 "the target requires %lu bits"
627 msgstr ""
629 #: lex.c:271
630 msgid "backslash and newline separated by space"
631 msgstr ""
633 #: lex.c:276
634 msgid "backslash-newline at end of file"
635 msgstr ""
637 #: lex.c:291
638 #, c-format
639 msgid "trigraph ??%c converted to %c"
640 msgstr ""
642 #: lex.c:298
643 #, c-format
644 msgid "trigraph ??%c ignored, use -trigraphs to enable"
645 msgstr ""
647 #: lex.c:344
648 msgid "\"/*\" within comment"
649 msgstr ""
651 #: lex.c:402
652 #, c-format
653 msgid "%s in preprocessing directive"
654 msgstr ""
656 #: lex.c:411
657 msgid "null character(s) ignored"
658 msgstr ""
660 #: lex.c:448
661 #, c-format
662 msgid "`%.*s' is not in NFKC"
663 msgstr ""
665 #: lex.c:451
666 #, c-format
667 msgid "`%.*s' is not in NFC"
668 msgstr ""
670 #: lex.c:539
671 #, c-format
672 msgid "attempt to use poisoned \"%s\""
673 msgstr ""
675 #: lex.c:547
676 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
677 msgstr ""
679 #: lex.c:647
680 msgid "null character(s) preserved in literal"
681 msgstr ""
683 #: lex.c:838
684 msgid "no newline at end of file"
685 msgstr ""
687 #: lex.c:990
688 #: traditional.c:162
689 msgid "unterminated comment"
690 msgstr ""
692 #: lex.c:1001
693 msgid "C++ style comments are not allowed in ISO C90"
694 msgstr ""
696 #: lex.c:1003
697 msgid "(this will be reported only once per input file)"
698 msgstr ""
700 #: lex.c:1008
701 msgid "multi-line comment"
702 msgstr ""
704 #: lex.c:1331
705 #, c-format
706 msgid "unspellable token %s"
707 msgstr ""
709 #: line-map.c:313
710 #, c-format
711 msgid "In file included from %s:%u"
712 msgstr ""
714 #: line-map.c:331
715 #, c-format
716 msgid ""
717 ",\n"
718 "                 from %s:%u"
719 msgstr ""
721 #: macro.c:85
722 #, c-format
723 msgid "macro \"%s\" is not used"
724 msgstr ""
726 #: macro.c:124
727 #: macro.c:283
728 #, c-format
729 msgid "invalid built-in macro \"%s\""
730 msgstr ""
732 #: macro.c:217
733 msgid "could not determine date and time"
734 msgstr ""
736 #: macro.c:387
737 msgid "invalid string literal, ignoring final '\\'"
738 msgstr ""
740 #: macro.c:470
741 #, c-format
742 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
743 msgstr ""
745 #: macro.c:508
746 msgid "ISO C99 requires rest arguments to be used"
747 msgstr ""
749 #: macro.c:513
750 #, c-format
751 msgid "macro \"%s\" requires %u arguments, but only %u given"
752 msgstr ""
754 #: macro.c:518
755 #, c-format
756 msgid "macro \"%s\" passed %u arguments, but takes just %u"
757 msgstr ""
759 #: macro.c:629
760 #: traditional.c:675
761 #, c-format
762 msgid "unterminated argument list invoking macro \"%s\""
763 msgstr ""
765 #: macro.c:732
766 #, c-format
767 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
768 msgstr ""
770 #: macro.c:1248
771 #, c-format
772 msgid "duplicate macro parameter \"%s\""
773 msgstr ""
775 #: macro.c:1294
776 #, c-format
777 msgid "\"%s\" may not appear in macro parameter list"
778 msgstr ""
780 #: macro.c:1302
781 msgid "macro parameters must be comma-separated"
782 msgstr ""
784 #: macro.c:1319
785 msgid "parameter name missing"
786 msgstr ""
788 #: macro.c:1336
789 msgid "anonymous variadic macros were introduced in C99"
790 msgstr ""
792 #: macro.c:1341
793 msgid "ISO C does not permit named variadic macros"
794 msgstr ""
796 #: macro.c:1350
797 msgid "missing ')' in macro parameter list"
798 msgstr ""
800 #: macro.c:1428
801 msgid "ISO C99 requires whitespace after the macro name"
802 msgstr ""
804 #: macro.c:1452
805 msgid "missing whitespace after the macro name"
806 msgstr ""
808 #: macro.c:1482
809 msgid "'#' is not followed by a macro parameter"
810 msgstr ""
812 #: macro.c:1501
813 msgid "'##' cannot appear at either end of a macro expansion"
814 msgstr ""
816 #: macro.c:1599
817 #, c-format
818 msgid "\"%s\" redefined"
819 msgstr ""
821 #: macro.c:1604
822 msgid "this is the location of the previous definition"
823 msgstr ""
825 #: macro.c:1654
826 #, c-format
827 msgid "macro argument \"%s\" would be stringified in traditional C"
828 msgstr ""
830 #: macro.c:1677
831 #, c-format
832 msgid "invalid hash type %d in cpp_macro_definition"
833 msgstr ""
835 #: pch.c:84
836 #: pch.c:332
837 #: pch.c:354
838 #: pch.c:360
839 msgid "while writing precompiled header"
840 msgstr ""
842 #: pch.c:467
843 #, c-format
844 msgid "%s: not used because `%.*s' not defined"
845 msgstr ""
847 #: pch.c:479
848 #, c-format
849 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
850 msgstr ""
852 #: pch.c:520
853 #, c-format
854 msgid "%s: not used because `%s' is defined"
855 msgstr ""
857 #: pch.c:533
858 #: pch.c:696
859 msgid "while reading precompiled header"
860 msgstr ""
862 #: traditional.c:745
863 #, c-format
864 msgid "detected recursion whilst expanding macro \"%s\""
865 msgstr ""
867 #: traditional.c:912
868 msgid "syntax error in macro parameter list"
869 msgstr ""