binutils.pot revision 107492
1157184Sache# SOME DESCRIPTIVE TITLE.
2157184Sache# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3157184Sache# This file is distributed under the same license as the PACKAGE package.
4157184Sache# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5157184Sache#
6157184Sache#, fuzzy
7157184Sachemsgid ""
8157184Sachemsgstr ""
9157184Sache"Project-Id-Version: PACKAGE VERSION\n"
10157184Sache"POT-Creation-Date: 2002-10-30 10:07-0500\n"
11157184Sache"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12157184Sache"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13157184Sache"Language-Team: LANGUAGE <LL@li.org>\n"
14157184Sache"MIME-Version: 1.0\n"
15157184Sache"Content-Type: text/plain; charset=CHARSET\n"
16157184Sache"Content-Transfer-Encoding: 8bit\n"
17157184Sache
18157184Sache#: addr2line.c:74
19157184Sache#, c-format
20157184Sachemsgid "Usage: %s [option(s)] [addr(s)]\n"
21157184Sachemsgstr ""
22157184Sache
23157184Sache#: addr2line.c:75
24157184Sachemsgid " Convert addresses into line number/file name pairs.\n"
25157184Sachemsgstr ""
26157184Sache
27157184Sache#: addr2line.c:76
28157184Sachemsgid ""
29157184Sache" If no addresses are specified on the command line, they will be read from "
30157184Sache"stdin\n"
31157184Sachemsgstr ""
32157184Sache
33157184Sache#: addr2line.c:77
34157184Sachemsgid ""
35157184Sache" The options are:\n"
36157184Sache"  -b --target=<bfdname>  Set the binary file format\n"
37157184Sache"  -e --exe=<executable>  Set the input file name (default is a.out)\n"
38157184Sache"  -s --basenames         Strip directory names\n"
39157184Sache"  -f --functions         Show function names\n"
40157184Sache"  -C --demangle[=style]  Demangle function names\n"
41157184Sache"  -h --help              Display this information\n"
42157184Sache"  -v --version           Display the program's version\n"
43157184Sache"\n"
44157184Sachemsgstr ""
45157184Sache
46157184Sache#: addr2line.c:89 ar.c:297 coffdump.c:479 nlmconv.c:1119 objcopy.c:424
47157184Sache#: objcopy.c:457 readelf.c:2313 size.c:104 srconv.c:1962 strings.c:666
48157184Sache#: sysdump.c:774 windres.c:733
49157184Sache#, c-format
50157184Sachemsgid "Report bugs to %s\n"
51157184Sachemsgstr ""
52157184Sache
53157184Sache#: addr2line.c:248
54157184Sache#, c-format
55157184Sachemsgid "%s: can not get addresses from archive"
56157184Sachemsgstr ""
57157184Sache
58157184Sache#: addr2line.c:320 nm.c:395 objdump.c:2783
59157184Sache#, c-format
60157184Sachemsgid "unknown demangling style `%s'"
61157184Sachemsgstr ""
62157184Sache
63157184Sache#: ar.c:238
64157184Sache#, c-format
65157184Sachemsgid "no entry %s in archive\n"
66157184Sachemsgstr ""
67157184Sache
68157184Sache#: ar.c:255
69157184Sache#, c-format
70157184Sachemsgid ""
71157184Sache"Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] "
72157184Sache"[count] archive-file file...\n"
73157184Sachemsgstr ""
74157184Sache
75157184Sache#: ar.c:258
76157184Sache#, c-format
77157184Sachemsgid "       %s -M [<mri-script]\n"
78157184Sachemsgstr ""
79157184Sache
80157184Sache#: ar.c:259
81157184Sachemsgid " commands:\n"
82157184Sachemsgstr ""
83157184Sache
84157184Sache#: ar.c:260
85157184Sachemsgid "  d            - delete file(s) from the archive\n"
86157184Sachemsgstr ""
87157184Sache
88157184Sache#: ar.c:261
89157184Sachemsgid "  m[ab]        - move file(s) in the archive\n"
90157184Sachemsgstr ""
91157184Sache
92157184Sache#: ar.c:262
93157184Sachemsgid "  p            - print file(s) found in the archive\n"
94157184Sachemsgstr ""
95157184Sache
96157184Sache#: ar.c:263
97157184Sachemsgid "  q[f]         - quick append file(s) to the archive\n"
98157184Sachemsgstr ""
99157184Sache
100157184Sache#: ar.c:264
101157184Sachemsgid ""
102157184Sache"  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
103157184Sachemsgstr ""
104157184Sache
105157184Sache#: ar.c:265
106157184Sachemsgid "  t            - display contents of archive\n"
107157184Sachemsgstr ""
108157184Sache
109157184Sache#: ar.c:266
110157184Sachemsgid "  x[o]         - extract file(s) from the archive\n"
111157184Sachemsgstr ""
112157184Sache
113157184Sache#: ar.c:267
114157184Sachemsgid " command specific modifiers:\n"
115157184Sachemsgstr ""
116157184Sache
117157184Sache#: ar.c:268
118157184Sachemsgid "  [a]          - put file(s) after [member-name]\n"
119157184Sachemsgstr ""
120157184Sache
121157184Sache#: ar.c:269
122157184Sachemsgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
123157184Sachemsgstr ""
124157184Sache
125157184Sache#: ar.c:270
126157184Sachemsgid "  [N]          - use instance [count] of name\n"
127157184Sachemsgstr ""
128157184Sache
129157184Sache#: ar.c:271
130157184Sachemsgid "  [f]          - truncate inserted file names\n"
131157184Sachemsgstr ""
132157184Sache
133157184Sache#: ar.c:272
134157184Sachemsgid "  [P]          - use full path names when matching\n"
135157184Sachemsgstr ""
136157184Sache
137157184Sache#: ar.c:273
138157184Sachemsgid "  [o]          - preserve original dates\n"
139157184Sachemsgstr ""
140157184Sache
141157184Sache#: ar.c:274
142157184Sachemsgid ""
143157184Sache"  [u]          - only replace files that are newer than current archive "
144157184Sache"contents\n"
145157184Sachemsgstr ""
146157184Sache
147157184Sache#: ar.c:275
148157184Sachemsgid " generic modifiers:\n"
149157184Sachemsgstr ""
150157184Sache
151157184Sache#: ar.c:276
152157184Sachemsgid "  [c]          - do not warn if the library had to be created\n"
153157184Sachemsgstr ""
154157184Sache
155157184Sache#: ar.c:277
156157184Sachemsgid "  [s]          - create an archive index (cf. ranlib)\n"
157157184Sachemsgstr ""
158157184Sache
159157184Sache#: ar.c:278
160157184Sachemsgid "  [S]          - do not build a symbol table\n"
161157184Sachemsgstr ""
162157184Sache
163157184Sache#: ar.c:279
164157184Sachemsgid "  [v]          - be verbose\n"
165157184Sachemsgstr ""
166157184Sache
167157184Sache#: ar.c:280
168157184Sachemsgid "  [V]          - display the version number\n"
169157184Sachemsgstr ""
170157184Sache
171157184Sache#: ar.c:287
172157184Sache#, c-format
173157184Sachemsgid "Usage: %s [options] archive\n"
174157184Sachemsgstr ""
175157184Sache
176157184Sache#: ar.c:288
177157184Sachemsgid " Generate an index to speed access to archives\n"
178157184Sachemsgstr ""
179157184Sache
180157184Sache#: ar.c:289
181157184Sachemsgid ""
182157184Sache" The options are:\n"
183157184Sache"  -h --help                    Print this help message\n"
184157184Sache"  -V --version                 Print version information\n"
185157184Sachemsgstr ""
186157184Sache
187157184Sache#: ar.c:512
188157184Sachemsgid "two different operation options specified"
189157184Sachemsgstr ""
190157184Sache
191157184Sache#: ar.c:587
192157184Sache#, c-format
193157184Sachemsgid "illegal option -- %c"
194157184Sachemsgstr ""
195157184Sache
196157184Sache#: ar.c:619
197157184Sachemsgid "no operation specified"
198157184Sachemsgstr ""
199157184Sache
200157184Sache#: ar.c:622
201157184Sachemsgid "`u' is only meaningful with the `r' option."
202157184Sachemsgstr ""
203157184Sache
204157184Sache#: ar.c:632
205157184Sachemsgid "`N' is only meaningful with the `x' and `d' options."
206157184Sachemsgstr ""
207157184Sache
208157184Sache#: ar.c:635
209157184Sachemsgid "Value for `N' must be positive."
210157184Sachemsgstr ""
211157184Sache
212157184Sache#: ar.c:718
213157184Sache#, c-format
214157184Sachemsgid "internal error -- this option not implemented"
215157184Sachemsgstr ""
216157184Sache
217157184Sache#: ar.c:837 ar.c:888 ar.c:1333 objcopy.c:1348
218157184Sache#, c-format
219157184Sachemsgid "internal stat error on %s"
220157184Sachemsgstr ""
221157184Sache
222157184Sache#: ar.c:841
223157184Sache#, c-format
224157184Sachemsgid ""
225157184Sache"\n"
226157184Sache"<member %s>\n"
227157184Sache"\n"
228157184Sachemsgstr ""
229157184Sache
230157184Sache#: ar.c:857 ar.c:925
231157184Sache#, c-format
232157184Sachemsgid "%s is not a valid archive"
233157184Sachemsgstr ""
234157184Sache
235157184Sache#: ar.c:893
236157184Sache#, c-format
237157184Sachemsgid "stat returns negative size for %s"
238157184Sachemsgstr ""
239157184Sache
240157184Sache#: ar.c:1020
241157184Sache#, c-format
242157184Sachemsgid "%s is not an archive"
243157184Sachemsgstr ""
244157184Sache
245157184Sache#: ar.c:1027
246157184Sache#, c-format
247157184Sachemsgid "creating %s"
248157184Sachemsgstr ""
249157184Sache
250157184Sache#: ar.c:1233
251157184Sache#, c-format
252157184Sachemsgid "No member named `%s'\n"
253157184Sachemsgstr ""
254157184Sache
255157184Sache#: ar.c:1285
256157184Sache#, c-format
257157184Sachemsgid "no entry %s in archive %s!"
258157184Sachemsgstr ""
259157184Sache
260157184Sache#: ar.c:1422
261157184Sache#, c-format
262157184Sachemsgid "%s: no archive map to update"
263157184Sachemsgstr ""
264157184Sache
265157184Sache#: arsup.c:86
266157184Sache#, c-format
267157184Sachemsgid "No entry %s in archive.\n"
268157184Sachemsgstr ""
269157184Sache
270157184Sache#: arsup.c:117
271157184Sache#, c-format
272157184Sachemsgid "Can't open file %s\n"
273157184Sachemsgstr ""
274157184Sache
275157184Sache#: arsup.c:172
276157184Sache#, c-format
277157184Sachemsgid "%s: Can't open output archive %s\n"
278157184Sachemsgstr ""
279157184Sache
280157184Sache#: arsup.c:189
281157184Sache#, c-format
282157184Sachemsgid "%s: Can't open input archive %s\n"
283157184Sachemsgstr ""
284157184Sache
285157184Sache#: arsup.c:198
286157184Sache#, c-format
287157184Sachemsgid "%s: file %s is not an archive\n"
288157184Sachemsgstr ""
289157184Sache
290157184Sache#: arsup.c:241
291157184Sache#, c-format
292157184Sachemsgid "%s: no output archive specified yet\n"
293157184Sachemsgstr ""
294157184Sache
295157184Sache#: arsup.c:262 arsup.c:301 arsup.c:343 arsup.c:364 arsup.c:430
296157184Sache#, c-format
297157184Sachemsgid "%s: no open output archive\n"
298157184Sachemsgstr ""
299157184Sache
300157184Sache#: arsup.c:273 arsup.c:385 arsup.c:411
301157184Sache#, c-format
302157184Sachemsgid "%s: can't open file %s\n"
303157184Sachemsgstr ""
304157184Sache
305157184Sache#: arsup.c:328 arsup.c:407 arsup.c:489
306157184Sache#, c-format
307157184Sachemsgid "%s: can't find module file %s\n"
308157184Sachemsgstr ""
309157184Sache
310157184Sache#: arsup.c:439
311157184Sache#, c-format
312157184Sachemsgid "Current open archive is %s\n"
313157184Sachemsgstr ""
314157184Sache
315157184Sache#: arsup.c:464
316157184Sache#, c-format
317157184Sachemsgid "%s: no open archive\n"
318157184Sachemsgstr ""
319157184Sache
320157184Sache#: binemul.c:39
321157184Sache#, c-format
322157184Sachemsgid "  No emulation specific options\n"
323157184Sachemsgstr ""
324157184Sache
325157184Sache#. Macros for common output.
326157184Sache#: binemul.h:42
327157184Sache#, c-format
328157184Sachemsgid " emulation options: \n"
329157184Sachemsgstr ""
330157184Sache
331157184Sache#: bucomm.c:106
332157184Sache#, c-format
333157184Sachemsgid "can't set BFD default target to `%s': %s"
334157184Sachemsgstr ""
335157184Sache
336157184Sache#: bucomm.c:118
337157184Sache#, c-format
338157184Sachemsgid "%s: Matching formats:"
339157184Sachemsgstr ""
340157184Sache
341157184Sache#: bucomm.c:135
342157184Sachemsgid "Supported targets:"
343157184Sachemsgstr ""
344157184Sache
345157184Sache#: bucomm.c:137
346157184Sache#, c-format
347157184Sachemsgid "%s: supported targets:"
348157184Sachemsgstr ""
349157184Sache
350157184Sache#: bucomm.c:155
351157184Sachemsgid "Supported architectures:"
352157184Sachemsgstr ""
353157184Sache
354157184Sache#: bucomm.c:157
355157184Sache#, c-format
356157184Sachemsgid "%s: supported architectures:"
357157184Sachemsgstr ""
358157184Sache
359157184Sache#: bucomm.c:264
360157184Sache#, c-format
361157184Sachemsgid "%s: bad number: %s"
362157184Sachemsgstr ""
363157184Sache
364157184Sache#: coffdump.c:107
365157184Sache#, c-format
366157184Sachemsgid "#lines %d "
367157184Sachemsgstr ""
368157184Sache
369157184Sache#: coffdump.c:471 sysdump.c:767
370157184Sache#, c-format
371157184Sachemsgid "Usage: %s [option(s)] in-file\n"
372157184Sachemsgstr ""
373157184Sache
374157184Sache#: coffdump.c:472
375157184Sachemsgid " Print a human readable interpretation of a SYSROFF object file\n"
376157184Sachemsgstr ""
377157184Sache
378157184Sache#: coffdump.c:473
379157184Sachemsgid ""
380157184Sache" The options are:\n"
381157184Sache"  -h --help              Display this information\n"
382157184Sache"  -v --version           Display the program's version\n"
383157184Sache"\n"
384157184Sachemsgstr ""
385157184Sache
386157184Sache#: coffdump.c:541 srconv.c:2052 sysdump.c:831
387157184Sachemsgid "no input file specified"
388157184Sachemsgstr ""
389157184Sache
390157184Sache#: debug.c:653
391157184Sachemsgid "debug_add_to_current_namespace: no current file"
392157184Sachemsgstr ""
393157184Sache
394157184Sache#: debug.c:736
395157184Sachemsgid "debug_start_source: no debug_set_filename call"
396157184Sachemsgstr ""
397157184Sache
398157184Sache#: debug.c:795
399157184Sachemsgid "debug_record_function: no debug_set_filename call"
400157184Sachemsgstr ""
401157184Sache
402157184Sache#: debug.c:851
403157184Sachemsgid "debug_record_parameter: no current function"
404157184Sachemsgstr ""
405157184Sache
406157184Sache#: debug.c:885
407157184Sachemsgid "debug_end_function: no current function"
408157184Sachemsgstr ""
409157184Sache
410157184Sache#: debug.c:891
411157184Sachemsgid "debug_end_function: some blocks were not closed"
412157184Sachemsgstr ""
413157184Sache
414157184Sache#: debug.c:921
415157184Sachemsgid "debug_start_block: no current block"
416157184Sachemsgstr ""
417157184Sache
418157184Sache#: debug.c:959
419157184Sachemsgid "debug_end_block: no current block"
420157184Sachemsgstr ""
421157184Sache
422157184Sache#: debug.c:966
423157184Sachemsgid "debug_end_block: attempt to close top level block"
424157184Sachemsgstr ""
425157184Sache
426157184Sache#: debug.c:992
427157184Sachemsgid "debug_record_line: no current unit"
428157184Sachemsgstr ""
429157184Sache
430157184Sache#. FIXME
431157184Sache#: debug.c:1046
432157184Sachemsgid "debug_start_common_block: not implemented"
433157184Sachemsgstr ""
434157184Sache
435157184Sache#. FIXME
436157184Sache#: debug.c:1058
437157184Sachemsgid "debug_end_common_block: not implemented"
438157184Sachemsgstr ""
439157184Sache
440157184Sache#. FIXME.
441157184Sache#: debug.c:1152
442157184Sachemsgid "debug_record_label: not implemented"
443157184Sachemsgstr ""
444157184Sache
445157184Sache#: debug.c:1178
446157184Sachemsgid "debug_record_variable: no current file"
447157184Sachemsgstr ""
448157184Sache
449157184Sache#: debug.c:1194
450157184Sachemsgid "debug_record_variable: no current block"
451157184Sachemsgstr ""
452157184Sache
453157184Sache#: debug.c:1763
454157184Sachemsgid "debug_make_undefined_type: unsupported kind"
455157184Sachemsgstr ""
456157184Sache
457157184Sache#: debug.c:1964
458157184Sachemsgid "debug_name_type: no current file"
459157184Sachemsgstr ""
460157184Sache
461157184Sache#: debug.c:2012
462157184Sachemsgid "debug_tag_type: no current file"
463157184Sachemsgstr ""
464157184Sache
465157184Sache#: debug.c:2020
466157184Sachemsgid "debug_tag_type: extra tag attempted"
467157184Sachemsgstr ""
468157184Sache
469157184Sache#: debug.c:2059
470157184Sache#, c-format
471157184Sachemsgid "Warning: changing type size from %d to %d\n"
472157184Sachemsgstr ""
473157184Sache
474157184Sache#: debug.c:2083
475157184Sachemsgid "debug_find_named_type: no current compilation unit"
476157184Sachemsgstr ""
477157184Sache
478157184Sache#: debug.c:2190
479157184Sache#, c-format
480157184Sachemsgid "debug_get_real_type: circular debug information for %s\n"
481157184Sachemsgstr ""
482157184Sache
483157184Sache#: debug.c:2650
484157184Sachemsgid "debug_write_type: illegal type encountered"
485157184Sachemsgstr ""
486157184Sache
487157184Sache#: dlltool.c:735 dlltool.c:760 dlltool.c:786
488157184Sache#, c-format
489157184Sachemsgid "Internal error: Unknown machine type: %d"
490157184Sachemsgstr ""
491157184Sache
492157184Sache#: dlltool.c:823
493157184Sache#, c-format
494157184Sachemsgid "Can't open def file: %s"
495157184Sachemsgstr ""
496157184Sache
497157184Sache#: dlltool.c:828
498157184Sache#, c-format
499157184Sachemsgid "Processing def file: %s"
500157184Sachemsgstr ""
501157184Sache
502157184Sache#: dlltool.c:832
503157184Sachemsgid "Processed def file"
504157184Sachemsgstr ""
505157184Sache
506157184Sache#: dlltool.c:858
507157184Sache#, c-format
508157184Sachemsgid "Syntax error in def file %s:%d"
509157184Sachemsgstr ""
510157184Sache
511157184Sache#: dlltool.c:897
512157184Sache#, c-format
513157184Sachemsgid "NAME: %s base: %x"
514157184Sachemsgstr ""
515157184Sache
516157184Sache#: dlltool.c:900 dlltool.c:919
517157184Sachemsgid "Can't have LIBRARY and NAME"
518157184Sachemsgstr ""
519157184Sache
520157184Sache#: dlltool.c:916
521157184Sache#, c-format
522157184Sachemsgid "LIBRARY: %s base: %x"
523157184Sachemsgstr ""
524157184Sache
525157184Sache#: dlltool.c:1174 resrc.c:271
526157184Sache#, c-format
527157184Sachemsgid "wait: %s"
528157184Sachemsgstr ""
529157184Sache
530157184Sache#: dlltool.c:1179 dllwrap.c:430 resrc.c:276
531#, c-format
532msgid "subprocess got fatal signal %d"
533msgstr ""
534
535#: dlltool.c:1185 dllwrap.c:437 resrc.c:283
536#, c-format
537msgid "%s exited with status %d"
538msgstr ""
539
540#: dlltool.c:1217
541#, c-format
542msgid "Sucking in info from %s section in %s"
543msgstr ""
544
545#: dlltool.c:1341
546#, c-format
547msgid "Excluding symbol: %s"
548msgstr ""
549
550#: dlltool.c:1436 dlltool.c:1447 nm.c:959 nm.c:970 objdump.c:386 objdump.c:401
551#, c-format
552msgid "%s: no symbols"
553msgstr ""
554
555#. FIXME: we ought to read in and block out the base relocations
556#: dlltool.c:1474
557#, c-format
558msgid "Done reading %s"
559msgstr ""
560
561#: dlltool.c:1485
562#, c-format
563msgid "Unable to open object file: %s"
564msgstr ""
565
566#: dlltool.c:1488
567#, c-format
568msgid "Scanning object file %s"
569msgstr ""
570
571#: dlltool.c:1503
572#, c-format
573msgid "Cannot produce mcore-elf dll from archive file: %s"
574msgstr ""
575
576#: dlltool.c:1595
577msgid "Adding exports to output file"
578msgstr ""
579
580#: dlltool.c:1640
581msgid "Added exports to output file"
582msgstr ""
583
584#: dlltool.c:1764
585#, c-format
586msgid "Generating export file: %s"
587msgstr ""
588
589#: dlltool.c:1769
590#, c-format
591msgid "Unable to open temporary assembler file: %s"
592msgstr ""
593
594#: dlltool.c:1772
595#, c-format
596msgid "Opened temporary file: %s"
597msgstr ""
598
599#: dlltool.c:1996
600msgid "Generated exports file"
601msgstr ""
602
603#: dlltool.c:2258
604#, c-format
605msgid "bfd_open failed open stub file: %s"
606msgstr ""
607
608#: dlltool.c:2261
609#, c-format
610msgid "Creating stub file: %s"
611msgstr ""
612
613#: dlltool.c:2650
614#, c-format
615msgid "failed to open temporary head file: %s"
616msgstr ""
617
618#: dlltool.c:2709
619#, c-format
620msgid "failed to open temporary tail file: %s"
621msgstr ""
622
623#: dlltool.c:2777
624#, c-format
625msgid "Can't open .lib file: %s"
626msgstr ""
627
628#: dlltool.c:2780
629#, c-format
630msgid "Creating library file: %s"
631msgstr ""
632
633#: dlltool.c:2839
634#, c-format
635msgid "cannot delete %s: %s"
636msgstr ""
637
638#: dlltool.c:2843
639msgid "Created lib file"
640msgstr ""
641
642#: dlltool.c:2948
643#, c-format
644msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
645msgstr ""
646
647#: dlltool.c:2954
648#, c-format
649msgid "Error, duplicate EXPORT with oridinals: %s"
650msgstr ""
651
652#: dlltool.c:3081
653msgid "Processing definitions"
654msgstr ""
655
656#: dlltool.c:3119
657msgid "Processed definitions"
658msgstr ""
659
660#. xgetext:c-format
661#: dlltool.c:3130 dllwrap.c:495
662#, c-format
663msgid "Usage %s <option(s)> <object-file(s)>\n"
664msgstr ""
665
666#. xgetext:c-format
667#: dlltool.c:3132
668#, c-format
669msgid ""
670"   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
671msgstr ""
672
673#: dlltool.c:3133
674msgid ""
675"        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
676"ppc, thumb\n"
677msgstr ""
678
679#: dlltool.c:3134
680msgid "   -e --output-exp <outname> Generate an export file.\n"
681msgstr ""
682
683#: dlltool.c:3135
684msgid "   -l --output-lib <outname> Generate an interface library.\n"
685msgstr ""
686
687#: dlltool.c:3136
688msgid "   -a --add-indirect         Add dll indirects to export file.\n"
689msgstr ""
690
691#: dlltool.c:3137
692msgid ""
693"   -D --dllname <name>       Name of input dll to put into interface lib.\n"
694msgstr ""
695
696#: dlltool.c:3138
697msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
698msgstr ""
699
700#: dlltool.c:3139
701msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
702msgstr ""
703
704#: dlltool.c:3140
705msgid "      --export-all-symbols   Export all symbols to .def\n"
706msgstr ""
707
708#: dlltool.c:3141
709msgid "      --no-export-all-symbols  Only export listed symbols\n"
710msgstr ""
711
712#: dlltool.c:3142
713msgid "      --exclude-symbols <list> Don't export <list>\n"
714msgstr ""
715
716#: dlltool.c:3143
717msgid "      --no-default-excludes  Clear default exclude symbols\n"
718msgstr ""
719
720#: dlltool.c:3144
721msgid "   -b --base-file <basefile> Read linker generated base file.\n"
722msgstr ""
723
724#: dlltool.c:3145
725msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
726msgstr ""
727
728#: dlltool.c:3146
729msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
730msgstr ""
731
732#: dlltool.c:3147
733msgid ""
734"   -U --add-underscore       Add underscores to symbols in interface "
735"library.\n"
736msgstr ""
737
738#: dlltool.c:3148
739msgid "   -k --kill-at              Kill @<n> from exported names.\n"
740msgstr ""
741
742#: dlltool.c:3149
743msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
744msgstr ""
745
746#: dlltool.c:3150
747msgid "   -S --as <name>            Use <name> for assembler.\n"
748msgstr ""
749
750#: dlltool.c:3151
751msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
752msgstr ""
753
754#: dlltool.c:3152
755msgid ""
756"   -C --compat-implib        Create backward compatible import library.\n"
757msgstr ""
758
759#: dlltool.c:3153
760msgid ""
761"   -n --no-delete            Keep temp files (repeat for extra "
762"preservation).\n"
763msgstr ""
764
765#: dlltool.c:3154
766msgid "   -v --verbose              Be verbose.\n"
767msgstr ""
768
769#: dlltool.c:3155
770msgid "   -V --version              Display the program version.\n"
771msgstr ""
772
773#: dlltool.c:3156
774msgid "   -h --help                 Display this information.\n"
775msgstr ""
776
777#: dlltool.c:3158
778msgid ""
779"   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
780msgstr ""
781
782#: dlltool.c:3159
783msgid "   -L --linker <name>        Use <name> as the linker.\n"
784msgstr ""
785
786#: dlltool.c:3160
787msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
788msgstr ""
789
790#: dlltool.c:3310
791#, c-format
792msgid "Unable to open base-file: %s"
793msgstr ""
794
795#: dlltool.c:3339
796#, c-format
797msgid "Machine '%s' not supported"
798msgstr ""
799
800#: dlltool.c:3442 dllwrap.c:214
801#, c-format
802msgid "Tried file: %s"
803msgstr ""
804
805#: dlltool.c:3449 dllwrap.c:221
806#, c-format
807msgid "Using file: %s"
808msgstr ""
809
810#: dllwrap.c:308
811#, c-format
812msgid "Keeping temporary base file %s"
813msgstr ""
814
815#: dllwrap.c:310
816#, c-format
817msgid "Deleting temporary base file %s"
818msgstr ""
819
820#: dllwrap.c:324
821#, c-format
822msgid "Keeping temporary exp file %s"
823msgstr ""
824
825#: dllwrap.c:326
826#, c-format
827msgid "Deleting temporary exp file %s"
828msgstr ""
829
830#: dllwrap.c:339
831#, c-format
832msgid "Keeping temporary def file %s"
833msgstr ""
834
835#: dllwrap.c:341
836#, c-format
837msgid "Deleting temporary def file %s"
838msgstr ""
839
840#: dllwrap.c:496
841msgid "  Generic options:\n"
842msgstr ""
843
844#: dllwrap.c:497
845msgid "   --quiet, -q            Work quietly\n"
846msgstr ""
847
848#: dllwrap.c:498
849msgid "   --verbose, -v          Verbose\n"
850msgstr ""
851
852#: dllwrap.c:499
853msgid "   --version              Print dllwrap version\n"
854msgstr ""
855
856#: dllwrap.c:500
857msgid "   --implib <outname>     Synonym for --output-lib\n"
858msgstr ""
859
860#: dllwrap.c:501
861#, c-format
862msgid "  Options for %s:\n"
863msgstr ""
864
865#: dllwrap.c:502
866msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
867msgstr ""
868
869#: dllwrap.c:503
870msgid "   --driver-flags <flags> Override default ld flags\n"
871msgstr ""
872
873#: dllwrap.c:504
874msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
875msgstr ""
876
877#: dllwrap.c:505
878msgid "   --entry <entry>        Specify alternate DLL entry point\n"
879msgstr ""
880
881#: dllwrap.c:506
882msgid "   --image-base <base>    Specify image base address\n"
883msgstr ""
884
885#: dllwrap.c:507
886msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
887msgstr ""
888
889#: dllwrap.c:508
890msgid "   --dry-run              Show what needs to be run\n"
891msgstr ""
892
893#: dllwrap.c:509
894msgid "   --mno-cygwin           Create Mingw DLL\n"
895msgstr ""
896
897#: dllwrap.c:510
898msgid "  Options passed to DLLTOOL:\n"
899msgstr ""
900
901#: dllwrap.c:511
902msgid "   --machine <machine>\n"
903msgstr ""
904
905#: dllwrap.c:512
906msgid "   --output-exp <outname> Generate export file.\n"
907msgstr ""
908
909#: dllwrap.c:513
910msgid "   --output-lib <outname> Generate input library.\n"
911msgstr ""
912
913#: dllwrap.c:514
914msgid "   --add-indirect         Add dll indirects to export file.\n"
915msgstr ""
916
917#: dllwrap.c:515
918msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
919msgstr ""
920
921#: dllwrap.c:516
922msgid "   --def <deffile>        Name input .def file\n"
923msgstr ""
924
925#: dllwrap.c:517
926msgid "   --output-def <deffile> Name output .def file\n"
927msgstr ""
928
929#: dllwrap.c:518
930msgid "   --export-all-symbols     Export all symbols to .def\n"
931msgstr ""
932
933#: dllwrap.c:519
934msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
935msgstr ""
936
937#: dllwrap.c:520
938msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
939msgstr ""
940
941#: dllwrap.c:521
942msgid "   --no-default-excludes    Zap default exclude symbols\n"
943msgstr ""
944
945#: dllwrap.c:522
946msgid "   --base-file <basefile> Read linker generated base file\n"
947msgstr ""
948
949#: dllwrap.c:523
950msgid "   --no-idata4           Don't generate idata$4 section\n"
951msgstr ""
952
953#: dllwrap.c:524
954msgid "   --no-idata5           Don't generate idata$5 section\n"
955msgstr ""
956
957#: dllwrap.c:525
958msgid "   -U                     Add underscores to .lib\n"
959msgstr ""
960
961#: dllwrap.c:526
962msgid "   -k                     Kill @<n> from exported names\n"
963msgstr ""
964
965#: dllwrap.c:527
966msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
967msgstr ""
968
969#: dllwrap.c:528
970msgid "   --as <name>            Use <name> for assembler\n"
971msgstr ""
972
973#: dllwrap.c:529
974msgid "   --nodelete             Keep temp files.\n"
975msgstr ""
976
977#: dllwrap.c:530
978msgid "  Rest are passed unmodified to the language driver\n"
979msgstr ""
980
981#: dllwrap.c:802
982msgid "Must provide at least one of -o or --dllname options"
983msgstr ""
984
985#: dllwrap.c:830
986msgid ""
987"no export definition file provided.\n"
988"Creating one, but that may not be what you want"
989msgstr ""
990
991#: dllwrap.c:992
992#, c-format
993msgid "DLLTOOL name    : %s\n"
994msgstr ""
995
996#: dllwrap.c:993
997#, c-format
998msgid "DLLTOOL options : %s\n"
999msgstr ""
1000
1001#: dllwrap.c:994
1002#, c-format
1003msgid "DRIVER name     : %s\n"
1004msgstr ""
1005
1006#: dllwrap.c:995
1007#, c-format
1008msgid "DRIVER options  : %s\n"
1009msgstr ""
1010
1011#: emul_aix.c:52
1012#, c-format
1013msgid "  [-g]         - 32 bit small archive\n"
1014msgstr ""
1015
1016#: emul_aix.c:53
1017msgid "  [-X32]       - ignores 64 bit objects\n"
1018msgstr ""
1019
1020#: emul_aix.c:54
1021msgid "  [-X64]       - ignores 32 bit objects\n"
1022msgstr ""
1023
1024#: emul_aix.c:55
1025msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
1026msgstr ""
1027
1028#: ieee.c:317
1029msgid "unexpected end of debugging information"
1030msgstr ""
1031
1032#: ieee.c:412
1033msgid "invalid number"
1034msgstr ""
1035
1036#: ieee.c:471
1037msgid "invalid string length"
1038msgstr ""
1039
1040#: ieee.c:528 ieee.c:569
1041msgid "expression stack overflow"
1042msgstr ""
1043
1044#: ieee.c:548
1045msgid "unsupported IEEE expression operator"
1046msgstr ""
1047
1048#: ieee.c:563
1049msgid "unknown section"
1050msgstr ""
1051
1052#: ieee.c:584
1053msgid "expression stack underflow"
1054msgstr ""
1055
1056#: ieee.c:598
1057msgid "expression stack mismatch"
1058msgstr ""
1059
1060#: ieee.c:637
1061msgid "unknown builtin type"
1062msgstr ""
1063
1064#: ieee.c:782
1065msgid "BCD float type not supported"
1066msgstr ""
1067
1068#: ieee.c:928
1069msgid "unexpected number"
1070msgstr ""
1071
1072#: ieee.c:935
1073msgid "unexpected record type"
1074msgstr ""
1075
1076#: ieee.c:968
1077msgid "blocks left on stack at end"
1078msgstr ""
1079
1080#: ieee.c:1233
1081msgid "unknown BB type"
1082msgstr ""
1083
1084#: ieee.c:1242
1085msgid "stack overflow"
1086msgstr ""
1087
1088#: ieee.c:1267
1089msgid "stack underflow"
1090msgstr ""
1091
1092#: ieee.c:1381 ieee.c:1453 ieee.c:2152
1093msgid "illegal variable index"
1094msgstr ""
1095
1096#: ieee.c:1431
1097msgid "illegal type index"
1098msgstr ""
1099
1100#: ieee.c:1441 ieee.c:1478
1101msgid "unknown TY code"
1102msgstr ""
1103
1104#: ieee.c:1460
1105msgid "undefined variable in TY"
1106msgstr ""
1107
1108#. Pascal file name.  FIXME.
1109#: ieee.c:1871
1110msgid "Pascal file name not supported"
1111msgstr ""
1112
1113#: ieee.c:1919
1114msgid "unsupported qualifier"
1115msgstr ""
1116
1117#: ieee.c:2190
1118msgid "undefined variable in ATN"
1119msgstr ""
1120
1121#: ieee.c:2233
1122msgid "unknown ATN type"
1123msgstr ""
1124
1125#. Reserved for FORTRAN common.
1126#: ieee.c:2355
1127msgid "unsupported ATN11"
1128msgstr ""
1129
1130#. We have no way to record this information.  FIXME.
1131#: ieee.c:2382
1132msgid "unsupported ATN12"
1133msgstr ""
1134
1135#: ieee.c:2442
1136msgid "unexpected string in C++ misc"
1137msgstr ""
1138
1139#: ieee.c:2455
1140msgid "bad misc record"
1141msgstr ""
1142
1143#: ieee.c:2498
1144msgid "unrecognized C++ misc record"
1145msgstr ""
1146
1147#: ieee.c:2615
1148msgid "undefined C++ object"
1149msgstr ""
1150
1151#: ieee.c:2649
1152msgid "unrecognized C++ object spec"
1153msgstr ""
1154
1155#: ieee.c:2685
1156msgid "unsupported C++ object type"
1157msgstr ""
1158
1159#: ieee.c:2695
1160msgid "C++ base class not defined"
1161msgstr ""
1162
1163#: ieee.c:2707 ieee.c:2812
1164msgid "C++ object has no fields"
1165msgstr ""
1166
1167#: ieee.c:2726
1168msgid "C++ base class not found in container"
1169msgstr ""
1170
1171#: ieee.c:2833
1172msgid "C++ data member not found in container"
1173msgstr ""
1174
1175#: ieee.c:2874 ieee.c:3024
1176msgid "unknown C++ visibility"
1177msgstr ""
1178
1179#: ieee.c:2908
1180msgid "bad C++ field bit pos or size"
1181msgstr ""
1182
1183#: ieee.c:3000
1184msgid "bad type for C++ method function"
1185msgstr ""
1186
1187#: ieee.c:3010
1188msgid "no type information for C++ method function"
1189msgstr ""
1190
1191#: ieee.c:3049
1192msgid "C++ static virtual method"
1193msgstr ""
1194
1195#: ieee.c:3144
1196msgid "unrecognized C++ object overhead spec"
1197msgstr ""
1198
1199#: ieee.c:3183
1200msgid "undefined C++ vtable"
1201msgstr ""
1202
1203#: ieee.c:3254
1204msgid "C++ default values not in a function"
1205msgstr ""
1206
1207#: ieee.c:3294
1208msgid "unrecognized C++ default type"
1209msgstr ""
1210
1211#: ieee.c:3325
1212msgid "reference parameter is not a pointer"
1213msgstr ""
1214
1215#: ieee.c:3410
1216msgid "unrecognized C++ reference type"
1217msgstr ""
1218
1219#: ieee.c:3492
1220msgid "C++ reference not found"
1221msgstr ""
1222
1223#: ieee.c:3500
1224msgid "C++ reference is not pointer"
1225msgstr ""
1226
1227#: ieee.c:3529 ieee.c:3537
1228msgid "missing required ASN"
1229msgstr ""
1230
1231#: ieee.c:3567 ieee.c:3575
1232msgid "missing required ATN65"
1233msgstr ""
1234
1235#: ieee.c:3589
1236msgid "bad ATN65 record"
1237msgstr ""
1238
1239#: ieee.c:4234
1240msgid "IEEE numeric overflow: 0x"
1241msgstr ""
1242
1243#: ieee.c:4280
1244#, c-format
1245msgid "IEEE string length overflow: %u\n"
1246msgstr ""
1247
1248#: ieee.c:5330
1249#, c-format
1250msgid "IEEE unsupported integer type size %u\n"
1251msgstr ""
1252
1253#: ieee.c:5366
1254#, c-format
1255msgid "IEEE unsupported float type size %u\n"
1256msgstr ""
1257
1258#: ieee.c:5402
1259#, c-format
1260msgid "IEEE unsupported complex type size %u\n"
1261msgstr ""
1262
1263#: nlmconv.c:281 srconv.c:2043
1264msgid "input and output files must be different"
1265msgstr ""
1266
1267#: nlmconv.c:328
1268msgid "input file named both on command line and with INPUT"
1269msgstr ""
1270
1271#: nlmconv.c:337
1272msgid "no input file"
1273msgstr ""
1274
1275#: nlmconv.c:367
1276msgid "no name for output file"
1277msgstr ""
1278
1279#: nlmconv.c:380
1280msgid "warning: input and output formats are not compatible"
1281msgstr ""
1282
1283#: nlmconv.c:409
1284msgid "make .bss section"
1285msgstr ""
1286
1287#: nlmconv.c:418
1288msgid "make .nlmsections section"
1289msgstr ""
1290
1291#: nlmconv.c:420
1292msgid "set .nlmsections flags"
1293msgstr ""
1294
1295#: nlmconv.c:448
1296msgid "set .bss vma"
1297msgstr ""
1298
1299#: nlmconv.c:455
1300msgid "set .data size"
1301msgstr ""
1302
1303#: nlmconv.c:635
1304#, c-format
1305msgid "warning: symbol %s imported but not in import list"
1306msgstr ""
1307
1308#: nlmconv.c:655
1309msgid "set start address"
1310msgstr ""
1311
1312#: nlmconv.c:704
1313#, c-format
1314msgid "warning: START procedure %s not defined"
1315msgstr ""
1316
1317#: nlmconv.c:706
1318#, c-format
1319msgid "warning: EXIT procedure %s not defined"
1320msgstr ""
1321
1322#: nlmconv.c:708
1323#, c-format
1324msgid "warning: CHECK procedure %s not defined"
1325msgstr ""
1326
1327#: nlmconv.c:729 nlmconv.c:918
1328msgid "custom section"
1329msgstr ""
1330
1331#: nlmconv.c:750 nlmconv.c:947
1332msgid "help section"
1333msgstr ""
1334
1335#: nlmconv.c:772 nlmconv.c:965
1336msgid "message section"
1337msgstr ""
1338
1339#: nlmconv.c:788 nlmconv.c:998
1340msgid "module section"
1341msgstr ""
1342
1343#: nlmconv.c:808 nlmconv.c:1014
1344msgid "rpc section"
1345msgstr ""
1346
1347#. There is no place to record this information.
1348#: nlmconv.c:844
1349#, c-format
1350msgid "%s: warning: shared libraries can not have uninitialized data"
1351msgstr ""
1352
1353#: nlmconv.c:865 nlmconv.c:1033
1354msgid "shared section"
1355msgstr ""
1356
1357#: nlmconv.c:873
1358msgid "warning: No version number given"
1359msgstr ""
1360
1361#: nlmconv.c:913 nlmconv.c:942 nlmconv.c:960 nlmconv.c:1009 nlmconv.c:1028
1362#, c-format
1363msgid "%s: read: %s"
1364msgstr ""
1365
1366#: nlmconv.c:935
1367msgid "warning: MAP and FULLMAP are not supported; try ld -M"
1368msgstr ""
1369
1370#: nlmconv.c:1107
1371#, c-format
1372msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
1373msgstr ""
1374
1375#: nlmconv.c:1108
1376msgid " Convert an object file into a NetWare Loadable Module\n"
1377msgstr ""
1378
1379#: nlmconv.c:1109
1380msgid ""
1381" The options are:\n"
1382"  -I --input-target=<bfdname>   Set the input binary file format\n"
1383"  -O --output-target=<bfdname>  Set the output binary file format\n"
1384"  -T --header-file=<file>       Read <file> for NLM header information\n"
1385"  -l --linker=<linker>          Use <linker> for any linking\n"
1386"  -d --debug                    Display on stderr the linker command line\n"
1387"  -h --help                     Display this information\n"
1388"  -v --version                  Display the program's version\n"
1389msgstr ""
1390
1391#: nlmconv.c:1151
1392#, c-format
1393msgid "support not compiled in for %s"
1394msgstr ""
1395
1396#: nlmconv.c:1191
1397msgid "make section"
1398msgstr ""
1399
1400#: nlmconv.c:1205
1401msgid "set section size"
1402msgstr ""
1403
1404#: nlmconv.c:1211
1405msgid "set section alignment"
1406msgstr ""
1407
1408#: nlmconv.c:1215
1409msgid "set section flags"
1410msgstr ""
1411
1412#: nlmconv.c:1226
1413msgid "set .nlmsections size"
1414msgstr ""
1415
1416#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336
1417msgid "set .nlmsection contents"
1418msgstr ""
1419
1420#: nlmconv.c:1837
1421msgid "stub section sizes"
1422msgstr ""
1423
1424#: nlmconv.c:1886
1425msgid "writing stub"
1426msgstr ""
1427
1428#: nlmconv.c:1975
1429#, c-format
1430msgid "unresolved PC relative reloc against %s"
1431msgstr ""
1432
1433#: nlmconv.c:2039
1434#, c-format
1435msgid "overflow when adjusting relocation against %s"
1436msgstr ""
1437
1438#: nlmconv.c:2156
1439#, c-format
1440msgid "%s: execution of %s failed: "
1441msgstr ""
1442
1443#: nlmconv.c:2171
1444#, c-format
1445msgid "Execution of %s failed"
1446msgstr ""
1447
1448#: nm.c:246 size.c:85 strings.c:650
1449#, c-format
1450msgid "Usage: %s [option(s)] [file(s)]\n"
1451msgstr ""
1452
1453#: nm.c:247
1454msgid " List symbols in [file(s)] (a.out by default).\n"
1455msgstr ""
1456
1457#: nm.c:248
1458msgid ""
1459" The options are:\n"
1460"  -a, --debug-syms       Display debugger-only symbols\n"
1461"  -A, --print-file-name  Print name of the input file before every symbol\n"
1462"  -B                     Same as --format=bsd\n"
1463"  -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
1464"names\n"
1465"                          The STYLE, if specified, can be `auto' (the "
1466"default),\n"
1467"                          `gnu', 'lucid', 'arm', 'hp', 'edg' or 'gnu-new-"
1468"abi'\n"
1469"      --no-demangle      Do not demangle low-level symbol names\n"
1470"  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
1471"      --defined-only     Display only defined symbols\n"
1472"  -e                     (ignored)\n"
1473"  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be "
1474"`bsd',\n"
1475"                           `sysv' or `posix'.  The default is `bsd'\n"
1476"  -g, --extern-only      Display only external symbols\n"
1477"  -l, --line-numbers     Use debugging information to find a filename and\n"
1478"                           line number for each symbol\n"
1479"  -n, --numeric-sort     Sort symbols numerically by address\n"
1480"  -o                     Same as -A\n"
1481"  -p, --no-sort          Do not sort the symbols\n"
1482"  -P, --portability      Same as --format=posix\n"
1483"  -r, --reverse-sort     Reverse the sense of the sort\n"
1484"  -S, --print-size       Print size of defined symbols\n"
1485"  -s, --print-armap      Include index for symbols from archive members\n"
1486"      --size-sort        Sort symbols by size\n"
1487"  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
1488"      --target=BFDNAME   Specify the target object format as BFDNAME\n"
1489"  -u, --undefined-only   Display only undefined symbols\n"
1490"  -X 32_64               (ignored)\n"
1491"  -h, --help             Display this information\n"
1492"  -V, --version          Display this program's version number\n"
1493"\n"
1494msgstr ""
1495
1496#: nm.c:281 objdump.c:217
1497#, c-format
1498msgid "Report bugs to %s.\n"
1499msgstr ""
1500
1501#: nm.c:314
1502#, c-format
1503msgid "%s: invalid radix"
1504msgstr ""
1505
1506#: nm.c:339
1507#, c-format
1508msgid "%s: invalid output format"
1509msgstr ""
1510
1511#: nm.c:456
1512msgid "Only -X 32_64 is supported"
1513msgstr ""
1514
1515#: nm.c:498
1516#, c-format
1517msgid "data size %ld"
1518msgstr ""
1519
1520#: nm.c:523 readelf.c:5391 readelf.c:5427
1521#, c-format
1522msgid "<processor specific>: %d"
1523msgstr ""
1524
1525#: nm.c:525 readelf.c:5393 readelf.c:5439
1526#, c-format
1527msgid "<OS specific>: %d"
1528msgstr ""
1529
1530#: nm.c:527 readelf.c:5395 readelf.c:5442
1531#, c-format
1532msgid "<unknown>: %d"
1533msgstr ""
1534
1535#: nm.c:1339
1536#, c-format
1537msgid ""
1538"\n"
1539"\n"
1540"Undefined symbols from %s:\n"
1541"\n"
1542msgstr ""
1543
1544#: nm.c:1341
1545#, c-format
1546msgid ""
1547"\n"
1548"\n"
1549"Symbols from %s:\n"
1550"\n"
1551msgstr ""
1552
1553#: nm.c:1343 nm.c:1401
1554msgid ""
1555"Name                  Value   Class        Type         Size     Line  "
1556"Section\n"
1557"\n"
1558msgstr ""
1559
1560#: nm.c:1346 nm.c:1404
1561msgid ""
1562"Name                  Value           Class        Type         "
1563"Size             Line  Section\n"
1564"\n"
1565msgstr ""
1566
1567#: nm.c:1397
1568#, c-format
1569msgid ""
1570"\n"
1571"\n"
1572"Undefined symbols from %s[%s]:\n"
1573"\n"
1574msgstr ""
1575
1576#: nm.c:1399
1577#, c-format
1578msgid ""
1579"\n"
1580"\n"
1581"Symbols from %s[%s]:\n"
1582"\n"
1583msgstr ""
1584
1585#: nm.c:1614
1586msgid ""
1587"\n"
1588"Archive index:\n"
1589msgstr ""
1590
1591#: objcopy.c:363 srconv.c:1952
1592#, c-format
1593msgid "Usage: %s [option(s)] in-file [out-file]\n"
1594msgstr ""
1595
1596#: objcopy.c:364
1597msgid " Copies a binary file, possibly transforming it in the process\n"
1598msgstr ""
1599
1600#: objcopy.c:365 objcopy.c:435
1601msgid " The options are:\n"
1602msgstr ""
1603
1604#: objcopy.c:366
1605msgid ""
1606"  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
1607"  -O --output-target <bfdname>     Create an output file in format "
1608"<bfdname>\n"
1609"  -B --binary-architecture <arch>  Set arch of output file, when input is "
1610"binary\n"
1611"  -F --target <bfdname>            Set both input and output format to "
1612"<bfdname>\n"
1613"     --debugging                   Convert debugging information, if "
1614"possible\n"
1615"  -p --preserve-dates              Copy modified/access timestamps to the "
1616"output\n"
1617"  -j --only-section <name>         Only copy section <name> into the output\n"
1618"  -R --remove-section <name>       Remove section <name> from the output\n"
1619"  -S --strip-all                   Remove all symbol and relocation "
1620"information\n"
1621"  -g --strip-debug                 Remove all debugging symbols\n"
1622"     --strip-unneeded              Remove all symbols not needed by "
1623"relocations\n"
1624"  -N --strip-symbol <name>         Do not copy symbol <name>\n"
1625"  -K --keep-symbol <name>          Only copy symbol <name>\n"
1626"  -L --localize-symbol <name>      Force symbol <name> to be marked as a "
1627"local\n"
1628"  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
1629"  -W --weaken-symbol <name>        Force symbol <name> to be marked as a "
1630"weak\n"
1631"     --weaken                      Force all global symbols to be marked as "
1632"weak\n"
1633"  -x --discard-all                 Remove all non-global symbols\n"
1634"  -X --discard-locals              Remove any compiler-generated symbols\n"
1635"  -i --interleave <number>         Only copy one out of every <number> "
1636"bytes\n"
1637"  -b --byte <num>                  Select byte <num> in every interleaved "
1638"block\n"
1639"     --gap-fill <val>              Fill gaps between sections with <val>\n"
1640"     --pad-to <addr>               Pad the last section up to address "
1641"<addr>\n"
1642"     --set-start <addr>            Set the start address to <addr>\n"
1643"    {--change-start|--adjust-start} <incr>\n"
1644"                                   Add <incr> to the start address\n"
1645"    {--change-addresses|--adjust-vma} <incr>\n"
1646"                                   Add <incr> to LMA, VMA and start "
1647"addresses\n"
1648"    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
1649"                                   Change LMA and VMA of section <name> by "
1650"<val>\n"
1651"     --change-section-lma <name>{=|+|-}<val>\n"
1652"                                   Change the LMA of section <name> by "
1653"<val>\n"
1654"     --change-section-vma <name>{=|+|-}<val>\n"
1655"                                   Change the VMA of section <name> by "
1656"<val>\n"
1657"    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
1658"                                   Warn if a named section does not exist\n"
1659"     --set-section-flags <name>=<flags>\n"
1660"                                   Set section <name>'s properties to "
1661"<flags>\n"
1662"     --add-section <name>=<file>   Add section <name> found in <file> to "
1663"output\n"
1664"     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
1665"     --change-leading-char         Force output format's leading character "
1666"style\n"
1667"     --remove-leading-char         Remove leading character from global "
1668"symbols\n"
1669"     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
1670"     --srec-len <number>           Restrict the length of generated "
1671"Srecords\n"
1672"     --srec-forceS3                Restrict the type of generated Srecords "
1673"to S3\n"
1674"     --strip-symbols <file>        -N for all symbols listed in <file>\n"
1675"     --keep-symbols <file>         -K for all symbols listed in <file>\n"
1676"     --localize-symbols <file>     -L for all symbols listed in <file>\n"
1677"     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
1678"     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
1679"     --alt-machine-code <index>    Use alternate machine code for output\n"
1680"  -v --verbose                     List all object files modified\n"
1681"  -V --version                     Display this program's version number\n"
1682"  -h --help                        Display this output\n"
1683msgstr ""
1684
1685#: objcopy.c:433
1686#, c-format
1687msgid "Usage: %s <option(s)> in-file(s)\n"
1688msgstr ""
1689
1690#: objcopy.c:434
1691msgid " Removes symbols and sections from files\n"
1692msgstr ""
1693
1694#: objcopy.c:436
1695msgid ""
1696"  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
1697"  -O --output-target=<bfdname>     Create an output file in format "
1698"<bfdname>\n"
1699"  -F --target=<bfdname>            Set both input and output format to "
1700"<bfdname>\n"
1701"  -p --preserve-dates              Copy modified/access timestamps to the "
1702"output\n"
1703"  -R --remove-section=<name>       Remove section <name> from the output\n"
1704"  -s --strip-all                   Remove all symbol and relocation "
1705"information\n"
1706"  -g -S -d --strip-debug           Remove all debugging symbols\n"
1707"     --strip-unneeded              Remove all symbols not needed by "
1708"relocations\n"
1709"  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
1710"  -K --keep-symbol=<name>          Only copy symbol <name>\n"
1711"  -x --discard-all                 Remove all non-global symbols\n"
1712"  -X --discard-locals              Remove any compiler-generated symbols\n"
1713"  -v --verbose                     List all object files modified\n"
1714"  -V --version                     Display this program's version number\n"
1715"  -h --help                        Display this output\n"
1716"  -o <file>                        Place stripped output into <file>\n"
1717msgstr ""
1718
1719#: objcopy.c:506
1720#, c-format
1721msgid "unrecognized section flag `%s'"
1722msgstr ""
1723
1724#: objcopy.c:507
1725#, c-format
1726msgid "supported flags: %s"
1727msgstr ""
1728
1729#: objcopy.c:584 objcopy.c:2243
1730#, c-format
1731msgid "cannot stat: %s: %s"
1732msgstr ""
1733
1734#: objcopy.c:591 objcopy.c:2261
1735#, c-format
1736msgid "cannot open: %s: %s"
1737msgstr ""
1738
1739#: objcopy.c:594 objcopy.c:2265
1740#, c-format
1741msgid "%s: fread failed"
1742msgstr ""
1743
1744#: objcopy.c:667
1745#, c-format
1746msgid "Ignoring rubbish found on line %d of %s"
1747msgstr ""
1748
1749#: objcopy.c:888
1750#, c-format
1751msgid "%s: Multiple redefinition of symbol \"%s\""
1752msgstr ""
1753
1754#: objcopy.c:893
1755#, c-format
1756msgid "%s: Symbol \"%s\" is target of more than one redefinition"
1757msgstr ""
1758
1759#: objcopy.c:945
1760msgid "Unable to change endianness of input file(s)"
1761msgstr ""
1762
1763#: objcopy.c:953
1764#, c-format
1765msgid "copy from %s(%s) to %s(%s)\n"
1766msgstr ""
1767
1768#: objcopy.c:977
1769#, c-format
1770msgid "Warning: Output file cannot represent architecture %s"
1771msgstr ""
1772
1773#: objcopy.c:1004
1774#, c-format
1775msgid "can't create section `%s': %s"
1776msgstr ""
1777
1778#: objcopy.c:1090
1779#, c-format
1780msgid "Can't fill gap after %s: %s"
1781msgstr ""
1782
1783#: objcopy.c:1115
1784#, c-format
1785msgid "Can't add padding to %s: %s"
1786msgstr ""
1787
1788#: objcopy.c:1254
1789#, c-format
1790msgid "%s: error copying private BFD data: %s"
1791msgstr ""
1792
1793#: objcopy.c:1267
1794msgid "unknown alternate machine code, ignored"
1795msgstr ""
1796
1797#: objcopy.c:1300 objcopy.c:1330
1798#, c-format
1799msgid "cannot mkdir %s for archive copying (error: %s)"
1800msgstr ""
1801
1802#: objcopy.c:1497
1803#, c-format
1804msgid "Multiple renames of section %s"
1805msgstr ""
1806
1807#: objcopy.c:1581
1808msgid "making"
1809msgstr ""
1810
1811#: objcopy.c:1590
1812msgid "size"
1813msgstr ""
1814
1815#: objcopy.c:1604
1816msgid "vma"
1817msgstr ""
1818
1819#: objcopy.c:1630
1820msgid "alignment"
1821msgstr ""
1822
1823#: objcopy.c:1638
1824msgid "flags"
1825msgstr ""
1826
1827#: objcopy.c:1655
1828msgid "private data"
1829msgstr ""
1830
1831#: objcopy.c:1663
1832#, c-format
1833msgid "%s: section `%s': error in %s: %s"
1834msgstr ""
1835
1836#: objcopy.c:1946
1837#, c-format
1838msgid "%s: can't create debugging section: %s"
1839msgstr ""
1840
1841#: objcopy.c:1961
1842#, c-format
1843msgid "%s: can't set debugging section contents: %s"
1844msgstr ""
1845
1846#: objcopy.c:1970
1847#, c-format
1848msgid "%s: don't know how to write debugging information for %s"
1849msgstr ""
1850
1851#: objcopy.c:2078
1852#, c-format
1853msgid "%s: cannot stat: %s"
1854msgstr ""
1855
1856#: objcopy.c:2129
1857msgid "byte number must be non-negative"
1858msgstr ""
1859
1860#: objcopy.c:2139
1861msgid "interleave must be positive"
1862msgstr ""
1863
1864#: objcopy.c:2159 objcopy.c:2167
1865#, c-format
1866msgid "%s both copied and removed"
1867msgstr ""
1868
1869#: objcopy.c:2240 objcopy.c:2310 objcopy.c:2410 objcopy.c:2437 objcopy.c:2461
1870#: objcopy.c:2465 objcopy.c:2485
1871#, c-format
1872msgid "bad format for %s"
1873msgstr ""
1874
1875#: objcopy.c:2379
1876#, c-format
1877msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
1878msgstr ""
1879
1880#: objcopy.c:2531
1881msgid "alternate machine code index must be positive"
1882msgstr ""
1883
1884#: objcopy.c:2550
1885msgid "byte number must be less than interleave"
1886msgstr ""
1887
1888#: objcopy.c:2577
1889#, c-format
1890msgid "architecture %s unknown"
1891msgstr ""
1892
1893#: objcopy.c:2581
1894msgid ""
1895"Warning: input target 'binary' required for binary architecture parameter."
1896msgstr ""
1897
1898#: objcopy.c:2582
1899#, c-format
1900msgid " Argument %s ignored"
1901msgstr ""
1902
1903#: objcopy.c:2588
1904#, c-format
1905msgid "Cannot stat: %s: %s"
1906msgstr ""
1907
1908#: objcopy.c:2628 objcopy.c:2642
1909#, c-format
1910msgid "%s %s%c0x%s never used"
1911msgstr ""
1912
1913#: objdump.c:165
1914#, c-format
1915msgid "Usage: %s <option(s)> <file(s)>\n"
1916msgstr ""
1917
1918#: objdump.c:166
1919msgid " Display information from object <file(s)>.\n"
1920msgstr ""
1921
1922#: objdump.c:167
1923msgid " At least one of the following switches must be given:\n"
1924msgstr ""
1925
1926#: objdump.c:168
1927msgid ""
1928"  -a, --archive-headers    Display archive header information\n"
1929"  -f, --file-headers       Display the contents of the overall file header\n"
1930"  -p, --private-headers    Display object format specific file header "
1931"contents\n"
1932"  -h, --[section-]headers  Display the contents of the section headers\n"
1933"  -x, --all-headers        Display the contents of all headers\n"
1934"  -d, --disassemble        Display assembler contents of executable "
1935"sections\n"
1936"  -D, --disassemble-all    Display assembler contents of all sections\n"
1937"  -S, --source             Intermix source code with disassembly\n"
1938"  -s, --full-contents      Display the full contents of all sections "
1939"requested\n"
1940"  -g, --debugging          Display debug information in object file\n"
1941"  -G, --stabs              Display (in raw form) any STABS info in the file\n"
1942"  -t, --syms               Display the contents of the symbol table(s)\n"
1943"  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
1944"  -r, --reloc              Display the relocation entries in the file\n"
1945"  -R, --dynamic-reloc      Display the dynamic relocation entries in the "
1946"file\n"
1947"  -v, --version            Display this program's version number\n"
1948"  -i, --info               List object formats and architectures supported\n"
1949"  -H, --help               Display this information\n"
1950msgstr ""
1951
1952#: objdump.c:190
1953msgid ""
1954"\n"
1955" The following switches are optional:\n"
1956msgstr ""
1957
1958#: objdump.c:191
1959msgid ""
1960"  -b, --target=BFDNAME           Specify the target object format as "
1961"BFDNAME\n"
1962"  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
1963"  -j, --section=NAME             Only display information for section NAME\n"
1964"  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
1965"  -EB --endian=big               Assume big endian format when "
1966"disassembling\n"
1967"  -EL --endian=little            Assume little endian format when "
1968"disassembling\n"
1969"      --file-start-context       Include context from start of file (with -"
1970"S)\n"
1971"  -l, --line-numbers             Include line numbers and filenames in "
1972"output\n"
1973"  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
1974"                                  The STYLE, if specified, can be `auto', "
1975"'gnu',\n"
1976"                                  'lucid', 'arm', 'hp', 'edg', or 'gnu-new-"
1977"abi'\n"
1978"  -w, --wide                     Format output for more than 80 columns\n"
1979"  -z, --disassemble-zeroes       Do not skip blocks of zeroes when "
1980"disassembling\n"
1981"      --start-address=ADDR       Only process data whoes address is >= ADDR\n"
1982"      --stop-address=ADDR        Only process data whoes address is <= ADDR\n"
1983"      --prefix-addresses         Print complete address alongside "
1984"disassembly\n"
1985"      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
1986"      --adjust-vma=OFFSET        Add OFFSET to all displayed section "
1987"addresses\n"
1988"\n"
1989msgstr ""
1990
1991#: objdump.c:358
1992msgid "Sections:\n"
1993msgstr ""
1994
1995#: objdump.c:361 objdump.c:365
1996msgid "Idx Name          Size      VMA       LMA       File off  Algn"
1997msgstr ""
1998
1999#: objdump.c:367
2000msgid ""
2001"Idx Name          Size      VMA               LMA               File off  "
2002"Algn"
2003msgstr ""
2004
2005#: objdump.c:371
2006msgid "  Flags"
2007msgstr ""
2008
2009#: objdump.c:419
2010#, c-format
2011msgid "%s: not a dynamic object"
2012msgstr ""
2013
2014#: objdump.c:433
2015#, c-format
2016msgid "%s: No dynamic symbols"
2017msgstr ""
2018
2019#: objdump.c:1114
2020msgid "Out of virtual memory"
2021msgstr ""
2022
2023#: objdump.c:1543
2024#, c-format
2025msgid "Can't use supplied machine %s"
2026msgstr ""
2027
2028#: objdump.c:1561
2029#, c-format
2030msgid "Can't disassemble for architecture %s\n"
2031msgstr ""
2032
2033#: objdump.c:1643
2034#, c-format
2035msgid "Disassembly of section %s:\n"
2036msgstr ""
2037
2038#: objdump.c:1818
2039#, c-format
2040msgid ""
2041"No %s section present\n"
2042"\n"
2043msgstr ""
2044
2045#: objdump.c:1825
2046#, c-format
2047msgid "%s has no %s section"
2048msgstr ""
2049
2050#: objdump.c:1839
2051#, c-format
2052msgid "Reading %s section of %s failed: %s"
2053msgstr ""
2054
2055#: objdump.c:1851
2056#, c-format
2057msgid "Reading %s section of %s failed: %s\n"
2058msgstr ""
2059
2060#: objdump.c:1894
2061#, c-format
2062msgid ""
2063"Contents of %s section:\n"
2064"\n"
2065msgstr ""
2066
2067#: objdump.c:1994
2068#, c-format
2069msgid "architecture: %s, "
2070msgstr ""
2071
2072#: objdump.c:1997
2073#, c-format
2074msgid "flags 0x%08x:\n"
2075msgstr ""
2076
2077#: objdump.c:2010
2078msgid ""
2079"\n"
2080"start address 0x"
2081msgstr ""
2082
2083#: objdump.c:2042
2084#, c-format
2085msgid ""
2086"\n"
2087"%s:     file format %s\n"
2088msgstr ""
2089
2090#: objdump.c:2084
2091#, c-format
2092msgid "%s: printing debugging information failed"
2093msgstr ""
2094
2095#: objdump.c:2161
2096#, c-format
2097msgid "In archive %s:\n"
2098msgstr ""
2099
2100#: objdump.c:2213
2101#, c-format
2102msgid "Contents of section %s:\n"
2103msgstr ""
2104
2105#: objdump.c:2719
2106#, c-format
2107msgid "BFD header file version %s\n"
2108msgstr ""
2109
2110#: objdump.c:2808
2111msgid "unrecognized -E option"
2112msgstr ""
2113
2114#: objdump.c:2819
2115#, c-format
2116msgid "unrecognized --endian type `%s'"
2117msgstr ""
2118
2119#: rdcoff.c:204
2120#, c-format
2121msgid "parse_coff_type: Bad type code 0x%x"
2122msgstr ""
2123
2124#: rdcoff.c:422 rdcoff.c:530 rdcoff.c:729
2125#, c-format
2126msgid "bfd_coff_get_syment failed: %s"
2127msgstr ""
2128
2129#: rdcoff.c:438 rdcoff.c:749
2130#, c-format
2131msgid "bfd_coff_get_auxent failed: %s"
2132msgstr ""
2133
2134#: rdcoff.c:816
2135#, c-format
2136msgid "%ld: .bf without preceding function"
2137msgstr ""
2138
2139#: rdcoff.c:866
2140#, c-format
2141msgid "%ld: unexpected .ef\n"
2142msgstr ""
2143
2144#: rddbg.c:87
2145#, c-format
2146msgid "%s: no recognized debugging information"
2147msgstr ""
2148
2149#: rddbg.c:410
2150msgid "Last stabs entries before error:\n"
2151msgstr ""
2152
2153#: readelf.c:328
2154#, c-format
2155msgid "%s: Error: "
2156msgstr ""
2157
2158#: readelf.c:339
2159#, c-format
2160msgid "%s: Warning: "
2161msgstr ""
2162
2163#: readelf.c:361
2164#, c-format
2165msgid "Unable to seek to %x for %s\n"
2166msgstr ""
2167
2168#: readelf.c:372
2169#, c-format
2170msgid "Out of memory allocating %d bytes for %s\n"
2171msgstr ""
2172
2173#: readelf.c:380
2174#, c-format
2175msgid "Unable to read in %d bytes of %s\n"
2176msgstr ""
2177
2178#: readelf.c:433 readelf.c:591
2179#, c-format
2180msgid "Unhandled data length: %d\n"
2181msgstr ""
2182
2183#: readelf.c:675
2184msgid "Don't know about relocations on this machine architecture\n"
2185msgstr ""
2186
2187#: readelf.c:697 readelf.c:726 readelf.c:772 readelf.c:799
2188msgid "relocs"
2189msgstr ""
2190
2191#: readelf.c:708 readelf.c:737 readelf.c:782 readelf.c:809
2192msgid "out of memory parsing relocs"
2193msgstr ""
2194
2195#: readelf.c:861
2196msgid ""
2197" Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
2198msgstr ""
2199
2200#: readelf.c:863
2201msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
2202msgstr ""
2203
2204#: readelf.c:868
2205msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
2206msgstr ""
2207
2208#: readelf.c:870
2209msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
2210msgstr ""
2211
2212#: readelf.c:878
2213msgid ""
2214"    Offset             Info            Type               Symbol's Value  "
2215"Symbol's Name + Addend\n"
2216msgstr ""
2217
2218#: readelf.c:880
2219msgid ""
2220"  Offset          Info           Type           Sym. Value    Sym. Name + "
2221"Addend\n"
2222msgstr ""
2223
2224#: readelf.c:885
2225msgid ""
2226"    Offset             Info            Type               Symbol's Value  "
2227"Symbol's Name\n"
2228msgstr ""
2229
2230#: readelf.c:887
2231msgid ""
2232"  Offset          Info           Type           Sym. Value    Sym. Name\n"
2233msgstr ""
2234
2235#: readelf.c:1134 readelf.c:1136 readelf.c:1184 readelf.c:1186 readelf.c:1195
2236#: readelf.c:1197
2237#, c-format
2238msgid "unrecognized: %-7lx"
2239msgstr ""
2240
2241#: readelf.c:1158
2242#, c-format
2243msgid "<string table index %3ld>"
2244msgstr ""
2245
2246#: readelf.c:1423
2247#, c-format
2248msgid "Processor Specific: %lx"
2249msgstr ""
2250
2251#: readelf.c:1442
2252#, c-format
2253msgid "Operating System specific: %lx"
2254msgstr ""
2255
2256#: readelf.c:1445 readelf.c:2086
2257#, c-format
2258msgid "<unknown>: %lx"
2259msgstr ""
2260
2261#: readelf.c:1459
2262msgid "NONE (None)"
2263msgstr ""
2264
2265#: readelf.c:1460
2266msgid "REL (Relocatable file)"
2267msgstr ""
2268
2269#: readelf.c:1461
2270msgid "EXEC (Executable file)"
2271msgstr ""
2272
2273#: readelf.c:1462
2274msgid "DYN (Shared object file)"
2275msgstr ""
2276
2277#: readelf.c:1463
2278msgid "CORE (Core file)"
2279msgstr ""
2280
2281#: readelf.c:1467
2282#, c-format
2283msgid "Processor Specific: (%x)"
2284msgstr ""
2285
2286#: readelf.c:1469
2287#, c-format
2288msgid "OS Specific: (%x)"
2289msgstr ""
2290
2291#: readelf.c:1471 readelf.c:1573 readelf.c:2238
2292#, c-format
2293msgid "<unknown>: %x"
2294msgstr ""
2295
2296#: readelf.c:1484
2297msgid "None"
2298msgstr ""
2299
2300#: readelf.c:2280
2301msgid "Usage: readelf <option(s)> elf-file(s)\n"
2302msgstr ""
2303
2304#: readelf.c:2281
2305msgid " Display information about the contents of ELF format files\n"
2306msgstr ""
2307
2308#: readelf.c:2282
2309msgid ""
2310" Options are:\n"
2311"  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
2312"  -h --file-header       Display the ELF file header\n"
2313"  -l --program-headers   Display the program headers\n"
2314"     --segments          An alias for --program-headers\n"
2315"  -S --section-headers   Display the sections' header\n"
2316"     --sections          An alias for --section-headers\n"
2317"  -e --headers           Equivalent to: -h -l -S\n"
2318"  -s --syms              Display the symbol table\n"
2319"      --symbols          An alias for --syms\n"
2320"  -n --notes             Display the core notes (if present)\n"
2321"  -r --relocs            Display the relocations (if present)\n"
2322"  -u --unwind            Display the unwind info (if present)\n"
2323"  -d --dynamic           Display the dynamic segment (if present)\n"
2324"  -V --version-info      Display the version sections (if present)\n"
2325"  -A --arch-specific     Display architecture specific information (if "
2326"any).\n"
2327"  -D --use-dynamic       Use the dynamic section info when displaying "
2328"symbols\n"
2329"  -x --hex-dump=<number> Dump the contents of section <number>\n"
2330"  -w[liaprmfFso] or\n"
2331"  --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,"
2332"=loc]\n"
2333"                         Display the contents of DWARF2 debug sections\n"
2334msgstr ""
2335
2336#: readelf.c:2304
2337msgid ""
2338"  -i --instruction-dump=<number>\n"
2339"                         Disassemble the contents of section <number>\n"
2340msgstr ""
2341
2342#: readelf.c:2308
2343msgid ""
2344"  -I --histogram         Display histogram of bucket list lengths\n"
2345"  -W --wide              Allow output width to exceed 80 characters\n"
2346"  -H --help              Display this information\n"
2347"  -v --version           Display the version number of readelf\n"
2348msgstr ""
2349
2350#: readelf.c:2330
2351msgid "Out of memory allocating dump request table."
2352msgstr ""
2353
2354#: readelf.c:2494 readelf.c:2570
2355#, c-format
2356msgid "Unrecognized debug option '%s'\n"
2357msgstr ""
2358
2359#: readelf.c:2604
2360#, c-format
2361msgid "Invalid option '-%c'\n"
2362msgstr ""
2363
2364#: readelf.c:2617
2365msgid "Nothing to do.\n"
2366msgstr ""
2367
2368#: readelf.c:2630 readelf.c:2647 readelf.c:4952
2369msgid "none"
2370msgstr ""
2371
2372#: readelf.c:2634 readelf.c:2651 readelf.c:2679
2373#, c-format
2374msgid "<unknown: %x>"
2375msgstr ""
2376
2377#: readelf.c:2648
2378msgid "2's complement, little endian"
2379msgstr ""
2380
2381#: readelf.c:2649
2382msgid "2's complement, big endian"
2383msgstr ""
2384
2385#: readelf.c:2676
2386msgid "Standalone App"
2387msgstr ""
2388
2389#: readelf.c:2694
2390msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
2391msgstr ""
2392
2393#: readelf.c:2702
2394msgid "ELF Header:\n"
2395msgstr ""
2396
2397#: readelf.c:2703
2398msgid "  Magic:   "
2399msgstr ""
2400
2401#: readelf.c:2707
2402#, c-format
2403msgid "  Class:                             %s\n"
2404msgstr ""
2405
2406#: readelf.c:2709
2407#, c-format
2408msgid "  Data:                              %s\n"
2409msgstr ""
2410
2411#: readelf.c:2711
2412#, c-format
2413msgid "  Version:                           %d %s\n"
2414msgstr ""
2415
2416#: readelf.c:2718
2417#, c-format
2418msgid "  OS/ABI:                            %s\n"
2419msgstr ""
2420
2421#: readelf.c:2720
2422#, c-format
2423msgid "  ABI Version:                       %d\n"
2424msgstr ""
2425
2426#: readelf.c:2722
2427#, c-format
2428msgid "  Type:                              %s\n"
2429msgstr ""
2430
2431#: readelf.c:2724
2432#, c-format
2433msgid "  Machine:                           %s\n"
2434msgstr ""
2435
2436#: readelf.c:2726
2437#, c-format
2438msgid "  Version:                           0x%lx\n"
2439msgstr ""
2440
2441#: readelf.c:2729
2442msgid "  Entry point address:               "
2443msgstr ""
2444
2445#: readelf.c:2731
2446msgid ""
2447"\n"
2448"  Start of program headers:          "
2449msgstr ""
2450
2451#: readelf.c:2733
2452msgid ""
2453" (bytes into file)\n"
2454"  Start of section headers:          "
2455msgstr ""
2456
2457#: readelf.c:2735
2458msgid " (bytes into file)\n"
2459msgstr ""
2460
2461#: readelf.c:2737
2462#, c-format
2463msgid "  Flags:                             0x%lx%s\n"
2464msgstr ""
2465
2466#: readelf.c:2740
2467#, c-format
2468msgid "  Size of this header:               %ld (bytes)\n"
2469msgstr ""
2470
2471#: readelf.c:2742
2472#, c-format
2473msgid "  Size of program headers:           %ld (bytes)\n"
2474msgstr ""
2475
2476#: readelf.c:2744
2477#, c-format
2478msgid "  Number of program headers:         %ld\n"
2479msgstr ""
2480
2481#: readelf.c:2746
2482#, c-format
2483msgid "  Size of section headers:           %ld (bytes)\n"
2484msgstr ""
2485
2486#: readelf.c:2748
2487#, c-format
2488msgid "  Number of section headers:         %ld"
2489msgstr ""
2490
2491#: readelf.c:2753
2492#, c-format
2493msgid "  Section header string table index: %ld"
2494msgstr ""
2495
2496#: readelf.c:2787 readelf.c:2823
2497msgid "program headers"
2498msgstr ""
2499
2500#: readelf.c:2857
2501msgid ""
2502"\n"
2503"There are no program headers in this file.\n"
2504msgstr ""
2505
2506#: readelf.c:2863
2507#, c-format
2508msgid ""
2509"\n"
2510"Elf file type is %s\n"
2511msgstr ""
2512
2513#: readelf.c:2864
2514msgid "Entry point "
2515msgstr ""
2516
2517#: readelf.c:2866
2518#, c-format
2519msgid ""
2520"\n"
2521"There are %d program headers, starting at offset "
2522msgstr ""
2523
2524#: readelf.c:2877 readelf.c:3104 readelf.c:3150 readelf.c:3213 readelf.c:3280
2525#: readelf.c:4314 readelf.c:4357 readelf.c:4546 readelf.c:5499 readelf.c:5513
2526#: readelf.c:9747 readelf.c:9787
2527msgid "Out of memory\n"
2528msgstr ""
2529
2530#: readelf.c:2895 readelf.c:2897
2531msgid ""
2532"\n"
2533"Program Headers:\n"
2534msgstr ""
2535
2536#: readelf.c:2901
2537msgid ""
2538"  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
2539msgstr ""
2540
2541#: readelf.c:2904
2542msgid ""
2543"  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
2544"MemSiz   Flg Align\n"
2545msgstr ""
2546
2547#: readelf.c:2908
2548msgid "  Type           Offset             VirtAddr           PhysAddr\n"
2549msgstr ""
2550
2551#: readelf.c:2910
2552msgid "                 FileSiz            MemSiz              Flags  Align\n"
2553msgstr ""
2554
2555#: readelf.c:3010
2556msgid "more than one dynamic segment\n"
2557msgstr ""
2558
2559#: readelf.c:3018
2560msgid "Unable to find program interpreter name\n"
2561msgstr ""
2562
2563#: readelf.c:3025
2564#, c-format
2565msgid ""
2566"\n"
2567"      [Requesting program interpreter: %s]"
2568msgstr ""
2569
2570#: readelf.c:3043
2571msgid ""
2572"\n"
2573" Section to Segment mapping:\n"
2574msgstr ""
2575
2576#: readelf.c:3044
2577msgid "  Segment Sections...\n"
2578msgstr ""
2579
2580#: readelf.c:3095 readelf.c:3141
2581msgid "section headers"
2582msgstr ""
2583
2584#: readelf.c:3189 readelf.c:3256
2585msgid "symbols"
2586msgstr ""
2587
2588#: readelf.c:3200 readelf.c:3267
2589msgid "symtab shndx"
2590msgstr ""
2591
2592#: readelf.c:3369
2593msgid ""
2594"\n"
2595"There are no sections in this file.\n"
2596msgstr ""
2597
2598#: readelf.c:3375
2599#, c-format
2600msgid "There are %d section headers, starting at offset 0x%lx:\n"
2601msgstr ""
2602
2603#: readelf.c:3392 readelf.c:3706 readelf.c:4053 readelf.c:5650
2604msgid "string table"
2605msgstr ""
2606
2607#: readelf.c:3413
2608msgid "File contains multiple dynamic symbol tables\n"
2609msgstr ""
2610
2611#: readelf.c:3425
2612msgid "File contains multiple dynamic string tables\n"
2613msgstr ""
2614
2615#: readelf.c:3431
2616msgid "dynamic strings"
2617msgstr ""
2618
2619#: readelf.c:3437
2620msgid "File contains multiple symtab shndx tables\n"
2621msgstr ""
2622
2623#: readelf.c:3475
2624msgid ""
2625"\n"
2626"Section Headers:\n"
2627msgstr ""
2628
2629#: readelf.c:3477
2630msgid ""
2631"\n"
2632"Section Header:\n"
2633msgstr ""
2634
2635#: readelf.c:3481
2636msgid ""
2637"  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
2638"Inf Al\n"
2639msgstr ""
2640
2641#: readelf.c:3484
2642msgid ""
2643"  [Nr] Name              Type            Address          Off    Size   ES "
2644"Flg Lk Inf Al\n"
2645msgstr ""
2646
2647#: readelf.c:3487
2648msgid "  [Nr] Name              Type             Address           Offset\n"
2649msgstr ""
2650
2651#: readelf.c:3488
2652msgid "       Size              EntSize          Flags  Link  Info  Align\n"
2653msgstr ""
2654
2655#: readelf.c:3583
2656msgid ""
2657"Key to Flags:\n"
2658"  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
2659"  I (info), L (link order), G (group), x (unknown)\n"
2660"  O (extra OS processing required) o (OS specific), p (processor specific)\n"
2661msgstr ""
2662
2663#: readelf.c:3644
2664#, c-format
2665msgid ""
2666"\n"
2667"Relocation section at offset 0x%lx contains %ld bytes:\n"
2668msgstr ""
2669
2670#: readelf.c:3651
2671msgid ""
2672"\n"
2673"There are no dynamic relocations in this file.\n"
2674msgstr ""
2675
2676#: readelf.c:3678
2677msgid ""
2678"\n"
2679"Relocation section "
2680msgstr ""
2681
2682#: readelf.c:3683 readelf.c:4116 readelf.c:4130
2683#, c-format
2684msgid "'%s'"
2685msgstr ""
2686
2687#: readelf.c:3685 readelf.c:4132
2688#, c-format
2689msgid " at offset 0x%lx contains %lu entries:\n"
2690msgstr ""
2691
2692#: readelf.c:3723
2693msgid ""
2694"\n"
2695"There are no relocations in this file.\n"
2696msgstr ""
2697
2698#: readelf.c:3919
2699msgid "unwind table"
2700msgstr ""
2701
2702#: readelf.c:3970 readelf.c:3982 readelf.c:7977 readelf.c:7989
2703#, c-format
2704msgid "Skipping unexpected symbol type %u\n"
2705msgstr ""
2706
2707#: readelf.c:3990
2708#, c-format
2709msgid "Skipping unexpected relocation type %s\n"
2710msgstr ""
2711
2712#: readelf.c:4035 readelf.c:4060
2713msgid ""
2714"\n"
2715"There are no unwind sections in this file.\n"
2716msgstr ""
2717
2718#: readelf.c:4111
2719msgid ""
2720"\n"
2721"Could not find unwind info section for "
2722msgstr ""
2723
2724#: readelf.c:4123
2725msgid "unwind info"
2726msgstr ""
2727
2728#: readelf.c:4125
2729msgid ""
2730"\n"
2731"Unwind section "
2732msgstr ""
2733
2734#: readelf.c:4298 readelf.c:4341
2735msgid "dynamic segment"
2736msgstr ""
2737
2738#: readelf.c:4419
2739msgid ""
2740"\n"
2741"There is no dynamic segment in this file.\n"
2742msgstr ""
2743
2744#: readelf.c:4453
2745msgid "Unable to seek to end of file!"
2746msgstr ""
2747
2748#: readelf.c:4464
2749msgid "Unable to determine the number of symbols to load\n"
2750msgstr ""
2751
2752#: readelf.c:4494
2753msgid "Unable to seek to end of file\n"
2754msgstr ""
2755
2756#: readelf.c:4500
2757msgid "Unable to determine the length of the dynamic string table\n"
2758msgstr ""
2759
2760#: readelf.c:4505
2761msgid "dynamic string table"
2762msgstr ""
2763
2764#: readelf.c:4539
2765msgid "symbol information"
2766msgstr ""
2767
2768#: readelf.c:4563
2769#, c-format
2770msgid ""
2771"\n"
2772"Dynamic segment at offset 0x%x contains %ld entries:\n"
2773msgstr ""
2774
2775#: readelf.c:4566
2776msgid "  Tag        Type                         Name/Value\n"
2777msgstr ""
2778
2779#: readelf.c:4602
2780msgid "Auxiliary library"
2781msgstr ""
2782
2783#: readelf.c:4606
2784msgid "Filter library"
2785msgstr ""
2786
2787#: readelf.c:4610
2788msgid "Configuration file"
2789msgstr ""
2790
2791#: readelf.c:4614
2792msgid "Dependency audit library"
2793msgstr ""
2794
2795#: readelf.c:4618
2796msgid "Audit library"
2797msgstr ""
2798
2799#: readelf.c:4636 readelf.c:4662 readelf.c:4688
2800msgid "Flags:"
2801msgstr ""
2802
2803#: readelf.c:4638 readelf.c:4664 readelf.c:4690
2804msgid " None\n"
2805msgstr ""
2806
2807#: readelf.c:4809
2808#, c-format
2809msgid "Shared library: [%s]"
2810msgstr ""
2811
2812#: readelf.c:4812
2813msgid " program interpreter"
2814msgstr ""
2815
2816#: readelf.c:4816
2817#, c-format
2818msgid "Library soname: [%s]"
2819msgstr ""
2820
2821#: readelf.c:4820
2822#, c-format
2823msgid "Library rpath: [%s]"
2824msgstr ""
2825
2826#: readelf.c:4824
2827#, c-format
2828msgid "Library runpath: [%s]"
2829msgstr ""
2830
2831#: readelf.c:4887
2832#, c-format
2833msgid "Not needed object: [%s]\n"
2834msgstr ""
2835
2836#: readelf.c:4998
2837#, c-format
2838msgid ""
2839"\n"
2840"Version definition section '%s' contains %ld entries:\n"
2841msgstr ""
2842
2843#: readelf.c:5001
2844msgid "  Addr: 0x"
2845msgstr ""
2846
2847#: readelf.c:5003 readelf.c:5198
2848#, c-format
2849msgid "  Offset: %#08lx  Link: %lx (%s)\n"
2850msgstr ""
2851
2852#: readelf.c:5010
2853msgid "version definition section"
2854msgstr ""
2855
2856#: readelf.c:5036
2857#, c-format
2858msgid "  %#06x: Rev: %d  Flags: %s"
2859msgstr ""
2860
2861#: readelf.c:5039
2862#, c-format
2863msgid "  Index: %d  Cnt: %d  "
2864msgstr ""
2865
2866#: readelf.c:5050
2867#, c-format
2868msgid "Name: %s\n"
2869msgstr ""
2870
2871#: readelf.c:5052
2872#, c-format
2873msgid "Name index: %ld\n"
2874msgstr ""
2875
2876#: readelf.c:5067
2877#, c-format
2878msgid "  %#06x: Parent %d: %s\n"
2879msgstr ""
2880
2881#: readelf.c:5070
2882#, c-format
2883msgid "  %#06x: Parent %d, name index: %ld\n"
2884msgstr ""
2885
2886#: readelf.c:5089
2887#, c-format
2888msgid ""
2889"\n"
2890"Version needs section '%s' contains %ld entries:\n"
2891msgstr ""
2892
2893#: readelf.c:5092
2894msgid " Addr: 0x"
2895msgstr ""
2896
2897#: readelf.c:5094
2898#, c-format
2899msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
2900msgstr ""
2901
2902#: readelf.c:5100
2903msgid "version need section"
2904msgstr ""
2905
2906#: readelf.c:5122
2907#, c-format
2908msgid "  %#06x: Version: %d"
2909msgstr ""
2910
2911#: readelf.c:5125
2912#, c-format
2913msgid "  File: %s"
2914msgstr ""
2915
2916#: readelf.c:5127
2917#, c-format
2918msgid "  File: %lx"
2919msgstr ""
2920
2921#: readelf.c:5129
2922#, c-format
2923msgid "  Cnt: %d\n"
2924msgstr ""
2925
2926#: readelf.c:5147
2927#, c-format
2928msgid "  %#06x: Name: %s"
2929msgstr ""
2930
2931#: readelf.c:5150
2932#, c-format
2933msgid "  %#06x: Name index: %lx"
2934msgstr ""
2935
2936#: readelf.c:5153
2937#, c-format
2938msgid "  Flags: %s  Version: %d\n"
2939msgstr ""
2940
2941#: readelf.c:5189
2942msgid "version string table"
2943msgstr ""
2944
2945#: readelf.c:5193
2946#, c-format
2947msgid ""
2948"\n"
2949"Version symbols section '%s' contains %d entries:\n"
2950msgstr ""
2951
2952#: readelf.c:5196
2953msgid " Addr: "
2954msgstr ""
2955
2956#: readelf.c:5206
2957msgid "version symbol data"
2958msgstr ""
2959
2960#: readelf.c:5233
2961msgid "   0 (*local*)    "
2962msgstr ""
2963
2964#: readelf.c:5237
2965msgid "   1 (*global*)   "
2966msgstr ""
2967
2968#: readelf.c:5272 readelf.c:5707
2969msgid "version need"
2970msgstr ""
2971
2972#: readelf.c:5282
2973msgid "version need aux (2)"
2974msgstr ""
2975
2976#: readelf.c:5323 readelf.c:5769
2977msgid "version def"
2978msgstr ""
2979
2980#: readelf.c:5342 readelf.c:5784
2981msgid "version def aux"
2982msgstr ""
2983
2984#: readelf.c:5373
2985msgid ""
2986"\n"
2987"No version information found in this file.\n"
2988msgstr ""
2989
2990#: readelf.c:5505
2991msgid "Unable to read in dynamic data\n"
2992msgstr ""
2993
2994#: readelf.c:5547
2995msgid "Unable to seek to start of dynamic information"
2996msgstr ""
2997
2998#: readelf.c:5553
2999msgid "Failed to read in number of buckets\n"
3000msgstr ""
3001
3002#: readelf.c:5559
3003msgid "Failed to read in number of chains\n"
3004msgstr ""
3005
3006#: readelf.c:5579
3007msgid ""
3008"\n"
3009"Symbol table for image:\n"
3010msgstr ""
3011
3012#: readelf.c:5581
3013msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
3014msgstr ""
3015
3016#: readelf.c:5583
3017msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
3018msgstr ""
3019
3020#: readelf.c:5628
3021#, c-format
3022msgid ""
3023"\n"
3024"Symbol table '%s' contains %lu entries:\n"
3025msgstr ""
3026
3027#: readelf.c:5632
3028msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
3029msgstr ""
3030
3031#: readelf.c:5634
3032msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
3033msgstr ""
3034
3035#: readelf.c:5680
3036msgid "version data"
3037msgstr ""
3038
3039#: readelf.c:5720
3040msgid "version need aux (3)"
3041msgstr ""
3042
3043#: readelf.c:5745
3044msgid "bad dynamic symbol"
3045msgstr ""
3046
3047#: readelf.c:5807
3048msgid ""
3049"\n"
3050"Dynamic symbol information is not available for displaying symbols.\n"
3051msgstr ""
3052
3053#: readelf.c:5819
3054#, c-format
3055msgid ""
3056"\n"
3057"Histogram for bucket list length (total of %d buckets):\n"
3058msgstr ""
3059
3060#: readelf.c:5821
3061#, c-format
3062msgid " Length  Number     %% of total  Coverage\n"
3063msgstr ""
3064
3065#: readelf.c:5826 readelf.c:5845 readelf.c:9234 readelf.c:9426
3066msgid "Out of memory"
3067msgstr ""
3068
3069#: readelf.c:5894
3070#, c-format
3071msgid ""
3072"\n"
3073"Dynamic info segment at offset 0x%lx contains %d entries:\n"
3074msgstr ""
3075
3076#: readelf.c:5897
3077msgid " Num: Name                           BoundTo     Flags\n"
3078msgstr ""
3079
3080#: readelf.c:5949
3081#, c-format
3082msgid ""
3083"\n"
3084"Assembly dump of section %s\n"
3085msgstr ""
3086
3087#: readelf.c:5972
3088#, c-format
3089msgid ""
3090"\n"
3091"Section '%s' has no data to dump.\n"
3092msgstr ""
3093
3094#: readelf.c:5977
3095#, c-format
3096msgid ""
3097"\n"
3098"Hex dump of section '%s':\n"
3099msgstr ""
3100
3101#: readelf.c:5982
3102msgid "section data"
3103msgstr ""
3104
3105#: readelf.c:6131
3106msgid "badly formed extended line op encountered!\n"
3107msgstr ""
3108
3109#: readelf.c:6138
3110#, c-format
3111msgid "  Extended opcode %d: "
3112msgstr ""
3113
3114#: readelf.c:6143
3115msgid ""
3116"End of Sequence\n"
3117"\n"
3118msgstr ""
3119
3120#: readelf.c:6149
3121#, c-format
3122msgid "set Address to 0x%lx\n"
3123msgstr ""
3124
3125#: readelf.c:6154
3126msgid "  define new File Table entry\n"
3127msgstr ""
3128
3129#: readelf.c:6155 readelf.c:6284
3130msgid "  Entry\tDir\tTime\tSize\tName\n"
3131msgstr ""
3132
3133#: readelf.c:6157
3134#, c-format
3135msgid "   %d\t"
3136msgstr ""
3137
3138#: readelf.c:6160 readelf.c:6162 readelf.c:6164 readelf.c:6296 readelf.c:6298
3139#: readelf.c:6300
3140#, c-format
3141msgid "%lu\t"
3142msgstr ""
3143
3144#: readelf.c:6165
3145#, c-format
3146msgid ""
3147"%s\n"
3148"\n"
3149msgstr ""
3150
3151#: readelf.c:6169
3152#, c-format
3153msgid "UNKNOWN: length %d\n"
3154msgstr ""
3155
3156#: readelf.c:6195
3157#, c-format
3158msgid ""
3159"\n"
3160"Dump of debug contents of section %s:\n"
3161"\n"
3162msgstr ""
3163
3164#: readelf.c:6207
3165msgid "64-bit DWARF line info is not supported yet.\n"
3166msgstr ""
3167
3168#: readelf.c:6214
3169msgid "The line info appears to be corrupt - the section is too small\n"
3170msgstr ""
3171
3172#: readelf.c:6222
3173msgid "Only DWARF version 2 line info is currently supported.\n"
3174msgstr ""
3175
3176#: readelf.c:6237
3177#, c-format
3178msgid "  Length:                      %ld\n"
3179msgstr ""
3180
3181#: readelf.c:6238
3182#, c-format
3183msgid "  DWARF Version:               %d\n"
3184msgstr ""
3185
3186#: readelf.c:6239
3187#, c-format
3188msgid "  Prologue Length:             %d\n"
3189msgstr ""
3190
3191#: readelf.c:6240
3192#, c-format
3193msgid "  Minimum Instruction Length:  %d\n"
3194msgstr ""
3195
3196#: readelf.c:6241
3197#, c-format
3198msgid "  Initial value of 'is_stmt':  %d\n"
3199msgstr ""
3200
3201#: readelf.c:6242
3202#, c-format
3203msgid "  Line Base:                   %d\n"
3204msgstr ""
3205
3206#: readelf.c:6243
3207#, c-format
3208msgid "  Line Range:                  %d\n"
3209msgstr ""
3210
3211#: readelf.c:6244
3212#, c-format
3213msgid "  Opcode Base:                 %d\n"
3214msgstr ""
3215
3216#: readelf.c:6253
3217msgid ""
3218"\n"
3219" Opcodes:\n"
3220msgstr ""
3221
3222#: readelf.c:6256
3223#, c-format
3224msgid "  Opcode %d has %d args\n"
3225msgstr ""
3226
3227#: readelf.c:6262
3228msgid ""
3229"\n"
3230" The Directory Table is empty.\n"
3231msgstr ""
3232
3233#: readelf.c:6265
3234msgid ""
3235"\n"
3236" The Directory Table:\n"
3237msgstr ""
3238
3239#: readelf.c:6269
3240#, c-format
3241msgid "  %s\n"
3242msgstr ""
3243
3244#: readelf.c:6280
3245msgid ""
3246"\n"
3247" The File Name Table is empty.\n"
3248msgstr ""
3249
3250#: readelf.c:6283
3251msgid ""
3252"\n"
3253" The File Name Table:\n"
3254msgstr ""
3255
3256#: readelf.c:6291
3257#, c-format
3258msgid "  %d\t"
3259msgstr ""
3260
3261#: readelf.c:6302
3262#, c-format
3263msgid "%s\n"
3264msgstr ""
3265
3266#. Now display the statements.
3267#: readelf.c:6310
3268msgid ""
3269"\n"
3270" Line Number Statements:\n"
3271msgstr ""
3272
3273#: readelf.c:6326
3274#, c-format
3275msgid "  Special opcode %d: advance Address by %d to 0x%lx"
3276msgstr ""
3277
3278#: readelf.c:6330
3279#, c-format
3280msgid " and Line by %d to %d\n"
3281msgstr ""
3282
3283#: readelf.c:6341
3284msgid "  Copy\n"
3285msgstr ""
3286
3287#: readelf.c:6348
3288#, c-format
3289msgid "  Advance PC by %d to %lx\n"
3290msgstr ""
3291
3292#: readelf.c:6356
3293#, c-format
3294msgid "  Advance Line by %d to %d\n"
3295msgstr ""
3296
3297#: readelf.c:6363
3298#, c-format
3299msgid "  Set File Name to entry %d in the File Name Table\n"
3300msgstr ""
3301
3302#: readelf.c:6371
3303#, c-format
3304msgid "  Set column to %d\n"
3305msgstr ""
3306
3307#: readelf.c:6378
3308#, c-format
3309msgid "  Set is_stmt to %d\n"
3310msgstr ""
3311
3312#: readelf.c:6383
3313msgid "  Set basic block\n"
3314msgstr ""
3315
3316#: readelf.c:6391
3317#, c-format
3318msgid "  Advance PC by constant %d to 0x%lx\n"
3319msgstr ""
3320
3321#: readelf.c:6399
3322#, c-format
3323msgid "  Advance PC by fixed size amount %d to 0x%lx\n"
3324msgstr ""
3325
3326#: readelf.c:6404
3327msgid "  Set prologue_end to true\n"
3328msgstr ""
3329
3330#: readelf.c:6408
3331msgid "  Set epilogue_begin to true\n"
3332msgstr ""
3333
3334#: readelf.c:6414
3335#, c-format
3336msgid "  Set ISA to %d\n"
3337msgstr ""
3338
3339#: readelf.c:6418
3340#, c-format
3341msgid "  Unknown opcode %d with operands: "
3342msgstr ""
3343
3344#: readelf.c:6450 readelf.c:6912 readelf.c:6984
3345#, c-format
3346msgid ""
3347"Contents of the %s section:\n"
3348"\n"
3349msgstr ""
3350
3351#: readelf.c:6469
3352msgid "64-bit DWARF pubnames are not supported yet.\n"
3353msgstr ""
3354
3355#: readelf.c:6479
3356msgid "Only DWARF 2 pubnames are currently supported\n"
3357msgstr ""
3358
3359#: readelf.c:6486
3360#, c-format
3361msgid "  Length:                              %ld\n"
3362msgstr ""
3363
3364#: readelf.c:6488
3365#, c-format
3366msgid "  Version:                             %d\n"
3367msgstr ""
3368
3369#: readelf.c:6490
3370#, c-format
3371msgid "  Offset into .debug_info section:     %ld\n"
3372msgstr ""
3373
3374#: readelf.c:6492
3375#, c-format
3376msgid "  Size of area in .debug_info section: %ld\n"
3377msgstr ""
3378
3379#: readelf.c:6495
3380msgid ""
3381"\n"
3382"    Offset\tName\n"
3383msgstr ""
3384
3385#: readelf.c:6586
3386#, c-format
3387msgid "Unknown TAG value: %lx"
3388msgstr ""
3389
3390#: readelf.c:6697
3391#, c-format
3392msgid "Unknown AT value: %lx"
3393msgstr ""
3394
3395#: readelf.c:6734
3396#, c-format
3397msgid "Unknown FORM value: %lx"
3398msgstr ""
3399
3400#: readelf.c:6933
3401#, c-format
3402msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
3403msgstr ""
3404
3405#: readelf.c:6938
3406msgid " DW_MACINFO_end_file\n"
3407msgstr ""
3408
3409#: readelf.c:6946
3410#, c-format
3411msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
3412msgstr ""
3413
3414#: readelf.c:6954
3415#, c-format
3416msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
3417msgstr ""
3418
3419#: readelf.c:6965
3420#, c-format
3421msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
3422msgstr ""
3423
3424#: readelf.c:6993
3425msgid "  Number TAG\n"
3426msgstr ""
3427
3428#: readelf.c:6999
3429#, c-format
3430msgid "   %ld      %s    [%s]\n"
3431msgstr ""
3432
3433#: readelf.c:7002
3434msgid "has children"
3435msgstr ""
3436
3437#: readelf.c:7002
3438msgid "no children"
3439msgstr ""
3440
3441#: readelf.c:7006
3442#, c-format
3443msgid "    %-18s %s\n"
3444msgstr ""
3445
3446#: readelf.c:7027
3447#, c-format
3448msgid " %lu byte block: "
3449msgstr ""
3450
3451#: readelf.c:7350
3452msgid "(User defined location op)"
3453msgstr ""
3454
3455#: readelf.c:7352
3456msgid "(Unknown location op)"
3457msgstr ""
3458
3459#: readelf.c:7390
3460msgid "debug_loc section data"
3461msgstr ""
3462
3463#: readelf.c:7421
3464msgid ""
3465"\n"
3466"The .debug_loc section is empty.\n"
3467msgstr ""
3468
3469#: readelf.c:7424
3470msgid ""
3471"Contents of the .debug_loc section:\n"
3472"\n"
3473msgstr ""
3474
3475#: readelf.c:7425
3476msgid ""
3477"\n"
3478"    Offset   Begin    End      Expression\n"
3479msgstr ""
3480
3481#: readelf.c:7497
3482msgid "debug_str section data"
3483msgstr ""
3484
3485#: readelf.c:7516
3486msgid "<no .debug_str section>"
3487msgstr ""
3488
3489#: readelf.c:7519
3490msgid "<offset is too big>"
3491msgstr ""
3492
3493#: readelf.c:7539
3494msgid ""
3495"\n"
3496"The .debug_str section is empty.\n"
3497msgstr ""
3498
3499#: readelf.c:7543
3500msgid ""
3501"Contents of the .debug_str section:\n"
3502"\n"
3503msgstr ""
3504
3505#: readelf.c:7714
3506#, c-format
3507msgid " (indirect string, offset: 0x%lx): "
3508msgstr ""
3509
3510#: readelf.c:7723
3511#, c-format
3512msgid "Unrecognized form: %d\n"
3513msgstr ""
3514
3515#: readelf.c:7736
3516msgid "(not inlined)"
3517msgstr ""
3518
3519#: readelf.c:7737
3520msgid "(inlined)"
3521msgstr ""
3522
3523#: readelf.c:7738
3524msgid "(declared as inline but ignored)"
3525msgstr ""
3526
3527#: readelf.c:7739
3528msgid "(declared as inline and inlined)"
3529msgstr ""
3530
3531#: readelf.c:7740
3532#, c-format
3533msgid "  (Unknown inline attribute value: %lx)"
3534msgstr ""
3535
3536#: readelf.c:7911 readelf.c:8117
3537#, c-format
3538msgid ""
3539"The section %s contains:\n"
3540"\n"
3541msgstr ""
3542
3543#: readelf.c:7935
3544msgid "64-bit DWARF debug info is not supported yet.\n"
3545msgstr ""
3546
3547#: readelf.c:8007
3548#, c-format
3549msgid "  Compilation Unit @ %lx:\n"
3550msgstr ""
3551
3552#: readelf.c:8008
3553#, c-format
3554msgid "   Length:        %ld\n"
3555msgstr ""
3556
3557#: readelf.c:8009
3558#, c-format
3559msgid "   Version:       %d\n"
3560msgstr ""
3561
3562#: readelf.c:8010
3563#, c-format
3564msgid "   Abbrev Offset: %ld\n"
3565msgstr ""
3566
3567#: readelf.c:8011
3568#, c-format
3569msgid "   Pointer Size:  %d\n"
3570msgstr ""
3571
3572#: readelf.c:8015
3573msgid "Only version 2 DWARF debug information is currently supported.\n"
3574msgstr ""
3575
3576#: readelf.c:8036
3577msgid "Unable to locate .debug_abbrev section!\n"
3578msgstr ""
3579
3580#: readelf.c:8042
3581msgid "debug_abbrev section data"
3582msgstr ""
3583
3584#: readelf.c:8079
3585#, c-format
3586msgid "Unable to locate entry %lu in the abbreviation table\n"
3587msgstr ""
3588
3589#: readelf.c:8084
3590#, c-format
3591msgid " <%d><%lx>: Abbrev Number: %lu (%s)\n"
3592msgstr ""
3593
3594#: readelf.c:8138
3595msgid "64-bit DWARF aranges are not supported yet.\n"
3596msgstr ""
3597
3598#: readelf.c:8144
3599msgid "Only DWARF 2 aranges are currently supported.\n"
3600msgstr ""
3601
3602#: readelf.c:8148
3603#, c-format
3604msgid "  Length:                   %ld\n"
3605msgstr ""
3606
3607#: readelf.c:8149
3608#, c-format
3609msgid "  Version:                  %d\n"
3610msgstr ""
3611
3612#: readelf.c:8150
3613#, c-format
3614msgid "  Offset into .debug_info:  %lx\n"
3615msgstr ""
3616
3617#: readelf.c:8151
3618#, c-format
3619msgid "  Pointer Size:             %d\n"
3620msgstr ""
3621
3622#: readelf.c:8152
3623#, c-format
3624msgid "  Segment Size:             %d\n"
3625msgstr ""
3626
3627#: readelf.c:8154
3628msgid ""
3629"\n"
3630"    Address  Length\n"
3631msgstr ""
3632
3633#: readelf.c:8336
3634#, c-format
3635msgid "The section %s contains:\n"
3636msgstr ""
3637
3638#: readelf.c:8359
3639msgid "64-bit DWARF format frames are not supported yet.\n"
3640msgstr ""
3641
3642#: readelf.c:8908
3643#, c-format
3644msgid "Displaying the debug contents of section %s is not yet supported.\n"
3645msgstr ""
3646
3647#: readelf.c:8974
3648#, c-format
3649msgid ""
3650"\n"
3651"Section '%s' has no debugging data.\n"
3652msgstr ""
3653
3654#: readelf.c:8979 readelf.c:9041
3655msgid "debug section data"
3656msgstr ""
3657
3658#: readelf.c:8995
3659#, c-format
3660msgid "Unrecognized debug section: %s\n"
3661msgstr ""
3662
3663#: readelf.c:9069
3664msgid "Some sections were not dumped because they do not exist!\n"
3665msgstr ""
3666
3667#: readelf.c:9142 readelf.c:9506
3668msgid "liblist"
3669msgstr ""
3670
3671#: readelf.c:9227
3672msgid "options"
3673msgstr ""
3674
3675#: readelf.c:9258
3676#, c-format
3677msgid ""
3678"\n"
3679"Section '%s' contains %d entries:\n"
3680msgstr ""
3681
3682#: readelf.c:9419
3683msgid "conflict list found without a dynamic symbol table"
3684msgstr ""
3685
3686#: readelf.c:9437 readelf.c:9453
3687msgid "conflict"
3688msgstr ""
3689
3690#: readelf.c:9463
3691#, c-format
3692msgid ""
3693"\n"
3694"Section '.conflict' contains %ld entries:\n"
3695msgstr ""
3696
3697#: readelf.c:9465
3698msgid "  Num:    Index       Value  Name"
3699msgstr ""
3700
3701#: readelf.c:9514
3702msgid "liblist string table"
3703msgstr ""
3704
3705#: readelf.c:9523
3706#, c-format
3707msgid ""
3708"\n"
3709"Library list section '%s' contains %lu entries:\n"
3710msgstr ""
3711
3712#: readelf.c:9572
3713msgid "NT_PRSTATUS (prstatus structure)"
3714msgstr ""
3715
3716#: readelf.c:9573
3717msgid "NT_FPREGSET (floating point registers)"
3718msgstr ""
3719
3720#: readelf.c:9574
3721msgid "NT_PRPSINFO (prpsinfo structure)"
3722msgstr ""
3723
3724#: readelf.c:9575
3725msgid "NT_TASKSTRUCT (task structure)"
3726msgstr ""
3727
3728#: readelf.c:9576
3729msgid "NT_PRXFPREG (user_xfpregs structure)"
3730msgstr ""
3731
3732#: readelf.c:9577
3733msgid "NT_PSTATUS (pstatus structure)"
3734msgstr ""
3735
3736#: readelf.c:9578
3737msgid "NT_FPREGS (floating point registers)"
3738msgstr ""
3739
3740#: readelf.c:9579
3741msgid "NT_PSINFO (psinfo structure)"
3742msgstr ""
3743
3744#: readelf.c:9580
3745msgid "NT_LWPSTATUS (lwpstatus_t structure)"
3746msgstr ""
3747
3748#: readelf.c:9581
3749msgid "NT_LWPSINFO (lwpsinfo_t structure)"
3750msgstr ""
3751
3752#: readelf.c:9582
3753msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
3754msgstr ""
3755
3756#: readelf.c:9584 readelf.c:9608
3757#, c-format
3758msgid "Unknown note type: (0x%08x)"
3759msgstr ""
3760
3761#. NetBSD core "procinfo" structure.
3762#: readelf.c:9598
3763msgid "NetBSD procinfo structure"
3764msgstr ""
3765
3766#: readelf.c:9625 readelf.c:9639
3767msgid "PT_GETREGS (reg structure)"
3768msgstr ""
3769
3770#: readelf.c:9627 readelf.c:9641
3771msgid "PT_GETFPREGS (fpreg structure)"
3772msgstr ""
3773
3774#: readelf.c:9647
3775#, c-format
3776msgid "PT_FIRSTMACH+%d"
3777msgstr ""
3778
3779#: readelf.c:9701
3780msgid "notes"
3781msgstr ""
3782
3783#: readelf.c:9707
3784#, c-format
3785msgid ""
3786"\n"
3787"Notes at offset 0x%08lx with length 0x%08lx:\n"
3788msgstr ""
3789
3790#: readelf.c:9709
3791msgid "  Owner\t\tData size\tDescription\n"
3792msgstr ""
3793
3794#: readelf.c:9728
3795#, c-format
3796msgid "corrupt note found at offset %x into core notes\n"
3797msgstr ""
3798
3799#: readelf.c:9730
3800#, c-format
3801msgid " type: %x, namesize: %08lx, descsize: %08lx\n"
3802msgstr ""
3803
3804#: readelf.c:9832
3805msgid "No note segments present in the core file.\n"
3806msgstr ""
3807
3808#: readelf.c:9910
3809msgid ""
3810"This instance of readelf has been built without support for a\n"
3811"64 bit data type and so it cannot read 64 bit ELF files.\n"
3812msgstr ""
3813
3814#: readelf.c:9956
3815#, c-format
3816msgid "Cannot stat input file %s.\n"
3817msgstr ""
3818
3819#: readelf.c:9963
3820#, c-format
3821msgid "Input file %s not found.\n"
3822msgstr ""
3823
3824#: readelf.c:9969
3825#, c-format
3826msgid "%s: Failed to read file header\n"
3827msgstr ""
3828
3829#: readelf.c:9983
3830#, c-format
3831msgid ""
3832"\n"
3833"File: %s\n"
3834msgstr ""
3835
3836#: rename.c:131
3837#, c-format
3838msgid "%s: cannot set time: %s"
3839msgstr ""
3840
3841#. We have to clean up here.
3842#: rename.c:170 rename.c:203
3843#, c-format
3844msgid "%s: rename: %s"
3845msgstr ""
3846
3847#: rename.c:211
3848#, c-format
3849msgid "%s: simple_copy: %s"
3850msgstr ""
3851
3852#: resbin.c:134
3853#, c-format
3854msgid "%s: not enough binary data"
3855msgstr ""
3856
3857#: resbin.c:153
3858msgid "null terminated unicode string"
3859msgstr ""
3860
3861#: resbin.c:183 resbin.c:189
3862msgid "resource ID"
3863msgstr ""
3864
3865#: resbin.c:233
3866msgid "cursor"
3867msgstr ""
3868
3869#: resbin.c:267 resbin.c:274
3870msgid "menu header"
3871msgstr ""
3872
3873#: resbin.c:284
3874msgid "menuex header"
3875msgstr ""
3876
3877#: resbin.c:288
3878msgid "menuex offset"
3879msgstr ""
3880
3881#: resbin.c:295
3882#, c-format
3883msgid "unsupported menu version %d"
3884msgstr ""
3885
3886#: resbin.c:323 resbin.c:338 resbin.c:404
3887msgid "menuitem header"
3888msgstr ""
3889
3890#: resbin.c:434
3891msgid "menuitem"
3892msgstr ""
3893
3894#: resbin.c:475 resbin.c:503
3895msgid "dialog header"
3896msgstr ""
3897
3898#: resbin.c:493
3899#, c-format
3900msgid "unexpected DIALOGEX version %d"
3901msgstr ""
3902
3903#: resbin.c:538
3904msgid "dialog font point size"
3905msgstr ""
3906
3907#: resbin.c:546
3908msgid "dialogex font information"
3909msgstr ""
3910
3911#: resbin.c:572 resbin.c:590
3912msgid "dialog control"
3913msgstr ""
3914
3915#: resbin.c:582
3916msgid "dialogex control"
3917msgstr ""
3918
3919#: resbin.c:611
3920msgid "dialog control end"
3921msgstr ""
3922
3923#: resbin.c:623
3924msgid "dialog control data"
3925msgstr ""
3926
3927#: resbin.c:666
3928msgid "stringtable string length"
3929msgstr ""
3930
3931#: resbin.c:676
3932msgid "stringtable string"
3933msgstr ""
3934
3935#: resbin.c:709
3936msgid "fontdir header"
3937msgstr ""
3938
3939#: resbin.c:722
3940msgid "fontdir"
3941msgstr ""
3942
3943#: resbin.c:738
3944msgid "fontdir device name"
3945msgstr ""
3946
3947#: resbin.c:744
3948msgid "fontdir face name"
3949msgstr ""
3950
3951#: resbin.c:787
3952msgid "accelerator"
3953msgstr ""
3954
3955#: resbin.c:851
3956msgid "group cursor header"
3957msgstr ""
3958
3959#: resbin.c:855
3960#, c-format
3961msgid "unexpected group cursor type %d"
3962msgstr ""
3963
3964#: resbin.c:870
3965msgid "group cursor"
3966msgstr ""
3967
3968#: resbin.c:909
3969msgid "group icon header"
3970msgstr ""
3971
3972#: resbin.c:913
3973#, c-format
3974msgid "unexpected group icon type %d"
3975msgstr ""
3976
3977#: resbin.c:928
3978msgid "group icon"
3979msgstr ""
3980
3981#: resbin.c:999 resbin.c:1218
3982msgid "unexpected version string"
3983msgstr ""
3984
3985#: resbin.c:1033
3986#, c-format
3987msgid "version length %d does not match resource length %lu"
3988msgstr ""
3989
3990#: resbin.c:1037
3991#, c-format
3992msgid "unexpected version type %d"
3993msgstr ""
3994
3995#: resbin.c:1049
3996#, c-format
3997msgid "unexpected fixed version information length %d"
3998msgstr ""
3999
4000#: resbin.c:1052
4001msgid "fixed version info"
4002msgstr ""
4003
4004#: resbin.c:1056
4005#, c-format
4006msgid "unexpected fixed version signature %lu"
4007msgstr ""
4008
4009#: resbin.c:1060
4010#, c-format
4011msgid "unexpected fixed version info version %lu"
4012msgstr ""
4013
4014#: resbin.c:1089
4015msgid "version var info"
4016msgstr ""
4017
4018#: resbin.c:1106
4019#, c-format
4020msgid "unexpected stringfileinfo value length %d"
4021msgstr ""
4022
4023#: resbin.c:1116
4024#, c-format
4025msgid "unexpected version stringtable value length %d"
4026msgstr ""
4027
4028#: resbin.c:1150
4029#, c-format
4030msgid "unexpected version string length %d != %d + %d"
4031msgstr ""
4032
4033#: resbin.c:1161
4034#, c-format
4035msgid "unexpected version string length %d < %d"
4036msgstr ""
4037
4038#: resbin.c:1178
4039#, c-format
4040msgid "unexpected varfileinfo value length %d"
4041msgstr ""
4042
4043#: resbin.c:1197
4044msgid "version varfileinfo"
4045msgstr ""
4046
4047#: resbin.c:1212
4048#, c-format
4049msgid "unexpected version value length %d"
4050msgstr ""
4051
4052#: rescoff.c:128
4053msgid "filename required for COFF input"
4054msgstr ""
4055
4056#: rescoff.c:145
4057#, c-format
4058msgid "%s: no resource section"
4059msgstr ""
4060
4061#: rescoff.c:152
4062msgid "can't read resource section"
4063msgstr ""
4064
4065#: rescoff.c:178
4066#, c-format
4067msgid "%s: %s: address out of bounds"
4068msgstr ""
4069
4070#: rescoff.c:197
4071msgid "directory"
4072msgstr ""
4073
4074#: rescoff.c:225
4075msgid "named directory entry"
4076msgstr ""
4077
4078#: rescoff.c:234
4079msgid "directory entry name"
4080msgstr ""
4081
4082#: rescoff.c:254
4083msgid "named subdirectory"
4084msgstr ""
4085
4086#: rescoff.c:262
4087msgid "named resource"
4088msgstr ""
4089
4090#: rescoff.c:277
4091msgid "ID directory entry"
4092msgstr ""
4093
4094#: rescoff.c:294
4095msgid "ID subdirectory"
4096msgstr ""
4097
4098#: rescoff.c:302
4099msgid "ID resource"
4100msgstr ""
4101
4102#: rescoff.c:328
4103msgid "resource type unknown"
4104msgstr ""
4105
4106#: rescoff.c:331
4107msgid "data entry"
4108msgstr ""
4109
4110#: rescoff.c:339
4111msgid "resource data"
4112msgstr ""
4113
4114#: rescoff.c:344
4115msgid "resource data size"
4116msgstr ""
4117
4118#: rescoff.c:439
4119msgid "filename required for COFF output"
4120msgstr ""
4121
4122#: rescoff.c:738
4123msgid "can't get BFD_RELOC_RVA relocation type"
4124msgstr ""
4125
4126#: resrc.c:240 resrc.c:312
4127#, c-format
4128msgid "can't open temporary file `%s': %s"
4129msgstr ""
4130
4131#: resrc.c:246
4132#, c-format
4133msgid "can't redirect stdout: `%s': %s"
4134msgstr ""
4135
4136#: resrc.c:262
4137#, c-format
4138msgid "%s %s: %s"
4139msgstr ""
4140
4141#: resrc.c:308
4142#, c-format
4143msgid "can't execute `%s': %s"
4144msgstr ""
4145
4146#: resrc.c:317
4147#, c-format
4148msgid "Using temporary file `%s' to read preprocessor output\n"
4149msgstr ""
4150
4151#: resrc.c:324
4152#, c-format
4153msgid "can't popen `%s': %s"
4154msgstr ""
4155
4156#: resrc.c:326
4157msgid "Using popen to read preprocessor output\n"
4158msgstr ""
4159
4160#: resrc.c:369
4161#, c-format
4162msgid "Tried `%s'\n"
4163msgstr ""
4164
4165#: resrc.c:380
4166#, c-format
4167msgid "Using `%s'\n"
4168msgstr ""
4169
4170#: resrc.c:542
4171#, c-format
4172msgid "%s:%d: %s\n"
4173msgstr ""
4174
4175#: resrc.c:551
4176#, c-format
4177msgid "%s: unexpected EOF"
4178msgstr ""
4179
4180#: resrc.c:608
4181#, c-format
4182msgid "%s: read of %lu returned %lu"
4183msgstr ""
4184
4185#: resrc.c:650 resrc.c:904 resrc.c:1177 resrc.c:1331
4186#, c-format
4187msgid "stat failed on bitmap file `%s': %s"
4188msgstr ""
4189
4190#: resrc.c:703
4191#, c-format
4192msgid "cursor file `%s' does not contain cursor data"
4193msgstr ""
4194
4195#: resrc.c:735 resrc.c:1048
4196#, c-format
4197msgid "%s: fseek to %lu failed: %s"
4198msgstr ""
4199
4200#: resrc.c:872
4201msgid "help ID requires DIALOGEX"
4202msgstr ""
4203
4204#: resrc.c:874
4205msgid "control data requires DIALOGEX"
4206msgstr ""
4207
4208#: resrc.c:1017
4209#, c-format
4210msgid "icon file `%s' does not contain icon data"
4211msgstr ""
4212
4213#: resrc.c:1536
4214#, c-format
4215msgid "can't open `%s' for output: %s"
4216msgstr ""
4217
4218#: size.c:86
4219msgid " Displays the sizes of sections inside binary files\n"
4220msgstr ""
4221
4222#: size.c:87
4223msgid " If no input file(s) are specified, a.out is assumed\n"
4224msgstr ""
4225
4226#: size.c:88
4227#, c-format
4228msgid ""
4229" The options are:\n"
4230"  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
4231"  -o|-d|-h  --radix={8|10|16}         Display numbers in octal, decimal or "
4232"hex\n"
4233"  -t        --totals                  Display the total sizes (Berkeley "
4234"only)\n"
4235"            --target=<bfdname>        Set the binary file format\n"
4236"  -h        --help                    Display this information\n"
4237"  -v        --version                 Display the program's version\n"
4238"\n"
4239msgstr ""
4240
4241#: size.c:160
4242#, c-format
4243msgid "invalid argument to --format: %s"
4244msgstr ""
4245
4246#: size.c:187
4247#, c-format
4248msgid "Invalid radix: %s\n"
4249msgstr ""
4250
4251#: srconv.c:1953
4252msgid "Convert a COFF object file into a SYSROFF object file\n"
4253msgstr ""
4254
4255#: srconv.c:1954
4256msgid ""
4257" The options are:\n"
4258"  -q --quick       (Obsolete - ignoerd)\n"
4259"  -n --noprescan   Do not perform a scan to convert commons into defs\n"
4260"  -d --debug       Display information about what is being done\n"
4261"  -h --help        Display this information\n"
4262"  -v --version     Print the program's version number\n"
4263msgstr ""
4264
4265#: srconv.c:2099
4266#, c-format
4267msgid "unable to open output file %s"
4268msgstr ""
4269
4270#: stabs.c:343 stabs.c:1759
4271msgid "numeric overflow"
4272msgstr ""
4273
4274#: stabs.c:354
4275#, c-format
4276msgid "Bad stab: %s\n"
4277msgstr ""
4278
4279#: stabs.c:364
4280#, c-format
4281msgid "Warning: %s: %s\n"
4282msgstr ""
4283
4284#: stabs.c:485
4285msgid "N_LBRAC not within function\n"
4286msgstr ""
4287
4288#: stabs.c:524
4289msgid "Too many N_RBRACs\n"
4290msgstr ""
4291
4292#: stabs.c:769
4293msgid "unknown C++ encoded name"
4294msgstr ""
4295
4296#. Complain and keep going, so compilers can invent new
4297#. cross-reference types.
4298#: stabs.c:1296
4299msgid "unrecognized cross reference type"
4300msgstr ""
4301
4302#. Does this actually ever happen?  Is that why we are worrying
4303#. about dealing with it rather than just calling error_type?
4304#: stabs.c:1851
4305msgid "missing index type"
4306msgstr ""
4307
4308#: stabs.c:2178
4309msgid "unknown virtual character for baseclass"
4310msgstr ""
4311
4312#: stabs.c:2196
4313msgid "unknown visibility character for baseclass"
4314msgstr ""
4315
4316#: stabs.c:2388
4317msgid "unnamed $vb type"
4318msgstr ""
4319
4320#: stabs.c:2394
4321msgid "unrecognized C++ abbreviation"
4322msgstr ""
4323
4324#: stabs.c:2474
4325msgid "unknown visibility character for field"
4326msgstr ""
4327
4328#: stabs.c:2730
4329msgid "const/volatile indicator missing"
4330msgstr ""
4331
4332#: stabs.c:2970
4333#, c-format
4334msgid "No mangling for \"%s\"\n"
4335msgstr ""
4336
4337#: stabs.c:3283
4338msgid "Undefined N_EXCL"
4339msgstr ""
4340
4341#: stabs.c:3371
4342#, c-format
4343msgid "Type file number %d out of range\n"
4344msgstr ""
4345
4346#: stabs.c:3376
4347#, c-format
4348msgid "Type index number %d out of range\n"
4349msgstr ""
4350
4351#: stabs.c:3463
4352#, c-format
4353msgid "Unrecognized XCOFF type %d\n"
4354msgstr ""
4355
4356#: stabs.c:3762
4357#, c-format
4358msgid "bad mangled name `%s'\n"
4359msgstr ""
4360
4361#: stabs.c:3858
4362msgid "no argument types in mangled string\n"
4363msgstr ""
4364
4365#: strings.c:200
4366#, c-format
4367msgid "invalid number %s"
4368msgstr ""
4369
4370#: strings.c:640
4371#, c-format
4372msgid "invalid integer argument %s"
4373msgstr ""
4374
4375#: strings.c:651
4376msgid " Display printable strings in [file(s)] (stdin by default)\n"
4377msgstr ""
4378
4379#: strings.c:652
4380msgid ""
4381" The options are:\n"
4382"  -a - --all                Scan the entire file, not just the data section\n"
4383"  -f --print-file-name      Print the name of the file before each string\n"
4384"  -n --bytes=[number]       Locate & print any NUL-terminated sequence of "
4385"at\n"
4386"  -<number>                 least [number] characters (default 4).\n"
4387"  -t --radix={o,x,d}        Print the location of the string in base 8, 10 "
4388"or 16\n"
4389"  -o                        An alias for --radix=o\n"
4390"  -T --target=<BFDNAME>     Specify the binary file format\n"
4391"  -e --encoding={s,b,l,B,L} Select character size and endianness:\n"
4392"                            s = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n"
4393"  -h --help                 Display this information\n"
4394"  -v --version              Print the program's version number\n"
4395msgstr ""
4396
4397#: sysdump.c:768
4398msgid "Print a human readable interpretation of a SYSROFF object file\n"
4399msgstr ""
4400
4401#: sysdump.c:769
4402msgid ""
4403" The options are:\n"
4404"  -h --help        Display this information\n"
4405"  -v --version     Print the program's version number\n"
4406msgstr ""
4407
4408#: sysdump.c:836
4409#, c-format
4410msgid "cannot open input file %s"
4411msgstr ""
4412
4413#: version.c:35
4414msgid "Copyright 2002 Free Software Foundation, Inc.\n"
4415msgstr ""
4416
4417#: version.c:36
4418msgid ""
4419"This program is free software; you may redistribute it under the terms of\n"
4420"the GNU General Public License.  This program has absolutely no warranty.\n"
4421msgstr ""
4422
4423#: windres.c:239
4424#, c-format
4425msgid "can't open %s `%s': %s"
4426msgstr ""
4427
4428#: windres.c:418
4429msgid ": expected to be a directory\n"
4430msgstr ""
4431
4432#: windres.c:430
4433msgid ": expected to be a leaf\n"
4434msgstr ""
4435
4436#: windres.c:439
4437#, c-format
4438msgid "%s: warning: "
4439msgstr ""
4440
4441#: windres.c:441
4442msgid ": duplicate value\n"
4443msgstr ""
4444
4445#: windres.c:602
4446#, c-format
4447msgid "unknown format type `%s'"
4448msgstr ""
4449
4450#: windres.c:603
4451#, c-format
4452msgid "%s: supported formats:"
4453msgstr ""
4454
4455#. Otherwise, we give up.
4456#: windres.c:688
4457#, c-format
4458msgid "can not determine type of file `%s'; use the -I option"
4459msgstr ""
4460
4461#: windres.c:702
4462#, c-format
4463msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
4464msgstr ""
4465
4466#: windres.c:704
4467msgid ""
4468" The options are:\n"
4469"  -i --input=<file>            Name input file\n"
4470"  -o --output=<file>           Name output file\n"
4471"  -I --input-format=<format>   Specify input format\n"
4472"  -O --output-format=<format>  Specify output format\n"
4473"  -F --target=<target>         Specify COFF target\n"
4474"     --preprocessor=<program>  Program to use to preprocess rc file\n"
4475"     --include-dir=<dir>       Include directory when preprocessing rc file\n"
4476"  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
4477"  -v --verbose                 Verbose - tells you what it's doing\n"
4478"     --language=<val>          Set language when reading rc file\n"
4479"     --use-temp-file           Use a temporary file instead of popen to "
4480"read\n"
4481"                               the preprocessor output\n"
4482"     --no-use-temp-file        Use popen (default)\n"
4483msgstr ""
4484
4485#: windres.c:719
4486msgid "     --yydebug                 Turn on parser debugging\n"
4487msgstr ""
4488
4489#: windres.c:722
4490msgid ""
4491"  -h --help                    Print this help message\n"
4492"  -V --version                 Print version information\n"
4493msgstr ""
4494
4495#: windres.c:725
4496msgid ""
4497"FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
4498"extension if not specified.  A single file name is an input file.\n"
4499"No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
4500msgstr ""
4501
4502#: windres.c:988
4503msgid "no resources"
4504msgstr ""
4505
4506#: wrstabs.c:366 wrstabs.c:2026
4507#, c-format
4508msgid "string_hash_lookup failed: %s"
4509msgstr ""
4510
4511#: wrstabs.c:666
4512#, c-format
4513msgid "stab_int_type: bad size %u"
4514msgstr ""
4515
4516#: wrstabs.c:1466
4517#, c-format
4518msgid "%s: warning: unknown size for field `%s' in struct"
4519msgstr ""
4520