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