Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / libcpp / po / cpplib.pot
blob4677ec07112d5cc1b3b7d95e219fac0aa91dab6c
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: 2005-02-25 23:28+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"
19 #: charset.c:655
20 #, c-format
21 msgid "conversion from %s to %s not supported by iconv"
22 msgstr ""
24 #: charset.c:658
25 msgid "iconv_open"
26 msgstr ""
28 #: charset.c:666
29 #, c-format
30 msgid "no iconv implementation, cannot convert from %s to %s"
31 msgstr ""
33 #: charset.c:743
34 #, c-format
35 msgid "character 0x%lx is not in the basic source character set\n"
36 msgstr ""
38 #: charset.c:760
39 #: charset.c:1243
40 msgid "converting to execution character set"
41 msgstr ""
43 #: charset.c:766
44 #, c-format
45 msgid "character 0x%lx is not unibyte in execution character set"
46 msgstr ""
48 #: charset.c:865
49 msgid "universal character names are only valid in C++ and C99"
50 msgstr ""
52 #: charset.c:868
53 #, c-format
54 msgid "the meaning of '\\%c' is different in traditional C"
55 msgstr ""
57 #: charset.c:894
58 #, c-format
59 msgid "incomplete universal character name %.*s"
60 msgstr ""
62 #: charset.c:906
63 #, c-format
64 msgid "%.*s is not a valid universal character"
65 msgstr ""
67 #: charset.c:916
68 #, c-format
69 msgid "universal character %.*s is not valid in an identifier"
70 msgstr ""
72 #: charset.c:920
73 #, c-format
74 msgid "universal character %.*s is not valid at the start of an identifier"
75 msgstr ""
77 #: charset.c:953
78 msgid "converting UCN to source character set"
79 msgstr ""
81 #: charset.c:957
82 msgid "converting UCN to execution character set"
83 msgstr ""
85 #: charset.c:1029
86 msgid "the meaning of '\\x' is different in traditional C"
87 msgstr ""
89 #: charset.c:1046
90 msgid "\\x used with no following hex digits"
91 msgstr ""
93 #: charset.c:1053
94 msgid "hex escape sequence out of range"
95 msgstr ""
97 #: charset.c:1092
98 msgid "octal escape sequence out of range"
99 msgstr ""
101 #: charset.c:1160
102 msgid "the meaning of '\\a' is different in traditional C"
103 msgstr ""
105 #: charset.c:1167
106 #, c-format
107 msgid "non-ISO-standard escape sequence, '\\%c'"
108 msgstr ""
110 #: charset.c:1175
111 #, c-format
112 msgid "unknown escape sequence '\\%c'"
113 msgstr ""
115 #: charset.c:1178
116 #, c-format
117 msgid "unknown escape sequence: '\\%03o'"
118 msgstr ""
120 #: charset.c:1184
121 msgid "converting escape sequence to execution character set"
122 msgstr ""
124 #: charset.c:1306
125 #: charset.c:1369
126 msgid "character constant too long for its type"
127 msgstr ""
129 #: charset.c:1309
130 msgid "multi-character character constant"
131 msgstr ""
133 #: charset.c:1401
134 msgid "empty character constant"
135 msgstr ""
137 #: charset.c:1450
138 #, c-format
139 msgid "failure to convert %s to %s"
140 msgstr ""
142 #: directives.c:216
143 #, c-format
144 msgid "extra tokens at end of #%s directive"
145 msgstr ""
147 #: directives.c:303
148 #, c-format
149 msgid "#%s is a GCC extension"
150 msgstr ""
152 #: directives.c:315
153 msgid "suggest not using #elif in traditional C"
154 msgstr ""
156 #: directives.c:318
157 #, c-format
158 msgid "traditional C ignores #%s with the # indented"
159 msgstr ""
161 #: directives.c:322
162 #, c-format
163 msgid "suggest hiding #%s from traditional C with an indented #"
164 msgstr ""
166 #: directives.c:348
167 msgid "embedding a directive within macro arguments is not portable"
168 msgstr ""
170 #: directives.c:368
171 msgid "style of line directive is a GCC extension"
172 msgstr ""
174 #: directives.c:418
175 #, c-format
176 msgid "invalid preprocessing directive #%s"
177 msgstr ""
179 #: directives.c:489
180 msgid "\"defined\" cannot be used as a macro name"
181 msgstr ""
183 #: directives.c:495
184 #, c-format
185 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
186 msgstr ""
188 #: directives.c:498
189 #, c-format
190 msgid "no macro name given in #%s directive"
191 msgstr ""
193 #: directives.c:501
194 msgid "macro names must be identifiers"
195 msgstr ""
197 #: directives.c:542
198 #, c-format
199 msgid "undefining \"%s\""
200 msgstr ""
202 #: directives.c:597
203 msgid "missing terminating > character"
204 msgstr ""
206 #: directives.c:650
207 #, c-format
208 msgid "#%s expects \"FILENAME\" or <FILENAME>"
209 msgstr ""
211 #: directives.c:673
212 #, c-format
213 msgid "empty filename in #%s"
214 msgstr ""
216 #: directives.c:681
217 msgid "#include nested too deeply"
218 msgstr ""
220 #: directives.c:719
221 msgid "#include_next in primary source file"
222 msgstr ""
224 #: directives.c:745
225 #, c-format
226 msgid "invalid flag \"%s\" in line directive"
227 msgstr ""
229 #: directives.c:792
230 #, c-format
231 msgid "\"%s\" after #line is not a positive integer"
232 msgstr ""
234 #: directives.c:798
235 msgid "line number out of range"
236 msgstr ""
238 #: directives.c:811
239 #: directives.c:888
240 #, c-format
241 msgid "\"%s\" is not a valid filename"
242 msgstr ""
244 #: directives.c:848
245 #, c-format
246 msgid "\"%s\" after # is not a positive integer"
247 msgstr ""
249 #: directives.c:950
250 msgid "invalid #ident directive"
251 msgstr ""
253 #: directives.c:1038
254 #, c-format
255 msgid "registering \"%s\" as both a pragma and a pragma namespace"
256 msgstr ""
258 #: directives.c:1041
259 #, c-format
260 msgid "#pragma %s %s is already registered"
261 msgstr ""
263 #: directives.c:1044
264 #, c-format
265 msgid "#pragma %s is already registered"
266 msgstr ""
268 #: directives.c:1244
269 msgid "#pragma once in main file"
270 msgstr ""
272 #: directives.c:1267
273 msgid "invalid #pragma GCC poison directive"
274 msgstr ""
276 #: directives.c:1276
277 #, c-format
278 msgid "poisoning existing macro \"%s\""
279 msgstr ""
281 #: directives.c:1297
282 msgid "#pragma system_header ignored outside include file"
283 msgstr ""
285 #: directives.c:1321
286 #, c-format
287 msgid "cannot find source file %s"
288 msgstr ""
290 #: directives.c:1325
291 #, c-format
292 msgid "current file is older than %s"
293 msgstr ""
295 #: directives.c:1439
296 msgid "_Pragma takes a parenthesized string literal"
297 msgstr ""
299 #: directives.c:1546
300 msgid "#else without #if"
301 msgstr ""
303 #: directives.c:1551
304 msgid "#else after #else"
305 msgstr ""
307 #: directives.c:1553
308 #: directives.c:1586
309 msgid "the conditional began here"
310 msgstr ""
312 #: directives.c:1579
313 msgid "#elif without #if"
314 msgstr ""
316 #: directives.c:1584
317 msgid "#elif after #else"
318 msgstr ""
320 #: directives.c:1614
321 msgid "#endif without #if"
322 msgstr ""
324 #: directives.c:1691
325 msgid "missing '(' after predicate"
326 msgstr ""
328 #: directives.c:1706
329 msgid "missing ')' to complete answer"
330 msgstr ""
332 #: directives.c:1726
333 msgid "predicate's answer is empty"
334 msgstr ""
336 #: directives.c:1753
337 msgid "assertion without predicate"
338 msgstr ""
340 #: directives.c:1755
341 msgid "predicate must be an identifier"
342 msgstr ""
344 #: directives.c:1841
345 #, c-format
346 msgid "\"%s\" re-asserted"
347 msgstr ""
349 #: directives.c:2064
350 #, c-format
351 msgid "unterminated #%s"
352 msgstr ""
354 #: errors.c:118
355 msgid "warning: "
356 msgstr ""
358 #: errors.c:120
359 msgid "internal error: "
360 msgstr ""
362 #: errors.c:122
363 msgid "error: "
364 msgstr ""
366 #: errors.c:181
367 msgid "stdout"
368 msgstr ""
370 #: errors.c:183
371 #, c-format
372 msgid "%s: %s"
373 msgstr ""
375 #: expr.c:192
376 msgid "too many decimal points in number"
377 msgstr ""
379 #: expr.c:212
380 #, c-format
381 msgid "invalid digit \"%c\" in octal constant"
382 msgstr ""
384 #: expr.c:218
385 msgid "use of C99 hexadecimal floating constant"
386 msgstr ""
388 #: expr.c:227
389 msgid "exponent has no digits"
390 msgstr ""
392 #: expr.c:234
393 msgid "hexadecimal floating constants require an exponent"
394 msgstr ""
396 #: expr.c:240
397 #, c-format
398 msgid "invalid suffix \"%.*s\" on floating constant"
399 msgstr ""
401 #: expr.c:250
402 #: expr.c:275
403 #, c-format
404 msgid "traditional C rejects the \"%.*s\" suffix"
405 msgstr ""
407 #: expr.c:261
408 #, c-format
409 msgid "invalid suffix \"%.*s\" on integer constant"
410 msgstr ""
412 #: expr.c:283
413 msgid "use of C99 long long integer constant"
414 msgstr ""
416 #: expr.c:290
417 msgid "imaginary constants are a GCC extension"
418 msgstr ""
420 #: expr.c:376
421 msgid "integer constant is too large for its type"
422 msgstr ""
424 #: expr.c:388
425 msgid "integer constant is so large that it is unsigned"
426 msgstr ""
428 #: expr.c:470
429 msgid "missing ')' after \"defined\""
430 msgstr ""
432 #: expr.c:477
433 msgid "operator \"defined\" requires an identifier"
434 msgstr ""
436 #: expr.c:485
437 #, c-format
438 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
439 msgstr ""
441 #: expr.c:495
442 msgid "this use of \"defined\" may not be portable"
443 msgstr ""
445 #: expr.c:534
446 msgid "floating constant in preprocessor expression"
447 msgstr ""
449 #: expr.c:540
450 msgid "imaginary number in preprocessor expression"
451 msgstr ""
453 #: expr.c:585
454 #, c-format
455 msgid "\"%s\" is not defined"
456 msgstr ""
458 #: expr.c:716
459 #: expr.c:745
460 #, c-format
461 msgid "missing binary operator before token \"%s\""
462 msgstr ""
464 #: expr.c:736
465 #, c-format
466 msgid "token \"%s\" is not valid in preprocessor expressions"
467 msgstr ""
469 #: expr.c:753
470 msgid "missing expression between '(' and ')'"
471 msgstr ""
473 #: expr.c:756
474 msgid "#if with no expression"
475 msgstr ""
477 #: expr.c:759
478 #, c-format
479 msgid "operator '%s' has no right operand"
480 msgstr ""
482 #: expr.c:764
483 #, c-format
484 msgid "operator '%s' has no left operand"
485 msgstr ""
487 #: expr.c:790
488 msgid " ':' without preceding '?'"
489 msgstr ""
491 #: expr.c:817
492 msgid "unbalanced stack in #if"
493 msgstr ""
495 #: expr.c:836
496 #, c-format
497 msgid "impossible operator '%u'"
498 msgstr ""
500 #: expr.c:928
501 msgid "missing ')' in expression"
502 msgstr ""
504 #: expr.c:949
505 msgid "'?' without following ':'"
506 msgstr ""
508 #: expr.c:959
509 msgid "integer overflow in preprocessor expression"
510 msgstr ""
512 #: expr.c:964
513 msgid "missing '(' in expression"
514 msgstr ""
516 #: expr.c:996
517 #, c-format
518 msgid "the left operand of \"%s\" changes sign when promoted"
519 msgstr ""
521 #: expr.c:1001
522 #, c-format
523 msgid "the right operand of \"%s\" changes sign when promoted"
524 msgstr ""
526 #: expr.c:1260
527 msgid "traditional C rejects the unary plus operator"
528 msgstr ""
530 #: expr.c:1359
531 msgid "comma operator in operand of #if"
532 msgstr ""
534 #: expr.c:1491
535 msgid "division by zero in #if"
536 msgstr ""
538 #: files.c:401
539 msgid "NULL directory in find_file"
540 msgstr ""
542 #: files.c:454
543 msgid "one or more PCH files were found, but they were invalid"
544 msgstr ""
546 #: files.c:457
547 msgid "use -Winvalid-pch for more information"
548 msgstr ""
550 #: files.c:522
551 #, c-format
552 msgid "%s is a block device"
553 msgstr ""
555 #: files.c:539
556 #, c-format
557 msgid "%s is too large"
558 msgstr ""
560 #: files.c:574
561 #, c-format
562 msgid "%s is shorter than expected"
563 msgstr ""
565 #: files.c:803
566 #, c-format
567 msgid "no include path in which to search for %s"
568 msgstr ""
570 #: files.c:1096
571 msgid "Multiple include guards may be useful for:\n"
572 msgstr ""
574 #: init.c:393
575 msgid "cppchar_t must be an unsigned type"
576 msgstr ""
578 #: init.c:397
579 #, c-format
580 msgid ""
581 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
582 "lu bits"
583 msgstr ""
585 #: init.c:404
586 msgid "CPP arithmetic must be at least as precise as a target int"
587 msgstr ""
589 #: init.c:407
590 msgid "target char is less than 8 bits wide"
591 msgstr ""
593 #: init.c:411
594 msgid "target wchar_t is narrower than target char"
595 msgstr ""
597 #: init.c:415
598 msgid "target int is narrower than target char"
599 msgstr ""
601 #: init.c:420
602 msgid "CPP half-integer narrower than CPP character"
603 msgstr ""
605 #: init.c:424
606 #, c-format
607 msgid ""
608 "CPP on this host cannot handle wide character constants over %lu bits, but "
609 "the target requires %lu bits"
610 msgstr ""
612 #: lex.c:274
613 msgid "backslash and newline separated by space"
614 msgstr ""
616 #: lex.c:279
617 msgid "backslash-newline at end of file"
618 msgstr ""
620 #: lex.c:294
621 #, c-format
622 msgid "trigraph ??%c converted to %c"
623 msgstr ""
625 #: lex.c:301
626 #, c-format
627 msgid "trigraph ??%c ignored, use -trigraphs to enable"
628 msgstr ""
630 #: lex.c:347
631 msgid "\"/*\" within comment"
632 msgstr ""
634 #: lex.c:405
635 #, c-format
636 msgid "%s in preprocessing directive"
637 msgstr ""
639 #: lex.c:414
640 msgid "null character(s) ignored"
641 msgstr ""
643 #: lex.c:449
644 msgid "'$' in identifier or number"
645 msgstr ""
647 #: lex.c:510
648 #, c-format
649 msgid "attempt to use poisoned \"%s\""
650 msgstr ""
652 #: lex.c:518
653 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
654 msgstr ""
656 #: lex.c:614
657 msgid "null character(s) preserved in literal"
658 msgstr ""
660 #: lex.c:805
661 msgid "no newline at end of file"
662 msgstr ""
664 #: lex.c:948
665 #: traditional.c:162
666 msgid "unterminated comment"
667 msgstr ""
669 #: lex.c:959
670 msgid "C++ style comments are not allowed in ISO C90"
671 msgstr ""
673 #: lex.c:961
674 msgid "(this will be reported only once per input file)"
675 msgstr ""
677 #: lex.c:966
678 msgid "multi-line comment"
679 msgstr ""
681 #: lex.c:1230
682 #, c-format
683 msgid "unspellable token %s"
684 msgstr ""
686 #: line-map.c:309
687 #, c-format
688 msgid "In file included from %s:%u"
689 msgstr ""
691 #: line-map.c:327
692 #, c-format
693 msgid ""
694 ",\n"
695 "                 from %s:%u"
696 msgstr ""
698 #: macro.c:85
699 #, c-format
700 msgid "macro \"%s\" is not used"
701 msgstr ""
703 #: macro.c:124
704 #: macro.c:287
705 #, c-format
706 msgid "invalid built-in macro \"%s\""
707 msgstr ""
709 #: macro.c:221
710 msgid "could not determine date and time"
711 msgstr ""
713 #: macro.c:400
714 msgid "invalid string literal, ignoring final '\\'"
715 msgstr ""
717 #: macro.c:483
718 #, c-format
719 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
720 msgstr ""
722 #: macro.c:521
723 msgid "ISO C99 requires rest arguments to be used"
724 msgstr ""
726 #: macro.c:526
727 #, c-format
728 msgid "macro \"%s\" requires %u arguments, but only %u given"
729 msgstr ""
731 #: macro.c:531
732 #, c-format
733 msgid "macro \"%s\" passed %u arguments, but takes just %u"
734 msgstr ""
736 #: macro.c:642
737 #: traditional.c:675
738 #, c-format
739 msgid "unterminated argument list invoking macro \"%s\""
740 msgstr ""
742 #: macro.c:745
743 #, c-format
744 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
745 msgstr ""
747 #: macro.c:1261
748 #, c-format
749 msgid "duplicate macro parameter \"%s\""
750 msgstr ""
752 #: macro.c:1306
753 #, c-format
754 msgid "\"%s\" may not appear in macro parameter list"
755 msgstr ""
757 #: macro.c:1314
758 msgid "macro parameters must be comma-separated"
759 msgstr ""
761 #: macro.c:1331
762 msgid "parameter name missing"
763 msgstr ""
765 #: macro.c:1348
766 msgid "anonymous variadic macros were introduced in C99"
767 msgstr ""
769 #: macro.c:1353
770 msgid "ISO C does not permit named variadic macros"
771 msgstr ""
773 #: macro.c:1362
774 msgid "missing ')' in macro parameter list"
775 msgstr ""
777 #: macro.c:1434
778 msgid "ISO C requires whitespace after the macro name"
779 msgstr ""
781 #: macro.c:1462
782 msgid "'#' is not followed by a macro parameter"
783 msgstr ""
785 #: macro.c:1481
786 msgid "'##' cannot appear at either end of a macro expansion"
787 msgstr ""
789 #: macro.c:1577
790 #, c-format
791 msgid "\"%s\" redefined"
792 msgstr ""
794 #: macro.c:1582
795 msgid "this is the location of the previous definition"
796 msgstr ""
798 #: macro.c:1632
799 #, c-format
800 msgid "macro argument \"%s\" would be stringified in traditional C"
801 msgstr ""
803 #: macro.c:1655
804 #, c-format
805 msgid "invalid hash type %d in cpp_macro_definition"
806 msgstr ""
808 #: pch.c:84
809 #: pch.c:332
810 #: pch.c:354
811 #: pch.c:360
812 msgid "while writing precompiled header"
813 msgstr ""
815 #: pch.c:467
816 #, c-format
817 msgid "%s: not used because `%.*s' not defined"
818 msgstr ""
820 #: pch.c:479
821 #, c-format
822 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
823 msgstr ""
825 #: pch.c:520
826 #, c-format
827 msgid "%s: not used because `%s' is defined"
828 msgstr ""
830 #: pch.c:533
831 #: pch.c:696
832 msgid "while reading precompiled header"
833 msgstr ""
835 #: traditional.c:745
836 #, c-format
837 msgid "detected recursion whilst expanding macro \"%s\""
838 msgstr ""
840 #: traditional.c:912
841 msgid "syntax error in macro parameter list"
842 msgstr ""