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-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"
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:220
158#: directives.c:246
159#, c-format
160msgid "extra tokens at end of #%s directive"
161msgstr ""
162
163#: directives.c:347
164#, c-format
165msgid "#%s is a GCC extension"
166msgstr ""
167
168#: directives.c:359
169msgid "suggest not using #elif in traditional C"
170msgstr ""
171
172#: directives.c:362
173#, c-format
174msgid "traditional C ignores #%s with the # indented"
175msgstr ""
176
177#: directives.c:366
178#, c-format
179msgid "suggest hiding #%s from traditional C with an indented #"
180msgstr ""
181
182#: directives.c:392
183msgid "embedding a directive within macro arguments is not portable"
184msgstr ""
185
186#: directives.c:412
187msgid "style of line directive is a GCC extension"
188msgstr ""
189
190#: directives.c:462
191#, c-format
192msgid "invalid preprocessing directive #%s"
193msgstr ""
194
195#: directives.c:533
196msgid "\"defined\" cannot be used as a macro name"
197msgstr ""
198
199#: directives.c:539
200#, c-format
201msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
202msgstr ""
203
204#: directives.c:542
205#, c-format
206msgid "no macro name given in #%s directive"
207msgstr ""
208
209#: directives.c:545
210msgid "macro names must be identifiers"
211msgstr ""
212
213#: directives.c:586
214#, c-format
215msgid "undefining \"%s\""
216msgstr ""
217
218#: directives.c:641
219msgid "missing terminating > character"
220msgstr ""
221
222#: directives.c:696
223#, c-format
224msgid "#%s expects \"FILENAME\" or <FILENAME>"
225msgstr ""
226
227#: directives.c:736
228#, c-format
229msgid "empty filename in #%s"
230msgstr ""
231
232#: directives.c:746
233msgid "#include nested too deeply"
234msgstr ""
235
236#: directives.c:787
237msgid "#include_next in primary source file"
238msgstr ""
239
240#: directives.c:813
241#, c-format
242msgid "invalid flag \"%s\" in line directive"
243msgstr ""
244
245#: directives.c:865
246#, c-format
247msgid "\"%s\" after #line is not a positive integer"
248msgstr ""
249
250#: directives.c:871
251msgid "line number out of range"
252msgstr ""
253
254#: directives.c:884
255#: directives.c:961
256#, c-format
257msgid "\"%s\" is not a valid filename"
258msgstr ""
259
260#: directives.c:921
261#, c-format
262msgid "\"%s\" after # is not a positive integer"
263msgstr ""
264
265#: directives.c:1023
266#, c-format
267msgid "invalid #%s directive"
268msgstr ""
269
270#: directives.c:1112
271#, c-format
272msgid "registering \"%s\" as both a pragma and a pragma namespace"
273msgstr ""
274
275#: directives.c:1115
276#, c-format
277msgid "#pragma %s %s is already registered"
278msgstr ""
279
280#: directives.c:1118
281#, c-format
282msgid "#pragma %s is already registered"
283msgstr ""
284
285#: directives.c:1362
286msgid "#pragma once in main file"
287msgstr ""
288
289#: directives.c:1385
290msgid "invalid #pragma GCC poison directive"
291msgstr ""
292
293#: directives.c:1394
294#, c-format
295msgid "poisoning existing macro \"%s\""
296msgstr ""
297
298#: directives.c:1415
299msgid "#pragma system_header ignored outside include file"
300msgstr ""
301
302#: directives.c:1439
303#, c-format
304msgid "cannot find source file %s"
305msgstr ""
306
307#: directives.c:1443
308#, c-format
309msgid "current file is older than %s"
310msgstr ""
311
312#: directives.c:1557
313msgid "_Pragma takes a parenthesized string literal"
314msgstr ""
315
316#: directives.c:1658
317msgid "#else without #if"
318msgstr ""
319
320#: directives.c:1663
321msgid "#else after #else"
322msgstr ""
323
324#: directives.c:1665
325#: directives.c:1698
326msgid "the conditional began here"
327msgstr ""
328
329#: directives.c:1691
330msgid "#elif without #if"
331msgstr ""
332
333#: directives.c:1696
334msgid "#elif after #else"
335msgstr ""
336
337#: directives.c:1726
338msgid "#endif without #if"
339msgstr ""
340
341#: directives.c:1803
342msgid "missing '(' after predicate"
343msgstr ""
344
345#: directives.c:1818
346msgid "missing ')' to complete answer"
347msgstr ""
348
349#: directives.c:1838
350msgid "predicate's answer is empty"
351msgstr ""
352
353#: directives.c:1865
354msgid "assertion without predicate"
355msgstr ""
356
357#: directives.c:1867
358msgid "predicate must be an identifier"
359msgstr ""
360
361#: directives.c:1953
362#, c-format
363msgid "\"%s\" re-asserted"
364msgstr ""
365
366#: directives.c:2177
367#, c-format
368msgid "unterminated #%s"
369msgstr ""
370
371#: errors.c:118
372msgid "warning: "
373msgstr ""
374
375#: errors.c:120
376msgid "internal error: "
377msgstr ""
378
379#: errors.c:122
380msgid "error: "
381msgstr ""
382
383#: errors.c:186
384msgid "stdout"
385msgstr ""
386
387#: errors.c:188
388#, c-format
389msgid "%s: %s"
390msgstr ""
391
392#: expr.c:192
393msgid "too many decimal points in number"
394msgstr ""
395
396#: expr.c:212
397#, c-format
398msgid "invalid digit \"%c\" in octal constant"
399msgstr ""
400
401#: expr.c:218
402msgid "use of C99 hexadecimal floating constant"
403msgstr ""
404
405#: expr.c:227
406msgid "exponent has no digits"
407msgstr ""
408
409#: expr.c:234
410msgid "hexadecimal floating constants require an exponent"
411msgstr ""
412
413#: expr.c:240
414#, c-format
415msgid "invalid suffix \"%.*s\" on floating constant"
416msgstr ""
417
418#: expr.c:250
419#: expr.c:275
420#, c-format
421msgid "traditional C rejects the \"%.*s\" suffix"
422msgstr ""
423
424#: expr.c:261
425#, c-format
426msgid "invalid suffix \"%.*s\" on integer constant"
427msgstr ""
428
429#: expr.c:283
430msgid "use of C99 long long integer constant"
431msgstr ""
432
433#: expr.c:290
434msgid "imaginary constants are a GCC extension"
435msgstr ""
436
437#: expr.c:376
438msgid "integer constant is too large for its type"
439msgstr ""
440
441#: expr.c:388
442msgid "integer constant is so large that it is unsigned"
443msgstr ""
444
445#: expr.c:470
446msgid "missing ')' after \"defined\""
447msgstr ""
448
449#: expr.c:477
450msgid "operator \"defined\" requires an identifier"
451msgstr ""
452
453#: expr.c:485
454#, c-format
455msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
456msgstr ""
457
458#: expr.c:495
459msgid "this use of \"defined\" may not be portable"
460msgstr ""
461
462#: expr.c:534
463msgid "floating constant in preprocessor expression"
464msgstr ""
465
466#: expr.c:540
467msgid "imaginary number in preprocessor expression"
468msgstr ""
469
470#: expr.c:585
471#, c-format
472msgid "\"%s\" is not defined"
473msgstr ""
474
475#: expr.c:716
476#: expr.c:745
477#, c-format
478msgid "missing binary operator before token \"%s\""
479msgstr ""
480
481#: expr.c:736
482#, c-format
483msgid "token \"%s\" is not valid in preprocessor expressions"
484msgstr ""
485
486#: expr.c:753
487msgid "missing expression between '(' and ')'"
488msgstr ""
489
490#: expr.c:756
491msgid "#if with no expression"
492msgstr ""
493
494#: expr.c:759
495#, c-format
496msgid "operator '%s' has no right operand"
497msgstr ""
498
499#: expr.c:764
500#, c-format
501msgid "operator '%s' has no left operand"
502msgstr ""
503
504#: expr.c:790
505msgid " ':' without preceding '?'"
506msgstr ""
507
508#: expr.c:817
509msgid "unbalanced stack in #if"
510msgstr ""
511
512#: expr.c:836
513#, c-format
514msgid "impossible operator '%u'"
515msgstr ""
516
517#: expr.c:928
518msgid "missing ')' in expression"
519msgstr ""
520
521#: expr.c:949
522msgid "'?' without following ':'"
523msgstr ""
524
525#: expr.c:959
526msgid "integer overflow in preprocessor expression"
527msgstr ""
528
529#: expr.c:964
530msgid "missing '(' in expression"
531msgstr ""
532
533#: expr.c:996
534#, c-format
535msgid "the left operand of \"%s\" changes sign when promoted"
536msgstr ""
537
538#: expr.c:1001
539#, c-format
540msgid "the right operand of \"%s\" changes sign when promoted"
541msgstr ""
542
543#: expr.c:1260
544msgid "traditional C rejects the unary plus operator"
545msgstr ""
546
547#: expr.c:1359
548msgid "comma operator in operand of #if"
549msgstr ""
550
551#: expr.c:1491
552msgid "division by zero in #if"
553msgstr ""
554
555#: files.c:402
556msgid "NULL directory in find_file"
557msgstr ""
558
559#: files.c:440
560msgid "one or more PCH files were found, but they were invalid"
561msgstr ""
562
563#: files.c:443
564msgid "use -Winvalid-pch for more information"
565msgstr ""
566
567#: files.c:501
568#, c-format
569msgid "%s is a block device"
570msgstr ""
571
572#: files.c:518
573#, c-format
574msgid "%s is too large"
575msgstr ""
576
577#: files.c:553
578#, c-format
579msgid "%s is shorter than expected"
580msgstr ""
581
582#: files.c:782
583#, c-format
584msgid "no include path in which to search for %s"
585msgstr ""
586
587#: files.c:1071
588msgid "Multiple include guards may be useful for:\n"
589msgstr ""
590
591#: init.c:406
592msgid "cppchar_t must be an unsigned type"
593msgstr ""
594
595#: init.c:410
596#, c-format
597msgid ""
598"preprocessor arithmetic has maximum precision of %lu bits; target requires %"
599"lu bits"
600msgstr ""
601
602#: init.c:417
603msgid "CPP arithmetic must be at least as precise as a target int"
604msgstr ""
605
606#: init.c:420
607msgid "target char is less than 8 bits wide"
608msgstr ""
609
610#: init.c:424
611msgid "target wchar_t is narrower than target char"
612msgstr ""
613
614#: init.c:428
615msgid "target int is narrower than target char"
616msgstr ""
617
618#: init.c:433
619msgid "CPP half-integer narrower than CPP character"
620msgstr ""
621
622#: init.c:437
623#, c-format
624msgid ""
625"CPP on this host cannot handle wide character constants over %lu bits, but "
626"the target requires %lu bits"
627msgstr ""
628
629#: lex.c:271
630msgid "backslash and newline separated by space"
631msgstr ""
632
633#: lex.c:276
634msgid "backslash-newline at end of file"
635msgstr ""
636
637#: lex.c:291
638#, c-format
639msgid "trigraph ??%c converted to %c"
640msgstr ""
641
642#: lex.c:298
643#, c-format
644msgid "trigraph ??%c ignored, use -trigraphs to enable"
645msgstr ""
646
647#: lex.c:344
648msgid "\"/*\" within comment"
649msgstr ""
650
651#: lex.c:402
652#, c-format
653msgid "%s in preprocessing directive"
654msgstr ""
655
656#: lex.c:411
657msgid "null character(s) ignored"
658msgstr ""
659
660#: lex.c:448
661#, c-format
662msgid "`%.*s' is not in NFKC"
663msgstr ""
664
665#: lex.c:451
666#, c-format
667msgid "`%.*s' is not in NFC"
668msgstr ""
669
670#: lex.c:539
671#, c-format
672msgid "attempt to use poisoned \"%s\""
673msgstr ""
674
675#: lex.c:547
676msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
677msgstr ""
678
679#: lex.c:647
680msgid "null character(s) preserved in literal"
681msgstr ""
682
683#: lex.c:838
684msgid "no newline at end of file"
685msgstr ""
686
687#: lex.c:990
688#: traditional.c:162
689msgid "unterminated comment"
690msgstr ""
691
692#: lex.c:1001
693msgid "C++ style comments are not allowed in ISO C90"
694msgstr ""
695
696#: lex.c:1003
697msgid "(this will be reported only once per input file)"
698msgstr ""
699
700#: lex.c:1008
701msgid "multi-line comment"
702msgstr ""
703
704#: lex.c:1331
705#, c-format
706msgid "unspellable token %s"
707msgstr ""
708
709#: line-map.c:313
710#, c-format
711msgid "In file included from %s:%u"
712msgstr ""
713
714#: line-map.c:331
715#, c-format
716msgid ""
717",\n"
718"                 from %s:%u"
719msgstr ""
720
721#: macro.c:85
722#, c-format
723msgid "macro \"%s\" is not used"
724msgstr ""
725
726#: macro.c:124
727#: macro.c:283
728#, c-format
729msgid "invalid built-in macro \"%s\""
730msgstr ""
731
732#: macro.c:217
733msgid "could not determine date and time"
734msgstr ""
735
736#: macro.c:387
737msgid "invalid string literal, ignoring final '\\'"
738msgstr ""
739
740#: macro.c:470
741#, c-format
742msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
743msgstr ""
744
745#: macro.c:508
746msgid "ISO C99 requires rest arguments to be used"
747msgstr ""
748
749#: macro.c:513
750#, c-format
751msgid "macro \"%s\" requires %u arguments, but only %u given"
752msgstr ""
753
754#: macro.c:518
755#, c-format
756msgid "macro \"%s\" passed %u arguments, but takes just %u"
757msgstr ""
758
759#: macro.c:629
760#: traditional.c:675
761#, c-format
762msgid "unterminated argument list invoking macro \"%s\""
763msgstr ""
764
765#: macro.c:732
766#, c-format
767msgid "function-like macro \"%s\" must be used with arguments in traditional C"
768msgstr ""
769
770#: macro.c:1248
771#, c-format
772msgid "duplicate macro parameter \"%s\""
773msgstr ""
774
775#: macro.c:1294
776#, c-format
777msgid "\"%s\" may not appear in macro parameter list"
778msgstr ""
779
780#: macro.c:1302
781msgid "macro parameters must be comma-separated"
782msgstr ""
783
784#: macro.c:1319
785msgid "parameter name missing"
786msgstr ""
787
788#: macro.c:1336
789msgid "anonymous variadic macros were introduced in C99"
790msgstr ""
791
792#: macro.c:1341
793msgid "ISO C does not permit named variadic macros"
794msgstr ""
795
796#: macro.c:1350
797msgid "missing ')' in macro parameter list"
798msgstr ""
799
800#: macro.c:1428
801msgid "ISO C99 requires whitespace after the macro name"
802msgstr ""
803
804#: macro.c:1452
805msgid "missing whitespace after the macro name"
806msgstr ""
807
808#: macro.c:1482
809msgid "'#' is not followed by a macro parameter"
810msgstr ""
811
812#: macro.c:1501
813msgid "'##' cannot appear at either end of a macro expansion"
814msgstr ""
815
816#: macro.c:1599
817#, c-format
818msgid "\"%s\" redefined"
819msgstr ""
820
821#: macro.c:1604
822msgid "this is the location of the previous definition"
823msgstr ""
824
825#: macro.c:1654
826#, c-format
827msgid "macro argument \"%s\" would be stringified in traditional C"
828msgstr ""
829
830#: macro.c:1677
831#, c-format
832msgid "invalid hash type %d in cpp_macro_definition"
833msgstr ""
834
835#: pch.c:84
836#: pch.c:332
837#: pch.c:354
838#: pch.c:360
839msgid "while writing precompiled header"
840msgstr ""
841
842#: pch.c:467
843#, c-format
844msgid "%s: not used because `%.*s' not defined"
845msgstr ""
846
847#: pch.c:479
848#, c-format
849msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
850msgstr ""
851
852#: pch.c:520
853#, c-format
854msgid "%s: not used because `%s' is defined"
855msgstr ""
856
857#: pch.c:533
858#: pch.c:696
859msgid "while reading precompiled header"
860msgstr ""
861
862#: traditional.c:745
863#, c-format
864msgid "detected recursion whilst expanding macro \"%s\""
865msgstr ""
866
867#: traditional.c:912
868msgid "syntax error in macro parameter list"
869msgstr ""
870