Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / binutils / po / binutils.pot
CommitLineData
252b5132
RH
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#
5#, fuzzy
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
8ad3436c 9"POT-Creation-Date: 2000-04-04 23:33+0930\n"
252b5132
RH
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <LL@li.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=CHARSET\n"
15"Content-Transfer-Encoding: ENCODING\n"
16
17#: addr2line.c:76
18#, c-format
19msgid ""
20"Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n"
21" [-e executable] [--exe=executable] [--demangle]\n"
22" [--basenames] [--functions] [addr addr ...]\n"
23msgstr ""
24
8ad3436c
AM
25#: addr2line.c:83 ar.c:286 nlmconv.c:1141 nm.c:306 objcopy.c:344 objcopy.c:376
26#: objdump.c:277 readelf.c:1703 size.c:89 strings.c:512 windres.c:737
27#, c-format
28msgid "Report bugs to %s\n"
252b5132
RH
29msgstr ""
30
31#: addr2line.c:243
32#, c-format
33msgid "%s: can not get addresses from archive"
34msgstr ""
35
a74801ba 36#: ar.c:235
252b5132
RH
37#, c-format
38msgid "no entry %s in archive\n"
39msgstr ""
40
a74801ba 41#: ar.c:252
252b5132
RH
42#, c-format
43msgid ""
a74801ba
ILT
44"Usage: %s [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file "
45"file...\n"
252b5132
RH
46msgstr ""
47
a74801ba 48#: ar.c:255
252b5132
RH
49#, c-format
50msgid " %s -M [<mri-script]\n"
51msgstr ""
52
a74801ba 53#: ar.c:256
252b5132
RH
54msgid " commands:\n"
55msgstr ""
56
a74801ba 57#: ar.c:257
252b5132
RH
58msgid " d - delete file(s) from the archive\n"
59msgstr ""
60
a74801ba 61#: ar.c:258
252b5132
RH
62msgid " m[ab] - move file(s) in the archive\n"
63msgstr ""
64
a74801ba 65#: ar.c:259
252b5132
RH
66msgid " p - print file(s) found in the archive\n"
67msgstr ""
68
a74801ba 69#: ar.c:260
252b5132
RH
70msgid " q[f] - quick append file(s) to the archive\n"
71msgstr ""
72
a74801ba 73#: ar.c:261
252b5132
RH
74msgid ""
75" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"
76msgstr ""
77
a74801ba 78#: ar.c:262
252b5132
RH
79msgid " t - display contents of archive\n"
80msgstr ""
81
a74801ba 82#: ar.c:263
252b5132
RH
83msgid " x[o] - extract file(s) from the archive\n"
84msgstr ""
85
a74801ba 86#: ar.c:264
252b5132
RH
87msgid " command specific modifiers:\n"
88msgstr ""
89
a74801ba 90#: ar.c:265
252b5132
RH
91msgid " [a] - put file(s) after [member-name]\n"
92msgstr ""
93
a74801ba 94#: ar.c:266
252b5132
RH
95msgid " [b] - put file(s) before [member-name] (same as [i])\n"
96msgstr ""
97
a74801ba
ILT
98#: ar.c:267
99msgid " [N] - use instance [count] of name\n"
100msgstr ""
101
102#: ar.c:268
252b5132
RH
103msgid " [f] - truncate inserted file names\n"
104msgstr ""
105
a74801ba
ILT
106#: ar.c:269
107msgid " [P] - use full path names when matching\n"
108msgstr ""
109
110#: ar.c:270
252b5132
RH
111msgid " [o] - preserve original dates\n"
112msgstr ""
113
a74801ba 114#: ar.c:271
252b5132
RH
115msgid ""
116" [u] - only replace files that are newer than current archive "
117"contents\n"
118msgstr ""
119
a74801ba 120#: ar.c:272
252b5132
RH
121msgid " generic modifiers:\n"
122msgstr ""
123
a74801ba 124#: ar.c:273
252b5132
RH
125msgid " [c] - do not warn if the library had to be created\n"
126msgstr ""
127
a74801ba 128#: ar.c:274
252b5132
RH
129msgid " [s] - create an archive index (cf. ranlib)\n"
130msgstr ""
131
a74801ba 132#: ar.c:275
252b5132
RH
133msgid " [S] - do not build a symbol table\n"
134msgstr ""
135
a74801ba 136#: ar.c:276
252b5132
RH
137msgid " [v] - be verbose\n"
138msgstr ""
139
a74801ba 140#: ar.c:277
252b5132
RH
141msgid " [V] - display the version number\n"
142msgstr ""
143
a74801ba 144#: ar.c:281
252b5132
RH
145#, c-format
146msgid "Usage: %s [-vV] archive\n"
147msgstr ""
148
a74801ba 149#: ar.c:466
252b5132
RH
150msgid "two different operation options specified"
151msgstr ""
152
a74801ba 153#: ar.c:541
252b5132
RH
154#, c-format
155msgid "%s: illegal option -- %c\n"
156msgstr ""
157
a74801ba 158#: ar.c:573
252b5132
RH
159msgid "no operation specified"
160msgstr ""
161
a74801ba 162#: ar.c:576
252b5132
RH
163msgid "`u' is only meaningful with the `r' option."
164msgstr ""
165
a74801ba
ILT
166#: ar.c:586
167msgid "`N' is only meaningful with the `x' and 'd' options."
168msgstr ""
169
170#: ar.c:589
171msgid "Value for `N' must be positive."
252b5132
RH
172msgstr ""
173
a74801ba 174#: ar.c:672
252b5132 175#, c-format
a74801ba 176msgid "%s: internal error -- this option not implemented\n"
252b5132
RH
177msgstr ""
178
a74801ba 179#: ar.c:790 ar.c:841 ar.c:1283 objcopy.c:1021
252b5132 180#, c-format
a74801ba 181msgid "internal stat error on %s"
252b5132
RH
182msgstr ""
183
a74801ba 184#: ar.c:810 ar.c:878
252b5132
RH
185#, c-format
186msgid "%s is not a valid archive"
187msgstr ""
188
a74801ba 189#: ar.c:846
252b5132
RH
190#, c-format
191msgid "stat returns negative size for %s"
192msgstr ""
193
a74801ba 194#: ar.c:967
252b5132
RH
195#, c-format
196msgid "%s is not an archive"
197msgstr ""
198
a74801ba 199#: ar.c:974
252b5132
RH
200#, c-format
201msgid "%s: creating %s\n"
202msgstr ""
203
a74801ba 204#: ar.c:1181
252b5132
RH
205#, c-format
206msgid "No member named `%s'\n"
207msgstr ""
208
a74801ba 209#: ar.c:1233
252b5132
RH
210#, c-format
211msgid "%s: no entry %s in archive %s!\n"
212msgstr ""
213
a74801ba 214#: ar.c:1395
252b5132
RH
215#, c-format
216msgid "%s: no archive map to update"
217msgstr ""
218
a74801ba 219#: arsup.c:87
252b5132
RH
220#, c-format
221msgid "No entry %s in archive.\n"
222msgstr ""
223
a74801ba 224#: arsup.c:119
252b5132
RH
225#, c-format
226msgid "Can't open file %s\n"
227msgstr ""
228
a74801ba 229#: arsup.c:167
252b5132
RH
230#, c-format
231msgid "%s: Can't open output archive %s\n"
232msgstr ""
233
a74801ba 234#: arsup.c:179
252b5132
RH
235#, c-format
236msgid "%s: Can't open input archive %s\n"
237msgstr ""
238
a74801ba 239#: arsup.c:185
252b5132
RH
240#, c-format
241msgid "%s: file %s is not an archive\n"
242msgstr ""
243
a74801ba 244#: arsup.c:226
252b5132
RH
245#, c-format
246msgid "%s: no output archive specified yet\n"
247msgstr ""
248
a74801ba 249#: arsup.c:246 arsup.c:281 arsup.c:317 arsup.c:337 arsup.c:395
252b5132
RH
250#, c-format
251msgid "%s: no open output archive\n"
252msgstr ""
253
a74801ba 254#: arsup.c:254 arsup.c:355 arsup.c:375
252b5132
RH
255#, c-format
256msgid "%s: can't open file %s\n"
257msgstr ""
258
a74801ba 259#: arsup.c:302 arsup.c:371 arsup.c:450
252b5132
RH
260#, c-format
261msgid "%s: can't find module file %s\n"
262msgstr ""
263
a74801ba 264#: arsup.c:402
252b5132
RH
265#, c-format
266msgid "Current open archive is %s\n"
267msgstr ""
268
a74801ba 269#: arsup.c:429
252b5132
RH
270#, c-format
271msgid "%s: no open archive\n"
272msgstr ""
273
274#: bucomm.c:139
275#, c-format
276msgid "can't set BFD default target to `%s': %s"
277msgstr ""
278
279#: bucomm.c:151
280#, c-format
281msgid "%s: Matching formats:"
282msgstr ""
283
284#: bucomm.c:168
285msgid "Supported targets:"
286msgstr ""
287
288#: bucomm.c:170
289#, c-format
290msgid "%s: supported targets:"
291msgstr ""
292
293#: bucomm.c:263
294#, c-format
295msgid "%s: bad number: %s"
296msgstr ""
297
298#: coffdump.c:94
299#, c-format
300msgid "#lines %d "
301msgstr ""
302
303#: coffdump.c:456 sysdump.c:719
304#, c-format
305msgid "%s: Print a human readable interpretation of a SYSROFF object file\n"
306msgstr ""
307
308#: coffdump.c:498 srconv.c:1940 sysdump.c:755
309#, c-format
310msgid "GNU %s version %s\n"
311msgstr ""
312
313#: coffdump.c:516 srconv.c:1977 sysdump.c:775
314#, c-format
315msgid "%s: no input file specified\n"
316msgstr ""
317
318#: debug.c:653
319msgid "debug_add_to_current_namespace: no current file"
320msgstr ""
321
322#: debug.c:736
323msgid "debug_start_source: no debug_set_filename call"
324msgstr ""
325
326#: debug.c:795
327msgid "debug_record_function: no debug_set_filename call"
328msgstr ""
329
330#: debug.c:851
331msgid "debug_record_parameter: no current function"
332msgstr ""
333
334#: debug.c:885
335msgid "debug_end_function: no current function"
336msgstr ""
337
338#: debug.c:891
339msgid "debug_end_function: some blocks were not closed"
340msgstr ""
341
342#: debug.c:921
343msgid "debug_start_block: no current block"
344msgstr ""
345
346#: debug.c:959
347msgid "debug_end_block: no current block"
348msgstr ""
349
350#: debug.c:966
351msgid "debug_end_block: attempt to close top level block"
352msgstr ""
353
354#: debug.c:992
355msgid "debug_record_line: no current unit"
356msgstr ""
357
358#. FIXME
359#: debug.c:1046
360msgid "debug_start_common_block: not implemented"
361msgstr ""
362
363#. FIXME
364#: debug.c:1058
365msgid "debug_end_common_block: not implemented"
366msgstr ""
367
368#. FIXME.
369#: debug.c:1152
370msgid "debug_record_label not implemented"
371msgstr ""
372
373#: debug.c:1178
374msgid "debug_record_variable: no current file"
375msgstr ""
376
377#: debug.c:1194
378msgid "debug_record_variable: no current block"
379msgstr ""
380
381#: debug.c:1764
382msgid "debug_make_undefined_type: unsupported kind"
383msgstr ""
384
385#: debug.c:1970
386msgid "debug_name_type: no current file"
387msgstr ""
388
389#: debug.c:2018
390msgid "debug_tag_type: no current file"
391msgstr ""
392
393#: debug.c:2026
394msgid "debug_tag_type: extra tag attempted"
395msgstr ""
396
397#: debug.c:2066
398#, c-format
399msgid "Warning: changing type size from %d to %d\n"
400msgstr ""
401
402#: debug.c:2090
403msgid "debug_find_named_type: no current compilation unit"
404msgstr ""
405
406#: debug.c:2197
407#, c-format
408msgid "debug_get_real_type: circular debug information for %s\n"
409msgstr ""
410
a74801ba 411#: debug.c:2662
252b5132
RH
412msgid "debug_write_type: illegal type encountered"
413msgstr ""
414
a74801ba 415#: dlltool.c:770 dlltool.c:794 dlltool.c:819
252b5132
RH
416#, c-format
417msgid "Internal error: Unknown machine type: %d\n"
418msgstr ""
419
a74801ba 420#: dlltool.c:856
252b5132
RH
421#, c-format
422msgid "Can't open def file: %s"
423msgstr ""
424
a74801ba 425#: dlltool.c:861
252b5132
RH
426#, c-format
427msgid "Processing def file: %s"
428msgstr ""
429
a74801ba 430#: dlltool.c:865
252b5132
RH
431msgid "Processed def file"
432msgstr ""
433
a74801ba 434#: dlltool.c:890
252b5132
RH
435#, c-format
436msgid "Syntax error in def file %s:%d\n"
437msgstr ""
438
a74801ba 439#: dlltool.c:923
252b5132
RH
440#, c-format
441msgid "NAME: %s base: %x"
442msgstr ""
443
a74801ba 444#: dlltool.c:926
252b5132
RH
445msgid "Can't have LIBRARY and NAME\n"
446msgstr ""
447
a74801ba 448#: dlltool.c:942
252b5132
RH
449#, c-format
450msgid "LIBRARY: %s base: %x"
451msgstr ""
452
a74801ba 453#: dlltool.c:945
252b5132
RH
454#, c-format
455msgid "%s: Can't have LIBRARY and NAME\n"
456msgstr ""
457
a74801ba 458#: dlltool.c:1200 resrc.c:271
252b5132
RH
459#, c-format
460msgid "wait: %s"
461msgstr ""
462
a74801ba 463#: dlltool.c:1205 resrc.c:276
252b5132
RH
464#, c-format
465msgid "subprocess got fatal signal %d"
466msgstr ""
467
a74801ba 468#: dlltool.c:1211
252b5132
RH
469#, c-format
470msgid "%s exited with status %d\n"
471msgstr ""
472
a74801ba 473#: dlltool.c:1243
252b5132 474#, c-format
e0a2c38a 475msgid "Sucking in info from %s section in %s\n"
252b5132
RH
476msgstr ""
477
a74801ba 478#: dlltool.c:1367
252b5132
RH
479#, c-format
480msgid "Excluding symbol: %s\n"
481msgstr ""
482
8ad3436c 483#: dlltool.c:1462 dlltool.c:1473 nm.c:904 nm.c:915 objdump.c:444 objdump.c:461
252b5132
RH
484#, c-format
485msgid "%s: no symbols\n"
486msgstr ""
487
488#. FIXME: we ought to read in and block out the base relocations
a74801ba 489#: dlltool.c:1500
252b5132 490#, c-format
e0a2c38a 491msgid "Done reading %s\n"
252b5132
RH
492msgstr ""
493
a74801ba 494#: dlltool.c:1511
252b5132
RH
495#, c-format
496msgid "Unable to open object file: %s"
497msgstr ""
498
a74801ba 499#: dlltool.c:1514
252b5132
RH
500#, c-format
501msgid "Scanning object file %s"
502msgstr ""
503
a74801ba 504#: dlltool.c:1529
e0a2c38a
RH
505#, c-format
506msgid "Cannot produce mcore-elf dll from archive file: %s"
507msgstr ""
508
a74801ba 509#: dlltool.c:1621
252b5132
RH
510msgid "Adding exports to output file"
511msgstr ""
512
a74801ba 513#: dlltool.c:1666
252b5132
RH
514msgid "Added exports to output file"
515msgstr ""
516
a74801ba 517#: dlltool.c:1790
252b5132
RH
518#, c-format
519msgid "Generating export file: %s\n"
520msgstr ""
521
a74801ba 522#: dlltool.c:1795
252b5132
RH
523#, c-format
524msgid "Unable to open temporary assembler file: %s"
525msgstr ""
526
a74801ba 527#: dlltool.c:1798
252b5132
RH
528#, c-format
529msgid "Opened temporary file: %s"
530msgstr ""
531
a74801ba 532#: dlltool.c:2012
252b5132
RH
533msgid "Generated exports file"
534msgstr ""
535
a74801ba 536#: dlltool.c:2267
252b5132
RH
537#, c-format
538msgid "bfd_open failed open stub file: %s"
539msgstr ""
540
a74801ba 541#: dlltool.c:2270
252b5132
RH
542#, c-format
543msgid "Creating stub file: %s"
544msgstr ""
545
a74801ba 546#: dlltool.c:2657
e0a2c38a
RH
547#, c-format
548msgid "failed to open temporary head file: %s"
549msgstr ""
550
a74801ba 551#: dlltool.c:2716
e0a2c38a
RH
552#, c-format
553msgid "failed to open temporary tail file: %s"
554msgstr ""
555
a74801ba 556#: dlltool.c:2784
252b5132
RH
557#, c-format
558msgid "Can't open .lib file: %s"
559msgstr ""
560
a74801ba 561#: dlltool.c:2787
252b5132
RH
562#, c-format
563msgid "Creating library file: %s\n"
564msgstr ""
565
a74801ba 566#: dlltool.c:2846
252b5132
RH
567#, c-format
568msgid "cannot delete %s: %s\n"
569msgstr ""
570
a74801ba 571#: dlltool.c:2850
252b5132
RH
572msgid "Created lib file"
573msgstr ""
574
a74801ba 575#: dlltool.c:2955
252b5132
RH
576#, c-format
577msgid "Warning, ignoring duplicate EXPORT %s %d,%d\n"
578msgstr ""
579
a74801ba 580#: dlltool.c:2961
252b5132
RH
581#, c-format
582msgid "Error, duplicate EXPORT with oridinals: %s"
583msgstr ""
584
a74801ba 585#: dlltool.c:3088
252b5132
RH
586msgid "Processing definitions"
587msgstr ""
588
a74801ba 589#: dlltool.c:3126
252b5132
RH
590msgid "Processed definitions"
591msgstr ""
592
593#. xgetext:c-format
a74801ba 594#: dlltool.c:3137
252b5132
RH
595#, c-format
596msgid "Usage %s <options> <object-files>\n"
597msgstr ""
598
599#. xgetext:c-format
a74801ba 600#: dlltool.c:3139
252b5132
RH
601#, c-format
602msgid ""
e0a2c38a
RH
603" -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"
604msgstr ""
605
a74801ba 606#: dlltool.c:3140
e0a2c38a 607msgid ""
a74801ba
ILT
608" possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
609"ppc, thumb\n"
252b5132
RH
610msgstr ""
611
a74801ba 612#: dlltool.c:3141
252b5132
RH
613msgid " -e --output-exp <outname> Generate an export file.\n"
614msgstr ""
615
a74801ba 616#: dlltool.c:3142
252b5132
RH
617msgid " -l --output-lib <outname> Generate an interface library.\n"
618msgstr ""
619
a74801ba 620#: dlltool.c:3143
252b5132
RH
621msgid " -a --add-indirect Add dll indirects to export file.\n"
622msgstr ""
623
a74801ba 624#: dlltool.c:3144
252b5132
RH
625msgid ""
626" -D --dllname <name> Name of input dll to put into interface lib.\n"
627msgstr ""
628
a74801ba 629#: dlltool.c:3145
252b5132
RH
630msgid " -d --input-def <deffile> Name of .def file to be read in.\n"
631msgstr ""
632
a74801ba 633#: dlltool.c:3146
252b5132
RH
634msgid " -z --output-def <deffile> Name of .def file to be created.\n"
635msgstr ""
636
a74801ba 637#: dlltool.c:3147
e0a2c38a 638msgid " --export-all-symbols Export all symbols to .def\n"
252b5132
RH
639msgstr ""
640
a74801ba 641#: dlltool.c:3148
e0a2c38a 642msgid " --no-export-all-symbols Only export listed symbols\n"
252b5132
RH
643msgstr ""
644
a74801ba 645#: dlltool.c:3149
e0a2c38a 646msgid " --exclude-symbols <list> Don't export <list>\n"
252b5132
RH
647msgstr ""
648
a74801ba 649#: dlltool.c:3150
e0a2c38a 650msgid " --no-default-excludes Clear default exclude symbols\n"
252b5132
RH
651msgstr ""
652
a74801ba 653#: dlltool.c:3151
252b5132
RH
654msgid " -b --base-file <basefile> Read linker generated base file.\n"
655msgstr ""
656
a74801ba 657#: dlltool.c:3152
252b5132
RH
658msgid " -x --no-idata4 Don't generate idata$4 section.\n"
659msgstr ""
660
a74801ba 661#: dlltool.c:3153
252b5132
RH
662msgid " -c --no-idata5 Don't generate idata$5 section.\n"
663msgstr ""
664
a74801ba 665#: dlltool.c:3154
252b5132
RH
666msgid ""
667" -U --add-underscore Add underscores to symbols in interface "
668"library.\n"
669msgstr ""
670
a74801ba 671#: dlltool.c:3155
252b5132
RH
672msgid " -k --kill-at Kill @<n> from exported names.\n"
673msgstr ""
674
a74801ba 675#: dlltool.c:3156
252b5132
RH
676msgid " -A --add-stdcall-alias Add aliases without @<n>.\n"
677msgstr ""
678
a74801ba 679#: dlltool.c:3157
252b5132
RH
680msgid " -S --as <name> Use <name> for assembler.\n"
681msgstr ""
682
a74801ba 683#: dlltool.c:3158
252b5132
RH
684msgid " -f --as-flags <flags> Pass <flags> to the assembler.\n"
685msgstr ""
686
a74801ba
ILT
687#: dlltool.c:3159
688msgid ""
689" -C --compat-implib Create backward compatible import library.\n"
690msgstr ""
691
692#: dlltool.c:3160
252b5132
RH
693msgid ""
694" -n --no-delete Keep temp files (repeat for extra "
695"preservation).\n"
696msgstr ""
697
a74801ba 698#: dlltool.c:3161
252b5132
RH
699msgid " -v --verbose Be verbose.\n"
700msgstr ""
701
a74801ba 702#: dlltool.c:3162
252b5132
RH
703msgid " -V --version Display the program version.\n"
704msgstr ""
705
a74801ba 706#: dlltool.c:3163
252b5132
RH
707msgid " -h --help Display this information.\n"
708msgstr ""
709
a74801ba 710#: dlltool.c:3165
e0a2c38a
RH
711msgid ""
712" -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n"
713msgstr ""
714
a74801ba 715#: dlltool.c:3166
e0a2c38a
RH
716msgid " -L --linker <name> Use <name> as the linker.\n"
717msgstr ""
718
a74801ba 719#: dlltool.c:3167
e0a2c38a
RH
720msgid " -F --linker-flags <flags> Pass <flags> to the linker.\n"
721msgstr ""
722
a74801ba 723#: dlltool.c:3311
252b5132
RH
724#, c-format
725msgid "Unable to open base-file: %s"
726msgstr ""
727
a74801ba 728#: dlltool.c:3340
252b5132
RH
729#, c-format
730msgid "Machine '%s' not supported"
731msgstr ""
732
a74801ba
ILT
733#: dlltool.c:3443 dllwrap.c:215
734#, c-format
735msgid "Tried file: %s"
736msgstr ""
737
738#: dlltool.c:3450 dllwrap.c:222
739#, c-format
740msgid "Using file: %s"
e0a2c38a
RH
741msgstr ""
742
252b5132
RH
743#: ieee.c:316
744msgid "unexpected end of debugging information"
745msgstr ""
746
747#: ieee.c:411
748msgid "invalid number"
749msgstr ""
750
751#: ieee.c:470
752msgid "invalid string length"
753msgstr ""
754
755#: ieee.c:527 ieee.c:568
756msgid "expression stack overflow"
757msgstr ""
758
759#: ieee.c:547
760msgid "unsupported IEEE expression operator"
761msgstr ""
762
763#: ieee.c:562
764msgid "unknown section"
765msgstr ""
766
767#: ieee.c:583
768msgid "expression stack underflow"
769msgstr ""
770
771#: ieee.c:597
772msgid "expression stack mismatch"
773msgstr ""
774
775#: ieee.c:636
776msgid "unknown builtin type"
777msgstr ""
778
779#: ieee.c:781
780msgid "BCD float type not supported"
781msgstr ""
782
783#: ieee.c:927
784msgid "unexpected number"
785msgstr ""
786
787#: ieee.c:934
788msgid "unexpected record type"
789msgstr ""
790
791#: ieee.c:967
792msgid "blocks left on stack at end"
793msgstr ""
794
795#: ieee.c:1232
796msgid "unknown BB type"
797msgstr ""
798
799#: ieee.c:1241
800msgid "stack overflow"
801msgstr ""
802
803#: ieee.c:1266
804msgid "stack underflow"
805msgstr ""
806
807#: ieee.c:1380 ieee.c:1452 ieee.c:2151
808msgid "illegal variable index"
809msgstr ""
810
811#: ieee.c:1430
812msgid "illegal type index"
813msgstr ""
814
815#: ieee.c:1440 ieee.c:1477
816msgid "unknown TY code"
817msgstr ""
818
819#: ieee.c:1459
820msgid "undefined variable in TY"
821msgstr ""
822
823#. Pascal file name. FIXME.
824#: ieee.c:1870
825msgid "Pascal file name not supported"
826msgstr ""
827
828#: ieee.c:1918
829msgid "unsupported qualifer"
830msgstr ""
831
832#: ieee.c:2189
833msgid "undefined variable in ATN"
834msgstr ""
835
836#: ieee.c:2232
837msgid "unknown ATN type"
838msgstr ""
839
840#. Reserved for FORTRAN common.
841#: ieee.c:2354
842msgid "unsupported ATN11"
843msgstr ""
844
845#. We have no way to record this information. FIXME.
846#: ieee.c:2381
847msgid "unsupported ATN12"
848msgstr ""
849
850#: ieee.c:2441
851msgid "unexpected string in C++ misc"
852msgstr ""
853
854#: ieee.c:2454
855msgid "bad misc record"
856msgstr ""
857
858#: ieee.c:2497
859msgid "unrecognized C++ misc record"
860msgstr ""
861
862#: ieee.c:2614
863msgid "undefined C++ object"
864msgstr ""
865
866#: ieee.c:2648
867msgid "unrecognized C++ object spec"
868msgstr ""
869
870#: ieee.c:2684
871msgid "unsupported C++ object type"
872msgstr ""
873
874#: ieee.c:2694
875msgid "C++ base class not defined"
876msgstr ""
877
878#: ieee.c:2706 ieee.c:2811
879msgid "C++ object has no fields"
880msgstr ""
881
882#: ieee.c:2725
883msgid "C++ base class not found in container"
884msgstr ""
885
886#: ieee.c:2832
887msgid "C++ data member not found in container"
888msgstr ""
889
890#: ieee.c:2873 ieee.c:3023
891msgid "unknown C++ visibility"
892msgstr ""
893
894#: ieee.c:2907
895msgid "bad C++ field bit pos or size"
896msgstr ""
897
898#: ieee.c:2999
899msgid "bad type for C++ method function"
900msgstr ""
901
902#: ieee.c:3009
903msgid "no type information for C++ method function"
904msgstr ""
905
906#: ieee.c:3048
907msgid "C++ static virtual method"
908msgstr ""
909
910#: ieee.c:3143
911msgid "unrecognized C++ object overhead spec"
912msgstr ""
913
914#: ieee.c:3182
915msgid "undefined C++ vtable"
916msgstr ""
917
918#: ieee.c:3253
919msgid "C++ default values not in a function"
920msgstr ""
921
922#: ieee.c:3293
923msgid "unrecognized C++ default type"
924msgstr ""
925
926#: ieee.c:3324
927msgid "reference parameter is not a pointer"
928msgstr ""
929
930#: ieee.c:3409
931msgid "unrecognized C++ reference type"
932msgstr ""
933
934#: ieee.c:3491
935msgid "C++ reference not found"
936msgstr ""
937
938#: ieee.c:3499
939msgid "C++ reference is not pointer"
940msgstr ""
941
942#: ieee.c:3528 ieee.c:3536
943msgid "missing required ASN"
944msgstr ""
945
946#: ieee.c:3566 ieee.c:3574
947msgid "missing required ATN65"
948msgstr ""
949
950#: ieee.c:3588
951msgid "bad ATN65 record"
952msgstr ""
953
954#: ieee.c:4235
955msgid "IEEE numeric overflow: 0x"
956msgstr ""
957
958#: ieee.c:4281
959#, c-format
960msgid "IEEE string length overflow: %u\n"
961msgstr ""
962
963#: ieee.c:5315
964#, c-format
965msgid "IEEE unsupported integer type size %u\n"
966msgstr ""
967
968#: ieee.c:5351
969#, c-format
970msgid "IEEE unsupported float type size %u\n"
971msgstr ""
972
973#: ieee.c:5387
974#, c-format
975msgid "IEEE unsupported complex type size %u\n"
976msgstr ""
977
978#: nlmconv.c:275 srconv.c:1966
979#, c-format
980msgid "%s: input and output files must be different\n"
981msgstr ""
982
983#: nlmconv.c:325
984#, c-format
985msgid "%s: input file named both on command line and with INPUT\n"
986msgstr ""
987
988#: nlmconv.c:336
989#, c-format
990msgid "%s: no input file\n"
991msgstr ""
992
993#: nlmconv.c:366
994#, c-format
995msgid "%s: no name for output file\n"
996msgstr ""
997
998#: nlmconv.c:381
999#, c-format
1000msgid "%s: warning:input and output formats are not compatible\n"
1001msgstr ""
1002
1003#: nlmconv.c:411
1004msgid "make .bss section"
1005msgstr ""
1006
1007#: nlmconv.c:420
1008msgid "make .nlmsections section"
1009msgstr ""
1010
1011#: nlmconv.c:422
1012msgid "set .nlmsections flags"
1013msgstr ""
1014
1015#: nlmconv.c:450
1016msgid "set .bss vma"
1017msgstr ""
1018
1019#: nlmconv.c:457
1020msgid "set .data size"
1021msgstr ""
1022
1023#: nlmconv.c:638
1024#, c-format
1025msgid "%s: warning: symbol %s imported but not in import list\n"
1026msgstr ""
1027
1028#: nlmconv.c:658
1029msgid "set start address"
1030msgstr ""
1031
1032#: nlmconv.c:707
1033#, c-format
1034msgid "%s: warning: START procedure %s not defined\n"
1035msgstr ""
1036
1037#: nlmconv.c:710
1038#, c-format
1039msgid "%s: warning: EXIT procedure %s not defined\n"
1040msgstr ""
1041
1042#: nlmconv.c:714
1043#, c-format
1044msgid "%s: warning: CHECK procedure %s not defined\n"
1045msgstr ""
1046
1047#: nlmconv.c:736 nlmconv.c:928
1048msgid "custom section"
1049msgstr ""
1050
1051#: nlmconv.c:757 nlmconv.c:960
1052msgid "help section"
1053msgstr ""
1054
1055#: nlmconv.c:779 nlmconv.c:979
1056msgid "message section"
1057msgstr ""
1058
1059#: nlmconv.c:795 nlmconv.c:1012
1060msgid "module section"
1061msgstr ""
1062
1063#: nlmconv.c:815 nlmconv.c:1029
1064msgid "rpc section"
1065msgstr ""
1066
1067#: nlmconv.c:852
1068#, c-format
1069msgid "%s:%s: warning: shared libraries can not have uninitialized data\n"
1070msgstr ""
1071
1072#: nlmconv.c:873 nlmconv.c:1049
1073msgid "shared section"
1074msgstr ""
1075
1076#: nlmconv.c:881
1077#, c-format
1078msgid "%s: warning: No version number given\n"
1079msgstr ""
1080
1081#: nlmconv.c:922 nlmconv.c:954 nlmconv.c:973 nlmconv.c:1023 nlmconv.c:1043
1082#, c-format
1083msgid "%s:%s: read: %s\n"
1084msgstr ""
1085
1086#: nlmconv.c:946
1087#, c-format
1088msgid "%s: warning: MAP and FULLMAP are not supported; try ld -M\n"
1089msgstr ""
1090
1091#: nlmconv.c:1121
1092#, c-format
1093msgid "%s: Convert an object file into a NetWare Loadable Module\n"
1094msgstr ""
1095
1096#: nlmconv.c:1133
1097#, c-format
1098msgid ""
1099"Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n"
1100" [--input-target=bfdname] [--output-target=bfdname]\n"
1101" [--header-file=file] [--linker=linker] [--debug]\n"
1102" [--help] [--version]\n"
1103" [in-file [out-file]]\n"
1104msgstr ""
1105
1106#: nlmconv.c:1173
1107#, c-format
1108msgid "%s: support not compiled in for %s\n"
1109msgstr ""
1110
1111#: nlmconv.c:1216
1112msgid "make section"
1113msgstr ""
1114
1115#: nlmconv.c:1230
1116msgid "set section size"
1117msgstr ""
1118
1119#: nlmconv.c:1236
1120msgid "set section alignment"
1121msgstr ""
1122
1123#: nlmconv.c:1240
1124msgid "set section flags"
1125msgstr ""
1126
1127#: nlmconv.c:1251
1128msgid "set .nlmsections size"
1129msgstr ""
1130
1131#: nlmconv.c:1339 nlmconv.c:1347 nlmconv.c:1356 nlmconv.c:1361
1132msgid "set .nlmsection contents"
1133msgstr ""
1134
1135#: nlmconv.c:1864
1136msgid "stub section sizes"
1137msgstr ""
1138
1139#: nlmconv.c:1913
1140msgid "writing stub"
1141msgstr ""
1142
1143#: nlmconv.c:2003
1144#, c-format
1145msgid "%s: unresolved PC relative reloc against %s\n"
1146msgstr ""
1147
1148#: nlmconv.c:2068
1149#, c-format
1150msgid "%s: overflow when adjusting relocation against %s\n"
1151msgstr ""
1152
1153#: nlmconv.c:2191
1154#, c-format
1155msgid "%s: execution of %s failed: "
1156msgstr ""
1157
1158#: nlmconv.c:2206
1159#, c-format
1160msgid "%s: Execution of %s failed\n"
1161msgstr ""
1162
8ad3436c 1163#: nm.c:294
252b5132
RH
1164#, c-format
1165msgid ""
1166"Usage: %s [-aABCDglnopPrsuvV] [-t radix] [--radix=radix] [--target=bfdname]\n"
1167" [--debug-syms] [--extern-only] [--print-armap] [--print-file-name]\n"
1168" [--numeric-sort] [--no-sort] [--reverse-sort] [--size-sort]\n"
1169" [--undefined-only] [--portability] [-f {bsd,sysv,posix}]\n"
1170" [--format={bsd,sysv,posix}] [--demangle] [--no-demangle] [--dynamic]\n"
1171" [--defined-only] [--line-numbers]\n"
1172" [--version] [--help]\n"
1173" [file...]\n"
1174msgstr ""
1175
8ad3436c 1176#: nm.c:339
252b5132
RH
1177#, c-format
1178msgid "%s: %s: invalid radix\n"
1179msgstr ""
1180
8ad3436c 1181#: nm.c:365
252b5132
RH
1182#, c-format
1183msgid "%s: %s: invalid output format\n"
1184msgstr ""
1185
8ad3436c 1186#: nm.c:492
252b5132
RH
1187#, c-format
1188msgid "%s: data size %ld\n"
1189msgstr ""
1190
8ad3436c 1191#: nm.c:1283
252b5132
RH
1192#, c-format
1193msgid ""
1194"\n"
1195"\n"
1196"Undefined symbols from %s:\n"
1197"\n"
1198msgstr ""
1199
8ad3436c 1200#: nm.c:1285
252b5132
RH
1201#, c-format
1202msgid ""
1203"\n"
1204"\n"
1205"Symbols from %s:\n"
1206"\n"
1207msgstr ""
1208
8ad3436c 1209#: nm.c:1286 nm.c:1340
252b5132
RH
1210msgid ""
1211"Name Value Class Type Size Line "
1212"Section\n"
1213"\n"
1214msgstr ""
1215
8ad3436c 1216#: nm.c:1337
252b5132
RH
1217#, c-format
1218msgid ""
1219"\n"
1220"\n"
1221"Undefined symbols from %s[%s]:\n"
1222"\n"
1223msgstr ""
1224
8ad3436c 1225#: nm.c:1339
252b5132
RH
1226#, c-format
1227msgid ""
1228"\n"
1229"\n"
1230"Symbols from %s[%s]:\n"
1231"\n"
1232msgstr ""
1233
8ad3436c 1234#: nm.c:1510
252b5132
RH
1235msgid ""
1236"\n"
1237"Archive index:\n"
1238msgstr ""
1239
a74801ba
ILT
1240#: objcopy.c:296
1241#, c-format
1242msgid "Usage: %s <switches> in-file [out-file]\n"
1243msgstr ""
1244
1245#: objcopy.c:297 objcopy.c:354
1246msgid " The switches are:\n"
1247msgstr ""
1248
1249#: objcopy.c:298
1250msgid ""
1251" -I --input-target <bfdname> Assume input file is in format <bfdname>\n"
1252" -O --output-target <bfdname> Create an output file in format "
1253"<bfdname>\n"
1254" -F --target <bfdname> Set both input and output format to "
1255"<bfdname>\n"
1256" --debugging Convert debugging information, if "
1257"possible\n"
1258" -p --preserve-dates Copy modified/access timestamps to the "
1259"output\n"
1260" -j --only-section <name> Only copy section <name> into the output\n"
1261" -R --remove-section <name> Remove section <name> from the output\n"
1262" -S --strip-all Remove all symbol and relocation "
1263"information\n"
1264" -g --strip-debug Remove all debugging symbols\n"
1265" --strip-unneeded Remove all symbols not needed by "
1266"relocations\n"
1267" -N --strip-symbol <name> Do not copy symbol <name>\n"
1268" -K --keep-symbol <name> Only copy symbol <name>\n"
1269" -L --localize-symbol <name> Force symbol <name> to be marked as a "
1270"local\n"
1271" -W --weaken-symbol <name> Force symbol <name> to be marked as a "
1272"weak\n"
1273" --weaken Force all global symbols to be marked as "
1274"weak\n"
1275" -x --discard-all Remove all non-global symbols\n"
1276" -X --discard-locals Remove any compiler-generated symbols\n"
1277" -i --interleave <number> Only copy one out of every <number> "
1278"bytes\n"
1279" -b --byte <num> Select byte <num> in every interleaved "
1280"block\n"
1281" --gap-fill <val> Fill gaps between sections with <val>\n"
1282" --pad-to <addr> Pad the last section up to address "
1283"<addr>\n"
1284" --set-start <addr> Set the start address to <addr>\n"
1285" {--change-start|--adjust-start} <incr>\n"
1286" Add <incr> to the start address\n"
1287" {--change-addresses|--adjust-vma} <incr>\n"
1288" Add <incr> to LMA, VMA and start "
1289"addresses\n"
1290" {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
1291" Change LMA and VMA of section <name> by "
1292"<val>\n"
1293" --change-section-lma <name>{=|+|-}<val>\n"
1294" Change the LMA of section <name> by "
1295"<val>\n"
1296" --change-section-vma <name>{=|+|-}<val>\n"
1297" Change the VMA of section <name> by "
1298"<val>\n"
1299" {--[no-]change-warnings|--[no-]adjust-warnings}\n"
1300" Warn if a named section does not exist\n"
1301" --set-section-flags <name>=<flags>\n"
1302" Set section <name>'s properties to "
1303"<flags>\n"
1304" --add-section <name>=<file> Add section <name> found in <file> to "
1305"output\n"
1306" --change-leading-char Force output format's leading character "
1307"style\n"
1308" --remove-leading-char Remove leading character from global "
1309"symbols\n"
1310" -v --verbose List all object files modified\n"
1311" -V --version Display this program's version number\n"
1312" -h --help Display this output\n"
252b5132
RH
1313msgstr ""
1314
a74801ba
ILT
1315#: objcopy.c:353
1316#, c-format
1317msgid "Usage: %s <switches> in-file(s)\n"
252b5132
RH
1318msgstr ""
1319
a74801ba 1320#: objcopy.c:355
252b5132 1321msgid ""
a74801ba
ILT
1322" -I --input-target <bfdname> Assume input file is in format <bfdname>\n"
1323" -O --output-target <bfdname> Create an output file in format "
1324"<bfdname>\n"
1325" -F --target <bfdname> Set both input and output format to "
1326"<bfdname>\n"
1327" -p --preserve-dates Copy modified/access timestamps to the "
1328"output\n"
1329" -R --remove-section <name> Remove section <name> from the output\n"
1330" -s --strip-all Remove all symbol and relocation "
1331"information\n"
1332" -g -S --strip-debug Remove all debugging symbols\n"
1333" --strip-unneeded Remove all symbols not needed by "
1334"relocations\n"
1335" -N --strip-symbol <name> Do not copy symbol <name>\n"
1336" -K --keep-symbol <name> Only copy symbol <name>\n"
1337" -x --discard-all Remove all non-global symbols\n"
1338" -X --discard-locals Remove any compiler-generated symbols\n"
1339" -v --verbose List all object files modified\n"
1340" -V --version Display this program's version number\n"
1341" -h --help Display this output\n"
1342" -o <file> Place stripped output into <file>\n"
252b5132
RH
1343msgstr ""
1344
a74801ba 1345#: objcopy.c:425
252b5132
RH
1346#, c-format
1347msgid "unrecognized section flag `%s'"
1348msgstr ""
1349
a74801ba
ILT
1350#: objcopy.c:426
1351msgid ""
1352"supported flags: alloc, load, noload, readonly, debug, code, data, rom, "
1353"share, contents"
252b5132
RH
1354msgstr ""
1355
a74801ba 1356#: objcopy.c:671
252b5132
RH
1357#, c-format
1358msgid "copy from %s(%s) to %s(%s)\n"
1359msgstr ""
1360
a74801ba 1361#: objcopy.c:690
252b5132
RH
1362#, c-format
1363msgid "Warning: Output file cannot represent architecture %s"
1364msgstr ""
1365
a74801ba 1366#: objcopy.c:717
252b5132
RH
1367#, c-format
1368msgid "can't create section `%s': %s"
1369msgstr ""
1370
a74801ba 1371#: objcopy.c:803
252b5132
RH
1372#, c-format
1373msgid "Can't fill gap after %s: %s"
1374msgstr ""
1375
a74801ba 1376#: objcopy.c:828
252b5132
RH
1377#, c-format
1378msgid "Can't add padding to %s: %s"
1379msgstr ""
1380
a74801ba 1381#: objcopy.c:965
252b5132
RH
1382#, c-format
1383msgid "%s: error copying private BFD data: %s"
1384msgstr ""
1385
a74801ba 1386#: objcopy.c:999
252b5132
RH
1387#, c-format
1388msgid "cannot mkdir %s for archive copying (error: %s)"
1389msgstr ""
1390
a74801ba 1391#: objcopy.c:1268
252b5132
RH
1392#, c-format
1393msgid "%s: section `%s': error in %s: %s"
1394msgstr ""
1395
a74801ba 1396#: objcopy.c:1542
252b5132
RH
1397#, c-format
1398msgid "%s: can't create debugging section: %s"
1399msgstr ""
1400
a74801ba 1401#: objcopy.c:1557
252b5132
RH
1402#, c-format
1403msgid "%s: can't set debugging section contents: %s"
1404msgstr ""
1405
a74801ba 1406#: objcopy.c:1566
252b5132
RH
1407#, c-format
1408msgid "%s: don't know how to write debugging information for %s"
1409msgstr ""
1410
a74801ba 1411#: objcopy.c:1671
252b5132
RH
1412#, c-format
1413msgid "%s: cannot stat: %s"
1414msgstr ""
1415
a74801ba 1416#: objcopy.c:1721
252b5132
RH
1417msgid "byte number must be non-negative"
1418msgstr ""
1419
a74801ba 1420#: objcopy.c:1726
252b5132
RH
1421msgid "interleave must be positive"
1422msgstr ""
1423
a74801ba
ILT
1424#: objcopy.c:1742 objcopy.c:1749
1425#, c-format
1426msgid "%s both copied and removed"
1427msgstr ""
1428
1429#: objcopy.c:1804
252b5132
RH
1430msgid "bad format for --add-section NAME=FILENAME"
1431msgstr ""
1432
a74801ba 1433#: objcopy.c:1807
252b5132
RH
1434#, c-format
1435msgid "cannot stat: %s: %s"
1436msgstr ""
1437
a74801ba 1438#: objcopy.c:1825
252b5132
RH
1439#, c-format
1440msgid "cannot open: %s: %s"
1441msgstr ""
1442
a74801ba 1443#: objcopy.c:1829
252b5132
RH
1444#, c-format
1445msgid "%s: fread failed"
1446msgstr ""
1447
a74801ba 1448#: objcopy.c:1872
252b5132
RH
1449#, c-format
1450msgid "bad format for %s"
1451msgstr ""
1452
a74801ba 1453#: objcopy.c:1936
252b5132
RH
1454#, c-format
1455msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
1456msgstr ""
1457
a74801ba 1458#: objcopy.c:1960
252b5132
RH
1459msgid "bad format for --set-section-flags"
1460msgstr ""
1461
a74801ba 1462#: objcopy.c:1990
252b5132
RH
1463msgid "byte number must be less than interleave"
1464msgstr ""
1465
a74801ba 1466#: objcopy.c:2009
252b5132
RH
1467#, c-format
1468msgid "Cannot stat: %s: %s"
1469msgstr ""
1470
a74801ba 1471#: objcopy.c:2049
252b5132
RH
1472#, c-format
1473msgid "Warning: --change-section-vma %s%c0x%s never used"
1474msgstr ""
1475
a74801ba 1476#: objcopy.c:2062
252b5132
RH
1477#, c-format
1478msgid "Warning: --change-section-lma %s%c0x%s never used"
1479msgstr ""
1480
a74801ba 1481#: objdump.c:229
252b5132 1482#, c-format
a74801ba 1483msgid "Usage: %s <switches> file(s)\n"
252b5132
RH
1484msgstr ""
1485
a74801ba
ILT
1486#: objdump.c:230
1487msgid " At least one of the following switches must be given:\n"
252b5132
RH
1488msgstr ""
1489
a74801ba
ILT
1490#: objdump.c:231
1491msgid ""
1492" -a --archive-headers Display archive header information\n"
1493" -f --file-headers Display the contents of the overall file header\n"
1494" -p --private-headers Display object format specific file header "
1495"contents\n"
1496" -h --[section-]headers Display the contents of the section headers\n"
1497" -x --all-headers Display the contents of all headers\n"
1498" -d --disassemble Display assembler contents of executable "
1499"sections\n"
1500" -D --disassemble-all Display assembler contents of all sections\n"
1501" -S --source Intermix source code with disassembly\n"
1502" -s --full-contents Display the full contents of all sections "
1503"requested\n"
1504" -g --debugging Display debug information in object file\n"
1505" -G --stabs Display the STABS contents of an ELF format file\n"
1506" -t --syms Display the contents of the symbol table(s)\n"
1507" -T --dynamic-syms Display the contents of the dynamic symbol table\n"
1508" -r --reloc Display the relocation entries in the file\n"
1509" -R --dynamic-reloc Display the dynamic relocation entries in the "
1510"file\n"
1511" -V --version Display this program's version number\n"
1512" -i --info List object formats and architectures supported\n"
1513" -H --help Display this information\n"
1514msgstr ""
1515
1516#: objdump.c:253
1517msgid ""
1518"\n"
1519" The following switches are optional:\n"
1520msgstr ""
1521
1522#: objdump.c:254
1523msgid ""
1524" -b --target <bfdname> Specify the target object format as "
1525"<bfdname>\n"
1526" -m --architecture <machine> Specify the target architecture as "
1527"<machine>\n"
1528" -j --section <name> Only display information for section "
1529"<name>\n"
1530" -M --disassembler-options <o> Pass text <o> on to the disassembler\n"
1531" -EB --endian=big Assume big endian format when "
1532"disassembling\n"
1533" -EL --endian=little Assume little endian format when "
1534"disassembling\n"
1535" --file-start-context Include context from start of file (with "
1536"-S)\n"
1537" -l --line-numbers Include line numbers and filenames in "
1538"output\n"
1539" -C --demangle Decode mangled/processed symbol names\n"
1540" -w --wide Format output for more than 80 columns\n"
1541" -z --disassemble-zeroes Do not skip blocks of zeroes when "
1542"disassembling\n"
1543" --start-address <addr> Only process data whoes address is >= "
1544"<addr>\n"
1545" --stop-address <addr> Only process data whoes address is <= "
1546"<addr>\n"
1547" --prefix-addresses Print complete address alongside "
1548"disassembly\n"
1549" --[no-]show-raw-insn Display hex alongside symbolic disassembly\n"
1550" --adjust-vma <offset> Add <offset> to all displayed section "
1551"addresses\n"
1552"\n"
1553msgstr ""
1554
1555#: objdump.c:420
252b5132
RH
1556msgid "Sections:\n"
1557msgstr ""
1558
a74801ba
ILT
1559#: objdump.c:423
1560msgid "Idx Name Size VMA LMA File off Algn"
252b5132
RH
1561msgstr ""
1562
a74801ba 1563#: objdump.c:425
252b5132
RH
1564msgid ""
1565"Idx Name Size VMA LMA File off "
a74801ba
ILT
1566"Algn"
1567msgstr ""
1568
1569#: objdump.c:429
1570msgid " Flags"
252b5132
RH
1571msgstr ""
1572
a74801ba 1573#: objdump.c:479
252b5132
RH
1574#, c-format
1575msgid "%s: %s: not a dynamic object\n"
1576msgstr ""
1577
a74801ba 1578#: objdump.c:496
252b5132
RH
1579#, c-format
1580msgid "%s: %s: No dynamic symbols\n"
1581msgstr ""
1582
a74801ba 1583#: objdump.c:1200
252b5132
RH
1584msgid "Out of virtual memory\n"
1585msgstr ""
1586
a74801ba 1587#: objdump.c:1611
252b5132
RH
1588#, c-format
1589msgid "%s: Can't use supplied machine %s\n"
1590msgstr ""
1591
a74801ba 1592#: objdump.c:1632
252b5132
RH
1593#, c-format
1594msgid "%s: Can't disassemble for architecture %s\n"
1595msgstr ""
1596
a74801ba 1597#: objdump.c:1709
252b5132
RH
1598#, c-format
1599msgid "Disassembly of section %s:\n"
1600msgstr ""
1601
a74801ba 1602#: objdump.c:1883
252b5132
RH
1603#, c-format
1604msgid ""
1605"No %s section present\n"
1606"\n"
1607msgstr ""
1608
a74801ba 1609#: objdump.c:1890
252b5132
RH
1610#, c-format
1611msgid "%s: %s has no %s section\n"
1612msgstr ""
1613
a74801ba 1614#: objdump.c:1904 objdump.c:1916
252b5132
RH
1615#, c-format
1616msgid "%s: Reading %s section of %s failed: %s\n"
1617msgstr ""
1618
a74801ba 1619#: objdump.c:1959
252b5132
RH
1620#, c-format
1621msgid ""
1622"Contents of %s section:\n"
1623"\n"
1624msgstr ""
1625
a74801ba 1626#: objdump.c:2059
252b5132
RH
1627#, c-format
1628msgid "architecture: %s, "
1629msgstr ""
1630
a74801ba 1631#: objdump.c:2062
252b5132
RH
1632#, c-format
1633msgid "flags 0x%08x:\n"
1634msgstr ""
1635
a74801ba 1636#: objdump.c:2075
252b5132
RH
1637msgid ""
1638"\n"
1639"start address 0x"
1640msgstr ""
1641
a74801ba 1642#: objdump.c:2107
252b5132
RH
1643#, c-format
1644msgid ""
1645"\n"
1646"%s: file format %s\n"
1647msgstr ""
1648
a74801ba 1649#: objdump.c:2150
252b5132
RH
1650#, c-format
1651msgid "%s: printing debugging information failed\n"
1652msgstr ""
1653
a74801ba 1654#: objdump.c:2227
252b5132
RH
1655#, c-format
1656msgid "In archive %s:\n"
1657msgstr ""
1658
a74801ba 1659#: objdump.c:2279
252b5132
RH
1660#, c-format
1661msgid "Contents of section %s:\n"
1662msgstr ""
1663
a74801ba 1664#: objdump.c:2788
252b5132
RH
1665#, c-format
1666msgid "BFD header file version %s\n"
1667msgstr ""
1668
a74801ba 1669#: objdump.c:2861
252b5132
RH
1670#, c-format
1671msgid "%s: unrecognized -E option\n"
1672msgstr ""
1673
a74801ba 1674#: objdump.c:2873
252b5132
RH
1675#, c-format
1676msgid "%s: unrecognized --endian type `%s'\n"
1677msgstr ""
1678
1679#: rdcoff.c:204
1680#, c-format
1681msgid "%s: parse_coff_type: Bad type code 0x%x\n"
1682msgstr ""
1683
1684#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:712
1685#, c-format
1686msgid "%s: bfd_coff_get_syment failed: %s\n"
1687msgstr ""
1688
1689#: rdcoff.c:439 rdcoff.c:732
1690#, c-format
1691msgid "%s: bfd_coff_get_auxent failed: %s\n"
1692msgstr ""
1693
1694#: rdcoff.c:798
1695#, c-format
1696msgid "%s: %ld: .bf without preceding function\n"
1697msgstr ""
1698
1699#: rdcoff.c:848
1700#, c-format
1701msgid "%s: %ld: unexpected .ef\n"
1702msgstr ""
1703
1704#: rddbg.c:87
1705#, c-format
1706msgid "%s: no recognized debugging information\n"
1707msgstr ""
1708
8ad3436c 1709#: rddbg.c:410
252b5132
RH
1710msgid "Last stabs entries before error:\n"
1711msgstr ""
1712
8ad3436c 1713#: readelf.c:303 readelf.c:329
252b5132
RH
1714#, c-format
1715msgid "%s: Error: "
1716msgstr ""
1717
8ad3436c 1718#: readelf.c:315 readelf.c:344
252b5132
RH
1719#, c-format
1720msgid "%s: Warning: "
1721msgstr ""
1722
8ad3436c 1723#: readelf.c:394 readelf.c:532
252b5132
RH
1724#, c-format
1725msgid "Unhandled data length: %d\n"
1726msgstr ""
1727
8ad3436c 1728#: readelf.c:591
252b5132
RH
1729msgid "Don't know about relocations on this machine architecture\n"
1730msgstr ""
1731
8ad3436c 1732#: readelf.c:631 readelf.c:660 readelf.c:692 readelf.c:720
e0a2c38a
RH
1733msgid "out of memory parsing relocs"
1734msgstr ""
1735
8ad3436c 1736#: readelf.c:738
252b5132
RH
1737msgid ""
1738" Offset Info Type Symbol's Value Symbol's Name "
1739"Addend\n"
1740msgstr ""
1741
8ad3436c 1742#: readelf.c:741
252b5132
RH
1743msgid " Offset Info Type Symbol's Value Symbol's Name\n"
1744msgstr ""
1745
8ad3436c 1746#: readelf.c:885 readelf.c:887
252b5132
RH
1747#, c-format
1748msgid "unrecognised: %-7lx"
1749msgstr ""
1750
8ad3436c 1751#: readelf.c:912
252b5132
RH
1752#, c-format
1753msgid "<string table index %3ld>"
1754msgstr ""
1755
8ad3436c 1756#: readelf.c:1119
252b5132
RH
1757#, c-format
1758msgid "Processor Specific: %lx"
1759msgstr ""
1760
8ad3436c 1761#: readelf.c:1138
252b5132
RH
1762#, c-format
1763msgid "Operating System specific: %lx"
1764msgstr ""
1765
8ad3436c 1766#: readelf.c:1141 readelf.c:1506
252b5132
RH
1767#, c-format
1768msgid "<unknown>: %lx"
1769msgstr ""
1770
8ad3436c 1771#: readelf.c:1155
252b5132
RH
1772msgid "NONE (None)"
1773msgstr ""
1774
8ad3436c 1775#: readelf.c:1156
252b5132
RH
1776msgid "REL (Relocatable file)"
1777msgstr ""
1778
8ad3436c 1779#: readelf.c:1157
252b5132
RH
1780msgid "EXEC (Executable file)"
1781msgstr ""
1782
8ad3436c 1783#: readelf.c:1158
252b5132
RH
1784msgid "DYN (Shared object file)"
1785msgstr ""
1786
8ad3436c 1787#: readelf.c:1159
252b5132
RH
1788msgid "CORE (Core file)"
1789msgstr ""
1790
8ad3436c 1791#: readelf.c:1163
252b5132
RH
1792#, c-format
1793msgid "Processor Specific: (%x)"
1794msgstr ""
1795
8ad3436c 1796#: readelf.c:1165
252b5132
RH
1797#, c-format
1798msgid "OS Specific: (%x)"
1799msgstr ""
1800
8ad3436c 1801#: readelf.c:1167 readelf.c:1244 readelf.c:1638
252b5132
RH
1802#, c-format
1803msgid "<unknown>: %x"
1804msgstr ""
1805
8ad3436c 1806#: readelf.c:1180
252b5132
RH
1807msgid "None"
1808msgstr ""
1809
8ad3436c 1810#: readelf.c:1676
252b5132
RH
1811msgid "Usage: readelf {options} elf-file(s)\n"
1812msgstr ""
1813
8ad3436c 1814#: readelf.c:1677
252b5132
RH
1815msgid " Options are:\n"
1816msgstr ""
1817
8ad3436c 1818#: readelf.c:1678
a74801ba 1819msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n"
252b5132
RH
1820msgstr ""
1821
8ad3436c 1822#: readelf.c:1679
252b5132
RH
1823msgid " -h or --file-header Display the ELF file header\n"
1824msgstr ""
1825
8ad3436c 1826#: readelf.c:1680
252b5132
RH
1827msgid " -l or --program-headers or --segments\n"
1828msgstr ""
1829
8ad3436c 1830#: readelf.c:1681
252b5132
RH
1831msgid " Display the program headers\n"
1832msgstr ""
1833
8ad3436c 1834#: readelf.c:1682
252b5132
RH
1835msgid " -S or --section-headers or --sections\n"
1836msgstr ""
1837
8ad3436c 1838#: readelf.c:1683
252b5132
RH
1839msgid " Display the sections' header\n"
1840msgstr ""
1841
8ad3436c 1842#: readelf.c:1684
252b5132
RH
1843msgid " -e or --headers Equivalent to: -h -l -S\n"
1844msgstr ""
1845
8ad3436c 1846#: readelf.c:1685
252b5132
RH
1847msgid " -s or --syms or --symbols Display the symbol table\n"
1848msgstr ""
1849
8ad3436c 1850#: readelf.c:1686
a74801ba
ILT
1851msgid " -n or --notes Display the core notes (if present)\n"
1852msgstr ""
1853
8ad3436c 1854#: readelf.c:1687
252b5132
RH
1855msgid " -r or --relocs Display the relocations (if present)\n"
1856msgstr ""
1857
8ad3436c 1858#: readelf.c:1688
252b5132
RH
1859msgid " -d or --dynamic Display the dynamic segment (if present)\n"
1860msgstr ""
1861
8ad3436c 1862#: readelf.c:1689
252b5132
RH
1863msgid " -V or --version-info Display the version sections (if present)\n"
1864msgstr ""
1865
8ad3436c 1866#: readelf.c:1690
a74801ba
ILT
1867msgid ""
1868" -A or --arch-specific Display architecture specific information (if "
1869"any).\n"
1870msgstr ""
1871
8ad3436c 1872#: readelf.c:1691
252b5132
RH
1873msgid ""
1874" -D or --use-dynamic Use the dynamic section info when displaying "
1875"symbols\n"
1876msgstr ""
1877
8ad3436c 1878#: readelf.c:1692
252b5132
RH
1879msgid " -x <number> or --hex-dump=<number>\n"
1880msgstr ""
1881
8ad3436c 1882#: readelf.c:1693
252b5132
RH
1883msgid " Dump the contents of section <number>\n"
1884msgstr ""
1885
8ad3436c 1886#: readelf.c:1694
252b5132
RH
1887msgid " -w[liapr] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges]\n"
1888msgstr ""
1889
8ad3436c 1890#: readelf.c:1695
252b5132
RH
1891msgid ""
1892" Display the contents of DWARF2 debug sections\n"
1893msgstr ""
1894
8ad3436c 1895#: readelf.c:1697
252b5132
RH
1896msgid " -i <number> or --instruction-dump=<number>\n"
1897msgstr ""
1898
8ad3436c 1899#: readelf.c:1698
252b5132
RH
1900msgid ""
1901" Disassemble the contents of section <number>\n"
1902msgstr ""
1903
8ad3436c 1904#: readelf.c:1700
a74801ba 1905msgid " -I or --histogram Display histogram of bucket list lengths\n"
252b5132
RH
1906msgstr ""
1907
8ad3436c 1908#: readelf.c:1701
252b5132
RH
1909msgid " -v or --version Display the version number of readelf\n"
1910msgstr ""
1911
8ad3436c 1912#: readelf.c:1702
252b5132
RH
1913msgid " -H or --help Display this information\n"
1914msgstr ""
1915
8ad3436c 1916#: readelf.c:1720
252b5132
RH
1917msgid "Out of memory allocating dump request table."
1918msgstr ""
1919
8ad3436c 1920#: readelf.c:1855
252b5132
RH
1921#, c-format
1922msgid "Unrecognised debug option '%s'\n"
1923msgstr ""
1924
8ad3436c 1925#: readelf.c:1880
252b5132
RH
1926#, c-format
1927msgid "Invalid option '-%c'\n"
1928msgstr ""
1929
8ad3436c 1930#: readelf.c:1893
252b5132
RH
1931msgid "Nothing to do.\n"
1932msgstr ""
1933
8ad3436c 1934#: readelf.c:1906 readelf.c:1923 readelf.c:3493
252b5132
RH
1935msgid "none"
1936msgstr ""
1937
8ad3436c 1938#: readelf.c:1907
252b5132
RH
1939msgid "ELF32"
1940msgstr ""
1941
8ad3436c 1942#: readelf.c:1908
252b5132
RH
1943msgid "ELF64"
1944msgstr ""
1945
8ad3436c 1946#: readelf.c:1910 readelf.c:1927 readelf.c:1946
e0a2c38a 1947#, c-format
a74801ba 1948msgid "<unknown: %x>"
252b5132
RH
1949msgstr ""
1950
8ad3436c 1951#: readelf.c:1924
e0a2c38a 1952msgid "2's complement, little endian"
252b5132
RH
1953msgstr ""
1954
8ad3436c 1955#: readelf.c:1925
e0a2c38a 1956msgid "2's complement, big endian"
252b5132
RH
1957msgstr ""
1958
8ad3436c 1959#: readelf.c:1940
252b5132
RH
1960msgid "UNIX - System V"
1961msgstr ""
1962
8ad3436c 1963#: readelf.c:1941
252b5132
RH
1964msgid "UNIX - HP-UX"
1965msgstr ""
1966
8ad3436c 1967#: readelf.c:1942
a74801ba
ILT
1968msgid "UNIX - Linux"
1969msgstr ""
1970
8ad3436c 1971#: readelf.c:1943
252b5132
RH
1972msgid "Standalone App"
1973msgstr ""
1974
8ad3436c 1975#: readelf.c:1944
a74801ba
ILT
1976msgid "ARM"
1977msgstr ""
1978
8ad3436c 1979#: readelf.c:1961
252b5132
RH
1980msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
1981msgstr ""
1982
8ad3436c 1983#: readelf.c:1969
252b5132
RH
1984msgid "ELF Header:\n"
1985msgstr ""
1986
8ad3436c 1987#: readelf.c:1970
252b5132
RH
1988msgid " Magic: "
1989msgstr ""
1990
8ad3436c 1991#: readelf.c:1974
252b5132
RH
1992#, c-format
1993msgid " Class: %s\n"
1994msgstr ""
1995
8ad3436c 1996#: readelf.c:1976
252b5132
RH
1997#, c-format
1998msgid " Data: %s\n"
1999msgstr ""
2000
8ad3436c 2001#: readelf.c:1978
252b5132
RH
2002#, c-format
2003msgid " Version: %d %s\n"
2004msgstr ""
2005
8ad3436c 2006#: readelf.c:1985
252b5132
RH
2007#, c-format
2008msgid " OS/ABI: %s\n"
2009msgstr ""
2010
8ad3436c 2011#: readelf.c:1987
252b5132
RH
2012#, c-format
2013msgid " ABI Version: %d\n"
2014msgstr ""
2015
8ad3436c 2016#: readelf.c:1989
252b5132
RH
2017#, c-format
2018msgid " Type: %s\n"
2019msgstr ""
2020
8ad3436c 2021#: readelf.c:1991
252b5132
RH
2022#, c-format
2023msgid " Machine: %s\n"
2024msgstr ""
2025
8ad3436c 2026#: readelf.c:1993
252b5132
RH
2027#, c-format
2028msgid " Version: 0x%lx\n"
2029msgstr ""
2030
8ad3436c 2031#: readelf.c:1996
a74801ba 2032msgid " Entry point address: "
252b5132
RH
2033msgstr ""
2034
8ad3436c 2035#: readelf.c:1998
a74801ba
ILT
2036msgid ""
2037"\n"
2038" Start of program headers: "
252b5132
RH
2039msgstr ""
2040
8ad3436c 2041#: readelf.c:2000
a74801ba
ILT
2042msgid ""
2043" (bytes into file)\n"
2044" Start of section headers: "
2045msgstr ""
2046
8ad3436c 2047#: readelf.c:2002
a74801ba 2048msgid " (bytes into file)\n"
252b5132
RH
2049msgstr ""
2050
8ad3436c 2051#: readelf.c:2004
252b5132
RH
2052#, c-format
2053msgid " Flags: 0x%lx%s\n"
2054msgstr ""
2055
8ad3436c 2056#: readelf.c:2007
252b5132
RH
2057#, c-format
2058msgid " Size of this header: %ld (bytes)\n"
2059msgstr ""
2060
8ad3436c 2061#: readelf.c:2009
252b5132
RH
2062#, c-format
2063msgid " Size of program headers: %ld (bytes)\n"
2064msgstr ""
2065
8ad3436c 2066#: readelf.c:2011
252b5132
RH
2067#, c-format
2068msgid " Number of program headers: %ld\n"
2069msgstr ""
2070
8ad3436c 2071#: readelf.c:2013
252b5132
RH
2072#, c-format
2073msgid " Size of section headers: %ld (bytes)\n"
2074msgstr ""
2075
8ad3436c 2076#: readelf.c:2015
252b5132
RH
2077#, c-format
2078msgid " Number of section headers: %ld\n"
2079msgstr ""
2080
8ad3436c 2081#: readelf.c:2017
252b5132
RH
2082#, c-format
2083msgid " Section header string table index: %ld\n"
2084msgstr ""
2085
8ad3436c 2086#: readelf.c:2102
252b5132
RH
2087msgid ""
2088"\n"
2089"There are no program headers in this file.\n"
2090msgstr ""
2091
8ad3436c 2092#: readelf.c:2108
252b5132
RH
2093#, c-format
2094msgid ""
2095"\n"
a74801ba 2096"Elf file type is %s\n"
252b5132
RH
2097msgstr ""
2098
8ad3436c 2099#: readelf.c:2109
a74801ba 2100msgid "Entry point "
252b5132
RH
2101msgstr ""
2102
8ad3436c 2103#: readelf.c:2111
252b5132 2104#, c-format
a74801ba
ILT
2105msgid ""
2106"\n"
2107"There are %d program headers, starting at offset "
252b5132
RH
2108msgstr ""
2109
8ad3436c
AM
2110#: readelf.c:2122 readelf.c:2298 readelf.c:2340 readelf.c:2383 readelf.c:2424
2111#: readelf.c:2932 readelf.c:2973 readelf.c:3149 readelf.c:4111 readelf.c:4125
2112#: readelf.c:7023 readelf.c:7063
252b5132
RH
2113msgid "Out of memory\n"
2114msgstr ""
2115
8ad3436c 2116#: readelf.c:2140
252b5132
RH
2117#, c-format
2118msgid ""
2119"\n"
2120"Program Header%s:\n"
2121msgstr ""
2122
8ad3436c 2123#: readelf.c:2144
252b5132 2124msgid ""
a74801ba 2125" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
252b5132
RH
2126msgstr ""
2127
8ad3436c 2128#: readelf.c:2148
a74801ba
ILT
2129msgid " Type Offset VirtAddr PhysAddr\n"
2130msgstr ""
2131
8ad3436c 2132#: readelf.c:2150
a74801ba
ILT
2133msgid " FileSiz MemSiz Flags Align\n"
2134msgstr ""
2135
8ad3436c 2136#: readelf.c:2208
252b5132
RH
2137msgid "more than one dynamic segment\n"
2138msgstr ""
2139
8ad3436c 2140#: readelf.c:2216
252b5132
RH
2141msgid "Unable to find program interpreter name\n"
2142msgstr ""
2143
8ad3436c 2144#: readelf.c:2223
252b5132
RH
2145#, c-format
2146msgid ""
2147"\n"
2148" [Requesting program interpreter: %s]"
2149msgstr ""
2150
8ad3436c 2151#: readelf.c:2241
252b5132
RH
2152msgid ""
2153"\n"
2154" Section to Segment mapping:\n"
2155msgstr ""
2156
8ad3436c 2157#: readelf.c:2242
252b5132
RH
2158msgid " Segment Sections...\n"
2159msgstr ""
2160
8ad3436c 2161#: readelf.c:2505
252b5132
RH
2162msgid ""
2163"\n"
2164"There are no sections in this file.\n"
2165msgstr ""
2166
8ad3436c 2167#: readelf.c:2511
252b5132 2168#, c-format
a74801ba 2169msgid "There are %d section headers, starting at offset 0x%lx:\n"
252b5132
RH
2170msgstr ""
2171
8ad3436c 2172#: readelf.c:2551
252b5132
RH
2173msgid "File contains multiple dynamic symbol tables\n"
2174msgstr ""
2175
8ad3436c 2176#: readelf.c:2564
252b5132
RH
2177msgid "File contains multiple dynamic string tables\n"
2178msgstr ""
2179
8ad3436c 2180#: readelf.c:2591
252b5132
RH
2181#, c-format
2182msgid ""
2183"\n"
2184"Section Header%s:\n"
2185msgstr ""
2186
8ad3436c 2187#: readelf.c:2595
252b5132
RH
2188msgid ""
2189" [Nr] Name Type Addr Off Size ES Flg Lk "
2190"Inf Al\n"
2191msgstr ""
2192
8ad3436c 2193#: readelf.c:2598
a74801ba
ILT
2194msgid " [Nr] Name Type Address Offset\n"
2195msgstr ""
2196
8ad3436c 2197#: readelf.c:2599
a74801ba
ILT
2198msgid " Size EntSize Flags Link Info Align\n"
2199msgstr ""
2200
8ad3436c 2201#: readelf.c:2646
a74801ba
ILT
2202msgid ""
2203"Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings)\n"
2204msgstr ""
2205
8ad3436c 2206#: readelf.c:2647
a74801ba
ILT
2207msgid ""
2208" I (info), L (link order), O (extra OS processing required)\n"
2209msgstr ""
2210
8ad3436c 2211#: readelf.c:2648
a74801ba
ILT
2212msgid " o (os specific), p (processor specific) x (unknown)\n"
2213msgstr ""
2214
8ad3436c 2215#: readelf.c:2706
252b5132
RH
2216#, c-format
2217msgid ""
2218"\n"
2219"Relocation section at offset 0x%lx contains %ld bytes:\n"
2220msgstr ""
2221
8ad3436c 2222#: readelf.c:2713
252b5132
RH
2223msgid ""
2224"\n"
2225"There are no dynamic relocations in this file.\n"
2226msgstr ""
2227
8ad3436c 2228#: readelf.c:2741
252b5132
RH
2229msgid ""
2230"\n"
2231"Relocation section "
2232msgstr ""
2233
8ad3436c 2234#: readelf.c:2748
252b5132
RH
2235#, c-format
2236msgid " at offset 0x%lx contains %lu entries:\n"
2237msgstr ""
2238
8ad3436c 2239#: readelf.c:2776
252b5132
RH
2240msgid ""
2241"\n"
2242"There are no relocations in this file.\n"
2243msgstr ""
2244
8ad3436c 2245#: readelf.c:3026
252b5132
RH
2246msgid ""
2247"\n"
2248"There is no dynamic segment in this file.\n"
2249msgstr ""
2250
8ad3436c 2251#: readelf.c:3060
252b5132
RH
2252msgid "Unable to seek to end of file!"
2253msgstr ""
2254
8ad3436c 2255#: readelf.c:3069
252b5132
RH
2256msgid "Unable to determine the number of symbols to load\n"
2257msgstr ""
2258
8ad3436c 2259#: readelf.c:3099
252b5132
RH
2260msgid "Unable to seek to end of file\n"
2261msgstr ""
2262
8ad3436c 2263#: readelf.c:3105
252b5132
RH
2264msgid "Unable to determine the length of the dynamic string table\n"
2265msgstr ""
2266
8ad3436c 2267#: readelf.c:3166
252b5132
RH
2268#, c-format
2269msgid ""
2270"\n"
a74801ba 2271"Dynamic segment at offset 0x%x contains %ld entries:\n"
252b5132
RH
2272msgstr ""
2273
8ad3436c 2274#: readelf.c:3169
252b5132
RH
2275msgid " Tag Type Name/Value\n"
2276msgstr ""
2277
8ad3436c 2278#: readelf.c:3200
252b5132
RH
2279msgid "Auxiliary library"
2280msgstr ""
2281
8ad3436c 2282#: readelf.c:3202
252b5132
RH
2283msgid "Filter library"
2284msgstr ""
2285
8ad3436c 2286#: readelf.c:3218 readelf.c:3239 readelf.c:3265
252b5132
RH
2287msgid "Flags:"
2288msgstr ""
2289
8ad3436c 2290#: readelf.c:3220 readelf.c:3241 readelf.c:3267
252b5132
RH
2291msgid " None\n"
2292msgstr ""
2293
8ad3436c 2294#: readelf.c:3370
252b5132
RH
2295#, c-format
2296msgid "Shared library: [%s]"
2297msgstr ""
2298
8ad3436c 2299#: readelf.c:3373
a74801ba 2300msgid " program interpreter"
252b5132
RH
2301msgstr ""
2302
8ad3436c 2303#: readelf.c:3377
252b5132 2304#, c-format
a74801ba 2305msgid "Library soname: [%s]"
252b5132
RH
2306msgstr ""
2307
8ad3436c 2308#: readelf.c:3381
252b5132 2309#, c-format
a74801ba 2310msgid "Library rpath: [%s]"
252b5132
RH
2311msgstr ""
2312
8ad3436c 2313#: readelf.c:3442
252b5132
RH
2314#, c-format
2315msgid "Not needed object: [%s]\n"
2316msgstr ""
2317
8ad3436c 2318#: readelf.c:3539
252b5132
RH
2319#, c-format
2320msgid ""
2321"\n"
2322"Version definition section '%s' contains %ld entries:\n"
2323msgstr ""
2324
8ad3436c 2325#: readelf.c:3542
252b5132
RH
2326msgid " Addr: 0x"
2327msgstr ""
2328
8ad3436c 2329#: readelf.c:3544 readelf.c:3732
252b5132
RH
2330#, c-format
2331msgid " Offset: %#08lx Link: %lx (%s)\n"
2332msgstr ""
2333
8ad3436c 2334#: readelf.c:3574
252b5132
RH
2335#, c-format
2336msgid " %#06x: Rev: %d Flags: %s"
2337msgstr ""
2338
8ad3436c 2339#: readelf.c:3577
252b5132
RH
2340#, c-format
2341msgid " Index: %d Cnt: %d "
2342msgstr ""
2343
8ad3436c 2344#: readelf.c:3588
252b5132
RH
2345#, c-format
2346msgid "Name: %s\n"
2347msgstr ""
2348
8ad3436c 2349#: readelf.c:3590
252b5132
RH
2350#, c-format
2351msgid "Name index: %ld\n"
2352msgstr ""
2353
8ad3436c 2354#: readelf.c:3605
252b5132
RH
2355#, c-format
2356msgid " %#06x: Parent %d: %s\n"
2357msgstr ""
2358
8ad3436c 2359#: readelf.c:3608
252b5132
RH
2360#, c-format
2361msgid " %#06x: Parent %d, name index: %ld\n"
2362msgstr ""
2363
8ad3436c 2364#: readelf.c:3627
252b5132
RH
2365#, c-format
2366msgid ""
2367"\n"
2368"Version needs section '%s' contains %ld entries:\n"
2369msgstr ""
2370
8ad3436c 2371#: readelf.c:3630
252b5132
RH
2372msgid " Addr: 0x"
2373msgstr ""
2374
8ad3436c 2375#: readelf.c:3632
252b5132
RH
2376#, c-format
2377msgid " Offset: %#08lx Link to section: %ld (%s)\n"
2378msgstr ""
2379
8ad3436c 2380#: readelf.c:3658
252b5132
RH
2381#, c-format
2382msgid " %#06x: Version: %d"
2383msgstr ""
2384
8ad3436c 2385#: readelf.c:3661
252b5132
RH
2386#, c-format
2387msgid " File: %s"
2388msgstr ""
2389
8ad3436c 2390#: readelf.c:3663
252b5132
RH
2391#, c-format
2392msgid " File: %lx"
2393msgstr ""
2394
8ad3436c 2395#: readelf.c:3665
252b5132
RH
2396#, c-format
2397msgid " Cnt: %d\n"
2398msgstr ""
2399
8ad3436c 2400#: readelf.c:3683
252b5132
RH
2401#, c-format
2402msgid " %#06x: Name: %s"
2403msgstr ""
2404
8ad3436c 2405#: readelf.c:3686
252b5132
RH
2406#, c-format
2407msgid " %#06x: Name index: %lx"
2408msgstr ""
2409
8ad3436c 2410#: readelf.c:3689
252b5132
RH
2411#, c-format
2412msgid " Flags: %s Version: %d\n"
2413msgstr ""
2414
8ad3436c 2415#: readelf.c:3727
252b5132
RH
2416#, c-format
2417msgid ""
2418"\n"
2419"Version symbols section '%s' contains %d entries:\n"
2420msgstr ""
2421
8ad3436c 2422#: readelf.c:3730
252b5132
RH
2423msgid " Addr: "
2424msgstr ""
2425
8ad3436c 2426#: readelf.c:3760
252b5132
RH
2427msgid " 0 (*local*) "
2428msgstr ""
2429
8ad3436c 2430#: readelf.c:3764
252b5132
RH
2431msgid " 1 (*global*) "
2432msgstr ""
2433
8ad3436c 2434#: readelf.c:3986
252b5132
RH
2435msgid ""
2436"\n"
2437"No version information found in this file.\n"
2438msgstr ""
2439
8ad3436c 2440#: readelf.c:4004 readelf.c:4039
252b5132
RH
2441#, c-format
2442msgid "<processor specific>: %d"
2443msgstr ""
2444
8ad3436c 2445#: readelf.c:4006 readelf.c:4051
252b5132
RH
2446#, c-format
2447msgid "<OS specific>: %d"
2448msgstr ""
2449
8ad3436c 2450#: readelf.c:4008 readelf.c:4054
252b5132
RH
2451#, c-format
2452msgid "<unknown>: %d"
2453msgstr ""
2454
8ad3436c 2455#: readelf.c:4117
252b5132
RH
2456msgid "Unable to read in dynamic data\n"
2457msgstr ""
2458
8ad3436c 2459#: readelf.c:4159
252b5132
RH
2460msgid "Unable to seek to start of dynamic information"
2461msgstr ""
2462
8ad3436c 2463#: readelf.c:4165
252b5132
RH
2464msgid "Failed to read in number of buckets\n"
2465msgstr ""
2466
8ad3436c 2467#: readelf.c:4171
252b5132
RH
2468msgid "Failed to read in number of chains\n"
2469msgstr ""
2470
8ad3436c 2471#: readelf.c:4191
252b5132
RH
2472msgid ""
2473"\n"
2474"Symbol table for image:\n"
2475msgstr ""
2476
8ad3436c 2477#: readelf.c:4193
a74801ba 2478msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
252b5132
RH
2479msgstr ""
2480
8ad3436c 2481#: readelf.c:4195
a74801ba
ILT
2482msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
2483msgstr ""
2484
8ad3436c 2485#: readelf.c:4239
252b5132
RH
2486#, c-format
2487msgid ""
2488"\n"
2489"Symbol table '%s' contains %lu entries:\n"
2490msgstr ""
2491
8ad3436c 2492#: readelf.c:4243
a74801ba
ILT
2493msgid " Num: Value Size Type Bind Vis Ndx Name\n"
2494msgstr ""
2495
8ad3436c 2496#: readelf.c:4245
a74801ba 2497msgid " Num: Value Size Type Bind Vis Ndx Name\n"
252b5132
RH
2498msgstr ""
2499
8ad3436c 2500#: readelf.c:4354
252b5132
RH
2501msgid "bad dynamic symbol"
2502msgstr ""
2503
8ad3436c 2504#: readelf.c:4413
252b5132
RH
2505msgid ""
2506"\n"
2507"Dynamic symbol information is not available for displaying symbols.\n"
2508msgstr ""
2509
8ad3436c 2510#: readelf.c:4425
252b5132
RH
2511#, c-format
2512msgid ""
2513"\n"
2514"Histogram for bucket list length (total of %d buckets):\n"
2515msgstr ""
2516
8ad3436c 2517#: readelf.c:4427
252b5132
RH
2518msgid " Length Number %% of total Coverage\n"
2519msgstr ""
2520
8ad3436c 2521#: readelf.c:4432 readelf.c:4451 readelf.c:6704 readelf.c:6897
252b5132
RH
2522msgid "Out of memory"
2523msgstr ""
2524
8ad3436c 2525#: readelf.c:4500
252b5132
RH
2526#, c-format
2527msgid ""
2528"\n"
2529"Dynamic info segment at offset 0x%lx contains %d entries:\n"
2530msgstr ""
2531
8ad3436c 2532#: readelf.c:4503
252b5132
RH
2533msgid " Num: Name BoundTo Flags\n"
2534msgstr ""
2535
8ad3436c 2536#: readelf.c:4551
252b5132
RH
2537#, c-format
2538msgid ""
2539"\n"
2540"Assembly dump of section %s\n"
2541msgstr ""
2542
8ad3436c 2543#: readelf.c:4574
252b5132
RH
2544#, c-format
2545msgid ""
2546"\n"
2547"Section '%s' has no data to dump.\n"
2548msgstr ""
2549
8ad3436c 2550#: readelf.c:4579
252b5132
RH
2551#, c-format
2552msgid ""
2553"\n"
2554"Hex dump of section '%s':\n"
2555msgstr ""
2556
8ad3436c 2557#: readelf.c:4731
252b5132
RH
2558msgid "badly formed extended line op encountered!"
2559msgstr ""
2560
8ad3436c 2561#: readelf.c:4738
252b5132
RH
2562#, c-format
2563msgid " Extended opcode %d: "
2564msgstr ""
2565
8ad3436c 2566#: readelf.c:4743
252b5132
RH
2567msgid ""
2568"End of Sequence\n"
2569"\n"
2570msgstr ""
2571
8ad3436c 2572#: readelf.c:4749
252b5132
RH
2573#, c-format
2574msgid "set Address to 0x%lx\n"
2575msgstr ""
2576
8ad3436c 2577#: readelf.c:4754
252b5132
RH
2578msgid " define new File Table entry\n"
2579msgstr ""
2580
8ad3436c 2581#: readelf.c:4755 readelf.c:4877
252b5132
RH
2582msgid " Entry\tDir\tTime\tSize\tName\n"
2583msgstr ""
2584
8ad3436c 2585#: readelf.c:4757
252b5132
RH
2586#, c-format
2587msgid " %d\t"
2588msgstr ""
2589
8ad3436c
AM
2590#: readelf.c:4760 readelf.c:4762 readelf.c:4764 readelf.c:4889 readelf.c:4891
2591#: readelf.c:4893
252b5132
RH
2592#, c-format
2593msgid "%lu\t"
2594msgstr ""
2595
8ad3436c 2596#: readelf.c:4765
252b5132
RH
2597#, c-format
2598msgid ""
2599"%s\n"
2600"\n"
2601msgstr ""
2602
8ad3436c 2603#: readelf.c:4769
252b5132
RH
2604#, c-format
2605msgid "UNKNOWN: length %d\n"
2606msgstr ""
2607
8ad3436c 2608#: readelf.c:4795
252b5132
RH
2609#, c-format
2610msgid ""
2611"\n"
2612"Dump of debug contents of section %s:\n"
2613"\n"
2614msgstr ""
2615
8ad3436c 2616#: readelf.c:4807
252b5132
RH
2617msgid "The line info appears to be corrupt - the section is too small\n"
2618msgstr ""
2619
8ad3436c 2620#: readelf.c:4815
252b5132
RH
2621msgid "Only DWARF version 2 line info is currently supported.\n"
2622msgstr ""
2623
8ad3436c 2624#: readelf.c:4830
252b5132
RH
2625#, c-format
2626msgid " Length: %ld\n"
2627msgstr ""
2628
8ad3436c 2629#: readelf.c:4831
252b5132
RH
2630#, c-format
2631msgid " DWARF Version: %d\n"
2632msgstr ""
2633
8ad3436c 2634#: readelf.c:4832
252b5132
RH
2635#, c-format
2636msgid " Prolgue Length: %d\n"
2637msgstr ""
2638
8ad3436c 2639#: readelf.c:4833
252b5132
RH
2640#, c-format
2641msgid " Minimum Instruction Length: %d\n"
2642msgstr ""
2643
8ad3436c 2644#: readelf.c:4834
252b5132
RH
2645#, c-format
2646msgid " Initial value of 'is_stmt': %d\n"
2647msgstr ""
2648
8ad3436c 2649#: readelf.c:4835
252b5132
RH
2650#, c-format
2651msgid " Line Base: %d\n"
2652msgstr ""
2653
8ad3436c 2654#: readelf.c:4836
252b5132
RH
2655#, c-format
2656msgid " Line Range: %d\n"
2657msgstr ""
2658
8ad3436c 2659#: readelf.c:4837
252b5132
RH
2660#, c-format
2661msgid " Opcode Base: %d\n"
2662msgstr ""
2663
8ad3436c 2664#: readelf.c:4846
252b5132
RH
2665msgid ""
2666"\n"
2667" Opcodes:\n"
2668msgstr ""
2669
8ad3436c 2670#: readelf.c:4849
252b5132
RH
2671#, c-format
2672msgid " Opcode %d has %d args\n"
2673msgstr ""
2674
8ad3436c 2675#: readelf.c:4855
252b5132
RH
2676msgid ""
2677"\n"
2678" The Directory Table is empty.\n"
2679msgstr ""
2680
8ad3436c 2681#: readelf.c:4858
252b5132
RH
2682msgid ""
2683"\n"
2684" The Directory Table:\n"
2685msgstr ""
2686
8ad3436c 2687#: readelf.c:4862
252b5132
RH
2688#, c-format
2689msgid " %s\n"
2690msgstr ""
2691
8ad3436c 2692#: readelf.c:4873
252b5132
RH
2693msgid ""
2694"\n"
2695" The File Name Table is empty.\n"
2696msgstr ""
2697
8ad3436c 2698#: readelf.c:4876
252b5132
RH
2699msgid ""
2700"\n"
2701" The File Name Table:\n"
2702msgstr ""
2703
8ad3436c 2704#: readelf.c:4884
252b5132
RH
2705#, c-format
2706msgid " %d\t"
2707msgstr ""
2708
8ad3436c 2709#: readelf.c:4895
252b5132
RH
2710#, c-format
2711msgid "%s\n"
2712msgstr ""
2713
2714#. Now display the statements.
8ad3436c 2715#: readelf.c:4903
252b5132
RH
2716msgid ""
2717"\n"
2718" Line Number Statements:\n"
2719msgstr ""
2720
8ad3436c 2721#: readelf.c:4922
252b5132
RH
2722msgid " Copy\n"
2723msgstr ""
2724
8ad3436c 2725#: readelf.c:4929
252b5132
RH
2726#, c-format
2727msgid " Advance PC by %d to %lx\n"
2728msgstr ""
2729
8ad3436c 2730#: readelf.c:4937
252b5132
RH
2731#, c-format
2732msgid " Advance Line by %d to %d\n"
2733msgstr ""
2734
8ad3436c 2735#: readelf.c:4944
252b5132
RH
2736#, c-format
2737msgid " Set File Name to entry %d in the File Name Table\n"
2738msgstr ""
2739
8ad3436c 2740#: readelf.c:4952
252b5132
RH
2741#, c-format
2742msgid " Set column to %d\n"
2743msgstr ""
2744
8ad3436c 2745#: readelf.c:4959
252b5132
RH
2746#, c-format
2747msgid " Set is_stmt to %d\n"
2748msgstr ""
2749
8ad3436c 2750#: readelf.c:4964
252b5132
RH
2751msgid " Set basic block\n"
2752msgstr ""
2753
8ad3436c 2754#: readelf.c:4972
252b5132
RH
2755#, c-format
2756msgid " Advance PC by constant %d to 0x%lx\n"
2757msgstr ""
2758
8ad3436c 2759#: readelf.c:4980
252b5132
RH
2760#, c-format
2761msgid " Advance PC by fixed size amount %d to 0x%lx\n"
2762msgstr ""
2763
8ad3436c 2764#: readelf.c:4988
252b5132
RH
2765#, c-format
2766msgid " Special opcode %d: advance Address by %d to 0x%lx"
2767msgstr ""
2768
8ad3436c 2769#: readelf.c:4992
252b5132
RH
2770#, c-format
2771msgid " and Line by %d to %d\n"
2772msgstr ""
2773
8ad3436c 2774#: readelf.c:5015 readelf.c:5437
252b5132
RH
2775#, c-format
2776msgid ""
2777"Contents of the %s section:\n"
2778"\n"
2779msgstr ""
2780
8ad3436c 2781#: readelf.c:5034
252b5132
RH
2782msgid "Only DWARF 2 pubnames are currently supported"
2783msgstr ""
2784
8ad3436c 2785#: readelf.c:5038
252b5132
RH
2786#, c-format
2787msgid " Length: %ld\n"
2788msgstr ""
2789
8ad3436c 2790#: readelf.c:5040
252b5132
RH
2791#, c-format
2792msgid " Version: %d\n"
2793msgstr ""
2794
8ad3436c 2795#: readelf.c:5042
252b5132
RH
2796#, c-format
2797msgid " Offset into .debug_info section: %ld\n"
2798msgstr ""
2799
8ad3436c 2800#: readelf.c:5044
252b5132
RH
2801#, c-format
2802msgid " Size of area in .debug_info section: %ld\n"
2803msgstr ""
2804
8ad3436c 2805#: readelf.c:5047
252b5132
RH
2806msgid ""
2807"\n"
2808" Offset\tName\n"
2809msgstr ""
2810
8ad3436c 2811#: readelf.c:5129
252b5132
RH
2812#, c-format
2813msgid "Unknown TAG value: %lx"
2814msgstr ""
2815
8ad3436c 2816#: readelf.c:5224
252b5132
RH
2817#, c-format
2818msgid "Unknown AT value: %lx"
2819msgstr ""
2820
8ad3436c 2821#: readelf.c:5261
252b5132
RH
2822#, c-format
2823msgid "Unknown FORM value: %lx"
2824msgstr ""
2825
8ad3436c 2826#: readelf.c:5443
252b5132
RH
2827msgid " Number TAG\n"
2828msgstr ""
2829
8ad3436c 2830#: readelf.c:5449
252b5132
RH
2831#, c-format
2832msgid " %ld %s [%s]\n"
2833msgstr ""
2834
8ad3436c 2835#: readelf.c:5452
252b5132
RH
2836msgid "has children"
2837msgstr ""
2838
8ad3436c 2839#: readelf.c:5452
252b5132
RH
2840msgid "no children"
2841msgstr ""
2842
8ad3436c 2843#: readelf.c:5456
252b5132
RH
2844#, c-format
2845msgid " %-18s %s\n"
2846msgstr ""
2847
8ad3436c 2848#: readelf.c:5475
252b5132
RH
2849#, c-format
2850msgid " %lu byte block: "
2851msgstr ""
2852
8ad3436c 2853#: readelf.c:5939
252b5132
RH
2854msgid "(User defined location op)"
2855msgstr ""
2856
8ad3436c 2857#: readelf.c:5941
252b5132
RH
2858msgid "(Unknown location op)"
2859msgstr ""
2860
8ad3436c 2861#: readelf.c:6058
252b5132
RH
2862#, c-format
2863msgid "Unable to handle FORM: %d"
2864msgstr ""
2865
8ad3436c 2866#: readelf.c:6062
252b5132
RH
2867#, c-format
2868msgid "Unrecognised form: %d"
2869msgstr ""
2870
8ad3436c 2871#: readelf.c:6075
252b5132
RH
2872msgid "(not inlined)"
2873msgstr ""
2874
8ad3436c 2875#: readelf.c:6076
252b5132
RH
2876msgid "(inlined)"
2877msgstr ""
2878
8ad3436c 2879#: readelf.c:6077
252b5132
RH
2880msgid "(declared as inline but ignored)"
2881msgstr ""
2882
8ad3436c 2883#: readelf.c:6078
252b5132
RH
2884msgid "(declared as inline and inlined)"
2885msgstr ""
2886
8ad3436c 2887#: readelf.c:6079
252b5132
RH
2888#, c-format
2889msgid " (Unknown inline attribute value: %lx)"
2890msgstr ""
2891
8ad3436c 2892#: readelf.c:6209 readelf.c:6333
252b5132
RH
2893#, c-format
2894msgid ""
2895"The section %s contains:\n"
2896"\n"
2897msgstr ""
2898
8ad3436c 2899#: readelf.c:6231
252b5132
RH
2900msgid "Only version 2 DWARF debug information is currently supported.\n"
2901msgstr ""
2902
8ad3436c 2903#: readelf.c:6235
252b5132
RH
2904msgid " Compilation Unit:\n"
2905msgstr ""
2906
8ad3436c 2907#: readelf.c:6236
252b5132
RH
2908#, c-format
2909msgid " Length: %ld\n"
2910msgstr ""
2911
8ad3436c 2912#: readelf.c:6237
252b5132
RH
2913#, c-format
2914msgid " Version: %d\n"
2915msgstr ""
2916
8ad3436c 2917#: readelf.c:6238
252b5132
RH
2918#, c-format
2919msgid " Abbrev Offset: %ld\n"
2920msgstr ""
2921
8ad3436c 2922#: readelf.c:6239
252b5132
RH
2923#, c-format
2924msgid " Pointer Size: %d\n"
2925msgstr ""
2926
8ad3436c 2927#: readelf.c:6259
252b5132
RH
2928msgid "Unable to locate .debug_abbrev section!\n"
2929msgstr ""
2930
8ad3436c 2931#: readelf.c:6299
252b5132 2932#, c-format
a74801ba 2933msgid "Unable to locate entry %lu in the abbreviation table\n"
252b5132
RH
2934msgstr ""
2935
8ad3436c 2936#: readelf.c:6304
252b5132 2937#, c-format
a74801ba 2938msgid " <%d><%x>: Abbrev Number: %lu (%s)\n"
252b5132
RH
2939msgstr ""
2940
8ad3436c 2941#: readelf.c:6352
252b5132
RH
2942#, c-format
2943msgid " Length: %ld\n"
2944msgstr ""
2945
8ad3436c 2946#: readelf.c:6353
252b5132
RH
2947#, c-format
2948msgid " Version: %d\n"
2949msgstr ""
2950
8ad3436c 2951#: readelf.c:6354
252b5132
RH
2952#, c-format
2953msgid " Offset into .debug_info: %lx\n"
2954msgstr ""
2955
8ad3436c 2956#: readelf.c:6355
252b5132
RH
2957#, c-format
2958msgid " Pointer Size: %d\n"
2959msgstr ""
2960
8ad3436c 2961#: readelf.c:6356
252b5132
RH
2962#, c-format
2963msgid " Segment Size: %d\n"
2964msgstr ""
2965
8ad3436c 2966#: readelf.c:6358
252b5132
RH
2967msgid ""
2968"\n"
2969" Address Length\n"
2970msgstr ""
2971
8ad3436c 2972#: readelf.c:6399
252b5132
RH
2973#, c-format
2974msgid "Displaying the debug contents of section %s is not yet supported.\n"
2975msgstr ""
2976
8ad3436c 2977#: readelf.c:6461
252b5132
RH
2978#, c-format
2979msgid ""
2980"\n"
2981"Section '%s' has no debugging data.\n"
2982msgstr ""
2983
8ad3436c 2984#: readelf.c:6477
252b5132
RH
2985#, c-format
2986msgid "Unrecognised debug section: %s\n"
2987msgstr ""
2988
8ad3436c 2989#: readelf.c:6549
252b5132
RH
2990msgid "Some sections were not dumped because they do not exist!\n"
2991msgstr ""
2992
8ad3436c 2993#: readelf.c:6728
252b5132
RH
2994#, c-format
2995msgid ""
2996"\n"
2997"Section '%s' contains %d entries:\n"
2998msgstr ""
2999
8ad3436c 3000#: readelf.c:6890
252b5132
RH
3001msgid "conflict list with without table"
3002msgstr ""
3003
8ad3436c 3004#: readelf.c:6918
252b5132
RH
3005#, c-format
3006msgid ""
3007"\n"
3008"Section '.conflict' contains %d entries:\n"
3009msgstr ""
3010
8ad3436c 3011#: readelf.c:6919
252b5132
RH
3012msgid " Num: Index Value Name"
3013msgstr ""
3014
8ad3436c 3015#: readelf.c:6944
a74801ba
ILT
3016msgid "NT_PRSTATUS (prstatus structure)"
3017msgstr ""
3018
8ad3436c 3019#: readelf.c:6945
a74801ba
ILT
3020msgid "NT_FPREGSET (floating point registers)"
3021msgstr ""
3022
8ad3436c 3023#: readelf.c:6946
a74801ba
ILT
3024msgid "NT_PRPSINFO (prpsinfo structure)"
3025msgstr ""
3026
8ad3436c 3027#: readelf.c:6947
a74801ba
ILT
3028msgid "NT_TASKSTRUCT (task structure)"
3029msgstr ""
3030
8ad3436c 3031#: readelf.c:6948
a74801ba
ILT
3032msgid "NT_PRXFPREG (user_xfpregs structure)"
3033msgstr ""
3034
8ad3436c 3035#: readelf.c:6949
a74801ba
ILT
3036msgid "NT_PSTATUS (pstatus structure)"
3037msgstr ""
3038
8ad3436c 3039#: readelf.c:6950
a74801ba
ILT
3040msgid "NT_FPREGS (floating point registers)"
3041msgstr ""
3042
8ad3436c 3043#: readelf.c:6951
a74801ba
ILT
3044msgid "NT_PSINFO (psinfo structure)"
3045msgstr ""
3046
8ad3436c 3047#: readelf.c:6952
a74801ba
ILT
3048msgid "NT_LWPSTATUS (lwpstatus_t structure)"
3049msgstr ""
3050
8ad3436c 3051#: readelf.c:6953
a74801ba
ILT
3052msgid "NT_LWPSINFO (lwpsinfo_t structure)"
3053msgstr ""
3054
8ad3436c 3055#: readelf.c:6954
a74801ba
ILT
3056msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)"
3057msgstr ""
3058
8ad3436c 3059#: readelf.c:6956
a74801ba
ILT
3060#, c-format
3061msgid "Unknown note type: (0x%08x)"
3062msgstr ""
3063
8ad3436c 3064#: readelf.c:6994
a74801ba
ILT
3065#, c-format
3066msgid ""
3067"\n"
3068"Notes at offset 0x%08lx with length 0x%08lx:\n"
3069msgstr ""
3070
8ad3436c 3071#: readelf.c:6997
a74801ba
ILT
3072msgid " Owner\t\tData size\tDescription\n"
3073msgstr ""
3074
8ad3436c 3075#: readelf.c:7108
a74801ba
ILT
3076msgid "No note segments present in the core file.\n"
3077msgstr ""
3078
8ad3436c 3079#: readelf.c:7186
a74801ba
ILT
3080msgid "This instance of readelf has been built without support for a\n"
3081msgstr ""
3082
8ad3436c 3083#: readelf.c:7187
a74801ba
ILT
3084msgid "64 bit data type and so it cannot read 64 bit ELF files.\n"
3085msgstr ""
3086
8ad3436c 3087#: readelf.c:7222
252b5132
RH
3088#, c-format
3089msgid "Cannot stat input file %s.\n"
3090msgstr ""
3091
8ad3436c 3092#: readelf.c:7229
252b5132
RH
3093#, c-format
3094msgid "Input file %s not found.\n"
3095msgstr ""
3096
8ad3436c 3097#: readelf.c:7235
252b5132
RH
3098#, c-format
3099msgid "%s: Failed to read file header\n"
3100msgstr ""
3101
8ad3436c 3102#: readelf.c:7249
252b5132
RH
3103#, c-format
3104msgid ""
3105"\n"
3106"File: %s\n"
3107msgstr ""
3108
a74801ba 3109#: rename.c:131
252b5132
RH
3110#, c-format
3111msgid "%s: cannot set time: %s"
3112msgstr ""
3113
3114#. We have to clean up here.
a74801ba 3115#: rename.c:170 rename.c:203
252b5132
RH
3116#, c-format
3117msgid "%s: rename: %s"
3118msgstr ""
3119
a74801ba 3120#: rename.c:211
252b5132
RH
3121#, c-format
3122msgid "%s: simple_copy: %s"
3123msgstr ""
3124
3125#: resbin.c:130
3126#, c-format
3127msgid "%s: not enough binary data"
3128msgstr ""
3129
3130#: resbin.c:149
3131msgid "null terminated unicode string"
3132msgstr ""
3133
3134#: resbin.c:179 resbin.c:185
3135msgid "resource ID"
3136msgstr ""
3137
3138#: resbin.c:229
3139msgid "cursor"
3140msgstr ""
3141
3142#: resbin.c:263 resbin.c:270
3143msgid "menu header"
3144msgstr ""
3145
3146#: resbin.c:280
3147msgid "menuex header"
3148msgstr ""
3149
3150#: resbin.c:284
3151msgid "menuex offset"
3152msgstr ""
3153
3154#: resbin.c:291
3155#, c-format
3156msgid "unsupported menu version %d"
3157msgstr ""
3158
3159#: resbin.c:319 resbin.c:334 resbin.c:400
3160msgid "menuitem header"
3161msgstr ""
3162
3163#: resbin.c:430
3164msgid "menuitem"
3165msgstr ""
3166
3167#: resbin.c:471 resbin.c:499
3168msgid "dialog header"
3169msgstr ""
3170
3171#: resbin.c:489
3172#, c-format
3173msgid "unexpected dialog signature %d"
3174msgstr ""
3175
3176#: resbin.c:531
3177msgid "dialog font point size"
3178msgstr ""
3179
3180#: resbin.c:539
3181msgid "dialogex font information"
3182msgstr ""
3183
3184#: resbin.c:564 resbin.c:582
3185msgid "dialog control"
3186msgstr ""
3187
3188#: resbin.c:574
3189msgid "dialogex control"
3190msgstr ""
3191
3192#: resbin.c:603
3193msgid "dialog control end"
3194msgstr ""
3195
3196#: resbin.c:615
3197msgid "dialog control data"
3198msgstr ""
3199
3200#: resbin.c:658
3201msgid "stringtable string length"
3202msgstr ""
3203
3204#: resbin.c:668
3205msgid "stringtable string"
3206msgstr ""
3207
3208#: resbin.c:701
3209msgid "fontdir header"
3210msgstr ""
3211
3212#: resbin.c:714
3213msgid "fontdir"
3214msgstr ""
3215
3216#: resbin.c:730
3217msgid "fontdir device name"
3218msgstr ""
3219
3220#: resbin.c:736
3221msgid "fontdir face name"
3222msgstr ""
3223
3224#: resbin.c:779
3225msgid "accelerator"
3226msgstr ""
3227
3228#: resbin.c:843
3229msgid "group cursor header"
3230msgstr ""
3231
3232#: resbin.c:847
3233#, c-format
3234msgid "unexpected group cursor type %d"
3235msgstr ""
3236
3237#: resbin.c:862
3238msgid "group cursor"
3239msgstr ""
3240
3241#: resbin.c:901
3242msgid "group icon header"
3243msgstr ""
3244
3245#: resbin.c:905
3246#, c-format
3247msgid "unexpected group icon type %d"
3248msgstr ""
3249
3250#: resbin.c:920
3251msgid "group icon"
3252msgstr ""
3253
3254#: resbin.c:991 resbin.c:1210
3255msgid "unexpected version string"
3256msgstr ""
3257
3258#: resbin.c:1025
3259#, c-format
3260msgid "version length %d does not match resource length %lu"
3261msgstr ""
3262
3263#: resbin.c:1029
3264#, c-format
3265msgid "unexpected version type %d"
3266msgstr ""
3267
3268#: resbin.c:1041
3269#, c-format
3270msgid "unexpected fixed version information length %d"
3271msgstr ""
3272
3273#: resbin.c:1044
3274msgid "fixed version info"
3275msgstr ""
3276
3277#: resbin.c:1048
3278#, c-format
3279msgid "unexpected fixed version signature %lu"
3280msgstr ""
3281
3282#: resbin.c:1052
3283#, c-format
3284msgid "unexpected fixed version info version %lu"
3285msgstr ""
3286
3287#: resbin.c:1081
3288msgid "version var info"
3289msgstr ""
3290
3291#: resbin.c:1098
3292#, c-format
3293msgid "unexpected stringfileinfo value length %d"
3294msgstr ""
3295
3296#: resbin.c:1108
3297#, c-format
3298msgid "unexpected version stringtable value length %d"
3299msgstr ""
3300
3301#: resbin.c:1142
3302#, c-format
3303msgid "unexpected version string length %d != %d + %d"
3304msgstr ""
3305
3306#: resbin.c:1153
3307#, c-format
3308msgid "unexpected version string length %d < %d"
3309msgstr ""
3310
3311#: resbin.c:1170
3312#, c-format
3313msgid "unexpected varfileinfo value length %d"
3314msgstr ""
3315
3316#: resbin.c:1189
3317msgid "version varfileinfo"
3318msgstr ""
3319
3320#: resbin.c:1204
3321#, c-format
3322msgid "unexpected version value length %d"
3323msgstr ""
3324
3325#: rescoff.c:128
3326msgid "filename required for COFF input"
3327msgstr ""
3328
3329#: rescoff.c:145
3330#, c-format
3331msgid "%s: %s: no resource section\n"
3332msgstr ""
3333
3334#: rescoff.c:154
3335msgid "can't read resource section"
3336msgstr ""
3337
3338#: rescoff.c:180
3339#, c-format
3340msgid "%s: %s: address out of bounds"
3341msgstr ""
3342
3343#: rescoff.c:199
3344msgid "directory"
3345msgstr ""
3346
3347#: rescoff.c:227
3348msgid "named directory entry"
3349msgstr ""
3350
3351#: rescoff.c:236
3352msgid "directory entry name"
3353msgstr ""
3354
3355#: rescoff.c:256
3356msgid "named subdirectory"
3357msgstr ""
3358
3359#: rescoff.c:264
3360msgid "named resource"
3361msgstr ""
3362
3363#: rescoff.c:279
3364msgid "ID directory entry"
3365msgstr ""
3366
3367#: rescoff.c:296
3368msgid "ID subdirectory"
3369msgstr ""
3370
3371#: rescoff.c:304
3372msgid "ID resource"
3373msgstr ""
3374
3375#: rescoff.c:330
3376msgid "resource type unknown"
3377msgstr ""
3378
3379#: rescoff.c:333
3380msgid "data entry"
3381msgstr ""
3382
3383#: rescoff.c:341
3384msgid "resource data"
3385msgstr ""
3386
3387#: rescoff.c:346
3388msgid "resource data size"
3389msgstr ""
3390
3391#: rescoff.c:441
3392msgid "filename required for COFF output"
3393msgstr ""
3394
a74801ba 3395#: rescoff.c:740
252b5132
RH
3396msgid "can't get BFD_RELOC_RVA relocation type"
3397msgstr ""
3398
a74801ba
ILT
3399#: resrc.c:240 resrc.c:312
3400#, c-format
3401msgid "can't open temporary file `%s': %s"
3402msgstr ""
3403
3404#: resrc.c:246
3405#, c-format
3406msgid "can't redirect stdout: `%s': %s"
3407msgstr ""
3408
3409#: resrc.c:262
3410#, c-format
3411msgid "%s %s: %s"
3412msgstr ""
3413
3414#: resrc.c:283
3415#, c-format
3416msgid "%s exited with status %d"
3417msgstr ""
3418
3419#: resrc.c:308
3420#, c-format
3421msgid "can't execute `%s': %s"
3422msgstr ""
3423
3424#: resrc.c:317
3425#, c-format
3426msgid "Using temporary file `%s' to read preprocessor output\n"
3427msgstr ""
3428
3429#: resrc.c:324
252b5132
RH
3430#, c-format
3431msgid "can't popen `%s': %s"
3432msgstr ""
3433
a74801ba
ILT
3434#: resrc.c:326
3435msgid "Using popen to read preprocessor output\n"
3436msgstr ""
3437
3438#: resrc.c:369
3439#, c-format
3440msgid "Tried `%s'\n"
3441msgstr ""
3442
3443#: resrc.c:380
3444#, c-format
3445msgid "Using `%s'\n"
3446msgstr ""
3447
3448#: resrc.c:544
252b5132 3449#, c-format
a74801ba 3450msgid "%s:%d: %s\n"
252b5132
RH
3451msgstr ""
3452
a74801ba 3453#: resrc.c:553
252b5132
RH
3454#, c-format
3455msgid "%s: unexpected EOF"
3456msgstr ""
3457
a74801ba 3458#: resrc.c:610
252b5132
RH
3459#, c-format
3460msgid "%s: read of %lu returned %lu"
3461msgstr ""
3462
a74801ba 3463#: resrc.c:652 resrc.c:883 resrc.c:1156 resrc.c:1310
252b5132
RH
3464#, c-format
3465msgid "stat failed on bitmap file `%s': %s"
3466msgstr ""
3467
a74801ba 3468#: resrc.c:705
252b5132
RH
3469#, c-format
3470msgid "cursor file `%s' does not contain cursor data"
3471msgstr ""
3472
a74801ba 3473#: resrc.c:737 resrc.c:1027
252b5132
RH
3474#, c-format
3475msgid "%s: fseek to %lu failed: %s"
3476msgstr ""
3477
a74801ba 3478#: resrc.c:996
252b5132
RH
3479#, c-format
3480msgid "icon file `%s' does not contain icon data"
3481msgstr ""
3482
a74801ba 3483#: resrc.c:1515
252b5132
RH
3484#, c-format
3485msgid "can't open `%s' for output: %s"
3486msgstr ""
3487
3488#: size.c:79
3489#, c-format
3490msgid ""
3491"Usage: %s [-ABdoxV] [--format=berkeley|sysv] [--radix=8|10|16]\n"
3492" [--target=bfdname] [--version] [--help] [file...]\n"
3493msgstr ""
3494
3495#: size.c:83
3496msgid "default is --format=berkeley\n"
3497msgstr ""
3498
3499#: size.c:85
3500msgid "default is --format=sysv\n"
3501msgstr ""
3502
3503#: size.c:139
3504#, c-format
3505msgid "invalid argument to --format: %s\n"
3506msgstr ""
3507
3508#: size.c:166
3509#, c-format
3510msgid "Invalid radix: %s\n"
3511msgstr ""
3512
3513#: srconv.c:1879
3514#, c-format
3515msgid "Usage: %s [-dhVq] in-file [out-file]\n"
3516msgstr ""
3517
3518#: srconv.c:1886
3519#, c-format
3520msgid "%s: Convert a COFF object file into a SYSROFF object file\n"
3521msgstr ""
3522
3523#: srconv.c:2024
3524#, c-format
3525msgid "%s: unable to open output file %s\n"
3526msgstr ""
3527
a74801ba 3528#: stabs.c:349 stabs.c:1769
252b5132
RH
3529msgid "numeric overflow"
3530msgstr ""
3531
3532#: stabs.c:360
3533#, c-format
3534msgid "Bad stab: %s\n"
3535msgstr ""
3536
3537#: stabs.c:370
3538#, c-format
3539msgid "Warning: %s: %s\n"
3540msgstr ""
3541
3542#: stabs.c:492
3543msgid "N_LBRAC not within function\n"
3544msgstr ""
3545
3546#: stabs.c:531
3547msgid "Too many N_RBRACs\n"
3548msgstr ""
3549
3550#: stabs.c:780
3551msgid "unknown C++ encoded name"
3552msgstr ""
3553
3554#. Complain and keep going, so compilers can invent new
3555#. cross-reference types.
3556#: stabs.c:1306
3557msgid "unrecognized cross reference type"
3558msgstr ""
3559
3560#. Does this actually ever happen? Is that why we are worrying
3561#. about dealing with it rather than just calling error_type?
a74801ba 3562#: stabs.c:1861
252b5132
RH
3563msgid "missing index type"
3564msgstr ""
3565
a74801ba 3566#: stabs.c:2188
252b5132
RH
3567msgid "unknown virtual character for baseclass"
3568msgstr ""
3569
a74801ba 3570#: stabs.c:2206
252b5132
RH
3571msgid "unknown visibility character for baseclass"
3572msgstr ""
3573
a74801ba 3574#: stabs.c:2398
252b5132
RH
3575msgid "unnamed $vb type"
3576msgstr ""
3577
a74801ba 3578#: stabs.c:2404
252b5132
RH
3579msgid "unrecognized C++ abbreviation"
3580msgstr ""
3581
a74801ba 3582#: stabs.c:2484
252b5132
RH
3583msgid "unknown visibility character for field"
3584msgstr ""
3585
a74801ba 3586#: stabs.c:2740
252b5132
RH
3587msgid "const/volatile indicator missing"
3588msgstr ""
3589
a74801ba 3590#: stabs.c:2980
252b5132
RH
3591#, c-format
3592msgid "No mangling for \"%s\"\n"
3593msgstr ""
3594
a74801ba 3595#: stabs.c:3293
252b5132
RH
3596msgid "Undefined N_EXCL"
3597msgstr ""
3598
a74801ba 3599#: stabs.c:3381
252b5132
RH
3600#, c-format
3601msgid "Type file number %d out of range\n"
3602msgstr ""
3603
a74801ba 3604#: stabs.c:3386
252b5132
RH
3605#, c-format
3606msgid "Type index number %d out of range\n"
3607msgstr ""
3608
a74801ba 3609#: stabs.c:3473
252b5132
RH
3610#, c-format
3611msgid "Unrecognized XCOFF type %d\n"
3612msgstr ""
3613
a74801ba 3614#: stabs.c:3772
252b5132
RH
3615#, c-format
3616msgid "bad mangled name `%s'\n"
3617msgstr ""
3618
a74801ba 3619#: stabs.c:3868
252b5132
RH
3620msgid "no argument types in mangled string\n"
3621msgstr ""
3622
3623#: strings.c:159
3624#, c-format
3625msgid "%s: invalid number %s\n"
3626msgstr ""
3627
3628#: strings.c:494
3629#, c-format
3630msgid "%s: invalid integer argument %s\n"
3631msgstr ""
3632
3633#: strings.c:505
3634#, c-format
3635msgid ""
3636"Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-]\n"
3637" [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n"
3638" [--target=bfdname] [--help] [--version] file...\n"
3639msgstr ""
3640
3641#: sysdump.c:712
3642#, c-format
3643msgid "Usage: %s [-hV] in-file\n"
3644msgstr ""
3645
3646#: sysdump.c:783
3647#, c-format
3648msgid "%s: cannot open input file %s\n"
3649msgstr ""
3650
3651#: version.c:39
3652msgid "Copyright 1997, 1998, 1999 Free Software Foundation, Inc.\n"
3653msgstr ""
3654
3655#: version.c:40
3656msgid ""
3657"This program is free software; you may redistribute it under the terms of\n"
3658"the GNU General Public License. This program has absolutely no warranty.\n"
3659msgstr ""
3660
a74801ba 3661#: windres.c:237
252b5132
RH
3662#, c-format
3663msgid "can't open %s `%s': %s"
3664msgstr ""
3665
a74801ba 3666#: windres.c:416
252b5132
RH
3667msgid ": expected to be a directory\n"
3668msgstr ""
3669
a74801ba 3670#: windres.c:428
252b5132
RH
3671msgid ": expected to be a leaf\n"
3672msgstr ""
3673
a74801ba 3674#: windres.c:437
252b5132
RH
3675#, c-format
3676msgid "%s: warning: "
3677msgstr ""
3678
a74801ba 3679#: windres.c:439
252b5132
RH
3680msgid ": duplicate value\n"
3681msgstr ""
3682
a74801ba 3683#: windres.c:602
252b5132
RH
3684#, c-format
3685msgid "%s: unknown format type `%s'\n"
3686msgstr ""
3687
a74801ba 3688#: windres.c:603
252b5132
RH
3689#, c-format
3690msgid "%s: supported formats:"
3691msgstr ""
3692
3693#. Otherwise, we give up.
a74801ba 3694#: windres.c:690
252b5132
RH
3695#, c-format
3696msgid "can not determine type of file `%s'; use the -I option"
3697msgstr ""
3698
a74801ba 3699#: windres.c:704
252b5132
RH
3700#, c-format
3701msgid "Usage: %s [options] [input-file] [output-file]\n"
3702msgstr ""
3703
a74801ba 3704#: windres.c:706
252b5132
RH
3705msgid ""
3706"Options:\n"
3707" -i FILE, --input FILE Name input file\n"
3708" -o FILE, --output FILE Name output file\n"
3709" -I FORMAT, --input-format FORMAT\n"
3710" Specify input format\n"
3711" -O FORMAT, --output-format FORMAT\n"
3712" Specify output format\n"
3713" -F TARGET, --target TARGET Specify COFF target\n"
3714" --preprocessor PROGRAM Program to use to preprocess rc file\n"
3715" --include-dir DIR Include directory when preprocessing rc file\n"
e0a2c38a
RH
3716" -DSYM[=VAL], --define SYM[=VAL]\n"
3717" Define SYM when preprocessing rc file\n"
3718" -v Verbose - tells you what it's doing\n"
a74801ba
ILT
3719" --language VAL Set language when reading rc file\n"
3720" --use-temp-file Use a temporary file instead of popen to read\n"
3721" the preprocessor output\n"
3722" --no-use-temp-file Use popen (default)\n"
252b5132
RH
3723msgstr ""
3724
a74801ba 3725#: windres.c:725
252b5132
RH
3726msgid " --yydebug Turn on parser debugging\n"
3727msgstr ""
3728
a74801ba 3729#: windres.c:728
252b5132
RH
3730msgid ""
3731" --help Print this help message\n"
3732" --version Print version information\n"
3733msgstr ""
3734
a74801ba 3735#: windres.c:731
252b5132
RH
3736msgid ""
3737"FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
3738"extension if not specified. A single file name is an input file.\n"
3739"No input-file is stdin, default rc. No output-file is stdout, default rc.\n"
3740msgstr ""
3741
a74801ba 3742#: windres.c:980
252b5132
RH
3743msgid "no resources"
3744msgstr ""
3745
3746#: wrstabs.c:366 wrstabs.c:2028
3747#, c-format
3748msgid "string_hash_lookup failed: %s\n"
3749msgstr ""
3750
3751#: wrstabs.c:666
3752#, c-format
3753msgid "stab_int_type: bad size %u\n"
3754msgstr ""
3755
3756#: wrstabs.c:1468
3757#, c-format
3758msgid "%s: warning: unknown size for field `%s' in struct\n"
3759msgstr ""
This page took 0.210143 seconds and 4 git commands to generate.