PR ld/13621
[binutils.git] / binutils / po / binutils.pot
blob0d0839782f045ef80b5bf356dd71da417725ebb5
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11 "POT-Creation-Date: 2011-10-25 11:20+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: addr2line.c:81
21 #, c-format
22 msgid "Usage: %s [option(s)] [addr(s)]\n"
23 msgstr ""
25 #: addr2line.c:82
26 #, c-format
27 msgid " Convert addresses into line number/file name pairs.\n"
28 msgstr ""
30 #: addr2line.c:83
31 #, c-format
32 msgid ""
33 " If no addresses are specified on the command line, they will be read from "
34 "stdin\n"
35 msgstr ""
37 #: addr2line.c:84
38 #, c-format
39 msgid ""
40 " The options are:\n"
41 "  @<file>                Read options from <file>\n"
42 "  -a --addresses         Show addresses\n"
43 "  -b --target=<bfdname>  Set the binary file format\n"
44 "  -e --exe=<executable>  Set the input file name (default is a.out)\n"
45 "  -i --inlines           Unwind inlined functions\n"
46 "  -j --section=<name>    Read section-relative offsets instead of addresses\n"
47 "  -p --pretty-print      Make the output easier to read for humans\n"
48 "  -s --basenames         Strip directory names\n"
49 "  -f --functions         Show function names\n"
50 "  -C --demangle[=style]  Demangle function names\n"
51 "  -h --help              Display this information\n"
52 "  -v --version           Display the program's version\n"
53 "\n"
54 msgstr ""
56 #: addr2line.c:101 ar.c:304 ar.c:333 coffdump.c:471 dlltool.c:3938
57 #: dllwrap.c:524 elfedit.c:653 nlmconv.c:1114 objcopy.c:576 objcopy.c:611
58 #: readelf.c:3214 size.c:99 srconv.c:1743 strings.c:667 sysdump.c:653
59 #: windmc.c:228 windres.c:695
60 #, c-format
61 msgid "Report bugs to %s\n"
62 msgstr ""
64 #. Note for translators:  This printf is used to join the
65 #. function name just printed above to the line number/
66 #. file name pair that is about to be printed below.  Eg:
68 #. foo at 123:bar.c
69 #: addr2line.c:276
70 #, c-format
71 msgid " at "
72 msgstr ""
74 #. Note for translators: This printf is used to join the
75 #. line number/file name pair that has just been printed with
76 #. the line number/file name pair that is going to be printed
77 #. by the next iteration of the while loop.  Eg:
79 #. 123:bar.c (inlined by) 456:main.c
80 #: addr2line.c:308
81 #, c-format
82 msgid " (inlined by) "
83 msgstr ""
85 #: addr2line.c:341
86 #, c-format
87 msgid "%s: cannot get addresses from archive"
88 msgstr ""
90 #: addr2line.c:358
91 #, c-format
92 msgid "%s: cannot find section %s"
93 msgstr ""
95 #: addr2line.c:427 nm.c:1570 objdump.c:3423
96 #, c-format
97 msgid "unknown demangling style `%s'"
98 msgstr ""
100 #: ar.c:238
101 #, c-format
102 msgid "no entry %s in archive\n"
103 msgstr ""
105 #: ar.c:254
106 #, c-format
107 msgid ""
108 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
109 "<name>] [member-name] [count] archive-file file...\n"
110 msgstr ""
112 #: ar.c:260
113 #, c-format
114 msgid ""
115 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
116 "[count] archive-file file...\n"
117 msgstr ""
119 #: ar.c:266
120 #, c-format
121 msgid "       %s -M [<mri-script]\n"
122 msgstr ""
124 #: ar.c:267
125 #, c-format
126 msgid " commands:\n"
127 msgstr ""
129 #: ar.c:268
130 #, c-format
131 msgid "  d            - delete file(s) from the archive\n"
132 msgstr ""
134 #: ar.c:269
135 #, c-format
136 msgid "  m[ab]        - move file(s) in the archive\n"
137 msgstr ""
139 #: ar.c:270
140 #, c-format
141 msgid "  p            - print file(s) found in the archive\n"
142 msgstr ""
144 #: ar.c:271
145 #, c-format
146 msgid "  q[f]         - quick append file(s) to the archive\n"
147 msgstr ""
149 #: ar.c:272
150 #, c-format
151 msgid ""
152 "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
153 msgstr ""
155 #: ar.c:273
156 #, c-format
157 msgid "  s            - act as ranlib\n"
158 msgstr ""
160 #: ar.c:274
161 #, c-format
162 msgid "  t            - display contents of archive\n"
163 msgstr ""
165 #: ar.c:275
166 #, c-format
167 msgid "  x[o]         - extract file(s) from the archive\n"
168 msgstr ""
170 #: ar.c:276
171 #, c-format
172 msgid " command specific modifiers:\n"
173 msgstr ""
175 #: ar.c:277
176 #, c-format
177 msgid "  [a]          - put file(s) after [member-name]\n"
178 msgstr ""
180 #: ar.c:278
181 #, c-format
182 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
183 msgstr ""
185 #: ar.c:279
186 #, c-format
187 msgid "  [D]          - use zero for timestamps and uids/gids\n"
188 msgstr ""
190 #: ar.c:280
191 #, c-format
192 msgid "  [N]          - use instance [count] of name\n"
193 msgstr ""
195 #: ar.c:281
196 #, c-format
197 msgid "  [f]          - truncate inserted file names\n"
198 msgstr ""
200 #: ar.c:282
201 #, c-format
202 msgid "  [P]          - use full path names when matching\n"
203 msgstr ""
205 #: ar.c:283
206 #, c-format
207 msgid "  [o]          - preserve original dates\n"
208 msgstr ""
210 #: ar.c:284
211 #, c-format
212 msgid ""
213 "  [u]          - only replace files that are newer than current archive "
214 "contents\n"
215 msgstr ""
217 #: ar.c:285
218 #, c-format
219 msgid " generic modifiers:\n"
220 msgstr ""
222 #: ar.c:286
223 #, c-format
224 msgid "  [c]          - do not warn if the library had to be created\n"
225 msgstr ""
227 #: ar.c:287
228 #, c-format
229 msgid "  [s]          - create an archive index (cf. ranlib)\n"
230 msgstr ""
232 #: ar.c:288
233 #, c-format
234 msgid "  [S]          - do not build a symbol table\n"
235 msgstr ""
237 #: ar.c:289
238 #, c-format
239 msgid "  [T]          - make a thin archive\n"
240 msgstr ""
242 #: ar.c:290
243 #, c-format
244 msgid "  [v]          - be verbose\n"
245 msgstr ""
247 #: ar.c:291
248 #, c-format
249 msgid "  [V]          - display the version number\n"
250 msgstr ""
252 #: ar.c:292
253 #, c-format
254 msgid "  @<file>      - read options from <file>\n"
255 msgstr ""
257 #: ar.c:293
258 #, c-format
259 msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
260 msgstr ""
262 #: ar.c:295
263 #, c-format
264 msgid " optional:\n"
265 msgstr ""
267 #: ar.c:296
268 #, c-format
269 msgid "  --plugin <p> - load the specified plugin\n"
270 msgstr ""
272 #: ar.c:317
273 #, c-format
274 msgid "Usage: %s [options] archive\n"
275 msgstr ""
277 #: ar.c:318
278 #, c-format
279 msgid " Generate an index to speed access to archives\n"
280 msgstr ""
282 #: ar.c:319
283 #, c-format
284 msgid ""
285 " The options are:\n"
286 "  @<file>                      Read options from <file>\n"
287 msgstr ""
289 #: ar.c:322
290 #, c-format
291 msgid "  --plugin <name>              Load the specified plugin\n"
292 msgstr ""
294 #: ar.c:325
295 #, c-format
296 msgid ""
297 "  -t                           Update the archive's symbol map timestamp\n"
298 "  -h --help                    Print this help message\n"
299 "  -v --version                 Print version information\n"
300 msgstr ""
302 #: ar.c:449
303 msgid "two different operation options specified"
304 msgstr ""
306 #: ar.c:538 nm.c:1643
307 #, c-format
308 msgid "sorry - this program has been built without plugin support\n"
309 msgstr ""
311 #: ar.c:693
312 msgid "no operation specified"
313 msgstr ""
315 #: ar.c:696
316 msgid "`u' is only meaningful with the `r' option."
317 msgstr ""
319 #: ar.c:699
320 msgid "`u' is not meaningful with the `D' option."
321 msgstr ""
323 #: ar.c:707
324 msgid "`N' is only meaningful with the `x' and `d' options."
325 msgstr ""
327 #: ar.c:710
328 msgid "Value for `N' must be positive."
329 msgstr ""
331 #: ar.c:724
332 msgid "`x' cannot be used on thin archives."
333 msgstr ""
335 #: ar.c:771
336 #, c-format
337 msgid "internal error -- this option not implemented"
338 msgstr ""
340 #: ar.c:840
341 #, c-format
342 msgid "creating %s"
343 msgstr ""
345 #: ar.c:889 ar.c:943 ar.c:1272 objcopy.c:2080
346 #, c-format
347 msgid "internal stat error on %s"
348 msgstr ""
350 #: ar.c:908 ar.c:976
351 #, c-format
352 msgid "%s is not a valid archive"
353 msgstr ""
355 #: ar.c:1034
356 msgid "could not create temporary file whilst writing archive"
357 msgstr ""
359 #: ar.c:1177
360 #, c-format
361 msgid "No member named `%s'\n"
362 msgstr ""
364 #: ar.c:1227
365 #, c-format
366 msgid "no entry %s in archive %s!"
367 msgstr ""
369 #: ar.c:1366
370 #, c-format
371 msgid "%s: no archive map to update"
372 msgstr ""
374 #: arsup.c:89
375 #, c-format
376 msgid "No entry %s in archive.\n"
377 msgstr ""
379 #: arsup.c:114
380 #, c-format
381 msgid "Can't open file %s\n"
382 msgstr ""
384 #: arsup.c:164
385 #, c-format
386 msgid "%s: Can't open output archive %s\n"
387 msgstr ""
389 #: arsup.c:181
390 #, c-format
391 msgid "%s: Can't open input archive %s\n"
392 msgstr ""
394 #: arsup.c:190
395 #, c-format
396 msgid "%s: file %s is not an archive\n"
397 msgstr ""
399 #: arsup.c:230
400 #, c-format
401 msgid "%s: no output archive specified yet\n"
402 msgstr ""
404 #: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:350 arsup.c:416
405 #, c-format
406 msgid "%s: no open output archive\n"
407 msgstr ""
409 #: arsup.c:261 arsup.c:371 arsup.c:397
410 #, c-format
411 msgid "%s: can't open file %s\n"
412 msgstr ""
414 #: arsup.c:315 arsup.c:393 arsup.c:474
415 #, c-format
416 msgid "%s: can't find module file %s\n"
417 msgstr ""
419 #: arsup.c:425
420 #, c-format
421 msgid "Current open archive is %s\n"
422 msgstr ""
424 #: arsup.c:449
425 #, c-format
426 msgid "%s: no open archive\n"
427 msgstr ""
429 #: binemul.c:39
430 #, c-format
431 msgid "  No emulation specific options\n"
432 msgstr ""
434 #. Macros for common output.
435 #: binemul.h:49
436 #, c-format
437 msgid " emulation options: \n"
438 msgstr ""
440 #: bucomm.c:163
441 #, c-format
442 msgid "can't set BFD default target to `%s': %s"
443 msgstr ""
445 #: bucomm.c:175
446 #, c-format
447 msgid "%s: Matching formats:"
448 msgstr ""
450 #: bucomm.c:190
451 #, c-format
452 msgid "Supported targets:"
453 msgstr ""
455 #: bucomm.c:192
456 #, c-format
457 msgid "%s: supported targets:"
458 msgstr ""
460 #: bucomm.c:210
461 #, c-format
462 msgid "Supported architectures:"
463 msgstr ""
465 #: bucomm.c:212
466 #, c-format
467 msgid "%s: supported architectures:"
468 msgstr ""
470 #: bucomm.c:228
471 msgid "big endian"
472 msgstr ""
474 #: bucomm.c:229
475 msgid "little endian"
476 msgstr ""
478 #: bucomm.c:230
479 msgid "endianness unknown"
480 msgstr ""
482 #: bucomm.c:251
483 #, c-format
484 msgid ""
485 "%s\n"
486 " (header %s, data %s)\n"
487 msgstr ""
489 #: bucomm.c:407
490 #, c-format
491 msgid "BFD header file version %s\n"
492 msgstr ""
494 #: bucomm.c:559
495 #, c-format
496 msgid "%s: bad number: %s"
497 msgstr ""
499 #: bucomm.c:576 strings.c:409
500 #, c-format
501 msgid "'%s': No such file"
502 msgstr ""
504 #: bucomm.c:578 strings.c:411
505 #, c-format
506 msgid "Warning: could not locate '%s'.  reason: %s"
507 msgstr ""
509 #: bucomm.c:582
510 #, c-format
511 msgid "Warning: '%s' is not an ordinary file"
512 msgstr ""
514 #: bucomm.c:584
515 #, c-format
516 msgid "Warning: '%s' has negative size, probably it is too large"
517 msgstr ""
519 #: coffdump.c:107
520 #, c-format
521 msgid "#lines %d "
522 msgstr ""
524 #: coffdump.c:130
525 #, c-format
526 msgid "size %d "
527 msgstr ""
529 #: coffdump.c:135
530 #, c-format
531 msgid "section definition at %x size %x\n"
532 msgstr ""
534 #: coffdump.c:141
535 #, c-format
536 msgid "pointer to"
537 msgstr ""
539 #: coffdump.c:146
540 #, c-format
541 msgid "array [%d] of"
542 msgstr ""
544 #: coffdump.c:151
545 #, c-format
546 msgid "function returning"
547 msgstr ""
549 #: coffdump.c:155
550 #, c-format
551 msgid "arguments"
552 msgstr ""
554 #: coffdump.c:159
555 #, c-format
556 msgid "code"
557 msgstr ""
559 #: coffdump.c:165
560 #, c-format
561 msgid "structure definition"
562 msgstr ""
564 #: coffdump.c:171
565 #, c-format
566 msgid "structure ref to UNKNOWN struct"
567 msgstr ""
569 #: coffdump.c:173
570 #, c-format
571 msgid "structure ref to %s"
572 msgstr ""
574 #: coffdump.c:176
575 #, c-format
576 msgid "enum ref to %s"
577 msgstr ""
579 #: coffdump.c:179
580 #, c-format
581 msgid "enum definition"
582 msgstr ""
584 #: coffdump.c:252
585 #, c-format
586 msgid "Stack offset %x"
587 msgstr ""
589 #: coffdump.c:255
590 #, c-format
591 msgid "Memory section %s+%x"
592 msgstr ""
594 #: coffdump.c:258
595 #, c-format
596 msgid "Register %d"
597 msgstr ""
599 #: coffdump.c:261
600 #, c-format
601 msgid "Struct Member offset %x"
602 msgstr ""
604 #: coffdump.c:264
605 #, c-format
606 msgid "Enum Member offset %x"
607 msgstr ""
609 #: coffdump.c:267
610 #, c-format
611 msgid "Undefined symbol"
612 msgstr ""
614 #: coffdump.c:334
615 #, c-format
616 msgid "List of symbols"
617 msgstr ""
619 #: coffdump.c:341
620 #, c-format
621 msgid "Symbol  %s, tag %d, number %d"
622 msgstr ""
624 #: coffdump.c:345 readelf.c:12215 readelf.c:12289
625 #, c-format
626 msgid "Type"
627 msgstr ""
629 #: coffdump.c:350
630 #, c-format
631 msgid "Where"
632 msgstr ""
634 #: coffdump.c:354
635 #, c-format
636 msgid "Visible"
637 msgstr ""
639 #: coffdump.c:370
640 msgid "List of blocks "
641 msgstr ""
643 #: coffdump.c:383
644 #, c-format
645 msgid "vars %d"
646 msgstr ""
648 #: coffdump.c:386
649 #, c-format
650 msgid "blocks"
651 msgstr ""
653 #: coffdump.c:404
654 #, c-format
655 msgid "List of source files"
656 msgstr ""
658 #: coffdump.c:410
659 #, c-format
660 msgid "Source file %s"
661 msgstr ""
663 #: coffdump.c:424
664 #, c-format
665 msgid "section %s %d %d address %x size %x number %d nrelocs %d"
666 msgstr ""
668 #: coffdump.c:449
669 #, c-format
670 msgid "#sources %d"
671 msgstr ""
673 #: coffdump.c:462 sysdump.c:646
674 #, c-format
675 msgid "Usage: %s [option(s)] in-file\n"
676 msgstr ""
678 #: coffdump.c:463
679 #, c-format
680 msgid " Print a human readable interpretation of a COFF object file\n"
681 msgstr ""
683 #: coffdump.c:464
684 #, c-format
685 msgid ""
686 " The options are:\n"
687 "  @<file>                Read options from <file>\n"
688 "  -h --help              Display this information\n"
689 "  -v --version           Display the program's version\n"
690 "\n"
691 msgstr ""
693 #: coffdump.c:533 srconv.c:1833 sysdump.c:710
694 msgid "no input file specified"
695 msgstr ""
697 #: cxxfilt.c:119 nm.c:269 objdump.c:281
698 #, c-format
699 msgid "Report bugs to %s.\n"
700 msgstr ""
702 #: debug.c:648
703 msgid "debug_add_to_current_namespace: no current file"
704 msgstr ""
706 #: debug.c:727
707 msgid "debug_start_source: no debug_set_filename call"
708 msgstr ""
710 #: debug.c:781
711 msgid "debug_record_function: no debug_set_filename call"
712 msgstr ""
714 #: debug.c:833
715 msgid "debug_record_parameter: no current function"
716 msgstr ""
718 #: debug.c:865
719 msgid "debug_end_function: no current function"
720 msgstr ""
722 #: debug.c:871
723 msgid "debug_end_function: some blocks were not closed"
724 msgstr ""
726 #: debug.c:899
727 msgid "debug_start_block: no current block"
728 msgstr ""
730 #: debug.c:935
731 msgid "debug_end_block: no current block"
732 msgstr ""
734 #: debug.c:942
735 msgid "debug_end_block: attempt to close top level block"
736 msgstr ""
738 #: debug.c:965
739 msgid "debug_record_line: no current unit"
740 msgstr ""
742 #. FIXME
743 #: debug.c:1018
744 msgid "debug_start_common_block: not implemented"
745 msgstr ""
747 #. FIXME
748 #: debug.c:1029
749 msgid "debug_end_common_block: not implemented"
750 msgstr ""
752 #. FIXME.
753 #: debug.c:1113
754 msgid "debug_record_label: not implemented"
755 msgstr ""
757 #: debug.c:1135
758 msgid "debug_record_variable: no current file"
759 msgstr ""
761 #: debug.c:1663
762 msgid "debug_make_undefined_type: unsupported kind"
763 msgstr ""
765 #: debug.c:1840
766 msgid "debug_name_type: no current file"
767 msgstr ""
769 #: debug.c:1885
770 msgid "debug_tag_type: no current file"
771 msgstr ""
773 #: debug.c:1893
774 msgid "debug_tag_type: extra tag attempted"
775 msgstr ""
777 #: debug.c:1930
778 #, c-format
779 msgid "Warning: changing type size from %d to %d\n"
780 msgstr ""
782 #: debug.c:1952
783 msgid "debug_find_named_type: no current compilation unit"
784 msgstr ""
786 #: debug.c:2055
787 #, c-format
788 msgid "debug_get_real_type: circular debug information for %s\n"
789 msgstr ""
791 #: debug.c:2482
792 msgid "debug_write_type: illegal type encountered"
793 msgstr ""
795 #: dlltool.c:902 dlltool.c:928 dlltool.c:959
796 #, c-format
797 msgid "Internal error: Unknown machine type: %d"
798 msgstr ""
800 #: dlltool.c:1000
801 #, c-format
802 msgid "Can't open def file: %s"
803 msgstr ""
805 #: dlltool.c:1005
806 #, c-format
807 msgid "Processing def file: %s"
808 msgstr ""
810 #: dlltool.c:1009
811 msgid "Processed def file"
812 msgstr ""
814 #: dlltool.c:1033
815 #, c-format
816 msgid "Syntax error in def file %s:%d"
817 msgstr ""
819 #: dlltool.c:1070
820 #, c-format
821 msgid "%s: Path components stripped from image name, '%s'."
822 msgstr ""
824 #: dlltool.c:1088
825 #, c-format
826 msgid "NAME: %s base: %x"
827 msgstr ""
829 #: dlltool.c:1091 dlltool.c:1112
830 msgid "Can't have LIBRARY and NAME"
831 msgstr ""
833 #: dlltool.c:1109
834 #, c-format
835 msgid "LIBRARY: %s base: %x"
836 msgstr ""
838 #: dlltool.c:1266
839 #, c-format
840 msgid "VERSION %d.%d\n"
841 msgstr ""
843 #: dlltool.c:1314
844 #, c-format
845 msgid "run: %s %s"
846 msgstr ""
848 #: dlltool.c:1354 resrc.c:293
849 #, c-format
850 msgid "wait: %s"
851 msgstr ""
853 #: dlltool.c:1359 dllwrap.c:422 resrc.c:298
854 #, c-format
855 msgid "subprocess got fatal signal %d"
856 msgstr ""
858 #: dlltool.c:1365 dllwrap.c:429 resrc.c:305
859 #, c-format
860 msgid "%s exited with status %d"
861 msgstr ""
863 #: dlltool.c:1396
864 #, c-format
865 msgid "Sucking in info from %s section in %s"
866 msgstr ""
868 #: dlltool.c:1536
869 #, c-format
870 msgid "Excluding symbol: %s"
871 msgstr ""
873 #: dlltool.c:1625 dlltool.c:1636 nm.c:1012 nm.c:1023
874 #, c-format
875 msgid "%s: no symbols"
876 msgstr ""
878 #. FIXME: we ought to read in and block out the base relocations.
879 #: dlltool.c:1662
880 #, c-format
881 msgid "Done reading %s"
882 msgstr ""
884 #: dlltool.c:1672
885 #, c-format
886 msgid "Unable to open object file: %s: %s"
887 msgstr ""
889 #: dlltool.c:1675
890 #, c-format
891 msgid "Scanning object file %s"
892 msgstr ""
894 #: dlltool.c:1690
895 #, c-format
896 msgid "Cannot produce mcore-elf dll from archive file: %s"
897 msgstr ""
899 #: dlltool.c:1792
900 msgid "Adding exports to output file"
901 msgstr ""
903 #: dlltool.c:1844
904 msgid "Added exports to output file"
905 msgstr ""
907 #: dlltool.c:1986
908 #, c-format
909 msgid "Generating export file: %s"
910 msgstr ""
912 #: dlltool.c:1991
913 #, c-format
914 msgid "Unable to open temporary assembler file: %s"
915 msgstr ""
917 #: dlltool.c:1994
918 #, c-format
919 msgid "Opened temporary file: %s"
920 msgstr ""
922 #: dlltool.c:2171
923 msgid "failed to read the number of entries from base file"
924 msgstr ""
926 #: dlltool.c:2219
927 msgid "Generated exports file"
928 msgstr ""
930 #: dlltool.c:2428
931 #, c-format
932 msgid "bfd_open failed open stub file: %s: %s"
933 msgstr ""
935 #: dlltool.c:2432
936 #, c-format
937 msgid "Creating stub file: %s"
938 msgstr ""
940 #: dlltool.c:2894
941 #, c-format
942 msgid "bfd_open failed reopen stub file: %s: %s"
943 msgstr ""
945 #: dlltool.c:2908 dlltool.c:2984
946 #, c-format
947 msgid "failed to open temporary head file: %s"
948 msgstr ""
950 #: dlltool.c:2970 dlltool.c:3050
951 #, c-format
952 msgid "failed to open temporary head file: %s: %s"
953 msgstr ""
955 #: dlltool.c:3064
956 #, c-format
957 msgid "failed to open temporary tail file: %s"
958 msgstr ""
960 #: dlltool.c:3121
961 #, c-format
962 msgid "failed to open temporary tail file: %s: %s"
963 msgstr ""
965 #: dlltool.c:3143
966 #, c-format
967 msgid "Can't create .lib file: %s: %s"
968 msgstr ""
970 #: dlltool.c:3147
971 #, c-format
972 msgid "Creating library file: %s"
973 msgstr ""
975 #: dlltool.c:3239 dlltool.c:3245
976 #, c-format
977 msgid "cannot delete %s: %s"
978 msgstr ""
980 #: dlltool.c:3250
981 msgid "Created lib file"
982 msgstr ""
984 #: dlltool.c:3462
985 #, c-format
986 msgid "Can't open .lib file: %s: %s"
987 msgstr ""
989 #: dlltool.c:3470 dlltool.c:3492
990 #, c-format
991 msgid "%s is not a library"
992 msgstr ""
994 #: dlltool.c:3510
995 #, c-format
996 msgid "Import library `%s' specifies two or more dlls"
997 msgstr ""
999 #: dlltool.c:3521
1000 #, c-format
1001 msgid "Unable to determine dll name for `%s' (not an import library?)"
1002 msgstr ""
1004 #: dlltool.c:3745
1005 #, c-format
1006 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
1007 msgstr ""
1009 #: dlltool.c:3751
1010 #, c-format
1011 msgid "Error, duplicate EXPORT with ordinals: %s"
1012 msgstr ""
1014 #: dlltool.c:3856
1015 msgid "Processing definitions"
1016 msgstr ""
1018 #: dlltool.c:3888
1019 msgid "Processed definitions"
1020 msgstr ""
1022 #. xgetext:c-format
1023 #: dlltool.c:3895 dllwrap.c:483
1024 #, c-format
1025 msgid "Usage %s <option(s)> <object-file(s)>\n"
1026 msgstr ""
1028 #. xgetext:c-format
1029 #: dlltool.c:3897
1030 #, c-format
1031 msgid ""
1032 "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
1033 msgstr ""
1035 #: dlltool.c:3898
1036 #, c-format
1037 msgid ""
1038 "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
1039 "ppc, thumb\n"
1040 msgstr ""
1042 #: dlltool.c:3899
1043 #, c-format
1044 msgid "   -e --output-exp <outname> Generate an export file.\n"
1045 msgstr ""
1047 #: dlltool.c:3900
1048 #, c-format
1049 msgid "   -l --output-lib <outname> Generate an interface library.\n"
1050 msgstr ""
1052 #: dlltool.c:3901
1053 #, c-format
1054 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
1055 msgstr ""
1057 #: dlltool.c:3902
1058 #, c-format
1059 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
1060 msgstr ""
1062 #: dlltool.c:3903
1063 #, c-format
1064 msgid ""
1065 "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
1066 msgstr ""
1068 #: dlltool.c:3904
1069 #, c-format
1070 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
1071 msgstr ""
1073 #: dlltool.c:3905
1074 #, c-format
1075 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
1076 msgstr ""
1078 #: dlltool.c:3906
1079 #, c-format
1080 msgid "      --export-all-symbols   Export all symbols to .def\n"
1081 msgstr ""
1083 #: dlltool.c:3907
1084 #, c-format
1085 msgid "      --no-export-all-symbols  Only export listed symbols\n"
1086 msgstr ""
1088 #: dlltool.c:3908
1089 #, c-format
1090 msgid "      --exclude-symbols <list> Don't export <list>\n"
1091 msgstr ""
1093 #: dlltool.c:3909
1094 #, c-format
1095 msgid "      --no-default-excludes  Clear default exclude symbols\n"
1096 msgstr ""
1098 #: dlltool.c:3910
1099 #, c-format
1100 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
1101 msgstr ""
1103 #: dlltool.c:3911
1104 #, c-format
1105 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
1106 msgstr ""
1108 #: dlltool.c:3912
1109 #, c-format
1110 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
1111 msgstr ""
1113 #: dlltool.c:3913
1114 #, c-format
1115 msgid ""
1116 "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
1117 "$5.\n"
1118 msgstr ""
1120 #: dlltool.c:3914
1121 #, c-format
1122 msgid ""
1123 "   -U --add-underscore       Add underscores to all symbols in interface "
1124 "library.\n"
1125 msgstr ""
1127 #: dlltool.c:3915
1128 #, c-format
1129 msgid ""
1130 "      --add-stdcall-underscore Add underscores to stdcall symbols in "
1131 "interface library.\n"
1132 msgstr ""
1134 #: dlltool.c:3916
1135 #, c-format
1136 msgid ""
1137 "      --no-leading-underscore All symbols shouldn't be prefixed by an "
1138 "underscore.\n"
1139 msgstr ""
1141 #: dlltool.c:3917
1142 #, c-format
1143 msgid ""
1144 "      --leading-underscore   All symbols should be prefixed by an "
1145 "underscore.\n"
1146 msgstr ""
1148 #: dlltool.c:3918
1149 #, c-format
1150 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
1151 msgstr ""
1153 #: dlltool.c:3919
1154 #, c-format
1155 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
1156 msgstr ""
1158 #: dlltool.c:3920
1159 #, c-format
1160 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
1161 msgstr ""
1163 #: dlltool.c:3921
1164 #, c-format
1165 msgid "   -S --as <name>            Use <name> for assembler.\n"
1166 msgstr ""
1168 #: dlltool.c:3922
1169 #, c-format
1170 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
1171 msgstr ""
1173 #: dlltool.c:3923
1174 #, c-format
1175 msgid ""
1176 "   -C --compat-implib        Create backward compatible import library.\n"
1177 msgstr ""
1179 #: dlltool.c:3924
1180 #, c-format
1181 msgid ""
1182 "   -n --no-delete            Keep temp files (repeat for extra "
1183 "preservation).\n"
1184 msgstr ""
1186 #: dlltool.c:3925
1187 #, c-format
1188 msgid ""
1189 "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1190 msgstr ""
1192 #: dlltool.c:3926
1193 #, c-format
1194 msgid ""
1195 "   -I --identify <implib>    Report the name of the DLL associated with "
1196 "<implib>.\n"
1197 msgstr ""
1199 #: dlltool.c:3927
1200 #, c-format
1201 msgid ""
1202 "      --identify-strict      Causes --identify to report error when multiple "
1203 "DLLs.\n"
1204 msgstr ""
1206 #: dlltool.c:3928
1207 #, c-format
1208 msgid "   -v --verbose              Be verbose.\n"
1209 msgstr ""
1211 #: dlltool.c:3929
1212 #, c-format
1213 msgid "   -V --version              Display the program version.\n"
1214 msgstr ""
1216 #: dlltool.c:3930
1217 #, c-format
1218 msgid "   -h --help                 Display this information.\n"
1219 msgstr ""
1221 #: dlltool.c:3931
1222 #, c-format
1223 msgid "   @<file>                   Read options from <file>.\n"
1224 msgstr ""
1226 #: dlltool.c:3933
1227 #, c-format
1228 msgid ""
1229 "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
1230 msgstr ""
1232 #: dlltool.c:3934
1233 #, c-format
1234 msgid "   -L --linker <name>        Use <name> as the linker.\n"
1235 msgstr ""
1237 #: dlltool.c:3935
1238 #, c-format
1239 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
1240 msgstr ""
1242 #: dlltool.c:4082
1243 #, c-format
1244 msgid "Path components stripped from dllname, '%s'."
1245 msgstr ""
1247 #: dlltool.c:4130
1248 #, c-format
1249 msgid "Unable to open base-file: %s"
1250 msgstr ""
1252 #: dlltool.c:4165
1253 #, c-format
1254 msgid "Machine '%s' not supported"
1255 msgstr ""
1257 #: dlltool.c:4245
1258 #, c-format
1259 msgid "Warning, machine type (%d) not supported for delayimport."
1260 msgstr ""
1262 #: dlltool.c:4313 dllwrap.c:213
1263 #, c-format
1264 msgid "Tried file: %s"
1265 msgstr ""
1267 #: dlltool.c:4320 dllwrap.c:220
1268 #, c-format
1269 msgid "Using file: %s"
1270 msgstr ""
1272 #: dllwrap.c:303
1273 #, c-format
1274 msgid "Keeping temporary base file %s"
1275 msgstr ""
1277 #: dllwrap.c:305
1278 #, c-format
1279 msgid "Deleting temporary base file %s"
1280 msgstr ""
1282 #: dllwrap.c:319
1283 #, c-format
1284 msgid "Keeping temporary exp file %s"
1285 msgstr ""
1287 #: dllwrap.c:321
1288 #, c-format
1289 msgid "Deleting temporary exp file %s"
1290 msgstr ""
1292 #: dllwrap.c:334
1293 #, c-format
1294 msgid "Keeping temporary def file %s"
1295 msgstr ""
1297 #: dllwrap.c:336
1298 #, c-format
1299 msgid "Deleting temporary def file %s"
1300 msgstr ""
1302 #: dllwrap.c:417
1303 #, c-format
1304 msgid "pwait returns: %s"
1305 msgstr ""
1307 #: dllwrap.c:484
1308 #, c-format
1309 msgid "  Generic options:\n"
1310 msgstr ""
1312 #: dllwrap.c:485
1313 #, c-format
1314 msgid "   @<file>                Read options from <file>\n"
1315 msgstr ""
1317 #: dllwrap.c:486
1318 #, c-format
1319 msgid "   --quiet, -q            Work quietly\n"
1320 msgstr ""
1322 #: dllwrap.c:487
1323 #, c-format
1324 msgid "   --verbose, -v          Verbose\n"
1325 msgstr ""
1327 #: dllwrap.c:488
1328 #, c-format
1329 msgid "   --version              Print dllwrap version\n"
1330 msgstr ""
1332 #: dllwrap.c:489
1333 #, c-format
1334 msgid "   --implib <outname>     Synonym for --output-lib\n"
1335 msgstr ""
1337 #: dllwrap.c:490
1338 #, c-format
1339 msgid "  Options for %s:\n"
1340 msgstr ""
1342 #: dllwrap.c:491
1343 #, c-format
1344 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1345 msgstr ""
1347 #: dllwrap.c:492
1348 #, c-format
1349 msgid "   --driver-flags <flags> Override default ld flags\n"
1350 msgstr ""
1352 #: dllwrap.c:493
1353 #, c-format
1354 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1355 msgstr ""
1357 #: dllwrap.c:494
1358 #, c-format
1359 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1360 msgstr ""
1362 #: dllwrap.c:495
1363 #, c-format
1364 msgid "   --image-base <base>    Specify image base address\n"
1365 msgstr ""
1367 #: dllwrap.c:496
1368 #, c-format
1369 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1370 msgstr ""
1372 #: dllwrap.c:497
1373 #, c-format
1374 msgid "   --dry-run              Show what needs to be run\n"
1375 msgstr ""
1377 #: dllwrap.c:498
1378 #, c-format
1379 msgid "   --mno-cygwin           Create Mingw DLL\n"
1380 msgstr ""
1382 #: dllwrap.c:499
1383 #, c-format
1384 msgid "  Options passed to DLLTOOL:\n"
1385 msgstr ""
1387 #: dllwrap.c:500
1388 #, c-format
1389 msgid "   --machine <machine>\n"
1390 msgstr ""
1392 #: dllwrap.c:501
1393 #, c-format
1394 msgid "   --output-exp <outname> Generate export file.\n"
1395 msgstr ""
1397 #: dllwrap.c:502
1398 #, c-format
1399 msgid "   --output-lib <outname> Generate input library.\n"
1400 msgstr ""
1402 #: dllwrap.c:503
1403 #, c-format
1404 msgid "   --add-indirect         Add dll indirects to export file.\n"
1405 msgstr ""
1407 #: dllwrap.c:504
1408 #, c-format
1409 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1410 msgstr ""
1412 #: dllwrap.c:505
1413 #, c-format
1414 msgid "   --def <deffile>        Name input .def file\n"
1415 msgstr ""
1417 #: dllwrap.c:506
1418 #, c-format
1419 msgid "   --output-def <deffile> Name output .def file\n"
1420 msgstr ""
1422 #: dllwrap.c:507
1423 #, c-format
1424 msgid "   --export-all-symbols     Export all symbols to .def\n"
1425 msgstr ""
1427 #: dllwrap.c:508
1428 #, c-format
1429 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1430 msgstr ""
1432 #: dllwrap.c:509
1433 #, c-format
1434 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1435 msgstr ""
1437 #: dllwrap.c:510
1438 #, c-format
1439 msgid "   --no-default-excludes    Zap default exclude symbols\n"
1440 msgstr ""
1442 #: dllwrap.c:511
1443 #, c-format
1444 msgid "   --base-file <basefile> Read linker generated base file\n"
1445 msgstr ""
1447 #: dllwrap.c:512
1448 #, c-format
1449 msgid "   --no-idata4           Don't generate idata$4 section\n"
1450 msgstr ""
1452 #: dllwrap.c:513
1453 #, c-format
1454 msgid "   --no-idata5           Don't generate idata$5 section\n"
1455 msgstr ""
1457 #: dllwrap.c:514
1458 #, c-format
1459 msgid "   -U                     Add underscores to .lib\n"
1460 msgstr ""
1462 #: dllwrap.c:515
1463 #, c-format
1464 msgid "   -k                     Kill @<n> from exported names\n"
1465 msgstr ""
1467 #: dllwrap.c:516
1468 #, c-format
1469 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1470 msgstr ""
1472 #: dllwrap.c:517
1473 #, c-format
1474 msgid "   --as <name>            Use <name> for assembler\n"
1475 msgstr ""
1477 #: dllwrap.c:518
1478 #, c-format
1479 msgid "   --nodelete             Keep temp files.\n"
1480 msgstr ""
1482 #: dllwrap.c:519
1483 #, c-format
1484 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
1485 msgstr ""
1487 #: dllwrap.c:520
1488 #, c-format
1489 msgid "   --leading-underscore     Entrypoint with underscore.\n"
1490 msgstr ""
1492 #: dllwrap.c:521
1493 #, c-format
1494 msgid "  Rest are passed unmodified to the language driver\n"
1495 msgstr ""
1497 #: dllwrap.c:805
1498 msgid "Must provide at least one of -o or --dllname options"
1499 msgstr ""
1501 #: dllwrap.c:834
1502 msgid ""
1503 "no export definition file provided.\n"
1504 "Creating one, but that may not be what you want"
1505 msgstr ""
1507 #: dllwrap.c:1023
1508 #, c-format
1509 msgid "DLLTOOL name    : %s\n"
1510 msgstr ""
1512 #: dllwrap.c:1024
1513 #, c-format
1514 msgid "DLLTOOL options : %s\n"
1515 msgstr ""
1517 #: dllwrap.c:1025
1518 #, c-format
1519 msgid "DRIVER name     : %s\n"
1520 msgstr ""
1522 #: dllwrap.c:1026
1523 #, c-format
1524 msgid "DRIVER options  : %s\n"
1525 msgstr ""
1527 #: dwarf.c:132
1528 msgid "Wrong size in print_dwarf_vma"
1529 msgstr ""
1531 #: dwarf.c:256 dwarf.c:3027
1532 msgid "badly formed extended line op encountered!\n"
1533 msgstr ""
1535 #: dwarf.c:263
1536 #, c-format
1537 msgid "  Extended opcode %d: "
1538 msgstr ""
1540 #: dwarf.c:268
1541 #, c-format
1542 msgid ""
1543 "End of Sequence\n"
1544 "\n"
1545 msgstr ""
1547 #: dwarf.c:274
1548 #, c-format
1549 msgid "set Address to 0x%s\n"
1550 msgstr ""
1552 #: dwarf.c:280
1553 #, c-format
1554 msgid "  define new File Table entry\n"
1555 msgstr ""
1557 #: dwarf.c:281 dwarf.c:2555
1558 #, c-format
1559 msgid "  Entry\tDir\tTime\tSize\tName\n"
1560 msgstr ""
1562 #: dwarf.c:295
1563 #, c-format
1564 msgid "set Discriminator to %s\n"
1565 msgstr ""
1567 #: dwarf.c:370
1568 #, c-format
1569 msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
1570 msgstr ""
1572 #. The test against DW_LNW_hi_user is redundant due to
1573 #. the limited range of the unsigned char data type used
1574 #. for op_code.
1575 #. && op_code <= DW_LNE_hi_user
1576 #: dwarf.c:387
1577 #, c-format
1578 msgid "user defined: "
1579 msgstr ""
1581 #: dwarf.c:389
1582 #, c-format
1583 msgid "UNKNOWN: "
1584 msgstr ""
1586 #: dwarf.c:390
1587 #, c-format
1588 msgid "length %d ["
1589 msgstr ""
1591 #: dwarf.c:407
1592 msgid "<no .debug_str section>"
1593 msgstr ""
1595 #: dwarf.c:413
1596 #, c-format
1597 msgid "DW_FORM_strp offset too big: %s\n"
1598 msgstr ""
1600 #: dwarf.c:415
1601 msgid "<offset is too big>"
1602 msgstr ""
1604 #: dwarf.c:655
1605 #, c-format
1606 msgid "Unknown TAG value: %lx"
1607 msgstr ""
1609 #: dwarf.c:696
1610 #, c-format
1611 msgid "Unknown FORM value: %lx"
1612 msgstr ""
1614 #: dwarf.c:705
1615 #, c-format
1616 msgid " %s byte block: "
1617 msgstr ""
1619 #: dwarf.c:1050
1620 #, c-format
1621 msgid "(DW_OP_call_ref in frame info)"
1622 msgstr ""
1624 #: dwarf.c:1075
1625 #, c-format
1626 msgid "size: %s "
1627 msgstr ""
1629 #: dwarf.c:1078
1630 #, c-format
1631 msgid "offset: %s "
1632 msgstr ""
1634 #: dwarf.c:1098
1635 #, c-format
1636 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
1637 msgstr ""
1639 #: dwarf.c:1122
1640 #, c-format
1641 msgid "(DW_OP_GNU_implicit_pointer in frame info)"
1642 msgstr ""
1644 #: dwarf.c:1234
1645 #, c-format
1646 msgid "(User defined location op)"
1647 msgstr ""
1649 #: dwarf.c:1236
1650 #, c-format
1651 msgid "(Unknown location op)"
1652 msgstr ""
1654 #: dwarf.c:1283
1655 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
1656 msgstr ""
1658 #: dwarf.c:1389
1659 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
1660 msgstr ""
1662 #: dwarf.c:1439
1663 #, c-format
1664 msgid " (indirect string, offset: 0x%s): %s"
1665 msgstr ""
1667 #: dwarf.c:1464
1668 #, c-format
1669 msgid "Unrecognized form: %lu\n"
1670 msgstr ""
1672 #: dwarf.c:1557
1673 #, c-format
1674 msgid "(not inlined)"
1675 msgstr ""
1677 #: dwarf.c:1560
1678 #, c-format
1679 msgid "(inlined)"
1680 msgstr ""
1682 #: dwarf.c:1563
1683 #, c-format
1684 msgid "(declared as inline but ignored)"
1685 msgstr ""
1687 #: dwarf.c:1566
1688 #, c-format
1689 msgid "(declared as inline and inlined)"
1690 msgstr ""
1692 #: dwarf.c:1569
1693 #, c-format
1694 msgid "  (Unknown inline attribute value: %s)"
1695 msgstr ""
1697 #: dwarf.c:1608
1698 #, c-format
1699 msgid "(implementation defined: %s)"
1700 msgstr ""
1702 #: dwarf.c:1611
1703 #, c-format
1704 msgid "(Unknown: %s)"
1705 msgstr ""
1707 #: dwarf.c:1649
1708 #, c-format
1709 msgid "(user defined type)"
1710 msgstr ""
1712 #: dwarf.c:1651
1713 #, c-format
1714 msgid "(unknown type)"
1715 msgstr ""
1717 #: dwarf.c:1663
1718 #, c-format
1719 msgid "(unknown accessibility)"
1720 msgstr ""
1722 #: dwarf.c:1674
1723 #, c-format
1724 msgid "(unknown visibility)"
1725 msgstr ""
1727 #: dwarf.c:1684
1728 #, c-format
1729 msgid "(unknown virtuality)"
1730 msgstr ""
1732 #: dwarf.c:1695
1733 #, c-format
1734 msgid "(unknown case)"
1735 msgstr ""
1737 #: dwarf.c:1708
1738 #, c-format
1739 msgid "(user defined)"
1740 msgstr ""
1742 #: dwarf.c:1710
1743 #, c-format
1744 msgid "(unknown convention)"
1745 msgstr ""
1747 #: dwarf.c:1717
1748 #, c-format
1749 msgid "(undefined)"
1750 msgstr ""
1752 #: dwarf.c:1740
1753 #, c-format
1754 msgid "(location list)"
1755 msgstr ""
1757 #: dwarf.c:1761 dwarf.c:4045
1758 #, c-format
1759 msgid " [without DW_AT_frame_base]"
1760 msgstr ""
1762 #: dwarf.c:1777
1763 #, c-format
1764 msgid ""
1765 "Offset %s used as value for DW_AT_import attribute of DIE at offset %lx is "
1766 "too big.\n"
1767 msgstr ""
1769 #: dwarf.c:1787
1770 #, c-format
1771 msgid "[Abbrev Number: %ld"
1772 msgstr ""
1774 #: dwarf.c:1978
1775 #, c-format
1776 msgid "Unknown AT value: %lx"
1777 msgstr ""
1779 #: dwarf.c:2049
1780 #, c-format
1781 msgid "Reserved length value (0x%s) found in section %s\n"
1782 msgstr ""
1784 #: dwarf.c:2061
1785 #, c-format
1786 msgid "Corrupt unit length (0x%s) found in section %s\n"
1787 msgstr ""
1789 #: dwarf.c:2069
1790 #, c-format
1791 msgid "No comp units in %s section ?"
1792 msgstr ""
1794 #: dwarf.c:2078
1795 #, c-format
1796 msgid "Not enough memory for a debug info array of %u entries"
1797 msgstr ""
1799 #: dwarf.c:2087 dwarf.c:3296 dwarf.c:3390 dwarf.c:3551 dwarf.c:3779
1800 #: dwarf.c:3911 dwarf.c:4081 dwarf.c:4150 dwarf.c:4354
1801 #, c-format
1802 msgid ""
1803 "Contents of the %s section:\n"
1804 "\n"
1805 msgstr ""
1807 #: dwarf.c:2095
1808 #, c-format
1809 msgid "Unable to locate %s section!\n"
1810 msgstr ""
1812 #: dwarf.c:2176
1813 #, c-format
1814 msgid "  Compilation Unit @ offset 0x%s:\n"
1815 msgstr ""
1817 #: dwarf.c:2178
1818 #, c-format
1819 msgid "   Length:        0x%s (%s)\n"
1820 msgstr ""
1822 #: dwarf.c:2181
1823 #, c-format
1824 msgid "   Version:       %d\n"
1825 msgstr ""
1827 #: dwarf.c:2182
1828 #, c-format
1829 msgid "   Abbrev Offset: %s\n"
1830 msgstr ""
1832 #: dwarf.c:2184
1833 #, c-format
1834 msgid "   Pointer Size:  %d\n"
1835 msgstr ""
1837 #: dwarf.c:2188
1838 #, c-format
1839 msgid "   Signature:     "
1840 msgstr ""
1842 #: dwarf.c:2192
1843 #, c-format
1844 msgid "   Type Offset:   0x%s\n"
1845 msgstr ""
1847 #: dwarf.c:2200
1848 #, c-format
1849 msgid ""
1850 "Debug info is corrupted, length of CU at %s extends beyond end of section "
1851 "(length = %s)\n"
1852 msgstr ""
1854 #: dwarf.c:2213
1855 #, c-format
1856 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
1857 msgstr ""
1859 #: dwarf.c:2224
1860 #, c-format
1861 msgid ""
1862 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
1863 "size (%lx)\n"
1864 msgstr ""
1866 #: dwarf.c:2274
1867 #, c-format
1868 msgid ""
1869 "Bogus end-of-siblings marker detected at offset %lx in .debug_info section\n"
1870 msgstr ""
1872 #: dwarf.c:2278
1873 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
1874 msgstr ""
1876 #: dwarf.c:2297
1877 #, c-format
1878 msgid " <%d><%lx>: Abbrev Number: %lu"
1879 msgstr ""
1881 #: dwarf.c:2301
1882 #, c-format
1883 msgid " <%d><%lx>: ...\n"
1884 msgstr ""
1886 #: dwarf.c:2320
1887 #, c-format
1888 msgid ""
1889 "DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
1890 msgstr ""
1892 #: dwarf.c:2422
1893 #, c-format
1894 msgid ""
1895 "Raw dump of debug contents of section %s:\n"
1896 "\n"
1897 msgstr ""
1899 #: dwarf.c:2460
1900 #, c-format
1901 msgid ""
1902 "The information in section %s appears to be corrupt - the section is too "
1903 "small\n"
1904 msgstr ""
1906 #: dwarf.c:2472 dwarf.c:2840
1907 msgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
1908 msgstr ""
1910 #: dwarf.c:2486 dwarf.c:2855
1911 msgid "Invalid maximum operations per insn.\n"
1912 msgstr ""
1914 #: dwarf.c:2505 dwarf.c:3574
1915 #, c-format
1916 msgid "  Offset:                      0x%lx\n"
1917 msgstr ""
1919 #: dwarf.c:2506
1920 #, c-format
1921 msgid "  Length:                      %ld\n"
1922 msgstr ""
1924 #: dwarf.c:2507
1925 #, c-format
1926 msgid "  DWARF Version:               %d\n"
1927 msgstr ""
1929 #: dwarf.c:2508
1930 #, c-format
1931 msgid "  Prologue Length:             %d\n"
1932 msgstr ""
1934 #: dwarf.c:2509
1935 #, c-format
1936 msgid "  Minimum Instruction Length:  %d\n"
1937 msgstr ""
1939 #: dwarf.c:2511
1940 #, c-format
1941 msgid "  Maximum Ops per Instruction: %d\n"
1942 msgstr ""
1944 #: dwarf.c:2512
1945 #, c-format
1946 msgid "  Initial value of 'is_stmt':  %d\n"
1947 msgstr ""
1949 #: dwarf.c:2513
1950 #, c-format
1951 msgid "  Line Base:                   %d\n"
1952 msgstr ""
1954 #: dwarf.c:2514
1955 #, c-format
1956 msgid "  Line Range:                  %d\n"
1957 msgstr ""
1959 #: dwarf.c:2515
1960 #, c-format
1961 msgid "  Opcode Base:                 %d\n"
1962 msgstr ""
1964 #: dwarf.c:2524
1965 #, c-format
1966 msgid ""
1967 "\n"
1968 " Opcodes:\n"
1969 msgstr ""
1971 #: dwarf.c:2527
1972 #, c-format
1973 msgid "  Opcode %d has %d args\n"
1974 msgstr ""
1976 #: dwarf.c:2533
1977 #, c-format
1978 msgid ""
1979 "\n"
1980 " The Directory Table is empty.\n"
1981 msgstr ""
1983 #: dwarf.c:2536
1984 #, c-format
1985 msgid ""
1986 "\n"
1987 " The Directory Table:\n"
1988 msgstr ""
1990 #: dwarf.c:2551
1991 #, c-format
1992 msgid ""
1993 "\n"
1994 " The File Name Table is empty.\n"
1995 msgstr ""
1997 #: dwarf.c:2554
1998 #, c-format
1999 msgid ""
2000 "\n"
2001 " The File Name Table:\n"
2002 msgstr ""
2004 #. Now display the statements.
2005 #: dwarf.c:2584
2006 #, c-format
2007 msgid ""
2008 "\n"
2009 " Line Number Statements:\n"
2010 msgstr ""
2012 #: dwarf.c:2603
2013 #, c-format
2014 msgid "  Special opcode %d: advance Address by %s to 0x%s"
2015 msgstr ""
2017 #: dwarf.c:2617
2018 #, c-format
2019 msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
2020 msgstr ""
2022 #: dwarf.c:2625
2023 #, c-format
2024 msgid " and Line by %s to %d\n"
2025 msgstr ""
2027 #: dwarf.c:2635
2028 #, c-format
2029 msgid "  Copy\n"
2030 msgstr ""
2032 #: dwarf.c:2645
2033 #, c-format
2034 msgid "  Advance PC by %s to 0x%s\n"
2035 msgstr ""
2037 #: dwarf.c:2658
2038 #, c-format
2039 msgid "  Advance PC by %s to 0x%s[%d]\n"
2040 msgstr ""
2042 #: dwarf.c:2669
2043 #, c-format
2044 msgid "  Advance Line by %s to %d\n"
2045 msgstr ""
2047 #: dwarf.c:2677
2048 #, c-format
2049 msgid "  Set File Name to entry %s in the File Name Table\n"
2050 msgstr ""
2052 #: dwarf.c:2685
2053 #, c-format
2054 msgid "  Set column to %s\n"
2055 msgstr ""
2057 #: dwarf.c:2693
2058 #, c-format
2059 msgid "  Set is_stmt to %s\n"
2060 msgstr ""
2062 #: dwarf.c:2698
2063 #, c-format
2064 msgid "  Set basic block\n"
2065 msgstr ""
2067 #: dwarf.c:2708
2068 #, c-format
2069 msgid "  Advance PC by constant %s to 0x%s\n"
2070 msgstr ""
2072 #: dwarf.c:2721
2073 #, c-format
2074 msgid "  Advance PC by constant %s to 0x%s[%d]\n"
2075 msgstr ""
2077 #: dwarf.c:2733
2078 #, c-format
2079 msgid "  Advance PC by fixed size amount %s to 0x%s\n"
2080 msgstr ""
2082 #: dwarf.c:2739
2083 #, c-format
2084 msgid "  Set prologue_end to true\n"
2085 msgstr ""
2087 #: dwarf.c:2743
2088 #, c-format
2089 msgid "  Set epilogue_begin to true\n"
2090 msgstr ""
2092 #: dwarf.c:2749
2093 #, c-format
2094 msgid "  Set ISA to %s\n"
2095 msgstr ""
2097 #: dwarf.c:2753 dwarf.c:3168
2098 #, c-format
2099 msgid "  Unknown opcode %d with operands: "
2100 msgstr ""
2102 #: dwarf.c:2787
2103 #, c-format
2104 msgid ""
2105 "Decoded dump of debug contents of section %s:\n"
2106 "\n"
2107 msgstr ""
2109 #: dwarf.c:2828
2110 msgid "The line info appears to be corrupt - the section is too small\n"
2111 msgstr ""
2113 #: dwarf.c:2960
2114 #, c-format
2115 msgid "CU: %s:\n"
2116 msgstr ""
2118 #: dwarf.c:2961 dwarf.c:2972
2119 #, c-format
2120 msgid "File name                            Line number    Starting address\n"
2121 msgstr ""
2123 #: dwarf.c:2968
2124 #, c-format
2125 msgid "CU: %s/%s:\n"
2126 msgstr ""
2128 #: dwarf.c:3059
2129 #, c-format
2130 msgid "UNKNOWN: length %d\n"
2131 msgstr ""
2133 #: dwarf.c:3164
2134 #, c-format
2135 msgid "  Set ISA to %lu\n"
2136 msgstr ""
2138 #: dwarf.c:3330 dwarf.c:4195
2139 #, c-format
2140 msgid ""
2141 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
2142 msgstr ""
2144 #: dwarf.c:3344
2145 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
2146 msgstr ""
2148 #: dwarf.c:3351
2149 #, c-format
2150 msgid "  Length:                              %ld\n"
2151 msgstr ""
2153 #: dwarf.c:3353
2154 #, c-format
2155 msgid "  Version:                             %d\n"
2156 msgstr ""
2158 #: dwarf.c:3355
2159 #, c-format
2160 msgid "  Offset into .debug_info section:     0x%lx\n"
2161 msgstr ""
2163 #: dwarf.c:3357
2164 #, c-format
2165 msgid "  Size of area in .debug_info section: %ld\n"
2166 msgstr ""
2168 #: dwarf.c:3360
2169 #, c-format
2170 msgid ""
2171 "\n"
2172 "    Offset\tName\n"
2173 msgstr ""
2175 #: dwarf.c:3411
2176 #, c-format
2177 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
2178 msgstr ""
2180 #: dwarf.c:3417
2181 #, c-format
2182 msgid " DW_MACINFO_end_file\n"
2183 msgstr ""
2185 #: dwarf.c:3425
2186 #, c-format
2187 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2188 msgstr ""
2190 #: dwarf.c:3434
2191 #, c-format
2192 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2193 msgstr ""
2195 #: dwarf.c:3446
2196 #, c-format
2197 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2198 msgstr ""
2200 #: dwarf.c:3566
2201 #, c-format
2202 msgid "Only GNU extension to DWARF 4 of %s is currently supported.\n"
2203 msgstr ""
2205 #: dwarf.c:3576
2206 #, c-format
2207 msgid "  Version:                     %d\n"
2208 msgstr ""
2210 #: dwarf.c:3577
2211 #, c-format
2212 msgid "  Offset size:                 %d\n"
2213 msgstr ""
2215 #: dwarf.c:3582
2216 #, c-format
2217 msgid "  Offset into .debug_line:     0x%lx\n"
2218 msgstr ""
2220 #: dwarf.c:3593
2221 #, c-format
2222 msgid "  Extension opcode arguments:\n"
2223 msgstr ""
2225 #: dwarf.c:3601
2226 #, c-format
2227 msgid "    DW_MACRO_GNU_%02x has no arguments\n"
2228 msgstr ""
2230 #: dwarf.c:3604
2231 #, c-format
2232 msgid "    DW_MACRO_GNU_%02x arguments: "
2233 msgstr ""
2235 #: dwarf.c:3628
2236 #, c-format
2237 msgid "Invalid extension opcode form %s\n"
2238 msgstr ""
2240 #: dwarf.c:3645
2241 msgid ".debug_macro section not zero terminated\n"
2242 msgstr ""
2244 #: dwarf.c:3666
2245 msgid "DW_MACRO_GNU_start_file used, but no .debug_line offset provided.\n"
2246 msgstr ""
2248 #: dwarf.c:3672
2249 #, c-format
2250 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d\n"
2251 msgstr ""
2253 #: dwarf.c:3675
2254 #, c-format
2255 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
2256 msgstr ""
2258 #: dwarf.c:3683
2259 #, c-format
2260 msgid " DW_MACRO_GNU_end_file\n"
2261 msgstr ""
2263 #: dwarf.c:3691
2264 #, c-format
2265 msgid " DW_MACRO_GNU_define - lineno : %d macro : %s\n"
2266 msgstr ""
2268 #: dwarf.c:3700
2269 #, c-format
2270 msgid " DW_MACRO_GNU_undef - lineno : %d macro : %s\n"
2271 msgstr ""
2273 #: dwarf.c:3710
2274 #, c-format
2275 msgid " DW_MACRO_GNU_define_indirect - lineno : %d macro : %s\n"
2276 msgstr ""
2278 #: dwarf.c:3720
2279 #, c-format
2280 msgid " DW_MACRO_GNU_undef_indirect - lineno : %d macro : %s\n"
2281 msgstr ""
2283 #: dwarf.c:3727
2284 #, c-format
2285 msgid " DW_MACRO_GNU_transparent_include - offset : 0x%lx\n"
2286 msgstr ""
2288 #: dwarf.c:3734
2289 #, c-format
2290 msgid " Unknown macro opcode %02x seen\n"
2291 msgstr ""
2293 #: dwarf.c:3746
2294 #, c-format
2295 msgid " DW_MACRO_GNU_%02x\n"
2296 msgstr ""
2298 #: dwarf.c:3749
2299 #, c-format
2300 msgid " DW_MACRO_GNU_%02x -"
2301 msgstr ""
2303 #: dwarf.c:3790
2304 #, c-format
2305 msgid "  Number TAG\n"
2306 msgstr ""
2308 #: dwarf.c:3799
2309 msgid "has children"
2310 msgstr ""
2312 #: dwarf.c:3799
2313 msgid "no children"
2314 msgstr ""
2316 #: dwarf.c:3850 dwarf.c:4077 dwarf.c:4311
2317 #, c-format
2318 msgid ""
2319 "\n"
2320 "The %s section is empty.\n"
2321 msgstr ""
2323 #: dwarf.c:3856 dwarf.c:4317
2324 #, c-format
2325 msgid ""
2326 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
2327 "section.\n"
2328 msgstr ""
2330 #: dwarf.c:3900
2331 msgid "No location lists in .debug_info section!\n"
2332 msgstr ""
2334 #: dwarf.c:3905
2335 #, c-format
2336 msgid "Location lists in %s section start at 0x%s\n"
2337 msgstr ""
2339 #: dwarf.c:3912
2340 #, c-format
2341 msgid "    Offset   Begin    End      Expression\n"
2342 msgstr ""
2344 #: dwarf.c:3961
2345 #, c-format
2346 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
2347 msgstr ""
2349 #: dwarf.c:3965
2350 #, c-format
2351 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
2352 msgstr ""
2354 #: dwarf.c:3973
2355 #, c-format
2356 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
2357 msgstr ""
2359 #: dwarf.c:3982 dwarf.c:4017 dwarf.c:4027
2360 #, c-format
2361 msgid "Location list starting at offset 0x%lx is not terminated.\n"
2362 msgstr ""
2364 #: dwarf.c:4001 dwarf.c:4405
2365 #, c-format
2366 msgid "<End of list>\n"
2367 msgstr ""
2369 #: dwarf.c:4011
2370 #, c-format
2371 msgid "(base address)\n"
2372 msgstr ""
2374 #: dwarf.c:4048
2375 msgid " (start == end)"
2376 msgstr ""
2378 #: dwarf.c:4050
2379 msgid " (start > end)"
2380 msgstr ""
2382 #: dwarf.c:4060
2383 #, c-format
2384 msgid "There are %ld unused bytes at the end of section %s\n"
2385 msgstr ""
2387 #: dwarf.c:4206
2388 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
2389 msgstr ""
2391 #: dwarf.c:4210
2392 #, c-format
2393 msgid "  Length:                   %ld\n"
2394 msgstr ""
2396 #: dwarf.c:4212
2397 #, c-format
2398 msgid "  Version:                  %d\n"
2399 msgstr ""
2401 #: dwarf.c:4213
2402 #, c-format
2403 msgid "  Offset into .debug_info:  0x%lx\n"
2404 msgstr ""
2406 #: dwarf.c:4215
2407 #, c-format
2408 msgid "  Pointer Size:             %d\n"
2409 msgstr ""
2411 #: dwarf.c:4216
2412 #, c-format
2413 msgid "  Segment Size:             %d\n"
2414 msgstr ""
2416 #: dwarf.c:4222
2417 #, c-format
2418 msgid "Invalid address size in %s section!\n"
2419 msgstr ""
2421 #: dwarf.c:4232
2422 msgid "Pointer size + Segment size is not a power of two.\n"
2423 msgstr ""
2425 #: dwarf.c:4237
2426 #, c-format
2427 msgid ""
2428 "\n"
2429 "    Address            Length\n"
2430 msgstr ""
2432 #: dwarf.c:4239
2433 #, c-format
2434 msgid ""
2435 "\n"
2436 "    Address    Length\n"
2437 msgstr ""
2439 #: dwarf.c:4327
2440 msgid "No range lists in .debug_info section!\n"
2441 msgstr ""
2443 #: dwarf.c:4351
2444 #, c-format
2445 msgid "Range lists in %s section start at 0x%lx\n"
2446 msgstr ""
2448 #: dwarf.c:4355
2449 #, c-format
2450 msgid "    Offset   Begin    End\n"
2451 msgstr ""
2453 #: dwarf.c:4376
2454 #, c-format
2455 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
2456 msgstr ""
2458 #: dwarf.c:4380
2459 #, c-format
2460 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
2461 msgstr ""
2463 #: dwarf.c:4423
2464 msgid "(start == end)"
2465 msgstr ""
2467 #: dwarf.c:4425
2468 msgid "(start > end)"
2469 msgstr ""
2471 #: dwarf.c:4678
2472 msgid "bad register: "
2473 msgstr ""
2475 #. The documentation for the format of this file is in gdb/dwarf2read.c.
2476 #: dwarf.c:4681 dwarf.c:5490
2477 #, c-format
2478 msgid "Contents of the %s section:\n"
2479 msgstr ""
2481 #: dwarf.c:5451
2482 #, c-format
2483 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
2484 msgstr ""
2486 #: dwarf.c:5453
2487 #, c-format
2488 msgid "unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
2489 msgstr ""
2491 #: dwarf.c:5494
2492 #, c-format
2493 msgid "Truncated header in the %s section.\n"
2494 msgstr ""
2496 #: dwarf.c:5499
2497 #, c-format
2498 msgid "Version %ld\n"
2499 msgstr ""
2501 #: dwarf.c:5506
2502 msgid "The address table data in version 3 may be wrong.\n"
2503 msgstr ""
2505 #: dwarf.c:5509
2506 msgid "Version 4 does not support case insensitive lookups.\n"
2507 msgstr ""
2509 #: dwarf.c:5514
2510 #, c-format
2511 msgid "Unsupported version %lu.\n"
2512 msgstr ""
2514 #: dwarf.c:5530
2515 #, c-format
2516 msgid "Corrupt header in the %s section.\n"
2517 msgstr ""
2519 #: dwarf.c:5545
2520 #, c-format
2521 msgid ""
2522 "\n"
2523 "CU table:\n"
2524 msgstr ""
2526 #: dwarf.c:5551
2527 #, c-format
2528 msgid "[%3u] 0x%lx - 0x%lx\n"
2529 msgstr ""
2531 #: dwarf.c:5556
2532 #, c-format
2533 msgid ""
2534 "\n"
2535 "TU table:\n"
2536 msgstr ""
2538 #: dwarf.c:5563
2539 #, c-format
2540 msgid "[%3u] 0x%lx 0x%lx "
2541 msgstr ""
2543 #: dwarf.c:5570
2544 #, c-format
2545 msgid ""
2546 "\n"
2547 "Address table:\n"
2548 msgstr ""
2550 #: dwarf.c:5579
2551 #, c-format
2552 msgid "%lu\n"
2553 msgstr ""
2555 #: dwarf.c:5582
2556 #, c-format
2557 msgid ""
2558 "\n"
2559 "Symbol table:\n"
2560 msgstr ""
2562 #: dwarf.c:5616
2563 #, c-format
2564 msgid "Displaying the debug contents of section %s is not yet supported.\n"
2565 msgstr ""
2567 #: dwarf.c:5752 dwarf.c:5822
2568 #, c-format
2569 msgid "Unrecognized debug option '%s'\n"
2570 msgstr ""
2572 #: elfcomm.c:39
2573 #, c-format
2574 msgid "%s: Error: "
2575 msgstr ""
2577 #: elfcomm.c:50
2578 #, c-format
2579 msgid "%s: Warning: "
2580 msgstr ""
2582 #: elfcomm.c:82 elfcomm.c:117 elfcomm.c:167 elfcomm.c:216
2583 #, c-format
2584 msgid "Unhandled data length: %d\n"
2585 msgstr ""
2587 #: elfcomm.c:263 elfcomm.c:277 elfcomm.c:645 readelf.c:3683 readelf.c:3991
2588 #: readelf.c:4034 readelf.c:4108 readelf.c:4187 readelf.c:4965 readelf.c:4989
2589 #: readelf.c:7397 readelf.c:7443 readelf.c:7642 readelf.c:8863 readelf.c:8877
2590 #: readelf.c:9423 readelf.c:9439 readelf.c:9482 readelf.c:9507 readelf.c:11904
2591 #: readelf.c:12096 readelf.c:12929
2592 msgid "Out of memory\n"
2593 msgstr ""
2595 #: elfcomm.c:312
2596 #, c-format
2597 msgid "%s: failed to seek to first archive header\n"
2598 msgstr ""
2600 #: elfcomm.c:321 elfcomm.c:611 elfedit.c:340 readelf.c:13418
2601 #, c-format
2602 msgid "%s: failed to read archive header\n"
2603 msgstr ""
2605 #: elfcomm.c:347
2606 #, c-format
2607 msgid "%s: the archive index is empty\n"
2608 msgstr ""
2610 #: elfcomm.c:355 elfcomm.c:381
2611 #, c-format
2612 msgid "%s: failed to read archive index\n"
2613 msgstr ""
2615 #: elfcomm.c:365
2616 #, c-format
2617 msgid ""
2618 "%s: the archive index is supposed to have %ld entries, but the size in the "
2619 "header is too small\n"
2620 msgstr ""
2622 #: elfcomm.c:373
2623 msgid "Out of memory whilst trying to read archive symbol index\n"
2624 msgstr ""
2626 #: elfcomm.c:392
2627 msgid "Out of memory whilst trying to convert the archive symbol index\n"
2628 msgstr ""
2630 #: elfcomm.c:405
2631 #, c-format
2632 msgid "%s: the archive has an index but no symbols\n"
2633 msgstr ""
2635 #: elfcomm.c:413
2636 msgid "Out of memory whilst trying to read archive index symbol table\n"
2637 msgstr ""
2639 #: elfcomm.c:419
2640 #, c-format
2641 msgid "%s: failed to read archive index symbol table\n"
2642 msgstr ""
2644 #: elfcomm.c:428
2645 #, c-format
2646 msgid "%s: failed to skip archive symbol table\n"
2647 msgstr ""
2649 #: elfcomm.c:440
2650 #, c-format
2651 msgid "%s: failed to read archive header following archive index\n"
2652 msgstr ""
2654 #: elfcomm.c:446
2655 #, c-format
2656 msgid "%s has no archive index\n"
2657 msgstr ""
2659 #: elfcomm.c:457
2660 msgid "Out of memory reading long symbol names in archive\n"
2661 msgstr ""
2663 #: elfcomm.c:465
2664 #, c-format
2665 msgid "%s: failed to read long symbol name string table\n"
2666 msgstr ""
2668 #: elfcomm.c:605
2669 #, c-format
2670 msgid "%s: failed to seek to next file name\n"
2671 msgstr ""
2673 #: elfcomm.c:616 elfedit.c:347 readelf.c:13424
2674 #, c-format
2675 msgid "%s: did not find a valid archive header\n"
2676 msgstr ""
2678 #: elfedit.c:73
2679 #, c-format
2680 msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
2681 msgstr ""
2683 #: elfedit.c:81
2684 #, c-format
2685 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
2686 msgstr ""
2688 #: elfedit.c:97
2689 #, c-format
2690 msgid "%s: Unmatched EI_CLASS: %d is not %d\n"
2691 msgstr ""
2693 #: elfedit.c:108
2694 #, c-format
2695 msgid "%s: Unmatched e_machine: %d is not %d\n"
2696 msgstr ""
2698 #: elfedit.c:119
2699 #, c-format
2700 msgid "%s: Unmatched e_type: %d is not %d\n"
2701 msgstr ""
2703 #: elfedit.c:130
2704 #, c-format
2705 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
2706 msgstr ""
2708 #: elfedit.c:163
2709 #, c-format
2710 msgid "%s: Failed to update ELF header: %s\n"
2711 msgstr ""
2713 #: elfedit.c:196
2714 #, c-format
2715 msgid "Unsupported EI_CLASS: %d\n"
2716 msgstr ""
2718 #: elfedit.c:229
2719 msgid ""
2720 "This executable has been built without support for a\n"
2721 "64 bit data type and so it cannot process 64 bit ELF files.\n"
2722 msgstr ""
2724 #: elfedit.c:270
2725 #, c-format
2726 msgid "%s: Failed to read ELF header\n"
2727 msgstr ""
2729 #: elfedit.c:277
2730 #, c-format
2731 msgid "%s: Failed to seek to ELF header\n"
2732 msgstr ""
2734 #: elfedit.c:331 readelf.c:13410
2735 #, c-format
2736 msgid "%s: failed to seek to next archive header\n"
2737 msgstr ""
2739 #: elfedit.c:362 elfedit.c:371 readelf.c:13438 readelf.c:13447
2740 #, c-format
2741 msgid "%s: bad archive file name\n"
2742 msgstr ""
2744 #: elfedit.c:391 elfedit.c:483
2745 #, c-format
2746 msgid "Input file '%s' is not readable\n"
2747 msgstr ""
2749 #: elfedit.c:415
2750 #, c-format
2751 msgid "%s: failed to seek to archive member\n"
2752 msgstr ""
2754 #: elfedit.c:454 readelf.c:13533
2755 #, c-format
2756 msgid "'%s': No such file\n"
2757 msgstr ""
2759 #: elfedit.c:456 readelf.c:13535
2760 #, c-format
2761 msgid "Could not locate '%s'.  System error message: %s\n"
2762 msgstr ""
2764 #: elfedit.c:463 readelf.c:13542
2765 #, c-format
2766 msgid "'%s' is not an ordinary file\n"
2767 msgstr ""
2769 #: elfedit.c:489 readelf.c:13555
2770 #, c-format
2771 msgid "%s: Failed to read file's magic number\n"
2772 msgstr ""
2774 #: elfedit.c:547
2775 #, c-format
2776 msgid "Unknown OSABI: %s\n"
2777 msgstr ""
2779 #: elfedit.c:568
2780 #, c-format
2781 msgid "Unknown machine type: %s\n"
2782 msgstr ""
2784 #: elfedit.c:587
2785 #, c-format
2786 msgid "Unknown machine type: %d\n"
2787 msgstr ""
2789 #: elfedit.c:606
2790 #, c-format
2791 msgid "Unknown type: %s\n"
2792 msgstr ""
2794 #: elfedit.c:637
2795 #, c-format
2796 msgid "Usage: %s <option(s)> elffile(s)\n"
2797 msgstr ""
2799 #: elfedit.c:639
2800 #, c-format
2801 msgid " Update the ELF header of ELF files\n"
2802 msgstr ""
2804 #: elfedit.c:640 objcopy.c:475 objcopy.c:585
2805 #, c-format
2806 msgid " The options are:\n"
2807 msgstr ""
2809 #: elfedit.c:641
2810 #, c-format
2811 msgid ""
2812 "  --input-mach <machine>      Set input machine type to <machine>\n"
2813 "  --output-mach <machine>     Set output machine type to <machine>\n"
2814 "  --input-type <type>         Set input file type to <type>\n"
2815 "  --output-type <type>        Set output file type to <type>\n"
2816 "  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
2817 "  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
2818 "  -h --help                   Display this information\n"
2819 "  -v --version                Display the version number of %s\n"
2820 msgstr ""
2822 #: emul_aix.c:45
2823 #, c-format
2824 msgid "  [-g]         - 32 bit small archive\n"
2825 msgstr ""
2827 #: emul_aix.c:46
2828 #, c-format
2829 msgid "  [-X32]       - ignores 64 bit objects\n"
2830 msgstr ""
2832 #: emul_aix.c:47
2833 #, c-format
2834 msgid "  [-X64]       - ignores 32 bit objects\n"
2835 msgstr ""
2837 #: emul_aix.c:48
2838 #, c-format
2839 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
2840 msgstr ""
2842 #: ieee.c:311
2843 msgid "unexpected end of debugging information"
2844 msgstr ""
2846 #: ieee.c:398
2847 msgid "invalid number"
2848 msgstr ""
2850 #: ieee.c:451
2851 msgid "invalid string length"
2852 msgstr ""
2854 #: ieee.c:506 ieee.c:547
2855 msgid "expression stack overflow"
2856 msgstr ""
2858 #: ieee.c:526
2859 msgid "unsupported IEEE expression operator"
2860 msgstr ""
2862 #: ieee.c:541
2863 msgid "unknown section"
2864 msgstr ""
2866 #: ieee.c:562
2867 msgid "expression stack underflow"
2868 msgstr ""
2870 #: ieee.c:576
2871 msgid "expression stack mismatch"
2872 msgstr ""
2874 #: ieee.c:613
2875 msgid "unknown builtin type"
2876 msgstr ""
2878 #: ieee.c:758
2879 msgid "BCD float type not supported"
2880 msgstr ""
2882 #: ieee.c:895
2883 msgid "unexpected number"
2884 msgstr ""
2886 #: ieee.c:902
2887 msgid "unexpected record type"
2888 msgstr ""
2890 #: ieee.c:935
2891 msgid "blocks left on stack at end"
2892 msgstr ""
2894 #: ieee.c:1208
2895 msgid "unknown BB type"
2896 msgstr ""
2898 #: ieee.c:1217
2899 msgid "stack overflow"
2900 msgstr ""
2902 #: ieee.c:1240
2903 msgid "stack underflow"
2904 msgstr ""
2906 #: ieee.c:1352 ieee.c:1422 ieee.c:2120
2907 msgid "illegal variable index"
2908 msgstr ""
2910 #: ieee.c:1400
2911 msgid "illegal type index"
2912 msgstr ""
2914 #: ieee.c:1410 ieee.c:1447
2915 msgid "unknown TY code"
2916 msgstr ""
2918 #: ieee.c:1429
2919 msgid "undefined variable in TY"
2920 msgstr ""
2922 #. Pascal file name.  FIXME.
2923 #: ieee.c:1841
2924 msgid "Pascal file name not supported"
2925 msgstr ""
2927 #: ieee.c:1889
2928 msgid "unsupported qualifier"
2929 msgstr ""
2931 #: ieee.c:2158
2932 msgid "undefined variable in ATN"
2933 msgstr ""
2935 #: ieee.c:2201
2936 msgid "unknown ATN type"
2937 msgstr ""
2939 #. Reserved for FORTRAN common.
2940 #: ieee.c:2323
2941 msgid "unsupported ATN11"
2942 msgstr ""
2944 #. We have no way to record this information.  FIXME.
2945 #: ieee.c:2350
2946 msgid "unsupported ATN12"
2947 msgstr ""
2949 #: ieee.c:2410
2950 msgid "unexpected string in C++ misc"
2951 msgstr ""
2953 #: ieee.c:2423
2954 msgid "bad misc record"
2955 msgstr ""
2957 #: ieee.c:2464
2958 msgid "unrecognized C++ misc record"
2959 msgstr ""
2961 #: ieee.c:2579
2962 msgid "undefined C++ object"
2963 msgstr ""
2965 #: ieee.c:2613
2966 msgid "unrecognized C++ object spec"
2967 msgstr ""
2969 #: ieee.c:2649
2970 msgid "unsupported C++ object type"
2971 msgstr ""
2973 #: ieee.c:2659
2974 msgid "C++ base class not defined"
2975 msgstr ""
2977 #: ieee.c:2671 ieee.c:2776
2978 msgid "C++ object has no fields"
2979 msgstr ""
2981 #: ieee.c:2690
2982 msgid "C++ base class not found in container"
2983 msgstr ""
2985 #: ieee.c:2797
2986 msgid "C++ data member not found in container"
2987 msgstr ""
2989 #: ieee.c:2838 ieee.c:2988
2990 msgid "unknown C++ visibility"
2991 msgstr ""
2993 #: ieee.c:2872
2994 msgid "bad C++ field bit pos or size"
2995 msgstr ""
2997 #: ieee.c:2964
2998 msgid "bad type for C++ method function"
2999 msgstr ""
3001 #: ieee.c:2974
3002 msgid "no type information for C++ method function"
3003 msgstr ""
3005 #: ieee.c:3013
3006 msgid "C++ static virtual method"
3007 msgstr ""
3009 #: ieee.c:3108
3010 msgid "unrecognized C++ object overhead spec"
3011 msgstr ""
3013 #: ieee.c:3147
3014 msgid "undefined C++ vtable"
3015 msgstr ""
3017 #: ieee.c:3216
3018 msgid "C++ default values not in a function"
3019 msgstr ""
3021 #: ieee.c:3256
3022 msgid "unrecognized C++ default type"
3023 msgstr ""
3025 #: ieee.c:3287
3026 msgid "reference parameter is not a pointer"
3027 msgstr ""
3029 #: ieee.c:3370
3030 msgid "unrecognized C++ reference type"
3031 msgstr ""
3033 #: ieee.c:3452
3034 msgid "C++ reference not found"
3035 msgstr ""
3037 #: ieee.c:3460
3038 msgid "C++ reference is not pointer"
3039 msgstr ""
3041 #: ieee.c:3486 ieee.c:3494
3042 msgid "missing required ASN"
3043 msgstr ""
3045 #: ieee.c:3521 ieee.c:3529
3046 msgid "missing required ATN65"
3047 msgstr ""
3049 #: ieee.c:3543
3050 msgid "bad ATN65 record"
3051 msgstr ""
3053 #: ieee.c:4171
3054 #, c-format
3055 msgid "IEEE numeric overflow: 0x"
3056 msgstr ""
3058 #: ieee.c:4215
3059 #, c-format
3060 msgid "IEEE string length overflow: %u\n"
3061 msgstr ""
3063 #: ieee.c:5213
3064 #, c-format
3065 msgid "IEEE unsupported integer type size %u\n"
3066 msgstr ""
3068 #: ieee.c:5247
3069 #, c-format
3070 msgid "IEEE unsupported float type size %u\n"
3071 msgstr ""
3073 #: ieee.c:5281
3074 #, c-format
3075 msgid "IEEE unsupported complex type size %u\n"
3076 msgstr ""
3078 #: mclex.c:241
3079 msgid "Duplicate symbol entered into keyword list."
3080 msgstr ""
3082 #: nlmconv.c:274 srconv.c:1824
3083 msgid "input and output files must be different"
3084 msgstr ""
3086 #: nlmconv.c:321
3087 msgid "input file named both on command line and with INPUT"
3088 msgstr ""
3090 #: nlmconv.c:330
3091 msgid "no input file"
3092 msgstr ""
3094 #: nlmconv.c:360
3095 msgid "no name for output file"
3096 msgstr ""
3098 #: nlmconv.c:374
3099 msgid "warning: input and output formats are not compatible"
3100 msgstr ""
3102 #: nlmconv.c:404
3103 msgid "make .bss section"
3104 msgstr ""
3106 #: nlmconv.c:414
3107 msgid "make .nlmsections section"
3108 msgstr ""
3110 #: nlmconv.c:442
3111 msgid "set .bss vma"
3112 msgstr ""
3114 #: nlmconv.c:449
3115 msgid "set .data size"
3116 msgstr ""
3118 #: nlmconv.c:629
3119 #, c-format
3120 msgid "warning: symbol %s imported but not in import list"
3121 msgstr ""
3123 #: nlmconv.c:649
3124 msgid "set start address"
3125 msgstr ""
3127 #: nlmconv.c:698
3128 #, c-format
3129 msgid "warning: START procedure %s not defined"
3130 msgstr ""
3132 #: nlmconv.c:700
3133 #, c-format
3134 msgid "warning: EXIT procedure %s not defined"
3135 msgstr ""
3137 #: nlmconv.c:702
3138 #, c-format
3139 msgid "warning: CHECK procedure %s not defined"
3140 msgstr ""
3142 #: nlmconv.c:722 nlmconv.c:908
3143 msgid "custom section"
3144 msgstr ""
3146 #: nlmconv.c:742 nlmconv.c:937
3147 msgid "help section"
3148 msgstr ""
3150 #: nlmconv.c:764 nlmconv.c:955
3151 msgid "message section"
3152 msgstr ""
3154 #: nlmconv.c:779 nlmconv.c:988
3155 msgid "module section"
3156 msgstr ""
3158 #: nlmconv.c:798 nlmconv.c:1004
3159 msgid "rpc section"
3160 msgstr ""
3162 #. There is no place to record this information.
3163 #: nlmconv.c:834
3164 #, c-format
3165 msgid "%s: warning: shared libraries can not have uninitialized data"
3166 msgstr ""
3168 #: nlmconv.c:855 nlmconv.c:1023
3169 msgid "shared section"
3170 msgstr ""
3172 #: nlmconv.c:863
3173 msgid "warning: No version number given"
3174 msgstr ""
3176 #: nlmconv.c:903 nlmconv.c:932 nlmconv.c:950 nlmconv.c:999 nlmconv.c:1018
3177 #, c-format
3178 msgid "%s: read: %s"
3179 msgstr ""
3181 #: nlmconv.c:925
3182 msgid "warning: FULLMAP is not supported; try ld -M"
3183 msgstr ""
3185 #: nlmconv.c:1101
3186 #, c-format
3187 msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
3188 msgstr ""
3190 #: nlmconv.c:1102
3191 #, c-format
3192 msgid " Convert an object file into a NetWare Loadable Module\n"
3193 msgstr ""
3195 #: nlmconv.c:1103
3196 #, c-format
3197 msgid ""
3198 " The options are:\n"
3199 "  -I --input-target=<bfdname>   Set the input binary file format\n"
3200 "  -O --output-target=<bfdname>  Set the output binary file format\n"
3201 "  -T --header-file=<file>       Read <file> for NLM header information\n"
3202 "  -l --linker=<linker>          Use <linker> for any linking\n"
3203 "  -d --debug                    Display on stderr the linker command line\n"
3204 "  @<file>                       Read options from <file>.\n"
3205 "  -h --help                     Display this information\n"
3206 "  -v --version                  Display the program's version\n"
3207 msgstr ""
3209 #: nlmconv.c:1144
3210 #, c-format
3211 msgid "support not compiled in for %s"
3212 msgstr ""
3214 #: nlmconv.c:1181
3215 msgid "make section"
3216 msgstr ""
3218 #: nlmconv.c:1195
3219 msgid "set section size"
3220 msgstr ""
3222 #: nlmconv.c:1201
3223 msgid "set section alignment"
3224 msgstr ""
3226 #: nlmconv.c:1205
3227 msgid "set section flags"
3228 msgstr ""
3230 #: nlmconv.c:1216
3231 msgid "set .nlmsections size"
3232 msgstr ""
3234 #: nlmconv.c:1297 nlmconv.c:1305 nlmconv.c:1314 nlmconv.c:1319
3235 msgid "set .nlmsection contents"
3236 msgstr ""
3238 #: nlmconv.c:1796
3239 msgid "stub section sizes"
3240 msgstr ""
3242 #: nlmconv.c:1843
3243 msgid "writing stub"
3244 msgstr ""
3246 #: nlmconv.c:1927
3247 #, c-format
3248 msgid "unresolved PC relative reloc against %s"
3249 msgstr ""
3251 #: nlmconv.c:1991
3252 #, c-format
3253 msgid "overflow when adjusting relocation against %s"
3254 msgstr ""
3256 #: nlmconv.c:2118
3257 #, c-format
3258 msgid "%s: execution of %s failed: "
3259 msgstr ""
3261 #: nlmconv.c:2133
3262 #, c-format
3263 msgid "Execution of %s failed"
3264 msgstr ""
3266 #: nm.c:225 size.c:78 strings.c:650
3267 #, c-format
3268 msgid "Usage: %s [option(s)] [file(s)]\n"
3269 msgstr ""
3271 #: nm.c:226
3272 #, c-format
3273 msgid " List symbols in [file(s)] (a.out by default).\n"
3274 msgstr ""
3276 #: nm.c:227
3277 #, c-format
3278 msgid ""
3279 " The options are:\n"
3280 "  -a, --debug-syms       Display debugger-only symbols\n"
3281 "  -A, --print-file-name  Print name of the input file before every symbol\n"
3282 "  -B                     Same as --format=bsd\n"
3283 "  -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
3284 "names\n"
3285 "                          The STYLE, if specified, can be `auto' (the "
3286 "default),\n"
3287 "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', "
3288 "`java'\n"
3289 "                          or `gnat'\n"
3290 "      --no-demangle      Do not demangle low-level symbol names\n"
3291 "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
3292 "      --defined-only     Display only defined symbols\n"
3293 "  -e                     (ignored)\n"
3294 "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be "
3295 "`bsd',\n"
3296 "                           `sysv' or `posix'.  The default is `bsd'\n"
3297 "  -g, --extern-only      Display only external symbols\n"
3298 "  -l, --line-numbers     Use debugging information to find a filename and\n"
3299 "                           line number for each symbol\n"
3300 "  -n, --numeric-sort     Sort symbols numerically by address\n"
3301 "  -o                     Same as -A\n"
3302 "  -p, --no-sort          Do not sort the symbols\n"
3303 "  -P, --portability      Same as --format=posix\n"
3304 "  -r, --reverse-sort     Reverse the sense of the sort\n"
3305 msgstr ""
3307 #: nm.c:250
3308 #, c-format
3309 msgid "      --plugin NAME      Load the specified plugin\n"
3310 msgstr ""
3312 #: nm.c:253
3313 #, c-format
3314 msgid ""
3315 "  -S, --print-size       Print size of defined symbols\n"
3316 "  -s, --print-armap      Include index for symbols from archive members\n"
3317 "      --size-sort        Sort symbols by size\n"
3318 "      --special-syms     Include special symbols in the output\n"
3319 "      --synthetic        Display synthetic symbols as well\n"
3320 "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
3321 "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
3322 "  -u, --undefined-only   Display only undefined symbols\n"
3323 "  -X 32_64               (ignored)\n"
3324 "  @FILE                  Read options from FILE\n"
3325 "  -h, --help             Display this information\n"
3326 "  -V, --version          Display this program's version number\n"
3327 "\n"
3328 msgstr ""
3330 #: nm.c:301
3331 #, c-format
3332 msgid "%s: invalid radix"
3333 msgstr ""
3335 #: nm.c:325
3336 #, c-format
3337 msgid "%s: invalid output format"
3338 msgstr ""
3340 #: nm.c:346 readelf.c:8616 readelf.c:8661
3341 #, c-format
3342 msgid "<processor specific>: %d"
3343 msgstr ""
3345 #: nm.c:348 readelf.c:8625 readelf.c:8679
3346 #, c-format
3347 msgid "<OS specific>: %d"
3348 msgstr ""
3350 #: nm.c:350 readelf.c:8628 readelf.c:8682
3351 #, c-format
3352 msgid "<unknown>: %d"
3353 msgstr ""
3355 #: nm.c:390
3356 #, c-format
3357 msgid ""
3358 "\n"
3359 "Archive index:\n"
3360 msgstr ""
3362 #: nm.c:1258
3363 #, c-format
3364 msgid ""
3365 "\n"
3366 "\n"
3367 "Undefined symbols from %s:\n"
3368 "\n"
3369 msgstr ""
3371 #: nm.c:1260
3372 #, c-format
3373 msgid ""
3374 "\n"
3375 "\n"
3376 "Symbols from %s:\n"
3377 "\n"
3378 msgstr ""
3380 #: nm.c:1262 nm.c:1313
3381 #, c-format
3382 msgid ""
3383 "Name                  Value   Class        Type         Size     Line  "
3384 "Section\n"
3385 "\n"
3386 msgstr ""
3388 #: nm.c:1265 nm.c:1316
3389 #, c-format
3390 msgid ""
3391 "Name                  Value           Class        Type         "
3392 "Size             Line  Section\n"
3393 "\n"
3394 msgstr ""
3396 #: nm.c:1309
3397 #, c-format
3398 msgid ""
3399 "\n"
3400 "\n"
3401 "Undefined symbols from %s[%s]:\n"
3402 "\n"
3403 msgstr ""
3405 #: nm.c:1311
3406 #, c-format
3407 msgid ""
3408 "\n"
3409 "\n"
3410 "Symbols from %s[%s]:\n"
3411 "\n"
3412 msgstr ""
3414 #: nm.c:1403
3415 #, c-format
3416 msgid "Print width has not been initialized (%d)"
3417 msgstr ""
3419 #: nm.c:1631
3420 msgid "Only -X 32_64 is supported"
3421 msgstr ""
3423 #: nm.c:1660
3424 msgid "Using the --size-sort and --undefined-only options together"
3425 msgstr ""
3427 #: nm.c:1661
3428 msgid "will produce no output, since undefined symbols have no size."
3429 msgstr ""
3431 #: nm.c:1689
3432 #, c-format
3433 msgid "data size %ld"
3434 msgstr ""
3436 #: objcopy.c:473 srconv.c:1732
3437 #, c-format
3438 msgid "Usage: %s [option(s)] in-file [out-file]\n"
3439 msgstr ""
3441 #: objcopy.c:474
3442 #, c-format
3443 msgid " Copies a binary file, possibly transforming it in the process\n"
3444 msgstr ""
3446 #: objcopy.c:476
3447 #, c-format
3448 msgid ""
3449 "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
3450 "  -O --output-target <bfdname>     Create an output file in format "
3451 "<bfdname>\n"
3452 "  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
3453 "  -F --target <bfdname>            Set both input and output format to "
3454 "<bfdname>\n"
3455 "     --debugging                   Convert debugging information, if "
3456 "possible\n"
3457 "  -p --preserve-dates              Copy modified/access timestamps to the "
3458 "output\n"
3459 "  -j --only-section <name>         Only copy section <name> into the output\n"
3460 "     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to "
3461 "<file>\n"
3462 "  -R --remove-section <name>       Remove section <name> from the output\n"
3463 "  -S --strip-all                   Remove all symbol and relocation "
3464 "information\n"
3465 "  -g --strip-debug                 Remove all debugging symbols & sections\n"
3466 "     --strip-unneeded              Remove all symbols not needed by "
3467 "relocations\n"
3468 "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
3469 "     --strip-unneeded-symbol <name>\n"
3470 "                                   Do not copy symbol <name> unless needed "
3471 "by\n"
3472 "                                     relocations\n"
3473 "     --only-keep-debug             Strip everything but the debug "
3474 "information\n"
3475 "     --extract-symbol              Remove section contents but keep symbols\n"
3476 "  -K --keep-symbol <name>          Do not strip symbol <name>\n"
3477 "     --keep-file-symbols           Do not strip file symbol(s)\n"
3478 "     --localize-hidden             Turn all ELF hidden symbols into locals\n"
3479 "  -L --localize-symbol <name>      Force symbol <name> to be marked as a "
3480 "local\n"
3481 "     --globalize-symbol <name>     Force symbol <name> to be marked as a "
3482 "global\n"
3483 "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
3484 "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a "
3485 "weak\n"
3486 "     --weaken                      Force all global symbols to be marked as "
3487 "weak\n"
3488 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
3489 "  -x --discard-all                 Remove all non-global symbols\n"
3490 "  -X --discard-locals              Remove any compiler-generated symbols\n"
3491 "  -i --interleave [<number>]       Only copy N out of every <number> bytes\n"
3492 "     --interleave-width <number>   Set N for --interleave\n"
3493 "  -b --byte <num>                  Select byte <num> in every interleaved "
3494 "block\n"
3495 "     --gap-fill <val>              Fill gaps between sections with <val>\n"
3496 "     --pad-to <addr>               Pad the last section up to address "
3497 "<addr>\n"
3498 "     --set-start <addr>            Set the start address to <addr>\n"
3499 "    {--change-start|--adjust-start} <incr>\n"
3500 "                                   Add <incr> to the start address\n"
3501 "    {--change-addresses|--adjust-vma} <incr>\n"
3502 "                                   Add <incr> to LMA, VMA and start "
3503 "addresses\n"
3504 "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
3505 "                                   Change LMA and VMA of section <name> by "
3506 "<val>\n"
3507 "     --change-section-lma <name>{=|+|-}<val>\n"
3508 "                                   Change the LMA of section <name> by "
3509 "<val>\n"
3510 "     --change-section-vma <name>{=|+|-}<val>\n"
3511 "                                   Change the VMA of section <name> by "
3512 "<val>\n"
3513 "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
3514 "                                   Warn if a named section does not exist\n"
3515 "     --set-section-flags <name>=<flags>\n"
3516 "                                   Set section <name>'s properties to "
3517 "<flags>\n"
3518 "     --add-section <name>=<file>   Add section <name> found in <file> to "
3519 "output\n"
3520 "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
3521 "     --long-section-names {enable|disable|keep}\n"
3522 "                                   Handle long section names in Coff "
3523 "objects.\n"
3524 "     --change-leading-char         Force output format's leading character "
3525 "style\n"
3526 "     --remove-leading-char         Remove leading character from global "
3527 "symbols\n"
3528 "     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output "
3529 "sections with content\n"
3530 "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
3531 "     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
3532 "                                     listed in <file>\n"
3533 "     --srec-len <number>           Restrict the length of generated "
3534 "Srecords\n"
3535 "     --srec-forceS3                Restrict the type of generated Srecords "
3536 "to S3\n"
3537 "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
3538 "     --strip-unneeded-symbols <file>\n"
3539 "                                   --strip-unneeded-symbol for all symbols "
3540 "listed\n"
3541 "                                     in <file>\n"
3542 "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
3543 "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
3544 "     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
3545 "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
3546 "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
3547 "     --alt-machine-code <index>    Use the target's <index>'th alternative "
3548 "machine\n"
3549 "     --writable-text               Mark the output text as writable\n"
3550 "     --readonly-text               Make the output text write protected\n"
3551 "     --pure                        Mark the output file as demand paged\n"
3552 "     --impure                      Mark the output file as impure\n"
3553 "     --prefix-symbols <prefix>     Add <prefix> to start of every symbol "
3554 "name\n"
3555 "     --prefix-sections <prefix>    Add <prefix> to start of every section "
3556 "name\n"
3557 "     --prefix-alloc-sections <prefix>\n"
3558 "                                   Add <prefix> to start of every "
3559 "allocatable\n"
3560 "                                     section name\n"
3561 "     --file-alignment <num>        Set PE file alignment to <num>\n"
3562 "     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
3563 "                                   <commit>\n"
3564 "     --image-base <address>        Set PE image base to <address>\n"
3565 "     --section-alignment <num>     Set PE section alignment to <num>\n"
3566 "     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to "
3567 "<reserve>/\n"
3568 "                                   <commit>\n"
3569 "     --subsystem <name>[:<version>]\n"
3570 "                                   Set PE subsystem to <name> [& <version>]\n"
3571 "     --compress-debug-sections     Compress DWARF debug sections using zlib\n"
3572 "     --decompress-debug-sections   Decompress DWARF debug sections using "
3573 "zlib\n"
3574 "  -v --verbose                     List all object files modified\n"
3575 "  @<file>                          Read options from <file>\n"
3576 "  -V --version                     Display this program's version number\n"
3577 "  -h --help                        Display this output\n"
3578 "     --info                        List object formats & architectures "
3579 "supported\n"
3580 msgstr ""
3582 #: objcopy.c:583
3583 #, c-format
3584 msgid "Usage: %s <option(s)> in-file(s)\n"
3585 msgstr ""
3587 #: objcopy.c:584
3588 #, c-format
3589 msgid " Removes symbols and sections from files\n"
3590 msgstr ""
3592 #: objcopy.c:586
3593 #, c-format
3594 msgid ""
3595 "  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
3596 "  -O --output-target=<bfdname>     Create an output file in format "
3597 "<bfdname>\n"
3598 "  -F --target=<bfdname>            Set both input and output format to "
3599 "<bfdname>\n"
3600 "  -p --preserve-dates              Copy modified/access timestamps to the "
3601 "output\n"
3602 "  -R --remove-section=<name>       Remove section <name> from the output\n"
3603 "  -s --strip-all                   Remove all symbol and relocation "
3604 "information\n"
3605 "  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
3606 "     --strip-unneeded              Remove all symbols not needed by "
3607 "relocations\n"
3608 "     --only-keep-debug             Strip everything but the debug "
3609 "information\n"
3610 "  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
3611 "  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
3612 "     --keep-file-symbols           Do not strip file symbol(s)\n"
3613 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
3614 "  -x --discard-all                 Remove all non-global symbols\n"
3615 "  -X --discard-locals              Remove any compiler-generated symbols\n"
3616 "  -v --verbose                     List all object files modified\n"
3617 "  -V --version                     Display this program's version number\n"
3618 "  -h --help                        Display this output\n"
3619 "     --info                        List object formats & architectures "
3620 "supported\n"
3621 "  -o <file>                        Place stripped output into <file>\n"
3622 msgstr ""
3624 #: objcopy.c:659
3625 #, c-format
3626 msgid "unrecognized section flag `%s'"
3627 msgstr ""
3629 #: objcopy.c:660
3630 #, c-format
3631 msgid "supported flags: %s"
3632 msgstr ""
3634 #: objcopy.c:761
3635 #, c-format
3636 msgid "cannot open '%s': %s"
3637 msgstr ""
3639 #: objcopy.c:764 objcopy.c:3417
3640 #, c-format
3641 msgid "%s: fread failed"
3642 msgstr ""
3644 #: objcopy.c:837
3645 #, c-format
3646 msgid "%s:%d: Ignoring rubbish found on this line"
3647 msgstr ""
3649 #: objcopy.c:1153
3650 #, c-format
3651 msgid "not stripping symbol `%s' because it is named in a relocation"
3652 msgstr ""
3654 #: objcopy.c:1236
3655 #, c-format
3656 msgid "%s: Multiple redefinition of symbol \"%s\""
3657 msgstr ""
3659 #: objcopy.c:1240
3660 #, c-format
3661 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
3662 msgstr ""
3664 #: objcopy.c:1268
3665 #, c-format
3666 msgid "couldn't open symbol redefinition file %s (error: %s)"
3667 msgstr ""
3669 #: objcopy.c:1346
3670 #, c-format
3671 msgid "%s:%d: garbage found at end of line"
3672 msgstr ""
3674 #: objcopy.c:1349
3675 #, c-format
3676 msgid "%s:%d: missing new symbol name"
3677 msgstr ""
3679 #: objcopy.c:1359
3680 #, c-format
3681 msgid "%s:%d: premature end of file"
3682 msgstr ""
3684 #: objcopy.c:1385
3685 #, c-format
3686 msgid "stat returns negative size for `%s'"
3687 msgstr ""
3689 #: objcopy.c:1397
3690 #, c-format
3691 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
3692 msgstr ""
3694 #: objcopy.c:1454
3695 msgid "Unable to change endianness of input file(s)"
3696 msgstr ""
3698 #: objcopy.c:1463
3699 #, c-format
3700 msgid "copy from `%s' [%s] to `%s' [%s]\n"
3701 msgstr ""
3703 #: objcopy.c:1512
3704 #, c-format
3705 msgid "Input file `%s' ignores binary architecture parameter."
3706 msgstr ""
3708 #: objcopy.c:1520
3709 #, c-format
3710 msgid "Unable to recognise the format of the input file `%s'"
3711 msgstr ""
3713 #: objcopy.c:1523
3714 #, c-format
3715 msgid "Output file cannot represent architecture `%s'"
3716 msgstr ""
3718 #: objcopy.c:1586
3719 #, c-format
3720 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
3721 msgstr ""
3723 #: objcopy.c:1645
3724 #, c-format
3725 msgid "can't add section '%s'"
3726 msgstr ""
3728 #: objcopy.c:1659
3729 #, c-format
3730 msgid "can't create section `%s'"
3731 msgstr ""
3733 #: objcopy.c:1705
3734 #, c-format
3735 msgid "cannot create debug link section `%s'"
3736 msgstr ""
3738 #: objcopy.c:1798
3739 msgid "Can't fill gap after section"
3740 msgstr ""
3742 #: objcopy.c:1822
3743 msgid "can't add padding"
3744 msgstr ""
3746 #: objcopy.c:1913
3747 #, c-format
3748 msgid "cannot fill debug link section `%s'"
3749 msgstr ""
3751 #: objcopy.c:1976
3752 msgid "error copying private BFD data"
3753 msgstr ""
3755 #: objcopy.c:1987
3756 #, c-format
3757 msgid "this target does not support %lu alternative machine codes"
3758 msgstr ""
3760 #: objcopy.c:1991
3761 msgid "treating that number as an absolute e_machine value instead"
3762 msgstr ""
3764 #: objcopy.c:1995
3765 msgid "ignoring the alternative value"
3766 msgstr ""
3768 #: objcopy.c:2027 objcopy.c:2063
3769 #, c-format
3770 msgid "cannot create tempdir for archive copying (error: %s)"
3771 msgstr ""
3773 #: objcopy.c:2093
3774 msgid "Unable to recognise the format of file"
3775 msgstr ""
3777 #: objcopy.c:2220
3778 #, c-format
3779 msgid "error: the input file '%s' is empty"
3780 msgstr ""
3782 #: objcopy.c:2364
3783 #, c-format
3784 msgid "Multiple renames of section %s"
3785 msgstr ""
3787 #: objcopy.c:2415
3788 msgid "error in private header data"
3789 msgstr ""
3791 #: objcopy.c:2493
3792 msgid "failed to create output section"
3793 msgstr ""
3795 #: objcopy.c:2507
3796 msgid "failed to set size"
3797 msgstr ""
3799 #: objcopy.c:2521
3800 msgid "failed to set vma"
3801 msgstr ""
3803 #: objcopy.c:2546
3804 msgid "failed to set alignment"
3805 msgstr ""
3807 #: objcopy.c:2580
3808 msgid "failed to copy private data"
3809 msgstr ""
3811 #: objcopy.c:2662
3812 msgid "relocation count is negative"
3813 msgstr ""
3815 #. User must pad the section up in order to do this.
3816 #: objcopy.c:2723
3817 #, c-format
3818 msgid ""
3819 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
3820 msgstr ""
3822 #: objcopy.c:2909
3823 msgid "can't create debugging section"
3824 msgstr ""
3826 #: objcopy.c:2922
3827 msgid "can't set debugging section contents"
3828 msgstr ""
3830 #: objcopy.c:2930
3831 #, c-format
3832 msgid "don't know how to write debugging information for %s"
3833 msgstr ""
3835 #: objcopy.c:3073
3836 msgid "could not create temporary file to hold stripped copy"
3837 msgstr ""
3839 #: objcopy.c:3145
3840 #, c-format
3841 msgid "%s: bad version in PE subsystem"
3842 msgstr ""
3844 #: objcopy.c:3175
3845 #, c-format
3846 msgid "unknown PE subsystem: %s"
3847 msgstr ""
3849 #: objcopy.c:3237
3850 msgid "byte number must be non-negative"
3851 msgstr ""
3853 #: objcopy.c:3243
3854 #, c-format
3855 msgid "architecture %s unknown"
3856 msgstr ""
3858 #: objcopy.c:3251
3859 msgid "interleave must be positive"
3860 msgstr ""
3862 #: objcopy.c:3260
3863 msgid "interleave width must be positive"
3864 msgstr ""
3866 #: objcopy.c:3280 objcopy.c:3288
3867 #, c-format
3868 msgid "%s both copied and removed"
3869 msgstr ""
3871 #: objcopy.c:3387 objcopy.c:3467 objcopy.c:3575 objcopy.c:3606 objcopy.c:3630
3872 #: objcopy.c:3634 objcopy.c:3654
3873 #, c-format
3874 msgid "bad format for %s"
3875 msgstr ""
3877 #: objcopy.c:3399
3878 #, c-format
3879 msgid "cannot open: %s: %s"
3880 msgstr ""
3882 #: objcopy.c:3544
3883 #, c-format
3884 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
3885 msgstr ""
3887 #: objcopy.c:3705
3888 #, c-format
3889 msgid "unknown long section names option '%s'"
3890 msgstr ""
3892 #: objcopy.c:3723
3893 msgid "unable to parse alternative machine code"
3894 msgstr ""
3896 #: objcopy.c:3768
3897 msgid "number of bytes to reverse must be positive and even"
3898 msgstr ""
3900 #: objcopy.c:3771
3901 #, c-format
3902 msgid "Warning: ignoring previous --reverse-bytes value of %d"
3903 msgstr ""
3905 #: objcopy.c:3786
3906 #, c-format
3907 msgid "%s: invalid reserve value for --heap"
3908 msgstr ""
3910 #: objcopy.c:3792
3911 #, c-format
3912 msgid "%s: invalid commit value for --heap"
3913 msgstr ""
3915 #: objcopy.c:3817
3916 #, c-format
3917 msgid "%s: invalid reserve value for --stack"
3918 msgstr ""
3920 #: objcopy.c:3823
3921 #, c-format
3922 msgid "%s: invalid commit value for --stack"
3923 msgstr ""
3925 #: objcopy.c:3852
3926 msgid "interleave start byte must be set with --byte"
3927 msgstr ""
3929 #: objcopy.c:3855
3930 msgid "byte number must be less than interleave"
3931 msgstr ""
3933 #: objcopy.c:3858
3934 msgid "interleave width must be less than or equal to interleave - byte`"
3935 msgstr ""
3937 #: objcopy.c:3885
3938 #, c-format
3939 msgid "unknown input EFI target: %s"
3940 msgstr ""
3942 #: objcopy.c:3916
3943 #, c-format
3944 msgid "unknown output EFI target: %s"
3945 msgstr ""
3947 #: objcopy.c:3929
3948 #, c-format
3949 msgid "warning: could not locate '%s'.  System error message: %s"
3950 msgstr ""
3952 #: objcopy.c:3941
3953 #, c-format
3954 msgid ""
3955 "warning: could not create temporary file whilst copying '%s', (error: %s)"
3956 msgstr ""
3958 #: objcopy.c:3969 objcopy.c:3983
3959 #, c-format
3960 msgid "%s %s%c0x%s never used"
3961 msgstr ""
3963 #: objdump.c:201
3964 #, c-format
3965 msgid "Usage: %s <option(s)> <file(s)>\n"
3966 msgstr ""
3968 #: objdump.c:202
3969 #, c-format
3970 msgid " Display information from object <file(s)>.\n"
3971 msgstr ""
3973 #: objdump.c:203
3974 #, c-format
3975 msgid " At least one of the following switches must be given:\n"
3976 msgstr ""
3978 #: objdump.c:204
3979 #, c-format
3980 msgid ""
3981 "  -a, --archive-headers    Display archive header information\n"
3982 "  -f, --file-headers       Display the contents of the overall file header\n"
3983 "  -p, --private-headers    Display object format specific file header "
3984 "contents\n"
3985 "  -P, --private=OPT,OPT... Display object format specific contents\n"
3986 "  -h, --[section-]headers  Display the contents of the section headers\n"
3987 "  -x, --all-headers        Display the contents of all headers\n"
3988 "  -d, --disassemble        Display assembler contents of executable "
3989 "sections\n"
3990 "  -D, --disassemble-all    Display assembler contents of all sections\n"
3991 "  -S, --source             Intermix source code with disassembly\n"
3992 "  -s, --full-contents      Display the full contents of all sections "
3993 "requested\n"
3994 "  -g, --debugging          Display debug information in object file\n"
3995 "  -e, --debugging-tags     Display debug information using ctags style\n"
3996 "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
3997 "  -W[lLiaprmfFsoRt] or\n"
3998 "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
3999 "=frames,\n"
4000 "          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
4001 "          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n"
4002 "                           Display DWARF info in the file\n"
4003 "  -t, --syms               Display the contents of the symbol table(s)\n"
4004 "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
4005 "  -r, --reloc              Display the relocation entries in the file\n"
4006 "  -R, --dynamic-reloc      Display the dynamic relocation entries in the "
4007 "file\n"
4008 "  @<file>                  Read options from <file>\n"
4009 "  -v, --version            Display this program's version number\n"
4010 "  -i, --info               List object formats and architectures supported\n"
4011 "  -H, --help               Display this information\n"
4012 msgstr ""
4014 #: objdump.c:236
4015 #, c-format
4016 msgid ""
4017 "\n"
4018 " The following switches are optional:\n"
4019 msgstr ""
4021 #: objdump.c:237
4022 #, c-format
4023 msgid ""
4024 "  -b, --target=BFDNAME           Specify the target object format as "
4025 "BFDNAME\n"
4026 "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
4027 "  -j, --section=NAME             Only display information for section NAME\n"
4028 "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
4029 "  -EB --endian=big               Assume big endian format when "
4030 "disassembling\n"
4031 "  -EL --endian=little            Assume little endian format when "
4032 "disassembling\n"
4033 "      --file-start-context       Include context from start of file (with -"
4034 "S)\n"
4035 "  -I, --include=DIR              Add DIR to search list for source files\n"
4036 "  -l, --line-numbers             Include line numbers and filenames in "
4037 "output\n"
4038 "  -F, --file-offsets             Include file offsets when displaying "
4039 "information\n"
4040 "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
4041 "                                  The STYLE, if specified, can be `auto', "
4042 "`gnu',\n"
4043 "                                  `lucid', `arm', `hp', `edg', `gnu-v3', "
4044 "`java'\n"
4045 "                                  or `gnat'\n"
4046 "  -w, --wide                     Format output for more than 80 columns\n"
4047 "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when "
4048 "disassembling\n"
4049 "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
4050 "      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
4051 "      --prefix-addresses         Print complete address alongside "
4052 "disassembly\n"
4053 "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
4054 "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -"
4055 "d\n"
4056 "      --adjust-vma=OFFSET        Add OFFSET to all displayed section "
4057 "addresses\n"
4058 "      --special-syms             Include special symbols in symbol dumps\n"
4059 "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
4060 "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
4061 msgstr ""
4063 #: objdump.c:263
4064 #, c-format
4065 msgid ""
4066 "      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
4067 "      --dwarf-start=N        Display DIEs starting with N, at the same "
4068 "depth\n"
4069 "                             or deeper\n"
4070 "\n"
4071 msgstr ""
4073 #: objdump.c:275
4074 #, c-format
4075 msgid ""
4076 "\n"
4077 "Options supported for -P/--private switch:\n"
4078 msgstr ""
4080 #: objdump.c:426
4081 #, c-format
4082 msgid "section '%s' mentioned in a -j option, but not found in any input file"
4083 msgstr ""
4085 #: objdump.c:530
4086 #, c-format
4087 msgid "Sections:\n"
4088 msgstr ""
4090 #: objdump.c:533 objdump.c:537
4091 #, c-format
4092 msgid "Idx Name          Size      VMA       LMA       File off  Algn"
4093 msgstr ""
4095 #: objdump.c:539
4096 #, c-format
4097 msgid ""
4098 "Idx Name          Size      VMA               LMA               File off  "
4099 "Algn"
4100 msgstr ""
4102 #: objdump.c:543
4103 #, c-format
4104 msgid "  Flags"
4105 msgstr ""
4107 #: objdump.c:586
4108 #, c-format
4109 msgid "%s: not a dynamic object"
4110 msgstr ""
4112 #: objdump.c:1012 objdump.c:1036
4113 #, c-format
4114 msgid " (File Offset: 0x%lx)"
4115 msgstr ""
4117 #: objdump.c:1662
4118 #, c-format
4119 msgid "disassemble_fn returned length %d"
4120 msgstr ""
4122 #: objdump.c:1967
4123 #, c-format
4124 msgid ""
4125 "\n"
4126 "Disassembly of section %s:\n"
4127 msgstr ""
4129 #: objdump.c:2143
4130 #, c-format
4131 msgid "can't use supplied machine %s"
4132 msgstr ""
4134 #: objdump.c:2162
4135 #, c-format
4136 msgid "can't disassemble for architecture %s\n"
4137 msgstr ""
4139 #: objdump.c:2242 objdump.c:2265
4140 #, c-format
4141 msgid ""
4142 "\n"
4143 "Can't get contents for section '%s'.\n"
4144 msgstr ""
4146 #: objdump.c:2406
4147 #, c-format
4148 msgid ""
4149 "No %s section present\n"
4150 "\n"
4151 msgstr ""
4153 #: objdump.c:2415
4154 #, c-format
4155 msgid "reading %s section of %s failed: %s"
4156 msgstr ""
4158 #: objdump.c:2459
4159 #, c-format
4160 msgid ""
4161 "Contents of %s section:\n"
4162 "\n"
4163 msgstr ""
4165 #: objdump.c:2590
4166 #, c-format
4167 msgid "architecture: %s, "
4168 msgstr ""
4170 #: objdump.c:2593
4171 #, c-format
4172 msgid "flags 0x%08x:\n"
4173 msgstr ""
4175 #: objdump.c:2607
4176 #, c-format
4177 msgid ""
4178 "\n"
4179 "start address 0x"
4180 msgstr ""
4182 #: objdump.c:2633
4183 msgid "option -P/--private not supported by this file"
4184 msgstr ""
4186 #: objdump.c:2657
4187 #, c-format
4188 msgid "target specific dump '%s' not supported"
4189 msgstr ""
4191 #: objdump.c:2721
4192 #, c-format
4193 msgid "Contents of section %s:"
4194 msgstr ""
4196 #: objdump.c:2723
4197 #, c-format
4198 msgid "  (Starting at file offset: 0x%lx)"
4199 msgstr ""
4201 #: objdump.c:2729
4202 msgid "Reading section failed"
4203 msgstr ""
4205 #: objdump.c:2832
4206 #, c-format
4207 msgid "no symbols\n"
4208 msgstr ""
4210 #: objdump.c:2839
4211 #, c-format
4212 msgid "no information for symbol number %ld\n"
4213 msgstr ""
4215 #: objdump.c:2842
4216 #, c-format
4217 msgid "could not determine the type of symbol number %ld\n"
4218 msgstr ""
4220 #: objdump.c:3163
4221 #, c-format
4222 msgid ""
4223 "\n"
4224 "%s:     file format %s\n"
4225 msgstr ""
4227 #: objdump.c:3223
4228 #, c-format
4229 msgid "%s: printing debugging information failed"
4230 msgstr ""
4232 #: objdump.c:3327
4233 #, c-format
4234 msgid "In archive %s:\n"
4235 msgstr ""
4237 #: objdump.c:3438
4238 msgid "error: the start address should be before the end address"
4239 msgstr ""
4241 #: objdump.c:3443
4242 msgid "error: the stop address should be after the start address"
4243 msgstr ""
4245 #: objdump.c:3455
4246 msgid "error: prefix strip must be non-negative"
4247 msgstr ""
4249 #: objdump.c:3460
4250 msgid "error: instruction width must be positive"
4251 msgstr ""
4253 #: objdump.c:3469
4254 msgid "unrecognized -E option"
4255 msgstr ""
4257 #: objdump.c:3480
4258 #, c-format
4259 msgid "unrecognized --endian type `%s'"
4260 msgstr ""
4262 #: od-xcoff.c:75
4263 #, c-format
4264 msgid ""
4265 "For XCOFF files:\n"
4266 "  header      Display the file header\n"
4267 "  aout        Display the auxiliary header\n"
4268 "  sections    Display the section headers\n"
4269 "  syms        Display the symbols table\n"
4270 "  relocs      Display the relocation entries\n"
4271 "  lineno      Display the line number entries\n"
4272 "  loader      Display loader section\n"
4273 "  except      Display exception table\n"
4274 "  typchk      Display type-check section\n"
4275 "  traceback   Display traceback tags\n"
4276 "  toc         Display toc symbols\n"
4277 msgstr ""
4279 #: od-xcoff.c:416
4280 #, c-format
4281 msgid "  nbr sections:  %d\n"
4282 msgstr ""
4284 #: od-xcoff.c:417
4285 #, c-format
4286 msgid "  time and date: 0x%08x  - "
4287 msgstr ""
4289 #: od-xcoff.c:419
4290 #, c-format
4291 msgid "not set\n"
4292 msgstr ""
4294 #: od-xcoff.c:426
4295 #, c-format
4296 msgid "  symbols off:   0x%08x\n"
4297 msgstr ""
4299 #: od-xcoff.c:427
4300 #, c-format
4301 msgid "  nbr symbols:   %d\n"
4302 msgstr ""
4304 #: od-xcoff.c:428
4305 #, c-format
4306 msgid "  opt hdr sz:    %d\n"
4307 msgstr ""
4309 #: od-xcoff.c:429
4310 #, c-format
4311 msgid "  flags:         0x%04x "
4312 msgstr ""
4314 #: od-xcoff.c:443
4315 #, c-format
4316 msgid "Auxiliary header:\n"
4317 msgstr ""
4319 #: od-xcoff.c:446
4320 #, c-format
4321 msgid "  No aux header\n"
4322 msgstr ""
4324 #: od-xcoff.c:451
4325 #, c-format
4326 msgid "warning: optionnal header size too large (> %d)\n"
4327 msgstr ""
4329 #: od-xcoff.c:457
4330 msgid "cannot read auxhdr"
4331 msgstr ""
4333 #: od-xcoff.c:522
4334 #, c-format
4335 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
4336 msgstr ""
4338 #: od-xcoff.c:527
4339 #, c-format
4340 msgid "  No section header\n"
4341 msgstr ""
4343 #: od-xcoff.c:532 od-xcoff.c:544 od-xcoff.c:599
4344 msgid "cannot read section header"
4345 msgstr ""
4347 #: od-xcoff.c:558
4348 #, c-format
4349 msgid "            Flags: %08x "
4350 msgstr ""
4352 #: od-xcoff.c:566
4353 #, c-format
4354 msgid "overflow - nreloc: %u, nlnno: %u\n"
4355 msgstr ""
4357 #: od-xcoff.c:587 od-xcoff.c:922 od-xcoff.c:978
4358 msgid "cannot read section headers"
4359 msgstr ""
4361 #: od-xcoff.c:646
4362 msgid "cannot read strings table length"
4363 msgstr ""
4365 #: od-xcoff.c:662
4366 msgid "cannot read strings table"
4367 msgstr ""
4369 #: od-xcoff.c:670
4370 msgid "cannot read symbol table"
4371 msgstr ""
4373 #: od-xcoff.c:685
4374 msgid "cannot read symbol entry"
4375 msgstr ""
4377 #: od-xcoff.c:720
4378 msgid "cannot read symbol aux entry"
4379 msgstr ""
4381 #: od-xcoff.c:742
4382 #, c-format
4383 msgid "Symbols table (strtable at 0x%08x)"
4384 msgstr ""
4386 #: od-xcoff.c:747
4387 #, c-format
4388 msgid ""
4389 ":\n"
4390 "  No symbols\n"
4391 msgstr ""
4393 #: od-xcoff.c:753
4394 #, c-format
4395 msgid " (no strings):\n"
4396 msgstr ""
4398 #: od-xcoff.c:755
4399 #, c-format
4400 msgid " (strings size: %08x):\n"
4401 msgstr ""
4403 #. Translators: 'sc' is for storage class, 'off' for offset.
4404 #: od-xcoff.c:769
4405 #, c-format
4406 msgid "  # sc         value    section  type aux name/off\n"
4407 msgstr ""
4409 #. Section length, number of relocs and line number.
4410 #: od-xcoff.c:821
4411 #, c-format
4412 msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
4413 msgstr ""
4415 #. Section length and number of relocs.
4416 #: od-xcoff.c:828
4417 #, c-format
4418 msgid "  scnlen: %08x  nreloc: %-6u\n"
4419 msgstr ""
4421 #: od-xcoff.c:891
4422 #, c-format
4423 msgid "offset: %08x"
4424 msgstr ""
4426 #: od-xcoff.c:934
4427 #, c-format
4428 msgid "Relocations for %s (%u)\n"
4429 msgstr ""
4431 #: od-xcoff.c:937
4432 msgid "cannot read relocations"
4433 msgstr ""
4435 #: od-xcoff.c:950
4436 msgid "cannot read relocation entry"
4437 msgstr ""
4439 #: od-xcoff.c:990
4440 #, c-format
4441 msgid "Line numbers for %s (%u)\n"
4442 msgstr ""
4444 #: od-xcoff.c:993
4445 msgid "cannot read line numbers"
4446 msgstr ""
4448 #. Line number, symbol index and physical address.
4449 #: od-xcoff.c:997
4450 #, c-format
4451 msgid "lineno  symndx/paddr\n"
4452 msgstr ""
4454 #: od-xcoff.c:1005
4455 msgid "cannot read line number entry"
4456 msgstr ""
4458 #: od-xcoff.c:1048
4459 #, c-format
4460 msgid "no .loader section in file\n"
4461 msgstr ""
4463 #: od-xcoff.c:1054
4464 #, c-format
4465 msgid "section .loader is too short\n"
4466 msgstr ""
4468 #: od-xcoff.c:1061
4469 #, c-format
4470 msgid "Loader header:\n"
4471 msgstr ""
4473 #: od-xcoff.c:1063
4474 #, c-format
4475 msgid "  version:           %u\n"
4476 msgstr ""
4478 #: od-xcoff.c:1066
4479 #, c-format
4480 msgid " Unhandled version\n"
4481 msgstr ""
4483 #: od-xcoff.c:1071
4484 #, c-format
4485 msgid "  nbr symbols:       %u\n"
4486 msgstr ""
4488 #: od-xcoff.c:1073
4489 #, c-format
4490 msgid "  nbr relocs:        %u\n"
4491 msgstr ""
4493 #. Import string table length.
4494 #: od-xcoff.c:1075
4495 #, c-format
4496 msgid "  import strtab len: %u\n"
4497 msgstr ""
4499 #: od-xcoff.c:1078
4500 #, c-format
4501 msgid "  nbr import files:  %u\n"
4502 msgstr ""
4504 #: od-xcoff.c:1080
4505 #, c-format
4506 msgid "  import file off:   %u\n"
4507 msgstr ""
4509 #: od-xcoff.c:1082
4510 #, c-format
4511 msgid "  string table len:  %u\n"
4512 msgstr ""
4514 #: od-xcoff.c:1084
4515 #, c-format
4516 msgid "  string table off:  %u\n"
4517 msgstr ""
4519 #: od-xcoff.c:1087
4520 #, c-format
4521 msgid "Dynamic symbols:\n"
4522 msgstr ""
4524 #: od-xcoff.c:1094
4525 #, c-format
4526 msgid "  %4u %08x %3u "
4527 msgstr ""
4529 #: od-xcoff.c:1107
4530 #, c-format
4531 msgid " %3u %3u "
4532 msgstr ""
4534 #: od-xcoff.c:1116
4535 #, c-format
4536 msgid "(bad offset: %u)"
4537 msgstr ""
4539 #: od-xcoff.c:1123
4540 #, c-format
4541 msgid "Dynamic relocs:\n"
4542 msgstr ""
4544 #: od-xcoff.c:1163
4545 #, c-format
4546 msgid "Import files:\n"
4547 msgstr ""
4549 #: od-xcoff.c:1195
4550 #, c-format
4551 msgid "no .except section in file\n"
4552 msgstr ""
4554 #: od-xcoff.c:1203
4555 #, c-format
4556 msgid "Exception table:\n"
4557 msgstr ""
4559 #: od-xcoff.c:1238
4560 #, c-format
4561 msgid "no .typchk section in file\n"
4562 msgstr ""
4564 #: od-xcoff.c:1245
4565 #, c-format
4566 msgid "Type-check section:\n"
4567 msgstr ""
4569 #: od-xcoff.c:1292
4570 #, c-format
4571 msgid " address beyond section size\n"
4572 msgstr ""
4574 #: od-xcoff.c:1302
4575 #, c-format
4576 msgid " tags at %08x\n"
4577 msgstr ""
4579 #: od-xcoff.c:1380
4580 #, c-format
4581 msgid " number of CTL anchors: %u\n"
4582 msgstr ""
4584 #: od-xcoff.c:1399
4585 #, c-format
4586 msgid " Name (len: %u): "
4587 msgstr ""
4589 #: od-xcoff.c:1402
4590 #, c-format
4591 msgid "[truncated]\n"
4592 msgstr ""
4594 #: od-xcoff.c:1421
4595 #, c-format
4596 msgid " (end of tags at %08x)\n"
4597 msgstr ""
4599 #: od-xcoff.c:1424
4600 #, c-format
4601 msgid " no tags found\n"
4602 msgstr ""
4604 #: od-xcoff.c:1428
4605 #, c-format
4606 msgid " Truncated .text section\n"
4607 msgstr ""
4609 #: od-xcoff.c:1513
4610 #, c-format
4611 msgid "TOC:\n"
4612 msgstr ""
4614 #: od-xcoff.c:1556
4615 #, c-format
4616 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
4617 msgstr ""
4619 #: od-xcoff.c:1640
4620 msgid "cannot read header"
4621 msgstr ""
4623 #: od-xcoff.c:1648
4624 #, c-format
4625 msgid "File header:\n"
4626 msgstr ""
4628 #: od-xcoff.c:1649
4629 #, c-format
4630 msgid "  magic:         0x%04x (0%04o)  "
4631 msgstr ""
4633 #: od-xcoff.c:1653
4634 #, c-format
4635 msgid "(WRMAGIC: writable text segments)"
4636 msgstr ""
4638 #: od-xcoff.c:1656
4639 #, c-format
4640 msgid "(ROMAGIC: readonly sharablee text segments)"
4641 msgstr ""
4643 #: od-xcoff.c:1659
4644 #, c-format
4645 msgid "(TOCMAGIC: readonly text segments and TOC)"
4646 msgstr ""
4648 #: od-xcoff.c:1662
4649 #, c-format
4650 msgid "unknown magic"
4651 msgstr ""
4653 #: od-xcoff.c:1669
4654 #, c-format
4655 msgid "  Unhandled magic\n"
4656 msgstr ""
4658 #: rclex.c:197
4659 msgid "invalid value specified for pragma code_page.\n"
4660 msgstr ""
4662 #: rdcoff.c:198
4663 #, c-format
4664 msgid "parse_coff_type: Bad type code 0x%x"
4665 msgstr ""
4667 #: rdcoff.c:406 rdcoff.c:511 rdcoff.c:699
4668 #, c-format
4669 msgid "bfd_coff_get_syment failed: %s"
4670 msgstr ""
4672 #: rdcoff.c:422 rdcoff.c:719
4673 #, c-format
4674 msgid "bfd_coff_get_auxent failed: %s"
4675 msgstr ""
4677 #: rdcoff.c:786
4678 #, c-format
4679 msgid "%ld: .bf without preceding function"
4680 msgstr ""
4682 #: rdcoff.c:836
4683 #, c-format
4684 msgid "%ld: unexpected .ef\n"
4685 msgstr ""
4687 #: rddbg.c:88
4688 #, c-format
4689 msgid "%s: no recognized debugging information"
4690 msgstr ""
4692 #: rddbg.c:402
4693 #, c-format
4694 msgid "Last stabs entries before error:\n"
4695 msgstr ""
4697 #: readelf.c:268
4698 msgid "<none>"
4699 msgstr ""
4701 #: readelf.c:269
4702 msgid "<no-name>"
4703 msgstr ""
4705 #: readelf.c:270 readelf.c:5083 readelf.c:5594 readelf.c:8132 readelf.c:8250
4706 #: readelf.c:9233 readelf.c:9327 readelf.c:9388 readelf.c:12391
4707 #: readelf.c:12394
4708 msgid "<corrupt>"
4709 msgstr ""
4711 #: readelf.c:309
4712 #, c-format
4713 msgid "Unable to seek to 0x%lx for %s\n"
4714 msgstr ""
4716 #: readelf.c:324
4717 #, c-format
4718 msgid "Out of memory allocating 0x%lx bytes for %s\n"
4719 msgstr ""
4721 #: readelf.c:334
4722 #, c-format
4723 msgid "Unable to read in 0x%lx bytes of %s\n"
4724 msgstr ""
4726 #: readelf.c:638
4727 msgid "Don't know about relocations on this machine architecture\n"
4728 msgstr ""
4730 #: readelf.c:659 readelf.c:757
4731 msgid "32-bit relocation data"
4732 msgstr ""
4734 #: readelf.c:671 readelf.c:701 readelf.c:768 readelf.c:797
4735 msgid "out of memory parsing relocs\n"
4736 msgstr ""
4738 #: readelf.c:689 readelf.c:786
4739 msgid "64-bit relocation data"
4740 msgstr ""
4742 #: readelf.c:902
4743 #, c-format
4744 msgid ""
4745 " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
4746 msgstr ""
4748 #: readelf.c:904
4749 #, c-format
4750 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
4751 msgstr ""
4753 #: readelf.c:909
4754 #, c-format
4755 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
4756 msgstr ""
4758 #: readelf.c:911
4759 #, c-format
4760 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
4761 msgstr ""
4763 #: readelf.c:919
4764 #, c-format
4765 msgid ""
4766 "    Offset             Info             Type               Symbol's Value  "
4767 "Symbol's Name + Addend\n"
4768 msgstr ""
4770 #: readelf.c:921
4771 #, c-format
4772 msgid ""
4773 "  Offset          Info           Type           Sym. Value    Sym. Name + "
4774 "Addend\n"
4775 msgstr ""
4777 #: readelf.c:926
4778 #, c-format
4779 msgid ""
4780 "    Offset             Info             Type               Symbol's Value  "
4781 "Symbol's Name\n"
4782 msgstr ""
4784 #: readelf.c:928
4785 #, c-format
4786 msgid ""
4787 "  Offset          Info           Type           Sym. Value    Sym. Name\n"
4788 msgstr ""
4790 #: readelf.c:1245 readelf.c:1405 readelf.c:1413
4791 #, c-format
4792 msgid "unrecognized: %-7lx"
4793 msgstr ""
4795 #: readelf.c:1270
4796 #, c-format
4797 msgid "<unknown addend: %lx>"
4798 msgstr ""
4800 #: readelf.c:1277
4801 #, c-format
4802 msgid " bad symbol index: %08lx"
4803 msgstr ""
4805 #: readelf.c:1363
4806 #, c-format
4807 msgid "<string table index: %3ld>"
4808 msgstr ""
4810 #: readelf.c:1365
4811 #, c-format
4812 msgid "<corrupt string table index: %3ld>"
4813 msgstr ""
4815 #: readelf.c:1758
4816 #, c-format
4817 msgid "Processor Specific: %lx"
4818 msgstr ""
4820 #: readelf.c:1782
4821 #, c-format
4822 msgid "Operating System specific: %lx"
4823 msgstr ""
4825 #: readelf.c:1786 readelf.c:2858
4826 #, c-format
4827 msgid "<unknown>: %lx"
4828 msgstr ""
4830 #: readelf.c:1799
4831 msgid "NONE (None)"
4832 msgstr ""
4834 #: readelf.c:1800
4835 msgid "REL (Relocatable file)"
4836 msgstr ""
4838 #: readelf.c:1801
4839 msgid "EXEC (Executable file)"
4840 msgstr ""
4842 #: readelf.c:1802
4843 msgid "DYN (Shared object file)"
4844 msgstr ""
4846 #: readelf.c:1803
4847 msgid "CORE (Core file)"
4848 msgstr ""
4850 #: readelf.c:1807
4851 #, c-format
4852 msgid "Processor Specific: (%x)"
4853 msgstr ""
4855 #: readelf.c:1809
4856 #, c-format
4857 msgid "OS Specific: (%x)"
4858 msgstr ""
4860 #: readelf.c:1811
4861 #, c-format
4862 msgid "<unknown>: %x"
4863 msgstr ""
4865 #: readelf.c:1823
4866 msgid "None"
4867 msgstr ""
4869 #: readelf.c:1994
4870 #, c-format
4871 msgid "<unknown>: 0x%x"
4872 msgstr ""
4874 #: readelf.c:2180
4875 msgid ", <unknown>"
4876 msgstr ""
4878 #: readelf.c:2266 readelf.c:7485
4879 msgid "unknown"
4880 msgstr ""
4882 #: readelf.c:2267
4883 msgid "unknown mac"
4884 msgstr ""
4886 #: readelf.c:2331
4887 msgid ", relocatable"
4888 msgstr ""
4890 #: readelf.c:2334
4891 msgid ", relocatable-lib"
4892 msgstr ""
4894 #: readelf.c:2357
4895 msgid ", unknown v850 architecture variant"
4896 msgstr ""
4898 #: readelf.c:2414
4899 msgid ", unknown CPU"
4900 msgstr ""
4902 #: readelf.c:2429
4903 msgid ", unknown ABI"
4904 msgstr ""
4906 #: readelf.c:2452 readelf.c:2486
4907 msgid ", unknown ISA"
4908 msgstr ""
4910 #: readelf.c:2663
4911 msgid "Standalone App"
4912 msgstr ""
4914 #: readelf.c:2672
4915 msgid "Bare-metal C6000"
4916 msgstr ""
4918 #: readelf.c:2682 readelf.c:3471 readelf.c:3487
4919 #, c-format
4920 msgid "<unknown: %x>"
4921 msgstr ""
4923 #. This message is probably going to be displayed in a 15
4924 #. character wide field, so put the hex value first.
4925 #: readelf.c:3108
4926 #, c-format
4927 msgid "%08x: <unknown>"
4928 msgstr ""
4930 #: readelf.c:3163
4931 #, c-format
4932 msgid "Usage: readelf <option(s)> elf-file(s)\n"
4933 msgstr ""
4935 #: readelf.c:3164
4936 #, c-format
4937 msgid " Display information about the contents of ELF format files\n"
4938 msgstr ""
4940 #: readelf.c:3165
4941 #, c-format
4942 msgid ""
4943 " Options are:\n"
4944 "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
4945 "  -h --file-header       Display the ELF file header\n"
4946 "  -l --program-headers   Display the program headers\n"
4947 "     --segments          An alias for --program-headers\n"
4948 "  -S --section-headers   Display the sections' header\n"
4949 "     --sections          An alias for --section-headers\n"
4950 "  -g --section-groups    Display the section groups\n"
4951 "  -t --section-details   Display the section details\n"
4952 "  -e --headers           Equivalent to: -h -l -S\n"
4953 "  -s --syms              Display the symbol table\n"
4954 "     --symbols           An alias for --syms\n"
4955 "  --dyn-syms             Display the dynamic symbol table\n"
4956 "  -n --notes             Display the core notes (if present)\n"
4957 "  -r --relocs            Display the relocations (if present)\n"
4958 "  -u --unwind            Display the unwind info (if present)\n"
4959 "  -d --dynamic           Display the dynamic section (if present)\n"
4960 "  -V --version-info      Display the version sections (if present)\n"
4961 "  -A --arch-specific     Display architecture specific information (if "
4962 "any).\n"
4963 "  -c --archive-index     Display the symbol/file index in an archive\n"
4964 "  -D --use-dynamic       Use the dynamic section info when displaying "
4965 "symbols\n"
4966 "  -x --hex-dump=<number|name>\n"
4967 "                         Dump the contents of section <number|name> as "
4968 "bytes\n"
4969 "  -p --string-dump=<number|name>\n"
4970 "                         Dump the contents of section <number|name> as "
4971 "strings\n"
4972 "  -R --relocated-dump=<number|name>\n"
4973 "                         Dump the contents of section <number|name> as "
4974 "relocated bytes\n"
4975 "  -w[lLiaprmfFsoRt] or\n"
4976 "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
4977 "=frames,\n"
4978 "               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
4979 "               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n"
4980 "                         Display the contents of DWARF2 debug sections\n"
4981 msgstr ""
4983 #: readelf.c:3197
4984 #, c-format
4985 msgid ""
4986 "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
4987 "  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
4988 "                         or deeper\n"
4989 msgstr ""
4991 #: readelf.c:3202
4992 #, c-format
4993 msgid ""
4994 "  -i --instruction-dump=<number|name>\n"
4995 "                         Disassemble the contents of section <number|name>\n"
4996 msgstr ""
4998 #: readelf.c:3206
4999 #, c-format
5000 msgid ""
5001 "  -I --histogram         Display histogram of bucket list lengths\n"
5002 "  -W --wide              Allow output width to exceed 80 characters\n"
5003 "  @<file>                Read options from <file>\n"
5004 "  -H --help              Display this information\n"
5005 "  -v --version           Display the version number of readelf\n"
5006 msgstr ""
5008 #: readelf.c:3235 readelf.c:3264 readelf.c:3268 readelf.c:13623
5009 msgid "Out of memory allocating dump request table.\n"
5010 msgstr ""
5012 #: readelf.c:3440
5013 #, c-format
5014 msgid "Invalid option '-%c'\n"
5015 msgstr ""
5017 #: readelf.c:3455
5018 msgid "Nothing to do.\n"
5019 msgstr ""
5021 #: readelf.c:3467 readelf.c:3483 readelf.c:8068
5022 msgid "none"
5023 msgstr ""
5025 #: readelf.c:3484
5026 msgid "2's complement, little endian"
5027 msgstr ""
5029 #: readelf.c:3485
5030 msgid "2's complement, big endian"
5031 msgstr ""
5033 #: readelf.c:3503
5034 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
5035 msgstr ""
5037 #: readelf.c:3513
5038 #, c-format
5039 msgid "ELF Header:\n"
5040 msgstr ""
5042 #: readelf.c:3514
5043 #, c-format
5044 msgid "  Magic:   "
5045 msgstr ""
5047 #: readelf.c:3518
5048 #, c-format
5049 msgid "  Class:                             %s\n"
5050 msgstr ""
5052 #: readelf.c:3520
5053 #, c-format
5054 msgid "  Data:                              %s\n"
5055 msgstr ""
5057 #: readelf.c:3522
5058 #, c-format
5059 msgid "  Version:                           %d %s\n"
5060 msgstr ""
5062 #: readelf.c:3527
5063 #, c-format
5064 msgid "<unknown: %lx>"
5065 msgstr ""
5067 #: readelf.c:3529
5068 #, c-format
5069 msgid "  OS/ABI:                            %s\n"
5070 msgstr ""
5072 #: readelf.c:3531
5073 #, c-format
5074 msgid "  ABI Version:                       %d\n"
5075 msgstr ""
5077 #: readelf.c:3533
5078 #, c-format
5079 msgid "  Type:                              %s\n"
5080 msgstr ""
5082 #: readelf.c:3535
5083 #, c-format
5084 msgid "  Machine:                           %s\n"
5085 msgstr ""
5087 #: readelf.c:3537
5088 #, c-format
5089 msgid "  Version:                           0x%lx\n"
5090 msgstr ""
5092 #: readelf.c:3540
5093 #, c-format
5094 msgid "  Entry point address:               "
5095 msgstr ""
5097 #: readelf.c:3542
5098 #, c-format
5099 msgid ""
5100 "\n"
5101 "  Start of program headers:          "
5102 msgstr ""
5104 #: readelf.c:3544
5105 #, c-format
5106 msgid ""
5107 " (bytes into file)\n"
5108 "  Start of section headers:          "
5109 msgstr ""
5111 #: readelf.c:3546
5112 #, c-format
5113 msgid " (bytes into file)\n"
5114 msgstr ""
5116 #: readelf.c:3548
5117 #, c-format
5118 msgid "  Flags:                             0x%lx%s\n"
5119 msgstr ""
5121 #: readelf.c:3551
5122 #, c-format
5123 msgid "  Size of this header:               %ld (bytes)\n"
5124 msgstr ""
5126 #: readelf.c:3553
5127 #, c-format
5128 msgid "  Size of program headers:           %ld (bytes)\n"
5129 msgstr ""
5131 #: readelf.c:3555
5132 #, c-format
5133 msgid "  Number of program headers:         %ld"
5134 msgstr ""
5136 #: readelf.c:3562
5137 #, c-format
5138 msgid "  Size of section headers:           %ld (bytes)\n"
5139 msgstr ""
5141 #: readelf.c:3564
5142 #, c-format
5143 msgid "  Number of section headers:         %ld"
5144 msgstr ""
5146 #: readelf.c:3569
5147 #, c-format
5148 msgid "  Section header string table index: %ld"
5149 msgstr ""
5151 #: readelf.c:3576
5152 #, c-format
5153 msgid " <corrupt: out of range>"
5154 msgstr ""
5156 #: readelf.c:3610 readelf.c:3644
5157 msgid "program headers"
5158 msgstr ""
5160 #: readelf.c:3711
5161 msgid ""
5162 "possibly corrupt ELF header - it has a non-zero program header offset, but "
5163 "no program headers"
5164 msgstr ""
5166 #: readelf.c:3714
5167 #, c-format
5168 msgid ""
5169 "\n"
5170 "There are no program headers in this file.\n"
5171 msgstr ""
5173 #: readelf.c:3720
5174 #, c-format
5175 msgid ""
5176 "\n"
5177 "Elf file type is %s\n"
5178 msgstr ""
5180 #: readelf.c:3721
5181 #, c-format
5182 msgid "Entry point "
5183 msgstr ""
5185 #: readelf.c:3723
5186 #, c-format
5187 msgid ""
5188 "\n"
5189 "There are %d program headers, starting at offset "
5190 msgstr ""
5192 #: readelf.c:3735 readelf.c:3737
5193 #, c-format
5194 msgid ""
5195 "\n"
5196 "Program Headers:\n"
5197 msgstr ""
5199 #: readelf.c:3741
5200 #, c-format
5201 msgid ""
5202 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
5203 msgstr ""
5205 #: readelf.c:3744
5206 #, c-format
5207 msgid ""
5208 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
5209 "MemSiz   Flg Align\n"
5210 msgstr ""
5212 #: readelf.c:3748
5213 #, c-format
5214 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
5215 msgstr ""
5217 #: readelf.c:3750
5218 #, c-format
5219 msgid "                 FileSiz            MemSiz              Flags  Align\n"
5220 msgstr ""
5222 #: readelf.c:3843
5223 msgid "more than one dynamic segment\n"
5224 msgstr ""
5226 #: readelf.c:3862
5227 msgid "no .dynamic section in the dynamic segment\n"
5228 msgstr ""
5230 #: readelf.c:3877
5231 msgid "the .dynamic section is not contained within the dynamic segment\n"
5232 msgstr ""
5234 #: readelf.c:3880
5235 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
5236 msgstr ""
5238 #: readelf.c:3888
5239 msgid "Unable to find program interpreter name\n"
5240 msgstr ""
5242 #: readelf.c:3895
5243 msgid ""
5244 "Internal error: failed to create format string to display program "
5245 "interpreter\n"
5246 msgstr ""
5248 #: readelf.c:3899
5249 msgid "Unable to read program interpreter name\n"
5250 msgstr ""
5252 #: readelf.c:3902
5253 #, c-format
5254 msgid ""
5255 "\n"
5256 "      [Requesting program interpreter: %s]"
5257 msgstr ""
5259 #: readelf.c:3914
5260 #, c-format
5261 msgid ""
5262 "\n"
5263 " Section to Segment mapping:\n"
5264 msgstr ""
5266 #: readelf.c:3915
5267 #, c-format
5268 msgid "  Segment Sections...\n"
5269 msgstr ""
5271 #: readelf.c:3951
5272 msgid "Cannot interpret virtual addresses without program headers.\n"
5273 msgstr ""
5275 #: readelf.c:3967
5276 #, c-format
5277 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
5278 msgstr ""
5280 #: readelf.c:3982 readelf.c:4025
5281 msgid "section headers"
5282 msgstr ""
5284 #: readelf.c:4074 readelf.c:4154
5285 msgid "sh_entsize is zero\n"
5286 msgstr ""
5288 #: readelf.c:4082 readelf.c:4162
5289 msgid "Invalid sh_entsize\n"
5290 msgstr ""
5292 #: readelf.c:4087 readelf.c:4167
5293 msgid "symbols"
5294 msgstr ""
5296 #: readelf.c:4099 readelf.c:4178
5297 msgid "symbol table section indicies"
5298 msgstr ""
5300 #: readelf.c:4439
5301 #, c-format
5302 msgid "UNKNOWN (%*.*lx)"
5303 msgstr ""
5305 #: readelf.c:4461
5306 msgid ""
5307 "possibly corrupt ELF file header - it has a non-zero section header offset, "
5308 "but no section headers\n"
5309 msgstr ""
5311 #: readelf.c:4464
5312 #, c-format
5313 msgid ""
5314 "\n"
5315 "There are no sections in this file.\n"
5316 msgstr ""
5318 #: readelf.c:4470
5319 #, c-format
5320 msgid "There are %d section headers, starting at offset 0x%lx:\n"
5321 msgstr ""
5323 #: readelf.c:4491 readelf.c:5079 readelf.c:5491 readelf.c:5797 readelf.c:6210
5324 #: readelf.c:7093 readelf.c:9213
5325 msgid "string table"
5326 msgstr ""
5328 #: readelf.c:4558
5329 #, c-format
5330 msgid "Section %d has invalid sh_entsize %lx (expected %lx)\n"
5331 msgstr ""
5333 #: readelf.c:4578
5334 msgid "File contains multiple dynamic symbol tables\n"
5335 msgstr ""
5337 #: readelf.c:4590
5338 msgid "File contains multiple dynamic string tables\n"
5339 msgstr ""
5341 #: readelf.c:4596
5342 msgid "dynamic strings"
5343 msgstr ""
5345 #: readelf.c:4603
5346 msgid "File contains multiple symtab shndx tables\n"
5347 msgstr ""
5349 #: readelf.c:4674
5350 #, c-format
5351 msgid ""
5352 "\n"
5353 "Section Headers:\n"
5354 msgstr ""
5356 #: readelf.c:4676
5357 #, c-format
5358 msgid ""
5359 "\n"
5360 "Section Header:\n"
5361 msgstr ""
5363 #: readelf.c:4682 readelf.c:4693 readelf.c:4704
5364 #, c-format
5365 msgid "  [Nr] Name\n"
5366 msgstr ""
5368 #: readelf.c:4683
5369 #, c-format
5370 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
5371 msgstr ""
5373 #: readelf.c:4687
5374 #, c-format
5375 msgid ""
5376 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
5377 "Inf Al\n"
5378 msgstr ""
5380 #: readelf.c:4694
5381 #, c-format
5382 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
5383 msgstr ""
5385 #: readelf.c:4698
5386 #, c-format
5387 msgid ""
5388 "  [Nr] Name              Type            Address          Off    Size   ES "
5389 "Flg Lk Inf Al\n"
5390 msgstr ""
5392 #: readelf.c:4705
5393 #, c-format
5394 msgid "       Type              Address          Offset            Link\n"
5395 msgstr ""
5397 #: readelf.c:4706
5398 #, c-format
5399 msgid "       Size              EntSize          Info              Align\n"
5400 msgstr ""
5402 #: readelf.c:4710
5403 #, c-format
5404 msgid "  [Nr] Name              Type             Address           Offset\n"
5405 msgstr ""
5407 #: readelf.c:4711
5408 #, c-format
5409 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
5410 msgstr ""
5412 #: readelf.c:4716
5413 #, c-format
5414 msgid "       Flags\n"
5415 msgstr ""
5417 #: readelf.c:4796
5418 #, c-format
5419 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
5420 msgstr ""
5422 #: readelf.c:4896
5423 #, c-format
5424 msgid ""
5425 "Key to Flags:\n"
5426 "  W (write), A (alloc), X (execute), M (merge), S (strings), l (large)\n"
5427 "  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
5428 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
5429 msgstr ""
5431 #: readelf.c:4901
5432 #, c-format
5433 msgid ""
5434 "Key to Flags:\n"
5435 "  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
5436 "  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
5437 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
5438 msgstr ""
5440 #: readelf.c:4923
5441 #, c-format
5442 msgid "[<unknown>: 0x%x] "
5443 msgstr ""
5445 #: readelf.c:4949
5446 #, c-format
5447 msgid ""
5448 "\n"
5449 "There are no sections to group in this file.\n"
5450 msgstr ""
5452 #: readelf.c:4956
5453 msgid "Section headers are not available!\n"
5454 msgstr ""
5456 #: readelf.c:4980
5457 #, c-format
5458 msgid ""
5459 "\n"
5460 "There are no section groups in this file.\n"
5461 msgstr ""
5463 #: readelf.c:5018
5464 #, c-format
5465 msgid "Bad sh_link in group section `%s'\n"
5466 msgstr ""
5468 #: readelf.c:5032
5469 #, c-format
5470 msgid "Corrupt header in group section `%s'\n"
5471 msgstr ""
5473 #: readelf.c:5038 readelf.c:5049
5474 #, c-format
5475 msgid "Bad sh_info in group section `%s'\n"
5476 msgstr ""
5478 #: readelf.c:5088
5479 msgid "section data"
5480 msgstr ""
5482 #: readelf.c:5099
5483 #, c-format
5484 msgid ""
5485 "\n"
5486 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
5487 msgstr ""
5489 #: readelf.c:5102
5490 #, c-format
5491 msgid "   [Index]    Name\n"
5492 msgstr ""
5494 #: readelf.c:5116
5495 #, c-format
5496 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
5497 msgstr ""
5499 #: readelf.c:5125
5500 #, c-format
5501 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
5502 msgstr ""
5504 #: readelf.c:5138
5505 #, c-format
5506 msgid "section 0 in group section [%5u]\n"
5507 msgstr ""
5509 #: readelf.c:5205
5510 msgid "dynamic section image fixups"
5511 msgstr ""
5513 #: readelf.c:5217
5514 #, c-format
5515 msgid ""
5516 "\n"
5517 "Image fixups for needed library #%d: %s - ident: %lx\n"
5518 msgstr ""
5520 #: readelf.c:5220
5521 #, c-format
5522 msgid "Seg Offset           Type                             SymVec DataType\n"
5523 msgstr ""
5525 #: readelf.c:5252
5526 msgid "dynamic section image relocations"
5527 msgstr ""
5529 #: readelf.c:5256
5530 #, c-format
5531 msgid ""
5532 "\n"
5533 "Image relocs\n"
5534 msgstr ""
5536 #: readelf.c:5258
5537 #, c-format
5538 msgid ""
5539 "Seg Offset   Type                            Addend            Seg Sym Off\n"
5540 msgstr ""
5542 #: readelf.c:5313
5543 msgid "dynamic string section"
5544 msgstr ""
5546 #: readelf.c:5414
5547 #, c-format
5548 msgid ""
5549 "\n"
5550 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
5551 msgstr ""
5553 #: readelf.c:5429
5554 #, c-format
5555 msgid ""
5556 "\n"
5557 "There are no dynamic relocations in this file.\n"
5558 msgstr ""
5560 #: readelf.c:5453
5561 #, c-format
5562 msgid ""
5563 "\n"
5564 "Relocation section "
5565 msgstr ""
5567 #: readelf.c:5460 readelf.c:5890 readelf.c:6227
5568 #, c-format
5569 msgid " at offset 0x%lx contains %lu entries:\n"
5570 msgstr ""
5572 #: readelf.c:5510
5573 #, c-format
5574 msgid ""
5575 "\n"
5576 "There are no relocations in this file.\n"
5577 msgstr ""
5579 #: readelf.c:5648
5580 #, c-format
5581 msgid "\tUnknown version.\n"
5582 msgstr ""
5584 #: readelf.c:5701 readelf.c:6074
5585 msgid "unwind table"
5586 msgstr ""
5588 #: readelf.c:5743 readelf.c:6156 readelf.c:6415
5589 #, c-format
5590 msgid "Skipping unexpected relocation type %s\n"
5591 msgstr ""
5593 #: readelf.c:5805 readelf.c:6218 readelf.c:7101 readelf.c:7148
5594 #, c-format
5595 msgid ""
5596 "\n"
5597 "There are no unwind sections in this file.\n"
5598 msgstr ""
5600 #: readelf.c:5868
5601 #, c-format
5602 msgid ""
5603 "\n"
5604 "Could not find unwind info section for "
5605 msgstr ""
5607 #: readelf.c:5873 readelf.c:5888 readelf.c:6225
5608 #, c-format
5609 msgid "'%s'"
5610 msgstr ""
5612 #: readelf.c:5880
5613 msgid "unwind info"
5614 msgstr ""
5616 #: readelf.c:5883 readelf.c:6224
5617 #, c-format
5618 msgid ""
5619 "\n"
5620 "Unwind section "
5621 msgstr ""
5623 #: readelf.c:6333
5624 msgid "unwind data"
5625 msgstr ""
5627 #: readelf.c:6386
5628 #, c-format
5629 msgid "Skipping unexpected relocation at offset 0x%lx\n"
5630 msgstr ""
5632 #: readelf.c:6490
5633 #, c-format
5634 msgid "[Truncated opcode]\n"
5635 msgstr ""
5637 #: readelf.c:6534 readelf.c:6734
5638 #, c-format
5639 msgid "Refuse to unwind"
5640 msgstr ""
5642 #: readelf.c:6557
5643 #, c-format
5644 msgid "     [Reserved]"
5645 msgstr ""
5647 #: readelf.c:6585
5648 #, c-format
5649 msgid "     finish"
5650 msgstr ""
5652 #: readelf.c:6590 readelf.c:6676
5653 #, c-format
5654 msgid "[Spare]"
5655 msgstr ""
5657 #: readelf.c:6697 readelf.c:6831
5658 #, c-format
5659 msgid "     [unsupported opcode]"
5660 msgstr ""
5662 #: readelf.c:6781
5663 #, c-format
5664 msgid "pop frame {"
5665 msgstr ""
5667 #: readelf.c:6792
5668 msgid "[pad]"
5669 msgstr ""
5671 #: readelf.c:6820
5672 #, c-format
5673 msgid "sp = sp + %ld"
5674 msgstr ""
5676 #: readelf.c:6878
5677 #, c-format
5678 msgid "  Personality routine: "
5679 msgstr ""
5681 #: readelf.c:6896
5682 #, c-format
5683 msgid "  [Truncated data]\n"
5684 msgstr ""
5686 #: readelf.c:6911
5687 #, c-format
5688 msgid "  Compact model %d\n"
5689 msgstr ""
5691 #: readelf.c:6947
5692 #, c-format
5693 msgid "  Restore stack from frame pointer\n"
5694 msgstr ""
5696 #: readelf.c:6949
5697 #, c-format
5698 msgid "  Stack increment %d\n"
5699 msgstr ""
5701 #: readelf.c:6950
5702 #, c-format
5703 msgid "  Registers restored: "
5704 msgstr ""
5706 #: readelf.c:6955
5707 #, c-format
5708 msgid "  Return register: %s\n"
5709 msgstr ""
5711 #: readelf.c:7038
5712 #, c-format
5713 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
5714 msgstr ""
5716 #: readelf.c:7107
5717 #, c-format
5718 msgid ""
5719 "\n"
5720 "Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
5721 msgstr ""
5723 #: readelf.c:7159
5724 #, c-format
5725 msgid "NONE\n"
5726 msgstr ""
5728 #: readelf.c:7185
5729 #, c-format
5730 msgid "Interface Version: %s\n"
5731 msgstr ""
5733 #: readelf.c:7187
5734 #, c-format
5735 msgid "<corrupt: %ld>\n"
5736 msgstr ""
5738 #: readelf.c:7200
5739 #, c-format
5740 msgid "Time Stamp: %s\n"
5741 msgstr ""
5743 #: readelf.c:7377 readelf.c:7423
5744 msgid "dynamic section"
5745 msgstr ""
5747 #: readelf.c:7501
5748 #, c-format
5749 msgid ""
5750 "\n"
5751 "There is no dynamic section in this file.\n"
5752 msgstr ""
5754 #: readelf.c:7539
5755 msgid "Unable to seek to end of file!\n"
5756 msgstr ""
5758 #: readelf.c:7552
5759 msgid "Unable to determine the number of symbols to load\n"
5760 msgstr ""
5762 #: readelf.c:7585
5763 msgid "Unable to seek to end of file\n"
5764 msgstr ""
5766 #: readelf.c:7592
5767 msgid "Unable to determine the length of the dynamic string table\n"
5768 msgstr ""
5770 #: readelf.c:7598
5771 msgid "dynamic string table"
5772 msgstr ""
5774 #: readelf.c:7635
5775 msgid "symbol information"
5776 msgstr ""
5778 #: readelf.c:7660
5779 #, c-format
5780 msgid ""
5781 "\n"
5782 "Dynamic section at offset 0x%lx contains %u entries:\n"
5783 msgstr ""
5785 #: readelf.c:7663
5786 #, c-format
5787 msgid "  Tag        Type                         Name/Value\n"
5788 msgstr ""
5790 #: readelf.c:7699
5791 #, c-format
5792 msgid "Auxiliary library"
5793 msgstr ""
5795 #: readelf.c:7703
5796 #, c-format
5797 msgid "Filter library"
5798 msgstr ""
5800 #: readelf.c:7707
5801 #, c-format
5802 msgid "Configuration file"
5803 msgstr ""
5805 #: readelf.c:7711
5806 #, c-format
5807 msgid "Dependency audit library"
5808 msgstr ""
5810 #: readelf.c:7715
5811 #, c-format
5812 msgid "Audit library"
5813 msgstr ""
5815 #: readelf.c:7733 readelf.c:7761 readelf.c:7789
5816 #, c-format
5817 msgid "Flags:"
5818 msgstr ""
5820 #: readelf.c:7736 readelf.c:7764 readelf.c:7791
5821 #, c-format
5822 msgid " None\n"
5823 msgstr ""
5825 #: readelf.c:7912
5826 #, c-format
5827 msgid "Shared library: [%s]"
5828 msgstr ""
5830 #: readelf.c:7915
5831 #, c-format
5832 msgid " program interpreter"
5833 msgstr ""
5835 #: readelf.c:7919
5836 #, c-format
5837 msgid "Library soname: [%s]"
5838 msgstr ""
5840 #: readelf.c:7923
5841 #, c-format
5842 msgid "Library rpath: [%s]"
5843 msgstr ""
5845 #: readelf.c:7927
5846 #, c-format
5847 msgid "Library runpath: [%s]"
5848 msgstr ""
5850 #: readelf.c:7960
5851 #, c-format
5852 msgid " (bytes)\n"
5853 msgstr ""
5855 #: readelf.c:7990
5856 #, c-format
5857 msgid "Not needed object: [%s]\n"
5858 msgstr ""
5860 #: readelf.c:8090
5861 msgid "| <unknown>"
5862 msgstr ""
5864 #: readelf.c:8123
5865 #, c-format
5866 msgid ""
5867 "\n"
5868 "Version definition section '%s' contains %u entries:\n"
5869 msgstr ""
5871 #: readelf.c:8126
5872 #, c-format
5873 msgid "  Addr: 0x"
5874 msgstr ""
5876 #: readelf.c:8128 readelf.c:8246 readelf.c:8390
5877 #, c-format
5878 msgid "  Offset: %#08lx  Link: %u (%s)\n"
5879 msgstr ""
5881 #: readelf.c:8136
5882 msgid "version definition section"
5883 msgstr ""
5885 #: readelf.c:8169
5886 #, c-format
5887 msgid "  %#06x: Rev: %d  Flags: %s"
5888 msgstr ""
5890 #: readelf.c:8172
5891 #, c-format
5892 msgid "  Index: %d  Cnt: %d  "
5893 msgstr ""
5895 #: readelf.c:8188
5896 #, c-format
5897 msgid "Name: %s\n"
5898 msgstr ""
5900 #: readelf.c:8190
5901 #, c-format
5902 msgid "Name index: %ld\n"
5903 msgstr ""
5905 #: readelf.c:8212
5906 #, c-format
5907 msgid "  %#06x: Parent %d: %s\n"
5908 msgstr ""
5910 #: readelf.c:8215
5911 #, c-format
5912 msgid "  %#06x: Parent %d, name index: %ld\n"
5913 msgstr ""
5915 #: readelf.c:8220
5916 #, c-format
5917 msgid "  Version def aux past end of section\n"
5918 msgstr ""
5920 #: readelf.c:8226
5921 #, c-format
5922 msgid "  Version definition past end of section\n"
5923 msgstr ""
5925 #: readelf.c:8241
5926 #, c-format
5927 msgid ""
5928 "\n"
5929 "Version needs section '%s' contains %u entries:\n"
5930 msgstr ""
5932 #: readelf.c:8244
5933 #, c-format
5934 msgid " Addr: 0x"
5935 msgstr ""
5937 #: readelf.c:8255
5938 msgid "Version Needs section"
5939 msgstr ""
5941 #: readelf.c:8283
5942 #, c-format
5943 msgid "  %#06x: Version: %d"
5944 msgstr ""
5946 #: readelf.c:8286
5947 #, c-format
5948 msgid "  File: %s"
5949 msgstr ""
5951 #: readelf.c:8288
5952 #, c-format
5953 msgid "  File: %lx"
5954 msgstr ""
5956 #: readelf.c:8290
5957 #, c-format
5958 msgid "  Cnt: %d\n"
5959 msgstr ""
5961 #: readelf.c:8315
5962 #, c-format
5963 msgid "  %#06x:   Name: %s"
5964 msgstr ""
5966 #: readelf.c:8318
5967 #, c-format
5968 msgid "  %#06x:   Name index: %lx"
5969 msgstr ""
5971 #: readelf.c:8321
5972 #, c-format
5973 msgid "  Flags: %s  Version: %d\n"
5974 msgstr ""
5976 #: readelf.c:8334
5977 msgid "Missing Version Needs auxillary information\n"
5978 msgstr ""
5980 #: readelf.c:8340
5981 msgid "Missing Version Needs information\n"
5982 msgstr ""
5984 #: readelf.c:8378
5985 msgid "version string table"
5986 msgstr ""
5988 #: readelf.c:8385
5989 #, c-format
5990 msgid ""
5991 "\n"
5992 "Version symbols section '%s' contains %d entries:\n"
5993 msgstr ""
5995 #: readelf.c:8388
5996 #, c-format
5997 msgid " Addr: "
5998 msgstr ""
6000 #: readelf.c:8399
6001 msgid "version symbol data"
6002 msgstr ""
6004 #: readelf.c:8427
6005 msgid "   0 (*local*)    "
6006 msgstr ""
6008 #: readelf.c:8431
6009 msgid "   1 (*global*)   "
6010 msgstr ""
6012 #: readelf.c:8442
6013 msgid "invalid index into symbol array\n"
6014 msgstr ""
6016 #: readelf.c:8476 readelf.c:9279
6017 msgid "version need"
6018 msgstr ""
6020 #: readelf.c:8487
6021 msgid "version need aux (2)"
6022 msgstr ""
6024 #: readelf.c:8508 readelf.c:8570
6025 msgid "*invalid*"
6026 msgstr ""
6028 #: readelf.c:8538 readelf.c:9357
6029 msgid "version def"
6030 msgstr ""
6032 #: readelf.c:8564 readelf.c:9379
6033 msgid "version def aux"
6034 msgstr ""
6036 #: readelf.c:8599
6037 #, c-format
6038 msgid ""
6039 "\n"
6040 "No version information found in this file.\n"
6041 msgstr ""
6043 #: readelf.c:8807
6044 #, c-format
6045 msgid "<other>: %x"
6046 msgstr ""
6048 #: readelf.c:8869
6049 msgid "Unable to read in dynamic data\n"
6050 msgstr ""
6052 #: readelf.c:8919
6053 #, c-format
6054 msgid " <corrupt: %14ld>"
6055 msgstr ""
6057 #: readelf.c:8962 readelf.c:9014 readelf.c:9038 readelf.c:9068 readelf.c:9092
6058 msgid "Unable to seek to start of dynamic information\n"
6059 msgstr ""
6061 #: readelf.c:8968 readelf.c:9020
6062 msgid "Failed to read in number of buckets\n"
6063 msgstr ""
6065 #: readelf.c:8974
6066 msgid "Failed to read in number of chains\n"
6067 msgstr ""
6069 #: readelf.c:9076
6070 msgid "Failed to determine last chain length\n"
6071 msgstr ""
6073 #: readelf.c:9120
6074 #, c-format
6075 msgid ""
6076 "\n"
6077 "Symbol table for image:\n"
6078 msgstr ""
6080 #: readelf.c:9122 readelf.c:9140
6081 #, c-format
6082 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
6083 msgstr ""
6085 #: readelf.c:9124 readelf.c:9142
6086 #, c-format
6087 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
6088 msgstr ""
6090 #: readelf.c:9138
6091 #, c-format
6092 msgid ""
6093 "\n"
6094 "Symbol table of `.gnu.hash' for image:\n"
6095 msgstr ""
6097 #: readelf.c:9182
6098 #, c-format
6099 msgid ""
6100 "\n"
6101 "Symbol table '%s' has a sh_entsize of zero!\n"
6102 msgstr ""
6104 #: readelf.c:9187
6105 #, c-format
6106 msgid ""
6107 "\n"
6108 "Symbol table '%s' contains %lu entries:\n"
6109 msgstr ""
6111 #: readelf.c:9192
6112 #, c-format
6113 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
6114 msgstr ""
6116 #: readelf.c:9194
6117 #, c-format
6118 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
6119 msgstr ""
6121 #: readelf.c:9249
6122 msgid "version data"
6123 msgstr ""
6125 #: readelf.c:9298
6126 msgid "version need aux (3)"
6127 msgstr ""
6129 #: readelf.c:9332
6130 msgid "bad dynamic symbol\n"
6131 msgstr ""
6133 #: readelf.c:9404
6134 #, c-format
6135 msgid ""
6136 "\n"
6137 "Dynamic symbol information is not available for displaying symbols.\n"
6138 msgstr ""
6140 #: readelf.c:9416
6141 #, c-format
6142 msgid ""
6143 "\n"
6144 "Histogram for bucket list length (total of %lu buckets):\n"
6145 msgstr ""
6147 #: readelf.c:9418 readelf.c:9488
6148 #, c-format
6149 msgid " Length  Number     %% of total  Coverage\n"
6150 msgstr ""
6152 #: readelf.c:9486
6153 #, c-format
6154 msgid ""
6155 "\n"
6156 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
6157 msgstr ""
6159 #: readelf.c:9552
6160 #, c-format
6161 msgid ""
6162 "\n"
6163 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
6164 msgstr ""
6166 #: readelf.c:9555
6167 #, c-format
6168 msgid " Num: Name                           BoundTo     Flags\n"
6169 msgstr ""
6171 #: readelf.c:9564
6172 #, c-format
6173 msgid "<corrupt: %19ld>"
6174 msgstr ""
6176 #: readelf.c:9646
6177 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc"
6178 msgstr ""
6180 #: readelf.c:9813
6181 #, c-format
6182 msgid ""
6183 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
6184 "number %d\n"
6185 msgstr ""
6187 #: readelf.c:10138
6188 #, c-format
6189 msgid "unable to apply unsupported reloc type %d to section %s\n"
6190 msgstr ""
6192 #: readelf.c:10146
6193 #, c-format
6194 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
6195 msgstr ""
6197 #: readelf.c:10155
6198 #, c-format
6199 msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
6200 msgstr ""
6202 #: readelf.c:10177
6203 #, c-format
6204 msgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
6205 msgstr ""
6207 #: readelf.c:10223
6208 #, c-format
6209 msgid ""
6210 "\n"
6211 "Assembly dump of section %s\n"
6212 msgstr ""
6214 #: readelf.c:10244
6215 #, c-format
6216 msgid ""
6217 "\n"
6218 "Section '%s' has no data to dump.\n"
6219 msgstr ""
6221 #: readelf.c:10250
6222 msgid "section contents"
6223 msgstr ""
6225 #: readelf.c:10269
6226 #, c-format
6227 msgid ""
6228 "\n"
6229 "String dump of section '%s':\n"
6230 msgstr ""
6232 #: readelf.c:10287
6233 #, c-format
6234 msgid ""
6235 "  Note: This section has relocations against it, but these have NOT been "
6236 "applied to this dump.\n"
6237 msgstr ""
6239 #: readelf.c:10318
6240 #, c-format
6241 msgid "  No strings found in this section."
6242 msgstr ""
6244 #: readelf.c:10340
6245 #, c-format
6246 msgid ""
6247 "\n"
6248 "Hex dump of section '%s':\n"
6249 msgstr ""
6251 #: readelf.c:10364
6252 #, c-format
6253 msgid ""
6254 " NOTE: This section has relocations against it, but these have NOT been "
6255 "applied to this dump.\n"
6256 msgstr ""
6258 #: readelf.c:10498
6259 #, c-format
6260 msgid "%s section data"
6261 msgstr ""
6263 #: readelf.c:10568
6264 #, c-format
6265 msgid ""
6266 "\n"
6267 "Section '%s' has no debugging data.\n"
6268 msgstr ""
6270 #. There is no point in dumping the contents of a debugging section
6271 #. which has the NOBITS type - the bits in the file will be random.
6272 #. This can happen when a file containing a .eh_frame section is
6273 #. stripped with the --only-keep-debug command line option.
6274 #: readelf.c:10577
6275 #, c-format
6276 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
6277 msgstr ""
6279 #: readelf.c:10613
6280 #, c-format
6281 msgid "Unrecognized debug section: %s\n"
6282 msgstr ""
6284 #: readelf.c:10641
6285 #, c-format
6286 msgid "Section '%s' was not dumped because it does not exist!\n"
6287 msgstr ""
6289 #: readelf.c:10682
6290 #, c-format
6291 msgid "Section %d was not dumped because it does not exist!\n"
6292 msgstr ""
6294 #: readelf.c:10860 readelf.c:10874 readelf.c:10893 readelf.c:11293
6295 #, c-format
6296 msgid "None\n"
6297 msgstr ""
6299 #: readelf.c:10861
6300 #, c-format
6301 msgid "Application\n"
6302 msgstr ""
6304 #: readelf.c:10862
6305 #, c-format
6306 msgid "Realtime\n"
6307 msgstr ""
6309 #: readelf.c:10863
6310 #, c-format
6311 msgid "Microcontroller\n"
6312 msgstr ""
6314 #: readelf.c:10864
6315 #, c-format
6316 msgid "Application or Realtime\n"
6317 msgstr ""
6319 #: readelf.c:10875 readelf.c:10895 readelf.c:11347 readelf.c:11365
6320 #: readelf.c:11440 readelf.c:11461
6321 #, c-format
6322 msgid "8-byte\n"
6323 msgstr ""
6325 #: readelf.c:10876 readelf.c:11443 readelf.c:11464
6326 #, c-format
6327 msgid "4-byte\n"
6328 msgstr ""
6330 #: readelf.c:10880 readelf.c:10899
6331 #, c-format
6332 msgid "8-byte and up to %d-byte extended\n"
6333 msgstr ""
6335 #: readelf.c:10894
6336 #, c-format
6337 msgid "8-byte, except leaf SP\n"
6338 msgstr ""
6340 #: readelf.c:10910 readelf.c:11000 readelf.c:11479
6341 #, c-format
6342 msgid "flag = %d, vendor = %s\n"
6343 msgstr ""
6345 #: readelf.c:10916
6346 #, c-format
6347 msgid "True\n"
6348 msgstr ""
6350 #: readelf.c:11045 readelf.c:11231
6351 #, c-format
6352 msgid "Hard or soft float\n"
6353 msgstr ""
6355 #: readelf.c:11048
6356 #, c-format
6357 msgid "Hard float\n"
6358 msgstr ""
6360 #: readelf.c:11051 readelf.c:11240
6361 #, c-format
6362 msgid "Soft float\n"
6363 msgstr ""
6365 #: readelf.c:11054
6366 #, c-format
6367 msgid "Single-precision hard float\n"
6368 msgstr ""
6370 #: readelf.c:11071 readelf.c:11097
6371 #, c-format
6372 msgid "Any\n"
6373 msgstr ""
6375 #: readelf.c:11074
6376 #, c-format
6377 msgid "Generic\n"
6378 msgstr ""
6380 #: readelf.c:11103
6381 #, c-format
6382 msgid "Memory\n"
6383 msgstr ""
6385 #: readelf.c:11234
6386 #, c-format
6387 msgid "Hard float (double precision)\n"
6388 msgstr ""
6390 #: readelf.c:11237
6391 #, c-format
6392 msgid "Hard float (single precision)\n"
6393 msgstr ""
6395 #: readelf.c:11243
6396 #, c-format
6397 msgid "Hard float (MIPS32r2 64-bit FPU)\n"
6398 msgstr ""
6400 #: readelf.c:11326
6401 #, c-format
6402 msgid "Not used\n"
6403 msgstr ""
6405 #: readelf.c:11329
6406 #, c-format
6407 msgid "2 bytes\n"
6408 msgstr ""
6410 #: readelf.c:11332
6411 #, c-format
6412 msgid "4 bytes\n"
6413 msgstr ""
6415 #: readelf.c:11350 readelf.c:11368 readelf.c:11446 readelf.c:11467
6416 #, c-format
6417 msgid "16-byte\n"
6418 msgstr ""
6420 #: readelf.c:11383
6421 #, c-format
6422 msgid "DSBT addressing not used\n"
6423 msgstr ""
6425 #: readelf.c:11386
6426 #, c-format
6427 msgid "DSBT addressing used\n"
6428 msgstr ""
6430 #: readelf.c:11401
6431 #, c-format
6432 msgid "Data addressing position-dependent\n"
6433 msgstr ""
6435 #: readelf.c:11404
6436 #, c-format
6437 msgid "Data addressing position-independent, GOT near DP\n"
6438 msgstr ""
6440 #: readelf.c:11407
6441 #, c-format
6442 msgid "Data addressing position-independent, GOT far from DP\n"
6443 msgstr ""
6445 #: readelf.c:11422
6446 #, c-format
6447 msgid "Code addressing position-dependent\n"
6448 msgstr ""
6450 #: readelf.c:11425
6451 #, c-format
6452 msgid "Code addressing position-independent\n"
6453 msgstr ""
6455 #: readelf.c:11531
6456 msgid "attributes"
6457 msgstr ""
6459 #: readelf.c:11552
6460 #, c-format
6461 msgid "ERROR: Bad section length (%d > %d)\n"
6462 msgstr ""
6464 #: readelf.c:11558
6465 #, c-format
6466 msgid "Attribute Section: %s\n"
6467 msgstr ""
6469 #: readelf.c:11583
6470 #, c-format
6471 msgid "ERROR: Bad subsection length (%d > %d)\n"
6472 msgstr ""
6474 #: readelf.c:11595
6475 #, c-format
6476 msgid "File Attributes\n"
6477 msgstr ""
6479 #: readelf.c:11598
6480 #, c-format
6481 msgid "Section Attributes:"
6482 msgstr ""
6484 #: readelf.c:11601
6485 #, c-format
6486 msgid "Symbol Attributes:"
6487 msgstr ""
6489 #: readelf.c:11616
6490 #, c-format
6491 msgid "Unknown tag: %d\n"
6492 msgstr ""
6494 #. ??? Do something sensible, like dump hex.
6495 #: readelf.c:11635
6496 #, c-format
6497 msgid "  Unknown section contexts\n"
6498 msgstr ""
6500 #: readelf.c:11642
6501 #, c-format
6502 msgid "Unknown format '%c'\n"
6503 msgstr ""
6505 #: readelf.c:11693 readelf.c:11715
6506 msgid "<unknown>"
6507 msgstr ""
6509 #: readelf.c:11810 readelf.c:12344
6510 msgid "liblist section data"
6511 msgstr ""
6513 #: readelf.c:11813
6514 #, c-format
6515 msgid ""
6516 "\n"
6517 "Section '.liblist' contains %lu entries:\n"
6518 msgstr ""
6520 #: readelf.c:11815
6521 msgid ""
6522 "     Library              Time Stamp          Checksum   Version Flags\n"
6523 msgstr ""
6525 #: readelf.c:11841
6526 #, c-format
6527 msgid "<corrupt: %9ld>"
6528 msgstr ""
6530 #: readelf.c:11846
6531 msgid " NONE"
6532 msgstr ""
6534 #: readelf.c:11897
6535 msgid "options"
6536 msgstr ""
6538 #: readelf.c:11928
6539 #, c-format
6540 msgid ""
6541 "\n"
6542 "Section '%s' contains %d entries:\n"
6543 msgstr ""
6545 #: readelf.c:12089
6546 msgid "conflict list found without a dynamic symbol table\n"
6547 msgstr ""
6549 #: readelf.c:12106 readelf.c:12121
6550 msgid "conflict"
6551 msgstr ""
6553 #: readelf.c:12131
6554 #, c-format
6555 msgid ""
6556 "\n"
6557 "Section '.conflict' contains %lu entries:\n"
6558 msgstr ""
6560 #: readelf.c:12133
6561 msgid "  Num:    Index       Value  Name"
6562 msgstr ""
6564 #: readelf.c:12145 readelf.c:12234 readelf.c:12305
6565 #, c-format
6566 msgid "<corrupt: %14ld>"
6567 msgstr ""
6569 #: readelf.c:12167
6570 msgid "Global Offset Table data"
6571 msgstr ""
6573 #: readelf.c:12171
6574 #, c-format
6575 msgid ""
6576 "\n"
6577 "Primary GOT:\n"
6578 msgstr ""
6580 #: readelf.c:12172
6581 #, c-format
6582 msgid " Canonical gp value: "
6583 msgstr ""
6585 #: readelf.c:12176 readelf.c:12276
6586 #, c-format
6587 msgid " Reserved entries:\n"
6588 msgstr ""
6590 #: readelf.c:12177
6591 #, c-format
6592 msgid "  %*s %10s %*s Purpose\n"
6593 msgstr ""
6595 #: readelf.c:12178 readelf.c:12195 readelf.c:12211 readelf.c:12278
6596 #: readelf.c:12287
6597 msgid "Address"
6598 msgstr ""
6600 #: readelf.c:12178 readelf.c:12195 readelf.c:12212
6601 msgid "Access"
6602 msgstr ""
6604 #: readelf.c:12179 readelf.c:12196 readelf.c:12213 readelf.c:12278
6605 #: readelf.c:12288
6606 msgid "Initial"
6607 msgstr ""
6609 #: readelf.c:12181
6610 #, c-format
6611 msgid " Lazy resolver\n"
6612 msgstr ""
6614 #: readelf.c:12187
6615 #, c-format
6616 msgid " Module pointer (GNU extension)\n"
6617 msgstr ""
6619 #: readelf.c:12193
6620 #, c-format
6621 msgid " Local entries:\n"
6622 msgstr ""
6624 #: readelf.c:12209
6625 #, c-format
6626 msgid " Global entries:\n"
6627 msgstr ""
6629 #: readelf.c:12214 readelf.c:12289
6630 msgid "Sym.Val."
6631 msgstr ""
6633 #. Note for translators: "Ndx" = abbreviated form of "Index".
6634 #: readelf.c:12217 readelf.c:12289
6635 msgid "Ndx"
6636 msgstr ""
6638 #: readelf.c:12217 readelf.c:12289
6639 msgid "Name"
6640 msgstr ""
6642 #: readelf.c:12271
6643 msgid "Procedure Linkage Table data"
6644 msgstr ""
6646 #: readelf.c:12277
6647 #, c-format
6648 msgid "  %*s %*s Purpose\n"
6649 msgstr ""
6651 #: readelf.c:12280
6652 #, c-format
6653 msgid " PLT lazy resolver\n"
6654 msgstr ""
6656 #: readelf.c:12282
6657 #, c-format
6658 msgid " Module pointer\n"
6659 msgstr ""
6661 #: readelf.c:12285
6662 #, c-format
6663 msgid " Entries:\n"
6664 msgstr ""
6666 #: readelf.c:12352
6667 msgid "liblist string table"
6668 msgstr ""
6670 #: readelf.c:12362
6671 #, c-format
6672 msgid ""
6673 "\n"
6674 "Library list section '%s' contains %lu entries:\n"
6675 msgstr ""
6677 #: readelf.c:12366
6678 msgid "     Library              Time Stamp          Checksum   Version Flags"
6679 msgstr ""
6681 #: readelf.c:12416
6682 msgid "NT_AUXV (auxiliary vector)"
6683 msgstr ""
6685 #: readelf.c:12418
6686 msgid "NT_PRSTATUS (prstatus structure)"
6687 msgstr ""
6689 #: readelf.c:12420
6690 msgid "NT_FPREGSET (floating point registers)"
6691 msgstr ""
6693 #: readelf.c:12422
6694 msgid "NT_PRPSINFO (prpsinfo structure)"
6695 msgstr ""
6697 #: readelf.c:12424
6698 msgid "NT_TASKSTRUCT (task structure)"
6699 msgstr ""
6701 #: readelf.c:12426
6702 msgid "NT_PRXFPREG (user_xfpregs structure)"
6703 msgstr ""
6705 #: readelf.c:12428
6706 msgid "NT_PPC_VMX (ppc Altivec registers)"
6707 msgstr ""
6709 #: readelf.c:12430
6710 msgid "NT_PPC_VSX (ppc VSX registers)"
6711 msgstr ""
6713 #: readelf.c:12432
6714 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
6715 msgstr ""
6717 #: readelf.c:12434
6718 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
6719 msgstr ""
6721 #: readelf.c:12436
6722 msgid "NT_S390_TIMER (s390 timer register)"
6723 msgstr ""
6725 #: readelf.c:12438
6726 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
6727 msgstr ""
6729 #: readelf.c:12440
6730 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
6731 msgstr ""
6733 #: readelf.c:12442
6734 msgid "NT_S390_CTRS (s390 control registers)"
6735 msgstr ""
6737 #: readelf.c:12444
6738 msgid "NT_S390_PREFIX (s390 prefix register)"
6739 msgstr ""
6741 #: readelf.c:12446
6742 msgid "NT_ARM_VFP (arm VFP registers)"
6743 msgstr ""
6745 #: readelf.c:12448
6746 msgid "NT_PSTATUS (pstatus structure)"
6747 msgstr ""
6749 #: readelf.c:12450
6750 msgid "NT_FPREGS (floating point registers)"
6751 msgstr ""
6753 #: readelf.c:12452
6754 msgid "NT_PSINFO (psinfo structure)"
6755 msgstr ""
6757 #: readelf.c:12454
6758 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
6759 msgstr ""
6761 #: readelf.c:12456
6762 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
6763 msgstr ""
6765 #: readelf.c:12458
6766 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
6767 msgstr ""
6769 #: readelf.c:12466
6770 msgid "NT_VERSION (version)"
6771 msgstr ""
6773 #: readelf.c:12468
6774 msgid "NT_ARCH (architecture)"
6775 msgstr ""
6777 #: readelf.c:12473 readelf.c:12496 readelf.c:12575 readelf.c:12633
6778 #: readelf.c:12710
6779 #, c-format
6780 msgid "Unknown note type: (0x%08x)"
6781 msgstr ""
6783 #: readelf.c:12485
6784 msgid "NT_GNU_ABI_TAG (ABI version tag)"
6785 msgstr ""
6787 #: readelf.c:12487
6788 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
6789 msgstr ""
6791 #: readelf.c:12489
6792 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
6793 msgstr ""
6795 #: readelf.c:12491
6796 msgid "NT_GNU_GOLD_VERSION (gold version)"
6797 msgstr ""
6799 #: readelf.c:12509
6800 #, c-format
6801 msgid "    Build ID: "
6802 msgstr ""
6804 #: readelf.c:12548
6805 #, c-format
6806 msgid "    OS: %s, ABI: %ld.%ld.%ld\n"
6807 msgstr ""
6809 #. NetBSD core "procinfo" structure.
6810 #: readelf.c:12565
6811 msgid "NetBSD procinfo structure"
6812 msgstr ""
6814 #: readelf.c:12592 readelf.c:12606
6815 msgid "PT_GETREGS (reg structure)"
6816 msgstr ""
6818 #: readelf.c:12594 readelf.c:12608
6819 msgid "PT_GETFPREGS (fpreg structure)"
6820 msgstr ""
6822 #: readelf.c:12627
6823 msgid "NT_STAPSDT (SystemTap probe descriptors)"
6824 msgstr ""
6826 #: readelf.c:12660
6827 #, c-format
6828 msgid "    Provider: %s\n"
6829 msgstr ""
6831 #: readelf.c:12661
6832 #, c-format
6833 msgid "    Name: %s\n"
6834 msgstr ""
6836 #: readelf.c:12662
6837 #, c-format
6838 msgid "    Location: "
6839 msgstr ""
6841 #: readelf.c:12664
6842 #, c-format
6843 msgid ", Base: "
6844 msgstr ""
6846 #: readelf.c:12666
6847 #, c-format
6848 msgid ", Semaphore: "
6849 msgstr ""
6851 #: readelf.c:12669
6852 #, c-format
6853 msgid "    Arguments: %s\n"
6854 msgstr ""
6856 #: readelf.c:12682
6857 msgid "NT_VMS_MHD (module header)"
6858 msgstr ""
6860 #: readelf.c:12684
6861 msgid "NT_VMS_LNM (language name)"
6862 msgstr ""
6864 #: readelf.c:12686
6865 msgid "NT_VMS_SRC (source files)"
6866 msgstr ""
6868 #: readelf.c:12690
6869 msgid "NT_VMS_EIDC (consistency check)"
6870 msgstr ""
6872 #: readelf.c:12692
6873 msgid "NT_VMS_FPMODE (FP mode)"
6874 msgstr ""
6876 #: readelf.c:12696
6877 msgid "NT_VMS_IMGNAM (image name)"
6878 msgstr ""
6880 #: readelf.c:12698
6881 msgid "NT_VMS_IMGID (image id)"
6882 msgstr ""
6884 #: readelf.c:12700
6885 msgid "NT_VMS_LINKID (link id)"
6886 msgstr ""
6888 #: readelf.c:12702
6889 msgid "NT_VMS_IMGBID (build id)"
6890 msgstr ""
6892 #: readelf.c:12704
6893 msgid "NT_VMS_GSTNAM (sym table name)"
6894 msgstr ""
6896 #: readelf.c:12724
6897 #, c-format
6898 msgid "    Creation date  : %.17s\n"
6899 msgstr ""
6901 #: readelf.c:12725
6902 #, c-format
6903 msgid "    Last patch date: %.17s\n"
6904 msgstr ""
6906 #: readelf.c:12726
6907 #, c-format
6908 msgid "    Module name    : %s\n"
6909 msgstr ""
6911 #: readelf.c:12727
6912 #, c-format
6913 msgid "    Module version : %s\n"
6914 msgstr ""
6916 #: readelf.c:12730
6917 #, c-format
6918 msgid "    Invalid size\n"
6919 msgstr ""
6921 #: readelf.c:12733
6922 #, c-format
6923 msgid "   Language: %s\n"
6924 msgstr ""
6926 #: readelf.c:12737
6927 #, c-format
6928 msgid "   Floating Point mode: "
6929 msgstr ""
6931 #: readelf.c:12742
6932 #, c-format
6933 msgid "   Link time: "
6934 msgstr ""
6936 #: readelf.c:12748
6937 #, c-format
6938 msgid "   Patch time: "
6939 msgstr ""
6941 #: readelf.c:12754
6942 #, c-format
6943 msgid "   Major id: %u,  minor id: %u\n"
6944 msgstr ""
6946 #: readelf.c:12757
6947 #, c-format
6948 msgid "   Last modified  : "
6949 msgstr ""
6951 #: readelf.c:12760
6952 #, c-format
6953 msgid ""
6954 "\n"
6955 "   Link flags  : "
6956 msgstr ""
6958 #: readelf.c:12763
6959 #, c-format
6960 msgid "   Header flags: 0x%08x\n"
6961 msgstr ""
6963 #: readelf.c:12765
6964 #, c-format
6965 msgid "   Image id    : %s\n"
6966 msgstr ""
6968 #: readelf.c:12769
6969 #, c-format
6970 msgid "    Image name: %s\n"
6971 msgstr ""
6973 #: readelf.c:12772
6974 #, c-format
6975 msgid "    Global symbol table name: %s\n"
6976 msgstr ""
6978 #: readelf.c:12775
6979 #, c-format
6980 msgid "    Image id: %s\n"
6981 msgstr ""
6983 #: readelf.c:12778
6984 #, c-format
6985 msgid "    Linker id: %s\n"
6986 msgstr ""
6988 #: readelf.c:12853
6989 msgid "notes"
6990 msgstr ""
6992 #: readelf.c:12859
6993 #, c-format
6994 msgid ""
6995 "\n"
6996 "Notes at offset 0x%08lx with length 0x%08lx:\n"
6997 msgstr ""
6999 #: readelf.c:12861
7000 #, c-format
7001 msgid "  %-20s %10s\tDescription\n"
7002 msgstr ""
7004 #: readelf.c:12861
7005 msgid "Owner"
7006 msgstr ""
7008 #: readelf.c:12861
7009 msgid "Data size"
7010 msgstr ""
7012 #: readelf.c:12899 readelf.c:12912
7013 #, c-format
7014 msgid "corrupt note found at offset %lx into core notes\n"
7015 msgstr ""
7017 #: readelf.c:12901 readelf.c:12914
7018 #, c-format
7019 msgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
7020 msgstr ""
7022 #: readelf.c:13010
7023 #, c-format
7024 msgid "No note segments present in the core file.\n"
7025 msgstr ""
7027 #: readelf.c:13102
7028 msgid ""
7029 "This instance of readelf has been built without support for a\n"
7030 "64 bit data type and so it cannot read 64 bit ELF files.\n"
7031 msgstr ""
7033 #: readelf.c:13149
7034 #, c-format
7035 msgid "%s: Failed to read file header\n"
7036 msgstr ""
7038 #: readelf.c:13163
7039 #, c-format
7040 msgid ""
7041 "\n"
7042 "File: %s\n"
7043 msgstr ""
7045 #: readelf.c:13335
7046 #, c-format
7047 msgid "%s: unable to dump the index as none was found\n"
7048 msgstr ""
7050 #: readelf.c:13341
7051 #, c-format
7052 msgid "Index of archive %s: (%ld entries, 0x%lx bytes in the symbol table)\n"
7053 msgstr ""
7055 #: readelf.c:13359
7056 #, c-format
7057 msgid "Binary %s contains:\n"
7058 msgstr ""
7060 #: readelf.c:13367
7061 #, c-format
7062 msgid "%s: end of the symbol table reached before the end of the index\n"
7063 msgstr ""
7065 #: readelf.c:13378
7066 #, c-format
7067 msgid ""
7068 "%s: symbols remain in the index symbol table, but without corresponding "
7069 "entries in the index table\n"
7070 msgstr ""
7072 #: readelf.c:13383
7073 #, c-format
7074 msgid "%s: failed to seek back to start of object files in the archive\n"
7075 msgstr ""
7077 #: readelf.c:13466 readelf.c:13549
7078 #, c-format
7079 msgid "Input file '%s' is not readable.\n"
7080 msgstr ""
7082 #: readelf.c:13488
7083 #, c-format
7084 msgid "%s: failed to seek to archive member.\n"
7085 msgstr ""
7087 #: readelf.c:13567
7088 #, c-format
7089 msgid "File %s is not an archive so its index cannot be displayed.\n"
7090 msgstr ""
7092 #: rename.c:124
7093 #, c-format
7094 msgid "%s: cannot set time: %s"
7095 msgstr ""
7097 #. We have to clean up here.
7098 #: rename.c:159 rename.c:197
7099 #, c-format
7100 msgid "unable to rename '%s'; reason: %s"
7101 msgstr ""
7103 #: rename.c:205
7104 #, c-format
7105 msgid "unable to copy file '%s'; reason: %s"
7106 msgstr ""
7108 #: resbin.c:120
7109 #, c-format
7110 msgid "%s: not enough binary data"
7111 msgstr ""
7113 #: resbin.c:136
7114 msgid "null terminated unicode string"
7115 msgstr ""
7117 #: resbin.c:163 resbin.c:169
7118 msgid "resource ID"
7119 msgstr ""
7121 #: resbin.c:208
7122 msgid "cursor"
7123 msgstr ""
7125 #: resbin.c:239 resbin.c:246
7126 msgid "menu header"
7127 msgstr ""
7129 #: resbin.c:255
7130 msgid "menuex header"
7131 msgstr ""
7133 #: resbin.c:259
7134 msgid "menuex offset"
7135 msgstr ""
7137 #: resbin.c:264
7138 #, c-format
7139 msgid "unsupported menu version %d"
7140 msgstr ""
7142 #: resbin.c:289 resbin.c:304 resbin.c:366
7143 msgid "menuitem header"
7144 msgstr ""
7146 #: resbin.c:396
7147 msgid "menuitem"
7148 msgstr ""
7150 #: resbin.c:433 resbin.c:461
7151 msgid "dialog header"
7152 msgstr ""
7154 #: resbin.c:451
7155 #, c-format
7156 msgid "unexpected DIALOGEX version %d"
7157 msgstr ""
7159 #: resbin.c:496
7160 msgid "dialog font point size"
7161 msgstr ""
7163 #: resbin.c:504
7164 msgid "dialogex font information"
7165 msgstr ""
7167 #: resbin.c:530 resbin.c:548
7168 msgid "dialog control"
7169 msgstr ""
7171 #: resbin.c:540
7172 msgid "dialogex control"
7173 msgstr ""
7175 #: resbin.c:569
7176 msgid "dialog control end"
7177 msgstr ""
7179 #: resbin.c:581
7180 msgid "dialog control data"
7181 msgstr ""
7183 #: resbin.c:621
7184 msgid "stringtable string length"
7185 msgstr ""
7187 #: resbin.c:631
7188 msgid "stringtable string"
7189 msgstr ""
7191 #: resbin.c:661
7192 msgid "fontdir header"
7193 msgstr ""
7195 #: resbin.c:675
7196 msgid "fontdir"
7197 msgstr ""
7199 #: resbin.c:692
7200 msgid "fontdir device name"
7201 msgstr ""
7203 #: resbin.c:698
7204 msgid "fontdir face name"
7205 msgstr ""
7207 #: resbin.c:738
7208 msgid "accelerator"
7209 msgstr ""
7211 #: resbin.c:797
7212 msgid "group cursor header"
7213 msgstr ""
7215 #: resbin.c:801 resrc.c:1355
7216 #, c-format
7217 msgid "unexpected group cursor type %d"
7218 msgstr ""
7220 #: resbin.c:816
7221 msgid "group cursor"
7222 msgstr ""
7224 #: resbin.c:852
7225 msgid "group icon header"
7226 msgstr ""
7228 #: resbin.c:856 resrc.c:1302
7229 #, c-format
7230 msgid "unexpected group icon type %d"
7231 msgstr ""
7233 #: resbin.c:871
7234 msgid "group icon"
7235 msgstr ""
7237 #: resbin.c:935 resbin.c:1173
7238 msgid "unexpected version string"
7239 msgstr ""
7241 #: resbin.c:966
7242 #, c-format
7243 msgid "version length %d does not match resource length %lu"
7244 msgstr ""
7246 #: resbin.c:970
7247 #, c-format
7248 msgid "unexpected version type %d"
7249 msgstr ""
7251 #: resbin.c:982
7252 #, c-format
7253 msgid "unexpected fixed version information length %ld"
7254 msgstr ""
7256 #: resbin.c:985
7257 msgid "fixed version info"
7258 msgstr ""
7260 #: resbin.c:989
7261 #, c-format
7262 msgid "unexpected fixed version signature %lu"
7263 msgstr ""
7265 #: resbin.c:993
7266 #, c-format
7267 msgid "unexpected fixed version info version %lu"
7268 msgstr ""
7270 #: resbin.c:1022
7271 msgid "version var info"
7272 msgstr ""
7274 #: resbin.c:1039
7275 #, c-format
7276 msgid "unexpected stringfileinfo value length %ld"
7277 msgstr ""
7279 #: resbin.c:1059
7280 msgid "version stringtable"
7281 msgstr ""
7283 #: resbin.c:1067
7284 #, c-format
7285 msgid "unexpected version stringtable value length %ld"
7286 msgstr ""
7288 #: resbin.c:1084
7289 msgid "version string"
7290 msgstr ""
7292 #: resbin.c:1101
7293 #, c-format
7294 msgid "unexpected version string length %ld != %ld + %ld"
7295 msgstr ""
7297 #: resbin.c:1108
7298 #, c-format
7299 msgid "unexpected version string length %ld < %ld"
7300 msgstr ""
7302 #: resbin.c:1133
7303 #, c-format
7304 msgid "unexpected varfileinfo value length %ld"
7305 msgstr ""
7307 #: resbin.c:1152
7308 msgid "version varfileinfo"
7309 msgstr ""
7311 #: resbin.c:1167
7312 #, c-format
7313 msgid "unexpected version value length %ld"
7314 msgstr ""
7316 #: rescoff.c:124
7317 msgid "filename required for COFF input"
7318 msgstr ""
7320 #: rescoff.c:141
7321 #, c-format
7322 msgid "%s: no resource section"
7323 msgstr ""
7325 #: rescoff.c:173
7326 #, c-format
7327 msgid "%s: %s: address out of bounds"
7328 msgstr ""
7330 #: rescoff.c:190
7331 msgid "directory"
7332 msgstr ""
7334 #: rescoff.c:218
7335 msgid "named directory entry"
7336 msgstr ""
7338 #: rescoff.c:227
7339 msgid "directory entry name"
7340 msgstr ""
7342 #: rescoff.c:247
7343 msgid "named subdirectory"
7344 msgstr ""
7346 #: rescoff.c:255
7347 msgid "named resource"
7348 msgstr ""
7350 #: rescoff.c:270
7351 msgid "ID directory entry"
7352 msgstr ""
7354 #: rescoff.c:287
7355 msgid "ID subdirectory"
7356 msgstr ""
7358 #: rescoff.c:295
7359 msgid "ID resource"
7360 msgstr ""
7362 #: rescoff.c:320
7363 msgid "resource type unknown"
7364 msgstr ""
7366 #: rescoff.c:323
7367 msgid "data entry"
7368 msgstr ""
7370 #: rescoff.c:331
7371 msgid "resource data"
7372 msgstr ""
7374 #: rescoff.c:336
7375 msgid "resource data size"
7376 msgstr ""
7378 #: rescoff.c:431
7379 msgid "filename required for COFF output"
7380 msgstr ""
7382 #: rescoff.c:715
7383 msgid "can't get BFD_RELOC_RVA relocation type"
7384 msgstr ""
7386 #: resrc.c:262 resrc.c:333
7387 #, c-format
7388 msgid "can't open temporary file `%s': %s"
7389 msgstr ""
7391 #: resrc.c:268
7392 #, c-format
7393 msgid "can't redirect stdout: `%s': %s"
7394 msgstr ""
7396 #: resrc.c:329
7397 #, c-format
7398 msgid "can't execute `%s': %s"
7399 msgstr ""
7401 #: resrc.c:338
7402 #, c-format
7403 msgid "Using temporary file `%s' to read preprocessor output\n"
7404 msgstr ""
7406 #: resrc.c:345
7407 #, c-format
7408 msgid "can't popen `%s': %s"
7409 msgstr ""
7411 #: resrc.c:347
7412 #, c-format
7413 msgid "Using popen to read preprocessor output\n"
7414 msgstr ""
7416 #: resrc.c:413
7417 #, c-format
7418 msgid "Tried `%s'\n"
7419 msgstr ""
7421 #: resrc.c:424
7422 #, c-format
7423 msgid "Using `%s'\n"
7424 msgstr ""
7426 #: resrc.c:608
7427 msgid "preprocessing failed."
7428 msgstr ""
7430 #: resrc.c:639
7431 #, c-format
7432 msgid "%s: unexpected EOF"
7433 msgstr ""
7435 #: resrc.c:688
7436 #, c-format
7437 msgid "%s: read of %lu returned %lu"
7438 msgstr ""
7440 #: resrc.c:727 resrc.c:1502
7441 #, c-format
7442 msgid "stat failed on bitmap file `%s': %s"
7443 msgstr ""
7445 #: resrc.c:778
7446 #, c-format
7447 msgid "cursor file `%s' does not contain cursor data"
7448 msgstr ""
7450 #: resrc.c:810 resrc.c:1210
7451 #, c-format
7452 msgid "%s: fseek to %lu failed: %s"
7453 msgstr ""
7455 #: resrc.c:936
7456 msgid "help ID requires DIALOGEX"
7457 msgstr ""
7459 #: resrc.c:938
7460 msgid "control data requires DIALOGEX"
7461 msgstr ""
7463 #: resrc.c:966
7464 #, c-format
7465 msgid "stat failed on font file `%s': %s"
7466 msgstr ""
7468 #: resrc.c:1179
7469 #, c-format
7470 msgid "icon file `%s' does not contain icon data"
7471 msgstr ""
7473 #: resrc.c:1724 resrc.c:1759
7474 #, c-format
7475 msgid "stat failed on file `%s': %s"
7476 msgstr ""
7478 #: resrc.c:1958
7479 #, c-format
7480 msgid "can't open `%s' for output: %s"
7481 msgstr ""
7483 #: size.c:79
7484 #, c-format
7485 msgid " Displays the sizes of sections inside binary files\n"
7486 msgstr ""
7488 #: size.c:80
7489 #, c-format
7490 msgid " If no input file(s) are specified, a.out is assumed\n"
7491 msgstr ""
7493 #: size.c:81
7494 #, c-format
7495 msgid ""
7496 " The options are:\n"
7497 "  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
7498 "  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or "
7499 "hex\n"
7500 "  -t        --totals                  Display the total sizes (Berkeley "
7501 "only)\n"
7502 "            --common                  Display total size for *COM* syms\n"
7503 "            --target=<bfdname>        Set the binary file format\n"
7504 "            @<file>                   Read options from <file>\n"
7505 "  -h        --help                    Display this information\n"
7506 "  -v        --version                 Display the program's version\n"
7507 "\n"
7508 msgstr ""
7510 #: size.c:160
7511 #, c-format
7512 msgid "invalid argument to --format: %s"
7513 msgstr ""
7515 #: size.c:187
7516 #, c-format
7517 msgid "Invalid radix: %s\n"
7518 msgstr ""
7520 #: srconv.c:1733
7521 #, c-format
7522 msgid "Convert a COFF object file into a SYSROFF object file\n"
7523 msgstr ""
7525 #: srconv.c:1734
7526 #, c-format
7527 msgid ""
7528 " The options are:\n"
7529 "  -q --quick       (Obsolete - ignored)\n"
7530 "  -n --noprescan   Do not perform a scan to convert commons into defs\n"
7531 "  -d --debug       Display information about what is being done\n"
7532 "  @<file>          Read options from <file>\n"
7533 "  -h --help        Display this information\n"
7534 "  -v --version     Print the program's version number\n"
7535 msgstr ""
7537 #: srconv.c:1880
7538 #, c-format
7539 msgid "unable to open output file %s"
7540 msgstr ""
7542 #: stabs.c:328 stabs.c:1717
7543 msgid "numeric overflow"
7544 msgstr ""
7546 #: stabs.c:338
7547 #, c-format
7548 msgid "Bad stab: %s\n"
7549 msgstr ""
7551 #: stabs.c:346
7552 #, c-format
7553 msgid "Warning: %s: %s\n"
7554 msgstr ""
7556 #: stabs.c:456
7557 #, c-format
7558 msgid "N_LBRAC not within function\n"
7559 msgstr ""
7561 #: stabs.c:495
7562 #, c-format
7563 msgid "Too many N_RBRACs\n"
7564 msgstr ""
7566 #: stabs.c:727
7567 msgid "unknown C++ encoded name"
7568 msgstr ""
7570 #. Complain and keep going, so compilers can invent new
7571 #. cross-reference types.
7572 #: stabs.c:1262
7573 msgid "unrecognized cross reference type"
7574 msgstr ""
7576 #. Does this actually ever happen?  Is that why we are worrying
7577 #. about dealing with it rather than just calling error_type?
7578 #: stabs.c:1809
7579 msgid "missing index type"
7580 msgstr ""
7582 #: stabs.c:2129
7583 msgid "unknown virtual character for baseclass"
7584 msgstr ""
7586 #: stabs.c:2147
7587 msgid "unknown visibility character for baseclass"
7588 msgstr ""
7590 #: stabs.c:2337
7591 msgid "unnamed $vb type"
7592 msgstr ""
7594 #: stabs.c:2343
7595 msgid "unrecognized C++ abbreviation"
7596 msgstr ""
7598 #: stabs.c:2419
7599 msgid "unknown visibility character for field"
7600 msgstr ""
7602 #: stabs.c:2679
7603 msgid "const/volatile indicator missing"
7604 msgstr ""
7606 #: stabs.c:2924
7607 #, c-format
7608 msgid "No mangling for \"%s\"\n"
7609 msgstr ""
7611 #: stabs.c:3224
7612 msgid "Undefined N_EXCL"
7613 msgstr ""
7615 #: stabs.c:3304
7616 #, c-format
7617 msgid "Type file number %d out of range\n"
7618 msgstr ""
7620 #: stabs.c:3309
7621 #, c-format
7622 msgid "Type index number %d out of range\n"
7623 msgstr ""
7625 #: stabs.c:3388
7626 #, c-format
7627 msgid "Unrecognized XCOFF type %d\n"
7628 msgstr ""
7630 #: stabs.c:3680
7631 #, c-format
7632 msgid "bad mangled name `%s'\n"
7633 msgstr ""
7635 #: stabs.c:3775
7636 #, c-format
7637 msgid "no argument types in mangled string\n"
7638 msgstr ""
7640 #: stabs.c:5125
7641 #, c-format
7642 msgid "Demangled name is not a function\n"
7643 msgstr ""
7645 #: stabs.c:5167
7646 #, c-format
7647 msgid "Unexpected type in v3 arglist demangling\n"
7648 msgstr ""
7650 #: stabs.c:5234
7651 #, c-format
7652 msgid "Unrecognized demangle component %d\n"
7653 msgstr ""
7655 #: stabs.c:5286
7656 #, c-format
7657 msgid "Failed to print demangled template\n"
7658 msgstr ""
7660 #: stabs.c:5366
7661 #, c-format
7662 msgid "Couldn't get demangled builtin type\n"
7663 msgstr ""
7665 #: stabs.c:5415
7666 #, c-format
7667 msgid "Unexpected demangled varargs\n"
7668 msgstr ""
7670 #: stabs.c:5422
7671 #, c-format
7672 msgid "Unrecognized demangled builtin type\n"
7673 msgstr ""
7675 #: strings.c:186 strings.c:245
7676 #, c-format
7677 msgid "invalid integer argument %s"
7678 msgstr ""
7680 #: strings.c:248
7681 #, c-format
7682 msgid "invalid minimum string length %d"
7683 msgstr ""
7685 #: strings.c:651
7686 #, c-format
7687 msgid " Display printable strings in [file(s)] (stdin by default)\n"
7688 msgstr ""
7690 #: strings.c:652
7691 #, c-format
7692 msgid ""
7693 " The options are:\n"
7694 "  -a - --all                Scan the entire file, not just the data section\n"
7695 "  -f --print-file-name      Print the name of the file before each string\n"
7696 "  -n --bytes=[number]       Locate & print any NUL-terminated sequence of "
7697 "at\n"
7698 "  -<number>                   least [number] characters (default 4).\n"
7699 "  -t --radix={o,d,x}        Print the location of the string in base 8, 10 "
7700 "or 16\n"
7701 "  -o                        An alias for --radix=o\n"
7702 "  -T --target=<BFDNAME>     Specify the binary file format\n"
7703 "  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
7704 "                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
7705 "bit\n"
7706 "  @<file>                   Read options from <file>\n"
7707 "  -h --help                 Display this information\n"
7708 "  -v -V --version           Print the program's version number\n"
7709 msgstr ""
7711 #: sysdump.c:66
7712 msgid "*undefined*"
7713 msgstr ""
7715 #: sysdump.c:137
7716 #, c-format
7717 msgid "SUM IS %x\n"
7718 msgstr ""
7720 #: sysdump.c:503
7721 #, c-format
7722 msgid "GOT A %x\n"
7723 msgstr ""
7725 #: sysdump.c:521
7726 #, c-format
7727 msgid "WANTED %x!!\n"
7728 msgstr ""
7730 #: sysdump.c:539
7731 msgid "SYMBOL INFO"
7732 msgstr ""
7734 #: sysdump.c:557
7735 msgid "DERIVED TYPE"
7736 msgstr ""
7738 #: sysdump.c:614
7739 msgid "MODULE***\n"
7740 msgstr ""
7742 #: sysdump.c:647
7743 #, c-format
7744 msgid "Print a human readable interpretation of a SYSROFF object file\n"
7745 msgstr ""
7747 #: sysdump.c:648
7748 #, c-format
7749 msgid ""
7750 " The options are:\n"
7751 "  -h --help        Display this information\n"
7752 "  -v --version     Print the program's version number\n"
7753 msgstr ""
7755 #: sysdump.c:715
7756 #, c-format
7757 msgid "cannot open input file %s"
7758 msgstr ""
7760 #: version.c:36
7761 #, c-format
7762 msgid "Copyright 2011 Free Software Foundation, Inc.\n"
7763 msgstr ""
7765 #: version.c:37
7766 #, c-format
7767 msgid ""
7768 "This program is free software; you may redistribute it under the terms of\n"
7769 "the GNU General Public License version 3 or (at your option) any later "
7770 "version.\n"
7771 "This program has absolutely no warranty.\n"
7772 msgstr ""
7774 #: windmc.c:190
7775 #, c-format
7776 msgid "can't create %s file `%s' for output.\n"
7777 msgstr ""
7779 #: windmc.c:198
7780 #, c-format
7781 msgid "Usage: %s [option(s)] [input-file]\n"
7782 msgstr ""
7784 #: windmc.c:200
7785 #, c-format
7786 msgid ""
7787 " The options are:\n"
7788 "  -a --ascii_in                Read input file as ASCII file\n"
7789 "  -A --ascii_out               Write binary messages as ASCII\n"
7790 "  -b --binprefix               .bin filename is prefixed by .mc filename_ "
7791 "for uniqueness.\n"
7792 "  -c --customflag              Set custom flags for messages\n"
7793 "  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
7794 "  -d --decimal_values          Print values to text files decimal\n"
7795 "  -e --extension=<extension>   Set header extension used on export header "
7796 "file\n"
7797 "  -F --target <target>         Specify output target for endianness.\n"
7798 "  -h --headerdir=<directory>   Set the export directory for headers\n"
7799 "  -u --unicode_in              Read input file as UTF16 file\n"
7800 "  -U --unicode_out             Write binary messages as UFT16\n"
7801 "  -m --maxlength=<val>         Set the maximal allowed message length\n"
7802 "  -n --nullterminate           Automatic add a zero termination to strings\n"
7803 "  -o --hresult_use             Use HRESULT definition instead of status code "
7804 "definition\n"
7805 "  -O --codepage_out=<val>      Set codepage used for writing text file\n"
7806 "  -r --rcdir=<directory>       Set the export directory for rc files\n"
7807 "  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
7808 "                               that maps message ID's to their symbolic "
7809 "name.\n"
7810 msgstr ""
7812 #: windmc.c:220
7813 #, c-format
7814 msgid ""
7815 "  -H --help                    Print this help message\n"
7816 "  -v --verbose                 Verbose - tells you what it's doing\n"
7817 "  -V --version                 Print version information\n"
7818 msgstr ""
7820 #: windmc.c:261 windres.c:411
7821 #, c-format
7822 msgid "%s: warning: "
7823 msgstr ""
7825 #: windmc.c:262
7826 #, c-format
7827 msgid "A codepage was specified switch `%s' and UTF16.\n"
7828 msgstr ""
7830 #: windmc.c:263
7831 #, c-format
7832 msgid "\tcodepage settings are ignored.\n"
7833 msgstr ""
7835 #: windmc.c:307
7836 msgid "try to add a ill language."
7837 msgstr ""
7839 #: windmc.c:1116
7840 #, c-format
7841 msgid "unable to open file `%s' for input.\n"
7842 msgstr ""
7844 #: windmc.c:1124
7845 #, c-format
7846 msgid "unable to read contents of %s"
7847 msgstr ""
7849 #: windmc.c:1136
7850 msgid "input file does not seems to be UFT16.\n"
7851 msgstr ""
7853 #: windres.c:216
7854 #, c-format
7855 msgid "can't open %s `%s': %s"
7856 msgstr ""
7858 #: windres.c:390
7859 #, c-format
7860 msgid ": expected to be a directory\n"
7861 msgstr ""
7863 #: windres.c:402
7864 #, c-format
7865 msgid ": expected to be a leaf\n"
7866 msgstr ""
7868 #: windres.c:413
7869 #, c-format
7870 msgid ": duplicate value\n"
7871 msgstr ""
7873 #: windres.c:563
7874 #, c-format
7875 msgid "unknown format type `%s'"
7876 msgstr ""
7878 #: windres.c:564
7879 #, c-format
7880 msgid "%s: supported formats:"
7881 msgstr ""
7883 #. Otherwise, we give up.
7884 #: windres.c:647
7885 #, c-format
7886 msgid "can not determine type of file `%s'; use the -J option"
7887 msgstr ""
7889 #: windres.c:659
7890 #, c-format
7891 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
7892 msgstr ""
7894 #: windres.c:661
7895 #, c-format
7896 msgid ""
7897 " The options are:\n"
7898 "  -i --input=<file>            Name input file\n"
7899 "  -o --output=<file>           Name output file\n"
7900 "  -J --input-format=<format>   Specify input format\n"
7901 "  -O --output-format=<format>  Specify output format\n"
7902 "  -F --target=<target>         Specify COFF target\n"
7903 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
7904 "     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
7905 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
7906 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
7907 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
7908 "  -v --verbose                 Verbose - tells you what it's doing\n"
7909 "  -c --codepage=<codepage>     Specify default codepage\n"
7910 "  -l --language=<val>          Set language when reading rc file\n"
7911 "     --use-temp-file           Use a temporary file instead of popen to "
7912 "read\n"
7913 "                               the preprocessor output\n"
7914 "     --no-use-temp-file        Use popen (default)\n"
7915 msgstr ""
7917 #: windres.c:679
7918 #, c-format
7919 msgid "     --yydebug                 Turn on parser debugging\n"
7920 msgstr ""
7922 #: windres.c:682
7923 #, c-format
7924 msgid ""
7925 "  -r                           Ignored for compatibility with rc\n"
7926 "  @<file>                      Read options from <file>\n"
7927 "  -h --help                    Print this help message\n"
7928 "  -V --version                 Print version information\n"
7929 msgstr ""
7931 #: windres.c:687
7932 #, c-format
7933 msgid ""
7934 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
7935 "extension if not specified.  A single file name is an input file.\n"
7936 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
7937 msgstr ""
7939 #: windres.c:850
7940 msgid "invalid codepage specified.\n"
7941 msgstr ""
7943 #: windres.c:865
7944 msgid "invalid option -f\n"
7945 msgstr ""
7947 #: windres.c:870
7948 msgid "No filename following the -fo option.\n"
7949 msgstr ""
7951 #: windres.c:959
7952 #, c-format
7953 msgid ""
7954 "Option -I is deprecated for setting the input format, please use -J "
7955 "instead.\n"
7956 msgstr ""
7958 #: windres.c:1072
7959 msgid "no resources"
7960 msgstr ""
7962 #: wrstabs.c:354 wrstabs.c:1915
7963 #, c-format
7964 msgid "string_hash_lookup failed: %s"
7965 msgstr ""
7967 #: wrstabs.c:637
7968 #, c-format
7969 msgid "stab_int_type: bad size %u"
7970 msgstr ""
7972 #: wrstabs.c:1393
7973 #, c-format
7974 msgid "%s: warning: unknown size for field `%s' in struct"
7975 msgstr ""