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