1228753Smm# SOME DESCRIPTIVE TITLE.
2228753Smm# Copyright (C) 2003 Free Software Foundation, Inc.
3228753Smm# Wang Li <charles@linux.net.cn>, 2003.
4299529Smm#
5228753Smmmsgid ""
6228753Smmmsgstr ""
7228753Smm"Project-Id-Version: binutils 2.12.91\n"
8228753Smm"POT-Creation-Date: 2002-07-23 15:55-0400\n"
9228753Smm"PO-Revision-Date: 2003-05-09 17:28+0800\n"
10228753Smm"Last-Translator: Wang Li <charles@linux.net.cn>\n"
11228753Smm"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
12228753Smm"MIME-Version: 1.0\n"
13228753Smm"Content-Type: text/plain; charset=gb2312\n"
14228753Smm"Content-Transfer-Encoding: 8bit\n"
15228753Smm
16228753Smm#: addr2line.c:74
17228753Smm#, c-format
18228753Smmmsgid "Usage: %s [option(s)] [addr(s)]\n"
19228753Smmmsgstr "������%s [����] [����]\n"
20228753Smm
21228753Smm#: addr2line.c:75
22228753Smmmsgid " Convert addresses into line number/file name pairs.\n"
23228753Smmmsgstr " ������������������/��������\n"
24228753Smm
25228753Smm#: addr2line.c:76
26228753Smmmsgid " If no addresses are specified on the command line, they will be read from stdin\n"
27228753Smmmsgstr " ��������������������������������������������������\n"
28228753Smm
29228753Smm#: addr2line.c:77
30228753Smmmsgid ""
31228753Smm" The options are:\n"
32228753Smm"  -b --target=<bfdname>  Set the binary file format\n"
33228763Smm"  -e --exe=<executable>  Set the input file name (default is a.out)\n"
34228753Smm"  -s --basenames         Strip directory names\n"
35228753Smm"  -f --functions         Show function names\n"
36228753Smm"  -C --demangle[=style]  Demangle function names\n"
37228753Smm"  -h --help              Display this information\n"
38232153Smm"  -v --version           Display the program's version\n"
39232153Smm"\n"
40232153Smmmsgstr ""
41228753Smm" ��������\n"
42228753Smm"  -b --target=<bfdname>  ������������������\n"
43228753Smm"  -e --exe=<executable>  �������������� (������ a.out)\n"
44228753Smm"  -s --basenames         ����������\n"
45228753Smm"  -f --functions         ����������\n"
46228753Smm"  -C --demangle[=style]  ����������\n"
47228753Smm"  -h --help              ����������\n"
48228753Smm"  -v --version           ����������������\n"
49228753Smm"\n"
50228753Smm
51228753Smm#: addr2line.c:89 ar.c:297 coffdump.c:479 nlmconv.c:1119 objcopy.c:424
52299529Smm#: objcopy.c:457 readelf.c:2310 size.c:104 srconv.c:1962 strings.c:666
53228753Smm#: sysdump.c:774 windres.c:733
54228753Smm#, c-format
55232153Smmmsgid "Report bugs to %s\n"
56299529Smmmsgstr "�� bug ������ %s\n"
57228753Smm
58299529Smm#: addr2line.c:248
59228753Smm#, c-format
60358088Smmmsgid "%s: can not get addresses from archive"
61228753Smmmsgstr "%s��������������������������"
62228753Smm
63228753Smm#: addr2line.c:320 nm.c:395 objdump.c:2782
64228753Smm#, c-format
65228753Smmmsgid "unknown demangling style `%s'"
66299529Smmmsgstr "����������(demangle)������%s��"
67299529Smm
68299529Smm#: ar.c:238
69228753Smm#, c-format
70299529Smmmsgid "no entry %s in archive\n"
71299529Smmmsgstr "������������������ %s\n"
72299529Smm
73228753Smm#: ar.c:255
74299529Smm#, c-format
75299529Smmmsgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n"
76299529Smmmsgstr "������%s [��������] [-]{dmpqrstx}[abcfilNoPsSuvV] [������] [����] �������� ����...\n"
77299529Smm
78299529Smm#: ar.c:258
79228753Smm#, c-format
80299529Smmmsgid "       %s -M [<mri-script]\n"
81299529Smmmsgstr "       %s -M [<mri-����]\n"
82299529Smm
83228753Smm#: ar.c:259
84299529Smmmsgid " commands:\n"
85299529Smmmsgstr " ������\n"
86299529Smm
87299529Smm#: ar.c:260
88299529Smmmsgid "  d            - delete file(s) from the archive\n"
89299529Smmmsgstr "  d            - ��������������������\n"
90228753Smm
91228753Smm#: ar.c:261
92299529Smmmsgid "  m[ab]        - move file(s) in the archive\n"
93299529Smmmsgstr "  m[ab]        - ��������������������\n"
94299529Smm
95299529Smm#: ar.c:262
96299529Smmmsgid "  p            - print file(s) found in the archive\n"
97299529Smmmsgstr "  p            - ��������������������������\n"
98299529Smm
99299529Smm#: ar.c:263
100299529Smmmsgid "  q[f]         - quick append file(s) to the archive\n"
101299529Smmmsgstr "  q[f]         - ��������������������������\n"
102299529Smm
103299529Smm#: ar.c:264
104299529Smmmsgid "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
105299529Smmmsgstr "  r[ab][f][u]  - ������������������������������������\n"
106299529Smm
107299529Smm#: ar.c:265
108299529Smmmsgid "  t            - display contents of archive\n"
109299529Smmmsgstr "  t            - ������������������\n"
110299529Smm
111299529Smm#: ar.c:266
112299529Smmmsgid "  x[o]         - extract file(s) from the archive\n"
113299529Smmmsgstr "  x[o]         - ��������������������\n"
114299529Smm
115299529Smm#: ar.c:267
116299529Smmmsgid " command specific modifiers:\n"
117299529Smmmsgstr " ����������������\n"
118299529Smm
119299529Smm#: ar.c:268
120299529Smmmsgid "  [a]          - put file(s) after [member-name]\n"
121299529Smmmsgstr "  [a]          - ���������� [������] ����\n"
122299529Smm
123299529Smm#: ar.c:269
124299529Smmmsgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
125299529Smmmsgstr "  [b]          - ���������� [������] ���� (�� [i] ����)\n"
126299529Smm
127299529Smm#: ar.c:270
128299529Smmmsgid "  [N]          - use instance [count] of name\n"
129299529Smmmsgstr ""
130299529Smm
131299529Smm#: ar.c:271
132299529Smmmsgid "  [f]          - truncate inserted file names\n"
133299529Smmmsgstr ""
134299529Smm
135299529Smm#: ar.c:272
136299529Smmmsgid "  [P]          - use full path names when matching\n"
137299529Smmmsgstr "  [P]          - ������������������������\n"
138299529Smm
139299529Smm#: ar.c:273
140299529Smmmsgid "  [o]          - preserve original dates\n"
141299529Smmmsgstr "  [o]          - ��������������\n"
142299529Smm
143299529Smm#: ar.c:274
144299529Smmmsgid "  [u]          - only replace files that are newer than current archive contents\n"
145299529Smmmsgstr "  [u]          - ������������������������������\n"
146299529Smm
147299529Smm#: ar.c:275
148299529Smmmsgid " generic modifiers:\n"
149299529Smmmsgstr " ������������\n"
150299529Smm
151299529Smm#: ar.c:276
152299529Smmmsgid "  [c]          - do not warn if the library had to be created\n"
153299529Smmmsgstr "  [c]          - ����������������������������\n"
154299529Smm
155299529Smm#: ar.c:277
156299529Smmmsgid "  [s]          - create an archive index (cf. ranlib)\n"
157299529Smmmsgstr "  [s]          - ������������ (cf. ranlib)\n"
158299529Smm
159299529Smm#: ar.c:278
160299529Smmmsgid "  [S]          - do not build a symbol table\n"
161299529Smmmsgstr "  [S]          - ��������������\n"
162299529Smm
163299529Smm#: ar.c:279
164299529Smmmsgid "  [v]          - be verbose\n"
165299529Smmmsgstr "  [v]          - ������������\n"
166299529Smm
167299529Smm#: ar.c:280
168299529Smmmsgid "  [V]          - display the version number\n"
169299529Smmmsgstr "  [V]          - ����������\n"
170299529Smm
171299529Smm#: ar.c:287
172299529Smm#, c-format
173299529Smmmsgid "Usage: %s [options] archive\n"
174299529Smmmsgstr "������%s [����] ��������\n"
175299529Smm
176299529Smm#: ar.c:288
177299529Smmmsgid " Generate an index to speed access to archives\n"
178299529Smmmsgstr " ������������������������������\n"
179299529Smm
180232153Smm#: ar.c:289
181232153Smmmsgid ""
182232153Smm" The options are:\n"
183232153Smm"  -h --help                    Print this help message\n"
184228753Smm"  -V --version                 Print version information\n"
185232153Smmmsgstr ""
186232153Smm" ��������\n"
187232153Smm"  -h --help                    ��������������\n"
188232153Smm"  -V --version                 ������������\n"
189228753Smm
190228753Smm#: ar.c:512
191228753Smmmsgid "two different operation options specified"
192299529Smmmsgstr "������������������������"
193299529Smm
194299529Smm#: ar.c:587
195299529Smm#, c-format
196299529Smmmsgid "illegal option -- %c"
197299529Smmmsgstr "�������� -- %c"
198299529Smm
199299529Smm#: ar.c:619
200299529Smmmsgid "no operation specified"
201228753Smmmsgstr "������������"
202299529Smm
203299529Smm#: ar.c:622
204299529Smmmsgid "`u' is only meaningful with the `r' option."
205299529Smmmsgstr "��u������������r����������������������"
206228753Smm
207299529Smm#: ar.c:632
208299529Smmmsgid "`N' is only meaningful with the `x' and `d' options."
209299529Smmmsgstr "��N������������x������d����������������������"
210299529Smm
211299529Smm#: ar.c:635
212299529Smmmsgid "Value for `N' must be positive."
213299529Smmmsgstr "��N������������������"
214299529Smm
215299529Smm#: ar.c:718
216299529Smm#, c-format
217299529Smmmsgid "internal error -- this option not implemented"
218299529Smmmsgstr "�������� -- ��������������"
219299529Smm
220228753Smm#: ar.c:837 ar.c:888 ar.c:1333 objcopy.c:1348
221299529Smm#, c-format
222299529Smmmsgid "internal stat error on %s"
223299529Smmmsgstr ""
224299529Smm
225299529Smm#: ar.c:841
226299529Smm#, c-format
227299529Smmmsgid ""
228299529Smm"\n"
229299529Smm"<member %s>\n"
230228753Smm"\n"
231299529Smmmsgstr ""
232299529Smm"\n"
233299529Smm"<���� %s>\n"
234299529Smm"\n"
235299529Smm
236228753Smm#: ar.c:857 ar.c:925
237299529Smm#, c-format
238299529Smmmsgid "%s is not a valid archive"
239299529Smmmsgstr "%s ������������������"
240299529Smm
241299529Smm#: ar.c:893
242228753Smm#, c-format
243299529Smmmsgid "stat returns negative size for %s"
244299529Smmmsgstr "stat %s ������������"
245299529Smm
246299529Smm#: ar.c:1020
247299529Smm#, c-format
248299529Smmmsgid "%s is not an archive"
249299529Smmmsgstr "%s ������������"
250299529Smm
251238856Smm#: ar.c:1027
252228753Smm#, c-format
253228753Smmmsgid "creating %s"
254232153Smmmsgstr "�������� %s"
255228753Smm
256228753Smm#: ar.c:1233
257232153Smm#, c-format
258228753Smmmsgid "No member named `%s'\n"
259228753Smmmsgstr "����������%s��������\n"
260299529Smm
261299529Smm#: ar.c:1285
262299529Smm#, c-format
263299529Smmmsgid "no entry %s in archive %s!"
264232153Smmmsgstr "�������� %2$s ���������� %1$s��"
265232153Smm
266232153Smm#: ar.c:1422
267232153Smm#, c-format
268232153Smmmsgid "%s: no archive map to update"
269228753Smmmsgstr "%s����������������������"
270299529Smm
271232153Smm#: arsup.c:86
272228753Smm#, c-format
273228753Smmmsgid "No entry %s in archive.\n"
274228753Smmmsgstr "������������������ %s��\n"
275228753Smm
276232153Smm#: arsup.c:117
277299529Smm#, c-format
278232153Smmmsgid "Can't open file %s\n"
279232153Smmmsgstr "������������ %s\n"
280232153Smm
281299529Smm#: arsup.c:172
282299529Smm#, c-format
283299529Smmmsgid "%s: Can't open output archive %s\n"
284299529Smmmsgstr "%s������������������ %s\n"
285299529Smm
286299529Smm#: arsup.c:189
287299529Smm#, c-format
288299529Smmmsgid "%s: Can't open input archive %s\n"
289299529Smmmsgstr "%s������������������ %s\n"
290299529Smm
291299529Smm#: arsup.c:198
292299529Smm#, c-format
293299529Smmmsgid "%s: file %s is not an archive\n"
294299529Smmmsgstr "%s������ %s ������������\n"
295299529Smm
296299529Smm#: arsup.c:241
297299529Smm#, c-format
298299529Smmmsgid "%s: no output archive specified yet\n"
299299529Smmmsgstr "%s����������������������\n"
300299529Smm
301299529Smm#: arsup.c:262 arsup.c:301 arsup.c:343 arsup.c:364 arsup.c:430
302299529Smm#, c-format
303299529Smmmsgid "%s: no open output archive\n"
304299529Smmmsgstr "%s��������������������\n"
305299529Smm
306299529Smm#: arsup.c:273 arsup.c:385 arsup.c:411
307299529Smm#, c-format
308299529Smmmsgid "%s: can't open file %s\n"
309299529Smmmsgstr "%s�������������� %s\n"
310299529Smm
311299529Smm#: arsup.c:328 arsup.c:407 arsup.c:489
312299529Smm#, c-format
313299529Smmmsgid "%s: can't find module file %s\n"
314299529Smmmsgstr "%s������������������ %s\n"
315299529Smm
316299529Smm#: arsup.c:439
317299529Smm#, c-format
318299529Smmmsgid "Current open archive is %s\n"
319299529Smmmsgstr "�������������������� %s\n"
320299529Smm
321299529Smm#: arsup.c:464
322299529Smm#, c-format
323299529Smmmsgid "%s: no open archive\n"
324299529Smmmsgstr "%s����������������\n"
325299529Smm
326299529Smm#: binemul.c:39
327299529Smm#, c-format
328299529Smmmsgid "  No emulation specific options\n"
329299529Smmmsgstr "  ������������������\n"
330299529Smm
331299529Smm#. Macros for common output.
332299529Smm#: binemul.h:42
333299529Smm#, c-format
334299529Smmmsgid " emulation options: \n"
335299529Smmmsgstr " ����������\n"
336299529Smm
337299529Smm#: bucomm.c:106
338299529Smm#, c-format
339299529Smmmsgid "can't set BFD default target to `%s': %s"
340299529Smmmsgstr "������ BFD ����������������%s����%s"
341299529Smm
342299529Smm#: bucomm.c:118
343299529Smm#, c-format
344299529Smmmsgid "%s: Matching formats:"
345299529Smmmsgstr "%s������������"
346299529Smm
347299529Smm#: bucomm.c:135
348299529Smmmsgid "Supported targets:"
349299529Smmmsgstr "������������"
350299529Smm
351299529Smm#: bucomm.c:137
352299529Smm#, c-format
353299529Smmmsgid "%s: supported targets:"
354299529Smmmsgstr "%s��������������"
355299529Smm
356299529Smm#: bucomm.c:153
357299529Smmmsgid "Supported architectures:"
358232153Smmmsgstr "����������������"
359299529Smm
360299529Smm#: bucomm.c:155
361299529Smm#, c-format
362232153Smmmsgid "%s: supported architectures:"
363232153Smmmsgstr "%s������������������"
364232153Smm
365232153Smm#: bucomm.c:262
366232153Smm#, c-format
367232153Smmmsgid "%s: bad number: %s"
368232153Smmmsgstr "%s��������������%s"
369232153Smm
370232153Smm#: coffdump.c:107
371232153Smm#, c-format
372232153Smmmsgid "#lines %d "
373232153Smmmsgstr "#���� %d "
374232153Smm
375299529Smm#: coffdump.c:471 sysdump.c:767
376299529Smm#, c-format
377299529Smmmsgid "Usage: %s [option(s)] in-file\n"
378299529Smmmsgstr "������%s [����] ��������\n"
379299529Smm
380299529Smm#: coffdump.c:472
381299529Smmmsgid " Print a human readable interpretation of a SYSROFF object file\n"
382299529Smmmsgstr " ���������������� SYSROFF ��������������\n"
383299529Smm
384299529Smm#: coffdump.c:473
385299529Smmmsgid ""
386299529Smm" The options are:\n"
387299529Smm"  -h --help              Display this information\n"
388299529Smm"  -v --version           Display the program's version\n"
389299529Smm"\n"
390228753Smmmsgstr ""
391232153Smm" ��������\n"
392232153Smm"  -h --help              ��������������\n"
393232153Smm"  -v --version           ����������������\n"
394232153Smm"\n"
395228753Smm
396228753Smm#: coffdump.c:541 srconv.c:2052 sysdump.c:831
397228753Smmmsgid "no input file specified"
398228753Smmmsgstr "��������������"
399248616Smm
400248616Smm#: debug.c:653
401248616Smmmsgid "debug_add_to_current_namespace: no current file"
402248616Smmmsgstr "debug_add_to_current_namespace��������������"
403299529Smm
404248616Smm#: debug.c:736
405299529Smmmsgid "debug_start_source: no debug_set_filename call"
406248616Smmmsgstr "debug_start_source������ debug_set_filename ����"
407248616Smm
408248616Smm#: debug.c:795
409248616Smmmsgid "debug_record_function: no debug_set_filename call"
410248616Smmmsgstr "debug_record_function������ debug_set_filename ����"
411248616Smm
412248616Smm#: debug.c:851
413248616Smmmsgid "debug_record_parameter: no current function"
414248616Smmmsgstr "debug_record_parameter��������������"
415299529Smm
416248616Smm#: debug.c:885
417248616Smmmsgid "debug_end_function: no current function"
418248616Smmmsgstr "debug_end_function��������������"
419248616Smm
420299529Smm#: debug.c:891
421248616Smmmsgid "debug_end_function: some blocks were not closed"
422248616Smmmsgstr "debug_end_function����������������"
423248616Smm
424248616Smm#: debug.c:921
425248616Smmmsgid "debug_start_block: no current block"
426248616Smmmsgstr "debug_start_block������������"
427248616Smm
428248616Smm#: debug.c:959
429248616Smmmsgid "debug_end_block: no current block"
430248616Smmmsgstr "debug_end_block������������"
431248616Smm
432299529Smm#: debug.c:966
433248616Smmmsgid "debug_end_block: attempt to close top level block"
434299529Smmmsgstr "debug_end_block����������������"
435248616Smm
436248616Smm#: debug.c:992
437248616Smmmsgid "debug_record_line: no current unit"
438248616Smmmsgstr "debug_record_line��������������"
439248616Smm
440248616Smm#. FIXME
441248616Smm#: debug.c:1046
442299529Smmmsgid "debug_start_common_block: not implemented"
443248616Smmmsgstr "debug_start_common_block��������"
444248616Smm
445248616Smm#. FIXME
446248616Smm#: debug.c:1058
447248616Smmmsgid "debug_end_common_block: not implemented"
448248616Smmmsgstr "debug_end_common_block��������"
449228753Smm
450228753Smm#. FIXME.
451228753Smm#: debug.c:1152
452228753Smmmsgid "debug_record_label: not implemented"
453228753Smmmsgstr "debug_record_label��������"
454232153Smm
455232153Smm#: debug.c:1178
456232153Smmmsgid "debug_record_variable: no current file"
457228753Smmmsgstr "debug_record_variable��������������"
458232153Smm
459232153Smm#: debug.c:1194
460228753Smmmsgid "debug_record_variable: no current block"
461228753Smmmsgstr "debug_record_variable������������"
462228753Smm
463232153Smm#: debug.c:1763
464232153Smmmsgid "debug_make_undefined_type: unsupported kind"
465228753Smmmsgstr "debug_make_undefined_type��������������"
466228753Smm
467228753Smm#: debug.c:1964
468299529Smmmsgid "debug_name_type: no current file"
469299529Smmmsgstr "debug_name_type��������������"
470228753Smm
471299529Smm#: debug.c:2012
472299529Smmmsgid "debug_tag_type: no current file"
473299529Smmmsgstr "debug_tag_type��������������"
474299529Smm
475299529Smm#: debug.c:2020
476228753Smmmsgid "debug_tag_type: extra tag attempted"
477228753Smmmsgstr "debug_tag_type������������������"
478228753Smm
479238856Smm#: debug.c:2059
480232153Smm#, c-format
481232153Smmmsgid "Warning: changing type size from %d to %d\n"
482228753Smmmsgstr "���������������� %d ���� %d\n"
483228753Smm
484228753Smm#: debug.c:2083
485228753Smmmsgid "debug_find_named_type: no current compilation unit"
486228753Smmmsgstr "debug_find_named_type������������������"
487228753Smm
488228753Smm#: debug.c:2190
489228753Smm#, c-format
490228753Smmmsgid "debug_get_real_type: circular debug information for %s\n"
491232153Smmmsgstr "debug_get_real_type������ %s ��������������\n"
492232153Smm
493228753Smm#: debug.c:2650
494228753Smmmsgid "debug_write_type: illegal type encountered"
495228753Smmmsgstr "debug_write_type��������������"
496228753Smm
497228753Smm#: dlltool.c:735 dlltool.c:760 dlltool.c:786
498228753Smm#, c-format
499228753Smmmsgid "Internal error: Unknown machine type: %d"
500232153Smmmsgstr "��������������������������%d"
501232153Smm
502232153Smm#: dlltool.c:823
503232153Smm#, c-format
504232153Smmmsgid "Can't open def file: %s"
505232153Smmmsgstr "�������� def ������%s"
506232153Smm
507232153Smm#: dlltool.c:828
508232153Smm#, c-format
509232153Smmmsgid "Processing def file: %s"
510232153Smmmsgstr "���� def ������%s"
511232153Smm
512228753Smm#: dlltool.c:832
513228753Smmmsgid "Processed def file"
514299529Smmmsgstr "�������� def ����"
515299529Smm
516299529Smm#: dlltool.c:858
517299529Smm#, c-format
518299529Smmmsgid "Syntax error in def file %s:%d"
519299529Smmmsgstr "def �������������� %s��%d"
520299529Smm
521299529Smm#: dlltool.c:897
522299529Smm#, c-format
523232153Smmmsgid "NAME: %s base: %x"
524228753Smmmsgstr ""
525299529Smm
526228753Smm#: dlltool.c:900 dlltool.c:919
527299529Smmmsgid "Can't have LIBRARY and NAME"
528228753Smmmsgstr ""
529232153Smm
530358088Smm#: dlltool.c:916
531358088Smm#, c-format
532228753Smmmsgid "LIBRARY: %s base: %x"
533248616Smmmsgstr ""
534228753Smm
535299529Smm#: dlltool.c:1174 resrc.c:271
536299529Smm#, c-format
537299529Smmmsgid "wait: %s"
538299529Smmmsgstr "������%s"
539299529Smm
540299529Smm#: dlltool.c:1179 dllwrap.c:430 resrc.c:276
541299529Smm#, c-format
542299529Smmmsgid "subprocess got fatal signal %d"
543299529Smmmsgstr "������������������ %d"
544299529Smm
545299529Smm#: dlltool.c:1185 dllwrap.c:437 resrc.c:283
546299529Smm#, c-format
547299529Smmmsgid "%s exited with status %d"
548299529Smmmsgstr "%s ������ %d ����"
549299529Smm
550299529Smm#: dlltool.c:1217
551299529Smm#, c-format
552299529Smmmsgid "Sucking in info from %s section in %s"
553299529Smmmsgstr "�� %2$s ���� %1$s ����������"
554228753Smm
555228753Smm#: dlltool.c:1341
556299529Smm#, c-format
557299529Smmmsgid "Excluding symbol: %s"
558299529Smmmsgstr ""
559299529Smm
560299529Smm#: dlltool.c:1436 dlltool.c:1447 nm.c:959 nm.c:970 objdump.c:386 objdump.c:401
561299529Smm#, c-format
562299529Smmmsgid "%s: no symbols"
563299529Smmmsgstr "%s��������"
564299529Smm
565299529Smm#. FIXME: we ought to read in and block out the base relocations
566299529Smm#: dlltool.c:1474
567299529Smm#, c-format
568344673Smmmsgid "Done reading %s"
569344673Smmmsgstr "���� %s ����"
570232153Smm
571299529Smm#: dlltool.c:1485
572299529Smm#, c-format
573299529Smmmsgid "Unable to open object file: %s"
574299529Smmmsgstr "������������������%s"
575299529Smm
576299529Smm#: dlltool.c:1488
577299529Smm#, c-format
578299529Smmmsgid "Scanning object file %s"
579299529Smmmsgstr "���������������� %s"
580299529Smm
581299529Smm#: dlltool.c:1503
582299529Smm#, c-format
583299529Smmmsgid "Cannot produce mcore-elf dll from archive file: %s"
584299529Smmmsgstr "�������������������� mcore-elf ������������%s"
585299529Smm
586299529Smm#: dlltool.c:1595
587368707Smmmsgid "Adding exports to output file"
588299529Smmmsgstr ""
589299529Smm
590232153Smm#: dlltool.c:1640
591232153Smmmsgid "Added exports to output file"
592228753Smmmsgstr ""
593299529Smm
594232153Smm#: dlltool.c:1764
595311041Smm#, c-format
596232153Smmmsgid "Generating export file: %s"
597299529Smmmsgstr "������������������%s"
598299529Smm
599299529Smm#: dlltool.c:1769
600232153Smm#, c-format
601299529Smmmsgid "Unable to open temporary assembler file: %s"
602232153Smmmsgstr "����������������������%s"
603299529Smm
604232153Smm#: dlltool.c:1772
605232153Smm#, c-format
606232153Smmmsgid "Opened temporary file: %s"
607232153Smmmsgstr "������������������%s"
608299529Smm
609232153Smm#: dlltool.c:1996
610232153Smmmsgid "Generated exports file"
611232153Smmmsgstr "����������������"
612232153Smm
613232153Smm#: dlltool.c:2258
614232153Smm#, c-format
615232153Smmmsgid "bfd_open failed open stub file: %s"
616232153Smmmsgstr ""
617232153Smm
618232153Smm#: dlltool.c:2261
619232153Smm#, c-format
620232153Smmmsgid "Creating stub file: %s"
621238856Smmmsgstr ""
622232153Smm
623232153Smm#: dlltool.c:2650
624232153Smm#, c-format
625232153Smmmsgid "failed to open temporary head file: %s"
626232153Smmmsgstr "��������������������%s"
627299529Smm
628238856Smm#: dlltool.c:2709
629238856Smm#, c-format
630299529Smmmsgid "failed to open temporary tail file: %s"
631299529Smmmsgstr "��������������������%s"
632299529Smm
633238856Smm#: dlltool.c:2777
634238856Smm#, c-format
635238856Smmmsgid "Can't open .lib file: %s"
636238856Smmmsgstr "�������� .lib ������%s"
637238856Smm
638238856Smm#: dlltool.c:2780
639238856Smm#, c-format
640238856Smmmsgid "Creating library file: %s"
641238856Smmmsgstr "����������������%s"
642299529Smm
643238856Smm#: dlltool.c:2839
644299529Smm#, c-format
645238856Smmmsgid "cannot delete %s: %s"
646232153Smmmsgstr "�������� %s��%s"
647232153Smm
648299529Smm#: dlltool.c:2843
649299529Smmmsgid "Created lib file"
650299529Smmmsgstr "�������� lib ����"
651299529Smm
652299529Smm#: dlltool.c:2948
653299529Smm#, c-format
654299529Smmmsgid "Warning, ignoring duplicate EXPORT %s %d,%d"
655299529Smmmsgstr ""
656299529Smm
657299529Smm#: dlltool.c:2954
658299529Smm#, c-format
659299529Smmmsgid "Error, duplicate EXPORT with oridinals: %s"
660299529Smmmsgstr ""
661299529Smm
662299529Smm#: dlltool.c:3081
663232153Smmmsgid "Processing definitions"
664299529Smmmsgstr "������������"
665299529Smm
666299529Smm#: dlltool.c:3119
667232153Smmmsgid "Processed definitions"
668299529Smmmsgstr "����������"
669299529Smm
670299529Smm#. xgetext:c-format
671299529Smm#: dlltool.c:3130 dllwrap.c:495
672299529Smm#, c-format
673299529Smmmsgid "Usage %s <option(s)> <object-file(s)>\n"
674299529Smmmsgstr "���� %s <����> <��������>\n"
675299529Smm
676299529Smm#. xgetext:c-format
677299529Smm#: dlltool.c:3132
678299529Smm#, c-format
679299529Smmmsgid "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
680299529Smmmsgstr "   -m --machine <machine>    �� <machine> ���� DLL��[������%s]\n"
681299529Smm
682299529Smm#: dlltool.c:3133
683299529Smmmsgid "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
684299529Smmmsgstr "        ������ <machine>��arm[_interwork]��i386��mcore[-elf]{-le|-be}��ppc��thumb\n"
685299529Smm
686299529Smm#: dlltool.c:3134
687299529Smmmsgid "   -e --output-exp <outname> Generate an export file.\n"
688299529Smmmsgstr "   -e --output-exp <outname> ��������������\n"
689299529Smm
690299529Smm#: dlltool.c:3135
691299529Smmmsgid "   -l --output-lib <outname> Generate an interface library.\n"
692299529Smmmsgstr "   -l --output-lib <outname> ������������\n"
693299529Smm
694299529Smm#: dlltool.c:3136
695299529Smmmsgid "   -a --add-indirect         Add dll indirects to export file.\n"
696299529Smmmsgstr ""
697299529Smm
698299529Smm#: dlltool.c:3137
699299529Smmmsgid "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
700299529Smmmsgstr ""
701299529Smm
702299529Smm#: dlltool.c:3138
703299529Smmmsgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
704299529Smmmsgstr "   -d --input-def <deffile>  �������� .def ��������\n"
705299529Smm
706299529Smm#: dlltool.c:3139
707299529Smmmsgid "   -z --output-def <deffile> Name of .def file to be created.\n"
708299529Smmmsgstr "   -z --output-def <deffile> �������� .def ��������\n"
709299529Smm
710299529Smm#: dlltool.c:3140
711299529Smmmsgid "      --export-all-symbols   Export all symbols to .def\n"
712299529Smmmsgstr "      --export-all-symbols   ���������������� .def\n"
713299529Smm
714368707Smm#: dlltool.c:3141
715299529Smmmsgid "      --no-export-all-symbols  Only export listed symbols\n"
716299529Smmmsgstr "      --no-export-all-symbols  ����������������\n"
717299529Smm
718299529Smm#: dlltool.c:3142
719299529Smmmsgid "      --exclude-symbols <list> Don't export <list>\n"
720299529Smmmsgstr "      --exclude-symbols <list> �������� <list>\n"
721299529Smm
722299529Smm#: dlltool.c:3143
723299529Smmmsgid "      --no-default-excludes  Clear default exclude symbols\n"
724299529Smmmsgstr ""
725299529Smm
726299529Smm#: dlltool.c:3144
727299529Smmmsgid "   -b --base-file <basefile> Read linker generated base file.\n"
728299529Smmmsgstr ""
729299529Smm
730299529Smm#: dlltool.c:3145
731299529Smmmsgid "   -x --no-idata4            Don't generate idata$4 section.\n"
732299529Smmmsgstr "   -x --no-idata4            ������ idata$4 ����\n"
733299529Smm
734299529Smm#: dlltool.c:3146
735299529Smmmsgid "   -c --no-idata5            Don't generate idata$5 section.\n"
736299529Smmmsgstr "   -c --no-idata5            ������ idata$5 ����\n"
737299529Smm
738299529Smm#: dlltool.c:3147
739299529Smmmsgid "   -U --add-underscore       Add underscores to symbols in interface library.\n"
740299529Smmmsgstr ""
741299529Smm
742232153Smm#: dlltool.c:3148
743299529Smmmsgid "   -k --kill-at              Kill @<n> from exported names.\n"
744299529Smmmsgstr ""
745299529Smm
746299529Smm#: dlltool.c:3149
747299529Smmmsgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
748299529Smmmsgstr "   -A --add-stdcall-alias    �������� @<n> ��������\n"
749299529Smm
750299529Smm#: dlltool.c:3150
751299529Smmmsgid "   -S --as <name>            Use <name> for assembler.\n"
752299529Smmmsgstr "   -S --as <name>            �� <name> ��������������\n"
753299529Smm
754299529Smm#: dlltool.c:3151
755299529Smmmsgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
756299529Smmmsgstr "   -f --as-flags <flags>     �� <flags> ����������������\n"
757299529Smm
758299529Smm#: dlltool.c:3152
759299529Smmmsgid "   -C --compat-implib        Create backward compatible import library.\n"
760299529Smmmsgstr "   -C --compat-implib        ����������������������\n"
761299529Smm
762299529Smm#: dlltool.c:3153
763299529Smmmsgid "   -n --no-delete            Keep temp files (repeat for extra preservation).\n"
764299529Smmmsgstr ""
765299529Smm
766299529Smm#: dlltool.c:3154
767368707Smmmsgid "   -v --verbose              Be verbose.\n"
768299529Smmmsgstr "   -v --verbose              ��������������\n"
769299529Smm
770299529Smm#: dlltool.c:3155
771299529Smmmsgid "   -V --version              Display the program version.\n"
772232153Smmmsgstr "   -V --version              ����������������\n"
773299529Smm
774299529Smm#: dlltool.c:3156
775299529Smmmsgid "   -h --help                 Display this information.\n"
776299529Smmmsgstr "   -h --help                 ������������\n"
777299529Smm
778299529Smm#: dlltool.c:3158
779299529Smmmsgid "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
780299529Smmmsgstr ""
781299529Smm
782299529Smm#: dlltool.c:3159
783299529Smmmsgid "   -L --linker <name>        Use <name> as the linker.\n"
784299529Smmmsgstr "   -L --linker <name>        �� <name> ������������\n"
785299529Smm
786299529Smm#: dlltool.c:3160
787299529Smmmsgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
788299529Smmmsgstr "   -F --linker-flags <flags> �� <flags> ��������������\n"
789299529Smm
790299529Smm#: dlltool.c:3310
791299529Smm#, c-format
792299529Smmmsgid "Unable to open base-file: %s"
793299529Smmmsgstr ""
794299529Smm
795228753Smm#: dlltool.c:3339
796299529Smm#, c-format
797299529Smmmsgid "Machine '%s' not supported"
798228753Smmmsgstr "������������%s��"
799299529Smm
800228753Smm#: dlltool.c:3442 dllwrap.c:214
801299529Smm#, c-format
802299529Smmmsgid "Tried file: %s"
803299529Smmmsgstr ""
804299529Smm
805299529Smm#: dlltool.c:3449 dllwrap.c:221
806299529Smm#, c-format
807228753Smmmsgid "Using file: %s"
808299529Smmmsgstr ""
809299529Smm
810299529Smm#: dllwrap.c:308
811299529Smm#, c-format
812299529Smmmsgid "Keeping temporary base file %s"
813299529Smmmsgstr ""
814299529Smm
815299529Smm#: dllwrap.c:310
816299529Smm#, c-format
817299529Smmmsgid "Deleting temporary base file %s"
818299529Smmmsgstr ""
819299529Smm
820299529Smm#: dllwrap.c:324
821299529Smm#, c-format
822299529Smmmsgid "Keeping temporary exp file %s"
823299529Smmmsgstr ""
824299529Smm
825299529Smm#: dllwrap.c:326
826299529Smm#, c-format
827299529Smmmsgid "Deleting temporary exp file %s"
828299529Smmmsgstr ""
829299529Smm
830299529Smm#: dllwrap.c:339
831299529Smm#, c-format
832228753Smmmsgid "Keeping temporary def file %s"
833299529Smmmsgstr "�������� def ���� %s"
834299529Smm
835299529Smm#: dllwrap.c:341
836228753Smm#, c-format
837299529Smmmsgid "Deleting temporary def file %s"
838299529Smmmsgstr "�������� def ���� %s"
839299529Smm
840299529Smm#: dllwrap.c:496
841299529Smmmsgid "  Generic options:\n"
842299529Smmmsgstr "  ����������\n"
843299529Smm
844299529Smm#: dllwrap.c:497
845299529Smmmsgid "   --quiet, -q            Work quietly\n"
846299529Smmmsgstr "   --quiet, -q            ����������\n"
847299529Smm
848299529Smm#: dllwrap.c:498
849299529Smmmsgid "   --verbose, -v          Verbose\n"
850299529Smmmsgstr "   --verbose, -v          ������������\n"
851299529Smm
852299529Smm#: dllwrap.c:499
853299529Smmmsgid "   --version              Print dllwrap version\n"
854299529Smmmsgstr "   --version              ���� dllwrap ��������\n"
855299529Smm
856228753Smm#: dllwrap.c:500
857299529Smmmsgid "   --implib <outname>     Synonym for --output-lib\n"
858299529Smmmsgstr "   --implib <outname>     --output-lib ��������\n"
859299529Smm
860299529Smm#: dllwrap.c:501
861299529Smm#, c-format
862299529Smmmsgid "  Options for %s:\n"
863299529Smmmsgstr "  %s ��������\n"
864299529Smm
865228753Smm#: dllwrap.c:502
866299529Smmmsgid "   --driver-name <driver> Defaults to \"gcc\"\n"
867299529Smmmsgstr "   --driver-name <driver> ��������gcc��\n"
868299529Smm
869299529Smm#: dllwrap.c:503
870299529Smmmsgid "   --driver-flags <flags> Override default ld flags\n"
871299529Smmmsgstr "   --driver-flags <flags> ���������� ld ����\n"
872299529Smm
873299529Smm#: dllwrap.c:504
874299529Smmmsgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
875299529Smmmsgstr "   --dlltool-name <dlltool> ��������dlltool��\n"
876228753Smm
877299529Smm#: dllwrap.c:505
878299529Smmmsgid "   --entry <entry>        Specify alternate DLL entry point\n"
879299529Smmmsgstr ""
880299529Smm
881232153Smm#: dllwrap.c:506
882299529Smmmsgid "   --image-base <base>    Specify image base address\n"
883313570Smmmsgstr ""
884299529Smm
885299529Smm#: dllwrap.c:507
886299529Smmmsgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
887299529Smmmsgstr "   --target <machine>     i386-cygwin32 �� i386-mingw32\n"
888299529Smm
889299529Smm#: dllwrap.c:508
890299529Smmmsgid "   --dry-run              Show what needs to be run\n"
891299529Smmmsgstr "   --dry-run              ����������������������\n"
892299529Smm
893299529Smm#: dllwrap.c:509
894299529Smmmsgid "   --mno-cygwin           Create Mingw DLL\n"
895299529Smmmsgstr "   --mno-cygwin           ���� Mingw DLL\n"
896299529Smm
897299529Smm#: dllwrap.c:510
898299529Smmmsgid "  Options passed to DLLTOOL:\n"
899299529Smmmsgstr "  ������ DLLTOOL ��������\n"
900299529Smm
901299529Smm#: dllwrap.c:511
902228753Smmmsgid "   --machine <machine>\n"
903299529Smmmsgstr "   --machine <machine>\n"
904299529Smm
905299529Smm#: dllwrap.c:512
906299529Smmmsgid "   --output-exp <outname> Generate export file.\n"
907299529Smmmsgstr "   --output-exp <outname> ��������������\n"
908299529Smm
909299529Smm#: dllwrap.c:513
910299529Smmmsgid "   --output-lib <outname> Generate input library.\n"
911299529Smmmsgstr "   --output-lib <outname> ������������\n"
912299529Smm
913299529Smm#: dllwrap.c:514
914299529Smmmsgid "   --add-indirect         Add dll indirects to export file.\n"
915299529Smmmsgstr ""
916299529Smm
917299529Smm#: dllwrap.c:515
918299529Smmmsgid "   --dllname <name>       Name of input dll to put into output lib.\n"
919299529Smmmsgstr ""
920299529Smm
921299529Smm#: dllwrap.c:516
922299529Smmmsgid "   --def <deffile>        Name input .def file\n"
923299529Smmmsgstr "   --def <deffile>        ���� .def ������������\n"
924299529Smm
925299529Smm#: dllwrap.c:517
926299529Smmmsgid "   --output-def <deffile> Name output .def file\n"
927299529Smmmsgstr "   --output-def <deffile> ���� .def ������������\n"
928299529Smm
929299529Smm#: dllwrap.c:518
930299529Smmmsgid "   --export-all-symbols     Export all symbols to .def\n"
931299529Smmmsgstr "   --export-all-symbols     ���������������� .def ��\n"
932299529Smm
933299529Smm#: dllwrap.c:519
934299529Smmmsgid "   --no-export-all-symbols  Only export .drectve symbols\n"
935299529Smmmsgstr "   --no-export-all-symbols  ���������� .drectve\n"
936299529Smm
937299529Smm#: dllwrap.c:520
938299529Smmmsgid "   --exclude-symbols <list> Exclude <list> from .def\n"
939299529Smmmsgstr "   --exclude-symbols <list> �� .def ������ <list>\n"
940299529Smm
941299529Smm#: dllwrap.c:521
942299529Smmmsgid "   --no-default-excludes    Zap default exclude symbols\n"
943299529Smmmsgstr "   --no-default-excludes    ����������������\n"
944299529Smm
945299529Smm#: dllwrap.c:522
946299529Smmmsgid "   --base-file <basefile> Read linker generated base file\n"
947299529Smmmsgstr ""
948299529Smm
949299529Smm#: dllwrap.c:523
950299529Smmmsgid "   --no-idata4           Don't generate idata$4 section\n"
951299529Smmmsgstr "   --no-idata4           ������ idata$4 ��\n"
952299529Smm
953299529Smm#: dllwrap.c:524
954299529Smmmsgid "   --no-idata5           Don't generate idata$5 section\n"
955299529Smmmsgstr "   --no-idata5           ������ idata$5 ��\n"
956299529Smm
957299529Smm#: dllwrap.c:525
958299529Smmmsgid "   -U                     Add underscores to .lib\n"
959299529Smmmsgstr "   -U                     �� .lib ����������\n"
960228753Smm
961228753Smm#: dllwrap.c:526
962299529Smmmsgid "   -k                     Kill @<n> from exported names\n"
963228753Smmmsgstr "   -k                     ���������������� @<n>\n"
964299529Smm
965228753Smm#: dllwrap.c:527
966228753Smmmsgid "   --add-stdcall-alias    Add aliases without @<n>\n"
967228753Smmmsgstr "   --add-stdcall-alias    �������� @<n> ������\n"
968228753Smm
969299529Smm#: dllwrap.c:528
970228753Smmmsgid "   --as <name>            Use <name> for assembler\n"
971228753Smmmsgstr "   --as <name>            �� <name> ������������\n"
972299529Smm
973228753Smm#: dllwrap.c:529
974299529Smmmsgid "   --nodelete             Keep temp files.\n"
975299529Smmmsgstr "   --nodelete             ��������������\n"
976299529Smm
977232153Smm#: dllwrap.c:530
978232153Smmmsgid "  Rest are passed unmodified to the language driver\n"
979299529Smmmsgstr "  ��������������������������������������\n"
980299529Smm
981299529Smm#: dllwrap.c:802
982232153Smmmsgid "Must provide at least one of -o or --dllname options"
983232153Smmmsgstr "���������������� -o �� --dllname ����"
984299529Smm
985299529Smm#: dllwrap.c:830
986299529Smmmsgid ""
987299529Smm"no export definition file provided.\n"
988299529Smm"Creating one, but that may not be what you want"
989299529Smmmsgstr ""
990299529Smm"��������������������\n"
991299529Smm"����������������������������"
992299529Smm
993299529Smm#: dllwrap.c:992
994299529Smm#, c-format
995299529Smmmsgid "DLLTOOL name    : %s\n"
996299529Smmmsgstr "DLLTOOL ����    ��%s\n"
997299529Smm
998299529Smm#: dllwrap.c:993
999299529Smm#, c-format
1000299529Smmmsgid "DLLTOOL options : %s\n"
1001228753Smmmsgstr "DLLTOOL ����    ��%s\n"
1002228753Smm
1003228753Smm#: dllwrap.c:994
1004228753Smm#, c-format
1005228753Smmmsgid "DRIVER name     : %s\n"
1006228753Smmmsgstr "����������      ��%s\n"
1007228753Smm
1008228753Smm#: dllwrap.c:995
1009299529Smm#, c-format
1010299529Smmmsgid "DRIVER options  : %s\n"
1011299529Smmmsgstr "����������      ��%s\n"
1012228753Smm
1013228753Smm#: emul_aix.c:52
1014228753Smm#, c-format
1015299529Smmmsgid "  [-g]         - 32 bit small archive\n"
1016299529Smmmsgstr "  [-g]         - 32 ������������\n"
1017299529Smm
1018313570Smm#: emul_aix.c:53
1019299529Smmmsgid "  [-X32]       - ignores 64 bit objects\n"
1020299529Smmmsgstr "  [-X32]       - ���� 64 ������\n"
1021299529Smm
1022299529Smm#: emul_aix.c:54
1023299529Smmmsgid "  [-X64]       - ignores 32 bit objects\n"
1024299529Smmmsgstr "  [-X64]       - ���� 32 ������\n"
1025299529Smm
1026299529Smm#: emul_aix.c:55
1027299529Smmmsgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
1028299529Smmmsgstr "  [-X32_64]    - ���� 32 ���� 64 ������\n"
1029299529Smm
1030299529Smm#: ieee.c:317
1031299529Smmmsgid "unexpected end of debugging information"
1032299529Smmmsgstr "����������������"
1033299529Smm
1034299529Smm#: ieee.c:412
1035368707Smmmsgid "invalid number"
1036299529Smmmsgstr "��������"
1037299529Smm
1038299529Smm#: ieee.c:471
1039299529Smmmsgid "invalid string length"
1040299529Smmmsgstr "����������������"
1041299529Smm
1042228753Smm#: ieee.c:528 ieee.c:569
1043299529Smmmsgid "expression stack overflow"
1044299529Smmmsgstr "������������"
1045299529Smm
1046299529Smm#: ieee.c:548
1047299529Smmmsgid "unsupported IEEE expression operator"
1048299529Smmmsgstr "�������� IEEE ������������"
1049299529Smm
1050299529Smm#: ieee.c:563
1051299529Smmmsgid "unknown section"
1052299529Smmmsgstr "��������"
1053299529Smm
1054299529Smm#: ieee.c:584
1055299529Smmmsgid "expression stack underflow"
1056299529Smmmsgstr "��������������"
1057299529Smm
1058299529Smm#: ieee.c:598
1059299529Smmmsgid "expression stack mismatch"
1060299529Smmmsgstr "��������������"
1061299529Smm
1062299529Smm#: ieee.c:637
1063299529Smmmsgid "unknown builtin type"
1064299529Smmmsgstr "��������������"
1065299529Smm
1066299529Smm#: ieee.c:782
1067299529Smmmsgid "BCD float type not supported"
1068299529Smmmsgstr "�������� BCD ��������"
1069299529Smm
1070299529Smm#: ieee.c:928
1071299529Smmmsgid "unexpected number"
1072299529Smmmsgstr "����������"
1073299529Smm
1074299529Smm#: ieee.c:935
1075299529Smmmsgid "unexpected record type"
1076299529Smmmsgstr "��������������"
1077299529Smm
1078299529Smm#: ieee.c:968
1079299529Smmmsgid "blocks left on stack at end"
1080299529Smmmsgstr "��������������������"
1081299529Smm
1082299529Smm#: ieee.c:1233
1083228753Smmmsgid "unknown BB type"
1084228753Smmmsgstr "������ BB ����"
1085228753Smm
1086248616Smm#: ieee.c:1242
1087228753Smmmsgid "stack overflow"
1088228753Smmmsgstr "��������"
1089228753Smm
1090228753Smm#: ieee.c:1267
1091228753Smmmsgid "stack underflow"
1092299529Smmmsgstr "��������"
1093299529Smm
1094299529Smm#: ieee.c:1381 ieee.c:1453 ieee.c:2152
1095299529Smmmsgid "illegal variable index"
1096299529Smmmsgstr "��������������"
1097299529Smm
1098299529Smm#: ieee.c:1431
1099299529Smmmsgid "illegal type index"
1100299529Smmmsgstr "��������������"
1101299529Smm
1102299529Smm#: ieee.c:1441 ieee.c:1478
1103299529Smmmsgid "unknown TY code"
1104299529Smmmsgstr "������ TY ����"
1105299529Smm
1106299529Smm#: ieee.c:1460
1107299529Smmmsgid "undefined variable in TY"
1108299529Smmmsgstr "TY ��������������"
1109299529Smm
1110299529Smm#. Pascal file name.  FIXME.
1111232153Smm#: ieee.c:1871
1112232153Smmmsgid "Pascal file name not supported"
1113228753Smmmsgstr "������ Pascal ������"
1114228753Smm
1115299529Smm#: ieee.c:1919
1116228753Smmmsgid "unsupported qualifier"
1117228753Smmmsgstr "��������������"
1118248616Smm
1119228753Smm#: ieee.c:2190
1120228753Smmmsgid "undefined variable in ATN"
1121299529Smmmsgstr "ATN ��������������"
1122228753Smm
1123228753Smm#: ieee.c:2233
1124368707Smmmsgid "unknown ATN type"
1125228753Smmmsgstr "������ ATN ����"
1126228753Smm
1127228753Smm#. Reserved for FORTRAN common.
1128228753Smm#: ieee.c:2355
1129228753Smmmsgid "unsupported ATN11"
1130299529Smmmsgstr "������ ATN11"
1131299529Smm
1132299529Smm#. We have no way to record this information.  FIXME.
1133299529Smm#: ieee.c:2382
1134299529Smmmsgid "unsupported ATN12"
1135299529Smmmsgstr "������ ATN12"
1136299529Smm
1137228753Smm#: ieee.c:2442
1138228753Smmmsgid "unexpected string in C++ misc"
1139228753Smmmsgstr ""
1140228753Smm
1141228753Smm#: ieee.c:2455
1142299529Smmmsgid "bad misc record"
1143228753Smmmsgstr ""
1144228753Smm
1145228753Smm#: ieee.c:2498
1146299529Smmmsgid "unrecognized C++ misc record"
1147228753Smmmsgstr ""
1148299529Smm
1149299529Smm#: ieee.c:2615
1150228753Smmmsgid "undefined C++ object"
1151228753Smmmsgstr "�������� C++ ����"
1152228753Smm
1153299529Smm#: ieee.c:2649
1154299529Smmmsgid "unrecognized C++ object spec"
1155299529Smmmsgstr ""
1156299529Smm
1157299529Smm#: ieee.c:2685
1158299529Smmmsgid "unsupported C++ object type"
1159299529Smmmsgstr "�������� C++ ��������"
1160299529Smm
1161299529Smm#: ieee.c:2695
1162299529Smmmsgid "C++ base class not defined"
1163299529Smmmsgstr "������ C++ ����"
1164299529Smm
1165299529Smm#: ieee.c:2707 ieee.c:2812
1166299529Smmmsgid "C++ object has no fields"
1167299529Smmmsgstr "C++ ����������"
1168299529Smm
1169299529Smm#: ieee.c:2726
1170299529Smmmsgid "C++ base class not found in container"
1171299529Smmmsgstr ""
1172228753Smm
1173228753Smm#: ieee.c:2833
1174299529Smmmsgid "C++ data member not found in container"
1175299529Smmmsgstr ""
1176228753Smm
1177228753Smm#: ieee.c:2874 ieee.c:3024
1178228753Smmmsgid "unknown C++ visibility"
1179248616Smmmsgstr ""
1180228753Smm
1181228753Smm#: ieee.c:2908
1182299529Smmmsgid "bad C++ field bit pos or size"
1183228753Smmmsgstr ""
1184299529Smm
1185299529Smm#: ieee.c:3000
1186299529Smmmsgid "bad type for C++ method function"
1187299529Smmmsgstr ""
1188299529Smm
1189299529Smm#: ieee.c:3010
1190299529Smmmsgid "no type information for C++ method function"
1191299529Smmmsgstr ""
1192299529Smm
1193299529Smm#: ieee.c:3049
1194228753Smmmsgid "C++ static virtual method"
1195228753Smmmsgstr "C++ ������������"
1196299529Smm
1197299529Smm#: ieee.c:3144
1198299529Smmmsgid "unrecognized C++ object overhead spec"
1199299529Smmmsgstr ""
1200299529Smm
1201299529Smm#: ieee.c:3183
1202299529Smmmsgid "undefined C++ vtable"
1203299529Smmmsgstr "�������� C++ vtable"
1204299529Smm
1205299529Smm#: ieee.c:3254
1206299529Smmmsgid "C++ default values not in a function"
1207299529Smmmsgstr ""
1208299529Smm
1209299529Smm#: ieee.c:3294
1210299529Smmmsgid "unrecognized C++ default type"
1211299529Smmmsgstr "���������� C++ ��������"
1212299529Smm
1213299529Smm#: ieee.c:3325
1214299529Smmmsgid "reference parameter is not a pointer"
1215299529Smmmsgstr "����������������"
1216299529Smm
1217299529Smm#: ieee.c:3410
1218299529Smmmsgid "unrecognized C++ reference type"
1219299529Smmmsgstr "���������� C++ ��������"
1220299529Smm
1221299529Smm#: ieee.c:3492
1222299529Smmmsgid "C++ reference not found"
1223299529Smmmsgstr "������ C++ ����"
1224299529Smm
1225299529Smm#: ieee.c:3500
1226299529Smmmsgid "C++ reference is not pointer"
1227299529Smmmsgstr "C++ ������������"
1228299529Smm
1229299529Smm#: ieee.c:3529 ieee.c:3537
1230299529Smmmsgid "missing required ASN"
1231299529Smmmsgstr "���������� ASN"
1232299529Smm
1233299529Smm#: ieee.c:3567 ieee.c:3575
1234299529Smmmsgid "missing required ATN65"
1235299529Smmmsgstr "���������� ATN65"
1236299529Smm
1237299529Smm#: ieee.c:3589
1238299529Smmmsgid "bad ATN65 record"
1239299529Smmmsgstr "������ ATN65 ����"
1240299529Smm
1241299529Smm#: ieee.c:4234
1242299529Smmmsgid "IEEE numeric overflow: 0x"
1243299529Smmmsgstr "IEEE ����������0x"
1244299529Smm
1245299529Smm#: ieee.c:4280
1246299529Smm#, c-format
1247299529Smmmsgid "IEEE string length overflow: %u\n"
1248299529Smmmsgstr "IEEE ����������������%u\n"
1249299529Smm
1250299529Smm#: ieee.c:5330
1251299529Smm#, c-format
1252299529Smmmsgid "IEEE unsupported integer type size %u\n"
1253299529Smmmsgstr "IEEE �������������������� %u\n"
1254299529Smm
1255299529Smm#: ieee.c:5366
1256299529Smm#, c-format
1257299529Smmmsgid "IEEE unsupported float type size %u\n"
1258299529Smmmsgstr "IEEE �������������������� %u\n"
1259299529Smm
1260299529Smm#: ieee.c:5402
1261299529Smm#, c-format
1262299529Smmmsgid "IEEE unsupported complex type size %u\n"
1263299529Smmmsgstr "IEEE �������������������� %u\n"
1264299529Smm
1265299529Smm#: nlmconv.c:281 srconv.c:2043
1266299529Smmmsgid "input and output files must be different"
1267299529Smmmsgstr "��������������������"
1268299529Smm
1269299529Smm#: nlmconv.c:328
1270299529Smmmsgid "input file named both on command line and with INPUT"
1271299529Smmmsgstr "�������������� INPU ��������������"
1272299529Smm
1273228753Smm#: nlmconv.c:337
1274228753Smmmsgid "no input file"
1275228753Smmmsgstr "������������"
1276228753Smm
1277232153Smm#: nlmconv.c:367
1278228753Smmmsgid "no name for output file"
1279299529Smmmsgstr "����������������"
1280232153Smm
1281299529Smm#: nlmconv.c:380
1282299529Smmmsgid "warning: input and output formats are not compatible"
1283228753Smmmsgstr "��������������������������"
1284228753Smm
1285228753Smm#: nlmconv.c:409
1286299529Smmmsgid "make .bss section"
1287299529Smmmsgstr "���� .bss ��"
1288299529Smm
1289299529Smm#: nlmconv.c:418
1290228753Smmmsgid "make .nlmsections section"
1291228753Smmmsgstr "���� .nlmsections ��"
1292299529Smm
1293299529Smm#: nlmconv.c:420
1294299529Smmmsgid "set .nlmsections flags"
1295299529Smmmsgstr "���� .nlmsections ����"
1296228753Smm
1297299529Smm#: nlmconv.c:448
1298299529Smmmsgid "set .bss vma"
1299299529Smmmsgstr "���� .bss vma"
1300299529Smm
1301299529Smm#: nlmconv.c:455
1302299529Smmmsgid "set .data size"
1303299529Smmmsgstr "���� .data ������"
1304299529Smm
1305299529Smm#: nlmconv.c:635
1306299529Smm#, c-format
1307299529Smmmsgid "warning: symbol %s imported but not in import list"
1308299529Smmmsgstr "���������������� %s ��������������"
1309299529Smm
1310299529Smm#: nlmconv.c:655
1311299529Smmmsgid "set start address"
1312299529Smmmsgstr "������������"
1313299529Smm
1314299529Smm#: nlmconv.c:704
1315299529Smm#, c-format
1316299529Smmmsgid "warning: START procedure %s not defined"
1317228753Smmmsgstr "������������ START ������ %s"
1318299529Smm
1319299529Smm#: nlmconv.c:706
1320299529Smm#, c-format
1321299529Smmmsgid "warning: EXIT procedure %s not defined"
1322299529Smmmsgstr "������������������ %s"
1323299529Smm
1324299529Smm#: nlmconv.c:708
1325299529Smm#, c-format
1326299529Smmmsgid "warning: CHECK procedure %s not defined"
1327299529Smmmsgstr "������������������ %s"
1328228753Smm
1329228753Smm#: nlmconv.c:729 nlmconv.c:918
1330228753Smmmsgid "custom section"
1331299529Smmmsgstr "������"
1332299529Smm
1333299529Smm#: nlmconv.c:750 nlmconv.c:947
1334299529Smmmsgid "help section"
1335299529Smmmsgstr "������"
1336299529Smm
1337299529Smm#: nlmconv.c:772 nlmconv.c:965
1338299529Smmmsgid "message section"
1339299529Smmmsgstr "������"
1340299529Smm
1341299529Smm#: nlmconv.c:788 nlmconv.c:998
1342299529Smmmsgid "module section"
1343228753Smmmsgstr "������"
1344228753Smm
1345299529Smm#: nlmconv.c:808 nlmconv.c:1014
1346228753Smmmsgid "rpc section"
1347228753Smmmsgstr "rpc ��"
1348228753Smm
1349228753Smm#. There is no place to record this information.
1350232153Smm#: nlmconv.c:844
1351228753Smm#, c-format
1352228753Smmmsgid "%s: warning: shared libraries can not have uninitialized data"
1353299529Smmmsgstr "%s������������������������������������"
1354228753Smm
1355228753Smm#: nlmconv.c:865 nlmconv.c:1033
1356228753Smmmsgid "shared section"
1357299529Smmmsgstr "������"
1358299529Smm
1359299529Smm#: nlmconv.c:873
1360299529Smmmsgid "warning: No version number given"
1361228753Smmmsgstr "������������������"
1362228753Smm
1363299529Smm#: nlmconv.c:913 nlmconv.c:942 nlmconv.c:960 nlmconv.c:1009 nlmconv.c:1028
1364299529Smm#, c-format
1365299529Smmmsgid "%s: read: %s"
1366299529Smmmsgstr "%s��������%s"
1367299529Smm
1368299529Smm#: nlmconv.c:935
1369299529Smmmsgid "warning: MAP and FULLMAP are not supported; try ld -M"
1370228753Smmmsgstr "������������ MAP �� FULLMAP�������� ld -M"
1371228753Smm
1372228753Smm#: nlmconv.c:1107
1373228753Smm#, c-format
1374228753Smmmsgid "Usage: %s [option(s)] [in-file [out-file]]\n"
1375228753Smmmsgstr "������%s [����] [�������� [��������]]\n"
1376228753Smm
1377228753Smm#: nlmconv.c:1108
1378228753Smmmsgid " Convert an object file into a NetWare Loadable Module\n"
1379228753Smmmsgstr " ����������������  NetWare ����������\n"
1380228753Smm
1381358088Smm#: nlmconv.c:1109
1382358088Smmmsgid ""
1383358088Smm" The options are:\n"
1384358088Smm"  -I --input-target=<bfdname>   Set the input binary file format\n"
1385358088Smm"  -O --output-target=<bfdname>  Set the output binary file format\n"
1386358088Smm"  -T --header-file=<file>       Read <file> for NLM header information\n"
1387358088Smm"  -l --linker=<linker>          Use <linker> for any linking\n"
1388228753Smm"  -d --debug                    Display on stderr the linker command line\n"
1389228753Smm"  -h --help                     Display this information\n"
1390228753Smm"  -v --version                  Display the program's version\n"
1391358088Smmmsgstr ""
1392358088Smm" ��������\n"
1393358088Smm"  -I --input-target=<bfdname>   ����������������������\n"
1394358088Smm"  -O --output-target=<bfdname>  ����������������������\n"
1395358088Smm"  -T --header-file=<file>       �� <file> ������ NLM ������\n"
1396358088Smm"  -l --linker=<linker>          ���������������� <linker>\n"
1397358088Smm"  -d --debug                    ��������������������������������\n"
1398358088Smm"  -h --help                     ����������\n"
1399358088Smm"  -v --version                  ����������������\n"
1400358088Smm
1401228753Smm#: nlmconv.c:1151
1402358088Smm#, c-format
1403228753Smmmsgid "support not compiled in for %s"
1404232153Smmmsgstr ""
1405232153Smm
1406232153Smm#: nlmconv.c:1191
1407232153Smmmsgid "make section"
1408232153Smmmsgstr ""
1409232153Smm
1410232153Smm#: nlmconv.c:1205
1411232153Smmmsgid "set section size"
1412232153Smmmsgstr "����������"
1413232153Smm
1414232153Smm#: nlmconv.c:1211
1415232153Smmmsgid "set section alignment"
1416232153Smmmsgstr "����������"
1417232153Smm
1418232153Smm#: nlmconv.c:1215
1419232153Smmmsgid "set section flags"
1420232153Smmmsgstr "����������"
1421228753Smm
1422228753Smm#: nlmconv.c:1226
1423228753Smmmsgid "set .nlmsections size"
1424228753Smmmsgstr "���� .nlmsections ����"
1425228753Smm
1426228753Smm#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336
1427228753Smmmsgid "set .nlmsection contents"
1428228753Smmmsgstr "���� .nlmsection ������"
1429358088Smm
1430228753Smm#: nlmconv.c:1837
1431228753Smmmsgid "stub section sizes"
1432228753Smmmsgstr "����������"
1433228753Smm
1434248616Smm#: nlmconv.c:1886
1435248616Smmmsgid "writing stub"
1436358088Smmmsgstr "��������������"
1437358088Smm
1438358088Smm#: nlmconv.c:1975
1439358088Smm#, c-format
1440228753Smmmsgid "unresolved PC relative reloc against %s"
1441228753Smmmsgstr ""
1442228753Smm
1443228753Smm#: nlmconv.c:2039
1444228753Smm#, c-format
1445228753Smmmsgid "overflow when adjusting relocation against %s"
1446228753Smmmsgstr ""
1447228753Smm
1448228753Smm#: nlmconv.c:2156
1449228753Smm#, c-format
1450228753Smmmsgid "%s: execution of %s failed: "
1451228753Smmmsgstr "%s������ %s ������"
1452228753Smm
1453228753Smm#: nlmconv.c:2171
1454344673Smm#, c-format
1455344673Smmmsgid "Execution of %s failed"
1456344673Smmmsgstr "���� %s ����"
1457232153Smm
1458228753Smm#: nm.c:246 size.c:85 strings.c:650
1459228753Smm#, c-format
1460228753Smmmsgid "Usage: %s [option(s)] [file(s)]\n"
1461228753Smmmsgstr "������%s [����] [����]\n"
1462299529Smm
1463228753Smm#: nm.c:247
1464232153Smmmsgid " List symbols in [file(s)] (a.out by default).\n"
1465228753Smmmsgstr "���� [����] �������� (������ a.out)��\n"
1466228753Smm
1467228753Smm#: nm.c:248
1468228753Smmmsgid ""
1469228753Smm" The options are:\n"
1470228753Smm"  -a, --debug-syms       Display debugger-only symbols\n"
1471228753Smm"  -A, --print-file-name  Print name of the input file before every symbol\n"
1472299529Smm"  -B                     Same as --format=bsd\n"
1473299529Smm"  -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n"
1474299529Smm"                          The STYLE, if specified, can be `auto' (the default),\n"
1475299529Smm"                          `gnu', 'lucid', 'arm', 'hp', 'edg' or 'gnu-new-abi'\n"
1476299529Smm"      --no-demangle      Do not demangle low-level symbol names\n"
1477299529Smm"  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
1478299529Smm"      --defined-only     Display only defined symbols\n"
1479299529Smm"  -e                     (ignored)\n"
1480299529Smm"  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be `bsd',\n"
1481299529Smm"                           `sysv' or `posix'.  The default is `bsd'\n"
1482299529Smm"  -g, --extern-only      Display only external symbols\n"
1483299529Smm"  -l, --line-numbers     Use debugging information to find a filename and\n"
1484299529Smm"                           line number for each symbol\n"
1485299529Smm"  -n, --numeric-sort     Sort symbols numerically by address\n"
1486299529Smm"  -o                     Same as -A\n"
1487358088Smm"  -p, --no-sort          Do not sort the symbols\n"
1488299529Smm"  -P, --portability      Same as --format=posix\n"
1489299529Smm"  -r, --reverse-sort     Reverse the sense of the sort\n"
1490299529Smm"  -S, --print-size       Print size of defined symbols\n"
1491299529Smm"  -s, --print-armap      Include index for symbols from archive members\n"
1492299529Smm"      --size-sort        Sort symbols by size\n"
1493299529Smm"  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
1494299529Smm"      --target=BFDNAME   Specify the target object format as BFDNAME\n"
1495299529Smm"  -u, --undefined-only   Display only undefined symbols\n"
1496299529Smm"  -X 32_64               (ignored)\n"
1497299529Smm"  -h, --help             Display this information\n"
1498299529Smm"  -V, --version          Display this program's version number\n"
1499299529Smm"\n"
1500299529Smmmsgstr ""
1501299529Smm" ��������\n"
1502299529Smm"  -a, --debug-syms       ��������������������\n"
1503299529Smm"  -A, --print-file-name  ��������������������������\n"
1504299529Smm"  -B                     �� --format=bsd ����\n"
1505299529Smm"  -C, --demangle[=STYLE] ����������������������������\n"
1506299529Smm"                          �������� STYLE��STYLE ��������auto�� (����)��\n"
1507299529Smm"                          ��gnu������lucid������arm������hp������edg������gnu-new-abi��\n"
1508299529Smm"      --no-demangle      ������������������\n"
1509299529Smm"  -D, --dynamic          ��������������������������\n"
1510299529Smm"      --defined-only     ������������������\n"
1511299529Smm"  -e                     (����)\n"
1512299529Smm"  -f, --format=FORMAT    ������������ FORMAT��FORMAT ��������bsd����\n"
1513299529Smm"                           ��sysv������posix������������bsd��\n"
1514299529Smm"  -g, --extern-only      ��������������\n"
1515299529Smm"  -l, --line-numbers     ������������������������������������������\n"
1516299529Smm"  -n, --numeric-sort     ��������������\n"
1517299529Smm"  -o                     �� -A ����\n"
1518299529Smm"  -p, --no-sort          ������������������\n"
1519299529Smm"  -P, --portability      �� --format=posix ����\n"
1520299529Smm"  -r, --reverse-sort     ������������\n"
1521299529Smm"  -S, --print-size       ����������������������\n"
1522299529Smm"  -s, --print-armap      ����������������������������\n"
1523299529Smm"      --size-sort        ��������������\n"
1524313570Smm"  -t, --radix=RADIX      �� RADIX ��������������\n"
1525299529Smm"      --target=BFDNAME   �������������������� BFDNAME\n"
1526299529Smm"  -u, --undefined-only   ������������������\n"
1527299529Smm"  -X 32_64               (����)\n"
1528299529Smm"  -h, --help             ����������\n"
1529299529Smm"  -V, --version          ������������������\n"
1530299529Smm"\n"
1531299529Smm
1532299529Smm#: nm.c:281 objdump.c:217
1533299529Smm#, c-format
1534299529Smmmsgid "Report bugs to %s.\n"
1535299529Smmmsgstr "�� bug ������ %s��\n"
1536299529Smm
1537299529Smm#: nm.c:314
1538299529Smm#, c-format
1539299529Smmmsgid "%s: invalid radix"
1540313570Smmmsgstr "%s������������"
1541299529Smm
1542299529Smm#: nm.c:339
1543299529Smm#, c-format
1544299529Smmmsgid "%s: invalid output format"
1545299529Smmmsgstr "%s����������������"
1546299529Smm
1547299529Smm#: nm.c:456
1548299529Smmmsgid "Only -X 32_64 is supported"
1549299529Smmmsgstr "������ -X 32_64"
1550299529Smm
1551299529Smm#: nm.c:498
1552299529Smm#, c-format
1553299529Smmmsgid "data size %ld"
1554299529Smmmsgstr "�������� %ld"
1555299529Smm
1556299529Smm#: nm.c:523 readelf.c:5306 readelf.c:5342
1557299529Smm#, c-format
1558299529Smmmsgid "<processor specific>: %d"
1559299529Smmmsgstr "<����������>��%d"
1560299529Smm
1561299529Smm#: nm.c:525 readelf.c:5308 readelf.c:5354
1562299529Smm#, c-format
1563299529Smmmsgid "<OS specific>: %d"
1564299529Smmmsgstr "<������������>��%d"
1565299529Smm
1566299529Smm#: nm.c:527 readelf.c:5310 readelf.c:5357
1567299529Smm#, c-format
1568299529Smmmsgid "<unknown>: %d"
1569299529Smmmsgstr "<����>��%d"
1570299529Smm
1571299529Smm#: nm.c:1339
1572299529Smm#, c-format
1573299529Smmmsgid ""
1574299529Smm"\n"
1575299529Smm"\n"
1576299529Smm"Undefined symbols from %s:\n"
1577299529Smm"\n"
1578299529Smmmsgstr ""
1579299529Smm"\n"
1580299529Smm"\n"
1581299529Smm"���� %s ��������������\n"
1582299529Smm"\n"
1583299529Smm
1584299529Smm#: nm.c:1341
1585299529Smm#, c-format
1586299529Smmmsgid ""
1587299529Smm"\n"
1588299529Smm"\n"
1589299529Smm"Symbols from %s:\n"
1590299529Smm"\n"
1591299529Smmmsgstr ""
1592299529Smm"\n"
1593299529Smm"\n"
1594299529Smm"���� %s ��������\n"
1595299529Smm"\n"
1596299529Smm
1597299529Smm#: nm.c:1343 nm.c:1401
1598299529Smmmsgid ""
1599299529Smm"Name                  Value   Class        Type         Size     Line  Section\n"
1600299529Smm"\n"
1601299529Smmmsgstr ""
1602299529Smm
1603299529Smm#: nm.c:1346 nm.c:1404
1604299529Smmmsgid ""
1605299529Smm"Name                  Value           Class        Type         Size             Line  Section\n"
1606299529Smm"\n"
1607299529Smmmsgstr ""
1608299529Smm
1609299529Smm#: nm.c:1397
1610299529Smm#, c-format
1611299529Smmmsgid ""
1612299529Smm"\n"
1613299529Smm"\n"
1614299529Smm"Undefined symbols from %s[%s]:\n"
1615299529Smm"\n"
1616299529Smmmsgstr ""
1617299529Smm"\n"
1618299529Smm"\n"
1619299529Smm"���� %s[%s] ����������������\n"
1620299529Smm"\n"
1621299529Smm
1622299529Smm#: nm.c:1399
1623299529Smm#, c-format
1624299529Smmmsgid ""
1625299529Smm"\n"
1626299529Smm"\n"
1627299529Smm"Symbols from %s[%s]:\n"
1628299529Smm"\n"
1629299529Smmmsgstr ""
1630299529Smm"\n"
1631299529Smm"\n"
1632299529Smm"���� %s[%s] ��������\n"
1633299529Smm"\n"
1634299529Smm
1635299529Smm#: nm.c:1614
1636299529Smmmsgid ""
1637299529Smm"\n"
1638299529Smm"Archive index:\n"
1639299529Smmmsgstr ""
1640299529Smm"\n"
1641299529Smm"����������\n"
1642299529Smm
1643299529Smm#: objcopy.c:363 srconv.c:1952
1644299529Smm#, c-format
1645299529Smmmsgid "Usage: %s [option(s)] in-file [out-file]\n"
1646299529Smmmsgstr "������%s [����] �������� [��������]\n"
1647299529Smm
1648299529Smm#: objcopy.c:364
1649299529Smmmsgid " Copies a binary file, possibly transforming it in the process\n"
1650299529Smmmsgstr " ��������������������������������������\n"
1651313570Smm
1652299529Smm#: objcopy.c:365 objcopy.c:435
1653299529Smmmsgid " The options are:\n"
1654299529Smmmsgstr " ��������\n"
1655299529Smm
1656299529Smm#: objcopy.c:366
1657299529Smmmsgid ""
1658299529Smm"  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
1659299529Smm"  -O --output-target <bfdname>     Create an output file in format <bfdname>\n"
1660299529Smm"  -B --binary-architecture <arch>  Set arch of output file, when input is binary\n"
1661299529Smm"  -F --target <bfdname>            Set both input and output format to <bfdname>\n"
1662299529Smm"     --debugging                   Convert debugging information, if possible\n"
1663299529Smm"  -p --preserve-dates              Copy modified/access timestamps to the output\n"
1664299529Smm"  -j --only-section <name>         Only copy section <name> into the output\n"
1665299529Smm"  -R --remove-section <name>       Remove section <name> from the output\n"
1666299529Smm"  -S --strip-all                   Remove all symbol and relocation information\n"
1667299529Smm"  -g --strip-debug                 Remove all debugging symbols\n"
1668299529Smm"     --strip-unneeded              Remove all symbols not needed by relocations\n"
1669299529Smm"  -N --strip-symbol <name>         Do not copy symbol <name>\n"
1670299529Smm"  -K --keep-symbol <name>          Only copy symbol <name>\n"
1671299529Smm"  -L --localize-symbol <name>      Force symbol <name> to be marked as a local\n"
1672299529Smm"  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
1673299529Smm"  -W --weaken-symbol <name>        Force symbol <name> to be marked as a weak\n"
1674299529Smm"     --weaken                      Force all global symbols to be marked as weak\n"
1675299529Smm"  -x --discard-all                 Remove all non-global symbols\n"
1676299529Smm"  -X --discard-locals              Remove any compiler-generated symbols\n"
1677299529Smm"  -i --interleave <number>         Only copy one out of every <number> bytes\n"
1678299529Smm"  -b --byte <num>                  Select byte <num> in every interleaved block\n"
1679299529Smm"     --gap-fill <val>              Fill gaps between sections with <val>\n"
1680299529Smm"     --pad-to <addr>               Pad the last section up to address <addr>\n"
1681299529Smm"     --set-start <addr>            Set the start address to <addr>\n"
1682299529Smm"    {--change-start|--adjust-start} <incr>\n"
1683299529Smm"                                   Add <incr> to the start address\n"
1684299529Smm"    {--change-addresses|--adjust-vma} <incr>\n"
1685299529Smm"                                   Add <incr> to LMA, VMA and start addresses\n"
1686299529Smm"    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
1687299529Smm"                                   Change LMA and VMA of section <name> by <val>\n"
1688299529Smm"     --change-section-lma <name>{=|+|-}<val>\n"
1689299529Smm"                                   Change the LMA of section <name> by <val>\n"
1690299529Smm"     --change-section-vma <name>{=|+|-}<val>\n"
1691299529Smm"                                   Change the VMA of section <name> by <val>\n"
1692299529Smm"    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
1693299529Smm"                                   Warn if a named section does not exist\n"
1694299529Smm"     --set-section-flags <name>=<flags>\n"
1695299529Smm"                                   Set section <name>'s properties to <flags>\n"
1696299529Smm"     --add-section <name>=<file>   Add section <name> found in <file> to output\n"
1697299529Smm"     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
1698299529Smm"     --change-leading-char         Force output format's leading character style\n"
1699299529Smm"     --remove-leading-char         Remove leading character from global symbols\n"
1700299529Smm"     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
1701"     --srec-len <number>           Restrict the length of generated Srecords\n"
1702"     --srec-forceS3                Restrict the type of generated Srecords to S3\n"
1703"     --strip-symbols <file>        -N for all symbols listed in <file>\n"
1704"     --keep-symbols <file>         -K for all symbols listed in <file>\n"
1705"     --localize-symbols <file>     -L for all symbols listed in <file>\n"
1706"     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
1707"     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
1708"     --alt-machine-code <index>    Use alternate machine code for output\n"
1709"  -v --verbose                     List all object files modified\n"
1710"  -V --version                     Display this program's version number\n"
1711"  -h --help                        Display this output\n"
1712msgstr ""
1713"  -I --input-target <bfdname>      �������������������� <bfdname>\n"
1714"  -O --output-target <bfdname>     ���������� <bfdname> ����������\n"
1715"  -B --binary-architecture <arch>  ������������������������������������������������\n"
1716"  -F --target <bfdname>            �������������������� <bfdname>\n"
1717"     --debugging                   ����������������������\n"
1718"  -p --preserve-dates              ������/������������������������\n"
1719"  -j --only-section <name>         ���� <name> ������������������\n"
1720"  -R --remove-section <name>       ������������ <name> ��\n"
1721"  -S --strip-all                   ������������������������\n"
1722"  -g --strip-debug                 ����������������\n"
1723"     --strip-unneeded              ��������������������������\n"
1724"  -N --strip-symbol <name>         ������������ <name>\n"
1725"  -K --keep-symbol <name>          ���������� <name>\n"
1726"  -L --localize-symbol <name>      ������ <name> ������������������\n"
1727"  -G --keep-global-symbol <name>   ���������� <name> ����������������������������\n"
1728"  -W --weaken-symbol <name>        ������ <name> ����������������\n"
1729"     --weaken                      ��������������������������\n"
1730"  -x --discard-all                 ������������������\n"
1731"  -X --discard-locals              ������������������������\n"
1732"  -i --interleave <number>         ������ <number> ����������������\n"
1733"  -b --byte <num>                  ���������������������� <num>\n"
1734"     --gap-fill <val>              ������������ <val> ����\n"
1735"     --pad-to <addr>               �������������������� <addr>\n"
1736"     --set-start <addr>            ���������������� <addr>\n"
1737"    {--change-start|--adjust-start} <incr>\n"
1738"                                   �� <incr> ��������������\n"
1739"    {--change-addresses|--adjust-vma} <incr>\n"
1740"                                   �� <incr> ������ LMA��VMA ����������\n"
1741"    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
1742"                                   �� <val> ���� <name> ���� LMA �� VMA\n"
1743"     --change-section-lma <name>{=|+|-}<val>\n"
1744"                                   �� <val> ���� <name> ���� LMA\n"
1745"     --change-section-vma <name>{=|+|-}<val>\n"
1746"                                   �� <val> ���� <name> ���� VMA\n"
1747"    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
1748"                                   ��������������������������\n"
1749"     --set-section-flags <name>=<flags>\n"
1750"                                   �� <name> �������������� <flags>\n"
1751"     --add-section <name>=<file>   �� <file> ���� <name> ��������������\n"
1752"     --rename-section <old>=<new>[,<flags>] ������ <old> ������ <new>\n"
1753"     --change-leading-char         ������������������������������\n"
1754"     --remove-leading-char         ����������������������\n"
1755"     --redefine-sym <old>=<new>    �������� <old> ������ <new>\n"
1756"     --srec-len <number>           ���������� Srecords ������\n"
1757"     --srec-forceS3                �������� Srecords ������������ S3\n"
1758"     --strip-symbols <file>        �������� <file> ���������������� -N\n"
1759"     --keep-symbols <file>         �������� <file> ���������������� -K\n"
1760"     --localize-symbols <file>     �������� <file> ���������������� -L\n"
1761"     --keep-global-symbols <file>  �������� <file> ���������������� -G\n"
1762"     --weaken-symbols <file>       �������� <file> ���������������� -W\n"
1763"     --alt-machine-code <index>    ��������������������\n"
1764"  -v --verbose                     ����������������������\n"
1765"  -V --version                     ������������������\n"
1766"  -h --help                        ����������\n"
1767
1768#: objcopy.c:433
1769#, c-format
1770msgid "Usage: %s <option(s)> in-file(s)\n"
1771msgstr "������%s <����> ��������\n"
1772
1773#: objcopy.c:434
1774msgid " Removes symbols and sections from files\n"
1775msgstr "��������������������\n"
1776
1777#: objcopy.c:436
1778msgid ""
1779"  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
1780"  -O --output-target=<bfdname>     Create an output file in format <bfdname>\n"
1781"  -F --target=<bfdname>            Set both input and output format to <bfdname>\n"
1782"  -p --preserve-dates              Copy modified/access timestamps to the output\n"
1783"  -R --remove-section=<name>       Remove section <name> from the output\n"
1784"  -s --strip-all                   Remove all symbol and relocation information\n"
1785"  -g -S -d --strip-debug           Remove all debugging symbols\n"
1786"     --strip-unneeded              Remove all symbols not needed by relocations\n"
1787"  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
1788"  -K --keep-symbol=<name>          Only copy symbol <name>\n"
1789"  -x --discard-all                 Remove all non-global symbols\n"
1790"  -X --discard-locals              Remove any compiler-generated symbols\n"
1791"  -v --verbose                     List all object files modified\n"
1792"  -V --version                     Display this program's version number\n"
1793"  -h --help                        Display this output\n"
1794"  -o <file>                        Place stripped output into <file>\n"
1795msgstr ""
1796"  -I --input-target=<bfdname>      �������������������� <bfdname>\n"
1797"  -O --output-target=<bfdname>     ���������� <bfdname> ����������\n"
1798"  -F --target=<bfdname>            ������������������������ <bfdname>\n"
1799"  -p --preserve-dates              �� ����/���� ��������������������\n"
1800"  -R --remove-section=<name>       ������������ <name> ��\n"
1801"  -s --strip-all                   ������������������������\n"
1802"  -g -S -d --strip-debug           ����������������\n"
1803"     --strip-unneeded              ��������������������������\n"
1804"  -N --strip-symbol=<name>         ������������ <name>\n"
1805"  -K --keep-symbol=<name>          ���������� <name>\n"
1806"  -x --discard-all                 ������������������\n"
1807"  -X --discard-locals              ������������������������\n"
1808"  -v --verbose                     ������������������������\n"
1809"  -V --version                     ������������������\n"
1810"  -h --help                        ����������\n"
1811"  -o <file>                        �� strip �������������� <file>\n"
1812
1813#: objcopy.c:506
1814#, c-format
1815msgid "unrecognized section flag `%s'"
1816msgstr "������������������%s��"
1817
1818#: objcopy.c:507
1819#, c-format
1820msgid "supported flags: %s"
1821msgstr "������������%s"
1822
1823#: objcopy.c:584 objcopy.c:2243
1824#, c-format
1825msgid "cannot stat: %s: %s"
1826msgstr "���� stat��%s��%s"
1827
1828#: objcopy.c:591 objcopy.c:2261
1829#, c-format
1830msgid "cannot open: %s: %s"
1831msgstr "����������%s��%s"
1832
1833#: objcopy.c:594 objcopy.c:2265
1834#, c-format
1835msgid "%s: fread failed"
1836msgstr "%s��fread ����"
1837
1838#: objcopy.c:667
1839#, c-format
1840msgid "Ignoring rubbish found on line %d of %s"
1841msgstr ""
1842
1843#: objcopy.c:888
1844#, c-format
1845msgid "%s: Multiple redefinition of symbol \"%s\""
1846msgstr "%s��������������������%s��"
1847
1848#: objcopy.c:893
1849#, c-format
1850msgid "%s: Symbol \"%s\" is target of more than one redefinition"
1851msgstr "%s��������%s����������������������"
1852
1853#: objcopy.c:945
1854msgid "Unable to change endianness of input file(s)"
1855msgstr ""
1856
1857#: objcopy.c:953
1858#, c-format
1859msgid "copy from %s(%s) to %s(%s)\n"
1860msgstr "�� %s(%s) ������ %s(%s)\n"
1861
1862#: objcopy.c:977
1863#, c-format
1864msgid "Warning: Output file cannot represent architecture %s"
1865msgstr "������������������������������ %s"
1866
1867#: objcopy.c:1004
1868#, c-format
1869msgid "can't create section `%s': %s"
1870msgstr "������������%s����%s"
1871
1872#: objcopy.c:1090
1873#, c-format
1874msgid "Can't fill gap after %s: %s"
1875msgstr "�������� %s ������������%s"
1876
1877#: objcopy.c:1115
1878#, c-format
1879msgid "Can't add padding to %s: %s"
1880msgstr ""
1881
1882#: objcopy.c:1254
1883#, c-format
1884msgid "%s: error copying private BFD data: %s"
1885msgstr "%s������ BFD ��������������%s"
1886
1887#: objcopy.c:1267
1888msgid "unknown alternate machine code, ignored"
1889msgstr ""
1890
1891#: objcopy.c:1300 objcopy.c:1330
1892#, c-format
1893msgid "cannot mkdir %s for archive copying (error: %s)"
1894msgstr "���������������������� %s (������%s)"
1895
1896#: objcopy.c:1497
1897#, c-format
1898msgid "Multiple renames of section %s"
1899msgstr "���������� %s"
1900
1901#: objcopy.c:1581
1902msgid "making"
1903msgstr ""
1904
1905#: objcopy.c:1590
1906msgid "size"
1907msgstr "����"
1908
1909#: objcopy.c:1604
1910msgid "vma"
1911msgstr "vma"
1912
1913#: objcopy.c:1630
1914msgid "alignment"
1915msgstr "����"
1916
1917#: objcopy.c:1638
1918msgid "flags"
1919msgstr "����"
1920
1921#: objcopy.c:1655
1922msgid "private data"
1923msgstr "��������"
1924
1925#: objcopy.c:1663
1926#, c-format
1927msgid "%s: section `%s': error in %s: %s"
1928msgstr "%s������%s����%s ��������%s"
1929
1930#: objcopy.c:1946
1931#, c-format
1932msgid "%s: can't create debugging section: %s"
1933msgstr "%s������������������%s"
1934
1935#: objcopy.c:1961
1936#, c-format
1937msgid "%s: can't set debugging section contents: %s"
1938msgstr "%s����������������������%s"
1939
1940#: objcopy.c:1970
1941#, c-format
1942msgid "%s: don't know how to write debugging information for %s"
1943msgstr "%s�������������� %s ������������"
1944
1945#: objcopy.c:2078
1946#, c-format
1947msgid "%s: cannot stat: %s"
1948msgstr "%s������ stat��%s"
1949
1950#: objcopy.c:2129
1951msgid "byte number must be non-negative"
1952msgstr "��������������������"
1953
1954#: objcopy.c:2139
1955msgid "interleave must be positive"
1956msgstr ""
1957
1958#: objcopy.c:2159 objcopy.c:2167
1959#, c-format
1960msgid "%s both copied and removed"
1961msgstr "�������� %s ����������"
1962
1963#: objcopy.c:2240 objcopy.c:2310 objcopy.c:2410 objcopy.c:2437 objcopy.c:2461
1964#: objcopy.c:2465 objcopy.c:2485
1965#, c-format
1966msgid "bad format for %s"
1967msgstr "%s ��������"
1968
1969#: objcopy.c:2379
1970#, c-format
1971msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
1972msgstr "������������������ 0x%s ������ 0x%x"
1973
1974#: objcopy.c:2531
1975msgid "alternate machine code index must be positive"
1976msgstr ""
1977
1978#: objcopy.c:2550
1979msgid "byte number must be less than interleave"
1980msgstr ""
1981
1982#: objcopy.c:2577
1983#, c-format
1984msgid "architecture %s unknown"
1985msgstr "�������������� %s"
1986
1987#: objcopy.c:2581
1988msgid "Warning: input target 'binary' required for binary architecture parameter."
1989msgstr ""
1990
1991#: objcopy.c:2582
1992#, c-format
1993msgid " Argument %s ignored"
1994msgstr " �������� %s"
1995
1996#: objcopy.c:2588
1997#, c-format
1998msgid "Cannot stat: %s: %s"
1999msgstr "���� stat��%s��%s"
2000
2001#: objcopy.c:2628 objcopy.c:2642
2002#, c-format
2003msgid "%s %s%c0x%s never used"
2004msgstr ""
2005
2006#: objdump.c:165
2007#, c-format
2008msgid "Usage: %s <option(s)> <file(s)>\n"
2009msgstr "������%s <����> <����>\n"
2010
2011#: objdump.c:166
2012msgid " Display information from object <file(s)>.\n"
2013msgstr " ������������ <����> ��������\n"
2014
2015#: objdump.c:167
2016msgid " At least one of the following switches must be given:\n"
2017msgstr " ��������������������������\n"
2018
2019#: objdump.c:168
2020msgid ""
2021"  -a, --archive-headers    Display archive header information\n"
2022"  -f, --file-headers       Display the contents of the overall file header\n"
2023"  -p, --private-headers    Display object format specific file header contents\n"
2024"  -h, --[section-]headers  Display the contents of the section headers\n"
2025"  -x, --all-headers        Display the contents of all headers\n"
2026"  -d, --disassemble        Display assembler contents of executable sections\n"
2027"  -D, --disassemble-all    Display assembler contents of all sections\n"
2028"  -S, --source             Intermix source code with disassembly\n"
2029"  -s, --full-contents      Display the full contents of all sections requested\n"
2030"  -g, --debugging          Display debug information in object file\n"
2031"  -G, --stabs              Display (in raw form) any STABS info in the file\n"
2032"  -t, --syms               Display the contents of the symbol table(s)\n"
2033"  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
2034"  -r, --reloc              Display the relocation entries in the file\n"
2035"  -R, --dynamic-reloc      Display the dynamic relocation entries in the file\n"
2036"  -v, --version            Display this program's version number\n"
2037"  -i, --info               List object formats and architectures supported\n"
2038"  -H, --help               Display this information\n"
2039msgstr ""
2040"  -a, --archive-headers    ������������������\n"
2041"  -f, --file-headers       ��������������������\n"
2042"  -p, --private-headers    ����������������������������\n"
2043"  -h, --[section-]headers  ��������������\n"
2044"  -x, --all-headers        ����������������\n"
2045"  -d, --disassemble        ����������������������\n"
2046"  -D, --disassemble-all    ��������������������\n"
2047"  -S, --source             ������������������������\n"
2048"  -s, --full-contents      ������������������������\n"
2049"  -g, --debugging          ����������������������\n"
2050"  -G, --stabs              �������������������������� STABS ����\n"
2051"  -t, --syms               ����������������\n"
2052"  -T, --dynamic-syms       ��������������������\n"
2053"  -r, --reloc              ����������������������\n"
2054"  -R, --dynamic-reloc      ��������������������������\n"
2055"  -v, --version            ������������������\n"
2056"  -i, --info               ����������������������������\n"
2057"  -H, --help               ����������\n"
2058
2059#: objdump.c:190
2060msgid ""
2061"\n"
2062" The following switches are optional:\n"
2063msgstr ""
2064"\n"
2065" ������������������\n"
2066
2067#: objdump.c:191
2068msgid ""
2069"  -b, --target=BFDNAME           Specify the target object format as BFDNAME\n"
2070"  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
2071"  -j, --section=NAME             Only display information for section NAME\n"
2072"  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
2073"  -EB --endian=big               Assume big endian format when disassembling\n"
2074"  -EL --endian=little            Assume little endian format when disassembling\n"
2075"      --file-start-context       Include context from start of file (with -S)\n"
2076"  -l, --line-numbers             Include line numbers and filenames in output\n"
2077"  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
2078"                                  The STYLE, if specified, can be `auto', 'gnu',\n"
2079"                                  'lucid', 'arm', 'hp', 'edg', or 'gnu-new-abi'\n"
2080"  -w, --wide                     Format output for more than 80 columns\n"
2081"  -z, --disassemble-zeroes       Do not skip blocks of zeroes when disassembling\n"
2082"      --start-address=ADDR       Only process data whoes address is >= ADDR\n"
2083"      --stop-address=ADDR        Only process data whoes address is <= ADDR\n"
2084"      --prefix-addresses         Print complete address alongside disassembly\n"
2085"      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
2086"      --adjust-vma=OFFSET        Add OFFSET to all displayed section addresses\n"
2087"\n"
2088msgstr ""
2089"  -b, --target=BFDNAME           ������������������������ BFDNAME\n"
2090"  -m, --architecture=MACHINE     �������������������� MACHINE\n"
2091"  -j, --section=NAME             ������ NAME ��������\n"
2092"  -M, --disassembler-options=OPT ������������ OPT ����������\n"
2093"  -EB --endian=big               ������������������������\n"
2094"  -EL --endian=little            ������������������������\n"
2095"      --file-start-context       ���������������������� (���� -S)\n"
2096"  -l, --line-numbers             ������������������������\n"
2097"  -C, --demangle[=STYLE]         �� mangled/����������������������\n"
2098"                                  ���������� STYLE��STYLE ��������auto������gnu����\n"
2099"                                  ��lucid������arm������hp������edg������gnu-new-abi��\n"
2100"  -w, --wide                     ������ 80 ������������������������\n"
2101"  -z, --disassemble-zeroes       ������������������������\n"
2102"      --start-address=ADDR       ������������������ >= ADDR\n"
2103"      --stop-address=ADDR        ������������������ <= ADDR\n"
2104"      --prefix-addresses         ������������������������������\n"
2105"      --[no-]show-raw-insn       ������������������������������\n"
2106"      --adjust-vma=OFFSET        ���������������������� OFFSET\n"
2107"\n"
2108
2109#: objdump.c:358
2110msgid "Sections:\n"
2111msgstr "����\n"
2112
2113#: objdump.c:361 objdump.c:365
2114msgid "Idx Name          Size      VMA       LMA       File off  Algn"
2115msgstr ""
2116
2117#: objdump.c:367
2118msgid "Idx Name          Size      VMA               LMA               File off  Algn"
2119msgstr ""
2120
2121#: objdump.c:371
2122msgid "  Flags"
2123msgstr "  ����"
2124
2125#: objdump.c:419
2126#, c-format
2127msgid "%s: not a dynamic object"
2128msgstr "%s��������������"
2129
2130#: objdump.c:433
2131#, c-format
2132msgid "%s: No dynamic symbols"
2133msgstr "%s��������������"
2134
2135#: objdump.c:1114
2136msgid "Out of virtual memory"
2137msgstr "��������"
2138
2139#: objdump.c:1543
2140#, c-format
2141msgid "Can't use supplied machine %s"
2142msgstr "������������������ %s"
2143
2144#: objdump.c:1561
2145#, c-format
2146msgid "Can't disassemble for architecture %s\n"
2147msgstr "������������������ %s\n"
2148
2149#: objdump.c:1643
2150#, c-format
2151msgid "Disassembly of section %s:\n"
2152msgstr "������ %s ����\n"
2153
2154#: objdump.c:1818
2155#, c-format
2156msgid ""
2157"No %s section present\n"
2158"\n"
2159msgstr ""
2160"%s ��������\n"
2161"\n"
2162
2163#: objdump.c:1825
2164#, c-format
2165msgid "%s has no %s section"
2166msgstr "%s ���� %s ��"
2167
2168#: objdump.c:1839
2169#, c-format
2170msgid "Reading %s section of %s failed: %s"
2171msgstr "���� %2$s �� %1$s ��������%3$s"
2172
2173#: objdump.c:1851
2174#, c-format
2175msgid "Reading %s section of %s failed: %s\n"
2176msgstr "���� %2$s �� %1$s ��������%3$s\n"
2177
2178#: objdump.c:1894
2179#, c-format
2180msgid ""
2181"Contents of %s section:\n"
2182"\n"
2183msgstr ""
2184"%s ����������\n"
2185"\n"
2186
2187#: objdump.c:1994
2188#, c-format
2189msgid "architecture: %s, "
2190msgstr "����������%s��"
2191
2192#: objdump.c:1997
2193#, c-format
2194msgid "flags 0x%08x:\n"
2195msgstr "���� 0x%08x��\n"
2196
2197#: objdump.c:2010
2198msgid ""
2199"\n"
2200"start address 0x"
2201msgstr ""
2202"\n"
2203"�������� 0x"
2204
2205#: objdump.c:2042
2206#, c-format
2207msgid ""
2208"\n"
2209"%s:     file format %s\n"
2210msgstr ""
2211"\n"
2212"%s��     �������� %s\n"
2213
2214#: objdump.c:2084
2215#, c-format
2216msgid "%s: printing debugging information failed"
2217msgstr "%s������������������"
2218
2219#: objdump.c:2161
2220#, c-format
2221msgid "In archive %s:\n"
2222msgstr "���������� %s ����\n"
2223
2224#: objdump.c:2213
2225#, c-format
2226msgid "Contents of section %s:\n"
2227msgstr "%s ����������\n"
2228
2229#: objdump.c:2718
2230#, c-format
2231msgid "BFD header file version %s\n"
2232msgstr "BFD ���������� %s\n"
2233
2234#: objdump.c:2807
2235msgid "unrecognized -E option"
2236msgstr "���������� -E ����"
2237
2238#: objdump.c:2818
2239#, c-format
2240msgid "unrecognized --endian type `%s'"
2241msgstr "���������� --endian ������%s��"
2242
2243#: rdcoff.c:204
2244#, c-format
2245msgid "parse_coff_type: Bad type code 0x%x"
2246msgstr "parse_coff_type�������������� 0x%x"
2247
2248#: rdcoff.c:422 rdcoff.c:530 rdcoff.c:729
2249#, c-format
2250msgid "bfd_coff_get_syment failed: %s"
2251msgstr "bfd_coff_get_syment ������%s"
2252
2253#: rdcoff.c:438 rdcoff.c:749
2254#, c-format
2255msgid "bfd_coff_get_auxent failed: %s"
2256msgstr "bfd_coff_get_auxent ������%s"
2257
2258#: rdcoff.c:816
2259#, c-format
2260msgid "%ld: .bf without preceding function"
2261msgstr ""
2262
2263#: rdcoff.c:866
2264#, c-format
2265msgid "%ld: unexpected .ef\n"
2266msgstr "%ld�������� .ef\n"
2267
2268#: rddbg.c:87
2269#, c-format
2270msgid "%s: no recognized debugging information"
2271msgstr "%s������������������"
2272
2273#: rddbg.c:410
2274msgid "Last stabs entries before error:\n"
2275msgstr ""
2276
2277#: readelf.c:328
2278#, c-format
2279msgid "%s: Error: "
2280msgstr "%s��������"
2281
2282#: readelf.c:339
2283#, c-format
2284msgid "%s: Warning: "
2285msgstr "%s��������"
2286
2287#: readelf.c:361
2288#, c-format
2289msgid "Unable to seek to %x for %s\n"
2290msgstr ""
2291
2292#: readelf.c:372
2293#, c-format
2294msgid "Out of memory allocating %d bytes for %s\n"
2295msgstr ""
2296
2297#: readelf.c:380
2298#, c-format
2299msgid "Unable to read in %d bytes of %s\n"
2300msgstr ""
2301
2302#: readelf.c:433 readelf.c:591
2303#, c-format
2304msgid "Unhandled data length: %d\n"
2305msgstr "������������������%d\n"
2306
2307#: readelf.c:675
2308msgid "Don't know about relocations on this machine architecture\n"
2309msgstr "��������������������������������������\n"
2310
2311#: readelf.c:697 readelf.c:726 readelf.c:772 readelf.c:799
2312msgid "relocs"
2313msgstr "������"
2314
2315#: readelf.c:708 readelf.c:737 readelf.c:782 readelf.c:809
2316msgid "out of memory parsing relocs"
2317msgstr "������������������"
2318
2319#: readelf.c:861
2320msgid " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
2321msgstr ""
2322
2323#: readelf.c:863
2324msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
2325msgstr ""
2326
2327#: readelf.c:868
2328msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
2329msgstr ""
2330
2331#: readelf.c:870
2332msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
2333msgstr ""
2334
2335#: readelf.c:878
2336msgid "    Offset             Info            Type               Symbol's Value  Symbol's Name + Addend\n"
2337msgstr ""
2338
2339#: readelf.c:880
2340msgid "  Offset          Info           Type           Sym. Value    Sym. Name + Addend\n"
2341msgstr ""
2342
2343#: readelf.c:885
2344msgid "    Offset             Info            Type               Symbol's Value  Symbol's Name\n"
2345msgstr ""
2346
2347#: readelf.c:887
2348msgid "  Offset          Info           Type           Sym. Value    Sym. Name\n"
2349msgstr ""
2350
2351#: readelf.c:1134 readelf.c:1136 readelf.c:1184 readelf.c:1186 readelf.c:1195
2352#: readelf.c:1197
2353#, c-format
2354msgid "unrecognized: %-7lx"
2355msgstr "������������%-7lx"
2356
2357#: readelf.c:1158
2358#, c-format
2359msgid "<string table index %3ld>"
2360msgstr "<������������ %3ld>"
2361
2362#: readelf.c:1423
2363#, c-format
2364msgid "Processor Specific: %lx"
2365msgstr "������������%lx"
2366
2367#: readelf.c:1442
2368#, c-format
2369msgid "Operating System specific: %lx"
2370msgstr "��������������%lx"
2371
2372#: readelf.c:1445 readelf.c:2086
2373#, c-format
2374msgid "<unknown>: %lx"
2375msgstr "<����>��%lx"
2376
2377#: readelf.c:1459
2378msgid "NONE (None)"
2379msgstr "NONE (��)"
2380
2381#: readelf.c:1460
2382msgid "REL (Relocatable file)"
2383msgstr "REL (������������)"
2384
2385#: readelf.c:1461
2386msgid "EXEC (Executable file)"
2387msgstr "EXEC (����������)"
2388
2389#: readelf.c:1462
2390msgid "DYN (Shared object file)"
2391msgstr "DYN (������������)"
2392
2393#: readelf.c:1463
2394msgid "CORE (Core file)"
2395msgstr "CORE (Core ����)"
2396
2397#: readelf.c:1467
2398#, c-format
2399msgid "Processor Specific: (%x)"
2400msgstr "������������(%x)"
2401
2402#: readelf.c:1469
2403#, c-format
2404msgid "OS Specific: (%x)"
2405msgstr "��������������(%x)"
2406
2407#: readelf.c:1471 readelf.c:1573 readelf.c:2238
2408#, c-format
2409msgid "<unknown>: %x"
2410msgstr "<����>��%x"
2411
2412#: readelf.c:1484
2413msgid "None"
2414msgstr "��"
2415
2416#: readelf.c:2278
2417msgid "Usage: readelf <option(s)> elf-file(s)\n"
2418msgstr "������readelf <����> elf-����\n"
2419
2420#: readelf.c:2279
2421msgid " Display information about the contents of ELF format files\n"
2422msgstr " �������� ELF ������������������\n"
2423
2424#: readelf.c:2280
2425msgid ""
2426" Options are:\n"
2427"  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
2428"  -h --file-header       Display the ELF file header\n"
2429"  -l --program-headers   Display the program headers\n"
2430"     --segments          An alias for --program-headers\n"
2431"  -S --section-headers   Display the sections' header\n"
2432"     --sections          An alias for --section-headers\n"
2433"  -e --headers           Equivalent to: -h -l -S\n"
2434"  -s --syms              Display the symbol table\n"
2435"      --symbols          An alias for --syms\n"
2436"  -n --notes             Display the core notes (if present)\n"
2437"  -r --relocs            Display the relocations (if present)\n"
2438"  -u --unwind            Display the unwind info (if present)\n"
2439"  -d --dynamic           Display the dynamic segment (if present)\n"
2440"  -V --version-info      Display the version sections (if present)\n"
2441"  -A --arch-specific     Display architecture specific information (if any).\n"
2442"  -D --use-dynamic       Use the dynamic section info when displaying symbols\n"
2443"  -x --hex-dump=<number> Dump the contents of section <number>\n"
2444"  -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n"
2445"                         Display the contents of DWARF2 debug sections\n"
2446msgstr ""
2447" ��������\n"
2448"  -a --all               ��������-h -l -S -s -r -d -V -A -I\n"
2449"  -h --file-header       ���� ELF ������\n"
2450"  -l --program-headers   ����������\n"
2451"     --segments          --program-headers ������\n"
2452"  -S --section-headers   ��������\n"
2453"     --sections          --section-headers ������\n"
2454"  -e --headers           ��������-h -l -S\n"
2455"  -s --syms              ����������\n"
2456"      --symbols          --syms ������\n"
2457"  -n --notes             ������������ (����������)\n"
2458"  -r --relocs            ���������� (����������)\n"
2459"  -u --unwind            ��������(unwind)���� (����������)\n"
2460"  -d --dynamic           ���������� (����������)\n"
2461"  -V --version-info      ���������� (����������)\n"
2462"  -A --arch-specific     ���������������������� (����������).\n"
2463"  -D --use-dynamic       ����������������������������\n"
2464"  -x --hex-dump=<����>   ���� <����> ��������\n"
2465"  -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n"
2466"                         ���� DWARF2 ������������\n"
2467
2468#: readelf.c:2301
2469msgid ""
2470"  -i --instruction-dump=<number>\n"
2471"                         Disassemble the contents of section <number>\n"
2472msgstr ""
2473"  -i --instruction-dump=<����>\n"
2474"                         �������� <����> ������\n"
2475
2476#: readelf.c:2305
2477msgid ""
2478"  -I --histogram         Display histogram of bucket list lengths\n"
2479"  -W --wide              Allow output width to exceed 80 characters\n"
2480"  -H --help              Display this information\n"
2481"  -v --version           Display the version number of readelf\n"
2482msgstr ""
2483
2484#: readelf.c:2327
2485msgid "Out of memory allocating dump request table."
2486msgstr ""
2487
2488#: readelf.c:2491
2489#, c-format
2490msgid "Unrecognized debug option '%s'\n"
2491msgstr "��������������������%s��\n"
2492
2493#: readelf.c:2519
2494#, c-format
2495msgid "Invalid option '-%c'\n"
2496msgstr "������������-%c��\n"
2497
2498#: readelf.c:2532
2499msgid "Nothing to do.\n"
2500msgstr "����������\n"
2501
2502#: readelf.c:2545 readelf.c:2562 readelf.c:4867
2503msgid "none"
2504msgstr "��"
2505
2506#: readelf.c:2549 readelf.c:2566 readelf.c:2594
2507#, c-format
2508msgid "<unknown: %x>"
2509msgstr "<������%x>"
2510
2511#: readelf.c:2563
2512msgid "2's complement, little endian"
2513msgstr ""
2514
2515#: readelf.c:2564
2516msgid "2's complement, big endian"
2517msgstr ""
2518
2519#: readelf.c:2591
2520msgid "Standalone App"
2521msgstr "������������"
2522
2523#: readelf.c:2609
2524msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
2525msgstr "���� ELF ���� - �������� magic ��������\n"
2526
2527#: readelf.c:2617
2528msgid "ELF Header:\n"
2529msgstr "ELF ����\n"
2530
2531#: readelf.c:2618
2532msgid "  Magic:   "
2533msgstr "  Magic��  "
2534
2535#: readelf.c:2622
2536#, c-format
2537msgid "  Class:                             %s\n"
2538msgstr ""
2539
2540#: readelf.c:2624
2541#, c-format
2542msgid "  Data:                              %s\n"
2543msgstr ""
2544
2545#: readelf.c:2626
2546#, c-format
2547msgid "  Version:                           %d %s\n"
2548msgstr ""
2549
2550#: readelf.c:2633
2551#, c-format
2552msgid "  OS/ABI:                            %s\n"
2553msgstr ""
2554
2555#: readelf.c:2635
2556#, c-format
2557msgid "  ABI Version:                       %d\n"
2558msgstr ""
2559
2560#: readelf.c:2637
2561#, c-format
2562msgid "  Type:                              %s\n"
2563msgstr ""
2564
2565#: readelf.c:2639
2566#, c-format
2567msgid "  Machine:                           %s\n"
2568msgstr ""
2569
2570#: readelf.c:2641
2571#, c-format
2572msgid "  Version:                           0x%lx\n"
2573msgstr ""
2574
2575#: readelf.c:2644
2576msgid "  Entry point address:               "
2577msgstr "  ������������              "
2578
2579#: readelf.c:2646
2580msgid ""
2581"\n"
2582"  Start of program headers:          "
2583msgstr ""
2584"\n"
2585"  ������������              "
2586
2587#: readelf.c:2648
2588msgid ""
2589" (bytes into file)\n"
2590"  Start of section headers:          "
2591msgstr ""
2592
2593#: readelf.c:2650
2594msgid " (bytes into file)\n"
2595msgstr ""
2596
2597#: readelf.c:2652
2598#, c-format
2599msgid "  Flags:                             0x%lx%s\n"
2600msgstr "  ������             0x%lx%s\n"
2601
2602#: readelf.c:2655
2603#, c-format
2604msgid "  Size of this header:               %ld (bytes)\n"
2605msgstr "  ������������       %ld (����)\n"
2606
2607#: readelf.c:2657
2608#, c-format
2609msgid "  Size of program headers:           %ld (bytes)\n"
2610msgstr "  ������������       %ld (����)\n"
2611
2612#: readelf.c:2659
2613#, c-format
2614msgid "  Number of program headers:         %ld\n"
2615msgstr "  ������������       %ld\n"
2616
2617#: readelf.c:2661
2618#, c-format
2619msgid "  Size of section headers:           %ld (bytes)\n"
2620msgstr "  ����������         %ld (����)\n"
2621
2622#: readelf.c:2663
2623#, c-format
2624msgid "  Number of section headers:         %ld"
2625msgstr "  ����������         %ld"
2626
2627#: readelf.c:2668
2628#, c-format
2629msgid "  Section header string table index: %ld"
2630msgstr "  ������������������ %ld"
2631
2632#: readelf.c:2702 readelf.c:2738
2633msgid "program headers"
2634msgstr "������"
2635
2636#: readelf.c:2772
2637msgid ""
2638"\n"
2639"There are no program headers in this file.\n"
2640msgstr ""
2641"\n"
2642"��������������������\n"
2643
2644#: readelf.c:2778
2645#, c-format
2646msgid ""
2647"\n"
2648"Elf file type is %s\n"
2649msgstr ""
2650"\n"
2651"Elf ���������� %s\n"
2652
2653#: readelf.c:2779
2654msgid "Entry point "
2655msgstr "������ "
2656
2657#: readelf.c:2781
2658#, c-format
2659msgid ""
2660"\n"
2661"There are %d program headers, starting at offset "
2662msgstr ""
2663"\n"
2664"���� %d ����������������������"
2665
2666#: readelf.c:2792 readelf.c:3019 readelf.c:3065 readelf.c:3128 readelf.c:3195
2667#: readelf.c:4229 readelf.c:4272 readelf.c:4461 readelf.c:5414 readelf.c:5428
2668#: readelf.c:9659 readelf.c:9699
2669msgid "Out of memory\n"
2670msgstr "��������\n"
2671
2672#: readelf.c:2810 readelf.c:2812
2673msgid ""
2674"\n"
2675"Program Headers:\n"
2676msgstr ""
2677"\n"
2678"��������\n"
2679
2680#: readelf.c:2816
2681msgid "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
2682msgstr ""
2683
2684#: readelf.c:2819
2685msgid "  Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align\n"
2686msgstr ""
2687
2688#: readelf.c:2823
2689msgid "  Type           Offset             VirtAddr           PhysAddr\n"
2690msgstr ""
2691
2692#: readelf.c:2825
2693msgid "                 FileSiz            MemSiz              Flags  Align\n"
2694msgstr ""
2695
2696#: readelf.c:2925
2697msgid "more than one dynamic segment\n"
2698msgstr "��������������\n"
2699
2700#: readelf.c:2933
2701msgid "Unable to find program interpreter name\n"
2702msgstr "����������������������\n"
2703
2704#: readelf.c:2940
2705#, c-format
2706msgid ""
2707"\n"
2708"      [Requesting program interpreter: %s]"
2709msgstr ""
2710"\n"
2711"      [��������������������%s]"
2712
2713#: readelf.c:2958
2714msgid ""
2715"\n"
2716" Section to Segment mapping:\n"
2717msgstr ""
2718
2719#: readelf.c:2959
2720msgid "  Segment Sections...\n"
2721msgstr "  ����...\n"
2722
2723#: readelf.c:3010 readelf.c:3056
2724msgid "section headers"
2725msgstr "����"
2726
2727#: readelf.c:3104 readelf.c:3171
2728msgid "symbols"
2729msgstr "����"
2730
2731#: readelf.c:3115 readelf.c:3182
2732msgid "symtab shndx"
2733msgstr ""
2734
2735#: readelf.c:3284
2736msgid ""
2737"\n"
2738"There are no sections in this file.\n"
2739msgstr ""
2740"\n"
2741"����������������\n"
2742
2743#: readelf.c:3290
2744#, c-format
2745msgid "There are %d section headers, starting at offset 0x%lx:\n"
2746msgstr "���� %d ���������������� 0x%lx ������\n"
2747
2748#: readelf.c:3307 readelf.c:3621 readelf.c:3968 readelf.c:5565
2749msgid "string table"
2750msgstr "��������"
2751
2752#: readelf.c:3328
2753msgid "File contains multiple dynamic symbol tables\n"
2754msgstr "����������������������\n"
2755
2756#: readelf.c:3340
2757msgid "File contains multiple dynamic string tables\n"
2758msgstr "������������������������\n"
2759
2760#: readelf.c:3346
2761msgid "dynamic strings"
2762msgstr "����������"
2763
2764#: readelf.c:3352
2765msgid "File contains multiple symtab shndx tables\n"
2766msgstr ""
2767
2768#: readelf.c:3390
2769msgid ""
2770"\n"
2771"Section Headers:\n"
2772msgstr ""
2773"\n"
2774"������\n"
2775
2776#: readelf.c:3392
2777msgid ""
2778"\n"
2779"Section Header:\n"
2780msgstr ""
2781"\n"
2782"������\n"
2783
2784#: readelf.c:3396
2785msgid "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al\n"
2786msgstr ""
2787
2788#: readelf.c:3399
2789msgid "  [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al\n"
2790msgstr ""
2791
2792#: readelf.c:3402
2793msgid "  [Nr] Name              Type             Address           Offset\n"
2794msgstr ""
2795
2796#: readelf.c:3403
2797msgid "       Size              EntSize          Flags  Link  Info  Align\n"
2798msgstr ""
2799
2800#: readelf.c:3498
2801msgid ""
2802"Key to Flags:\n"
2803"  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
2804"  I (info), L (link order), G (group), x (unknown)\n"
2805"  O (extra OS processing required) o (OS specific), p (processor specific)\n"
2806msgstr ""
2807
2808#: readelf.c:3559
2809#, c-format
2810msgid ""
2811"\n"
2812"Relocation section at offset 0x%lx contains %ld bytes:\n"
2813msgstr ""
2814"\n"
2815"���������� 0x%lx �������������� %ld ��������\n"
2816
2817#: readelf.c:3566
2818msgid ""
2819"\n"
2820"There are no dynamic relocations in this file.\n"
2821msgstr ""
2822"\n"
2823"������������������������\n"
2824
2825#: readelf.c:3593
2826msgid ""
2827"\n"
2828"Relocation section "
2829msgstr ""
2830"\n"
2831"�������� "
2832
2833#: readelf.c:3598 readelf.c:4031 readelf.c:4045
2834#, c-format
2835msgid "'%s'"
2836msgstr "��%s��"
2837
2838#: readelf.c:3600 readelf.c:4047
2839#, c-format
2840msgid " at offset 0x%lx contains %lu entries:\n"
2841msgstr " ���������� 0x%lx ���� %lu ��������\n"
2842
2843#: readelf.c:3638
2844msgid ""
2845"\n"
2846"There are no relocations in this file.\n"
2847msgstr ""
2848"\n"
2849"������������������������\n"
2850
2851#: readelf.c:3834
2852msgid "unwind table"
2853msgstr ""
2854
2855#: readelf.c:3885 readelf.c:3897 readelf.c:7890 readelf.c:7901
2856#, c-format
2857msgid "Skipping unexpected symbol type %u\n"
2858msgstr "������������������ %u\n"
2859
2860#: readelf.c:3905
2861#, c-format
2862msgid "Skipping unexpected relocation type %s\n"
2863msgstr "�������������������� %s\n"
2864
2865#: readelf.c:3950 readelf.c:3975
2866msgid ""
2867"\n"
2868"There are no unwind sections in this file.\n"
2869msgstr ""
2870
2871#: readelf.c:4026
2872msgid ""
2873"\n"
2874"Could not find unwind info section for "
2875msgstr ""
2876
2877#: readelf.c:4038
2878msgid "unwind info"
2879msgstr ""
2880
2881#: readelf.c:4040
2882msgid ""
2883"\n"
2884"Unwind section "
2885msgstr ""
2886
2887#: readelf.c:4213 readelf.c:4256
2888msgid "dynamic segment"
2889msgstr "������"
2890
2891#: readelf.c:4334
2892msgid ""
2893"\n"
2894"There is no dynamic segment in this file.\n"
2895msgstr ""
2896"\n"
2897"������������������\n"
2898
2899#: readelf.c:4368
2900msgid "Unable to seek to end of file!"
2901msgstr "��������������������"
2902
2903#: readelf.c:4379
2904msgid "Unable to determine the number of symbols to load\n"
2905msgstr "������������������������\n"
2906
2907#: readelf.c:4409
2908msgid "Unable to seek to end of file\n"
2909msgstr "������������������\n"
2910
2911#: readelf.c:4415
2912msgid "Unable to determine the length of the dynamic string table\n"
2913msgstr "��������������������������\n"
2914
2915#: readelf.c:4420
2916msgid "dynamic string table"
2917msgstr "������������"
2918
2919#: readelf.c:4454
2920msgid "symbol information"
2921msgstr "��������"
2922
2923#: readelf.c:4478
2924#, c-format
2925msgid ""
2926"\n"
2927"Dynamic segment at offset 0x%x contains %ld entries:\n"
2928msgstr ""
2929"\n"
2930"���������� 0x%x �������������� %ld ��������\n"
2931
2932#: readelf.c:4481
2933msgid "  Tag        Type                         Name/Value\n"
2934msgstr "  ����        ����                         ����/��\n"
2935
2936#: readelf.c:4517
2937msgid "Auxiliary library"
2938msgstr "������"
2939
2940#: readelf.c:4521
2941msgid "Filter library"
2942msgstr "��������"
2943
2944#: readelf.c:4525
2945msgid "Configuration file"
2946msgstr "��������"
2947
2948#: readelf.c:4529
2949msgid "Dependency audit library"
2950msgstr ""
2951
2952#: readelf.c:4533
2953msgid "Audit library"
2954msgstr ""
2955
2956#: readelf.c:4551 readelf.c:4577 readelf.c:4603
2957msgid "Flags:"
2958msgstr "������"
2959
2960#: readelf.c:4553 readelf.c:4579 readelf.c:4605
2961msgid " None\n"
2962msgstr " ��\n"
2963
2964#: readelf.c:4724
2965#, c-format
2966msgid "Shared library: [%s]"
2967msgstr "��������[%s]"
2968
2969#: readelf.c:4727
2970msgid " program interpreter"
2971msgstr " ����������"
2972
2973#: readelf.c:4731
2974#, c-format
2975msgid "Library soname: [%s]"
2976msgstr ""
2977
2978#: readelf.c:4735
2979#, c-format
2980msgid "Library rpath: [%s]"
2981msgstr ""
2982
2983#: readelf.c:4739
2984#, c-format
2985msgid "Library runpath: [%s]"
2986msgstr ""
2987
2988#: readelf.c:4802
2989#, c-format
2990msgid "Not needed object: [%s]\n"
2991msgstr "��������������[%s]\n"
2992
2993#: readelf.c:4913
2994#, c-format
2995msgid ""
2996"\n"
2997"Version definition section '%s' contains %ld entries:\n"
2998msgstr ""
2999"\n"
3000"������������%s������ %ld ��������\n"
3001
3002#: readelf.c:4916
3003msgid "  Addr: 0x"
3004msgstr "  ������0x"
3005
3006#: readelf.c:4918 readelf.c:5113
3007#, c-format
3008msgid "  Offset: %#08lx  Link: %lx (%s)\n"
3009msgstr "  ��������%#08lx  ������%lx (%s)\n"
3010
3011#: readelf.c:4925
3012msgid "version definition section"
3013msgstr "����������"
3014
3015#: readelf.c:4951
3016#, c-format
3017msgid "  %#06x: Rev: %d  Flags: %s"
3018msgstr ""
3019
3020#: readelf.c:4954
3021#, c-format
3022msgid "  Index: %d  Cnt: %d  "
3023msgstr ""
3024
3025#: readelf.c:4965
3026#, c-format
3027msgid "Name: %s\n"
3028msgstr "������%s\n"
3029
3030#: readelf.c:4967
3031#, c-format
3032msgid "Name index: %ld\n"
3033msgstr "����������%ld\n"
3034
3035#: readelf.c:4982
3036#, c-format
3037msgid "  %#06x: Parent %d: %s\n"
3038msgstr ""
3039
3040#: readelf.c:4985
3041#, c-format
3042msgid "  %#06x: Parent %d, name index: %ld\n"
3043msgstr ""
3044
3045#: readelf.c:5004
3046#, c-format
3047msgid ""
3048"\n"
3049"Version needs section '%s' contains %ld entries:\n"
3050msgstr ""
3051
3052#: readelf.c:5007
3053msgid " Addr: 0x"
3054msgstr " ������0x"
3055
3056#: readelf.c:5009
3057#, c-format
3058msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
3059msgstr ""
3060
3061#: readelf.c:5015
3062msgid "version need section"
3063msgstr "����������"
3064
3065#: readelf.c:5037
3066#, c-format
3067msgid "  %#06x: Version: %d"
3068msgstr ""
3069
3070#: readelf.c:5040
3071#, c-format
3072msgid "  File: %s"
3073msgstr "  ������%s"
3074
3075#: readelf.c:5042
3076#, c-format
3077msgid "  File: %lx"
3078msgstr "  ������%lx"
3079
3080#: readelf.c:5044
3081#, c-format
3082msgid "  Cnt: %d\n"
3083msgstr "  ������%d\n"
3084
3085#: readelf.c:5062
3086#, c-format
3087msgid "  %#06x: Name: %s"
3088msgstr "  %#06x��������%s"
3089
3090#: readelf.c:5065
3091#, c-format
3092msgid "  %#06x: Name index: %lx"
3093msgstr "  %#06x������������%lx"
3094
3095#: readelf.c:5068
3096#, c-format
3097msgid "  Flags: %s  Version: %d\n"
3098msgstr "  ������%s  ������%d\n"
3099
3100#: readelf.c:5104
3101msgid "version string table"
3102msgstr "������������"
3103
3104#: readelf.c:5108
3105#, c-format
3106msgid ""
3107"\n"
3108"Version symbols section '%s' contains %d entries:\n"
3109msgstr ""
3110"\n"
3111"������������%s������ %d ��������\n"
3112
3113#: readelf.c:5111
3114msgid " Addr: "
3115msgstr " ������"
3116
3117#: readelf.c:5121
3118msgid "version symbol data"
3119msgstr "������������"
3120
3121#: readelf.c:5148
3122msgid "   0 (*local*)    "
3123msgstr "   0 (*����*)    "
3124
3125#: readelf.c:5152
3126msgid "   1 (*global*)   "
3127msgstr "   1 (*����*)   "
3128
3129#: readelf.c:5187 readelf.c:5622
3130msgid "version need"
3131msgstr ""
3132
3133#: readelf.c:5197
3134msgid "version need aux (2)"
3135msgstr ""
3136
3137#: readelf.c:5238 readelf.c:5684
3138msgid "version def"
3139msgstr ""
3140
3141#: readelf.c:5257 readelf.c:5699
3142msgid "version def aux"
3143msgstr ""
3144
3145#: readelf.c:5288
3146msgid ""
3147"\n"
3148"No version information found in this file.\n"
3149msgstr ""
3150
3151#: readelf.c:5420
3152msgid "Unable to read in dynamic data\n"
3153msgstr "����������������\n"
3154
3155#: readelf.c:5462
3156msgid "Unable to seek to start of dynamic information"
3157msgstr "������������������������"
3158
3159#: readelf.c:5468
3160msgid "Failed to read in number of buckets\n"
3161msgstr ""
3162
3163#: readelf.c:5474
3164msgid "Failed to read in number of chains\n"
3165msgstr ""
3166
3167#: readelf.c:5494
3168msgid ""
3169"\n"
3170"Symbol table for image:\n"
3171msgstr ""
3172
3173#: readelf.c:5496
3174msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
3175msgstr ""
3176
3177#: readelf.c:5498
3178msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
3179msgstr ""
3180
3181#: readelf.c:5543
3182#, c-format
3183msgid ""
3184"\n"
3185"Symbol table '%s' contains %lu entries:\n"
3186msgstr ""
3187
3188#: readelf.c:5547
3189msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
3190msgstr ""
3191
3192#: readelf.c:5549
3193msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
3194msgstr ""
3195
3196#: readelf.c:5595
3197msgid "version data"
3198msgstr "��������"
3199
3200#: readelf.c:5635
3201msgid "version need aux (3)"
3202msgstr ""
3203
3204#: readelf.c:5660
3205msgid "bad dynamic symbol"
3206msgstr "��������������"
3207
3208#: readelf.c:5722
3209msgid ""
3210"\n"
3211"Dynamic symbol information is not available for displaying symbols.\n"
3212msgstr ""
3213
3214#: readelf.c:5734
3215#, c-format
3216msgid ""
3217"\n"
3218"Histogram for bucket list length (total of %d buckets):\n"
3219msgstr ""
3220
3221#: readelf.c:5736
3222#, c-format
3223msgid " Length  Number     %% of total  Coverage\n"
3224msgstr ""
3225
3226#: readelf.c:5741 readelf.c:5760 readelf.c:9146 readelf.c:9338
3227msgid "Out of memory"
3228msgstr "��������"
3229
3230#: readelf.c:5809
3231#, c-format
3232msgid ""
3233"\n"
3234"Dynamic info segment at offset 0x%lx contains %d entries:\n"
3235msgstr ""
3236"\n"
3237"���������� 0x%lx ���������������� %d ��������\n"
3238
3239#: readelf.c:5812
3240msgid " Num: Name                           BoundTo     Flags\n"
3241msgstr ""
3242
3243#: readelf.c:5864
3244#, c-format
3245msgid ""
3246"\n"
3247"Assembly dump of section %s\n"
3248msgstr ""
3249
3250#: readelf.c:5887
3251#, c-format
3252msgid ""
3253"\n"
3254"Section '%s' has no data to dump.\n"
3255msgstr ""
3256"\n"
3257"��%s����������������������\n"
3258
3259#: readelf.c:5892
3260#, c-format
3261msgid ""
3262"\n"
3263"Hex dump of section '%s':\n"
3264msgstr ""
3265"\n"
3266"��%s��������������������\n"
3267
3268#: readelf.c:5897
3269msgid "section data"
3270msgstr "������"
3271
3272#: readelf.c:6046
3273msgid "badly formed extended line op encountered!\n"
3274msgstr ""
3275
3276#: readelf.c:6053
3277#, c-format
3278msgid "  Extended opcode %d: "
3279msgstr ""
3280
3281#: readelf.c:6058
3282msgid ""
3283"End of Sequence\n"
3284"\n"
3285msgstr ""
3286"��������\n"
3287"\n"
3288
3289#: readelf.c:6064
3290#, c-format
3291msgid "set Address to 0x%lx\n"
3292msgstr ""
3293
3294#: readelf.c:6069
3295msgid "  define new File Table entry\n"
3296msgstr "  ����������������\n"
3297
3298#: readelf.c:6070 readelf.c:6199
3299msgid "  Entry\tDir\tTime\tSize\tName\n"
3300msgstr "  ����\t����\t����\t����\t����\n"
3301
3302#: readelf.c:6072
3303#, c-format
3304msgid "   %d\t"
3305msgstr "   %d\t"
3306
3307#: readelf.c:6075 readelf.c:6077 readelf.c:6079 readelf.c:6211 readelf.c:6213
3308#: readelf.c:6215
3309#, c-format
3310msgid "%lu\t"
3311msgstr "%lu\t"
3312
3313#: readelf.c:6080
3314#, c-format
3315msgid ""
3316"%s\n"
3317"\n"
3318msgstr ""
3319"%s\n"
3320"\n"
3321
3322#: readelf.c:6084
3323#, c-format
3324msgid "UNKNOWN: length %d\n"
3325msgstr "���������� %d\n"
3326
3327#: readelf.c:6110
3328#, c-format
3329msgid ""
3330"\n"
3331"Dump of debug contents of section %s:\n"
3332"\n"
3333msgstr ""
3334"\n"
3335"���� %s ��������������\n"
3336"\n"
3337
3338#: readelf.c:6122
3339msgid "64-bit DWARF line info is not supported yet.\n"
3340msgstr "�������� 64-�� DWARF ��������\n"
3341
3342#: readelf.c:6129
3343msgid "The line info appears to be corrupt - the section is too small\n"
3344msgstr "���������������� - ������\n"
3345
3346#: readelf.c:6137
3347msgid "Only DWARF version 2 line info is currently supported.\n"
3348msgstr "���������������� DWARF ��������\n"
3349
3350#: readelf.c:6152
3351#, c-format
3352msgid "  Length:                      %ld\n"
3353msgstr "  ������                      %ld\n"
3354
3355#: readelf.c:6153
3356#, c-format
3357msgid "  DWARF Version:               %d\n"
3358msgstr "  DWARF ������                %d\n"
3359
3360#: readelf.c:6154
3361#, c-format
3362msgid "  Prologue Length:             %d\n"
3363msgstr ""
3364
3365#: readelf.c:6155
3366#, c-format
3367msgid "  Minimum Instruction Length:  %d\n"
3368msgstr "  ��������������              %d\n"
3369
3370#: readelf.c:6156
3371#, c-format
3372msgid "  Initial value of 'is_stmt':  %d\n"
3373msgstr "  ��is_stmt������������       %d\n"
3374
3375#: readelf.c:6157
3376#, c-format
3377msgid "  Line Base:                   %d\n"
3378msgstr ""
3379
3380#: readelf.c:6158
3381#, c-format
3382msgid "  Line Range:                  %d\n"
3383msgstr ""
3384
3385#: readelf.c:6159
3386#, c-format
3387msgid "  Opcode Base:                 %d\n"
3388msgstr ""
3389
3390#: readelf.c:6168
3391msgid ""
3392"\n"
3393" Opcodes:\n"
3394msgstr ""
3395
3396#: readelf.c:6171
3397#, c-format
3398msgid "  Opcode %d has %d args\n"
3399msgstr ""
3400
3401#: readelf.c:6177
3402msgid ""
3403"\n"
3404" The Directory Table is empty.\n"
3405msgstr ""
3406"\n"
3407" ������������\n"
3408
3409#: readelf.c:6180
3410msgid ""
3411"\n"
3412" The Directory Table:\n"
3413msgstr ""
3414"\n"
3415" ��������\n"
3416
3417#: readelf.c:6184
3418#, c-format
3419msgid "  %s\n"
3420msgstr "  %s\n"
3421
3422#: readelf.c:6195
3423msgid ""
3424"\n"
3425" The File Name Table is empty.\n"
3426msgstr ""
3427"\n"
3428" ��������������\n"
3429
3430#: readelf.c:6198
3431msgid ""
3432"\n"
3433" The File Name Table:\n"
3434msgstr ""
3435"\n"
3436" ����������\n"
3437
3438#: readelf.c:6206
3439#, c-format
3440msgid "  %d\t"
3441msgstr "  %d\t"
3442
3443#: readelf.c:6217
3444#, c-format
3445msgid "%s\n"
3446msgstr "%s\n"
3447
3448#. Now display the statements.
3449#: readelf.c:6225
3450msgid ""
3451"\n"
3452" Line Number Statements:\n"
3453msgstr ""
3454"\n"
3455" ����������\n"
3456
3457#: readelf.c:6241
3458#, c-format
3459msgid "  Special opcode %d: advance Address by %d to 0x%lx"
3460msgstr ""
3461
3462#: readelf.c:6245
3463#, c-format
3464msgid " and Line by %d to %d\n"
3465msgstr ""
3466
3467#: readelf.c:6256
3468msgid "  Copy\n"
3469msgstr "  ����\n"
3470
3471#: readelf.c:6263
3472#, c-format
3473msgid "  Advance PC by %d to %lx\n"
3474msgstr ""
3475
3476#: readelf.c:6271
3477#, c-format
3478msgid "  Advance Line by %d to %d\n"
3479msgstr ""
3480
3481#: readelf.c:6278
3482#, c-format
3483msgid "  Set File Name to entry %d in the File Name Table\n"
3484msgstr ""
3485
3486#: readelf.c:6286
3487#, c-format
3488msgid "  Set column to %d\n"
3489msgstr "  ���������� %d\n"
3490
3491#: readelf.c:6293
3492#, c-format
3493msgid "  Set is_stmt to %d\n"
3494msgstr "  �� is_stmt ������ %d\n"
3495
3496#: readelf.c:6298
3497msgid "  Set basic block\n"
3498msgstr "  ����������\n"
3499
3500#: readelf.c:6306
3501#, c-format
3502msgid "  Advance PC by constant %d to 0x%lx\n"
3503msgstr ""
3504
3505#: readelf.c:6314
3506#, c-format
3507msgid "  Advance PC by fixed size amount %d to 0x%lx\n"
3508msgstr ""
3509
3510#: readelf.c:6319
3511msgid "  Set prologue_end to true\n"
3512msgstr ""
3513
3514#: readelf.c:6323
3515msgid "  Set epilogue_begin to true\n"
3516msgstr ""
3517
3518#: readelf.c:6329
3519#, c-format
3520msgid "  Set ISA to %d\n"
3521msgstr ""
3522
3523#: readelf.c:6333
3524#, c-format
3525msgid "  Unknown opcode %d with operands: "
3526msgstr ""
3527
3528#: readelf.c:6365 readelf.c:6827 readelf.c:6899
3529#, c-format
3530msgid ""
3531"Contents of the %s section:\n"
3532"\n"
3533msgstr ""
3534
3535#: readelf.c:6384
3536msgid "64-bit DWARF pubnames are not supported yet.\n"
3537msgstr ""
3538
3539#: readelf.c:6394
3540msgid "Only DWARF 2 pubnames are currently supported\n"
3541msgstr ""
3542
3543#: readelf.c:6401
3544#, c-format
3545msgid "  Length:                              %ld\n"
3546msgstr "  ������                              %ld\n"
3547
3548#: readelf.c:6403
3549#, c-format
3550msgid "  Version:                             %d\n"
3551msgstr "  ������                              %d\n"
3552
3553#: readelf.c:6405
3554#, c-format
3555msgid "  Offset into .debug_info section:     %ld\n"
3556msgstr "  �� .debug_info ��������������       %ld\n"
3557
3558#: readelf.c:6407
3559#, c-format
3560msgid "  Size of area in .debug_info section: %ld\n"
3561msgstr "  �� .debug_info ����������������     %ld\n"
3562
3563#: readelf.c:6410
3564msgid ""
3565"\n"
3566"    Offset\tName\n"
3567msgstr ""
3568"\n"
3569"    ������\t����\n"
3570
3571#: readelf.c:6501
3572#, c-format
3573msgid "Unknown TAG value: %lx"
3574msgstr "������ TAG ����%lx"
3575
3576#: readelf.c:6612
3577#, c-format
3578msgid "Unknown AT value: %lx"
3579msgstr "������ AT ����%lx"
3580
3581#: readelf.c:6649
3582#, c-format
3583msgid "Unknown FORM value: %lx"
3584msgstr "������ FORM ����%lx"
3585
3586#: readelf.c:6848
3587#, c-format
3588msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
3589msgstr " DW_MACINFO_start_file - ������%d ����������%d\n"
3590
3591#: readelf.c:6853
3592msgid " DW_MACINFO_end_file\n"
3593msgstr " DW_MACINFO_end_file\n"
3594
3595#: readelf.c:6861
3596#, c-format
3597msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
3598msgstr " DW_MACINFO_define - ������%d ����%s\n"
3599
3600#: readelf.c:6869
3601#, c-format
3602msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
3603msgstr " DW_MACINFO_undef - ������%d ����%s\n"
3604
3605#: readelf.c:6880
3606#, c-format
3607msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
3608msgstr " DW_MACINFO_vendor_ext - ������%d ��������%s\n"
3609
3610#: readelf.c:6908
3611msgid "  Number TAG\n"
3612msgstr ""
3613
3614#: readelf.c:6914
3615#, c-format
3616msgid "   %ld      %s    [%s]\n"
3617msgstr ""
3618
3619#: readelf.c:6917
3620msgid "has children"
3621msgstr ""
3622
3623#: readelf.c:6917
3624msgid "no children"
3625msgstr ""
3626
3627#: readelf.c:6921
3628#, c-format
3629msgid "    %-18s %s\n"
3630msgstr "    %-18s %s\n"
3631
3632#: readelf.c:6942
3633#, c-format
3634msgid " %lu byte block: "
3635msgstr " %lu ����������"
3636
3637#: readelf.c:7265
3638msgid "(User defined location op)"
3639msgstr ""
3640
3641#: readelf.c:7267
3642msgid "(Unknown location op)"
3643msgstr ""
3644
3645#: readelf.c:7305
3646msgid "debug_loc section data"
3647msgstr "debug_loc ������"
3648
3649#: readelf.c:7336
3650msgid ""
3651"\n"
3652"The .debug_loc section is empty.\n"
3653msgstr ""
3654"\n"
3655".debug_loc ��������\n"
3656
3657#: readelf.c:7339
3658msgid ""
3659"Contents of the .debug_loc section:\n"
3660"\n"
3661msgstr ""
3662".debug_loc ����������\n"
3663"\n"
3664
3665#: readelf.c:7340
3666msgid ""
3667"\n"
3668"    Offset   Begin    End      Expression\n"
3669msgstr ""
3670
3671#: readelf.c:7412
3672msgid "debug_str section data"
3673msgstr "debug_str ������"
3674
3675#: readelf.c:7431
3676msgid "<no .debug_str section>"
3677msgstr "<���� .debug_str ��>"
3678
3679#: readelf.c:7434
3680msgid "<offset is too big>"
3681msgstr "<����������>"
3682
3683#: readelf.c:7454
3684msgid ""
3685"\n"
3686"The .debug_str section is empty.\n"
3687msgstr ""
3688"\n"
3689".debug_str ��������\n"
3690
3691#: readelf.c:7458
3692msgid ""
3693"Contents of the .debug_str section:\n"
3694"\n"
3695msgstr ""
3696".debug_str ����������\n"
3697"\n"
3698
3699#: readelf.c:7629
3700#, c-format
3701msgid " (indirect string, offset: 0x%lx): "
3702msgstr " (��������������������0x%lx)��"
3703
3704#: readelf.c:7638
3705#, c-format
3706msgid "Unrecognized form: %d\n"
3707msgstr "����������������%d\n"
3708
3709#: readelf.c:7651
3710msgid "(not inlined)"
3711msgstr "(������)"
3712
3713#: readelf.c:7652
3714msgid "(inlined)"
3715msgstr "(������)"
3716
3717#: readelf.c:7653
3718msgid "(declared as inline but ignored)"
3719msgstr "(������������������)"
3720
3721#: readelf.c:7654
3722msgid "(declared as inline and inlined)"
3723msgstr "(������������������)"
3724
3725#: readelf.c:7655
3726#, c-format
3727msgid "  (Unknown inline attribute value: %lx)"
3728msgstr "  (������������������%lx)"
3729
3730#: readelf.c:7826 readelf.c:8029
3731#, c-format
3732msgid ""
3733"The section %s contains:\n"
3734"\n"
3735msgstr ""
3736"%s ��������\n"
3737"\n"
3738
3739#: readelf.c:7850
3740msgid "64-bit DWARF debug info is not supported yet.\n"
3741msgstr "�������� 64-�� DWARF ����������\n"
3742
3743#: readelf.c:7919
3744#, c-format
3745msgid "  Compilation Unit @ %lx:\n"
3746msgstr "  �������� @ %lx��\n"
3747
3748#: readelf.c:7920
3749#, c-format
3750msgid "   Length:        %ld\n"
3751msgstr "   ������        %ld\n"
3752
3753#: readelf.c:7921
3754#, c-format
3755msgid "   Version:       %d\n"
3756msgstr "   ������        %d\n"
3757
3758#: readelf.c:7922
3759#, c-format
3760msgid "   Abbrev Offset: %ld\n"
3761msgstr "   ������������  %ld\n"
3762
3763#: readelf.c:7923
3764#, c-format
3765msgid "   Pointer Size:  %d\n"
3766msgstr "   ����������    %d\n"
3767
3768#: readelf.c:7927
3769msgid "Only version 2 DWARF debug information is currently supported.\n"
3770msgstr "������������ DWARF ����������\n"
3771
3772#: readelf.c:7948
3773msgid "Unable to locate .debug_abbrev section!\n"
3774msgstr "�������� .debug_abbrev ����\n"
3775
3776#: readelf.c:7954
3777msgid "debug_abbrev section data"
3778msgstr "debug_abbrev ������"
3779
3780#: readelf.c:7991
3781#, c-format
3782msgid "Unable to locate entry %lu in the abbreviation table\n"
3783msgstr "���������������������� %lu\n"
3784
3785#: readelf.c:7996
3786#, c-format
3787msgid " <%d><%lx>: Abbrev Number: %lu (%s)\n"
3788msgstr " <%d><%lx>������������%lu (%s)\n"
3789
3790#: readelf.c:8050
3791msgid "64-bit DWARF aranges are not supported yet.\n"
3792msgstr ""
3793
3794#: readelf.c:8056
3795msgid "Only DWARF 2 aranges are currently supported.\n"
3796msgstr ""
3797
3798#: readelf.c:8060
3799#, c-format
3800msgid "  Length:                   %ld\n"
3801msgstr ""
3802
3803#: readelf.c:8061
3804#, c-format
3805msgid "  Version:                  %d\n"
3806msgstr ""
3807
3808#: readelf.c:8062
3809#, c-format
3810msgid "  Offset into .debug_info:  %lx\n"
3811msgstr ""
3812
3813#: readelf.c:8063
3814#, c-format
3815msgid "  Pointer Size:             %d\n"
3816msgstr ""
3817
3818#: readelf.c:8064
3819#, c-format
3820msgid "  Segment Size:             %d\n"
3821msgstr ""
3822
3823#: readelf.c:8066
3824msgid ""
3825"\n"
3826"    Address  Length\n"
3827msgstr ""
3828
3829#: readelf.c:8248
3830#, c-format
3831msgid "The section %s contains:\n"
3832msgstr "%s ��������\n"
3833
3834#: readelf.c:8271
3835msgid "64-bit DWARF format frames are not supported yet.\n"
3836msgstr ""
3837
3838#: readelf.c:8820
3839#, c-format
3840msgid "Displaying the debug contents of section %s is not yet supported.\n"
3841msgstr "������������ %s ��������������\n"
3842
3843#: readelf.c:8886
3844#, c-format
3845msgid ""
3846"\n"
3847"Section '%s' has no debugging data.\n"
3848msgstr ""
3849
3850#: readelf.c:8891 readelf.c:8953
3851msgid "debug section data"
3852msgstr "����������"
3853
3854#: readelf.c:8907
3855#, c-format
3856msgid "Unrecognized debug section: %s\n"
3857msgstr "������������������%s\n"
3858
3859#: readelf.c:8981
3860msgid "Some sections were not dumped because they do not exist!\n"
3861msgstr "����������������������������������\n"
3862
3863#: readelf.c:9054 readelf.c:9418
3864msgid "liblist"
3865msgstr ""
3866
3867#: readelf.c:9139
3868msgid "options"
3869msgstr "����"
3870
3871#: readelf.c:9170
3872#, c-format
3873msgid ""
3874"\n"
3875"Section '%s' contains %d entries:\n"
3876msgstr ""
3877"\n"
3878"��%s�������� %d ��������\n"
3879
3880#: readelf.c:9331
3881msgid "conflict list found without a dynamic symbol table"
3882msgstr ""
3883
3884#: readelf.c:9349 readelf.c:9365
3885msgid "conflict"
3886msgstr "����"
3887
3888#: readelf.c:9375
3889#, c-format
3890msgid ""
3891"\n"
3892"Section '.conflict' contains %ld entries:\n"
3893msgstr ""
3894
3895#: readelf.c:9377
3896msgid "  Num:    Index       Value  Name"
3897msgstr ""
3898
3899#: readelf.c:9426
3900msgid "liblist string table"
3901msgstr ""
3902
3903#: readelf.c:9435
3904#, c-format
3905msgid ""
3906"\n"
3907"Library list section '%s' contains %lu entries:\n"
3908msgstr ""
3909
3910#: readelf.c:9484
3911msgid "NT_PRSTATUS (prstatus structure)"
3912msgstr "NT_PRSTATUS (prstatus ����)"
3913
3914#: readelf.c:9485
3915msgid "NT_FPREGSET (floating point registers)"
3916msgstr "NT_FPREGSET (����������)"
3917
3918#: readelf.c:9486
3919msgid "NT_PRPSINFO (prpsinfo structure)"
3920msgstr "NT_PRPSINFO (prpsinfo ����)"
3921
3922#: readelf.c:9487
3923msgid "NT_TASKSTRUCT (task structure)"
3924msgstr "NT_TASKSTRUCT (��������)"
3925
3926#: readelf.c:9488
3927msgid "NT_PRXFPREG (user_xfpregs structure)"
3928msgstr "NT_PRXFPREG (user_xfpregs ����)"
3929
3930#: readelf.c:9489
3931msgid "NT_PSTATUS (pstatus structure)"
3932msgstr "NT_PSTATUS (pstatus ����)"
3933
3934#: readelf.c:9490
3935msgid "NT_FPREGS (floating point registers)"
3936msgstr "NT_FPREGS (������������)"
3937
3938#: readelf.c:9491
3939msgid "NT_PSINFO (psinfo structure)"
3940msgstr "NT_PSINFO (psinfo ����)"
3941
3942#: readelf.c:9492
3943msgid "NT_LWPSTATUS (lwpstatus_t structure)"
3944msgstr "NT_LWPSTATUS (lwpstatus_t ����)"
3945
3946#: readelf.c:9493
3947msgid "NT_LWPSINFO (lwpsinfo_t structure)"
3948msgstr "NT_LWPSINFO (lwpsinfo_t ����)"
3949
3950#: readelf.c:9494
3951msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
3952msgstr "NT_WIN32PSTATUS (win32_pstatus ����)"
3953
3954#: readelf.c:9496 readelf.c:9520
3955#, c-format
3956msgid "Unknown note type: (0x%08x)"
3957msgstr "����������������(0x%08x)"
3958
3959#. NetBSD core "procinfo" structure.
3960#: readelf.c:9510
3961msgid "NetBSD procinfo structure"
3962msgstr "NetBSD procinfo ����"
3963
3964#: readelf.c:9537 readelf.c:9551
3965msgid "PT_GETREGS (reg structure)"
3966msgstr "PT_GETREGS (reg ����)"
3967
3968#: readelf.c:9539 readelf.c:9553
3969msgid "PT_GETFPREGS (fpreg structure)"
3970msgstr "PT_GETFPREGS (fpreg ����)"
3971
3972#: readelf.c:9559
3973#, c-format
3974msgid "PT_FIRSTMACH+%d"
3975msgstr ""
3976
3977#: readelf.c:9613
3978msgid "notes"
3979msgstr "����"
3980
3981#: readelf.c:9619
3982#, c-format
3983msgid ""
3984"\n"
3985"Notes at offset 0x%08lx with length 0x%08lx:\n"
3986msgstr ""
3987"\n"
3988"�������������� 0x%08lx ������ 0x%08lx��\n"
3989
3990#: readelf.c:9621
3991msgid "  Owner\t\tData size\tDescription\n"
3992msgstr "  ������\t\t��������\t����\n"
3993
3994#: readelf.c:9640
3995#, c-format
3996msgid "corrupt note found at offset %x into core notes\n"
3997msgstr ""
3998
3999#: readelf.c:9642
4000#, c-format
4001msgid " type: %x, namesize: %08lx, descsize: %08lx\n"
4002msgstr " ������%x������������%08lx������������%08lx\n"
4003
4004#: readelf.c:9744
4005msgid "No note segments present in the core file.\n"
4006msgstr "core ������������������\n"
4007
4008#: readelf.c:9822
4009msgid ""
4010"This instance of readelf has been built without support for a\n"
4011"64 bit data type and so it cannot read 64 bit ELF files.\n"
4012msgstr ""
4013"�� readelf ���������������� 64 ����������������\n"
4014"������������ 64 �� ELF ������\n"
4015
4016#: readelf.c:9868
4017#, c-format
4018msgid "Cannot stat input file %s.\n"
4019msgstr "�������������� %s ���� stat ������\n"
4020
4021#: readelf.c:9875
4022#, c-format
4023msgid "Input file %s not found.\n"
4024msgstr "�������������� %s��\n"
4025
4026#: readelf.c:9881
4027#, c-format
4028msgid "%s: Failed to read file header\n"
4029msgstr "%s����������������\n"
4030
4031#: readelf.c:9895
4032#, c-format
4033msgid ""
4034"\n"
4035"File: %s\n"
4036msgstr ""
4037"\n"
4038"������%s\n"
4039
4040#: rename.c:131
4041#, c-format
4042msgid "%s: cannot set time: %s"
4043msgstr "%s����������������%s"
4044
4045#. We have to clean up here.
4046#: rename.c:170 rename.c:203
4047#, c-format
4048msgid "%s: rename: %s"
4049msgstr "%s����������%s"
4050
4051#: rename.c:211
4052#, c-format
4053msgid "%s: simple_copy: %s"
4054msgstr ""
4055
4056#: resbin.c:134
4057#, c-format
4058msgid "%s: not enough binary data"
4059msgstr ""
4060
4061#: resbin.c:153
4062msgid "null terminated unicode string"
4063msgstr "�� null ������ unicode ������"
4064
4065#: resbin.c:183 resbin.c:189
4066msgid "resource ID"
4067msgstr "���� ID"
4068
4069#: resbin.c:233
4070msgid "cursor"
4071msgstr "����"
4072
4073#: resbin.c:267 resbin.c:274
4074msgid "menu header"
4075msgstr "������"
4076
4077#: resbin.c:284
4078msgid "menuex header"
4079msgstr "����������"
4080
4081#: resbin.c:288
4082msgid "menuex offset"
4083msgstr "��������������"
4084
4085#: resbin.c:295
4086#, c-format
4087msgid "unsupported menu version %d"
4088msgstr "���������������� %d"
4089
4090#: resbin.c:323 resbin.c:338 resbin.c:404
4091msgid "menuitem header"
4092msgstr "��������"
4093
4094#: resbin.c:434
4095msgid "menuitem"
4096msgstr "������"
4097
4098#: resbin.c:475 resbin.c:503
4099msgid "dialog header"
4100msgstr "��������"
4101
4102#: resbin.c:493
4103#, c-format
4104msgid "unexpected DIALOGEX version %d"
4105msgstr "�������������������� %d"
4106
4107#: resbin.c:538
4108msgid "dialog font point size"
4109msgstr ""
4110
4111#: resbin.c:546
4112msgid "dialogex font information"
4113msgstr ""
4114
4115#: resbin.c:572 resbin.c:590
4116msgid "dialog control"
4117msgstr "����������"
4118
4119#: resbin.c:582
4120msgid "dialogex control"
4121msgstr "��������������"
4122
4123#: resbin.c:611
4124msgid "dialog control end"
4125msgstr "��������������"
4126
4127#: resbin.c:623
4128msgid "dialog control data"
4129msgstr "��������������"
4130
4131#: resbin.c:666
4132msgid "stringtable string length"
4133msgstr "������������������"
4134
4135#: resbin.c:676
4136msgid "stringtable string"
4137msgstr "��������������"
4138
4139#: resbin.c:709
4140msgid "fontdir header"
4141msgstr "����������"
4142
4143#: resbin.c:722
4144msgid "fontdir"
4145msgstr "��������"
4146
4147#: resbin.c:738
4148msgid "fontdir device name"
4149msgstr "��������������"
4150
4151#: resbin.c:744
4152msgid "fontdir face name"
4153msgstr ""
4154
4155#: resbin.c:787
4156msgid "accelerator"
4157msgstr "������"
4158
4159#: resbin.c:851
4160msgid "group cursor header"
4161msgstr "��������"
4162
4163#: resbin.c:855
4164#, c-format
4165msgid "unexpected group cursor type %d"
4166msgstr "���������������� %d"
4167
4168#: resbin.c:870
4169msgid "group cursor"
4170msgstr "������"
4171
4172#: resbin.c:909
4173msgid "group icon header"
4174msgstr "��������"
4175
4176#: resbin.c:913
4177#, c-format
4178msgid "unexpected group icon type %d"
4179msgstr "���������������� %d"
4180
4181#: resbin.c:928
4182msgid "group icon"
4183msgstr "������"
4184
4185#: resbin.c:999 resbin.c:1218
4186msgid "unexpected version string"
4187msgstr "����������������"
4188
4189#: resbin.c:1033
4190#, c-format
4191msgid "version length %d does not match resource length %lu"
4192msgstr "�������� %d �������������� %lu"
4193
4194#: resbin.c:1037
4195#, c-format
4196msgid "unexpected version type %d"
4197msgstr "�������������� %d"
4198
4199#: resbin.c:1049
4200#, c-format
4201msgid "unexpected fixed version information length %d"
4202msgstr ""
4203
4204#: resbin.c:1052
4205msgid "fixed version info"
4206msgstr ""
4207
4208#: resbin.c:1056
4209#, c-format
4210msgid "unexpected fixed version signature %lu"
4211msgstr "������������������ %lu"
4212
4213#: resbin.c:1060
4214#, c-format
4215msgid "unexpected fixed version info version %lu"
4216msgstr "���������������������� %lu"
4217
4218#: resbin.c:1089
4219msgid "version var info"
4220msgstr ""
4221
4222#: resbin.c:1106
4223#, c-format
4224msgid "unexpected stringfileinfo value length %d"
4225msgstr ""
4226
4227#: resbin.c:1116
4228#, c-format
4229msgid "unexpected version stringtable value length %d"
4230msgstr ""
4231
4232#: resbin.c:1150
4233#, c-format
4234msgid "unexpected version string length %d != %d + %d"
4235msgstr "�������������������� %d != %d + %d"
4236
4237#: resbin.c:1161
4238#, c-format
4239msgid "unexpected version string length %d < %d"
4240msgstr "�������������������� %d < %d"
4241
4242#: resbin.c:1178
4243#, c-format
4244msgid "unexpected varfileinfo value length %d"
4245msgstr ""
4246
4247#: resbin.c:1197
4248msgid "version varfileinfo"
4249msgstr ""
4250
4251#: resbin.c:1212
4252#, c-format
4253msgid "unexpected version value length %d"
4254msgstr "���������������� %d"
4255
4256#: rescoff.c:128
4257msgid "filename required for COFF input"
4258msgstr "COFF ��������������"
4259
4260#: rescoff.c:145
4261#, c-format
4262msgid "%s: no resource section"
4263msgstr "%s������������"
4264
4265#: rescoff.c:152
4266msgid "can't read resource section"
4267msgstr "��������������"
4268
4269#: rescoff.c:178
4270#, c-format
4271msgid "%s: %s: address out of bounds"
4272msgstr "%s��%s��������������"
4273
4274#: rescoff.c:197
4275msgid "directory"
4276msgstr "����"
4277
4278#: rescoff.c:225
4279msgid "named directory entry"
4280msgstr "����������������"
4281
4282#: rescoff.c:234
4283msgid "directory entry name"
4284msgstr "����������"
4285
4286#: rescoff.c:254
4287msgid "named subdirectory"
4288msgstr "��������������"
4289
4290#: rescoff.c:262
4291msgid "named resource"
4292msgstr "������������"
4293
4294#: rescoff.c:277
4295msgid "ID directory entry"
4296msgstr ""
4297
4298#: rescoff.c:294
4299msgid "ID subdirectory"
4300msgstr ""
4301
4302#: rescoff.c:302
4303msgid "ID resource"
4304msgstr ""
4305
4306#: rescoff.c:328
4307msgid "resource type unknown"
4308msgstr "������������"
4309
4310#: rescoff.c:331
4311msgid "data entry"
4312msgstr "��������"
4313
4314#: rescoff.c:339
4315msgid "resource data"
4316msgstr "��������"
4317
4318#: rescoff.c:344
4319msgid "resource data size"
4320msgstr "������������"
4321
4322#: rescoff.c:439
4323msgid "filename required for COFF output"
4324msgstr "COFF ��������������"
4325
4326#: rescoff.c:738
4327msgid "can't get BFD_RELOC_RVA relocation type"
4328msgstr "�������� BFD_RELOC_RVA ����������"
4329
4330#: resrc.c:240 resrc.c:312
4331#, c-format
4332msgid "can't open temporary file `%s': %s"
4333msgstr "������������������%s����%s"
4334
4335#: resrc.c:246
4336#, c-format
4337msgid "can't redirect stdout: `%s': %s"
4338msgstr "����������������������%s����%s"
4339
4340#: resrc.c:262
4341#, c-format
4342msgid "%s %s: %s"
4343msgstr "%s %s��%s"
4344
4345#: resrc.c:308
4346#, c-format
4347msgid "can't execute `%s': %s"
4348msgstr "����������%s����%s"
4349
4350#: resrc.c:317
4351#, c-format
4352msgid "Using temporary file `%s' to read preprocessor output\n"
4353msgstr "��������������%s��������������������\n"
4354
4355#: resrc.c:324
4356#, c-format
4357msgid "can't popen `%s': %s"
4358msgstr "���� popen ��%s����%s"
4359
4360#: resrc.c:326
4361msgid "Using popen to read preprocessor output\n"
4362msgstr "���� popen ����������������\n"
4363
4364#: resrc.c:369
4365#, c-format
4366msgid "Tried `%s'\n"
4367msgstr ""
4368
4369#: resrc.c:380
4370#, c-format
4371msgid "Using `%s'\n"
4372msgstr "������%s��\n"
4373
4374#: resrc.c:542
4375#, c-format
4376msgid "%s:%d: %s\n"
4377msgstr "%s��%d��%s\n"
4378
4379#: resrc.c:551
4380#, c-format
4381msgid "%s: unexpected EOF"
4382msgstr "%s��������������"
4383
4384#: resrc.c:608
4385#, c-format
4386msgid "%s: read of %lu returned %lu"
4387msgstr "%s������ %lu ���� %lu"
4388
4389#: resrc.c:650 resrc.c:904 resrc.c:1177 resrc.c:1331
4390#, c-format
4391msgid "stat failed on bitmap file `%s': %s"
4392msgstr "������������%s������ stat ����������%s"
4393
4394#: resrc.c:703
4395#, c-format
4396msgid "cursor file `%s' does not contain cursor data"
4397msgstr "����������%s����������������"
4398
4399#: resrc.c:735 resrc.c:1048
4400#, c-format
4401msgid "%s: fseek to %lu failed: %s"
4402msgstr ""
4403
4404#: resrc.c:872
4405msgid "help ID requires DIALOGEX"
4406msgstr ""
4407
4408#: resrc.c:874
4409msgid "control data requires DIALOGEX"
4410msgstr ""
4411
4412#: resrc.c:1017
4413#, c-format
4414msgid "icon file `%s' does not contain icon data"
4415msgstr "����������%s����������������"
4416
4417#: resrc.c:1536
4418#, c-format
4419msgid "can't open `%s' for output: %s"
4420msgstr "����������������%s����%s"
4421
4422#: size.c:86
4423msgid " Displays the sizes of sections inside binary files\n"
4424msgstr " ������������������������\n"
4425
4426#: size.c:87
4427msgid " If no input file(s) are specified, a.out is assumed\n"
4428msgstr " ������������������������ a.out\n"
4429
4430#: size.c:88
4431#, c-format
4432msgid ""
4433" The options are:\n"
4434"  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
4435"  -o|-d|-h  --radix={8|10|16}         Display numbers in octal, decimal or hex\n"
4436"  -t        --totals                  Display the total sizes (Berkeley only)\n"
4437"            --target=<bfdname>        Set the binary file format\n"
4438"  -h        --help                    Display this information\n"
4439"  -v        --version                 Display the program's version\n"
4440"\n"
4441msgstr ""
4442" ��������\n"
4443"  -A|-B     --format={sysv|berkeley}  ������������ (������ %s)\n"
4444"  -o|-d|-h  --radix={8|10|16}         ����������������������������������\n"
4445"  -t        --totals                  ���������� (������ Berkeley ����)\n"
4446"            --target=<bfdname>        ������������������\n"
4447"  -h        --help                    ����������\n"
4448"  -v        --version                 ����������������\n"
4449"\n"
4450
4451#: size.c:160
4452#, c-format
4453msgid "invalid argument to --format: %s"
4454msgstr "--format ������������%s"
4455
4456#: size.c:187
4457#, c-format
4458msgid "Invalid radix: %s\n"
4459msgstr ""
4460
4461#: srconv.c:1953
4462msgid "Convert a COFF object file into a SYSROFF object file\n"
4463msgstr "�� COFF �������������� SYSROFF ��������\n"
4464
4465#: srconv.c:1954
4466msgid ""
4467" The options are:\n"
4468"  -q --quick       (Obsolete - ignoerd)\n"
4469"  -n --noprescan   Do not perform a scan to convert commons into defs\n"
4470"  -d --debug       Display information about what is being done\n"
4471"  -h --help        Display this information\n"
4472"  -v --version     Print the program's version number\n"
4473msgstr ""
4474" ��������\n"
4475"  -q --quick       (���� - ����)\n"
4476"  -n --noprescan   �������������� commons ������ defs\n"
4477"  -d --debug       ������������������������\n"
4478"  -h --help        ����������\n"
4479"  -v --version     ����������������\n"
4480
4481#: srconv.c:2099
4482#, c-format
4483msgid "unable to open output file %s"
4484msgstr "���������������� %s"
4485
4486#: stabs.c:343 stabs.c:1759
4487msgid "numeric overflow"
4488msgstr "��������"
4489
4490#: stabs.c:354
4491#, c-format
4492msgid "Bad stab: %s\n"
4493msgstr ""
4494
4495#: stabs.c:364
4496#, c-format
4497msgid "Warning: %s: %s\n"
4498msgstr "������%s��%s\n"
4499
4500#: stabs.c:485
4501msgid "N_LBRAC not within function\n"
4502msgstr "N_LBRAC ����������\n"
4503
4504#: stabs.c:524
4505msgid "Too many N_RBRACs\n"
4506msgstr "������ N_RBRAC\n"
4507
4508#: stabs.c:769
4509msgid "unknown C++ encoded name"
4510msgstr "������ C++ ��������"
4511
4512#. Complain and keep going, so compilers can invent new
4513#. cross-reference types.
4514#: stabs.c:1296
4515msgid "unrecognized cross reference type"
4516msgstr "����������������������"
4517
4518#. Does this actually ever happen?  Is that why we are worrying
4519#. about dealing with it rather than just calling error_type?
4520#: stabs.c:1851
4521msgid "missing index type"
4522msgstr "��������������"
4523
4524#: stabs.c:2178
4525msgid "unknown virtual character for baseclass"
4526msgstr ""
4527
4528#: stabs.c:2196
4529msgid "unknown visibility character for baseclass"
4530msgstr ""
4531
4532#: stabs.c:2388
4533msgid "unnamed $vb type"
4534msgstr ""
4535
4536#: stabs.c:2394
4537msgid "unrecognized C++ abbreviation"
4538msgstr "���������� C++ ����"
4539
4540#: stabs.c:2474
4541msgid "unknown visibility character for field"
4542msgstr ""
4543
4544#: stabs.c:2730
4545msgid "const/volatile indicator missing"
4546msgstr "���� const/volatile ������"
4547
4548#: stabs.c:2970
4549#, c-format
4550msgid "No mangling for \"%s\"\n"
4551msgstr ""
4552
4553#: stabs.c:3283
4554msgid "Undefined N_EXCL"
4555msgstr "������ N_EXCL"
4556
4557#: stabs.c:3371
4558#, c-format
4559msgid "Type file number %d out of range\n"
4560msgstr "������������ %d ��������\n"
4561
4562#: stabs.c:3376
4563#, c-format
4564msgid "Type index number %d out of range\n"
4565msgstr "������������ %d ��������\n"
4566
4567#: stabs.c:3463
4568#, c-format
4569msgid "Unrecognized XCOFF type %d\n"
4570msgstr "���������� XCOFF ���� %d\n"
4571
4572#: stabs.c:3762
4573#, c-format
4574msgid "bad mangled name `%s'\n"
4575msgstr ""
4576
4577#: stabs.c:3858
4578msgid "no argument types in mangled string\n"
4579msgstr ""
4580
4581#: strings.c:200
4582#, c-format
4583msgid "invalid number %s"
4584msgstr "���������� %s"
4585
4586#: strings.c:640
4587#, c-format
4588msgid "invalid integer argument %s"
4589msgstr "�������������� %s"
4590
4591#: strings.c:651
4592msgid " Display printable strings in [file(s)] (stdin by default)\n"
4593msgstr " ���� [����] (��������������) ����������������\n"
4594
4595#: strings.c:652
4596msgid ""
4597" The options are:\n"
4598"  -a - --all                Scan the entire file, not just the data section\n"
4599"  -f --print-file-name      Print the name of the file before each string\n"
4600"  -n --bytes=[number]       Locate & print any NUL-terminated sequence of at\n"
4601"  -<number>                 least [number] characters (default 4).\n"
4602"  -t --radix={o,x,d}        Print the location of the string in base 8, 10 or 16\n"
4603"  -o                        An alias for --radix=o\n"
4604"  -T --target=<BFDNAME>     Specify the binary file format\n"
4605"  -e --encoding={s,b,l,B,L} Select character size and endianness:\n"
4606"                            s = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n"
4607"  -h --help                 Display this information\n"
4608"  -v --version              Print the program's version number\n"
4609msgstr ""
4610
4611#: sysdump.c:768
4612msgid "Print a human readable interpretation of a SYSROFF object file\n"
4613msgstr "�������������� SYSROFF ��������������\n"
4614
4615#: sysdump.c:769
4616msgid ""
4617" The options are:\n"
4618"  -h --help        Display this information\n"
4619"  -v --version     Print the program's version number\n"
4620msgstr ""
4621" ��������\n"
4622"  -h --help        ����������\n"
4623"  -v --version     ����������������\n"
4624
4625#: sysdump.c:836
4626#, c-format
4627msgid "cannot open input file %s"
4628msgstr "���������������� %s"
4629
4630#: version.c:35
4631msgid "Copyright 2002 Free Software Foundation, Inc.\n"
4632msgstr "�������� 2002 ����������������\n"
4633
4634#: version.c:36
4635msgid ""
4636"This program is free software; you may redistribute it under the terms of\n"
4637"the GNU General Public License.  This program has absolutely no warranty.\n"
4638msgstr ""
4639"���������������������������� GNU ��������������\n"
4640"������������������������������������������\n"
4641
4642#: windres.c:239
4643#, c-format
4644msgid "can't open %s `%s': %s"
4645msgstr "�������� %s��%s����%s"
4646
4647#: windres.c:418
4648msgid ": expected to be a directory\n"
4649msgstr "����������\n"
4650
4651#: windres.c:430
4652msgid ": expected to be a leaf\n"
4653msgstr ""
4654
4655#: windres.c:439
4656#, c-format
4657msgid "%s: warning: "
4658msgstr "%s��������"
4659
4660#: windres.c:441
4661msgid ": duplicate value\n"
4662msgstr ""
4663
4664#: windres.c:602
4665#, c-format
4666msgid "unknown format type `%s'"
4667msgstr "����������������%s��"
4668
4669#: windres.c:603
4670#, c-format
4671msgid "%s: supported formats:"
4672msgstr "%s��������������"
4673
4674#. Otherwise, we give up.
4675#: windres.c:688
4676#, c-format
4677msgid "can not determine type of file `%s'; use the -I option"
4678msgstr "��������������%s���������������� -I ����"
4679
4680#: windres.c:702
4681#, c-format
4682msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
4683msgstr "������%s [����] [��������] [��������]\n"
4684
4685#: windres.c:704
4686msgid ""
4687" The options are:\n"
4688"  -i --input=<file>            Name input file\n"
4689"  -o --output=<file>           Name output file\n"
4690"  -I --input-format=<format>   Specify input format\n"
4691"  -O --output-format=<format>  Specify output format\n"
4692"  -F --target=<target>         Specify COFF target\n"
4693"     --preprocessor=<program>  Program to use to preprocess rc file\n"
4694"     --include-dir=<dir>       Include directory when preprocessing rc file\n"
4695"  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
4696"  -v --verbose                 Verbose - tells you what it's doing\n"
4697"     --language=<val>          Set language when reading rc file\n"
4698"     --use-temp-file           Use a temporary file instead of popen to read\n"
4699"                               the preprocessor output\n"
4700"     --no-use-temp-file        Use popen (default)\n"
4701msgstr ""
4702
4703#: windres.c:719
4704msgid "     --yydebug                 Turn on parser debugging\n"
4705msgstr "     --yydebug                 ��������������\n"
4706
4707#: windres.c:722
4708msgid ""
4709"  -h --help                    Print this help message\n"
4710"  -V --version                 Print version information\n"
4711msgstr ""
4712"  -h --help                    ��������������\n"
4713"  -V --version                 ������������\n"
4714
4715#: windres.c:725
4716msgid ""
4717"FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
4718"extension if not specified.  A single file name is an input file.\n"
4719"No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
4720msgstr ""
4721"FORMAT �� rc��res �� coff ������������������������������������������\n"
4722"������������������������������������������������������������������\n"
4723"�� rc������������������������������������������ rc��\n"
4724
4725#: windres.c:988
4726msgid "no resources"
4727msgstr "��������"
4728
4729#: wrstabs.c:366 wrstabs.c:2026
4730#, c-format
4731msgid "string_hash_lookup failed: %s"
4732msgstr "string_hash_lookup ������%s"
4733
4734#: wrstabs.c:666
4735#, c-format
4736msgid "stab_int_type: bad size %u"
4737msgstr "stab_int_type���������� %u"
4738
4739#: wrstabs.c:1466
4740#, c-format
4741msgid "%s: warning: unknown size for field `%s' in struct"
4742msgstr "%s����������������%s��������������"
4743