1# Greek translation of gcc.
2# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3# Simos Xenitellis <simos@hellug.gr>, 2001, 2002.
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: gcc 3.2\n"
8"Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
9"POT-Creation-Date: 2018-01-26 22:47+0000\n"
10"PO-Revision-Date: 2002-08-18 15:46+0100\n"
11"Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
12"Language-Team: Greek <nls@tux.hellug.gr>\n"
13"Language: el\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=iso-8859-7\n"
16"Content-Transfer-Encoding: 8bit\n"
17"X-Bugs: Report translation errors to the Language-Team address.\n"
18
19#: charset.c:674
20#, fuzzy, c-format
21msgid "conversion from %s to %s not supported by iconv"
22msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
23
24#: charset.c:677
25msgid "iconv_open"
26msgstr ""
27
28#: charset.c:685
29#, c-format
30msgid "no iconv implementation, cannot convert from %s to %s"
31msgstr ""
32
33#: charset.c:781
34#, c-format
35msgid "character 0x%lx is not in the basic source character set\n"
36msgstr ""
37
38#: charset.c:798 charset.c:1677
39msgid "converting to execution character set"
40msgstr ""
41
42#: charset.c:804
43#, c-format
44msgid "character 0x%lx is not unibyte in execution character set"
45msgstr ""
46
47#: charset.c:1047
48#, fuzzy
49msgid "universal character names are only valid in C++ and C99"
50msgstr "U+%04X: ����� ����� ����������"
51
52#: charset.c:1051
53msgid "C99's universal character names are incompatible with C90"
54msgstr ""
55
56#: charset.c:1054
57#, c-format
58msgid "the meaning of '\\%c' is different in traditional C"
59msgstr ""
60
61#: charset.c:1063
62msgid "In _cpp_valid_ucn but not a UCN"
63msgstr ""
64
65#: charset.c:1096
66#, c-format
67msgid "incomplete universal character name %.*s"
68msgstr ""
69
70#: charset.c:1111
71#, fuzzy, c-format
72msgid "%.*s is not a valid universal character"
73msgstr "�� `%s' ��� ����� ���������."
74
75#: charset.c:1121 lex.c:1333
76msgid "'$' in identifier or number"
77msgstr ""
78
79#: charset.c:1131
80#, c-format
81msgid "universal character %.*s is not valid in an identifier"
82msgstr ""
83
84#: charset.c:1135
85#, c-format
86msgid "universal character %.*s is not valid at the start of an identifier"
87msgstr ""
88
89#: charset.c:1181 charset.c:2000
90msgid "converting UCN to source character set"
91msgstr ""
92
93#: charset.c:1188
94msgid "converting UCN to execution character set"
95msgstr ""
96
97#: charset.c:1277
98msgid "the meaning of '\\x' is different in traditional C"
99msgstr ""
100
101#: charset.c:1302
102msgid "\\x used with no following hex digits"
103msgstr ""
104
105#: charset.c:1309
106#, fuzzy
107msgid "hex escape sequence out of range"
108msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������"
109
110#: charset.c:1361
111#, fuzzy
112msgid "octal escape sequence out of range"
113msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������"
114
115#: charset.c:1443
116msgid "the meaning of '\\a' is different in traditional C"
117msgstr ""
118
119#: charset.c:1450
120#, c-format
121msgid "non-ISO-standard escape sequence, '\\%c'"
122msgstr ""
123
124# src/main.c:663
125#: charset.c:1458
126#, fuzzy, c-format
127msgid "unknown escape sequence: '\\%c'"
128msgstr "������� ������������ `%s'"
129
130# src/main.c:663
131#: charset.c:1466
132#, fuzzy, c-format
133msgid "unknown escape sequence: '\\%s'"
134msgstr "������� ������������ `%s'"
135
136#: charset.c:1474
137#, fuzzy
138msgid "converting escape sequence to execution character set"
139msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������"
140
141#: charset.c:1614
142#, fuzzy
143msgid "missing open quote"
144msgstr "������� � ���������������� ��������"
145
146#: charset.c:1827 charset.c:1891
147#, fuzzy
148msgid "character constant too long for its type"
149msgstr "�� ������� �������� ���������� ��� �������������"
150
151#: charset.c:1830
152#, fuzzy
153msgid "multi-character character constant"
154msgstr "����� ����� ��������� `%s'"
155
156#: charset.c:1931
157#, fuzzy
158msgid "empty character constant"
159msgstr "���� �������������"
160
161#: charset.c:2047
162#, fuzzy, c-format
163msgid "failure to convert %s to %s"
164msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
165
166#: directives.c:235 directives.c:278
167#, c-format
168msgid "extra tokens at end of #%s directive"
169msgstr ""
170
171#: directives.c:385
172#, c-format
173msgid "#%s is a GCC extension"
174msgstr ""
175
176#: directives.c:390
177#, fuzzy, c-format
178msgid "#%s is a deprecated GCC extension"
179msgstr "�� `%s' ��� ����� �������� ������"
180
181#: directives.c:403
182msgid "suggest not using #elif in traditional C"
183msgstr ""
184
185#: directives.c:406
186#, c-format
187msgid "traditional C ignores #%s with the # indented"
188msgstr ""
189
190#: directives.c:410
191#, c-format
192msgid "suggest hiding #%s from traditional C with an indented #"
193msgstr ""
194
195#: directives.c:436
196msgid "embedding a directive within macro arguments is not portable"
197msgstr ""
198
199#: directives.c:456
200msgid "style of line directive is a GCC extension"
201msgstr ""
202
203#: directives.c:537
204#, c-format
205msgid "invalid preprocessing directive #%s"
206msgstr ""
207
208#: directives.c:606
209msgid "\"defined\" cannot be used as a macro name"
210msgstr ""
211
212#: directives.c:611
213msgid "\"__has_include__\" cannot be used as a macro name"
214msgstr ""
215
216#: directives.c:617
217#, c-format
218msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
219msgstr ""
220
221#: directives.c:620
222#, c-format
223msgid "no macro name given in #%s directive"
224msgstr ""
225
226#: directives.c:623
227#, fuzzy
228msgid "macro names must be identifiers"
229msgstr "������ ������������� ���������"
230
231#: directives.c:672 directives.c:677
232#, fuzzy, c-format
233msgid "undefining \"%s\""
234msgstr "�� �������� ����� %s"
235
236#: directives.c:732
237#, fuzzy
238msgid "missing terminating > character"
239msgstr "���� ���������� �� ������ ����������"
240
241#: directives.c:791
242#, c-format
243msgid "#%s expects \"FILENAME\" or <FILENAME>"
244msgstr ""
245
246#: directives.c:837
247#, fuzzy, c-format
248msgid "empty filename in #%s"
249msgstr "�� �������� ����� %s"
250
251#: directives.c:847
252msgid "#include nested too deeply"
253msgstr ""
254
255#: directives.c:888
256msgid "#include_next in primary source file"
257msgstr ""
258
259#: directives.c:914
260#, c-format
261msgid "invalid flag \"%s\" in line directive"
262msgstr ""
263
264#: directives.c:974
265msgid "unexpected end of file after #line"
266msgstr ""
267
268#: directives.c:977
269#, fuzzy, c-format
270msgid "\"%s\" after #line is not a positive integer"
271msgstr "%s' ��� ����� ������ ������� ��������."
272
273#: directives.c:983 directives.c:985
274#, fuzzy
275msgid "line number out of range"
276msgstr "%s: ������� ������� ��� ��� �� ����"
277
278#: directives.c:998 directives.c:1079
279#, fuzzy, c-format
280msgid "\"%s\" is not a valid filename"
281msgstr "%s' ��� ����� ������ ������� ��������."
282
283#: directives.c:1039
284#, fuzzy, c-format
285msgid "\"%s\" after # is not a positive integer"
286msgstr "%s' ��� ����� ������ ������� ��������."
287
288#: directives.c:1098
289#, c-format
290msgid "file \"%s\" linemarker ignored due to incorrect nesting"
291msgstr ""
292
293#: directives.c:1157 directives.c:1159 directives.c:1161 directives.c:1747
294#, c-format
295msgid "%s"
296msgstr "%s"
297
298#: directives.c:1185
299#, fuzzy, c-format
300msgid "invalid #%s directive"
301msgstr "%%%c: �������������� ������ �� ������."
302
303#: directives.c:1248
304#, c-format
305msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
306msgstr ""
307
308#: directives.c:1257
309#, c-format
310msgid "registering pragma \"%s\" with name expansion and no namespace"
311msgstr ""
312
313#: directives.c:1275
314#, c-format
315msgid "registering \"%s\" as both a pragma and a pragma namespace"
316msgstr ""
317
318#: directives.c:1278
319#, c-format
320msgid "#pragma %s %s is already registered"
321msgstr ""
322
323#: directives.c:1281
324#, fuzzy, c-format
325msgid "#pragma %s is already registered"
326msgstr "� ������ ���������� `%s' �������� ���"
327
328#: directives.c:1311
329msgid "registering pragma with NULL handler"
330msgstr ""
331
332#: directives.c:1528
333msgid "#pragma once in main file"
334msgstr ""
335
336#: directives.c:1551
337#, fuzzy
338msgid "invalid #pragma push_macro directive"
339msgstr "%%%c: �������������� ������ �� ������."
340
341#: directives.c:1606
342#, fuzzy
343msgid "invalid #pragma pop_macro directive"
344msgstr "%%%c: �������������� ������ �� ������."
345
346#: directives.c:1661
347msgid "invalid #pragma GCC poison directive"
348msgstr ""
349
350#: directives.c:1670
351#, c-format
352msgid "poisoning existing macro \"%s\""
353msgstr ""
354
355#: directives.c:1689
356msgid "#pragma system_header ignored outside include file"
357msgstr ""
358
359#: directives.c:1714
360#, fuzzy, c-format
361msgid "cannot find source file %s"
362msgstr "�������� ���������� ��������: %s"
363
364#: directives.c:1718
365#, c-format
366msgid "current file is older than %s"
367msgstr ""
368
369#: directives.c:1742
370#, fuzzy, c-format
371msgid "invalid \"#pragma GCC %s\" directive"
372msgstr "� ���������� `%s' ��� ����� ������."
373
374#: directives.c:1943
375msgid "_Pragma takes a parenthesized string literal"
376msgstr ""
377
378#: directives.c:2064
379msgid "#else without #if"
380msgstr ""
381
382#: directives.c:2069
383msgid "#else after #else"
384msgstr "#else ���� ��� #else"
385
386#: directives.c:2071 directives.c:2104
387msgid "the conditional began here"
388msgstr ""
389
390#: directives.c:2097
391msgid "#elif without #if"
392msgstr ""
393
394#: directives.c:2102
395msgid "#elif after #else"
396msgstr "#elif ���� ��� #else"
397
398#: directives.c:2133
399msgid "#endif without #if"
400msgstr ""
401
402#: directives.c:2213
403msgid "missing '(' after predicate"
404msgstr ""
405
406#: directives.c:2228
407msgid "missing ')' to complete answer"
408msgstr ""
409
410#: directives.c:2248
411msgid "predicate's answer is empty"
412msgstr ""
413
414#: directives.c:2275
415#, fuzzy
416msgid "assertion without predicate"
417msgstr "� ���������� ��� �����������"
418
419#: directives.c:2278
420#, fuzzy
421msgid "predicate must be an identifier"
422msgstr "������ ������������� ���������"
423
424#: directives.c:2364
425#, c-format
426msgid "\"%s\" re-asserted"
427msgstr ""
428
429#: directives.c:2656
430#, fuzzy, c-format
431msgid "unterminated #%s"
432msgstr "�� ������������o �������������"
433
434#: directives-only.c:221 lex.c:2851 traditional.c:167
435#, fuzzy
436msgid "unterminated comment"
437msgstr "�� ������������ ������ `s'"
438
439# src/request.c:37
440#: errors.c:284
441#, c-format
442msgid "%s: %s"
443msgstr "%s: %s"
444
445#: errors.c:296
446msgid "stdout"
447msgstr ""
448
449#: expr.c:628 expr.c:745
450msgid "fixed-point constants are a GCC extension"
451msgstr ""
452
453#: expr.c:653
454#, fuzzy
455msgid "invalid prefix \"0b\" for floating constant"
456msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
457
458#: expr.c:666
459msgid "use of C++17 hexadecimal floating constant"
460msgstr ""
461
462#: expr.c:669
463msgid "use of C99 hexadecimal floating constant"
464msgstr ""
465
466#: expr.c:713
467#, fuzzy, c-format
468msgid "invalid suffix \"%.*s\" on floating constant"
469msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
470
471#: expr.c:724 expr.c:784
472#, c-format
473msgid "traditional C rejects the \"%.*s\" suffix"
474msgstr ""
475
476#: expr.c:732
477msgid "suffix for double constant is a GCC extension"
478msgstr ""
479
480#: expr.c:738
481#, fuzzy, c-format
482msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
483msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
484
485#: expr.c:749
486#, fuzzy
487msgid "decimal float constants are a GCC extension"
488msgstr "%s: �� %s ����� ���� ������ ��� �� ������ �� �������������"
489
490#: expr.c:767
491#, fuzzy, c-format
492msgid "invalid suffix \"%.*s\" on integer constant"
493msgstr "�� ������ ������� ���������� `%s'"
494
495#: expr.c:792
496#, fuzzy
497msgid "use of C++11 long long integer constant"
498msgstr "�� ������ ������� ���������� `%s'"
499
500#: expr.c:793
501#, fuzzy
502msgid "use of C99 long long integer constant"
503msgstr "�� ������ ������� ���������� `%s'"
504
505#: expr.c:809
506msgid "imaginary constants are a GCC extension"
507msgstr ""
508
509#: expr.c:815
510msgid "binary constants are a C++14 feature or GCC extension"
511msgstr ""
512
513#: expr.c:817
514msgid "binary constants are a GCC extension"
515msgstr ""
516
517#: expr.c:912
518#, fuzzy
519msgid "integer constant is too large for its type"
520msgstr "%s: �� %s ����� ���� ������ ��� �� ������ �� �������������"
521
522#: expr.c:943
523#, fuzzy
524msgid "integer constant is so large that it is unsigned"
525msgstr "%s: �� %s ����� ���� ������ ��� �� ������ �� �������������"
526
527#: expr.c:1038
528#, fuzzy
529msgid "missing ')' after \"defined\""
530msgstr "���� ���������� � ����� �� �� �����"
531
532#: expr.c:1045
533msgid "operator \"defined\" requires an identifier"
534msgstr ""
535
536#: expr.c:1053
537#, c-format
538msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
539msgstr ""
540
541#: expr.c:1065
542msgid "this use of \"defined\" may not be portable"
543msgstr ""
544
545#: expr.c:1125
546msgid "user-defined literal in preprocessor expression"
547msgstr ""
548
549#: expr.c:1130
550#, fuzzy
551msgid "floating constant in preprocessor expression"
552msgstr "�������� ������� ������������"
553
554#: expr.c:1136
555#, fuzzy
556msgid "imaginary number in preprocessor expression"
557msgstr "�� ������� ������� ��� �������"
558
559#: expr.c:1189
560#, fuzzy, c-format
561msgid "\"%s\" is not defined, evaluates to 0"
562msgstr "�� `%s' ��� ����� �������� ������"
563
564#: expr.c:1202
565msgid "assertions are a GCC extension"
566msgstr ""
567
568#: expr.c:1205
569msgid "assertions are a deprecated extension"
570msgstr ""
571
572# src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
573# src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
574# src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
575# src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
576#: expr.c:1451
577#, fuzzy, c-format
578msgid "unbalanced stack in %s"
579msgstr "�� ������������ ["
580
581#: expr.c:1471
582#, fuzzy, c-format
583msgid "impossible operator '%u'"
584msgstr "RPC: �� �������� �������� ��� RPC"
585
586#: expr.c:1572
587#, fuzzy
588msgid "missing ')' in expression"
589msgstr "���� ���������� � ����� �� ��� ������"
590
591#: expr.c:1601
592#, fuzzy
593msgid "'?' without following ':'"
594msgstr "���������� ������ ���� �������: %s"
595
596#: expr.c:1611
597msgid "integer overflow in preprocessor expression"
598msgstr ""
599
600#: expr.c:1616
601#, fuzzy
602msgid "missing '(' in expression"
603msgstr "���� ���������� � ����� �� ��� ������"
604
605#: expr.c:1648
606#, c-format
607msgid "the left operand of \"%s\" changes sign when promoted"
608msgstr ""
609
610#: expr.c:1653
611#, c-format
612msgid "the right operand of \"%s\" changes sign when promoted"
613msgstr ""
614
615#: expr.c:1912
616msgid "traditional C rejects the unary plus operator"
617msgstr ""
618
619#: expr.c:2010
620msgid "comma operator in operand of #if"
621msgstr ""
622
623#: expr.c:2146
624#, fuzzy
625msgid "division by zero in #if"
626msgstr "�������� �� ����� ���� ���������: %s"
627
628#: expr.c:2243
629msgid "operator \"__has_include__\" requires a header string"
630msgstr ""
631
632#: expr.c:2259
633#, fuzzy
634msgid "missing ')' after \"__has_include__\""
635msgstr "���� ���������� � ����� �� �� �����"
636
637#: files.c:573
638msgid "one or more PCH files were found, but they were invalid"
639msgstr ""
640
641#: files.c:576
642msgid "use -Winvalid-pch for more information"
643msgstr ""
644
645#: files.c:981
646#, c-format
647msgid "no include path in which to search for %s"
648msgstr ""
649
650#: files.c:1441
651msgid "Multiple include guards may be useful for:\n"
652msgstr ""
653
654#: init.c:565
655#, fuzzy
656msgid "cppchar_t must be an unsigned type"
657msgstr "������ ������������� ���������"
658
659#: init.c:569
660#, c-format
661msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
662msgstr ""
663
664#: init.c:576
665msgid "CPP arithmetic must be at least as precise as a target int"
666msgstr ""
667
668#: init.c:579
669msgid "target char is less than 8 bits wide"
670msgstr ""
671
672#: init.c:583
673msgid "target wchar_t is narrower than target char"
674msgstr ""
675
676#: init.c:587
677msgid "target int is narrower than target char"
678msgstr ""
679
680#: init.c:592
681msgid "CPP half-integer narrower than CPP character"
682msgstr ""
683
684#: init.c:596
685#, c-format
686msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
687msgstr ""
688
689#: lex.c:1126
690msgid "backslash and newline separated by space"
691msgstr ""
692
693#: lex.c:1131
694#, fuzzy
695msgid "backslash-newline at end of file"
696msgstr "�� ������ ������� �� ���������� ��� ����� ��� ��������������"
697
698#: lex.c:1147
699#, c-format
700msgid "trigraph ??%c converted to %c"
701msgstr ""
702
703#: lex.c:1155
704#, c-format
705msgid "trigraph ??%c ignored, use -trigraphs to enable"
706msgstr ""
707
708#: lex.c:1204
709msgid "\"/*\" within comment"
710msgstr ""
711
712#: lex.c:1262
713#, c-format
714msgid "%s in preprocessing directive"
715msgstr ""
716
717#: lex.c:1271
718#, fuzzy
719msgid "null character(s) ignored"
720msgstr "�� ������� ���������� ��� ������: "
721
722#: lex.c:1308
723#, fuzzy, c-format
724msgid "`%.*s' is not in NFKC"
725msgstr "�� `%s' ��� ����� �������� ������"
726
727#: lex.c:1311
728#, fuzzy, c-format
729msgid "`%.*s' is not in NFC"
730msgstr "�� `%s' ��� ����� �������� ������"
731
732#: lex.c:1365
733msgid "__VA_OPT__ is not available until C++2a"
734msgstr ""
735
736#: lex.c:1372
737msgid "__VA_OPT__ can only appear in the expansion of a C++2a variadic macro"
738msgstr ""
739
740#: lex.c:1403 lex.c:1495
741#, c-format
742msgid "attempt to use poisoned \"%s\""
743msgstr ""
744
745#: lex.c:1413 lex.c:1505
746msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
747msgstr ""
748
749#: lex.c:1417 lex.c:1509
750msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
751msgstr ""
752
753#: lex.c:1427 lex.c:1521
754#, c-format
755msgid "identifier \"%s\" is a special operator name in C++"
756msgstr ""
757
758#: lex.c:1811
759msgid "raw string delimiter longer than 16 characters"
760msgstr ""
761
762#: lex.c:1815
763msgid "invalid new-line in raw string delimiter"
764msgstr ""
765
766#: lex.c:1819
767#, fuzzy, c-format
768msgid "invalid character '%c' in raw string delimiter"
769msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'"
770
771#: lex.c:1868 lex.c:1890
772#, fuzzy
773msgid "unterminated raw string"
774msgstr "�� ������������o �������������"
775
776#: lex.c:1912 lex.c:2043
777msgid "invalid suffix on literal; C++11 requires a space between literal and string macro"
778msgstr ""
779
780#: lex.c:2024
781msgid "null character(s) preserved in literal"
782msgstr ""
783
784#: lex.c:2027
785#, c-format
786msgid "missing terminating %c character"
787msgstr "���� ���������� ���������� ���������� %c"
788
789#: lex.c:2061
790msgid "C++11 requires a space between string literal and macro"
791msgstr ""
792
793#: lex.c:2865 lex.c:2899
794msgid "C++ style comments are not allowed in ISO C90"
795msgstr ""
796
797#: lex.c:2867 lex.c:2878 lex.c:2901
798msgid "(this will be reported only once per input file)"
799msgstr ""
800
801#: lex.c:2876
802msgid "C++ style comments are incompatible with C90"
803msgstr ""
804
805#: lex.c:2907
806msgid "multi-line comment"
807msgstr ""
808
809#: lex.c:3287
810#, fuzzy, c-format
811msgid "unspellable token %s"
812msgstr "%s: ������� �� ������� ��� %s: %m\n"
813
814#: macro.c:93
815msgid "'##' cannot appear at either end of __VA_OPT__"
816msgstr ""
817
818#: macro.c:352
819#, fuzzy, c-format
820msgid "macro \"%s\" is not used"
821msgstr "�� `%s' ��� ����� �������� ������"
822
823#: macro.c:391 macro.c:639
824#, fuzzy, c-format
825msgid "invalid built-in macro \"%s\""
826msgstr "�� ������ ����� �������: %s"
827
828#: macro.c:398 macro.c:500
829#, c-format
830msgid "macro \"%s\" might prevent reproducible builds"
831msgstr ""
832
833#: macro.c:429
834#, fuzzy
835msgid "could not determine file timestamp"
836msgstr "��� ������� �� ������ �� ������ %s"
837
838#: macro.c:546
839#, fuzzy
840msgid "could not determine date and time"
841msgstr "��� ������� �� ������ �� ������ %s"
842
843#: macro.c:562
844msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
845msgstr ""
846
847#: macro.c:758
848#, fuzzy
849msgid "invalid string literal, ignoring final '\\'"
850msgstr "�� ������� ������� ������� �������: `%s'"
851
852#: macro.c:820
853#, c-format
854msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
855msgstr ""
856
857#: macro.c:946
858msgid "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
859msgstr ""
860
861#: macro.c:950
862#, fuzzy
863msgid "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
864msgstr "���� ������ ����������"
865
866#: macro.c:957
867#, c-format
868msgid "macro \"%s\" requires %u arguments, but only %u given"
869msgstr ""
870
871#: macro.c:962
872#, c-format
873msgid "macro \"%s\" passed %u arguments, but takes just %u"
874msgstr ""
875
876#: macro.c:1156 traditional.c:819
877#, c-format
878msgid "unterminated argument list invoking macro \"%s\""
879msgstr ""
880
881#: macro.c:1307
882#, c-format
883msgid "function-like macro \"%s\" must be used with arguments in traditional C"
884msgstr ""
885
886#: macro.c:2003
887#, c-format
888msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C++98"
889msgstr ""
890
891#: macro.c:2011 macro.c:2020
892#, c-format
893msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
894msgstr ""
895
896#: macro.c:2984
897#, fuzzy, c-format
898msgid "duplicate macro parameter \"%s\""
899msgstr "����� ����� ��������� `%s'"
900
901#: macro.c:3033
902#, c-format
903msgid "\"%s\" may not appear in macro parameter list"
904msgstr ""
905
906#: macro.c:3041
907msgid "macro parameters must be comma-separated"
908msgstr ""
909
910#: macro.c:3060
911msgid "parameter name missing"
912msgstr ""
913
914#: macro.c:3081
915msgid "anonymous variadic macros were introduced in C++11"
916msgstr ""
917
918#: macro.c:3085 macro.c:3090
919msgid "anonymous variadic macros were introduced in C99"
920msgstr ""
921
922#: macro.c:3097
923msgid "ISO C++ does not permit named variadic macros"
924msgstr ""
925
926#: macro.c:3100
927msgid "ISO C does not permit named variadic macros"
928msgstr ""
929
930#: macro.c:3110
931msgid "missing ')' in macro parameter list"
932msgstr ""
933
934#: macro.c:3161
935msgid "'##' cannot appear at either end of a macro expansion"
936msgstr ""
937
938#: macro.c:3198
939msgid "ISO C++11 requires whitespace after the macro name"
940msgstr ""
941
942#: macro.c:3201
943#, fuzzy
944msgid "ISO C99 requires whitespace after the macro name"
945msgstr "���� ������ ����������"
946
947#: macro.c:3226
948msgid "missing whitespace after the macro name"
949msgstr ""
950
951#: macro.c:3263
952msgid "'#' is not followed by a macro parameter"
953msgstr ""
954
955#: macro.c:3430
956#, fuzzy, c-format
957msgid "\"%s\" redefined"
958msgstr "�������"
959
960#: macro.c:3435
961#, fuzzy
962msgid "this is the location of the previous definition"
963msgstr "���� ����� � ���� ��� ������ �������"
964
965#: macro.c:3496
966#, c-format
967msgid "macro argument \"%s\" would be stringified in traditional C"
968msgstr ""
969
970#: macro.c:3532
971#, c-format
972msgid "invalid hash type %d in cpp_macro_definition"
973msgstr ""
974
975#: pch.c:89 pch.c:347 pch.c:361 pch.c:379 pch.c:385 pch.c:394 pch.c:401
976msgid "while writing precompiled header"
977msgstr ""
978
979#: pch.c:621
980#, c-format
981msgid "%s: not used because `%.*s' is poisoned"
982msgstr ""
983
984#: pch.c:643
985#, c-format
986msgid "%s: not used because `%.*s' not defined"
987msgstr ""
988
989#: pch.c:655
990#, c-format
991msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
992msgstr ""
993
994#: pch.c:696
995#, c-format
996msgid "%s: not used because `%s' is defined"
997msgstr ""
998
999#: pch.c:716
1000#, c-format
1001msgid "%s: not used because `__COUNTER__' is invalid"
1002msgstr ""
1003
1004#: pch.c:725 pch.c:903
1005msgid "while reading precompiled header"
1006msgstr ""
1007
1008#: traditional.c:889
1009#, c-format
1010msgid "detected recursion whilst expanding macro \"%s\""
1011msgstr ""
1012
1013#: traditional.c:1108
1014#, fuzzy
1015msgid "syntax error in macro parameter list"
1016msgstr "���������� ������ ���� ������ ������ ����������"
1017
1018#, fuzzy
1019#~ msgid "wrong number of arguments specified for `%s' attribute"
1020#~ msgstr "����� ������� ���������"
1021
1022#, fuzzy
1023#~ msgid "unknown machine mode `%s'"
1024#~ msgstr "������� ��� `%s'"
1025
1026#, fuzzy
1027#~ msgid "no data type for mode `%s'"
1028#~ msgstr "��� �������� �������� ��� �� ������� `%s'"
1029
1030#, fuzzy
1031#~ msgid "section attributes are not supported for this target"
1032#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
1033
1034#, fuzzy
1035#~ msgid "requested alignment is too large"
1036#~ msgstr "���� ������ ����������"
1037
1038#, fuzzy
1039#~ msgid "alignment may not be specified for `%s'"
1040#~ msgstr "���� ��� ������ ������ �� �������"
1041
1042#, fuzzy
1043#~ msgid "can't set `%s' attribute after definition"
1044#~ msgstr "����� ����� � ������ �������"
1045
1046#, fuzzy
1047#~ msgid "`%s' attribute ignored for `%s'"
1048#~ msgstr "�� `%s' ����� �������� ��� `%s'"
1049
1050#, fuzzy
1051#~ msgid "invalid vector type for attribute `%s'"
1052#~ msgstr "�� ������ ����� �������������� `%s'"
1053
1054#, fuzzy
1055#~ msgid "__builtin_saveregs not supported by this target"
1056#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
1057
1058#, fuzzy
1059#~ msgid "missing argument in `__builtin_args_info'"
1060#~ msgstr "������ ���������� ��� `%s'"
1061
1062#, fuzzy
1063#~ msgid "too many arguments to function `va_start'"
1064#~ msgstr "���� ����� ��������"
1065
1066#, fuzzy
1067#~ msgid "vector overflow in expression"
1068#~ msgstr "�������� ������� ������������"
1069
1070#, fuzzy
1071#~ msgid "invalid truth-value expression"
1072#~ msgstr "�� ������ �������� �������"
1073
1074#, fuzzy
1075#~ msgid "invalid operands to binary %s"
1076#~ msgstr "�� ������ ������� `%s'"
1077
1078#, fuzzy
1079#~ msgid "invalid use of `restrict'"
1080#~ msgstr "�� ������� ������� ��� �������"
1081
1082#, fuzzy
1083#~ msgid "cannot disable built-in function `%s'"
1084#~ msgstr "�������� ��������� ioctl ��� `%s'"
1085
1086#, fuzzy
1087#~ msgid "too few arguments to function `%s'"
1088#~ msgstr "�������������: ���� ���� �������� ��� ����������� `%s'"
1089
1090#, fuzzy
1091#~ msgid "too many arguments to function `%s'"
1092#~ msgstr "���� ����� ��������"
1093
1094#, fuzzy
1095#~ msgid "empty range specified"
1096#~ msgstr "�� ��������"
1097
1098#, fuzzy
1099#~ msgid "this is the first entry overlapping that value"
1100#~ msgstr "����� ����� � ������ �������"
1101
1102#, fuzzy
1103#~ msgid "duplicate case value"
1104#~ msgstr "������ ������� ���������"
1105
1106#, fuzzy
1107#~ msgid "this is the first default label"
1108#~ msgstr "����� ����� � ������ �������"
1109
1110#, fuzzy
1111#~ msgid "unknown C standard `%s'"
1112#~ msgstr "������� ��� `%s'"
1113
1114#, fuzzy
1115#~ msgid "conflicting types for `%s'"
1116#~ msgstr "�� ������ ����� �������������� `%s'"
1117
1118#, fuzzy
1119#~ msgid "redefinition of `%s'"
1120#~ msgstr "������� ������� ��� `UNDEFINED'"
1121
1122#, fuzzy
1123#~ msgid "redeclaration of `%s'"
1124#~ msgstr "���������� ������� `%s'\n"
1125
1126#, fuzzy
1127#~ msgid "`%s' declared inline after its definition"
1128#~ msgstr "%s: ������ ������� ������� ����������"
1129
1130#, fuzzy
1131#~ msgid "a parameter"
1132#~ msgstr "���� ������"
1133
1134#~ msgid "type mismatch with previous implicit declaration"
1135#~ msgstr "������ ������������ ����� �� ����������� ��������� ���������"
1136
1137#~ msgid "previous implicit declaration of `%s'"
1138#~ msgstr "����������� ��������� ��������� ��� `%s'"
1139
1140#~ msgid "implicit declaration of function `%s'"
1141#~ msgstr "��������� ��������� ��� ���������� `%s'"
1142
1143#, fuzzy
1144#~ msgid "duplicate label declaration `%s'"
1145#~ msgstr "����� ����� ��������� `%s'"
1146
1147#, fuzzy
1148#~ msgid "this is a previous declaration"
1149#~ msgstr "����� ����� � ������ �������"
1150
1151#, fuzzy
1152#~ msgid "empty declaration"
1153#~ msgstr "���� �������������"
1154
1155#, fuzzy
1156#~ msgid "array size missing in `%s'"
1157#~ msgstr "������ ���� �� �������� ��� ������� `%s'"
1158
1159#, fuzzy
1160#~ msgid "storage size of `%s' isn't known"
1161#~ msgstr "�� ����� `%s' ����� �������\n"
1162
1163#, fuzzy
1164#~ msgid "duplicate `%s'"
1165#~ msgstr "����� ������"
1166
1167#, fuzzy
1168#~ msgid "both signed and unsigned specified for `%s'"
1169#~ msgstr "�� ������� ������� ������: `%s'"
1170
1171#, fuzzy
1172#~ msgid "complex invalid for `%s'"
1173#~ msgstr "�� ������ ������������� `%s'"
1174
1175#, fuzzy
1176#~ msgid "duplicate `const'"
1177#~ msgstr "����� ������"
1178
1179#, fuzzy
1180#~ msgid "duplicate `restrict'"
1181#~ msgstr "����� ������"
1182
1183#, fuzzy
1184#~ msgid "duplicate `volatile'"
1185#~ msgstr "����� ������"
1186
1187#, fuzzy
1188#~ msgid "size of array `%s' is too large"
1189#~ msgstr "� ��������� `%s' ��� ����� ��������."
1190
1191#, fuzzy
1192#~ msgid "invalid storage class for function `%s'"
1193#~ msgstr "�� ������ ���� ���������� `%s'"
1194
1195#, fuzzy
1196#~ msgid "cannot inline function `main'"
1197#~ msgstr "��� ����� ������ �� ������������ �� ������ fifo `%s'"
1198
1199#, fuzzy
1200#~ msgid "parameter has incomplete type"
1201#~ msgstr "�� ������ �������"
1202
1203#, fuzzy
1204#~ msgid "redefinition of `union %s'"
1205#~ msgstr "�� ������� ���� ���������� ��� ������"
1206
1207#, fuzzy
1208#~ msgid "%s defined inside parms"
1209#~ msgstr "����������� ��� �����"
1210
1211#~ msgid "union"
1212#~ msgstr "�����"
1213
1214#~ msgid "structure"
1215#~ msgstr "����"
1216
1217# src/request.c:37
1218#, fuzzy
1219#~ msgid "%s has no %s"
1220#~ msgstr "%s �� %s"
1221
1222#~ msgid "struct"
1223#~ msgstr "����"
1224
1225#~ msgid "named members"
1226#~ msgstr "������� ����"
1227
1228#~ msgid "members"
1229#~ msgstr "����"
1230
1231#, fuzzy
1232#~ msgid "nested redefinition of `%s'"
1233#~ msgstr "�������� ���������� ������� ������� locale `%s'"
1234
1235#, fuzzy
1236#~ msgid "negative width in bit-field `%s'"
1237#~ msgstr "�������� ������ ���� ���������"
1238
1239#, fuzzy
1240#~ msgid "`%s' is narrower than values of its type"
1241#~ msgstr "%s' ��� ����� ������ ������� ��������."
1242
1243#, fuzzy
1244#~ msgid "duplicate member `%s'"
1245#~ msgstr "����� ����� ��������� `%s'"
1246
1247#, fuzzy
1248#~ msgid "enum defined inside parms"
1249#~ msgstr "�� �������� ����� %s"
1250
1251#~ msgid "return type defaults to `int'"
1252#~ msgstr "� �������������� ����� �������������� �� `int'"
1253
1254#, fuzzy
1255#~ msgid "`%s' was used with no declaration before its definition"
1256#~ msgstr "���� ����� � ���� ��� ������ �������"
1257
1258#~ msgid "return type of `%s' is not `int'"
1259#~ msgstr "� ������������� ���� ��� `%s' ��� ����� `int'"
1260
1261#~ msgid "first argument of `%s' should be `int'"
1262#~ msgstr "�� ����� ������ ��� `%s' ������ �� ����� `int'"
1263
1264#~ msgid "second argument of `%s' should be `char **'"
1265#~ msgstr "�� ������� ������ ��� `%s' ������ �� ����� `char **'"
1266
1267#~ msgid "third argument of `%s' should probably be `char **'"
1268#~ msgstr "�� ����� ������ ��� `%s' ������ �� ����� `char **'"
1269
1270#~ msgid "`%s' takes only zero or two arguments"
1271#~ msgstr "� `%s' ������� ���� ������ ���� ��� ��������"
1272
1273#~ msgid "`%s' is normally a non-static function"
1274#~ msgstr "� `%s' ����� ������� ��-������� ���������"
1275
1276#~ msgid "parameter name omitted"
1277#~ msgstr "���� ���������� �� ����� ��� ����������"
1278
1279#, fuzzy
1280#~ msgid "parameter `%s' declared void"
1281#~ msgstr "� ������ ���������� `%s' �������� ���"
1282
1283#, fuzzy
1284#~ msgid "multiple parameters named `%s'"
1285#~ msgstr "����� ����� ��������� `%s'"
1286
1287#, fuzzy
1288#~ msgid "no return statement in function returning non-void"
1289#~ msgstr "`return' ����� ����, �� ��������� ��� ���������� ��-����"
1290
1291#, fuzzy
1292#~ msgid "size of return value of `%s' is larger than %d bytes"
1293#~ msgstr "%s: �� ����� ��� ������ `%s' ��� ������ �� ����� ����������� ��� %d"
1294
1295#, fuzzy
1296#~ msgid "unrecognized format specifier"
1297#~ msgstr "������� �������: %s"
1298
1299#~ msgid "field width"
1300#~ msgstr "������� ������"
1301
1302#~ msgid "precision"
1303#~ msgstr "��������"
1304
1305#, fuzzy
1306#~ msgid "fill character"
1307#~ msgstr "�� ������� ���������� ���������"
1308
1309#, fuzzy
1310#~ msgid "fill character in strfmon format"
1311#~ msgstr "�� ������� ���������� ��� ������: "
1312
1313#, fuzzy
1314#~ msgid "right precision"
1315#~ msgstr "�������� ������� ������������"
1316
1317#, fuzzy
1318#~ msgid "missing $ operand number in format"
1319#~ msgstr "������ � ������������ ������� ���� ��������� ��������."
1320
1321#, fuzzy
1322#~ msgid "operand number out of range in format"
1323#~ msgstr "� ������� ��������� ����� ��� ��� �� ����"
1324
1325#, fuzzy
1326#~ msgid "too many arguments for format"
1327#~ msgstr "���� ����� ��������"
1328
1329#, fuzzy
1330#~ msgid "format is a wide character string"
1331#~ msgstr "����� �� ��� �� ������ ������ ����������"
1332
1333#, fuzzy
1334#~ msgid "null format string"
1335#~ msgstr "� ������� ������ ��� ����� ������: `%s'"
1336
1337#, fuzzy
1338#~ msgid "repeated %s in format"
1339#~ msgstr "repeated leap second moment"
1340
1341#, fuzzy
1342#~ msgid "too few arguments for format"
1343#~ msgstr "���� ���� ��������"
1344
1345#, fuzzy
1346#~ msgid "zero width in %s format"
1347#~ msgstr "������ �������� %s"
1348
1349#, fuzzy
1350#~ msgid "unknown conversion type character `%c' in format"
1351#~ msgstr "�������� ���������� `%s'"
1352
1353#, fuzzy
1354#~ msgid "%s does not support %s"
1355#~ msgstr "������ fifo ��� ��������������"
1356
1357#, fuzzy
1358#~ msgid "different type"
1359#~ msgstr "����� ������"
1360
1361#, fuzzy
1362#~ msgid "floating constant out of range"
1363#~ msgstr "������� ���� ������� ����� ����� �����"
1364
1365#, fuzzy
1366#~ msgid "'lul' is not a valid integer suffix"
1367#~ msgstr "%s' ��� ����� ������ ������� ��������."
1368
1369#, fuzzy
1370#~ msgid "integer constant is larger than the maximum value for its type"
1371#~ msgstr ""
1372#~ "� ��������� ������� bytes `%s' ����� ����������� ��� �� �������\n"
1373#~ "��� ������ �� ������������� ��� �� ���� ��������� `long'"
1374
1375#, fuzzy
1376#~ msgid "ignoring invalid multibyte character"
1377#~ msgstr "�� ������ � ����������� multibyte � ������ ����������"
1378
1379#~ msgid "syntax error"
1380#~ msgstr "������ ��������"
1381
1382#, fuzzy
1383#~ msgid "syntax error: cannot back up"
1384#~ msgstr "� ����������� �� ������ �� ����� �����"
1385
1386#, fuzzy
1387#~ msgid "parser stack overflow"
1388#~ msgstr "����������� ������ �������"
1389
1390#, fuzzy
1391#~ msgid "`%s' is not at beginning of declaration"
1392#~ msgstr "�� `%s' ��� ����� �������� ������"
1393
1394#, fuzzy
1395#~ msgid "comma at end of enumerator list"
1396#~ msgstr "��������� ��� ����� ��� �������"
1397
1398#~ msgid "parse error; also virtual memory exceeded"
1399#~ msgstr "������ ������������ ������ � ����� �����������"
1400
1401#~ msgid "parse error"
1402#~ msgstr "������ ������������"
1403
1404#~ msgid "%s at end of input"
1405#~ msgstr "%s ��� ����� ��� �������"
1406
1407#~ msgid "%s before %s'%c'"
1408#~ msgstr "%s ���� ��� %s'%c'"
1409
1410#~ msgid "%s before %s'\\x%x'"
1411#~ msgstr "%s ���� ��� %s'\\x%x'"
1412
1413#, fuzzy
1414#~ msgid "%s before string constant"
1415#~ msgstr "�� ������������ ������������� ��������"
1416
1417#~ msgid "%s before numeric constant"
1418#~ msgstr "%s ���� ��� ���������� �������"
1419
1420# src/request.c:37
1421#~ msgid "%s before \"%s\""
1422#~ msgstr "%s ���� ��� \"%s\""
1423
1424#~ msgid "%s before '%s' token"
1425#~ msgstr "%s ���� ��� �� ������� '%s'"
1426
1427#~ msgid "syntax error at '%s' token"
1428#~ msgstr "���������� ������ ��� ������� '%s'"
1429
1430#, fuzzy
1431#~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
1432#~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������"
1433
1434#, fuzzy
1435#~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
1436#~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������"
1437
1438#, fuzzy
1439#~ msgid "malformed '#pragma pack' - ignored"
1440#~ msgstr "���������������� ������ ���������"
1441
1442#, fuzzy
1443#~ msgid "malformed #pragma weak, ignored"
1444#~ msgstr "���������������� ������ ���������"
1445
1446#, fuzzy
1447#~ msgid "malformed #pragma redefine_extname, ignored"
1448#~ msgstr "���������������� ������ ���������"
1449
1450#, fuzzy
1451#~ msgid "junk at end of #pragma redefine_extname"
1452#~ msgstr "�� ������������o �������������"
1453
1454#, fuzzy
1455#~ msgid "malformed #pragma extern_prefix, ignored"
1456#~ msgstr "���������������� ������ ���������"
1457
1458#, fuzzy
1459#~ msgid "junk at end of #pragma extern_prefix"
1460#~ msgstr "�� ������������o �������������"
1461
1462#, fuzzy
1463#~ msgid "invalid use of void expression"
1464#~ msgstr "�� ������ �������� �������"
1465
1466#, fuzzy
1467#~ msgid "invalid use of flexible array member"
1468#~ msgstr "�� ������ ��� ��� �����"
1469
1470#, fuzzy
1471#~ msgid "invalid use of undefined type `%s %s'"
1472#~ msgstr "�� ������� ������� ��� ����� �������: `%s'"
1473
1474#, fuzzy
1475#~ msgid "invalid use of incomplete typedef `%s'"
1476#~ msgstr "�� ������� �������� �������� �� ��������� ������������ `%s'"
1477
1478#, fuzzy
1479#~ msgid "invalid type argument of `%s'"
1480#~ msgstr "� ���������� `%s' ��� ����� ������."
1481
1482#, fuzzy
1483#~ msgid "called object is not a function"
1484#~ msgstr "�� ������� ����������� ��� ����� �����������"
1485
1486#, fuzzy
1487#~ msgid "too many arguments to function"
1488#~ msgstr "���� ����� ��������"
1489
1490#, fuzzy
1491#~ msgid "too few arguments to function"
1492#~ msgstr "���� ���� ��������"
1493
1494#~ msgid "division by zero"
1495#~ msgstr "�������� �� �����"
1496
1497#, fuzzy
1498#~ msgid "unordered comparison on non-floating point argument"
1499#~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
1500
1501#, fuzzy
1502#~ msgid "wrong type argument to abs"
1503#~ msgstr "����� ������� ���������"
1504
1505#, fuzzy
1506#~ msgid "invalid lvalue in unary `&'"
1507#~ msgstr "�� ������� ������ ��������"
1508
1509#, fuzzy
1510#~ msgid "%s of read-only variable `%s'"
1511#~ msgstr "�� ������������ ��������� `%s'"
1512
1513#, fuzzy
1514#~ msgid "cannot take address of bit-field `%s'"
1515#~ msgstr "��� ����� ������ �� ������������ �� ������ fifo `%s'"
1516
1517#, fuzzy
1518#~ msgid "invalid lvalue in assignment"
1519#~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
1520
1521#, fuzzy
1522#~ msgid "assignment"
1523#~ msgstr "����������� ���������"
1524
1525#~ msgid "%s makes pointer from integer without a cast"
1526#~ msgstr "%s ���������� ������� �� ������ ����� ����������"
1527
1528#, fuzzy
1529#~ msgid "incompatible type for argument %d of `%s'"
1530#~ msgstr "�� ������ ������� ���������� `%s'"
1531
1532#, fuzzy
1533#~ msgid "incompatible types in %s"
1534#~ msgstr "�� ������ ����� �������������� `%s'"
1535
1536#~ msgid "passing arg %d of `%s'"
1537#~ msgstr "�� ������� ��� ��������� %d ��� `%s'"
1538
1539#~ msgid "passing arg %d of pointer to function"
1540#~ msgstr "�� ������� ��� ��������� %d ��� ������ ��� ���������"
1541
1542# src/request.c:263
1543#, fuzzy
1544#~ msgid "(near initialization for `%s')"
1545#~ msgstr "�� ���� ������������� �������"
1546
1547#, fuzzy
1548#~ msgid "initializer element is not constant"
1549#~ msgstr "�� ������������ ������������� ��������"
1550
1551# src/request.c:263
1552#~ msgid "initialization"
1553#~ msgstr "������������"
1554
1555#, fuzzy
1556#~ msgid "invalid initializer"
1557#~ msgstr "�� ������ ������� ���������� ���������: %s"
1558
1559#, fuzzy
1560#~ msgid "extra brace group at end of initializer"
1561#~ msgstr "���������� ��������� ��� ����� ��� �������"
1562
1563#, fuzzy
1564#~ msgid "missing initializer"
1565#~ msgstr "���� ���������� �� ������ ����������"
1566
1567#, fuzzy
1568#~ msgid "asm template is not a string constant"
1569#~ msgstr "�� ������������ ������������� ��������"
1570
1571#, fuzzy
1572#~ msgid "modification by `asm'"
1573#~ msgstr "� ����������� �������"
1574
1575#~ msgid "`return' with no value, in function returning non-void"
1576#~ msgstr "`return' ����� ����, �� ��������� ��� ���������� ��-����"
1577
1578#~ msgid "return"
1579#~ msgstr "���������"
1580
1581#, fuzzy
1582#~ msgid "can't inline call to `%s'"
1583#~ msgstr "�������� ��������� ioctl ��� `%s'"
1584
1585#~ msgid "internal error"
1586#~ msgstr "��������� ������"
1587
1588#~ msgid "no arguments"
1589#~ msgstr "����� ��������"
1590
1591# src/getopt1.c:132
1592# src/getopt1.c:132
1593#~ msgid "fopen %s"
1594#~ msgstr "fopen %s"
1595
1596#~ msgid "fclose %s"
1597#~ msgstr "fclose %s"
1598
1599#, fuzzy
1600#~ msgid "%s terminated with signal %d [%s]%s"
1601#~ msgstr "%s: � ��������������� C ������� �� ���� %d\n"
1602
1603#, fuzzy
1604#~ msgid "[cannot find %s]"
1605#~ msgstr "��� ����� ������� �� ���������� �� %s"
1606
1607#, fuzzy
1608#~ msgid "cannot find `%s'"
1609#~ msgstr "�������� ���������� ��� `%s'"
1610
1611#, fuzzy
1612#~ msgid "[Leaving %s]\n"
1613#~ msgstr "�������� ��������� %s\n"
1614
1615#, fuzzy
1616#~ msgid "cannot find `nm'"
1617#~ msgstr "�������� ���������� ��� `%s'"
1618
1619#~ msgid "pipe"
1620#~ msgstr "��������"
1621
1622#~ msgid "fdopen"
1623#~ msgstr "fdopen"
1624
1625#~ msgid "dup2 %d 1"
1626#~ msgstr "dup2 %d 1"
1627
1628#~ msgid "close %d"
1629#~ msgstr "close %d"
1630
1631#~ msgid "execvp %s"
1632#~ msgstr "execvp %s"
1633
1634#~ msgid "fclose"
1635#~ msgstr "fclose"
1636
1637#, fuzzy
1638#~ msgid "unable to open file '%s'"
1639#~ msgstr "��� ������� �� ������ �� ������ %s"
1640
1641#, fuzzy
1642#~ msgid "unable to stat file '%s'"
1643#~ msgstr "�������� �����������(stat()) ������� `%s': %s"
1644
1645#, fuzzy
1646#~ msgid "unable to mmap file '%s'"
1647#~ msgstr "�������� ��������� ��� ����� (mmap) ��� ������� %s.\n"
1648
1649#~ msgid "not found\n"
1650#~ msgstr "�� �������\n"
1651
1652#, fuzzy
1653#~ msgid "bad magic number in file '%s'"
1654#~ msgstr "�� ������� ������� ������� ��� ������ ������: `%s'"
1655
1656#~ msgid "dynamic dependencies.\n"
1657#~ msgstr "��������� ����������.\n"
1658
1659#, fuzzy
1660#~ msgid "cannot find `ldd'"
1661#~ msgstr "�������� ���������� ��� `%s'"
1662
1663#~ msgid "execv %s"
1664#~ msgstr "execv %s"
1665
1666#, fuzzy
1667#~ msgid "%s: not a COFF file"
1668#~ msgstr "%s: ��� ����� �������� ������"
1669
1670#, fuzzy
1671#~ msgid "%s: cannot open as COFF file"
1672#~ msgstr "�������� ���������� ������� ������"
1673
1674#, fuzzy
1675#~ msgid "library lib%s not found"
1676#~ msgstr "������� �� �������"
1677
1678# src/getopt1.c:132
1679# src/getopt1.c:132
1680#~ msgid "open %s"
1681#~ msgstr "open %s"
1682
1683#, fuzzy
1684#~ msgid "section pointer missing"
1685#~ msgstr "������� ����������� ��� %s"
1686
1687#, fuzzy
1688#~ msgid "no symbol table found"
1689#~ msgstr "��� ������ ��������� �����"
1690
1691#, fuzzy
1692#~ msgid "no cmd_strings found"
1693#~ msgstr "��� ������� ����"
1694
1695#, fuzzy
1696#~ msgid ""
1697#~ "writing load commands.\n"
1698#~ "\n"
1699#~ msgstr "���� ���������� ������"
1700
1701#~ msgid "close %s"
1702#~ msgstr "close %s"
1703
1704#, fuzzy
1705#~ msgid "bad magic number"
1706#~ msgstr "���������� ������� �������"
1707
1708#~ msgid "bad header version"
1709#~ msgstr "��������� ������ ���������"
1710
1711#, fuzzy
1712#~ msgid "old raw header file"
1713#~ msgstr "��� ����� ������� ������"
1714
1715#, fuzzy
1716#~ msgid "unsupported version"
1717#~ msgstr "�������� ������� ������������"
1718
1719# src/request.c:37
1720#~ msgid "fstat %s"
1721#~ msgstr "fstat %s"
1722
1723#~ msgid "lseek %s 0"
1724#~ msgstr "lseek %s 0"
1725
1726#~ msgid "read %s"
1727#~ msgstr "read %s"
1728
1729#~ msgid "msync %s"
1730#~ msgstr "msync %s"
1731
1732#~ msgid "munmap %s"
1733#~ msgstr "munmap %s"
1734
1735#~ msgid "write %s"
1736#~ msgstr "write %s"
1737
1738#, fuzzy
1739#~ msgid "cannot convert to a pointer type"
1740#~ msgstr "��� ����� ������� �� ������ � ����� ��� �����������."
1741
1742#, fuzzy
1743#~ msgid "conversion to incomplete type"
1744#~ msgstr "�� ������ �������"
1745
1746#~ msgid "internal error: "
1747#~ msgstr "��������� ������: "
1748
1749#~ msgid "warning: "
1750#~ msgstr "�������������: "
1751
1752#, fuzzy
1753#~ msgid "integer constant out of range"
1754#~ msgstr "������� ���� ������� ����� ����� �����"
1755
1756#, fuzzy
1757#~ msgid "invalid character '\\%03o' in #if"
1758#~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'"
1759
1760#, fuzzy
1761#~ msgid "\"%s\" is not valid in #if expressions"
1762#~ msgstr "%s: �� ������ �������� �������: %s"
1763
1764#, fuzzy
1765#~ msgid "missing binary operator"
1766#~ msgstr "�������� �������� ���������."
1767
1768#, fuzzy
1769#~ msgid "missing binary operator before '%s'"
1770#~ msgstr "%s: ���������� �������� ���������.\n"
1771
1772# src/shred.c:1134
1773#, fuzzy
1774#~ msgid "%s is too large"
1775#~ msgstr "%s: �� ������ ����� ���� ������"
1776
1777#, fuzzy
1778#~ msgid "%s is shorter than expected"
1779#~ msgstr "%s: ���������� �������� ���������.\n"
1780
1781#, fuzzy
1782#~ msgid "%s is a block device"
1783#~ msgstr "��� ������ ������� ����� ��� �������"
1784
1785#, fuzzy
1786#~ msgid "ignoring nonexistent directory \"%s\"\n"
1787#~ msgstr "�������� ��-��������� `%s'\n"
1788
1789#, fuzzy
1790#~ msgid "%s: Not a directory"
1791#~ msgstr "��� ����� ���������"
1792
1793#, fuzzy
1794#~ msgid "ignoring duplicate directory \"%s\"\n"
1795#~ msgstr "�������� ������� ��� �������� \"%s\""
1796
1797#, fuzzy
1798#~ msgid "changing search order for system directory \"%s\""
1799#~ msgstr "�������� ������� ��� �������� \"%s\""
1800
1801#, fuzzy
1802#~ msgid "End of search list.\n"
1803#~ msgstr "����� ��������"
1804
1805#, fuzzy
1806#~ msgid "I/O error on output"
1807#~ msgstr "������ �������/������"
1808
1809#, fuzzy
1810#~ msgid "argument missing after %s"
1811#~ msgstr "����� ���������� ��������"
1812
1813#, fuzzy
1814#~ msgid "assertion missing after %s"
1815#~ msgstr "������� ����������� ��� %s"
1816
1817#, fuzzy
1818#~ msgid "file name missing after %s"
1819#~ msgstr "����� ���������� ��������"
1820
1821#, fuzzy
1822#~ msgid "number missing after %s"
1823#~ msgstr "������� ����������� ��� %s"
1824
1825#, fuzzy
1826#~ msgid "target missing after %s"
1827#~ msgstr "���� ������� %s\n"
1828
1829#, fuzzy
1830#~ msgid "-I- specified twice"
1831#~ msgstr "�� ��������"
1832
1833#, fuzzy
1834#~ msgid "possible start of unterminated string literal"
1835#~ msgstr "�� ������������ ������������� ��������"
1836
1837#~ msgid "multi-line string literals are deprecated"
1838#~ msgstr "�� ���������� ��� � ����� �������������� �������� ��������� �������"
1839
1840#, fuzzy
1841#~ msgid "no newline at end of file"
1842#~ msgstr "%s: ������ ����� �������"
1843
1844#, fuzzy
1845#~ msgid "unknown string token %s\n"
1846#~ msgstr "������� ������� ��� �� `s'"
1847
1848# src/main.c:663
1849#, fuzzy
1850#~ msgid "unknown escape sequence: '\\%03o'"
1851#~ msgstr "������� ������������ `%s'"
1852
1853#~ msgid "invalid option %s"
1854#~ msgstr "�� ������ ������� %s"
1855
1856#, fuzzy
1857#~ msgid "\"%s\" is not a valid option to the preprocessor"
1858#~ msgstr "%s' ��� ����� ������ ������� ��������."
1859
1860#~ msgid "too many input files"
1861#~ msgstr "���������� ����� ������ �������"
1862
1863#~ msgid "%s:%d: warning: "
1864#~ msgstr "%s:%d: �������������: "
1865
1866#~ msgid "%s: warning: "
1867#~ msgstr "%s: �������������: "
1868
1869#~ msgid "((anonymous))"
1870#~ msgstr "((�������))"
1871
1872# src/request.c:37
1873#~ msgid "%s: %s: "
1874#~ msgstr "%s: %s: "
1875
1876#~ msgid "sorry, not implemented: "
1877#~ msgstr "��������, � ���������� ��� ���� ����������: "
1878
1879#~ msgid "%s "
1880#~ msgstr "%s "
1881
1882#~ msgid " %s"
1883#~ msgstr " %s"
1884
1885#~ msgid "In member function `%s':"
1886#~ msgstr "��� ��������� ����� `%s':"
1887
1888#~ msgid "In function `%s':"
1889#~ msgstr "��� ��������� `%s':"
1890
1891#, fuzzy
1892#~ msgid "compilation terminated.\n"
1893#~ msgstr "� ���������� ��� �����������"
1894
1895#, fuzzy
1896#~ msgid "Internal compiler error in %s, at %s:%d"
1897#~ msgstr "��������� ������ ��� %s, ������ %u"
1898
1899#~ msgid ":\n"
1900#~ msgstr ":\n"
1901
1902#, fuzzy
1903#~ msgid "DW_LOC_OP %s not implemented\n"
1904#~ msgstr "� ���������� ��� ���� ����������"
1905
1906#, fuzzy
1907#~ msgid "can't get current directory"
1908#~ msgstr "��� ����� ������� �� ������ � ������ ���������."
1909
1910#, fuzzy
1911#~ msgid "__builtin_eh_return not supported on this target"
1912#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
1913
1914#, fuzzy
1915#~ msgid "stack limits not supported on this target"
1916#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
1917
1918#, fuzzy
1919#~ msgid "could not split insn"
1920#~ msgstr "�������� ������� ������"
1921
1922#, fuzzy
1923#~ msgid "invalid `asm': "
1924#~ msgstr "�� ������ ������� ���������� ���������: %s"
1925
1926#, fuzzy
1927#~ msgid "unterminated assembly dialect alternative"
1928#~ msgstr "�� ������������� ��������� �����"
1929
1930#, fuzzy
1931#~ msgid "operand number missing after %%-letter"
1932#~ msgstr "������� ����������� ��� %s"
1933
1934#, fuzzy
1935#~ msgid "operand number out of range"
1936#~ msgstr "� ������� ��������� ����� ��� ��� �� ����"
1937
1938#, fuzzy
1939#~ msgid "invalid %%-code"
1940#~ msgstr "�� ������ ��������"
1941
1942#, fuzzy
1943#~ msgid "invalid expression as operand"
1944#~ msgstr "%s: �� ������ �������� �������: %s"
1945
1946#~ msgid "control reaches end of non-void function"
1947#~ msgstr "� ������� ������ ��� ����� ��-����� ����������"
1948
1949# src/shred.c:1134
1950#, fuzzy
1951#~ msgid "size of variable `%s' is too large"
1952#~ msgstr "%s: �� ������ ����� ���� ������"
1953
1954#, fuzzy
1955#~ msgid "unused parameter `%s'"
1956#~ msgstr "�������� ���������� `%s'"
1957
1958# src/main.c:785
1959#, fuzzy
1960#~ msgid "ambiguous abbreviation %s"
1961#~ msgstr "������ ����� `%s'"
1962
1963#, fuzzy
1964#~ msgid "missing argument to `%s' option"
1965#~ msgstr "������ ���������� ��� `%s'"
1966
1967#, fuzzy
1968#~ msgid "extraneous argument to `%s' option"
1969#~ msgstr "������ ���������� ��� `%s'"
1970
1971#, fuzzy
1972#~ msgid ""
1973#~ "Setting spec %s to '%s'\n"
1974#~ "\n"
1975#~ msgstr "���������� %s %s ��� %s"
1976
1977#, fuzzy
1978#~ msgid "rename spec %s to %s\n"
1979#~ msgstr "���������� %s %s ��� %s"
1980
1981#, fuzzy
1982#~ msgid "specs unknown %% command after %ld characters"
1983#~ msgstr "����� �� ��� �� ������ ������ ����������"
1984
1985#~ msgid "-pipe not supported"
1986#~ msgstr "�� -pipe ��� �������������"
1987
1988#~ msgid ""
1989#~ "\n"
1990#~ "Go ahead? (y or n) "
1991#~ msgstr ""
1992#~ "\n"
1993#~ "�� ����������; (y � n) "
1994
1995#~ msgid "# %s %.2f %.2f\n"
1996#~ msgstr "# %s %.2f %.2f\n"
1997
1998#~ msgid "Usage: %s [options] file...\n"
1999#~ msgstr "�����: %s [��������] ������...\n"
2000
2001#~ msgid "Options:\n"
2002#~ msgstr "��������:\n"
2003
2004#~ msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
2005#~ msgstr "  -pass-exit-codes         ������ �� �� ��������� ������ ��������� ��� �����\n"
2006
2007#~ msgid "  --help                   Display this information\n"
2008#~ msgstr "  --help                   �������� ����� ��� �����������\n"
2009
2010#~ msgid "  --target-help            Display target specific command line options\n"
2011#~ msgstr "  --target-help            �������� �������� ������� ������� �������� �� �� �����\n"
2012
2013#~ msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
2014#~ msgstr "  (����� '-v --help' ��� ��� �������� �������� ������� ������� �������������)\n"
2015
2016#~ msgid "  -dumpspecs               Display all of the built in spec strings\n"
2017#~ msgstr "  -dumpspecs               �������� ���� ��� ��������������� �������������� ��� �������������\n"
2018
2019#~ msgid "  -dumpversion             Display the version of the compiler\n"
2020#~ msgstr "  -dumpversion             �������� ��� ������� ��� �������������\n"
2021
2022#~ msgid "  -dumpmachine             Display the compiler's target processor\n"
2023#~ msgstr "  -dumpmachine             �������� ��� ����������� ������ ��� �������������\n"
2024
2025#~ msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
2026#~ msgstr "  -print-search-dirs       �������� ��� ��������� ���� ��������� ���������� ��� �������������\n"
2027
2028#~ msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
2029#~ msgstr "  -print-libgcc-file-name  �������� ��� �������� ��� ������������ ����������� ��� �������������\n"
2030
2031#~ msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
2032#~ msgstr "  -print-file-name=<�������> �������� ��� ������ ��������� ��� ���������� <�������>\n"
2033
2034#~ msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
2035#~ msgstr "  -print-prog-name=<�����> �������� ��� ������ ��������� ��� ��������� ������������� <�����>\n"
2036
2037#~ msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
2038#~ msgstr "  -print-multi-directory   �������� ��� ������� ��������� ��� �������� ��� libgcc\n"
2039
2040#~ msgid ""
2041#~ "  -print-multi-lib         Display the mapping between command line options and\n"
2042#~ "                           multiple library search directories\n"
2043#~ msgstr ""
2044#~ "  -print-multi-lib         �������� ��� ������������� ������ �������� �������\n"
2045#~ "                           ������� ��� ��������� ���������� ���������\n"
2046#~ "                           �����������\n"
2047
2048#~ msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
2049#~ msgstr "  -Wa,<��������>            ������� <��������> ������������� �� ����� ��� �������������\n"
2050
2051#~ msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
2052#~ msgstr "  -Wp,<��������>            ������� <��������> ������������� �� ����� ���� ���-�����������\n"
2053
2054#~ msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
2055#~ msgstr "  -Wl,<��������>            ������� <��������> ������������� �� ����� ��� �������\n"
2056
2057#~ msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
2058#~ msgstr "  -Xlinker <������>        ������� <���������> ��� �������\n"
2059
2060#~ msgid "  -save-temps              Do not delete intermediate files\n"
2061#~ msgstr "  -save-temps              �� �� ���������� �� ��������� ������\n"
2062
2063#~ msgid "  -pipe                    Use pipes rather than intermediate files\n"
2064#~ msgstr "  -pipe                    ����� ���������� ���� ���������� �������\n"
2065
2066#~ msgid "  -time                    Time the execution of each subprocess\n"
2067#~ msgstr "  -time                    ������� ��� ������ ��������� ���� �������������\n"
2068
2069#~ msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"
2070#~ msgstr "  -specs=<������>           ����� ��� ������������ ��� <�������> ���� ��� ��������������� �������������\n"
2071
2072#~ msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
2073#~ msgstr ""
2074#~ "  -std=<�������>           ������� ��� �� ����� ������ ����� ��� �� <�������>\n"
2075#~ "\n"
2076
2077#~ msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
2078#~ msgstr "  -B <���������>           �������� ��� <���������> ���� ��������� ���������� ��� �������������\n"
2079
2080#~ msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
2081#~ msgstr "  -b <������>              �������� ��� gcc ��� �� ����� <������>, �� ����� ��������������\n"
2082
2083#~ msgid "  -V <version>             Run gcc version number <version>, if installed\n"
2084#~ msgstr "  -V <������>              �������� ��� ������� <������> ��� gcc, �� ����� �������������\n"
2085
2086#~ msgid "  -v                       Display the programs invoked by the compiler\n"
2087#~ msgstr "  -v                       �������� ��� ������������ ��� ����� � ��������������\n"
2088
2089#~ msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
2090#~ msgstr "  -E                       �������������� ���� ��� ������������, ������������� � �������\n"
2091
2092#~ msgid "  -S                       Compile only; do not assemble or link\n"
2093#~ msgstr "  -S                       ������������ ���� ��� ������������� ��������\n"
2094
2095#~ msgid "  -c                       Compile and assemble, but do not link\n"
2096#~ msgstr "  -c                       ������������ ��� �������������, ������� �������\n"
2097
2098#~ msgid "  -o <file>                Place the output into <file>\n"
2099#~ msgstr "  -o <������>              ���������� ��� ������ ��� <������>\n"
2100
2101#~ msgid ""
2102#~ "  -x <language>            Specify the language of the following input files\n"
2103#~ "                           Permissable languages include: c c++ assembler none\n"
2104#~ "                           'none' means revert to the default behavior of\n"
2105#~ "                           guessing the language based on the file's extension\n"
2106#~ msgstr ""
2107#~ "  -x <������>              ���������� ��� ������� ��� �������� ������� �������\n"
2108#~ "                           ��������� ������� �����: c c++ assembler none\n"
2109#~ "                           �� 'none' �������� ��������� ���� �� �������\n"
2110#~ "                           ����������� ������� ��� ������� ����� ��� ���������\n"
2111#~ "                           ��� �������\n"
2112
2113#~ msgid ""
2114#~ "\n"
2115#~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
2116#~ " passed on to the various sub-processes invoked by %s.  In order to pass\n"
2117#~ " other options on to these processes the -W<letter> options must be used.\n"
2118#~ msgstr ""
2119#~ "\n"
2120#~ "�� �������� ��� �������� �� -g, -f, -m, -O, -W � --param ������� ��������\n"
2121#~ " ���� �������� ������������� ��� ����� �� %s.  ��� �� �������� �����\n"
2122#~ " �������� �� ����� ��� ����������, ������ �� ��������������� ��� ��������\n"
2123#~ " -W<������>.\n"
2124
2125#~ msgid "%s (GCC) %s\n"
2126#~ msgstr "%s (GCC) %s\n"
2127
2128#~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
2129#~ msgstr "���������� ���������� (C) 2002 Free Software Foundation, Inc.\n"
2130
2131# src/main.c:850
2132#, fuzzy
2133#~ msgid ""
2134#~ "This is free software; see the source for copying conditions.  There is NO\n"
2135#~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
2136#~ "\n"
2137#~ msgstr ""
2138#~ "���� ����� �������� ���������� ����� ��� ������ ������ ��� ���� �����������\n"
2139#~ "����������. ��� ������� ����� ������� ���� ����� ��� ��������������� � \n"
2140#~ "������������� ��� ��� ������������ �����.\n"
2141
2142#, fuzzy
2143#~ msgid "argument to `-Xlinker' is missing"
2144#~ msgstr "����� ���������� ��������"
2145
2146#, fuzzy
2147#~ msgid "argument to `-l' is missing"
2148#~ msgstr "����� ���������� ��������"
2149
2150#, fuzzy
2151#~ msgid "argument to `-specs' is missing"
2152#~ msgstr "����� ���������� ��������"
2153
2154#, fuzzy
2155#~ msgid "argument to `-specs=' is missing"
2156#~ msgstr "����� ���������� ��������"
2157
2158#, fuzzy
2159#~ msgid "argument to `-b' is missing"
2160#~ msgstr "����� ���������� ��������"
2161
2162#, fuzzy
2163#~ msgid "argument to `-B' is missing"
2164#~ msgstr "����� ���������� ��������"
2165
2166#, fuzzy
2167#~ msgid "argument to `-V' is missing"
2168#~ msgstr "����� ���������� ��������"
2169
2170#, fuzzy
2171#~ msgid "invalid version number format"
2172#~ msgstr "�� ������ ���������� �����������"
2173
2174#, fuzzy
2175#~ msgid "argument to `-x' is missing"
2176#~ msgstr "����� ���������� ��������"
2177
2178#, fuzzy
2179#~ msgid "argument to `-%s' is missing"
2180#~ msgstr "����� ���������� ��������"
2181
2182#, fuzzy
2183#~ msgid "invalid specification!  Bug in cc"
2184#~ msgstr "�� ������ ������� ����� (port)"
2185
2186#, fuzzy
2187#~ msgid "spec failure: unrecognized spec option '%c'"
2188#~ msgstr "%s: �� ������������ ������� `-%c'\n"
2189
2190#~ msgid "unrecognized option `-%s'"
2191#~ msgstr "�� ������������ ������� `-%s'"
2192
2193#~ msgid "install: %s%s\n"
2194#~ msgstr "�����������: %s%s\n"
2195
2196#~ msgid "programs: %s\n"
2197#~ msgstr "�����������: %s\n"
2198
2199#~ msgid "libraries: %s\n"
2200#~ msgstr "�����������: %s\n"
2201
2202#~ msgid ""
2203#~ "\n"
2204#~ "For bug reporting instructions, please see:\n"
2205#~ msgstr ""
2206#~ "\n"
2207#~ "��� ������� ��� �������� ���������. �������� �����:\n"
2208
2209#~ msgid "Configured with: %s\n"
2210#~ msgstr "���� ��������� ��: %s\n"
2211
2212#~ msgid "Thread model: %s\n"
2213#~ msgstr "������� �������: %s\n"
2214
2215#~ msgid "gcc version %s\n"
2216#~ msgstr "������ gcc %s\n"
2217
2218#~ msgid "gcc driver version %s executing gcc version %s\n"
2219#~ msgstr "������ ������ gcc %s ������� ��� ������ gcc %s\n"
2220
2221#~ msgid "no input files"
2222#~ msgstr "��� �������� ������ �������"
2223
2224#~ msgid "%s: %s compiler not installed on this system"
2225#~ msgstr "%s: � �������������� %s ��� ���� ������������ ��� ������� ����"
2226
2227#~ msgid "internal gcc abort"
2228#~ msgstr "��������� ������ gcc"
2229
2230# src/main.c:178
2231#, fuzzy
2232#~ msgid "Internal gcov abort.\n"
2233#~ msgstr "��������� ������ (recoding)"
2234
2235#~ msgid ""
2236#~ "Usage: gcov [OPTION]... SOURCEFILE\n"
2237#~ "\n"
2238#~ msgstr ""
2239#~ "�����: gcov [�������]... [���ź������]\n"
2240#~ "\n"
2241
2242#~ msgid ""
2243#~ "Print code coverage information.\n"
2244#~ "\n"
2245#~ msgstr ""
2246#~ "E������� ����������� ������� ������.\n"
2247#~ "\n"
2248
2249#~ msgid "  -h, --help                      Print this help, then exit\n"
2250#~ msgstr "  -h, --help                      �������� ����� ��� ��������, ���� ������\n"
2251
2252#~ msgid "  -v, --version                   Print version number, then exit\n"
2253#~ msgstr "  -v, --version                   �������� ������� �������, ���� ������\n"
2254
2255#~ msgid ""
2256#~ "\n"
2257#~ "For bug reporting instructions, please see:\n"
2258#~ "%s.\n"
2259#~ msgstr ""
2260#~ "\n"
2261#~ "��� ������� ���� �������� ���������, �������� �����:\n"
2262#~ "%s.\n"
2263
2264#~ msgid "gcov (GCC) %s\n"
2265#~ msgstr "gcov (GCC) %s\n"
2266
2267#~ msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
2268#~ msgstr "���������� ���������� (C) 2001 Free Software Foundation, Inc.\n"
2269
2270#, fuzzy
2271#~ msgid "Could not open basic block file %s.\n"
2272#~ msgstr "��� ������� �� ������ �� ������ %s"
2273
2274#, fuzzy
2275#~ msgid "Could not open program flow graph file %s.\n"
2276#~ msgstr "������� � ���������� ������� ���������� \"%s\""
2277
2278#, fuzzy
2279#~ msgid "No executable code associated with file %s.\n"
2280#~ msgstr "����� ��������� ��� ��������� �� �� �����"
2281
2282#, fuzzy
2283#~ msgid "No branches in function %s\n"
2284#~ msgstr "��� �������� ����������� ��� ����� `%s'.\n"
2285
2286#, fuzzy
2287#~ msgid "No calls in function %s\n"
2288#~ msgstr "��� �������� URL ��� %s.\n"
2289
2290#, fuzzy
2291#~ msgid "didn't use all bb entries of graph, function %s\n"
2292#~ msgstr "�������� ���� ��� �������� ��� ��������� %s\n"
2293
2294#, fuzzy
2295#~ msgid "No branches in file %s\n"
2296#~ msgstr ""
2297#~ "��� ������� ������ `%s'.\n"
2298#~ "\n"
2299
2300#, fuzzy
2301#~ msgid "No calls in file %s\n"
2302#~ msgstr "���������� ������� `%s'\n"
2303
2304#, fuzzy
2305#~ msgid "Could not open source file %s.\n"
2306#~ msgstr "��� ������� �� ������ �� ������ %s"
2307
2308#, fuzzy
2309#~ msgid "Could not open output file %s.\n"
2310#~ msgstr "�������� ���������� ������� ������ `%s'"
2311
2312#~ msgid "Creating %s.\n"
2313#~ msgstr "���������� ��� %s.\n"
2314
2315#, fuzzy
2316#~ msgid "can't open %s"
2317#~ msgstr "�������� ���������� ��� `%s'"
2318
2319#, fuzzy
2320#~ msgid "function cannot be inline"
2321#~ msgstr "� ���������� ��� ���� ����������"
2322
2323#, fuzzy
2324#~ msgid "invalid parameter `%s'"
2325#~ msgstr "� ���������� `%s' ��� ����� ������."
2326
2327#, fuzzy
2328#~ msgid "%s: internal abort\n"
2329#~ msgstr "��������� ������ ��� ������� �����������"
2330
2331#, fuzzy
2332#~ msgid "%s: error writing file `%s': %s\n"
2333#~ msgstr "%s: ������ ���� ��� ������� ��� %s\n"
2334
2335#, fuzzy
2336#~ msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
2337#~ msgstr "%s: � ����� ����� %s [ -v ] [ -c ������� ] �������� ����� ...\n"
2338
2339#, fuzzy
2340#~ msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
2341#~ msgstr "%s: � ����� ����� %s [ -v ] [ -c ������� ] �������� ����� ...\n"
2342
2343#, fuzzy
2344#~ msgid "%s: warning: no read access for file `%s'\n"
2345#~ msgstr "%s: �������������: � uname �������: %s\n"
2346
2347#, fuzzy
2348#~ msgid "%s: warning: no write access for file `%s'\n"
2349#~ msgstr "%s: �������������: � uname �������: %s\n"
2350
2351#, fuzzy
2352#~ msgid "%s: invalid file name: %s\n"
2353#~ msgstr "%s: �� ������ ����� �������"
2354
2355#, fuzzy
2356#~ msgid "%s: %s: can't get status: %s\n"
2357#~ msgstr "%s: �������� ��������� ��� %s: %s\n"
2358
2359#, fuzzy
2360#~ msgid "%s: compiling `%s'\n"
2361#~ msgstr "%s: ������ ���� ��� ������� ��� %s\n"
2362
2363# src/request.c:37
2364#, fuzzy
2365#~ msgid "%s: wait: %s\n"
2366#~ msgstr "%s �� %s"
2367
2368#, fuzzy
2369#~ msgid "%s: subprocess got fatal signal %d\n"
2370#~ msgstr "%s: � ��������������� C ������� �� ���� %d\n"
2371
2372#, fuzzy
2373#~ msgid "%s: %s exited with status %d\n"
2374#~ msgstr "%s: � ��������������� C ������� �� ���� %d\n"
2375
2376#, fuzzy
2377#~ msgid "%s: warning: missing SYSCALLS file `%s'\n"
2378#~ msgstr "%s: �������������: � uname �������: %s\n"
2379
2380#, fuzzy
2381#~ msgid "%s: can't read aux info file `%s': %s\n"
2382#~ msgstr "%s: �������� ���� �������� %s: %s\n"
2383
2384#, fuzzy
2385#~ msgid "%s: can't get status of aux info file `%s': %s\n"
2386#~ msgstr "�������� �����������(stat()) ������� `%s': %s"
2387
2388#, fuzzy
2389#~ msgid "%s: can't open aux info file `%s' for reading: %s\n"
2390#~ msgstr "�������� ���������� ������� ����� `%s' ��� ��� ��������� `%s'"
2391
2392# src/shred.c:1103
2393#, fuzzy
2394#~ msgid "%s: error reading aux info file `%s': %s\n"
2395#~ msgstr "%s: ������ �������� ��� ���� %s"
2396
2397#, fuzzy
2398#~ msgid "%s: error closing aux info file `%s': %s\n"
2399#~ msgstr "%s: ������ ���� �� �������� ��� %s: %s\n"
2400
2401#, fuzzy
2402#~ msgid "%s: can't delete aux info file `%s': %s\n"
2403#~ msgstr "%s: �� ������ �� ��������� �� %s: %s\n"
2404
2405#, fuzzy
2406#~ msgid "%s: can't delete file `%s': %s\n"
2407#~ msgstr "%s: ��� ����� ������� �� ������������ %s: %s\n"
2408
2409#, fuzzy
2410#~ msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
2411#~ msgstr "%s: �������������: � uname �������: %s\n"
2412
2413#, fuzzy
2414#~ msgid "%s: %d: warning: no extern definition for `%s'\n"
2415#~ msgstr "%s: �������������: �� ������� ���� ���������"
2416
2417#, fuzzy
2418#~ msgid ""
2419#~ "\n"
2420#~ "%s: warning: too few parameter lists in declaration of `%s'\n"
2421#~ msgstr "�������������: ���� ���� �������� ��� ����������� `%s'"
2422
2423#, fuzzy
2424#~ msgid "%s: `%s' not converted\n"
2425#~ msgstr "%s: `%s': ��� ������� ���������"
2426
2427#, fuzzy
2428#~ msgid "%s: would convert file `%s'\n"
2429#~ msgstr "%s: � ������ �� ���������� �� %s\n"
2430
2431#, fuzzy
2432#~ msgid "%s: converting file `%s'\n"
2433#~ msgstr "���������� ������� `%s'\n"
2434
2435#, fuzzy
2436#~ msgid "%s: can't get status for file `%s': %s\n"
2437#~ msgstr "�������� �����������(stat()) ������� `%s': %s"
2438
2439#, fuzzy
2440#~ msgid "%s: can't open file `%s' for reading: %s\n"
2441#~ msgstr "%s: ��� ����� ������� �� �������� �� %s: %s\n"
2442
2443#, fuzzy
2444#~ msgid ""
2445#~ "\n"
2446#~ "%s: error reading input file `%s': %s\n"
2447#~ msgstr "%s: ������ ���� ��� �������� ��� %s\n"
2448
2449#, fuzzy
2450#~ msgid "%s: can't create/open clean file `%s': %s\n"
2451#~ msgstr "%s: ��� ����� ������� �� ������������ %s: %s\n"
2452
2453#, fuzzy
2454#~ msgid "%s: can't link file `%s' to `%s': %s\n"
2455#~ msgstr "%s: ��� ����� ������� �� �������� �� %s �� �� %s: %s\n"
2456
2457#, fuzzy
2458#~ msgid "%s: can't create/open output file `%s': %s\n"
2459#~ msgstr "�������� ���������� ������� ������ `%s'"
2460
2461#, fuzzy
2462#~ msgid "%s: can't change mode of file `%s': %s\n"
2463#~ msgstr "%s: ��� ����� ������� �� ��������� �� %s: %s\n"
2464
2465#, fuzzy
2466#~ msgid "%s: cannot get working directory: %s\n"
2467#~ msgstr "%s: ��� ����� ������ �� ������� ���� �� ��������"
2468
2469#, fuzzy
2470#~ msgid "%s: input file names must have .c suffixes: %s\n"
2471#~ msgstr "%s: �� ������ ������� ����� �� ������ ������"
2472
2473#, fuzzy
2474#~ msgid "conversion from NaN to int"
2475#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
2476
2477#, fuzzy
2478#~ msgid "floating point overflow"
2479#~ msgstr "�������� ������� ������������"
2480
2481#, fuzzy
2482#~ msgid "%s: argument domain error"
2483#~ msgstr "%s: ������ ���������"
2484
2485#, fuzzy
2486#~ msgid "%s: overflow range error"
2487#~ msgstr "%s: ������ ��������"
2488
2489#, fuzzy
2490#~ msgid "%s: underflow range error"
2491#~ msgstr "%s: ������ ��������"
2492
2493#, fuzzy
2494#~ msgid "unknown register name: %s"
2495#~ msgstr "�������� ���������� `%s'"
2496
2497#, fuzzy
2498#~ msgid "unable to generate reloads for:"
2499#~ msgstr "������� � ���������� ���������� ���� �����������"
2500
2501#, fuzzy
2502#~ msgid "this is the insn:"
2503#~ msgstr "����� ����� � ������ �������"
2504
2505#, fuzzy
2506#~ msgid "could not find a spill register"
2507#~ msgstr "�������� ������� ������"
2508
2509#, fuzzy
2510#~ msgid "unrecognizable insn:"
2511#~ msgstr "�� ������������ ��������� `%s'"
2512
2513#, fuzzy
2514#~ msgid "invalid punctuation `%c' in constraint"
2515#~ msgstr "�� ������ ������� ���������� `%s' ��� ��������� [c*n]"
2516
2517#, fuzzy
2518#~ msgid "unknown register name `%s' in `asm'"
2519#~ msgstr "�������� ���������� ��� ����� `%s' ��� ���������� `%s'"
2520
2521#, fuzzy
2522#~ msgid "too many alternatives in `asm'"
2523#~ msgstr "���������� ����� ������� ������ ��� �������"
2524
2525#, fuzzy
2526#~ msgid "duplicate asm operand name '%s'"
2527#~ msgstr "����� ����� ��������� `%s'"
2528
2529#, fuzzy
2530#~ msgid "undefined named operand '%s'"
2531#~ msgstr "�� �������� ����� %s"
2532
2533#~ msgid "unused variable `%s'"
2534#~ msgstr "�������������� ��������� `%s'"
2535
2536#, fuzzy
2537#~ msgid "size of `%s' is larger than %d bytes"
2538#~ msgstr "%s: �� ����� ��� ������ `%s' ��� ������ �� ����� ����������� ��� %d"
2539
2540#~ msgid " TOTAL                 :"
2541#~ msgstr " ��������              :"
2542
2543#, fuzzy
2544#~ msgid "collect: reading %s\n"
2545#~ msgstr "������ ��������� %s"
2546
2547#~ msgid "ld returned %d exit status"
2548#~ msgstr "� ld ��������� ��������� ������ %d"
2549
2550#, fuzzy
2551#~ msgid "Floating-point operations can trap"
2552#~ msgstr "�������� ������� ������������"
2553
2554#, fuzzy
2555#~ msgid "Do not suppress warnings from system headers"
2556#~ msgstr "���������� �������������� ��� ��������� ������������"
2557
2558#~ msgid "invalid option `%s'"
2559#~ msgstr "�� ������ ������� `%s'"
2560
2561#, fuzzy
2562#~ msgid "internal error: %s"
2563#~ msgstr "������ ���� �������� �������: %s"
2564
2565#, fuzzy
2566#~ msgid ""
2567#~ "\n"
2568#~ "Target specific options:\n"
2569#~ msgstr "������ �������"
2570
2571#, fuzzy
2572#~ msgid "unrecognized gcc debugging option: %c"
2573#~ msgstr "�� ������������ ������� `-%c'"
2574
2575# src/request.c:806 src/request.c:912
2576#, fuzzy
2577#~ msgid "unrecognized register name `%s'"
2578#~ msgstr "�� ������������ ����� ���������� `%s'"
2579
2580#, fuzzy
2581#~ msgid "unrecognized option `%s'"
2582#~ msgstr "�� ������������ ������� `-%c'"
2583
2584#, fuzzy
2585#~ msgid "`%s': unknown or unsupported -g option"
2586#~ msgstr "%s: �������/�� �������������� ����� �������.\n"
2587
2588#, fuzzy
2589#~ msgid "-param option missing argument"
2590#~ msgstr "�������� ��������� �������"
2591
2592#, fuzzy
2593#~ msgid "invalid --param option: %s"
2594#~ msgstr "�� ������ ������� `%s'"
2595
2596#, fuzzy
2597#~ msgid "invalid parameter value `%s'"
2598#~ msgstr "�� ������ �������� ������ `%s'"
2599
2600# src/getopt1.c:132
2601# src/getopt1.c:132
2602#, fuzzy
2603#~ msgid "options passed: "
2604#~ msgstr "������� %s"
2605
2606# src/getopt1.c:155
2607# src/getopt1.c:155
2608#, fuzzy
2609#~ msgid "options enabled: "
2610#~ msgstr "������� �\n"
2611
2612#, fuzzy
2613#~ msgid "can't open %s for writing"
2614#~ msgstr "%s: ������ �������� "
2615
2616#, fuzzy
2617#~ msgid "ignoring command line option '%s'"
2618#~ msgstr "�� ������ ������� `%s'"
2619
2620#, fuzzy
2621#~ msgid "instruction scheduling not supported on this target machine"
2622#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
2623
2624#, fuzzy
2625#~ msgid "-f%sleading-underscore not supported on this target machine"
2626#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
2627
2628#, fuzzy
2629#~ msgid "-ffunction-sections not supported for this target"
2630#~ msgstr "�� --no-dereference (-h) ��� ������������� �� ���� �� �������"
2631
2632#, fuzzy
2633#~ msgid "-fdata-sections not supported for this target"
2634#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
2635
2636#, fuzzy
2637#~ msgid "-fprefetch-loop-arrays not supported for this target"
2638#~ msgstr "�� --no-dereference (-h) ��� ������������� �� ���� �� �������"
2639
2640#, fuzzy
2641#~ msgid "-fprefetch-loop-arrays is not supported with -Os"
2642#~ msgstr "�� --no-dereference (-h) ��� ������������� �� ���� �� �������"
2643
2644#, fuzzy
2645#~ msgid "error writing to %s"
2646#~ msgstr "������ �������� %s"
2647
2648#, fuzzy
2649#~ msgid "error closing %s"
2650#~ msgstr "������ ��������� %s"
2651
2652#, fuzzy
2653#~ msgid "invalid character constant in #if"
2654#~ msgstr "�� ������� �������� ���������� ��� �������������"
2655
2656#, fuzzy
2657#~ msgid "invalid token in expression"
2658#~ msgstr "�� ������ �������� �������"
2659
2660#, fuzzy
2661#~ msgid "octal character constant does not fit in a byte"
2662#~ msgstr "�� ������� �������� ���������� ��� �������������"
2663
2664#, fuzzy
2665#~ msgid "hex character constant does not fit in a byte"
2666#~ msgstr "�� ������� �������� ���������� ��� �������������"
2667
2668#, fuzzy
2669#~ msgid "Junk after end of expression."
2670#~ msgstr "������ ����� ��� ��������� ��������"
2671
2672#, fuzzy
2673#~ msgid "-traditional is not supported in C++"
2674#~ msgstr "� ���������� ��� �������������"
2675
2676#, fuzzy
2677#~ msgid "-traditional and -ansi are mutually exclusive"
2678#~ msgstr "�� �������� --string ��� --check ����� ��������� �������������"
2679
2680#, fuzzy
2681#~ msgid "-pedantic and -traditional are mutually exclusive"
2682#~ msgstr "\"���� %s\" ������ ��� ������� -l ����� ��������� ������������"
2683
2684#, fuzzy
2685#~ msgid "-trigraphs and -traditional are mutually exclusive"
2686#~ msgstr "�� �������� --string ��� --check ����� ��������� �������������"
2687
2688#, fuzzy
2689#~ msgid "unterminated #%s conditional"
2690#~ msgstr "�� ������������o �������������"
2691
2692#, fuzzy
2693#~ msgid "not in any file?!"
2694#~ msgstr "��� ����� ������� ������"
2695
2696#, fuzzy
2697#~ msgid "invalid macro name"
2698#~ msgstr "�� ������ ����� ����"
2699
2700#, fuzzy
2701#~ msgid "invalid macro name `%s'"
2702#~ msgstr "� ���������� `%s' ��� ����� ������."
2703
2704#, fuzzy
2705#~ msgid "unterminated parameter list in #define"
2706#~ msgstr "�� ������������� ����� ������"
2707
2708#, fuzzy
2709#~ msgid "invalid format #line command"
2710#~ msgstr "� ������� ������ ��� ����� ������: `%s'"
2711
2712#, fuzzy
2713#~ msgid "undefining `defined'"
2714#~ msgstr "�������"
2715
2716#, fuzzy
2717#~ msgid "undefining `%s'"
2718#~ msgstr "������� ��� `%s'"
2719
2720#, fuzzy
2721#~ msgid "#warning%.*s"
2722#~ msgstr "�������������: "
2723
2724#, fuzzy
2725#~ msgid "unterminated string or character constant"
2726#~ msgstr "�� ������������ ������������� ��������"
2727
2728#, fuzzy
2729#~ msgid "arguments given to macro `%s'"
2730#~ msgstr "������ ���������� ��� `%s'"
2731
2732#, fuzzy
2733#~ msgid "no args to macro `%s'"
2734#~ msgstr "�������� ���������� `%s'"
2735
2736#, fuzzy
2737#~ msgid "could not open dump file `%s'"
2738#~ msgstr "�������� ���������� ������� ������ `%s'"
2739
2740#, fuzzy
2741#~ msgid "ignoring unknown option `%.*s' in `-f%s'"
2742#~ msgstr "������� �������: %s %s %s"
2743
2744#, fuzzy
2745#~ msgid "invalid initializer for bit string"
2746#~ msgstr "� ������� ������ ��� ����� ������: `%s'"
2747
2748#, fuzzy
2749#~ msgid "register name not specified for `%s'"
2750#~ msgstr "������� �������� ��� ����������� ������-��������"
2751
2752#, fuzzy
2753#~ msgid "invalid register name for `%s'"
2754#~ msgstr "�� ������� ������� ������: `%s'"
2755
2756#, fuzzy
2757#~ msgid "unknown set constructor type"
2758#~ msgstr "��� ����� ������� �� ������ � ����� ��� �����������."
2759
2760#, fuzzy
2761#~ msgid "invalid initial value for member `%s'"
2762#~ msgstr "�� ������� ������� ������: `%s'"
2763
2764#, fuzzy
2765#~ msgid "weak declaration of `%s' after first use results in unspecified behavior"
2766#~ msgstr "� ���������� ��� �������������"
2767
2768#, fuzzy
2769#~ msgid "weak declaration of `%s' not supported"
2770#~ msgstr "� ���������� ��� �������������"
2771
2772#, fuzzy
2773#~ msgid "too many #pragma options align=reset"
2774#~ msgstr "����������� ���������� ��� ��� ����� ��������."
2775
2776#, fuzzy
2777#~ msgid "malformed '#pragma options', ignoring"
2778#~ msgstr "���������������� ������ ���������"
2779
2780#, fuzzy
2781#~ msgid "invalid %%Q value"
2782#~ msgstr "�� ������� �������"
2783
2784#, fuzzy
2785#~ msgid "invalid %%C value"
2786#~ msgstr "�� ������� �������"
2787
2788#, fuzzy
2789#~ msgid "invalid %%N value"
2790#~ msgstr "�� ������� �������"
2791
2792#, fuzzy
2793#~ msgid "invalid %%M value"
2794#~ msgstr "�� ������� �������"
2795
2796#, fuzzy
2797#~ msgid "invalid %%m value"
2798#~ msgstr "�� ������� �������"
2799
2800#, fuzzy
2801#~ msgid "invalid %%L value"
2802#~ msgstr "�� ������� �������"
2803
2804#, fuzzy
2805#~ msgid "invalid %%O value"
2806#~ msgstr "�� ������� �������"
2807
2808#, fuzzy
2809#~ msgid "invalid %%P value"
2810#~ msgstr "�� ������� �������"
2811
2812#, fuzzy
2813#~ msgid "invalid %%V value"
2814#~ msgstr "�� ������� �������"
2815
2816#, fuzzy
2817#~ msgid "-f%s ignored for Unicos/Mk (not supported)"
2818#~ msgstr "������ fifo ��� ��������������"
2819
2820#, fuzzy
2821#~ msgid "-mieee not supported on Unicos/Mk"
2822#~ msgstr "�� servname ��� ������������� ��� �� ai_socktype"
2823
2824#, fuzzy
2825#~ msgid "trap mode not supported on Unicos/Mk"
2826#~ msgstr "�� servname ��� ������������� ��� �� ai_socktype"
2827
2828#, fuzzy
2829#~ msgid "rounding mode not supported for VAX floats"
2830#~ msgstr "�� servname ��� ������������� ��� �� ai_socktype"
2831
2832#, fuzzy
2833#~ msgid "trap mode not supported for VAX floats"
2834#~ msgstr "�� servname ��� ������������� ��� �� ai_socktype"
2835
2836#, fuzzy
2837#~ msgid "invalid %%H value"
2838#~ msgstr "�� ������� �������"
2839
2840#, fuzzy
2841#~ msgid "invalid %%J value"
2842#~ msgstr "�� ������� �������"
2843
2844#, fuzzy
2845#~ msgid "invalid %%r value"
2846#~ msgstr "�� ������� �������"
2847
2848#, fuzzy
2849#~ msgid "invalid %%R value"
2850#~ msgstr "�� ������� �������"
2851
2852#, fuzzy
2853#~ msgid "invalid %%h value"
2854#~ msgstr "�� ������� �������"
2855
2856#, fuzzy
2857#~ msgid "invalid %%U value"
2858#~ msgstr "�� ������� �������"
2859
2860#, fuzzy
2861#~ msgid "invalid %%s value"
2862#~ msgstr "�� ������� �������"
2863
2864#, fuzzy
2865#~ msgid "invalid %%E value"
2866#~ msgstr "�� ������� �������"
2867
2868#, fuzzy
2869#~ msgid "invalid %%xn code"
2870#~ msgstr "�� ������ ��������"
2871
2872#, fuzzy
2873#~ msgid "argument of `%s' attribute is not a string constant"
2874#~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������"
2875
2876#, fuzzy
2877#~ msgid "invalid operand to %%R code"
2878#~ msgstr "�� ������ ������� `%s'"
2879
2880#, fuzzy
2881#~ msgid "invalid operand to %%H/%%L code"
2882#~ msgstr "�� ������ ������� `%s'"
2883
2884#, fuzzy
2885#~ msgid "invalid operand to %%U code"
2886#~ msgstr "�� ������ ������� `%s'"
2887
2888#, fuzzy
2889#~ msgid "invalid operand to %%V code"
2890#~ msgstr "�� ������ ������� `%s'"
2891
2892#, fuzzy
2893#~ msgid "invalid operand output code"
2894#~ msgstr "�� ������� ������� �������"
2895
2896#, fuzzy
2897#~ msgid "invalid floating point emulation option: -mfpe-%s"
2898#~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
2899
2900#, fuzzy
2901#~ msgid "Don't do symbol renaming"
2902#~ msgstr "��� ������ ��������� �����"
2903
2904#, fuzzy
2905#~ msgid "MCU `%s' not supported"
2906#~ msgstr "������ fifo ��� ��������������"
2907
2908#, fuzzy
2909#~ msgid "invalid insn:"
2910#~ msgstr "�� ������� �������"
2911
2912#, fuzzy
2913#~ msgid "incorrect insn:"
2914#~ msgstr "����� �����������"
2915
2916#, fuzzy
2917#~ msgid "unknown move insn:"
2918#~ msgstr "������� ��� `%s'"
2919
2920#, fuzzy
2921#~ msgid "Specify the MCU name"
2922#~ msgstr "������� �������� ������������"
2923
2924#, fuzzy
2925#~ msgid "trampolines not supported"
2926#~ msgstr "� ���������� ��� �������������"
2927
2928#, fuzzy
2929#~ msgid "malformed '#pragma %s' - ignored"
2930#~ msgstr "���������������� ������ ���������"
2931
2932#, fuzzy
2933#~ msgid "mode not QImode"
2934#~ msgstr "���_���������: ��������� �����������\n"
2935
2936#, fuzzy
2937#~ msgid "invalid indirect memory address"
2938#~ msgstr "�� ������� ������ �����"
2939
2940#, fuzzy
2941#~ msgid "Do not allocate BK register"
2942#~ msgstr "��� ����� ������ �� ��������� �����"
2943
2944#, fuzzy
2945#~ msgid "Enable parallel instructions"
2946#~ msgstr "���������� ������"
2947
2948#, fuzzy
2949#~ msgid "Disable parallel instructions"
2950#~ msgstr "���������� ������"
2951
2952#, fuzzy
2953#~ msgid "invalid operand for 'b' modifier"
2954#~ msgstr "�� ������ ������� `%s'"
2955
2956#, fuzzy
2957#~ msgid "invalid operand for 'v' modifier"
2958#~ msgstr "�� ������ ������� `%s'"
2959
2960#, fuzzy
2961#~ msgid "invalid operand for 'P' modifier"
2962#~ msgstr "�� ������ ������� `%s'"
2963
2964#, fuzzy
2965#~ msgid "invalid operand for 'p' modifier"
2966#~ msgstr "�� ������ ������� `%s'"
2967
2968#, fuzzy
2969#~ msgid "invalid operand for 'z' modifier"
2970#~ msgstr "�� ������ ������� `%s'"
2971
2972#, fuzzy
2973#~ msgid "invalid operand for 'H' modifier"
2974#~ msgstr "�� ������ ������� `%s'"
2975
2976#, fuzzy
2977#~ msgid "bad register"
2978#~ msgstr "��� ����� ������ � ���������� ��� ���������"
2979
2980#, fuzzy
2981#~ msgid "invalid operand for 'e' modifier"
2982#~ msgstr "�� ������ ������� `%s'"
2983
2984#, fuzzy
2985#~ msgid "invalid operand for 'm' modifier"
2986#~ msgstr "�� ������ ������� `%s'"
2987
2988#, fuzzy
2989#~ msgid "invalid operand for 'A' modifier"
2990#~ msgstr "�� ������ ������� `%s'"
2991
2992#, fuzzy
2993#~ msgid "invalid operand for 'D' modifier"
2994#~ msgstr "�� ������ ������� `%s'"
2995
2996#, fuzzy
2997#~ msgid "invalid operand for 'T' modifier"
2998#~ msgstr "�� ������ ������� `%s'"
2999
3000#, fuzzy
3001#~ msgid "invalid operand modifier letter"
3002#~ msgstr "�� ������ ������� `%s'"
3003
3004#, fuzzy
3005#~ msgid "internal error: bad register: %d"
3006#~ msgstr "��������� ������ ��� %s, ������ %u"
3007
3008#, fuzzy
3009#~ msgid "unexpected operand"
3010#~ msgstr "�� �������� ����� %s"
3011
3012# src/request.c:806 src/request.c:912
3013#, fuzzy
3014#~ msgid "unrecognized address"
3015#~ msgstr "�� ������������ ����� ���������� `%s'"
3016
3017#, fuzzy
3018#~ msgid "unrecognized supposed constant"
3019#~ msgstr "������� �������: %s"
3020
3021#, fuzzy
3022#~ msgid "unknown CRIS cpu version specification in -mtune= : %s"
3023#~ msgstr "���� ������ �������� ���������� ���� ��������"
3024
3025#, fuzzy
3026#~ msgid "-fPIC and -fpic are not supported in this configuration"
3027#~ msgstr "� ���������� ����������� ��� ������������� ��� ��� ���������� �����������"
3028
3029#, fuzzy
3030#~ msgid "unexpected address expression"
3031#~ msgstr "�� ������ ������������� �������� �������"
3032
3033#, fuzzy
3034#~ msgid "Debug argument support in compiler"
3035#~ msgstr "%s: � ���������� ������������� ��� ���� ������������� ��� ������������.\n"
3036
3037#, fuzzy
3038#~ msgid "Debug stack support in compiler"
3039#~ msgstr "%s: � ���������� ������������� ��� ���� ������������� ��� ������������.\n"
3040
3041#, fuzzy
3042#~ msgid "invalid addressing mode"
3043#~ msgstr "���������� ����� ��� ���������� ����������"
3044
3045#, fuzzy
3046#~ msgid "bad register extension code"
3047#~ msgstr "��� ����� ������ � ���������� ��� ���������"
3048
3049#, fuzzy
3050#~ msgid "invalid offset in ybase addressing"
3051#~ msgstr "�� ������� ������ �������"
3052
3053#, fuzzy
3054#~ msgid "invalid register in ybase addressing"
3055#~ msgstr "�� ������� ������ �������"
3056
3057#, fuzzy
3058#~ msgid "inline float constants not supported on this host"
3059#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
3060
3061#, fuzzy
3062#~ msgid "invalid mode for gen_tst_reg"
3063#~ msgstr "�� ������ ��������� ��� ��� dlopen()"
3064
3065#, fuzzy
3066#~ msgid "Generate code for near calls"
3067#~ msgstr "����� ���������� ����������� ������ ��� ���� ������"
3068
3069#, fuzzy
3070#~ msgid "Generate code for near jumps"
3071#~ msgstr "����� ���������� ����������� ������ ��� ���� ������"
3072
3073#, fuzzy
3074#~ msgid "profiling not implemented yet"
3075#~ msgstr "� ���������� ��� ���� ����������"
3076
3077#, fuzzy
3078#~ msgid "trampolines not yet implemented"
3079#~ msgstr "� ���������� ��� ���� ����������"
3080
3081#, fuzzy
3082#~ msgid "fr30_print_operand: invalid operand to %%A code"
3083#~ msgstr "�� ������ ������� `%s'"
3084
3085#, fuzzy
3086#~ msgid "fr30_print_operand: invalid %%x code"
3087#~ msgstr "�� ������ ��������"
3088
3089#, fuzzy
3090#~ msgid "Use registers for argument passing"
3091#~ msgstr "����� ���������� ��������"
3092
3093#, fuzzy
3094#~ msgid "malformed #pragma map, ignored"
3095#~ msgstr "���������������� ������ ���������"
3096
3097#, fuzzy
3098#~ msgid "Generate char instructions"
3099#~ msgstr "���������� ������"
3100
3101#, fuzzy
3102#~ msgid "code model `large' not supported yet"
3103#~ msgstr "������ ������ ����� ��� ��������������"
3104
3105#, fuzzy
3106#~ msgid "%i-bit mode not compiled in"
3107#~ msgstr "%s: � ���������� ������������� ��� ���� ������������� ��� ������������.\n"
3108
3109#, fuzzy
3110#~ msgid "argument to `%s' attribute larger than %d"
3111#~ msgstr "%s: �� ����� ��� ������ `%s' ��� ������ �� ����� ����������� ��� %d"
3112
3113#, fuzzy
3114#~ msgid "invalid UNSPEC as operand"
3115#~ msgstr "�� ������ ���������� UTC"
3116
3117#, fuzzy
3118#~ msgid "invalid operand code `%c'"
3119#~ msgstr "�� ������ ������� `%s'"
3120
3121# src/grep.c:1133
3122#, fuzzy
3123#~ msgid "unknown insn mode"
3124#~ msgstr "������� ������� ���������"
3125
3126#, fuzzy
3127#~ msgid "selector must be an immediate"
3128#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
3129
3130#, fuzzy
3131#~ msgid "mask must be an immediate"
3132#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
3133
3134#, fuzzy
3135#~ msgid "Retain legend information"
3136#~ msgstr "�������� ����������� �������"
3137
3138# lib/argmatch.c:188
3139#, fuzzy
3140#~ msgid "argument is a structure"
3141#~ msgstr "������ �������� �����:"
3142
3143#, fuzzy
3144#~ msgid "Alternate calling convention"
3145#~ msgstr "�� ������������ ������������� ��������"
3146
3147#, fuzzy
3148#~ msgid "Use mcount for profiling"
3149#~ msgstr "������� � ������� ��������� ������"
3150
3151#, fuzzy
3152#~ msgid "malformed #pragma align - ignored"
3153#~ msgstr "���������������� ������ ���������"
3154
3155#, fuzzy
3156#~ msgid "stack limit expression is not supported"
3157#~ msgstr "������ ������ ����� ��� ��������������"
3158
3159#, fuzzy
3160#~ msgid "Do not use complex addressing modes"
3161#~ msgstr "���������� ����� ��� ���������� ����������"
3162
3163#, fuzzy
3164#~ msgid "invalid argument of `%s' attribute"
3165#~ msgstr "� ���������� `%s' ��� ����� ������."
3166
3167#, fuzzy
3168#~ msgid "invalid operand to %%s code"
3169#~ msgstr "�� ������ ������� `%s'"
3170
3171#, fuzzy
3172#~ msgid "invalid operand to %%p code"
3173#~ msgstr "�� ������ ������� `%s'"
3174
3175#, fuzzy
3176#~ msgid "invalid operand to %%T/%%B code"
3177#~ msgstr "�� ������ ������� `%s'"
3178
3179#, fuzzy
3180#~ msgid "invalid operand to %%N code"
3181#~ msgstr "�� ������ ������� `%s'"
3182
3183#, fuzzy
3184#~ msgid "bad address"
3185#~ msgstr "��������� ���������"
3186
3187#, fuzzy
3188#~ msgid "lo_sum not of register"
3189#~ msgstr "RPC: �� ��������� ��� ���� �����������"
3190
3191#, fuzzy
3192#~ msgid "invalid operand in the instruction"
3193#~ msgstr "�� ������ ������� ���������� `%s' ��� ��������� [c*n]"
3194
3195#, fuzzy
3196#~ msgid "invalid register in the instruction"
3197#~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'"
3198
3199#, fuzzy
3200#~ msgid "invalid rotate insn"
3201#~ msgstr "�� ������ ���������� `%s'."
3202
3203#, fuzzy
3204#~ msgid "cannot do z-register replacement"
3205#~ msgstr "��� ����� ������ � ���������� ��� ���������"
3206
3207#, fuzzy
3208#~ msgid "Do not use direct addressing mode for soft registers"
3209#~ msgstr "���������� ����� ��� ���������� ����������"
3210
3211#, fuzzy
3212#~ msgid "Specify the register allocation order"
3213#~ msgstr "�������� ��������� ����� ����������"
3214
3215#, fuzzy
3216#~ msgid "Use unaligned memory references"
3217#~ msgstr "�� ������ ����-���������"
3218
3219#, fuzzy
3220#~ msgid "invalid %%x/X value"
3221#~ msgstr "�� ������� �������"
3222
3223#, fuzzy
3224#~ msgid "invalid %%q value"
3225#~ msgstr "�� ������� �������"
3226
3227#, fuzzy
3228#~ msgid "invalid %%o value"
3229#~ msgstr "�� ������� �������"
3230
3231#, fuzzy
3232#~ msgid "invalid %%p value"
3233#~ msgstr "�� ������� �������"
3234
3235#, fuzzy
3236#~ msgid "invalid %%s/S value"
3237#~ msgstr "�� ������� �������"
3238
3239#, fuzzy
3240#~ msgid "invalid %%P operand"
3241#~ msgstr "�� ������� �������"
3242
3243#, fuzzy
3244#~ msgid "invalid %%B value"
3245#~ msgstr "�� ������� �������"
3246
3247#, fuzzy
3248#~ msgid "invalid %%D value"
3249#~ msgstr "�� ������� �������"
3250
3251#, fuzzy
3252#~ msgid "invalid code"
3253#~ msgstr "�� ������ ��������"
3254
3255#, fuzzy
3256#~ msgid "invalid option `-mshort-data-%s'"
3257#~ msgstr "�� ������ ������� `%s'"
3258
3259#, fuzzy
3260#~ msgid "invalid option `-mstack-increment=%s'"
3261#~ msgstr "�� ������ ������� `%s'"
3262
3263#, fuzzy
3264#~ msgid "Emit call graph information"
3265#~ msgstr "�������� ����������� �������"
3266
3267#, fuzzy
3268#~ msgid "-mips%d not supported"
3269#~ msgstr "�� ai_family ��� �������������"
3270
3271#, fuzzy
3272#~ msgid "-mabi=%s does not support -mips%d"
3273#~ msgstr "�� ai_socktype ��� �������������"
3274
3275#, fuzzy
3276#~ msgid "invalid option `entry%s'"
3277#~ msgstr "�� ������ ������� `%s'"
3278
3279#, fuzzy
3280#~ msgid "can't rewind temp file"
3281#~ msgstr "�������� ���������� ������� ������"
3282
3283#, fuzzy
3284#~ msgid "can't write to output file"
3285#~ msgstr "�������� �������� ������� ������ ��� `%s'"
3286
3287#, fuzzy
3288#~ msgid "can't read from temp file"
3289#~ msgstr "�������� ���������� ������� ������"
3290
3291#, fuzzy
3292#~ msgid "can't close temp file"
3293#~ msgstr "�������� ���������� ������� ������"
3294
3295#, fuzzy
3296#~ msgid "can not handle inconsistent calls to `%s'"
3297#~ msgstr "�������� ��������� ioctl ��� `%s'"
3298
3299#, fuzzy
3300#~ msgid "Use symbolic register names"
3301#~ msgstr "��� ������ ��������� �����"
3302
3303#, fuzzy
3304#~ msgid "-f%s not supported: ignored"
3305#~ msgstr "������ fifo ��� ��������������"
3306
3307#, fuzzy
3308#~ msgid "stack frame not a multiple of 8 bytes: %d"
3309#~ msgstr "� ����� ������� �� �������� ������"
3310
3311#, fuzzy
3312#~ msgid "Do not use addresses that allocate global registers"
3313#~ msgstr "��� ����� ������ �� ��������� �����"
3314
3315#, fuzzy
3316#~ msgid "Do not use register sb"
3317#~ msgstr "��� ����� ������ � ���������� ��� ���������"
3318
3319#, fuzzy
3320#~ msgid "Use bit-field instructions"
3321#~ msgstr "���������� ������"
3322
3323#, fuzzy
3324#~ msgid "-g option disabled"
3325#~ msgstr "� ���������� NIS+ �������"
3326
3327#, fuzzy
3328#~ msgid "Return floating point results in ac0"
3329#~ msgstr "�������� ������� ������������"
3330
3331#, fuzzy
3332#~ msgid "Target does not have split I&D"
3333#~ msgstr "-nt ��� ������� -l\n"
3334
3335#, fuzzy
3336#~ msgid "invalid %%S value"
3337#~ msgstr "�� ������� �������"
3338
3339#, fuzzy
3340#~ msgid "invalid %%b value"
3341#~ msgstr "�� ������� �������"
3342
3343#, fuzzy
3344#~ msgid "invalid %%z value"
3345#~ msgstr "�� ������� �������"
3346
3347#, fuzzy
3348#~ msgid "invalid %%Z value"
3349#~ msgstr "�� ������� �������"
3350
3351#, fuzzy
3352#~ msgid "invalid %%k value"
3353#~ msgstr "�� ������� �������"
3354
3355#, fuzzy
3356#~ msgid "invalid %%j value"
3357#~ msgstr "�� ������� �������"
3358
3359#, fuzzy
3360#~ msgid "-mmultiple is not supported on little endian systems"
3361#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
3362
3363#, fuzzy
3364#~ msgid "-mstring is not supported on little endian systems"
3365#~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������"
3366
3367#, fuzzy
3368#~ msgid "-fdata-sections not supported on AIX"
3369#~ msgstr "� ���������� ��� �������������"
3370
3371#, fuzzy
3372#~ msgid "unknown ABI specified: '%s'"
3373#~ msgstr "������� ��� `%s'"
3374
3375#, fuzzy
3376#~ msgid "argument 3 of `%s' must be a 2-bit literal"
3377#~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������"
3378
3379#, fuzzy
3380#~ msgid "invalid %%f value"
3381#~ msgstr "�� ������� �������"
3382
3383#, fuzzy
3384#~ msgid "invalid %%F value"
3385#~ msgstr "�� ������� �������"
3386
3387#, fuzzy
3388#~ msgid "invalid %%G value"
3389#~ msgstr "�� ������� �������"
3390
3391#, fuzzy
3392#~ msgid "invalid %%j code"
3393#~ msgstr "�� ������ ��������"
3394
3395#, fuzzy
3396#~ msgid "invalid %%J code"
3397#~ msgstr "�� ������ ��������"
3398
3399#, fuzzy
3400#~ msgid "invalid %%K value"
3401#~ msgstr "�� ������� �������"
3402
3403#, fuzzy
3404#~ msgid "invalid %%T value"
3405#~ msgstr "�� ������� �������"
3406
3407#, fuzzy
3408#~ msgid "invalid %%u value"
3409#~ msgstr "�� ������� �������"
3410
3411#, fuzzy
3412#~ msgid "invalid %%v value"
3413#~ msgstr "�� ������� �������"
3414
3415#, fuzzy
3416#~ msgid "Always pass floating-point arguments in memory"
3417#~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
3418
3419#, fuzzy
3420#~ msgid "Don't always pass floating-point arguments in memory"
3421#~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
3422
3423#, fuzzy
3424#~ msgid "Use AltiVec instructions"
3425#~ msgstr "���������� ������"
3426
3427#, fuzzy
3428#~ msgid "no description yet"
3429#~ msgstr "(����� ���������)"
3430
3431#, fuzzy
3432#~ msgid "Use alternate register names"
3433#~ msgstr "�� ������������� ����� ������"
3434
3435#, fuzzy
3436#~ msgid "bad value for -mcall-%s"
3437#~ msgstr "���������� ���� ��� ai_flags"
3438
3439#, fuzzy
3440#~ msgid "bad value for -msdata=%s"
3441#~ msgstr "���������� ���� ��� ai_flags"
3442
3443#, fuzzy
3444#~ msgid "-mcall-aixdesc must be big endian"
3445#~ msgstr "�� ������ ��� ������������ ������ �� ����� ���� ������� �����"
3446
3447#, fuzzy
3448#~ msgid "Cannot decompose address."
3449#~ msgstr "��� ����� ������ � �������� ��� ��������� ����������"
3450
3451#~ msgid "64 bit mode"
3452#~ msgstr "��������� 64 bit"
3453
3454#~ msgid "31 bit mode"
3455#~ msgstr "��������� 31 bit"
3456
3457#, fuzzy
3458#~ msgid "mvcle use"
3459#~ msgstr "� ������� ����� ������������"
3460
3461#, fuzzy
3462#~ msgid "__builtin_saveregs not supported by this subtarget"
3463#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
3464
3465#, fuzzy
3466#~ msgid "`%s' attribute argument not a string constant"
3467#~ msgstr "�� ������������ ������������� ��������"
3468
3469#, fuzzy
3470#~ msgid "Profiling is not supported on this target."
3471#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
3472
3473#, fuzzy
3474#~ msgid "%s is not supported by this configuration"
3475#~ msgstr "� ���������� ����������� ��� ������������� ��� ��� ���������� �����������"
3476
3477#, fuzzy
3478#~ msgid "-mcmodel= is not supported on 32 bit systems"
3479#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
3480
3481#, fuzzy
3482#~ msgid "invalid %%Y operand"
3483#~ msgstr "�� ������� �������"
3484
3485#, fuzzy
3486#~ msgid "invalid %%A operand"
3487#~ msgstr "�� ������� �������"
3488
3489#, fuzzy
3490#~ msgid "invalid %%B operand"
3491#~ msgstr "�� ������� �������"
3492
3493#, fuzzy
3494#~ msgid "invalid %%c operand"
3495#~ msgstr "�� ������� �������"
3496
3497#, fuzzy
3498#~ msgid "invalid %%C operand"
3499#~ msgstr "�� ������ ���������� UTC"
3500
3501#, fuzzy
3502#~ msgid "invalid %%d operand"
3503#~ msgstr "�� ������� �������"
3504
3505#, fuzzy
3506#~ msgid "invalid %%D operand"
3507#~ msgstr "�� ������� �������"
3508
3509#, fuzzy
3510#~ msgid "invalid %%f operand"
3511#~ msgstr "�� ������� �������"
3512
3513#, fuzzy
3514#~ msgid "Utilize Visual Instruction Set"
3515#~ msgstr "�������� ������"
3516
3517#~ msgid "Use 32-bit ABI"
3518#~ msgstr "����� ABI 32-bit"
3519
3520#~ msgid "Use 64-bit ABI"
3521#~ msgstr "����� ABI 64-bit"
3522
3523# src/request.c:806 src/request.c:912
3524#, fuzzy
3525#~ msgid "unrecognized section name \"%s\""
3526#~ msgstr "�� ������������ ����� ���������� `%s'"
3527
3528# src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
3529# src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
3530#, fuzzy
3531#~ msgid "malformed #pragma ghs section"
3532#~ msgstr "����������������� �������� ����������"
3533
3534# src/shred.c:1134
3535#, fuzzy
3536#~ msgid "%s=%s is too large"
3537#~ msgstr "%s: �� ������ ����� ���� ������"
3538
3539#, fuzzy
3540#~ msgid "output_move_single:"
3541#~ msgstr "������ ������"
3542
3543#, fuzzy
3544#~ msgid "bad test"
3545#~ msgstr "��������� ���������"
3546
3547#, fuzzy
3548#~ msgid "invalid mask"
3549#~ msgstr "�� ������� �������"
3550
3551#, fuzzy
3552#~ msgid "invalid address"
3553#~ msgstr "���������� ����� ��� ���������� ����������"
3554
3555#, fuzzy
3556#~ msgid "no register in address"
3557#~ msgstr "�� ������� ������ �������"
3558
3559#, fuzzy
3560#~ msgid "address offset not a constant"
3561#~ msgstr "%s' ��� ����� ������ ������� ��������."
3562
3563#, fuzzy
3564#~ msgid "Use the Xtensa boolean register option"
3565#~ msgstr "�� ������������� ����� ������"
3566
3567#, fuzzy
3568#~ msgid "conversion from `%T' to `%T' is ambiguous"
3569#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3570
3571# src/getopt.c:813
3572# src/getopt.c:813
3573#, fuzzy
3574#~ msgid "call of `(%T) (%A)' is ambiguous"
3575#~ msgstr "%s: � ������� `-W %s' ����� �����������\n"
3576
3577#, fuzzy
3578#~ msgid "`%+#D' is inaccessible"
3579#~ msgstr "�� `%s' ����� ��-������������"
3580
3581#, fuzzy
3582#~ msgid "invalid conversion from `%T' to `%T'"
3583#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3584
3585#, fuzzy
3586#~ msgid "  initializing argument %P of `%D'"
3587#~ msgstr "�� ������ ������� ���������� `%s'"
3588
3589#, fuzzy
3590#~ msgid "  in call to `%D'"
3591#~ msgstr "�� ������ ������� `%s'"
3592
3593#, fuzzy
3594#~ msgid "  for conversion from `%T' to `%T'"
3595#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3596
3597#, fuzzy
3598#~ msgid "duplicate enum value `%D'"
3599#~ msgstr "����� ����� ��������� `%s'"
3600
3601#, fuzzy
3602#~ msgid "duplicate nested type `%D'"
3603#~ msgstr "����� ����� ��������� `%s'"
3604
3605#, fuzzy
3606#~ msgid "duplicate member `%D'"
3607#~ msgstr "������ ������� ���������"
3608
3609#, fuzzy
3610#~ msgid "`%D' invalid in `%T'"
3611#~ msgstr "�� ������ ������� `%s'"
3612
3613#, fuzzy
3614#~ msgid "`%D' invalid in `%#T'"
3615#~ msgstr "�� ������ ������� `%s'"
3616
3617#, fuzzy
3618#~ msgid "redefinition of `%#T'"
3619#~ msgstr "������� ������� ��� `UNDEFINED'"
3620
3621#, fuzzy
3622#~ msgid "previous definition of `%#T'"
3623#~ msgstr "������� ������� ��� `UNDEFINED'"
3624
3625#~ msgid "  by `%D'"
3626#~ msgstr "  ���� `%D'"
3627
3628#, fuzzy
3629#~ msgid "negative width in bit-field `%D'"
3630#~ msgstr "�������� ������ ���� ���������"
3631
3632#, fuzzy
3633#~ msgid "field `%#D' with same name as class"
3634#~ msgstr "������� ����������� �� �� ���� �����"
3635
3636#, fuzzy
3637#~ msgid "not enough type information"
3638#~ msgstr "�������� ����������� �������"
3639
3640#, fuzzy
3641#~ msgid "declaration of `%#D'"
3642#~ msgstr "���������� ������� `%s'\n"
3643
3644#, fuzzy
3645#~ msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
3646#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3647
3648#, fuzzy
3649#~ msgid "converting from `%T' to `%T'"
3650#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3651
3652#, fuzzy
3653#~ msgid "cannot convert `%E' from type `%T' to type `%T'"
3654#~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
3655
3656#, fuzzy
3657#~ msgid "conversion from `%T' to `%T' discards qualifiers"
3658#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3659
3660#, fuzzy
3661#~ msgid "cannot convert type `%T' to type `%T'"
3662#~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
3663
3664#, fuzzy
3665#~ msgid "conversion from `%#T' to `%#T'"
3666#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3667
3668#, fuzzy
3669#~ msgid "conversion from `%T' to non-scalar type `%T' requested"
3670#~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������"
3671
3672#, fuzzy
3673#~ msgid "`%#D' previously declared here"
3674#~ msgstr "��� ������� ����������� �������� �������"
3675
3676#, fuzzy
3677#~ msgid "after previous specification in `%#D'"
3678#~ msgstr "%s: �� ������ ������� `%s'.\n"
3679
3680#, fuzzy
3681#~ msgid "invalid redeclaration of `%D'"
3682#~ msgstr "�� ������ ������� `%s'"
3683
3684#, fuzzy
3685#~ msgid "`%#D' hides constructor for `%#T'"
3686#~ msgstr "�� `%s' ����� �������� ��� `%s'"
3687
3688#~ msgid "implicit declaration of function `%#D'"
3689#~ msgstr "��������� ��������� ��� ���������� `%#D'"
3690
3691#, fuzzy
3692#~ msgid "duplicate label `%D'"
3693#~ msgstr "����� ������"
3694
3695#, fuzzy
3696#~ msgid "invalid use of `%D'"
3697#~ msgstr "�� ������ ���������� `%s'."
3698
3699#, fuzzy
3700#~ msgid "`%D::%D' is not a template"
3701#~ msgstr "�� `%s' ��� ����� �������� ������"
3702
3703#, fuzzy
3704#~ msgid "`%#D' is not a static member of `%#T'"
3705#~ msgstr "�� `%s' ����� �������� ��� `%s'"
3706
3707# src/request.c:263
3708#, fuzzy
3709#~ msgid "duplicate initialization of %D"
3710#~ msgstr "�� ���� ������������� �������"
3711
3712#, fuzzy
3713#~ msgid "cannot initialize `%T' from `%T'"
3714#~ msgstr "��� ����� ������ �� ������������ �� `.' � �� `..'"
3715
3716#, fuzzy
3717#~ msgid "array size missing in `%D'"
3718#~ msgstr "������ ���� �� �������� ��� ������� `%s'"
3719
3720#, fuzzy
3721#~ msgid "uninitialized const `%D'"
3722#~ msgstr "�� ������ ������� `%s'"
3723
3724#, fuzzy
3725#~ msgid "invalid catch parameter"
3726#~ msgstr "�� ������� ���������� ���������"
3727
3728#, fuzzy
3729#~ msgid "creating %s"
3730#~ msgstr "���������� ������� `%s'\n"
3731
3732#, fuzzy
3733#~ msgid "invalid declarator"
3734#~ msgstr "�� ������� �������"
3735
3736#, fuzzy
3737#~ msgid "`%D' as declarator"
3738#~ msgstr "�� `%s' ����� ���������"
3739
3740#, fuzzy
3741#~ msgid "`bool' is now a keyword"
3742#~ msgstr "�� `%s' ��� ����� ���������."
3743
3744#, fuzzy
3745#~ msgid "multiple declarations `%T' and `%T'"
3746#~ msgstr "��������� ������� �������� ��� ������ `s'"
3747
3748#, fuzzy
3749#~ msgid "can't initialize friend function `%s'"
3750#~ msgstr "��� ���� ������ � ������ ��������� ��� �������� ��� `%s'"
3751
3752#, fuzzy
3753#~ msgid "friend declaration not in class definition"
3754#~ msgstr "���������� ������ ���� ������ ������ ����������"
3755
3756#, fuzzy
3757#~ msgid "cannot declare %s to references"
3758#~ msgstr "�������� ������� ��� �������� %s"
3759
3760#, fuzzy
3761#~ msgid "invalid type: `void &'"
3762#~ msgstr "�� ������ ���������� `%s'"
3763
3764#, fuzzy
3765#~ msgid "cannot declare member `%T::%s' within `%T'"
3766#~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
3767
3768#, fuzzy
3769#~ msgid "template parameters cannot be friends"
3770#~ msgstr "� ����������� �� ������ �� ����� �����"
3771
3772#, fuzzy
3773#~ msgid "invalid use of `::'"
3774#~ msgstr "�� ������� �������"
3775
3776#, fuzzy
3777#~ msgid "invalid string constant `%E'"
3778#~ msgstr "�� ������������ ������������� ��������"
3779
3780#, fuzzy
3781#~ msgid "duplicate base type `%T' invalid"
3782#~ msgstr "������ ������� �������"
3783
3784#, fuzzy
3785#~ msgid "multiple definition of `%#T'"
3786#~ msgstr "�������� ���������� ������� ������� locale `%s'"
3787
3788#, fuzzy
3789#~ msgid "-f%s is no longer supported"
3790#~ msgstr "������ fifo ��� ��������������"
3791
3792#, fuzzy
3793#~ msgid "prototype for `%#D' does not match any in class `%T'"
3794#~ msgstr "�� ������ ��������� ������ `%s' ��� ��������� �� �� �������������� ����������� `%s'"
3795
3796#~ msgid "                %#D"
3797#~ msgstr "                %#D"
3798
3799#, fuzzy
3800#~ msgid "local class `%#T' shall not have static data member `%#D'"
3801#~ msgstr "�� `%s' ����� �������� ��� `%s'"
3802
3803#, fuzzy
3804#~ msgid "invalid initializer for virtual method `%D'"
3805#~ msgstr "�� ������ ������� ���������� `%s'"
3806
3807#, fuzzy
3808#~ msgid "use of old-style cast"
3809#~ msgstr "������� ������ ����"
3810
3811# src/getopt.c:628
3812# src/getopt.c:628
3813#, fuzzy
3814#~ msgid "use of `%D' is ambiguous"
3815#~ msgstr "%s: � ������� `%s' ����� ������\n"
3816
3817#, fuzzy
3818#~ msgid "`%D' is not a function,"
3819#~ msgstr "�� `%s' ��� ����� ���������."
3820
3821#, fuzzy
3822#~ msgid "unknown namespace `%D'"
3823#~ msgstr "������� ��� `%s'"
3824
3825#, fuzzy
3826#~ msgid "`%T' is not a namespace"
3827#~ msgstr "�� `%s' ��� ����� �������� ������"
3828
3829#, fuzzy
3830#~ msgid "`%D' is not a namespace"
3831#~ msgstr "�� `%s' ��� ����� �������� ������"
3832
3833#, fuzzy
3834#~ msgid "`%D' not declared"
3835#~ msgstr "�� `%s' ��� ����� �������� ������"
3836
3837#, fuzzy
3838#~ msgid "`%T' does not have a class or union named `%D'"
3839#~ msgstr "�� `%s' ��� ����� �������� ������"
3840
3841#, fuzzy
3842#~ msgid "`%T' is not a class or union type"
3843#~ msgstr "�� `%s' ��� ����� �������� ������"
3844
3845#, fuzzy
3846#~ msgid "`%s' not supported by %s"
3847#~ msgstr "��� �������������"
3848
3849#, fuzzy
3850#~ msgid "%s: In instantiation of `%s':\n"
3851#~ msgstr "%s: �� ������ ������� `%s'.\n"
3852
3853#, fuzzy
3854#~ msgid "`%#T' is not a template"
3855#~ msgstr "�� `%s' ��� ����� �������� ������"
3856
3857#, fuzzy
3858#~ msgid "`%T' is already a friend of `%T'"
3859#~ msgstr "�� `%s' ����� �������� ��� `%s'"
3860
3861#, fuzzy
3862#~ msgid "argument to `%s' missing\n"
3863#~ msgstr "����� ���������� ��������"
3864
3865#, fuzzy
3866#~ msgid "base class `%T' already initialized"
3867#~ msgstr "� ����� ���������� `%s' �������� ���"
3868
3869#, fuzzy
3870#~ msgid "type `%D' is not a direct base of `%T'"
3871#~ msgstr "�� `%s' ��� ����� ���������."
3872
3873#, fuzzy
3874#~ msgid "`%T' is not an aggregate type"
3875#~ msgstr "�� `%s' ��� ����� �������� ������"
3876
3877#, fuzzy
3878#~ msgid "invalid use of non-static field `%D'"
3879#~ msgstr "�� ������� ������� ��� ������: `%s'"
3880
3881#, fuzzy
3882#~ msgid "invalid use of member `%D'"
3883#~ msgstr "�� ������� ������� ������: `%s'"
3884
3885#, fuzzy
3886#~ msgid "`%D' is not a member of type `%T'"
3887#~ msgstr "��� ����� ����� ��� ������ `%s'"
3888
3889#, fuzzy
3890#~ msgid "illegal pointer to bit-field `%D'"
3891#~ msgstr "����������� ����� ������� :`%s'\n"
3892
3893#, fuzzy
3894#~ msgid "invalid type `void' for new"
3895#~ msgstr "�� ������ ��������� ��� ��� dlopen()"
3896
3897#, fuzzy
3898#~ msgid "type name expected before `*'"
3899#~ msgstr "������� �������� ��� ����������� ����������"
3900
3901#, fuzzy
3902#~ msgid "type name expected before `&'"
3903#~ msgstr "������� �������� ��� ����������� ����������"
3904
3905#, fuzzy
3906#~ msgid "`%D' not defined"
3907#~ msgstr "�������"
3908
3909#, fuzzy
3910#~ msgid "name lookup of `%s' changed"
3911#~ msgstr "� ����� ��� %s ������ �� %s\n"
3912
3913#, fuzzy
3914#~ msgid "`%s' tag used in naming `%#T'"
3915#~ msgstr "�� ������ ������� `%s'"
3916
3917# src/grep.c:785 src/grep.c:792
3918# src/grep.c:1060 src/grep.c:1067 src/grep.c:1076
3919#, fuzzy
3920#~ msgid "invalid default template argument"
3921#~ msgstr "�� ������ ������ ������ ������������"
3922
3923#, fuzzy
3924#~ msgid "`%T' is not a valid expression"
3925#~ msgstr "%s' ��� ����� ������ ������� ��������."
3926
3927# src/dfa.c:962
3928# src/dfa.c:970
3929#, fuzzy
3930#~ msgid "sigof type specifier"
3931#~ msgstr "��� �������� ����������"
3932
3933#, fuzzy
3934#~ msgid "`%T' is not a class or namespace"
3935#~ msgstr "�� `%s' ��� ����� �������� ������"
3936
3937#, fuzzy
3938#~ msgid "no type `%D' in `%T'"
3939#~ msgstr "�� ������ ������� `%s'"
3940
3941#, fuzzy
3942#~ msgid "invalid member template declaration `%D'"
3943#~ msgstr "�� ������� ������� ��� ����� �������: `%s'"
3944
3945#, fuzzy
3946#~ msgid "  from definition of `%#D'"
3947#~ msgstr "������� ������� ��� `UNDEFINED'"
3948
3949#~ msgid "        `%D'"
3950#~ msgstr "        `%D'"
3951
3952#, fuzzy
3953#~ msgid "no default argument for `%D'"
3954#~ msgstr "� ���������� `%s' ��� ����� ������."
3955
3956#, fuzzy
3957#~ msgid "template class without a name"
3958#~ msgstr "�� ������������� ����� ������"
3959
3960#, fuzzy
3961#~ msgid "template definition of non-template `%#D'"
3962#~ msgstr "�������� ���������� ������� ������� locale `%s'"
3963
3964#~ msgid "  but %d required"
3965#~ msgstr "  ���� %d �����������"
3966
3967#, fuzzy
3968#~ msgid "`%T' is not a template type"
3969#~ msgstr "�� `%s' ��� ����� �������� ������"
3970
3971#, fuzzy
3972#~ msgid "template parameter `%#D'"
3973#~ msgstr "����� ����� ��������� `%s'"
3974
3975#, fuzzy
3976#~ msgid "`%E' is not a valid template argument"
3977#~ msgstr "%s' ��� ����� ������ ������� ��������."
3978
3979#, fuzzy
3980#~ msgid "  expected a type, got `%E'"
3981#~ msgstr "%s: ���������� �������� ���� �� `%c'"
3982
3983#, fuzzy
3984#~ msgid "  expected a type, got `%T'"
3985#~ msgstr "%s: ���������� �������� ���� �� `%c'"
3986
3987#, fuzzy
3988#~ msgid "wrong number of template arguments (%d, should be %d)"
3989#~ msgstr "����� ������� ���������"
3990
3991#, fuzzy
3992#~ msgid "template argument %d is invalid"
3993#~ msgstr "����� ���������� ��������"
3994
3995#, fuzzy
3996#~ msgid "`%T' is not a template"
3997#~ msgstr "�� `%s' ��� ����� �������� ������"
3998
3999#, fuzzy
4000#~ msgid "invalid parameter type `%T'"
4001#~ msgstr "�� ������ ������������� `%s'"
4002
4003#, fuzzy
4004#~ msgid "creating pointer to member reference type `%T'"
4005#~ msgstr "��� ����� ����� ��� ������ `%s'"
4006
4007#, fuzzy
4008#~ msgid "creating array of `%T'"
4009#~ msgstr "���������� ������� `%s'\n"
4010
4011#, fuzzy
4012#~ msgid "incomplete type unification"
4013#~ msgstr "�������������� ������������ ������� ���������"
4014
4015#, fuzzy
4016#~ msgid "no matching template for `%D' found"
4017#~ msgstr "� ������� ���������� ��� �� `%s' ����� `%s'"
4018
4019#, fuzzy
4020#~ msgid "duplicate explicit instantiation of `%#D'"
4021#~ msgstr "������ ������� �������"
4022
4023#, fuzzy
4024#~ msgid "duplicate explicit instantiation of `%#T'"
4025#~ msgstr "������ ������� �������"
4026
4027#, fuzzy
4028#~ msgid "`%#T' is not a valid type for a template constant parameter"
4029#~ msgstr "%s' ��� ����� ������ ������� ��������."
4030
4031#, fuzzy
4032#~ msgid "can't create repository information file `%s'"
4033#~ msgstr "�������� ���������� ������� ������� locale `%s'"
4034
4035#, fuzzy
4036#~ msgid "cannot use typeid with -fno-rtti"
4037#~ msgstr "��� ����� ������ �� �������������� � ������� -a ����� �� -n"
4038
4039#, fuzzy
4040#~ msgid "`%T' is an inaccessible base of `%T'"
4041#~ msgstr "�� `%s' ����� �������� ��� `%s'"
4042
4043#, fuzzy
4044#~ msgid "`%T' is an ambiguous base of `%T'"
4045#~ msgstr "�� `%s' ����� �������� ��� `%s'"
4046
4047#, fuzzy
4048#~ msgid "invalid covariant return type for `%#D'"
4049#~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'"
4050
4051#, fuzzy
4052#~ msgid "  overriding `%#D'"
4053#~ msgstr "������������ ��� ����"
4054
4055#, fuzzy
4056#~ msgid "  overriding `%#F'"
4057#~ msgstr "������������ ��� ����"
4058
4059#, fuzzy
4060#~ msgid "`%#D' cannot be declared"
4061#~ msgstr "��� ������ �� ����� � ����������."
4062
4063#, fuzzy
4064#~ msgid "`%E' is not of type `%T'"
4065#~ msgstr "�� `%s' ����� �������� ��� `%s'"
4066
4067#, fuzzy
4068#~ msgid "invalid definition of qualified type `%T'"
4069#~ msgstr "�� ������� ������� ������� ��� ������ ������: `%s'"
4070
4071#, fuzzy
4072#~ msgid "parse error in method specification"
4073#~ msgstr "���������� ������ ���� ��������� ������"
4074
4075#, fuzzy
4076#~ msgid "invalid type `%T' for default argument to `%T'"
4077#~ msgstr "�� ������ ������� ���������� `%s'"
4078
4079#~ msgid "%s before `%s'"
4080#~ msgstr "%s ���� ��� `%s'"
4081
4082#~ msgid "%s before `%c'"
4083#~ msgstr "%s ���� ��� `%c'"
4084
4085#~ msgid "%s before `\\%o'"
4086#~ msgstr "%s ���� ��� `\\%o'"
4087
4088#, fuzzy
4089#~ msgid "%s before `%s' token"
4090#~ msgstr "%s (��� �������� ������� `%s')"
4091
4092#, fuzzy
4093#~ msgid "`%V' qualifiers cannot be applied to `%T'"
4094#~ msgstr "�� `%s' ����� �������� ��� `%s'"
4095
4096#, fuzzy
4097#~ msgid "`%s' attribute is not supported on this platform"
4098#~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������"
4099
4100#, fuzzy
4101#~ msgid "invalid use of non-lvalue array"
4102#~ msgstr "�� ������ ��� ��� �����"
4103
4104#, fuzzy
4105#~ msgid "type `%T' has no destructor"
4106#~ msgstr "�� `%s' ��� ����� ���������."
4107
4108#, fuzzy
4109#~ msgid "invalid use of type decl `%#D' as expression"
4110#~ msgstr "�� ������ ������������� �������� �������"
4111
4112#, fuzzy
4113#~ msgid "invalid use of template `%#D' as expression"
4114#~ msgstr "�� ������ �������� �������"
4115
4116#, fuzzy
4117#~ msgid "`%T' is not a pointer-to-object type"
4118#~ msgstr "�� `%s' ��� ����� ���������."
4119
4120#, fuzzy
4121#~ msgid "invalid type argument"
4122#~ msgstr "�� ������ ����������"
4123
4124#, fuzzy
4125#~ msgid "too many arguments to %s `%+#D'"
4126#~ msgstr "���� ����� ��������"
4127
4128#, fuzzy
4129#~ msgid "too few arguments to %s `%+#D'"
4130#~ msgstr "���� ���� ��������"
4131
4132#, fuzzy
4133#~ msgid "division by zero in `%E %% 0'"
4134#~ msgstr "�������� �� ����� ���� ���������: %s"
4135
4136#, fuzzy
4137#~ msgid "division by zero in `%E %% 0.'"
4138#~ msgstr "�������� �� ����� ���� ���������: %s"
4139
4140#, fuzzy
4141#~ msgid "invalid use of `--' on bool variable `%D'"
4142#~ msgstr "�� ������� ������� ��� ����� �������: `%s'"
4143
4144#, fuzzy
4145#~ msgid "cannot create pointer to reference member `%D'"
4146#~ msgstr "��� ����� ������� �� ����� `stat' �� locale ������ `%s'"
4147
4148#, fuzzy
4149#~ msgid "invalid static_cast from type `%T' to type `%T'"
4150#~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'"
4151
4152#, fuzzy
4153#~ msgid "invalid const_cast from type `%T' to type `%T'"
4154#~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'"
4155
4156#, fuzzy
4157#~ msgid "invalid cast to function type `%T'"
4158#~ msgstr "�� ������ ������� `%s'"
4159
4160#, fuzzy
4161#~ msgid "cannot convert `%T' to `%T' in %s"
4162#~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
4163
4164#, fuzzy
4165#~ msgid "in passing argument %P of `%+D'"
4166#~ msgstr "������ ���������� ��� `%s'"
4167
4168#, fuzzy
4169#~ msgid "returning reference to temporary"
4170#~ msgstr "xdr_reference: � ����� �����������\n"
4171
4172#, fuzzy
4173#~ msgid "cannot declare variable `%D' to be of type `%T'"
4174#~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
4175
4176#, fuzzy
4177#~ msgid "cannot declare parameter `%D' to be of type `%T'"
4178#~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'"
4179
4180#, fuzzy
4181#~ msgid "cannot declare field `%D' to be of type `%T'"
4182#~ msgstr "�������� ���������� ��� ����� `%s' ��� ���������� `%s'"
4183
4184#, fuzzy
4185#~ msgid "invalid return type for function `%#D'"
4186#~ msgstr "�� ������ ����� �������������� `%s'"
4187
4188#, fuzzy
4189#~ msgid "cannot allocate an object of type `%T'"
4190#~ msgstr "�������� ��������� ��������� locale `%s'"
4191
4192#, fuzzy
4193#~ msgid "invalid use of undefined type `%#T'"
4194#~ msgstr "�� ������� ������� ��� ����� �������: `%s'"
4195
4196#, fuzzy
4197#~ msgid "declaration of `%#T'"
4198#~ msgstr "���������� ������� `%s'\n"
4199
4200#, fuzzy
4201#~ msgid "invalid use of `%T'"
4202#~ msgstr "�� ������ ���������� `%s'."
4203
4204#, fuzzy
4205#~ msgid "Emit cross referencing information"
4206#~ msgstr "�������� ����������� �������"
4207
4208#~ msgid "note:"
4209#~ msgstr "��������:"
4210
4211#, fuzzy
4212#~ msgid "warning:"
4213#~ msgstr "�������������: "
4214
4215#~ msgid "fatal:"
4216#~ msgstr "�������:"
4217
4218#~ msgid "(continued):"
4219#~ msgstr "(�����������):"
4220
4221#~ msgid "[REPORT BUG!!] %"
4222#~ msgstr "[���ָ���� �� �ֶ���!!] %"
4223
4224#~ msgid "[REPORT BUG!!]"
4225#~ msgstr "[���ָ���� �� ������!!]"
4226
4227#, fuzzy
4228#~ msgid "In statement function"
4229#~ msgstr "���� ����� ��������"
4230
4231#, fuzzy
4232#~ msgid "argument to `%s' missing"
4233#~ msgstr "����� ���������� ��������"
4234
4235#, fuzzy
4236#~ msgid "no input files; unwilling to write output files"
4237#~ msgstr "%s: �� ������ ������� ����� �� ������ ������"
4238
4239#, fuzzy
4240#~ msgid "Implicit declaration of `%A' at %0"
4241#~ msgstr "����������� ��������� ��������� ��� `%s'"
4242
4243# src/main.c:663
4244#, fuzzy
4245#~ msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
4246#~ msgstr "������� ������������ `%s'"
4247
4248# src/main.c:663
4249#, fuzzy
4250#~ msgid "Unknown escape sequence `\\%A' at %0"
4251#~ msgstr "������� ������������ `%s'"
4252
4253#, fuzzy
4254#~ msgid "Unterminated escape sequence `\\' at %0"
4255#~ msgstr "�� ������������o �������������"
4256
4257#, fuzzy
4258#~ msgid "Hex escape at %0 out of range"
4259#~ msgstr "������� ���� ������� ����� ����� �����"
4260
4261#, fuzzy
4262#~ msgid "Escape sequence at %0 out of range for character"
4263#~ msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������"
4264
4265#, fuzzy
4266#~ msgid "hex escape out of range"
4267#~ msgstr "������� ���� ������� ����� ����� �����"
4268
4269# src/main.c:663
4270#, fuzzy
4271#~ msgid "non-ISO escape sequence `\\%c'"
4272#~ msgstr "������� ������������ `%s'"
4273
4274# src/main.c:663
4275#, fuzzy
4276#~ msgid "unknown escape sequence `\\%c'"
4277#~ msgstr "������� ������������ `%s'"
4278
4279#, fuzzy
4280#~ msgid "ignoring pragma: %s"
4281#~ msgstr "���������� ��� �� ��������"
4282
4283#, fuzzy
4284#~ msgid "invalid #ident"
4285#~ msgstr "�� ������ ��������"
4286
4287#, fuzzy
4288#~ msgid "undefined or invalid # directive"
4289#~ msgstr "%%%c: �������������� ������ �� ������."
4290
4291#, fuzzy
4292#~ msgid "invalid #line"
4293#~ msgstr "�� ������� �������"
4294
4295#, fuzzy
4296#~ msgid "invalid #-line"
4297#~ msgstr "�� ������� �������"
4298
4299#, fuzzy
4300#~ msgid "Null character at %0 -- line ignored"
4301#~ msgstr "�� ������� ���������� ��� ������: "
4302
4303#, fuzzy
4304#~ msgid "Set the maximum line length"
4305#~ msgstr "�������� ������� ��������������"
4306
4307#, fuzzy
4308#~ msgid "Missing first operand for binary operator at %0"
4309#~ msgstr "�������� �������� ���������."
4310
4311#, fuzzy
4312#~ msgid "Zero-length character constant at %0"
4313#~ msgstr "���� �������������"
4314
4315#, fuzzy
4316#~ msgid "Invalid token at %0 in expression or subexpression at %1"
4317#~ msgstr "�� ������ �������� �������"
4318
4319#, fuzzy
4320#~ msgid "Character constant at %0 has no closing apostrophe at %1"
4321#~ msgstr "�� ������� �������� ���������� ��� �������������"
4322
4323#, fuzzy
4324#~ msgid "Integer at %0 too large"
4325#~ msgstr "������� ���� ������� ����� ����� �����"
4326
4327#, fuzzy
4328#~ msgid "Unrecognized FORMAT specifier at %0"
4329#~ msgstr "������� �������: %s"
4330
4331#, fuzzy
4332#~ msgid "Zero-size specification invalid at %0"
4333#~ msgstr "%s: �� ������ ������� `%s'.\n"
4334
4335#, fuzzy
4336#~ msgid "Unable to open INCLUDE file `%A' at %0"
4337#~ msgstr "��� ������� �� ������ �� ������ %s"
4338
4339#, fuzzy
4340#~ msgid "Truncating characters on right side of character constant at %0"
4341#~ msgstr "����� ����� ��������� `%s'"
4342
4343#, fuzzy
4344#~ msgid "Typeless constant at %0 too large"
4345#~ msgstr "������� ���� ������� ����� ����� �����"
4346
4347#, fuzzy
4348#~ msgid "Array `%A' at %0 is too large to handle"
4349#~ msgstr "� ��������� `%s' ��� ����� ��������."
4350
4351#, fuzzy
4352#~ msgid "Internal compiler error -- cannot perform operation"
4353#~ msgstr "��������� ������ ��� %s, ������ %u"
4354
4355# src/grep.c:1133
4356#, fuzzy
4357#~ msgid "In unknown kind"
4358#~ msgstr "������� ������� ���������"
4359
4360#~ msgid "In function"
4361#~ msgstr "��� ���������"
4362
4363#~ msgid "In subroutine"
4364#~ msgstr "���� ����������"
4365
4366#~ msgid "In program"
4367#~ msgstr "��� ���������"
4368
4369#~ msgid "In block-data unit"
4370#~ msgstr "��� ������ �����-���������"
4371
4372#~ msgid "In common block"
4373#~ msgstr "��� ����� �����"
4374
4375#, fuzzy
4376#~ msgid "internal error - too many interface type"
4377#~ msgstr "��������� ������ ��� %s, ������ %u"
4378
4379#, fuzzy
4380#~ msgid "field `%s' not found"
4381#~ msgstr "�� ������ ����� ���������� `%s' ��� �������"
4382
4383#, fuzzy
4384#~ msgid "ret instruction not implemented"
4385#~ msgstr "� ���������� ��� ���� ����������"
4386
4387#, fuzzy
4388#~ msgid "can't expand %s"
4389#~ msgstr "%s: �������� ���� �������� %s: %s\n"
4390
4391#, fuzzy
4392#~ msgid "invalid PC in line number table"
4393#~ msgstr "�� ������� ������� ������� �������: `%s'"
4394
4395#, fuzzy
4396#~ msgid "bad string constant"
4397#~ msgstr "�� ������������ ������������� ��������"
4398
4399#, fuzzy
4400#~ msgid "can't reopen %s"
4401#~ msgstr "�������� ���������� ��� `%s'"
4402
4403#, fuzzy
4404#~ msgid "can't close %s"
4405#~ msgstr "��� ����� ������ �� ��������� �� ���������� ��� `%s'"
4406
4407#, fuzzy
4408#~ msgid "cannot find file for class %s"
4409#~ msgstr "�� ������� � ��������������� C: %s \n"
4410
4411#, fuzzy
4412#~ msgid "not a valid Java .class file"
4413#~ msgstr "�� ������� ���������� �������� ������"
4414
4415#, fuzzy
4416#~ msgid "error while parsing constant pool"
4417#~ msgstr "������ ���� �� �������� ��� ������� ������"
4418
4419#, fuzzy
4420#~ msgid "error while parsing fields"
4421#~ msgstr "������ ���� �� �������� ��� ������� ������"
4422
4423#, fuzzy
4424#~ msgid "error while parsing methods"
4425#~ msgstr "������ ���� ��� �������� ��� �������"
4426
4427#, fuzzy
4428#~ msgid "error while parsing final attributes"
4429#~ msgstr "������ ���� �� �������� ��� ������� `%s'"
4430
4431#, fuzzy
4432#~ msgid "no input file specified"
4433#~ msgstr "��� �������� ������ �������"
4434
4435#, fuzzy
4436#~ msgid "can't close input file %s"
4437#~ msgstr "�������� ���������� ������� ������� `%s'"
4438
4439#, fuzzy
4440#~ msgid "field initializer type mismatch"
4441#~ msgstr "���������������� ����� �����������/������"
4442
4443#, fuzzy
4444#~ msgid "can't create directory %s"
4445#~ msgstr "%s: ��� ����� ������� �� ������������ � ��������� %s: %s\n"
4446
4447#, fuzzy
4448#~ msgid "can't create %s"
4449#~ msgstr "�������� ���������� ��� `%s'"
4450
4451#, fuzzy
4452#~ msgid "can't open output file `%s'"
4453#~ msgstr "�������� ���������� ������� ������ `%s'"
4454
4455#, fuzzy
4456#~ msgid "file not found `%s'"
4457#~ msgstr "�� ������ ������� `%s'"
4458
4459#, fuzzy
4460#~ msgid "`%s' is not a valid class name"
4461#~ msgstr "%s' ��� ����� ������ ������� ��������."
4462
4463#, fuzzy
4464#~ msgid "--resource requires -o"
4465#~ msgstr "���������� ������� �������"
4466
4467#, fuzzy
4468#~ msgid "cannot specify both -C and -o"
4469#~ msgstr "��� ����� ������ �� ���������� � ������� ��� � �����"
4470
4471#, fuzzy
4472#~ msgid "cannot create temporary file"
4473#~ msgstr "������: �������� ����������� ���������� ������� ��� ������"
4474
4475#, fuzzy
4476#~ msgid "cannot specify `main' class when not linking"
4477#~ msgstr "��� ����� ������ �� ������� ������� ������ ���� ��������� ��������."
4478
4479#, fuzzy
4480#~ msgid "can't mangle %s"
4481#~ msgstr "��� ����� ������� �� ���������� �� %s"
4482
4483#, fuzzy
4484#~ msgid "internal error - invalid Utf8 name"
4485#~ msgstr "��������� ������ ��� %s, ������ %u"
4486
4487#, fuzzy
4488#~ msgid "Missing name"
4489#~ msgstr "���� ���������� ������"
4490
4491#~ msgid "';' expected"
4492#~ msgstr "���������� ';'"
4493
4494#~ msgid "'*' expected"
4495#~ msgstr "���������� '*'"
4496
4497#, fuzzy
4498#~ msgid "Missing class name"
4499#~ msgstr "���� ���������� ������"
4500
4501#~ msgid "'{' expected"
4502#~ msgstr "���������� '{'"
4503
4504#, fuzzy
4505#~ msgid "Missing interface name"
4506#~ msgstr "�������� ��������� �������"
4507
4508#, fuzzy
4509#~ msgid "Missing term"
4510#~ msgstr "���� ���������� ������"
4511
4512#, fuzzy
4513#~ msgid "Invalid declaration"
4514#~ msgstr "�� ������ ���������"
4515
4516#~ msgid "']' expected"
4517#~ msgstr "���������� ']'"
4518
4519# src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
4520# src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
4521# src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
4522# src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
4523#, fuzzy
4524#~ msgid "Unbalanced ']'"
4525#~ msgstr "�� ������������ ["
4526
4527#, fuzzy
4528#~ msgid "Identifier expected"
4529#~ msgstr "������������� ����������"
4530
4531#~ msgid "')' expected"
4532#~ msgstr "���������� '('"
4533
4534#, fuzzy
4535#~ msgid "Missing formal parameter term"
4536#~ msgstr "������� � ���������������� ��������"
4537
4538#, fuzzy
4539#~ msgid "Missing identifier"
4540#~ msgstr "���� ���������� �� ������ ����������"
4541
4542#, fuzzy
4543#~ msgid "Invalid interface type"
4544#~ msgstr "�� ������� �����������(verifier) ���������������"
4545
4546#~ msgid "':' expected"
4547#~ msgstr "���������� ':'"
4548
4549#, fuzzy
4550#~ msgid "Invalid expression statement"
4551#~ msgstr "�� ������ �������� �������"
4552
4553#~ msgid "'(' expected"
4554#~ msgstr "���������� '('"
4555
4556#, fuzzy
4557#~ msgid "Missing term or ')'"
4558#~ msgstr "������ ���������� ��� `%s'"
4559
4560#, fuzzy
4561#~ msgid "Missing or invalid constant expression"
4562#~ msgstr "%s: �� ������ �������� �������: %s"
4563
4564#, fuzzy
4565#~ msgid "Invalid control expression"
4566#~ msgstr "�� ������ �������� �������"
4567
4568#, fuzzy
4569#~ msgid "Invalid update expression"
4570#~ msgstr "�� ������ �������� �������"
4571
4572#, fuzzy
4573#~ msgid "Invalid init statement"
4574#~ msgstr "�� ������ ����������"
4575
4576#, fuzzy
4577#~ msgid "'class' expected"
4578#~ msgstr "���������� ')'\n"
4579
4580#, fuzzy
4581#~ msgid "')' or term expected"
4582#~ msgstr "���������� ')'\n"
4583
4584#~ msgid "'[' expected"
4585#~ msgstr "���������� '['"
4586
4587#, fuzzy
4588#~ msgid "Field expected"
4589#~ msgstr "� ��������� ��������� ������������"
4590
4591#, fuzzy
4592#~ msgid "']' expected, invalid type expression"
4593#~ msgstr "�� ������ �������� �������"
4594
4595#, fuzzy
4596#~ msgid "Invalid type expression"
4597#~ msgstr "�� ������ �������� �������"
4598
4599#, fuzzy
4600#~ msgid "Invalid reference type"
4601#~ msgstr "�� ������ ����-���������"
4602
4603#~ msgid ""
4604#~ "%s.\n"
4605#~ "%s"
4606#~ msgstr ""
4607#~ "%s.\n"
4608#~ "%s"
4609
4610#, fuzzy
4611#~ msgid "missing static field `%s'"
4612#~ msgstr "���� ���������� � ����� �� �� �����"
4613
4614#, fuzzy
4615#~ msgid "not a static field `%s'"
4616#~ msgstr "�������� �����������(stat()) ������� `%s': %s"
4617
4618#, fuzzy
4619#~ msgid "No case for %s"
4620#~ msgstr "������ ������������: %s"
4621
4622#, fuzzy
4623#~ msgid "unregistered operator %s"
4624#~ msgstr "���� ��� �������� �� ��������� %d\n"
4625
4626#, fuzzy
4627#~ msgid "internal error - use of undefined type"
4628#~ msgstr "��������� ������ ��� %s, ������ %u"
4629
4630#, fuzzy
4631#~ msgid "junk at end of signature string"
4632#~ msgstr "�� ������������o �������������"
4633
4634#, fuzzy
4635#~ msgid "bad pc in exception_table"
4636#~ msgstr "�������� ������� ������������"
4637
4638#, fuzzy
4639#~ msgid "Warn if modifiers are specified when not necessary"
4640#~ msgstr "�� ������� �� ���������� ������ ���� ������� ����� ��� --string"
4641
4642#, fuzzy
4643#~ msgid "cannot find protocol declaration for `%s'"
4644#~ msgstr "�������� ��������� �������� ��������� `%.*s'"
4645
4646#, fuzzy
4647#~ msgid "cannot find interface declaration for `%s'"
4648#~ msgstr "�������� ��������� ��������� ��� �� `%s'"
4649
4650#, fuzzy
4651#~ msgid "cannot find reference tag for class `%s'"
4652#~ msgstr "�� ������� � ��������������� C: %s \n"
4653
4654#, fuzzy
4655#~ msgid "cannot find class `%s'"
4656#~ msgstr "�������� ��������� ioctl ��� `%s'"
4657
4658#, fuzzy
4659#~ msgid "class `%s' already exists"
4660#~ msgstr "(�� ������ ��� �������)"
4661
4662#, fuzzy
4663#~ msgid "inconsistent instance variable specification"
4664#~ msgstr "�������������� ������������ ������� ���������"
4665
4666#, fuzzy
4667#~ msgid "multiple declarations for method `%s'"
4668#~ msgstr "��������� ������� �������� ��� ������ `s'"
4669
4670#, fuzzy
4671#~ msgid "invalid receiver type `%s'"
4672#~ msgstr "�� ������ ������������� `%s'"
4673
4674#, fuzzy
4675#~ msgid "`%s' does not respond to `%s'"
4676#~ msgstr "�� `%s' ����� �������� ��� `%s'"
4677
4678# src/outer.c:102
4679#, fuzzy
4680#~ msgid "no super class declared in interface for `%s'"
4681#~ msgstr "� ��������������� ���������� ���� ����� ����������� ��� ��� ���� ��� �� `%s'"
4682
4683#, fuzzy
4684#~ msgid "method `%s' not implemented by protocol"
4685#~ msgstr "� ���������� ��� ������������� ��� �� ����������"
4686
4687# src/install.c:562
4688#, fuzzy
4689#~ msgid "cannot find method"
4690#~ msgstr "�������� ����������"
4691
4692#, fuzzy
4693#~ msgid "duplicate definition of class method `%s'"
4694#~ msgstr "�������� ���������� ������� ������� locale `%s'"
4695
4696#, fuzzy
4697#~ msgid "duplicate declaration of class method `%s'"
4698#~ msgstr "����� ����� ��������� `%s'"
4699
4700#, fuzzy
4701#~ msgid "duplicate definition of instance method `%s'"
4702#~ msgstr "�������� ���������� ������� ������� locale `%s'"
4703
4704#, fuzzy
4705#~ msgid "duplicate declaration of instance method `%s'"
4706#~ msgstr "����� ����� ��������� `%s'"
4707
4708#, fuzzy
4709#~ msgid "incomplete implementation of category `%s'"
4710#~ msgstr "�������� ���� ��� ������� ��������� ��� ��� ��������� `%s'"
4711
4712# src/request.c:806 src/request.c:912
4713#, fuzzy
4714#~ msgid "conflicting super class name `%s'"
4715#~ msgstr "�� ������������ ����� ���������� `%s'"
4716
4717#, fuzzy
4718#~ msgid "duplicate interface declaration for class `%s'"
4719#~ msgstr "����� ����� ��������� `%s'"
4720
4721#, fuzzy
4722#~ msgid "duplicate declaration for protocol `%s'"
4723#~ msgstr "����� ����� ��������� `%s'"
4724
4725#, fuzzy
4726#~ msgid "profiling not supported with -mg\n"
4727#~ msgstr "� ���������� ��� �������������"
4728
4729#, fuzzy
4730#~ msgid "may not use both -m32 and -m64"
4731#~ msgstr "��� ����� ������ �� ���������� � ������� ��� � �����"
4732
4733#, fuzzy
4734#~ msgid "-mapcs-26 and -mapcs-32 may not be used together"
4735#~ msgstr ""
4736#~ "�� �������� ��� �� ��������� ��� �� ������� � ��� ��� ������� ��\n"
4737#~ "��������������� ���������."
4738
4739#, fuzzy
4740#~ msgid "-msoft-float and -mhard_float may not be used together"
4741#~ msgstr ""
4742#~ "�� �������� ��� �� ��������� ��� �� ������� � ��� ��� ������� ��\n"
4743#~ "��������������� ���������."
4744
4745#, fuzzy
4746#~ msgid "-mbig-endian and -mlittle-endian may not be used together"
4747#~ msgstr ""
4748#~ "�� �������� ��� �� ��������� ��� �� ������� � ��� ��� ������� ��\n"
4749#~ "��������������� ���������."
4750
4751#, fuzzy
4752#~ msgid "-p option not supported: use -pg instead"
4753#~ msgstr "�� -C ��� ���������� ���, �������������� -Z"
4754
4755#~ msgid "-pipe is not supported"
4756#~ msgstr "�� -pipe ��� �������������"
4757
4758#, fuzzy
4759#~ msgid "-mhard-float not supported"
4760#~ msgstr "�� ���������� ��� �������������"
4761
4762#, fuzzy
4763#~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
4764#~ msgstr "\"���� %s\" ������ ��� ������� -l ����� ��������� ������������"
4765
4766#, fuzzy
4767#~ msgid "__builtin_trap not supported by this target"
4768#~ msgstr "���������� ��������� ��� �������������� ��� ������� ����"
4769
4770#, fuzzy
4771#~ msgid "ignoring #pragma %s"
4772#~ msgstr "���������� ��� �� ��������"
4773
4774#, fuzzy
4775#~ msgid "invalid %H value"
4776#~ msgstr "�� ������� �������"
4777
4778#, fuzzy
4779#~ msgid "invalid %h value"
4780#~ msgstr "�� ������� �������"
4781
4782#, fuzzy
4783#~ msgid "invalid %Q value"
4784#~ msgstr "�� ������� �������"
4785
4786#, fuzzy
4787#~ msgid "invalid %q value"
4788#~ msgstr "�� ������� �������"
4789
4790#, fuzzy
4791#~ msgid "invalid %p value"
4792#~ msgstr "�� ������� �������"
4793
4794#, fuzzy
4795#~ msgid "invalid %B value"
4796#~ msgstr "�� ������� �������"
4797
4798#, fuzzy
4799#~ msgid "invalid %C value"
4800#~ msgstr "�� ������� �������"
4801
4802#, fuzzy
4803#~ msgid "invalid %E value"
4804#~ msgstr "�� ������� �������"
4805
4806#, fuzzy
4807#~ msgid "invalid %r value"
4808#~ msgstr "�� ������� �������"
4809
4810#, fuzzy
4811#~ msgid "bad string length in %s"
4812#~ msgstr "�������� ������� ��������������"
4813
4814#, fuzzy
4815#~ msgid "mode mismatch in %s expression"
4816#~ msgstr "������ ��� ��������� ���� �������� ������� `%s'"
4817
4818# src/main.c:697 src/main.c:751
4819#, fuzzy
4820#~ msgid "no label named `%s'"
4821#~ msgstr "������� ������ `%s'"
4822
4823#, fuzzy
4824#~ msgid "this is the first ELSE label"
4825#~ msgstr "����� ����� � ������ �������"
4826
4827#, fuzzy
4828#~ msgid "duplicate CASE value"
4829#~ msgstr "����� ������"
4830
4831#, fuzzy
4832#~ msgid "this is the first entry for that value"
4833#~ msgstr "����� ����� � ������ �������"
4834
4835#, fuzzy
4836#~ msgid "CASE value out of range"
4837#~ msgstr "� ������� ��� �������� ����� ��� ��� �� ����"
4838
4839#, fuzzy
4840#~ msgid "empty range"
4841#~ msgstr "���� �������������"
4842
4843#, fuzzy
4844#~ msgid "internal error - unknown type in multiple assignment"
4845#~ msgstr "��������� ������ - ������� � addtype �� ���� ttisgmt"
4846
4847#, fuzzy
4848#~ msgid "cannot convert to a boolean mode"
4849#~ msgstr "������� � ��������� ��� U+%04X ��� ������ ������ ����������"
4850
4851#, fuzzy
4852#~ msgid "cannot convert to a char mode"
4853#~ msgstr "������� � ��������� ��� U+%04X ��� ������ ������ ����������"
4854
4855#, fuzzy
4856#~ msgid "powerset tuple element out of range"
4857#~ msgstr "%s: ������� ������� ��� ��� �� ����"
4858
4859#, fuzzy
4860#~ msgid "missing variant fields (at least `%s')"
4861#~ msgstr "������ ���������� ��� `%s'"
4862
4863#, fuzzy
4864#~ msgid "bad initializer for field `%s'"
4865#~ msgstr "�� ������ byte � ����� ������"
4866
4867#, fuzzy
4868#~ msgid "invalid array tuple label"
4869#~ msgstr "�� ������� ���������� �������� ������"
4870
4871#, fuzzy
4872#~ msgid "array tuple index out of range"
4873#~ msgstr "%s: ������� ������� ��� ��� �� ����"
4874
4875#, fuzzy
4876#~ msgid "too many array tuple values"
4877#~ msgstr "���� ����� ��������"
4878
4879#, fuzzy
4880#~ msgid "missing array tuple element %s"
4881#~ msgstr "������ ���������� ��� `%s'"
4882
4883#, fuzzy
4884#~ msgid "missing array tuple elements %s : %s"
4885#~ msgstr "������ ���������� ��� `%s'"
4886
4887#, fuzzy
4888#~ msgid "`%s' must not be declared readonly"
4889#~ msgstr "�� `%s' ��� ����� �������� ������"
4890
4891# src/request.c:263
4892#, fuzzy
4893#~ msgid "no initialization allowed for `%s'"
4894#~ msgstr "�� ���� ������������� �������"
4895
4896#, fuzzy
4897#~ msgid "location for `%s' not read-compatible"
4898#~ msgstr "� ��������� `%s' ��� ����� ��������."
4899
4900#, fuzzy
4901#~ msgid "too few tag labels"
4902#~ msgstr "���� ���� ��������"
4903
4904#, fuzzy
4905#~ msgid "too many tag labels"
4906#~ msgstr "���� ����� ��������"
4907
4908#, fuzzy
4909#~ msgid "...is duplicated here"
4910#~ msgstr "����� ������"
4911
4912#, fuzzy
4913#~ msgid "mode of `%s' is not a mode"
4914#~ msgstr "�� `%s' ��� ����� ���������."
4915
4916#, fuzzy
4917#~ msgid "duplicate grant for `%s'"
4918#~ msgstr "����� ����� ��������� `%s'"
4919
4920#, fuzzy
4921#~ msgid "previous grant for `%s'"
4922#~ msgstr "��������� ���� ��� %s"
4923
4924#, fuzzy
4925#~ msgid "duplicate definition `%s'"
4926#~ msgstr "������ ������� �������"
4927
4928#, fuzzy
4929#~ msgid "previous definition of `%s'"
4930#~ msgstr "������� ������� ��� `UNDEFINED'"
4931
4932# src/main.c:785
4933#, fuzzy
4934#~ msgid "ambiguous choice for seize `%s' -"
4935#~ msgstr "������ ����� `%s'"
4936
4937#, fuzzy
4938#~ msgid "INTERNAL ERROR: handle_one_level is broken"
4939#~ msgstr "��������� ������: ����� ����� ������������ ��� expand_token ()"
4940
4941#, fuzzy
4942#~ msgid "conditional expression not allowed in %s"
4943#~ msgstr "����� ������� ���� ��������� (����� �������): %s"
4944
4945#, fuzzy
4946#~ msgid "internal error:  unknown expression mode in %s"
4947#~ msgstr "��������� ������ ��� %s, ������ %u"
4948
4949#, fuzzy
4950#~ msgid "array is not addressable"
4951#~ msgstr "� ��������� `%s' ��� ����� ��������."
4952
4953#~ msgid "too few arguments in call to `%s'"
4954#~ msgstr "���� ���� �������� ��� ����� ��� `%s'"
4955
4956#~ msgid "too many arguments in call to `%s'"
4957#~ msgstr "���� ����� �������� ��� ����� ��� `%s'"
4958
4959#, fuzzy
4960#~ msgid "cannot dereference, not a pointer"
4961#~ msgstr "��� ������ �� ���������� �� ����� ��� ����������"
4962
4963#, fuzzy
4964#~ msgid "invalid type argument of `->'"
4965#~ msgstr "� ���������� `%s' ��� ����� ������."
4966
4967#, fuzzy
4968#~ msgid "no field named `%s'"
4969#~ msgstr "�� �������� ����� %s"
4970
4971#, fuzzy
4972#~ msgid "argument %d to ABSTIME must be of integer type"
4973#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
4974
4975#, fuzzy
4976#~ msgid "parameter 2 must be a positive integer"
4977#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
4978
4979#, fuzzy
4980#~ msgid "argument 1 to `%s' must be of floating point mode"
4981#~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������"
4982
4983#, fuzzy
4984#~ msgid "first argument to `%s' must be a mode"
4985#~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������"
4986
4987#~ msgid "too many arguments to procedure `%s'"
4988#~ msgstr "���� ����� �������� ��� ������� `%s'"
4989
4990#~ msgid "too many arguments to procedure"
4991#~ msgstr "���� ����� �������� ��� �������"
4992
4993#, fuzzy
4994#~ msgid "too few arguments to procedure `%s'"
4995#~ msgstr "�������������: ���� ���� �������� ��� ����������� `%s'"
4996
4997#, fuzzy
4998#~ msgid "too few arguments to procedure"
4999#~ msgstr "���� ���� ��������"
5000
5001#, fuzzy
5002#~ msgid "syntax error (integer used as function)"
5003#~ msgstr "���������� ������ ���� ��������� ������"
5004
5005#, fuzzy
5006#~ msgid "syntax error - missing operator, comma, or '('?"
5007#~ msgstr "���������� ������ ���� ������ ��� ������ �����������: %s"
5008
5009#, fuzzy
5010#~ msgid "internal error - bad built-in function `%s'"
5011#~ msgstr "��������� ������ ��� %s, ������ %u"
5012
5013#, fuzzy
5014#~ msgid "invalid operation on array of chars"
5015#~ msgstr "�� ������� ���������� ���������"
5016
5017#, fuzzy
5018#~ msgid "invalid left operand of %s"
5019#~ msgstr "�� ������ ����� �������������� `%s'"
5020
5021#, fuzzy
5022#~ msgid "invalid right operand of %s"
5023#~ msgstr "�� ������ ����� �������������� `%s'"
5024
5025#, fuzzy
5026#~ msgid "ADDR requires a LOCATION argument"
5027#~ msgstr "� ������� `-k' ������� ��� ������"
5028
5029#, fuzzy
5030#~ msgid "-> expression is not addressable"
5031#~ msgstr "����� ������� ���� ���������: %s"
5032
5033#, fuzzy
5034#~ msgid "%s is not addressable"
5035#~ msgstr "�� `%s' ��� ����� �������� ������"
5036
5037#, fuzzy
5038#~ msgid "can't write to %s"
5039#~ msgstr "�������� �������� �������������: %s"
5040
5041#, fuzzy
5042#~ msgid "FORBID is not yet implemented"
5043#~ msgstr "� ���������� ��� ���� ����������"
5044
5045#, fuzzy
5046#~ msgid "text length must be greater then 0"
5047#~ msgstr "%s: � ������� ������� ������ �� ����� ����������� ��� �� �����"
5048
5049#, fuzzy
5050#~ msgid "argument %d of %s must be a location"
5051#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5052
5053#, fuzzy
5054#~ msgid "argument 2 of ASSOCIATE must not be an empty string"
5055#~ msgstr "%s: � ���� ��� �� ����� `%s' ��� ������ �� ����� ��� ���� �������������"
5056
5057#, fuzzy
5058#~ msgid "argument 2 to ASSOCIATE must be a string"
5059#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5060
5061#, fuzzy
5062#~ msgid "argument 3 to ASSOCIATE must be a string"
5063#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5064
5065#, fuzzy
5066#~ msgid "too many arguments in call to MODIFY"
5067#~ msgstr "���� ����� ��������"
5068
5069#, fuzzy
5070#~ msgid "argument 2 of MODIFY must not be an empty string"
5071#~ msgstr "%s: � ���� ��� �� ����� `%s' ��� ������ �� ����� ��� ���� �������������"
5072
5073#, fuzzy
5074#~ msgid "argument 2 to MODIFY must be a string"
5075#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5076
5077#, fuzzy
5078#~ msgid "argument 3 to MODIFY must be a string"
5079#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5080
5081#, fuzzy
5082#~ msgid "incompatible index mode"
5083#~ msgstr "�� ������ ��������"
5084
5085#, fuzzy
5086#~ msgid "argument %d of %s must be of mode ACCESS"
5087#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5088
5089#, fuzzy
5090#~ msgid "too few arguments in call to `readrecord'"
5091#~ msgstr "���� ���� bytes ���� ������������ ���������"
5092
5093#, fuzzy
5094#~ msgid "incompatible record mode"
5095#~ msgstr "����������� ������� ��� ������� ���� �� ���� (truncated)"
5096
5097#, fuzzy
5098#~ msgid "too few arguments in call to `writerecord'"
5099#~ msgstr "���� ���� bytes ���� ������������ ���������"
5100
5101#, fuzzy
5102#~ msgid "argument %d of %s must be of mode TEXT"
5103#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5104
5105#, fuzzy
5106#~ msgid "argument %d must be referable"
5107#~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������"
5108
5109#, fuzzy
5110#~ msgid "too few arguments for this format string"
5111#~ msgstr "����� ���������� ��������"
5112
5113#, fuzzy
5114#~ msgid "internal error in check_format_string"
5115#~ msgstr "��������� ������ ��� %s, ������ %u"
5116
5117# src/recode.c:171
5118#, fuzzy
5119#~ msgid "no padding character (offset %d)"
5120#~ msgstr "������� ���������� ��� ������������ �� %3d"
5121
5122#, fuzzy
5123#~ msgid "too many arguments for this format string"
5124#~ msgstr "���� ����� �������� �� ���� �� ������������� ������"
5125
5126#, fuzzy
5127#~ msgid "missing index expression"
5128#~ msgstr "�������� ��������� �������"
5129
5130#, fuzzy
5131#~ msgid "too few arguments in call to `readtext'"
5132#~ msgstr "���� ���� ��������"
5133
5134#, fuzzy
5135#~ msgid "non-constant expression"
5136#~ msgstr "�������� ����������� ��� ������� ��� �������"
5137
5138#, fuzzy
5139#~ msgid "invalid C'xx' "
5140#~ msgstr "�� ������ ���������� UTC"
5141
5142#, fuzzy
5143#~ msgid "unrecognized compiler directive"
5144#~ msgstr "�� ������������ ������� `-%c'"
5145
5146#, fuzzy
5147#~ msgid "unrecognized compiler directive `%s'"
5148#~ msgstr "�� ������������ ������� `-%c'"
5149
5150#, fuzzy
5151#~ msgid "invalid control sequence"
5152#~ msgstr "�� ������ ����� ����"
5153
5154#, fuzzy
5155#~ msgid "unterminated string literal"
5156#~ msgstr "�� ������������o �������������"
5157
5158#, fuzzy
5159#~ msgid "invalid number format `%s'"
5160#~ msgstr "�� ������� ������� ��� ������: `%s'"
5161
5162#, fuzzy
5163#~ msgid "can't find %s"
5164#~ msgstr "��� ����� ������� �� ���������� �� %s"
5165
5166#, fuzzy
5167#~ msgid "invalid `%c' character in name"
5168#~ msgstr "�� ������� ���������� �������� ������"
5169
5170#, fuzzy
5171#~ msgid "loop identifier undeclared"
5172#~ msgstr "���������� ������� � �������������"
5173
5174#, fuzzy
5175#~ msgid "BY expression is negative or zero"
5176#~ msgstr "����� ������� ���� ���������: %s"
5177
5178#, fuzzy
5179#~ msgid "start label '%s' does not match end label '%s'"
5180#~ msgstr "�� ������ ��������� ������ `%s' ��� ��������� �� �� �������������� ����������� `%s'"
5181
5182#, fuzzy
5183#~ msgid "expected a name here"
5184#~ msgstr "%s: ���������� ���������� ����."
5185
5186#, fuzzy
5187#~ msgid "expected a name string here"
5188#~ msgstr "%s: ���������� ���������� ����."
5189
5190#, fuzzy
5191#~ msgid "missing defining occurrence"
5192#~ msgstr "���� ���������� �� ������ ����������"
5193
5194#, fuzzy
5195#~ msgid "missing '(' in exception list"
5196#~ msgstr "���� ���������� �� ������ ����������"
5197
5198#, fuzzy
5199#~ msgid "syntax error in exception list"
5200#~ msgstr "���������� ������ ��� ������ ��� %s: %s"
5201
5202#, fuzzy
5203#~ msgid "empty ON-condition"
5204#~ msgstr "��������� ��������� �������/������"
5205
5206#, fuzzy
5207#~ msgid "expected another rename clause"
5208#~ msgstr "%s: ���������� ���������� ����."
5209
5210#, fuzzy
5211#~ msgid "syntax error while parsing signal definition statement"
5212#~ msgstr "���������� ������ ��� ������ ��� %s: %s"
5213
5214#, fuzzy
5215#~ msgid "expression is not an action"
5216#~ msgstr "����� ������� ���� ���������: %s"
5217
5218#, fuzzy
5219#~ msgid "syntax error in action"
5220#~ msgstr "���������� ������ ���� ��������� ������"
5221
5222#, fuzzy
5223#~ msgid "bad tuple field name list"
5224#~ msgstr "�� ������ byte � ����� ������"
5225
5226#, fuzzy
5227#~ msgid "invalid syntax for label in tuple"
5228#~ msgstr "�� ������ byte � ����� ������"
5229
5230#, fuzzy
5231#~ msgid "missing field name"
5232#~ msgstr "�������� ��������� �������"
5233
5234#, fuzzy
5235#~ msgid "missing field"
5236#~ msgstr "���� ���������� � ����� �� �� �����"
5237
5238#, fuzzy
5239#~ msgid "VARYING bit-strings not implemented"
5240#~ msgstr "� ���������� ��� ���� ����������"
5241
5242#, fuzzy
5243#~ msgid "SIGNAL is not a valid mode"
5244#~ msgstr "�� ������ ��������"
5245
5246#, fuzzy
5247#~ msgid "syntax error - missing mode"
5248#~ msgstr "���������� ������ ���� ������� locale ���������"
5249
5250#~ msgid "  `%s'"
5251#~ msgstr "  `%s'"
5252
5253#, fuzzy
5254#~ msgid "undeclared identifier `%s'"
5255#~ msgstr "�� ������� ������� ������: `%s'"
5256
5257#, fuzzy
5258#~ msgid "too many arguments to process `%s'"
5259#~ msgstr "���� ����� ��������"
5260
5261#, fuzzy
5262#~ msgid "too many arguments to process"
5263#~ msgstr "���� ����� ��������"
5264
5265#, fuzzy
5266#~ msgid "too few arguments to process `%s'"
5267#~ msgstr "���� ���� ��������"
5268
5269#, fuzzy
5270#~ msgid "too few arguments to process"
5271#~ msgstr "���� ���� ��������"
5272
5273#, fuzzy
5274#~ msgid "GEN_INST parameter 2 must be an integer mode"
5275#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
5276
5277#, fuzzy
5278#~ msgid "%s is not a declared process"
5279#~ msgstr "�� `%s' ��� ����� �������� ������"
5280
5281#, fuzzy
5282#~ msgid " and no default priority was set."
5283#~ msgstr "��� ����� ������� �� ������ � �������������."
5284
5285#, fuzzy
5286#~ msgid " and no destination process specified"
5287#~ msgstr "���������� ��������� ����������"
5288
5289#, fuzzy
5290#~ msgid "slice length out-of-range"
5291#~ msgstr "������� ���� ������� ����� ����� �����"
5292
5293#, fuzzy
5294#~ msgid "too many index expressions"
5295#~ msgstr "���������� ����� ������������ ����������"
5296
5297#, fuzzy
5298#~ msgid "cannot convert to float"
5299#~ msgstr "������� � ��������� ��� U+%04X ��� ������ ������ ����������"
5300
5301#, fuzzy
5302#~ msgid "cannot convert float to this mode"
5303#~ msgstr "yp_update: �������� ���������� �������� ���������� �� ����� �������\n"
5304
5305#, fuzzy
5306#~ msgid "internal error in chill_root_resulting_mode"
5307#~ msgstr "��������� ������ ��� %s, ������ %u"
5308
5309#, fuzzy
5310#~ msgid "cannot process BIN (>32)"
5311#~ msgstr "��� ����� ������� �� ������ � ����� ��� �����������."
5312
5313#, fuzzy
5314#~ msgid "negative string length"
5315#~ msgstr "�������� ������� ��������������"
5316
5317#, fuzzy
5318#~ msgid "floating point ranges"
5319#~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s"
5320
5321#, fuzzy
5322#~ msgid "starting word in POS must be an integer constant"
5323#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
5324
5325#, fuzzy
5326#~ msgid "length in POS must be an integer constant"
5327#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
5328
5329#, fuzzy
5330#~ msgid "end bit in POS must be an integer constant"
5331#~ msgstr "� ���� ��� �� %s ������ �� ����� ��������"
5332
5333#, fuzzy
5334#~ msgid "invalid parameterized type"
5335#~ msgstr "%s: �� ������ ����� �������"
5336
5337# src/main.c:659
5338#, fuzzy
5339#~ msgid "ambiguous request for method pointer `%s'"
5340#~ msgstr "������ ������������ `%s'"
5341
5342#, fuzzy
5343#~ msgid "invalid use of %D"
5344#~ msgstr "�� ������� �������"
5345
5346#, fuzzy
5347#~ msgid "internal error #%d"
5348#~ msgstr "��������� ������ NIS"
5349
5350#, fuzzy
5351#~ msgid "can't to open %s"
5352#~ msgstr "�������� ���������� ��� `%s'"
5353