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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libcpp/] [po/] [cpplib.pot] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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