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