1# Japanese messages for gcc 3.0
2# Copyright (C) 2001 Free Software Foundation, Inc.
3# Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 1999-2001
4#    Masahito Yamaga <yamaga@ipc.chiba-u.ac.jp>, 1999.
5#    IIDA Yosiaki <iida@secom.ne.jp>, 1999.
6#
7msgid ""
8msgstr ""
9"Project-Id-Version: gcc 3.0\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: 2001-12-05 22:47+0900\n"
13"Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
14"Language-Team: Japanese <ja@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=EUC-JP\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: charset.c:654
20#, fuzzy, c-format
21msgid "conversion from %s to %s not supported by iconv"
22msgstr "NaN ����������������������������"
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#, fuzzy, c-format
35msgid "character 0x%lx is not in the basic source character set\n"
36msgstr "universal-character-name �� `%c' ��������������������������������������������"
37
38#: charset.c:759 charset.c:1352
39msgid "converting to execution character set"
40msgstr ""
41
42#: charset.c:765
43#, c-format
44msgid "character 0x%lx is not unibyte in execution character set"
45msgstr ""
46
47#: charset.c:889
48#, c-format
49msgid "Character %x might not be NFKC"
50msgstr ""
51
52#: charset.c:949
53#, fuzzy
54msgid "universal character names are only valid in C++ and C99"
55msgstr "������������������ `\\U%08x' ����������������������������������"
56
57#: charset.c:952
58#, fuzzy, c-format
59msgid "the meaning of '\\%c' is different in traditional C"
60msgstr "'\\%c' �������� -traditional ������������������������"
61
62#: charset.c:961
63msgid "In _cpp_valid_ucn but not a UCN"
64msgstr ""
65
66#: charset.c:986
67#, fuzzy, c-format
68msgid "incomplete universal character name %.*s"
69msgstr "������ ������������������"
70
71#: charset.c:998
72#, fuzzy, c-format
73msgid "%.*s is not a valid universal character"
74msgstr "��������������������������������"
75
76#: charset.c:1008 lex.c:472
77msgid "'$' in identifier or number"
78msgstr ""
79
80#: charset.c:1018
81#, fuzzy, c-format
82msgid "universal character %.*s is not valid in an identifier"
83msgstr "������������������ `\\U%08x' ����������������������������������"
84
85#: charset.c:1022
86#, fuzzy, c-format
87msgid "universal character %.*s is not valid at the start of an identifier"
88msgstr "������������������ `\\U%08x' ����������������������������������"
89
90#: charset.c:1056 charset.c:1571
91msgid "converting UCN to source character set"
92msgstr ""
93
94#: charset.c:1060
95msgid "converting UCN to execution character set"
96msgstr ""
97
98#: charset.c:1132
99#, fuzzy
100msgid "the meaning of '\\x' is different in traditional C"
101msgstr "'\\a' �������� -traditional ������������������������"
102
103#: charset.c:1149
104msgid "\\x used with no following hex digits"
105msgstr "\\x �������������������� 16 ����������������"
106
107#: charset.c:1156
108msgid "hex escape sequence out of range"
109msgstr "16 ����������������������������������"
110
111#: charset.c:1195
112msgid "octal escape sequence out of range"
113msgstr "8 ����������������������������������"
114
115#: charset.c:1263
116#, fuzzy
117msgid "the meaning of '\\a' is different in traditional C"
118msgstr "'\\a' �������� -traditional ������������������������"
119
120#: charset.c:1270
121#, c-format
122msgid "non-ISO-standard escape sequence, '\\%c'"
123msgstr "�� ISO ��������������������������, '\\%c'"
124
125#: charset.c:1278
126#, c-format
127msgid "unknown escape sequence '\\%c'"
128msgstr "�������������������������� '\\%c'"
129
130#: charset.c:1286
131#, fuzzy, c-format
132msgid "unknown escape sequence: '\\%s'"
133msgstr "�������������������������� '\\%c'"
134
135#: charset.c:1293
136#, fuzzy
137msgid "converting escape sequence to execution character set"
138msgstr "����������������������������������������������������"
139
140#: charset.c:1415 charset.c:1478
141#, fuzzy
142msgid "character constant too long for its type"
143msgstr "��������������������"
144
145#: charset.c:1418
146msgid "multi-character character constant"
147msgstr "������������������������"
148
149#: charset.c:1510
150msgid "empty character constant"
151msgstr "������������"
152
153#: charset.c:1612
154#, c-format
155msgid "failure to convert %s to %s"
156msgstr ""
157
158#: directives.c:220 directives.c:246
159#, c-format
160msgid "extra tokens at end of #%s directive"
161msgstr "���������������� #%s ������������������������������"
162
163#: directives.c:347
164#, c-format
165msgid "#%s is a GCC extension"
166msgstr "#%s �� GCC ����������"
167
168#: directives.c:359
169msgid "suggest not using #elif in traditional C"
170msgstr "���� C ���� #elif ����������������������"
171
172#: directives.c:362
173#, c-format
174msgid "traditional C ignores #%s with the # indented"
175msgstr "���� C ���������������������� # �� #%s ������������"
176
177#: directives.c:366
178#, c-format
179msgid "suggest hiding #%s from traditional C with an indented #"
180msgstr "���������������� # ���������� C ������ #%s ������������������������"
181
182#: directives.c:392
183msgid "embedding a directive within macro arguments is not portable"
184msgstr ""
185
186#: directives.c:412
187#, fuzzy
188msgid "style of line directive is a GCC extension"
189msgstr "#%s �� GCC ����������"
190
191#: directives.c:462
192#, c-format
193msgid "invalid preprocessing directive #%s"
194msgstr "�������������������������������� #%s"
195
196#: directives.c:533
197msgid "\"defined\" cannot be used as a macro name"
198msgstr "\"defined\" ����������������������������"
199
200#: directives.c:539
201#, c-format
202msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
203msgstr "\"%s\" �� C++ ������������������������������������������������������"
204
205#: directives.c:542
206#, c-format
207msgid "no macro name given in #%s directive"
208msgstr "���������� #%s ������������������������������������"
209
210#: directives.c:545
211msgid "macro names must be identifiers"
212msgstr "������������������������������������"
213
214#: directives.c:586
215#, c-format
216msgid "undefining \"%s\""
217msgstr "\"%s\" �� undef ������"
218
219#: directives.c:641
220msgid "missing terminating > character"
221msgstr "�������� > ��������������"
222
223#: directives.c:696
224#, c-format
225msgid "#%s expects \"FILENAME\" or <FILENAME>"
226msgstr "#%s �� \"����������\" �������� <����������> ��������������"
227
228#: directives.c:736
229#, fuzzy, c-format
230msgid "empty filename in #%s"
231msgstr "#%s ����������������������"
232
233#: directives.c:746
234msgid "#include nested too deeply"
235msgstr "#include ��������������������"
236
237#: directives.c:787
238msgid "#include_next in primary source file"
239msgstr "#include_next ��������������������������������"
240
241#: directives.c:813
242#, c-format
243msgid "invalid flag \"%s\" in line directive"
244msgstr "\"%s\" �� line ����������������������������������"
245
246#: directives.c:865
247#, c-format
248msgid "\"%s\" after #line is not a positive integer"
249msgstr "#line �������� \"%s\" ������������������������"
250
251#: directives.c:871
252msgid "line number out of range"
253msgstr "������������������"
254
255#: directives.c:884 directives.c:961
256#, c-format
257msgid "\"%s\" is not a valid filename"
258msgstr "\"%s\" ��������������������������������"
259
260#: directives.c:921
261#, fuzzy, c-format
262msgid "\"%s\" after # is not a positive integer"
263msgstr "#line �������� \"%s\" ������������������������"
264
265#: directives.c:1023
266#, fuzzy, 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#, fuzzy, c-format
277msgid "#pragma %s %s is already registered"
278msgstr "������ `%s' ����������������"
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 "#pragma once ��������������������������"
288
289#: directives.c:1385
290msgid "invalid #pragma GCC poison directive"
291msgstr "#pragma GCC ����������������������������"
292
293#: directives.c:1394
294#, c-format
295msgid "poisoning existing macro \"%s\""
296msgstr "������������ \"%s' ������������"
297
298#: directives.c:1415
299msgid "#pragma system_header ignored outside include file"
300msgstr "include ������������ #pragma system_header ����������������"
301
302#: directives.c:1439
303#, fuzzy, c-format
304msgid "cannot find source file %s"
305msgstr "������ %s ����������������"
306
307#: directives.c:1443
308#, c-format
309msgid "current file is older than %s"
310msgstr "���������������� %s ������������"
311
312#: directives.c:1557
313msgid "_Pragma takes a parenthesized string literal"
314msgstr "_Pramga ����������������������������������������������"
315
316#: directives.c:1658
317msgid "#else without #if"
318msgstr "#else �� #if ������������"
319
320#: directives.c:1663
321msgid "#else after #else"
322msgstr "#else �� #else ����������������"
323
324#: directives.c:1665 directives.c:1698
325msgid "the conditional began here"
326msgstr "����������������������������"
327
328#: directives.c:1691
329msgid "#elif without #if"
330msgstr "#elif �� #if ������������"
331
332#: directives.c:1696
333msgid "#elif after #else"
334msgstr "#elif �� #else ����������������"
335
336#: directives.c:1726
337msgid "#endif without #if"
338msgstr "#endif �� #if ������������"
339
340#: directives.c:1803
341msgid "missing '(' after predicate"
342msgstr "������������ '(' ��������������"
343
344#: directives.c:1818
345msgid "missing ')' to complete answer"
346msgstr "������������ ')' ��������������"
347
348#: directives.c:1838
349msgid "predicate's answer is empty"
350msgstr "����������������"
351
352#: directives.c:1865
353msgid "assertion without predicate"
354msgstr "��������������������������"
355
356#: directives.c:1867
357msgid "predicate must be an identifier"
358msgstr "��������������������������������"
359
360#: directives.c:1953
361#, c-format
362msgid "\"%s\" re-asserted"
363msgstr "\"%s\" ����������������������"
364
365#: directives.c:2177
366#, c-format
367msgid "unterminated #%s"
368msgstr "���������� #%s"
369
370#: errors.c:118
371msgid "warning: "
372msgstr "����: "
373
374#: errors.c:120
375msgid "internal error: "
376msgstr "����������: "
377
378#: errors.c:122
379#, fuzzy
380msgid "error: "
381msgstr "����������: "
382
383#: errors.c:186
384#, fuzzy
385msgid "stdout"
386msgstr "������"
387
388#: errors.c:188
389#, c-format
390msgid "%s: %s"
391msgstr "%s: %s"
392
393#: expr.c:192
394#, fuzzy
395msgid "too many decimal points in number"
396msgstr "`asm' ������������������������������"
397
398#: expr.c:212
399#, fuzzy, c-format
400msgid "invalid digit \"%c\" in octal constant"
401msgstr "������������ `%c' ������������������"
402
403#: expr.c:218
404#, fuzzy
405msgid "use of C99 hexadecimal floating constant"
406msgstr "16 ����������������������������������"
407
408#: expr.c:227
409#, fuzzy
410msgid "exponent has no digits"
411msgstr "����������������������������������������������������"
412
413#: expr.c:234
414#, fuzzy
415msgid "hexadecimal floating constants require an exponent"
416msgstr "16 ����������������������������������"
417
418#: expr.c:240
419#, fuzzy, c-format
420msgid "invalid suffix \"%.*s\" on floating constant"
421msgstr "������ '%.*s' ����������������������"
422
423#: expr.c:250 expr.c:275
424#, fuzzy, c-format
425msgid "traditional C rejects the \"%.*s\" suffix"
426msgstr "���� C ���� 'f' ��������������������"
427
428#: expr.c:261
429#, fuzzy, c-format
430msgid "invalid suffix \"%.*s\" on integer constant"
431msgstr "������ '%.*s' ����������������������"
432
433#: expr.c:283
434#, fuzzy
435msgid "use of C99 long long integer constant"
436msgstr "ISO C89 ���� long long ������������������"
437
438#: expr.c:290
439#, fuzzy
440msgid "imaginary constants are a GCC extension"
441msgstr "#if ��������������������������������"
442
443#: expr.c:376
444#, fuzzy
445msgid "integer constant is too large for its type"
446msgstr "������������������������ unsigned ������������"
447
448#: expr.c:388
449msgid "integer constant is so large that it is unsigned"
450msgstr "������������������������ unsigned ������������"
451
452#: expr.c:470
453msgid "missing ')' after \"defined\""
454msgstr "\"defined\" �������� ')' ��������������"
455
456#: expr.c:477
457msgid "operator \"defined\" requires an identifier"
458msgstr "\"defined\" ��������������������������"
459
460#: expr.c:485
461#, c-format
462msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
463msgstr "��C++ ���� \"%s\" �� \"%s\" ��������������������"
464
465#: expr.c:495
466msgid "this use of \"defined\" may not be portable"
467msgstr ""
468
469#: expr.c:534
470#, fuzzy
471msgid "floating constant in preprocessor expression"
472msgstr "������������������������������������������������"
473
474#: expr.c:540
475#, fuzzy
476msgid "imaginary number in preprocessor expression"
477msgstr "������������������������������������������������"
478
479#: expr.c:585
480#, c-format
481msgid "\"%s\" is not defined"
482msgstr "\"%s\" ��������������������"
483
484#: expr.c:716 expr.c:745
485#, c-format
486msgid "missing binary operator before token \"%s\""
487msgstr ""
488
489#: expr.c:736
490#, fuzzy, c-format
491msgid "token \"%s\" is not valid in preprocessor expressions"
492msgstr "������������������������������������������������"
493
494#: expr.c:753
495msgid "missing expression between '(' and ')'"
496msgstr ""
497
498#: expr.c:756
499#, fuzzy
500msgid "#if with no expression"
501msgstr "  throw ������������"
502
503#: expr.c:759
504#, fuzzy, c-format
505msgid "operator '%s' has no right operand"
506msgstr "������ `%s' ��������������"
507
508#: expr.c:764
509#, fuzzy, c-format
510msgid "operator '%s' has no left operand"
511msgstr "������ `%s' ��������������"
512
513#: expr.c:790
514msgid " ':' without preceding '?'"
515msgstr ""
516
517#: expr.c:817
518#, fuzzy
519msgid "unbalanced stack in #if"
520msgstr "�������������� #endif"
521
522#: expr.c:836
523#, fuzzy, c-format
524msgid "impossible operator '%u'"
525msgstr "���������������� '%s'"
526
527#: expr.c:928
528#, fuzzy
529msgid "missing ')' in expression"
530msgstr "����������������������������"
531
532#: expr.c:949
533msgid "'?' without following ':'"
534msgstr ""
535
536#: expr.c:959
537msgid "integer overflow in preprocessor expression"
538msgstr "������������������������������������������������"
539
540#: expr.c:964
541#, fuzzy
542msgid "missing '(' in expression"
543msgstr "����������������������������"
544
545#: expr.c:996
546#, c-format
547msgid "the left operand of \"%s\" changes sign when promoted"
548msgstr ""
549
550#: expr.c:1001
551#, c-format
552msgid "the right operand of \"%s\" changes sign when promoted"
553msgstr ""
554
555#: expr.c:1260
556msgid "traditional C rejects the unary plus operator"
557msgstr "���� C ��������������������������������"
558
559#: expr.c:1359
560msgid "comma operator in operand of #if"
561msgstr "�������������� #if ��������������������"
562
563#: expr.c:1491
564msgid "division by zero in #if"
565msgstr "#if ������������������������"
566
567#: files.c:402
568msgid "NULL directory in find_file"
569msgstr ""
570
571#: files.c:440
572msgid "one or more PCH files were found, but they were invalid"
573msgstr ""
574
575#: files.c:443
576msgid "use -Winvalid-pch for more information"
577msgstr ""
578
579#: files.c:501
580#, c-format
581msgid "%s is a block device"
582msgstr "%s ����������������������"
583
584#: files.c:518
585#, c-format
586msgid "%s is too large"
587msgstr "%s ��������������"
588
589#: files.c:553
590#, c-format
591msgid "%s is shorter than expected"
592msgstr "%s ��������������������"
593
594#: files.c:782
595#, fuzzy, c-format
596msgid "no include path in which to search for %s"
597msgstr "%s ��������������������������������������������"
598
599#: files.c:1071
600msgid "Multiple include guards may be useful for:\n"
601msgstr "���� include ������������������������������:\n"
602
603#: init.c:406
604#, fuzzy
605msgid "cppchar_t must be an unsigned type"
606msgstr "��������������������������������"
607
608#: init.c:410
609#, c-format
610msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
611msgstr ""
612
613#: init.c:417
614msgid "CPP arithmetic must be at least as precise as a target int"
615msgstr ""
616
617#: init.c:420
618msgid "target char is less than 8 bits wide"
619msgstr ""
620
621#: init.c:424
622msgid "target wchar_t is narrower than target char"
623msgstr ""
624
625#: init.c:428
626msgid "target int is narrower than target char"
627msgstr ""
628
629#: init.c:433
630msgid "CPP half-integer narrower than CPP character"
631msgstr ""
632
633#: init.c:437
634#, c-format
635msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
636msgstr ""
637
638#: lex.c:271
639msgid "backslash and newline separated by space"
640msgstr "��������������������������������������������"
641
642#: lex.c:276
643msgid "backslash-newline at end of file"
644msgstr "��������������������������������-��������������"
645
646#: lex.c:291
647#, c-format
648msgid "trigraph ??%c converted to %c"
649msgstr "������������ ??%c �� %c ����������������"
650
651#: lex.c:298
652#, fuzzy, c-format
653msgid "trigraph ??%c ignored, use -trigraphs to enable"
654msgstr "������������ ??%c ����������������"
655
656#: lex.c:344
657msgid "\"/*\" within comment"
658msgstr "������������ \"/*\" ����������"
659
660#: lex.c:402
661#, c-format
662msgid "%s in preprocessing directive"
663msgstr "�������������������� %s ����������"
664
665#: lex.c:411
666msgid "null character(s) ignored"
667msgstr "null ��������������������"
668
669#: lex.c:448
670#, fuzzy, c-format
671msgid "`%.*s' is not in NFKC"
672msgstr "\"%s\" ��������������������"
673
674#: lex.c:451
675#, fuzzy, c-format
676msgid "`%.*s' is not in NFC"
677msgstr "\"%s\" ��������������������"
678
679#: lex.c:539
680#, c-format
681msgid "attempt to use poisoned \"%s\""
682msgstr "���������� '%s' ������������������"
683
684#: lex.c:547
685msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
686msgstr "__VA_ARGS__ �� C99 ������������������������������������"
687
688#: lex.c:647
689msgid "null character(s) preserved in literal"
690msgstr "������������ null ��������������������"
691
692#: lex.c:838
693msgid "no newline at end of file"
694msgstr "������������������������������"
695
696#: lex.c:990 traditional.c:162
697msgid "unterminated comment"
698msgstr "������������������������"
699
700#: lex.c:1001
701#, fuzzy
702msgid "C++ style comments are not allowed in ISO C90"
703msgstr "C++ �������������������� ISO C89 ����������������"
704
705#: lex.c:1003
706msgid "(this will be reported only once per input file)"
707msgstr "(��������������������������������������������)"
708
709#: lex.c:1008
710msgid "multi-line comment"
711msgstr "����������������"
712
713#: lex.c:1331
714#, fuzzy, c-format
715msgid "unspellable token %s"
716msgstr "���������������� %s ����"
717
718#: line-map.c:313
719#, c-format
720msgid "In file included from %s:%u"
721msgstr "%s:%u ���� include ����������������"
722
723#: line-map.c:331
724#, c-format
725msgid ""
726",\n"
727"                 from %s:%u"
728msgstr ""
729",\n"
730"                 %s:%u ����"
731
732#: macro.c:85
733#, fuzzy, c-format
734msgid "macro \"%s\" is not used"
735msgstr "\"%s\" ��������������������"
736
737#: macro.c:124 macro.c:283
738#, fuzzy, c-format
739msgid "invalid built-in macro \"%s\""
740msgstr "�������������� \"%s\" ����������"
741
742#: macro.c:217
743#, fuzzy
744msgid "could not determine date and time"
745msgstr "��������������������������������������������������������"
746
747#: macro.c:387
748msgid "invalid string literal, ignoring final '\\'"
749msgstr "�������������������������������� '\\' ������������"
750
751#: macro.c:470
752#, c-format
753msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
754msgstr "\"%s\" �� \"%s\" ��������������������������������������������������������"
755
756#: macro.c:508
757msgid "ISO C99 requires rest arguments to be used"
758msgstr "ISO C99 ����������������������������������������"
759
760#: macro.c:513
761#, c-format
762msgid "macro \"%s\" requires %u arguments, but only %u given"
763msgstr "������ \"%s\" �������� %u ��������������%u ������������������������"
764
765#: macro.c:518
766#, c-format
767msgid "macro \"%s\" passed %u arguments, but takes just %u"
768msgstr "������ \"%s\" �������� %u ����������������%u ������������������"
769
770#: macro.c:629 traditional.c:675
771#, c-format
772msgid "unterminated argument list invoking macro \"%s\""
773msgstr "���������������������������������� \"%s\" ����������������������"
774
775#: macro.c:732
776#, c-format
777msgid "function-like macro \"%s\" must be used with arguments in traditional C"
778msgstr "���� C ������������������ \"%s\" ������������������������������"
779
780#: macro.c:1248
781#, c-format
782msgid "duplicate macro parameter \"%s\""
783msgstr "������������ \"%s\" ����������������"
784
785#: macro.c:1294
786#, c-format
787msgid "\"%s\" may not appear in macro parameter list"
788msgstr "\"%s\" ����������������������������������������"
789
790#: macro.c:1302
791msgid "macro parameters must be comma-separated"
792msgstr "������������������������������������������������"
793
794#: macro.c:1319
795msgid "parameter name missing"
796msgstr "����������������������"
797
798#: macro.c:1336
799msgid "anonymous variadic macros were introduced in C99"
800msgstr "�������������������� C99 ��������������������"
801
802#: macro.c:1341
803msgid "ISO C does not permit named variadic macros"
804msgstr "ISO C ��������������������������������������"
805
806#: macro.c:1350
807msgid "missing ')' in macro parameter list"
808msgstr "����������������������')' ��������������"
809
810#: macro.c:1428
811#, fuzzy
812msgid "ISO C99 requires whitespace after the macro name"
813msgstr "ISO C ������������������������������������"
814
815#: macro.c:1452
816#, fuzzy
817msgid "missing whitespace after the macro name"
818msgstr "ISO C ������������������������������������"
819
820#: macro.c:1482
821msgid "'#' is not followed by a macro parameter"
822msgstr "'#' ��������������������������������"
823
824#: macro.c:1501
825msgid "'##' cannot appear at either end of a macro expansion"
826msgstr "'##' ������������������������������������"
827
828#: macro.c:1599
829#, c-format
830msgid "\"%s\" redefined"
831msgstr "\"%s\" ������������������"
832
833#: macro.c:1604
834msgid "this is the location of the previous definition"
835msgstr "������������������������������"
836
837#: macro.c:1654
838#, fuzzy, c-format
839msgid "macro argument \"%s\" would be stringified in traditional C"
840msgstr "���������� \"%s\" �� -traditional ����������������������������������"
841
842#: macro.c:1677
843#, fuzzy, c-format
844msgid "invalid hash type %d in cpp_macro_definition"
845msgstr "dump_definition �� �������������������� %d"
846
847#: pch.c:84 pch.c:332 pch.c:354 pch.c:360
848msgid "while writing precompiled header"
849msgstr ""
850
851#: pch.c:467
852#, fuzzy, c-format
853msgid "%s: not used because `%.*s' not defined"
854msgstr "������ `%s' ����������������������������������"
855
856#: pch.c:479
857#, c-format
858msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
859msgstr ""
860
861#: pch.c:520
862#, fuzzy, c-format
863msgid "%s: not used because `%s' is defined"
864msgstr "`%s' ��������������������������"
865
866#: pch.c:533 pch.c:696
867msgid "while reading precompiled header"
868msgstr ""
869
870#: traditional.c:745
871#, fuzzy, c-format
872msgid "detected recursion whilst expanding macro \"%s\""
873msgstr "���������������������������������� \"%s\" ����������������������"
874
875#: traditional.c:912
876#, fuzzy
877msgid "syntax error in macro parameter list"
878msgstr "\"%s\" ����������������������������������������"
879
880#~ msgid "offset outside bounds of constant string"
881#~ msgstr "������������������������������������������"
882
883#~ msgid "__builtin_saveregs not supported by this target"
884#~ msgstr "__builtin_saveregs ��������������������������������������"
885
886#~ msgid "argument of `__builtin_args_info' must be constant"
887#~ msgstr "`__builtin_args_info' ��������������������������������"
888
889#~ msgid "argument of `__builtin_args_info' out of range"
890#~ msgstr "`__builtin_args_info' ������������������"
891
892#~ msgid "missing argument in `__builtin_args_info'"
893#~ msgstr "`__builtin_args_info' ������������������"
894
895#~ msgid "`va_start' used in function with fixed args"
896#~ msgstr "`va_start' ����������������������������������"
897
898#~ msgid "second parameter of `va_start' not last named argument"
899#~ msgstr "`va_start' ����������������������������������������������"
900
901#~ msgid "`__builtin_next_arg' called without an argument"
902#~ msgstr "`__builtin_next_arg' ������������������������������"
903
904#~ msgid "too many arguments to function `va_start'"
905#~ msgstr "`va_start' ������������������������"
906
907#~ msgid "first argument to `va_arg' not of type `va_list'"
908#~ msgstr "`va_arg' ������������������ `va_list' ����������������"
909
910#~ msgid "`%s' is promoted to `%s' when passed through `...'"
911#~ msgstr "`%s' �� `...' �������������� `%s' ������������������"
912
913#~ msgid "(so you should pass `%s' not `%s' to `va_arg')"
914#~ msgstr "(��������`va_arg' ���� `%s' ��(`%s' ������)����������������������)"
915
916#~ msgid "invalid arg to `__builtin_frame_address'"
917#~ msgstr "`__builtin_frame_address' ��������������������"
918
919#~ msgid "invalid arg to `__builtin_return_address'"
920#~ msgstr "`__builtin_return_address' ��������������������"
921
922#~ msgid "unsupported arg to `__builtin_frame_address'"
923#~ msgstr "�������������������� `__builtin_frame_address' ������������"
924
925#~ msgid "unsupported arg to `__builtin_return_address'"
926#~ msgstr "�������������������� `__builtin_return_address' ����������"
927
928#~ msgid "second arg to `__builtin_expect' must be a constant"
929#~ msgstr "`__builtin_expect' ��������������������������������������"
930
931#~ msgid "__builtin_longjmp second argument must be 1"
932#~ msgstr "__builtin_longjmp ���������� 1 ��������������������"
933
934#~ msgid "__builtin_trap not supported by this target"
935#~ msgstr "__builtin_trap ������������������������������������"
936
937#~ msgid "built-in function `%s' not currently supported"
938#~ msgstr "������������ `%s' ����������������������������"
939
940#~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
941#~ msgstr "�������� `%d' �������� `%d' (ISO C%d ������������������������)����������������������"
942
943#~ msgid "`%s' attribute directive ignored"
944#~ msgstr "`%s' ������������������������������"
945
946#~ msgid "`%s' attribute does not apply to types"
947#~ msgstr "`%s' ��������������������������"
948
949#~ msgid "wrong number of arguments specified for `%s' attribute"
950#~ msgstr "`%s' ������������������������������������������"
951
952#~ msgid "`%s' attribute ignored"
953#~ msgstr "`%s' ��������������������"
954
955#~ msgid "unknown machine mode `%s'"
956#~ msgstr "������������������ `%s'"
957
958#~ msgid "no data type for mode `%s'"
959#~ msgstr "������ `%s' ����������������������������"
960
961#~ msgid "type with more precision than %s"
962#~ msgstr "%s ��������������"
963
964#~ msgid "section attribute cannot be specified for local variables"
965#~ msgstr "section ������������������������������������������"
966
967#~ msgid "section of `%s' conflicts with previous declaration"
968#~ msgstr "`%s' ������������������������������������������������"
969
970#~ msgid "section attribute not allowed for `%s'"
971#~ msgstr "���������������� `%s' ��������������"
972
973#~ msgid "section attributes are not supported for this target"
974#~ msgstr "����������������������������������������������������"
975
976#~ msgid "requested alignment is not a constant"
977#~ msgstr "��������������������������������������������"
978
979#~ msgid "requested alignment is not a power of 2"
980#~ msgstr "�������������������������� 2 ����������������������"
981
982#~ msgid "requested alignment is too large"
983#~ msgstr "��������������������������������������"
984
985#~ msgid "alignment may not be specified for `%s'"
986#~ msgstr "`%s' ����������������������������������������"
987
988#~ msgid "`%s' defined both normally and as an alias"
989#~ msgstr "`%s' ������������������������������������������������"
990
991#~ msgid "alias arg not a string"
992#~ msgstr "alias ��������������������"
993
994#~ msgid "`%s' attribute applies only to functions"
995#~ msgstr "`%s' ����������������������������������"
996
997#~ msgid "can't set `%s' attribute after definition"
998#~ msgstr "���������� `%s' ��������������������������������"
999
1000#~ msgid "overflow in constant expression"
1001#~ msgstr "������������������������������"
1002
1003#~ msgid "integer overflow in expression"
1004#~ msgstr "��������������������������������"
1005
1006#~ msgid "floating point overflow in expression"
1007#~ msgstr "����������������������������������������"
1008
1009#~ msgid "large integer implicitly truncated to unsigned type"
1010#~ msgstr "������������������������������������������������"
1011
1012#~ msgid "negative integer implicitly converted to unsigned type"
1013#~ msgstr "������������������������������������������"
1014
1015#~ msgid "overflow in implicit constant conversion"
1016#~ msgstr "��������������������������������������"
1017
1018#~ msgid "operation on `%s' may be undefined"
1019#~ msgstr "`%s' ��������������������������������������"
1020
1021#~ msgid "expression statement has incomplete type"
1022#~ msgstr "������������������������������"
1023
1024#~ msgid "case label does not reduce to an integer constant"
1025#~ msgstr "case ��������������������������������"
1026
1027#~ msgid "invalid truth-value expression"
1028#~ msgstr "��������������������"
1029
1030#~ msgid "invalid operands to binary %s"
1031#~ msgstr "���������� %s ������������"
1032
1033#~ msgid "comparison is always false due to limited range of data type"
1034#~ msgstr "�������������������������������������� false ����������"
1035
1036#~ msgid "comparison is always true due to limited range of data type"
1037#~ msgstr "�������������������������������������� true ����������"
1038
1039#~ msgid "comparison of unsigned expression >= 0 is always true"
1040#~ msgstr "������������ >= 0 ���������������� true ����"
1041
1042#~ msgid "comparison of unsigned expression < 0 is always false"
1043#~ msgstr "������������ < 0 ���������������� false ����"
1044
1045#~ msgid "struct type value used where scalar is required"
1046#~ msgstr "������������������������������������������������"
1047
1048#~ msgid "union type value used where scalar is required"
1049#~ msgstr "������������������������������������������������"
1050
1051#~ msgid "array type value used where scalar is required"
1052#~ msgstr "����������������������������������������������"
1053
1054#~ msgid "suggest parentheses around assignment used as truth value"
1055#~ msgstr "����������������������������������������������������������������"
1056
1057#~ msgid "invalid use of `restrict'"
1058#~ msgstr "`restrict' ������������������"
1059
1060#~ msgid "too few arguments to function `%s'"
1061#~ msgstr "���� `%s' ����������������������"
1062
1063#~ msgid "too many arguments to function `%s'"
1064#~ msgstr "���� `%s' ������������������������"
1065
1066#~ msgid "pointers are not permitted as case values"
1067#~ msgstr "case ��������������������������������������"
1068
1069#~ msgid "ISO C++ forbids range expressions in switch statements"
1070#~ msgstr "ISO C++ ���� switch ������������������������������"
1071
1072#~ msgid "ISO C forbids range expressions in switch statements"
1073#~ msgstr "ISO C ���� switch ������������������������������"
1074
1075#~ msgid "empty range specified"
1076#~ msgstr "������������������������"
1077
1078#~ msgid "duplicate (or overlapping) case value"
1079#~ msgstr "������(��������������������) case ����"
1080
1081#~ msgid "this is the first entry overlapping that value"
1082#~ msgstr "������������������������������������"
1083
1084#~ msgid "duplicate case value"
1085#~ msgstr "�������� case ����"
1086
1087#~ msgid "previously used here"
1088#~ msgstr "����������������������"
1089
1090#~ msgid "multiple default labels in one switch"
1091#~ msgstr "������ switch �������� default ����������������"
1092
1093#~ msgid "this is the first default label"
1094#~ msgstr "������������ default ����������"
1095
1096#~ msgid "-Wformat-y2k ignored without -Wformat"
1097#~ msgstr "-Wformat-y2k ������������������-Wformat ��������������"
1098
1099#~ msgid "-Wformat-extra-args ignored without -Wformat"
1100#~ msgstr "-Wformat-extra-args ������������������-Wformat ��������������"
1101
1102#~ msgid "-Wformat-nonliteral ignored without -Wformat"
1103#~ msgstr "-Wformat-nonliteral ������������������-Wformat ��������������"
1104
1105#~ msgid "-Wformat-security ignored without -Wformat"
1106#~ msgstr "-Wformat-security ������������������-Wformat ��������������"
1107
1108#~ msgid "-Wmissing-format-attribute ignored without -Wformat"
1109#~ msgstr "-Wmissing-format-attribute ������������������-Wformat ��������������"
1110
1111#~ msgid "void value not ignored as it ought to be"
1112#~ msgstr "void ������������������������������������������"
1113
1114#~ msgid "conversion to non-scalar type requested"
1115#~ msgstr "����������������������������������"
1116
1117#~ msgid "unknown C standard `%s'"
1118#~ msgstr "������ C ���� `%s'"
1119
1120#~ msgid "array `%s' assumed to have one element"
1121#~ msgstr "���� `%s' ��������������������������������������"
1122
1123#~ msgid "`struct %s' incomplete in scope ending here"
1124#~ msgstr "����������������������������`struct %s' ������������"
1125
1126#~ msgid "`union %s' incomplete in scope ending here"
1127#~ msgstr "�������������������������� `union %s' ������������"
1128
1129#~ msgid "`enum %s' incomplete in scope ending here"
1130#~ msgstr "�������������������������� `enum %s' ������������"
1131
1132#~ msgid "label `%s' defined but not used"
1133#~ msgstr "������ `%s' ����������������������������������"
1134
1135#~ msgid "shadowing built-in function `%s'"
1136#~ msgstr "������������ `%s' ��������������"
1137
1138#~ msgid "shadowing library function `%s'"
1139#~ msgstr "�������������� `%s' ��������������"
1140
1141#~ msgid "library function `%s' declared as non-function"
1142#~ msgstr "�������������� `%s' ����������������������������"
1143
1144#~ msgid "built-in function `%s' declared as non-function"
1145#~ msgstr "������������ `%s' ����������������������������"
1146
1147#~ msgid "`%s' redeclared as different kind of symbol"
1148#~ msgstr "`%s' ��������������������������������������"
1149
1150#~ msgid "previous declaration of `%s'"
1151#~ msgstr "�������� `%s' ������"
1152
1153#~ msgid "conflicting types for built-in function `%s'"
1154#~ msgstr "������������ `%s' ����������������"
1155
1156#~ msgid "conflicting types for `%s'"
1157#~ msgstr "`%s' ����������������"
1158
1159#~ msgid "A parameter list with an ellipsis can't match an empty parameter name list declaration."
1160#~ msgstr "����������������������������������������������������������������������"
1161
1162#~ msgid "An argument type that has a default promotion can't match an empty parameter name list declaration."
1163#~ msgstr "��������������������������������������������������������������������������"
1164
1165#~ msgid "redefinition of `%s'"
1166#~ msgstr "`%s' ������������������"
1167
1168#~ msgid "redeclaration of `%s'"
1169#~ msgstr "`%s' ������������������"
1170
1171#~ msgid "conflicting declarations of `%s'"
1172#~ msgstr "`%s' ����������������������"
1173
1174#~ msgid "`%s' previously defined here"
1175#~ msgstr "`%s' ��������������������������"
1176
1177#~ msgid "`%s' previously declared here"
1178#~ msgstr "`%s' ��������������������������"
1179
1180#~ msgid "prototype for `%s' follows"
1181#~ msgstr "`%s' ������������������������������"
1182
1183#~ msgid "non-prototype definition here"
1184#~ msgstr "����������������������������������"
1185
1186#~ msgid "prototype for `%s' follows and number of arguments doesn't match"
1187#~ msgstr "`%s' ����������������������������������������������������"
1188
1189#~ msgid "prototype for `%s' follows and argument %d doesn't match"
1190#~ msgstr "`%s' �������������������������������� %d ��������������"
1191
1192#~ msgid "`%s' declared inline after being called"
1193#~ msgstr "`%s' �������������������������� inline ����������������"
1194
1195#~ msgid "`%s' declared inline after its definition"
1196#~ msgstr "`%s' �������������������� inline ����������������"
1197
1198#~ msgid "static declaration for `%s' follows non-static"
1199#~ msgstr "`%s' ���� static ������ static ����������������"
1200
1201#~ msgid "non-static declaration for `%s' follows static"
1202#~ msgstr "`%s' �� static �������� static ����������������"
1203
1204#~ msgid "const declaration for `%s' follows non-const"
1205#~ msgstr "`%s' ���� const ������ const ����������������"
1206
1207#~ msgid "type qualifiers for `%s' conflict with previous decl"
1208#~ msgstr "`%s' ����������������������������������"
1209
1210#~ msgid "redundant redeclaration of `%s' in same scope"
1211#~ msgstr "`%s' ����������������������������������������"
1212
1213#~ msgid "nested extern declaration of `%s'"
1214#~ msgstr "`%s' �� extern ����������������������"
1215
1216#~ msgid "`%s' used prior to declaration"
1217#~ msgstr "`%s' ������������������������������"
1218
1219#~ msgid "`%s' was declared implicitly `extern' and later `static'"
1220#~ msgstr "`%s' �������� `extern' �������������� `static' ��������������"
1221
1222#~ msgid "type mismatch with previous external decl"
1223#~ msgstr "��������������������������������"
1224
1225#~ msgid "previous external decl of `%s'"
1226#~ msgstr "������ `%s' ����������"
1227
1228#~ msgid "type mismatch with previous implicit declaration"
1229#~ msgstr "����������������������������������"
1230
1231#~ msgid "previous implicit declaration of `%s'"
1232#~ msgstr "�������� `%s' ��������������"
1233
1234#~ msgid "type of external `%s' is not global"
1235#~ msgstr "���� `%s' ������������������������������"
1236
1237#~ msgid "`%s' was previously implicitly declared to return `int'"
1238#~ msgstr "`%s' ���������������� `int' ����������������������"
1239
1240#~ msgid "`%s' was declared `extern' and later `static'"
1241#~ msgstr "`%s' �� `extern' ���������������� `static' ����������������"
1242
1243#~ msgid "extern declaration of `%s' doesn't match global one"
1244#~ msgstr "`%s' ��extern ������������������������������������"
1245
1246#~ msgid "`%s' locally external but globally static"
1247#~ msgstr "`%s' ���������������� extern ���������������������� static ����"
1248
1249#~ msgid "declaration of `%s' shadows a parameter"
1250#~ msgstr "`%s' ����������������������������"
1251
1252#~ msgid "declaration of `%s' shadows a symbol from the parameter list"
1253#~ msgstr "`%s' ��������������������������������������������"
1254
1255#~ msgid "declaration of `%s' shadows previous local"
1256#~ msgstr "`%s' ��������������������������������������������"
1257
1258#~ msgid "declaration of `%s' shadows global declaration"
1259#~ msgstr "`%s' ������������������������������������"
1260
1261#~ msgid "function `%s' was previously declared within a block"
1262#~ msgstr "���� `%s' ������������������������������������"
1263
1264#~ msgid "implicit declaration of function `%s'"
1265#~ msgstr "���� `%s' ������������"
1266
1267#~ msgid "label %s referenced outside of any function"
1268#~ msgstr "������ %s ������������������������������������"
1269
1270#~ msgid "duplicate label declaration `%s'"
1271#~ msgstr "������������ `%s' ����������������"
1272
1273#~ msgid "this is a previous declaration"
1274#~ msgstr "�������� `%s' ������"
1275
1276#~ msgid "unnamed struct/union that defines no instances"
1277#~ msgstr "����������/��������������������������������������������"
1278
1279#~ msgid "useless keyword or type name in empty declaration"
1280#~ msgstr "����������������������������������������������������"
1281
1282#~ msgid "two types specified in one empty declaration"
1283#~ msgstr "����������������������������������������������"
1284
1285#~ msgid "empty declaration"
1286#~ msgstr "������������"
1287
1288#~ msgid "`%s' is usually a function"
1289#~ msgstr "`%s' ����������������"
1290
1291#~ msgid "typedef `%s' is initialized"
1292#~ msgstr "typedef `%s' ������������������"
1293
1294#~ msgid "function `%s' is initialized like a variable"
1295#~ msgstr "���� `%s' ��������������������������������������"
1296
1297#~ msgid "parameter `%s' is initialized"
1298#~ msgstr "������ `%s' ������������������"
1299
1300#~ msgid "variable-sized object may not be initialized"
1301#~ msgstr "����������������������������������������������������"
1302
1303#~ msgid "variable `%s' has initializer but incomplete type"
1304#~ msgstr "���� `%s' ��������������������������������������"
1305
1306#~ msgid "elements of array `%s' have incomplete type"
1307#~ msgstr "���� `%s' ��������������������������"
1308
1309#~ msgid "declaration of `%s' has `extern' and is initialized"
1310#~ msgstr "`%s' �������� `extern' ����������������������������������"
1311
1312#~ msgid "initializer fails to determine size of `%s'"
1313#~ msgstr "���������� `%s' ����������������������������"
1314
1315#~ msgid "array size missing in `%s'"
1316#~ msgstr "`%s' ����������������������������"
1317
1318#~ msgid "zero or negative size array `%s'"
1319#~ msgstr "`%s' ����������������������������"
1320
1321#~ msgid "storage size of `%s' isn't known"
1322#~ msgstr "`%s' ��������������������������"
1323
1324#~ msgid "storage size of `%s' isn't constant"
1325#~ msgstr "`%s' ��������������������������������"
1326
1327#~ msgid "ignoring asm-specifier for non-static local variable `%s'"
1328#~ msgstr "�� static ������������ `%s' ���� asm ��������������������"
1329
1330#~ msgid "ANSI C forbids parameter `%s' shadowing typedef"
1331#~ msgstr "ANSI C �� typedef ���������������� `%s' ��������������"
1332
1333#~ msgid "`long long long' is too long for GCC"
1334#~ msgstr "`long long long' �� GCC ������������������"
1335
1336#~ msgid "ISO C89 does not support `long long'"
1337#~ msgstr "ISO C89 �� `long long' ����������������"
1338
1339#~ msgid "duplicate `%s'"
1340#~ msgstr "`%s' ����������������"
1341
1342#~ msgid "two or more data types in declaration of `%s'"
1343#~ msgstr "`%s' ������������������������������������������"
1344
1345#~ msgid "`%s' fails to be a typedef or built in type"
1346#~ msgstr "`%s' �� typedef ����������������������������"
1347
1348#~ msgid "type defaults to `int' in declaration of `%s'"
1349#~ msgstr "`%s' ������������������������ `int' ������������"
1350
1351#~ msgid "both long and short specified for `%s'"
1352#~ msgstr "`%s' �������� long �� short ������������������������"
1353
1354#~ msgid "long or short specified with char for `%s'"
1355#~ msgstr "`%s' �������� char �������� long ������ short ������������������"
1356
1357#~ msgid "long or short specified with floating type for `%s'"
1358#~ msgstr "`%s' �������������������������� long ������ short ������������������"
1359
1360#~ msgid "the only valid combination is `long double'"
1361#~ msgstr "���������������������� `long double' ����"
1362
1363#~ msgid "both signed and unsigned specified for `%s'"
1364#~ msgstr "`%s' ��������������������������������������������������"
1365
1366#~ msgid "long, short, signed or unsigned invalid for `%s'"
1367#~ msgstr "`%s' �������� long, short, signed ������ unsigned ������������"
1368
1369#~ msgid "long, short, signed or unsigned used invalidly for `%s'"
1370#~ msgstr "`%s' �������� long, short, singed �� unsigned ������������������"
1371
1372#~ msgid "complex invalid for `%s'"
1373#~ msgstr "`%s' �������� complex ������������"
1374
1375#~ msgid "ISO C89 does not support complex types"
1376#~ msgstr "ISO C89 �� complex ������������������"
1377
1378#~ msgid "ISO C does not support plain `complex' meaning `double complex'"
1379#~ msgstr "ISO C �� `double complex' ������������������ `complex' ����������������"
1380
1381#~ msgid "ISO C does not support complex integer types"
1382#~ msgstr "ISO C ���������� complex ����������������"
1383
1384#~ msgid "duplicate `const'"
1385#~ msgstr "�������� `const'"
1386
1387#~ msgid "duplicate `restrict'"
1388#~ msgstr "�������������� `restrict'"
1389
1390#~ msgid "duplicate `volatile'"
1391#~ msgstr "�������� `volatile'"
1392
1393#~ msgid "multiple storage classes in declaration of `%s'"
1394#~ msgstr "`%s' ������������������������������"
1395
1396#~ msgid "function definition declared `auto'"
1397#~ msgstr "������������ `auto' ����������������"
1398
1399#~ msgid "function definition declared `register'"
1400#~ msgstr "������������ `register' ����������������"
1401
1402#~ msgid "function definition declared `typedef'"
1403#~ msgstr "������������ `typedef' ����������������"
1404
1405#~ msgid "storage class specified for structure field `%s'"
1406#~ msgstr "���������������� `%s' ����������������������"
1407
1408#~ msgid "storage class specified for parameter `%s'"
1409#~ msgstr "������ `%s' ����������������������"
1410
1411#~ msgid "storage class specified for typename"
1412#~ msgstr "��������������������������������"
1413
1414#~ msgid "`%s' initialized and declared `extern'"
1415#~ msgstr "`%s' ������������������������`extern' ��������������"
1416
1417#~ msgid "`%s' has both `extern' and initializer"
1418#~ msgstr "`%s' �� `extern' ��������������������������"
1419
1420#~ msgid "nested function `%s' declared `extern'"
1421#~ msgstr "�������������� `%s' �� `extern' ����������������"
1422
1423#~ msgid "top-level declaration of `%s' specifies `auto'"
1424#~ msgstr "`%s' ���������������������� `auto' ������������"
1425
1426#~ msgid "declaration of `%s' as array of voids"
1427#~ msgstr "`%s' �������� void ������"
1428
1429#~ msgid "declaration of `%s' as array of functions"
1430#~ msgstr "`%s' ������������������"
1431
1432#~ msgid "size of array `%s' has non-integer type"
1433#~ msgstr "���� `%s' ������������������"
1434
1435#~ msgid "ISO C forbids zero-size array `%s'"
1436#~ msgstr "ISO C �� ������ 0 ������ `%s' ����������"
1437
1438#~ msgid "size of array `%s' is negative"
1439#~ msgstr "���� `%s' ����������������"
1440
1441#~ msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
1442#~ msgstr "ISO C89 �������������������������� `%s' ����������"
1443
1444#~ msgid "ISO C89 forbids variable-size array `%s'"
1445#~ msgstr "ISO C89 �������������������� `%s' ����������"
1446
1447#~ msgid "size of array `%s' is too large"
1448#~ msgstr "���� `%s' ����������������������"
1449
1450#~ msgid "ISO C89 does not support flexible array members"
1451#~ msgstr "ISO C89 ��������������������������������"
1452
1453#~ msgid "array type has incomplete element type"
1454#~ msgstr "������������������������������������"
1455
1456#~ msgid "ANSI C forbids const or volatile function types"
1457#~ msgstr "ANSI C �� const �� volatile ����������������������"
1458
1459#~ msgid "`%s' declared as function returning a function"
1460#~ msgstr "`%s' ��������������������������������������"
1461
1462#~ msgid "`%s' declared as function returning an array"
1463#~ msgstr "`%s' ��������������������������������������"
1464
1465#~ msgid "ISO C forbids qualified void function return type"
1466#~ msgstr "ISO C ���������� void ������������������������������"
1467
1468#~ msgid "type qualifiers ignored on function return type"
1469#~ msgstr "������������������������������������"
1470
1471#~ msgid "ISO C forbids qualified function types"
1472#~ msgstr "ISO C ��������������������������"
1473
1474#~ msgid "invalid type modifier within pointer declarator"
1475#~ msgstr "��������������������������������"
1476
1477#~ msgid "ISO C forbids const or volatile function types"
1478#~ msgstr "ISO C �� const �� volatile ������������������"
1479
1480#~ msgid "variable or field `%s' declared void"
1481#~ msgstr "�������������� `%s' �� void ������������������"
1482
1483#~ msgid "field `%s' declared as a function"
1484#~ msgstr "���� `%s' ����������������������������"
1485
1486#~ msgid "field `%s' has incomplete type"
1487#~ msgstr "���� `%s' ����������������"
1488
1489#~ msgid "invalid storage class for function `%s'"
1490#~ msgstr "���� `%s' ��������������������������"
1491
1492#~ msgid "`noreturn' function returns non-void value"
1493#~ msgstr "`noreturn' �������� void ����������������"
1494
1495#~ msgid "cannot inline function `main'"
1496#~ msgstr "`main' �� inline ������������������"
1497
1498#~ msgid "variable `%s' declared `inline'"
1499#~ msgstr "���� `%s' �� `inline' ����������������"
1500
1501#~ msgid "function declaration isn't a prototype"
1502#~ msgstr "������������������������������������"
1503
1504#~ msgid "parameter names (without types) in function declaration"
1505#~ msgstr "������������������������������������������"
1506
1507#~ msgid "parameter has incomplete type"
1508#~ msgstr "��������������������"
1509
1510#~ msgid "parameter `%s' points to incomplete type"
1511#~ msgstr "������ `%s' ������������������������"
1512
1513#~ msgid "parameter points to incomplete type"
1514#~ msgstr "������������������������������"
1515
1516#~ msgid "parameter `%s' has just a forward declaration"
1517#~ msgstr "������ `%s' ������������������������"
1518
1519#~ msgid "`void' in parameter list must be the entire list"
1520#~ msgstr "���������������� `void' ������������������������������������"
1521
1522#~ msgid "`%s %s' declared inside parameter list"
1523#~ msgstr "`%s %s' ��������������������������������"
1524
1525#~ msgid "anonymous struct declared inside parameter list"
1526#~ msgstr "������������������������������������������"
1527
1528#~ msgid "anonymous union declared inside parameter list"
1529#~ msgstr "������������������������������������������"
1530
1531#~ msgid "anonymous enum declared inside parameter list"
1532#~ msgstr "������������������������������������������"
1533
1534#~ msgid "its scope is only this definition or declaration, which is probably not what you want."
1535#~ msgstr "��������������������������������������������������������������������"
1536
1537#~ msgid "redefinition of `%s %s'"
1538#~ msgstr "`%s %s' ��������"
1539
1540#~ msgid "%s defined inside parms"
1541#~ msgstr "%s��������������������������"
1542
1543#~ msgid "union"
1544#~ msgstr "������"
1545
1546#~ msgid "structure"
1547#~ msgstr "������"
1548
1549#~ msgid "%s has no %s"
1550#~ msgstr "%s��%s����������������"
1551
1552#~ msgid "named members"
1553#~ msgstr "��������������"
1554
1555#~ msgid "members"
1556#~ msgstr "������"
1557
1558#~ msgid "nested redefinition of `%s'"
1559#~ msgstr "`%s' ������������������"
1560
1561#~ msgid "bit-field `%s' width not an integer constant"
1562#~ msgstr "���������������� `%s' ����������������������������"
1563
1564#~ msgid "bit-field `%s' has invalid type"
1565#~ msgstr "���������������� `%s' ��������������������������"
1566
1567#~ msgid "bit-field `%s' type invalid in ISO C"
1568#~ msgstr "���������������� `%s' ���� ISO C ��������������"
1569
1570#~ msgid "negative width in bit-field `%s'"
1571#~ msgstr "���������������� `%s' ����������������"
1572
1573#~ msgid "width of `%s' exceeds its type"
1574#~ msgstr "`%s' ����������������������������������"
1575
1576#~ msgid "zero width for bit-field `%s'"
1577#~ msgstr "���������������� `%s' ������ 0 ����"
1578
1579#~ msgid "`%s' is narrower than values of its type"
1580#~ msgstr "`%s' ��������������������������"
1581
1582#~ msgid "flexible array member in union"
1583#~ msgstr "��������������������������������"
1584
1585#~ msgid "flexible array member not at end of struct"
1586#~ msgstr "������������������������������������������������"
1587
1588#~ msgid "flexible array member in otherwise empty struct"
1589#~ msgstr "����������������������������������������������"
1590
1591#~ msgid "duplicate member `%s'"
1592#~ msgstr "�������������� `%s'"
1593
1594#~ msgid "union cannot be made transparent"
1595#~ msgstr "��������������������������"
1596
1597#~ msgid "redeclaration of `enum %s'"
1598#~ msgstr "`enum %s' ��������"
1599
1600#~ msgid "enum defined inside parms"
1601#~ msgstr "���������� enum ����������������"
1602
1603#~ msgid "enumeration values exceed range of largest integer"
1604#~ msgstr "������������������������������������������"
1605
1606#~ msgid "enumerator value for `%s' not integer constant"
1607#~ msgstr "`%s' ��������������������������������"
1608
1609#~ msgid "overflow in enumeration values"
1610#~ msgstr "����������������������"
1611
1612#~ msgid "ISO C restricts enumerator values to range of `int'"
1613#~ msgstr "ISO C �������������� `int' ����������������������"
1614
1615#~ msgid "return type is an incomplete type"
1616#~ msgstr "������������������������"
1617
1618#~ msgid "return type defaults to `int'"
1619#~ msgstr "������������������������ `int' ��������"
1620
1621#~ msgid "no previous prototype for `%s'"
1622#~ msgstr "`%s' ������������������������������"
1623
1624#~ msgid "`%s' was used with no prototype before its definition"
1625#~ msgstr "`%s' ����������������������������������������������"
1626
1627#~ msgid "no previous declaration for `%s'"
1628#~ msgstr "`%s' ����������������������"
1629
1630#~ msgid "`%s' was used with no declaration before its definition"
1631#~ msgstr "`%s' ����������������������������������������"
1632
1633#~ msgid "return type of `%s' is not `int'"
1634#~ msgstr "`%s' �������������� `int' ��������������"
1635
1636#~ msgid "first argument of `%s' should be `int'"
1637#~ msgstr "`%s' ������������ `int' ������������"
1638
1639#~ msgid "second argument of `%s' should be `char **'"
1640#~ msgstr "`%s' ������������ `char **' ������������"
1641
1642#~ msgid "third argument of `%s' should probably be `char **'"
1643#~ msgstr "`%s' �������������������� `char **' ����������������"
1644
1645#~ msgid "`%s' takes only zero or two arguments"
1646#~ msgstr "`%s' �� 0 �� 2 ����������������������"
1647
1648#~ msgid "`%s' is normally a non-static function"
1649#~ msgstr "`%s' ���������� static ����������"
1650
1651#~ msgid "parm types given both in parmlist and separately"
1652#~ msgstr "��������������������������������������������������������������"
1653
1654#~ msgid "parameter name omitted"
1655#~ msgstr "����������������������"
1656
1657#~ msgid "parameter `%s' declared void"
1658#~ msgstr "������ `%s' �� void ������������������"
1659
1660#~ msgid "parameter name missing from parameter list"
1661#~ msgstr "����������������������������������������"
1662
1663#~ msgid "multiple parameters named `%s'"
1664#~ msgstr "���������������� `%s'"
1665
1666#~ msgid "type of `%s' defaults to `int'"
1667#~ msgstr "`%s' ������������������ `int' ��������"
1668
1669#~ msgid "declaration for parameter `%s' but no such parameter"
1670#~ msgstr "������ `%s' ��������������������������������������������"
1671
1672#~ msgid "number of arguments doesn't match prototype"
1673#~ msgstr "��������������������������������������"
1674
1675#~ msgid "promoted argument `%s' doesn't match prototype"
1676#~ msgstr "������������������ `%s' ����������������������������"
1677
1678#~ msgid "argument `%s' doesn't match prototype"
1679#~ msgstr "������ `%s' ����������������������������"
1680
1681#~ msgid "type of parameter `%s' is not declared"
1682#~ msgstr "������ `%s' ������������������������"
1683
1684#~ msgid "this function may return with or without a value"
1685#~ msgstr "������������������������������������������������"
1686
1687#~ msgid "size of return value of `%s' is %u bytes"
1688#~ msgstr "`%s' ������������������ %u ����������"
1689
1690#~ msgid "size of return value of `%s' is larger than %d bytes"
1691#~ msgstr "`%s' ������������������ %d ��������������������������"
1692
1693#~ msgid "`for' loop initial declaration used outside C99 mode"
1694#~ msgstr "`for' �������������������� C99 ������������������������"
1695
1696#~ msgid "`%s %s' declared in `for' loop initial declaration"
1697#~ msgstr "`%s %s' �� `for' ����������������������������������"
1698
1699#~ msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1700#~ msgstr "������ `%s' �������� `for' ������������������������������"
1701
1702#~ msgid "declaration of static variable `%s' in `for' loop initial declaration"
1703#~ msgstr "���������������� `%s' �������� `for' ����������������������������"
1704
1705#~ msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1706#~ msgstr "`extern' ���� `%s' �������� `for' ����������������������������"
1707
1708#~ msgid "could not open dump file `%s'"
1709#~ msgstr "�������������� %s ������������������"
1710
1711#~ msgid "ignoring `%s' at end of `-f%s'"
1712#~ msgstr "`%s'(`-f%s' ������������) ������������"
1713
1714#~ msgid "argument format specified for non-function `%s'"
1715#~ msgstr "������ `%s' �������� format ��������������������"
1716
1717#~ msgid "unrecognized format specifier"
1718#~ msgstr "������������������������������"
1719
1720#~ msgid "`%s' is an unrecognized format function type"
1721#~ msgstr "`%s' ������������������������������������"
1722
1723#~ msgid "format string has invalid operand number"
1724#~ msgstr "��������������������������������������������������"
1725
1726#~ msgid "format string arg follows the args to be formatted"
1727#~ msgstr "����������������������������������������������������������������"
1728
1729#~ msgid "format string arg not a string type"
1730#~ msgstr "����������������������������������������������"
1731
1732#~ msgid "args to be formatted is not '...'"
1733#~ msgstr "��������������������������'...' ����������������"
1734
1735#~ msgid "strftime formats cannot format arguments"
1736#~ msgstr "strftime ������������������������������������������"
1737
1738#~ msgid "function does not return string type"
1739#~ msgstr "��������������������������"
1740
1741#~ msgid "` ' flag"
1742#~ msgstr "` ' ������"
1743
1744#~ msgid "the ` ' printf flag"
1745#~ msgstr "printf �� ` ' ������"
1746
1747#~ msgid "`+' flag"
1748#~ msgstr "`+' ������"
1749
1750#~ msgid "the `+' printf flag"
1751#~ msgstr "printf �� `+' ������"
1752
1753#~ msgid "`#' flag"
1754#~ msgstr "`#' ������"
1755
1756#~ msgid "the `#' printf flag"
1757#~ msgstr "printf �� `#' ������"
1758
1759#~ msgid "`0' flag"
1760#~ msgstr "`0' ������"
1761
1762#~ msgid "the `0' printf flag"
1763#~ msgstr "printf �� `0' ������"
1764
1765#~ msgid "`-' flag"
1766#~ msgstr "`-' ������"
1767
1768#~ msgid "the `-' printf flag"
1769#~ msgstr "printf �� `-' ������"
1770
1771#~ msgid "`'' flag"
1772#~ msgstr "`'' ������"
1773
1774#~ msgid "the `'' printf flag"
1775#~ msgstr "printf �� `'' ������"
1776
1777#~ msgid "`I' flag"
1778#~ msgstr "`I' ������"
1779
1780#~ msgid "the `I' printf flag"
1781#~ msgstr "printf �� `I' ������"
1782
1783#~ msgid "field width"
1784#~ msgstr "������������"
1785
1786#~ msgid "field width in printf format"
1787#~ msgstr "printf ����������������������������"
1788
1789#~ msgid "precision"
1790#~ msgstr "����"
1791
1792#~ msgid "precision in printf format"
1793#~ msgstr "printf ��������������������"
1794
1795#~ msgid "length modifier"
1796#~ msgstr "����������"
1797
1798#~ msgid "length modifier in printf format"
1799#~ msgstr "printf ������������������������"
1800
1801#~ msgid "assignment suppression"
1802#~ msgstr "����������"
1803
1804#~ msgid "`a' flag"
1805#~ msgstr "`a' ������"
1806
1807#~ msgid "the `a' scanf flag"
1808#~ msgstr "scanf �� `a' ������"
1809
1810#~ msgid "field width in scanf format"
1811#~ msgstr "scanf ��������������������������"
1812
1813#~ msgid "length modifier in scanf format"
1814#~ msgstr "scanf ������������������������"
1815
1816#~ msgid "the `'' scanf flag"
1817#~ msgstr "scanf �� `'' ������"
1818
1819#~ msgid "the `I' scanf flag"
1820#~ msgstr "scanf �� `I' ������"
1821
1822#~ msgid "`_' flag"
1823#~ msgstr "`_' ������"
1824
1825#~ msgid "the `_' strftime flag"
1826#~ msgstr "strftime �� `_' ������"
1827
1828#~ msgid "the `-' strftime flag"
1829#~ msgstr "strftime �� `-' ������"
1830
1831#~ msgid "the `0' strftime flag"
1832#~ msgstr "strftime �� `^' ������"
1833
1834#~ msgid "`^' flag"
1835#~ msgstr "`^' ������"
1836
1837#~ msgid "the `^' strftime flag"
1838#~ msgstr "strftime �� `^' ������"
1839
1840#~ msgid "the `#' strftime flag"
1841#~ msgstr "strftime �� `#' ������"
1842
1843#~ msgid "field width in strftime format"
1844#~ msgstr "strftime ��������������������������"
1845
1846#~ msgid "`E' modifier"
1847#~ msgstr "`E' ������"
1848
1849#~ msgid "the `E' strftime modifier"
1850#~ msgstr "strftime �� `E' ������"
1851
1852#~ msgid "`O' modifier"
1853#~ msgstr "`O' ������"
1854
1855#~ msgid "the `O' strftime modifier"
1856#~ msgstr "strftime �� `O' ������"
1857
1858#~ msgid "the `O' modifier"
1859#~ msgstr "the `O' ������"
1860
1861#~ msgid "fill character"
1862#~ msgstr "��������"
1863
1864#~ msgid "fill character in strfmon format"
1865#~ msgstr "strfmon ����������������������"
1866
1867#~ msgid "the `^' strfmon flag"
1868#~ msgstr "strfmon �� `^' ������"
1869
1870#~ msgid "the `+' strfmon flag"
1871#~ msgstr "strfmon �� `+' ������"
1872
1873#~ msgid "`(' flag"
1874#~ msgstr "`(' ������"
1875
1876#~ msgid "the `(' strfmon flag"
1877#~ msgstr "strfmon �� `(' ������"
1878
1879#~ msgid "`!' flag"
1880#~ msgstr "`!' ������"
1881
1882#~ msgid "the `!' strfmon flag"
1883#~ msgstr "strfmon �� `!' ������"
1884
1885#~ msgid "the `-' strfmon flag"
1886#~ msgstr "strfmon �� `-' ������"
1887
1888#~ msgid "field width in strfmon format"
1889#~ msgstr "strfmon ��������������������������"
1890
1891#~ msgid "left precision"
1892#~ msgstr "������"
1893
1894#~ msgid "left precision in strfmon format"
1895#~ msgstr "strfmon ��������������������"
1896
1897#~ msgid "right precision"
1898#~ msgstr "������"
1899
1900#~ msgid "right precision in strfmon format"
1901#~ msgstr "strfmon ��������������������"
1902
1903#~ msgid "length modifier in strfmon format"
1904#~ msgstr "strfmon ������������������������"
1905
1906#~ msgid "function might be possible candidate for `%s' format attribute"
1907#~ msgstr "������������ `%s' format ����������������������"
1908
1909#~ msgid "missing $ operand number in format"
1910#~ msgstr "���������������� $ ������������������������"
1911
1912#~ msgid "%s does not support %%n$ operand number formats"
1913#~ msgstr "%s �� %%n$ ��������������������������������������"
1914
1915#~ msgid "operand number out of range in format"
1916#~ msgstr "������������������������������������"
1917
1918#~ msgid "format argument %d used more than once in %s format"
1919#~ msgstr "���������������� %d �� %s ������������������������������������"
1920
1921#~ msgid "format argument %d unused before used argument %d in $-style format"
1922#~ msgstr "$-���������������������������������� %d ������ %d ������������������������"
1923
1924#~ msgid "format not a string literal, format string not checked"
1925#~ msgstr "����������������������������������������������������������������������������"
1926
1927#~ msgid "format not a string literal and no format arguments"
1928#~ msgstr "������������������������������������������������������������������"
1929
1930#~ msgid "format not a string literal, argument types not checked"
1931#~ msgstr "������������������������������������������������������������������������"
1932
1933#~ msgid "too many arguments for format"
1934#~ msgstr "��������������������������������"
1935
1936#~ msgid "unused arguments in $-style format"
1937#~ msgstr "$-����������������������������������������"
1938
1939#~ msgid "zero-length format string"
1940#~ msgstr "���� 0 ��������������������"
1941
1942#~ msgid "format is a wide character string"
1943#~ msgstr "������������������������������"
1944
1945#~ msgid "unterminated format string"
1946#~ msgstr "����������������������������������"
1947
1948#~ msgid "null format string"
1949#~ msgstr "�������������������� null ����"
1950
1951#~ msgid "embedded `\\0' in format"
1952#~ msgstr "�������������� `\\0' ��������������������"
1953
1954#~ msgid "spurious trailing `%%' in format"
1955#~ msgstr "�������������� `%%' ��������������������������"
1956
1957#~ msgid "repeated %s in format"
1958#~ msgstr "���������������� %s ������������������"
1959
1960#~ msgid "missing fill character at end of strfmon format"
1961#~ msgstr "strfmon ������������������������������������������"
1962
1963#~ msgid "too few arguments for format"
1964#~ msgstr "����������������������������������"
1965
1966#~ msgid "zero width in %s format"
1967#~ msgstr "%s ���� 0 ������������������"
1968
1969#~ msgid "empty left precision in %s format"
1970#~ msgstr "%s ����������������������������"
1971
1972#~ msgid "field precision"
1973#~ msgstr "��������������"
1974
1975#~ msgid "empty precision in %s format"
1976#~ msgstr "%s ��������������������������"
1977
1978#~ msgid "%s does not support the `%s' %s length modifier"
1979#~ msgstr "%s �� `%s' %s ��������������������������"
1980
1981#~ msgid "conversion lacks type at end of format"
1982#~ msgstr "��������������������������������������������"
1983
1984#~ msgid "unknown conversion type character `%c' in format"
1985#~ msgstr "�������������������������������� `%c' ����������"
1986
1987#~ msgid "unknown conversion type character 0x%x in format"
1988#~ msgstr "�������������������������������� 0x%x ����������"
1989
1990#~ msgid "%s does not support the `%%%c' %s format"
1991#~ msgstr "%s �� `%%%c' %s ����������������������������"
1992
1993#~ msgid "%s used with `%%%c' %s format"
1994#~ msgstr "%s �� `%%%c' %s ��������������������������������"
1995
1996#~ msgid "%s does not support %s"
1997#~ msgstr "%s �� %s ����������������"
1998
1999#~ msgid "%s does not support %s with the `%%%c' %s format"
2000#~ msgstr "%s �� %s �� `%%%c' %s ������������������������������������������"
2001
2002#~ msgid "%s ignored with %s and `%%%c' %s format"
2003#~ msgstr "%s �� %s ���� `%%%c' %s ��������������������������������������"
2004
2005#~ msgid "%s ignored with %s in %s format"
2006#~ msgstr "%s �� %s �� %s ��������������������������������������"
2007
2008#~ msgid "use of %s and %s together with `%%%c' %s format"
2009#~ msgstr "%s �� %s ���� `%%%c' %s ��������������������������������"
2010
2011#~ msgid "use of %s and %s together in %s format"
2012#~ msgstr "%s �� %s ���� %s ������������������������������"
2013
2014#~ msgid "`%%%c' yields only last 2 digits of year in some locales"
2015#~ msgstr "`%%%c' ��������������������������������������������������"
2016
2017#~ msgid "`%%%c' yields only last 2 digits of year"
2018#~ msgstr "`%%%c' ������������������������������"
2019
2020#~ msgid "no closing `]' for `%%[' format"
2021#~ msgstr "`%%[' �������������������� `]' ������������"
2022
2023#~ msgid "use of `%s' length modifier with `%c' type character"
2024#~ msgstr "`%s' ������������ `%c' ������������������������������"
2025
2026#~ msgid "%s does not support the `%%%s%c' %s format"
2027#~ msgstr "%s �� `%%%s%c' %s ����������������������������"
2028
2029#~ msgid "operand number specified with suppressed assignment"
2030#~ msgstr "������������������������������������������"
2031
2032#~ msgid "operand number specified for format taking no argument"
2033#~ msgstr "������������������������������������������������������"
2034
2035#~ msgid "writing through null pointer (arg %d)"
2036#~ msgstr "null �������������������������� (���� %d)"
2037
2038#~ msgid "reading through null pointer (arg %d)"
2039#~ msgstr "null ������������������������ (���� %d)"
2040
2041#~ msgid "writing into constant object (arg %d)"
2042#~ msgstr "���������������������������������� (���� %d)"
2043
2044#~ msgid "extra type qualifiers in format argument (arg %d)"
2045#~ msgstr "������������������������������������������ (���� %d)"
2046
2047#~ msgid "format argument is not a pointer (arg %d)"
2048#~ msgstr "���������������������������������������� (���� %d)"
2049
2050#~ msgid "format argument is not a pointer to a pointer (arg %d)"
2051#~ msgstr "���������������������������������������������������� (���� %d)"
2052
2053#~ msgid "%s is not type %s (arg %d)"
2054#~ msgstr "%s ���� %s �������������� (���� %d)"
2055
2056#~ msgid "%s format, %s arg (arg %d)"
2057#~ msgstr "�������������� %s �������������� %s ���� (���� %d)"
2058
2059#~ msgid "badly nested C headers from preprocessor"
2060#~ msgstr "������������������������������������ C ����������"
2061
2062#~ msgid "leaving more files than we entered"
2063#~ msgstr "����������������������������������������������������"
2064
2065#~ msgid "ignoring #pragma %s %s"
2066#~ msgstr "#pragma %s %s ������������"
2067
2068#~ msgid "ignoring #pragma %s"
2069#~ msgstr "#pragma %s ������������"
2070
2071#~ msgid "non hex digit '%c' in universal-character-name"
2072#~ msgstr "�� 16 ���� '%c' �� universal-character-name ������������"
2073
2074#~ msgid "universal-character-name on EBCDIC target"
2075#~ msgstr "EBCDIC �������������� `%c' ����������������������������������������"
2076
2077#~ msgid "universal-character-name used for '%c'"
2078#~ msgstr "`%c' ����������������������������������������"
2079
2080#~ msgid "the meaning of `\\x' varies with -traditional"
2081#~ msgstr "`\\x' �������� -traditional ������������������������"
2082
2083#~ msgid "hex escape out of range"
2084#~ msgstr "16 ����������������������������������"
2085
2086#~ msgid "unknown escape sequence: '\\' followed by char 0x%x"
2087#~ msgstr "��������������������������: ���� 0x%x ���������� '\\'"
2088
2089#~ msgid "universal-character-name '\\u%04x' not valid in identifier"
2090#~ msgstr "������������������ `\\u%04x' ����������������������������������"
2091
2092#~ msgid "both 'f' and 'l' suffixes on floating constant"
2093#~ msgstr "�������������� 'f' �� 'l' ����������������������"
2094
2095#~ msgid "floating point number exceeds range of '%s'"
2096#~ msgstr "�������������� '%s' ������������������"
2097
2098#~ msgid "stray '%c' in program"
2099#~ msgstr "���������������������������� '%c'"
2100
2101#~ msgid "stray '\\%o' in program"
2102#~ msgstr "���������������������������� '\\%o'"
2103
2104#~ msgid "floating constant may not be in radix 16"
2105#~ msgstr "���� 16 ����������������������������"
2106
2107#~ msgid "traditional C rejects the 'l' suffix"
2108#~ msgstr "���� C ���� 'l' ��������������������"
2109
2110#~ msgid "ISO C forbids imaginary numeric constants"
2111#~ msgstr "ISO C ��������������������������"
2112
2113#~ msgid "floating point number exceeds range of 'double'"
2114#~ msgstr "�������������� 'double' ��������������������"
2115
2116#~ msgid "two 'u' suffixes on integer constant"
2117#~ msgstr "2 ���� 'u' ������������������������������"
2118
2119#~ msgid "traditional C rejects the 'u' suffix"
2120#~ msgstr "�������� C ���� 'u' ��������������������"
2121
2122#~ msgid "three 'l' suffixes on integer constant"
2123#~ msgstr "3 ���� 'l' ������������������������������"
2124
2125#~ msgid "'lul' is not a valid integer suffix"
2126#~ msgstr "'lul' ��������������������������������"
2127
2128#~ msgid "'Ll' and 'lL' are not valid integer suffixes"
2129#~ msgstr "'Ll' �� 'lL' ��������������������������������"
2130
2131#~ msgid "more than one 'i' or 'j' suffix on integer constant"
2132#~ msgstr "������ 'i' �� 'j' ������������������������������"
2133
2134#~ msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"
2135#~ msgstr "����������������������������������������������������%d ����������������������"
2136
2137#~ msgid "width of integer constant changes with -traditional"
2138#~ msgstr "-traditional ����������������������������������"
2139
2140#~ msgid "integer constant is unsigned in ISO C, signed with -traditional"
2141#~ msgstr "���������� ISO C ����������������-traditional ����������������������"
2142
2143#~ msgid "width of integer constant may change on other systems with -traditional"
2144#~ msgstr "���������������������������� -traditional ������������������������"
2145
2146#~ msgid "integer constant larger than the maximum value of %s"
2147#~ msgstr "%s ������������������������������������"
2148
2149#~ msgid "decimal constant is so large that it is unsigned"
2150#~ msgstr "��������������������������������������������"
2151
2152#~ msgid "integer constant is larger than the maximum value for its type"
2153#~ msgstr "������������������������������������������"
2154
2155#~ msgid "missing white space after number '%.*s'"
2156#~ msgstr "���� '%.*s' ������������������������"
2157
2158#~ msgid "Ignoring invalid multibyte character"
2159#~ msgstr "����������������������������������"
2160
2161#~ msgid "syntax error"
2162#~ msgstr "����������"
2163
2164#~ msgid "ISO C forbids an empty source file"
2165#~ msgstr "ISO C ������������������������������"
2166
2167#~ msgid "argument of `asm' is not a constant string"
2168#~ msgstr "`asm' �������������������������������� "
2169
2170#~ msgid "ISO C forbids data definition with no type or storage class"
2171#~ msgstr "ISO C ������������������������������������������"
2172
2173#~ msgid "data definition has no type or storage class"
2174#~ msgstr "������������������������������������������"
2175
2176#~ msgid "ISO C does not allow extra `;' outside of a function"
2177#~ msgstr "ISO C �������������������� `;' ������������"
2178
2179#~ msgid "ISO C forbids `&&'"
2180#~ msgstr "ISO C �� `&&' ����������"
2181
2182#~ msgid "`sizeof' applied to a bit-field"
2183#~ msgstr "���������������������������� `sizeof'"
2184
2185#~ msgid "ISO C forbids omitting the middle term of a ?: expression"
2186#~ msgstr "ISO C �������������������� ?: ������������"
2187
2188#~ msgid "ISO C89 forbids compound literals"
2189#~ msgstr "ISO C89 ������������������������"
2190
2191#~ msgid "ISO C forbids braced-groups within expressions"
2192#~ msgstr "ISO C ������������������������������������"
2193
2194#~ msgid "traditional C rejects string concatenation"
2195#~ msgstr "���� C ��������������������������"
2196
2197#~ msgid "ISO C does not permit use of `varargs.h'"
2198#~ msgstr "ISO C ���� `varargs.h' ������������������"
2199
2200#~ msgid "`%s' is not at beginning of declaration"
2201#~ msgstr "`%s' ����������������������������"
2202
2203#~ msgid "ISO C forbids empty initializer braces"
2204#~ msgstr "ISO C ����������������������������������"
2205
2206#~ msgid "ISO C89 forbids specifying subobject to initialize"
2207#~ msgstr "ISO C89 ����������������������������������������"
2208
2209#~ msgid "obsolete use of designated initializer without `='"
2210#~ msgstr "`=' ������������������������������������"
2211
2212#~ msgid "obsolete use of designated initializer with `:'"
2213#~ msgstr "`:' ��������������������������������������"
2214
2215#~ msgid "ISO C forbids specifying range of elements to initialize"
2216#~ msgstr "ISO C ����������������������������������"
2217
2218#~ msgid "ISO C forbids nested functions"
2219#~ msgstr "ISO C �� ��������������������������"
2220
2221#~ msgid "`[*]' in parameter declaration only allowed in ISO C 99"
2222#~ msgstr "�������������� `[*]' �� ISO C 99 ��������������������"
2223
2224#~ msgid "ISO C forbids forward references to `enum' types"
2225#~ msgstr "ISO C �� `enum' ����������������������"
2226
2227#~ msgid "comma at end of enumerator list"
2228#~ msgstr "������������������������������������"
2229
2230#~ msgid "no semicolon at end of struct or union"
2231#~ msgstr "struct �� union ������������������������������"
2232
2233#~ msgid "extra semicolon in struct or union specified"
2234#~ msgstr "struct �� union ��������������������������������������"
2235
2236#~ msgid "ISO C doesn't support unnamed structs/unions"
2237#~ msgstr "ISO C ��������������������������������������"
2238
2239#~ msgid "ISO C forbids member declarations with no members"
2240#~ msgstr "ISO C ����������������������������������"
2241
2242#~ msgid "deprecated use of label at end of compound statement"
2243#~ msgstr "����������������������������������������������"
2244
2245#~ msgid "ISO C89 forbids mixed declarations and code"
2246#~ msgstr "ISO C89 ��������������������������������"
2247
2248#~ msgid "ISO C forbids label declarations"
2249#~ msgstr "ISO C ����������������������"
2250
2251#~ msgid "braced-group within expression allowed only inside a function"
2252#~ msgstr "����������������������������������������������������"
2253
2254#~ msgid "empty body in an else-statement"
2255#~ msgstr "else ����������������"
2256
2257#~ msgid "ISO C forbids `goto *expr;'"
2258#~ msgstr "ISO C `goto *��;' ������������������"
2259
2260#~ msgid "ISO C forbids forward parameter declarations"
2261#~ msgstr "ISO C ��������������������������"
2262
2263#~ msgid "ISO C requires a named argument before `...'"
2264#~ msgstr "ISO C �� `...' ��������������������������������������"
2265
2266#~ msgid "`...' in old-style identifier list"
2267#~ msgstr "������������������������������ `...'"
2268
2269#~ msgid "%s at end of input"
2270#~ msgstr "������������ %s"
2271
2272#~ msgid "%s before %s'%c'"
2273#~ msgstr "%s �� %s'%c' ��������������"
2274
2275#~ msgid "%s before %s'\\x%x'"
2276#~ msgstr "%s �� %s'\\x%x' ��������������"
2277
2278#~ msgid "%s before string constant"
2279#~ msgstr "���������������� %s"
2280
2281#~ msgid "%s before numeric constant"
2282#~ msgstr "�������������� %s"
2283
2284#~ msgid "%s before \"%s\""
2285#~ msgstr "%s �� \"%s\" ��������������"
2286
2287#~ msgid "%s before '%s' token"
2288#~ msgstr "%s �� '%s' ����������������������"
2289
2290#~ msgid "syntax error at '%s' token"
2291#~ msgstr "'%s' ������������������������"
2292
2293#~ msgid "YYDEBUG not defined."
2294#~ msgstr "YYDEBUG ��������������������"
2295
2296#~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2297#~ msgstr "#pragma pack (pop) ������������ #pragma pack (push, <n>) ������������������"
2298
2299#~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2300#~ msgstr "#pragma pack(pop, %s) ������������ #pragma pack(push, %s) ������������������"
2301
2302#~ msgid "junk at end of '#pragma pack'"
2303#~ msgstr "'#pragma pack' ����������������������"
2304
2305#~ msgid "junk at end of #pragma weak"
2306#~ msgstr "#pragma weak ����������������������"
2307
2308#~ msgid "break statement not within loop or switch"
2309#~ msgstr "break ���� loop ������ switch ����������������"
2310
2311#~ msgid "continue statement not within a loop"
2312#~ msgstr "continue ���� loop ����������������"
2313
2314#~ msgid "destructor needed for `%#D'"
2315#~ msgstr "`%#D' ������������������������������"
2316
2317#~ msgid "where case label appears here"
2318#~ msgstr "case ��������������������������"
2319
2320#~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2321#~ msgstr "(���� case ������������������������������������������������������������������)"
2322
2323#~ msgid "%s qualifier ignored on asm"
2324#~ msgstr "asm ���� %s ��������������������"
2325
2326#~ msgid "`%s' has an incomplete type"
2327#~ msgstr "`%s' ��������������"
2328
2329#~ msgid "invalid use of void expression"
2330#~ msgstr "void ����������������"
2331
2332#~ msgid "invalid use of array with unspecified bounds"
2333#~ msgstr "������������������������������������"
2334
2335#~ msgid "invalid use of undefined type `%s %s'"
2336#~ msgstr "���������� `%s %s' ������������������"
2337
2338#~ msgid "invalid use of incomplete typedef `%s'"
2339#~ msgstr "�������� typedef `%s' ������������������"
2340
2341#~ msgid "function types not truly compatible in ISO C"
2342#~ msgstr "�������� ISO C ������������������������"
2343
2344#~ msgid "types are not quite compatible"
2345#~ msgstr "������������������������"
2346
2347#~ msgid "sizeof applied to a function type"
2348#~ msgstr "sizeof ������������������������"
2349
2350#~ msgid "sizeof applied to a void type"
2351#~ msgstr "sizeof �� void ������������������"
2352
2353#~ msgid "sizeof applied to an incomplete type"
2354#~ msgstr "sizeof ����������������������������"
2355
2356#~ msgid "arithmetic on pointer to an incomplete type"
2357#~ msgstr "��������������������������������"
2358
2359#~ msgid "__alignof__ applied to an incomplete type"
2360#~ msgstr "__alignof__ ����������������������������"
2361
2362#~ msgid "`__alignof' applied to a bit-field"
2363#~ msgstr "������������������ `__alignof' ����������������"
2364
2365#~ msgid "invalid use of non-lvalue array"
2366#~ msgstr "������������������������"
2367
2368#~ msgid "%s has no member named `%s'"
2369#~ msgstr "%s �� `%s' ������������������������������"
2370
2371#~ msgid "request for member `%s' in something not a structure or union"
2372#~ msgstr "�������������������������������������� `%s' ����������������"
2373
2374#~ msgid "dereferencing pointer to incomplete type"
2375#~ msgstr "������������������������������"
2376
2377#~ msgid "dereferencing `void *' pointer"
2378#~ msgstr "`void *' ������������������������"
2379
2380#~ msgid "invalid type argument of `%s'"
2381#~ msgstr "`%s' ��������������������"
2382
2383#~ msgid "subscript missing in array reference"
2384#~ msgstr "������������������������������"
2385
2386#~ msgid "array subscript has type `char'"
2387#~ msgstr "������������ `char' ������"
2388
2389#~ msgid "array subscript is not an integer"
2390#~ msgstr "��������������������������������"
2391
2392#~ msgid "ISO C forbids subscripting `register' array"
2393#~ msgstr "ISO C �� `register' ����������������������"
2394
2395#~ msgid "ISO C89 forbids subscripting non-lvalue array"
2396#~ msgstr "ISO C89 ������������������������������"
2397
2398#~ msgid "subscript has type `char'"
2399#~ msgstr "������ `char' ������������"
2400
2401#~ msgid "subscripted value is neither array nor pointer"
2402#~ msgstr "��������������������������������������������������"
2403
2404#~ msgid "`%s' undeclared here (not in a function)"
2405#~ msgstr "`%s' ���������������������������� (����������������)"
2406
2407#~ msgid "`%s' undeclared (first use in this function)"
2408#~ msgstr "`%s' �������������������� (����������������������)"
2409
2410#~ msgid "(Each undeclared identifier is reported only once"
2411#~ msgstr "(������������������������������������������������������������"
2412
2413#~ msgid "for each function it appears in.)"
2414#~ msgstr " ������������������������������)"
2415
2416#~ msgid "local declaration of `%s' hides instance variable"
2417#~ msgstr "`%s' ����������������������������������������������"
2418
2419#~ msgid "called object is not a function"
2420#~ msgstr "��������������������������������������������"
2421
2422#~ msgid "too many arguments to function"
2423#~ msgstr "����������������������������"
2424
2425#~ msgid "type of formal parameter %d is incomplete"
2426#~ msgstr "������������ %d ����������������"
2427
2428#~ msgid "%s as integer rather than floating due to prototype"
2429#~ msgstr "�������������������� %s ����������������������������������������"
2430
2431#~ msgid "%s as integer rather than complex due to prototype"
2432#~ msgstr "�������������������� %s ������������������������������������"
2433
2434#~ msgid "%s as complex rather than floating due to prototype"
2435#~ msgstr "�������������������� %s ������������������������������������������"
2436
2437#~ msgid "%s as floating rather than integer due to prototype"
2438#~ msgstr "�������������������� %s ����������������������������������������"
2439
2440#~ msgid "%s as complex rather than integer due to prototype"
2441#~ msgstr "�������������������� %s ��������������������������������������"
2442
2443#~ msgid "%s as floating rather than complex due to prototype"
2444#~ msgstr "�������������������� %s ����������������������������������������"
2445
2446#~ msgid "%s as `float' rather than `double' due to prototype"
2447#~ msgstr "�������������������� %s �� `double' ������ `float' ��������������"
2448
2449#~ msgid "%s with different width due to prototype"
2450#~ msgstr "%s ������������������������������������������"
2451
2452#~ msgid "%s as unsigned due to prototype"
2453#~ msgstr "������������������ %s ������������������������"
2454
2455#~ msgid "%s as signed due to prototype"
2456#~ msgstr "������������������ %s ������������������������"
2457
2458#~ msgid "too few arguments to function"
2459#~ msgstr "��������������������������"
2460
2461#~ msgid "suggest parentheses around + or - inside shift"
2462#~ msgstr "���������� + �� - ����������������������������������������"
2463
2464#~ msgid "suggest parentheses around && within ||"
2465#~ msgstr "|| �������������� && ����������������������������������������"
2466
2467#~ msgid "suggest parentheses around arithmetic in operand of |"
2468#~ msgstr "������ | ������������������������������������������������������"
2469
2470#~ msgid "suggest parentheses around comparison in operand of |"
2471#~ msgstr "������ | ������������������������������������������������������"
2472
2473#~ msgid "suggest parentheses around arithmetic in operand of ^"
2474#~ msgstr "������ ^ ������������������������������������������������������"
2475
2476#~ msgid "suggest parentheses around comparison in operand of ^"
2477#~ msgstr "������ ^ ������������������������������������������������������"
2478
2479#~ msgid "suggest parentheses around + or - in operand of &"
2480#~ msgstr "& �������������� + �� - ����������������������������������������"
2481
2482#~ msgid "suggest parentheses around comparison in operand of &"
2483#~ msgstr "������ & ������������������������������������������������������"
2484
2485#~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2486#~ msgstr "X<=Y<=Z ������������������������������������������������"
2487
2488#~ msgid "right shift count is negative"
2489#~ msgstr "������������������������"
2490
2491#~ msgid "right shift count >= width of type"
2492#~ msgstr "������������ >= ��������������������"
2493
2494#~ msgid "left shift count is negative"
2495#~ msgstr "������������������������"
2496
2497#~ msgid "left shift count >= width of type"
2498#~ msgstr "������������ >= ��������������������"
2499
2500#~ msgid "shift count is negative"
2501#~ msgstr "����������������������"
2502
2503#~ msgid "shift count >= width of type"
2504#~ msgstr "���������� >= ��������������������"
2505
2506#~ msgid "comparing floating point with == or != is unsafe"
2507#~ msgstr "������������������ == �� != ����������������������������"
2508
2509#~ msgid "ISO C forbids comparison of `void *' with function pointer"
2510#~ msgstr "ISO C �� `void *' ��������������������������������"
2511
2512#~ msgid "comparison of distinct pointer types lacks a cast"
2513#~ msgstr "����������������������������������������������������"
2514
2515#~ msgid "comparison between pointer and integer"
2516#~ msgstr "��������������������������������������"
2517
2518#~ msgid "ISO C forbids ordered comparisons of pointers to functions"
2519#~ msgstr "ISO C ��������������������������������"
2520
2521#~ msgid "comparison of complete and incomplete pointers"
2522#~ msgstr "��������������������������������������������"
2523
2524#~ msgid "ordered comparison of pointer with integer zero"
2525#~ msgstr "���� 0 ��������������������������"
2526
2527#~ msgid "unordered comparison on non-floating point argument"
2528#~ msgstr "��������������������������������������������"
2529
2530#~ msgid "comparison between signed and unsigned"
2531#~ msgstr "������������������������������"
2532
2533#~ msgid "comparison of promoted ~unsigned with constant"
2534#~ msgstr "~����������������������������������������������"
2535
2536#~ msgid "comparison of promoted ~unsigned with unsigned"
2537#~ msgstr "~����������������������������������������������"
2538
2539#~ msgid "pointer of type `void *' used in arithmetic"
2540#~ msgstr "`void *' ��������������������������������"
2541
2542#~ msgid "pointer to a function used in arithmetic"
2543#~ msgstr "��������������������������������"
2544
2545#~ msgid "pointer of type `void *' used in subtraction"
2546#~ msgstr "`void *' ��������������������������������������"
2547
2548#~ msgid "pointer to a function used in subtraction"
2549#~ msgstr "��������������������������������������"
2550
2551#~ msgid "wrong type argument to unary plus"
2552#~ msgstr "��������������������������������������"
2553
2554#~ msgid "wrong type argument to unary minus"
2555#~ msgstr "����������������������������������������"
2556
2557#~ msgid "ISO C does not support `~' for complex conjugation"
2558#~ msgstr "ISO C �������������� `~' ����������������"
2559
2560#~ msgid "wrong type argument to bit-complement"
2561#~ msgstr "��������������������������������������"
2562
2563#~ msgid "wrong type argument to abs"
2564#~ msgstr "abs ����������������������������"
2565
2566#~ msgid "wrong type argument to conjugation"
2567#~ msgstr "��������(~)����������������������������"
2568
2569#~ msgid "wrong type argument to unary exclamation mark"
2570#~ msgstr "����������(!)����������������������������"
2571
2572#~ msgid "ISO C does not support `++' and `--' on complex types"
2573#~ msgstr "ISO C �� complex ������ `++' �� `--' ����������������"
2574
2575#~ msgid "wrong type argument to %s"
2576#~ msgstr "%s ����������������������������"
2577
2578#~ msgid "%s of pointer to unknown structure"
2579#~ msgstr "������������������������������%s"
2580
2581#~ msgid "invalid lvalue in increment"
2582#~ msgstr "��������������������������������������"
2583
2584#~ msgid "invalid lvalue in decrement"
2585#~ msgstr "������������������������������������"
2586
2587#~ msgid "increment"
2588#~ msgstr "��������������"
2589
2590#~ msgid "decrement"
2591#~ msgstr "������������"
2592
2593#~ msgid "ISO C forbids the address of a cast expression"
2594#~ msgstr "ISO C ������������������������������������"
2595
2596#~ msgid "invalid lvalue in unary `&'"
2597#~ msgstr "������ `&' ��������������������"
2598
2599#~ msgid "attempt to take address of bit-field structure member `%s'"
2600#~ msgstr "������������ `%s' ����������������������������������������������������"
2601
2602#~ msgid "%s"
2603#~ msgstr "%s"
2604
2605#~ msgid "ISO C forbids use of conditional expressions as lvalues"
2606#~ msgstr "ISO C ��������������������������������������"
2607
2608#~ msgid "ISO C forbids use of compound expressions as lvalues"
2609#~ msgstr "ISO C ��������������������������������������"
2610
2611#~ msgid "ISO C forbids use of cast expressions as lvalues"
2612#~ msgstr "ISO C ������������������������������������������"
2613
2614#~ msgid "%s of read-only member `%s'"
2615#~ msgstr "%s�������������������� `%s' ��������������"
2616
2617#~ msgid "%s of read-only variable `%s'"
2618#~ msgstr "%s������������������ `%s' ��������������"
2619
2620#~ msgid "%s of read-only location"
2621#~ msgstr "%s��������������������������������"
2622
2623#~ msgid "cannot take address of bitfield `%s'"
2624#~ msgstr "���������������� `%s' ��������������������������"
2625
2626#~ msgid "global register variable `%s' used in nested function"
2627#~ msgstr "���������������� `%s' ������������������������������"
2628
2629#~ msgid "register variable `%s' used in nested function"
2630#~ msgstr "������������ `%s' ������������������������������"
2631
2632#~ msgid "address of global register variable `%s' requested"
2633#~ msgstr "�������������������������� `%s' ����������"
2634
2635#~ msgid "cannot put object with volatile field into register"
2636#~ msgstr "volatile ��������������������������������������������������������������"
2637
2638#~ msgid "address of register variable `%s' requested"
2639#~ msgstr "register ���� `%s' ��������������������������"
2640
2641#~ msgid "signed and unsigned type in conditional expression"
2642#~ msgstr "������������������������������������������"
2643
2644#~ msgid "ISO C forbids conditional expr with only one void side"
2645#~ msgstr "ISO C ������������ void ����������������������"
2646
2647#~ msgid "ISO C forbids conditional expr between `void *' and function pointer"
2648#~ msgstr "ISO C �� `void *' ��������������������������������������������"
2649
2650#~ msgid "pointer type mismatch in conditional expression"
2651#~ msgstr "������������������������������������"
2652
2653#~ msgid "pointer/integer type mismatch in conditional expression"
2654#~ msgstr "����������������������������������������"
2655
2656#~ msgid "type mismatch in conditional expression"
2657#~ msgstr "������������������������������������"
2658
2659#~ msgid "left-hand operand of comma expression has no effect"
2660#~ msgstr "����������������������������������������"
2661
2662#~ msgid "cast specifies array type"
2663#~ msgstr "��������������������������������"
2664
2665#~ msgid "cast specifies function type"
2666#~ msgstr "��������������������������������"
2667
2668#~ msgid "ISO C forbids casting nonscalar to the same type"
2669#~ msgstr "ISO C ��������������������������������������������"
2670
2671#~ msgid "ISO C forbids casts to union type"
2672#~ msgstr "ISO C ��������������������������������"
2673
2674#~ msgid "cast to union type from type not present in union"
2675#~ msgstr "��������������������������������������������������"
2676
2677#~ msgid "cast discards qualifiers from pointer target type"
2678#~ msgstr "������������������������������������������������������������"
2679
2680#~ msgid "cast increases required alignment of target type"
2681#~ msgstr "����������������������������������������������������������������"
2682
2683#~ msgid "cast from pointer to integer of different size"
2684#~ msgstr "��������������������������������������������������������"
2685
2686#~ msgid "cast does not match function type"
2687#~ msgstr "������������������������������������"
2688
2689#~ msgid "cast to pointer from integer of different size"
2690#~ msgstr "��������������������������������������������������"
2691
2692#~ msgid "invalid lvalue in assignment"
2693#~ msgstr "��������������������������"
2694
2695#~ msgid "assignment"
2696#~ msgstr "����"
2697
2698#~ msgid "%s makes qualified function pointer from unqualified"
2699#~ msgstr "%s����������������������������������������������������������������������"
2700
2701#~ msgid "%s discards qualifiers from pointer target type"
2702#~ msgstr "%s������������������������������������������������������"
2703
2704#~ msgid "ISO C prohibits argument conversion to union type"
2705#~ msgstr "ISO C ������������������������������������������"
2706
2707#~ msgid "ISO C forbids %s between function pointer and `void *'"
2708#~ msgstr "ISO C ���������������� `void *' ����%s����������"
2709
2710#~ msgid "pointer targets in %s differ in signedness"
2711#~ msgstr "%s ��������������������������������������������"
2712
2713#~ msgid "%s from incompatible pointer type"
2714#~ msgstr "����������������������������%s����"
2715
2716#~ msgid "%s makes pointer from integer without a cast"
2717#~ msgstr "%s��������������������������������������������������"
2718
2719#~ msgid "%s makes integer from pointer without a cast"
2720#~ msgstr "%s��������������������������������������������������"
2721
2722#~ msgid "incompatible type for argument %d of `%s'"
2723#~ msgstr "%d ������������ `%s' ������������������������"
2724
2725#~ msgid "incompatible type for argument %d of indirect function call"
2726#~ msgstr "������������������������ %d ������������������������������"
2727
2728#~ msgid "incompatible types in %s"
2729#~ msgstr "%s ����������������"
2730
2731#~ msgid "passing arg %d of `%s'"
2732#~ msgstr "���� %d ���� `%s' ����������"
2733
2734#~ msgid "passing arg %d of pointer to function"
2735#~ msgstr "���� %d ��������������������������"
2736
2737#~ msgid "initializer for static variable is not constant"
2738#~ msgstr "static ����������������������������������"
2739
2740#~ msgid "initializer for static variable uses complicated arithmetic"
2741#~ msgstr "static ����������������������������������������"
2742
2743#~ msgid "aggregate initializer is not constant"
2744#~ msgstr "������������������������������������"
2745
2746#~ msgid "aggregate initializer uses complicated arithmetic"
2747#~ msgstr "������������������������������������������"
2748
2749#~ msgid "traditional C rejects automatic aggregate initialization"
2750#~ msgstr "���� C ��������������������������������������"
2751
2752#~ msgid "(near initialization for `%s')"
2753#~ msgstr "(`%s' ��������������������)"
2754
2755#~ msgid "char-array initialized from wide string"
2756#~ msgstr "���������������� char ������������������������"
2757
2758#~ msgid "int-array initialized from non-wide string"
2759#~ msgstr "������������������ int ������������������������"
2760
2761#~ msgid "initializer-string for array of chars is too long"
2762#~ msgstr "char ����������������������������������������"
2763
2764#~ msgid "array initialized from non-constant array expression"
2765#~ msgstr "��������������������������������������"
2766
2767#~ msgid "initializer element is not constant"
2768#~ msgstr "����������������������������������"
2769
2770#~ msgid "initialization"
2771#~ msgstr "������"
2772
2773#~ msgid "initializer element is not computable at load time"
2774#~ msgstr "������������������������������������������"
2775
2776#~ msgid "invalid initializer"
2777#~ msgstr "��������������"
2778
2779#~ msgid "extra brace group at end of initializer"
2780#~ msgstr "������������������������������������������"
2781
2782#~ msgid "missing braces around initializer"
2783#~ msgstr "����������������������������������������"
2784
2785#~ msgid "braces around scalar initializer"
2786#~ msgstr "������������������������������������������"
2787
2788#~ msgid "initialization of flexible array member in a nested context"
2789#~ msgstr "������������������������������������������������"
2790
2791#~ msgid "initialization of a flexible array member"
2792#~ msgstr "��������������������������������"
2793
2794#~ msgid "deprecated initialization of zero-length array"
2795#~ msgstr "���� 0 ������������������������"
2796
2797#~ msgid "initialization of zero-length array before end of structure"
2798#~ msgstr "������������������������ 0 ������������������������"
2799
2800#~ msgid "initialization of zero-length array inside a nested context"
2801#~ msgstr "�������������������������� 0 ������������������������"
2802
2803#~ msgid "missing initializer"
2804#~ msgstr "����������������������"
2805
2806#~ msgid "empty scalar initializer"
2807#~ msgstr "��������������������"
2808
2809#~ msgid "extra elements in scalar initializer"
2810#~ msgstr "����������������������������"
2811
2812#~ msgid "initialization designators may not nest"
2813#~ msgstr "��������������������������������������������"
2814
2815#~ msgid "array index in non-array initializer"
2816#~ msgstr "������������������������������������������������"
2817
2818#~ msgid "field name not in record or union initializer"
2819#~ msgstr "������������������������������������������������"
2820
2821#~ msgid "nonconstant array index in initializer"
2822#~ msgstr "����������������������������������������������"
2823
2824#~ msgid "array index in initializer exceeds array bounds"
2825#~ msgstr "����������������������������������������������������"
2826
2827#~ msgid "empty index range in initializer"
2828#~ msgstr "������������������������������������������"
2829
2830#~ msgid "array index range in initializer exceeds array bounds"
2831#~ msgstr "��������������������������������������������������"
2832
2833#~ msgid "unknown field `%s' specified in initializer"
2834#~ msgstr "���������������� `%s' ��������������������������"
2835
2836#~ msgid "initialized field with side-effects overwritten"
2837#~ msgstr "����������������������������������������������"
2838
2839#~ msgid "excess elements in char array initializer"
2840#~ msgstr "char ��������������������������������"
2841
2842#~ msgid "excess elements in struct initializer"
2843#~ msgstr "����������������������������������"
2844
2845#~ msgid "excess elements in union initializer"
2846#~ msgstr "����������������������������������"
2847
2848#~ msgid "traditional C rejects initialization of unions"
2849#~ msgstr "���� C ��������������������������"
2850
2851#~ msgid "excess elements in array initializer"
2852#~ msgstr "��������������������������������"
2853
2854#~ msgid "excess elements in scalar initializer"
2855#~ msgstr "������������������������������������"
2856
2857#~ msgid "asm template is not a string constant"
2858#~ msgstr "asm ��������������������������������������"
2859
2860#~ msgid "invalid lvalue in asm statement"
2861#~ msgstr "asm ��������������������"
2862
2863#~ msgid "modification by `asm'"
2864#~ msgstr "`asm' ����������"
2865
2866#~ msgid "function declared `noreturn' has a `return' statement"
2867#~ msgstr "`noreturn' ������������������ `return' ������������"
2868
2869#~ msgid "`return' with no value, in function returning non-void"
2870#~ msgstr "����������������`return' ����������������"
2871
2872#~ msgid "`return' with a value, in function returning void"
2873#~ msgstr "�������� void ����������`return' ��������������"
2874
2875#~ msgid "return"
2876#~ msgstr "return"
2877
2878#~ msgid "function returns address of local variable"
2879#~ msgstr "������������������������������������������"
2880
2881#~ msgid "switch quantity not an integer"
2882#~ msgstr "switch ��������������������������"
2883
2884#~ msgid "`long' switch expression not converted to `int' in ISO C"
2885#~ msgstr "ISO C ���� `long' �� switch ���� `int' ����������������"
2886
2887#~ msgid "case label not within a switch statement"
2888#~ msgstr "case �������� switch ������������������"
2889
2890#~ msgid "`default' label not within a switch statement"
2891#~ msgstr "`default' �������� switch ������������������"
2892
2893#~ msgid "inlining failed in call to `%s'"
2894#~ msgstr "`%s' ����������������������������������������"
2895
2896#~ msgid "called from here"
2897#~ msgstr "��������������������"
2898
2899#~ msgid "can't inline call to `%s'"
2900#~ msgstr "`%s' ������������������������������������"
2901
2902#~ msgid "function call has aggregate value"
2903#~ msgstr "��������������������������������������"
2904
2905#~ msgid "variable offset is passed paritially in stack and in reg"
2906#~ msgstr "������������������������������������������������������"
2907
2908#~ msgid "variable size is passed partially in stack and in reg"
2909#~ msgstr "��������������������������������������������������"
2910
2911#~ msgid "internal error"
2912#~ msgstr "����������"
2913
2914#~ msgid "no arguments"
2915#~ msgstr "����������������"
2916
2917#~ msgid "fopen %s"
2918#~ msgstr "fopen %s"
2919
2920#~ msgid "fclose %s"
2921#~ msgstr "fclose %s"
2922
2923#~ msgid "collect2 version %s"
2924#~ msgstr "collect2 version %s"
2925
2926#~ msgid "%d constructor(s) found\n"
2927#~ msgstr "%d ����������������������������������\n"
2928
2929#~ msgid "%d destructor(s)  found\n"
2930#~ msgstr "%d ��������������������������������\n"
2931
2932#~ msgid "%d frame table(s) found\n"
2933#~ msgstr "%d ������������������������������������\n"
2934
2935#~ msgid "%s terminated with signal %d [%s]%s"
2936#~ msgstr "%s �������� %d [%s]%s ��������������������"
2937
2938#~ msgid "%s returned %d exit status"
2939#~ msgstr "%s �� exit ���� %d ������������"
2940
2941#~ msgid "[cannot find %s]"
2942#~ msgstr "[%s ����������������]"
2943
2944#~ msgid "cannot find `%s'"
2945#~ msgstr "`%s' ����������������"
2946
2947#~ msgid "redirecting stdout: %s"
2948#~ msgstr "stdout ����������������: %s"
2949
2950#~ msgid "[Leaving %s]\n"
2951#~ msgstr "[%s ����������]\n"
2952
2953#~ msgid ""
2954#~ "\n"
2955#~ "write_c_file - output name is %s, prefix is %s\n"
2956#~ msgstr ""
2957#~ "\n"
2958#~ "write_c_file - �������� %s���������������� %s\n"
2959
2960#~ msgid "cannot find `nm'"
2961#~ msgstr "`nm' ����������������"
2962
2963#~ msgid "pipe"
2964#~ msgstr "pipe"
2965
2966#~ msgid "fdopen"
2967#~ msgstr "fdopen"
2968
2969#~ msgid "dup2 %d 1"
2970#~ msgstr "dup2 %d 1"
2971
2972#~ msgid "close %d"
2973#~ msgstr "close %d"
2974
2975#~ msgid "execvp %s"
2976#~ msgstr "execvp %s"
2977
2978#~ msgid "init function found in object %s"
2979#~ msgstr "init ������������������ %s ��������������"
2980
2981#~ msgid "fini function found in object %s"
2982#~ msgstr "fini ������������������ %s ��������������"
2983
2984#~ msgid "fclose"
2985#~ msgstr "fclose"
2986
2987#~ msgid "unable to open file '%s'"
2988#~ msgstr "�������� '%s' �� open ����������"
2989
2990#~ msgid "unable to stat file '%s'"
2991#~ msgstr "�������� '%s' �� stat ����������"
2992
2993#~ msgid "unable to mmap file '%s'"
2994#~ msgstr "�������� '%s' �� mmap ����������"
2995
2996#~ msgid "not found\n"
2997#~ msgstr "��������������\n"
2998
2999#~ msgid "dynamic dependency %s not found"
3000#~ msgstr "������������ %s ����������������"
3001
3002#~ msgid "bad magic number in file '%s'"
3003#~ msgstr "�������� '%s' ����������������������"
3004
3005#~ msgid "dynamic dependencies.\n"
3006#~ msgstr "��������������\n"
3007
3008#~ msgid "cannot find `ldd'"
3009#~ msgstr "`ldd' ����������������"
3010
3011#~ msgid "execv %s"
3012#~ msgstr "execv %s"
3013
3014#~ msgid ""
3015#~ "\n"
3016#~ "ldd output with constructors/destructors.\n"
3017#~ msgstr ""
3018#~ "\n"
3019#~ "ldd ��������������������/������������������������\n"
3020
3021#~ msgid "unable to open dynamic dependency '%s'"
3022#~ msgstr "������������ '%s' ������������"
3023
3024#~ msgid "%s: not a COFF file"
3025#~ msgstr "%s: COFF ����������������������"
3026
3027#~ msgid "%s: cannot open as COFF file"
3028#~ msgstr "%s: COFF ������������������������"
3029
3030#~ msgid "Library lib%s not found"
3031#~ msgstr "���������� lib%s ����������������"
3032
3033#~ msgid "open %s"
3034#~ msgstr "open %s"
3035
3036#~ msgid "incompatibilities between object file & expected values"
3037#~ msgstr "��������������������������������������"
3038
3039#~ msgid ""
3040#~ "\n"
3041#~ "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3042#~ msgstr ""
3043#~ "\n"
3044#~ "���������������� #%d ������������������������ = 0x%.8lx, ���� = %s\n"
3045
3046#~ msgid "string section missing"
3047#~ msgstr "������������������������������"
3048
3049#~ msgid "section pointer missing"
3050#~ msgstr "��������������������������������"
3051
3052#~ msgid "no symbol table found"
3053#~ msgstr "��������������������������������"
3054
3055#~ msgid "no cmd_strings found"
3056#~ msgstr "cmd_strings ����������������"
3057
3058#~ msgid ""
3059#~ "\n"
3060#~ "Updating header and load commands.\n"
3061#~ "\n"
3062#~ msgstr ""
3063#~ "\n"
3064#~ "�������� load ����������������������\n"
3065
3066#~ msgid "load command map, %d cmds, new size %ld.\n"
3067#~ msgstr "load ����������������%d �������������������������� %ld��\n"
3068
3069#~ msgid ""
3070#~ "writing load commands.\n"
3071#~ "\n"
3072#~ msgstr ""
3073#~ "load ������������������������\n"
3074#~ "\n"
3075
3076#~ msgid "close %s"
3077#~ msgstr "close %s"
3078
3079#~ msgid "could not convert 0x%l.8x into a region"
3080#~ msgstr "0x%l.8x ����������������������"
3081
3082#~ msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3083#~ msgstr "%s ����, ���� %d, ���������� = %ld (0x%.8lx)\n"
3084
3085#~ msgid "bad magic number"
3086#~ msgstr "��������������������"
3087
3088#~ msgid "bad header version"
3089#~ msgstr "����������������������"
3090
3091#~ msgid "bad raw header version"
3092#~ msgstr "��������������������������"
3093
3094#~ msgid "raw header buffer too small"
3095#~ msgstr "����������������������������"
3096
3097#~ msgid "old raw header file"
3098#~ msgstr "����������������������"
3099
3100#~ msgid "unsupported version"
3101#~ msgstr "����������������������������������"
3102
3103#~ msgid "unknown {de,en}code_mach_o_hdr return value %d"
3104#~ msgstr "������ {de,en}code_mach_o_hdr ������ %d"
3105
3106#~ msgid "fstat %s"
3107#~ msgstr "fstat %s"
3108
3109#~ msgid "lseek %s 0"
3110#~ msgstr "lseek %s 0"
3111
3112#~ msgid "read %s"
3113#~ msgstr "read %s"
3114
3115#~ msgid "read %ld bytes, expected %ld, from %s"
3116#~ msgstr "%ld ��������������%ld (%s ����)��������������"
3117
3118#~ msgid "msync %s"
3119#~ msgstr "msync %s"
3120
3121#~ msgid "munmap %s"
3122#~ msgstr "munmap %s"
3123
3124#~ msgid "write %s"
3125#~ msgstr "write %s"
3126
3127#~ msgid "wrote %ld bytes, expected %ld, to %s"
3128#~ msgstr "%ld ��������������%ld (%s ��)��������������"
3129
3130#~ msgid ""
3131#~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3132#~ ";; %d successes.\n"
3133#~ "\n"
3134#~ msgstr ""
3135#~ ";; ��������: %d ����, %d ���� (%d ����������������),\n"
3136#~ ";; %d ������\n"
3137
3138#~ msgid ""
3139#~ "\n"
3140#~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3141#~ ";; %d successes.\n"
3142#~ msgstr ""
3143#~ "\n"
3144#~ ";; ��������: %d ����, %d ���� (%d ����������������),\n"
3145#~ ";; %d ������\n"
3146
3147#~ msgid "Use VAX-C alignment"
3148#~ msgstr "VAX-C ��������������������"
3149
3150#~ msgid "invalid %%Q value"
3151#~ msgstr "������ %%Q ��"
3152
3153#~ msgid "invalid %%C value"
3154#~ msgstr "������ %%C ��"
3155
3156#~ msgid "invalid %%N value"
3157#~ msgstr "������ %%N ��"
3158
3159#~ msgid "invalid %%M value"
3160#~ msgstr "������ %%M ��"
3161
3162#~ msgid "invalid %%m value"
3163#~ msgstr "������ %%m ��"
3164
3165#~ msgid "invalid %%L value"
3166#~ msgstr "������ %%L ��"
3167
3168#~ msgid "invalid %%O value"
3169#~ msgstr "������ %%O ��"
3170
3171#~ msgid "invalid %%P value"
3172#~ msgstr "������ %%P ��"
3173
3174#~ msgid "invalid %%V value"
3175#~ msgstr "������ %%V ��"
3176
3177#~ msgid "Generate code assuming DW bit is set"
3178#~ msgstr "DW ����������������������������������������"
3179
3180#~ msgid "Generate code assuming DW bit is not set"
3181#~ msgstr "DW ����������������������������������������������"
3182
3183#~ msgid "Generate code using byte writes"
3184#~ msgstr "��������������������������������"
3185
3186#~ msgid "Do not generate byte writes"
3187#~ msgstr "����������������������������������"
3188
3189#~ msgid "Use small memory model"
3190#~ msgstr "��������������������������"
3191
3192#~ msgid "Use normal memory model"
3193#~ msgstr "��������������������������"
3194
3195#~ msgid "Use large memory model"
3196#~ msgstr "������������������������"
3197
3198#~ msgid "Generate 29050 code"
3199#~ msgstr "29050 ������������"
3200
3201#~ msgid "Generate 29000 code"
3202#~ msgstr "29000 ������������"
3203
3204#~ msgid "Use kernel global registers"
3205#~ msgstr "��������������������������������"
3206
3207#~ msgid "Use user global registers"
3208#~ msgstr "������������������������������"
3209
3210#~ msgid "Emit stack checking code"
3211#~ msgstr "������������������������������"
3212
3213#~ msgid "Do not emit stack checking code"
3214#~ msgstr "����������������������������������"
3215
3216#~ msgid "Work around storem hardware bug"
3217#~ msgstr "storem ������������������������������"
3218
3219#~ msgid "Do not work around storem hardware bug"
3220#~ msgstr "storem ����������������������������������"
3221
3222#~ msgid "Store locals in argument registers"
3223#~ msgstr "��������������������������������������"
3224
3225#~ msgid "Do not store locals in arg registers"
3226#~ msgstr "����������������������������������������"
3227
3228#~ msgid "Use software floating point"
3229#~ msgstr "��������������������������"
3230
3231#~ msgid "Do not generate multm instructions"
3232#~ msgstr "multm ����������������"
3233
3234#~ msgid "bad value `%s' for -mtrap-precision switch"
3235#~ msgstr "-mtrap-precision �������������������������� `%s'"
3236
3237#~ msgid "bad value `%s' for -mfp-rounding-mode switch"
3238#~ msgstr "-mfp-rounding-mode �������������������������� `%s'"
3239
3240#~ msgid "bad value `%s' for -mfp-trap-mode switch"
3241#~ msgstr "-mfp-trap-mode �������������������������� `%s'"
3242
3243#~ msgid "bad value `%s' for -mcpu switch"
3244#~ msgstr "-mcpu �������������������������� `%s'"
3245
3246#~ msgid "fp software completion requires -mtrap-precision=i"
3247#~ msgstr "���������������� -mtrap-precision=i ��������������"
3248
3249#~ msgid "rounding mode not supported for VAX floats"
3250#~ msgstr "VAX ��������������������������������������"
3251
3252#~ msgid "trap mode not supported for VAX floats"
3253#~ msgstr "VAX ������������������������������������������"
3254
3255#~ msgid "L%d cache latency unknown for %s"
3256#~ msgstr "L%d ���������������������� %s ����������������"
3257
3258#~ msgid "bad value `%s' for -mmemory-latency"
3259#~ msgstr "`%s' �� -mmemory-latency ��������������������"
3260
3261#~ msgid "invalid %%r value"
3262#~ msgstr "������ %%r ��"
3263
3264#~ msgid "invalid %%R value"
3265#~ msgstr "������ %%R ��"
3266
3267#~ msgid "invalid %%h value"
3268#~ msgstr "������ %%h ��"
3269
3270#~ msgid "invalid %%U value"
3271#~ msgstr "������ %%U ��"
3272
3273#~ msgid "invalid %%s value"
3274#~ msgstr "������ %%s ��"
3275
3276#~ msgid "invalid %%E value"
3277#~ msgstr "������ %%E ��"
3278
3279#~ msgid "invalid %%xn code"
3280#~ msgstr "������ %%xn ������"
3281
3282#~ msgid "Use hardware fp"
3283#~ msgstr "����������������������������"
3284
3285#~ msgid "Do not use hardware fp"
3286#~ msgstr "����������������������������������"
3287
3288#~ msgid "Use fp registers"
3289#~ msgstr "����������������������������"
3290
3291#~ msgid "Do not use fp registers"
3292#~ msgstr "������������������������������"
3293
3294#~ msgid "Do not assume GAS"
3295#~ msgstr "GAS ��������������������"
3296
3297#~ msgid "Assume GAS"
3298#~ msgstr "GAS ������������������"
3299
3300#~ msgid "Request IEEE-conformant math library routines (OSF/1)"
3301#~ msgstr "IEEE ���������������������������� (OSF/1) ����������"
3302
3303#~ msgid "Emit IEEE-conformant code, without inexact exceptions"
3304#~ msgstr "�������������������� IEEE ����������������������"
3305
3306#~ msgid "Emit IEEE-conformant code, with inexact exceptions"
3307#~ msgstr "�������������������� IEEE ����������������������"
3308
3309#~ msgid "Do not emit complex integer constants to read-only memory"
3310#~ msgstr "��������������������������������������������������"
3311
3312#~ msgid "Use VAX fp"
3313#~ msgstr "VAX ��������������������"
3314
3315#~ msgid "Do not use VAX fp"
3316#~ msgstr "VAX ����������������������"
3317
3318#~ msgid "Emit code for the byte/word ISA extension"
3319#~ msgstr "������/������ ISA ������������������������"
3320
3321#~ msgid "Emit code for the motion video ISA extension"
3322#~ msgstr "���������������� ISA ������������������������"
3323
3324#~ msgid "Emit code for the fp move and sqrt ISA extension"
3325#~ msgstr "���������� move �� sqrt ISA ������������������������"
3326
3327#~ msgid "Emit code for the counting ISA extension"
3328#~ msgstr "�������� ISA ������������������������"
3329
3330#~ msgid "Use features of and schedule given CPU"
3331#~ msgstr "CPU ����������������������������������������"
3332
3333#~ msgid "Schedule given CPU"
3334#~ msgstr "CPU ����������������������������������"
3335
3336#~ msgid "Control the generated fp rounding mode"
3337#~ msgstr "����������������������������������������"
3338
3339#~ msgid "Control the IEEE trap mode"
3340#~ msgstr "IEEE ������������������������"
3341
3342#~ msgid "Control the precision given to fp exceptions"
3343#~ msgstr "����������������������������������������"
3344
3345#~ msgid "Tune expected memory latency"
3346#~ msgstr "������������������������������������"
3347
3348#~ msgid "%s causes a section type conflict"
3349#~ msgstr "%s ����������������������������������������"
3350
3351#~ msgid "bad value (%s) for -mcpu switch"
3352#~ msgstr "-mcpu ������������������������ (%s)"
3353
3354#~ msgid "invalid operand to %R code"
3355#~ msgstr "%R ������������������������������"
3356
3357#~ msgid "invalid operand to %H/%L code"
3358#~ msgstr "%H/%L ������������������������������"
3359
3360#~ msgid "invalid operand to %U code"
3361#~ msgstr "%U ������������������������������"
3362
3363#~ msgid "invalid operand to %V code"
3364#~ msgstr "%V ������������������������������"
3365
3366#~ msgid "invalid operand output code"
3367#~ msgstr "��������������������������"
3368
3369#~ msgid "switch -mcpu=%s conflicts with -march= switch"
3370#~ msgstr "-mcpu=%s ���������� -march= ��������������������"
3371
3372#~ msgid "bad value (%s) for %s switch"
3373#~ msgstr "�� (%s) �� %s switch ������������������������"
3374
3375#~ msgid "target CPU does not support APCS-32"
3376#~ msgstr "���������� CPU �� APCS-32 ������������������"
3377
3378#~ msgid "target CPU does not support APCS-26"
3379#~ msgstr "���������� CPU �� APCS-26 ������������������"
3380
3381#~ msgid "target CPU does not support interworking"
3382#~ msgstr "���������� CPU �� interworking ������������������"
3383
3384#~ msgid "target CPU does not support THUMB instructions."
3385#~ msgstr "���������� CPU �� THUMB ����������������������"
3386
3387#~ msgid "enabling backtrace support is only meaningful when compiling for the Thumb."
3388#~ msgstr "Thumb ������������������������������������������������������������������"
3389
3390#~ msgid "enabling callee interworking support is only meaningful when compiling for the Thumb."
3391#~ msgstr "Thumb ���������������������������������������� interworking ��������������"
3392
3393#~ msgid "enabling caller interworking support is only meaningful when compiling for the Thumb."
3394#~ msgstr "Thumb �������������������������������������� interworking ��������������"
3395
3396#~ msgid "interworking forces APCS-32 to be used"
3397#~ msgstr "interworking �� APCS-32 ������������������"
3398
3399#~ msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
3400#~ msgstr "-mapcs-stack-check �� -mno-apcs-frame ����������������"
3401
3402#~ msgid "-fpic and -mapcs-reent are incompatible"
3403#~ msgstr "-fpic �� -mapcs-reent ����������������"
3404
3405#~ msgid "APCS reentrant code not supported.  Ignored"
3406#~ msgstr "APCS ��������������������������������������������������"
3407
3408#~ msgid "-g with -mno-apcs-frame may not give sensible debugging"
3409#~ msgstr "-g �� -mno-apcs-frame ������������������������������������������������"
3410
3411#~ msgid "Passing floating point arguments in fp regs not yet supported"
3412#~ msgstr "����������������������������������������������������������������������"
3413
3414#~ msgid "Invalid floating point emulation option: -mfpe-%s"
3415#~ msgstr "��������������������������������������: -mfpe-%s"
3416
3417#~ msgid "Structure size boundary can only be set to 8 or 32"
3418#~ msgstr "�������������������� 8 ���� 32 ��������������������"
3419
3420#~ msgid "-mpic-register= is useless without -fpic"
3421#~ msgstr "-mpic-register= �� -fpic ��������������������������"
3422
3423#~ msgid "Unable to use '%s' for PIC register"
3424#~ msgstr "'%s' �� PIC ������������������������������������"
3425
3426#~ msgid "Unable to find a temporary location for static chain register"
3427#~ msgstr "��������������������������������������������������"
3428
3429#~ msgid "Unable to compute real location of stacked parameter"
3430#~ msgstr "����������������������������������������������������"
3431
3432#~ msgid "no low registers available for popping high registers"
3433#~ msgstr "�������������� pop ������������������������������������������"
3434
3435#~ msgid "Interrupt Service Routines cannot be coded in Thumb mode."
3436#~ msgstr "Thumb ������������������������������������������������������"
3437
3438#~ msgid "Generate APCS conformant stack frames"
3439#~ msgstr "APCS ����������������������������������"
3440
3441#~ msgid "Store function names in object code"
3442#~ msgstr "������������������������������������"
3443
3444#~ msgid "Use the 32-bit version of the APCS"
3445#~ msgstr "APCS �� 32 ������������������"
3446
3447#~ msgid "Use the 26-bit version of the APCS"
3448#~ msgstr "APCS �� 26 ������������������"
3449
3450#~ msgid "Pass FP arguments in FP registers"
3451#~ msgstr "FP ���������� FP ����������"
3452
3453#~ msgid "Generate re-entrant, PIC code"
3454#~ msgstr "���������� PIC ������������������"
3455
3456#~ msgid "The MMU will trap on unaligned accesses"
3457#~ msgstr "MMU ����������������������������������������������������������"
3458
3459#~ msgid "Use library calls to perform FP operations"
3460#~ msgstr "������������������������������������������������"
3461
3462#~ msgid "Use hardware floating point instructions"
3463#~ msgstr "������������������������������������"
3464
3465#~ msgid "Assume target CPU is configured as big endian"
3466#~ msgstr "���������� CPU ������������������������������������������������"
3467
3468#~ msgid "Assume target CPU is configured as little endian"
3469#~ msgstr "���������� CPU ������������������������������������������������"
3470
3471#~ msgid "Assume big endian bytes, little endian words"
3472#~ msgstr "byte ���������������������� word ����������������������������"
3473
3474#~ msgid "Support calls between Thumb and ARM instruction sets"
3475#~ msgstr "Thumb �� ARM ������������������������������������"
3476
3477#~ msgid "Generate a call to abort if a noreturn function returns"
3478#~ msgstr "noreturn ������ return �������� abort ��������������������"
3479
3480#~ msgid "Do not move instructions into a function's prologue"
3481#~ msgstr "��������������������������������"
3482
3483#~ msgid "Do not load the PIC register in function prologues"
3484#~ msgstr "������������������ PIC ����������������������"
3485
3486#~ msgid "Generate call insns as indirect calls, if necessary"
3487#~ msgstr "������������������������������������������������������"
3488
3489#~ msgid "Compile for the Thumb not the ARM"
3490#~ msgstr "ARM �������� Thumb ������������������"
3491
3492#~ msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
3493#~ msgstr "Thumb: ��������������(������)��������������������������"
3494
3495#~ msgid "Thumb: Generate (leaf) stack frames even if not needed"
3496#~ msgstr "Thumb: ��������������(����)��������������������������"
3497
3498#~ msgid "Thumb: Assume non-static functions may be called from ARM code"
3499#~ msgstr "Thumb: ������������ ARM ������������������������������������������"
3500
3501#~ msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
3502#~ msgstr "Thumb: ���������������� Thumb ����������������������������������������������"
3503
3504#~ msgid "Specify the name of the target CPU"
3505#~ msgstr "���������� CPU ����������������"
3506
3507#~ msgid "Specify the name of the target architecture"
3508#~ msgstr "����������������������������������������"
3509
3510#~ msgid "Specify the version of the floating point emulator"
3511#~ msgstr "��������������������������������������������"
3512
3513#~ msgid "Specify the minimum bit alignment of structures"
3514#~ msgstr "��������������������������������������������"
3515
3516#~ msgid "Specify the register to be used for PIC addressing"
3517#~ msgstr "PIC ������������������������������������������"
3518
3519#~ msgid "initialized variable `%s' is marked dllimport"
3520#~ msgstr "���������������� `%s' �� dllimport ������������������"
3521
3522#~ msgid "static variable `%s' is marked dllimport"
3523#~ msgstr "�������� `%s' �� dllimport ��������������������"
3524
3525#~ msgid "Ignore dllimport attribute for functions"
3526#~ msgstr "������ dllimport ��������������"
3527
3528#~ msgid "Do symbol renaming for BSD"
3529#~ msgstr "BSD ������������������������"
3530
3531#~ msgid "Do symbol renaming for X/OPEN"
3532#~ msgstr "X/OPEN ������������������������"
3533
3534#~ msgid "Don't do symbol renaming"
3535#~ msgstr "��������������������������"
3536
3537#~ msgid "MCU `%s' not supported"
3538#~ msgstr "MCU `%s' ��������������������"
3539
3540#~ msgid "large frame pointer change (%d) with -mtiny-stack"
3541#~ msgstr "-mtiny-stack ������������������������������������������(%d)"
3542
3543#~ msgid "Only initialized variables can be placed into program memory area."
3544#~ msgstr "����������������������������������������������������������"
3545
3546#~ msgid "Assume int to be 8 bit integer"
3547#~ msgstr "int �� 8 ������������������"
3548
3549#~ msgid "Change the stack pointer without disabling interrupts"
3550#~ msgstr "������������������������������������������������"
3551
3552#~ msgid "Use subroutines for function prologue/epilogue"
3553#~ msgstr "������������/����������������������������������"
3554
3555#~ msgid "Change only the low 8 bits of the stack pointer"
3556#~ msgstr "���������������������� 8 ��������������������"
3557
3558#~ msgid "Do not generate tablejump insns"
3559#~ msgstr "��������������������������������"
3560
3561#~ msgid "Output instruction sizes to the asm file"
3562#~ msgstr "asm ������������������������������"
3563
3564#~ msgid "Specify the initial stack address"
3565#~ msgstr "������������������������������"
3566
3567#~ msgid "Specify the MCU name"
3568#~ msgstr "MCU ������������"
3569
3570#~ msgid "Trampolines not supported\n"
3571#~ msgstr "��������������������������������\n"
3572
3573#~ msgid "Unknown CPU version %d, using 40.\n"
3574#~ msgstr "������ CPU ���������� %d��40 ��������������\n"
3575
3576#~ msgid "ISR %s requires %d words of local vars, max is 32767."
3577#~ msgstr "ISR %s �� %d ������������������������������������ 32767 ������"
3578
3579#~ msgid "junk at end of '#pragma %s'"
3580#~ msgstr "'#pragma %s' ����������������������"
3581
3582#~ msgid "Small memory model"
3583#~ msgstr "��������������������"
3584
3585#~ msgid "Big memory model"
3586#~ msgstr "������������������"
3587
3588#~ msgid "Use MPYI instruction for C3x"
3589#~ msgstr "MPYI ������ C3x ������������"
3590
3591#~ msgid "Do not use MPYI instruction for C3x"
3592#~ msgstr "MPYI ������ C3x ��������������"
3593
3594#~ msgid "Use fast but approximate float to integer conversion"
3595#~ msgstr "������������������������������������������������������"
3596
3597#~ msgid "Use slow but accurate float to integer conversion"
3598#~ msgstr "������������������������������������������������"
3599
3600#~ msgid "Enable use of RTPS instruction"
3601#~ msgstr "RTPS ����������������������"
3602
3603#~ msgid "Disable use of RTPS instruction"
3604#~ msgstr "RTPS ����������������������"
3605
3606#~ msgid "Enable use of RTPB instruction"
3607#~ msgstr "RTPB ����������������������"
3608
3609#~ msgid "Disable use of RTPB instruction"
3610#~ msgstr "RTPB ����������������������"
3611
3612#~ msgid "Generate code for C30 CPU"
3613#~ msgstr "C30 CPU ��������������������"
3614
3615#~ msgid "Generate code for C31 CPU"
3616#~ msgstr "C31 CPU ��������������������"
3617
3618#~ msgid "Generate code for C32 CPU"
3619#~ msgstr "C32 CPU ��������������������"
3620
3621#~ msgid "Generate code for C33 CPU"
3622#~ msgstr "C33 CPU ��������������������"
3623
3624#~ msgid "Generate code for C40 CPU"
3625#~ msgstr "C40 CPU ��������������������"
3626
3627#~ msgid "Generate code for C44 CPU"
3628#~ msgstr "C44 CPU ��������������������"
3629
3630#~ msgid "Emit code compatible with TI tools"
3631#~ msgstr "TI ����������������������������"
3632
3633#~ msgid "Emit code to use GAS extensions"
3634#~ msgstr "GAS ������������������������������"
3635
3636#~ msgid "Save DP across ISR in small memory model"
3637#~ msgstr "���������������������� ISR ������ DP ������������"
3638
3639#~ msgid "Don't save DP across ISR in small memory model"
3640#~ msgstr "���������������� ISR ������ DP ��������������"
3641
3642#~ msgid "Pass arguments on the stack"
3643#~ msgstr "������������������������"
3644
3645#~ msgid "Pass arguments in registers"
3646#~ msgstr "������������������������"
3647
3648#~ msgid "Enable new features under development"
3649#~ msgstr "��������������������������"
3650
3651#~ msgid "Disable new features under development"
3652#~ msgstr "��������������������������"
3653
3654#~ msgid "Use the BK register as a general purpose register"
3655#~ msgstr "BK ������������������������������������"
3656
3657#~ msgid "Do not allocate BK register"
3658#~ msgstr "BK ��������������������"
3659
3660#~ msgid "Enable use of DB instruction"
3661#~ msgstr "DB ����������������������"
3662
3663#~ msgid "Disable use of DB instruction"
3664#~ msgstr "DB ����������������������"
3665
3666#~ msgid "Enable debugging"
3667#~ msgstr "��������������������"
3668
3669#~ msgid "Disable debugging"
3670#~ msgstr "��������������������"
3671
3672#~ msgid "Force constants into registers to improve hoisting"
3673#~ msgstr "��������(hoist)������������������������������������������������������"
3674
3675#~ msgid "Don't force constants into registers"
3676#~ msgstr "����������������������������������"
3677
3678#~ msgid "Force RTL generation to emit valid 3 operand insns"
3679#~ msgstr "RTL �������������������� 3 ������������������������"
3680
3681#~ msgid "Allow RTL generation to emit invalid 3 operand insns"
3682#~ msgstr "RTL �������������������� 3 ������������������������"
3683
3684#~ msgid "Allow unsigned interation counts for RPTB/DB"
3685#~ msgstr "���������� RPTB/DB ��������������������������"
3686
3687#~ msgid "Disallow unsigned iteration counts for RPTB/DB"
3688#~ msgstr "���������� RPTB/DB ����������������������������"
3689
3690#~ msgid "Preserve all 40 bits of FP reg across call"
3691#~ msgstr "������������ FP ���������� 40 ��������������������"
3692
3693#~ msgid "Only preserve 32 bits of FP reg across call"
3694#~ msgstr "������������ FP ���������� 32 ��������������������"
3695
3696#~ msgid "Enable parallel instructions"
3697#~ msgstr "��������������������"
3698
3699#~ msgid "Disable parallel instructions"
3700#~ msgstr "��������������������"
3701
3702#~ msgid "Enable MPY||ADD and MPY||SUB instructions"
3703#~ msgstr "MPY||ADD ������ MPY||SUB ����������������"
3704
3705#~ msgid "Disable MPY||ADD and MPY||SUB instructions"
3706#~ msgstr "MPY||ADD ������ MPY||SUB ����������������"
3707
3708#~ msgid "Assume that pointers may be aliased"
3709#~ msgstr "����������������������������������������"
3710
3711#~ msgid "Assume that pointers not aliased"
3712#~ msgstr "��������������������������������"
3713
3714#~ msgid "Specify maximum number of iterations for RPTS"
3715#~ msgstr "RPTS ������������������������"
3716
3717#~ msgid "Select CPU to generate code for"
3718#~ msgstr "������������������ CPU ����������"
3719
3720#~ msgid "Generate code for the C400"
3721#~ msgstr "C400 ��������������������"
3722
3723#~ msgid "Generate code for the C300"
3724#~ msgstr "C300 ��������������������"
3725
3726#~ msgid "Generate code for c1"
3727#~ msgstr "c1 ��������������������"
3728
3729#~ msgid "Generate code for c2"
3730#~ msgstr "c2 ��������������������"
3731
3732#~ msgid "Generate code for c32"
3733#~ msgstr "c32 ��������������������"
3734
3735#~ msgid "Generate code for c34"
3736#~ msgstr "c34 ��������������������"
3737
3738#~ msgid "Use standard calling sequence, with arg count word"
3739#~ msgstr "�������������������������������������� word ��������"
3740
3741#~ msgid "Place arg count in a nop instruction (faster than push)"
3742#~ msgstr "nop �������������������������� (push ��������)"
3743
3744#~ msgid "Don't push arg count, depend on symbol table"
3745#~ msgstr "�������������� push ����������������������������������"
3746
3747#~ msgid "Use data cache for volatile mem refs (default)"
3748#~ msgstr "volatile ��������������������������������������(����������)"
3749
3750#~ msgid "Don't use data cache for volatile mem refs"
3751#~ msgstr "volatile ������������������������������������������"
3752
3753#~ msgid "Bypass data cache for volatile mem refs"
3754#~ msgstr "volatile ���������������� cache ����������������������"
3755
3756#~ msgid "Use 64-bit longs"
3757#~ msgstr "64 ������ long ����������"
3758
3759#~ msgid "Use cc- and libc-compatible 32-bit longs"
3760#~ msgstr "cc- �� libc ������ 32 ������ long ����������"
3761
3762#~ msgid "Bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
3763#~ msgstr "�������� %s �������������� modes_tieable_p, mode1 %s, mode2 %s"
3764
3765#~ msgid "Enable use of conditional move instructions"
3766#~ msgstr "������ move ����������������������"
3767
3768#~ msgid "Disable use of conditional move instructions"
3769#~ msgstr "������ move ����������������������"
3770
3771#~ msgid "Debug argument support in compiler"
3772#~ msgstr "����������������������������������������"
3773
3774#~ msgid "Debug stack support in compiler"
3775#~ msgstr "��������������������������������������������"
3776
3777#~ msgid "Debug memory address support in compiler"
3778#~ msgstr "��������������������������������������������������"
3779
3780#~ msgid "Make adjacent short instructions parallel if possible."
3781#~ msgstr "��������������������������������������"
3782
3783#~ msgid "Do not make adjacent short instructions parallel."
3784#~ msgstr "������������������������������"
3785
3786#~ msgid "Link programs/data to be in external memory by default"
3787#~ msgstr "����������/��������������������������������������������"
3788
3789#~ msgid "Link programs/data to be in onchip memory by default"
3790#~ msgstr "����������/��������������������������������������������������"
3791
3792#~ msgid "Change the branch costs within the compiler"
3793#~ msgstr "��������������������������������������"
3794
3795#~ msgid "Change the threshold for conversion to conditional execution"
3796#~ msgstr "������������������������������������������"
3797
3798#~ msgid "Stack size > 32k"
3799#~ msgstr "�������������� > 32k"
3800
3801#~ msgid "inline float constants not supported on this host"
3802#~ msgstr "������������������������������������������������������������"
3803
3804#~ msgid "Profiling not implemented yet."
3805#~ msgstr "��������������������������������������������"
3806
3807#~ msgid "Trampolines not yet implemented"
3808#~ msgstr "Trampoline ��������������������������"
3809
3810#~ msgid "Generate code the unix assembler can handle"
3811#~ msgstr "unix ��������������������������������������"
3812
3813#~ msgid "Generate code an embedded assembler can handle"
3814#~ msgstr "����������������������������������������������"
3815
3816#~ msgid "fr30_print_operand_address: unhandled address"
3817#~ msgstr "fr30_print_operand_address: ������������������������"
3818
3819#~ msgid "fr30_print_operand: unrecognised %p code"
3820#~ msgstr "fr30_print_operand: ������������ %p ����������"
3821
3822#~ msgid "fr30_print_operand: unrecognised %b code"
3823#~ msgstr "fr30_print_operand: ������������ %b ����������"
3824
3825#~ msgid "fr30_print_operand: unrecognised %B code"
3826#~ msgstr "fr30_print_operand: ������������ %B ����������"
3827
3828#~ msgid "fr30_print_operand: invalid operand to %A code"
3829#~ msgstr "fr30_print_operand: %A ������������������������������"
3830
3831#~ msgid "fr30_print_operand: invalid %x code"
3832#~ msgstr "fr30_print_operand: ������ %x ����������"
3833
3834#~ msgid "fr30_print_operand: invalid %F code"
3835#~ msgstr "fr30_print_operand: ������ %F ����������"
3836
3837#~ msgid "fr30_print_operand: unknown code"
3838#~ msgstr "fr30_print_operand: ����������������"
3839
3840#~ msgid "fr30_print_operand: unhandled MEM"
3841#~ msgstr "fr30_print_operand: ������������ MEM ����"
3842
3843#~ msgid "Assume small address space"
3844#~ msgstr "����������������������������"
3845
3846#~ msgid "-ms2600 is used without -ms."
3847#~ msgstr "-ms2600 �� -ms ������������������"
3848
3849#~ msgid "Only initialized variables can be placed into the 8-bit area."
3850#~ msgstr "8 ��������������������������������������������������"
3851
3852#~ msgid "Generate H8/S code"
3853#~ msgstr "H8/S ����������������"
3854
3855#~ msgid "Do not generate H8/S code"
3856#~ msgstr "H8/S ������������������"
3857
3858#~ msgid "Generate H8/S2600 code"
3859#~ msgstr "H8/S2600 ����������������"
3860
3861#~ msgid "Do not generate H8/S2600 code"
3862#~ msgstr "H8/S2600 ������������������"
3863
3864#~ msgid "Make integers 32 bits wide"
3865#~ msgstr "������ 32 ��������������"
3866
3867#~ msgid "Use registers for argument passing"
3868#~ msgstr "������������������������"
3869
3870#~ msgid "Do not use registers for argument passing"
3871#~ msgstr "��������������������������"
3872
3873#~ msgid "Consider access to byte sized memory slow"
3874#~ msgstr "����������������������������������������������������"
3875
3876#~ msgid "Enable linker relaxing"
3877#~ msgstr "�������� -relax ����������������������"
3878
3879#~ msgid "Generate H8/300H code"
3880#~ msgstr "H8/300H ����������������"
3881
3882#~ msgid "Do not generate H8/300H code"
3883#~ msgstr "H8/300H ������������������"
3884
3885#~ msgid "Use H8/300 alignment rules"
3886#~ msgstr "H8/300 ����������������������������"
3887
3888#~ msgid "real name is too long - alias ignored"
3889#~ msgstr "���������������������� - ��������������������"
3890
3891#~ msgid "alias name is too long - alias ignored"
3892#~ msgstr "���������������� - ��������������������"
3893
3894#~ msgid "junk at end of #pragma map"
3895#~ msgstr "#pragma map ����������������������"
3896
3897#~ msgid "malformed #pragma map, ignored"
3898#~ msgstr "�������� #pragma map����������������"
3899
3900#~ msgid "Generate char instructions"
3901#~ msgstr "������������������"
3902
3903#~ msgid "Do not generate char instructions"
3904#~ msgstr "��������������������"
3905
3906#~ msgid "Use the Cygwin interface"
3907#~ msgstr "Cygwin ��������������������������"
3908
3909#~ msgid "Use the Mingw32 interface"
3910#~ msgstr "Mingw32 ��������������������������"
3911
3912#~ msgid "Create GUI application"
3913#~ msgstr "GUI ����������������������"
3914
3915#~ msgid "Don't set Windows defines"
3916#~ msgstr "Windows �� define ������������"
3917
3918#~ msgid "Set Windows defines"
3919#~ msgstr "Windows �� define ����������"
3920
3921#~ msgid "Create console application"
3922#~ msgstr "��������������������������������"
3923
3924#~ msgid "Generate code for a DLL"
3925#~ msgstr "DLL ��������������������"
3926
3927#~ msgid "Ignore dllimport for functions"
3928#~ msgstr "�������� dllimport ����������"
3929
3930#~ msgid "Use Mingw-specific thread support"
3931#~ msgstr "Mingw ��������������������������������"
3932
3933#~ msgid "-f%s ignored for target (all code is position independent)"
3934#~ msgstr "-f%s �������������������������� (����������������������������)"
3935
3936#~ msgid "Internal gcc abort from %s:%d"
3937#~ msgstr "gcc ���������� %s:%d"
3938
3939#~ msgid "The local variable `insn' has the value:"
3940#~ msgstr "���������������� `insn' ������������������:"
3941
3942#~ msgid "Retain standard MXDB information"
3943#~ msgstr "���� MXDB ��������������"
3944
3945#~ msgid "Retain legend information"
3946#~ msgstr "legend ��������������"
3947
3948#~ msgid "Generate external legend information"
3949#~ msgstr "���� legend ��������������"
3950
3951#~ msgid "Emit identifying info in .s file"
3952#~ msgstr ".s ��������������������������������"
3953
3954#~ msgid "Warn when a function arg is a structure"
3955#~ msgstr "����������������������������������"
3956
3957#~ msgid "argument is a structure"
3958#~ msgstr "����������������"
3959
3960#~ msgid "-mbnu210 is ignored (option is obsolete)."
3961#~ msgstr "-mbnu210 ����������������(��������������������)"
3962
3963#~ msgid "bad value (%s) for -march= switch"
3964#~ msgstr "-march= ������������������������ (%s)"
3965
3966#~ msgid "bad value (%s) for -mcpu= switch"
3967#~ msgstr "-mcpu= ������������������������ (%s)"
3968
3969#~ msgid "Register '%c' is unknown"
3970#~ msgstr "�������� '%c' ����������"
3971
3972#~ msgid "Register '%c' already specified in allocation order"
3973#~ msgstr "�������� '%c' ������������������������������"
3974
3975#~ msgid "-mregparm=%d is not between 0 and %d"
3976#~ msgstr "-mregparm=%d �� 0 ���� %d ������������������"
3977
3978#~ msgid "-malign-loops=%d is not between 0 and %d"
3979#~ msgstr "-malign-loops=%d �� 0 ���� %d ������������������"
3980
3981#~ msgid "-malign-jumps=%d is not between 0 and %d"
3982#~ msgstr "-malign-jumps=%d �� 0 ���� %d ������������������"
3983
3984#~ msgid "-malign-functions=%d is not between 0 and %d"
3985#~ msgstr "-malign-functions=%d �� 0 ���� %d ������������������"
3986
3987#~ msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
3988#~ msgstr "-mpreferred-stack-boundary=%d �� 2 ���� 31 ������������������"
3989
3990#~ msgid "-mbranch-cost=%d is not between 0 and 5"
3991#~ msgstr "-mbranch-cost=%d �� 0 ���� 5 ������������������"
3992
3993#~ msgid "floating constant misused"
3994#~ msgstr "����������������������������"
3995
3996#~ msgid "invalid UNSPEC as operand"
3997#~ msgstr "���������������������� UNSPEC"
3998
3999#~ msgid "invalid expression as operand"
4000#~ msgstr "������������������������"
4001
4002#~ msgid "selector must be an immediate"
4003#~ msgstr "����������������������������������"
4004
4005#~ msgid "mask must be an immediate"
4006#~ msgstr "��������������������������������"
4007
4008#~ msgid "half-pic init called on systems that don't support it."
4009#~ msgstr "half-pic ������������������������������������������������������"
4010
4011#~ msgid "Same as -mcpu=i386"
4012#~ msgstr "-mcpu=i386 ������"
4013
4014#~ msgid "Same as -mcpu=i486"
4015#~ msgstr "-mcpu=i486 ������"
4016
4017#~ msgid "Same as -mcpu=pentium"
4018#~ msgstr "-mcpu=pentium ������"
4019
4020#~ msgid "Same as -mcpu=pentiumpro"
4021#~ msgstr "-mcpu=pentiumpro ������"
4022
4023#~ msgid "Alternate calling convention"
4024#~ msgstr "������������������������"
4025
4026#~ msgid "Use normal calling convention"
4027#~ msgstr "������������������������"
4028
4029#~ msgid "Align some doubles on dword boundary"
4030#~ msgstr "double �� dword ������������������������"
4031
4032#~ msgid "Align doubles on word boundary"
4033#~ msgstr "double �� word ������������������������"
4034
4035#~ msgid "Uninitialized locals in .bss"
4036#~ msgstr ".bss ������������������������������������"
4037
4038#~ msgid "Uninitialized locals in .data"
4039#~ msgstr ".data ������������������������������������"
4040
4041#~ msgid "Use IEEE math for fp comparisons"
4042#~ msgstr "���������������� IEEE ����������"
4043
4044#~ msgid "Do not use IEEE math for fp comparisons"
4045#~ msgstr "���������������� IEEE ��������������"
4046
4047#~ msgid "Return values of functions in FPU registers"
4048#~ msgstr "FPU ��������������������������"
4049
4050#~ msgid "Do not return values of functions in FPU registers"
4051#~ msgstr "FPU ������������������������������"
4052
4053#~ msgid "Do not generate sin, cos, sqrt for FPU"
4054#~ msgstr "FPU ���� sin, cos, sqrt ������������"
4055
4056#~ msgid "Generate sin, cos, sqrt for FPU"
4057#~ msgstr "FPU ���� sin, cos, sqrt ����������"
4058
4059#~ msgid "Omit the frame pointer in leaf functions"
4060#~ msgstr "����������������������������������������"
4061
4062#~ msgid "Enable stack probing"
4063#~ msgstr "������������������������"
4064
4065#~ msgid "Emit Intel syntax assembler opcodes"
4066#~ msgstr "Intel ��������������������������������������"
4067
4068#~ msgid "Align destination of the string operations"
4069#~ msgstr "����������������������������������������"
4070
4071#~ msgid "Do not align destination of the string operations"
4072#~ msgstr "������������������������������������������"
4073
4074#~ msgid "Inline all known string operations"
4075#~ msgstr "������������������������ inline ������"
4076
4077#~ msgid "Do not inline all known string operations"
4078#~ msgstr "������������������������ inline ��������"
4079
4080#~ msgid "Use push instructions to save outgoing arguments"
4081#~ msgstr "���������������������������� push ����������"
4082
4083#~ msgid "Do not use push instructions to save outgoing arguments"
4084#~ msgstr "�������������������������������� push ��������������"
4085
4086#~ msgid "sizeof(long double) is 16."
4087#~ msgstr "sizeof(long double) �� 16 ��������"
4088
4089#~ msgid "sizeof(long double) is 12."
4090#~ msgstr "sizeof(long double) �� 12 ��������"
4091
4092#~ msgid "Schedule code for given CPU"
4093#~ msgstr "������ CPU ����������������������������"
4094
4095#~ msgid "Generate code for given CPU"
4096#~ msgstr "������ CPU ��������������������"
4097
4098#~ msgid "Control allocation order of integer registers"
4099#~ msgstr "������������������������������"
4100
4101#~ msgid "Number of registers used to pass integer arguments"
4102#~ msgstr "��������������������������������������������"
4103
4104#~ msgid "Loop code aligned to this power of 2"
4105#~ msgstr "����������������������������������������������"
4106
4107#~ msgid "Jump targets are aligned to this power of 2"
4108#~ msgstr "��������������������������������������������"
4109
4110#~ msgid "Function starts are aligned to this power of 2"
4111#~ msgstr "������������������������������������������������"
4112
4113#~ msgid "Attempt to keep stack aligned to this power of 2"
4114#~ msgstr "����������������������������������������������������"
4115
4116#~ msgid "Branches are this expensive (1-5, arbitrary units)"
4117#~ msgstr "�������������������������� (1-5, ����������)"
4118
4119#~ msgid "Profiling uses mcount"
4120#~ msgstr "�������������� mcount ����������"
4121
4122#~ msgid "Emit half-PIC code"
4123#~ msgstr "�� PIC ����������������"
4124
4125#~ msgid "Emit ELF object code"
4126#~ msgstr "ELF ����������������������������"
4127
4128#~ msgid "Emit ROSE object code"
4129#~ msgstr "ROSE ����������������������������"
4130
4131#~ msgid "Symbols have a leading underscore"
4132#~ msgstr "������������������������������������"
4133
4134#~ msgid "Align to >word boundaries"
4135#~ msgstr "����������������������������������"
4136
4137#~ msgid "Use mcount for profiling"
4138#~ msgstr "���������������� mcount ����������"
4139
4140#~ msgid "Use mcount_ptr for profiling"
4141#~ msgstr "�������������������� mcount_ptr ����������"
4142
4143#~ msgid "Generate ELF output"
4144#~ msgstr "ELF ��������������"
4145
4146#~ msgid "Use Mingw32 interface"
4147#~ msgstr "Mingw32 ��������������������������"
4148
4149#~ msgid "Use Cygwin interface"
4150#~ msgstr "Cygwin ��������������������������"
4151
4152#~ msgid "Use bare Windows interface"
4153#~ msgstr "���� Windows ��������������������������"
4154
4155#~ msgid "`%s' declared as both exported to and imported from a DLL."
4156#~ msgstr "`%s' �� DLL ���� import��DLL �� export ��������������������������"
4157
4158#~ msgid "Environment variable DJGPP not defined."
4159#~ msgstr "�������� DJGPP ��������������������"
4160
4161#~ msgid "Environment variable DJGPP points to missing file '%s'."
4162#~ msgstr "�������� DJGPP ������������������������ '%s' ����������������"
4163
4164#~ msgid "Environment variable DJGPP points to corrupt file '%s'."
4165#~ msgstr "�������� DJGPP ������������������ '%s' ����������������"
4166
4167#~ msgid "Generate code which uses the FPU"
4168#~ msgstr "����������������������������������������������"
4169
4170#~ msgid "Do not generate code which uses the FPU"
4171#~ msgstr "����������������������������������������������"
4172
4173#~ msgid "sorry, not implemented: #pragma align NAME=SIZE"
4174#~ msgstr "������������������������: #pragma align NAME=SIZE"
4175
4176#~ msgid "malformed #pragma align - ignored"
4177#~ msgstr "�������� #pragma align - ��������������"
4178
4179#~ msgid "sorry, not implemented: #pragma noalign NAME"
4180#~ msgstr "������������������������: #pragma noalign NAME"
4181
4182#~ msgid "stack limit expression is not supported"
4183#~ msgstr "������������������������������"
4184
4185#~ msgid "Generate SA code"
4186#~ msgstr "SA ����������������"
4187
4188#~ msgid "Generate SB code"
4189#~ msgstr "SB ����������������"
4190
4191#~ msgid "Generate KA code"
4192#~ msgstr "KA ����������������"
4193
4194#~ msgid "Generate KB code"
4195#~ msgstr "KB ����������������"
4196
4197#~ msgid "Generate JA code"
4198#~ msgstr "JA ����������������"
4199
4200#~ msgid "Generate JD code"
4201#~ msgstr "JD ����������������"
4202
4203#~ msgid "Generate JF code"
4204#~ msgstr "JF ����������������"
4205
4206#~ msgid "generate RP code"
4207#~ msgstr "RP ����������������"
4208
4209#~ msgid "Generate MC code"
4210#~ msgstr "MC ����������������"
4211
4212#~ msgid "Generate CA code"
4213#~ msgstr "CA ����������������"
4214
4215#~ msgid "Generate CF code"
4216#~ msgstr "CF ����������������"
4217
4218#~ msgid "Use alternate leaf function entries"
4219#~ msgstr "��������������������������"
4220
4221#~ msgid "Do not use alternate leaf function entries"
4222#~ msgstr "��������������������������������"
4223
4224#~ msgid "Perform tail call optimization"
4225#~ msgstr "������������������������"
4226
4227#~ msgid "Do not perform tail call optimization"
4228#~ msgstr "����������������������������"
4229
4230#~ msgid "Use complex addressing modes"
4231#~ msgstr "����������������������������������"
4232
4233#~ msgid "Do not use complex addressing modes"
4234#~ msgstr "������������������������������������"
4235
4236#~ msgid "Align code to 8 byte boundary"
4237#~ msgstr "�������� 8 ������������������������"
4238
4239#~ msgid "Do not align code to 8 byte boundary"
4240#~ msgstr "�������� 8 bit ����������������������"
4241
4242#~ msgid "Enable compatibility with iC960 v2.0"
4243#~ msgstr "iC960 v2.0 ����������������������"
4244
4245#~ msgid "Enable compatibility with iC960 v3.0"
4246#~ msgstr "iC960 v3.0 ����������������������"
4247
4248#~ msgid "Enable compatibility with ic960 assembler"
4249#~ msgstr "ic960 ��������������������������������"
4250
4251#~ msgid "Do not permit unaligned accesses"
4252#~ msgstr "������������������������������������"
4253
4254#~ msgid "Permit unaligned accesses"
4255#~ msgstr "����������������������������������"
4256
4257#~ msgid "Layout types like Intel's v1.3 gcc"
4258#~ msgstr "Intel �� v1.3 gcc ����������������������"
4259
4260#~ msgid "Do not layout types like Intel's v1.3 gcc"
4261#~ msgstr "Intel v1.3 gcc ������������������������������"
4262
4263#~ msgid "Use 64 bit long doubles"
4264#~ msgstr "64 ������ long double ����������"
4265
4266#~ msgid "Enable linker relaxation"
4267#~ msgstr "������������������������"
4268
4269#~ msgid "Do not enable linker relaxation"
4270#~ msgstr "��������������������������"
4271
4272#~ msgid "conflicting architectures defined - using C series"
4273#~ msgstr "�������� architecture ���������������� - C ������������"
4274
4275#~ msgid "conflicting architectures defined - using K series"
4276#~ msgstr "�������� architecture ���������������� - K ������������<"
4277
4278#~ msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
4279#~ msgstr "iC2.0 �� iC3.0 ���������������������� - iC3.0 ������������"
4280
4281#~ msgid "The -mlong-double-64 option does not work yet."
4282#~ msgstr "-mlong-double-64 ����������������������������"
4283
4284#~ msgid "ia64_print_operand: unknown code"
4285#~ msgstr "ia64_print_operand: ����������������"
4286
4287#~ msgid "value of -mfixed-range must have form REG1-REG2"
4288#~ msgstr "-mfixed-range ������ REG1-REG2 ������������������������"
4289
4290#~ msgid "unknown register name: %s"
4291#~ msgstr "��������������������: %s"
4292
4293#~ msgid "%s-%s is an empty range"
4294#~ msgstr "%s-%s ��������������"
4295
4296#~ msgid "cannot optimize division for both latency and throughput"
4297#~ msgstr "������������������������������������������������������"
4298
4299#~ msgid "Generate big endian code"
4300#~ msgstr "��������������������������������"
4301
4302#~ msgid "Generate little endian code"
4303#~ msgstr "��������������������������������"
4304
4305#~ msgid "Generate code for GNU as"
4306#~ msgstr "GNU as ��������������������"
4307
4308#~ msgid "Generate code for Intel as"
4309#~ msgstr "Intel as ��������������������"
4310
4311#~ msgid "Generate code for GNU ld"
4312#~ msgstr "GNU ld ��������������������"
4313
4314#~ msgid "Generate code for Intel ld"
4315#~ msgstr "Intel ld ��������������������"
4316
4317#~ msgid "Generate code without GP reg"
4318#~ msgstr "GP ��������������������������������"
4319
4320#~ msgid "Emit stop bits before and after volatile extended asms"
4321#~ msgstr "�������������� volatile �������� stop ����������������"
4322
4323#~ msgid "Don't emit stop bits before and after volatile extended asms"
4324#~ msgstr "�������������� volatile �������� stop ����������������"
4325
4326#~ msgid "Emit code for Itanium (TM) processor B step"
4327#~ msgstr "Itanium (TM) ���������� B step ������������������"
4328
4329#~ msgid "Use in/loc/out register names"
4330#~ msgstr "in/loc/out ��������������������"
4331
4332#~ msgid "Disable use of sdata/scommon/sbss"
4333#~ msgstr "sdata/scommon/sbss ������������������"
4334
4335#~ msgid "Enable use of sdata/scommon/sbss"
4336#~ msgstr "sdata/scommon/sbss ������������������"
4337
4338#~ msgid "gp is constant (but save/restore gp on indirect calls)"
4339#~ msgstr "gp ���������������������������������� gp �� save/restore ������"
4340
4341#~ msgid "Generate self-relocatable code"
4342#~ msgstr "������������������������������"
4343
4344#~ msgid "Generate inline division, optimize for latency"
4345#~ msgstr "����������������������������������������������"
4346
4347#~ msgid "Generate inline division, optimize for throughput"
4348#~ msgstr "������������������������������������������������"
4349
4350#~ msgid "Enable Dwarf 2 line debug info via GNU as"
4351#~ msgstr "GNU as �������� Dwarf2 ������������������������"
4352
4353#~ msgid "Disable Dwarf 2 line debug info via GNU as"
4354#~ msgstr "GNU as �������� Dwarf2 ������������������������"
4355
4356#~ msgid "Specify range of registers to make fixed."
4357#~ msgstr "��������������������������������������"
4358
4359#~ msgid "-msystem-v and -p are incompatible"
4360#~ msgstr "-msystem-v �� -p ��������������������"
4361
4362#~ msgid "-msystem-v and -mthreads are incompatible"
4363#~ msgstr "-msystem-v �� -mthreads ��������������������"
4364
4365#~ msgid "bad value (%s) for -mmodel switch"
4366#~ msgstr "-mmodel ������������������������ (%s)"
4367
4368#~ msgid "bad value (%s) for -msdata switch"
4369#~ msgstr "-msdata ������������������������ (%s)"
4370
4371#~ msgid "const objects cannot go in .sdata/.sbss"
4372#~ msgstr "const �������������� .sdata/.sbss ������������"
4373
4374#~ msgid "invalid operand to %s code"
4375#~ msgstr "%s ������������������������������"
4376
4377#~ msgid "invalid operand to %p code"
4378#~ msgstr "%p ������������������������������"
4379
4380#~ msgid "invalid operand to %T/%B code"
4381#~ msgstr "%T/%B ������������������������������"
4382
4383#~ msgid "invalid operand to %N code"
4384#~ msgstr "%N ������������������������������"
4385
4386#~ msgid "Display compile time statistics"
4387#~ msgstr "������������������������������"
4388
4389#~ msgid "Align all loops to 32 byte boundary"
4390#~ msgstr "�������������� 32 ������������������������"
4391
4392#~ msgid "Only issue one instruction per cycle"
4393#~ msgstr "������������������������������������"
4394
4395#~ msgid "Prefer branches over conditional execution"
4396#~ msgstr "������������������������������������"
4397
4398#~ msgid "Code size: small, medium or large"
4399#~ msgstr "������������: small, medium ���� large"
4400
4401#~ msgid "Small data area: none, sdata, use"
4402#~ msgstr "������������������: none, sdata, use"
4403
4404#~ msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
4405#~ msgstr "-f%s �� 68HC11/68HC12 ������������������������ (������������������)"
4406
4407#~ msgid "Compile with 16-bit integer mode"
4408#~ msgstr "16 ��������������������������������"
4409
4410#~ msgid "Compile with 32-bit integer mode"
4411#~ msgstr "32 ��������������������������������"
4412
4413#~ msgid "Auto pre/post decrement increment allowed"
4414#~ msgstr "���� pre/post ������������ ������������������������"
4415
4416#~ msgid "Auto pre/post decrement increment not allowed"
4417#~ msgstr "���� pre/post ������������ ��������������������������"
4418
4419#~ msgid "Compile for a 68HC11"
4420#~ msgstr "68HC11 ������������������"
4421
4422#~ msgid "Compile for a 68HC12"
4423#~ msgstr "68HC12 ������������������"
4424
4425#~ msgid "Specify the register allocation order"
4426#~ msgstr "������������������������"
4427
4428#~ msgid "Indicate the number of soft registers available"
4429#~ msgstr "��������������������������������"
4430
4431#~ msgid "-malign-loops=%d is not between 1 and %d"
4432#~ msgstr "-malign-loops=%d �� 1 ���� %d ��������������������"
4433
4434#~ msgid "-malign-jumps=%d is not between 1 and %d"
4435#~ msgstr "-malign-jumps=%d �� 1 ���� %d ��������������������"
4436
4437#~ msgid "-malign-functions=%d is not between 1 and %d"
4438#~ msgstr "-malign-functions=%d �� 1 ���� %d ��������������������"
4439
4440#~ msgid "-fPIC is not currently supported on the 68000 or 68010\n"
4441#~ msgstr "���������� 68000 �� 68010 ���� -fPIC ������������������������\n"
4442
4443#~ msgid "Internal gcc monitor: short-branch(%x)"
4444#~ msgstr "���� gcc ������: ����������������(%x)"
4445
4446#~ msgid "Internal gcc error: Can't express symbolic location"
4447#~ msgstr "���� gcc ������: ����������������������������"
4448
4449#~ msgid "argument #%d is a structure"
4450#~ msgstr "���� #%d ������������"
4451
4452#~ msgid "%R not followed by %B/C/D/E"
4453#~ msgstr "%R ������ %B/C/D/E ������������"
4454
4455#~ msgid "invalid %x/X value"
4456#~ msgstr "������ %x/X ������"
4457
4458#~ msgid "invalid %H value"
4459#~ msgstr "������ %H ������"
4460
4461#~ msgid "invalid %h value"
4462#~ msgstr "������ %h ������"
4463
4464#~ msgid "invalid %Q value"
4465#~ msgstr "������ %Q ������"
4466
4467#~ msgid "invalid %q value"
4468#~ msgstr "������ %q ������"
4469
4470#~ msgid "invalid %o value"
4471#~ msgstr "������ %o ������"
4472
4473#~ msgid "invalid %p value"
4474#~ msgstr "������ %p ������"
4475
4476#~ msgid "invalid %s/S value"
4477#~ msgstr "������ %s/S ������"
4478
4479#~ msgid "invalid %P operand"
4480#~ msgstr "������ %P ��������������"
4481
4482#~ msgid "invalid %B value"
4483#~ msgstr "������ %B ������"
4484
4485#~ msgid "invalid %C value"
4486#~ msgstr "������ %C ������"
4487
4488#~ msgid "invalid %D value"
4489#~ msgstr "������ %D ������"
4490
4491#~ msgid "invalid %E value"
4492#~ msgstr "������ %E ������"
4493
4494#~ msgid "`%d' operand isn't a register"
4495#~ msgstr "`%d' ����������������������������������"
4496
4497#~ msgid "invalid %r value"
4498#~ msgstr "������ %r ������"
4499
4500#~ msgid "operand is r0"
4501#~ msgstr "������������ r0 ����"
4502
4503#~ msgid "operand is const_double"
4504#~ msgstr "������������ const_double ����"
4505
4506#~ msgid "invalid code"
4507#~ msgstr "����������������"
4508
4509#~ msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
4510#~ msgstr "-mtrap-large-shift �� -mhandle-large-shift ����������������"
4511
4512#~ msgid "Invalid option `-mshort-data-%s'"
4513#~ msgstr "���������������� `-mshort-data-%s'"
4514
4515#~ msgid "-mshort-data-%s is too large "
4516#~ msgstr "-mshort-data-%s ����������������"
4517
4518#~ msgid "-mshort-data-%s and PIC are incompatible"
4519#~ msgstr "-mshort-data-%s �� PIC ����������������"
4520
4521#~ msgid "Invalid option `-mstack-increment=%s'"
4522#~ msgstr "`-mstack-increment=%s' ����������������������"
4523
4524#~ msgid "Inline constants if it can be done in 2 insns or less"
4525#~ msgstr "2 ��������������������������������������������"
4526
4527#~ msgid "inline constants if it only takes 1 instruction"
4528#~ msgstr "1 ����������������������������������������"
4529
4530#~ msgid "Set maximum alignment to 4"
4531#~ msgstr "�������������������� 4 ����������"
4532
4533#~ msgid "Set maximum alignment to 8"
4534#~ msgstr "�������������������� 8 ����������"
4535
4536#~ msgid "Do not use the divide instruction"
4537#~ msgstr "��������������������"
4538
4539#~ msgid "Do not arbitary sized immediates in bit operations"
4540#~ msgstr "������������������������������������"
4541
4542#~ msgid "Always treat bitfield as int-sized"
4543#~ msgstr "���������������������� int ������������������"
4544
4545#~ msgid "Force functions to be aligned to a 4 byte boundary"
4546#~ msgstr "�������������� 4 ������������������������"
4547
4548#~ msgid "Force functions to be aligned to a 2 byte boundary"
4549#~ msgstr "�������������� 2 ������������������������"
4550
4551#~ msgid "Emit call graph information"
4552#~ msgstr "����������������������������"
4553
4554#~ msgid "Prefer word accesses over byte accesses"
4555#~ msgstr "��������������������������������������"
4556
4557#~ msgid "Generate code for the M*Core M340"
4558#~ msgstr "M*Core M340 ��������������������"
4559
4560#~ msgid "Maximum amount for a single stack increment operation"
4561#~ msgstr "��������������������������������������"
4562
4563#~ msgid "-mips%d not supported"
4564#~ msgstr "-mips%d ��������������������"
4565
4566#~ msgid "bad value (%s) for -mips switch"
4567#~ msgstr "-mips ������������������������ (%s)"
4568
4569#~ msgid "bad value (%s) for -mabi= switch"
4570#~ msgstr "-mabi= ������������������������ (%s)"
4571
4572#~ msgid "-mabi=%s does not support -mips%d"
4573#~ msgstr "-mabi=%s �� -mips%d ������������������"
4574
4575#~ msgid "The -mabi=32 support does not work yet."
4576#~ msgstr "-mabi=32 ��������������������������"
4577
4578#~ msgid "This target does not support the -mabi switch."
4579#~ msgstr "���������������� -mabi ��������������������������"
4580
4581#~ msgid "-mcpu=%s does not support -mips%d"
4582#~ msgstr "-mcpu=%s �� -mips%d ������������������"
4583
4584#~ msgid "-mips%d does not support 64 bit fp registers"
4585#~ msgstr "-mips%d �� 64 bit fp ��������������������������"
4586
4587#~ msgid "-mips%d does not support 64 bit gp registers"
4588#~ msgstr "-mips%d �� 64 bit gp ������������������������������"
4589
4590#~ msgid "-G is incompatible with PIC code which is the default"
4591#~ msgstr "-G �������������� PIC ����������������������"
4592
4593#~ msgid "-membedded-pic and -mabicalls are incompatible"
4594#~ msgstr "-membedded-pic �� -mabicalls ����������������"
4595
4596#~ msgid "-G and -membedded-pic are incompatible"
4597#~ msgstr "-G �� -membedded-pic ����������������"
4598
4599#~ msgid "Invalid option `entry%s'"
4600#~ msgstr "���������������� `entry%s'"
4601
4602#~ msgid "-mentry is only meaningful with -mips-16"
4603#~ msgstr "-mentry �� -mips-16 ��������������������������������"
4604
4605#~ msgid "internal error: %%) found without a %%( in assembler pattern"
4606#~ msgstr "����������: �������������������� %%( ������ %%) ����������������"
4607
4608#~ msgid "internal error: %%] found without a %%[ in assembler pattern"
4609#~ msgstr "����������: �������������������� %%[ ������ %%] ����������������"
4610
4611#~ msgid "internal error: %%> found without a %%< in assembler pattern"
4612#~ msgstr "����������: �������������������� %%< ������ %%> ����������������"
4613
4614#~ msgid "internal error: %%} found without a %%{ in assembler pattern"
4615#~ msgstr "����������: �������������������� %%{ ������ %%} ����������������"
4616
4617#~ msgid "PRINT_OPERAND: Unknown punctuation '%c'"
4618#~ msgstr "PRINT_OPERAND: ������������ '%c'"
4619
4620#~ msgid "PRINT_OPERAND null pointer"
4621#~ msgstr "PRINT_OPERAND NULL ��������"
4622
4623#~ msgid "invalid use of %%d, %%x, or %%X"
4624#~ msgstr "������������ of %%d, %%x, ���� %%X"
4625
4626#~ msgid "PRINT_OPERAND_ADDRESS, null pointer"
4627#~ msgstr "PRINT_OPERAND_ADDRESS, null ��������"
4628
4629#~ msgid "can't open %s"
4630#~ msgstr "%s ������������"
4631
4632#~ msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
4633#~ msgstr "MIPS ECOFF �������� #line ��������������������������������������������"
4634
4635#~ msgid "can't rewind %s"
4636#~ msgstr "%s �� rewind ����������"
4637
4638#~ msgid "can't write to %s"
4639#~ msgstr "%s ����������������"
4640
4641#~ msgid "can't read from %s"
4642#~ msgstr "%s ����������������"
4643
4644#~ msgid "can't close %s"
4645#~ msgstr "%s �� close ����������"
4646
4647#~ msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
4648#~ msgstr "gp_offset (%ld) ���� end_offset (%ld) ������������������������������"
4649
4650#~ msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
4651#~ msgstr "fp_offset (%ld) ���� end_offset (%ld) ��������������������������������"
4652
4653#~ msgid "can not handle inconsistent calls to `%s'"
4654#~ msgstr "`%s' ������������������������������������"
4655
4656#~ msgid "No default crt0.o"
4657#~ msgstr "crt0.o ��������������������"
4658
4659#~ msgid "Use 64-bit int type"
4660#~ msgstr "64 ������ int ������������"
4661
4662#~ msgid "Use 64-bit long type"
4663#~ msgstr "64 ������ long ������������"
4664
4665#~ msgid "Use 32-bit long type"
4666#~ msgstr "32 ������ long ������������"
4667
4668#~ msgid "Optimize lui/addiu address loads"
4669#~ msgstr "lui/addiu ��������������������������"
4670
4671#~ msgid "Don't optimize lui/addiu address loads"
4672#~ msgstr "lui/addiu ����������������������������"
4673
4674#~ msgid "Use MIPS as"
4675#~ msgstr "MIPS as ����������"
4676
4677#~ msgid "Use GNU as"
4678#~ msgstr "GNU as ����������"
4679
4680#~ msgid "Use symbolic register names"
4681#~ msgstr "��������������������������������"
4682
4683#~ msgid "Don't use symbolic register names"
4684#~ msgstr "����������������������������������"
4685
4686#~ msgid "Use GP relative sdata/sbss sections"
4687#~ msgstr "GP ���� sdata/sbss ��������������������"
4688
4689#~ msgid "Don't use GP relative sdata/sbss sections"
4690#~ msgstr "GP ���� sdata/sbss ����������������������"
4691
4692#~ msgid "Output compiler statistics"
4693#~ msgstr "������������������������"
4694
4695#~ msgid "Don't output compiler statistics"
4696#~ msgstr "��������������������������"
4697
4698#~ msgid "Don't optimize block moves"
4699#~ msgstr "��������������������������"
4700
4701#~ msgid "Optimize block moves"
4702#~ msgstr "������������������������"
4703
4704#~ msgid "Use mips-tfile asm postpass"
4705#~ msgstr "asm �������� mips-tfile ����������"
4706
4707#~ msgid "Don't use mips-tfile asm postpass"
4708#~ msgstr "asm �������� mips-tfile ������������"
4709
4710#~ msgid "Use hardware floating point"
4711#~ msgstr "��������������������������������"
4712
4713#~ msgid "Use 64-bit FP registers"
4714#~ msgstr "64 ������ FP ������������������"
4715
4716#~ msgid "Use 32-bit FP registers"
4717#~ msgstr "32 ������ FP ������������������"
4718
4719#~ msgid "Use 64-bit general registers"
4720#~ msgstr "64 ����������������������������"
4721
4722#~ msgid "Use 32-bit general registers"
4723#~ msgstr "32 ����������������������������"
4724
4725#~ msgid "Use Irix PIC"
4726#~ msgstr "Irix PIC ����������"
4727
4728#~ msgid "Don't use Irix PIC"
4729#~ msgstr "Irix PIC ������������"
4730
4731#~ msgid "Use OSF PIC"
4732#~ msgstr "OSF PIC ����������"
4733
4734#~ msgid "Don't use OSF PIC"
4735#~ msgstr "OSF PIC ������������"
4736
4737#~ msgid "Use indirect calls"
4738#~ msgstr "����������������������"
4739
4740#~ msgid "Don't use indirect calls"
4741#~ msgstr "������������������������"
4742
4743#~ msgid "Use embedded PIC"
4744#~ msgstr "�������� PIC ����������"
4745
4746#~ msgid "Don't use embedded PIC"
4747#~ msgstr "�������� PIC ������������"
4748
4749#~ msgid "Use ROM instead of RAM"
4750#~ msgstr "RAM ���������� ROM ����������"
4751
4752#~ msgid "Don't use ROM instead of RAM"
4753#~ msgstr "RAM ���������� ROM ������������"
4754
4755#~ msgid "Put uninitialized constants in ROM (needs -membedded-data)"
4756#~ msgstr "�������������� ROM ������(�� -membedded-data)"
4757
4758#~ msgid "Don't put uninitialized constants in ROM"
4759#~ msgstr "�������������� ROM ����������"
4760
4761#~ msgid "Use big-endian byte order"
4762#~ msgstr "��������������������������������������"
4763
4764#~ msgid "Use little-endian byte order"
4765#~ msgstr "��������������������������������������"
4766
4767#~ msgid "Use single (32-bit) FP only"
4768#~ msgstr "������(32bit) FP ��������������"
4769
4770#~ msgid "Don't use single (32-bit) FP only"
4771#~ msgstr "������(32bit) FP ��������������"
4772
4773#~ msgid "Use multiply accumulate"
4774#~ msgstr "������������������"
4775
4776#~ msgid "Don't use multiply accumulate"
4777#~ msgstr "��������������������������"
4778
4779#~ msgid "Work around early 4300 hardware bug"
4780#~ msgstr "������ 4300 ����������������������������"
4781
4782#~ msgid "Don't work around early 4300 hardware bug"
4783#~ msgstr "������ 4300 ��������������������������������"
4784
4785#~ msgid "Optimize for 4650"
4786#~ msgstr "4650 ��������������"
4787
4788#~ msgid "Optimize for 3900"
4789#~ msgstr "3900 ��������������"
4790
4791#~ msgid "Trap on integer divide by zero"
4792#~ msgstr "����������������������������"
4793
4794#~ msgid "Don't trap on integer divide by zero"
4795#~ msgstr "������������������������������"
4796
4797#~ msgid "Trap on integer divide overflow"
4798#~ msgstr "��������������������������������������"
4799
4800#~ msgid "Don't trap on integer divide overflow"
4801#~ msgstr "����������������������������������������"
4802
4803#~ msgid "Specify CPU for scheduling purposes"
4804#~ msgstr "���������������������������� CPU ����������"
4805
4806#~ msgid "Specify MIPS ISA"
4807#~ msgstr "MIPS ISA ����������"
4808
4809#~ msgid "Use mips16 entry/exit psuedo ops"
4810#~ msgstr "mips16 �� entry/exit ������������������������"
4811
4812#~ msgid "Don't use MIPS16 instructions"
4813#~ msgstr "MIPS16 ����������������"
4814
4815#~ msgid "mips16 function profiling"
4816#~ msgstr "mips16 ����������������"
4817
4818#~ msgid "Work around hardware multiply bug"
4819#~ msgstr "������������������������������"
4820
4821#~ msgid "Do not work around hardware multiply bug"
4822#~ msgstr "��������������������������������"
4823
4824#~ msgid "Target the AM33 processor"
4825#~ msgstr "AM33 ����������������������������"
4826
4827#~ msgid "optimization turned on"
4828#~ msgstr "������������������"
4829
4830#~ msgid "optimization turned off"
4831#~ msgstr "������������������"
4832
4833#~ msgid "optimization level restored"
4834#~ msgstr "����������������������������"
4835
4836#~ msgid "Don't use hardware fp"
4837#~ msgstr "����������������������������������"
4838
4839#~ msgid "Alternative calling convention"
4840#~ msgstr "��������������������������"
4841
4842#~ msgid "Pass some arguments in registers"
4843#~ msgstr "����������������������������������"
4844
4845#~ msgid "Pass all arguments on stack"
4846#~ msgstr "������������������������������"
4847
4848#~ msgid "Optimize for 32532 cpu"
4849#~ msgstr "32532 cpu ��������������"
4850
4851#~ msgid "Optimize for 32332 cpu"
4852#~ msgstr "32332 cpu ��������������"
4853
4854#~ msgid "Optimize for 32032"
4855#~ msgstr "32032 ��������������"
4856
4857#~ msgid "Register sb is zero. Use for absolute addressing"
4858#~ msgstr "sb ��������������������������������������������"
4859
4860#~ msgid "Do not use register sb"
4861#~ msgstr "sb ��������������������"
4862
4863#~ msgid "Do not use bitfield instructions"
4864#~ msgstr "��������������������������������"
4865
4866#~ msgid "Use bitfield instructions"
4867#~ msgstr "������������������������������"
4868
4869#~ msgid "Generate code for high memory"
4870#~ msgstr "��������������������������������������"
4871
4872#~ msgid "Generate code for low memory"
4873#~ msgstr "��������������������������������������"
4874
4875#~ msgid "32381 fpu"
4876#~ msgstr "32381 ������������������"
4877
4878#~ msgid "Use multiply-accumulate fp instructions"
4879#~ msgstr "����-������������������������������"
4880
4881#~ msgid "Do not use multiply-accumulate fp instructions"
4882#~ msgstr "����-������������������������������"
4883
4884#~ msgid "\"Small register classes\" kludge"
4885#~ msgstr "\"����������������������\" ����������(kludge)��������"
4886
4887#~ msgid "No \"Small register classes\" kludge"
4888#~ msgstr "\"����������������������\" ����������(kludge)������������"
4889
4890#~ msgid ""
4891#~ "Unknown -mschedule= option (%s).\n"
4892#~ "Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
4893#~ msgstr ""
4894#~ "������ -mschedule= ���������� (%s).\n"
4895#~ "������������������ 700, 7100, 7100LC, 7200, ���� 8000 ����\n"
4896
4897#~ msgid ""
4898#~ "Unknown -march= option (%s).\n"
4899#~ "Valid options are 1.0, 1.1, and 2.0\n"
4900#~ msgstr ""
4901#~ "������ -march= ���������� (%s).\n"
4902#~ "������������������ 1.0, 1.1, ���� 2.0\n"
4903
4904#~ msgid "PIC code generation is not supported in the portable runtime model\n"
4905#~ msgstr "PIC ��������������������������������������������������\n"
4906
4907#~ msgid "PIC code generation is not compatible with fast indirect calls\n"
4908#~ msgstr "PIC ������������������������������������������\n"
4909
4910#~ msgid "PIC code generation is not compatible with profiling\n"
4911#~ msgstr "PIC ��������������������������������������������\n"
4912
4913#~ msgid "-g is only supported when using GAS on this processor,"
4914#~ msgstr "-g �������������������� GAS ��������������������������������"
4915
4916#~ msgid "-g option disabled."
4917#~ msgstr "-g ����������������������������"
4918
4919#~ msgid "Do not use hardware floating point"
4920#~ msgstr "����������������������������������"
4921
4922#~ msgid "Return floating point results in ac0"
4923#~ msgstr "������������������ ac0 ������"
4924
4925#~ msgid "Return floating point results in memory"
4926#~ msgstr "������������������������������"
4927
4928#~ msgid "Generate code for an 11/40"
4929#~ msgstr "11/40 ��������������������"
4930
4931#~ msgid "Generate code for an 11/45"
4932#~ msgstr "11/45 ��������������������"
4933
4934#~ msgid "Generate code for an 11/10"
4935#~ msgstr "11/10 ��������������������"
4936
4937#~ msgid "Use 32 bit int"
4938#~ msgstr "32 ��������������������"
4939
4940#~ msgid "Use 16 bit int"
4941#~ msgstr "16 ��������������������"
4942
4943#~ msgid "Use 32 bit float"
4944#~ msgstr "32 ������������������������"
4945
4946#~ msgid "Use 64 bit float"
4947#~ msgstr "64 ������������������������"
4948
4949#~ msgid "Target has split I&D"
4950#~ msgstr "������������ split ������������������������"
4951
4952#~ msgid "Target does not have split I&D"
4953#~ msgstr "������������ split ����������������������������"
4954
4955#~ msgid "Use UNIX assembler syntax"
4956#~ msgstr "UNIX ������������������������"
4957
4958#~ msgid "Use DEC assembler syntax"
4959#~ msgstr "DEC ������������������������"
4960
4961#~ msgid "Generate little endian data"
4962#~ msgstr "����������������������������������"
4963
4964#~ msgid "Generate big endian data"
4965#~ msgstr "����������������������������������"
4966
4967#~ msgid "Turn on maintainer testing code"
4968#~ msgstr "��������������������������������"
4969
4970#~ msgid "Enable Transmeta picoJava extensions"
4971#~ msgstr "Transmeta picoJava ����������������"
4972
4973#~ msgid "Disable Transmeta picoJava extensions"
4974#~ msgstr "Transmeta picoJava ����������������"
4975
4976#~ msgid "Disable reorganization pass"
4977#~ msgstr "����������������������"
4978
4979#~ msgid "invalid %%B value"
4980#~ msgstr "������ %%B ��"
4981
4982#~ msgid "invalid %%S value"
4983#~ msgstr "������ %%S ��"
4984
4985#~ msgid "invalid %%b value"
4986#~ msgstr "������ %%b ��"
4987
4988#~ msgid "invalid %%H value"
4989#~ msgstr "������ %%H ��"
4990
4991#~ msgid "invalid %%z value"
4992#~ msgstr "������ %%z ��"
4993
4994#~ msgid "invalid %%Z value"
4995#~ msgstr "������ %%Z ��"
4996
4997#~ msgid "invalid %%k value"
4998#~ msgstr "������ %%k ��"
4999
5000#~ msgid "invalid %%j value"
5001#~ msgstr "������ %%j ��"
5002
5003#~ msgid "can't have varargs with -mfp-arg-in-fp-regs"
5004#~ msgstr "-mfp-arg-in-fp-regs ������������������������������"
5005
5006#~ msgid "Always pass floating-point arguments in memory"
5007#~ msgstr "������������������������������������"
5008
5009#~ msgid "Don't always pass floating-point arguments in memory"
5010#~ msgstr "��������������������������������������"
5011
5012#~ msgid "Support message passing with the Parallel Environment"
5013#~ msgstr "����������������������������������������������"
5014
5015#~ msgid "Compile for 64-bit pointers"
5016#~ msgstr "64 ��������������������������������"
5017
5018#~ msgid "Compile for 32-bit pointers"
5019#~ msgstr "32 ��������������������������������"
5020
5021#~ msgid "-maix64 and POWER architecture are incompatible."
5022#~ msgstr "-maix64 �� POWER ��������������������������������������"
5023
5024#~ msgid "-maix64 requires PowerPC64 architecture remain enabled."
5025#~ msgstr "PowerPC64 ���������������������� -maix64 ��������������������"
5026
5027#~ msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported."
5028#~ msgstr "-maix64 ����: 32 bit ���������������� 64 bit ������������������������"
5029
5030#~ msgid "-mmultiple is not supported on little endian systems"
5031#~ msgstr "-mmultiple ����������������������������������������������������"
5032
5033#~ msgid "-mstring is not supported on little endian systems"
5034#~ msgstr "-mstring ����������������������������������������������������"
5035
5036#~ msgid "-f%s ignored for AIX (all code is position independent)"
5037#~ msgstr "AIX ���� -f%s ������������������������������������������������"
5038
5039#~ msgid "-ffunction-sections disabled on AIX when debugging"
5040#~ msgstr "AIX ���������������� -ffunction-sections ����������������"
5041
5042#~ msgid "-fdata-sections not supported on AIX"
5043#~ msgstr "AIX ���� -fdata-sections ��������������������"
5044
5045#~ msgid "Unknown -mdebug-%s switch"
5046#~ msgstr "������ -mdebug-%s ������������"
5047
5048#~ msgid "invalid %%f value"
5049#~ msgstr "������ %%f ������"
5050
5051#~ msgid "invalid %%F value"
5052#~ msgstr "������ %%F ������"
5053
5054#~ msgid "invalid %%G value"
5055#~ msgstr "������ %%G ������"
5056
5057#~ msgid "invalid %%j code"
5058#~ msgstr "������ %%j ����������"
5059
5060#~ msgid "invalid %%J code"
5061#~ msgstr "������ %%J ����������"
5062
5063#~ msgid "invalid %%K value"
5064#~ msgstr "������ %%K ������"
5065
5066#~ msgid "invalid %%p value"
5067#~ msgstr "������ %%p ������"
5068
5069#~ msgid "invalid %%q value"
5070#~ msgstr "������ %%q ������"
5071
5072#~ msgid "%%S computed all 1's mask"
5073#~ msgstr "%%S �������� 1 ����������������������"
5074
5075#~ msgid "%%S computed all 0's mask"
5076#~ msgstr "%%S �������� 0 ����������������������"
5077
5078#~ msgid "invalid %%T value"
5079#~ msgstr "������ %%T ������"
5080
5081#~ msgid "invalid %%u value"
5082#~ msgstr "������ %%u ������"
5083
5084#~ msgid "invalid %%v value"
5085#~ msgstr "������ %%v ������"
5086
5087#~ msgid "invalid %%W value"
5088#~ msgstr "������ %%W ������"
5089
5090#~ msgid "Use POWER instruction set"
5091#~ msgstr "POWER ��������������������"
5092
5093#~ msgid "Use POWER2 instruction set"
5094#~ msgstr "POWER2 ��������������������"
5095
5096#~ msgid "Do not use POWER2 instruction set"
5097#~ msgstr "POWER2 ����������������������"
5098
5099#~ msgid "Do not use POWER instruction set"
5100#~ msgstr "POWER ����������������������"
5101
5102#~ msgid "Use PowerPC instruction set"
5103#~ msgstr "PowerPC ��������������������"
5104
5105#~ msgid "Do not use PowerPC instruction set"
5106#~ msgstr "PowerPC ����������������������"
5107
5108#~ msgid "Use PowerPC General Purpose group optional instructions"
5109#~ msgstr "PowerPC ����������������������������������������"
5110
5111#~ msgid "Don't use PowerPC General Purpose group optional instructions"
5112#~ msgstr "PowerPC ������������������������������������������"
5113
5114#~ msgid "Use PowerPC Graphics group optional instructions"
5115#~ msgstr "PowerPC ����������������������������������������������"
5116
5117#~ msgid "Don't use PowerPC Graphics group optional instructions"
5118#~ msgstr "PowerPC ����������������������������������������������"
5119
5120#~ msgid "Use PowerPC-64 instruction set"
5121#~ msgstr "PowerPC-64 ��������������������"
5122
5123#~ msgid "Don't use PowerPC-64 instruction set"
5124#~ msgstr "PowerPC-64 ����������������������"
5125
5126#~ msgid "Use new mnemonics for PowerPC architecture"
5127#~ msgstr "PowerPC ����������������������������������������������"
5128
5129#~ msgid "Use old mnemonics for PowerPC architecture"
5130#~ msgstr "PowerPC ��������������������������������������������"
5131
5132#~ msgid "Put everything in the regular TOC"
5133#~ msgstr "���������� TOC ������������"
5134
5135#~ msgid "Place floating point constants in TOC"
5136#~ msgstr "���������������� TOC ������������"
5137
5138#~ msgid "Don't place floating point constants in TOC"
5139#~ msgstr "���������������� TOC ��������������"
5140
5141#~ msgid "Place symbol+offset constants in TOC"
5142#~ msgstr "��������+���������������� TOC ������������"
5143
5144#~ msgid "Don't place symbol+offset constants in TOC"
5145#~ msgstr "��������+���������������� TOC ��������������"
5146
5147#~ msgid "Place variable addresses in the regular TOC"
5148#~ msgstr "������������������ TOC ������������"
5149
5150#~ msgid "Generate load/store multiple instructions"
5151#~ msgstr "����������������/����������������"
5152
5153#~ msgid "Do not generate load/store multiple instructions"
5154#~ msgstr "����������������/������������������"
5155
5156#~ msgid "Generate string instructions for block moves"
5157#~ msgstr "���������������� string ��������������"
5158
5159#~ msgid "Do not generate string instructions for block moves"
5160#~ msgstr "���������������� string ����������������"
5161
5162#~ msgid "Generate load/store with update instructions"
5163#~ msgstr "update ������������������/��������������������"
5164
5165#~ msgid "Do not generate load/store with update instructions"
5166#~ msgstr "update ������������������/����������������������"
5167
5168#~ msgid "Generate fused multiply/add instructions"
5169#~ msgstr "��������������/������������������"
5170
5171#~ msgid "Don't generate fused multiply/add instructions"
5172#~ msgstr "��������������/��������������������"
5173
5174#~ msgid "Don't schedule the start and end of the procedure"
5175#~ msgstr "������������������������������������������������"
5176
5177#~ msgid "Use features of and schedule code for given CPU"
5178#~ msgstr "���������� CPU ��������������������������������������"
5179
5180#~ msgid "Enable debug output"
5181#~ msgstr "������������������������"
5182
5183#~ msgid "RETURN_ADDRESS_OFFSET not supported"
5184#~ msgstr "RETURN_ADDRESS_OFFSET ������������������������"
5185
5186#~ msgid "Select ABI calling convention."
5187#~ msgstr "ABI ����������������������"
5188
5189#~ msgid "Select method for sdata handling."
5190#~ msgstr "sdata ����������������������������������"
5191
5192#~ msgid "Align to the base type of the bitfield."
5193#~ msgstr "��������������������������������������������"
5194
5195#~ msgid "Don't align to the base type of the bitfield."
5196#~ msgstr "����������������������������������������������"
5197
5198#~ msgid "Don't assume that unaligned accesses are handled by the system"
5199#~ msgstr "����������������������������������������������������������������������"
5200
5201#~ msgid "Assume that unaligned accesses are handled by the system"
5202#~ msgstr "����������������������������������������������������������������"
5203
5204#~ msgid "Produce code relocatable at runtime."
5205#~ msgstr "������������������������������������"
5206
5207#~ msgid "Don't produce code relocatable at runtime."
5208#~ msgstr "������������������������������������"
5209
5210#~ msgid "Produce little endian code."
5211#~ msgstr "����������������������������������"
5212
5213#~ msgid "Produce big endian code."
5214#~ msgstr "����������������������������������"
5215
5216#~ msgid "Use 128 bit long doubles"
5217#~ msgstr "128 �������� long double ����������"
5218
5219#~ msgid "no description yet"
5220#~ msgstr "��������������������"
5221
5222#~ msgid "Use EABI."
5223#~ msgstr "EABI ������������"
5224
5225#~ msgid "Don't use EABI."
5226#~ msgstr "EABI ��������������"
5227
5228#~ msgid "Use alternate register names."
5229#~ msgstr "������������������������"
5230
5231#~ msgid "Don't use alternate register names."
5232#~ msgstr "��������������������������"
5233
5234#~ msgid "Link with libsim.a, libc.a and sim-crt0.o."
5235#~ msgstr "libsim.a, libc.a ���� sim-crt0.o ��������������"
5236
5237#~ msgid "Link with libads.a, libc.a and crt0.o."
5238#~ msgstr "libads.a, libc.a ���� crt0.o ��������������"
5239
5240#~ msgid "Link with libyk.a, libc.a and crt0.o."
5241#~ msgstr "libyk.a, libc.a ���� crt0.o ��������������"
5242
5243#~ msgid "Link with libmvme.a, libc.a and crt0.o."
5244#~ msgstr "libmvme.a, libc.a ���� crt0.o ��������������"
5245
5246#~ msgid "Set the PPC_EMB bit in the ELF flags header"
5247#~ msgstr "PPC_EMB �������� ELF ��������������������������"
5248
5249#~ msgid "Bad value for -mcall-%s"
5250#~ msgstr "-mcall-%s ��������������������������"
5251
5252#~ msgid "Bad value for -msdata=%s"
5253#~ msgstr "-msdata=%s ������������������������"
5254
5255#~ msgid "-mrelocatable and -msdata=%s are incompatible."
5256#~ msgstr "-mrelocatable �� -msdata=%s ������������������"
5257
5258#~ msgid "-f%s and -msdata=%s are incompatible."
5259#~ msgstr "-f%s �� -msdata=%s ����������������"
5260
5261#~ msgid "-msdata=%s and -mcall-%s are incompatible."
5262#~ msgstr "-msdata=%s �� -mcall-%s ������������������"
5263
5264#~ msgid "-mrelocatable and -mno-minimal-toc are incompatible."
5265#~ msgstr "-mrelocatable �� -mno-minimal-toc ������������������"
5266
5267#~ msgid "-mrelocatable and -mcall-%s are incompatible."
5268#~ msgstr "-mrelocatable �� -mcall-%s ������������������"
5269
5270#~ msgid "-fPIC and -mcall-%s are incompatible."
5271#~ msgstr "-fPIC �� -mcall-%s ����������������"
5272
5273#~ msgid "-mcall-aixdesc must be big endian"
5274#~ msgstr "-mcall-aixdesc ����������������������������������������"
5275
5276#~ msgid "Generate code for big endian"
5277#~ msgstr "��������������������������������������"
5278
5279#~ msgid "Generate code for little endian"
5280#~ msgstr "��������������������������������������"
5281
5282#~ msgid "Use little-endian byte order for data"
5283#~ msgstr "����������������������������������������������"
5284
5285#~ msgid "%s is not supported by this configuration"
5286#~ msgstr "%s ��������������������������������������������������"
5287
5288#~ msgid "-mlong-double-64 not allowed with -m64"
5289#~ msgstr "-m64 �������������� -mlong-double-64 ����������������"
5290
5291#~ msgid "bad value (%s) for -mcmodel= switch"
5292#~ msgstr "-mcmodel= ������������������������ (%s)"
5293
5294#~ msgid "-mcmodel= is not supported on 32 bit systems"
5295#~ msgstr "-mcmodel= �� 32 bit ��������������������������������"
5296
5297#~ msgid "profiling does not support code models other than medlow"
5298#~ msgstr "������������������ medlow ����������������������������������������"
5299
5300#~ msgid "Invalid %%Y operand"
5301#~ msgstr "������ %%Y ����������"
5302
5303#~ msgid "Invalid %%A operand"
5304#~ msgstr "������ %%A ����������"
5305
5306#~ msgid "Invalid %%B operand"
5307#~ msgstr "������ %%B ����������"
5308
5309#~ msgid "Invalid %%c operand"
5310#~ msgstr "������ %%c ����������"
5311
5312#~ msgid "Invalid %%C operand"
5313#~ msgstr "������ %%C ����������"
5314
5315#~ msgid "Invalid %%d operand"
5316#~ msgstr "������ %%d ����������"
5317
5318#~ msgid "Invalid %%D operand"
5319#~ msgstr "������ %%D ����������"
5320
5321#~ msgid "Invalid %%f operand"
5322#~ msgstr "������ %%f ����������"
5323
5324#~ msgid "long long constant not a valid immediate operand"
5325#~ msgstr "long long ����������������������������������������"
5326
5327#~ msgid "floating point constant not a valid immediate operand"
5328#~ msgstr "������������������������������������������������"
5329
5330#~ msgid "%s and profiling conflict: disabling %s"
5331#~ msgstr "%s ������������������������������: %s ��������������"
5332
5333#~ msgid "Use FUNCTION_EPILOGUE"
5334#~ msgstr "FUNCTION_EPILOGUE ����������"
5335
5336#~ msgid "Do not use FUNCTION_EPILOGUE"
5337#~ msgstr "FUNCTION_EPILOGUE ������������"
5338
5339#~ msgid "Assume possible double misalignment"
5340#~ msgstr "double ������������������������������������������������"
5341
5342#~ msgid "Assume all doubles are aligned"
5343#~ msgstr "������ double ����������������������������"
5344
5345#~ msgid "Pass -assert pure-text to linker"
5346#~ msgstr "�������� -assert pure-text ������"
5347
5348#~ msgid "Do not pass -assert pure-text to linker"
5349#~ msgstr "�������� -assert pure-text ����������"
5350
5351#~ msgid "Use flat register window model"
5352#~ msgstr "������������������������������������������"
5353
5354#~ msgid "Do not use flat register window model"
5355#~ msgstr "��������������������������������������������"
5356
5357#~ msgid "Use ABI reserved registers"
5358#~ msgstr "ABI ����������������������"
5359
5360#~ msgid "Do not use ABI reserved registers"
5361#~ msgstr "ABI ������������������������"
5362
5363#~ msgid "Use hardware quad fp instructions"
5364#~ msgstr "��������������������������������"
5365
5366#~ msgid "Do not use hardware quad fp instructions"
5367#~ msgstr "����������������������������������"
5368
5369#~ msgid "Compile for v8plus ABI"
5370#~ msgstr "v8plus ABI ������������������"
5371
5372#~ msgid "Do not compile for v8plus ABI"
5373#~ msgstr "v8plus ABI ��������������������"
5374
5375#~ msgid "Utilize Visual Instruction Set"
5376#~ msgstr "Visual ��������������������"
5377
5378#~ msgid "Do not utilize Visual Instruction Set"
5379#~ msgstr "Visual ����������������������"
5380
5381#~ msgid "Optimize for Cypress processors"
5382#~ msgstr "Cypress ������������������������"
5383
5384#~ msgid "Optimize for SparcLite processors"
5385#~ msgstr "SparcLite ������������������������"
5386
5387#~ msgid "Optimize for F930 processors"
5388#~ msgstr "F930 ������������������������"
5389
5390#~ msgid "Optimize for F934 processors"
5391#~ msgstr "F934 ������������������������"
5392
5393#~ msgid "Use V8 Sparc ISA"
5394#~ msgstr "V8 Sparc ISA ����������"
5395
5396#~ msgid "Optimize for SuperSparc processors"
5397#~ msgstr "SuperSparc ������������������������"
5398
5399#~ msgid "Pointers are 64-bit"
5400#~ msgstr "���������� 64 ������������"
5401
5402#~ msgid "Pointers are 32-bit"
5403#~ msgstr "���������� 32 ������������"
5404
5405#~ msgid "Use 32-bit ABI"
5406#~ msgstr "32 ������ ABI ����������"
5407
5408#~ msgid "Use 64-bit ABI"
5409#~ msgstr "64 ������ ABI ����������"
5410
5411#~ msgid "Use stack bias"
5412#~ msgstr "��������������������������"
5413
5414#~ msgid "Do not use stack bias"
5415#~ msgstr "����������������������������"
5416
5417#~ msgid "Use structs on stronger alignment for double-word copies"
5418#~ msgstr "��������������������������������������������������������"
5419
5420#~ msgid "Do not use structs on stronger alignment for double-word copies"
5421#~ msgstr "����������������������������������������������������������"
5422
5423#~ msgid "Optimize tail call instructions in assembler and linker"
5424#~ msgstr "������������������������������������������������"
5425
5426#~ msgid "Do not optimize tail call instructions in assembler or linker"
5427#~ msgstr "��������������������������������������������������"
5428
5429#~ msgid "Use given Sparc code model"
5430#~ msgstr "���������� Sparc ����������������������"
5431
5432#~ msgid "#pragma GHS endXXXX found without previous startXXX"
5433#~ msgstr "#pragma GHS endXXXX ������ startXXX ��������������������"
5434
5435#~ msgid "#pragma GHS endXXX does not match previous startXXX"
5436#~ msgstr "#pragma GHS endXXX ������ startXXX ��������������"
5437
5438#~ msgid "Cannot set interrupt attribute: no current function"
5439#~ msgstr "interrupt ��������������������: ����������������������"
5440
5441#~ msgid "Cannot set interrupt attribute: no such identifier"
5442#~ msgstr "interrupt ��������������������: ��������������������������"
5443
5444#~ msgid "junk at end of #pragma ghs section"
5445#~ msgstr "#pragma ghs section ����������������������"
5446
5447#~ msgid "unrecognised section name \"%s\""
5448#~ msgstr "������������������������ \"%s\""
5449
5450#~ msgid "malformed #pragma ghs section"
5451#~ msgstr "�������� #pragma ghs section"
5452
5453#~ msgid "junk at end of #pragma ghs interrupt"
5454#~ msgstr "#pragma ghs interrupt ����������������������"
5455
5456#~ msgid "junk at end of #pragma ghs starttda"
5457#~ msgstr "#pragma ghs starttda ����������������������"
5458
5459#~ msgid "junk at end of #pragma ghs startsda"
5460#~ msgstr "#pragma ghs startsda ����������������������"
5461
5462#~ msgid "junk at end of #pragma ghs startzda"
5463#~ msgstr "#pragma ghs startzda ����������������������"
5464
5465#~ msgid "junk at end of #pragma ghs endtda"
5466#~ msgstr "#pragma ghs endtda ����������������������"
5467
5468#~ msgid "junk at end of #pragma ghs endsda"
5469#~ msgstr "#pragma ghs endsda ����������������������"
5470
5471#~ msgid "junk at end of #pragma ghs endzda"
5472#~ msgstr "#pragma ghs ����������������������"
5473
5474#~ msgid "%s=%s is not numeric."
5475#~ msgstr "%s=%s ��������������������"
5476
5477#~ msgid "%s=%s is too large."
5478#~ msgstr "%s=%s ����������������"
5479
5480#~ msgid "a data area attribute cannot be specified for local variables"
5481#~ msgstr "����������������������������������������������"
5482
5483#~ msgid "data area of '%s' conflicts with previous declaration"
5484#~ msgstr "���������� '%s' ����������������������"
5485
5486#~ msgid "Bogus JR construction: %d\n"
5487#~ msgstr "������������ JR ����: %d\n"
5488
5489#~ msgid "Bad amount of stack space removal: %d"
5490#~ msgstr "����������������������������: %d"
5491
5492#~ msgid "Bogus JARL construction: %d\n"
5493#~ msgstr "������������ JARL ����: %d\n"
5494
5495#~ msgid "Support Green Hills ABI"
5496#~ msgstr "Green Hill �� ABI ��������������"
5497
5498#~ msgid "Prohibit PC relative function calls"
5499#~ msgstr "PC ��������������������������"
5500
5501#~ msgid "Reuse r30 on a per function basis"
5502#~ msgstr "������������������ r30 ������������"
5503
5504#~ msgid "Use stubs for function prologues"
5505#~ msgstr "��������������������������������"
5506
5507#~ msgid "Same as: -mep -mprolog-function"
5508#~ msgstr "-mep -mprolog-function ������"
5509
5510#~ msgid "Enable backend debugging"
5511#~ msgstr "��������������������������������"
5512
5513#~ msgid "Compile for the v850 processor"
5514#~ msgstr "v850 ����������������������������"
5515
5516#~ msgid "Use 4 byte entries in switch tables"
5517#~ msgstr "switch ���������� 4 ������������������������"
5518
5519#~ msgid "Set the max size of data eligible for the TDA area"
5520#~ msgstr "TDA ����������������������������������������������"
5521
5522#~ msgid "Set the max size of data eligible for the SDA area"
5523#~ msgstr "SDA ����������������������������������������������"
5524
5525#~ msgid "Set the max size of data eligible for the ZDA area"
5526#~ msgstr "ZDA ����������������������������������������������"
5527
5528#~ msgid "cannot convert to a pointer type"
5529#~ msgstr "��������������������������"
5530
5531#~ msgid "pointer value used where a floating point value was expected"
5532#~ msgstr "������������������������������������������������������"
5533
5534#~ msgid "aggregate value used where a float was expected"
5535#~ msgstr "������������������������������������������������������"
5536
5537#~ msgid "conversion to incomplete type"
5538#~ msgstr "��������������������"
5539
5540#~ msgid "can't convert between vector values of different size"
5541#~ msgstr "����������������������������������������������"
5542
5543#~ msgid "aggregate value used where an integer was expected"
5544#~ msgstr "������������������������������������������������"
5545
5546#~ msgid "pointer value used where a complex was expected"
5547#~ msgstr "��������������������������������������������������"
5548
5549#~ msgid "aggregate value used where a complex was expected"
5550#~ msgstr "��������������������������������������������������"
5551
5552#~ msgid "can't convert value to a vector"
5553#~ msgstr "������������������������������"
5554
5555#~ msgid "unable to call pointer to member function here"
5556#~ msgstr "����������������������������������������������"
5557
5558#~ msgid "destructors take no parameters"
5559#~ msgstr "��������������������������������"
5560
5561#~ msgid "ISO C++ forbids omitting the middle term of a ?: expression"
5562#~ msgstr "ISO C++ �������������������� ?: ������������"
5563
5564#~ msgid "conflicting access specifications for field `%s', ignored"
5565#~ msgstr "���������� `%s' ����������������������������������������������������"
5566
5567#~ msgid "trying to finish struct, but kicked out due to previous parse errors."
5568#~ msgstr "��������������������������������������������������������������������������������"
5569
5570#~ msgid "language string `\"%s\"' not recognized"
5571#~ msgstr "���������� `\"%s\"' ����������������"
5572
5573#~ msgid "not enough type information"
5574#~ msgstr "��������������"
5575
5576#~ msgid "invalid operation on uninstantiated type"
5577#~ msgstr "����������������������������������������������"
5578
5579#~ msgid "object size exceeds built-in limit for virtual function table implementation"
5580#~ msgstr "������������������������������������������������������������������������������"
5581
5582#~ msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"
5583#~ msgstr "������������������������������������������������������������������������������������ -fhuge-objects ��������������������������������"
5584
5585#~ msgid "declaration of `%s' shadows a member of `this'"
5586#~ msgstr "`%s' ������������ `this' ������������������������"
5587
5588#~ msgid "label `%s' referenced outside of any function"
5589#~ msgstr "������ `%s' ��������������������������������"
5590
5591#~ msgid "jump to case label"
5592#~ msgstr "case ��������������������������"
5593
5594#~ msgid "  enters try block"
5595#~ msgstr "  try ������������������"
5596
5597#~ msgid "  enters catch block"
5598#~ msgstr "  catch ������������������"
5599
5600#~ msgid "  from here"
5601#~ msgstr "  ��������"
5602
5603#~ msgid "the ABI requires vtable thunks"
5604#~ msgstr "ABI ������������������������������������"
5605
5606#~ msgid "multiple types in one declaration"
5607#~ msgstr "������������������������������"
5608
5609#~ msgid "declaration does not declare anything"
5610#~ msgstr "��������������������������"
5611
5612#~ msgid "Missing type-name in typedef-declaration."
5613#~ msgstr "typdef ������������������������"
5614
5615#~ msgid "ISO C++ prohibits anonymous structs"
5616#~ msgstr "ISO C++ ����������������������������"
5617
5618#~ msgid "assignment (not initialization) in declaration"
5619#~ msgstr "��������������(��������������)����������"
5620
5621#~ msgid "invalid catch parameter"
5622#~ msgstr "������ catch ������"
5623
5624#~ msgid "cannot declare `::main' to be a template"
5625#~ msgstr "`::main' �� template ����������������������"
5626
5627#~ msgid "cannot declare `::main' to be inline"
5628#~ msgstr "`::main' �� inline ����������������������"
5629
5630#~ msgid "cannot declare `::main' to be static"
5631#~ msgstr "`::main' �� static ����������������������"
5632
5633#~ msgid "`main' must return `int'"
5634#~ msgstr "`main' �� `int' ������������������������"
5635
5636#~ msgid "overflow in array dimension"
5637#~ msgstr "����������������������������������"
5638
5639#~ msgid "destructors must be member functions"
5640#~ msgstr "��������������������������������������������"
5641
5642#~ msgid "`bool' is now a keyword"
5643#~ msgstr "`bool' ��������������������"
5644
5645#~ msgid "ISO C++ does not support `long long'"
5646#~ msgstr "ISO C++ �� `long long' ����������������"
5647
5648#~ msgid "short, signed or unsigned invalid for `%s'"
5649#~ msgstr "short, ������������������������ `%s' ����������������"
5650
5651#~ msgid "long and short specified together for `%s'"
5652#~ msgstr "long �� short �� `%s' ������������������������������"
5653
5654#~ msgid "signed and unsigned given together for `%s'"
5655#~ msgstr "�������������������� `%s' ������������������������������"
5656
5657#~ msgid "storage class specifiers invalid in parameter declarations"
5658#~ msgstr "������������������������������������������"
5659
5660#~ msgid "typedef declaration invalid in parameter declaration"
5661#~ msgstr "���������������� typedef ��������������"
5662
5663#~ msgid "virtual outside class declaration"
5664#~ msgstr "������������������ virtual ��������������"
5665
5666#~ msgid "storage class specified for %s `%s'"
5667#~ msgstr "%s ������������������������ `%s'"
5668
5669#~ msgid "storage class specifiers invalid in friend function declarations"
5670#~ msgstr "friend ��������������������������������������"
5671
5672#~ msgid "destructor cannot be static member function"
5673#~ msgstr "��������������������������������������������������"
5674
5675#~ msgid "constructor cannot be static member function"
5676#~ msgstr "����������������������������������������������������"
5677
5678#~ msgid "constructors cannot be declared virtual"
5679#~ msgstr "���������������� virtual ��������������"
5680
5681#~ msgid "return value type specifier for constructor ignored"
5682#~ msgstr "����������������������������������������������������"
5683
5684#~ msgid "can't initialize friend function `%s'"
5685#~ msgstr "friend ���� `%s' ������������������"
5686
5687#~ msgid "virtual functions cannot be friends"
5688#~ msgstr "���������� friend ������������"
5689
5690#~ msgid "friend declaration not in class definition"
5691#~ msgstr "friend ��������������������������������"
5692
5693#~ msgid "cannot declare %s to references"
5694#~ msgstr "%s ��������������������������"
5695
5696#~ msgid "invalid type: `void &'"
5697#~ msgstr "��������: `void &'"
5698
5699#~ msgid "discarding `const' applied to a reference"
5700#~ msgstr "���������������� `const' ��������������"
5701
5702#~ msgid "discarding `volatile' applied to a reference"
5703#~ msgstr "���������������� `volatile' ��������������"
5704
5705#~ msgid "only declarations of constructors can be `explicit'"
5706#~ msgstr "`explicit' ������������������������������������"
5707
5708#~ msgid "non-member `%s' cannot be declared `mutable'"
5709#~ msgstr "�������� `%s' �� `mutable' ������������������"
5710
5711#~ msgid "non-object member `%s' cannot be declared `mutable'"
5712#~ msgstr "�������������������� `%s' �� `mutable' ������������������"
5713
5714#~ msgid "function `%s' cannot be declared `mutable'"
5715#~ msgstr "���� `%s' �� `mutable' ����������������������"
5716
5717#~ msgid "static `%s' cannot be declared `mutable'"
5718#~ msgstr "static `%s' �� mutable ��������������������"
5719
5720#~ msgid "const `%s' cannot be declared `mutable'"
5721#~ msgstr "const `%s' �� `mutable' ��������������������"
5722
5723#~ msgid "typedef declaration includes an initializer"
5724#~ msgstr "typedef ������������������������������"
5725
5726#~ msgid "unnamed variable or field declared void"
5727#~ msgstr "���������������������� void ����������������"
5728
5729#~ msgid "variable or field declared void"
5730#~ msgstr "���������������������� void ����������������"
5731
5732#~ msgid "cannot use `::' in parameter declaration"
5733#~ msgstr "���������������� `::' ������������"
5734
5735#~ msgid "`%s' is neither function nor member function; cannot be declared friend"
5736#~ msgstr "`%s' ���������������������������������� -- friend ������������������"
5737
5738#~ msgid "member functions are implicitly friends of their class"
5739#~ msgstr "�������������������������������� friend ����"
5740
5741#~ msgid "storage class `auto' invalid for function `%s'"
5742#~ msgstr "���� `%s' ������������������ `auto' ����������"
5743
5744#~ msgid "storage class `register' invalid for function `%s'"
5745#~ msgstr "���� `%s' ������������������ `register' ����������"
5746
5747#~ msgid "storage class `static' invalid for function `%s' declared out of global scope"
5748#~ msgstr "�������������������� `%s' ������������������ `static' ����������"
5749
5750#~ msgid "storage class `inline' invalid for function `%s' declared out of global scope"
5751#~ msgstr "�������������������� `%s' ������������������ `inline' ����������"
5752
5753#~ msgid "virtual non-class function `%s'"
5754#~ msgstr "virtual �������������� `%s'"
5755
5756#~ msgid "cannot declare static function inside another function"
5757#~ msgstr "������������ static ��������������������"
5758
5759#~ msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
5760#~ msgstr "��������������������������������������������������������������������"
5761
5762#~ msgid "conversion to %s%s will never use a type conversion operator"
5763#~ msgstr "%s%s ��������������������������������������������������������"
5764
5765#~ msgid "return type for `main' changed to `int'"
5766#~ msgstr "`main' �� return ���� `int' ������������"
5767
5768#~ msgid "-f%s is no longer supported"
5769#~ msgstr "-f%s ��������������������������"
5770
5771#~ msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
5772#~ msgstr "-fhandle-exceptions �� -fexception ����������������(��������������������������)"
5773
5774#~ msgid "-fname-mangling-version is no longer supported"
5775#~ msgstr "-fname-mangling-version ��������������������������"
5776
5777#~ msgid "-Wno-strict-prototypes is not supported in C++"
5778#~ msgstr "-Wno-strict-prototypes �� C++ ����������������������"
5779
5780#~ msgid "name missing for member function"
5781#~ msgstr "������������������������������"
5782
5783#~ msgid "`__alignof__' applied to a bit-field"
5784#~ msgstr "���������������������������������� `__alignof__'"
5785
5786#~ msgid "parser may be lost: is there a '{' missing somewhere?"
5787#~ msgstr "��������������������������������: �������� '{' ��������������������"
5788
5789#~ msgid "ambiguous conversion for array subscript"
5790#~ msgstr "����������������������������"
5791
5792#~ msgid "anachronistic use of array size in vector delete"
5793#~ msgstr "���������� delete ����������������������������������"
5794
5795#~ msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to `delete'"
5796#~ msgstr "������ delete ������������ ������������������������������ `delete' ������������������"
5797
5798#~ msgid "initializer invalid for static member with constructor"
5799#~ msgstr "��������������������������������������������"
5800
5801#~ msgid "(an out of class initialization is required)"
5802#~ msgstr "(��������������������������������)"
5803
5804#~ msgid "field initializer is not constant"
5805#~ msgstr "����������������������������������������"
5806
5807#~ msgid "anonymous struct not inside named type"
5808#~ msgstr "��������������������������������������"
5809
5810#~ msgid "namespace-scope anonymous aggregates must be static"
5811#~ msgstr "anonumous ������������������ static ��������������������"
5812
5813#~ msgid "anonymous aggregate with no members"
5814#~ msgstr "������������������������������"
5815
5816#~ msgid "too many initialization functions required"
5817#~ msgstr "��������������������������������������"
5818
5819#~ msgid "use of old-style cast"
5820#~ msgstr "��������������������������������������"
5821
5822#~ msgid "`%s' not supported by %s"
5823#~ msgstr "`%s' �� %s ����������������������"
5824
5825#~ msgid "<anonymous %s>"
5826#~ msgstr "<���� %s>"
5827
5828#~ msgid "(static %s for %s)"
5829#~ msgstr "(����%s: %s ��)"
5830
5831#~ msgid "In %s `%s':"
5832#~ msgstr "%s ���� `%s':"
5833
5834#~ msgid "%s: In instantiation of `%s':\n"
5835#~ msgstr "%s: `%s' ��������:\n"
5836
5837#~ msgid "%s:%d:   instantiated from `%s'\n"
5838#~ msgstr "%s:%d:   `%s' ��������������������\n"
5839
5840#~ msgid "%s:%d:   instantiated from here\n"
5841#~ msgstr "%s:%d:   ����������������������\n"
5842
5843#~ msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
5844#~ msgstr "Java `catch' �� `throw' ������������������`jthrowable' ������������"
5845
5846#~ msgid "mixing C++ and Java catches in a single translation unit"
5847#~ msgstr "C++ �� Java �� `catch' ��������������������������������"
5848
5849#~ msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning."
5850#~ msgstr "�������������������������������������������������������������������������������������������������������������� <> ���������������������� -Wno-non-template-friend ����������������������������"
5851
5852#~ msgid "argument to `%s' missing\n"
5853#~ msgstr "`%s' ����������������������\n"
5854
5855#~ msgid "initializer list treated as compound expression"
5856#~ msgstr "��������������������������������������������"
5857
5858#~ msgid "  will be re-ordered to match declaration order"
5859#~ msgstr "  ��������������������������������������"
5860
5861#~ msgid "  will be re-ordered to match inheritance order"
5862#~ msgstr "  ��������������������������������������"
5863
5864#~ msgid "base class initializer specified, but no base class to initialize"
5865#~ msgstr "��������������������������������������������������������������������������"
5866
5867#~ msgid "initializer for unnamed base class ambiguous"
5868#~ msgstr "������������������������������������"
5869
5870#~ msgid "no base class to initialize"
5871#~ msgstr "����������������������������������"
5872
5873#~ msgid "object missing in use of pointer-to-member construct"
5874#~ msgstr "��������������������������������������������������������"
5875
5876#~ msgid "at this point in file"
5877#~ msgstr "������������������"
5878
5879#~ msgid "new of array type fails to specify size"
5880#~ msgstr "�������� new ��������������������������"
5881
5882#~ msgid "size in array new must have integral type"
5883#~ msgstr "���� new ����������������������������������������"
5884
5885#~ msgid "zero size array reserves no space"
5886#~ msgstr "������������������������������������"
5887
5888#~ msgid "new cannot be applied to a reference type"
5889#~ msgstr "�������������� new ����������������"
5890
5891#~ msgid "new cannot be applied to a function type"
5892#~ msgstr "�������������� new ����������������"
5893
5894#~ msgid "call to Java constructor, while `jclass' undefined"
5895#~ msgstr "Java ��������������������������������`jclass' ������������"
5896
5897#~ msgid "Can't find class$"
5898#~ msgstr "class$ ����������������"
5899
5900#~ msgid "invalid type `void' for new"
5901#~ msgstr "new ���������������������� `void'"
5902
5903#~ msgid "call to Java constructor with `%s' undefined"
5904#~ msgstr "Java ��������������������������������`%s' ������������"
5905
5906#~ msgid "initializer list being treated as compound expression"
5907#~ msgstr "������������������������������������������������������"
5908
5909#~ msgid "ISO C++ forbids aggregate initializer to new"
5910#~ msgstr "ISO C++ �� new ����������������������������"
5911
5912#~ msgid "initializer ends prematurely"
5913#~ msgstr "������������������������������������������"
5914
5915#~ msgid "cannot initialize multi-dimensional array with initializer"
5916#~ msgstr "������������������������������������������������"
5917
5918#~ msgid "unknown array size in delete"
5919#~ msgstr "delete ������������������������"
5920
5921#~ msgid "type to vector delete is neither pointer or array type"
5922#~ msgstr "������������ delete ����������������������������������������"
5923
5924#~ msgid "Do not obey access control semantics"
5925#~ msgstr "����������������������������"
5926
5927#~ msgid "Change when template instances are emitted"
5928#~ msgstr "������������������������������������������������"
5929
5930#~ msgid "Check the return value of new"
5931#~ msgstr "new ������������������"
5932
5933#~ msgid "Reduce size of object files"
5934#~ msgstr "����������������������������������������"
5935
5936#~ msgid "Make string literals `char[]' instead of `const char[]'"
5937#~ msgstr "���������������� `const char[]' ���������� `char[]' ������"
5938
5939#~ msgid "Dump the entire translation unit to a file"
5940#~ msgstr "����������������������������������"
5941
5942#~ msgid "Do not inline member functions by default"
5943#~ msgstr "������������������������������������������"
5944
5945#~ msgid "Do not generate run time type descriptor information"
5946#~ msgstr "����������������������������"
5947
5948#~ msgid "Do not generate code to check exception specifications"
5949#~ msgstr "��������������������������������������"
5950
5951#~ msgid "Scope of for-init-statement vars extends outside"
5952#~ msgstr "for ������������������������������������"
5953
5954#~ msgid "Do not recognise GNU defined keywords"
5955#~ msgstr "GNU ��������������������������"
5956
5957#~ msgid "Do not treat the namespace `std' as a normal namespace"
5958#~ msgstr "�������� `std' ����������������������������������"
5959
5960#~ msgid "Enable support for huge objects"
5961#~ msgstr "����������������������������"
5962
5963#~ msgid "Export functions even if they can be inlined"
5964#~ msgstr "�������������������������� export ����"
5965
5966#~ msgid "Only emit explicit template instatiations"
5967#~ msgstr "����������������������������������������"
5968
5969#~ msgid "Only emit explicit instatiations of inline templates"
5970#~ msgstr "����������������������������������������������������"
5971
5972#~ msgid "Don't pedwarn about uses of Microsoft extensions"
5973#~ msgstr "Microsoft ������������������ pedantic ��������������"
5974
5975#~ msgid "Recognise and/bitand/bitor/compl/not/or/xor"
5976#~ msgstr "and/bitand/bitor/compl/not/or/xor ����������"
5977
5978#~ msgid "Disable optional diagnostics"
5979#~ msgstr "��������������������������������������"
5980
5981#~ msgid "Downgrade conformance errors to warnings"
5982#~ msgstr "����������������������������������"
5983
5984#~ msgid "Enable automatic template instantiation"
5985#~ msgstr "����������������������������������"
5986
5987#~ msgid "Display statistics accumulated during compilation"
5988#~ msgstr "������������������������������������������"
5989
5990#~ msgid "Specify maximum template instantiation depth"
5991#~ msgstr "������������������������������������������"
5992
5993#~ msgid "Use __cxa_atexit to register destructors."
5994#~ msgstr "�������������������� __cxa_atexit ����������"
5995
5996#~ msgid "Discard unused virtual functions"
5997#~ msgstr "������������������������������"
5998
5999#~ msgid "Implement vtables using thunks"
6000#~ msgstr "thunk �������� vtable ����������"
6001
6002#~ msgid "Emit common-like symbols as weak symbols"
6003#~ msgstr "����������������������������������������������"
6004
6005#~ msgid "Emit cross referencing information"
6006#~ msgstr "����������������������"
6007
6008#~ msgid "Warn about inconsistent return types"
6009#~ msgstr "������������������������������������������"
6010
6011#~ msgid "Warn about overloaded virtual function names"
6012#~ msgstr "����������������������������������������������"
6013
6014#~ msgid "Don't warn when all ctors/dtors are private"
6015#~ msgstr "��������������������/�������������� private ��������������"
6016
6017#~ msgid "Warn about non virtual destructors"
6018#~ msgstr "����������������������������������"
6019
6020#~ msgid "Warn when a function is declared extern, then inline"
6021#~ msgstr "������ extern ��������������inline ����������������������"
6022
6023#~ msgid "Warn when the compiler reorders code"
6024#~ msgstr "��������������������������������������������"
6025
6026#~ msgid "Warn when synthesis behaviour differs from Cfront"
6027#~ msgstr "���������������� Cfront ����������������������"
6028
6029#~ msgid "Don't warn when type converting pointers to member functions"
6030#~ msgstr "����������������������������������������������������"
6031
6032#~ msgid "Warn about violations of Effective C++ style rules"
6033#~ msgstr "Effective C++ ����������������������������������������"
6034
6035#~ msgid "Warn when overload promotes from unsigned to signed"
6036#~ msgstr "����������������������������������������������������������������"
6037
6038#~ msgid "Warn if a C style cast is used in a program"
6039#~ msgstr "C ��������������������������������������������"
6040
6041#~ msgid "Don't warn when non-templatized friend functions are declared within a template"
6042#~ msgstr "template ������ template �� friend ����������������������������������"
6043
6044#~ msgid "Don't announce deprecation of compiler features"
6045#~ msgstr "����������������������������������������"
6046
6047#~ msgid "type name expected before `*'"
6048#~ msgstr "`*' ����������������������������"
6049
6050#~ msgid "cannot declare references to references"
6051#~ msgstr "������������������������������"
6052
6053#~ msgid "cannot declare pointers to references"
6054#~ msgstr "����������������������������������"
6055
6056#~ msgid "type name expected before `&'"
6057#~ msgstr "`&' ����������������������������"
6058
6059#~ msgid "semicolon missing after %s declaration"
6060#~ msgstr "%s ������������������������������������"
6061
6062#~ msgid "junk at end of #pragma %s"
6063#~ msgstr "#pragma %s ������������"
6064
6065#~ msgid "invalid #pragma %s"
6066#~ msgstr "������ #pragma %s ����"
6067
6068#~ msgid "#pragma implementation for %s appears after file is included"
6069#~ msgstr "%s ���� #pragma implementation ������������ include ����������������������"
6070
6071#~ msgid "junk at end of #pragma GCC java_exceptions"
6072#~ msgstr "#pragma GCC java_exceptions ������������"
6073
6074#~ msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
6075#~ msgstr "(����������������������������������������������������������������������)"
6076
6077#~ msgid "name lookup of `%s' changed"
6078#~ msgstr "`%s' ��������������������������"
6079
6080#~ msgid "name lookup of `%s' changed for new ISO `for' scoping"
6081#~ msgstr "`%s' ������������������ ISO `for' ����������������������"
6082
6083#~ msgid "real-valued template parameters when cross-compiling"
6084#~ msgstr "��������������������������������������������"
6085
6086#~ msgid "methods cannot be converted to function pointers"
6087#~ msgstr "��������������������������������������"
6088
6089#~ msgid "ambiguous request for method pointer `%s'"
6090#~ msgstr "���������������� `%s' ������������������"
6091
6092#~ msgid "invalid default template argument"
6093#~ msgstr "��������������������������������"
6094
6095#~ msgid "no base or member initializers given following ':'"
6096#~ msgstr "���������������������������� ':' ��������������������"
6097
6098#~ msgid "base initializers not allowed for non-member functions"
6099#~ msgstr "������������������������������������������"
6100
6101#~ msgid "only constructors take base initializers"
6102#~ msgstr "������������������������������������������������"
6103
6104#~ msgid "anachronistic old style base class initializer"
6105#~ msgstr "����������������������������������������������"
6106
6107#~ msgid "`>>' should be `> >' in template class name"
6108#~ msgstr "`>>' ������������������������ `> >' ������������"
6109
6110#~ msgid "ISO C++ forbids an empty condition for `%s'"
6111#~ msgstr "ISO C++ �� `%s' ��������������������������"
6112
6113#~ msgid "ISO C++ forbids `&&'"
6114#~ msgstr "ISO C++ �� `&&' ����������"
6115
6116#~ msgid "ISO C++ forbids initialization of new expression with `='"
6117#~ msgstr "ISO C++ �� new �������������� `=' ����������"
6118
6119#~ msgid "ISO C++ forbids compound literals"
6120#~ msgstr "ISO C++ ������������������������"
6121
6122#~ msgid "ISO C++ forbids braced-groups within expressions"
6123#~ msgstr "ISO C++ ������������������������������������"
6124
6125#~ msgid "sigof type specifier"
6126#~ msgstr "���������� sigof ����"
6127
6128#~ msgid "`sigof' applied to non-aggregate expression"
6129#~ msgstr "���������������������������� `sigof'"
6130
6131#~ msgid "`sigof' applied to non-aggregate type"
6132#~ msgstr "���������������������������� `sigof'"
6133
6134#~ msgid "storage class specifier `%s' not allowed after struct or class"
6135#~ msgstr "���������������� `%s' �� struct �� class ������������������"
6136
6137#~ msgid "type specifier `%s' not allowed after struct or class"
6138#~ msgstr "�������� `%s' �� struct �� class ������������������"
6139
6140#~ msgid "type qualifier `%s' not allowed after struct or class"
6141#~ msgstr "�������� `%s' �� struct �� class ������������������"
6142
6143#~ msgid "no body nor ';' separates two class, struct or union declarations"
6144#~ msgstr "������������class, struct ������ union ������������ ';' ������������"
6145
6146#~ msgid "multiple access specifiers"
6147#~ msgstr "����������������������"
6148
6149#~ msgid "multiple `virtual' specifiers"
6150#~ msgstr "�������� `virtual' ������"
6151
6152#~ msgid "missing ';' before right brace"
6153#~ msgstr "������������������ ';' ��������������"
6154
6155#~ msgid "ISO C++ forbids array dimensions with parenthesized type in new"
6156#~ msgstr "ISO C++ �� new ��������������������������������������"
6157
6158#~ msgid "ISO C++ forbids label declarations"
6159#~ msgstr "ISO C++ ��������������������������"
6160
6161#~ msgid "ISO C++ forbids computed gotos"
6162#~ msgstr "ISO C++ �������� goto ����������"
6163
6164#~ msgid "label must be followed by statement"
6165#~ msgstr "����������������������������"
6166
6167#~ msgid "ISO C++ forbids compound statements inside for initializations"
6168#~ msgstr "ISO C++ ����������������������������������������"
6169
6170#~ msgid "possibly missing ')'"
6171#~ msgstr "�������� ')' ��������������"
6172
6173#~ msgid "type specifier omitted for parameter"
6174#~ msgstr "����������������������������������"
6175
6176#~ msgid "creating array with size zero"
6177#~ msgstr "������������������������������������"
6178
6179#~ msgid "use of `%s' in template"
6180#~ msgstr "���������������� `%s' ����������������"
6181
6182#~ msgid "incomplete type unification"
6183#~ msgstr "������������������"
6184
6185#~ msgid "use of `%s' in template type unification"
6186#~ msgstr "�������������������� `%s' ����������������"
6187
6188#~ msgid "-frepo must be used with -c"
6189#~ msgstr "-frepo �� -c ������������������������"
6190
6191#~ msgid "mysterious repository information in %s"
6192#~ msgstr "%s ����������������������������������"
6193
6194#~ msgid "can't create repository information file `%s'"
6195#~ msgstr "�������� `%s' ��������������������������������"
6196
6197#~ msgid "taking dynamic typeid of object with -fno-rtti"
6198#~ msgstr "-fno-rtti �������������������������������� typeid ��������������������"
6199
6200#~ msgid "cannot use typeid with -fno-rtti"
6201#~ msgstr "-fno-rtti �������������� typeid ������������"
6202
6203#~ msgid "must #include <typeinfo> before using typeid"
6204#~ msgstr "typeid ���������� #include <typeinfo> ��������������������"
6205
6206#~ msgid "adjusting pointers for covariant returns"
6207#~ msgstr "����(covariant)������������������������������"
6208
6209#~ msgid "recoverable compiler error, fixups for virtual function"
6210#~ msgstr "��������������������������������������������"
6211
6212#~ msgid "ISO C++ does not permit named return values"
6213#~ msgstr "ISO C++ ������������������������������"
6214
6215#~ msgid "can't redefine default return value for constructors"
6216#~ msgstr "��������������������������������������������������������������"
6217
6218#~ msgid "   will be re-ordered to precede member initializations"
6219#~ msgstr "   ����������������������������������������"
6220
6221#~ msgid "`this' is unavailable for static member functions"
6222#~ msgstr "`this' ����������������������������������"
6223
6224#~ msgid "invalid use of `this' in non-member function"
6225#~ msgstr "���������������� `this' ����������������"
6226
6227#~ msgid "invalid use of `this' at top level"
6228#~ msgstr "���������������� `this' ����������������"
6229
6230#~ msgid "template type parameters must use the keyword `class' or `typename'"
6231#~ msgstr "������������������������ `class' �� `typename' ��������������������������"
6232
6233#~ msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
6234#~ msgstr "�������� `%s' �� GNU C++ ��������������������������������"
6235
6236#~ msgid "parse error"
6237#~ msgstr "��������������"
6238
6239#~ msgid "parse error at end of saved function text"
6240#~ msgstr "������������������������������������������"
6241
6242#~ msgid "parse error in method specification"
6243#~ msgstr "��������������������������������"
6244
6245#~ msgid "function body for constructor missing"
6246#~ msgstr "��������������������������������������"
6247
6248#~ msgid "%s before `%s'"
6249#~ msgstr "%s �� `%s' ��������������"
6250
6251#~ msgid "%s before `%c'"
6252#~ msgstr "%s �� `%c' ��������������"
6253
6254#~ msgid "%s before `\\%o'"
6255#~ msgstr "%s �� `\\%o' ��������������"
6256
6257#~ msgid "%s before `%s' token"
6258#~ msgstr "%s �� `%s' ����������������������"
6259
6260#~ msgid "non-lvalue in %s"
6261#~ msgstr "%s ������������������"
6262
6263#~ msgid "`java_interface' attribute can only be applied to Java class definitions"
6264#~ msgstr "`java_interface' ������ Java ����������������������������������������"
6265
6266#~ msgid "`com_interface' only supported with -fvtable-thunks"
6267#~ msgstr "`com_interface' �� -fvtable-thunks ����������������������������������"
6268
6269#~ msgid "`com_interface' attribute can only be applied to class definitions"
6270#~ msgstr "`com_interface' ����������������������������������������"
6271
6272#~ msgid "requested init_priority is not an integer constant"
6273#~ msgstr "���������� init_priority ����������������������������"
6274
6275#~ msgid "can only use init_priority attribute on file-scope definitions of objects of class type"
6276#~ msgstr "init_priority ��������������������������������������������������������������"
6277
6278#~ msgid "requested init_priority is out of range"
6279#~ msgstr "���������� init_priority ������������"
6280
6281#~ msgid "requested init_priority is reserved for internal use"
6282#~ msgstr "���������� init_priority ��������������������������������������"
6283
6284#~ msgid "init_priority attribute is not supported on this platform"
6285#~ msgstr "init_priority ����������������������������������������������������"
6286
6287#~ msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
6288#~ msgstr "ISO C++ �� `void *' ���������������������������� %s ����������"
6289
6290#~ msgid "ISO C++ forbids applying `sizeof' to a function type"
6291#~ msgstr "ISO C++ ������������ `sizeof' ����������������"
6292
6293#~ msgid "ISO C++ forbids applying `sizeof' to a member function"
6294#~ msgstr "ISO C++ ���������������� `sizeof' ����������������"
6295
6296#~ msgid "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
6297#~ msgstr "ISO C++ ���������������� `void' ������ `sizeof' ����������������"
6298
6299#~ msgid "sizeof applied to a bit-field"
6300#~ msgstr "sizeof ����������������������������������"
6301
6302#~ msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
6303#~ msgstr "ISO C++ ���������������� `sizeof' ����������������"
6304
6305#~ msgid "invalid reference to NULL ptr, use ptr-to-member instead"
6306#~ msgstr "NULL ����������������������������������������������������������������"
6307
6308#~ msgid "invalid use of `%s' on pointer to member"
6309#~ msgstr "���������������������������� `%s' ������"
6310
6311#~ msgid "invalid type argument"
6312#~ msgstr "����������������"
6313
6314#~ msgid "ISO C++ forbids subscripting non-lvalue array"
6315#~ msgstr "ISO C++ ������������������������������������"
6316
6317#~ msgid "subscripting array declared `register'"
6318#~ msgstr "`register' ��������������������������������������������"
6319
6320#~ msgid "pointer to member function called, but not in class scope"
6321#~ msgstr "����������������������������������������������������������������������"
6322
6323#~ msgid "invalid call to member function needing `this' in static member function scope"
6324#~ msgstr "���������������������������� `this' ��������������������������������������"
6325
6326#~ msgid "ISO C++ forbids calling `::main' from within program"
6327#~ msgstr "ISO C++ �������������������� `::main' ������������������������"
6328
6329#~ msgid "parameter type of called function is incomplete"
6330#~ msgstr "������������������������������������"
6331
6332#~ msgid "%s rotate count is negative"
6333#~ msgstr "%s ��������������������������"
6334
6335#~ msgid "%s rotate count >= width of type"
6336#~ msgstr "%s �������������� >= ����������"
6337
6338#~ msgid "ISO C++ forbids comparison between pointer and integer"
6339#~ msgstr "ISO C++ ����������������������������������"
6340
6341#~ msgid "comparison between signed and unsigned integer expressions"
6342#~ msgstr "����������������������������������������"
6343
6344#~ msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
6345#~ msgstr "ISO C++ ���������������� `void *' ��������������������������������"
6346
6347#~ msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
6348#~ msgstr "ISO C++ ����������������������������������������������������"
6349
6350#~ msgid "ISO C++ forbids using a pointer to member function in pointer arithmetic"
6351#~ msgstr "ISO C++ ����������������������������������������������������������"
6352
6353#~ msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
6354#~ msgstr "ISO C++ ������������������������������������������������������"
6355
6356#~ msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
6357#~ msgstr "ISO C++ �������� `void *' ��������������������������������"
6358
6359#~ msgid "ISO C++ forbids using pointer to a function in subtraction"
6360#~ msgstr "ISO C++ ��������������������������������������������"
6361
6362#~ msgid "ISO C++ forbids using pointer to a method in subtraction"
6363#~ msgstr "ISO C++ ������������������������������������������������"
6364
6365#~ msgid "ISO C++ forbids using pointer to a member in subtraction"
6366#~ msgstr "ISO C++ ����������������������������������������������"
6367
6368#~ msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
6369#~ msgstr "������������������������������������������������������"
6370
6371#~ msgid "taking address of temporary"
6372#~ msgstr "����������������������������������������������"
6373
6374#~ msgid "ISO C++ forbids %sing an enum"
6375#~ msgstr "ISO C++ �� enum �� %s ����������"
6376
6377#~ msgid "cast to non-reference type used as lvalue"
6378#~ msgstr "��������������������������������������������"
6379
6380#~ msgid "ISO C++ forbids taking address of function `::main'"
6381#~ msgstr "ISO C++ �� `::main' ����������������������������������"
6382
6383#~ msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
6384#~ msgstr "ISO C++ ������������������������������������������������������"
6385
6386#~ msgid "unary `&'"
6387#~ msgstr "������ `&'"
6388
6389#~ msgid "cannot take the address of `this', which is an rvalue expression"
6390#~ msgstr "`this' ����������������������������������������������������"
6391
6392#~ msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
6393#~ msgstr "ISO C++ ��������������������������������������������������������������"
6394
6395#~ msgid "ISO C++ forbids cast to non-reference type used as lvalue"
6396#~ msgstr "ISO C++ ����������������������������������������������������"
6397
6398#~ msgid "ISO C++ forbids assignment of arrays"
6399#~ msgstr "ISO C++ ����������������������"
6400
6401#~ msgid "return value from function receives multiple initializations"
6402#~ msgstr "����������������������������������������������"
6403
6404#~ msgid "   in pointer to member function conversion"
6405#~ msgstr "   ��������������������������������"
6406
6407#~ msgid "   in pointer to member conversion"
6408#~ msgstr "   ����������������������������"
6409
6410#~ msgid "returning reference to temporary"
6411#~ msgstr "��������������������������������������������"
6412
6413#~ msgid "reference to non-lvalue returned"
6414#~ msgstr "������������������������������"
6415
6416#~ msgid "returning a value from a destructor"
6417#~ msgstr "��������������������������������������"
6418
6419#~ msgid "cannot return from a handler of a function-try-block of a constructor"
6420#~ msgstr "�������������������� try ������������������������ return ����������"
6421
6422#~ msgid "returning a value from a constructor"
6423#~ msgstr "����������������������������������������"
6424
6425#~ msgid "return-statement with no value, in function declared with a non-void return type"
6426#~ msgstr "return ���������������������������������� void ������������������"
6427
6428#~ msgid "return-statement with a value, in function declared with a void return type"
6429#~ msgstr "return �������������������������������������� void ��������������"
6430
6431#~ msgid "  because the following virtual functions are abstract:"
6432#~ msgstr "  ����������������������������������:"
6433
6434#~ msgid "Internal error #%d."
6435#~ msgstr "����������: #%d��"
6436
6437#~ msgid "due to the presence of a constructor"
6438#~ msgstr "������������������������������"
6439
6440#~ msgid "comma expression used to initialize return value"
6441#~ msgstr "��������������������������������������������������"
6442
6443#~ msgid "cannot initialize arrays using this syntax"
6444#~ msgstr "������������������������������������������������"
6445
6446#~ msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
6447#~ msgstr "ANSI C++ ����������������������������������������"
6448
6449#~ msgid "initializing array with parameter list"
6450#~ msgstr "��������������������������������������������������"
6451
6452#~ msgid "initializer for scalar variable requires one element"
6453#~ msgstr "����������������������������������������������"
6454
6455#~ msgid "aggregate has a partly bracketed initializer"
6456#~ msgstr "����������������������������������������������"
6457
6458#~ msgid "non-trivial labeled initializers"
6459#~ msgstr "������������������������������������"
6460
6461#~ msgid "non-empty initializer for array of empty elements"
6462#~ msgstr "����������������������������������������������"
6463
6464#~ msgid "initializer list for object of class with virtual base classes"
6465#~ msgstr "��������������������������������������������������������������"
6466
6467#~ msgid "initializer list for object of class with base classes"
6468#~ msgstr "����������������������������������������������������������"
6469
6470#~ msgid "initializer list for object using virtual functions"
6471#~ msgstr "����������������������������������������������������"
6472
6473#~ msgid "index value instead of field name in union initializer"
6474#~ msgstr "union ����������������������������������������������������������"
6475
6476#~ msgid "excess elements in aggregate initializer"
6477#~ msgstr "��������������������������������������"
6478
6479#~ msgid "circular pointer delegation detected"
6480#~ msgstr "��������������������������������"
6481
6482#~ msgid "result of `operator->()' yields non-pointer result"
6483#~ msgstr "`operator->()'��������������������������������������"
6484
6485#~ msgid "base operand of `->' is not a pointer"
6486#~ msgstr "`->' ������������������������������������������"
6487
6488#~ msgid "ISO C++ forbids defining types within %s"
6489#~ msgstr "ISO C++ �� %s ��������������������"
6490
6491#~ msgid "Can't create cross-reference file `%s'"
6492#~ msgstr "���������������� `%s' ����������������������"
6493
6494#~ msgid "traditional C rejects the `U' suffix"
6495#~ msgstr "���� C ���� `U' ��������������������"
6496
6497#~ msgid "too many 'l' suffixes in integer constant"
6498#~ msgstr "���������������������� 'l' ������������"
6499
6500#~ msgid "integer constant contains digits beyond the radix"
6501#~ msgstr "����������������������������������������"
6502
6503#~ msgid "integer constant out of range"
6504#~ msgstr "����������������������������"
6505
6506#~ msgid "\"defined\" operator appears during macro expansion"
6507#~ msgstr "\"defined\" ��������������������������������"
6508
6509#~ msgid "ISO C++ does not permit \"%s\" in #if"
6510#~ msgstr "ISO C++ �� #if ���� \"%s\" ������������"
6511
6512#~ msgid "absolute file name in remap_filename"
6513#~ msgstr "�������������������� remap_filename ����������"
6514
6515#~ msgid "ignoring nonexistent directory \"%s\"\n"
6516#~ msgstr "���������������������� \"%s\" ������������\n"
6517
6518#~ msgid "%s: Not a directory"
6519#~ msgstr "%s: ��������������������������"
6520
6521#~ msgid "ignoring duplicate directory \"%s\"\n"
6522#~ msgstr "�������������������� \"%s\" ������������\n"
6523
6524#~ msgid "-include and -imacros cannot be used with -fpreprocessed"
6525#~ msgstr "-include �� -imacros �� -fpreprocessed ����������������������������"
6526
6527#~ msgid "#include \"...\" search starts here:\n"
6528#~ msgstr "#include \"...\" ��������������������������:\n"
6529
6530#~ msgid "#include <...> search starts here:\n"
6531#~ msgstr "#include <...> ��������������������������:\n"
6532
6533#~ msgid "End of search list.\n"
6534#~ msgstr "������������������\n"
6535
6536#~ msgid "I/O error on output"
6537#~ msgstr "�������� I/O ������������"
6538
6539#~ msgid "buffers still stacked in cpp_finish"
6540#~ msgstr "cpp_finish ������������������������������������"
6541
6542#~ msgid "Argument missing after %s"
6543#~ msgstr "%s ��������������������������"
6544
6545#~ msgid "Assertion missing after %s"
6546#~ msgstr "%s ����������������������������������"
6547
6548#~ msgid "Directory name missing after %s"
6549#~ msgstr "%s ������������������������������������"
6550
6551#~ msgid "File name missing after %s"
6552#~ msgstr "%s ��������������������������������"
6553
6554#~ msgid "Macro name missing after %s"
6555#~ msgstr "%s ������������������������������"
6556
6557#~ msgid "Path name missing after %s"
6558#~ msgstr "%s ����������������������������"
6559
6560#~ msgid "Number missing after %s"
6561#~ msgstr "%s ��������������������������"
6562
6563#~ msgid "Target missing after %s"
6564#~ msgstr "%s ��������������������������������"
6565
6566#~ msgid "Too many filenames. Type %s --help for usage info"
6567#~ msgstr "������������������������%s --help ������������������������������"
6568
6569#~ msgid "Output filename specified twice"
6570#~ msgstr "����������������������������������"
6571
6572#~ msgid "-I- specified twice"
6573#~ msgstr "-I- ��������������������"
6574
6575#~ msgid "GNU CPP version %s (cpplib)"
6576#~ msgstr "GNU CPP version %s (cpplib)"
6577
6578#~ msgid "you must additionally specify either -M or -MM"
6579#~ msgstr "-M �� -MM ��������������������������������������������"
6580
6581#~ msgid "Usage: %s [switches] input output\n"
6582#~ msgstr "������: %s [��������] ���� ����\n"
6583
6584#~ msgid ""
6585#~ "Switches:\n"
6586#~ "  -include <file>           Include the contents of <file> before other files\n"
6587#~ "  -imacros <file>           Accept definition of macros in <file>\n"
6588#~ "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
6589#~ "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
6590#~ "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
6591#~ "  -isystem <dir>            Add <dir> to the start of the system include path\n"
6592#~ msgstr ""
6593#~ "��������:\n"
6594#~ "  -include <file>           ������������������ <file> ��������������\n"
6595#~ "  -imacros <file>           <file> ������������������������\n"
6596#~ "  -iprefix <path>           ������������������������������������ <path> ������\n"
6597#~ "  -iwithprefix <dir>        <dir> ���������� include ��������������������\n"
6598#~ "  -iwithprefixbefore <dir>  <dir> �������� include ��������������������\n"
6599#~ "  -isystem <dir>            <dir> ���������� include ��������������������\n"
6600
6601#~ msgid ""
6602#~ "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
6603#~ "  -I <dir>                  Add <dir> to the end of the main include path\n"
6604#~ "  -I-                       Fine-grained include path control; see info docs\n"
6605#~ "  -nostdinc                 Do not search system include directories\n"
6606#~ "                             (dirs specified with -isystem will still be used)\n"
6607#~ "  -nostdinc++               Do not search system include directories for C++\n"
6608#~ "  -o <file>                 Put output into <file>\n"
6609#~ msgstr ""
6610#~ "  -idirafter <dir>          <dir> ���������� include ��������������������\n"
6611#~ "  -I <dir>                  <dir> �������� include ��������������������\n"
6612#~ "  -I-                       ���������� include �������� -- info ����������\n"
6613#~ "  -nostdinc                 �������� include ������������������������\n"
6614#~ "                             (-system ������������������������������������)\n"
6615#~ "  -nostdinc++               C++ ���������� include ������������������������\n"
6616#~ "  -o <file>                 <file> ����������\n"
6617
6618#~ msgid ""
6619#~ "  -pedantic                 Issue all warnings demanded by strict ISO C\n"
6620#~ "  -pedantic-errors          Issue -pedantic warnings as errors instead\n"
6621#~ "  -trigraphs                Support ISO C trigraphs\n"
6622#~ "  -lang-c                   Assume that the input sources are in C\n"
6623#~ "  -lang-c89                 Assume that the input sources are in C89\n"
6624#~ msgstr ""
6625#~ "  -pedantic                 ������ ISO C ��������������������������������\n"
6626#~ "  -pedantic-errors          -pedantic ����������������������������\n"
6627#~ "  -trigraphs                ISO C ������������������������\n"
6628#~ "  -lang-c                   ������������ C ��������\n"
6629#~ "  -lang-c89                 ������������ C89 ��������\n"
6630
6631#~ msgid ""
6632#~ "  -lang-c++                 Assume that the input sources are in C++\n"
6633#~ "  -lang-objc                Assume that the input sources are in ObjectiveC\n"
6634#~ "  -lang-objc++              Assume that the input sources are in ObjectiveC++\n"
6635#~ "  -lang-asm                 Assume that the input sources are in assembler\n"
6636#~ msgstr ""
6637#~ "  -lang-c++                 ������������ C ��������\n"
6638#~ "  -lang-objc                ������������ ObjectiveC ��������\n"
6639#~ "  -lang-objc++              ������������ ObjectiveC++ ��������\n"
6640#~ "  -lang-asm                 ����������������������������������\n"
6641
6642#~ msgid ""
6643#~ "  -std=<std name>           Specify the conformance standard; one of:\n"
6644#~ "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
6645#~ "                            iso9899:199409, iso9899:1999\n"
6646#~ "  -+                        Allow parsing of C++ style features\n"
6647#~ "  -w                        Inhibit warning messages\n"
6648#~ "  -Wtrigraphs               Warn if trigraphs are encountered\n"
6649#~ "  -Wno-trigraphs            Do not warn about trigraphs\n"
6650#~ "  -Wcomment{s}              Warn if one comment starts inside another\n"
6651#~ msgstr ""
6652#~ "  -std=<std name>           �������������������� -- ������������\n"
6653#~ "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
6654#~ "                            iso9899:199409, iso9899:1999\n"
6655#~ "  -+                        C++ ����������������������\n"
6656#~ "  -w                        ������������������������\n"
6657#~ "  -Wtrigraphs               ����������������������������������\n"
6658#~ "  -Wno-trigraphs            ��������������������������������������\n"
6659#~ "  -Wcomment{s}              ������������������������������������������������\n"
6660
6661#~ msgid ""
6662#~ "  -Wno-comment{s}           Do not warn about comments\n"
6663#~ "  -Wtraditional             Warn about features not present in traditional C\n"
6664#~ "  -Wno-traditional          Do not warn about traditional C\n"
6665#~ "  -Wundef                   Warn if an undefined macro is used by #if\n"
6666#~ "  -Wno-undef                Do not warn about testing undefined macros\n"
6667#~ "  -Wimport                  Warn about the use of the #import directive\n"
6668#~ msgstr ""
6669#~ "  -Wno-comment{s}           ��������������������������������\n"
6670#~ "  -Wtraditional             ������������������ C ������������������������\n"
6671#~ "  -Wno-traditional          ���� C ������������������������\n"
6672#~ "  -Wundef                   ���������������� #if ������������������������\n"
6673#~ "  -Wno-undef                ������������������������������������������\n"
6674#~ "  -Wimport                  #import ������������������������������������\n"
6675
6676#~ msgid ""
6677#~ "  -Wno-import               Do not warn about the use of #import\n"
6678#~ "  -Werror                   Treat all warnings as errors\n"
6679#~ "  -Wno-error                Do not treat warnings as errors\n"
6680#~ "  -Wsystem-headers          Do not suppress warnings from system headers\n"
6681#~ "  -Wno-system-headers       Suppress warnings from system headers\n"
6682#~ "  -Wall                     Enable all preprocessor warnings\n"
6683#~ msgstr ""
6684#~ "  -Wno-import               #import ������������������������������\n"
6685#~ "  -Werror                   ��������������������������������\n"
6686#~ "  -Wno-error                ������������������������������\n"
6687#~ "  -Wsystem-headers          ������������������������������������\n"
6688#~ "  -Wno-system-headers       ����������������������������������\n"
6689#~ "  -Wall                     ������������������������������������\n"
6690
6691#~ msgid ""
6692#~ "  -M                        Generate make dependencies\n"
6693#~ "  -MM                       As -M, but ignore system header files\n"
6694#~ "  -MF <file>                Write dependency output to the given file\n"
6695#~ "  -MG                       Treat missing header file as generated files\n"
6696#~ msgstr ""
6697#~ "  -M                        make ������������������\n"
6698#~ "  -MM                       -M ������������������������������������������\n"
6699#~ "  -MF <file>                ��������������������������������������������\n"
6700#~ "  -MG                       ������������������������������������������������\n"
6701
6702#~ msgid ""
6703#~ "  -MP\t\t\t    Generate phony targets for all headers\n"
6704#~ "  -MQ <target>              Add a MAKE-quoted target\n"
6705#~ "  -MT <target>              Add an unquoted target\n"
6706#~ msgstr ""
6707#~ "  -MP\t\t\t    �������������������� phony ��������������������\n"
6708#~ "  -MQ <target>              MAKE ��������������������������������������\n"
6709#~ "  -MT <target>              ������������������������������������\n"
6710
6711#~ msgid ""
6712#~ "  -D<macro>                 Define a <macro> with string '1' as its value\n"
6713#~ "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
6714#~ "  -A<question> (<answer>)   Assert the <answer> to <question>\n"
6715#~ "  -A-<question> (<answer>)  Disable the <answer> to <question>\n"
6716#~ "  -U<macro>                 Undefine <macro> \n"
6717#~ "  -v                        Display the version number\n"
6718#~ msgstr ""
6719#~ "  -D<macro>                 <macro> �������������������������� '1' ������\n"
6720#~ "  -D<macro>=<val>           <macro> ������������������ <val> ������\n"
6721#~ "  -A<question> (<answer>)   <question> �� <answer> ����������\n"
6722#~ "  -A-<question> (<answer>)  <question> �� <answer> ��������\n"
6723#~ "  -U<macro>                 <macro> ��������������\n"
6724#~ "  -v                        ������������������������\n"
6725
6726#~ msgid ""
6727#~ "  -H                        Print the name of header files as they are used\n"
6728#~ "  -C                        Do not discard comments\n"
6729#~ "  -dM                       Display a list of macro definitions active at end\n"
6730#~ "  -dD                       Preserve macro definitions in output\n"
6731#~ "  -dN                       As -dD except that only the names are preserved\n"
6732#~ "  -dI                       Include #include directives in the output\n"
6733#~ msgstr ""
6734#~ "  -H                        ��������������������������������\n"
6735#~ "  -C                        ��������������������\n"
6736#~ "  -dM                       ��������������������������������������\n"
6737#~ "  -dD                       ��������������������������\n"
6738#~ "  -dN                       -dD ������������������������������\n"
6739#~ "  -dI                       #include ����������������������������\n"
6740
6741#~ msgid ""
6742#~ "  -fpreprocessed            Treat the input file as already preprocessed\n"
6743#~ "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
6744#~ "  -P                        Do not generate #line directives\n"
6745#~ "  -$                        Do not allow '$' in identifiers\n"
6746#~ "  -remap                    Remap file names when including files.\n"
6747#~ "  --version                 Display version information\n"
6748#~ "  -h or --help              Display this information\n"
6749#~ msgstr ""
6750#~ "  -fpreprocessed            ������������������������������������������\n"
6751#~ "  -ftabstop=<number>        ��������������������������\n"
6752#~ "  -P                        #line ��������������������������\n"
6753#~ "  -$                        ���������� '$' ������������\n"
6754#~ "  -remap                    ������������������������������������������������\n"
6755#~ "  --version                 ������������������������\n"
6756#~ "  -h or --help              ������������������\n"
6757
6758#~ msgid "'$' character(s) in identifier"
6759#~ msgstr "'$' ��������������������������"
6760
6761#~ msgid "missing terminating %c character"
6762#~ msgstr "%c ��������������������������"
6763
6764#~ msgid "possible start of unterminated string literal"
6765#~ msgstr "��������������������������������������"
6766
6767#~ msgid "multi-line string literals are deprecated"
6768#~ msgstr "������������������������������������"
6769
6770#~ msgid "directives may not be used inside a macro argument"
6771#~ msgstr "������������������������������������������������"
6772
6773#~ msgid "# followed by integer"
6774#~ msgstr "������ # ��������������"
6775
6776#~ msgid "\"%s\" cannot be used as a macro name"
6777#~ msgstr "\"%s\" ����������������������������"
6778
6779#~ msgid "attempt to push file buffer with contexts stacked"
6780#~ msgstr "���������������������������������������������������� push ������������������"
6781
6782#~ msgid "#import is obsolete, use an #ifndef wrapper in the header file"
6783#~ msgstr "#import ��������������. ������������������ #ifndef ��������������������������"
6784
6785#~ msgid "file \"%s\" left but not entered"
6786#~ msgstr "�������� \"%s\" ����������������������������"
6787
6788#~ msgid "expected to return to file \"%s\""
6789#~ msgstr "�������� \"%s\" ����������������"
6790
6791#~ msgid "expected to return to line number %u"
6792#~ msgstr "������ %u ����������������"
6793
6794#~ msgid "header flags for \"%s\" have changed"
6795#~ msgstr "\"%s\" ������������������������������"
6796
6797#~ msgid "invalid #ident"
6798#~ msgstr "������ #ident"
6799
6800#~ msgid "unknown #pragma namespace %s"
6801#~ msgstr "������ #pragma namespace %s ����"
6802
6803#~ msgid "#pragma once is obsolete"
6804#~ msgstr "#pragma once ����������������������"
6805
6806#~ msgid "<builtin>"
6807#~ msgstr "<��������>"
6808
6809#~ msgid "<command line>"
6810#~ msgstr "<��������������>"
6811
6812#~ msgid "<stdin>"
6813#~ msgstr "<��������>"
6814
6815#~ msgid "file \"%s\" entered but not left"
6816#~ msgstr "�������� \"%s\" ����������������������������"
6817
6818#~ msgid "Invalid option %s"
6819#~ msgstr "���������������� %s"
6820
6821#~ msgid "\"%s\" is not a valid option to the preprocessor"
6822#~ msgstr "\"%s\" ������������������������������������������������������"
6823
6824#~ msgid "too many input files"
6825#~ msgstr "������������������������"
6826
6827#~ msgid ";; Processing block from %d to %d, %d sets.\n"
6828#~ msgstr ";; %d ���� %d ��������������������%d ��������\n"
6829
6830#~ msgid "%s:%d: warning: "
6831#~ msgstr "%s:%d: ����: "
6832
6833#~ msgid "%s: warning: "
6834#~ msgstr "%s: ����: "
6835
6836#~ msgid "((anonymous))"
6837#~ msgstr "((����))"
6838
6839#~ msgid "%s: warnings being treated as errors\n"
6840#~ msgstr "%s: ��������������������������������\n"
6841
6842#~ msgid "%s: %s: "
6843#~ msgstr "%s: %s: "
6844
6845#~ msgid "sorry, not implemented: "
6846#~ msgstr "��������������������: "
6847
6848#~ msgid "%s "
6849#~ msgstr "%s "
6850
6851#~ msgid " %s"
6852#~ msgstr " %s"
6853
6854#~ msgid "At top level:"
6855#~ msgstr "������������:"
6856
6857#~ msgid "In method `%s':"
6858#~ msgstr "�������� `%s' ��:"
6859
6860#~ msgid "In function `%s':"
6861#~ msgstr "���� `%s' ��:"
6862
6863#~ msgid "compilation terminated.\n"
6864#~ msgstr "����������������������������\n"
6865
6866#~ msgid "%s:%d: confused by earlier errors, bailing out\n"
6867#~ msgstr "%s:%d: ����������������������������������������������\n"
6868
6869#~ msgid ""
6870#~ "Please submit a full bug report,\n"
6871#~ "with preprocessed source if appropriate.\n"
6872#~ "See %s for instructions.\n"
6873#~ msgstr ""
6874#~ "������������������������������\n"
6875#~ "��������������������������������������������������\n"
6876#~ "%s ������������������������������\n"
6877
6878#~ msgid "Unrecognizable insn:"
6879#~ msgstr "��������������:"
6880
6881#~ msgid "Insn does not satisfy its constraints:"
6882#~ msgstr "����������������������������"
6883
6884#~ msgid "Internal compiler error: Error reporting routines re-entered.\n"
6885#~ msgstr "��������������������: ����������������������������������\n"
6886
6887#~ msgid "Internal compiler error in %s, at %s:%d"
6888#~ msgstr "%s ���������������������� (%s:%d)"
6889
6890#~ msgid "In file included from %s:%d"
6891#~ msgstr "%s:%d ���� include ����������������"
6892
6893#~ msgid ""
6894#~ ",\n"
6895#~ "                 from %s:%d"
6896#~ msgstr ""
6897#~ ",\n"
6898#~ "                 %s:%d ����"
6899
6900#~ msgid ":\n"
6901#~ msgstr ":\n"
6902
6903#~ msgid "DW_LOC_OP %s not implememnted\n"
6904#~ msgstr "DW_LOC_OP %s ��������������������\n"
6905
6906#~ msgid "internal regno botch: regno = %d\n"
6907#~ msgstr "�������� regno ����������: regno = %d\n"
6908
6909#~ msgid "can't get current directory"
6910#~ msgstr "������������������������������������"
6911
6912#~ msgid "Can't access real part of complex value in hard register"
6913#~ msgstr "������������������������������������������������������"
6914
6915#~ msgid "can't access imaginary part of complex value in hard register"
6916#~ msgstr "������������������������������������������������������"
6917
6918#~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
6919#~ msgstr "ICE: emit_insn �� emit_jump_insn ������������������������:\n"
6920
6921#~ msgid "abort in %s, at %s:%d"
6922#~ msgstr "%s ������, ���� %s:%d"
6923
6924#~ msgid "exception handling disabled, use -fexceptions to enable"
6925#~ msgstr "������������������������. �������������� -fexceptions ����������������"
6926
6927#~ msgid "argument of `__builtin_eh_return_regno' must be constant"
6928#~ msgstr "`__builtin_eh_return_regno' ��������������������������������"
6929
6930#~ msgid "__builtin_eh_return not supported on this target"
6931#~ msgstr "__builtin_eh_return ������������������������������������������"
6932
6933#~ msgid "stack limits not supported on this target"
6934#~ msgstr "��������������������������������������������������"
6935
6936#~ msgid "function using short complex types cannot be inline"
6937#~ msgstr "short complex �������������� inline ������������"
6938
6939#~ msgid "unsupported wide integer operation"
6940#~ msgstr "����������������������������������"
6941
6942#~ msgid "prior parameter's size depends on `%s'"
6943#~ msgstr "������������������������ `%s' ��������"
6944
6945#~ msgid "returned value in block_exit_expr"
6946#~ msgstr "block_exit_expr ������ return ��������"
6947
6948#~ msgid "no INTEGER type can hold a pointer on this configuration"
6949#~ msgstr "���������������� INTEGER ��������������������������"
6950
6951#~ msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
6952#~ msgstr "����: REAL, INTEGER ���� LOGICAL �� %d ������������"
6953
6954#~ msgid "and pointers are %d bits wide, but g77 doesn't yet work"
6955#~ msgstr "���������� %d ���������������������������� 32 ��������"
6956
6957#~ msgid "properly unless they all are 32 bits wide."
6958#~ msgstr "�������� g77 ����������������������"
6959
6960#~ msgid "Please keep this in mind before you report bugs.  g77 should"
6961#~ msgstr "��������������������������������������������������������"
6962
6963#~ msgid "support non-32-bit machines better as of version 0.6."
6964#~ msgstr "g77 �������� version 0.6 �������� 32 ����������������������������"
6965
6966#~ msgid "configuration: char * holds %d bits, but ftnlen only %d"
6967#~ msgstr "����: char * �� %d ��������������������ftnlen �������� %d ����������"
6968
6969#~ msgid ""
6970#~ "configuration: char * holds %d bits, but INTEGER only %d --\n"
6971#~ " ASSIGN statement might fail"
6972#~ msgstr ""
6973#~ "����: char * �� %d ��������������������INTEGER �������� %d ���������� --\n"
6974#~ " ������ ASSIGN ��������������"
6975
6976#~ msgid "Directory name must immediately follow -I"
6977#~ msgstr "���������������� -I ����������������������������������"
6978
6979#~ msgid "overflowed output arg list for `%s'"
6980#~ msgstr "`%s' ������������������������������������������"
6981
6982#~ msgid "--driver no longer supported"
6983#~ msgstr "--driver ������������������������"
6984
6985#~ msgid "argument to `%s' missing"
6986#~ msgstr "`%s' ����������������������"
6987
6988#~ msgid "No input files; unwilling to write output files"
6989#~ msgstr "������������������������ -- ��������������������������������"
6990
6991#~ msgid "Print g77-specific compiler version info, run internal tests"
6992#~ msgstr "g77 ������������������������������������������������������"
6993
6994#~ msgid "Program is written in typical FORTRAN 66 dialect"
6995#~ msgstr "�������������������� FORTRAN 66 ������������������"
6996
6997#~ msgid "Program is written in typical Unix f77 dialect"
6998#~ msgstr "�������������������� Unix f77 ������������������"
6999
7000#~ msgid "Program does not use Unix-f77 dialectal features"
7001#~ msgstr "������������ Unix-f77 ������������������������"
7002
7003#~ msgid "Program is written in Fortran-90-ish dialect"
7004#~ msgstr "������������ Fortran-90 ��������������������"
7005
7006#~ msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
7007#~ msgstr "�������������� COMMON ���������� SAVE ��������������������������������"
7008
7009#~ msgid "Allow $ in symbol names"
7010#~ msgstr "$ ����������������������������������"
7011
7012#~ msgid "f2c-compatible code need not be generated"
7013#~ msgstr "f2c ������������������������������"
7014
7015#~ msgid "Unsupported; do not generate libf2c-calling code"
7016#~ msgstr "���������������� -- libf2c-calling ������������������"
7017
7018#~ msgid "Unsupported; affects code-generation of arrays"
7019#~ msgstr "���������������� -- ��������������������������"
7020
7021#~ msgid "Program is written in Fortran-90-ish free form"
7022#~ msgstr "������������ Fortran-90 ������������������������������"
7023
7024#~ msgid "Warn about use of (only a few for now) Fortran extensions"
7025#~ msgstr "Fortran ����(������������)����������������������"
7026
7027#~ msgid "Program is written in VXT (Digital-like) FORTRAN"
7028#~ msgstr "������������ VXT (Digital) FORTRAN ��������������"
7029
7030#~ msgid "Disallow all ugly features"
7031#~ msgstr "��������������������������"
7032
7033#~ msgid "Hollerith and typeless constants not passed as arguments"
7034#~ msgstr "Hollerith ��������������������������������"
7035
7036#~ msgid "Allow ordinary copying of ASSIGN'ed vars"
7037#~ msgstr "ASSIGN ����������������������������������"
7038
7039#~ msgid "Dummy array dimensioned to (1) is assumed-size"
7040#~ msgstr "������������������ (1) ��������"
7041
7042#~ msgid "Trailing comma in procedure call denotes null argument"
7043#~ msgstr "������������������������������������ null ��������������"
7044
7045#~ msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
7046#~ msgstr "DOUBLE COMPLEX Z ���� REAL(Z) �� AIMAG(Z) ����������"
7047
7048#~ msgid "Initialization via DATA and PARAMETER is type-compatible"
7049#~ msgstr "DATA �� PARAMETER ��������������������������"
7050
7051#~ msgid "Allow INTEGER and LOGICAL interchangeability"
7052#~ msgstr "INTEGER �� LOGICAL ����������������������������"
7053
7054#~ msgid "Print internal debugging-related info"
7055#~ msgstr "������������������������������"
7056
7057#~ msgid "Initialize local vars and arrays to zero"
7058#~ msgstr "������������������������������������"
7059
7060#~ msgid "Backslashes in character/hollerith constants not special (C-style)"
7061#~ msgstr "����/hollerith �������������������������������������������� (C ��)"
7062
7063#~ msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
7064#~ msgstr "COMPLEX ������������������������������������������������������"
7065
7066#~ msgid "Disable the appending of underscores to externals"
7067#~ msgstr "��������������������������������������"
7068
7069#~ msgid "Never append a second underscore to externals"
7070#~ msgstr "����������������������������������������������"
7071
7072#~ msgid "Intrinsics spelled as e.g. SqRt"
7073#~ msgstr "intrinsic �������� SqRt ��������������"
7074
7075#~ msgid "Intrinsics in uppercase"
7076#~ msgstr "intrinsic ����������������"
7077
7078#~ msgid "Intrinsics letters in arbitrary cases"
7079#~ msgstr "intrinsic ������������������������"
7080
7081#~ msgid "Language keywords spelled as e.g. IOStat"
7082#~ msgstr "������������������ IOStat ��������������"
7083
7084#~ msgid "Language keywords in uppercase"
7085#~ msgstr "��������������������������"
7086
7087#~ msgid "Language keyword letters in arbitrary cases"
7088#~ msgstr "����������������������������������"
7089
7090#~ msgid "Internally convert most source to uppercase"
7091#~ msgstr "����������������������������������������������"
7092
7093#~ msgid "Internally preserve source case"
7094#~ msgstr "��������������������������������"
7095
7096#~ msgid "Symbol names spelled in mixed case"
7097#~ msgstr "��������������������������������"
7098
7099#~ msgid "Symbol names in uppercase"
7100#~ msgstr "������������������������"
7101
7102#~ msgid "Symbol names in lowercase"
7103#~ msgstr "������������������������"
7104
7105#~ msgid "Program written in uppercase"
7106#~ msgstr "����������������������������������"
7107
7108#~ msgid "Program written in lowercase"
7109#~ msgstr "����������������������������������"
7110
7111#~ msgid "Program written in strict mixed-case"
7112#~ msgstr "������������������������������������������"
7113
7114#~ msgid "Compile as if program written in uppercase"
7115#~ msgstr "������������������������������������������������"
7116
7117#~ msgid "Compile as if program written in lowercase"
7118#~ msgstr "������������������������������������������������"
7119
7120#~ msgid "Preserve all spelling (case) used in program"
7121#~ msgstr "������������������������(��������)��������������"
7122
7123#~ msgid "Delete libU77 intrinsics with bad interfaces"
7124#~ msgstr "libU77 intrinsic �������� interface ��������������"
7125
7126#~ msgid "Disable libU77 intrinsics with bad interfaces"
7127#~ msgstr "libU77 intrinsic �������� interface ����������������"
7128
7129#~ msgid "Hide libU77 intrinsics with bad interfaces"
7130#~ msgstr "libU77 intrinsic �������� interface ����������"
7131
7132#~ msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
7133#~ msgstr "f2c ���������������� FORTRAN-77 intrinsics ����������"
7134
7135#~ msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
7136#~ msgstr "f2c ���������������� FORTRAN-77 intrinsics ������������"
7137
7138#~ msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
7139#~ msgstr "f2c ���������������� FORTRAN-77 intrinsics ������"
7140
7141#~ msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
7142#~ msgstr "F90 ���������������� FORTRAN-77 intrinsics ����������"
7143
7144#~ msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
7145#~ msgstr "F90 ���������������� FORTRAN-77 intrinsics ������������"
7146
7147#~ msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
7148#~ msgstr "F90 ���������������� FORTRAN-77 intrinsics ������"
7149
7150#~ msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
7151#~ msgstr "g77 ���������������� FORTRAN-77 intrinsics ����������"
7152
7153#~ msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
7154#~ msgstr "g77 ���������������� FORTRAN-77 intrinsics ������������"
7155
7156#~ msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
7157#~ msgstr "g77 ���������������� FORTRAN-77 intrinsics ������"
7158
7159#~ msgid "Delete MIL-STD 1753 intrinsics"
7160#~ msgstr "MIL-STD 1753 intrinsic ����������"
7161
7162#~ msgid "Disable MIL-STD 1753 intrinsics"
7163#~ msgstr "MIL-STD 1753 intrinsic ������������"
7164
7165#~ msgid "Hide MIL-STD 1753 intrinsics"
7166#~ msgstr "MIL-STD 1753 intrinsic ������"
7167
7168#~ msgid "Delete libU77 intrinsics"
7169#~ msgstr "libU77 intrinsic ����������"
7170
7171#~ msgid "Disable libU77 intrinsics"
7172#~ msgstr "libU77 intrinsic ������������"
7173
7174#~ msgid "Hide libU77 intrinsics"
7175#~ msgstr "libU77 intrinsic ������"
7176
7177#~ msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
7178#~ msgstr "VXT FORTRAN ���������������� FORTRAN-77 intrinsics ����������"
7179
7180#~ msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
7181#~ msgstr "VXT FORTRAN ���������������� FORTRAN-77 intrinsics ������������"
7182
7183#~ msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
7184#~ msgstr "VXT FORTRAN ���������������� FORTRAN-77 intrinsics ������"
7185
7186#~ msgid "Treat initial values of 0 like non-zero values"
7187#~ msgstr "0 ����������������������������������"
7188
7189#~ msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
7190#~ msgstr "COMMON �� EQUIVALENCE ����������������������������������������������������"
7191
7192#~ msgid "Take at least one trip through each iterative DO loop"
7193#~ msgstr "�������������������� DO ������������������������"
7194
7195#~ msgid "Print names of program units as they are compiled"
7196#~ msgstr "����������������������������������������������"
7197
7198#~ msgid "Disable fatal diagnostics about inter-procedural problems"
7199#~ msgstr "inter-procedural ������������������������������������������"
7200
7201#~ msgid "Make prefix-radix non-decimal constants be typeless"
7202#~ msgstr "����������������������������������������"
7203
7204#~ msgid "Generate code to check subscript and substring bounds"
7205#~ msgstr "����������������������������������������������"
7206
7207#~ msgid "Fortran-specific form of -fbounds-check"
7208#~ msgstr "Fortran ������ -fbounds-check ������"
7209
7210#~ msgid "Disable warnings about inter-procedural problems"
7211#~ msgstr "inter-procedural ����������������������������������"
7212
7213#~ msgid "Warn about constructs with surprising meanings"
7214#~ msgstr "������������������������������������"
7215
7216#~ msgid "Add a directory for INCLUDE searching"
7217#~ msgstr "INCLUDE ������������������������������"
7218
7219#~ msgid "Set the maximum line length"
7220#~ msgstr "��������������������������"
7221
7222#~ msgid "the meaning of `\\a' varies with -traditional"
7223#~ msgstr "-traditional ���� `\\a' ������������������"
7224
7225#~ msgid "non-ANSI-standard escape sequence, `\\%c'"
7226#~ msgstr "�� ANSI ����������������������������`\\%c'"
7227
7228#~ msgid "non-ANSI escape sequence `\\%c'"
7229#~ msgstr "�� ANSI ������������������������`\\%c'"
7230
7231#~ msgid "unknown escape sequence `\\%c'"
7232#~ msgstr "�������������������������� `\\%c'"
7233
7234#~ msgid "unknown escape sequence: `\\' followed by char code 0x%x"
7235#~ msgstr "��������������������������: `\\' ���������������� 0x%x"
7236
7237#~ msgid "Badly formed directive -- no closing quote"
7238#~ msgstr "������������������������ -- ������������������������"
7239
7240#~ msgid "#-lines for entering and leaving files don't match"
7241#~ msgstr "�������������������������� #-�� ��������������"
7242
7243#~ msgid "Bad directive -- missing close-quote"
7244#~ msgstr "�������������������� -- ��������������������������"
7245
7246#~ msgid "ignoring pragma: %s"
7247#~ msgstr "pragma ������������: %s"
7248
7249#~ msgid "invalid #line"
7250#~ msgstr "������ #line"
7251
7252#~ msgid "Use `#line ...' instead of `# ...' in first line"
7253#~ msgstr "������������ `# ...' �������� `#line ...' ��������������"
7254
7255#~ msgid "invalid #-line"
7256#~ msgstr "������ #-��"
7257
7258#~ msgid "ASSIGNed FORMAT specifier is too small"
7259#~ msgstr "ASSIGN ������ FORMAT ��������������������"
7260
7261#~ msgid "ASSIGN to variable that is too small"
7262#~ msgstr "ASSIGN ����������������������"
7263
7264#~ msgid "ASSIGNed GOTO target variable is too small"
7265#~ msgstr "ASSIGN ������ GOTO ��������������������"
7266
7267#~ msgid "%s no longer supported -- try -fvxt"
7268#~ msgstr "%s ������������������������ -- -fvxt ������������������"
7269
7270#~ msgid "%s no longer supported -- try -fno-vxt -ff90"
7271#~ msgstr "%s ������������������������ -- -fno-vxt -ff90 ������������������"
7272
7273#~ msgid "%s disabled, use normal debugging flags"
7274#~ msgstr "%s ��������������������������������������������"
7275
7276#~ msgid "invalid `asm': %s"
7277#~ msgstr "������ `asm': %s"
7278
7279#~ msgid "output_operand: %s"
7280#~ msgstr "output_operand: %s"
7281
7282#~ msgid "operand number missing after %-letter"
7283#~ msgstr "�������� %-letter ����������������"
7284
7285#~ msgid "operand number out of range"
7286#~ msgstr "������������������"
7287
7288#~ msgid "invalid %%-code"
7289#~ msgstr "������ %%-code"
7290
7291#~ msgid "`%l' operand isn't a label"
7292#~ msgstr "`%l' ��������������������������"
7293
7294#~ msgid "function might be possible candidate for attribute `noreturn'"
7295#~ msgstr "������������ `noreturn' ����������������������"
7296
7297#~ msgid "`noreturn' function does return"
7298#~ msgstr "`noreturn' ������ return ����������"
7299
7300#~ msgid "control reaches end of non-void function"
7301#~ msgstr "�������� void ������������������������"
7302
7303#~ msgid "End insn %d for block %d not found in the insn stream."
7304#~ msgstr "�������� %d(�������� %d) ������������������������������������"
7305
7306#~ msgid "Insn %d is in multiple basic blocks (%d and %d)"
7307#~ msgstr "���� %d ��������������������(%d �� %d)��������������"
7308
7309#~ msgid "Head insn %d for block %d not found in the insn stream."
7310#~ msgstr "�������� %d(�������� %d) ������������������������������������"
7311
7312#~ msgid "Basic block %i edge lists are corrupted"
7313#~ msgstr "������������ %i edge ������������������������"
7314
7315#~ msgid "Basic block %d pred edge is corrupted"
7316#~ msgstr "������������ %d pred edge ������������������������"
7317
7318#~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
7319#~ msgstr "NOTE_INSN_BASIC_BLOCK ���������� %d ������������"
7320
7321#~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
7322#~ msgstr "NOTE_INSN_BASIC_BLOCK ���������� %d ������������\n"
7323
7324#~ msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
7325#~ msgstr "NOTE_INSN_BASIC_BLOCK %d �������������� %d ������������������"
7326
7327#~ msgid "In basic block %d:"
7328#~ msgstr "������������ %d ��:"
7329
7330#~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
7331#~ msgstr "������������ bb ���� (%d) �� n_basic_blocks (%d) ����������"
7332
7333#~ msgid "comparison is always %d due to width of bitfield"
7334#~ msgstr "�������������������������������������� %d ����������"
7335
7336#~ msgid "comparison is always %d"
7337#~ msgstr "���������� %d ����������"
7338
7339#~ msgid "`or' of unmatched not-equal tests is always 1"
7340#~ msgstr "���������������������������� `or' ������������ 1 ����"
7341
7342#~ msgid "`and' of mutually exclusive equal-tests is always 0"
7343#~ msgstr "���������������������� `and' ������������ 0 ����"
7344
7345#~ msgid "`%s' might be used uninitialized in this function"
7346#~ msgstr "`%s' ������������������������������������������������������"
7347
7348#~ msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
7349#~ msgstr "���� `%s' �� `longjmp' �� `vfork' ��������������������������������������"
7350
7351#~ msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
7352#~ msgstr "���� `%s' �� `longjmp' �� `vfork' ��������������������������������������"
7353
7354#~ msgid "function returns an aggregate"
7355#~ msgstr "��������������������������"
7356
7357#~ msgid "unused parameter `%s'"
7358#~ msgstr "���� `%s' ������������"
7359
7360#~ msgid "Ambiguous abbreviation %s"
7361#~ msgstr "�������������� %s ����"
7362
7363#~ msgid "Incomplete `%s' option"
7364#~ msgstr "�������� `%s' ��������������"
7365
7366#~ msgid "Missing argument to `%s' option"
7367#~ msgstr "`%s' ����������������������������������"
7368
7369#~ msgid "Extraneous argument to `%s' option"
7370#~ msgstr "`%s' ������������������������������"
7371
7372#~ msgid "Using builtin specs.\n"
7373#~ msgstr "�������� spec ������.\n"
7374
7375#~ msgid ""
7376#~ "Setting spec %s to '%s'\n"
7377#~ "\n"
7378#~ msgstr ""
7379#~ "spec %s �� '%s' ��������\n"
7380#~ "\n"
7381
7382#~ msgid "Reading specs from %s\n"
7383#~ msgstr "%s ���� spec ������������\n"
7384
7385#~ msgid "specs %%include syntax malformed after %ld characters"
7386#~ msgstr "specs �� %ld ������������ %%include ��������������"
7387
7388#~ msgid "Could not find specs file %s\n"
7389#~ msgstr "spec �������� %s ��������������������������������\n"
7390
7391#~ msgid "specs %%rename syntax malformed after %ld characters"
7392#~ msgstr "specs �� %ld ������������ %%rename ��������������"
7393
7394#~ msgid "specs %s spec was not found to be renamed"
7395#~ msgstr "spec �������� %s ���������������� spec ����������������������"
7396
7397#~ msgid "rename spec %s to %s\n"
7398#~ msgstr "spec %s �� %s ������������\n"
7399
7400#~ msgid ""
7401#~ "spec is '%s'\n"
7402#~ "\n"
7403#~ msgstr ""
7404#~ "spec �� '%s' ����\n"
7405#~ "\n"
7406
7407#~ msgid "specs unknown %% command after %ld characters"
7408#~ msgstr "spec ������������ %ld ���������������� %% ��������"
7409
7410#~ msgid "specs file malformed after %ld characters"
7411#~ msgstr "%ld ������������������ spec ��������"
7412
7413#~ msgid "spec file has no spec for linking"
7414#~ msgstr "spec ������������������������ spec ������������"
7415
7416#~ msgid "-pipe not supported"
7417#~ msgstr "-pipe ��������������������"
7418
7419#~ msgid ""
7420#~ "\n"
7421#~ "Go ahead? (y or n) "
7422#~ msgstr ""
7423#~ "\n"
7424#~ "����������? (y ������ n) "
7425
7426#~ msgid ""
7427#~ "Internal error: %s (program %s)\n"
7428#~ "Please submit a full bug report.\n"
7429#~ "See %s for instructions."
7430#~ msgstr ""
7431#~ "����������: %s (���������� %s)\n"
7432#~ "������������������������������������\n"
7433#~ "%s ������������������������"
7434
7435#~ msgid "# %s %.2f %.2f\n"
7436#~ msgstr "# %s %.2f %.2f\n"
7437
7438#~ msgid "Usage: %s [options] file...\n"
7439#~ msgstr "������: %s [����������] ��������...\n"
7440
7441#~ msgid "Options:\n"
7442#~ msgstr "����������:\n"
7443
7444#~ msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
7445#~ msgstr ""
7446#~ "  -pass-exit-codes         ������������������������������������ exit\n"
7447#~ "                               ����������������\n"
7448
7449#~ msgid "  --help                   Display this information\n"
7450#~ msgstr "  --help                   ��������������������\n"
7451
7452#~ msgid "  --target-help            Display target specific command line options\n"
7453#~ msgstr "  --target-help            ����������������������������������������������\n"
7454
7455#~ msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
7456#~ msgstr "(`-v --help' ����������������������������������������������������)\n"
7457
7458#~ msgid "  -dumpspecs               Display all of the built in spec strings\n"
7459#~ msgstr "  -dumpspecs               ������������ spec ����������������\n"
7460
7461#~ msgid "  -dumpversion             Display the version of the compiler\n"
7462#~ msgstr "  -dumpversion             ����������������������������\n"
7463
7464#~ msgid "  -dumpmachine             Display the compiler's target processor\n"
7465#~ msgstr "  -dumpmachine             ��������������������������������������\n"
7466
7467#~ msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
7468#~ msgstr "  -print-search-dirs       ����������������������������������������������\n"
7469
7470#~ msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
7471#~ msgstr "  -print-libgcc-file-name  ������������������������������������������\n"
7472
7473#~ msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
7474#~ msgstr "  -print-file-name=<lib>   ���������� <lib> ������������������\n"
7475
7476#~ msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
7477#~ msgstr "  -print-prog-name=<prog>  ���������������� <prog> ������������������\n"
7478
7479#~ msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
7480#~ msgstr "  -print-multi-directory   libgcc ������������������������������������\n"
7481
7482#~ msgid ""
7483#~ "  -print-multi-lib         Display the mapping between command line options and\n"
7484#~ "                           multiple library search directories\n"
7485#~ msgstr ""
7486#~ "  -print-multi-lib         ����������������������������������������������\n"
7487#~ "                               ��������������������������\n"
7488
7489#~ msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
7490#~ msgstr "  -Wa,<options>            �������������� <options> ������������������\n"
7491
7492#~ msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
7493#~ msgstr "  -Wp,<options>            �������������� <options> ����������������������\n"
7494
7495#~ msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
7496#~ msgstr "  -Wl,<options>            �������������� <options> ��������������\n"
7497
7498#~ msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
7499#~ msgstr "  -Xlinker <arg>           <arg> ��������������\n"
7500
7501#~ msgid "  -save-temps              Do not delete intermediate files\n"
7502#~ msgstr "  -save-temps              ������������������������\n"
7503
7504#~ msgid "  -pipe                    Use pipes rather than intermediate files\n"
7505#~ msgstr "  -pipe                    ��������������������������������\n"
7506
7507#~ msgid "  -time                    Time the execution of each subprocess\n"
7508#~ msgstr "  -time                    ����������������������������������\n"
7509
7510#~ msgid "  -specs=<file>            Override builtin specs with the contents of <file>\n"
7511#~ msgstr "  -specs=<file>            �������� specs �� <file> ������������������\n"
7512
7513#~ msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
7514#~ msgstr "  -std=<standard>          ������������ <standard> ��������\n"
7515
7516#~ msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
7517#~ msgstr "  -B <directory>           <directory> ��������������������������������\n"
7518
7519#~ msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
7520#~ msgstr ""
7521#~ "  -b <machine>             ���������������������������������� <machine> ������\n"
7522#~ "                               gcc ����������\n"
7523
7524#~ msgid "  -V <version>             Run gcc version number <version>, if installed\n"
7525#~ msgstr ""
7526#~ "  -V <version>             ������������������������ <version> ����������������\n"
7527#~ "                               gcc ��������������\n"
7528
7529#~ msgid "  -v                       Display the programs invoked by the compiler\n"
7530#~ msgstr "  -v                       ��������������������������������������������\n"
7531
7532#~ msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
7533#~ msgstr ""
7534#~ "  -E                       ���������������� -- ������������������������������\n"
7535#~ "                               ������������\n"
7536
7537#~ msgid "  -S                       Compile only; do not assemble or link\n"
7538#~ msgstr "  -S                       �������������� -- ������������������������������\n"
7539
7540#~ msgid "  -c                       Compile and assemble, but do not link\n"
7541#~ msgstr "  -c                       ������������������������������������������������\n"
7542
7543#~ msgid "  -o <file>                Place the output into <file>\n"
7544#~ msgstr "  -o <file>                <file> ��������������\n"
7545
7546#~ msgid ""
7547#~ "  -x <language>            Specify the language of the following input files\n"
7548#~ "                           Permissable languages include: c c++ assembler none\n"
7549#~ "                           'none' means revert to the default behaviour of\n"
7550#~ "                           guessing the language based on the file's extension\n"
7551#~ msgstr ""
7552#~ "  -x <language>            ����������������������������������\n"
7553#~ "                           ��������������: c c++ assembler none\n"
7554#~ "                           'none' ����������������������������������������\n"
7555#~ "                           ������������������������������������\n"
7556
7557#~ msgid ""
7558#~ "\n"
7559#~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
7560#~ " passed on to the various sub-processes invoked by %s.  In order to pass\n"
7561#~ " other options on to these processes the -W<letter> options must be used.\n"
7562#~ msgstr ""
7563#~ "\n"
7564#~ "-g, -f, -m, -O, -W ����������������������--param �� %s ������������������\n"
7565#~ "����������������������������������������������������������������������������\n"
7566#~ "���� -W<letter> ������������������������������������\n"
7567
7568#~ msgid "argument to `-Xlinker' is missing"
7569#~ msgstr "`-Xlinker' ������������������"
7570
7571#~ msgid "argument to `-specs' is missing"
7572#~ msgstr "`-specs' ������������������"
7573
7574#~ msgid "argument to `-specs=' is missing"
7575#~ msgstr "`-specs=' ������������������"
7576
7577#~ msgid "argument to `-b' is missing"
7578#~ msgstr "`-b' ������������������"
7579
7580#~ msgid "argument to `-B' is missing"
7581#~ msgstr "`-B' ������������������"
7582
7583#~ msgid "argument to `-V' is missing"
7584#~ msgstr "`-V' ������������������"
7585
7586#~ msgid "invalid version number format"
7587#~ msgstr "������������������������"
7588
7589#~ msgid "cannot specify -o with -c or -S and multiple compilations"
7590#~ msgstr "-c �� -S �������� -o ��������������������������������������"
7591
7592#~ msgid "Warning: -pipe ignored because -save-temps specified"
7593#~ msgstr "����: -save-temps ���������������� -pipe ��������������"
7594
7595#~ msgid "Warning: -pipe ignored because -time specified"
7596#~ msgstr "����: -time ���������������� -pipe ��������������"
7597
7598#~ msgid "argument to `-x' is missing"
7599#~ msgstr "`-x' ������������������"
7600
7601#~ msgid "argument to `-%s' is missing"
7602#~ msgstr "`-%s' ������������������"
7603
7604#~ msgid "Warning: `-x %s' after last input file has no effect"
7605#~ msgstr "����: ������������������������ `-x %s' ��������������"
7606
7607#~ msgid "Invalid specification!  Bug in cc."
7608#~ msgstr "����������! cc ������."
7609
7610#~ msgid "%s\n"
7611#~ msgstr "%s\n"
7612
7613#~ msgid "Spec failure: '%%*' has not been initialised by pattern match"
7614#~ msgstr "spec ������: '%%*' ����������������������������������������"
7615
7616#~ msgid "Warning: use of obsolete %%[ operator in specs"
7617#~ msgstr "����: ������ %%[ �������� spec ��������������"
7618
7619#~ msgid "Processing spec %c%s%c, which is '%s'\n"
7620#~ msgstr "spec %c%s%c ��������, ������ '%s' ����\n"
7621
7622#~ msgid "Spec failure: Unrecognised spec option '%c'"
7623#~ msgstr "spec ������: ���������� spec ���������� '%c'"
7624
7625#~ msgid "unrecognized option `-%s'"
7626#~ msgstr "�������������������� `-%s'"
7627
7628#~ msgid "install: %s%s\n"
7629#~ msgstr "������������: %s%s\n"
7630
7631#~ msgid "programs: %s\n"
7632#~ msgstr "����������: %s\n"
7633
7634#~ msgid "libraries: %s\n"
7635#~ msgstr "����������: %s\n"
7636
7637#~ msgid ""
7638#~ "\n"
7639#~ "For bug reporting instructions, please see:\n"
7640#~ msgstr ""
7641#~ "\n"
7642#~ "��������������������������������\n"
7643
7644#~ msgid "Configured with: %s\n"
7645#~ msgstr "��������������������: %s\n"
7646
7647#~ msgid "Thread model: %s\n"
7648#~ msgstr "��������������: %s\n"
7649
7650#~ msgid "gcc version %s\n"
7651#~ msgstr "gcc ���������� %s\n"
7652
7653#~ msgid "gcc driver version %s executing gcc version %s\n"
7654#~ msgstr "gcc ������������������ %s ���� gcc ���������� %s\n"
7655
7656#~ msgid "No input files"
7657#~ msgstr "������������������������"
7658
7659#~ msgid "%s: %s compiler not installed on this system"
7660#~ msgstr "%s: %s ����������������������������������������������������"
7661
7662#~ msgid "%s: linker input file unused because linking not done"
7663#~ msgstr "%s: ������������������������������������������������������������������"
7664
7665#~ msgid "language %s not recognized"
7666#~ msgstr "���� %s ����������������"
7667
7668#~ msgid "Internal gcc abort."
7669#~ msgstr "���� gcc ����"
7670
7671#~ msgid "Internal gcov abort.\n"
7672#~ msgstr "���� gcc abort.\n"
7673
7674#~ msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
7675#~ msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] ��������\n"
7676
7677#~ msgid "Could not open basic block file %s.\n"
7678#~ msgstr "�������������������� %s ��������������������\n"
7679
7680#~ msgid "Could not open data file %s.\n"
7681#~ msgstr "�������������� %s ������������������������������\n"
7682
7683#~ msgid "Assuming that all execution counts are zero.\n"
7684#~ msgstr "����������������������������������\n"
7685
7686#~ msgid "Could not open program flow graph file %s.\n"
7687#~ msgstr "������������������������ %s ��������������������\n"
7688
7689#~ msgid "No executable code associated with file %s.\n"
7690#~ msgstr "�������� %s ����������������������������������\n"
7691
7692#~ msgid ".da file contents exhausted too early\n"
7693#~ msgstr ".da ��������������������������������������������������\n"
7694
7695#~ msgid ".da file contents not exhausted\n"
7696#~ msgstr ".da ����������������������������������\n"
7697
7698#~ msgid "%6.2f%% of %d source lines executed in function %s\n"
7699#~ msgstr "%6.2f%%(%d ����) ���������������� %s ����������������\n"
7700
7701#~ msgid "No executable source lines in function %s\n"
7702#~ msgstr "���� %s ��������������������������������\n"
7703
7704#~ msgid "%6.2f%% of %d branches executed in function %s\n"
7705#~ msgstr "%6.2f%%(%d ����) ���������������� %s ������������������\n"
7706
7707#~ msgid "%6.2f%% of %d branches taken at least once in function %s\n"
7708#~ msgstr "%6.2f%%(%d ����) �������������������������������� %s ����������������\n"
7709
7710#~ msgid "No branches in function %s\n"
7711#~ msgstr "���� %s ��������������������\n"
7712
7713#~ msgid "%6.2f%% of %d calls executed in function %s\n"
7714#~ msgstr "%6.2f%%(%d ��) ���������������� %s ����������������\n"
7715
7716#~ msgid "No calls in function %s\n"
7717#~ msgstr "���� %s ����������������������\n"
7718
7719#~ msgid "didn't use all bb entries of graph, function %s\n"
7720#~ msgstr "�������� bb ���������������������������������������� %s\n"
7721
7722#~ msgid "block_num = %ld, num_blocks = %d\n"
7723#~ msgstr "���������� = %ld�������������� = %d\n"
7724
7725#~ msgid "ERROR: too many basic blocks in .bb file %s\n"
7726#~ msgstr "������: .bb �������� %s ��������������������������\n"
7727
7728#~ msgid "%6.2f%% of %d source lines executed in file %s\n"
7729#~ msgstr "%6.2f%%(%d ����) �������������������� %s ����������������\n"
7730
7731#~ msgid "No executable source lines in file %s\n"
7732#~ msgstr "�������� %s ��������������������������������\n"
7733
7734#~ msgid "%6.2f%% of %d branches executed in file %s\n"
7735#~ msgstr "%6.2f%%(%d ����) �������������������� %s ����������������\n"
7736
7737#~ msgid "%6.2f%% of %d branches taken at least once in file %s\n"
7738#~ msgstr "%6.2f%%(%d ����) ������������������������������������ %s ����������������\n"
7739
7740#~ msgid "No branches in file %s\n"
7741#~ msgstr "�������� %s ������������������������\n"
7742
7743#~ msgid "%6.2f%% of %d calls executed in file %s\n"
7744#~ msgstr "%6.2f%%(%d ����) �������������������� %s ������������������\n"
7745
7746#~ msgid "No calls in file %s\n"
7747#~ msgstr "�������� %s ����������������������\n"
7748
7749#~ msgid "Could not open source file %s.\n"
7750#~ msgstr "�������������� %s ������������������.\n"
7751
7752#~ msgid "Could not open output file %s.\n"
7753#~ msgstr "������������ %s ������������������.\n"
7754
7755#~ msgid "Creating %s.\n"
7756#~ msgstr "%s ��������.\n"
7757
7758#~ msgid "call %d never executed\n"
7759#~ msgstr "�������� %d ����������������\n"
7760
7761#~ msgid "call %d returns = %d\n"
7762#~ msgstr "�������� %d ������ = %d\n"
7763
7764#~ msgid "call %d returns = %d%%\n"
7765#~ msgstr "�������� %d ������ = %d%%\n"
7766
7767#~ msgid "branch %d never executed\n"
7768#~ msgstr "�������� %d ������������������\n"
7769
7770#~ msgid "branch %d taken = %d\n"
7771#~ msgstr "�������� %d ���� = %d\n"
7772
7773#~ msgid "branch %d taken = %d%%\n"
7774#~ msgstr "�������� %d ���� = %d%%\n"
7775
7776#~ msgid "Unexpected EOF while reading source file %s.\n"
7777#~ msgstr "�������������� %s ���������������������� EOF.\n"
7778
7779#~ msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
7780#~ msgstr "GCSE ��������: %d > 1000 ������������������ %d >= 20 edge/������������"
7781
7782#~ msgid "GCSE disabled: %d basic blocks and %d registers"
7783#~ msgstr "GCSE ��������: %d ������������������ %d ������������"
7784
7785#~ msgid "fix_sched_param: unknown param: %s"
7786#~ msgstr "fix_sched_param: ��������������: %s"
7787
7788#~ msgid "function cannot be inline"
7789#~ msgstr "������ inline ������������"
7790
7791#~ msgid "varargs function cannot be inline"
7792#~ msgstr "�������������� inline ������������"
7793
7794#~ msgid "function using alloca cannot be inline"
7795#~ msgstr "alloca ������������������ inline ������������"
7796
7797#~ msgid "function using setjmp cannot be inline"
7798#~ msgstr "setjmp ������������������ inline ������������"
7799
7800#~ msgid "function uses __builtin_eh_return"
7801#~ msgstr "������ __builtin_eh_return ����������"
7802
7803#~ msgid "function with nested functions cannot be inline"
7804#~ msgstr "���������������������� inline ������������"
7805
7806#~ msgid "function with label addresses used in initializers cannot inline"
7807#~ msgstr "���������������������������������������������� inline ������������"
7808
7809#~ msgid "function too large to be inline"
7810#~ msgstr "���������������� inline ������������"
7811
7812#~ msgid "no prototype, and parameter address used; cannot be inline"
7813#~ msgstr "�������������������������������������������������� -- inline ������������"
7814
7815#~ msgid "inline functions not supported for this return value type"
7816#~ msgstr "�������������� inline ������������������������"
7817
7818#~ msgid "function with varying-size return value cannot be inline"
7819#~ msgstr "�������������������������� inline ������������"
7820
7821#~ msgid "function with varying-size parameter cannot be inline"
7822#~ msgstr "���������������������� inline ������������"
7823
7824#~ msgid "function with transparent unit parameter cannot be inline"
7825#~ msgstr "���������������������������� inline ������������"
7826
7827#~ msgid "function with computed jump cannot inline"
7828#~ msgstr "�������������������������������� inline ������������"
7829
7830#~ msgid "function with nonlocal goto cannot be inline"
7831#~ msgstr "���������� goto ������������������ inline ������������"
7832
7833#~ msgid "function with target specific attribute(s) cannot be inlined"
7834#~ msgstr "���������������������������� inline ������������"
7835
7836#~ msgid "internal error in check-init: tree code not implemented: %s"
7837#~ msgstr "check-init ������������: ��������������������������������: %s"
7838
7839#~ msgid "internal error - too many interface type"
7840#~ msgstr "���������� - interface ��������������"
7841
7842#~ msgid "bad method signature"
7843#~ msgstr "������������������������������"
7844
7845#~ msgid "misplaced ConstantValue attribute (not in any field)"
7846#~ msgstr "ConstantValue ����������������������������������������������������������"
7847
7848#~ msgid "duplicate ConstanValue atribute for field '%s'"
7849#~ msgstr "���������� '%s' �� ConstantValue ��������������������"
7850
7851#~ msgid "field '%s' not found in class"
7852#~ msgstr "���������� '%s' ��������������������������"
7853
7854#~ msgid "abstract method in non-abstract class"
7855#~ msgstr "abstract ��������������������������������"
7856
7857#~ msgid "non-static method '%s' overrides static method"
7858#~ msgstr "�������������� '%s' ����������������������������������������"
7859
7860#~ msgid "In %s: overlapped variable and exception ranges at %d"
7861#~ msgstr "%s ��: ���������������� %d ����������������"
7862
7863#~ msgid "bad type in parameter debug info"
7864#~ msgstr "��������������������������������������"
7865
7866#~ msgid "bad PC range for debug info for local `%s'"
7867#~ msgstr "���������� `%s' ���������������������� PC ��������������"
7868
7869#~ msgid "stack underflow - dup* operation"
7870#~ msgstr "���������������������� - dup* ����"
7871
7872#~ msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
7873#~ msgstr "���� `%s' ����������: interface `%s' �� interface `%s' ������������"
7874
7875#~ msgid "field `%s' not found"
7876#~ msgstr "���������� `%s' ����������������"
7877
7878#~ msgid "ret instruction not implemented"
7879#~ msgstr "ret ������������������������"
7880
7881#~ msgid "method '%s' not found in class"
7882#~ msgstr "�������� '%s' ��������������������������"
7883
7884#~ msgid "failed to find class '%s'"
7885#~ msgstr "'%s' ��������������������������������"
7886
7887#~ msgid "Class '%s' has no method named '%s' matching signature '%s'"
7888#~ msgstr "������ '%s' �������� '%s' �������������� '%s' ����������������������������������"
7889
7890#~ msgid "invokestatic on non static method"
7891#~ msgstr "���������������� invokestatic ��������"
7892
7893#~ msgid "invokestatic on abstract method"
7894#~ msgstr "�������������� invokestatic ��������"
7895
7896#~ msgid "invoke[non-static] on static method"
7897#~ msgstr "�������������� invoke[�� static] ��������"
7898
7899#~ msgid "Missing field '%s' in '%s'"
7900#~ msgstr "���������� '%s'('%s' ��) ��������������"
7901
7902#~ msgid "Mismatching signature for field '%s' in '%s'"
7903#~ msgstr "���������� '%s'('%s' ��) ����������������������������"
7904
7905#~ msgid "assignment to final field `%s' not in field's class"
7906#~ msgstr "final ���������� `%s' ������������������������������������������������������"
7907
7908#~ msgid "assignment to final static field `%s' not in class initializer"
7909#~ msgstr "final static ���������� `%s' ������������������������������������������������������"
7910
7911#~ msgid "assignment to final field `%s' not in constructor"
7912#~ msgstr "final ���������� `%s' ����������������������������������������������"
7913
7914#~ msgid "Can't expand %s"
7915#~ msgstr "%s ����������������"
7916
7917#~ msgid "invalid PC in line number table"
7918#~ msgstr "������ PC ��������������������������"
7919
7920#~ msgid "Unreachable bytecode from %d to before %d."
7921#~ msgstr "%d ���� %d ����������������������������������������"
7922
7923#~ msgid "Unreachable bytecode from %d to the end of the method."
7924#~ msgstr "%d ������������������������������������������������������"
7925
7926#~ msgid "unrecogized wide sub-instruction"
7927#~ msgstr "������������ wide sub ��������"
7928
7929#~ msgid "Source file for class `%s' is newer than its matching class file. Source file used instead"
7930#~ msgstr "������ `%s' ����������������������������������������������������������������������������������������"
7931
7932#~ msgid "bad string constant"
7933#~ msgstr "��������������������"
7934
7935#~ msgid "bad value constant type %d, index %d"
7936#~ msgstr "�������������� %d, ������������ %d"
7937
7938#~ msgid "can't reopen %s"
7939#~ msgstr "%s ���� open ����������"
7940
7941#~ msgid "Cannot find file for class %s."
7942#~ msgstr "������ %s ��������������������������������"
7943
7944#~ msgid "not a valid Java .class file"
7945#~ msgstr "������ Java .class ����������������������"
7946
7947#~ msgid "error while parsing constant pool"
7948#~ msgstr "constant ����������������������������������������"
7949
7950#~ msgid "error in constant pool entry #%d\n"
7951#~ msgstr "constant ���������� #%d ������������������������\n"
7952
7953#~ msgid "reading class %s for the second time from %s"
7954#~ msgstr "class %s ������������ %s ��������������������"
7955
7956#~ msgid "error while parsing fields"
7957#~ msgstr "��������������������������������������������"
7958
7959#~ msgid "error while parsing methods"
7960#~ msgstr "������������������������������������������"
7961
7962#~ msgid "error while parsing final attributes"
7963#~ msgstr "final ��������������������������������������"
7964
7965#~ msgid "The `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute. This generally means that your classpath is incorrect set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath."
7966#~ msgstr "`%s' �������������� `java.lang.Object' �������������������� `gnu.gcj.gcj-compiled' ������������������������������������������������������������������������������������������`info gcj \"Input Options\"' �������������������������������������������� info ������������������"
7967
7968#~ msgid "missing Code attribute"
7969#~ msgstr "Code ������������������"
7970
7971#~ msgid "error closing %s"
7972#~ msgstr "������������ %s ����������"
7973
7974#~ msgid "source file seen twice on command line and will be compiled only once."
7975#~ msgstr "����������������������������������������������������������������������������������"
7976
7977#~ msgid "no input file specified"
7978#~ msgstr "��������������������������������"
7979
7980#~ msgid "can't close input file %s"
7981#~ msgstr "������������ %s �� close ����������"
7982
7983#~ msgid "Premature end of input file %s"
7984#~ msgstr "������������ %s ����������������������������"
7985
7986#~ msgid "bad zip/jar file %s"
7987#~ msgstr "zip/jar �������� %s ����������"
7988
7989#~ msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
7990#~ msgstr "generate_bytecode_insn ������������ - ��������������������������������: %s"
7991
7992#~ msgid "can't create directory %s"
7993#~ msgstr "������������ %s ����������������"
7994
7995#~ msgid "can't to open %s"
7996#~ msgstr "%s �� open ����������"
7997
7998#~ msgid "Only one of `--print-main', `--list-class', and `--complexity' allowed"
7999#~ msgstr "`--print-main', `--list-class', `--complexity' ������������������������"
8000
8001#~ msgid "Can't open output file `%s'"
8002#~ msgstr "������������ `%s' �� open ����������"
8003
8004#~ msgid "File not found `%s'"
8005#~ msgstr "�������� `%s' ����������������"
8006
8007#~ msgid "can't specify `-D' without `--main'\n"
8008#~ msgstr "`--main' �������� `-D' ����������������\n"
8009
8010#~ msgid "Warning: already-compiled .class files ignored with -C"
8011#~ msgstr "����: ������������ .class ���������� -C ��������������������"
8012
8013#~ msgid "cannot specify both -C and -o"
8014#~ msgstr "-C �� -o ����������������������������"
8015
8016#~ msgid "cannot create temporary file"
8017#~ msgstr "����������������������������"
8018
8019#~ msgid "using both @FILE with multiple files not implemented"
8020#~ msgstr "@FILE ������������������������������������������"
8021
8022#~ msgid "cannot specify `main' class when not linking"
8023#~ msgstr "���������������� `main' ����������������������"
8024
8025#~ msgid "Disable automatic array bounds checking"
8026#~ msgstr "������������������������������"
8027
8028#~ msgid "Make is_compiled_class return 1"
8029#~ msgstr "is_compiled_class �� 1 ����������������"
8030
8031#~ msgid "Dump class files to <name>.class"
8032#~ msgstr "�������� <name>.class ��������������������"
8033
8034#~ msgid "input file is list of file names to compile"
8035#~ msgstr "����������������������������������������������������"
8036
8037#~ msgid "Generate code for Boehm GC"
8038#~ msgstr "Boehm GC ��������������������"
8039
8040#~ msgid "Don't put synchronization structure in each object"
8041#~ msgstr "����������������������������������������"
8042
8043#~ msgid "Assume native functions are implemented using JNI"
8044#~ msgstr "native ������ JNI ����������������������������������"
8045
8046#~ msgid "Set class path and suppress system path"
8047#~ msgstr "��������������������������������������"
8048
8049#~ msgid "Set class path"
8050#~ msgstr "��������������������"
8051
8052#~ msgid "Choose class whose main method should be used"
8053#~ msgstr "main ��������������������������������������"
8054
8055#~ msgid "Choose input encoding (default is UTF-8)"
8056#~ msgstr "������������������������������(�������������� UTF-8)"
8057
8058#~ msgid "Add directory to class path"
8059#~ msgstr "����������������������������������"
8060
8061#~ msgid "Directory where class files should be written"
8062#~ msgstr "����������������������������������������"
8063
8064#~ msgid "Use built-in instructions for division"
8065#~ msgstr "����������������������������"
8066
8067#~ msgid "Warn if modifiers are specified when not necessary"
8068#~ msgstr "��������������������������������������������"
8069
8070#~ msgid "Warn if deprecated empty statements are found"
8071#~ msgstr "������������������������������������"
8072
8073#~ msgid "Warn if .class files are out of date"
8074#~ msgstr ".class ��������������������������������������������"
8075
8076#~ msgid "Always check for non gcj generated classes archives"
8077#~ msgstr "gcj ����������������������������������������������"
8078
8079#~ msgid "can't do dependency tracking with input from stdin"
8080#~ msgstr "������������������������������������������������"
8081
8082#~ msgid ""
8083#~ "unknown encoding: `%s'\n"
8084#~ "This might mean that your locale's encoding is not supported\n"
8085#~ "by your system's iconv(3) implementation.  If you aren't trying\n"
8086#~ "to use a particular encoding for your input file, try the\n"
8087#~ "`--encoding=UTF-8' option."
8088#~ msgstr ""
8089#~ "����������������: `%s'\n"
8090#~ "���������������������������������������������� iconv(3) ������\n"
8091#~ "����������������������������������������������������������������\n"
8092#~ "������������������������������������`--encoding=UTF-8' ����������\n"
8093#~ "����������������������"
8094
8095#~ msgid "Can't mangle %s"
8096#~ msgstr "%s ����������(mangle) ����������"
8097
8098#~ msgid "internal error - invalid Utf8 name"
8099#~ msgstr "���������� - ������ Utf8 ������"
8100
8101#~ msgid "Missing name"
8102#~ msgstr "������������������"
8103
8104#~ msgid "';' expected"
8105#~ msgstr "';' ����������"
8106
8107#~ msgid "'*' expected"
8108#~ msgstr "'*' ����������"
8109
8110#~ msgid "Class or interface declaration expected"
8111#~ msgstr "��������������������������������������"
8112
8113#~ msgid "Missing class name"
8114#~ msgstr "����������������������"
8115
8116#~ msgid "'{' expected"
8117#~ msgstr "'{' ����������"
8118
8119#~ msgid "Missing super class name"
8120#~ msgstr "������������������������������"
8121
8122#~ msgid "Missing interface name"
8123#~ msgstr "��������������������������������"
8124
8125#~ msgid "Missing term"
8126#~ msgstr "����������������"
8127
8128#~ msgid "Missing variable initializer"
8129#~ msgstr "��������������������������"
8130
8131#~ msgid "Invalid declaration"
8132#~ msgstr "��������������"
8133
8134#~ msgid "Can't specify array dimension in a declaration"
8135#~ msgstr "������������������������������������������"
8136
8137#~ msgid "']' expected"
8138#~ msgstr "']' ����������"
8139
8140#~ msgid "Unbalanced ']'"
8141#~ msgstr "���������� ']' ����"
8142
8143#~ msgid "Invalid method declaration, method name required"
8144#~ msgstr "��������������������������������������������"
8145
8146#~ msgid "Identifier expected"
8147#~ msgstr "����������������"
8148
8149#~ msgid "Invalid method declaration, return type required"
8150#~ msgstr "��������������������������������������������"
8151
8152#~ msgid "')' expected"
8153#~ msgstr "')' ����������"
8154
8155#~ msgid "Missing formal parameter term"
8156#~ msgstr "����������������������������"
8157
8158#~ msgid "Missing identifier"
8159#~ msgstr "��������������������"
8160
8161#~ msgid "Missing class type term"
8162#~ msgstr "����������������������������"
8163
8164#~ msgid "Invalid interface type"
8165#~ msgstr "����������������������������"
8166
8167#~ msgid "':' expected"
8168#~ msgstr "':' ����������"
8169
8170#~ msgid "Invalid expression statement"
8171#~ msgstr "��������������"
8172
8173#~ msgid "'(' expected"
8174#~ msgstr "'(' ����������"
8175
8176#~ msgid "Missing term or ')'"
8177#~ msgstr "�������� ')' ��������������"
8178
8179#~ msgid "Missing term and ')' expected"
8180#~ msgstr "���������� ')' ��������������"
8181
8182#~ msgid "Invalid control expression"
8183#~ msgstr "����������������"
8184
8185#~ msgid "Invalid update expression"
8186#~ msgstr "����������������"
8187
8188#~ msgid "Invalid init statement"
8189#~ msgstr "������������������"
8190
8191#~ msgid "Missing term or ')' expected"
8192#~ msgstr "�������������� ')' ��������������"
8193
8194#~ msgid "'class' or 'this' expected"
8195#~ msgstr "'class' ������ 'this' ����������"
8196
8197#~ msgid "'class' expected"
8198#~ msgstr "'class' ����������"
8199
8200#~ msgid "')' or term expected"
8201#~ msgstr "')' ������������������"
8202
8203#~ msgid "'[' expected"
8204#~ msgstr "'[' ����������"
8205
8206#~ msgid "Field expected"
8207#~ msgstr "��������������������"
8208
8209#~ msgid "Missing term and ']' expected"
8210#~ msgstr "���������� ']' ��������������"
8211
8212#~ msgid "']' expected, invalid type expression"
8213#~ msgstr "']' ��������������������������"
8214
8215#~ msgid "Invalid type expression"
8216#~ msgstr "����������������"
8217
8218#~ msgid "Invalid reference type"
8219#~ msgstr "����������������"
8220
8221#~ msgid "Constructor invocation must be first thing in a constructor"
8222#~ msgstr "����������������������������������������������������������������������"
8223
8224#~ msgid "Only constructors can invoke constructors"
8225#~ msgstr "������������������������������������������������"
8226
8227#~ msgid ": `%s' JDK1.1(TM) feature"
8228#~ msgstr ": `%s' �� JDK1.1(TM) ����������"
8229
8230#~ msgid ""
8231#~ "%s.\n"
8232#~ "%s"
8233#~ msgstr ""
8234#~ "%s.\n"
8235#~ "%s"
8236
8237#~ msgid "Can't use '$' as a separator for inner classes"
8238#~ msgstr "'$' ������������������������������������������"
8239
8240#~ msgid "malformed .zip archive in CLASSPATH: %s"
8241#~ msgstr "CLASSPATH �������� .zip ��������������������: %s"
8242
8243#~ msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives."
8244#~ msgstr "�������������������� `%s' ������������������CLASSPATH ����������������������������������������������������"
8245
8246#~ msgid "missing static field `%s'"
8247#~ msgstr "static ���������� `%s' ��������������"
8248
8249#~ msgid "not a static field `%s'"
8250#~ msgstr "static ���������� `%s' ��������������"
8251
8252#~ msgid "No case for %s"
8253#~ msgstr "%s �������� case ������������"
8254
8255#~ msgid "unregistered operator %s"
8256#~ msgstr "���������������������� %s ����"
8257
8258#~ msgid "internal error - use of undefined type"
8259#~ msgstr "���������� - ������������������"
8260
8261#~ msgid "junk at end of signature string"
8262#~ msgstr "����������������������������������������"
8263
8264#~ msgid "bad pc in exception_table"
8265#~ msgstr "exception_table �������� pc ����������"
8266
8267#~ msgid "unknown opcode %d@pc=%d during verification"
8268#~ msgstr "������ opcode %d@pc=%d ����������������������"
8269
8270#~ msgid "verification error at PC=%d"
8271#~ msgstr "���������� (PC=%d)"
8272
8273#~ msgid "Dump decls to a .decl file"
8274#~ msgstr "������ .decl ��������������������"
8275
8276#~ msgid "Generate code for GNU runtime environment"
8277#~ msgstr "GNU ����������������������������"
8278
8279#~ msgid "Generate code for NeXT runtime environment"
8280#~ msgstr "NeXT ����������������������������"
8281
8282#~ msgid "Warn if a selector has multiple methods"
8283#~ msgstr "����������������������������������������������"
8284
8285#~ msgid "Do not warn if inherited methods are unimplemented"
8286#~ msgstr "����������������������������������������"
8287
8288#~ msgid "Generate C header of platform specific features"
8289#~ msgstr "���������������������������� C ����������������"
8290
8291#~ msgid "Specify the name of the class for constant strings"
8292#~ msgstr "��������������������������������"
8293
8294#~ msgid "no class name specified as argument to -fconstant-string-class"
8295#~ msgstr "-fconstant-string-class ����������������������������������������"
8296
8297#~ msgid "object does not conform to the `%s' protocol"
8298#~ msgstr "�������������� `%s' ������������������������"
8299
8300#~ msgid "class `%s' does not implement the `%s' protocol"
8301#~ msgstr "������ `%s' �� `%s' ����������������������������"
8302
8303#~ msgid "`%s' cannot be statically allocated"
8304#~ msgstr "`%s' ����������������������"
8305
8306#~ msgid "Unexpected type for `id' (%s)"
8307#~ msgstr "�������������� `id' (%s) ����������������"
8308
8309#~ msgid "Undefined type `id', please import <objc/objc.h>"
8310#~ msgstr "`id' ����������������<objc/objc.h> �� import ����������"
8311
8312#~ msgid "Cannot find protocol declaration for `%s'"
8313#~ msgstr "`%s' ��������������������������������������"
8314
8315#~ msgid "Cannot find interface declaration for `%s'"
8316#~ msgstr "`%s' ������������������������������������������"
8317
8318#~ msgid "Cannot find class `%s'"
8319#~ msgstr "������ `%s' ����������������"
8320
8321#~ msgid "Cannot find interface declaration for `%s', superclass of `%s'"
8322#~ msgstr "`%s' ����������������������������������������`%s' ������������������"
8323
8324#~ msgid "Circular inheritance in interface declaration for `%s'"
8325#~ msgstr "`%s' ����������������������������������������������������"
8326
8327#~ msgid "inconsistent instance variable specification"
8328#~ msgstr "����������������������������������������"
8329
8330#~ msgid "multiple declarations for method `%s'"
8331#~ msgstr "�������� `%s' ������������������������"
8332
8333#~ msgid "invalid receiver type `%s'"
8334#~ msgstr "���������� `%s' ����������"
8335
8336#~ msgid "`%s' does not respond to `%s'"
8337#~ msgstr "`%s' �� `%s' ��������������"
8338
8339#~ msgid "no super class declared in interface for `%s'"
8340#~ msgstr "`%s' ����������������������������������������������������"
8341
8342#~ msgid "cannot find class (factory) method."
8343#~ msgstr "������ (factory) ������������������������"
8344
8345#~ msgid "return type for `%s' defaults to id"
8346#~ msgstr "`%s' �������������������������� id ��������"
8347
8348#~ msgid "method `%s' not implemented by protocol."
8349#~ msgstr "�������� `%s' ��������������������������������������"
8350
8351#~ msgid "return type defaults to id"
8352#~ msgstr "������������������������ id ��������"
8353
8354#~ msgid "cannot find method."
8355#~ msgstr "��������������������������"
8356
8357#~ msgid "instance variable `%s' accessed in class method"
8358#~ msgstr "���������������� `%s' ��������������������������������������"
8359
8360#~ msgid "duplicate definition of class method `%s'."
8361#~ msgstr "�������������� `%s' ������������������������"
8362
8363#~ msgid "duplicate declaration of class method `%s'."
8364#~ msgstr "�������������� `%s' ������������������������"
8365
8366#~ msgid "duplicate definition of instance method `%s'."
8367#~ msgstr "�������������������� `%s' ������������������������"
8368
8369#~ msgid "duplicate declaration of instance method `%s'."
8370#~ msgstr "�������������������� `%s' ������������������������"
8371
8372#~ msgid "duplicate interface declaration for category `%s(%s)'"
8373#~ msgstr "�������� `%s(%s)' ����������������������������������������"
8374
8375#~ msgid "instance variable `%s' is declared private"
8376#~ msgstr "���������������� `%s' �� private ������������������"
8377
8378#~ msgid "instance variable `%s' is declared %s"
8379#~ msgstr "���������������� `%s' �� %s ������������������"
8380
8381#~ msgid "static access to object of type `id'"
8382#~ msgstr "`id' ����������������������������������������"
8383
8384#~ msgid "incomplete implementation of class `%s'"
8385#~ msgstr "������ `%s' ������������������"
8386
8387#~ msgid "incomplete implementation of category `%s'"
8388#~ msgstr "�������� `%s' ������������������"
8389
8390#~ msgid "method definition for `%c%s' not found"
8391#~ msgstr "`%c%s' ������������������������������"
8392
8393#~ msgid "%s `%s' does not fully implement the `%s' protocol"
8394#~ msgstr "%s `%s' �� `%s' ������������������������������������"
8395
8396#~ msgid "reimplementation of class `%s'"
8397#~ msgstr "������ `%s' ������������"
8398
8399#~ msgid "conflicting super class name `%s'"
8400#~ msgstr "������������ `%s' ����������������"
8401
8402#~ msgid "duplicate interface declaration for class `%s'"
8403#~ msgstr "������ `%s' ��������������������������������������"
8404
8405#~ msgid "duplicate declaration for protocol `%s'"
8406#~ msgstr "���������� '%s' ����������������������"
8407
8408#~ msgid "[super ...] must appear in a method context"
8409#~ msgstr "[super ...] ����������������������������������������������"
8410
8411#~ msgid "potential selector conflict for method `%s'"
8412#~ msgstr "������������������������������ `%s' ������������"
8413
8414#~ msgid "`@end' must appear in an implementation context"
8415#~ msgstr "`@end' ������������������������������������������"
8416
8417#~ msgid "method definition not in class context"
8418#~ msgstr "������������������������������������������������"
8419
8420#~ msgid "syntax error at '@' token"
8421#~ msgstr "'@' ��������������������"
8422
8423#~ msgid "invalid parameter `%s'"
8424#~ msgstr "������ `%s' ����������"
8425
8426#~ msgid "Arc profiling: some edge counts were bad."
8427#~ msgstr "��(arc)����������������: �������� edge ��������������������"
8428
8429#~ msgid "file %s not found, execution counts assumed to be zero."
8430#~ msgstr "�������� %s ����������������������������������������������������"
8431
8432#~ msgid "%s: internal abort\n"
8433#~ msgstr "%s: ��������\n"
8434
8435#~ msgid "%s: error writing file `%s': %s\n"
8436#~ msgstr "%s: �������� `%s' ��������������������: %s\n"
8437
8438#~ msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
8439#~ msgstr "%s: ������ '%s [ -VqfnkN ] [ -i <istring> ] [ ���������� ... ]'\n"
8440
8441#~ msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
8442#~ msgstr "%s: ������ '%s [ -VqfnkNlgC ] [ -B <��������������> ] [ ���������� ... ]'\n"
8443
8444#~ msgid "%s: warning: no read access for file `%s'\n"
8445#~ msgstr "%s: ����: �������� `%s' ��������������������������������\n"
8446
8447#~ msgid "%s: warning: no write access for file `%s'\n"
8448#~ msgstr "%s: ����: �������� `%s' ��������������������������������\n"
8449
8450#~ msgid "%s: warning: no write access for dir containing `%s'\n"
8451#~ msgstr "%s: ����: `%s' ��������������������������������������������������\n"
8452
8453#~ msgid "%s: invalid file name: %s\n"
8454#~ msgstr "%s: ����������������: %s\n"
8455
8456#~ msgid "%s: %s: can't get status: %s\n"
8457#~ msgstr "%s: %s: ��������������������: %s\n"
8458
8459#~ msgid ""
8460#~ "\n"
8461#~ "%s: fatal error: aux info file corrupted at line %d\n"
8462#~ msgstr ""
8463#~ "\n"
8464#~ "%s: ������������: �� info ���������� %d ������������������\n"
8465
8466#~ msgid "%s:%d: declaration of function `%s' takes different forms\n"
8467#~ msgstr "%s:%d: ���� `%s' ����������������������������\n"
8468
8469#~ msgid "%s: compiling `%s'\n"
8470#~ msgstr "%s: `%s' ��������������\n"
8471
8472#~ msgid "%s: wait: %s\n"
8473#~ msgstr "%s: ����: %s\n"
8474
8475#~ msgid "%s: subprocess got fatal signal %d\n"
8476#~ msgstr "%s: ���������������������������� %d ����������������\n"
8477
8478#~ msgid "%s: %s exited with status %d\n"
8479#~ msgstr "%s: %s ������������ %d ��������������\n"
8480
8481#~ msgid "%s: warning: missing SYSCALLS file `%s'\n"
8482#~ msgstr "%s: ����: SYSCALLS �������� `%s' ������������\n"
8483
8484#~ msgid "%s: can't read aux info file `%s': %s\n"
8485#~ msgstr "%s: �� info �������� `%s' ����������������������: %s\n"
8486
8487#~ msgid "%s: can't get status of aux info file `%s': %s\n"
8488#~ msgstr "%s: �� info �������� `%s' ��������������������������������: %s\n"
8489
8490#~ msgid "%s: can't open aux info file `%s' for reading: %s\n"
8491#~ msgstr "%s: �� info �������� `%s' ����������������������������������: %s\n"
8492
8493#~ msgid "%s: error reading aux info file `%s': %s\n"
8494#~ msgstr "%s: �� info �������� `%s' ��������������������: %s\n"
8495
8496#~ msgid "%s: error closing aux info file `%s': %s\n"
8497#~ msgstr "%s: �� info �������� `%s' ������������������������: %s\n"
8498
8499#~ msgid "%s: can't delete aux info file `%s': %s\n"
8500#~ msgstr "%s: �� info �������� `%s' ����������������: %s\n"
8501
8502#~ msgid "%s: can't delete file `%s': %s\n"
8503#~ msgstr "%s: �������� `%s' ����������������: %s\n"
8504
8505#~ msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
8506#~ msgstr "%s: ����: �������� `%s' �� `%s' ������������������: %s\n"
8507
8508#~ msgid "%s: conflicting extern definitions of '%s'\n"
8509#~ msgstr "%s: '%s' ��������������������������\n"
8510
8511#~ msgid "%s: declarations of '%s' will not be converted\n"
8512#~ msgstr "%s: '%s' ����������������������\n"
8513
8514#~ msgid "%s: conflict list for '%s' follows:\n"
8515#~ msgstr "%s: `%s' ��������������������������������:\n"
8516
8517#~ msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
8518#~ msgstr "%s: ����: %s(%d) ������������������������ `%s' ��������������\n"
8519
8520#~ msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
8521#~ msgstr "%s: %d: `%s' ������������������ SYSCALLS ������������\n"
8522
8523#~ msgid "%s: %d: warning: no extern definition for `%s'\n"
8524#~ msgstr "%s: %d: ����: `%s' ����������������������������\n"
8525
8526#~ msgid "%s: warning: no static definition for `%s' in file `%s'\n"
8527#~ msgstr "%s: ����: `%s' �������������������� `%s' ����������������\n"
8528
8529#~ msgid "%s: multiple static defs of `%s' in file `%s'\n"
8530#~ msgstr "%s: `%s' �������������������� `%s' ��������������������\n"
8531
8532#~ msgid "%s: %d: warning: source too confusing\n"
8533#~ msgstr "%s: %d: ����: ��������������������������\n"
8534
8535#~ msgid "%s: %d: warning: varargs function declaration not converted\n"
8536#~ msgstr "%s: %d: ����: varargs ����������������������������\n"
8537
8538#~ msgid "%s: declaration of function `%s' not converted\n"
8539#~ msgstr "%s: ���� `%s' ��������������������������\n"
8540
8541#~ msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
8542#~ msgstr "%s: ����: `%s' ����������������������������������\n"
8543
8544#~ msgid ""
8545#~ "\n"
8546#~ "%s: warning: too few parameter lists in declaration of `%s'\n"
8547#~ msgstr ""
8548#~ "\n"
8549#~ "%s: ����: `%s' ������������������������������������\n"
8550
8551#~ msgid "%s: %d: warning: found `%s' but expected `%s'\n"
8552#~ msgstr "%s: %d: ����: `%s' ������������������ `%s' ������������������\n"
8553
8554#~ msgid "%s: local declaration for function `%s' not inserted\n"
8555#~ msgstr "%s: ���� `%s' ����������������������������������\n"
8556
8557#~ msgid ""
8558#~ "\n"
8559#~ "%s: %d: warning: can't add declaration of `%s' into macro call\n"
8560#~ msgstr ""
8561#~ "\n"
8562#~ "%s: %d: ����: `%s' ��������������������������������������\n"
8563
8564#~ msgid "%s: global declarations for file `%s' not inserted\n"
8565#~ msgstr "%s: �������� `%s' ������������������������������\n"
8566
8567#~ msgid "%s: definition of function `%s' not converted\n"
8568#~ msgstr "%s: ���� `%s' ��������������������������\n"
8569
8570#~ msgid "%s: %d: warning: definition of %s not converted\n"
8571#~ msgstr "%s: %d: ����: %s ��������������������������\n"
8572
8573#~ msgid "%s: found definition of `%s' at %s(%d)\n"
8574#~ msgstr "%s: `%s' �������� %s(%d) ����������������\n"
8575
8576#~ msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
8577#~ msgstr "%s: %d: ����: `%s' ����������������������������������\n"
8578
8579#~ msgid "%s: function definition not converted\n"
8580#~ msgstr "%s: ������������������������������\n"
8581
8582#~ msgid "%s: `%s' not converted\n"
8583#~ msgstr "%s: `%s' ��������������������\n"
8584
8585#~ msgid "%s: would convert file `%s'\n"
8586#~ msgstr "%s: `%s' ������������\n"
8587
8588#~ msgid "%s: converting file `%s'\n"
8589#~ msgstr "%s: �������� `%s' ��������\n"
8590
8591#~ msgid "%s: can't get status for file `%s': %s\n"
8592#~ msgstr "%s: �������� `%s' ��������������������������������: %s\n"
8593
8594#~ msgid "%s: can't open file `%s' for reading: %s\n"
8595#~ msgstr "%s: �������������������� `%s' ����������������������: %s\n"
8596
8597#~ msgid ""
8598#~ "\n"
8599#~ "%s: error reading input file `%s': %s\n"
8600#~ msgstr ""
8601#~ "\n"
8602#~ "%s: ������������ `%s' ��������������������: %s\n"
8603
8604#~ msgid "%s: can't create/open clean file `%s': %s\n"
8605#~ msgstr "%s: ���������������� `%s' ������/������������������: %s\n"
8606
8607#~ msgid "%s: warning: file `%s' already saved in `%s'\n"
8608#~ msgstr "%s: ����: �������� `%s' ������ `%s' ������������������\n"
8609
8610#~ msgid "%s: can't link file `%s' to `%s': %s\n"
8611#~ msgstr "%s: �������� `%s' �� `%s' ������������������: %s\n"
8612
8613#~ msgid "%s: can't create/open output file `%s': %s\n"
8614#~ msgstr "%s: ������������ `%s' ����������������������������������������: %s\n"
8615
8616#~ msgid "%s: can't change mode of file `%s': %s\n"
8617#~ msgstr "%s: �������� `%s' ������������������������: %s\n"
8618
8619#~ msgid "%s: cannot get working directory: %s\n"
8620#~ msgstr "%s: ������������������������������: %s\n"
8621
8622#~ msgid "%s: input file names must have .c suffixes: %s\n"
8623#~ msgstr "%s: ������������������������ .c ��������������������: %s\n"
8624
8625#~ msgid "conversion from NaN to int"
8626#~ msgstr "NaN ��������������������"
8627
8628#~ msgid "floating point overflow"
8629#~ msgstr "����������������������������������"
8630
8631#~ msgid "overflow on truncation to integer"
8632#~ msgstr "����������������������������������������������"
8633
8634#~ msgid "overflow on truncation to unsigned integer"
8635#~ msgstr "������������������������������������������������������"
8636
8637#~ msgid "%s: argument domain error"
8638#~ msgstr "%s: ������������������"
8639
8640#~ msgid "%s: function singularity"
8641#~ msgstr "%s: ������������"
8642
8643#~ msgid "%s: overflow range error"
8644#~ msgstr "%s: ������������������������"
8645
8646#~ msgid "%s: underflow range error"
8647#~ msgstr "%s: ������������������������"
8648
8649#~ msgid "%s: total loss of precision"
8650#~ msgstr "%s: ������������������"
8651
8652#~ msgid "%s: partial loss of precision"
8653#~ msgstr "%s: ������������������"
8654
8655#~ msgid "%s: NaN - producing operation"
8656#~ msgstr "%s: NaN - ��������������"
8657
8658#~ msgid "Output constraint %d must specify a single register"
8659#~ msgstr "�������� %d ������������������������������������������"
8660
8661#~ msgid "Output regs must be grouped at top of stack"
8662#~ msgstr "������������������������������������������������������������������"
8663
8664#~ msgid "Implicitly popped regs must be grouped at top of stack"
8665#~ msgstr "������ pop ��������������������������������������������������������������������"
8666
8667#~ msgid "Output operand %d must use `&' constraint"
8668#~ msgstr "�������������� %d �� `&' ����������������������������"
8669
8670#~ msgid "can't use '%s' as a %s register"
8671#~ msgstr "'%s' �� %s ������������������������������������"
8672
8673#~ msgid "global register variable follows a function definition"
8674#~ msgstr "���� register ������������������������������"
8675
8676#~ msgid "register used for two global register variables"
8677#~ msgstr "��������������������������������������������������������"
8678
8679#~ msgid "call-clobbered register used for global register variable"
8680#~ msgstr "����������������������������������������������������������������������"
8681
8682#~ msgid "cannot reload integer constant operand in `asm'"
8683#~ msgstr "�������������������� `asm' ����������������������"
8684
8685#~ msgid "impossible register constraint in `asm'"
8686#~ msgstr "`asm' ��������������������������������"
8687
8688#~ msgid "`&' constraint used with no register class"
8689#~ msgstr "`&' ��������������������������������������"
8690
8691#~ msgid "inconsistent operand constraints in an `asm'"
8692#~ msgstr "`asm' ������������������������������������"
8693
8694#~ msgid "frame size too large for reliable stack checking"
8695#~ msgstr "��������������������������������������������������������������"
8696
8697#~ msgid "try reducing the number of local variables"
8698#~ msgstr "��������������������������������������"
8699
8700#~ msgid "Can't find a register in class `%s' while reloading `asm'."
8701#~ msgstr "������ `%s' �������������� `asm' ����������������������������"
8702
8703#~ msgid "Unable to find a register to spill in class `%s'."
8704#~ msgstr "������ `%s' ������������������������������������������"
8705
8706#~ msgid "`asm' operand requires impossible reload"
8707#~ msgstr "`asm' ��������������������������������������������"
8708
8709#~ msgid "`asm' operand constraint incompatible with operand size"
8710#~ msgstr "`asm' ����������������������������������������������"
8711
8712#~ msgid "output operand is constant in `asm'"
8713#~ msgstr "���������������� `asm' ������������"
8714
8715#~ msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
8716#~ msgstr "RTL ����: elt %d(%s) �������� elt %d(%s ��) ���������������������� (%s:%d)"
8717
8718#~ msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
8719#~ msgstr "RTL ����: elt %d ���� '%c' ������������ '%c' (rtx %s, %s ��)���� (%s:%d)"
8720
8721#~ msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
8722#~ msgstr "RTL ����: elt %d ���� '%c' �� '%c' ������������ '%c' (rtx %s, %s ��) ���� (%s:%d)"
8723
8724#~ msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
8725#~ msgstr "RTL ����: ������ `%s' ������������ `%s' (%s ��)���� (%s:%d)"
8726
8727#~ msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
8728#~ msgstr "RTL ����: ������ `%s' �� `%s' ������������ `%s' (%s ��)���� (%s:%d)"
8729
8730#~ msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
8731#~ msgstr "RTL check: ���������� elt %d �������� elt %d (%s ��)���������������������� (%s:%d)"
8732
8733#~ msgid "jump to `%s' invalidly jumps into binding contour"
8734#~ msgstr "`%s' ��������������������������������������������������������������"
8735
8736#~ msgid "label `%s' used before containing binding contour"
8737#~ msgstr "������ `%s' ����������������������������������������������"
8738
8739#~ msgid "`asm' cannot be used in function where memory usage is checked"
8740#~ msgstr "`asm' ������������������������������������������"
8741
8742#~ msgid "`asm' cannot be used with `-fcheck-memory-usage'"
8743#~ msgstr "`asm' �� `-fcheck-memory-usage' ������������������"
8744
8745#~ msgid "unknown register name `%s' in `asm'"
8746#~ msgstr "`asm' �������������������� `%s' ����������"
8747
8748#~ msgid "operand constraints for `asm' differ in number of alternatives"
8749#~ msgstr "`asm' ����������������������������������������"
8750
8751#~ msgid "output operand constraint lacks `='"
8752#~ msgstr "�������������������� `=' ��������������"
8753
8754#~ msgid "output constraint `%c' for operand %d is not at the beginning"
8755#~ msgstr "�������� `%c' (operand %d ��) ����������������������"
8756
8757#~ msgid "output operand constraint %d contains `+'"
8758#~ msgstr "������������������ %d �� `+' ��������������"
8759
8760#~ msgid "operand constraint contains '+' or '=' at illegal position."
8761#~ msgstr "������������������������������ '+' �� '=' ����������������"
8762
8763#~ msgid "`%%' constraint used with last operand"
8764#~ msgstr "`%%' ������������������������������������������"
8765
8766#~ msgid "matching constraint not valid in output operand"
8767#~ msgstr "����������������������������������������"
8768
8769#~ msgid "output number %d not directly addressable"
8770#~ msgstr "�������� %d ����������������������������"
8771
8772#~ msgid "more than %d operands in `asm'"
8773#~ msgstr "`asm' ������ %d ����������������������������"
8774
8775#~ msgid "hard register `%s' listed as input operand to `asm'"
8776#~ msgstr "�������������� `%s' �� `asm' ������������������������������������������"
8777
8778#~ msgid "input operand constraint contains `%c'"
8779#~ msgstr "�������������������� `%c' ��������������"
8780
8781#~ msgid "matching constraint references invalid operand number"
8782#~ msgstr "��������������������������������������������������������"
8783
8784#~ msgid "asm operand %d probably doesn't match constraints"
8785#~ msgstr "asm ���������� %d ��������������������������"
8786
8787#~ msgid "unused variable `%s'"
8788#~ msgstr "���� `%s' ��������������������"
8789
8790#~ msgid "enumeration value `%s' not handled in switch"
8791#~ msgstr "������ `%s' �� switch ��������������������"
8792
8793#~ msgid "case value `%ld' not in enumerated type"
8794#~ msgstr "case �� `%ld' ����������������������"
8795
8796#~ msgid "case value `%ld' not in enumerated type `%s'"
8797#~ msgstr "case �� `%ld' �������� `%s' ��������������"
8798
8799#~ msgid "type size can't be explicitly evaluated"
8800#~ msgstr "��������������������������������������������������"
8801
8802#~ msgid "variable-size type declared outside of any function"
8803#~ msgstr "����������������������������������������"
8804
8805#~ msgid "size of `%s' is %d bytes"
8806#~ msgstr "`%s' ���������� %d ����������"
8807
8808#~ msgid "size of `%s' is larger than %d bytes"
8809#~ msgstr "`%s' ���������� %d ����������������������������"
8810
8811#~ msgid "packed attribute causes inefficient alignment for `%s'"
8812#~ msgstr "packed ������ `%s' ����������������������������������������������"
8813
8814#~ msgid "packed attribute is unnecessary for `%s'"
8815#~ msgstr "packed ������ `%s' ������������������"
8816
8817#~ msgid "padding struct to align `%s'"
8818#~ msgstr "`%s' ��������������������������������������������"
8819
8820#~ msgid "padding struct size to alignment boundary"
8821#~ msgstr "����������������������������������������������������"
8822
8823#~ msgid "packed attribute causes inefficient alignment"
8824#~ msgstr "packed ��������������������������������������������"
8825
8826#~ msgid "packed attribute is unnecessary"
8827#~ msgstr "packed ��������������������"
8828
8829#~ msgid "\"%s\" and \"%s\" identical in first %d characters"
8830#~ msgstr "\"%s\" �� \"%s\" �������� %d ������������������"
8831
8832#~ msgid ""
8833#~ "\n"
8834#~ "Execution times (seconds)\n"
8835#~ msgstr ""
8836#~ "\n"
8837#~ "��������  (��)\n"
8838
8839#~ msgid " TOTAL                 :"
8840#~ msgstr " ����                  :"
8841
8842#~ msgid "time in %s: %ld.%06ld (%ld%%)\n"
8843#~ msgstr "%s ��������: %ld.%06ld (%ld%%)\n"
8844
8845#~ msgid "collect: reading %s\n"
8846#~ msgstr "collect: %s ��������������\n"
8847
8848#~ msgid "collect: recompiling %s\n"
8849#~ msgstr "collect: %s ��������������������\n"
8850
8851#~ msgid "collect: tweaking %s in %s\n"
8852#~ msgstr "collect: %s ��������������(%s ��)\n"
8853
8854#~ msgid "collect: relinking\n"
8855#~ msgstr "collect: ��������������\n"
8856
8857#~ msgid "ld returned %d exit status"
8858#~ msgstr "ld ������������ %d ��������������"
8859
8860#~ msgid "Generate debugging info in default format"
8861#~ msgstr "��������������������������������������"
8862
8863#~ msgid "Generate debugging info in default extended format"
8864#~ msgstr "������������������������������������������"
8865
8866#~ msgid "Generate STABS format debug info"
8867#~ msgstr "STABS ����������������������������"
8868
8869#~ msgid "Generate extended STABS format debug info"
8870#~ msgstr "���� STABS ����������������������������"
8871
8872#~ msgid "Generate DWARF-1 format debug info"
8873#~ msgstr "DWARF-1 ����������������������������"
8874
8875#~ msgid "Generate extended DWARF-1 format debug info"
8876#~ msgstr "���� DWARF-1 ����������������������������"
8877
8878#~ msgid "Generate DWARF-2 debug info"
8879#~ msgstr "DWARF-2 ����������������������������"
8880
8881#~ msgid "Generate XCOFF format debug info"
8882#~ msgstr "XCOFF ����������������������������"
8883
8884#~ msgid "Generate extended XCOFF format debug info"
8885#~ msgstr "���� XCOFF ����������������������������"
8886
8887#~ msgid "Generate COFF format debug info"
8888#~ msgstr "COFF ����������������������������"
8889
8890#~ msgid "Do not store floats in registers"
8891#~ msgstr "������������������������������"
8892
8893#~ msgid "Consider all mem refs through pointers as volatile"
8894#~ msgstr "������������������������������ volatile ��������"
8895
8896#~ msgid "Consider all mem refs to global data to be volatile"
8897#~ msgstr "������������������������������ volatile ��������"
8898
8899#~ msgid "Consider all mem refs to static data to be volatile"
8900#~ msgstr "������������������������������ volatile ��������"
8901
8902#~ msgid "Defer popping functions args from stack until later"
8903#~ msgstr "���������������������� pop ������������������������������"
8904
8905#~ msgid "When possible do not generate stack frames"
8906#~ msgstr "����������������������������������������"
8907
8908#~ msgid "Optimize sibling and tail recursive calls"
8909#~ msgstr "sibling ��������������������������������������"
8910
8911#~ msgid "When running CSE, follow jumps to their targets"
8912#~ msgstr "CSE ��������������������������������������������������������"
8913
8914#~ msgid "When running CSE, follow conditional jumps"
8915#~ msgstr "CSE ��������������������������������������"
8916
8917#~ msgid "Perform a number of minor, expensive optimisations"
8918#~ msgstr "����������������������������������������"
8919
8920#~ msgid "Perform jump threading optimisations"
8921#~ msgstr "��������������������������"
8922
8923#~ msgid "Perform strength reduction optimisations"
8924#~ msgstr "����������������������"
8925
8926#~ msgid "Perform loop unrolling when iteration count is known"
8927#~ msgstr "����������������������������������������"
8928
8929#~ msgid "Perform loop unrolling for all loops"
8930#~ msgstr "��������������������������������"
8931
8932#~ msgid "Force all loop invariant computations out of loops"
8933#~ msgstr "������������������������������������������"
8934
8935#~ msgid "Strength reduce all loop general induction variables"
8936#~ msgstr "��������������������������������������������"
8937
8938#~ msgid "Store strings in writable data section"
8939#~ msgstr "����������������������������������������������"
8940
8941#~ msgid "Enable machine specific peephole optimisations"
8942#~ msgstr "����������������������������������"
8943
8944#~ msgid "Copy memory operands into registers before using"
8945#~ msgstr "��������������������������������������������������"
8946
8947#~ msgid "Copy memory address constants into regs before using"
8948#~ msgstr "����������������������������������������������������"
8949
8950#~ msgid "Allow function addresses to be held in registers"
8951#~ msgstr "��������������������������������������������"
8952
8953#~ msgid "Integrate simple functions into their callers"
8954#~ msgstr "��������������������������������"
8955
8956#~ msgid "Generate code for funcs even if they are fully inlined"
8957#~ msgstr "����������������������������������������������������"
8958
8959#~ msgid "Pay attention to the 'inline' keyword"
8960#~ msgstr "'inline' ����������������������"
8961
8962#~ msgid "Emit static const variables even if they are not used"
8963#~ msgstr "������������������������������������������"
8964
8965#~ msgid "Check for syntax errors, then stop"
8966#~ msgstr "������������������������������������"
8967
8968#~ msgid "Mark data as shared rather than private"
8969#~ msgstr "����������������������������������������������������"
8970
8971#~ msgid "Enable saving registers around function calls"
8972#~ msgstr "����������������������������������������������"
8973
8974#~ msgid "Return 'short' aggregates in memory, not registers"
8975#~ msgstr "'������' ��������������������������������������������"
8976
8977#~ msgid "Return 'short' aggregates in registers"
8978#~ msgstr "'������' ������������������������������"
8979
8980#~ msgid "Attempt to fill delay slots of branch instructions"
8981#~ msgstr "����������������������������������������"
8982
8983#~ msgid "Perform the global common subexpression elimination"
8984#~ msgstr "������������������������������"
8985
8986#~ msgid "Run CSE pass after loop optimisations"
8987#~ msgstr "����������������������������������������"
8988
8989#~ msgid "Run the loop optimiser twice"
8990#~ msgstr "��������������������������"
8991
8992#~ msgid "Delete useless null pointer checks"
8993#~ msgstr "�������� null ����������������������"
8994
8995#~ msgid "Pretend that host and target use the same FP format"
8996#~ msgstr "����������������������������������������������������������"
8997
8998#~ msgid "Reschedule instructions before register allocation"
8999#~ msgstr "��������������������������������"
9000
9001#~ msgid "Reschedule instructions after register allocation"
9002#~ msgstr "��������������������������������"
9003
9004#~ msgid "Enable scheduling across basic blocks"
9005#~ msgstr "��������������������������������������"
9006
9007#~ msgid "Allow speculative motion of non-loads"
9008#~ msgstr "����������������������������������"
9009
9010#~ msgid "Allow speculative motion of some loads"
9011#~ msgstr "������������������������������������������"
9012
9013#~ msgid "Allow speculative motion of more loads"
9014#~ msgstr "������������������������������������������"
9015
9016#~ msgid "Replace add,compare,branch with branch on count reg"
9017#~ msgstr "������������������������������������������������������������"
9018
9019#~ msgid "Generate position independent code, if possible"
9020#~ msgstr "������������������������������������"
9021
9022#~ msgid "Enable exception handling"
9023#~ msgstr "��������������������"
9024
9025#~ msgid "Just generate unwind tables for exception handling"
9026#~ msgstr "��������������������������������������������"
9027
9028#~ msgid "Support synchronous non-call exceptions"
9029#~ msgstr "��������������������������������"
9030
9031#~ msgid "Insert arc based program profiling code"
9032#~ msgstr "������������������������������������������������������"
9033
9034#~ msgid "Create data files needed by gcov"
9035#~ msgstr "gcov ������������������������������������"
9036
9037#~ msgid "Use profiling information for branch probabilities"
9038#~ msgstr "������������������������������������������"
9039
9040#~ msgid "Reorder basic blocks to improve code placement"
9041#~ msgstr "��������������������������������������������������"
9042
9043#~ msgid "Do the register renaming optimization pass"
9044#~ msgstr "������������������������������������"
9045
9046#~ msgid "Improve FP speed by violating ANSI & IEEE rules"
9047#~ msgstr "ANSI & IEEE ������������������������������������"
9048
9049#~ msgid "Do not put unitialised globals in the common section"
9050#~ msgstr "����������������������������������������������������"
9051
9052#~ msgid "Do not generate .size directives"
9053#~ msgstr ".size ��������������������"
9054
9055#~ msgid "place each function into its own section"
9056#~ msgstr "������������������������������������������"
9057
9058#~ msgid "place data items into their own section"
9059#~ msgstr "��������������������������������������������"
9060
9061#~ msgid "Add extra commentry to assembler output"
9062#~ msgstr "����������������������������������������"
9063
9064#~ msgid "Output GNU ld formatted global initialisers"
9065#~ msgstr "GNU ld ����������������������������"
9066
9067#~ msgid "Enables a register move optimisation"
9068#~ msgstr "����������������������������������"
9069
9070#~ msgid "Do the full regmove optimization pass"
9071#~ msgstr "�������������������� regmove ��������"
9072
9073#~ msgid "Pack structure members together without holes"
9074#~ msgstr "������������������������������������������"
9075
9076#~ msgid "Insert stack checking code into the program"
9077#~ msgstr "��������������������������������������������"
9078
9079#~ msgid "Specify that arguments may alias each other & globals"
9080#~ msgstr "������������������������������������������������������"
9081
9082#~ msgid "Assume arguments may alias globals but not each other"
9083#~ msgstr "������������������������������������������������������������������"
9084
9085#~ msgid "Assume arguments do not alias each other or globals"
9086#~ msgstr "����������������������������������������������������"
9087
9088#~ msgid "Assume strict aliasing rules apply"
9089#~ msgstr "��������������������������������"
9090
9091#~ msgid "Align the start of loops"
9092#~ msgstr "��������������������������"
9093
9094#~ msgid "Align labels which are only reached by jumping"
9095#~ msgstr "������������������������������������������������������"
9096
9097#~ msgid "Align all labels"
9098#~ msgstr "��������������������������"
9099
9100#~ msgid "Align the start of functions"
9101#~ msgstr "������������������������"
9102
9103#~ msgid "Generate code to check every memory access"
9104#~ msgstr "������������������������������������������"
9105
9106#~ msgid "Add a prefix to all function names"
9107#~ msgstr "������������������������������"
9108
9109#~ msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
9110#~ msgstr "������������������������������������������������������"
9111
9112#~ msgid "Instrument function entry/exit with profiling calls"
9113#~ msgstr "������������/������������������������������������"
9114
9115#~ msgid "Enable SSA optimizations"
9116#~ msgstr "SSA ������������������"
9117
9118#~ msgid "Enable dead code elimination"
9119#~ msgstr "��������������������������"
9120
9121#~ msgid "External symbols have a leading underscore"
9122#~ msgstr "��������������������������������������������"
9123
9124#~ msgid "Process #ident directives"
9125#~ msgstr "#ident ������������������������"
9126
9127#~ msgid "Enables an rtl peephole pass run before sched2"
9128#~ msgstr "������������������ rtl ����������������������"
9129
9130#~ msgid "Enables guessing of branch probabilities"
9131#~ msgstr "������������������������"
9132
9133#~ msgid "Set errno after built-in math functions"
9134#~ msgstr "���������������������� errno ������������"
9135
9136#~ msgid "Convert floating point constant to single precision constant"
9137#~ msgstr "������������������������������������"
9138
9139#~ msgid "Report time taken by each compiler pass at end of run"
9140#~ msgstr "����������������������������������������������������"
9141
9142#~ msgid "Report on permanent memory allocation at end of run"
9143#~ msgstr "����������������������������������������������"
9144
9145#~ msgid "Trap for signed overflow in addition / subtraction / multiplication."
9146#~ msgstr "��������������/����/������������������������������"
9147
9148#~ msgid "Compile just for ISO C89"
9149#~ msgstr "ISO C89 ������������������"
9150
9151#~ msgid "Do not promote floats to double if using -traditional"
9152#~ msgstr "-traditional �������������������������� float ���� double ��������������"
9153
9154#~ msgid "Determine language standard"
9155#~ msgstr "��������������������"
9156
9157#~ msgid "Make bitfields by unsigned by default"
9158#~ msgstr "��������������������������������������������"
9159
9160#~ msgid "Make 'char' be signed by default"
9161#~ msgstr "'char' ����������������������������"
9162
9163#~ msgid "Make 'char' be unsigned by default"
9164#~ msgstr "'char' ����������������������������"
9165
9166#~ msgid "Attempt to support traditional K&R style C"
9167#~ msgstr "���� K&R ���� C ������������������"
9168
9169#~ msgid "Do not recognise the 'asm' keyword"
9170#~ msgstr "'asm' ��������������������"
9171
9172#~ msgid "Do not recognise any built in functions"
9173#~ msgstr "������������������������������������"
9174
9175#~ msgid "Assume normal C execution environment"
9176#~ msgstr "������ C ��������������������"
9177
9178#~ msgid "Assume that standard libraries & main might not exist"
9179#~ msgstr "���������������� main ����������������������������������"
9180
9181#~ msgid "Allow different types as args of ? operator"
9182#~ msgstr "? ��������������������������������������"
9183
9184#~ msgid "Allow the use of $ inside identifiers"
9185#~ msgstr "������������ $ ����������������"
9186
9187#~ msgid "Use the same size for double as for float"
9188#~ msgstr "double ���������� float ��������������������"
9189
9190#~ msgid "Use the smallest fitting integer to hold enums"
9191#~ msgstr "����������������������������������������"
9192
9193#~ msgid "Override the underlying type for wchar_t to `unsigned short'"
9194#~ msgstr "wchar_t �������������� `unsigned short' ������"
9195
9196#~ msgid "Enable most warning messages"
9197#~ msgstr "����������������������������������"
9198
9199#~ msgid "Warn about casting functions to incompatible types"
9200#~ msgstr "����������������������������������������������"
9201
9202#~ msgid "Warn about functions which might be candidates for format attributes"
9203#~ msgstr "format ��������������������������������������������"
9204
9205#~ msgid "Warn about casts which discard qualifiers"
9206#~ msgstr "����������������������������������������"
9207
9208#~ msgid "Warn about subscripts whose type is 'char'"
9209#~ msgstr "���������� 'char' ����������������"
9210
9211#~ msgid "Warn if nested comments are detected"
9212#~ msgstr "����������������������������������������������"
9213
9214#~ msgid "Warn about possibly confusing type conversions"
9215#~ msgstr "��������������������������������������"
9216
9217#~ msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
9218#~ msgstr "printf/scanf/strftime/strfmon ����������������������������������"
9219
9220#~ msgid "Don't warn about strftime formats yielding 2 digit years"
9221#~ msgstr "strftime ����������������������������������������"
9222
9223#~ msgid "Don't warn about too many arguments to format functions"
9224#~ msgstr "format ��������������������������������������"
9225
9226#~ msgid "Warn about non-string-literal format strings"
9227#~ msgstr "������������������ format ����������������������"
9228
9229#~ msgid "Warn about possible security problems with format functions"
9230#~ msgstr "������������������������������ format ��������������������"
9231
9232#~ msgid "Warn about implicit function declarations"
9233#~ msgstr "������������������������������"
9234
9235#~ msgid "Warn when a declaration does not specify a type"
9236#~ msgstr "��������������������������������������"
9237
9238#~ msgid "Warn about the use of the #import directive"
9239#~ msgstr "#import ������������������������������������"
9240
9241#~ msgid "Do not warn about using 'long long' when -pedantic"
9242#~ msgstr "-pedantic ���������� 'long long' ��������������������������"
9243
9244#~ msgid "Warn about suspicious declarations of main"
9245#~ msgstr "�������� main ����������������������"
9246
9247#~ msgid "Warn about possibly missing braces around initialisers"
9248#~ msgstr "������������������������������������������������������"
9249
9250#~ msgid "Warn about global funcs without previous declarations"
9251#~ msgstr "����������������������������������������"
9252
9253#~ msgid "Warn about global funcs without prototypes"
9254#~ msgstr "������������������������������������������"
9255
9256#~ msgid "Warn about use of multicharacter literals"
9257#~ msgstr "��������������������������������������"
9258
9259#~ msgid "Warn about externs not at file scope level"
9260#~ msgstr "���������������������������� extern ����������������"
9261
9262#~ msgid "Warn about possible missing parentheses"
9263#~ msgstr "������������������������������������������"
9264
9265#~ msgid "Warn about possible violations of sequence point rules"
9266#~ msgstr "������������������������������������������������"
9267
9268#~ msgid "Warn about function pointer arithmetic"
9269#~ msgstr "����������������������������������"
9270
9271#~ msgid "Warn about multiple declarations of the same object"
9272#~ msgstr "������������������������������������������"
9273
9274#~ msgid "Warn about signed/unsigned comparisons"
9275#~ msgstr "��������/������������������������������"
9276
9277#~ msgid "Warn about testing equality of floating point numbers"
9278#~ msgstr "����������������������������������������"
9279
9280#~ msgid "Warn about unrecognized pragmas"
9281#~ msgstr "������������ pragma ����������������"
9282
9283#~ msgid "Warn about non-prototyped function decls"
9284#~ msgstr "������������������������������������������������"
9285
9286#~ msgid "Warn about constructs whose meaning change in ISO C"
9287#~ msgstr "ISO C ������������������������������������������"
9288
9289#~ msgid "Warn when trigraphs are encountered"
9290#~ msgstr "������������������������������������"
9291
9292#~ msgid "Mark strings as 'const char *'"
9293#~ msgstr "�������� 'const char *' ����������������"
9294
9295#~ msgid "Warn when a function is unused"
9296#~ msgstr "������������������������������"
9297
9298#~ msgid "Warn when a label is unused"
9299#~ msgstr "��������������������������������"
9300
9301#~ msgid "Warn when a function parameter is unused"
9302#~ msgstr "��������������������������������������"
9303
9304#~ msgid "Warn when a variable is unused"
9305#~ msgstr "������������������������������"
9306
9307#~ msgid "Warn when an expression value is unused"
9308#~ msgstr "��������������������������������"
9309
9310#~ msgid "Do not suppress warnings from system headers"
9311#~ msgstr "������������������������������������"
9312
9313#~ msgid "Treat all warnings as errors"
9314#~ msgstr "��������������������������������"
9315
9316#~ msgid "Warn when one local variable shadows another"
9317#~ msgstr "��������������������������������������������������"
9318
9319#~ msgid "Warn about enumerated switches missing a specific case"
9320#~ msgstr "���������� switch �� case ������������������������������������"
9321
9322#~ msgid "Warn about returning structures, unions or arrays"
9323#~ msgstr "������������������������������������������������"
9324
9325#~ msgid "Warn about pointer casts which increase alignment"
9326#~ msgstr "����������������������������������������������������������������"
9327
9328#~ msgid "Warn about code that will never be executed"
9329#~ msgstr "������������������������������������������"
9330
9331#~ msgid "Warn about unitialized automatic variables"
9332#~ msgstr "��������������������������������������"
9333
9334#~ msgid "Warn when an inlined function cannot be inlined"
9335#~ msgstr "��������������������������������������������������"
9336
9337#~ msgid "Warn when the packed attribute has no effect on struct layout"
9338#~ msgstr "packed ������������������������������������������"
9339
9340#~ msgid "Warn when padding is required to align struct members"
9341#~ msgstr "����������������������������������������������������������"
9342
9343#~ msgid "Warn when an optimization pass is disabled"
9344#~ msgstr "��������������������������������������"
9345
9346#~ msgid "Warn about functions which might be candidates for attribute noreturn"
9347#~ msgstr "noreturn ������������������������������������������"
9348
9349#~ msgid "Invalid option `%s'"
9350#~ msgstr "���������������� `%s'"
9351
9352#~ msgid "Internal error: %s"
9353#~ msgstr "����������: %s"
9354
9355#~ msgid "`%s' declared `static' but never defined"
9356#~ msgstr "`%s' �� `static' ����������������������������"
9357
9358#~ msgid "`%s' defined but not used"
9359#~ msgstr "`%s' ������������������������������������"
9360
9361#~ msgid "can't open %s for writing"
9362#~ msgstr "%s ������������������������������"
9363
9364#~ msgid "-ffunction-sections not supported for this target."
9365#~ msgstr "-ffunction-sections ������������������������������������"
9366
9367#~ msgid "-fdata-sections not supported for this target."
9368#~ msgstr "-fdata-sections ������������������������������������"
9369
9370#~ msgid "-ffunction-sections disabled; it makes profiling impossible."
9371#~ msgstr "-ffunction-sections ���������� -- ������������������������"
9372
9373#~ msgid "-ffunction-sections may affect debugging on some targets."
9374#~ msgstr "-ffunction-sections ������������������������������������������������������"
9375
9376#~ msgid "Errors detected in input file (your bison.simple is out of date)\n"
9377#~ msgstr "���������������������� (�������� bison.simple ������������)\n"
9378
9379#~ msgid "error writing to %s"
9380#~ msgstr "%s ����������������������"
9381
9382#~ msgid "invalid register name `%s' for register variable"
9383#~ msgstr "`%s' ������������������������������������������"
9384
9385#~ msgid "  -ffixed-<register>      Mark <register> as being unavailable to the compiler\n"
9386#~ msgstr "  -ffixed-<register>      ���������������� <register> ����������������������\n"
9387
9388#~ msgid "  -fcall-used-<register>  Mark <register> as being corrupted by function calls\n"
9389#~ msgstr "  -fcall-used-<register>  ������������������������ <register> ����������������\n"
9390
9391#~ msgid "  -fcall-saved-<register> Mark <register> as being preserved across functions\n"
9392#~ msgstr "  -fcall-saved-<register> <register> ������������������������������������\n"
9393
9394#~ msgid "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
9395#~ msgstr "  -finline-limit=<number> ������������������������ <number> ����������\n"
9396
9397#~ msgid "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line.  0 suppresses line-wrapping\n"
9398#~ msgstr "  -fmessage-length=<number> ������������������������������ <number> ���������������� 0 ������������������\n"
9399
9400#~ msgid "  -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
9401#~ msgstr ""
9402#~ "  -fdiagnostics-show-location=[once | every-line]  ��������������������������,\n"
9403#~ " ��������������������������������������������������\n"
9404
9405#~ msgid "  -O[number]              Set optimisation level to [number]\n"
9406#~ msgstr "  -O[number]              �������������� [number] ����������\n"
9407
9408#~ msgid "  -Os                     Optimise for space rather than speed\n"
9409#~ msgstr "  -Os                     ��������������������������������\n"
9410
9411#~ msgid "  -pedantic               Issue warnings needed by strict compliance to ISO C\n"
9412#~ msgstr "  -pedantic               ������ ISO C ����������������������������\n"
9413
9414#~ msgid "  -pedantic-errors        Like -pedantic except that errors are produced\n"
9415#~ msgstr "  -pedantic-errors        -pedantic ������������������������������\n"
9416
9417#~ msgid "  -w                      Suppress warnings\n"
9418#~ msgstr "  -w                      ��������������\n"
9419
9420#~ msgid "  -W                      Enable extra warnings\n"
9421#~ msgstr "  -W                      ����������������������\n"
9422
9423#~ msgid "  -Wunused                Enable unused warnings\n"
9424#~ msgstr "  -Wunused                ��������������������������������\n"
9425
9426#~ msgid "  -Wid-clash-<num>        Warn if 2 identifiers have the same first <num> chars\n"
9427#~ msgstr "  -Wid-clash-<num>        �������������� <num> ����������������������������\n"
9428
9429#~ msgid "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
9430#~ msgstr "  -Wlarger-than-<number>  �������������� <number> ����������������������������\n"
9431
9432#~ msgid "  -p                      Enable function profiling\n"
9433#~ msgstr "  -p                      ����������������������������\n"
9434
9435#~ msgid "  -a                      Enable block profiling \n"
9436#~ msgstr "  -a                      ��������������������������������\n"
9437
9438#~ msgid "  -ax                     Enable jump profiling \n"
9439#~ msgstr "  -ax                     ��������������������������������\n"
9440
9441#~ msgid "  -o <file>               Place output into <file> \n"
9442#~ msgstr "  -o <file>               ������ <file> ����������\n"
9443
9444#~ msgid ""
9445#~ "  -G <number>             Put global and static data smaller than <number>\n"
9446#~ "                          bytes into a special section (on some targets)\n"
9447#~ msgstr ""
9448#~ "  -G <number>             <number> ��������������������������������������\n"
9449#~ "                          ���������������������� (��������������)\n"
9450
9451#~ msgid "  -aux-info <file>        Emit declaration info into <file>\n"
9452#~ msgstr "  -aux-info <file>        ���������� <file> ����������\n"
9453
9454#~ msgid "  -quiet                  Do not display functions compiled or elapsed time\n"
9455#~ msgstr "  -quiet                  ������������������������������������������\n"
9456
9457#~ msgid "  -version                Display the compiler's version\n"
9458#~ msgstr "  -version                ��������������������������������\n"
9459
9460#~ msgid "  -d[letters]             Enable dumps from specific passes of the compiler\n"
9461#~ msgstr "  -d[letters]             ����������������������������������������\n"
9462
9463#~ msgid "  -dumpbase <file>        Base name to be used for dumps from specific passes\n"
9464#~ msgstr "  -dumpbase <file>        ��������������������������������������������\n"
9465
9466#~ msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
9467#~ msgstr "  -fsched-verbose=<number> ����������������������������������\n"
9468
9469#~ msgid "  --help                  Display this information\n"
9470#~ msgstr "  --help                  ������������������\n"
9471
9472#~ msgid ""
9473#~ "\n"
9474#~ "Language specific options:\n"
9475#~ msgstr ""
9476#~ "\n"
9477#~ "������������������:\n"
9478
9479#~ msgid "  %-23.23s [undocumented]\n"
9480#~ msgstr "  %-23.23s [������������������]\n"
9481
9482#~ msgid ""
9483#~ "\n"
9484#~ "There are undocumented %s specific options as well.\n"
9485#~ msgstr ""
9486#~ "\n"
9487#~ "������������������ %s ��������������������������\n"
9488
9489#~ msgid ""
9490#~ "\n"
9491#~ " Options for %s:\n"
9492#~ msgstr ""
9493#~ "\n"
9494#~ " %s ������������:\n"
9495
9496#~ msgid ""
9497#~ "\n"
9498#~ "Target specific options:\n"
9499#~ msgstr ""
9500#~ "\n"
9501#~ "������������������������:\n"
9502
9503#~ msgid "  -m%-23.23s [undocumented]\n"
9504#~ msgstr "  -m%-23.23s [������������������]\n"
9505
9506#~ msgid ""
9507#~ "\n"
9508#~ "There are undocumented target specific options as well.\n"
9509#~ msgstr ""
9510#~ "\n"
9511#~ "������������������������������������������������������\n"
9512
9513#~ msgid "  They exist, but they are not documented.\n"
9514#~ msgstr "  ������������������������������������������\n"
9515
9516#~ msgid "unrecognized gcc debugging option: %c"
9517#~ msgstr "������������ gcc ������������������: %c"
9518
9519#~ msgid "unrecognized register name `%s'"
9520#~ msgstr "���������������������� `%s'"
9521
9522#~ msgid "Unrecognized option `%s'"
9523#~ msgstr "�������������������� `%s'"
9524
9525#~ msgid "use -gdwarf -g%d for DWARF v1, level %d"
9526#~ msgstr "-gdwarf -g%d ������ (DWARF v1, ������ %d)"
9527
9528#~ msgid "use -gdwarf-2   for DWARF v2"
9529#~ msgstr "-gdwarf-2 ������ (DWARF v2)"
9530
9531#~ msgid "ignoring option `%s' due to invalid debug level specification"
9532#~ msgstr "������������������������������������������ `%s' ������������"
9533
9534#~ msgid "`%s': unknown or unsupported -g option"
9535#~ msgstr "`%s': �������������������������� -g ��������������"
9536
9537#~ msgid "`%s' ignored, conflicts with `-g%s'"
9538#~ msgstr "`%s' �� `-g%s' ����������������������������"
9539
9540#~ msgid "-param option missing argument"
9541#~ msgstr "-param ����������������������������"
9542
9543#~ msgid "invalid --param option: %s"
9544#~ msgstr "������ --param ����������: %s"
9545
9546#~ msgid "invalid parameter value `%s'"
9547#~ msgstr "���������������� `%s'"
9548
9549#~ msgid "`-a' option (basic block profile) not supported"
9550#~ msgstr "`-a' ����������(������������������������)������������������������"
9551
9552#~ msgid "`-ax' option (jump profiling) not supported"
9553#~ msgstr "`-ax' ����������(��������������������)������������������������"
9554
9555#~ msgid "Ignoring command line option '%s'"
9556#~ msgstr "������������������������ '%s' ������������"
9557
9558#~ msgid "(It is valid for %s but not the selected language)"
9559#~ msgstr "(%s ����������������������������������������������������)"
9560
9561#~ msgid "-Wuninitialized is not supported without -O"
9562#~ msgstr "-Wuninitialized �� -O ��������������������������"
9563
9564#~ msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
9565#~ msgstr "`-ax' �� `-a' ��������������������������`-a' ����������������"
9566
9567#~ msgid "instruction scheduling not supported on this target machine"
9568#~ msgstr "����������������������������������������������������������������"
9569
9570#~ msgid "this target machine does not have delayed branches"
9571#~ msgstr "����������������������������������������������"
9572
9573#~ msgid "profiling does not work without a frame pointer"
9574#~ msgstr "��������������������������������������������������"
9575
9576#~ msgid "-f%sleading-underscore not supported on this target machine"
9577#~ msgstr "-f%sleading-underscore ��������������������������������������������"
9578
9579#~ msgid "Data size %ld.\n"
9580#~ msgstr "������������ %ld.\n"
9581
9582#~ msgid ""
9583#~ "%s%s%s version %s (%s)\n"
9584#~ "%s\tcompiled by GNU C version %s.\n"
9585#~ "%s%s%s version %s (%s) compiled by CC.\n"
9586#~ msgstr ""
9587#~ "%s%s%s version %s (%s)\n"
9588#~ "%s\tcompiled by GNU C version %s.\n"
9589#~ "%s%s%s version %s (%s) compiled by CC.\n"
9590
9591#~ msgid "options passed: "
9592#~ msgstr "������������������: "
9593
9594#~ msgid "options enabled: "
9595#~ msgstr "��������������: "
9596
9597#~ msgid "floating point numbers not allowed in #if expressions"
9598#~ msgstr "#if ��������������������������������������"
9599
9600#~ msgid "Invalid number in #if expression"
9601#~ msgstr "#if ������������������"
9602
9603#~ msgid "Invalid character constant in #if"
9604#~ msgstr "���������������� #if ����������"
9605
9606#~ msgid "double quoted strings not allowed in #if expressions"
9607#~ msgstr "���������������������������� #if ������������������"
9608
9609#~ msgid "Invalid token in expression"
9610#~ msgstr "����������������������������"
9611
9612#~ msgid "octal character constant does not fit in a byte"
9613#~ msgstr "8 �������������� 1 ��������������������"
9614
9615#~ msgid "hex character constant does not fit in a byte"
9616#~ msgstr "16 �������������� 1 ��������������������"
9617
9618#~ msgid "empty #if expression"
9619#~ msgstr "���� #if ������"
9620
9621#~ msgid "Junk after end of expression."
9622#~ msgstr "����������������������������"
9623
9624#~ msgid "macro or #include recursion too deep"
9625#~ msgstr "������������ #include ������������������"
9626
9627#~ msgid "Usage: %s [switches] input output"
9628#~ msgstr "������: %s [��������] ���� ����"
9629
9630#~ msgid "-traditional is not supported in C++"
9631#~ msgstr "-traditional �� C++ ����������������������"
9632
9633#~ msgid "-traditional and -ansi are mutually exclusive"
9634#~ msgstr "-traditional �� -ansi ������������������"
9635
9636#~ msgid "Filename missing after -i option"
9637#~ msgstr "-i ������������������������������������������"
9638
9639#~ msgid "Filename missing after -o option"
9640#~ msgstr "-o ������������������������������������������"
9641
9642#~ msgid "Target missing after %s option"
9643#~ msgstr "%s ������������������������������������������"
9644
9645#~ msgid "Filename missing after %s option"
9646#~ msgstr "%s ������������������������������������������"
9647
9648#~ msgid "Macro name missing after -%c option"
9649#~ msgstr "-%c ����������������������������������������"
9650
9651#~ msgid "-pedantic and -traditional are mutually exclusive"
9652#~ msgstr "-pedantic �� -traditional ������������������"
9653
9654#~ msgid "-trigraphs and -traditional are mutually exclusive"
9655#~ msgstr "-trigraphs �� -traditional ������������������"
9656
9657#~ msgid "Directory name missing after -I option"
9658#~ msgstr "-I ����������������������������������������������"
9659
9660#~ msgid "`/*' within comment"
9661#~ msgstr "`/*' ����������������������"
9662
9663#~ msgid "unterminated #%s conditional"
9664#~ msgstr "���������� #%s ����"
9665
9666#~ msgid "not in any file?!"
9667#~ msgstr "������������������?!"
9668
9669#~ msgid "`defined' must be followed by ident or (ident)"
9670#~ msgstr "`defined' �������� ident �� (ident) ����������������������"
9671
9672#~ msgid "cccp error: invalid special hash type"
9673#~ msgstr "cccp ������: ������������������������"
9674
9675#~ msgid "#include expects \"fname\" or <fname>"
9676#~ msgstr "#include �������� \"fname\" �� <fname> ����������"
9677
9678#~ msgid "No include path in which to find %.*s"
9679#~ msgstr "%.*s ��������������������������������������"
9680
9681#~ msgid "invalid macro name"
9682#~ msgstr "��������������"
9683
9684#~ msgid "invalid macro name `%s'"
9685#~ msgstr "�������������� `%s'"
9686
9687#~ msgid "parameter name starts with a digit in #define"
9688#~ msgstr "#define ����������������������������������"
9689
9690#~ msgid "badly punctuated parameter list in #define"
9691#~ msgstr "#define ������������������������������������"
9692
9693#~ msgid "unterminated parameter list in #define"
9694#~ msgstr "#define ������������������������������������"
9695
9696#~ msgid "\"%.*s\" redefined"
9697#~ msgstr "\"%.*s\" ������������������"
9698
9699#~ msgid "# operator should be followed by a macro argument name"
9700#~ msgstr "# ��������������������������������������������������������"
9701
9702#~ msgid "invalid format #line command"
9703#~ msgstr "#line ������������������������"
9704
9705#~ msgid "undefining `defined'"
9706#~ msgstr "`defined' �� undef ������"
9707
9708#~ msgid "undefining `%s'"
9709#~ msgstr "`%s' �� undef ������"
9710
9711#~ msgid "extra text at end of directive"
9712#~ msgstr "����������������������������������������������"
9713
9714#~ msgid "#error%.*s"
9715#~ msgstr "#error%.*s"
9716
9717#~ msgid "#warning%.*s"
9718#~ msgstr "#warning%.*s"
9719
9720#~ msgid "#elif not within a conditional"
9721#~ msgstr "#elif ������������������������"
9722
9723#~ msgid "#%s not within a conditional"
9724#~ msgstr "#%s ������������������������"
9725
9726#~ msgid "#else or #elif after #else"
9727#~ msgstr "#else �������� #else �� #elif ����������"
9728
9729#~ msgid "#else not within a conditional"
9730#~ msgstr "#else ������������������������"
9731
9732#~ msgid "unterminated string or character constant"
9733#~ msgstr "��������������������������������������"
9734
9735#~ msgid "arguments given to macro `%s'"
9736#~ msgstr "������ `%s' ����������������������"
9737
9738#~ msgid "no args to macro `%s'"
9739#~ msgstr "������ `%s' ��������������������"
9740
9741#~ msgid "only 1 arg to macro `%s'"
9742#~ msgstr "������ `%s' ����������������������������"
9743
9744#~ msgid "only %d args to macro `%s'"
9745#~ msgstr "%d ������������������ `%s' ����������������"
9746
9747#~ msgid "too many (%d) args to macro `%s'"
9748#~ msgstr "�������� (%d) �������� `%s' ������������������"
9749
9750#~ msgid ""
9751#~ "Internal error in %s, at tradcpp.c:%d\n"
9752#~ "Please submit a full bug report.\n"
9753#~ "See %s for instructions."
9754#~ msgstr ""
9755#~ "%s ��������������(tradcpp.c:%d)\n"
9756#~ "������������������������������������\n"
9757#~ "%s ������������������������"
9758
9759#~ msgid "arrays of functions are not meaningful"
9760#~ msgstr "����������������������������"
9761
9762#~ msgid "function return type cannot be function"
9763#~ msgstr "��������������������������������������"
9764
9765#~ msgid "invalid initializer for bit string"
9766#~ msgstr "��������������������������"
9767
9768#~ msgid "Tree check: expected %s, have %s in %s, at %s:%d"
9769#~ msgstr "Tree ����: %s �������������� %s ����������(%s ��, %s:%d)"
9770
9771#~ msgid "Tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
9772#~ msgstr "Tree ����: ������ '%c' �������� '%c' (%s) ����(%s ��, %s:%d)"
9773
9774#~ msgid "register name not specified for `%s'"
9775#~ msgstr "������������ `%s' ����������������������"
9776
9777#~ msgid "invalid register name for `%s'"
9778#~ msgstr "`%s' ��������������������������������"
9779
9780#~ msgid "data type of `%s' isn't suitable for a register"
9781#~ msgstr "`%s' ������������ register ������������������������"
9782
9783#~ msgid "register specified for `%s' isn't suitable for data type"
9784#~ msgstr "`%s' ������������ register ��������������������������������"
9785
9786#~ msgid "global register variable has initial value"
9787#~ msgstr "���� register ��������������������������"
9788
9789#~ msgid "volatile register variables don't work as you might wish"
9790#~ msgstr "volatile register ����������������������������������"
9791
9792#~ msgid "register name given for non-register variable `%s'"
9793#~ msgstr "�������������� register ���� `%s' ����������������"
9794
9795#~ msgid "size of variable `%s' is too large"
9796#~ msgstr "���� `%s' ����������������������"
9797
9798#~ msgid "alignment of `%s' is greater than maximum object file alignment. Using %d."
9799#~ msgstr "`%s' ���������������������������������������������������������������� %d ������������"
9800
9801#~ msgid "requested alignment for %s is greater than implemented alignment of %d."
9802#~ msgstr "%s ���������������������������������������������������� %d ��������������"
9803
9804#~ msgid "floating point trap outputting a constant"
9805#~ msgstr "����������������������������������������������������"
9806
9807#~ msgid "initializer for integer value is too complicated"
9808#~ msgstr "����������������������������������"
9809
9810#~ msgid "initializer for floating value is not a floating constant"
9811#~ msgstr "������������������������������������������������������������"
9812
9813#~ msgid "unknown set constructor type"
9814#~ msgstr "��������������������������������"
9815
9816#~ msgid "invalid initial value for member `%s'"
9817#~ msgstr "������ `%s' ��������������������"
9818
9819#~ msgid "weak declaration of `%s' must be public"
9820#~ msgstr "`%s' �� weak ������ public ��������������������"
9821
9822#~ msgid "weak declaration of `%s' must precede definition"
9823#~ msgstr "`%s' �� weak ��������������������������������������"
9824
9825#~ msgid "only weak aliases are supported in this configuration"
9826#~ msgstr "�������������� weak alias ����������������������"
9827
9828#~ msgid "alias definitions not supported in this configuration; ignored"
9829#~ msgstr "�������������� alias ������������������������ -- ��������������"
9830
9831#~ msgid "Virtual array %s[%lu]: element %lu out of bounds"
9832#~ msgstr "������������ %s[%lu]: ���� %lu ������������"
9833
9834#~ msgid "No sclass for %s stab (0x%x)\n"
9835#~ msgstr "%s ���������� sclass ������������ (0x%x)\n"
9836
9837#~ msgid "`-p' not supported; use `-pg' and gprof(1)"
9838#~ msgstr "`-p' ��������������������. `-pg' �� gprof(1) ����������������"
9839
9840#~ msgid "may not use both -EB and -EL"
9841#~ msgstr "-EB �� -EL ����������������������������"
9842
9843#~ msgid "-mapcs-26 and -mapcs-32 may not be used together"
9844#~ msgstr "-mapcs-26 �� -mapcs-32 ������������������"
9845
9846#~ msgid "-msoft-float and -mhard_float may not be used together"
9847#~ msgstr "-msoft-float �� -mhard_float ������������������"
9848
9849#~ msgid "-mbig-endian and -mlittle-endian may not be used together"
9850#~ msgstr "-mbig-endian �� -mlittle-endian ������������������"
9851
9852#~ msgid "Incompatible interworking options"
9853#~ msgstr "������������ interworking ����������"
9854
9855#~ msgid "-mbsd and -pedantic incompatible"
9856#~ msgstr "-mbsd �� -pedantic ����������������"
9857
9858#~ msgid "-mbsd and -mxopen incompatible"
9859#~ msgstr "-mbsd �� -mxopen ����������������"
9860
9861#~ msgid "-mxopen and -pedantic incompatible"
9862#~ msgstr "-mxopen �� -pedantic ����������������"
9863
9864#~ msgid "A -ifile option requires a -map option"
9865#~ msgstr "-ifile �������������� -map ��������������������"
9866
9867#~ msgid "mno-cygwin and mno-win32 are not compatible"
9868#~ msgstr "mno-cygwin �� mno-win32 ����������������"
9869
9870#~ msgid "shared and mdll are not compatible"
9871#~ msgstr "shared �� mdll ������������������"
9872
9873#~ msgid "-static not valid with -mcoff"
9874#~ msgstr "-static �� -mcoff ������������������������������������"
9875
9876#~ msgid "-shared not valid with -mcoff"
9877#~ msgstr "-shared �� -mcoff ������������������������������������"
9878
9879#~ msgid "-symbolic not valid with -mcoff"
9880#~ msgstr "-symbolic �� -mcoff ������������������������������������"
9881
9882#~ msgid "-fpic is not valid with -mcoff"
9883#~ msgstr "-fpic �� -mcoff ������������������������������������"
9884
9885#~ msgid "-fPIC is not valid with -mcoff"
9886#~ msgstr "-fPIC �� -mcoff ������������������������������������"
9887
9888#~ msgid "-fpic not valid with -mcoff"
9889#~ msgstr "-fpic  -mcoff ������������������������������������"
9890
9891#~ msgid "-fPIC not valid with -mcoff"
9892#~ msgstr "-fPIC �� -mcoff ������������������������������������"
9893
9894#~ msgid "bx]"
9895#~ msgstr "bx]"
9896
9897#~ msgid "bx"
9898#~ msgstr "bx"
9899
9900#~ msgid "cx"
9901#~ msgstr "cx"
9902
9903#~ msgid "-p option not supported: use -pg instead"
9904#~ msgstr "-p ����������������������������������. �������� -pg ����������������"
9905
9906#~ msgid "choose either big or little endian, not both"
9907#~ msgstr "��������������������������������������������������������������������"
9908
9909#~ msgid "choose either m340 or m210 not both"
9910#~ msgstr "m340 ������ m210 ����������������������������������������"
9911
9912#~ msgid "the m210 does not have little endian support"
9913#~ msgstr "m210 ������������������������������������������"
9914
9915#~ msgid "-pipe is not supported."
9916#~ msgstr "-pipe ��������������������"
9917
9918#~ msgid "may not use both -mfp64 and -msingle-float"
9919#~ msgstr "-mfp64 �� -msingle-float ����������������������������"
9920
9921#~ msgid "may not use both -mfp64 and -m4650"
9922#~ msgstr "-mfp64 �� -m4650 ����������������������������"
9923
9924#~ msgid "-mhard-float not supported."
9925#~ msgstr "-mhard-float ��������������������."
9926
9927#~ msgid "-msingle-float and -msoft-float can not both be specified."
9928#~ msgstr "-msingle-float �� -msoft-float ����������������������������������"
9929
9930#~ msgid "-p profiling is no longer supported.  Use -pg instead."
9931#~ msgstr "-p ���������������������������������������������� -pg ����������������"
9932
9933#~ msgid "profiling not supported with -mg\n"
9934#~ msgstr "-mg ��������������������������������\n"
9935
9936#~ msgid "GNU C does not support -C without using -E"
9937#~ msgstr "GNU C �� -E ���������� -C ������������������"
9938
9939#~ msgid "-pg and -fomit-frame-pointer are incompatible"
9940#~ msgstr "-pg �� -fomit-frame-pointer ����������������"
9941
9942#~ msgid "-E required when input is from standard input"
9943#~ msgstr "���������������������� -E ����������"
9944
9945#~ msgid "Compilation of header file requested"
9946#~ msgstr "������������������������������������������"
9947
9948#~ msgid "-fjni and -femit-class-files are incompatible"
9949#~ msgstr "-fjni �� -femit-class-files ����������������"
9950
9951#~ msgid "-fjni and -femit-class-file are incompatible"
9952#~ msgstr "-fjini �� -femit-class-file ����������������"
9953
9954#~ msgid "iterator `%s' has derived type"
9955#~ msgstr "������ `%s' ������������"
9956
9957#~ msgid "%s before character constant"
9958#~ msgstr "�������������� %s"
9959
9960#~ msgid "%s before character 0%o"
9961#~ msgstr "���� 0%2$o ������ %1$s"
9962
9963#~ msgid "more than one `f' in numeric constant"
9964#~ msgstr "�������� 1�������� `f'"
9965
9966#~ msgid "more than one `l' in numeric constant"
9967#~ msgstr "�������� 1�������� `l'"
9968
9969#~ msgid "invalid identifier `%s'"
9970#~ msgstr "������������ `%s'"
9971
9972#~ msgid "parse error at `..'"
9973#~ msgstr "`..' ����������������"
9974
9975#~ msgid "nondigits in number and not hexadecimal"
9976#~ msgstr "��������������������������16 ��������������"
9977
9978#~ msgid "numeric constant contains digits beyond the radix"
9979#~ msgstr "������������������������������������������������"
9980
9981#~ msgid "two `u's in integer constant"
9982#~ msgstr "������������ 2���� `u'"
9983
9984#~ msgid "Unterminated string constant"
9985#~ msgstr "����������������������������"
9986
9987#~ msgid "syntax error: cannot back up"
9988#~ msgstr "����������: ��������������"
9989
9990#~ msgid "parser stack overflow"
9991#~ msgstr "��������������������������������"
9992
9993#~ msgid "invalid `for (ITERATOR)' syntax"
9994#~ msgstr "������ `for (������)' ��������"
9995
9996#~ msgid "`for (%s)' inside expansion of same iterator"
9997#~ msgstr "���������������������� `for (%s)'"
9998
9999#~ msgid "case label within scope of cleanup or variable array"
10000#~ msgstr "case ��������������������������������������������������"
10001
10002#~ msgid "parse error; also virtual memory exceeded"
10003#~ msgstr "�������������� -- ������������������������������"
10004
10005#~ msgid "duplicate array index in initializer"
10006#~ msgstr "������������������������������������"
10007
10008#~ msgid "duplicate initializer"
10009#~ msgstr "����������������"
10010
10011#~ msgid "thumb_load_double_from_address: destination is not a register"
10012#~ msgstr "thumb_load_double_from_address: ����������������������������"
10013
10014#~ msgid "thumb_load_double_from_address: source is not a computed memory address"
10015#~ msgstr "thumb_load_double_from_address: ����������������������������������������"
10016
10017#~ msgid "thumb_load_double_from_address: base is not a register"
10018#~ msgstr "thumb_load_double_from_address: ������������������������������"
10019
10020#~ msgid "thumb_load_double_from_address: Unhandled address calculation"
10021#~ msgstr "thumb_load_double_from_address: ����������������������"
10022
10023#~ msgid "ACCUM_HIGH_REGS class in limit_reload_class"
10024#~ msgstr "limit_reload_class �� ACCUM_HIGH_REGS ������"
10025
10026#~ msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
10027#~ msgstr "limit_reload_class �� YH_OR_ACCUM_HIGH_REGS ����������������"
10028
10029#~ msgid "YL found in limit_reload_class"
10030#~ msgstr "limit_reload_class �� YL ����������������"
10031
10032#~ msgid "Bad register extension code"
10033#~ msgstr "������������������������"
10034
10035#~ msgid "Invalid offset in ybase addressing"
10036#~ msgstr "ybase ������������������������������"
10037
10038#~ msgid "Invalid shift operator in emit_1600_core_shift"
10039#~ msgstr "emit_1600_core_shift ����������������������"
10040
10041#~ msgid "Invalid mode for gen_tst_reg"
10042#~ msgstr "gen_tst_reg ����������������������"
10043
10044#~ msgid "Invalid mode for integer comparison in gen_compare_reg"
10045#~ msgstr "gen_compare_reg ����������������������������������"
10046
10047#~ msgid "Invalid register for compare"
10048#~ msgstr "��������������������"
10049
10050#~ msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
10051#~ msgstr "PRINT_OPERAND: ���� %c ������������������ CONST_INT ��������������"
10052
10053#~ msgid "-mptr%d not allowed on -m%d"
10054#~ msgstr "-mptr%d �� -m%d ������������������"
10055
10056#~ msgid "parse errors have confused me too much"
10057#~ msgstr "��������������������������������������������"
10058
10059#~ msgid "virtual memory exhausted"
10060#~ msgstr "����������������������������"
10061
10062#~ msgid "destructor for alien class `%s' cannot be a member"
10063#~ msgstr "���������� `%s' ��������������������������������������"
10064
10065#~ msgid "constructor for alien class `%s' cannot be a member"
10066#~ msgstr "���������� `%s' ��������������������������������������"
10067
10068#~ msgid "trying to make class `%s' a friend of global scope"
10069#~ msgstr "������ `%s' ���������������� friend ��������������������"
10070
10071#~ msgid "parameter invalidly declared method type"
10072#~ msgstr "������������������������������������������"
10073
10074#~ msgid "parameter invalidly declared offset type"
10075#~ msgstr "��������������������������������������������"
10076
10077#~ msgid "`void' in parameter list must be entire list"
10078#~ msgstr "������������������ `void' ��������������������������������"
10079
10080#~ msgid "no file specified with -fdump-translation-unit"
10081#~ msgstr "-fdump-translation-unit ��������������������������������"
10082
10083#~ msgid "(you really want to initialize it separately)"
10084#~ msgstr "(������������������������������������������������������)"
10085
10086#~ msgid "`operator new' takes type `size_t' parameter"
10087#~ msgstr "`operator new' �� `size_t' ������������������"
10088
10089#~ msgid "`operator new' takes type `size_t' as first parameter"
10090#~ msgstr "`operator new' ���������������� `size_t' ����������"
10091
10092#~ msgid "`operator delete' must return type `void'"
10093#~ msgstr "`operator delete' ���������� `void' ��������������������"
10094
10095#~ msgid "`operator delete' takes type `void *' as first parameter"
10096#~ msgstr "`operator delete' ���������������� `void *' ������������"
10097
10098#~ msgid "too many arguments in declaration of `operator delete'"
10099#~ msgstr "`operator delete' ����������������������"
10100
10101#~ msgid "`...' invalid in specification of `operator delete'"
10102#~ msgstr "`...' `operator delete' ������������������"
10103
10104#~ msgid "`default' label within scope of cleanup or variable array"
10105#~ msgstr "`default' ��������������������������������������������������"
10106
10107#~ msgid "bad array initializer"
10108#~ msgstr "������������������"
10109
10110#~ msgid "end of file encountered inside string constant"
10111#~ msgstr "��������������������������������������������"
10112
10113#~ msgid "end of file encountered inside character constant"
10114#~ msgstr "������������������������������������������"
10115
10116#~ msgid "invalid #pragma vtable"
10117#~ msgstr "������ #pragma vtable"
10118
10119#~ msgid "invalid `#pragma implementation'"
10120#~ msgstr "������ `#pragma implementation'"
10121
10122#~ msgid "%s at end of saved text"
10123#~ msgstr "������������������������%s"
10124
10125#~ msgid "complex integer constant is too wide for `__complex int'"
10126#~ msgstr "������������������ `__complex int' ������������������"
10127
10128#~ msgid "request for member `%s' is ambiguous in multiple inheritance lattice"
10129#~ msgstr "���������������� `%s' ������������������������������"
10130
10131#~ msgid "Internal compiler error."
10132#~ msgstr "��������������������."
10133
10134#~ msgid "Please submit a full bug report."
10135#~ msgstr "����������������������������������������������"
10136
10137#~ msgid "duplicate label `%s' in switch statement"
10138#~ msgstr "switch �������������� `%s' ����������������"
10139
10140#~ msgid "duplicate label (%d) in switch statement"
10141#~ msgstr "switch �������������� (%d) ����������������"
10142
10143#~ msgid "range values `%s' and `%s' reversed"
10144#~ msgstr "�������� `%s' �� `%s' ��������"
10145
10146#~ msgid "range values reversed"
10147#~ msgstr "����������������"
10148
10149#~ msgid "bad is_error(%d) in v_message"
10150#~ msgstr "v_message �� ������ is_error(%d)"
10151
10152#~ msgid "'defined' without an identifier"
10153#~ msgstr "������������ 'defined'"
10154
10155#~ msgid "included file `%s' exists but is not readable"
10156#~ msgstr "include �������������� `%s' ��������������������������"
10157
10158#~ msgid "%s is a directory"
10159#~ msgstr "%s ������������������"
10160
10161#~ msgid "macro argument \"%s\" is stringified"
10162#~ msgstr "���������� \"%s\" ������������������"
10163
10164#~ msgid "`##' at start of macro definition"
10165#~ msgstr "`##' ����������������������������"
10166
10167#~ msgid "`##' at end of macro definition"
10168#~ msgstr "`##' ����������������������������"
10169
10170#~ msgid "empty object-like macro went through full #define"
10171#~ msgstr "�������������������������������� #define ��������������������"
10172
10173#~ msgid "first token = %d not %d in collect_formal_parameters"
10174#~ msgstr "collect_formal_parameters ���������������� = %d (%d ��������)"
10175
10176#~ msgid "impossible token in macro argument list"
10177#~ msgstr "������������������������������������"
10178
10179#~ msgid "illegal token in macro argument list"
10180#~ msgstr "��������������������������������"
10181
10182#~ msgid "another parameter follows \"...\""
10183#~ msgstr "\"...\" ����������������������������������"
10184
10185#~ msgid "collect_params: argc=%d argslen=0"
10186#~ msgstr "collect_params: argc=%d argslen=0"
10187
10188#~ msgid "C99 does not permit use of __VA_ARGS__ as a macro argument name"
10189#~ msgstr "C99 �������������������� __VA_ARGS__ ��������������������������"
10190
10191#~ msgid "C89 does not permit varargs macros"
10192#~ msgstr "C89 ���� varargs ��������������������������"
10193
10194#~ msgid "collect_params: impossible token type %d"
10195#~ msgstr "collect_params: �������������������� %d"
10196
10197#~ msgid "attempt to use poisoned `%s'."
10198#~ msgstr "���������� `%s' ������������������"
10199
10200#~ msgid "macroexpand: unexpected token %d (wanted LPAREN)"
10201#~ msgstr "macroexpand: ������������������ %d (LPAREN ������)"
10202
10203#~ msgid "unterminated macro call"
10204#~ msgstr "����������������������������"
10205
10206#~ msgid "macro `%s' used with just one arg"
10207#~ msgstr "������ `%s' ��������������������������"
10208
10209#~ msgid "macro `%s' used with only %d args"
10210#~ msgstr "������ `%s' ������(%d ��)��������������"
10211
10212#~ msgid "macro `%s' used with too many (%d) args"
10213#~ msgstr "������ `%s' ������(%d ��)������������"
10214
10215#~ msgid ""
10216#~ "Switches:\n"
10217#~ "  -include <file>           Include the contents of <file> before other files\n"
10218#~ "  -imacros <file>           Accept definition of macros in <file>\n"
10219#~ "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
10220#~ "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
10221#~ "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
10222#~ "  -isystem <dir>            Add <dir> to the start of the system include path\n"
10223#~ "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
10224#~ "  -I <dir>                  Add <dir> to the end of the main include path\n"
10225#~ "  -I-                       Fine-grained include path control; see info docs\n"
10226#~ "  -nostdinc                 Do not search system include directories\n"
10227#~ "                             (dirs specified with -isystem will still be used)\n"
10228#~ "  -nostdinc++               Do not search system include directories for C++\n"
10229#~ "  -o <file>                 Put output into <file>\n"
10230#~ "  -pedantic                 Issue all warnings demanded by strict ANSI C\n"
10231#~ "  -pedantic-errors          Issue -pedantic warnings as errors instead\n"
10232#~ "  -traditional              Follow K&R pre-processor behaviour\n"
10233#~ "  -trigraphs                Support ANSI C trigraphs\n"
10234#~ "  -lang-c                   Assume that the input sources are in C\n"
10235#~ "  -lang-c89                 Assume that the input sources are in C89\n"
10236#~ "  -lang-c++                 Assume that the input sources are in C++\n"
10237#~ "  -lang-objc                Assume that the input sources are in ObjectiveC\n"
10238#~ "  -lang-objc++              Assume that the input sources are in ObjectiveC++\n"
10239#~ "  -lang-asm                 Assume that the input sources are in assembler\n"
10240#~ "  -lang-fortran\t\t    Assume that the input sources are in Fortran\n"
10241#~ "  -lang-chill               Assume that the input sources are in Chill\n"
10242#~ "  -std=<std name>           Specify the conformance standard; one of:\n"
10243#~ "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
10244#~ "                            iso9899:199409, iso9899:1999\n"
10245#~ "  -+                        Allow parsing of C++ style features\n"
10246#~ "  -w                        Inhibit warning messages\n"
10247#~ "  -Wtrigraphs               Warn if trigraphs are encountered\n"
10248#~ "  -Wno-trigraphs            Do not warn about trigraphs\n"
10249#~ "  -Wcomment{s}              Warn if one comment starts inside another\n"
10250#~ "  -Wno-comment{s}           Do not warn about comments\n"
10251#~ "  -Wtraditional             Warn if a macro argument is/would be turned into\n"
10252#~ "                             a string if -traditional is specified\n"
10253#~ "  -Wno-traditional          Do not warn about stringification\n"
10254#~ "  -Wundef                   Warn if an undefined macro is used by #if\n"
10255#~ "  -Wno-undef                Do not warn about testing undefined macros\n"
10256#~ "  -Wimport                  Warn about the use of the #import directive\n"
10257#~ "  -Wno-import               Do not warn about the use of #import\n"
10258#~ "  -Werror                   Treat all warnings as errors\n"
10259#~ "  -Wno-error                Do not treat warnings as errors\n"
10260#~ "  -Wall                     Enable all preprocessor warnings\n"
10261#~ "  -M                        Generate make dependencies\n"
10262#~ "  -MM                       As -M, but ignore system header files\n"
10263#~ "  -MD                       As -M, but put output in a .d file\n"
10264#~ "  -MMD                      As -MD, but ignore system header files\n"
10265#~ "  -MG                       Treat missing header file as generated files\n"
10266#~ "  -g3                       Include #define and #undef directives in the output\n"
10267#~ "  -D<macro>                 Define a <macro> with string '1' as its value\n"
10268#~ "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
10269#~ "  -A<question> (<answer>)   Assert the <answer> to <question>\n"
10270#~ "  -A-<question> (<answer>)  Disable the <answer> to <question>\n"
10271#~ "  -U<macro>                 Undefine <macro> \n"
10272#~ "  -v                        Display the version number\n"
10273#~ "  -H                        Print the name of header files as they are used\n"
10274#~ "  -C                        Do not discard comments\n"
10275#~ "  -dM                       Display a list of macro definitions active at end\n"
10276#~ "  -dD                       Preserve macro definitions in output\n"
10277#~ "  -dN                       As -dD except that only the names are preserved\n"
10278#~ "  -dI                       Include #include directives in the output\n"
10279#~ "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
10280#~ "  -P                        Do not generate #line directives\n"
10281#~ "  -$                        Do not allow '$' in identifiers\n"
10282#~ "  -remap                    Remap file names when including files.\n"
10283#~ "  --version                 Display version information\n"
10284#~ "  -h or --help              Display this information\n"
10285#~ msgstr ""
10286#~ "��������:\n"
10287#~ "  -include <file>           ������������������ <file> �������� include\n"
10288#~ "  -imacros <file>           <file> ������������������������\n"
10289#~ "  -iprefix <path>           ������������������������ <path> ��������������\n"
10290#~ "  -iwithprefix <dir>        �������������������������������� <dir> ������\n"
10291#~ "  -iwithprefixbefore <dir>  �������������������������� <dir> ������\n"
10292#~ "  -isystem <dir>            �������������������������������� <dir> ������\n"
10293#~ "  -idirafter <dir>          �������������������������������� <dir> ������\n"
10294#~ "  -I <dir>                  �������������������������� <dir> ������\n"
10295#~ "  -I-                       ������������������������������; info ������\n"
10296#~ "  -nostdinc                 ������������������������������������������\n"
10297#~ "                             (-isystem ��������������������������)\n"
10298#~ "  -nostdinc++               C++ ��������������������������������������������\n"
10299#~ "  -o <file>                 <file> ����������������\n"
10300#~ "  -pedantic                 ������ ANSI C ��������������������\n"
10301#~ "  -pedantic-errors          -pedantic ������������������������\n"
10302#~ "  -traditional              K&R ������������������������������\n"
10303#~ "  -trigraphs                ANSI C ����������������������\n"
10304#~ "  -lang-c                   ������ C ������������\n"
10305#~ "  -lang-c89                 ������ C89 ������������\n"
10306#~ "  -lang-c++                 ������ C++ ������������\n"
10307#~ "  -lang-objc                ������ ObjectiveC ������������\n"
10308#~ "  -lang-objc++              ������ ObjectiveC++ ������������\n"
10309#~ "  -lang-asm                 ������ assembler ������������\n"
10310#~ "  -lang-fortran             ������ Fortran ������������\n"
10311#~ "  -lang-chill               ������ Chill ������������\n"
10312#~ "  -std=<std name>           ������������������������������;\n"
10313#~ "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
10314#~ "                            iso9899:199409, iso9899:1999\n"
10315#~ "  -+                        C++ ��������������������������\n"
10316#~ "  -w                        ������������������������\n"
10317#~ "  -Wtrigraphs               ��������������������������������\n"
10318#~ "  -Wno-trigraphs            ����������������������������������\n"
10319#~ "  -Wcomment{s}              ��������������������������������������\n"
10320#~ "  -Wno-comment{s}           ����������������������������\n"
10321#~ "  -Wtraditional             -traditional ������������������������������\n"
10322#~ "                             ����������������������������������\n"
10323#~ "  -Wno-traditional          ����������������������������\n"
10324#~ "  -Wundef                   #if ����������������������������������������\n"
10325#~ "  -Wno-undef                ��������������������������������������\n"
10326#~ "  -Wimport                  #import ����������������������\n"
10327#~ "  -Wno-import               #import ������������������������\n"
10328#~ "  -Werror                   ����������������������������\n"
10329#~ "  -Wno-error                ��������������������������\n"
10330#~ "  -Wall                     ��������������������������������������\n"
10331#~ "  -M                        make ��������������������\n"
10332#~ "  -MM                       -M ������������������������������������\n"
10333#~ "  -MD                       -M ������������.d ������������������\n"
10334#~ "  -MMD                      -MD ������������������������������������\n"
10335#~ "  -MG                       ������������������������������������������������\n"
10336#~ "  -g3                       #define �� #undef ����������������������\n"
10337#~ "  -D<macro>                 <macro> ���������������� '1' ��������������\n"
10338#~ "  -D<macro>=<val>           <macro> ����������<val> ��������������\n"
10339#~ "  -A<question> (<answer>)   <question> �� <answer> ������������\n"
10340#~ "  -A-<question> (<answer>)  <question> �� <answer> ����������\n"
10341#~ "  -U<macro>                 <macro> ������������\n"
10342#~ "  -v                        ������������������������\n"
10343#~ "  -H                        ����������������������������������������\n"
10344#~ "  -C                        ��������������������\n"
10345#~ "  -dM                       ������������������������������������������������\n"
10346#~ "  -dD                       ����������������������������\n"
10347#~ "  -dN                       -dD ��������������������������������\n"
10348#~ "  -dI                       #include ����������������������\n"
10349#~ "  -ftabstop=<number>        ������������������������������\n"
10350#~ "  -P                        #line ��������������������\n"
10351#~ "  -$                        �������� '$' ����������\n"
10352#~ "  -remap                    ���������� include ����������������������������\n"
10353#~ "  --version                 ������������������������\n"
10354#~ "  -h or --help              ������������������\n"
10355
10356#~ msgid "mark active in cpp_pop_buffer"
10357#~ msgstr "cpp_pop_buffer ��������������������"
10358
10359#~ msgid "length < 0 in cpp_expand_to_buffer"
10360#~ msgstr "cpp_expand_to_buffer ���� length < 0"
10361
10362#~ msgid "backslash-newline within line comment"
10363#~ msgstr "����������������������������������"
10364
10365#~ msgid "C++ style comments are not allowed in traditional C"
10366#~ msgstr "C++ �������������������������� C ����������������"
10367
10368#~ msgid "embedded null character ignored"
10369#~ msgstr "������������ null ��������������������"
10370
10371#~ msgid "string constant runs past end of line"
10372#~ msgstr "����������������������������������������"
10373
10374#~ msgid "\\r escape inside string constant"
10375#~ msgstr "�������������� \\r ����������"
10376
10377#~ msgid "null characters in string or character constant"
10378#~ msgstr "���������������������� null ����"
10379
10380#~ msgid "missing '>' in `#include <FILENAME>'"
10381#~ msgstr "`#include <����������>' �� '>' ������������"
10382
10383#~ msgid "unrecognized escape \\r%c"
10384#~ msgstr "�������������������� \\r%c"
10385
10386#~ msgid "vertical tab in preprocessing directive"
10387#~ msgstr "����������������������������������������"
10388
10389#~ msgid "form feed in preprocessing directive"
10390#~ msgstr "��������������������������������������������"
10391
10392#~ msgid "null character preserved"
10393#~ msgstr "����������������������"
10394
10395#~ msgid "comment start split across lines"
10396#~ msgstr "��������������������������������"
10397
10398#~ msgid "comment start '/*' split across lines"
10399#~ msgstr "������������ '/*' ��������������������"
10400
10401#~ msgid "comment end '*/' split across lines"
10402#~ msgstr "������������ '*/' ��������������������"
10403
10404#~ msgid "handle_directive called on macro buffer"
10405#~ msgstr "���������������� handle_directive ��������������"
10406
10407#~ msgid "ignoring #%s because of its indented #"
10408#~ msgstr "���������������� # ��������#%s ������������"
10409
10410#~ msgid "ISO C does not allow #%s"
10411#~ msgstr "ISO C �� #%s ��������������"
10412
10413#~ msgid "redefining poisoned `%.*s'"
10414#~ msgstr "���������� `%.*s' ��������"
10415
10416#~ msgid "garbage at end of #line"
10417#~ msgstr "#line ��������������������"
10418
10419#~ msgid "second token after #line is not a string"
10420#~ msgstr "#line ��������������������������������������������"
10421
10422#~ msgid "junk on line after #undef"
10423#~ msgstr "#undef ��������������"
10424
10425#~ msgid "cannot undefine poisoned \"%s\""
10426#~ msgstr "���������� \"%s\" �� undefine ����������"
10427
10428#~ msgid "malformed #pragma implementation"
10429#~ msgstr "�������� #pragma implementation"
10430
10431#~ msgid "#%s with no argument"
10432#~ msgstr "#%s ������������������"
10433
10434#~ msgid "#%s with invalid argument"
10435#~ msgstr "������������������ #%s"
10436
10437#~ msgid "Cannot duplicate non-existant exception region."
10438#~ msgstr "����������������������������������������������"
10439
10440#~ msgid "Never issued previous false_label"
10441#~ msgstr "���� false_label ����������������������"
10442
10443#~ msgid "Basic blocks not numbered consecutively"
10444#~ msgstr "��������������������������������������������"
10445
10446#~ msgid "file path prefix `%s%s' never used"
10447#~ msgstr "���������������������������� `%s%s' ������������������"
10448
10449#~ msgid "file path prefix `%s' never used"
10450#~ msgstr "���������������������������� `%s' ������������������"
10451
10452#~ msgid "%s: option `%s' is ambiguous\n"
10453#~ msgstr "%s: ���������� `%s' ��������������\n"
10454
10455#~ msgid "%s: option `--%s' doesn't allow an argument\n"
10456#~ msgstr "%s: ���������� `--%s' ������������������\n"
10457
10458#~ msgid "%s: option `%c%s' doesn't allow an argument\n"
10459#~ msgstr "%s: ���������� `%c%s' ������������������\n"
10460
10461#~ msgid "%s: option `%s' requires an argument\n"
10462#~ msgstr "%s: ���������� `%s' ������������������\n"
10463
10464#~ msgid "%s: unrecognized option `--%s'\n"
10465#~ msgstr "%s: �������������������� `--%s'\n"
10466
10467#~ msgid "%s: unrecognized option `%c%s'\n"
10468#~ msgstr "%s: �������������������� `%c%s'\n"
10469
10470#~ msgid "%s: illegal option -- %c\n"
10471#~ msgstr "%s: ���������������� -- %c\n"
10472
10473#~ msgid "%s: invalid option -- %c\n"
10474#~ msgstr "%s: ���������������� -- %c\n"
10475
10476#~ msgid "%s: option requires an argument -- %c\n"
10477#~ msgstr "%s: ���������������������������� -- %c\n"
10478
10479#~ msgid "%s: option `-W %s' is ambiguous\n"
10480#~ msgstr "%s: ���������� `-W %s' ��������������\n"
10481
10482#~ msgid "%s: option `-W %s' doesn't allow an argument\n"
10483#~ msgstr "%s: ���������� `-W %s' ������������������\n"
10484
10485#~ msgid "function with complex parameters cannot be inline"
10486#~ msgstr "�������������������������� inline ������������"
10487
10488#~ msgid "Objective-C text in C source file"
10489#~ msgstr "C �������������������� Objective-C ��������"
10490
10491#~ msgid "statically allocated objects not supported"
10492#~ msgstr "��������������������������������������������������"
10493
10494#~ msgid "output pipe has been closed"
10495#~ msgstr "����������������������������"
10496
10497#~ msgid "Unknown stab %s: : 0x%x\n"
10498#~ msgstr "������������ %s: : 0x%x\n"
10499