1# Translation of binutils-2.16.93.po to Russian
2# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
3# This file is distributed under the same license as the binutils package.
4#
5# Pavel Maryanov <acid_jack@ukr.net>, 2003, 2005, 2006.
6msgid ""
7msgstr ""
8"Project-Id-Version: binutils-2.16.93\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2005-10-25 09:14+0930\n"
11"PO-Revision-Date: 2006-05-22 14:32+0300\n"
12"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
13"Language-Team: Russian <ru@li.org>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=KOI8-R\n"
16"Content-Transfer-Encoding: 8bit\n"
17"X-Generator: KBabel 1.11.2\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: addr2line.c:76
21#, c-format
22msgid "Usage: %s [option(s)] [addr(s)]\n"
23msgstr "�������������: %s [�����] [�����(�)]\n"
24
25#: addr2line.c:77
26#, c-format
27msgid " Convert addresses into line number/file name pairs.\n"
28msgstr "������������ ������ � ���� �����_������/���_�����.\n"
29
30#: addr2line.c:78
31#, c-format
32msgid " If no addresses are specified on the command line, they will be read from stdin\n"
33msgstr " ���� ������ �� ������� � ��������� ������, ��� ����� ��������� �� stdin\n"
34
35#: addr2line.c:79
36#, c-format
37msgid ""
38" The options are:\n"
39"  @<file>                Read options from <file>\n"
40"  -b --target=<bfdname>  Set the binary file format\n"
41"  -e --exe=<executable>  Set the input file name (default is a.out)\n"
42"  -i --inlines\t\t Unwind inlined functions\n"
43"  -s --basenames         Strip directory names\n"
44"  -f --functions         Show function names\n"
45"  -C --demangle[=style]  Demangle function names\n"
46"  -h --help              Display this information\n"
47"  -v --version           Display the program's version\n"
48"\n"
49msgstr ""
50" �����:\n"
51"  @<����>                ������ ����� �� <�����>\n"
52"  -b --target=<bfd-���>  ���������� ������ ��������� �����\n"
53"  -e --exe=<exe'����>    ���������� ��� �������� ����� (�� ��������� ������������ a.out)\n"
54"  -s --basenames         �������� ����� ���������\n"
55"  -f --functions         �������� ����� �������\n"
56"  -C --demangle[=�����]  ������������ ����� �������\n"
57"  -h --help              �������� ��� ����������\n"
58"  -v --version           �������� ������ ���������\n"
59"\n"
60
61#: addr2line.c:93 ar.c:263 coffdump.c:466 nlmconv.c:1113 objcopy.c:486
62#: objcopy.c:520 readelf.c:2622 size.c:102 srconv.c:1732 strings.c:725
63#: sysdump.c:648 windres.c:673
64#, c-format
65msgid "Report bugs to %s\n"
66msgstr "������ �� ������� ����������� � %s\n"
67
68#: addr2line.c:253
69#, c-format
70msgid "%s: can not get addresses from archive"
71msgstr "%s: ���������� �������� ������ �� ������"
72
73#: addr2line.c:325 nm.c:1523 objdump.c:3033
74#, c-format
75msgid "unknown demangling style `%s'"
76msgstr "����������� ����� ������������� `%s'"
77
78#: ar.c:203
79#, c-format
80msgid "no entry %s in archive\n"
81msgstr "� ������ ��� ������ %s\n"
82
83#: ar.c:219
84#, c-format
85msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n"
86msgstr ""
87"�������������: %s [����� ��������] [-]{dmpqrstx}[abcfilNoPsSuvV] [���_�����]\n"
88"                  [����] ����_������ ����...\n"
89
90#: ar.c:222
91#, c-format
92msgid "       %s -M [<mri-script]\n"
93msgstr "               %s -M [<mri-������]\n"
94
95#: ar.c:223
96#, c-format
97msgid " commands:\n"
98msgstr " �������:\n"
99
100#: ar.c:224
101#, c-format
102msgid "  d            - delete file(s) from the archive\n"
103msgstr "  d            - �������� ������ �� ������\n"
104
105#: ar.c:225
106#, c-format
107msgid "  m[ab]        - move file(s) in the archive\n"
108msgstr "  m[ab]        - ����������� ������ � �����\n"
109
110#: ar.c:226
111#, c-format
112msgid "  p            - print file(s) found in the archive\n"
113msgstr "  p            - ����� ������, ��������� � ������\n"
114
115#: ar.c:227
116#, c-format
117msgid "  q[f]         - quick append file(s) to the archive\n"
118msgstr "  q[f]         - ������� ���������� ������ � �����\n"
119
120#: ar.c:228
121#, c-format
122msgid "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
123msgstr "  r[ab][f][u]  - ������ ������������ ��� ������� ����� ������ � �����\n"
124
125#: ar.c:229
126#, c-format
127msgid "  t            - display contents of archive\n"
128msgstr "  t            - ����������� ����������� ������\n"
129
130#: ar.c:230
131#, c-format
132msgid "  x[o]         - extract file(s) from the archive\n"
133msgstr "  x[o]         - ���������� ������ �� ������\n"
134
135#: ar.c:231
136#, c-format
137msgid " command specific modifiers:\n"
138msgstr " ������ ������������ ��� ������:\n"
139
140#: ar.c:232
141#, c-format
142msgid "  [a]          - put file(s) after [member-name]\n"
143msgstr "  [a]          - ���������� ������ ����� [�����_�����]\n"
144
145#: ar.c:233
146#, c-format
147msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
148msgstr "  [b]          - ���������� ������ �� [�����_�����] (�� ��, ��� � [i])\n"
149
150#: ar.c:234
151#, c-format
152msgid "  [N]          - use instance [count] of name\n"
153msgstr "  [N]          - ������������� [�����], ��� �������� �����\n"
154
155#: ar.c:235
156#, c-format
157msgid "  [f]          - truncate inserted file names\n"
158msgstr "  [f]          - ��������� ���� ����������� ������\n"
159
160#: ar.c:236
161#, c-format
162msgid "  [P]          - use full path names when matching\n"
163msgstr "  [P]          - ������������� ������ ������� ���� ��� �������������\n"
164
165#: ar.c:237
166#, c-format
167msgid "  [o]          - preserve original dates\n"
168msgstr "  [o]          - ���������� �������� ���\n"
169
170#: ar.c:238
171#, c-format
172msgid "  [u]          - only replace files that are newer than current archive contents\n"
173msgstr "  [u]          - ������ ������ ������ ����� �����, ��� ������� ���������� ������\n"
174
175#: ar.c:239
176#, c-format
177msgid " generic modifiers:\n"
178msgstr " ������� ������������:\n"
179
180#: ar.c:240
181#, c-format
182msgid "  [c]          - do not warn if the library had to be created\n"
183msgstr "  [c]          - �� �������������, ���� ������ ���� ������� ����������\n"
184
185#: ar.c:241
186#, c-format
187msgid "  [s]          - create an archive index (cf. ranlib)\n"
188msgstr "  [s]          - �������� ������� ������ (cf. ranlib)\n"
189
190#: ar.c:242
191#, c-format
192msgid "  [S]          - do not build a symbol table\n"
193msgstr "  [S]          - �� ��������� ������� ��������\n"
194
195#: ar.c:243
196#, c-format
197msgid "  [v]          - be verbose\n"
198msgstr "  [v]          - ��������� �����\n"
199
200#: ar.c:244
201#, c-format
202msgid "  [V]          - display the version number\n"
203msgstr "  [V]          - ����� ������ ������\n"
204
205#: ar.c:245
206#, c-format
207msgid "  @<file>      - read options from <file>\n"
208msgstr "  @<file>      - ������ ����� �� <�����>\n"
209
210#: ar.c:252
211#, c-format
212msgid "Usage: %s [options] archive\n"
213msgstr "�������������: %s [�����] �����\n"
214
215#: ar.c:253
216#, c-format
217msgid " Generate an index to speed access to archives\n"
218msgstr " ������� ������ ��� ���������� �������� ������� � �������\n"
219
220#: ar.c:254
221#, c-format
222msgid ""
223" The options are:\n"
224"  @<file>                      Read options from <file>\n"
225"  -h --help                    Print this help message\n"
226"  -V --version                 Print version information\n"
227msgstr ""
228" �����:\n"
229"  @<����>                      ������ ����� �� <�����>\n"
230"  -h --help                    ����� ����������� ���������\n"
231"  -V --version                 ����� ���������� � ������\n"
232
233#: ar.c:485
234msgid "two different operation options specified"
235msgstr "������� ����� ��� ���� ��������� ��������"
236
237#: ar.c:560
238#, c-format
239msgid "illegal option -- %c"
240msgstr "�������� ����� -- %c"
241
242#: ar.c:606
243msgid "no operation specified"
244msgstr "�������� �� �������"
245
246#: ar.c:609
247msgid "`u' is only meaningful with the `r' option."
248msgstr "`u' ����� �������� ������ � ������ `r'."
249
250#: ar.c:617
251msgid "`N' is only meaningful with the `x' and `d' options."
252msgstr "`u' ����� �������� ������ � ������� `x' � `d'."
253
254#: ar.c:620
255msgid "Value for `N' must be positive."
256msgstr "�������� ��� `N' ������ ���� �������������."
257
258#: ar.c:670
259#, c-format
260msgid "internal error -- this option not implemented"
261msgstr "���������� ������ -- ��� ����� �� ���������"
262
263#: ar.c:739
264#, c-format
265msgid "creating %s"
266msgstr "��������� %s"
267
268#: ar.c:788 ar.c:838 ar.c:1156 objcopy.c:1683
269#, c-format
270msgid "internal stat error on %s"
271msgstr "���������� ������ stat �� %s"
272
273#: ar.c:792
274#, c-format
275msgid ""
276"\n"
277"<%s>\n"
278"\n"
279msgstr ""
280"\n"
281"<%s>\n"
282"\n"
283
284#: ar.c:808 ar.c:875
285#, c-format
286msgid "%s is not a valid archive"
287msgstr "%s �� �������� ������ �������"
288
289#: ar.c:843
290#, c-format
291msgid "stat returns negative size for %s"
292msgstr "stat ��������� ������������� ������ ��� %s"
293
294#: ar.c:1061
295#, c-format
296msgid "No member named `%s'\n"
297msgstr "��� ����� � ������ `%s'\n"
298
299#: ar.c:1111
300#, c-format
301msgid "no entry %s in archive %s!"
302msgstr "������ %s ��� � ������ %s!"
303
304#: ar.c:1248
305#, c-format
306msgid "%s: no archive map to update"
307msgstr "%s: ��� ����� ������ ��� ����������"
308
309#: arsup.c:87
310#, c-format
311msgid "No entry %s in archive.\n"
312msgstr "������ %s ��� � ������.\n"
313
314#: arsup.c:112
315#, c-format
316msgid "Can't open file %s\n"
317msgstr "���������� ������� ���� %s\n"
318
319#: arsup.c:162
320#, c-format
321msgid "%s: Can't open output archive %s\n"
322msgstr "%s: ���������� ������� �������� ����� %s\n"
323
324#: arsup.c:179
325#, c-format
326msgid "%s: Can't open input archive %s\n"
327msgstr "%s: ���������� ������� ������� ����� %s\n"
328
329#: arsup.c:188
330#, c-format
331msgid "%s: file %s is not an archive\n"
332msgstr "%s: ���� %s �� �������� �������\n"
333
334#: arsup.c:227
335#, c-format
336msgid "%s: no output archive specified yet\n"
337msgstr "%s: �������� ����� ��� �� ������\n"
338
339#: arsup.c:247 arsup.c:285 arsup.c:327 arsup.c:347 arsup.c:413
340#, c-format
341msgid "%s: no open output archive\n"
342msgstr "%s: ��� ��������� ��������� ������\n"
343
344#: arsup.c:258 arsup.c:368 arsup.c:394
345#, c-format
346msgid "%s: can't open file %s\n"
347msgstr "%s: ���������� ������� ���� %s\n"
348
349#: arsup.c:312 arsup.c:390 arsup.c:471
350#, c-format
351msgid "%s: can't find module file %s\n"
352msgstr "%s: ���������� ����� ���� ������ %s\n"
353
354#: arsup.c:422
355#, c-format
356msgid "Current open archive is %s\n"
357msgstr "������� �������� ����� - %s\n"
358
359#: arsup.c:446
360#, c-format
361msgid "%s: no open archive\n"
362msgstr "%s: ��� ��������� ������\n"
363
364#: binemul.c:37
365#, c-format
366msgid "  No emulation specific options\n"
367msgstr "  ��� �����, ����������� ��� ��������\n"
368
369#. Macros for common output.
370#: binemul.h:40
371#, c-format
372msgid " emulation options: \n"
373msgstr " ����� ��������: \n"
374
375#: bucomm.c:110
376#, c-format
377msgid "can't set BFD default target to `%s': %s"
378msgstr "���������� ���������� ���� BFD �� ��������� �� `%s': %s"
379
380#: bucomm.c:121
381#, c-format
382msgid "%s: Matching formats:"
383msgstr "%s: ������� ����������:"
384
385#: bucomm.c:136
386#, c-format
387msgid "Supported targets:"
388msgstr "�������������� ����:"
389
390#: bucomm.c:138
391#, c-format
392msgid "%s: supported targets:"
393msgstr "%s: �������������� ����:"
394
395#: bucomm.c:154
396#, c-format
397msgid "Supported architectures:"
398msgstr "�������������� �����������:"
399
400#: bucomm.c:156
401#, c-format
402msgid "%s: supported architectures:"
403msgstr "%s: �������������� �����������:"
404
405#: bucomm.c:349
406#, c-format
407msgid "BFD header file version %s\n"
408msgstr "���� ��������� BFD ������ %s\n"
409
410#: bucomm.c:450
411#, c-format
412msgid "%s: bad number: %s"
413msgstr "%s: ������ �����: %s"
414
415#: bucomm.c:467 strings.c:438
416#, c-format
417msgid "'%s': No such file"
418msgstr "'%s': ��� ������ �����"
419
420#: bucomm.c:469 strings.c:440
421#, c-format
422msgid "Warning: could not locate '%s'.  reason: %s"
423msgstr "��������������: ���������� ����� '%s'. �������: %s"
424
425#: bucomm.c:473
426#, c-format
427msgid "Warning: '%s' is not an ordinary file"
428msgstr "��������������: '%s' �� �������� ������� ������"
429
430#: coffdump.c:103
431#, c-format
432msgid "#lines %d "
433msgstr "#������ %d "
434
435#: coffdump.c:457 sysdump.c:641
436#, c-format
437msgid "Usage: %s [option(s)] in-file\n"
438msgstr "�������������: %s [�����] in-����\n"
439
440#: coffdump.c:458
441#, c-format
442msgid " Print a human readable interpretation of a SYSROFF object file\n"
443msgstr " ������� ������������� ��� �������� ������������� ���������� ����� SYSROFF\n"
444
445#: coffdump.c:459
446#, c-format
447msgid ""
448" The options are:\n"
449"  @<file>                Read options from <file>\n"
450"  -h --help              Display this information\n"
451"  -v --version           Display the program's version\n"
452"\n"
453msgstr ""
454" �����:\n"
455"  @<����>                ������ ����� �� <�����>\n"
456"  -h --help              ����� ���� ����������\n"
457"  -v --version           ����� ������ ���������\n"
458"\n"
459
460#: coffdump.c:528 srconv.c:1822 sysdump.c:705
461msgid "no input file specified"
462msgstr "�� ������ ������� ����"
463
464#: debug.c:648
465msgid "debug_add_to_current_namespace: no current file"
466msgstr "debug_add_to_current_namespace: ��� �������� �����"
467
468#: debug.c:727
469msgid "debug_start_source: no debug_set_filename call"
470msgstr "debug_start_source: ��� ������ debug_set_filename"
471
472#: debug.c:783
473msgid "debug_record_function: no debug_set_filename call"
474msgstr "debug_record_function: ��� ������ debug_set_filename"
475
476#: debug.c:835
477msgid "debug_record_parameter: no current function"
478msgstr "debug_record_parameter: ��� ������� �������"
479
480#: debug.c:867
481msgid "debug_end_function: no current function"
482msgstr "debug_end_function: ��� ������� �������"
483
484#: debug.c:873
485msgid "debug_end_function: some blocks were not closed"
486msgstr "debug_end_function: ��������� ����� �� ���� �������"
487
488#: debug.c:901
489msgid "debug_start_block: no current block"
490msgstr "debug_start_block: ��� �������� �����"
491
492#: debug.c:937
493msgid "debug_end_block: no current block"
494msgstr "debug_end_block: ��� �������� �����"
495
496#: debug.c:944
497msgid "debug_end_block: attempt to close top level block"
498msgstr "debug_end_block: ������� ������� ���� �������� ������"
499
500#: debug.c:967
501msgid "debug_record_line: no current unit"
502msgstr "debug_record_line: ��� �������� ������"
503
504#. FIXME
505#: debug.c:1020
506msgid "debug_start_common_block: not implemented"
507msgstr "debug_start_common_block: �� ��������"
508
509#. FIXME
510#: debug.c:1031
511msgid "debug_end_common_block: not implemented"
512msgstr "debug_end_common_block: �� ��������"
513
514#. FIXME.
515#: debug.c:1115
516msgid "debug_record_label: not implemented"
517msgstr "debug_record_label: �� ��������"
518
519#: debug.c:1137
520msgid "debug_record_variable: no current file"
521msgstr "debug_record_variable: ��� �������� �����"
522
523#: debug.c:1665
524msgid "debug_make_undefined_type: unsupported kind"
525msgstr "debug_make_undefined_type: ���������������� ���"
526
527#: debug.c:1842
528msgid "debug_name_type: no current file"
529msgstr "debug_name_type: ��� �������� �����"
530
531#: debug.c:1887
532msgid "debug_tag_type: no current file"
533msgstr "debug_tag_type: ��� �������� �����"
534
535#: debug.c:1895
536msgid "debug_tag_type: extra tag attempted"
537msgstr "debug_tag_type: ��������� �������������� ���"
538
539#: debug.c:1932
540#, c-format
541msgid "Warning: changing type size from %d to %d\n"
542msgstr "��������������: ���������� ������ ���� � %d �� %d\n"
543
544#: debug.c:1954
545msgid "debug_find_named_type: no current compilation unit"
546msgstr "debug_find_named_type: ��� �������� ������ ����������"
547
548#: debug.c:2057
549#, c-format
550msgid "debug_get_real_type: circular debug information for %s\n"
551msgstr "debug_get_real_type: ����������� ���������� ���������� ��� %s\n"
552
553#: debug.c:2484
554msgid "debug_write_type: illegal type encountered"
555msgstr "debug_write_type: �������� �������� ���"
556
557#: dlltool.c:765 dlltool.c:789 dlltool.c:818
558#, c-format
559msgid "Internal error: Unknown machine type: %d"
560msgstr "���������� ������: ����������� ��� ������: %d"
561
562#: dlltool.c:854
563#, c-format
564msgid "Can't open def file: %s"
565msgstr "���������� ������� ���� def: %s"
566
567#: dlltool.c:859
568#, c-format
569msgid "Processing def file: %s"
570msgstr "�������������� ���� def: %s"
571
572#: dlltool.c:863
573msgid "Processed def file"
574msgstr "��������� ���� def"
575
576#: dlltool.c:887
577#, c-format
578msgid "Syntax error in def file %s:%d"
579msgstr "������ ���������� � ����� def %s:%d"
580
581#: dlltool.c:922
582#, c-format
583msgid "%s: Path components stripped from image name, '%s'."
584msgstr "%s: ���������� ����, ����������� �� ����� �����������, '%s'."
585
586#: dlltool.c:931
587#, c-format
588msgid "NAME: %s base: %x"
589msgstr "NAME: %s base: %x"
590
591#: dlltool.c:934 dlltool.c:950
592msgid "Can't have LIBRARY and NAME"
593msgstr "���������� ����� LIBRARY � NAME"
594
595#: dlltool.c:947
596#, c-format
597msgid "LIBRARY: %s base: %x"
598msgstr "LIBRARY: %s base: %x"
599
600#: dlltool.c:1183 resrc.c:269
601#, c-format
602msgid "wait: %s"
603msgstr "��������: %s"
604
605#: dlltool.c:1188 dllwrap.c:413 resrc.c:274
606#, c-format
607msgid "subprocess got fatal signal %d"
608msgstr "���������� ������� ��������� ������ %d"
609
610#: dlltool.c:1194 dllwrap.c:420 resrc.c:281
611#, c-format
612msgid "%s exited with status %d"
613msgstr "%s �������� �� �������� %d"
614
615#: dlltool.c:1225
616#, c-format
617msgid "Sucking in info from %s section in %s"
618msgstr "����������� ���������� �� ������� %s � %s"
619
620#: dlltool.c:1350
621#, c-format
622msgid "Excluding symbol: %s"
623msgstr "������ ����������: %s"
624
625#: dlltool.c:1439 dlltool.c:1450 nm.c:1000 nm.c:1011
626#, c-format
627msgid "%s: no symbols"
628msgstr "%s: ��� ��������"
629
630#. FIXME: we ought to read in and block out the base relocations.
631#: dlltool.c:1476
632#, c-format
633msgid "Done reading %s"
634msgstr "������ ��������� %s"
635
636#: dlltool.c:1486
637#, c-format
638msgid "Unable to open object file: %s"
639msgstr "���������� ������� ��������� ����: %s"
640
641#: dlltool.c:1489
642#, c-format
643msgid "Scanning object file %s"
644msgstr "����������� ��������� ���� %s"
645
646#: dlltool.c:1504
647#, c-format
648msgid "Cannot produce mcore-elf dll from archive file: %s"
649msgstr "���������� ������������ mcore-elf dll �� ����� ������: %s"
650
651#: dlltool.c:1590
652msgid "Adding exports to output file"
653msgstr "���������� ������ ����������� � �������� ����"
654
655#: dlltool.c:1638
656msgid "Added exports to output file"
657msgstr "���������� ������ ��������� � �������� ����"
658
659#: dlltool.c:1759
660#, c-format
661msgid "Generating export file: %s"
662msgstr "������������ ���� ��������: %s"
663
664#: dlltool.c:1764
665#, c-format
666msgid "Unable to open temporary assembler file: %s"
667msgstr "���������� ������� ��������� ���� ����������: %s"
668
669#: dlltool.c:1767
670#, c-format
671msgid "Opened temporary file: %s"
672msgstr "�������� ��������� ����: %s"
673
674#: dlltool.c:1989
675msgid "Generated exports file"
676msgstr "������������ ���� ��������"
677
678#: dlltool.c:2195
679#, c-format
680msgid "bfd_open failed open stub file: %s"
681msgstr "bfd_open �� ���� ������� ���� stub: %s"
682
683#: dlltool.c:2198
684#, c-format
685msgid "Creating stub file: %s"
686msgstr "��������� ���� stub: %s"
687
688#: dlltool.c:2580
689#, c-format
690msgid "failed to open temporary head file: %s"
691msgstr "���� ��� �������� ���������� ��������� �����: %s"
692
693#: dlltool.c:2639
694#, c-format
695msgid "failed to open temporary tail file: %s"
696msgstr "���� ��� �������� ���������� ��������� �����: %s"
697
698#: dlltool.c:2706
699#, c-format
700msgid "Can't open .lib file: %s"
701msgstr "���������� ������� ���� .lib: %s"
702
703#: dlltool.c:2709
704#, c-format
705msgid "Creating library file: %s"
706msgstr "��������� ���� ����������: %s"
707
708#: dlltool.c:2792 dlltool.c:2798
709#, c-format
710msgid "cannot delete %s: %s"
711msgstr "���������� ������� %s: %s"
712
713#: dlltool.c:2803
714msgid "Created lib file"
715msgstr "������ lib-����"
716
717#: dlltool.c:2882
718#, c-format
719msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
720msgstr "��������������, ������������ ������������� EXPORT %s %d,%d"
721
722#: dlltool.c:2888
723#, c-format
724msgid "Error, duplicate EXPORT with oridinals: %s"
725msgstr "������, EXPORT ����������� � ����������� �������������: %s"
726
727#: dlltool.c:2993
728msgid "Processing definitions"
729msgstr "�������������� ��������"
730
731#: dlltool.c:3025
732msgid "Processed definitions"
733msgstr "�������� ����������"
734
735#. xgetext:c-format
736#: dlltool.c:3032 dllwrap.c:474
737#, c-format
738msgid "Usage %s <option(s)> <object-file(s)>\n"
739msgstr "������������� %s <�����> <���������_�����>\n"
740
741#. xgetext:c-format
742#: dlltool.c:3034
743#, c-format
744msgid "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
745msgstr "   -m --machine <������>     �������� ��� DLL ��� <������>.  [�� ���������: %s]\n"
746
747#: dlltool.c:3035
748#, c-format
749msgid "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
750msgstr "        �������� <������>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
751
752#: dlltool.c:3036
753#, c-format
754msgid "   -e --output-exp <outname> Generate an export file.\n"
755msgstr "   -e --output-exp <���_���> �������� ����� ��������.\n"
756
757#: dlltool.c:3037
758#, c-format
759msgid "   -l --output-lib <outname> Generate an interface library.\n"
760msgstr "   -l --output-lib <���_���> �������� ���������� ����������.\n"
761
762#: dlltool.c:3038
763#, c-format
764msgid "   -a --add-indirect         Add dll indirects to export file.\n"
765msgstr "   -a --add-indirect         ���������� �������� dll � ���� ��������.\n"
766
767#: dlltool.c:3039
768#, c-format
769msgid "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
770msgstr "   -D --dllname <���>        ��� ������� dll ��� ��������� � ���������� ����������.\n"
771
772#: dlltool.c:3040
773#, c-format
774msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
775msgstr "   -d --input-def <def-����> ��� ����� .def ��� ����������.\n"
776
777#: dlltool.c:3041
778#, c-format
779msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
780msgstr "   -z --output-def <def-����> ��� ������������ ����� .def.\n"
781
782#: dlltool.c:3042
783#, c-format
784msgid "      --export-all-symbols   Export all symbols to .def\n"
785msgstr "      --export-all-symbols   ������� ���� �������� � .def\n"
786
787#: dlltool.c:3043
788#, c-format
789msgid "      --no-export-all-symbols  Only export listed symbols\n"
790msgstr "      --no-export-all-symbols  ������� ������ ������������� ��������\n"
791
792#: dlltool.c:3044
793#, c-format
794msgid "      --exclude-symbols <list> Don't export <list>\n"
795msgstr "      --exclude-symbols <������> �� �������������� <������>\n"
796
797#: dlltool.c:3045
798#, c-format
799msgid "      --no-default-excludes  Clear default exclude symbols\n"
800msgstr "      --no-default-excludes  ������� �������� ���������� �� ���������\n"
801
802#: dlltool.c:3046
803#, c-format
804msgid "   -b --base-file <basefile> Read linker generated base file.\n"
805msgstr "   -b --base-file <base-����> ������ ���������� ������������� base-�����.\n"
806
807#: dlltool.c:3047
808#, c-format
809msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
810msgstr "   -x --no-idata4            �� ��������� ������ idata$4.\n"
811
812#: dlltool.c:3048
813#, c-format
814msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
815msgstr "   -c --no-idata5            �� ��������� ������ idata$5.\n"
816
817#: dlltool.c:3049
818#, c-format
819msgid "   -U --add-underscore       Add underscores to symbols in interface library.\n"
820msgstr "   -U --add-underscore       ���������� �������� ������������� � �������� � ���������� ����������.\n"
821
822#: dlltool.c:3050
823#, c-format
824msgid "   -k --kill-at              Kill @<n> from exported names.\n"
825msgstr "   -k --kill-at              �������� @<n> �� ���������������� ����.\n"
826
827#: dlltool.c:3051
828#, c-format
829msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
830msgstr "   -A --add-stdcall-alias    ���������� ������� ��� @<n>.\n"
831
832#: dlltool.c:3052
833#, c-format
834msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
835msgstr "   -p --ext-prefix-alias <�������> ���������� ������� � <���������>.\n"
836
837#: dlltool.c:3053
838#, c-format
839msgid "   -S --as <name>            Use <name> for assembler.\n"
840msgstr "   -S --as <���>             ������������� <�����> ��� ����������.\n"
841
842#: dlltool.c:3054
843#, c-format
844msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
845msgstr "   -f --as-flags <�����>     �������� <������> � ���������.\n"
846
847#: dlltool.c:3055
848#, c-format
849msgid "   -C --compat-implib        Create backward compatible import library.\n"
850msgstr "   -C --compat-implib        �������� ���������� ������� � �������� ��������������.\n"
851
852#: dlltool.c:3056
853#, c-format
854msgid "   -n --no-delete            Keep temp files (repeat for extra preservation).\n"
855msgstr "   -n --no-delete            ��������� ��������� ����� (������ ��� ���. ������).\n"
856
857#: dlltool.c:3057
858#, c-format
859msgid "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
860msgstr "   -t --temp-prefix <�������> ������������� <��������> ��� �������� ���� ��������� ������.\n"
861
862#: dlltool.c:3058
863#, c-format
864msgid "   -v --verbose              Be verbose.\n"
865msgstr "   -v --verbose              ��������� �����.\n"
866
867#: dlltool.c:3059
868#, c-format
869msgid "   -V --version              Display the program version.\n"
870msgstr "   -V --version              ����� ������ ���������.\n"
871
872#: dlltool.c:3060
873#, c-format
874msgid "   -h --help                 Display this information.\n"
875msgstr "   -h --help                 ����� ���� ����������.\n"
876
877#: dlltool.c:3061
878#, c-format
879msgid "   @<file>                   Read options from <file>.\n"
880msgstr "   @<����>                   ������ ����� �� <�����>.\n"
881
882#: dlltool.c:3063
883#, c-format
884msgid "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
885msgstr "   -M --mcore-elf <���_���>  ��������� ���������� ����� mcore-elf � <���_���>.\n"
886
887#: dlltool.c:3064
888#, c-format
889msgid "   -L --linker <name>        Use <name> as the linker.\n"
890msgstr "   -L --linker <���>         ������������� <�����> � �������� ������������.\n"
891
892#: dlltool.c:3065
893#, c-format
894msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
895msgstr "   -F --linker-flags <�����> �������� <������> ������������.\n"
896
897#: dlltool.c:3181
898#, c-format
899msgid "Path components stripped from dllname, '%s'."
900msgstr "���������� ����, ����������� �� ����� dll, '%s'."
901
902#: dlltool.c:3226
903#, c-format
904msgid "Unable to open base-file: %s"
905msgstr "���������� ������� base-����: %s"
906
907#: dlltool.c:3258
908#, c-format
909msgid "Machine '%s' not supported"
910msgstr "������ '%s' �� ��������������"
911
912#: dlltool.c:3362 dllwrap.c:204
913#, c-format
914msgid "Tried file: %s"
915msgstr "������������ ����: %s"
916
917#: dlltool.c:3369 dllwrap.c:211
918#, c-format
919msgid "Using file: %s"
920msgstr "������������ ����: %s"
921
922#: dllwrap.c:294
923#, c-format
924msgid "Keeping temporary base file %s"
925msgstr "����������� ��������� base-���� %s"
926
927#: dllwrap.c:296
928#, c-format
929msgid "Deleting temporary base file %s"
930msgstr "��������� ��������� base-���� %s"
931
932#: dllwrap.c:310
933#, c-format
934msgid "Keeping temporary exp file %s"
935msgstr "����������� ��������� exp-���� %s"
936
937#: dllwrap.c:312
938#, c-format
939msgid "Deleting temporary exp file %s"
940msgstr "��������� ��������� exp-���� %s"
941
942#: dllwrap.c:325
943#, c-format
944msgid "Keeping temporary def file %s"
945msgstr "����������� ��������� def-���� %s"
946
947#: dllwrap.c:327
948#, c-format
949msgid "Deleting temporary def file %s"
950msgstr "��������� ��������� def-���� %s"
951
952#: dllwrap.c:475
953#, c-format
954msgid "  Generic options:\n"
955msgstr "  ����� �����:\n"
956
957#: dllwrap.c:476
958#, c-format
959msgid "   @<file>                Read options from <file>\n"
960msgstr "   @<����>                ������ ����� �� <�����>\n"
961
962#: dllwrap.c:477
963#, c-format
964msgid "   --quiet, -q            Work quietly\n"
965msgstr "   --quiet, -q            ���������� �����\n"
966
967#: dllwrap.c:478
968#, c-format
969msgid "   --verbose, -v          Verbose\n"
970msgstr "   --verbose, -v          ��������� �����\n"
971
972#: dllwrap.c:479
973#, c-format
974msgid "   --version              Print dllwrap version\n"
975msgstr "   --version              ����� ������ dllwrap\n"
976
977#: dllwrap.c:480
978#, c-format
979msgid "   --implib <outname>     Synonym for --output-lib\n"
980msgstr "   --implib <���_���>     ������� ��� --output-lib\n"
981
982#: dllwrap.c:481
983#, c-format
984msgid "  Options for %s:\n"
985msgstr "  ����� ��� %s:\n"
986
987#: dllwrap.c:482
988#, c-format
989msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
990msgstr "   --driver-name <�������> �������� ��� \"gcc\" �� ���������\n"
991
992#: dllwrap.c:483
993#, c-format
994msgid "   --driver-flags <flags> Override default ld flags\n"
995msgstr "   --driver-flags <�����> ��������������� ������ ld �� ���������\n"
996
997#: dllwrap.c:484
998#, c-format
999msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1000msgstr "   --dlltool-name <dlltool> �������� ��� \"dlltool\" �� ���������\n"
1001
1002#: dllwrap.c:485
1003#, c-format
1004msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1005msgstr "   --entry <�����>        �������� �������������� ����� ����� DLL\n"
1006
1007#: dllwrap.c:486
1008#, c-format
1009msgid "   --image-base <base>    Specify image base address\n"
1010msgstr "   --image-base <base>    �������� �������� ������ ������\n"
1011
1012#: dllwrap.c:487
1013#, c-format
1014msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1015msgstr "   --target <������>      i386-cygwin32 ��� i386-mingw32\n"
1016
1017#: dllwrap.c:488
1018#, c-format
1019msgid "   --dry-run              Show what needs to be run\n"
1020msgstr "   --dry-run              ��������, ��� ������ ���� ��������\n"
1021
1022#: dllwrap.c:489
1023#, c-format
1024msgid "   --mno-cygwin           Create Mingw DLL\n"
1025msgstr "   --mno-cygwin           �������� Mingw DLL\n"
1026
1027#: dllwrap.c:490
1028#, c-format
1029msgid "  Options passed to DLLTOOL:\n"
1030msgstr "  �����, ������������ � DLLTOOL:\n"
1031
1032#: dllwrap.c:491
1033#, c-format
1034msgid "   --machine <machine>\n"
1035msgstr "   --machine <������>\n"
1036
1037#: dllwrap.c:492
1038#, c-format
1039msgid "   --output-exp <outname> Generate export file.\n"
1040msgstr "   --output-exp <���_���> �������� ����� ��������.\n"
1041
1042#: dllwrap.c:493
1043#, c-format
1044msgid "   --output-lib <outname> Generate input library.\n"
1045msgstr "   --output-lib <���_���> �������� ������� ����������.\n"
1046
1047#: dllwrap.c:494
1048#, c-format
1049msgid "   --add-indirect         Add dll indirects to export file.\n"
1050msgstr "   --add-indirect         ���������� �������� dll � ���� ��������.\n"
1051
1052#: dllwrap.c:495
1053#, c-format
1054msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1055msgstr "   --dllname <���>        ��� ������� dll ��� ��������� � �������� ����������.\n"
1056
1057#: dllwrap.c:496
1058#, c-format
1059msgid "   --def <deffile>        Name input .def file\n"
1060msgstr "   --def <def-����>       ��� �������� ����� .def\n"
1061
1062#: dllwrap.c:497
1063#, c-format
1064msgid "   --output-def <deffile> Name output .def file\n"
1065msgstr "   --output-def <def-����> ��� ��������� ����� .def\n"
1066
1067#: dllwrap.c:498
1068#, c-format
1069msgid "   --export-all-symbols     Export all symbols to .def\n"
1070msgstr "   --export-all-symbols     ������� ���� �������� � .def\n"
1071
1072#: dllwrap.c:499
1073#, c-format
1074msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1075msgstr "   --no-export-all-symbols  ������� ������ �������� .drectve\n"
1076
1077#: dllwrap.c:500
1078#, c-format
1079msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1080msgstr "   --exclude-symbols <������> ��������� <������> �� .def\n"
1081
1082#: dllwrap.c:501
1083#, c-format
1084msgid "   --no-default-excludes    Zap default exclude symbols\n"
1085msgstr "   --no-default-excludes    �������� �������� ���������� �� ���������\n"
1086
1087#: dllwrap.c:502
1088#, c-format
1089msgid "   --base-file <basefile> Read linker generated base file\n"
1090msgstr "   --base-file <base-����> ������ ���������� ������������� base-�����.\n"
1091
1092#: dllwrap.c:503
1093#, c-format
1094msgid "   --no-idata4           Don't generate idata$4 section\n"
1095msgstr "   --no-idata4           �� ��������� ������ idata$4.\n"
1096
1097#: dllwrap.c:504
1098#, c-format
1099msgid "   --no-idata5           Don't generate idata$5 section\n"
1100msgstr "   --no-idata5           �� ��������� ������ idata$5.\n"
1101
1102#: dllwrap.c:505
1103#, c-format
1104msgid "   -U                     Add underscores to .lib\n"
1105msgstr "   -U                     ���������� �������� ������������� � .lib\n"
1106
1107#: dllwrap.c:506
1108#, c-format
1109msgid "   -k                     Kill @<n> from exported names\n"
1110msgstr "   -k                     �������� @<n> �� ���������������� ����.\n"
1111
1112#: dllwrap.c:507
1113#, c-format
1114msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1115msgstr "   --add-stdcall-alias    ���������� ������� ��� @<n>\n"
1116
1117#: dllwrap.c:508
1118#, c-format
1119msgid "   --as <name>            Use <name> for assembler\n"
1120msgstr "   --as <���>             ������������� <�����> ��� ����������\n"
1121
1122#: dllwrap.c:509
1123#, c-format
1124msgid "   --nodelete             Keep temp files.\n"
1125msgstr "   --nodelete             ��������� ��������� �����.\n"
1126
1127#: dllwrap.c:510
1128#, c-format
1129msgid "  Rest are passed unmodified to the language driver\n"
1130msgstr "  ��������� ��� ��������� �������� ��������� ��������\n"
1131
1132#: dllwrap.c:782
1133msgid "Must provide at least one of -o or --dllname options"
1134msgstr "���������� ������������ �� ������� ���� ���� �� ����� -o ��� --dllname"
1135
1136#: dllwrap.c:811
1137msgid ""
1138"no export definition file provided.\n"
1139"Creating one, but that may not be what you want"
1140msgstr ""
1141"�� ������������ ���� �������� ��������.\n"
1142"�� ���������, �� ��� ����� ���� �� ��, ��� ��� �����"
1143
1144#: dllwrap.c:970
1145#, c-format
1146msgid "DLLTOOL name    : %s\n"
1147msgstr "DLLTOOL ���     : %s\n"
1148
1149#: dllwrap.c:971
1150#, c-format
1151msgid "DLLTOOL options : %s\n"
1152msgstr "DLLTOOL �����   : %s\n"
1153
1154#: dllwrap.c:972
1155#, c-format
1156msgid "DRIVER name     : %s\n"
1157msgstr "DRIVER ���      : %s\n"
1158
1159#: dllwrap.c:973
1160#, c-format
1161msgid "DRIVER options  : %s\n"
1162msgstr "DRIVER �����    : %s\n"
1163
1164#: dwarf.c:93 dwarf.c:137 readelf.c:322 readelf.c:515
1165#, c-format
1166msgid "Unhandled data length: %d\n"
1167msgstr "����� ���������������� ������: %d\n"
1168
1169#: dwarf.c:237
1170msgid "badly formed extended line op encountered!\n"
1171msgstr "�������� ������� �������������� ����������� line-up!\n"
1172
1173#: dwarf.c:244
1174#, c-format
1175msgid "  Extended opcode %d: "
1176msgstr "  ����������� ��� �������� %d: "
1177
1178#: dwarf.c:249
1179#, c-format
1180msgid ""
1181"End of Sequence\n"
1182"\n"
1183msgstr ""
1184"����� ������������������\n"
1185"\n"
1186
1187#: dwarf.c:255
1188#, c-format
1189msgid "set Address to 0x%lx\n"
1190msgstr "��������� ������ � 0x%lx\n"
1191
1192#: dwarf.c:260
1193#, c-format
1194msgid "  define new File Table entry\n"
1195msgstr "  ����������� ������ ������ ������� ������\n"
1196
1197#: dwarf.c:261 dwarf.c:1944
1198#, c-format
1199msgid "  Entry\tDir\tTime\tSize\tName\n"
1200msgstr "  �����\t�������\t�����\t������\t���\n"
1201
1202#: dwarf.c:263
1203#, c-format
1204msgid "   %d\t"
1205msgstr "   %d\t"
1206
1207#: dwarf.c:266 dwarf.c:268 dwarf.c:270 dwarf.c:1956 dwarf.c:1958 dwarf.c:1960
1208#, c-format
1209msgid "%lu\t"
1210msgstr "%lu\t"
1211
1212#: dwarf.c:271
1213#, c-format
1214msgid ""
1215"%s\n"
1216"\n"
1217msgstr ""
1218"%s\n"
1219"\n"
1220
1221#: dwarf.c:275
1222#, c-format
1223msgid "UNKNOWN: length %d\n"
1224msgstr "�����������: ����� %d\n"
1225
1226#: dwarf.c:288
1227msgid "<no .debug_str section>"
1228msgstr "<��� ������� .debug_str>"
1229
1230#: dwarf.c:294
1231#, c-format
1232msgid "DW_FORM_strp offset too big: %lx\n"
1233msgstr "�������� DW_FORM_strp ������� �������: %lx\n"
1234
1235#: dwarf.c:295
1236msgid "<offset is too big>"
1237msgstr "<�������� ������� ������>"
1238
1239#: dwarf.c:528
1240#, c-format
1241msgid "Unknown TAG value: %lx"
1242msgstr "����������� �������� TAG: %lx"
1243
1244#: dwarf.c:564
1245#, c-format
1246msgid "Unknown FORM value: %lx"
1247msgstr "����������� �������� FORM: %lx"
1248
1249#: dwarf.c:573
1250#, c-format
1251msgid " %lu byte block: "
1252msgstr " %lu-�������� ����: "
1253
1254#: dwarf.c:907
1255#, c-format
1256msgid "(User defined location op)"
1257msgstr "(������������ ������������� ���������� ��������)"
1258
1259#: dwarf.c:909
1260#, c-format
1261msgid "(Unknown location op)"
1262msgstr "(����������� ���������� ��������)"
1263
1264#: dwarf.c:955
1265msgid "Internal error: DWARF version is not 2 or 3.\n"
1266msgstr "���������� ������: ����� ������ DWARF �� 2 ��� 3.\n"
1267
1268#: dwarf.c:1053
1269msgid "DW_FORM_data8 is unsupported when sizeof (unsigned long) != 8\n"
1270msgstr "DW_FORM_data8 �� ��������������, ����� sizeof (������� ����� ����� ��� �����) != 8\n"
1271
1272#: dwarf.c:1102
1273#, c-format
1274msgid " (indirect string, offset: 0x%lx): %s"
1275msgstr " (��������� ������, ��������: 0x%lx): %s"
1276
1277#: dwarf.c:1111
1278#, c-format
1279msgid "Unrecognized form: %lu\n"
1280msgstr "�������������� �����: %lu\n"
1281
1282#: dwarf.c:1196
1283#, c-format
1284msgid "(not inlined)"
1285msgstr "(�� ��������������)"
1286
1287#: dwarf.c:1199
1288#, c-format
1289msgid "(inlined)"
1290msgstr "(��������������)"
1291
1292#: dwarf.c:1202
1293#, c-format
1294msgid "(declared as inline but ignored)"
1295msgstr "(�������� ��� ��������������, �� ��������)"
1296
1297#: dwarf.c:1205
1298#, c-format
1299msgid "(declared as inline and inlined)"
1300msgstr "(�������� ��� ��������������, ��� � ����)"
1301
1302#: dwarf.c:1208
1303#, c-format
1304msgid "  (Unknown inline attribute value: %lx)"
1305msgstr "  (����������� �������� ��������������� ��������: %lx)"
1306
1307#: dwarf.c:1354 dwarf.c:2484
1308#, c-format
1309msgid " [without DW_AT_frame_base]"
1310msgstr " [��� DW_AT_frame_base]"
1311
1312#: dwarf.c:1357
1313#, c-format
1314msgid "(location list)"
1315msgstr "(������ ��������������)"
1316
1317#: dwarf.c:1475
1318#, c-format
1319msgid "Unknown AT value: %lx"
1320msgstr "����������� �������� AT: %lx "
1321
1322#: dwarf.c:1544
1323#, c-format
1324msgid "No comp units in %s section ?"
1325msgstr "� ������� %s ��� ��������� comp?"
1326
1327#: dwarf.c:1553
1328#, c-format
1329msgid "Not enough memory for a debug info array of %u entries"
1330msgstr "������������ ������ ��� ������� � ���������� ����������� �� %u ���������"
1331
1332#: dwarf.c:1561 dwarf.c:2573
1333#, c-format
1334msgid ""
1335"The section %s contains:\n"
1336"\n"
1337msgstr ""
1338"������ %s ��������:\n"
1339"\n"
1340
1341#: dwarf.c:1569
1342#, c-format
1343msgid "Unable to locate %s section!\n"
1344msgstr "���������� ���������� ���������� ������� %s!\n"
1345
1346#: dwarf.c:1635
1347#, c-format
1348msgid "  Compilation Unit @ offset 0x%lx:\n"
1349msgstr "  ������� ���������� @ �������� 0x%lx:\n"
1350
1351#: dwarf.c:1636
1352#, c-format
1353msgid "   Length:        %ld\n"
1354msgstr "   �����:         %ld\n"
1355
1356#: dwarf.c:1637
1357#, c-format
1358msgid "   Version:       %d\n"
1359msgstr "   ������:        %d\n"
1360
1361#: dwarf.c:1638
1362#, c-format
1363msgid "   Abbrev Offset: %ld\n"
1364msgstr "   ����. ������:  %ld\n"
1365
1366#: dwarf.c:1639
1367#, c-format
1368msgid "   Pointer Size:  %d\n"
1369msgstr "   ����. ������:  %d\n"
1370
1371#: dwarf.c:1644
1372msgid "Only version 2 and 3 DWARF debug information is currently supported.\n"
1373msgstr "������ �������������� ���������� ���������� ������ ��� DWARF ������ 2 � 3.\n"
1374
1375#: dwarf.c:1685
1376#, c-format
1377msgid "Unable to locate entry %lu in the abbreviation table\n"
1378msgstr "���������� ���������� ���������� ������ %lu � ������� �����������\n"
1379
1380#: dwarf.c:1691
1381#, c-format
1382msgid " <%d><%lx>: Abbrev Number: %lu (%s)\n"
1383msgstr " <%d><%lx>: ����� ������: %lu (%s)\n"
1384
1385#: dwarf.c:1785
1386#, c-format
1387msgid "%s section needs a populated .debug_info section\n"
1388msgstr "������� %s ��������� ����������� ������ .debug_info\n"
1389
1390#: dwarf.c:1792
1391#, c-format
1392msgid "%s section has more comp units than .debug_info section\n"
1393msgstr "������ %s �������� ������ ��������� comp, ��� ������ .debug_info\n"
1394
1395#: dwarf.c:1794
1396#, c-format
1397msgid ""
1398"assuming that the pointer size is %d, from the last comp unit in .debug_info\n"
1399"\n"
1400msgstr ""
1401"���������������, ��� ������ ��������� - %d, �� ���������� �������� comp � .debug_info\n"
1402"\n"
1403
1404#: dwarf.c:1819
1405#, c-format
1406msgid ""
1407"\n"
1408"Dump of debug contents of section %s:\n"
1409"\n"
1410msgstr ""
1411"\n"
1412"���� ��� ������� ����������� ������� %s:\n"
1413"\n"
1414
1415#: dwarf.c:1858
1416msgid "The line info appears to be corrupt - the section is too small\n"
1417msgstr "������, ��� ������ ���� ���������� - ������ ������� ���\n"
1418
1419#: dwarf.c:1867
1420msgid "Only DWARF version 2 and 3 line info is currently supported.\n"
1421msgstr "������ �������������� ������ ���� ������ ��� DWARF ������ 2 � 3.\n"
1422
1423#: dwarf.c:1894
1424#, c-format
1425msgid "  Length:                      %ld\n"
1426msgstr "  �����:                       %ld\n"
1427
1428#: dwarf.c:1895
1429#, c-format
1430msgid "  DWARF Version:               %d\n"
1431msgstr "  DWARF ������:                %d\n"
1432
1433#: dwarf.c:1896
1434#, c-format
1435msgid "  Prologue Length:             %d\n"
1436msgstr "  ����� �������:               %d\n"
1437
1438#: dwarf.c:1897
1439#, c-format
1440msgid "  Minimum Instruction Length:  %d\n"
1441msgstr "  �����. ����� ����������:     %d\n"
1442
1443#: dwarf.c:1898
1444#, c-format
1445msgid "  Initial value of 'is_stmt':  %d\n"
1446msgstr "  ���. �������� 'is_stmt':     %d\n"
1447
1448#: dwarf.c:1899
1449#, c-format
1450msgid "  Line Base:                   %d\n"
1451msgstr "  ��������� ������:            %d\n"
1452
1453#: dwarf.c:1900
1454#, c-format
1455msgid "  Line Range:                  %d\n"
1456msgstr "  �������� ������:             %d\n"
1457
1458#: dwarf.c:1901
1459#, c-format
1460msgid "  Opcode Base:                 %d\n"
1461msgstr "  ��������� ���� ��������:     %d\n"
1462
1463#: dwarf.c:1902
1464#, c-format
1465msgid "  (Pointer size:               %u)%s\n"
1466msgstr "  (������ ���������:           %u)%s\n"
1467
1468#: dwarf.c:1913
1469#, c-format
1470msgid ""
1471"\n"
1472" Opcodes:\n"
1473msgstr ""
1474"\n"
1475" ���� ��������:\n"
1476
1477#: dwarf.c:1916
1478#, c-format
1479msgid "  Opcode %d has %d args\n"
1480msgstr "  ��� �������� %d �������� %d ����������\n"
1481
1482#: dwarf.c:1922
1483#, c-format
1484msgid ""
1485"\n"
1486" The Directory Table is empty.\n"
1487msgstr ""
1488"\n"
1489" ������� ��������� �����.\n"
1490
1491#: dwarf.c:1925
1492#, c-format
1493msgid ""
1494"\n"
1495" The Directory Table:\n"
1496msgstr ""
1497"\n"
1498" ������� ���������:\n"
1499
1500#: dwarf.c:1929
1501#, c-format
1502msgid "  %s\n"
1503msgstr "  %s\n"
1504
1505#: dwarf.c:1940
1506#, c-format
1507msgid ""
1508"\n"
1509" The File Name Table is empty.\n"
1510msgstr ""
1511"\n"
1512" ������� ���� ������ �����.\n"
1513
1514#: dwarf.c:1943
1515#, c-format
1516msgid ""
1517"\n"
1518" The File Name Table:\n"
1519msgstr ""
1520"\n"
1521" ������� ���� ������:\n"
1522
1523#: dwarf.c:1951
1524#, c-format
1525msgid "  %d\t"
1526msgstr "  %d\t"
1527
1528#: dwarf.c:1962
1529#, c-format
1530msgid "%s\n"
1531msgstr "%s\n"
1532
1533#. Now display the statements.
1534#: dwarf.c:1970
1535#, c-format
1536msgid ""
1537"\n"
1538" Line Number Statements:\n"
1539msgstr ""
1540"\n"
1541" ��������� ������ ������:\n"
1542
1543#: dwarf.c:1986
1544#, c-format
1545msgid "  Special opcode %d: advance Address by %lu to 0x%lx"
1546msgstr "  ����������� ��� �������� %d: ����������� ������ �� %lu � 0x%lx"
1547
1548#: dwarf.c:1990
1549#, c-format
1550msgid " and Line by %d to %d\n"
1551msgstr " � ������ �� %d � %d\n"
1552
1553#: dwarf.c:1998
1554msgid "Extend line ops need a valid pointer size, guessing at 4\n"
1555msgstr "��� ����������� ����� �������� ����� ������ ������ ���������; �������������� 4\n"
1556
1557#: dwarf.c:2007
1558#, c-format
1559msgid "  Copy\n"
1560msgstr "  �����\n"
1561
1562#: dwarf.c:2015
1563#, c-format
1564msgid "  Advance PC by %lu to 0x%lx\n"
1565msgstr "  ����������� �������� ������ �� %lu � 0x%lx\n"
1566
1567#: dwarf.c:2023
1568#, c-format
1569msgid "  Advance Line by %d to %d\n"
1570msgstr "  ����������� ������ �� %d � %d\n"
1571
1572#: dwarf.c:2030
1573#, c-format
1574msgid "  Set File Name to entry %d in the File Name Table\n"
1575msgstr "  ��������� ����� ����� � ����� %d � ������� ���� ������\n"
1576
1577#: dwarf.c:2038
1578#, c-format
1579msgid "  Set column to %lu\n"
1580msgstr "  ��������� ������� � %lu\n"
1581
1582#: dwarf.c:2045
1583#, c-format
1584msgid "  Set is_stmt to %d\n"
1585msgstr "  ��������� is_stmt � %d\n"
1586
1587#: dwarf.c:2050
1588#, c-format
1589msgid "  Set basic block\n"
1590msgstr "  ��������� �������� �����\n"
1591
1592#: dwarf.c:2058
1593#, c-format
1594msgid "  Advance PC by constant %lu to 0x%lx\n"
1595msgstr "  ����������� �������� ������ �� ���������� %lu � 0x%lx\n"
1596
1597#: dwarf.c:2066
1598#, c-format
1599msgid "  Advance PC by fixed size amount %lu to 0x%lx\n"
1600msgstr "  ����������� �������� ������ �� �������� �������������� ������� %lu � 0x%lx\n"
1601
1602#: dwarf.c:2071
1603#, c-format
1604msgid "  Set prologue_end to true\n"
1605msgstr "  ��������� prologue_end � `������'\n"
1606
1607#: dwarf.c:2075
1608#, c-format
1609msgid "  Set epilogue_begin to true\n"
1610msgstr "  ��������� epilogue_begin � `������'\n"
1611
1612#: dwarf.c:2081
1613#, c-format
1614msgid "  Set ISA to %lu\n"
1615msgstr "  ��������� ISA � %lu\n"
1616
1617#: dwarf.c:2085
1618#, c-format
1619msgid "  Unknown opcode %d with operands: "
1620msgstr "  ����������� ��� �������� %d � ����������: "
1621
1622#: dwarf.c:2111 dwarf.c:2197 dwarf.c:2271 dwarf.c:2382 dwarf.c:2514
1623#: dwarf.c:2739
1624#, c-format
1625msgid ""
1626"Contents of the %s section:\n"
1627"\n"
1628msgstr ""
1629"���������� ������� %s:\n"
1630"\n"
1631
1632#: dwarf.c:2151
1633msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
1634msgstr "������ �������������� pubname ������ ��� DWARF ������ 2 � 3\n"
1635
1636#: dwarf.c:2158
1637#, c-format
1638msgid "  Length:                              %ld\n"
1639msgstr "  �����:                               %ld\n"
1640
1641#: dwarf.c:2160
1642#, c-format
1643msgid "  Version:                             %d\n"
1644msgstr "  ������:                              %d\n"
1645
1646#: dwarf.c:2162
1647#, c-format
1648msgid "  Offset into .debug_info section:     %ld\n"
1649msgstr "  �������� � ������ .debug_info:       %ld\n"
1650
1651#: dwarf.c:2164
1652#, c-format
1653msgid "  Size of area in .debug_info section: %ld\n"
1654msgstr "  ����. ������� � ������� .debug_info: %ld\n"
1655
1656#: dwarf.c:2167
1657#, c-format
1658msgid ""
1659"\n"
1660"    Offset\tName\n"
1661msgstr ""
1662"\n"
1663"    ��������\t���\n"
1664
1665#: dwarf.c:2218
1666#, c-format
1667msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
1668msgstr " DW_MACINFO_start_file - �����_������: %d �����_�����: %d\n"
1669
1670#: dwarf.c:2224
1671#, c-format
1672msgid " DW_MACINFO_end_file\n"
1673msgstr " DW_MACINFO_end_file\n"
1674
1675#: dwarf.c:2232
1676#, c-format
1677msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
1678msgstr " DW_MACINFO_define - �����_������ : %d ����� : %s\n"
1679
1680#: dwarf.c:2241
1681#, c-format
1682msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
1683msgstr " DW_MACINFO_undef - �����_������ : %d ����� : %s\n"
1684
1685#: dwarf.c:2253
1686#, c-format
1687msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
1688msgstr " DW_MACINFO_vendor_ext - ��������� : %d ������ : %s\n"
1689
1690#: dwarf.c:2282
1691#, c-format
1692msgid "  Number TAG\n"
1693msgstr "  ����� TAG\n"
1694
1695#: dwarf.c:2288
1696#, c-format
1697msgid "   %ld      %s    [%s]\n"
1698msgstr "   %ld      %s    [%s]\n"
1699
1700#: dwarf.c:2291
1701msgid "has children"
1702msgstr "����� ��������"
1703
1704#: dwarf.c:2291
1705msgid "no children"
1706msgstr "��� ��������"
1707
1708#: dwarf.c:2294
1709#, c-format
1710msgid "    %-18s %s\n"
1711msgstr "    %-18s %s\n"
1712
1713#: dwarf.c:2327 dwarf.c:2510 dwarf.c:2684
1714#, c-format
1715msgid ""
1716"\n"
1717"The %s section is empty.\n"
1718msgstr ""
1719"\n"
1720"������ %s ����.\n"
1721
1722#. FIXME: Should we handle this case?
1723#: dwarf.c:2372
1724msgid "Location lists in .debug_info section aren't in ascending order!\n"
1725msgstr "������ �������������� � ������� .debug_info �� ����������� �� �����������!\n"
1726
1727#: dwarf.c:2375
1728msgid "No location lists in .debug_info section!\n"
1729msgstr "� ������� .debug_info ��� ������� ��������������!\n"
1730
1731#: dwarf.c:2379
1732#, c-format
1733msgid "Location lists in %s section start at 0x%lx\n"
1734msgstr "������ �������������� � ������� %s ���������� � 0x%lx\n"
1735
1736#: dwarf.c:2383
1737#, c-format
1738msgid "    Offset   Begin    End      Expression\n"
1739msgstr "    ����.    ������   �����    ����������\n"
1740
1741#: dwarf.c:2414
1742#, c-format
1743msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
1744msgstr "� ������� .debug_loc ������������ ���� [0x%lx - 0x%lx].\n"
1745
1746#: dwarf.c:2417
1747#, c-format
1748msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
1749msgstr "� ������� .debug_loc ������������ ���������� [0x%lx - 0x%lx].\n"
1750
1751#: dwarf.c:2424
1752#, c-format
1753msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
1754msgstr "�������� 0x%lx ������, ��� ������ ������� .debug_loc.\n"
1755
1756#: dwarf.c:2433 dwarf.c:2460 dwarf.c:2470
1757#, c-format
1758msgid "Location list starting at offset 0x%lx is not terminated.\n"
1759msgstr "������ ��������������, ������� �� �������� 0x%lx, �� ��������.\n"
1760
1761#: dwarf.c:2445 dwarf.c:2784
1762#, c-format
1763msgid "    %8.8lx <End of list>\n"
1764msgstr "    %8.8lx <����� ������>\n"
1765
1766#: dwarf.c:2453
1767#, c-format
1768msgid "    %8.8lx %8.8lx %8.8lx (base address)\n"
1769msgstr "    %8.8lx %8.8lx %8.8lx (������� �����)\n"
1770
1771#: dwarf.c:2487 dwarf.c:2801
1772msgid " (start == end)"
1773msgstr " (������ == �����)"
1774
1775#: dwarf.c:2489 dwarf.c:2803
1776msgid " (start > end)"
1777msgstr " (������ > �����)"
1778
1779#: dwarf.c:2618
1780msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
1781msgstr "������ �������������� aganges ������ ��� DWARF ������ 2 � 3.\n"
1782
1783#: dwarf.c:2622
1784#, c-format
1785msgid "  Length:                   %ld\n"
1786msgstr "  �����:                    %ld\n"
1787
1788#: dwarf.c:2623
1789#, c-format
1790msgid "  Version:                  %d\n"
1791msgstr "  ������:                   %d\n"
1792
1793#: dwarf.c:2624
1794#, c-format
1795msgid "  Offset into .debug_info:  %lx\n"
1796msgstr "  �������� � .debug_info:   %lx\n"
1797
1798#: dwarf.c:2625
1799#, c-format
1800msgid "  Pointer Size:             %d\n"
1801msgstr "  ����. ������:             %d\n"
1802
1803#: dwarf.c:2626
1804#, c-format
1805msgid "  Segment Size:             %d\n"
1806msgstr "  ����. ����.:              %d\n"
1807
1808#: dwarf.c:2628
1809#, c-format
1810msgid ""
1811"\n"
1812"    Address  Length\n"
1813msgstr ""
1814"\n"
1815"    �����    �����\n"
1816
1817#. FIXME: Should we handle this case?
1818#: dwarf.c:2729
1819msgid "Range lists in .debug_info section aren't in ascending order!\n"
1820msgstr "������ ���������� � ������� .debug_info �� ����������� �� �����������!\n"
1821
1822#: dwarf.c:2732
1823msgid "No range lists in .debug_info section!\n"
1824msgstr "� ������� .debug_info ��� ������� ����������!\n"
1825
1826#: dwarf.c:2736
1827#, c-format
1828msgid "Range lists in %s section start at 0x%lx\n"
1829msgstr "������ ���������� � ������� %s ���������� � 0x%lx\n"
1830
1831#: dwarf.c:2740
1832#, c-format
1833msgid "    Offset   Begin    End\n"
1834msgstr "    ����.    ������   �����\n"
1835
1836#: dwarf.c:2765
1837#, c-format
1838msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
1839msgstr "���� [0x%lx - 0x%lx] � ������� %s.\n"
1840
1841#: dwarf.c:2769
1842#, c-format
1843msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
1844msgstr "���������� [0x%lx - 0x%lx] � ������� %s.\n"
1845
1846#: dwarf.c:2964
1847#, c-format
1848msgid "The section %s contains:\n"
1849msgstr "������ %s ��������:\n"
1850
1851#: dwarf.c:3608
1852#, c-format
1853msgid "unsupported or unknown DW_CFA_%d\n"
1854msgstr "���������������� ��� ����������� DW_CFA_%d\n"
1855
1856#: dwarf.c:3632
1857#, c-format
1858msgid "Displaying the debug contents of section %s is not yet supported.\n"
1859msgstr "����������� ���������� ���������� ������� %s ��� �� ��������������.\n"
1860
1861#: dwarf.c:3674
1862#, c-format
1863msgid "%s: Error: "
1864msgstr "%s: ������: "
1865
1866#: dwarf.c:3685
1867#, c-format
1868msgid "%s: Warning: "
1869msgstr "%s: ��������������: "
1870
1871#: emul_aix.c:51
1872#, c-format
1873msgid "  [-g]         - 32 bit small archive\n"
1874msgstr "  [-g]         - 32-������ ��������� �����\n"
1875
1876#: emul_aix.c:52
1877#, c-format
1878msgid "  [-X32]       - ignores 64 bit objects\n"
1879msgstr "  [-X32]       - ���������� 64-������ �������\n"
1880
1881#: emul_aix.c:53
1882#, c-format
1883msgid "  [-X64]       - ignores 32 bit objects\n"
1884msgstr "  [-X64]       - ���������� 32-������ �������\n"
1885
1886#: emul_aix.c:54
1887#, c-format
1888msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
1889msgstr "  [-X32_64]    - ��������� 32- � 64-������ �������\n"
1890
1891#: ieee.c:311
1892msgid "unexpected end of debugging information"
1893msgstr "����������� ��������� ���������� ����������"
1894
1895#: ieee.c:398
1896msgid "invalid number"
1897msgstr "�������� �����"
1898
1899#: ieee.c:451
1900msgid "invalid string length"
1901msgstr "�������� ����� ������"
1902
1903#: ieee.c:506 ieee.c:547
1904msgid "expression stack overflow"
1905msgstr "������������ ����� ���������"
1906
1907#: ieee.c:526
1908msgid "unsupported IEEE expression operator"
1909msgstr "���������������� �������� ��������� IEEE"
1910
1911#: ieee.c:541
1912msgid "unknown section"
1913msgstr "����������� ������"
1914
1915#: ieee.c:562
1916msgid "expression stack underflow"
1917msgstr "����������� ����� ���������"
1918
1919#: ieee.c:576
1920msgid "expression stack mismatch"
1921msgstr "������������ ����� ���������"
1922
1923#: ieee.c:613
1924msgid "unknown builtin type"
1925msgstr "����������� ���������� ���"
1926
1927#: ieee.c:758
1928msgid "BCD float type not supported"
1929msgstr "�������-������������ ���������� ��� � ��������� ������� �� ��������������"
1930
1931#: ieee.c:895
1932msgid "unexpected number"
1933msgstr "����������� �����"
1934
1935#: ieee.c:902
1936msgid "unexpected record type"
1937msgstr "����������� ��������������� ���"
1938
1939#: ieee.c:935
1940msgid "blocks left on stack at end"
1941msgstr "� ����� ����� �������� �����"
1942
1943#: ieee.c:1198
1944msgid "unknown BB type"
1945msgstr "����������� ��� BB"
1946
1947#: ieee.c:1207
1948msgid "stack overflow"
1949msgstr "������������ �����"
1950
1951#: ieee.c:1230
1952msgid "stack underflow"
1953msgstr "����������� �����"
1954
1955#: ieee.c:1342 ieee.c:1412 ieee.c:2109
1956msgid "illegal variable index"
1957msgstr "�������� ������ ����������"
1958
1959#: ieee.c:1390
1960msgid "illegal type index"
1961msgstr "�������� ������ ����"
1962
1963#: ieee.c:1400 ieee.c:1437
1964msgid "unknown TY code"
1965msgstr "����������� ��� TY"
1966
1967#: ieee.c:1419
1968msgid "undefined variable in TY"
1969msgstr "�������������� ���������� � TY"
1970
1971#. Pascal file name.  FIXME.
1972#: ieee.c:1830
1973msgid "Pascal file name not supported"
1974msgstr "��� ����� Pascal �� ��������������"
1975
1976#: ieee.c:1878
1977msgid "unsupported qualifier"
1978msgstr "���������������� �������������"
1979
1980#: ieee.c:2147
1981msgid "undefined variable in ATN"
1982msgstr "�������������� ���������� � ATN"
1983
1984#: ieee.c:2190
1985msgid "unknown ATN type"
1986msgstr "����������� ��� ATN"
1987
1988#. Reserved for FORTRAN common.
1989#: ieee.c:2312
1990msgid "unsupported ATN11"
1991msgstr "���������������� ATN11"
1992
1993#. We have no way to record this information.  FIXME.
1994#: ieee.c:2339
1995msgid "unsupported ATN12"
1996msgstr "���������������� ATN12"
1997
1998#: ieee.c:2399
1999msgid "unexpected string in C++ misc"
2000msgstr "����������� ������ � C++ misc"
2001
2002#: ieee.c:2412
2003msgid "bad misc record"
2004msgstr "������ ������ misc"
2005
2006#: ieee.c:2453
2007msgid "unrecognized C++ misc record"
2008msgstr "�������������� C++ ������ misc"
2009
2010#: ieee.c:2568
2011msgid "undefined C++ object"
2012msgstr "�������������� ������ C++"
2013
2014#: ieee.c:2602
2015msgid "unrecognized C++ object spec"
2016msgstr "�������������� ������������ ������� C++"
2017
2018#: ieee.c:2638
2019msgid "unsupported C++ object type"
2020msgstr "�������������� ��� ������� C++"
2021
2022#: ieee.c:2648
2023msgid "C++ base class not defined"
2024msgstr "������� ����� C++ �� ���������"
2025
2026#: ieee.c:2660 ieee.c:2765
2027msgid "C++ object has no fields"
2028msgstr "������ C++ �� ����� �����"
2029
2030#: ieee.c:2679
2031msgid "C++ base class not found in container"
2032msgstr "������� ����� C++ �� ������ � ���������"
2033
2034#: ieee.c:2786
2035msgid "C++ data member not found in container"
2036msgstr "������� ������ C++ �� ������ � ����������"
2037
2038#: ieee.c:2827 ieee.c:2977
2039msgid "unknown C++ visibility"
2040msgstr "����������� ��������� C++"
2041
2042#: ieee.c:2861
2043msgid "bad C++ field bit pos or size"
2044msgstr "�������� �������� ������ ��� ������ ���� C++"
2045
2046#: ieee.c:2953
2047msgid "bad type for C++ method function"
2048msgstr "�������� ��� ������� ������ C++"
2049
2050#: ieee.c:2963
2051msgid "no type information for C++ method function"
2052msgstr "��� ���������� � ���� ��� ������� ������ C++"
2053
2054#: ieee.c:3002
2055msgid "C++ static virtual method"
2056msgstr "����������� ����������� ����� C++"
2057
2058#: ieee.c:3097
2059msgid "unrecognized C++ object overhead spec"
2060msgstr "�������������� ��������� ������������ ������� C++"
2061
2062#: ieee.c:3136
2063msgid "undefined C++ vtable"
2064msgstr "�������������� ����������� ������� C++"
2065
2066#: ieee.c:3205
2067msgid "C++ default values not in a function"
2068msgstr "�������� C++ �� ��������� �� � �������"
2069
2070#: ieee.c:3245
2071msgid "unrecognized C++ default type"
2072msgstr "�������������� ��� C++ �� ���������"
2073
2074#: ieee.c:3276
2075msgid "reference parameter is not a pointer"
2076msgstr "��������� �������� �� �������� ����������"
2077
2078#: ieee.c:3359
2079msgid "unrecognized C++ reference type"
2080msgstr "�������������� ��������� ��� C++"
2081
2082#: ieee.c:3441
2083msgid "C++ reference not found"
2084msgstr "������ C++ �� �������"
2085
2086#: ieee.c:3449
2087msgid "C++ reference is not pointer"
2088msgstr "������ C++ �� �������� ����������"
2089
2090#: ieee.c:3475 ieee.c:3483
2091msgid "missing required ASN"
2092msgstr "����������� ��������� ASN"
2093
2094#: ieee.c:3510 ieee.c:3518
2095msgid "missing required ATN65"
2096msgstr "����������� ��������� ATN65"
2097
2098#: ieee.c:3532
2099msgid "bad ATN65 record"
2100msgstr "������ ������ ATN65"
2101
2102#: ieee.c:4160
2103#, c-format
2104msgid "IEEE numeric overflow: 0x"
2105msgstr "�������� ������������ IEEE: 0x"
2106
2107#: ieee.c:4204
2108#, c-format
2109msgid "IEEE string length overflow: %u\n"
2110msgstr "������������ ����� ������ IEEE: %u\n"
2111
2112#: ieee.c:5203
2113#, c-format
2114msgid "IEEE unsupported integer type size %u\n"
2115msgstr "���������������� ������ ������ ���� IEEE %u\n"
2116
2117#: ieee.c:5237
2118#, c-format
2119msgid "IEEE unsupported float type size %u\n"
2120msgstr "���������������� ������ ���� � ��������� ������� IEEE %u\n"
2121
2122#: ieee.c:5271
2123#, c-format
2124msgid "IEEE unsupported complex type size %u\n"
2125msgstr "���������������� ������ ������������ ���� IEEE%u\n"
2126
2127#: nlmconv.c:269 srconv.c:1813
2128msgid "input and output files must be different"
2129msgstr "������� � �������� ����� ������ ���� ����������"
2130
2131#: nlmconv.c:316
2132msgid "input file named both on command line and with INPUT"
2133msgstr "������� ���� ������ � ��������� ������ � � INPUT"
2134
2135#: nlmconv.c:325
2136msgid "no input file"
2137msgstr "��� �������� �����"
2138
2139#: nlmconv.c:355
2140msgid "no name for output file"
2141msgstr "��� ����� ��� ��������� �����"
2142
2143#: nlmconv.c:369
2144msgid "warning: input and output formats are not compatible"
2145msgstr "��������������: ������� � �������� ������� �� ����������"
2146
2147#: nlmconv.c:398
2148msgid "make .bss section"
2149msgstr "�������� ������� .bss"
2150
2151#: nlmconv.c:407
2152msgid "make .nlmsections section"
2153msgstr "�������� ������� .nlmsections"
2154
2155#: nlmconv.c:409
2156msgid "set .nlmsections flags"
2157msgstr "��������� ������ .nlmsections"
2158
2159#: nlmconv.c:437
2160msgid "set .bss vma"
2161msgstr "��������� .bss vma"
2162
2163#: nlmconv.c:444
2164msgid "set .data size"
2165msgstr "��������� ������� .data"
2166
2167#: nlmconv.c:624
2168#, c-format
2169msgid "warning: symbol %s imported but not in import list"
2170msgstr "��������������: ������ %s ������������, �� ��� ��� � ������ �������"
2171
2172#: nlmconv.c:644
2173msgid "set start address"
2174msgstr "��������� ���������� ������"
2175
2176#: nlmconv.c:693
2177#, c-format
2178msgid "warning: START procedure %s not defined"
2179msgstr "��������������: START-��������� %s �� ����������"
2180
2181#: nlmconv.c:695
2182#, c-format
2183msgid "warning: EXIT procedure %s not defined"
2184msgstr "��������������: EXIT-��������� %s �� ����������"
2185
2186#: nlmconv.c:697
2187#, c-format
2188msgid "warning: CHECK procedure %s not defined"
2189msgstr "��������������: CHECK-��������� %s �� ����������"
2190
2191#: nlmconv.c:718 nlmconv.c:907
2192msgid "custom section"
2193msgstr "������ custom"
2194
2195#: nlmconv.c:739 nlmconv.c:936
2196msgid "help section"
2197msgstr "������ help"
2198
2199#: nlmconv.c:761 nlmconv.c:954
2200msgid "message section"
2201msgstr "������ message"
2202
2203#: nlmconv.c:777 nlmconv.c:987
2204msgid "module section"
2205msgstr "������ module"
2206
2207#: nlmconv.c:797 nlmconv.c:1003
2208msgid "rpc section"
2209msgstr "������ rpc"
2210
2211#. There is no place to record this information.
2212#: nlmconv.c:833
2213#, c-format
2214msgid "%s: warning: shared libraries can not have uninitialized data"
2215msgstr "%s: ��������������: ��������� ������������ ���������� �� ����� ����� �������������������� ������"
2216
2217#: nlmconv.c:854 nlmconv.c:1022
2218msgid "shared section"
2219msgstr "������ shared"
2220
2221#: nlmconv.c:862
2222msgid "warning: No version number given"
2223msgstr "��������������: �� ������ ����� ������"
2224
2225#: nlmconv.c:902 nlmconv.c:931 nlmconv.c:949 nlmconv.c:998 nlmconv.c:1017
2226#, c-format
2227msgid "%s: read: %s"
2228msgstr "%s: ������: %s"
2229
2230#: nlmconv.c:924
2231msgid "warning: FULLMAP is not supported; try ld -M"
2232msgstr "��������������: FULLMAP �� ��������������; ���������� ld -M"
2233
2234#: nlmconv.c:1100
2235#, c-format
2236msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
2237msgstr "�������������: %s [�����] [in-���� [out-����]]\n"
2238
2239#: nlmconv.c:1101
2240#, c-format
2241msgid " Convert an object file into a NetWare Loadable Module\n"
2242msgstr " ������������ ��������� ���� � ����������� ������ ������� NetWare\n"
2243
2244#: nlmconv.c:1102
2245#, c-format
2246msgid ""
2247" The options are:\n"
2248"  -I --input-target=<bfdname>   Set the input binary file format\n"
2249"  -O --output-target=<bfdname>  Set the output binary file format\n"
2250"  -T --header-file=<file>       Read <file> for NLM header information\n"
2251"  -l --linker=<linker>          Use <linker> for any linking\n"
2252"  -d --debug                    Display on stderr the linker command line\n"
2253"  @<file>                       Read options from <file>.\n"
2254"  -h --help                     Display this information\n"
2255"  -v --version                  Display the program's version\n"
2256msgstr ""
2257" �����:\n"
2258"  -I --input-target=<bfd-���>   ��������� ������� �������� ��������� �����\n"
2259"  -O --output-target=<bfd-���>  ��������� ������� ��������� ��������� �����\n"
2260"  -T --header-file=<����>       ������ <�����> � ����������� ��������� NLM\n"
2261"  -l --linker=<�����������>     ������������� <������������> ��� ������ ����������\n"
2262"  -d --debug                    ����� �� stderr ��������� ������ ������������\n"
2263"  @<����>                       ������ ����� �� <�����>\n"
2264"  -h --help                     ����� ���� ����������\n"
2265"  -v --version                  ����� ������ ���������\n"
2266
2267#: nlmconv.c:1143
2268#, c-format
2269msgid "support not compiled in for %s"
2270msgstr "�������������� ��� ��������� %s"
2271
2272#: nlmconv.c:1180
2273msgid "make section"
2274msgstr "������ make"
2275
2276#: nlmconv.c:1194
2277msgid "set section size"
2278msgstr "��������� ������� �������"
2279
2280#: nlmconv.c:1200
2281msgid "set section alignment"
2282msgstr "��������� ���������� �������"
2283
2284#: nlmconv.c:1204
2285msgid "set section flags"
2286msgstr "��������� ������ �������"
2287
2288#: nlmconv.c:1215
2289msgid "set .nlmsections size"
2290msgstr "��������� ������� .nlmsections"
2291
2292#: nlmconv.c:1296 nlmconv.c:1304 nlmconv.c:1313 nlmconv.c:1318
2293msgid "set .nlmsection contents"
2294msgstr "��������� ����������� .nlmsections"
2295
2296#: nlmconv.c:1797
2297msgid "stub section sizes"
2298msgstr "������� ������� ��������"
2299
2300#: nlmconv.c:1844
2301msgid "writing stub"
2302msgstr "������������ ��������"
2303
2304#: nlmconv.c:1928
2305#, c-format
2306msgid "unresolved PC relative reloc against %s"
2307msgstr "�������������� ������������� ����������� �� �������� ������ � %s"
2308
2309#: nlmconv.c:1992
2310#, c-format
2311msgid "overflow when adjusting relocation against %s"
2312msgstr "������������ ��� ����������� ����������� � %s"
2313
2314#: nlmconv.c:2119
2315#, c-format
2316msgid "%s: execution of %s failed: "
2317msgstr "%s: ���������� %s ����������� ��������: "
2318
2319#: nlmconv.c:2134
2320#, c-format
2321msgid "Execution of %s failed"
2322msgstr "���������� %s ����������� ��������"
2323
2324#: nm.c:224 size.c:82 strings.c:708
2325#, c-format
2326msgid "Usage: %s [option(s)] [file(s)]\n"
2327msgstr "�������������: %s [�����] [����(�)]\n"
2328
2329#: nm.c:225
2330#, c-format
2331msgid " List symbols in [file(s)] (a.out by default).\n"
2332msgstr " ������� ������ �������� � [����(�)] (�� ��������� � a.out).\n"
2333
2334#: nm.c:226
2335#, c-format
2336msgid ""
2337" The options are:\n"
2338"  -a, --debug-syms       Display debugger-only symbols\n"
2339"  -A, --print-file-name  Print name of the input file before every symbol\n"
2340"  -B                     Same as --format=bsd\n"
2341"  -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n"
2342"                          The STYLE, if specified, can be `auto' (the default),\n"
2343"                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
2344"                          or `gnat'\n"
2345"      --no-demangle      Do not demangle low-level symbol names\n"
2346"  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
2347"      --defined-only     Display only defined symbols\n"
2348"  -e                     (ignored)\n"
2349"  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be `bsd',\n"
2350"                           `sysv' or `posix'.  The default is `bsd'\n"
2351"  -g, --extern-only      Display only external symbols\n"
2352"  -l, --line-numbers     Use debugging information to find a filename and\n"
2353"                           line number for each symbol\n"
2354"  -n, --numeric-sort     Sort symbols numerically by address\n"
2355"  -o                     Same as -A\n"
2356"  -p, --no-sort          Do not sort the symbols\n"
2357"  -P, --portability      Same as --format=posix\n"
2358"  -r, --reverse-sort     Reverse the sense of the sort\n"
2359"  -S, --print-size       Print size of defined symbols\n"
2360"  -s, --print-armap      Include index for symbols from archive members\n"
2361"      --size-sort        Sort symbols by size\n"
2362"      --special-syms     Include special symbols in the output\n"
2363"      --synthetic        Display synthetic symbols as well\n"
2364"  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
2365"      --target=BFDNAME   Specify the target object format as BFDNAME\n"
2366"  -u, --undefined-only   Display only undefined symbols\n"
2367"  -X 32_64               (ignored)\n"
2368"  @FILE                  Read options from FILE\n"
2369"  -h, --help             Display this information\n"
2370"  -V, --version          Display this program's version number\n"
2371"\n"
2372msgstr ""
2373" �����:\n"
2374"  -a, --debug-syms       ����� ������ ���������� ��������\n"
2375"  -A, --print-file-name  ����� ����� �������� ����� ����� ������ ��������\n"
2376"  -B                     �� ��, ��� �  --format=bsd\n"
2377"  -C, --demangle[=�����] ������������� �������������� ���� �������� � �����\n"
2378"                         ������ ������������\n"
2379"                          �����, ���� ������, ����� ���� `auto' (�� ���������),\n"
2380"                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
2381"                          ��� `gnat'\n"
2382"      --no-demangle      �� ������������ �������������� ����� ��������\n"
2383"  -D, --dynamic          ����� ������������ �������� ������ ���������� ��������\n"
2384"      --defined-only     ����� ������ ������������ ��������\n"
2385"  -e                     (���������)\n"
2386"  -f, --format=������    ������������� ������ � �������� ��������� �������.\n"
2387"                         ������ ����� ���� `bsd', `sysv' ��� `posix'.\n"
2388"                         �� ��������� ������������ `bsd'.\n"
2389"  -g, --extern-only      ����� ������ ������� ��������\n"
2390"  -l, --line-numbers     ������������� ���������� ���������� ��� ����������\n"
2391"                         ����� ����� � ������ ������ ��� ������� �������\n"
2392"  -n, --numeric-sort     ���������� �������� �� ������\n"
2393"  -o                     �� ��, ��� � -A\n"
2394"  -p, --no-sort          ��� ���������� ��������\n"
2395"  -P, --portability      �� ��, ��� � --format=posix\n"
2396"  -r, --reverse-sort     ���������� � �������� �������\n"
2397"  -S, --print-size       ����� ������� ������������ ��������\n"
2398"  -s, --print-armap      ��������� ������� ��� �������� �� ������ ������\n"
2399"      --size-sort        ���������� �������� �� �������\n"
2400"      --special-syms     ��������� ����������� �������� � �������� ������\n"
2401"      --synthetic        ����� ����� ������������� ��������\n"
2402"  -t, --radix=RADIX      ������������� RADIX ��� ������ �������� ��������\n"
2403"      --target=BFD-���   �������� �������� ������� ������� ��� BFD-���\n"
2404"  -u, --undefined-only   ����� ������ �� ������������ ��������\n"
2405"  -X 32_64               (���������)\n"
2406"  @����                  ������ ����� �� �����\n"
2407"  -h, --help             ����� ���� ����������\n"
2408"  -V, --version          ����� ������ ������ ���� ���������\n"
2409"\n"
2410
2411#: nm.c:263 objdump.c:236
2412#, c-format
2413msgid "Report bugs to %s.\n"
2414msgstr "������ �� ������� ����������� � %s\n"
2415
2416#: nm.c:295
2417#, c-format
2418msgid "%s: invalid radix"
2419msgstr "%s: �������� radix"
2420
2421#: nm.c:319
2422#, c-format
2423msgid "%s: invalid output format"
2424msgstr "%s: �������� �������� ������"
2425
2426#: nm.c:340 readelf.c:6623 readelf.c:6659
2427#, c-format
2428msgid "<processor specific>: %d"
2429msgstr "<����������� ��� ����������>: %d"
2430
2431#: nm.c:342 readelf.c:6626 readelf.c:6671
2432#, c-format
2433msgid "<OS specific>: %d"
2434msgstr "<����������� ��� ��>: %d"
2435
2436#: nm.c:344 readelf.c:6628 readelf.c:6674
2437#, c-format
2438msgid "<unknown>: %d"
2439msgstr "<�����������>: %d"
2440
2441#: nm.c:381
2442#, c-format
2443msgid ""
2444"\n"
2445"Archive index:\n"
2446msgstr ""
2447"\n"
2448"������ ������:\n"
2449
2450#: nm.c:1227
2451#, c-format
2452msgid ""
2453"\n"
2454"\n"
2455"Undefined symbols from %s:\n"
2456"\n"
2457msgstr ""
2458"\n"
2459"\n"
2460"�������������� ������� �� %s:\n"
2461"\n"
2462
2463#: nm.c:1229
2464#, c-format
2465msgid ""
2466"\n"
2467"\n"
2468"Symbols from %s:\n"
2469"\n"
2470msgstr ""
2471"\n"
2472"\n"
2473"������� �� %s:\n"
2474"\n"
2475
2476#: nm.c:1231 nm.c:1282
2477#, c-format
2478msgid ""
2479"Name                  Value   Class        Type         Size     Line  Section\n"
2480"\n"
2481msgstr ""
2482"���                   ����.   �����        ���        ������   ������  ������\n"
2483"\n"
2484
2485#: nm.c:1234 nm.c:1285
2486#, c-format
2487msgid ""
2488"Name                  Value           Class        Type         Size             Line  Section\n"
2489"\n"
2490msgstr ""
2491"���                   ����.           �����        ���        ������           ������  ������\n"
2492"\n"
2493
2494#: nm.c:1278
2495#, c-format
2496msgid ""
2497"\n"
2498"\n"
2499"Undefined symbols from %s[%s]:\n"
2500"\n"
2501msgstr ""
2502"\n"
2503"\n"
2504"�������������� ������� �� %s[%s]:\n"
2505"\n"
2506
2507#: nm.c:1280
2508#, c-format
2509msgid ""
2510"\n"
2511"\n"
2512"Symbols from %s[%s]:\n"
2513"\n"
2514msgstr ""
2515"\n"
2516"\n"
2517"������� �� %s[%s]:\n"
2518"\n"
2519
2520#: nm.c:1584
2521msgid "Only -X 32_64 is supported"
2522msgstr "�������������� ������ -X 32_64"
2523
2524#: nm.c:1604
2525msgid "Using the --size-sort and --undefined-only options together"
2526msgstr "������������� ������ ����� --size-sort � --undefined-only"
2527
2528#: nm.c:1605
2529msgid "will produce no output, since undefined symbols have no size."
2530msgstr "�� ���� �������� ������, �.�. �������������� ������� �� ����� �������."
2531
2532#: nm.c:1633
2533#, c-format
2534msgid "data size %ld"
2535msgstr "������ ������ %ld"
2536
2537#: objcopy.c:401 srconv.c:1721
2538#, c-format
2539msgid "Usage: %s [option(s)] in-file [out-file]\n"
2540msgstr "�������������: %s [�����] in-���� [out-����]\n"
2541
2542#: objcopy.c:402
2543#, c-format
2544msgid " Copies a binary file, possibly transforming it in the process\n"
2545msgstr " �������� �������� ����, ��������, �������������� ��� � ��������\n"
2546
2547#: objcopy.c:403 objcopy.c:495
2548#, c-format
2549msgid " The options are:\n"
2550msgstr " �����:\n"
2551
2552#: objcopy.c:404
2553#, c-format
2554msgid ""
2555"  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
2556"  -O --output-target <bfdname>     Create an output file in format <bfdname>\n"
2557"  -B --binary-architecture <arch>  Set arch of output file, when input is binary\n"
2558"  -F --target <bfdname>            Set both input and output format to <bfdname>\n"
2559"     --debugging                   Convert debugging information, if possible\n"
2560"  -p --preserve-dates              Copy modified/access timestamps to the output\n"
2561"  -j --only-section <name>         Only copy section <name> into the output\n"
2562"     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to <file>\n"
2563"  -R --remove-section <name>       Remove section <name> from the output\n"
2564"  -S --strip-all                   Remove all symbol and relocation information\n"
2565"  -g --strip-debug                 Remove all debugging symbols & sections\n"
2566"     --strip-unneeded              Remove all symbols not needed by relocations\n"
2567"  -N --strip-symbol <name>         Do not copy symbol <name>\n"
2568"     --strip-unneeded-symbol <name>\n"
2569"                                   Do not copy symbol <name> unless needed by\n"
2570"                                     relocations\n"
2571"     --only-keep-debug             Strip everything but the debug information\n"
2572"  -K --keep-symbol <name>          Do not strip symbol <name>\n"
2573"  -L --localize-symbol <name>      Force symbol <name> to be marked as a local\n"
2574"     --globalize-symbol <name>     Force symbol <name> to be marked as a global\n"
2575"  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
2576"  -W --weaken-symbol <name>        Force symbol <name> to be marked as a weak\n"
2577"     --weaken                      Force all global symbols to be marked as weak\n"
2578"  -w --wildcard                    Permit wildcard in symbol comparison\n"
2579"  -x --discard-all                 Remove all non-global symbols\n"
2580"  -X --discard-locals              Remove any compiler-generated symbols\n"
2581"  -i --interleave <number>         Only copy one out of every <number> bytes\n"
2582"  -b --byte <num>                  Select byte <num> in every interleaved block\n"
2583"     --gap-fill <val>              Fill gaps between sections with <val>\n"
2584"     --pad-to <addr>               Pad the last section up to address <addr>\n"
2585"     --set-start <addr>            Set the start address to <addr>\n"
2586"    {--change-start|--adjust-start} <incr>\n"
2587"                                   Add <incr> to the start address\n"
2588"    {--change-addresses|--adjust-vma} <incr>\n"
2589"                                   Add <incr> to LMA, VMA and start addresses\n"
2590"    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
2591"                                   Change LMA and VMA of section <name> by <val>\n"
2592"     --change-section-lma <name>{=|+|-}<val>\n"
2593"                                   Change the LMA of section <name> by <val>\n"
2594"     --change-section-vma <name>{=|+|-}<val>\n"
2595"                                   Change the VMA of section <name> by <val>\n"
2596"    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
2597"                                   Warn if a named section does not exist\n"
2598"     --set-section-flags <name>=<flags>\n"
2599"                                   Set section <name>'s properties to <flags>\n"
2600"     --add-section <name>=<file>   Add section <name> found in <file> to output\n"
2601"     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
2602"     --change-leading-char         Force output format's leading character style\n"
2603"     --remove-leading-char         Remove leading character from global symbols\n"
2604"     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
2605"     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
2606"                                     listed in <file>\n"
2607"     --srec-len <number>           Restrict the length of generated Srecords\n"
2608"     --srec-forceS3                Restrict the type of generated Srecords to S3\n"
2609"     --strip-symbols <file>        -N for all symbols listed in <file>\n"
2610"     --strip-unneeded-symbols <file>\n"
2611"                                   --strip-unneeded-symbol for all symbols listed\n"
2612"                                     in <file>\n"
2613"     --keep-symbols <file>         -K for all symbols listed in <file>\n"
2614"     --localize-symbols <file>     -L for all symbols listed in <file>\n"
2615"     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
2616"     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
2617"     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
2618"     --alt-machine-code <index>    Use alternate machine code for output\n"
2619"     --writable-text               Mark the output text as writable\n"
2620"     --readonly-text               Make the output text write protected\n"
2621"     --pure                        Mark the output file as demand paged\n"
2622"     --impure                      Mark the output file as impure\n"
2623"     --prefix-symbols <prefix>     Add <prefix> to start of every symbol name\n"
2624"     --prefix-sections <prefix>    Add <prefix> to start of every section name\n"
2625"     --prefix-alloc-sections <prefix>\n"
2626"                                   Add <prefix> to start of every allocatable\n"
2627"                                     section name\n"
2628"  -v --verbose                     List all object files modified\n"
2629"  @<file>                          Read options from <file>\n"
2630"  -V --version                     Display this program's version number\n"
2631"  -h --help                        Display this output\n"
2632"     --info                        List object formats & architectures supported\n"
2633msgstr ""
2634"  -I --input-target <bfd-���>      ��������������� ������� ���� � ������� <bfd-���>\n"
2635"  -O --output-target <bfd-���>     ������� �������� ���� � ������� <bfd-���>\n"
2636"  -B --binary-architecture <���>   ���������� ����������� ��� ��������� �����, ����� ������� ���� ��������\n"
2637"  -F --target <bfd-���>            ���������� ������� � �������� ������� � <bfd-���>\n"
2638"     --debugging                   ������������� ���������� ����������, ���� ��� ��������\n"
2639"  -p --preserve-dates              ���������� ����� �����������/������� �� �����\n"
2640"  -j --only-section <���>          ���������� ������ <���> �� �����\n"
2641"     --add-gnu-debuglink=<����>    ���������� ���������� ������� .gnu_debuglink � <����>\n"
2642"  -R --remove-section <���>        ������� ������ <���> �� ������\n"
2643"  -S --strip-all                   ������� ��� ������� � ���������� � �����������\n"
2644"  -g --strip-debug                 ������� ��� ���������� ������� � �������\n"
2645"     --strip-unneeded              ������� ��� �������, �� ������ ��� �����������\n"
2646"  -N --strip-symbol <���>          �� ���������� ������ <���>\n"
2647"     --strip-unneeded-symbol <���>\n"
2648"                                   �� ���������� ������ <���>, ���� �� ����� ���\n"
2649"                                   ��� �����������\n"
2650"     --only-keep-debug             �������� ������ ���������� ����������\n"
2651"  -K --keep-symbol <���>           ���������� ������ ������ <���>\n"
2652"  -L --localize-symbol <���>       ������������� �������� ������ <���> ��� ���������\n"
2653"  -G --keep-global-symbol <���>    ������������ ��� ������� ����� <���>\n"
2654"  -W --weaken-symbol <���>         ������������� �������� ������ <���> ��� ������\n"
2655"     --weaken                      ������������� �������� ���������� ������� ��� ������\n"
2656"  -w --wildcard                    ��������� ����� ��� ��������� ��������\n"
2657"  -x --discard-all                 ������� ��� ������������ �������\n"
2658"  -X --discard-locals              ������� ����� �������, ��������������� ������������\n"
2659"  -i --interleave <�����>          ���������� ������ ���� ���� ����� ������ <�����> ����\n"
2660"  -b --byte <�����>                ������� ���� <�����> � ������ ������������ �����\n"
2661"     --gap-fill <��������>         ��������� ���������� ����� ��������� <���������>\n"
2662"     --pad-to <�����>              ��������� ��������� ������ �� ������ <�����>\n"
2663"     --set-start <�����>           ���������� ��������� ����� � <�����>\n"
2664"    {--change-start|--adjust-start} <����������>\n"
2665"                                   �������� <����������> � ���������� ������\n"
2666"    {--change-addresses|--adjust-vma} <����������>\n"
2667"                                   �������� <����������> � LMA, VMA � ���������� �������\n"
2668"    {--change-section-address|--adjust-section-vma} <���>{=|+|-}<��������>\n"
2669"                                   �������� LMA � VMA ������� <���> �� <��������>\n"
2670"     --change-section-lma <���>{=|+|-}<��������>\n"
2671"                                   �������� LMA ������� <���> �� <��������>\n"
2672"     --change-section-vma <���>{=|+|-}<��������>\n"
2673"                                   �������� VMA ������� <���> �� <��������>\n"
2674"    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
2675"                                   ������������, ���� ��������� ������ �� ����������\n"
2676"     --set-section-flags <���>=<�����>\n"
2677"                                   ���������� �������� ������� <���> � <�����>\n"
2678"     --add-section <���>=<����>    �������� ������ <���>, ��������� � <�����>, �� �����\n"
2679"     --rename-section <����>=<���>[,<�����>] ������������� ������ <����> �� <���>\n"
2680"     --change-leading-char         ������������� ������������ ����� ���������� ������� ��� ��������� �������\n"
2681"     --remove-leading-char         ������� ��������� ������ �� ���������� ��������\n"
2682"     --redefine-sym <����>=<���>   �������������� ��� ������� <����> �� <���>\n"
2683"     --redefine-syms <����>        --redefine-sym ��� ���� ��� ��������,\n"
2684"                                     ������������� � <�����>\n"
2685"     --srec-len <�����>            ���������� ����� ��������� S-�������\n"
2686"     --srec-forceS3                ���������� ��� ��������� S-������� �� S3\n"
2687"     --strip-symbols <����>        -N ��� ���� �������, ������������� � <�����>\n"
2688"     --strip-unneeded-symbols <����>\n"
2689"                                   --strip-unneeded-symbol ��� ���� ��������, �������������\n"
2690"                                     � <�����>\n"
2691"     --keep-symbols <����>         -K ��� ���� �������, ������������� � <�����>\n"
2692"     --localize-symbols <����>     -L ��� ���� �������, ������������� � <�����>\n"
2693"     --keep-global-symbols <����>  -G ��� ���� �������, ������������� � <�����>\n"
2694"     --weaken-symbols <����>       -W ��� ���� �������, ������������� � <�����>\n"
2695"     --alt-machine-code <������>   ������������ �������������� ��� ������ ��� ������\n"
2696"     --writable-text               �������� �������� ����� ��� ����������������\n"
2697"     --readonly-text               �������� �������� ����� ��� ���������� �� ������\n"
2698"     --pure                        �������� �������� ���� ��� ��������� �� ������\n"
2699"     --impure                      �������� �������� ���� ��� ������������\n"
2700"     --prefix-symbols <�������>    �������� <�������> � ������ ����� ������� �������\n"
2701"     --prefix-sections <�������>   �������� <�������> � ������ ����� ������� �������\n"
2702"     --prefix-alloc-sections <�������>\n"
2703"                                   �������� <�������> � ������ ����� �������\n"
2704"                                     ������������ �������\n"
2705"  -v --verbose                     ����������� ��� ���������������� ��������� �����\n"
2706"  @<����>                          ������ ����� �� <�����>\n"
2707"  -V --version                     ������� ����� ������ ���� ���������\n"
2708"  -h --help                        ������� ��� �������\n"
2709"     --info                        ����������� �������������� ������� �������� � �����������\n"
2710
2711#: objcopy.c:493
2712#, c-format
2713msgid "Usage: %s <option(s)> in-file(s)\n"
2714msgstr "�������������: %s <�����> in-����(�)\n"
2715
2716#: objcopy.c:494
2717#, c-format
2718msgid " Removes symbols and sections from files\n"
2719msgstr " ������� ������� � ������� �� ������\n"
2720
2721#: objcopy.c:496
2722#, c-format
2723msgid ""
2724"  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
2725"  -O --output-target=<bfdname>     Create an output file in format <bfdname>\n"
2726"  -F --target=<bfdname>            Set both input and output format to <bfdname>\n"
2727"  -p --preserve-dates              Copy modified/access timestamps to the output\n"
2728"  -R --remove-section=<name>       Remove section <name> from the output\n"
2729"  -s --strip-all                   Remove all symbol and relocation information\n"
2730"  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
2731"     --strip-unneeded              Remove all symbols not needed by relocations\n"
2732"     --only-keep-debug             Strip everything but the debug information\n"
2733"  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
2734"  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
2735"  -w --wildcard                    Permit wildcard in symbol comparison\n"
2736"  -x --discard-all                 Remove all non-global symbols\n"
2737"  -X --discard-locals              Remove any compiler-generated symbols\n"
2738"  -v --verbose                     List all object files modified\n"
2739"  -V --version                     Display this program's version number\n"
2740"  -h --help                        Display this output\n"
2741"     --info                        List object formats & architectures supported\n"
2742"  -o <file>                        Place stripped output into <file>\n"
2743msgstr ""
2744"  -I --input-target=<bfd-���>      ��������������� ������� ���� � ������� <bfd-���>\n"
2745"  -O --output-target=<bfd-���>     ������� �������� ���� � ������� <bfd-���>\n"
2746"  -F --target=<bfd-���>            ���������� ������� � �������� ������� � <bfd-���>\n"
2747"  -p --preserve-dates              ���������� ����� �����������/������� �� �����\n"
2748"  -R --remove-section <���>        ������� ������ <���> �� ������\n"
2749"  -s --strip-all                   ������� ��� ������� � ���������� � �����������\n"
2750"  -g -S -d --strip-debug           ������� ��� ���������� ������� � �������\n"
2751"     --strip-unneeded              ������� ��� �������, �� ������ ��� �����������\n"
2752"     --only-keep-debug             ������� ���, �� ����������� ���������� ����������\n"
2753"  -N --strip-symbol=<���>          �� ���������� ������ <���>\n"
2754"  -K --keep-symbol=<���>           ���������� ������ ������ <���>\n"
2755"  -w --wildcard                    ��������� ����� ��� ��������� ��������\n"
2756"  -x --discard-all                 ������� ��� ������������ �������\n"
2757"  -X --discard-locals              ������� ����� �������, ��������������� ������������\n"
2758"  -v --verbose                     ����������� ��� ���������������� ��������� �����\n"
2759"  -V --version                     ������� ����� ������ ���� ���������\n"
2760"  -h --help                        ������� ��� �������\n"
2761"     --info                        ����������� �������������� ������� �������� � �����������\n"
2762"  -o <����>                        ��������� ������������ �������� ������ � <����>\n"
2763
2764#: objcopy.c:568
2765#, c-format
2766msgid "unrecognized section flag `%s'"
2767msgstr "�������������� ���� ������� `%s'"
2768
2769#: objcopy.c:569
2770#, c-format
2771msgid "supported flags: %s"
2772msgstr "���������������� �����: %s"
2773
2774#: objcopy.c:646
2775#, c-format
2776msgid "cannot open '%s': %s"
2777msgstr "���������� ������� '%s': %s"
2778
2779#: objcopy.c:649 objcopy.c:2722
2780#, c-format
2781msgid "%s: fread failed"
2782msgstr "%s: fread ���������� ��������"
2783
2784#: objcopy.c:722
2785#, c-format
2786msgid "%s:%d: Ignoring rubbish found on this line"
2787msgstr "%s:%d: ������������ �����, ��������� � ���� ������ "
2788
2789#: objcopy.c:996
2790#, c-format
2791msgid "%s: Multiple redefinition of symbol \"%s\""
2792msgstr "%s: ������������ ��������������� ������� \"%s\""
2793
2794#: objcopy.c:1000
2795#, c-format
2796msgid "%s: Symbol \"%s\" is target of more than one redefinition"
2797msgstr "%s: ������ \"%s\" �������� ����� �����, ��� ������ ���������������"
2798
2799#: objcopy.c:1028
2800#, c-format
2801msgid "couldn't open symbol redefinition file %s (error: %s)"
2802msgstr "���������� ������� ���� ��������������� ������� %s (������: %s)"
2803
2804#: objcopy.c:1106
2805#, c-format
2806msgid "%s:%d: garbage found at end of line"
2807msgstr "%s:%d: � ����� ������ ������ �����"
2808
2809#: objcopy.c:1109
2810#, c-format
2811msgid "%s:%d: missing new symbol name"
2812msgstr "%s:%d: ����������� ��� ������ �������"
2813
2814#: objcopy.c:1119
2815#, c-format
2816msgid "%s:%d: premature end of file"
2817msgstr "%s:%d: ��������������� ����� �����"
2818
2819#: objcopy.c:1145
2820#, c-format
2821msgid "stat returns negative size for `%s'"
2822msgstr "stat ��������� ������������� ������ ��� `%s'"
2823
2824#: objcopy.c:1157
2825#, c-format
2826msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
2827msgstr "����������� �� `%s' [�����.] � `%s' [�����.]\n"
2828
2829#: objcopy.c:1212
2830msgid "Unable to change endianness of input file(s)"
2831msgstr "���������� �������� endianness �������� �����"
2832
2833#: objcopy.c:1221
2834#, c-format
2835msgid "copy from `%s' [%s] to `%s' [%s]\n"
2836msgstr "����������� �� `%s' [%s] � `%s' [%s]\n"
2837
2838#: objcopy.c:1258 objcopy.c:1715
2839#, c-format
2840msgid "Unable to recognise the format of the input file `%s'"
2841msgstr "���������� ���������� ������ �������� ����� `%s'"
2842
2843#: objcopy.c:1261
2844#, c-format
2845msgid "Warning: Output file cannot represent architecture `%s'"
2846msgstr "��������������: �������� ���� �� ����� ������������ ����������� `%s'"
2847
2848#: objcopy.c:1305
2849#, c-format
2850msgid "can't create section `%s': %s"
2851msgstr "���������� ������� ������ `%s': %s"
2852
2853#: objcopy.c:1356
2854msgid "there are no sections to be copied!"
2855msgstr "��� �������� ��� �����������!"
2856
2857#: objcopy.c:1402
2858#, c-format
2859msgid "Can't fill gap after %s: %s"
2860msgstr "���������� ��������� ���������� ����� %s: %s"
2861
2862#: objcopy.c:1427
2863#, c-format
2864msgid "Can't add padding to %s: %s"
2865msgstr "���������� �������� ���������� � %s: %s"
2866
2867#: objcopy.c:1594
2868#, c-format
2869msgid "%s: error copying private BFD data: %s"
2870msgstr "%s: ������ ����������� ������� ������ BFD: %s"
2871
2872#: objcopy.c:1605
2873msgid "unknown alternate machine code, ignored"
2874msgstr "����������� �������������� ��� ������, ��������"
2875
2876#: objcopy.c:1635 objcopy.c:1665
2877#, c-format
2878msgid "cannot mkdir %s for archive copying (error: %s)"
2879msgstr "���������� mkdir %s ��� ����������� ������ (������: %s)"
2880
2881#: objcopy.c:1787
2882#, c-format
2883msgid "error: the input file '%s' is empty"
2884msgstr "������: ������� ���� '%s' ����"
2885
2886#: objcopy.c:1889
2887#, c-format
2888msgid "Multiple renames of section %s"
2889msgstr "������������ �������������� ������� %s"
2890
2891#: objcopy.c:1940
2892msgid "private header data"
2893msgstr "������� ������ ���������"
2894
2895#: objcopy.c:1948
2896#, c-format
2897msgid "%s: error in %s: %s"
2898msgstr "%s: ������ � %s: %s"
2899
2900#: objcopy.c:2007
2901msgid "making"
2902msgstr "���������"
2903
2904#: objcopy.c:2022
2905msgid "size"
2906msgstr "������"
2907
2908#: objcopy.c:2036
2909msgid "vma"
2910msgstr "vma"
2911
2912#: objcopy.c:2061
2913msgid "alignment"
2914msgstr "����������"
2915
2916#: objcopy.c:2083
2917msgid "private data"
2918msgstr "������� ������"
2919
2920#: objcopy.c:2091
2921#, c-format
2922msgid "%s: section `%s': error in %s: %s"
2923msgstr "%s: ������ `%s': ������ � %s: %s"
2924
2925#: objcopy.c:2363
2926#, c-format
2927msgid "%s: can't create debugging section: %s"
2928msgstr "%s: ���������� ������� ���������� ������: %s"
2929
2930#: objcopy.c:2377
2931#, c-format
2932msgid "%s: can't set debugging section contents: %s"
2933msgstr "%s: ���������� ���������� ���������� ����������� �������: %s"
2934
2935#: objcopy.c:2386
2936#, c-format
2937msgid "%s: don't know how to write debugging information for %s"
2938msgstr "%s: �� ��������, ��� �������� ���������� ���������� ��� %s"
2939
2940#: objcopy.c:2561
2941msgid "byte number must be non-negative"
2942msgstr "����� ����� ������ ���� ���������������"
2943
2944#: objcopy.c:2571
2945msgid "interleave must be positive"
2946msgstr "����������� ������ ���� �������������"
2947
2948#: objcopy.c:2591 objcopy.c:2599
2949#, c-format
2950msgid "%s both copied and removed"
2951msgstr "��� %s ����������� � �������"
2952
2953#: objcopy.c:2696 objcopy.c:2767 objcopy.c:2867 objcopy.c:2898 objcopy.c:2922
2954#: objcopy.c:2926 objcopy.c:2946
2955#, c-format
2956msgid "bad format for %s"
2957msgstr "������ ������ ��� %s"
2958
2959#: objcopy.c:2717
2960#, c-format
2961msgid "cannot open: %s: %s"
2962msgstr "���������� �������: %s: %s"
2963
2964#: objcopy.c:2836
2965#, c-format
2966msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
2967msgstr "��������������: ���������� ���������� ���������� �� 0x%s �� 0x%x"
2968
2969#: objcopy.c:3000
2970msgid "alternate machine code index must be positive"
2971msgstr "������ ��������������� ���� ������ ������ ���� �������������"
2972
2973#: objcopy.c:3058
2974msgid "byte number must be less than interleave"
2975msgstr "����� ����� ������ ���� ������ �����������"
2976
2977#: objcopy.c:3088
2978#, c-format
2979msgid "architecture %s unknown"
2980msgstr "����������� %s �� ��������"
2981
2982#: objcopy.c:3092
2983msgid "Warning: input target 'binary' required for binary architecture parameter."
2984msgstr "��������������: '��������' ������� ������� ���� ��������� ��� ��������� �������� �����������."
2985
2986#: objcopy.c:3093
2987#, c-format
2988msgid " Argument %s ignored"
2989msgstr " �������� %s ��������"
2990
2991#: objcopy.c:3099
2992#, c-format
2993msgid "warning: could not locate '%s'.  System error message: %s"
2994msgstr "��������������: ���������� ����� '%s'. ��������� ��������� �� ������: %s"
2995
2996#: objcopy.c:3141 objcopy.c:3155
2997#, c-format
2998msgid "%s %s%c0x%s never used"
2999msgstr "%s %s%c0x%s ������� �� ������������"
3000
3001#: objdump.c:178
3002#, c-format
3003msgid "Usage: %s <option(s)> <file(s)>\n"
3004msgstr "�������������: %s <�����> <����(�)>\n"
3005
3006#: objdump.c:179
3007#, c-format
3008msgid " Display information from object <file(s)>.\n"
3009msgstr " ���������� ���������� �� ������� <����(�)>.\n"
3010
3011#: objdump.c:180
3012#, c-format
3013msgid " At least one of the following switches must be given:\n"
3014msgstr " ������ ���� ������ �� ������� ���� ���� �� ��������� ������:\n"
3015
3016#: objdump.c:181
3017#, c-format
3018msgid ""
3019"  -a, --archive-headers    Display archive header information\n"
3020"  -f, --file-headers       Display the contents of the overall file header\n"
3021"  -p, --private-headers    Display object format specific file header contents\n"
3022"  -h, --[section-]headers  Display the contents of the section headers\n"
3023"  -x, --all-headers        Display the contents of all headers\n"
3024"  -d, --disassemble        Display assembler contents of executable sections\n"
3025"  -D, --disassemble-all    Display assembler contents of all sections\n"
3026"  -S, --source             Intermix source code with disassembly\n"
3027"  -s, --full-contents      Display the full contents of all sections requested\n"
3028"  -g, --debugging          Display debug information in object file\n"
3029"  -e, --debugging-tags     Display debug information using ctags style\n"
3030"  -G, --stabs              Display (in raw form) any STABS info in the file\n"
3031"  -W, --dwarf              Display DWARF info in the file\n"
3032"  -t, --syms               Display the contents of the symbol table(s)\n"
3033"  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
3034"  -r, --reloc              Display the relocation entries in the file\n"
3035"  -R, --dynamic-reloc      Display the dynamic relocation entries in the file\n"
3036"  @<file>                  Read options from <file>\n"
3037"  -v, --version            Display this program's version number\n"
3038"  -i, --info               List object formats and architectures supported\n"
3039"  -H, --help               Display this information\n"
3040msgstr ""
3041"  -a, --archive-headers    ������� ���������� ��������� ������\n"
3042"  -f, --file-headers       ������� ���������� ��������� ����� �����\n"
3043"  -p, --private-headers    ������� ���������� ��������� �����, ������������ ��� ������� �������\n"
3044"  -h, --[section-]headers  ������� ���������� ���������� ��������\n"
3045"  -x, --all-headers        ������� ���������� ���� ����������\n"
3046"  -d, --disassemble        ������� ���������� ���������� ����������� ��������\n"
3047"  -D, --disassemble-all    ������� ���������� ���������� ���� ��������\n"
3048"  -S, --source             ���������� �������� ��� � �������������������\n"
3049"  -s, --full-contents      ������� ������ ���������� ���� ����������� ��������\n"
3050"  -g, --debugging          ������� ���������� ���������� � ��������� �����\n"
3051"  -e, --debugging-tags     ������� ���������� ���������� � ����� ctags\n"
3052"  -G, --stabs              ������� (� ����� �����) ����� ���������� STABS � �����\n"
3053"  -t, --syms               ������� ���������� ������(�) ��������\n"
3054"  -T, --dynamic-syms       ������� ���������� ������� ������������ ��������\n"
3055"  -r, --reloc              ������� ������ ����������� � �����\n"
3056"  -R, --dynamic-reloc      ������� ������ ������������� ����������� � �����\n"
3057"  @<����>                  ������ ����� �� <�����>\n"
3058"  -v, --version            ������� ����� ������ ���� ���������\n"
3059"  -i, --info               ������� ������ �������������� �������� �������� � ����������\n"
3060"  -H, --help               ������� ��� ����������\n"
3061
3062#: objdump.c:206
3063#, c-format
3064msgid ""
3065"\n"
3066" The following switches are optional:\n"
3067msgstr ""
3068"\n"
3069" ��������� ����� �������� �������������:\n"
3070
3071#: objdump.c:207
3072#, c-format
3073msgid ""
3074"  -b, --target=BFDNAME           Specify the target object format as BFDNAME\n"
3075"  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
3076"  -j, --section=NAME             Only display information for section NAME\n"
3077"  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
3078"  -EB --endian=big               Assume big endian format when disassembling\n"
3079"  -EL --endian=little            Assume little endian format when disassembling\n"
3080"      --file-start-context       Include context from start of file (with -S)\n"
3081"  -I, --include=DIR              Add DIR to search list for source files\n"
3082"  -l, --line-numbers             Include line numbers and filenames in output\n"
3083"  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
3084"                                  The STYLE, if specified, can be `auto', `gnu',\n"
3085"                                  `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
3086"                                  or `gnat'\n"
3087"  -w, --wide                     Format output for more than 80 columns\n"
3088"  -z, --disassemble-zeroes       Do not skip blocks of zeroes when disassembling\n"
3089"      --start-address=ADDR       Only process data whose address is >= ADDR\n"
3090"      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
3091"      --prefix-addresses         Print complete address alongside disassembly\n"
3092"      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
3093"      --adjust-vma=OFFSET        Add OFFSET to all displayed section addresses\n"
3094"      --special-syms             Include special symbols in symbol dumps\n"
3095"\n"
3096msgstr ""
3097"  -b, --target=BFD-���           ������� ������� ������ ������� ��� BFD-���\n"
3098"  -m, --architecture=������      ������� ������� ����������� ��� ������\n"
3099"  -j, --section=���              ������� ���������� ������ ��� ������� ���\n"
3100"  -M, --disassembler-options=OPT �������� ����� OPT � ������������\n"
3101"  -EB --endian=big               ������������ ������ big endian ��� ������������������\n"
3102"  -EL --endian=little            ������������ ������ little endian ��� ������������������\n"
3103"      --file-start-context       �������� �������� �� ������ ����� (� -S)\n"
3104"  -I, --include=���              �������� ������� � ������ ������ �������� ������\n"
3105"  -l, --line-numbers             �������� ������ ����� � ����� ������ �� ������\n"
3106"  -C, --demangle[=�����]         ������������ �����������������/������������ ����� ��������\n"
3107"                                  �����, ���� ������, ����� ���� `auto', `gnu',\n"
3108"                                  `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
3109"                                  ��� `gnat'\n"
3110"  -w, --wide                     ������������� ����� ��� �����,���� 80 �������\n"
3111"  -z, --disassemble-zeroes       �� ���������� ����� ����� ��� ������������������\n"
3112"      --start-address=�����      ���������� ������ ������, ����� ������� >= �����\n"
3113"      --stop-address=�����       ���������� ������ ������, ����� ������� <= �����\n"
3114"      --prefix-addresses         ������� ������ ����� ��� ������������������\n"
3115"      --[no-]show-raw-insn       ������� hex ��� ������������� ������������������\n"
3116"      --adjust-vma=��������      �������� �������� �� ���� ������� ��������� ��������\n"
3117"      --special-syms             �������� ����������� ������� � ����� ��������\n"
3118"\n"
3119
3120#: objdump.c:389
3121#, c-format
3122msgid "Sections:\n"
3123msgstr "�������:\n"
3124
3125#: objdump.c:392 objdump.c:396
3126#, c-format
3127msgid "Idx Name          Size      VMA       LMA       File off  Algn"
3128msgstr "��� ���           ������    VMA       LMA       ����      �����"
3129
3130#: objdump.c:398
3131#, c-format
3132msgid "Idx Name          Size      VMA               LMA               File off  Algn"
3133msgstr "��� ���           ������    VMA               LMA               ����      �����"
3134
3135#: objdump.c:402
3136#, c-format
3137msgid "  Flags"
3138msgstr "  �����"
3139
3140#: objdump.c:404
3141#, c-format
3142msgid "  Pg"
3143msgstr "  ���"
3144
3145#: objdump.c:447
3146#, c-format
3147msgid "%s: not a dynamic object"
3148msgstr "%s: �� ������������ ������"
3149
3150#: objdump.c:1735
3151#, c-format
3152msgid "Disassembly of section %s:\n"
3153msgstr "����������������� ������� %s:\n"
3154
3155#: objdump.c:1897
3156#, c-format
3157msgid "Can't use supplied machine %s"
3158msgstr "���������� ������������ �������������� ������ %s"
3159
3160#: objdump.c:1916
3161#, c-format
3162msgid "Can't disassemble for architecture %s\n"
3163msgstr "������������������ ���������� ��� ����������� %s\n"
3164
3165#: objdump.c:2006
3166#, c-format
3167msgid ""
3168"\n"
3169"Can't get contents for section '%s'.\n"
3170msgstr ""
3171"\n"
3172"���������� �������� ���������� ������� '%s'.\n"
3173
3174#: objdump.c:2143
3175#, c-format
3176msgid ""
3177"No %s section present\n"
3178"\n"
3179msgstr ""
3180"������ %s �����������\n"
3181"\n"
3182
3183#: objdump.c:2152
3184#, c-format
3185msgid "Reading %s section of %s failed: %s"
3186msgstr "������ %s ������� %s ����������� ��������: %s"
3187
3188#: objdump.c:2196
3189#, c-format
3190msgid ""
3191"Contents of %s section:\n"
3192"\n"
3193msgstr ""
3194"���������� ������� %s:\n"
3195"\n"
3196
3197#: objdump.c:2323
3198#, c-format
3199msgid "architecture: %s, "
3200msgstr "�����������: %s, "
3201
3202#: objdump.c:2326
3203#, c-format
3204msgid "flags 0x%08x:\n"
3205msgstr "����� 0x%08x:\n"
3206
3207#: objdump.c:2340
3208#, c-format
3209msgid ""
3210"\n"
3211"start address 0x"
3212msgstr ""
3213"\n"
3214"��������� ����� 0x"
3215
3216#: objdump.c:2380
3217#, c-format
3218msgid "Contents of section %s:\n"
3219msgstr "���������� ������� %s:\n"
3220
3221#: objdump.c:2505
3222#, c-format
3223msgid "no symbols\n"
3224msgstr "��� ��������\n"
3225
3226#: objdump.c:2512
3227#, c-format
3228msgid "no information for symbol number %ld\n"
3229msgstr "��� ���������� � ������� ����� %ld\n"
3230
3231#: objdump.c:2515
3232#, c-format
3233msgid "could not determine the type of symbol number %ld\n"
3234msgstr "���������� ���������� ��� ������� ����� %ld\n"
3235
3236#: objdump.c:2788
3237#, c-format
3238msgid ""
3239"\n"
3240"%s:     file format %s\n"
3241msgstr ""
3242"\n"
3243"%s:     ������ ����� %s\n"
3244
3245#: objdump.c:2845
3246#, c-format
3247msgid "%s: printing debugging information failed"
3248msgstr "%s: ����� ���������� ���������� ���������� ��������"
3249
3250#: objdump.c:2936
3251#, c-format
3252msgid "In archive %s:\n"
3253msgstr "� ������ %s:\n"
3254
3255#: objdump.c:3058
3256msgid "unrecognized -E option"
3257msgstr "�������������� ����� -E"
3258
3259#: objdump.c:3069
3260#, c-format
3261msgid "unrecognized --endian type `%s'"
3262msgstr "�������������� --endian ��� `%s'"
3263
3264#: rdcoff.c:196
3265#, c-format
3266msgid "parse_coff_type: Bad type code 0x%x"
3267msgstr "parse_coff_type: ������ ��� ���� 0x%x"
3268
3269#: rdcoff.c:404 rdcoff.c:509 rdcoff.c:697
3270#, c-format
3271msgid "bfd_coff_get_syment failed: %s"
3272msgstr "bfd_coff_get_syment ���������� ��������: %s"
3273
3274#: rdcoff.c:420 rdcoff.c:717
3275#, c-format
3276msgid "bfd_coff_get_auxent failed: %s"
3277msgstr "bfd_coff_get_auxent ���������� ��������: %s"
3278
3279#: rdcoff.c:784
3280#, c-format
3281msgid "%ld: .bf without preceding function"
3282msgstr "%ld: .bf ��� �������������� �������"
3283
3284#: rdcoff.c:834
3285#, c-format
3286msgid "%ld: unexpected .ef\n"
3287msgstr "%ld: ����������� .ef\n"
3288
3289#: rddbg.c:85
3290#, c-format
3291msgid "%s: no recognized debugging information"
3292msgstr "%s: ��� ������������ ���������� ����������"
3293
3294#: rddbg.c:394
3295#, c-format
3296msgid "Last stabs entries before error:\n"
3297msgstr "��������� ������ stabs ����� �������:\n"
3298
3299#: readelf.c:264
3300#, c-format
3301msgid "Unable to seek to 0x%lx for %s\n"
3302msgstr "���������� ����� 0x%lx ��� %s\n"
3303
3304#: readelf.c:279
3305#, c-format
3306msgid "Out of memory allocating 0x%lx bytes for %s\n"
3307msgstr "�������� ������ ��� ������������� 0x%lx ���� ��� %s\n"
3308
3309#: readelf.c:289
3310#, c-format
3311msgid "Unable to read in 0x%lx bytes of %s\n"
3312msgstr "���������� ��������� 0x%lx ���� �� %s\n"
3313
3314#: readelf.c:623
3315msgid "Don't know about relocations on this machine architecture\n"
3316msgstr "���������� � ������������ ��� ���� ����������� ������\n"
3317
3318#: readelf.c:643 readelf.c:671 readelf.c:715 readelf.c:743
3319msgid "relocs"
3320msgstr "�����������"
3321
3322#: readelf.c:654 readelf.c:682 readelf.c:726 readelf.c:754
3323msgid "out of memory parsing relocs"
3324msgstr "�������� ������ ��� ������� �����������"
3325
3326#: readelf.c:808
3327#, c-format
3328msgid " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
3329msgstr " ��������   ����    ���                 ����.����.  ��� ������� + Addend\n"
3330
3331#: readelf.c:810
3332#, c-format
3333msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
3334msgstr " ��������   ����    ���             ����.����  ��� ����. + Addend\n"
3335
3336#: readelf.c:815
3337#, c-format
3338msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
3339msgstr " ��������   ����    ���                 ����.����   ��� �������\n"
3340
3341#: readelf.c:817
3342#, c-format
3343msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
3344msgstr " ��������   ����    ���             ����.����  ��� ����.\n"
3345
3346#: readelf.c:825
3347#, c-format
3348msgid "    Offset             Info             Type               Symbol's Value  Symbol's Name + Addend\n"
3349msgstr "    ��������           ����             ���                �������� ����.  ��� ������� + Addend\n"
3350
3351#: readelf.c:827
3352#, c-format
3353msgid "  Offset          Info           Type           Sym. Value    Sym. Name + Addend\n"
3354msgstr "  ��������        ����           ���            ����.����.    ��� ����. + Addend\n"
3355
3356#: readelf.c:832
3357#, c-format
3358msgid "    Offset             Info             Type               Symbol's Value  Symbol's Name\n"
3359msgstr "    ��������           ����             ���                �������� ����.  ��� �������\n"
3360
3361#: readelf.c:834
3362#, c-format
3363msgid "  Offset          Info           Type           Sym. Value    Sym. Name\n"
3364msgstr "  ��������        ����           ���            ����.����.    ��� ����.\n"
3365
3366#: readelf.c:1127 readelf.c:1129 readelf.c:1238 readelf.c:1240 readelf.c:1249
3367#: readelf.c:1251
3368#, c-format
3369msgid "unrecognized: %-7lx"
3370msgstr "��������������: %-7lx"
3371
3372#: readelf.c:1154
3373#, c-format
3374msgid "<unknown addend: %lx>"
3375msgstr "<����������� addend: %lx>"
3376
3377#: readelf.c:1210
3378#, c-format
3379msgid "<string table index: %3ld>"
3380msgstr "<������ ������� �����: %3ld>"
3381
3382#: readelf.c:1212
3383#, c-format
3384msgid "<corrupt string table index: %3ld>"
3385msgstr "<��������� ������ ������� �����: %3ld>"
3386
3387#: readelf.c:1522
3388#, c-format
3389msgid "Processor Specific: %lx"
3390msgstr "����������� ��� ����������: %lx"
3391
3392#: readelf.c:1543
3393#, c-format
3394msgid "Operating System specific: %lx"
3395msgstr "����������� ��� ������������ �������: %lx"
3396
3397#: readelf.c:1547 readelf.c:2349
3398#, c-format
3399msgid "<unknown>: %lx"
3400msgstr "<�����������>: %lx"
3401
3402#: readelf.c:1560
3403msgid "NONE (None)"
3404msgstr "��� (���)"
3405
3406#: readelf.c:1561
3407msgid "REL (Relocatable file)"
3408msgstr "REL (������������ ����)"
3409
3410#: readelf.c:1562
3411msgid "EXEC (Executable file)"
3412msgstr "EXEC (����������� ����)"
3413
3414#: readelf.c:1563
3415msgid "DYN (Shared object file)"
3416msgstr "DYN (����. ���. ��������� ����)"
3417
3418#: readelf.c:1564
3419msgid "CORE (Core file)"
3420msgstr "CORE (�������� ����)"
3421
3422#: readelf.c:1568
3423#, c-format
3424msgid "Processor Specific: (%x)"
3425msgstr "����������� ��� ����������: (%x)"
3426
3427#: readelf.c:1570
3428#, c-format
3429msgid "OS Specific: (%x)"
3430msgstr "����������� ��� ��: (%x)"
3431
3432#: readelf.c:1572 readelf.c:1681 readelf.c:2541
3433#, c-format
3434msgid "<unknown>: %x"
3435msgstr "<�����������>: %x"
3436
3437#: readelf.c:1584
3438msgid "None"
3439msgstr "���"
3440
3441#: readelf.c:2186
3442msgid "Standalone App"
3443msgstr "������������� ����������"
3444
3445#: readelf.c:2189 readelf.c:2948 readelf.c:2964
3446#, c-format
3447msgid "<unknown: %x>"
3448msgstr "<�����������: %x>"
3449
3450#: readelf.c:2586
3451#, c-format
3452msgid "Usage: readelf <option(s)> elf-file(s)\n"
3453msgstr "�������������: readelf <�����> elf-����(�)\n"
3454
3455#: readelf.c:2587
3456#, c-format
3457msgid " Display information about the contents of ELF format files\n"
3458msgstr " ���������� ���������� � ���������� ������ � ������� ELF\n"
3459
3460#: readelf.c:2588
3461#, c-format
3462msgid ""
3463" Options are:\n"
3464"  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
3465"  -h --file-header       Display the ELF file header\n"
3466"  -l --program-headers   Display the program headers\n"
3467"     --segments          An alias for --program-headers\n"
3468"  -S --section-headers   Display the sections' header\n"
3469"     --sections          An alias for --section-headers\n"
3470"  -g --section-groups    Display the section groups\n"
3471"  -t --section-details   Display the section details\n"
3472"  -e --headers           Equivalent to: -h -l -S\n"
3473"  -s --syms              Display the symbol table\n"
3474"      --symbols          An alias for --syms\n"
3475"  -n --notes             Display the core notes (if present)\n"
3476"  -r --relocs            Display the relocations (if present)\n"
3477"  -u --unwind            Display the unwind info (if present)\n"
3478"  -d --dynamic           Display the dynamic section (if present)\n"
3479"  -V --version-info      Display the version sections (if present)\n"
3480"  -A --arch-specific     Display architecture specific information (if any).\n"
3481"  -D --use-dynamic       Use the dynamic section info when displaying symbols\n"
3482"  -x --hex-dump=<number> Dump the contents of section <number>\n"
3483"  -w[liaprmfFsoR] or\n"
3484"  --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]\n"
3485"                         Display the contents of DWARF2 debug sections\n"
3486msgstr ""
3487" �����:\n"
3488"  -a --all               ������������: -h -l -S -s -r -d -V -A -I\n"
3489"  -h --file-header       ����� ��������� ����� ELF\n"
3490"  -l --program-headers   ����� ���������� ���������\n"
3491"     --segments          ����� ��� --program-headers\n"
3492"  -S --section-headers   ����� ��������� ��������\n"
3493"     --sections          ����� ��� --section-headers\n"
3494"  -g --section-groups    ����� ����� ��������\n"
3495"  -t --section-details   ����� ���������� � �������\n"
3496"  -e --headers           ������������: -h -l -S\n"
3497"  -s --syms              ����� ������� ��������\n"
3498"     --symbols           ����� ��� --syms\n"
3499"  -n --notes             ����� �������� ������� (���� �������)\n"
3500"  -r --relocs            ����� ����������� (���� �������)\n"
3501"  -u --unwind            ����� ���������� � ������������ (���� �������)\n"
3502"  -d --dynamic           ����� ������������� �������� (���� �������)\n"
3503"  -V --version-info      ����� �������� � ������� (���� �������)\n"
3504"  -A --arch-specific     ����� ����������, ����������� ��� ����������� (���� �������).\n"
3505"  -D --use-dynamic       ������������� ������������ ���������� ������� ��� ������ ��������\n"
3506"  -x --hex-dump=<�����>  ���� ����������� ������� <�����>\n"
3507"  -w[liaprmfFsoR] ���\n"
3508"  --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc,=Ranges]\n"
3509"                         ����� ����������� ���������� �������� DWARF2\n"
3510
3511#: readelf.c:2612
3512#, c-format
3513msgid ""
3514"  -i --instruction-dump=<number>\n"
3515"                         Disassemble the contents of section <number>\n"
3516msgstr ""
3517"  -i --instruction-dump=<�����>\n"
3518"                         ������������������ ����������� ������� <�����>\n"
3519
3520#: readelf.c:2616
3521#, c-format
3522msgid ""
3523"  -I --histogram         Display histogram of bucket list lengths\n"
3524"  -W --wide              Allow output width to exceed 80 characters\n"
3525"  @<file>                Read options from <file>\n"
3526"  -H --help              Display this information\n"
3527"  -v --version           Display the version number of readelf\n"
3528msgstr ""
3529"  -I --histogram         ����� ����������� ���� ������ ������� ������\n"
3530"  -W --wide              ���������� ������ ������ ����� 80 ��������\n"
3531"  @<����>                ������ ����� �� <�����>\n"
3532"  -H --help              ����� ���� ����������\n"
3533"  -v --version           ����� ������ ������ readelf\n"
3534
3535#: readelf.c:2642 readelf.c:9180
3536msgid "Out of memory allocating dump request table."
3537msgstr "�������� ������ ��� ���������� ����� ������� �������."
3538
3539#: readelf.c:2816 readelf.c:2884
3540#, c-format
3541msgid "Unrecognized debug option '%s'\n"
3542msgstr "�������������� ���������� ����� '%s'\n"
3543
3544#: readelf.c:2918
3545#, c-format
3546msgid "Invalid option '-%c'\n"
3547msgstr "�������� ����� '-%c'\n"
3548
3549#: readelf.c:2932
3550msgid "Nothing to do.\n"
3551msgstr "������ ���������.\n"
3552
3553#: readelf.c:2944 readelf.c:2960 readelf.c:6169
3554msgid "none"
3555msgstr "���"
3556
3557#: readelf.c:2961
3558msgid "2's complement, little endian"
3559msgstr "���������� �� 2, little endian"
3560
3561#: readelf.c:2962
3562msgid "2's complement, big endian"
3563msgstr "���������� �� 2, big endian"
3564
3565#: readelf.c:2980
3566msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
3567msgstr "�� ELF-���� - �� �������� �������� magic-����� � ������\n"
3568
3569#: readelf.c:2988
3570#, c-format
3571msgid "ELF Header:\n"
3572msgstr "��������� ELF:\n"
3573
3574#: readelf.c:2989
3575#, c-format
3576msgid "  Magic:   "
3577msgstr "  Magic:   "
3578
3579#: readelf.c:2993
3580#, c-format
3581msgid "  Class:                             %s\n"
3582msgstr "  �����:                             %s\n"
3583
3584#: readelf.c:2995
3585#, c-format
3586msgid "  Data:                              %s\n"
3587msgstr "  ������:                            %s\n"
3588
3589#: readelf.c:2997
3590#, c-format
3591msgid "  Version:                           %d %s\n"
3592msgstr "  ������:                            %d %s\n"
3593
3594#: readelf.c:3004
3595#, c-format
3596msgid "  OS/ABI:                            %s\n"
3597msgstr "  OS/ABI:                            %s\n"
3598
3599#: readelf.c:3006
3600#, c-format
3601msgid "  ABI Version:                       %d\n"
3602msgstr "  ������ ABI:                        %d\n"
3603
3604#: readelf.c:3008
3605#, c-format
3606msgid "  Type:                              %s\n"
3607msgstr "  ���:                               %s\n"
3608
3609#: readelf.c:3010
3610#, c-format
3611msgid "  Machine:                           %s\n"
3612msgstr "  ������:                            %s\n"
3613
3614#: readelf.c:3012
3615#, c-format
3616msgid "  Version:                           0x%lx\n"
3617msgstr "  ������:                            0x%lx\n"
3618
3619#: readelf.c:3015
3620#, c-format
3621msgid "  Entry point address:               "
3622msgstr "  ����� ����� �����:                 "
3623
3624#: readelf.c:3017
3625#, c-format
3626msgid ""
3627"\n"
3628"  Start of program headers:          "
3629msgstr ""
3630"\n"
3631"  ������ ���������� ���������:       "
3632
3633#: readelf.c:3019
3634#, c-format
3635msgid ""
3636" (bytes into file)\n"
3637"  Start of section headers:          "
3638msgstr ""
3639" (���� � �����)\n"
3640"  ������ ���������� ���������:       "
3641
3642#: readelf.c:3021
3643#, c-format
3644msgid " (bytes into file)\n"
3645msgstr " (���� � �����)\n"
3646
3647#: readelf.c:3023
3648#, c-format
3649msgid "  Flags:                             0x%lx%s\n"
3650msgstr "  �����:                             0x%lx%s\n"
3651
3652#: readelf.c:3026
3653#, c-format
3654msgid "  Size of this header:               %ld (bytes)\n"
3655msgstr "  ������ ����� ���������:            %ld (����)\n"
3656
3657#: readelf.c:3028
3658#, c-format
3659msgid "  Size of program headers:           %ld (bytes)\n"
3660msgstr "  ������ ���������� ���������:       %ld (����)\n"
3661
3662#: readelf.c:3030
3663#, c-format
3664msgid "  Number of program headers:         %ld\n"
3665msgstr "  ����� ���������� ���������:        %ld\n"
3666
3667#: readelf.c:3032
3668#, c-format
3669msgid "  Size of section headers:           %ld (bytes)\n"
3670msgstr "  ������ ���������� �������:         %ld (����)\n"
3671
3672#: readelf.c:3034
3673#, c-format
3674msgid "  Number of section headers:         %ld"
3675msgstr "  ����� ���������� �������:          %ld"
3676
3677#: readelf.c:3039
3678#, c-format
3679msgid "  Section header string table index: %ld"
3680msgstr "  ������ ����. ����� �����. �������: %ld"
3681
3682#: readelf.c:3070 readelf.c:3103
3683msgid "program headers"
3684msgstr "��������� ���������"
3685
3686#: readelf.c:3141 readelf.c:3440 readelf.c:3481 readelf.c:3540 readelf.c:3603
3687#: readelf.c:4208 readelf.c:4232 readelf.c:5510 readelf.c:5554 readelf.c:5752
3688#: readelf.c:6734 readelf.c:6748 readelf.c:8564 readelf.c:8972 readelf.c:9039
3689msgid "Out of memory\n"
3690msgstr "�������� ������\n"
3691
3692#: readelf.c:3168
3693#, c-format
3694msgid ""
3695"\n"
3696"There are no program headers in this file.\n"
3697msgstr ""
3698"\n"
3699"� ���� ����� ��� ���������� ���������.\n"
3700
3701#: readelf.c:3174
3702#, c-format
3703msgid ""
3704"\n"
3705"Elf file type is %s\n"
3706msgstr ""
3707"\n"
3708"��� elf-����� - %s\n"
3709
3710#: readelf.c:3175
3711#, c-format
3712msgid "Entry point "
3713msgstr "����� ����� "
3714
3715#: readelf.c:3177
3716#, c-format
3717msgid ""
3718"\n"
3719"There are %d program headers, starting at offset "
3720msgstr ""
3721"\n"
3722"������� %d ���������� ���������, ������� �� �������� "
3723
3724#: readelf.c:3189 readelf.c:3191
3725#, c-format
3726msgid ""
3727"\n"
3728"Program Headers:\n"
3729msgstr ""
3730"\n"
3731"��������� ���������:\n"
3732
3733#: readelf.c:3195
3734#, c-format
3735msgid "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
3736msgstr "  ���            ����.    ����.���   ���.���    ���.��� ���.��  ��� ������\n"
3737
3738#: readelf.c:3198
3739#, c-format
3740msgid "  Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align\n"
3741msgstr "  ���            ����.    ����.���           ���.���            ���.���  ���.��   ��� ������\n"
3742
3743#: readelf.c:3202
3744#, c-format
3745msgid "  Type           Offset             VirtAddr           PhysAddr\n"
3746msgstr "  ���            ����.              ����.���           ���.���\n"
3747
3748#: readelf.c:3204
3749#, c-format
3750msgid "                 FileSiz            MemSiz              Flags  Align\n"
3751msgstr "                 ���.���            ���.��              �����  ������\n"
3752
3753#: readelf.c:3297
3754msgid "more than one dynamic segment\n"
3755msgstr "����� ������ ������������� ��������\n"
3756
3757#: readelf.c:3308
3758msgid "no .dynamic section in the dynamic segment"
3759msgstr "� ������������ �������� ��� ������� .dynamic"
3760
3761#: readelf.c:3317
3762msgid "the .dynamic section is not contained within the dynamic segment"
3763msgstr "� ������������ �������� �� ���������� ������ .dynamic"
3764
3765#: readelf.c:3319
3766msgid "the .dynamic section is not the first section in the dynamic segment."
3767msgstr "������ .dynamic �� �������� ������ �������� ������������� ��������"
3768
3769#: readelf.c:3333
3770msgid "Unable to find program interpreter name\n"
3771msgstr "���������� ����� ��� �������������� ���������\n"
3772
3773#: readelf.c:3340
3774#, c-format
3775msgid ""
3776"\n"
3777"      [Requesting program interpreter: %s]"
3778msgstr ""
3779"\n"
3780"      [������������� ������������� ���������: %s]"
3781
3782#: readelf.c:3352
3783#, c-format
3784msgid ""
3785"\n"
3786" Section to Segment mapping:\n"
3787msgstr ""
3788"\n"
3789" ������������ ������-�������:\n"
3790
3791#: readelf.c:3353
3792#, c-format
3793msgid "  Segment Sections...\n"
3794msgstr "  ������� �������...\n"
3795
3796#: readelf.c:3402
3797msgid "Cannot interpret virtual addresses without program headers.\n"
3798msgstr "���������� ���������������� ����������� ������ ��� ���������� ���������.\n"
3799
3800#: readelf.c:3418
3801#, c-format
3802msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
3803msgstr "����������� ����� 0x%lx �� �������� � �����-���� �������� PT_LOAD.\n"
3804
3805#: readelf.c:3432 readelf.c:3473
3806msgid "section headers"
3807msgstr "��������� ��������"
3808
3809#: readelf.c:3517 readelf.c:3580
3810msgid "symbols"
3811msgstr "�������"
3812
3813#: readelf.c:3527 readelf.c:3590
3814msgid "symtab shndx"
3815msgstr "symtab shndx"
3816
3817#: readelf.c:3817 readelf.c:4192
3818#, c-format
3819msgid ""
3820"\n"
3821"There are no sections in this file.\n"
3822msgstr ""
3823"\n"
3824"� ���� ����� ��� ��������.\n"
3825
3826#: readelf.c:3823
3827#, c-format
3828msgid "There are %d section headers, starting at offset 0x%lx:\n"
3829msgstr "������� %d ���������� �������, ������� �� �������� 0x%lx:\n"
3830
3831#: readelf.c:3842 readelf.c:4309 readelf.c:4544 readelf.c:4852 readelf.c:5267
3832#: readelf.c:6906
3833msgid "string table"
3834msgstr "������� �����"
3835
3836#: readelf.c:3881
3837#, c-format
3838msgid "Section %d has invalid sh_entsize %lx (expected %lx)\n"
3839msgstr "������ %d �������� �������� sh_entsize %lx (��������� %lx)\n"
3840
3841#: readelf.c:3901
3842msgid "File contains multiple dynamic symbol tables\n"
3843msgstr "���� �������� ��������� ������ ������������ ��������\n"
3844
3845#: readelf.c:3914
3846msgid "File contains multiple dynamic string tables\n"
3847msgstr "���� �������� ��������� ������ ������������ �����\n"
3848
3849#: readelf.c:3919
3850msgid "dynamic strings"
3851msgstr "������������ ������"
3852
3853#: readelf.c:3926
3854msgid "File contains multiple symtab shndx tables\n"
3855msgstr "���� �������� ��������� ������ symtab shndx\n"
3856
3857#: readelf.c:3973
3858#, c-format
3859msgid ""
3860"\n"
3861"Section Headers:\n"
3862msgstr ""
3863"\n"
3864"��������� ��������:\n"
3865
3866#: readelf.c:3975
3867#, c-format
3868msgid ""
3869"\n"
3870"Section Header:\n"
3871msgstr ""
3872"\n"
3873"��������� �������:\n"
3874
3875#: readelf.c:3981 readelf.c:3992 readelf.c:4003
3876#, c-format
3877msgid "  [Nr] Name\n"
3878msgstr "  [Nr] ���\n"
3879
3880#: readelf.c:3982
3881#, c-format
3882msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
3883msgstr "       ���             �����    ����   ����   ES   �� ��� Al\n"
3884
3885#: readelf.c:3986
3886#, c-format
3887msgid "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al\n"
3888msgstr "  [��] ���               ���             �����    ����   ����   ES ��� �� ��� Al\n"
3889
3890#: readelf.c:3993
3891#, c-format
3892msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
3893msgstr "       ���             �����            ����   ����   ES   �� ��� Al\n"
3894
3895#: readelf.c:3997
3896#, c-format
3897msgid "  [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al\n"
3898msgstr "  [��] ���               ���             �����            ����   ����   ES ��� �� ��� Al\n"
3899
3900#: readelf.c:4004
3901#, c-format
3902msgid "       Type              Address          Offset            Link\n"
3903msgstr "       ���               �����            ��������          ������\n"
3904
3905#: readelf.c:4005
3906#, c-format
3907msgid "       Size              EntSize          Info              Align\n"
3908msgstr "       ������            ����.Ent         ����              ������\n"
3909
3910#: readelf.c:4009
3911#, c-format
3912msgid "  [Nr] Name              Type             Address           Offset\n"
3913msgstr "  [��] ���               ���              �����             ��������\n"
3914
3915#: readelf.c:4010
3916#, c-format
3917msgid "       Size              EntSize          Flags  Link  Info  Align\n"
3918msgstr "       ������            ����.Ent         �����  ����� ����  ������\n"
3919
3920#: readelf.c:4015
3921#, c-format
3922msgid "       Flags\n"
3923msgstr "       �����\n"
3924
3925#: readelf.c:4150
3926#, c-format
3927msgid ""
3928"Key to Flags:\n"
3929"  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
3930"  I (info), L (link order), G (group), x (unknown)\n"
3931"  O (extra OS processing required) o (OS specific), p (processor specific)\n"
3932msgstr ""
3933"����������� ������:\n"
3934"  W (������), A (������), X (�����������), M (�������), S (������)\n"
3935"  I (����), L (������� ������), G (������), x (�����.)\n"
3936"  O (����. ���. ��������� ��) o (����������� ��� ��), p (����������� ��� ����������)\n"
3937
3938#: readelf.c:4168
3939#, c-format
3940msgid "[<unknown>: 0x%x]"
3941msgstr "[<�����������>: 0x%x]"
3942
3943#: readelf.c:4199
3944msgid "Section headers are not available!\n"
3945msgstr "���������� ��������� �������!\n"
3946
3947#: readelf.c:4223
3948#, c-format
3949msgid ""
3950"\n"
3951"There are no section groups in this file.\n"
3952msgstr ""
3953"\n"
3954"� ���� ����� ��� ����� ��������.\n"
3955
3956#: readelf.c:4259
3957#, c-format
3958msgid "Bad sh_link in group section `%s'\n"
3959msgstr "�������� sh_link � ������� ����� `%s'\n"
3960
3961#: readelf.c:4278
3962#, c-format
3963msgid "Bad sh_info in group section `%s'\n"
3964msgstr "�������� sh_info � ������� ����� `%s'\n"
3965
3966#: readelf.c:4317 readelf.c:7243
3967msgid "section data"
3968msgstr "������ �������"
3969
3970#: readelf.c:4329
3971#, c-format
3972msgid "   [Index]    Name\n"
3973msgstr "   [������]   ���\n"
3974
3975#: readelf.c:4343
3976#, c-format
3977msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
3978msgstr "������ [%5u] ��� ��������� � ������� ����� [%5u] > ������������ ������ [%5u]\n"
3979
3980#: readelf.c:4349
3981#, c-format
3982msgid "invalid section [%5u] in group section [%5u]\n"
3983msgstr "�������� ������ [%5u] � ������� ����� [%5u]\n"
3984
3985#: readelf.c:4359
3986#, c-format
3987msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
3988msgstr "������ [%5u] �� ������� ����� [%5u] ��� ��������� � ������� ����� [%5u]\n"
3989
3990#: readelf.c:4372
3991#, c-format
3992msgid "section 0 in group section [%5u]\n"
3993msgstr "������ 0 � ������� ����� [%5u]\n"
3994
3995#: readelf.c:4468
3996#, c-format
3997msgid ""
3998"\n"
3999"'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
4000msgstr ""
4001"\n"
4002"'%s' ������ ����������� �� ��������� 0x%lx �������� %ld ����:\n"
4003
4004#: readelf.c:4480
4005#, c-format
4006msgid ""
4007"\n"
4008"There are no dynamic relocations in this file.\n"
4009msgstr ""
4010"\n"
4011"� ���� ����� ��� ������������ ����������� .\n"
4012
4013#: readelf.c:4504
4014#, c-format
4015msgid ""
4016"\n"
4017"Relocation section "
4018msgstr ""
4019"\n"
4020"������ ����������� "
4021
4022#: readelf.c:4509 readelf.c:4928 readelf.c:4942 readelf.c:5282
4023#, c-format
4024msgid "'%s'"
4025msgstr "'%s'"
4026
4027#: readelf.c:4511 readelf.c:4944 readelf.c:5284
4028#, c-format
4029msgid " at offset 0x%lx contains %lu entries:\n"
4030msgstr " �� ��������� 0x%lx �������� %lu �������:\n"
4031
4032#: readelf.c:4563
4033#, c-format
4034msgid ""
4035"\n"
4036"There are no relocations in this file.\n"
4037msgstr ""
4038"\n"
4039"� ���� ����� ��� �����������.\n"
4040
4041#: readelf.c:4742 readelf.c:5124
4042msgid "unwind table"
4043msgstr "����������� �������"
4044
4045#: readelf.c:4801 readelf.c:5214
4046#, c-format
4047msgid "Skipping unexpected relocation type %s\n"
4048msgstr "������������ ����������� ��� ����������� %s\n"
4049
4050#: readelf.c:4860 readelf.c:5275 readelf.c:5326
4051#, c-format
4052msgid ""
4053"\n"
4054"There are no unwind sections in this file.\n"
4055msgstr ""
4056"\n"
4057"� ���� ����� ��� ����������� ��������.\n"
4058
4059#: readelf.c:4923
4060#, c-format
4061msgid ""
4062"\n"
4063"Could not find unwind info section for "
4064msgstr ""
4065"\n"
4066"���������� ���� ����� ������ � ����������� ����������� ���"
4067
4068#: readelf.c:4935
4069msgid "unwind info"
4070msgstr "����������� ����������"
4071
4072#: readelf.c:4937 readelf.c:5281
4073#, c-format
4074msgid ""
4075"\n"
4076"Unwind section "
4077msgstr ""
4078"\n"
4079"����������� ������ "
4080
4081#: readelf.c:5491 readelf.c:5535
4082msgid "dynamic section"
4083msgstr "������������ ������"
4084
4085#: readelf.c:5612
4086#, c-format
4087msgid ""
4088"\n"
4089"There is no dynamic section in this file.\n"
4090msgstr ""
4091"\n"
4092"� ���� ����� ��� ������������� �������.\n"
4093
4094#: readelf.c:5650
4095msgid "Unable to seek to end of file!"
4096msgstr "���������� ��������� ����� �� ����� �����!"
4097
4098#: readelf.c:5663
4099msgid "Unable to determine the number of symbols to load\n"
4100msgstr "���������� ���������� ����� ����������� ��������\n"
4101
4102#: readelf.c:5698
4103msgid "Unable to seek to end of file\n"
4104msgstr "���������� ��������� ����� �� ����� �����\n"
4105
4106#: readelf.c:5705
4107msgid "Unable to determine the length of the dynamic string table\n"
4108msgstr "���������� ���������� ����� ������� ������������ �����\n"
4109
4110#: readelf.c:5710
4111msgid "dynamic string table"
4112msgstr "������� ������������ �����"
4113
4114#: readelf.c:5745
4115msgid "symbol information"
4116msgstr "���������� � �������"
4117
4118#: readelf.c:5770
4119#, c-format
4120msgid ""
4121"\n"
4122"Dynamic section at offset 0x%lx contains %u entries:\n"
4123msgstr ""
4124"\n"
4125"������������ ������ �� ��������� 0x%lx �������� %u �������:\n"
4126
4127#: readelf.c:5773
4128#, c-format
4129msgid "  Tag        Type                         Name/Value\n"
4130msgstr "  ���        ���                          ���/����\n"
4131
4132#: readelf.c:5809
4133#, c-format
4134msgid "Auxiliary library"
4135msgstr "��������������� ����������"
4136
4137#: readelf.c:5813
4138#, c-format
4139msgid "Filter library"
4140msgstr "���������� ��������"
4141
4142#: readelf.c:5817
4143#, c-format
4144msgid "Configuration file"
4145msgstr "���� ���������"
4146
4147#: readelf.c:5821
4148#, c-format
4149msgid "Dependency audit library"
4150msgstr "���������� ������ ������������"
4151
4152#: readelf.c:5825
4153#, c-format
4154msgid "Audit library"
4155msgstr "���������� ������"
4156
4157#: readelf.c:5843 readelf.c:5871 readelf.c:5899
4158#, c-format
4159msgid "Flags:"
4160msgstr "�����:"
4161
4162#: readelf.c:5846 readelf.c:5874 readelf.c:5901
4163#, c-format
4164msgid " None\n"
4165msgstr " ���\n"
4166
4167#: readelf.c:6022
4168#, c-format
4169msgid "Shared library: [%s]"
4170msgstr "����. ���. ����������: [%s]"
4171
4172#: readelf.c:6025
4173#, c-format
4174msgid " program interpreter"
4175msgstr " ������������� ���������"
4176
4177#: readelf.c:6029
4178#, c-format
4179msgid "Library soname: [%s]"
4180msgstr "���������� soname: [%s]"
4181
4182#: readelf.c:6033
4183#, c-format
4184msgid "Library rpath: [%s]"
4185msgstr "���������� rpath: [%s]"
4186
4187#: readelf.c:6037
4188#, c-format
4189msgid "Library runpath: [%s]"
4190msgstr "���������� runpath: [%s]"
4191
4192#: readelf.c:6100
4193#, c-format
4194msgid "Not needed object: [%s]\n"
4195msgstr "�������� ������: [%s]\n"
4196
4197#: readelf.c:6214
4198#, c-format
4199msgid ""
4200"\n"
4201"Version definition section '%s' contains %ld entries:\n"
4202msgstr ""
4203"\n"
4204"������ �������� ������ '%s' �������� %ld �������:\n"
4205
4206#: readelf.c:6217
4207#, c-format
4208msgid "  Addr: 0x"
4209msgstr "  �����: 0x"
4210
4211#: readelf.c:6219 readelf.c:6426
4212#, c-format
4213msgid "  Offset: %#08lx  Link: %lx (%s)\n"
4214msgstr "  ��������: %#08lx  ������: %lx (%s)\n"
4215
4216#: readelf.c:6228
4217msgid "version definition section"
4218msgstr "������ �������� ������"
4219
4220#: readelf.c:6254
4221#, c-format
4222msgid "  %#06x: Rev: %d  Flags: %s"
4223msgstr "  %#06x: �������: %d  �����: %s"
4224
4225#: readelf.c:6257
4226#, c-format
4227msgid "  Index: %d  Cnt: %d  "
4228msgstr "  ������: %d  �������: %d  "
4229
4230#: readelf.c:6268
4231#, c-format
4232msgid "Name: %s\n"
4233msgstr "���: %s\n"
4234
4235#: readelf.c:6270
4236#, c-format
4237msgid "Name index: %ld\n"
4238msgstr "������ �����: %ld\n"
4239
4240#: readelf.c:6285
4241#, c-format
4242msgid "  %#06x: Parent %d: %s\n"
4243msgstr "  %#06x: �������� %d: %s\n"
4244
4245#: readelf.c:6288
4246#, c-format
4247msgid "  %#06x: Parent %d, name index: %ld\n"
4248msgstr "  %#06x: �������� %d, ������ �����: %ld\n"
4249
4250#: readelf.c:6307
4251#, c-format
4252msgid ""
4253"\n"
4254"Version needs section '%s' contains %ld entries:\n"
4255msgstr ""
4256"\n"
4257"������ ������������ ������ '%s' �������� %ld �������:\n"
4258
4259#: readelf.c:6310
4260#, c-format
4261msgid " Addr: 0x"
4262msgstr " �����: 0x"
4263
4264#: readelf.c:6312
4265#, c-format
4266msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
4267msgstr "  ��������: %#08lx  ������ �� ������: %ld (%s)\n"
4268
4269#: readelf.c:6321
4270msgid "version need section"
4271msgstr "������ ������������ ������"
4272
4273#: readelf.c:6343
4274#, c-format
4275msgid "  %#06x: Version: %d"
4276msgstr "  %#06x: ������: %d"
4277
4278#: readelf.c:6346
4279#, c-format
4280msgid "  File: %s"
4281msgstr "  ����: %s"
4282
4283#: readelf.c:6348
4284#, c-format
4285msgid "  File: %lx"
4286msgstr "  ����: %lx"
4287
4288#: readelf.c:6350
4289#, c-format
4290msgid "  Cnt: %d\n"
4291msgstr "  �������: %d\n"
4292
4293#: readelf.c:6368
4294#, c-format
4295msgid "  %#06x:   Name: %s"
4296msgstr "  %#06x:   ���: %s"
4297
4298#: readelf.c:6371
4299#, c-format
4300msgid "  %#06x:   Name index: %lx"
4301msgstr "  %#06x:   ������ �����: %lx"
4302
4303#: readelf.c:6374
4304#, c-format
4305msgid "  Flags: %s  Version: %d\n"
4306msgstr "  �����: %s  ������: %d\n"
4307
4308#: readelf.c:6417
4309msgid "version string table"
4310msgstr "������� ����� ������"
4311
4312#: readelf.c:6421
4313#, c-format
4314msgid ""
4315"\n"
4316"Version symbols section '%s' contains %d entries:\n"
4317msgstr ""
4318"\n"
4319"������ �������� ������ '%s' �������� %d �������:\n"
4320
4321#: readelf.c:6424
4322#, c-format
4323msgid " Addr: "
4324msgstr " �����: "
4325
4326#: readelf.c:6434
4327msgid "version symbol data"
4328msgstr "������ ������� ������"
4329
4330#: readelf.c:6461
4331msgid "   0 (*local*)    "
4332msgstr "   0 (*���������*)    "
4333
4334#: readelf.c:6465
4335msgid "   1 (*global*)   "
4336msgstr "   1 (*����������*)   "
4337
4338#: readelf.c:6503 readelf.c:6969
4339msgid "version need"
4340msgstr "����������� ������"
4341
4342#: readelf.c:6513
4343msgid "version need aux (2)"
4344msgstr "����������� ������ aux (2)"
4345
4346#: readelf.c:6555 readelf.c:7034
4347msgid "version def"
4348msgstr "�������� ������"
4349
4350#: readelf.c:6575 readelf.c:7049
4351msgid "version def aux"
4352msgstr "�������� ������ aux"
4353
4354#: readelf.c:6606
4355#, c-format
4356msgid ""
4357"\n"
4358"No version information found in this file.\n"
4359msgstr ""
4360"\n"
4361"� ���� ����� �� ������� ���������� � ������.\n"
4362
4363#: readelf.c:6740
4364msgid "Unable to read in dynamic data\n"
4365msgstr "���������� ������� ������������ ������\n"
4366
4367#: readelf.c:6793
4368msgid "Unable to seek to start of dynamic information"
4369msgstr "���������� ��������� ����� �� ������ ������������ ����������"
4370
4371#: readelf.c:6799
4372msgid "Failed to read in number of buckets\n"
4373msgstr "���� ��� ���������� ����� �������� ������\n"
4374
4375#: readelf.c:6805
4376msgid "Failed to read in number of chains\n"
4377msgstr "���� ��� ���������� ����� �������\n"
4378
4379#: readelf.c:6825
4380#, c-format
4381msgid ""
4382"\n"
4383"Symbol table for image:\n"
4384msgstr ""
4385"\n"
4386"������� �������� ��� �����������:\n"
4387
4388#: readelf.c:6827
4389#, c-format
4390msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
4391msgstr "  �������:    ����   ������ ���    ����  Vis     ������ �����\n"
4392
4393#: readelf.c:6829
4394#, c-format
4395msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
4396msgstr "  �������:    ����           ������ ���    ���� Vis     ������ �����\n"
4397
4398#: readelf.c:6882
4399#, c-format
4400msgid ""
4401"\n"
4402"Symbol table '%s' contains %lu entries:\n"
4403msgstr ""
4404"\n"
4405"������� �������� '%s' �������� %lu �������:\n"
4406
4407#: readelf.c:6886
4408#, c-format
4409msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
4410msgstr "   ���:    ����   ���� ���     ����   Vis      ������ �����\n"
4411
4412#: readelf.c:6888
4413#, c-format
4414msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
4415msgstr "   ���:    ����           ���� ���     ����   Vis      ������ �����\n"
4416
4417#: readelf.c:6939
4418msgid "version data"
4419msgstr "������ ������"
4420
4421#: readelf.c:6982
4422msgid "version need aux (3)"
4423msgstr "����������� ������ aux (3)"
4424
4425#: readelf.c:7009
4426msgid "bad dynamic symbol"
4427msgstr "�������� ������������ ������"
4428
4429#: readelf.c:7073
4430#, c-format
4431msgid ""
4432"\n"
4433"Dynamic symbol information is not available for displaying symbols.\n"
4434msgstr ""
4435"\n"
4436"���������� ������������� ������� �� �������� ��� ����������� ��������.\n"
4437
4438#: readelf.c:7085
4439#, c-format
4440msgid ""
4441"\n"
4442"Histogram for bucket list length (total of %lu buckets):\n"
4443msgstr ""
4444"\n"
4445"����������� ��� ����� ������ �������� ������ (����� %lu ��������):\n"
4446
4447#: readelf.c:7087
4448#, c-format
4449msgid " Length  Number     %% of total  Coverage\n"
4450msgstr " ����� �����        %% �� �����  �����\n"
4451
4452#: readelf.c:7092 readelf.c:7108 readelf.c:8031 readelf.c:8223
4453msgid "Out of memory"
4454msgstr "�������� ������"
4455
4456#: readelf.c:7157
4457#, c-format
4458msgid ""
4459"\n"
4460"Dynamic info segment at offset 0x%lx contains %d entries:\n"
4461msgstr ""
4462"\n"
4463"������� ������������ ���������� �� ��������� 0x%lx �������� %d �������:\n"
4464
4465#: readelf.c:7160
4466#, c-format
4467msgid " Num: Name                           BoundTo     Flags\n"
4468msgstr " ���: ���                            �������     �����\n"
4469
4470#: readelf.c:7212
4471#, c-format
4472msgid ""
4473"\n"
4474"Assembly dump of section %s\n"
4475msgstr ""
4476"\n"
4477"��������� ���� ������� %s\n"
4478
4479#: readelf.c:7233
4480#, c-format
4481msgid ""
4482"\n"
4483"Section '%s' has no data to dump.\n"
4484msgstr ""
4485"\n"
4486"������ '%s' �� �������� ������ ��� �����.\n"
4487
4488#: readelf.c:7238
4489#, c-format
4490msgid ""
4491"\n"
4492"Hex dump of section '%s':\n"
4493msgstr ""
4494"\n"
4495"Hex-���� ������� '%s':\n"
4496
4497#: readelf.c:7359
4498#, c-format
4499msgid "skipping invalid relocation offset 0x%lx in section %s\n"
4500msgstr "������������ �������� �������� ����������� 0x%lx � ������� %s\n"
4501
4502#: readelf.c:7376
4503#, c-format
4504msgid "skipping unexpected symbol type %s in relocation in section .rela%s\n"
4505msgstr "������������ ����������� ��� ������� %s � ����������� � ������� .rela%s\n"
4506
4507#: readelf.c:7402
4508#, c-format
4509msgid "skipping unexpected symbol type %s in relocation in section .rela.%s\n"
4510msgstr "������������ ����������� ��� ������� %s � ����������� � ������� .rela.%s\n"
4511
4512#: readelf.c:7435
4513#, c-format
4514msgid "%s section data"
4515msgstr "������ ������� %s"
4516
4517#: readelf.c:7472
4518#, c-format
4519msgid ""
4520"\n"
4521"Section '%s' has no debugging data.\n"
4522msgstr ""
4523"\n"
4524"������ '%s' �� �������� ���������� ������.\n"
4525
4526#: readelf.c:7498
4527#, c-format
4528msgid "Unrecognized debug section: %s\n"
4529msgstr "�������������� ������ �������: %s\n"
4530
4531#: readelf.c:7533
4532#, c-format
4533msgid "Section %d was not dumped because it does not exist!\n"
4534msgstr "��� ������� %d ���� �� ��� ��������, ������ ��� �� �� ����������!\n"
4535
4536#: readelf.c:7791
4537msgid "attributes"
4538msgstr "��������"
4539
4540#: readelf.c:7809
4541#, c-format
4542msgid "ERROR: Bad section length (%d > %d)\n"
4543msgstr "������: �������� ����� ������� (%d > %d)\n"
4544
4545#: readelf.c:7830
4546#, c-format
4547msgid "ERROR: Bad subsection length (%d > %d)\n"
4548msgstr "������: �������� ����� ���������� (%d > %d)\n"
4549
4550#: readelf.c:7880
4551#, c-format
4552msgid "Unknown format '%c'\n"
4553msgstr "����������� ������ '%c'\n"
4554
4555#: readelf.c:7936 readelf.c:8304
4556msgid "liblist"
4557msgstr "liblist"
4558
4559#: readelf.c:8025
4560msgid "options"
4561msgstr "�����"
4562
4563#: readelf.c:8055
4564#, c-format
4565msgid ""
4566"\n"
4567"Section '%s' contains %d entries:\n"
4568msgstr ""
4569"\n"
4570"������ '%s' �������� %d �������:\n"
4571
4572#: readelf.c:8216
4573msgid "conflict list found without a dynamic symbol table"
4574msgstr "������ ���������� ������ ��� ������� ������������ ��������"
4575
4576#: readelf.c:8232 readelf.c:8246
4577msgid "conflict"
4578msgstr "��������"
4579
4580#: readelf.c:8256
4581#, c-format
4582msgid ""
4583"\n"
4584"Section '.conflict' contains %lu entries:\n"
4585msgstr ""
4586"\n"
4587"������ '.conflict' �������� %lu �������:\n"
4588
4589#: readelf.c:8258
4590msgid "  Num:    Index       Value  Name"
4591msgstr "  ���:    ������      ����.  ���"
4592
4593#: readelf.c:8311
4594msgid "liblist string table"
4595msgstr "������� ����� liblist"
4596
4597#: readelf.c:8321
4598#, c-format
4599msgid ""
4600"\n"
4601"Library list section '%s' contains %lu entries:\n"
4602msgstr ""
4603"\n"
4604"������ ������ ��������� '%s' �������� %lu �������:\n"
4605
4606#: readelf.c:8374
4607msgid "NT_AUXV (auxiliary vector)"
4608msgstr "NT_AUXV (��������������� ������)"
4609
4610#: readelf.c:8376
4611msgid "NT_PRSTATUS (prstatus structure)"
4612msgstr "NT_PRSTATUS (��������� prstatus)"
4613
4614#: readelf.c:8378
4615msgid "NT_FPREGSET (floating point registers)"
4616msgstr "NT_FPREGSET (�������� � ��������� ������)"
4617
4618#: readelf.c:8380
4619msgid "NT_PRPSINFO (prpsinfo structure)"
4620msgstr "NT_PRPSINFO (��������� prpsinfo)"
4621
4622#: readelf.c:8382
4623msgid "NT_TASKSTRUCT (task structure)"
4624msgstr "NT_TASKSTRUCT (��������� task)"
4625
4626#: readelf.c:8384
4627msgid "NT_PRXFPREG (user_xfpregs structure)"
4628msgstr "NT_PRXFPREG (��������� user_xfpregs)"
4629
4630#: readelf.c:8386
4631msgid "NT_PSTATUS (pstatus structure)"
4632msgstr "NT_PSTATUS (��������� pstatus)"
4633
4634#: readelf.c:8388
4635msgid "NT_FPREGS (floating point registers)"
4636msgstr "NT_FPREGS (�������� � ��������� ������)"
4637
4638#: readelf.c:8390
4639msgid "NT_PSINFO (psinfo structure)"
4640msgstr "NT_PSINFO (��������� psinfo)"
4641
4642#: readelf.c:8392
4643msgid "NT_LWPSTATUS (lwpstatus_t structure)"
4644msgstr "NT_LWPSTATUS (��������� lwpstatus_t)"
4645
4646#: readelf.c:8394
4647msgid "NT_LWPSINFO (lwpsinfo_t structure)"
4648msgstr "NT_LWPSINFO (��������� lwpsinfo_t)"
4649
4650#: readelf.c:8396
4651msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
4652msgstr "NT_WIN32PSTATUS (��������� win32_pstatus)"
4653
4654#: readelf.c:8404
4655msgid "NT_VERSION (version)"
4656msgstr "NT_VERSION (������)"
4657
4658#: readelf.c:8406
4659msgid "NT_ARCH (architecture)"
4660msgstr "NT_ARCH (�����������)"
4661
4662#: readelf.c:8411 readelf.c:8433
4663#, c-format
4664msgid "Unknown note type: (0x%08x)"
4665msgstr "����������� ��� �����������: (0x%08x)"
4666
4667#. NetBSD core "procinfo" structure.
4668#: readelf.c:8423
4669msgid "NetBSD procinfo structure"
4670msgstr "��������� procinfo NetBSD"
4671
4672#: readelf.c:8450 readelf.c:8464
4673msgid "PT_GETREGS (reg structure)"
4674msgstr "PT_GETREGS (��������� reg)"
4675
4676#: readelf.c:8452 readelf.c:8466
4677msgid "PT_GETFPREGS (fpreg structure)"
4678msgstr "PT_GETFPREGS (��������� fpreg)"
4679
4680#: readelf.c:8472
4681#, c-format
4682msgid "PT_FIRSTMACH+%d"
4683msgstr "PT_FIRSTMACH+%d"
4684
4685#: readelf.c:8518
4686msgid "notes"
4687msgstr "�����������"
4688
4689#: readelf.c:8524
4690#, c-format
4691msgid ""
4692"\n"
4693"Notes at offset 0x%08lx with length 0x%08lx:\n"
4694msgstr ""
4695"\n"
4696"����������� �� ��������� 0x%08lx ������ 0x%08lx:\n"
4697
4698#: readelf.c:8526
4699#, c-format
4700msgid "  Owner\t\tData size\tDescription\n"
4701msgstr "  ��������\t\t������ ������\t��������\n"
4702
4703#: readelf.c:8545
4704#, c-format
4705msgid "corrupt note found at offset %lx into core notes\n"
4706msgstr "������ ������������ ����������� �� ��������� %lx � ��������� ������������\n"
4707
4708#: readelf.c:8547
4709#, c-format
4710msgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
4711msgstr " ���: %lx, ����_�����: %08lx, ����_����: %08lx\n"
4712
4713#: readelf.c:8645
4714#, c-format
4715msgid "No note segments present in the core file.\n"
4716msgstr "� ����� ����������� ����������� �������� ������������.\n"
4717
4718#: readelf.c:8726
4719msgid ""
4720"This instance of readelf has been built without support for a\n"
4721"64 bit data type and so it cannot read 64 bit ELF files.\n"
4722msgstr ""
4723"��� ����� readelf ���� ������� ��� ��������� 64-������� ����\n"
4724"������, � ������� ��� �� ����� ������ 64-������ ����� ELF.\n"
4725
4726#: readelf.c:8775 readelf.c:9119
4727#, c-format
4728msgid "%s: Failed to read file header\n"
4729msgstr "%s: ���� ��� ������ ��������� �����\n"
4730
4731#: readelf.c:8788
4732#, c-format
4733msgid ""
4734"\n"
4735"File: %s\n"
4736msgstr ""
4737"\n"
4738"����: %s\n"
4739
4740#: readelf.c:8936 readelf.c:8957 readelf.c:8994 readelf.c:9074
4741#, c-format
4742msgid "%s: failed to read archive header\n"
4743msgstr "%s: ���� ��� ������ ��������� ������\n"
4744
4745#: readelf.c:8947
4746#, c-format
4747msgid "%s: failed to skip archive symbol table\n"
4748msgstr "%s: ���� ��� �������� ������� �������� ������\n"
4749
4750#: readelf.c:8979
4751#, c-format
4752msgid "%s: failed to read string table\n"
4753msgstr "%s: ���� ��� ������ ������� �����\n"
4754
4755#: readelf.c:9015
4756#, c-format
4757msgid "%s: invalid archive string table offset %lu\n"
4758msgstr "%s: �������� �������� ������� ����� ������ %lu\n"
4759
4760#: readelf.c:9031
4761#, c-format
4762msgid "%s: bad archive file name\n"
4763msgstr "%s: �������� ��� ����� ������\n"
4764
4765#: readelf.c:9063
4766#, c-format
4767msgid "%s: failed to seek to next archive header\n"
4768msgstr "%s: ���� ��� ������� ���������� ��������� ������\n"
4769
4770#: readelf.c:9097
4771#, c-format
4772msgid "'%s': No such file\n"
4773msgstr "'%s': ��� ������ �����\n"
4774
4775#: readelf.c:9099
4776#, c-format
4777msgid "Could not locate '%s'.  System error message: %s\n"
4778msgstr "���������� ����� '%s'. ��������� ��������� �� ������: %s\n"
4779
4780#: readelf.c:9106
4781#, c-format
4782msgid "'%s' is not an ordinary file\n"
4783msgstr "%s �� �������� ������� ������\n"
4784
4785#: readelf.c:9113
4786#, c-format
4787msgid "Input file '%s' is not readable.\n"
4788msgstr "������� ���� '%s' �������� ����������.\n"
4789
4790#: rename.c:129
4791#, c-format
4792msgid "%s: cannot set time: %s"
4793msgstr "%s: ���������� ���������� �����: %s"
4794
4795#. We have to clean up here.
4796#: rename.c:164 rename.c:202
4797#, c-format
4798msgid "unable to rename '%s' reason: %s"
4799msgstr "���������� ������������� '%s' �������: %s"
4800
4801#: rename.c:210
4802#, c-format
4803msgid "unable to copy file '%s' reason: %s"
4804msgstr "���������� ����������� ���� '%s' �������: %s"
4805
4806#: resbin.c:132
4807#, c-format
4808msgid "%s: not enough binary data"
4809msgstr "%s: ������������ �������� ������"
4810
4811#: resbin.c:148
4812msgid "null terminated unicode string"
4813msgstr "������ unicode, ����������� `0'"
4814
4815#: resbin.c:175 resbin.c:181
4816msgid "resource ID"
4817msgstr "ID �������"
4818
4819#: resbin.c:221
4820msgid "cursor"
4821msgstr "���������"
4822
4823#: resbin.c:253 resbin.c:260
4824msgid "menu header"
4825msgstr "��������� menu"
4826
4827#: resbin.c:270
4828msgid "menuex header"
4829msgstr "��������� menuex"
4830
4831#: resbin.c:274
4832msgid "menuex offset"
4833msgstr "�������� menuex"
4834
4835#: resbin.c:281
4836#, c-format
4837msgid "unsupported menu version %d"
4838msgstr "���������������� ������ menu %d"
4839
4840#: resbin.c:306 resbin.c:321 resbin.c:384
4841msgid "menuitem header"
4842msgstr "��������� menuitem"
4843
4844#: resbin.c:414
4845msgid "menuitem"
4846msgstr "menuitem"
4847
4848#: resbin.c:453 resbin.c:481
4849msgid "dialog header"
4850msgstr "��������� �������"
4851
4852#: resbin.c:471
4853#, c-format
4854msgid "unexpected DIALOGEX version %d"
4855msgstr "�������������� ������ DIALOGEX %d"
4856
4857#: resbin.c:516
4858msgid "dialog font point size"
4859msgstr "������ � ������� ������ �������"
4860
4861#: resbin.c:524
4862msgid "dialogex font information"
4863msgstr "���������� � ������ dialogex"
4864
4865#: resbin.c:550 resbin.c:568
4866msgid "dialog control"
4867msgstr "���������� ��������"
4868
4869#: resbin.c:560
4870msgid "dialogex control"
4871msgstr "���������� dialogex"
4872
4873#: resbin.c:589
4874msgid "dialog control end"
4875msgstr "����� ���������� ��������"
4876
4877#: resbin.c:601
4878msgid "dialog control data"
4879msgstr "������ ���������� ��������"
4880
4881#: resbin.c:642
4882msgid "stringtable string length"
4883msgstr "����� ������ stringtable"
4884
4885#: resbin.c:652
4886msgid "stringtable string"
4887msgstr "������ stringtable"
4888
4889#: resbin.c:683
4890msgid "fontdir header"
4891msgstr "��������� fontdir"
4892
4893#: resbin.c:696
4894msgid "fontdir"
4895msgstr "fontdir"
4896
4897#: resbin.c:712
4898msgid "fontdir device name"
4899msgstr "��� ���������� fontdir"
4900
4901#: resbin.c:718
4902msgid "fontdir face name"
4903msgstr "��� ��������� fontdir"
4904
4905#: resbin.c:759
4906msgid "accelerator"
4907msgstr "�����������"
4908
4909#: resbin.c:819
4910msgid "group cursor header"
4911msgstr "��������� ��������� ������"
4912
4913#: resbin.c:823
4914#, c-format
4915msgid "unexpected group cursor type %d"
4916msgstr "����������� ��� ��������� ������ %d"
4917
4918#: resbin.c:838
4919msgid "group cursor"
4920msgstr "��������� ������"
4921
4922#: resbin.c:875
4923msgid "group icon header"
4924msgstr "��������� ������ ������"
4925
4926#: resbin.c:879
4927#, c-format
4928msgid "unexpected group icon type %d"
4929msgstr "����������� ��� ������ ������ %d"
4930
4931#: resbin.c:894
4932msgid "group icon"
4933msgstr "������ ������"
4934
4935#: resbin.c:957 resbin.c:1174
4936msgid "unexpected version string"
4937msgstr "����������� ������ ������"
4938
4939#: resbin.c:989
4940#, c-format
4941msgid "version length %d does not match resource length %lu"
4942msgstr "����� ������ %d �� ������������� ����� ������� %lu"
4943
4944#: resbin.c:993
4945#, c-format
4946msgid "unexpected version type %d"
4947msgstr "����������� ��� ������ %d"
4948
4949#: resbin.c:1005
4950#, c-format
4951msgid "unexpected fixed version information length %d"
4952msgstr "����������� ����� ���������� � ������������� ������ %d"
4953
4954#: resbin.c:1008
4955msgid "fixed version info"
4956msgstr "���������� � ������������� ������"
4957
4958#: resbin.c:1012
4959#, c-format
4960msgid "unexpected fixed version signature %lu"
4961msgstr "����������� ��������� ������������� ������ %lu"
4962
4963#: resbin.c:1016
4964#, c-format
4965msgid "unexpected fixed version info version %lu"
4966msgstr "����������� ������ ���������� � ������������� ������ %lu"
4967
4968#: resbin.c:1045
4969msgid "version var info"
4970msgstr "���������� � ���������� ������"
4971
4972#: resbin.c:1062
4973#, c-format
4974msgid "unexpected stringfileinfo value length %d"
4975msgstr "����������� ����� �������� stringfileinfo %d"
4976
4977#: resbin.c:1072
4978#, c-format
4979msgid "unexpected version stringtable value length %d"
4980msgstr "����������� ����� �������� ������ stringtable %d"
4981
4982#: resbin.c:1106
4983#, c-format
4984msgid "unexpected version string length %d != %d + %d"
4985msgstr "����������� ����� ������ ������ %d != %d + %d"
4986
4987#: resbin.c:1117
4988#, c-format
4989msgid "unexpected version string length %d < %d"
4990msgstr "����������� ����� ������ ������ %d < %d"
4991
4992#: resbin.c:1134
4993#, c-format
4994msgid "unexpected varfileinfo value length %d"
4995msgstr "����������� ����� �������� varfileinfo %d"
4996
4997#: resbin.c:1153
4998msgid "version varfileinfo"
4999msgstr "������ varfileinfo"
5000
5001#: resbin.c:1168
5002#, c-format
5003msgid "unexpected version value length %d"
5004msgstr "����������� ����� �������� ������ %d"
5005
5006#: rescoff.c:126
5007msgid "filename required for COFF input"
5008msgstr "��������� ��� ��� �������� COFF"
5009
5010#: rescoff.c:143
5011#, c-format
5012msgid "%s: no resource section"
5013msgstr "%s: ��� ������� ��������"
5014
5015#: rescoff.c:150
5016msgid "can't read resource section"
5017msgstr "���������� ��������� ������ ��������"
5018
5019#: rescoff.c:174
5020#, c-format
5021msgid "%s: %s: address out of bounds"
5022msgstr "%s: %s: ����� �� ��������� ������"
5023
5024#: rescoff.c:190
5025msgid "directory"
5026msgstr "�������"
5027
5028#: rescoff.c:218
5029msgid "named directory entry"
5030msgstr "����������� ������� ��������"
5031
5032#: rescoff.c:227
5033msgid "directory entry name"
5034msgstr "��� �������� ��������"
5035
5036#: rescoff.c:247
5037msgid "named subdirectory"
5038msgstr "����������� ����������"
5039
5040#: rescoff.c:255
5041msgid "named resource"
5042msgstr "����������� ������"
5043
5044#: rescoff.c:270
5045msgid "ID directory entry"
5046msgstr "ID �������� ��������"
5047
5048#: rescoff.c:287
5049msgid "ID subdirectory"
5050msgstr "ID �����������"
5051
5052#: rescoff.c:295
5053msgid "ID resource"
5054msgstr "ID �������"
5055
5056#: rescoff.c:318
5057msgid "resource type unknown"
5058msgstr "����������� ��� �������"
5059
5060#: rescoff.c:321
5061msgid "data entry"
5062msgstr "������� ������"
5063
5064#: rescoff.c:329
5065msgid "resource data"
5066msgstr "������ �������"
5067
5068#: rescoff.c:334
5069msgid "resource data size"
5070msgstr "������ ������ �������"
5071
5072#: rescoff.c:427
5073msgid "filename required for COFF output"
5074msgstr "��������� ��� ����� ��� ��������� COFF"
5075
5076#: rescoff.c:719
5077msgid "can't get BFD_RELOC_RVA relocation type"
5078msgstr "���������� �������� ��� ����������� BFD_RELOC_RVA"
5079
5080#: resrc.c:238 resrc.c:309
5081#, c-format
5082msgid "can't open temporary file `%s': %s"
5083msgstr "���������� ������� ��������� ���� `%s': %s"
5084
5085#: resrc.c:244
5086#, c-format
5087msgid "can't redirect stdout: `%s': %s"
5088msgstr "���������� ������������� stdout: `%s': %s"
5089
5090#: resrc.c:260
5091#, c-format
5092msgid "%s %s: %s"
5093msgstr "%s %s: %s"
5094
5095#: resrc.c:305
5096#, c-format
5097msgid "can't execute `%s': %s"
5098msgstr "���������� ��������� `%s': %s"
5099
5100#: resrc.c:314
5101#, c-format
5102msgid "Using temporary file `%s' to read preprocessor output\n"
5103msgstr "������������ ��������� ���� `%s' ��� ������ �������� ������ �������������\n"
5104
5105#: resrc.c:321
5106#, c-format
5107msgid "can't popen `%s': %s"
5108msgstr "���������� popen `%s': %s"
5109
5110#: resrc.c:323
5111#, c-format
5112msgid "Using popen to read preprocessor output\n"
5113msgstr "������������ popen ��� ������ �������� ������ �������������\n"
5114
5115#: resrc.c:362
5116#, c-format
5117msgid "Tried `%s'\n"
5118msgstr "��������� `%s'\n"
5119
5120#: resrc.c:373
5121#, c-format
5122msgid "Using `%s'\n"
5123msgstr "������������ `%s'\n"
5124
5125#: resrc.c:529
5126#, c-format
5127msgid "%s:%d: %s\n"
5128msgstr "%s:%d: %s\n"
5129
5130#: resrc.c:537
5131#, c-format
5132msgid "%s: unexpected EOF"
5133msgstr "%s: ����������� ����� �����"
5134
5135#: resrc.c:586
5136#, c-format
5137msgid "%s: read of %lu returned %lu"
5138msgstr "%s: ��� ������ %lu ���� ���������� %lu"
5139
5140#: resrc.c:624 resrc.c:1134
5141#, c-format
5142msgid "stat failed on bitmap file `%s': %s"
5143msgstr "���� stat ��� ����� �������� ������ `%s': %s"
5144
5145#: resrc.c:675
5146#, c-format
5147msgid "cursor file `%s' does not contain cursor data"
5148msgstr "���� ������� `%s' �� �������� ������ �������"
5149
5150#: resrc.c:707 resrc.c:1003
5151#, c-format
5152msgid "%s: fseek to %lu failed: %s"
5153msgstr "%s: fseek ��� %lu ���������� ��������: %s"
5154
5155#: resrc.c:831
5156msgid "help ID requires DIALOGEX"
5157msgstr "��� ID ������� ��������� DIALOGEX"
5158
5159#: resrc.c:833
5160msgid "control data requires DIALOGEX"
5161msgstr "��� ���������� ������� ��������� DIALOGEX"
5162
5163#: resrc.c:861
5164#, c-format
5165msgid "stat failed on font file `%s': %s"
5166msgstr "���� stat ��� ����� ������ `%s': %s"
5167
5168#: resrc.c:972
5169#, c-format
5170msgid "icon file `%s' does not contain icon data"
5171msgstr "���� ������ `%s' �� �������� ������ ������"
5172
5173#: resrc.c:1273 resrc.c:1308
5174#, c-format
5175msgid "stat failed on file `%s': %s"
5176msgstr "���� stat ��� ����� `%s': %s"
5177
5178#: resrc.c:1494
5179#, c-format
5180msgid "can't open `%s' for output: %s"
5181msgstr "���������� ������� `%s' ��� ������ ������: %s"
5182
5183#: size.c:83
5184#, c-format
5185msgid " Displays the sizes of sections inside binary files\n"
5186msgstr " ���������� ������� �������� ������ �������� ������\n"
5187
5188#: size.c:84
5189#, c-format
5190msgid " If no input file(s) are specified, a.out is assumed\n"
5191msgstr " ���� ������� ����� �� �������, ��������������� ���� a.out\n"
5192
5193#: size.c:85
5194#, c-format
5195msgid ""
5196" The options are:\n"
5197"  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
5198"  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or hex\n"
5199"  -t        --totals                  Display the total sizes (Berkeley only)\n"
5200"            --target=<bfdname>        Set the binary file format\n"
5201"            @<file>                   Read options from <file>\n"
5202"  -h        --help                    Display this information\n"
5203"  -v        --version                 Display the program's version\n"
5204"\n"
5205msgstr ""
5206" �����:\n"
5207"  -A|-B     --format={sysv|berkeley}  ����� ����� ������ ������ (�� ��������� %s)\n"
5208"  -o|-d|-x  --radix={8|10|16}         ����� ����� � ������������, ����������\n"
5209"                                      ��� ����������������� �������\n"
5210"  -t        --totals                  ����� ��������� �������� (������ Berkeley)\n"
5211"            --target=<bfd-���>        ��������� ������� ��������� �����\n"
5212"            @<����>                   ������ ����� �� <�����>\n"
5213"  -h        --help                    ����� ���� ����������\n"
5214"  -v        --version                 ����� ������ ���������\n"
5215"\n"
5216
5217#: size.c:158
5218#, c-format
5219msgid "invalid argument to --format: %s"
5220msgstr "�������� �������� --format: %s"
5221
5222#: size.c:185
5223#, c-format
5224msgid "Invalid radix: %s\n"
5225msgstr "�������� radix: %s\n"
5226
5227#: srconv.c:1722
5228#, c-format
5229msgid "Convert a COFF object file into a SYSROFF object file\n"
5230msgstr "��������������� ��������� ���� COFF � ��������� ���� SYSROFF\n"
5231
5232#: srconv.c:1723
5233#, c-format
5234msgid ""
5235" The options are:\n"
5236"  -q --quick       (Obsolete - ignored)\n"
5237"  -n --noprescan   Do not perform a scan to convert commons into defs\n"
5238"  -d --debug       Display information about what is being done\n"
5239"  @<file>          Read options from <file>\n"
5240"  -h --help        Display this information\n"
5241"  -v --version     Print the program's version number\n"
5242msgstr ""
5243" �����:\n"
5244"  -q --quick       (�������� - ������������)\n"
5245"  -n --noprescan   �� ��������� ������������ ��� �������������� commons � defs\n"
5246"  -d --debug       ����� ���������� � ���, ��� �����������\n"
5247"  @<����>          ������ ����� �� <�����>\n"
5248"  -h --help        ����� ���� ����������\n"
5249"  -v --version     ����� ������ ������ ���������\n"
5250
5251#: srconv.c:1869
5252#, c-format
5253msgid "unable to open output file %s"
5254msgstr "���������� ������� �������� ���� %s"
5255
5256#: stabs.c:330 stabs.c:1708
5257msgid "numeric overflow"
5258msgstr "�������� ������������"
5259
5260#: stabs.c:340
5261#, c-format
5262msgid "Bad stab: %s\n"
5263msgstr "������ stab: %s\n"
5264
5265#: stabs.c:348
5266#, c-format
5267msgid "Warning: %s: %s\n"
5268msgstr "��������������: %s: %s\n"
5269
5270#: stabs.c:458
5271#, c-format
5272msgid "N_LBRAC not within function\n"
5273msgstr "N_LBRAC ��� �������\n"
5274
5275#: stabs.c:497
5276#, c-format
5277msgid "Too many N_RBRACs\n"
5278msgstr "������� ����� N_RBRACs\n"
5279
5280#: stabs.c:738
5281msgid "unknown C++ encoded name"
5282msgstr "����������� ������������ ��� C++"
5283
5284#. Complain and keep going, so compilers can invent new
5285#. cross-reference types.
5286#: stabs.c:1253
5287msgid "unrecognized cross reference type"
5288msgstr "�������������� ��� ������������ ������"
5289
5290#. Does this actually ever happen?  Is that why we are worrying
5291#. about dealing with it rather than just calling error_type?
5292#: stabs.c:1800
5293msgid "missing index type"
5294msgstr "����������� ��������� ���"
5295
5296#: stabs.c:2114
5297msgid "unknown virtual character for baseclass"
5298msgstr "����������� ����������� ������ ��� baseclass"
5299
5300#: stabs.c:2132
5301msgid "unknown visibility character for baseclass"
5302msgstr "����������� ������ ��������� ��� baseclass"
5303
5304#: stabs.c:2318
5305msgid "unnamed $vb type"
5306msgstr "���������� ��� $vb"
5307
5308#: stabs.c:2324
5309msgid "unrecognized C++ abbreviation"
5310msgstr "�������������� ������������ C++"
5311
5312#: stabs.c:2400
5313msgid "unknown visibility character for field"
5314msgstr "����������� ������ ��������� ��� field"
5315
5316#: stabs.c:2652
5317msgid "const/volatile indicator missing"
5318msgstr "����������� ��������� ����������/����������"
5319
5320#: stabs.c:2888
5321#, c-format
5322msgid "No mangling for \"%s\"\n"
5323msgstr "��� ����������� ��� \"%s\"\n"
5324
5325#: stabs.c:3188
5326msgid "Undefined N_EXCL"
5327msgstr "�������������� N_EXCL"
5328
5329#: stabs.c:3268
5330#, c-format
5331msgid "Type file number %d out of range\n"
5332msgstr "����� ����� ���� %d �� ��������� ���������\n"
5333
5334#: stabs.c:3273
5335#, c-format
5336msgid "Type index number %d out of range\n"
5337msgstr "����� ������� ���� %d �� ��������� ���������\n"
5338
5339#: stabs.c:3352
5340#, c-format
5341msgid "Unrecognized XCOFF type %d\n"
5342msgstr "�������������� ��� XCOFF %d\n"
5343
5344#: stabs.c:3644
5345#, c-format
5346msgid "bad mangled name `%s'\n"
5347msgstr "������ ����������������� ��� `%s'\n"
5348
5349#: stabs.c:3739
5350#, c-format
5351msgid "no argument types in mangled string\n"
5352msgstr "��� ����� ���������� � ����������������� ������\n"
5353
5354#: stabs.c:5093
5355#, c-format
5356msgid "Demangled name is not a function\n"
5357msgstr "�������������� ��� �� �������� ��������\n"
5358
5359#: stabs.c:5135
5360#, c-format
5361msgid "Unexpected type in v3 arglist demangling\n"
5362msgstr "����������� ��� ��� ������������� v3 arglist\n"
5363
5364#: stabs.c:5202
5365#, c-format
5366msgid "Unrecognized demangle component %d\n"
5367msgstr "�������������� ��������� ������������� %d\n"
5368
5369#: stabs.c:5254
5370#, c-format
5371msgid "Failed to print demangled template\n"
5372msgstr "���� ������ ��������������� �������\n"
5373
5374#: stabs.c:5334
5375#, c-format
5376msgid "Couldn't get demangled builtin type\n"
5377msgstr "���������� �������� �������������� ���������� ���\n"
5378
5379#: stabs.c:5383
5380#, c-format
5381msgid "Unexpected demangled varargs\n"
5382msgstr "����������� �������������� varargs\n"
5383
5384#: stabs.c:5390
5385#, c-format
5386msgid "Unrecognized demangled builtin type\n"
5387msgstr "����������� �������������� ���������� ���\n"
5388
5389#: strings.c:218
5390#, c-format
5391msgid "invalid number %s"
5392msgstr "�������� ����� %s"
5393
5394#: strings.c:700
5395#, c-format
5396msgid "invalid integer argument %s"
5397msgstr "�������� ������������� �������� %s"
5398
5399#: strings.c:709
5400#, c-format
5401msgid " Display printable strings in [file(s)] (stdin by default)\n"
5402msgstr " ������� ��������� ��� ������ ������ � [����(��)] (�� ��������� stdin)\n"
5403
5404#: strings.c:710
5405#, c-format
5406msgid ""
5407" The options are:\n"
5408"  -a - --all                Scan the entire file, not just the data section\n"
5409"  -f --print-file-name      Print the name of the file before each string\n"
5410"  -n --bytes=[number]       Locate & print any NUL-terminated sequence of at\n"
5411"  -<number>                 least [number] characters (default 4).\n"
5412"  -t --radix={o,d,x}        Print the location of the string in base 8, 10 or 16\n"
5413"  -o                        An alias for --radix=o\n"
5414"  -T --target=<BFDNAME>     Specify the binary file format\n"
5415"  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
5416"                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n"
5417"  @<file>                   Read options from <file>\n"
5418"  -h --help                 Display this information\n"
5419"  -v --version              Print the program's version number\n"
5420msgstr ""
5421" �����:\n"
5422"  -a - --all                ������������ ����� �����, � �� ������ ������� ������\n"
5423"  -f --print-file-name      ����� ����� ����� ����� ������ �������\n"
5424"  -n --bytes=[�����]        ����������� � ����� ����� ������������������� � �����������\n"
5425"  -<�����>                  ����� ������ � [�����] �������� (�� ��������� 4).\n"
5426"  -t --radix={o,x,d}        ����� �������������� ������ �� ��������� 8, 10 ��� 16\n"
5427"  -o                        ����� ��� --radix=o\n"
5428"  -T --target=<BFD-���>     �������� ������� ��������� �����\n"
5429"  -e --encoding={s,S,b,l,B,L} ����� ������� ������� � endianness:\n"
5430"                            s = 7-���, S = 8-���, {b,l} = 16-���, {B,L} = 32-���\n"
5431"  @<����>                   ������ ����� �� <�����>\n"
5432"  -h --help                 ����� ���� ����������\n"
5433"  -v --version              ����� ������ ������ ���������\n"
5434
5435#: sysdump.c:642
5436#, c-format
5437msgid "Print a human readable interpretation of a SYSROFF object file\n"
5438msgstr "����� ������������� ��� �������� ������������� ���������� ����� SYSROFF\n"
5439
5440#: sysdump.c:643
5441#, c-format
5442msgid ""
5443" The options are:\n"
5444"  -h --help        Display this information\n"
5445"  -v --version     Print the program's version number\n"
5446msgstr ""
5447" �����:\n"
5448"  -h --help        ����� ���� ����������\n"
5449"  -v --version     ����� ������ ������ ���������\n"
5450
5451#: sysdump.c:710
5452#, c-format
5453msgid "cannot open input file %s"
5454msgstr "���������� ������� ������� ���� %s"
5455
5456#: version.c:35
5457#, c-format
5458msgid "Copyright 2005 Free Software Foundation, Inc.\n"
5459msgstr "Copyright 2005 Free Software Foundation, Inc.\n"
5460
5461#: version.c:36
5462#, c-format
5463msgid ""
5464"This program is free software; you may redistribute it under the terms of\n"
5465"the GNU General Public License.  This program has absolutely no warranty.\n"
5466msgstr ""
5467"��� ��������� �������� �������� ����������� ������������; �� ������\n"
5468"�������������� �� ����� �������� ��������� GNU General Public License.\n"
5469"��� ��������� �� ����� ��������� ������� ��������.\n"
5470
5471#: windres.c:204
5472#, c-format
5473msgid "can't open %s `%s': %s"
5474msgstr "���������� ������� %s `%s': %s "
5475
5476#: windres.c:370
5477#, c-format
5478msgid ": expected to be a directory\n"
5479msgstr ": ���������, ��� ��� �������\n"
5480
5481#: windres.c:382
5482#, c-format
5483msgid ": expected to be a leaf\n"
5484msgstr ": ���������, ��� ��� leaf\n"
5485
5486#: windres.c:391
5487#, c-format
5488msgid "%s: warning: "
5489msgstr "%s: ��������������: "
5490
5491#: windres.c:393
5492#, c-format
5493msgid ": duplicate value\n"
5494msgstr ": ������������� ��������\n"
5495
5496#: windres.c:543
5497#, c-format
5498msgid "unknown format type `%s'"
5499msgstr "����������� ��� ������� `%s'"
5500
5501#: windres.c:544
5502#, c-format
5503msgid "%s: supported formats:"
5504msgstr "%s: �������������� �������:"
5505
5506#. Otherwise, we give up.
5507#: windres.c:627
5508#, c-format
5509msgid "can not determine type of file `%s'; use the -J option"
5510msgstr "���������� ���������� ��� ����� `%s'; ����������� ����� -J"
5511
5512#: windres.c:639
5513#, c-format
5514msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
5515msgstr "�������������: %s [�����] [�������_����] [��������_����]\n"
5516
5517#: windres.c:641
5518#, c-format
5519msgid ""
5520" The options are:\n"
5521"  -i --input=<file>            Name input file\n"
5522"  -o --output=<file>           Name output file\n"
5523"  -J --input-format=<format>   Specify input format\n"
5524"  -O --output-format=<format>  Specify output format\n"
5525"  -F --target=<target>         Specify COFF target\n"
5526"     --preprocessor=<program>  Program to use to preprocess rc file\n"
5527"  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
5528"  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
5529"  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
5530"  -v --verbose                 Verbose - tells you what it's doing\n"
5531"  -l --language=<val>          Set language when reading rc file\n"
5532"     --use-temp-file           Use a temporary file instead of popen to read\n"
5533"                               the preprocessor output\n"
5534"     --no-use-temp-file        Use popen (default)\n"
5535msgstr ""
5536" �����:\n"
5537"  -i --input=<����>            ��� �������� �����\n"
5538"  -o --output=<����>           ��� ��������� �����\n"
5539"  -J --input-format=<������>   �������� �������� �������\n"
5540"  -O --output-format=<������>  �������� ��������� �������\n"
5541"  -F --target=<����>           �������� ���� COFF\n"
5542"     --preprocessor=<���������> ��������� ��� ��������������� ��������� ����� rc\n"
5543"  -I --include-dir=<�������>   ���������� ������� ��� ��������������� ��������� ����� rc\n"
5544"  -D --define <sym>[=<����>]   ����������� SYM ��� ��������������� ��������� ����� rc\n"
5545"  -U --undefine <sym>          ������ ����������� SYM ��� ��������������� ��������� ����� rc\n"
5546"  -v --verbose                 �������� - �������� ��� � ���� ����� ���������\n"
5547"  -l --language=<����>         ��������� ����� ��� ������ ����� rc\n"
5548"     --use-temp-file           ������������� ���������� ����� ������ popen\n"
5549"                               ��� ������ �������� ������ �������������\n"
5550"     --no-use-temp-file        ������������� popen (�� ���������)\n"
5551
5552#: windres.c:657
5553#, c-format
5554msgid "     --yydebug                 Turn on parser debugging\n"
5555msgstr "     --yydebug                 ��������� ������� �������\n"
5556
5557#: windres.c:660
5558#, c-format
5559msgid ""
5560"  -r                           Ignored for compatibility with rc\n"
5561"  @<file>                      Read options from <file>\n"
5562"  -h --help                    Print this help message\n"
5563"  -V --version                 Print version information\n"
5564msgstr ""
5565"  -r                           ��������� ��� ������������� � rc\n"
5566"  @<����>                      ������ ����� �� <�����>\n"
5567"  -h --help                    ����� ����� ����������� ���������\n"
5568"  -V --version                 ����� ���������� � ������\n"
5569
5570#: windres.c:665
5571#, c-format
5572msgid ""
5573"FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
5574"extension if not specified.  A single file name is an input file.\n"
5575"No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
5576msgstr ""
5577"FORMAT �������� ����� �� rc, res ��� coff, � ������������ �� ����������\n"
5578"����� �����, ���� �� ��� ������. ��������� ��� ����� �������� ������� ������.\n"
5579"��� �������� ����� ���������� stdin, �� ��������� rc. ��� ��������� �����\n"
5580"������������ stdout, �� ��������� rc.\n"
5581
5582#: windres.c:803
5583msgid "invalid option -f\n"
5584msgstr "�������� ����� -f\n"
5585
5586#: windres.c:808
5587msgid "No filename following the -fo option.\n"
5588msgstr "��� ����� ����� ����� ����� -fo.\n"
5589
5590#: windres.c:866
5591#, c-format
5592msgid "Option -I is deprecated for setting the input format, please use -J instead.\n"
5593msgstr "����� -I ������ �� ������������� ��� ��������� �������� �������, ����������, ����������� -J.\n"
5594
5595#: windres.c:984
5596msgid "no resources"
5597msgstr "��� ��������"
5598
5599#: wrstabs.c:354 wrstabs.c:1915
5600#, c-format
5601msgid "string_hash_lookup failed: %s"
5602msgstr "string_hash_lookup ���������� ��������: %s"
5603
5604#: wrstabs.c:635
5605#, c-format
5606msgid "stab_int_type: bad size %u"
5607msgstr "stab_int_type: �������� ������ %u"
5608
5609#: wrstabs.c:1393
5610#, c-format
5611msgid "%s: warning: unknown size for field `%s' in struct"
5612msgstr "%s: ��������������: ����������� ������ ���� `%s' � struct"
5613