OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libcpp/] [po/] [cpplib.pot] - Blame information for rev 13

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.