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