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.
5#
6#, fuzzy
7msgid ""
8msgstr ""
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"
18
19#: addr2line.c:74
20#, c-format
21msgid "Usage: %s [option(s)] [addr(s)]\n"
22msgstr ""
23
24#: addr2line.c:75
25#, c-format
26msgid " Convert addresses into line number/file name pairs.\n"
27msgstr ""
28
29#: addr2line.c:76
30#, c-format
31msgid ""
32" If no addresses are specified on the command line, they will be read from "
33"stdin\n"
34msgstr ""
35
36#: addr2line.c:77
37#, c-format
38msgid ""
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"
51msgstr ""
52
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
57msgid "Report bugs to %s\n"
58msgstr ""
59
60#: addr2line.c:279
61#, c-format
62msgid "%s: cannot get addresses from archive"
63msgstr ""
64
65#: addr2line.c:296
66#, c-format
67msgid "%s: cannot find section %s"
68msgstr ""
69
70#: addr2line.c:362 nm.c:1534 objdump.c:3099
71#, c-format
72msgid "unknown demangling style `%s'"
73msgstr ""
74
75#: ar.c:204
76#, c-format
77msgid "no entry %s in archive\n"
78msgstr ""
79
80#: ar.c:220
81#, c-format
82msgid ""
83"Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] "
84"[count] archive-file file...\n"
85msgstr ""
86
87#: ar.c:223
88#, c-format
89msgid "       %s -M [<mri-script]\n"
90msgstr ""
91
92#: ar.c:224
93#, c-format
94msgid " commands:\n"
95msgstr ""
96
97#: ar.c:225
98#, c-format
99msgid "  d            - delete file(s) from the archive\n"
100msgstr ""
101
102#: ar.c:226
103#, c-format
104msgid "  m[ab]        - move file(s) in the archive\n"
105msgstr ""
106
107#: ar.c:227
108#, c-format
109msgid "  p            - print file(s) found in the archive\n"
110msgstr ""
111
112#: ar.c:228
113#, c-format
114msgid "  q[f]         - quick append file(s) to the archive\n"
115msgstr ""
116
117#: ar.c:229
118#, c-format
119msgid ""
120"  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
121msgstr ""
122
123#: ar.c:230
124#, c-format
125msgid "  t            - display contents of archive\n"
126msgstr ""
127
128#: ar.c:231
129#, c-format
130msgid "  x[o]         - extract file(s) from the archive\n"
131msgstr ""
132
133#: ar.c:232
134#, c-format
135msgid " command specific modifiers:\n"
136msgstr ""
137
138#: ar.c:233
139#, c-format
140msgid "  [a]          - put file(s) after [member-name]\n"
141msgstr ""
142
143#: ar.c:234
144#, c-format
145msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
146msgstr ""
147
148#: ar.c:235
149#, c-format
150msgid "  [N]          - use instance [count] of name\n"
151msgstr ""
152
153#: ar.c:236
154#, c-format
155msgid "  [f]          - truncate inserted file names\n"
156msgstr ""
157
158#: ar.c:237
159#, c-format
160msgid "  [P]          - use full path names when matching\n"
161msgstr ""
162
163#: ar.c:238
164#, c-format
165msgid "  [o]          - preserve original dates\n"
166msgstr ""
167
168#: ar.c:239
169#, c-format
170msgid ""
171"  [u]          - only replace files that are newer than current archive "
172"contents\n"
173msgstr ""
174
175#: ar.c:240
176#, c-format
177msgid " generic modifiers:\n"
178msgstr ""
179
180#: ar.c:241
181#, c-format
182msgid "  [c]          - do not warn if the library had to be created\n"
183msgstr ""
184
185#: ar.c:242
186#, c-format
187msgid "  [s]          - create an archive index (cf. ranlib)\n"
188msgstr ""
189
190#: ar.c:243
191#, c-format
192msgid "  [S]          - do not build a symbol table\n"
193msgstr ""
194
195#: ar.c:244
196#, c-format
197msgid "  [v]          - be verbose\n"
198msgstr ""
199
200#: ar.c:245
201#, c-format
202msgid "  [V]          - display the version number\n"
203msgstr ""
204
205#: ar.c:246
206#, c-format
207msgid "  @<file>      - read options from <file>\n"
208msgstr ""
209
210#: ar.c:253
211#, c-format
212msgid "Usage: %s [options] archive\n"
213msgstr ""
214
215#: ar.c:254
216#, c-format
217msgid " Generate an index to speed access to archives\n"
218msgstr ""
219
220#: ar.c:255
221#, c-format
222msgid ""
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"
227msgstr ""
228
229#: ar.c:487
230msgid "two different operation options specified"
231msgstr ""
232
233#: ar.c:562
234#, c-format
235msgid "illegal option -- %c"
236msgstr ""
237
238#: ar.c:605
239msgid "no operation specified"
240msgstr ""
241
242#: ar.c:608
243msgid "`u' is only meaningful with the `r' option."
244msgstr ""
245
246#: ar.c:616
247msgid "`N' is only meaningful with the `x' and `d' options."
248msgstr ""
249
250#: ar.c:619
251msgid "Value for `N' must be positive."
252msgstr ""
253
254#: ar.c:669
255#, c-format
256msgid "internal error -- this option not implemented"
257msgstr ""
258
259#: ar.c:738
260#, c-format
261msgid "creating %s"
262msgstr ""
263
264#: ar.c:787 ar.c:842 ar.c:1164 objcopy.c:1869
265#, c-format
266msgid "internal stat error on %s"
267msgstr ""
268
269#: ar.c:791
270#, c-format
271msgid ""
272"\n"
273"<%s>\n"
274"\n"
275msgstr ""
276
277#: ar.c:807 ar.c:875
278#, c-format
279msgid "%s is not a valid archive"
280msgstr ""
281
282#: ar.c:1069
283#, c-format
284msgid "No member named `%s'\n"
285msgstr ""
286
287#: ar.c:1119
288#, c-format
289msgid "no entry %s in archive %s!"
290msgstr ""
291
292#: ar.c:1257
293#, c-format
294msgid "%s: no archive map to update"
295msgstr ""
296
297#: arsup.c:88
298#, c-format
299msgid "No entry %s in archive.\n"
300msgstr ""
301
302#: arsup.c:113
303#, c-format
304msgid "Can't open file %s\n"
305msgstr ""
306
307#: arsup.c:163
308#, c-format
309msgid "%s: Can't open output archive %s\n"
310msgstr ""
311
312#: arsup.c:180
313#, c-format
314msgid "%s: Can't open input archive %s\n"
315msgstr ""
316
317#: arsup.c:189
318#, c-format
319msgid "%s: file %s is not an archive\n"
320msgstr ""
321
322#: arsup.c:228
323#, c-format
324msgid "%s: no output archive specified yet\n"
325msgstr ""
326
327#: arsup.c:248 arsup.c:286 arsup.c:328 arsup.c:348 arsup.c:414
328#, c-format
329msgid "%s: no open output archive\n"
330msgstr ""
331
332#: arsup.c:259 arsup.c:369 arsup.c:395
333#, c-format
334msgid "%s: can't open file %s\n"
335msgstr ""
336
337#: arsup.c:313 arsup.c:391 arsup.c:472
338#, c-format
339msgid "%s: can't find module file %s\n"
340msgstr ""
341
342#: arsup.c:423
343#, c-format
344msgid "Current open archive is %s\n"
345msgstr ""
346
347#: arsup.c:447
348#, c-format
349msgid "%s: no open archive\n"
350msgstr ""
351
352#: bin2c.c:84
353#, c-format
354msgid "Usage: %s < input_file > output_file\n"
355msgstr ""
356
357#: bin2c.c:85
358#, c-format
359msgid "Prints bytes from stdin in hex format.\n"
360msgstr ""
361
362#: binemul.c:37
363#, c-format
364msgid "  No emulation specific options\n"
365msgstr ""
366
367#. Macros for common output.
368#: binemul.h:41
369#, c-format
370msgid " emulation options: \n"
371msgstr ""
372
373#: bucomm.c:111
374#, c-format
375msgid "can't set BFD default target to `%s': %s"
376msgstr ""
377
378#: bucomm.c:122
379#, c-format
380msgid "%s: Matching formats:"
381msgstr ""
382
383#: bucomm.c:137
384#, c-format
385msgid "Supported targets:"
386msgstr ""
387
388#: bucomm.c:139
389#, c-format
390msgid "%s: supported targets:"
391msgstr ""
392
393#: bucomm.c:155
394#, c-format
395msgid "Supported architectures:"
396msgstr ""
397
398#: bucomm.c:157
399#, c-format
400msgid "%s: supported architectures:"
401msgstr ""
402
403#: bucomm.c:350
404#, c-format
405msgid "BFD header file version %s\n"
406msgstr ""
407
408#: bucomm.c:499
409#, c-format
410msgid "%s: bad number: %s"
411msgstr ""
412
413#: bucomm.c:516 strings.c:435
414#, c-format
415msgid "'%s': No such file"
416msgstr ""
417
418#: bucomm.c:518 strings.c:437
419#, c-format
420msgid "Warning: could not locate '%s'.  reason: %s"
421msgstr ""
422
423#: bucomm.c:522
424#, c-format
425msgid "Warning: '%s' is not an ordinary file"
426msgstr ""
427
428#: coffdump.c:104
429#, c-format
430msgid "#lines %d "
431msgstr ""
432
433#: coffdump.c:458 sysdump.c:640
434#, c-format
435msgid "Usage: %s [option(s)] in-file\n"
436msgstr ""
437
438#: coffdump.c:459
439#, c-format
440msgid " Print a human readable interpretation of a SYSROFF object file\n"
441msgstr ""
442
443#: coffdump.c:460
444#, c-format
445msgid ""
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"
451msgstr ""
452
453#: coffdump.c:529 srconv.c:1824 sysdump.c:704
454msgid "no input file specified"
455msgstr ""
456
457#: cxxfilt.c:119 nm.c:252 objdump.c:234
458#, c-format
459msgid "Report bugs to %s.\n"
460msgstr ""
461
462#: debug.c:646
463msgid "debug_add_to_current_namespace: no current file"
464msgstr ""
465
466#: debug.c:725
467msgid "debug_start_source: no debug_set_filename call"
468msgstr ""
469
470#: debug.c:781
471msgid "debug_record_function: no debug_set_filename call"
472msgstr ""
473
474#: debug.c:833
475msgid "debug_record_parameter: no current function"
476msgstr ""
477
478#: debug.c:865
479msgid "debug_end_function: no current function"
480msgstr ""
481
482#: debug.c:871
483msgid "debug_end_function: some blocks were not closed"
484msgstr ""
485
486#: debug.c:899
487msgid "debug_start_block: no current block"
488msgstr ""
489
490#: debug.c:935
491msgid "debug_end_block: no current block"
492msgstr ""
493
494#: debug.c:942
495msgid "debug_end_block: attempt to close top level block"
496msgstr ""
497
498#: debug.c:965
499msgid "debug_record_line: no current unit"
500msgstr ""
501
502#. FIXME
503#: debug.c:1018
504msgid "debug_start_common_block: not implemented"
505msgstr ""
506
507#. FIXME
508#: debug.c:1029
509msgid "debug_end_common_block: not implemented"
510msgstr ""
511
512#. FIXME.
513#: debug.c:1113
514msgid "debug_record_label: not implemented"
515msgstr ""
516
517#: debug.c:1135
518msgid "debug_record_variable: no current file"
519msgstr ""
520
521#: debug.c:1663
522msgid "debug_make_undefined_type: unsupported kind"
523msgstr ""
524
525#: debug.c:1840
526msgid "debug_name_type: no current file"
527msgstr ""
528
529#: debug.c:1885
530msgid "debug_tag_type: no current file"
531msgstr ""
532
533#: debug.c:1893
534msgid "debug_tag_type: extra tag attempted"
535msgstr ""
536
537#: debug.c:1930
538#, c-format
539msgid "Warning: changing type size from %d to %d\n"
540msgstr ""
541
542#: debug.c:1952
543msgid "debug_find_named_type: no current compilation unit"
544msgstr ""
545
546#: debug.c:2055
547#, c-format
548msgid "debug_get_real_type: circular debug information for %s\n"
549msgstr ""
550
551#: debug.c:2482
552msgid "debug_write_type: illegal type encountered"
553msgstr ""
554
555#: dlltool.c:797 dlltool.c:823 dlltool.c:854
556#, c-format
557msgid "Internal error: Unknown machine type: %d"
558msgstr ""
559
560#: dlltool.c:890
561#, c-format
562msgid "Can't open def file: %s"
563msgstr ""
564
565#: dlltool.c:895
566#, c-format
567msgid "Processing def file: %s"
568msgstr ""
569
570#: dlltool.c:899
571msgid "Processed def file"
572msgstr ""
573
574#: dlltool.c:923
575#, c-format
576msgid "Syntax error in def file %s:%d"
577msgstr ""
578
579#: dlltool.c:958
580#, c-format
581msgid "%s: Path components stripped from image name, '%s'."
582msgstr ""
583
584#: dlltool.c:967
585#, c-format
586msgid "NAME: %s base: %x"
587msgstr ""
588
589#: dlltool.c:970 dlltool.c:986
590msgid "Can't have LIBRARY and NAME"
591msgstr ""
592
593#: dlltool.c:983
594#, c-format
595msgid "LIBRARY: %s base: %x"
596msgstr ""
597
598#: dlltool.c:1219 resrc.c:293
599#, c-format
600msgid "wait: %s"
601msgstr ""
602
603#: dlltool.c:1224 dllwrap.c:410 resrc.c:298
604#, c-format
605msgid "subprocess got fatal signal %d"
606msgstr ""
607
608#: dlltool.c:1230 dllwrap.c:417 resrc.c:305
609#, c-format
610msgid "%s exited with status %d"
611msgstr ""
612
613#: dlltool.c:1261
614#, c-format
615msgid "Sucking in info from %s section in %s"
616msgstr ""
617
618#: dlltool.c:1386
619#, c-format
620msgid "Excluding symbol: %s"
621msgstr ""
622
623#: dlltool.c:1475 dlltool.c:1486 nm.c:984 nm.c:995
624#, c-format
625msgid "%s: no symbols"
626msgstr ""
627
628#. FIXME: we ought to read in and block out the base relocations.
629#: dlltool.c:1512
630#, c-format
631msgid "Done reading %s"
632msgstr ""
633
634#: dlltool.c:1522
635#, c-format
636msgid "Unable to open object file: %s"
637msgstr ""
638
639#: dlltool.c:1525
640#, c-format
641msgid "Scanning object file %s"
642msgstr ""
643
644#: dlltool.c:1540
645#, c-format
646msgid "Cannot produce mcore-elf dll from archive file: %s"
647msgstr ""
648
649#: dlltool.c:1626
650msgid "Adding exports to output file"
651msgstr ""
652
653#: dlltool.c:1674
654msgid "Added exports to output file"
655msgstr ""
656
657#: dlltool.c:1813
658#, c-format
659msgid "Generating export file: %s"
660msgstr ""
661
662#: dlltool.c:1818
663#, c-format
664msgid "Unable to open temporary assembler file: %s"
665msgstr ""
666
667#: dlltool.c:1821
668#, c-format
669msgid "Opened temporary file: %s"
670msgstr ""
671
672#: dlltool.c:2043
673msgid "Generated exports file"
674msgstr ""
675
676#: dlltool.c:2251
677#, c-format
678msgid "bfd_open failed open stub file: %s"
679msgstr ""
680
681#: dlltool.c:2254
682#, c-format
683msgid "Creating stub file: %s"
684msgstr ""
685
686#: dlltool.c:2672
687#, c-format
688msgid "failed to open temporary head file: %s"
689msgstr ""
690
691#: dlltool.c:2734
692#, c-format
693msgid "failed to open temporary tail file: %s"
694msgstr ""
695
696#: dlltool.c:2809
697#, c-format
698msgid "Can't open .lib file: %s"
699msgstr ""
700
701#: dlltool.c:2812
702#, c-format
703msgid "Creating library file: %s"
704msgstr ""
705
706#: dlltool.c:2895 dlltool.c:2901
707#, c-format
708msgid "cannot delete %s: %s"
709msgstr ""
710
711#: dlltool.c:2906
712msgid "Created lib file"
713msgstr ""
714
715#: dlltool.c:2985
716#, c-format
717msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
718msgstr ""
719
720#: dlltool.c:2991
721#, c-format
722msgid "Error, duplicate EXPORT with oridinals: %s"
723msgstr ""
724
725#: dlltool.c:3096
726msgid "Processing definitions"
727msgstr ""
728
729#: dlltool.c:3128
730msgid "Processed definitions"
731msgstr ""
732
733#. xgetext:c-format
734#: dlltool.c:3135 dllwrap.c:471
735#, c-format
736msgid "Usage %s <option(s)> <object-file(s)>\n"
737msgstr ""
738
739#. xgetext:c-format
740#: dlltool.c:3137
741#, c-format
742msgid ""
743"   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
744msgstr ""
745
746#: dlltool.c:3138
747#, c-format
748msgid ""
749"        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
750"ppc, thumb\n"
751msgstr ""
752
753#: dlltool.c:3139
754#, c-format
755msgid "   -e --output-exp <outname> Generate an export file.\n"
756msgstr ""
757
758#: dlltool.c:3140
759#, c-format
760msgid "   -l --output-lib <outname> Generate an interface library.\n"
761msgstr ""
762
763#: dlltool.c:3141
764#, c-format
765msgid "   -a --add-indirect         Add dll indirects to export file.\n"
766msgstr ""
767
768#: dlltool.c:3142
769#, c-format
770msgid ""
771"   -D --dllname <name>       Name of input dll to put into interface lib.\n"
772msgstr ""
773
774#: dlltool.c:3143
775#, c-format
776msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
777msgstr ""
778
779#: dlltool.c:3144
780#, c-format
781msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
782msgstr ""
783
784#: dlltool.c:3145
785#, c-format
786msgid "      --export-all-symbols   Export all symbols to .def\n"
787msgstr ""
788
789#: dlltool.c:3146
790#, c-format
791msgid "      --no-export-all-symbols  Only export listed symbols\n"
792msgstr ""
793
794#: dlltool.c:3147
795#, c-format
796msgid "      --exclude-symbols <list> Don't export <list>\n"
797msgstr ""
798
799#: dlltool.c:3148
800#, c-format
801msgid "      --no-default-excludes  Clear default exclude symbols\n"
802msgstr ""
803
804#: dlltool.c:3149
805#, c-format
806msgid "   -b --base-file <basefile> Read linker generated base file.\n"
807msgstr ""
808
809#: dlltool.c:3150
810#, c-format
811msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
812msgstr ""
813
814#: dlltool.c:3151
815#, c-format
816msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
817msgstr ""
818
819#: dlltool.c:3152
820#, c-format
821msgid ""
822"   -U --add-underscore       Add underscores to all symbols in interface "
823"library.\n"
824msgstr ""
825
826#: dlltool.c:3153
827#, c-format
828msgid ""
829"      --add-stdcall-underscore Add underscores to stdcall symbols in "
830"interface library.\n"
831msgstr ""
832
833#: dlltool.c:3154
834#, c-format
835msgid "   -k --kill-at              Kill @<n> from exported names.\n"
836msgstr ""
837
838#: dlltool.c:3155
839#, c-format
840msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
841msgstr ""
842
843#: dlltool.c:3156
844#, c-format
845msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
846msgstr ""
847
848#: dlltool.c:3157
849#, c-format
850msgid "   -S --as <name>            Use <name> for assembler.\n"
851msgstr ""
852
853#: dlltool.c:3158
854#, c-format
855msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
856msgstr ""
857
858#: dlltool.c:3159
859#, c-format
860msgid ""
861"   -C --compat-implib        Create backward compatible import library.\n"
862msgstr ""
863
864#: dlltool.c:3160
865#, c-format
866msgid ""
867"   -n --no-delete            Keep temp files (repeat for extra "
868"preservation).\n"
869msgstr ""
870
871#: dlltool.c:3161
872#, c-format
873msgid ""
874"   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
875msgstr ""
876
877#: dlltool.c:3162
878#, c-format
879msgid "   -v --verbose              Be verbose.\n"
880msgstr ""
881
882#: dlltool.c:3163
883#, c-format
884msgid "   -V --version              Display the program version.\n"
885msgstr ""
886
887#: dlltool.c:3164
888#, c-format
889msgid "   -h --help                 Display this information.\n"
890msgstr ""
891
892#: dlltool.c:3165
893#, c-format
894msgid "   @<file>                   Read options from <file>.\n"
895msgstr ""
896
897#: dlltool.c:3167
898#, c-format
899msgid ""
900"   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
901msgstr ""
902
903#: dlltool.c:3168
904#, c-format
905msgid "   -L --linker <name>        Use <name> as the linker.\n"
906msgstr ""
907
908#: dlltool.c:3169
909#, c-format
910msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
911msgstr ""
912
913#: dlltool.c:3292
914#, c-format
915msgid "Path components stripped from dllname, '%s'."
916msgstr ""
917
918#: dlltool.c:3337
919#, c-format
920msgid "Unable to open base-file: %s"
921msgstr ""
922
923#: dlltool.c:3369
924#, c-format
925msgid "Machine '%s' not supported"
926msgstr ""
927
928#: dlltool.c:3473 dllwrap.c:201
929#, c-format
930msgid "Tried file: %s"
931msgstr ""
932
933#: dlltool.c:3480 dllwrap.c:208
934#, c-format
935msgid "Using file: %s"
936msgstr ""
937
938#: dllwrap.c:291
939#, c-format
940msgid "Keeping temporary base file %s"
941msgstr ""
942
943#: dllwrap.c:293
944#, c-format
945msgid "Deleting temporary base file %s"
946msgstr ""
947
948#: dllwrap.c:307
949#, c-format
950msgid "Keeping temporary exp file %s"
951msgstr ""
952
953#: dllwrap.c:309
954#, c-format
955msgid "Deleting temporary exp file %s"
956msgstr ""
957
958#: dllwrap.c:322
959#, c-format
960msgid "Keeping temporary def file %s"
961msgstr ""
962
963#: dllwrap.c:324
964#, c-format
965msgid "Deleting temporary def file %s"
966msgstr ""
967
968#: dllwrap.c:472
969#, c-format
970msgid "  Generic options:\n"
971msgstr ""
972
973#: dllwrap.c:473
974#, c-format
975msgid "   @<file>                Read options from <file>\n"
976msgstr ""
977
978#: dllwrap.c:474
979#, c-format
980msgid "   --quiet, -q            Work quietly\n"
981msgstr ""
982
983#: dllwrap.c:475
984#, c-format
985msgid "   --verbose, -v          Verbose\n"
986msgstr ""
987
988#: dllwrap.c:476
989#, c-format
990msgid "   --version              Print dllwrap version\n"
991msgstr ""
992
993#: dllwrap.c:477
994#, c-format
995msgid "   --implib <outname>     Synonym for --output-lib\n"
996msgstr ""
997
998#: dllwrap.c:478
999#, c-format
1000msgid "  Options for %s:\n"
1001msgstr ""
1002
1003#: dllwrap.c:479
1004#, c-format
1005msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1006msgstr ""
1007
1008#: dllwrap.c:480
1009#, c-format
1010msgid "   --driver-flags <flags> Override default ld flags\n"
1011msgstr ""
1012
1013#: dllwrap.c:481
1014#, c-format
1015msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1016msgstr ""
1017
1018#: dllwrap.c:482
1019#, c-format
1020msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1021msgstr ""
1022
1023#: dllwrap.c:483
1024#, c-format
1025msgid "   --image-base <base>    Specify image base address\n"
1026msgstr ""
1027
1028#: dllwrap.c:484
1029#, c-format
1030msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1031msgstr ""
1032
1033#: dllwrap.c:485
1034#, c-format
1035msgid "   --dry-run              Show what needs to be run\n"
1036msgstr ""
1037
1038#: dllwrap.c:486
1039#, c-format
1040msgid "   --mno-cygwin           Create Mingw DLL\n"
1041msgstr ""
1042
1043#: dllwrap.c:487
1044#, c-format
1045msgid "  Options passed to DLLTOOL:\n"
1046msgstr ""
1047
1048#: dllwrap.c:488
1049#, c-format
1050msgid "   --machine <machine>\n"
1051msgstr ""
1052
1053#: dllwrap.c:489
1054#, c-format
1055msgid "   --output-exp <outname> Generate export file.\n"
1056msgstr ""
1057
1058#: dllwrap.c:490
1059#, c-format
1060msgid "   --output-lib <outname> Generate input library.\n"
1061msgstr ""
1062
1063#: dllwrap.c:491
1064#, c-format
1065msgid "   --add-indirect         Add dll indirects to export file.\n"
1066msgstr ""
1067
1068#: dllwrap.c:492
1069#, c-format
1070msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1071msgstr ""
1072
1073#: dllwrap.c:493
1074#, c-format
1075msgid "   --def <deffile>        Name input .def file\n"
1076msgstr ""
1077
1078#: dllwrap.c:494
1079#, c-format
1080msgid "   --output-def <deffile> Name output .def file\n"
1081msgstr ""
1082
1083#: dllwrap.c:495
1084#, c-format
1085msgid "   --export-all-symbols     Export all symbols to .def\n"
1086msgstr ""
1087
1088#: dllwrap.c:496
1089#, c-format
1090msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1091msgstr ""
1092
1093#: dllwrap.c:497
1094#, c-format
1095msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1096msgstr ""
1097
1098#: dllwrap.c:498
1099#, c-format
1100msgid "   --no-default-excludes    Zap default exclude symbols\n"
1101msgstr ""
1102
1103#: dllwrap.c:499
1104#, c-format
1105msgid "   --base-file <basefile> Read linker generated base file\n"
1106msgstr ""
1107
1108#: dllwrap.c:500
1109#, c-format
1110msgid "   --no-idata4           Don't generate idata$4 section\n"
1111msgstr ""
1112
1113#: dllwrap.c:501
1114#, c-format
1115msgid "   --no-idata5           Don't generate idata$5 section\n"
1116msgstr ""
1117
1118#: dllwrap.c:502
1119#, c-format
1120msgid "   -U                     Add underscores to .lib\n"
1121msgstr ""
1122
1123#: dllwrap.c:503
1124#, c-format
1125msgid "   -k                     Kill @<n> from exported names\n"
1126msgstr ""
1127
1128#: dllwrap.c:504
1129#, c-format
1130msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1131msgstr ""
1132
1133#: dllwrap.c:505
1134#, c-format
1135msgid "   --as <name>            Use <name> for assembler\n"
1136msgstr ""
1137
1138#: dllwrap.c:506
1139#, c-format
1140msgid "   --nodelete             Keep temp files.\n"
1141msgstr ""
1142
1143#: dllwrap.c:507
1144#, c-format
1145msgid "  Rest are passed unmodified to the language driver\n"
1146msgstr ""
1147
1148#: dllwrap.c:781
1149msgid "Must provide at least one of -o or --dllname options"
1150msgstr ""
1151
1152#: dllwrap.c:810
1153msgid ""
1154"no export definition file provided.\n"
1155"Creating one, but that may not be what you want"
1156msgstr ""
1157
1158#: dllwrap.c:969
1159#, c-format
1160msgid "DLLTOOL name    : %s\n"
1161msgstr ""
1162
1163#: dllwrap.c:970
1164#, c-format
1165msgid "DLLTOOL options : %s\n"
1166msgstr ""
1167
1168#: dllwrap.c:971
1169#, c-format
1170msgid "DRIVER name     : %s\n"
1171msgstr ""
1172
1173#: dllwrap.c:972
1174#, c-format
1175msgid "DRIVER options  : %s\n"
1176msgstr ""
1177
1178#: dwarf.c:93 dwarf.c:137 readelf.c:377 readelf.c:570
1179#, c-format
1180msgid "Unhandled data length: %d\n"
1181msgstr ""
1182
1183#: dwarf.c:237
1184msgid "badly formed extended line op encountered!\n"
1185msgstr ""
1186
1187#: dwarf.c:244
1188#, c-format
1189msgid "  Extended opcode %d: "
1190msgstr ""
1191
1192#: dwarf.c:249
1193#, c-format
1194msgid ""
1195"End of Sequence\n"
1196"\n"
1197msgstr ""
1198
1199#: dwarf.c:255
1200#, c-format
1201msgid "set Address to 0x%lx\n"
1202msgstr ""
1203
1204#: dwarf.c:260
1205#, c-format
1206msgid "  define new File Table entry\n"
1207msgstr ""
1208
1209#: dwarf.c:261 dwarf.c:1928
1210#, c-format
1211msgid "  Entry\tDir\tTime\tSize\tName\n"
1212msgstr ""
1213
1214#: dwarf.c:263
1215#, c-format
1216msgid "   %d\t"
1217msgstr ""
1218
1219#: dwarf.c:266 dwarf.c:268 dwarf.c:270 dwarf.c:1940 dwarf.c:1942 dwarf.c:1944
1220#, c-format
1221msgid "%lu\t"
1222msgstr ""
1223
1224#: dwarf.c:271
1225#, c-format
1226msgid ""
1227"%s\n"
1228"\n"
1229msgstr ""
1230
1231#: dwarf.c:275
1232#, c-format
1233msgid "UNKNOWN: length %d\n"
1234msgstr ""
1235
1236#: dwarf.c:288
1237msgid "<no .debug_str section>"
1238msgstr ""
1239
1240#: dwarf.c:294
1241#, c-format
1242msgid "DW_FORM_strp offset too big: %lx\n"
1243msgstr ""
1244
1245#: dwarf.c:295
1246msgid "<offset is too big>"
1247msgstr ""
1248
1249#: dwarf.c:528
1250#, c-format
1251msgid "Unknown TAG value: %lx"
1252msgstr ""
1253
1254#: dwarf.c:564
1255#, c-format
1256msgid "Unknown FORM value: %lx"
1257msgstr ""
1258
1259#: dwarf.c:573
1260#, c-format
1261msgid " %lu byte block: "
1262msgstr ""
1263
1264#: dwarf.c:910
1265#, c-format
1266msgid "(User defined location op)"
1267msgstr ""
1268
1269#: dwarf.c:912
1270#, c-format
1271msgid "(Unknown location op)"
1272msgstr ""
1273
1274#: dwarf.c:958
1275msgid "Internal error: DWARF version is not 2 or 3.\n"
1276msgstr ""
1277
1278#: dwarf.c:1056
1279msgid "DW_FORM_data8 is unsupported when sizeof (unsigned long) != 8\n"
1280msgstr ""
1281
1282#: dwarf.c:1105
1283#, c-format
1284msgid " (indirect string, offset: 0x%lx): %s"
1285msgstr ""
1286
1287#: dwarf.c:1114
1288#, c-format
1289msgid "Unrecognized form: %lu\n"
1290msgstr ""
1291
1292#: dwarf.c:1199
1293#, c-format
1294msgid "(not inlined)"
1295msgstr ""
1296
1297#: dwarf.c:1202
1298#, c-format
1299msgid "(inlined)"
1300msgstr ""
1301
1302#: dwarf.c:1205
1303#, c-format
1304msgid "(declared as inline but ignored)"
1305msgstr ""
1306
1307#: dwarf.c:1208
1308#, c-format
1309msgid "(declared as inline and inlined)"
1310msgstr ""
1311
1312#: dwarf.c:1211
1313#, c-format
1314msgid "  (Unknown inline attribute value: %lx)"
1315msgstr ""
1316
1317#: dwarf.c:1368 dwarf.c:2462
1318#, c-format
1319msgid " [without DW_AT_frame_base]"
1320msgstr ""
1321
1322#: dwarf.c:1371
1323#, c-format
1324msgid "(location list)"
1325msgstr ""
1326
1327#: dwarf.c:1489
1328#, c-format
1329msgid "Unknown AT value: %lx"
1330msgstr ""
1331
1332#: dwarf.c:1558
1333#, c-format
1334msgid "No comp units in %s section ?"
1335msgstr ""
1336
1337#: dwarf.c:1567
1338#, c-format
1339msgid "Not enough memory for a debug info array of %u entries"
1340msgstr ""
1341
1342#: dwarf.c:1575 dwarf.c:2550
1343#, c-format
1344msgid ""
1345"The section %s contains:\n"
1346"\n"
1347msgstr ""
1348
1349#: dwarf.c:1583
1350#, c-format
1351msgid "Unable to locate %s section!\n"
1352msgstr ""
1353
1354#: dwarf.c:1646
1355#, c-format
1356msgid "  Compilation Unit @ offset 0x%lx:\n"
1357msgstr ""
1358
1359#: dwarf.c:1647
1360#, c-format
1361msgid "   Length:        %ld\n"
1362msgstr ""
1363
1364#: dwarf.c:1648
1365#, c-format
1366msgid "   Version:       %d\n"
1367msgstr ""
1368
1369#: dwarf.c:1649
1370#, c-format
1371msgid "   Abbrev Offset: %ld\n"
1372msgstr ""
1373
1374#: dwarf.c:1650
1375#, c-format
1376msgid "   Pointer Size:  %d\n"
1377msgstr ""
1378
1379#: dwarf.c:1656
1380#, c-format
1381msgid "Debug info is corrupted, length is invalid (section is %lu bytes)\n"
1382msgstr ""
1383
1384#: dwarf.c:1665
1385msgid "Only version 2 and 3 DWARF debug information is currently supported.\n"
1386msgstr ""
1387
1388#: dwarf.c:1674
1389#, c-format
1390msgid ""
1391"Debug info is corrupted, abbrev offset is invalid (section is %lu bytes)\n"
1392msgstr ""
1393
1394#: dwarf.c:1702
1395#, c-format
1396msgid " <%d><%lx>: Abbrev Number: %lu"
1397msgstr ""
1398
1399#: dwarf.c:1722
1400#, c-format
1401msgid "Unable to locate entry %lu in the abbreviation table\n"
1402msgstr ""
1403
1404#: dwarf.c:1728
1405#, c-format
1406msgid " (%s)\n"
1407msgstr ""
1408
1409#: dwarf.c:1813
1410#, c-format
1411msgid ""
1412"\n"
1413"Dump of debug contents of section %s:\n"
1414"\n"
1415msgstr ""
1416
1417#: dwarf.c:1851
1418msgid "The line info appears to be corrupt - the section is too small\n"
1419msgstr ""
1420
1421#: dwarf.c:1860
1422msgid "Only DWARF version 2 and 3 line info is currently supported.\n"
1423msgstr ""
1424
1425#: dwarf.c:1881
1426#, c-format
1427msgid "  Length:                      %ld\n"
1428msgstr ""
1429
1430#: dwarf.c:1882
1431#, c-format
1432msgid "  DWARF Version:               %d\n"
1433msgstr ""
1434
1435#: dwarf.c:1883
1436#, c-format
1437msgid "  Prologue Length:             %d\n"
1438msgstr ""
1439
1440#: dwarf.c:1884
1441#, c-format
1442msgid "  Minimum Instruction Length:  %d\n"
1443msgstr ""
1444
1445#: dwarf.c:1885
1446#, c-format
1447msgid "  Initial value of 'is_stmt':  %d\n"
1448msgstr ""
1449
1450#: dwarf.c:1886
1451#, c-format
1452msgid "  Line Base:                   %d\n"
1453msgstr ""
1454
1455#: dwarf.c:1887
1456#, c-format
1457msgid "  Line Range:                  %d\n"
1458msgstr ""
1459
1460#: dwarf.c:1888
1461#, c-format
1462msgid "  Opcode Base:                 %d\n"
1463msgstr ""
1464
1465#: dwarf.c:1897
1466#, c-format
1467msgid ""
1468"\n"
1469" Opcodes:\n"
1470msgstr ""
1471
1472#: dwarf.c:1900
1473#, c-format
1474msgid "  Opcode %d has %d args\n"
1475msgstr ""
1476
1477#: dwarf.c:1906
1478#, c-format
1479msgid ""
1480"\n"
1481" The Directory Table is empty.\n"
1482msgstr ""
1483
1484#: dwarf.c:1909
1485#, c-format
1486msgid ""
1487"\n"
1488" The Directory Table:\n"
1489msgstr ""
1490
1491#: dwarf.c:1913
1492#, c-format
1493msgid "  %s\n"
1494msgstr ""
1495
1496#: dwarf.c:1924
1497#, c-format
1498msgid ""
1499"\n"
1500" The File Name Table is empty.\n"
1501msgstr ""
1502
1503#: dwarf.c:1927
1504#, c-format
1505msgid ""
1506"\n"
1507" The File Name Table:\n"
1508msgstr ""
1509
1510#: dwarf.c:1935
1511#, c-format
1512msgid "  %d\t"
1513msgstr ""
1514
1515#: dwarf.c:1946
1516#, c-format
1517msgid "%s\n"
1518msgstr ""
1519
1520#. Now display the statements.
1521#: dwarf.c:1954
1522#, c-format
1523msgid ""
1524"\n"
1525" Line Number Statements:\n"
1526msgstr ""
1527
1528#: dwarf.c:1970
1529#, c-format
1530msgid "  Special opcode %d: advance Address by %lu to 0x%lx"
1531msgstr ""
1532
1533#: dwarf.c:1974
1534#, c-format
1535msgid " and Line by %d to %d\n"
1536msgstr ""
1537
1538#: dwarf.c:1984
1539#, c-format
1540msgid "  Copy\n"
1541msgstr ""
1542
1543#: dwarf.c:1992
1544#, c-format
1545msgid "  Advance PC by %lu to 0x%lx\n"
1546msgstr ""
1547
1548#: dwarf.c:2000
1549#, c-format
1550msgid "  Advance Line by %d to %d\n"
1551msgstr ""
1552
1553#: dwarf.c:2007
1554#, c-format
1555msgid "  Set File Name to entry %d in the File Name Table\n"
1556msgstr ""
1557
1558#: dwarf.c:2015
1559#, c-format
1560msgid "  Set column to %lu\n"
1561msgstr ""
1562
1563#: dwarf.c:2022
1564#, c-format
1565msgid "  Set is_stmt to %d\n"
1566msgstr ""
1567
1568#: dwarf.c:2027
1569#, c-format
1570msgid "  Set basic block\n"
1571msgstr ""
1572
1573#: dwarf.c:2035
1574#, c-format
1575msgid "  Advance PC by constant %lu to 0x%lx\n"
1576msgstr ""
1577
1578#: dwarf.c:2043
1579#, c-format
1580msgid "  Advance PC by fixed size amount %lu to 0x%lx\n"
1581msgstr ""
1582
1583#: dwarf.c:2048
1584#, c-format
1585msgid "  Set prologue_end to true\n"
1586msgstr ""
1587
1588#: dwarf.c:2052
1589#, c-format
1590msgid "  Set epilogue_begin to true\n"
1591msgstr ""
1592
1593#: dwarf.c:2058
1594#, c-format
1595msgid "  Set ISA to %lu\n"
1596msgstr ""
1597
1598#: dwarf.c:2062
1599#, c-format
1600msgid "  Unknown opcode %d with operands: "
1601msgstr ""
1602
1603#: dwarf.c:2088 dwarf.c:2174 dwarf.c:2248 dwarf.c:2360 dwarf.c:2492
1604#: dwarf.c:2731
1605#, c-format
1606msgid ""
1607"Contents of the %s section:\n"
1608"\n"
1609msgstr ""
1610
1611#: dwarf.c:2128
1612msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
1613msgstr ""
1614
1615#: dwarf.c:2135
1616#, c-format
1617msgid "  Length:                              %ld\n"
1618msgstr ""
1619
1620#: dwarf.c:2137
1621#, c-format
1622msgid "  Version:                             %d\n"
1623msgstr ""
1624
1625#: dwarf.c:2139
1626#, c-format
1627msgid "  Offset into .debug_info section:     %ld\n"
1628msgstr ""
1629
1630#: dwarf.c:2141
1631#, c-format
1632msgid "  Size of area in .debug_info section: %ld\n"
1633msgstr ""
1634
1635#: dwarf.c:2144
1636#, c-format
1637msgid ""
1638"\n"
1639"    Offset\tName\n"
1640msgstr ""
1641
1642#: dwarf.c:2195
1643#, c-format
1644msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
1645msgstr ""
1646
1647#: dwarf.c:2201
1648#, c-format
1649msgid " DW_MACINFO_end_file\n"
1650msgstr ""
1651
1652#: dwarf.c:2209
1653#, c-format
1654msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
1655msgstr ""
1656
1657#: dwarf.c:2218
1658#, c-format
1659msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
1660msgstr ""
1661
1662#: dwarf.c:2230
1663#, c-format
1664msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
1665msgstr ""
1666
1667#: dwarf.c:2259
1668#, c-format
1669msgid "  Number TAG\n"
1670msgstr ""
1671
1672#: dwarf.c:2265
1673#, c-format
1674msgid "   %ld      %s    [%s]\n"
1675msgstr ""
1676
1677#: dwarf.c:2268
1678msgid "has children"
1679msgstr ""
1680
1681#: dwarf.c:2268
1682msgid "no children"
1683msgstr ""
1684
1685#: dwarf.c:2271
1686#, c-format
1687msgid "    %-18s %s\n"
1688msgstr ""
1689
1690#: dwarf.c:2304 dwarf.c:2488 dwarf.c:2675
1691#, c-format
1692msgid ""
1693"\n"
1694"The %s section is empty.\n"
1695msgstr ""
1696
1697#. FIXME: Should we handle this case?
1698#: dwarf.c:2349
1699msgid "Location lists in .debug_info section aren't in ascending order!\n"
1700msgstr ""
1701
1702#: dwarf.c:2352
1703msgid "No location lists in .debug_info section!\n"
1704msgstr ""
1705
1706#: dwarf.c:2357
1707#, c-format
1708msgid "Location lists in %s section start at 0x%lx\n"
1709msgstr ""
1710
1711#: dwarf.c:2361
1712#, c-format
1713msgid "    Offset   Begin    End      Expression\n"
1714msgstr ""
1715
1716#: dwarf.c:2392
1717#, c-format
1718msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
1719msgstr ""
1720
1721#: dwarf.c:2395
1722#, c-format
1723msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
1724msgstr ""
1725
1726#: dwarf.c:2402
1727#, c-format
1728msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
1729msgstr ""
1730
1731#: dwarf.c:2411 dwarf.c:2438 dwarf.c:2448
1732#, c-format
1733msgid "Location list starting at offset 0x%lx is not terminated.\n"
1734msgstr ""
1735
1736#: dwarf.c:2423 dwarf.c:2776
1737#, c-format
1738msgid "    %8.8lx <End of list>\n"
1739msgstr ""
1740
1741#: dwarf.c:2431
1742#, c-format
1743msgid "    %8.8lx %8.8lx %8.8lx (base address)\n"
1744msgstr ""
1745
1746#: dwarf.c:2465 dwarf.c:2793
1747msgid " (start == end)"
1748msgstr ""
1749
1750#: dwarf.c:2467 dwarf.c:2795
1751msgid " (start > end)"
1752msgstr ""
1753
1754#: dwarf.c:2596
1755msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
1756msgstr ""
1757
1758#: dwarf.c:2600
1759#, c-format
1760msgid "  Length:                   %ld\n"
1761msgstr ""
1762
1763#: dwarf.c:2601
1764#, c-format
1765msgid "  Version:                  %d\n"
1766msgstr ""
1767
1768#: dwarf.c:2602
1769#, c-format
1770msgid "  Offset into .debug_info:  %lx\n"
1771msgstr ""
1772
1773#: dwarf.c:2603
1774#, c-format
1775msgid "  Pointer Size:             %d\n"
1776msgstr ""
1777
1778#: dwarf.c:2604
1779#, c-format
1780msgid "  Segment Size:             %d\n"
1781msgstr ""
1782
1783#: dwarf.c:2613
1784msgid "Pointer size + Segment size is not a power of two.\n"
1785msgstr ""
1786
1787#: dwarf.c:2618
1788#, c-format
1789msgid ""
1790"\n"
1791"    Address            Length\n"
1792msgstr ""
1793
1794#: dwarf.c:2620
1795#, c-format
1796msgid ""
1797"\n"
1798"    Address    Length\n"
1799msgstr ""
1800
1801#. FIXME: Should we handle this case?
1802#: dwarf.c:2720
1803msgid "Range lists in .debug_info section aren't in ascending order!\n"
1804msgstr ""
1805
1806#: dwarf.c:2723
1807msgid "No range lists in .debug_info section!\n"
1808msgstr ""
1809
1810#: dwarf.c:2728
1811#, c-format
1812msgid "Range lists in %s section start at 0x%lx\n"
1813msgstr ""
1814
1815#: dwarf.c:2732
1816#, c-format
1817msgid "    Offset   Begin    End\n"
1818msgstr ""
1819
1820#: dwarf.c:2757
1821#, c-format
1822msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
1823msgstr ""
1824
1825#: dwarf.c:2761
1826#, c-format
1827msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
1828msgstr ""
1829
1830#: dwarf.c:2963
1831#, c-format
1832msgid "The section %s contains:\n"
1833msgstr ""
1834
1835#: dwarf.c:3650
1836#, c-format
1837msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
1838msgstr ""
1839
1840#: dwarf.c:3652
1841#, c-format
1842msgid "unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
1843msgstr ""
1844
1845#: dwarf.c:3676
1846#, c-format
1847msgid "Displaying the debug contents of section %s is not yet supported.\n"
1848msgstr ""
1849
1850#: dwarf.c:3718
1851#, c-format
1852msgid "%s: Error: "
1853msgstr ""
1854
1855#: dwarf.c:3729
1856#, c-format
1857msgid "%s: Warning: "
1858msgstr ""
1859
1860#: emul_aix.c:51
1861#, c-format
1862msgid "  [-g]         - 32 bit small archive\n"
1863msgstr ""
1864
1865#: emul_aix.c:52
1866#, c-format
1867msgid "  [-X32]       - ignores 64 bit objects\n"
1868msgstr ""
1869
1870#: emul_aix.c:53
1871#, c-format
1872msgid "  [-X64]       - ignores 32 bit objects\n"
1873msgstr ""
1874
1875#: emul_aix.c:54
1876#, c-format
1877msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
1878msgstr ""
1879
1880#: ieee.c:309
1881msgid "unexpected end of debugging information"
1882msgstr ""
1883
1884#: ieee.c:396
1885msgid "invalid number"
1886msgstr ""
1887
1888#: ieee.c:449
1889msgid "invalid string length"
1890msgstr ""
1891
1892#: ieee.c:504 ieee.c:545
1893msgid "expression stack overflow"
1894msgstr ""
1895
1896#: ieee.c:524
1897msgid "unsupported IEEE expression operator"
1898msgstr ""
1899
1900#: ieee.c:539
1901msgid "unknown section"
1902msgstr ""
1903
1904#: ieee.c:560
1905msgid "expression stack underflow"
1906msgstr ""
1907
1908#: ieee.c:574
1909msgid "expression stack mismatch"
1910msgstr ""
1911
1912#: ieee.c:611
1913msgid "unknown builtin type"
1914msgstr ""
1915
1916#: ieee.c:756
1917msgid "BCD float type not supported"
1918msgstr ""
1919
1920#: ieee.c:893
1921msgid "unexpected number"
1922msgstr ""
1923
1924#: ieee.c:900
1925msgid "unexpected record type"
1926msgstr ""
1927
1928#: ieee.c:933
1929msgid "blocks left on stack at end"
1930msgstr ""
1931
1932#: ieee.c:1196
1933msgid "unknown BB type"
1934msgstr ""
1935
1936#: ieee.c:1205
1937msgid "stack overflow"
1938msgstr ""
1939
1940#: ieee.c:1228
1941msgid "stack underflow"
1942msgstr ""
1943
1944#: ieee.c:1340 ieee.c:1410 ieee.c:2107
1945msgid "illegal variable index"
1946msgstr ""
1947
1948#: ieee.c:1388
1949msgid "illegal type index"
1950msgstr ""
1951
1952#: ieee.c:1398 ieee.c:1435
1953msgid "unknown TY code"
1954msgstr ""
1955
1956#: ieee.c:1417
1957msgid "undefined variable in TY"
1958msgstr ""
1959
1960#. Pascal file name.  FIXME.
1961#: ieee.c:1828
1962msgid "Pascal file name not supported"
1963msgstr ""
1964
1965#: ieee.c:1876
1966msgid "unsupported qualifier"
1967msgstr ""
1968
1969#: ieee.c:2145
1970msgid "undefined variable in ATN"
1971msgstr ""
1972
1973#: ieee.c:2188
1974msgid "unknown ATN type"
1975msgstr ""
1976
1977#. Reserved for FORTRAN common.
1978#: ieee.c:2310
1979msgid "unsupported ATN11"
1980msgstr ""
1981
1982#. We have no way to record this information.  FIXME.
1983#: ieee.c:2337
1984msgid "unsupported ATN12"
1985msgstr ""
1986
1987#: ieee.c:2397
1988msgid "unexpected string in C++ misc"
1989msgstr ""
1990
1991#: ieee.c:2410
1992msgid "bad misc record"
1993msgstr ""
1994
1995#: ieee.c:2451
1996msgid "unrecognized C++ misc record"
1997msgstr ""
1998
1999#: ieee.c:2566
2000msgid "undefined C++ object"
2001msgstr ""
2002
2003#: ieee.c:2600
2004msgid "unrecognized C++ object spec"
2005msgstr ""
2006
2007#: ieee.c:2636
2008msgid "unsupported C++ object type"
2009msgstr ""
2010
2011#: ieee.c:2646
2012msgid "C++ base class not defined"
2013msgstr ""
2014
2015#: ieee.c:2658 ieee.c:2763
2016msgid "C++ object has no fields"
2017msgstr ""
2018
2019#: ieee.c:2677
2020msgid "C++ base class not found in container"
2021msgstr ""
2022
2023#: ieee.c:2784
2024msgid "C++ data member not found in container"
2025msgstr ""
2026
2027#: ieee.c:2825 ieee.c:2975
2028msgid "unknown C++ visibility"
2029msgstr ""
2030
2031#: ieee.c:2859
2032msgid "bad C++ field bit pos or size"
2033msgstr ""
2034
2035#: ieee.c:2951
2036msgid "bad type for C++ method function"
2037msgstr ""
2038
2039#: ieee.c:2961
2040msgid "no type information for C++ method function"
2041msgstr ""
2042
2043#: ieee.c:3000
2044msgid "C++ static virtual method"
2045msgstr ""
2046
2047#: ieee.c:3095
2048msgid "unrecognized C++ object overhead spec"
2049msgstr ""
2050
2051#: ieee.c:3134
2052msgid "undefined C++ vtable"
2053msgstr ""
2054
2055#: ieee.c:3203
2056msgid "C++ default values not in a function"
2057msgstr ""
2058
2059#: ieee.c:3243
2060msgid "unrecognized C++ default type"
2061msgstr ""
2062
2063#: ieee.c:3274
2064msgid "reference parameter is not a pointer"
2065msgstr ""
2066
2067#: ieee.c:3357
2068msgid "unrecognized C++ reference type"
2069msgstr ""
2070
2071#: ieee.c:3439
2072msgid "C++ reference not found"
2073msgstr ""
2074
2075#: ieee.c:3447
2076msgid "C++ reference is not pointer"
2077msgstr ""
2078
2079#: ieee.c:3473 ieee.c:3481
2080msgid "missing required ASN"
2081msgstr ""
2082
2083#: ieee.c:3508 ieee.c:3516
2084msgid "missing required ATN65"
2085msgstr ""
2086
2087#: ieee.c:3530
2088msgid "bad ATN65 record"
2089msgstr ""
2090
2091#: ieee.c:4158
2092#, c-format
2093msgid "IEEE numeric overflow: 0x"
2094msgstr ""
2095
2096#: ieee.c:4202
2097#, c-format
2098msgid "IEEE string length overflow: %u\n"
2099msgstr ""
2100
2101#: ieee.c:5203
2102#, c-format
2103msgid "IEEE unsupported integer type size %u\n"
2104msgstr ""
2105
2106#: ieee.c:5237
2107#, c-format
2108msgid "IEEE unsupported float type size %u\n"
2109msgstr ""
2110
2111#: ieee.c:5271
2112#, c-format
2113msgid "IEEE unsupported complex type size %u\n"
2114msgstr ""
2115
2116#: mclex.c:241
2117msgid "Duplicate symbol entered into keyword list."
2118msgstr ""
2119
2120#: nlmconv.c:271 srconv.c:1815
2121msgid "input and output files must be different"
2122msgstr ""
2123
2124#: nlmconv.c:318
2125msgid "input file named both on command line and with INPUT"
2126msgstr ""
2127
2128#: nlmconv.c:327
2129msgid "no input file"
2130msgstr ""
2131
2132#: nlmconv.c:357
2133msgid "no name for output file"
2134msgstr ""
2135
2136#: nlmconv.c:371
2137msgid "warning: input and output formats are not compatible"
2138msgstr ""
2139
2140#: nlmconv.c:400
2141msgid "make .bss section"
2142msgstr ""
2143
2144#: nlmconv.c:409
2145msgid "make .nlmsections section"
2146msgstr ""
2147
2148#: nlmconv.c:411
2149msgid "set .nlmsections flags"
2150msgstr ""
2151
2152#: nlmconv.c:439
2153msgid "set .bss vma"
2154msgstr ""
2155
2156#: nlmconv.c:446
2157msgid "set .data size"
2158msgstr ""
2159
2160#: nlmconv.c:626
2161#, c-format
2162msgid "warning: symbol %s imported but not in import list"
2163msgstr ""
2164
2165#: nlmconv.c:646
2166msgid "set start address"
2167msgstr ""
2168
2169#: nlmconv.c:695
2170#, c-format
2171msgid "warning: START procedure %s not defined"
2172msgstr ""
2173
2174#: nlmconv.c:697
2175#, c-format
2176msgid "warning: EXIT procedure %s not defined"
2177msgstr ""
2178
2179#: nlmconv.c:699
2180#, c-format
2181msgid "warning: CHECK procedure %s not defined"
2182msgstr ""
2183
2184#: nlmconv.c:720 nlmconv.c:909
2185msgid "custom section"
2186msgstr ""
2187
2188#: nlmconv.c:741 nlmconv.c:938
2189msgid "help section"
2190msgstr ""
2191
2192#: nlmconv.c:763 nlmconv.c:956
2193msgid "message section"
2194msgstr ""
2195
2196#: nlmconv.c:779 nlmconv.c:989
2197msgid "module section"
2198msgstr ""
2199
2200#: nlmconv.c:799 nlmconv.c:1005
2201msgid "rpc section"
2202msgstr ""
2203
2204#. There is no place to record this information.
2205#: nlmconv.c:835
2206#, c-format
2207msgid "%s: warning: shared libraries can not have uninitialized data"
2208msgstr ""
2209
2210#: nlmconv.c:856 nlmconv.c:1024
2211msgid "shared section"
2212msgstr ""
2213
2214#: nlmconv.c:864
2215msgid "warning: No version number given"
2216msgstr ""
2217
2218#: nlmconv.c:904 nlmconv.c:933 nlmconv.c:951 nlmconv.c:1000 nlmconv.c:1019
2219#, c-format
2220msgid "%s: read: %s"
2221msgstr ""
2222
2223#: nlmconv.c:926
2224msgid "warning: FULLMAP is not supported; try ld -M"
2225msgstr ""
2226
2227#: nlmconv.c:1102
2228#, c-format
2229msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
2230msgstr ""
2231
2232#: nlmconv.c:1103
2233#, c-format
2234msgid " Convert an object file into a NetWare Loadable Module\n"
2235msgstr ""
2236
2237#: nlmconv.c:1104
2238#, c-format
2239msgid ""
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"
2249msgstr ""
2250
2251#: nlmconv.c:1145
2252#, c-format
2253msgid "support not compiled in for %s"
2254msgstr ""
2255
2256#: nlmconv.c:1182
2257msgid "make section"
2258msgstr ""
2259
2260#: nlmconv.c:1196
2261msgid "set section size"
2262msgstr ""
2263
2264#: nlmconv.c:1202
2265msgid "set section alignment"
2266msgstr ""
2267
2268#: nlmconv.c:1206
2269msgid "set section flags"
2270msgstr ""
2271
2272#: nlmconv.c:1217
2273msgid "set .nlmsections size"
2274msgstr ""
2275
2276#: nlmconv.c:1298 nlmconv.c:1306 nlmconv.c:1315 nlmconv.c:1320
2277msgid "set .nlmsection contents"
2278msgstr ""
2279
2280#: nlmconv.c:1799
2281msgid "stub section sizes"
2282msgstr ""
2283
2284#: nlmconv.c:1846
2285msgid "writing stub"
2286msgstr ""
2287
2288#: nlmconv.c:1930
2289#, c-format
2290msgid "unresolved PC relative reloc against %s"
2291msgstr ""
2292
2293#: nlmconv.c:1994
2294#, c-format
2295msgid "overflow when adjusting relocation against %s"
2296msgstr ""
2297
2298#: nlmconv.c:2121
2299#, c-format
2300msgid "%s: execution of %s failed: "
2301msgstr ""
2302
2303#: nlmconv.c:2136
2304#, c-format
2305msgid "Execution of %s failed"
2306msgstr ""
2307
2308#: nm.c:213 size.c:83 strings.c:705
2309#, c-format
2310msgid "Usage: %s [option(s)] [file(s)]\n"
2311msgstr ""
2312
2313#: nm.c:214
2314#, c-format
2315msgid " List symbols in [file(s)] (a.out by default).\n"
2316msgstr ""
2317
2318#: nm.c:215
2319#, c-format
2320msgid ""
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"
2360msgstr ""
2361
2362#: nm.c:276
2363#, c-format
2364msgid "%s: invalid radix"
2365msgstr ""
2366
2367#: nm.c:300
2368#, c-format
2369msgid "%s: invalid output format"
2370msgstr ""
2371
2372#: nm.c:321 readelf.c:6853 readelf.c:6891
2373#, c-format
2374msgid "<processor specific>: %d"
2375msgstr ""
2376
2377#: nm.c:323 readelf.c:6856 readelf.c:6903
2378#, c-format
2379msgid "<OS specific>: %d"
2380msgstr ""
2381
2382#: nm.c:325 readelf.c:6858 readelf.c:6906
2383#, c-format
2384msgid "<unknown>: %d"
2385msgstr ""
2386
2387#: nm.c:365
2388#, c-format
2389msgid ""
2390"\n"
2391"Archive index:\n"
2392msgstr ""
2393
2394#: nm.c:1225
2395#, c-format
2396msgid ""
2397"\n"
2398"\n"
2399"Undefined symbols from %s:\n"
2400"\n"
2401msgstr ""
2402
2403#: nm.c:1227
2404#, c-format
2405msgid ""
2406"\n"
2407"\n"
2408"Symbols from %s:\n"
2409"\n"
2410msgstr ""
2411
2412#: nm.c:1229 nm.c:1280
2413#, c-format
2414msgid ""
2415"Name                  Value   Class        Type         Size     Line  "
2416"Section\n"
2417"\n"
2418msgstr ""
2419
2420#: nm.c:1232 nm.c:1283
2421#, c-format
2422msgid ""
2423"Name                  Value           Class        Type         "
2424"Size             Line  Section\n"
2425"\n"
2426msgstr ""
2427
2428#: nm.c:1276
2429#, c-format
2430msgid ""
2431"\n"
2432"\n"
2433"Undefined symbols from %s[%s]:\n"
2434"\n"
2435msgstr ""
2436
2437#: nm.c:1278
2438#, c-format
2439msgid ""
2440"\n"
2441"\n"
2442"Symbols from %s[%s]:\n"
2443"\n"
2444msgstr ""
2445
2446#: nm.c:1370
2447#, c-format
2448msgid "Print width has not been initialized (%d)"
2449msgstr ""
2450
2451#: nm.c:1595
2452msgid "Only -X 32_64 is supported"
2453msgstr ""
2454
2455#: nm.c:1615
2456msgid "Using the --size-sort and --undefined-only options together"
2457msgstr ""
2458
2459#: nm.c:1616
2460msgid "will produce no output, since undefined symbols have no size."
2461msgstr ""
2462
2463#: nm.c:1644
2464#, c-format
2465msgid "data size %ld"
2466msgstr ""
2467
2468#: objcopy.c:426 srconv.c:1723
2469#, c-format
2470msgid "Usage: %s [option(s)] in-file [out-file]\n"
2471msgstr ""
2472
2473#: objcopy.c:427
2474#, c-format
2475msgid " Copies a binary file, possibly transforming it in the process\n"
2476msgstr ""
2477
2478#: objcopy.c:428 objcopy.c:524
2479#, c-format
2480msgid " The options are:\n"
2481msgstr ""
2482
2483#: objcopy.c:429
2484#, c-format
2485msgid ""
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"
2602msgstr ""
2603
2604#: objcopy.c:522
2605#, c-format
2606msgid "Usage: %s <option(s)> in-file(s)\n"
2607msgstr ""
2608
2609#: objcopy.c:523
2610#, c-format
2611msgid " Removes symbols and sections from files\n"
2612msgstr ""
2613
2614#: objcopy.c:525
2615#, c-format
2616msgid ""
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"
2644msgstr ""
2645
2646#: objcopy.c:598
2647#, c-format
2648msgid "unrecognized section flag `%s'"
2649msgstr ""
2650
2651#: objcopy.c:599
2652#, c-format
2653msgid "supported flags: %s"
2654msgstr ""
2655
2656#: objcopy.c:679
2657#, c-format
2658msgid "cannot open '%s': %s"
2659msgstr ""
2660
2661#: objcopy.c:682 objcopy.c:2987
2662#, c-format
2663msgid "%s: fread failed"
2664msgstr ""
2665
2666#: objcopy.c:755
2667#, c-format
2668msgid "%s:%d: Ignoring rubbish found on this line"
2669msgstr ""
2670
2671#: objcopy.c:1033
2672#, c-format
2673msgid "not stripping symbol `%s' because it is named in a relocation"
2674msgstr ""
2675
2676#: objcopy.c:1116
2677#, c-format
2678msgid "%s: Multiple redefinition of symbol \"%s\""
2679msgstr ""
2680
2681#: objcopy.c:1120
2682#, c-format
2683msgid "%s: Symbol \"%s\" is target of more than one redefinition"
2684msgstr ""
2685
2686#: objcopy.c:1148
2687#, c-format
2688msgid "couldn't open symbol redefinition file %s (error: %s)"
2689msgstr ""
2690
2691#: objcopy.c:1226
2692#, c-format
2693msgid "%s:%d: garbage found at end of line"
2694msgstr ""
2695
2696#: objcopy.c:1229
2697#, c-format
2698msgid "%s:%d: missing new symbol name"
2699msgstr ""
2700
2701#: objcopy.c:1239
2702#, c-format
2703msgid "%s:%d: premature end of file"
2704msgstr ""
2705
2706#: objcopy.c:1265
2707#, c-format
2708msgid "stat returns negative size for `%s'"
2709msgstr ""
2710
2711#: objcopy.c:1277
2712#, c-format
2713msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
2714msgstr ""
2715
2716#: objcopy.c:1332
2717msgid "Unable to change endianness of input file(s)"
2718msgstr ""
2719
2720#: objcopy.c:1341
2721#, c-format
2722msgid "copy from `%s' [%s] to `%s' [%s]\n"
2723msgstr ""
2724
2725#: objcopy.c:1383 objcopy.c:1908
2726#, c-format
2727msgid "Unable to recognise the format of the input file `%s'"
2728msgstr ""
2729
2730#: objcopy.c:1386
2731#, c-format
2732msgid "Warning: Output file cannot represent architecture `%s'"
2733msgstr ""
2734
2735#: objcopy.c:1449
2736#, c-format
2737msgid "can't add section '%s' - it already exists!"
2738msgstr ""
2739
2740#: objcopy.c:1457
2741#, c-format
2742msgid "can't create section `%s': %s"
2743msgstr ""
2744
2745#: objcopy.c:1593
2746#, c-format
2747msgid "Can't fill gap after %s: %s"
2748msgstr ""
2749
2750#: objcopy.c:1618
2751#, c-format
2752msgid "Can't add padding to %s: %s"
2753msgstr ""
2754
2755#: objcopy.c:1771
2756#, c-format
2757msgid "%s: error copying private BFD data: %s"
2758msgstr ""
2759
2760#: objcopy.c:1784
2761#, c-format
2762msgid "this target does not support %lu alternative machine codes"
2763msgstr ""
2764
2765#: objcopy.c:1788
2766msgid "treating that number as an absolute e_machine value instead"
2767msgstr ""
2768
2769#: objcopy.c:1792
2770msgid "ignoring the alternative value"
2771msgstr ""
2772
2773#: objcopy.c:1822 objcopy.c:1852
2774#, c-format
2775msgid "cannot create tempdir for archive copying (error: %s)"
2776msgstr ""
2777
2778#: objcopy.c:2088
2779#, c-format
2780msgid "Multiple renames of section %s"
2781msgstr ""
2782
2783#: objcopy.c:2139
2784msgid "private header data"
2785msgstr ""
2786
2787#: objcopy.c:2147
2788#, c-format
2789msgid "%s: error in %s: %s"
2790msgstr ""
2791
2792#: objcopy.c:2208
2793msgid "making"
2794msgstr ""
2795
2796#: objcopy.c:2228
2797msgid "size"
2798msgstr ""
2799
2800#: objcopy.c:2242
2801msgid "vma"
2802msgstr ""
2803
2804#: objcopy.c:2267
2805msgid "alignment"
2806msgstr ""
2807
2808#: objcopy.c:2289
2809msgid "private data"
2810msgstr ""
2811
2812#: objcopy.c:2304
2813#, c-format
2814msgid "%s: section `%s': error in %s: %s"
2815msgstr ""
2816
2817#. User must pad the section up in order to do this.
2818#: objcopy.c:2429
2819#, c-format
2820msgid ""
2821"cannot reverse bytes: length of section %s must be evenly divisible by %d"
2822msgstr ""
2823
2824#: objcopy.c:2605
2825#, c-format
2826msgid "%s: can't create debugging section: %s"
2827msgstr ""
2828
2829#: objcopy.c:2619
2830#, c-format
2831msgid "%s: can't set debugging section contents: %s"
2832msgstr ""
2833
2834#: objcopy.c:2628
2835#, c-format
2836msgid "%s: don't know how to write debugging information for %s"
2837msgstr ""
2838
2839#: objcopy.c:2769
2840#, c-format
2841msgid "could not create temporary file to hold stripped copy of '%s'"
2842msgstr ""
2843
2844#: objcopy.c:2819
2845msgid "byte number must be non-negative"
2846msgstr ""
2847
2848#: objcopy.c:2829
2849msgid "interleave must be positive"
2850msgstr ""
2851
2852#: objcopy.c:2849 objcopy.c:2857
2853#, c-format
2854msgid "%s both copied and removed"
2855msgstr ""
2856
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
2860msgid "bad format for %s"
2861msgstr ""
2862
2863#: objcopy.c:2982
2864#, c-format
2865msgid "cannot open: %s: %s"
2866msgstr ""
2867
2868#: objcopy.c:3101
2869#, c-format
2870msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
2871msgstr ""
2872
2873#: objcopy.c:3269
2874msgid "unable to parse alternative machine code"
2875msgstr ""
2876
2877#: objcopy.c:3314
2878msgid "number of bytes to reverse must be positive and even"
2879msgstr ""
2880
2881#: objcopy.c:3317
2882#, c-format
2883msgid "Warning: ignoring previous --reverse-bytes value of %d"
2884msgstr ""
2885
2886#: objcopy.c:3345
2887msgid "byte number must be less than interleave"
2888msgstr ""
2889
2890#: objcopy.c:3375
2891#, c-format
2892msgid "architecture %s unknown"
2893msgstr ""
2894
2895#: objcopy.c:3379
2896msgid ""
2897"Warning: input target 'binary' required for binary architecture parameter."
2898msgstr ""
2899
2900#: objcopy.c:3380
2901#, c-format
2902msgid " Argument %s ignored"
2903msgstr ""
2904
2905#: objcopy.c:3386
2906#, c-format
2907msgid "warning: could not locate '%s'.  System error message: %s"
2908msgstr ""
2909
2910#: objcopy.c:3397
2911#, c-format
2912msgid ""
2913"warning: could not create temporary file whilst copying '%s', (error: %s)"
2914msgstr ""
2915
2916#: objcopy.c:3424 objcopy.c:3438
2917#, c-format
2918msgid "%s %s%c0x%s never used"
2919msgstr ""
2920
2921#: objdump.c:176
2922#, c-format
2923msgid "Usage: %s <option(s)> <file(s)>\n"
2924msgstr ""
2925
2926#: objdump.c:177
2927#, c-format
2928msgid " Display information from object <file(s)>.\n"
2929msgstr ""
2930
2931#: objdump.c:178
2932#, c-format
2933msgid " At least one of the following switches must be given:\n"
2934msgstr ""
2935
2936#: objdump.c:179
2937#, c-format
2938msgid ""
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"
2964msgstr ""
2965
2966#: objdump.c:204
2967#, c-format
2968msgid ""
2969"\n"
2970" The following switches are optional:\n"
2971msgstr ""
2972
2973#: objdump.c:205
2974#, c-format
2975msgid ""
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"
3008msgstr ""
3009
3010#: objdump.c:387
3011#, c-format
3012msgid "Sections:\n"
3013msgstr ""
3014
3015#: objdump.c:390 objdump.c:394
3016#, c-format
3017msgid "Idx Name          Size      VMA       LMA       File off  Algn"
3018msgstr ""
3019
3020#: objdump.c:396
3021#, c-format
3022msgid ""
3023"Idx Name          Size      VMA               LMA               File off  "
3024"Algn"
3025msgstr ""
3026
3027#: objdump.c:400
3028#, c-format
3029msgid "  Flags"
3030msgstr ""
3031
3032#: objdump.c:402
3033#, c-format
3034msgid "  Pg"
3035msgstr ""
3036
3037#: objdump.c:445
3038#, c-format
3039msgid "%s: not a dynamic object"
3040msgstr ""
3041
3042#: objdump.c:1778
3043#, c-format
3044msgid "Disassembly of section %s:\n"
3045msgstr ""
3046
3047#: objdump.c:1940
3048#, c-format
3049msgid "Can't use supplied machine %s"
3050msgstr ""
3051
3052#: objdump.c:1959
3053#, c-format
3054msgid "Can't disassemble for architecture %s\n"
3055msgstr ""
3056
3057#: objdump.c:2064
3058#, c-format
3059msgid ""
3060"\n"
3061"Can't get contents for section '%s'.\n"
3062msgstr ""
3063
3064#: objdump.c:2201
3065#, c-format
3066msgid ""
3067"No %s section present\n"
3068"\n"
3069msgstr ""
3070
3071#: objdump.c:2210
3072#, c-format
3073msgid "Reading %s section of %s failed: %s"
3074msgstr ""
3075
3076#: objdump.c:2254
3077#, c-format
3078msgid ""
3079"Contents of %s section:\n"
3080"\n"
3081msgstr ""
3082
3083#: objdump.c:2381
3084#, c-format
3085msgid "architecture: %s, "
3086msgstr ""
3087
3088#: objdump.c:2384
3089#, c-format
3090msgid "flags 0x%08x:\n"
3091msgstr ""
3092
3093#: objdump.c:2398
3094#, c-format
3095msgid ""
3096"\n"
3097"start address 0x"
3098msgstr ""
3099
3100#: objdump.c:2438
3101#, c-format
3102msgid "Contents of section %s:\n"
3103msgstr ""
3104
3105#: objdump.c:2563
3106#, c-format
3107msgid "no symbols\n"
3108msgstr ""
3109
3110#: objdump.c:2570
3111#, c-format
3112msgid "no information for symbol number %ld\n"
3113msgstr ""
3114
3115#: objdump.c:2573
3116#, c-format
3117msgid "could not determine the type of symbol number %ld\n"
3118msgstr ""
3119
3120#: objdump.c:2850
3121#, c-format
3122msgid ""
3123"\n"
3124"%s:     file format %s\n"
3125msgstr ""
3126
3127#: objdump.c:2908
3128#, c-format
3129msgid "%s: printing debugging information failed"
3130msgstr ""
3131
3132#: objdump.c:3002
3133#, c-format
3134msgid "In archive %s:\n"
3135msgstr ""
3136
3137#: objdump.c:3124
3138msgid "unrecognized -E option"
3139msgstr ""
3140
3141#: objdump.c:3135
3142#, c-format
3143msgid "unrecognized --endian type `%s'"
3144msgstr ""
3145
3146#: rclex.c:196
3147msgid "invalid value specified for pragma code_page.\n"
3148msgstr ""
3149
3150#: rdcoff.c:198
3151#, c-format
3152msgid "parse_coff_type: Bad type code 0x%x"
3153msgstr ""
3154
3155#: rdcoff.c:406 rdcoff.c:511 rdcoff.c:699
3156#, c-format
3157msgid "bfd_coff_get_syment failed: %s"
3158msgstr ""
3159
3160#: rdcoff.c:422 rdcoff.c:719
3161#, c-format
3162msgid "bfd_coff_get_auxent failed: %s"
3163msgstr ""
3164
3165#: rdcoff.c:786
3166#, c-format
3167msgid "%ld: .bf without preceding function"
3168msgstr ""
3169
3170#: rdcoff.c:836
3171#, c-format
3172msgid "%ld: unexpected .ef\n"
3173msgstr ""
3174
3175#: rddbg.c:86
3176#, c-format
3177msgid "%s: no recognized debugging information"
3178msgstr ""
3179
3180#: rddbg.c:400
3181#, c-format
3182msgid "Last stabs entries before error:\n"
3183msgstr ""
3184
3185#: readelf.c:319
3186#, c-format
3187msgid "Unable to seek to 0x%lx for %s\n"
3188msgstr ""
3189
3190#: readelf.c:334
3191#, c-format
3192msgid "Out of memory allocating 0x%lx bytes for %s\n"
3193msgstr ""
3194
3195#: readelf.c:344
3196#, c-format
3197msgid "Unable to read in 0x%lx bytes of %s\n"
3198msgstr ""
3199
3200#: readelf.c:683
3201msgid "Don't know about relocations on this machine architecture\n"
3202msgstr ""
3203
3204#: readelf.c:703 readelf.c:731 readelf.c:775 readelf.c:803
3205msgid "relocs"
3206msgstr ""
3207
3208#: readelf.c:714 readelf.c:742 readelf.c:786 readelf.c:814
3209msgid "out of memory parsing relocs\n"
3210msgstr ""
3211
3212#: readelf.c:868
3213#, c-format
3214msgid ""
3215" Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
3216msgstr ""
3217
3218#: readelf.c:870
3219#, c-format
3220msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
3221msgstr ""
3222
3223#: readelf.c:875
3224#, c-format
3225msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
3226msgstr ""
3227
3228#: readelf.c:877
3229#, c-format
3230msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
3231msgstr ""
3232
3233#: readelf.c:885
3234#, c-format
3235msgid ""
3236"    Offset             Info             Type               Symbol's Value  "
3237"Symbol's Name + Addend\n"
3238msgstr ""
3239
3240#: readelf.c:887
3241#, c-format
3242msgid ""
3243"  Offset          Info           Type           Sym. Value    Sym. Name + "
3244"Addend\n"
3245msgstr ""
3246
3247#: readelf.c:892
3248#, c-format
3249msgid ""
3250"    Offset             Info             Type               Symbol's Value  "
3251"Symbol's Name\n"
3252msgstr ""
3253
3254#: readelf.c:894
3255#, c-format
3256msgid ""
3257"  Offset          Info           Type           Sym. Value    Sym. Name\n"
3258msgstr ""
3259
3260#: readelf.c:1198 readelf.c:1200 readelf.c:1318 readelf.c:1320 readelf.c:1329
3261#: readelf.c:1331
3262#, c-format
3263msgid "unrecognized: %-7lx"
3264msgstr ""
3265
3266#: readelf.c:1226
3267#, c-format
3268msgid "<unknown addend: %lx>"
3269msgstr ""
3270
3271#: readelf.c:1288
3272#, c-format
3273msgid "<string table index: %3ld>"
3274msgstr ""
3275
3276#: readelf.c:1290
3277#, c-format
3278msgid "<corrupt string table index: %3ld>"
3279msgstr ""
3280
3281#: readelf.c:1625
3282#, c-format
3283msgid "Processor Specific: %lx"
3284msgstr ""
3285
3286#: readelf.c:1646
3287#, c-format
3288msgid "Operating System specific: %lx"
3289msgstr ""
3290
3291#: readelf.c:1650 readelf.c:2521
3292#, c-format
3293msgid "<unknown>: %lx"
3294msgstr ""
3295
3296#: readelf.c:1663
3297msgid "NONE (None)"
3298msgstr ""
3299
3300#: readelf.c:1664
3301msgid "REL (Relocatable file)"
3302msgstr ""
3303
3304#: readelf.c:1665
3305msgid "EXEC (Executable file)"
3306msgstr ""
3307
3308#: readelf.c:1666
3309msgid "DYN (Shared object file)"
3310msgstr ""
3311
3312#: readelf.c:1667
3313msgid "CORE (Core file)"
3314msgstr ""
3315
3316#: readelf.c:1671
3317#, c-format
3318msgid "Processor Specific: (%x)"
3319msgstr ""
3320
3321#: readelf.c:1673
3322#, c-format
3323msgid "OS Specific: (%x)"
3324msgstr ""
3325
3326#: readelf.c:1675 readelf.c:2714
3327#, c-format
3328msgid "<unknown>: %x"
3329msgstr ""
3330
3331#: readelf.c:1687
3332msgid "None"
3333msgstr ""
3334
3335#: readelf.c:1791
3336#, c-format
3337msgid "<unknown>: 0x%x"
3338msgstr ""
3339
3340#: readelf.c:2048
3341msgid "unknown"
3342msgstr ""
3343
3344#: readelf.c:2049
3345msgid "unknown mac"
3346msgstr ""
3347
3348#: readelf.c:2358
3349msgid "Standalone App"
3350msgstr ""
3351
3352#: readelf.c:2361 readelf.c:3145 readelf.c:3161
3353#, c-format
3354msgid "<unknown: %x>"
3355msgstr ""
3356
3357#: readelf.c:2759
3358#, c-format
3359msgid "Usage: readelf <option(s)> elf-file(s)\n"
3360msgstr ""
3361
3362#: readelf.c:2760
3363#, c-format
3364msgid " Display information about the contents of ELF format files\n"
3365msgstr ""
3366
3367#: readelf.c:2761
3368#, c-format
3369msgid ""
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"
3396msgstr ""
3397
3398#: readelf.c:2785
3399#, c-format
3400msgid ""
3401"  -i --instruction-dump=<number>\n"
3402"                         Disassemble the contents of section <number>\n"
3403msgstr ""
3404
3405#: readelf.c:2789
3406#, c-format
3407msgid ""
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"
3413msgstr ""
3414
3415#: readelf.c:2817 readelf.c:2845 readelf.c:2849 readelf.c:9898
3416msgid "Out of memory allocating dump request table.\n"
3417msgstr ""
3418
3419#: readelf.c:3011 readelf.c:3079
3420#, c-format
3421msgid "Unrecognized debug option '%s'\n"
3422msgstr ""
3423
3424#: readelf.c:3115
3425#, c-format
3426msgid "Invalid option '-%c'\n"
3427msgstr ""
3428
3429#: readelf.c:3129
3430msgid "Nothing to do.\n"
3431msgstr ""
3432
3433#: readelf.c:3141 readelf.c:3157 readelf.c:6399
3434msgid "none"
3435msgstr ""
3436
3437#: readelf.c:3158
3438msgid "2's complement, little endian"
3439msgstr ""
3440
3441#: readelf.c:3159
3442msgid "2's complement, big endian"
3443msgstr ""
3444
3445#: readelf.c:3177
3446msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
3447msgstr ""
3448
3449#: readelf.c:3185
3450#, c-format
3451msgid "ELF Header:\n"
3452msgstr ""
3453
3454#: readelf.c:3186
3455#, c-format
3456msgid "  Magic:   "
3457msgstr ""
3458
3459#: readelf.c:3190
3460#, c-format
3461msgid "  Class:                             %s\n"
3462msgstr ""
3463
3464#: readelf.c:3192
3465#, c-format
3466msgid "  Data:                              %s\n"
3467msgstr ""
3468
3469#: readelf.c:3194
3470#, c-format
3471msgid "  Version:                           %d %s\n"
3472msgstr ""
3473
3474#: readelf.c:3201
3475#, c-format
3476msgid "  OS/ABI:                            %s\n"
3477msgstr ""
3478
3479#: readelf.c:3203
3480#, c-format
3481msgid "  ABI Version:                       %d\n"
3482msgstr ""
3483
3484#: readelf.c:3205
3485#, c-format
3486msgid "  Type:                              %s\n"
3487msgstr ""
3488
3489#: readelf.c:3207
3490#, c-format
3491msgid "  Machine:                           %s\n"
3492msgstr ""
3493
3494#: readelf.c:3209
3495#, c-format
3496msgid "  Version:                           0x%lx\n"
3497msgstr ""
3498
3499#: readelf.c:3212
3500#, c-format
3501msgid "  Entry point address:               "
3502msgstr ""
3503
3504#: readelf.c:3214
3505#, c-format
3506msgid ""
3507"\n"
3508"  Start of program headers:          "
3509msgstr ""
3510
3511#: readelf.c:3216
3512#, c-format
3513msgid ""
3514" (bytes into file)\n"
3515"  Start of section headers:          "
3516msgstr ""
3517
3518#: readelf.c:3218
3519#, c-format
3520msgid " (bytes into file)\n"
3521msgstr ""
3522
3523#: readelf.c:3220
3524#, c-format
3525msgid "  Flags:                             0x%lx%s\n"
3526msgstr ""
3527
3528#: readelf.c:3223
3529#, c-format
3530msgid "  Size of this header:               %ld (bytes)\n"
3531msgstr ""
3532
3533#: readelf.c:3225
3534#, c-format
3535msgid "  Size of program headers:           %ld (bytes)\n"
3536msgstr ""
3537
3538#: readelf.c:3227
3539#, c-format
3540msgid "  Number of program headers:         %ld\n"
3541msgstr ""
3542
3543#: readelf.c:3229
3544#, c-format
3545msgid "  Size of section headers:           %ld (bytes)\n"
3546msgstr ""
3547
3548#: readelf.c:3231
3549#, c-format
3550msgid "  Number of section headers:         %ld"
3551msgstr ""
3552
3553#: readelf.c:3236
3554#, c-format
3555msgid "  Section header string table index: %ld"
3556msgstr ""
3557
3558#: readelf.c:3277 readelf.c:3310
3559msgid "program headers"
3560msgstr ""
3561
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
3567msgid "Out of memory\n"
3568msgstr ""
3569
3570#: readelf.c:3375
3571#, c-format
3572msgid ""
3573"\n"
3574"There are no program headers in this file.\n"
3575msgstr ""
3576
3577#: readelf.c:3381
3578#, c-format
3579msgid ""
3580"\n"
3581"Elf file type is %s\n"
3582msgstr ""
3583
3584#: readelf.c:3382
3585#, c-format
3586msgid "Entry point "
3587msgstr ""
3588
3589#: readelf.c:3384
3590#, c-format
3591msgid ""
3592"\n"
3593"There are %d program headers, starting at offset "
3594msgstr ""
3595
3596#: readelf.c:3396 readelf.c:3398
3597#, c-format
3598msgid ""
3599"\n"
3600"Program Headers:\n"
3601msgstr ""
3602
3603#: readelf.c:3402
3604#, c-format
3605msgid ""
3606"  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
3607msgstr ""
3608
3609#: readelf.c:3405
3610#, c-format
3611msgid ""
3612"  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
3613"MemSiz   Flg Align\n"
3614msgstr ""
3615
3616#: readelf.c:3409
3617#, c-format
3618msgid "  Type           Offset             VirtAddr           PhysAddr\n"
3619msgstr ""
3620
3621#: readelf.c:3411
3622#, c-format
3623msgid "                 FileSiz            MemSiz              Flags  Align\n"
3624msgstr ""
3625
3626#: readelf.c:3504
3627msgid "more than one dynamic segment\n"
3628msgstr ""
3629
3630#: readelf.c:3515
3631msgid "no .dynamic section in the dynamic segment\n"
3632msgstr ""
3633
3634#: readelf.c:3527
3635msgid "the .dynamic section is not contained within the dynamic segment\n"
3636msgstr ""
3637
3638#: readelf.c:3529
3639msgid "the .dynamic section is not the first section in the dynamic segment.\n"
3640msgstr ""
3641
3642#: readelf.c:3543
3643msgid "Unable to find program interpreter name\n"
3644msgstr ""
3645
3646#: readelf.c:3550
3647msgid ""
3648"Internal error: failed to create format string to display program "
3649"interpreter\n"
3650msgstr ""
3651
3652#: readelf.c:3554
3653msgid "Unable to read program interpreter name\n"
3654msgstr ""
3655
3656#: readelf.c:3557
3657#, c-format
3658msgid ""
3659"\n"
3660"      [Requesting program interpreter: %s]"
3661msgstr ""
3662
3663#: readelf.c:3569
3664#, c-format
3665msgid ""
3666"\n"
3667" Section to Segment mapping:\n"
3668msgstr ""
3669
3670#: readelf.c:3570
3671#, c-format
3672msgid "  Segment Sections...\n"
3673msgstr ""
3674
3675#: readelf.c:3605
3676msgid "Cannot interpret virtual addresses without program headers.\n"
3677msgstr ""
3678
3679#: readelf.c:3621
3680#, c-format
3681msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
3682msgstr ""
3683
3684#: readelf.c:3635 readelf.c:3676
3685msgid "section headers"
3686msgstr ""
3687
3688#: readelf.c:3720 readelf.c:3783
3689msgid "symbols"
3690msgstr ""
3691
3692#: readelf.c:3730 readelf.c:3793
3693msgid "symtab shndx"
3694msgstr ""
3695
3696#: readelf.c:4020 readelf.c:4413
3697#, c-format
3698msgid ""
3699"\n"
3700"There are no sections in this file.\n"
3701msgstr ""
3702
3703#: readelf.c:4026
3704#, c-format
3705msgid "There are %d section headers, starting at offset 0x%lx:\n"
3706msgstr ""
3707
3708#: readelf.c:4046 readelf.c:4530 readelf.c:4765 readelf.c:5073 readelf.c:5488
3709#: readelf.c:7187
3710msgid "string table"
3711msgstr ""
3712
3713#: readelf.c:4102
3714#, c-format
3715msgid "Section %d has invalid sh_entsize %lx (expected %lx)\n"
3716msgstr ""
3717
3718#: readelf.c:4122
3719msgid "File contains multiple dynamic symbol tables\n"
3720msgstr ""
3721
3722#: readelf.c:4135
3723msgid "File contains multiple dynamic string tables\n"
3724msgstr ""
3725
3726#: readelf.c:4140
3727msgid "dynamic strings"
3728msgstr ""
3729
3730#: readelf.c:4147
3731msgid "File contains multiple symtab shndx tables\n"
3732msgstr ""
3733
3734#: readelf.c:4194
3735#, c-format
3736msgid ""
3737"\n"
3738"Section Headers:\n"
3739msgstr ""
3740
3741#: readelf.c:4196
3742#, c-format
3743msgid ""
3744"\n"
3745"Section Header:\n"
3746msgstr ""
3747
3748#: readelf.c:4202 readelf.c:4213 readelf.c:4224
3749#, c-format
3750msgid "  [Nr] Name\n"
3751msgstr ""
3752
3753#: readelf.c:4203
3754#, c-format
3755msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
3756msgstr ""
3757
3758#: readelf.c:4207
3759#, c-format
3760msgid ""
3761"  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
3762"Inf Al\n"
3763msgstr ""
3764
3765#: readelf.c:4214
3766#, c-format
3767msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
3768msgstr ""
3769
3770#: readelf.c:4218
3771#, c-format
3772msgid ""
3773"  [Nr] Name              Type            Address          Off    Size   ES "
3774"Flg Lk Inf Al\n"
3775msgstr ""
3776
3777#: readelf.c:4225
3778#, c-format
3779msgid "       Type              Address          Offset            Link\n"
3780msgstr ""
3781
3782#: readelf.c:4226
3783#, c-format
3784msgid "       Size              EntSize          Info              Align\n"
3785msgstr ""
3786
3787#: readelf.c:4230
3788#, c-format
3789msgid "  [Nr] Name              Type             Address           Offset\n"
3790msgstr ""
3791
3792#: readelf.c:4231
3793#, c-format
3794msgid "       Size              EntSize          Flags  Link  Info  Align\n"
3795msgstr ""
3796
3797#: readelf.c:4236
3798#, c-format
3799msgid "       Flags\n"
3800msgstr ""
3801
3802#: readelf.c:4371
3803#, c-format
3804msgid ""
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"
3809msgstr ""
3810
3811#: readelf.c:4389
3812#, c-format
3813msgid "[<unknown>: 0x%x]"
3814msgstr ""
3815
3816#: readelf.c:4420
3817msgid "Section headers are not available!\n"
3818msgstr ""
3819
3820#: readelf.c:4444
3821#, c-format
3822msgid ""
3823"\n"
3824"There are no section groups in this file.\n"
3825msgstr ""
3826
3827#: readelf.c:4480
3828#, c-format
3829msgid "Bad sh_link in group section `%s'\n"
3830msgstr ""
3831
3832#: readelf.c:4499
3833#, c-format
3834msgid "Bad sh_info in group section `%s'\n"
3835msgstr ""
3836
3837#: readelf.c:4538 readelf.c:7690
3838msgid "section data"
3839msgstr ""
3840
3841#: readelf.c:4550
3842#, c-format
3843msgid "   [Index]    Name\n"
3844msgstr ""
3845
3846#: readelf.c:4564
3847#, c-format
3848msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
3849msgstr ""
3850
3851#: readelf.c:4570
3852#, c-format
3853msgid "invalid section [%5u] in group section [%5u]\n"
3854msgstr ""
3855
3856#: readelf.c:4580
3857#, c-format
3858msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
3859msgstr ""
3860
3861#: readelf.c:4593
3862#, c-format
3863msgid "section 0 in group section [%5u]\n"
3864msgstr ""
3865
3866#: readelf.c:4689
3867#, c-format
3868msgid ""
3869"\n"
3870"'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
3871msgstr ""
3872
3873#: readelf.c:4701
3874#, c-format
3875msgid ""
3876"\n"
3877"There are no dynamic relocations in this file.\n"
3878msgstr ""
3879
3880#: readelf.c:4725
3881#, c-format
3882msgid ""
3883"\n"
3884"Relocation section "
3885msgstr ""
3886
3887#: readelf.c:4730 readelf.c:5149 readelf.c:5163 readelf.c:5503
3888#, c-format
3889msgid "'%s'"
3890msgstr ""
3891
3892#: readelf.c:4732 readelf.c:5165 readelf.c:5505
3893#, c-format
3894msgid " at offset 0x%lx contains %lu entries:\n"
3895msgstr ""
3896
3897#: readelf.c:4784
3898#, c-format
3899msgid ""
3900"\n"
3901"There are no relocations in this file.\n"
3902msgstr ""
3903
3904#: readelf.c:4963 readelf.c:5345
3905msgid "unwind table"
3906msgstr ""
3907
3908#: readelf.c:5022 readelf.c:5435
3909#, c-format
3910msgid "Skipping unexpected relocation type %s\n"
3911msgstr ""
3912
3913#: readelf.c:5081 readelf.c:5496 readelf.c:5547
3914#, c-format
3915msgid ""
3916"\n"
3917"There are no unwind sections in this file.\n"
3918msgstr ""
3919
3920#: readelf.c:5144
3921#, c-format
3922msgid ""
3923"\n"
3924"Could not find unwind info section for "
3925msgstr ""
3926
3927#: readelf.c:5156
3928msgid "unwind info"
3929msgstr ""
3930
3931#: readelf.c:5158 readelf.c:5502
3932#, c-format
3933msgid ""
3934"\n"
3935"Unwind section "
3936msgstr ""
3937
3938#: readelf.c:5712 readelf.c:5756
3939msgid "dynamic section"
3940msgstr ""
3941
3942#: readelf.c:5833
3943#, c-format
3944msgid ""
3945"\n"
3946"There is no dynamic section in this file.\n"
3947msgstr ""
3948
3949#: readelf.c:5871
3950msgid "Unable to seek to end of file!\n"
3951msgstr ""
3952
3953#: readelf.c:5884
3954msgid "Unable to determine the number of symbols to load\n"
3955msgstr ""
3956
3957#: readelf.c:5919
3958msgid "Unable to seek to end of file\n"
3959msgstr ""
3960
3961#: readelf.c:5926
3962msgid "Unable to determine the length of the dynamic string table\n"
3963msgstr ""
3964
3965#: readelf.c:5931
3966msgid "dynamic string table"
3967msgstr ""
3968
3969#: readelf.c:5966
3970msgid "symbol information"
3971msgstr ""
3972
3973#: readelf.c:5991
3974#, c-format
3975msgid ""
3976"\n"
3977"Dynamic section at offset 0x%lx contains %u entries:\n"
3978msgstr ""
3979
3980#: readelf.c:5994
3981#, c-format
3982msgid "  Tag        Type                         Name/Value\n"
3983msgstr ""
3984
3985#: readelf.c:6030
3986#, c-format
3987msgid "Auxiliary library"
3988msgstr ""
3989
3990#: readelf.c:6034
3991#, c-format
3992msgid "Filter library"
3993msgstr ""
3994
3995#: readelf.c:6038
3996#, c-format
3997msgid "Configuration file"
3998msgstr ""
3999
4000#: readelf.c:6042
4001#, c-format
4002msgid "Dependency audit library"
4003msgstr ""
4004
4005#: readelf.c:6046
4006#, c-format
4007msgid "Audit library"
4008msgstr ""
4009
4010#: readelf.c:6064 readelf.c:6092 readelf.c:6120
4011#, c-format
4012msgid "Flags:"
4013msgstr ""
4014
4015#: readelf.c:6067 readelf.c:6095 readelf.c:6122
4016#, c-format
4017msgid " None\n"
4018msgstr ""
4019
4020#: readelf.c:6243
4021#, c-format
4022msgid "Shared library: [%s]"
4023msgstr ""
4024
4025#: readelf.c:6246
4026#, c-format
4027msgid " program interpreter"
4028msgstr ""
4029
4030#: readelf.c:6250
4031#, c-format
4032msgid "Library soname: [%s]"
4033msgstr ""
4034
4035#: readelf.c:6254
4036#, c-format
4037msgid "Library rpath: [%s]"
4038msgstr ""
4039
4040#: readelf.c:6258
4041#, c-format
4042msgid "Library runpath: [%s]"
4043msgstr ""
4044
4045#: readelf.c:6321
4046#, c-format
4047msgid "Not needed object: [%s]\n"
4048msgstr ""
4049
4050#: readelf.c:6444
4051#, c-format
4052msgid ""
4053"\n"
4054"Version definition section '%s' contains %ld entries:\n"
4055msgstr ""
4056
4057#: readelf.c:6447
4058#, c-format
4059msgid "  Addr: 0x"
4060msgstr ""
4061
4062#: readelf.c:6449 readelf.c:6656
4063#, c-format
4064msgid "  Offset: %#08lx  Link: %lx (%s)\n"
4065msgstr ""
4066
4067#: readelf.c:6458
4068msgid "version definition section"
4069msgstr ""
4070
4071#: readelf.c:6484
4072#, c-format
4073msgid "  %#06x: Rev: %d  Flags: %s"
4074msgstr ""
4075
4076#: readelf.c:6487
4077#, c-format
4078msgid "  Index: %d  Cnt: %d  "
4079msgstr ""
4080
4081#: readelf.c:6498
4082#, c-format
4083msgid "Name: %s\n"
4084msgstr ""
4085
4086#: readelf.c:6500
4087#, c-format
4088msgid "Name index: %ld\n"
4089msgstr ""
4090
4091#: readelf.c:6515
4092#, c-format
4093msgid "  %#06x: Parent %d: %s\n"
4094msgstr ""
4095
4096#: readelf.c:6518
4097#, c-format
4098msgid "  %#06x: Parent %d, name index: %ld\n"
4099msgstr ""
4100
4101#: readelf.c:6537
4102#, c-format
4103msgid ""
4104"\n"
4105"Version needs section '%s' contains %ld entries:\n"
4106msgstr ""
4107
4108#: readelf.c:6540
4109#, c-format
4110msgid " Addr: 0x"
4111msgstr ""
4112
4113#: readelf.c:6542
4114#, c-format
4115msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
4116msgstr ""
4117
4118#: readelf.c:6551
4119msgid "version need section"
4120msgstr ""
4121
4122#: readelf.c:6573
4123#, c-format
4124msgid "  %#06x: Version: %d"
4125msgstr ""
4126
4127#: readelf.c:6576
4128#, c-format
4129msgid "  File: %s"
4130msgstr ""
4131
4132#: readelf.c:6578
4133#, c-format
4134msgid "  File: %lx"
4135msgstr ""
4136
4137#: readelf.c:6580
4138#, c-format
4139msgid "  Cnt: %d\n"
4140msgstr ""
4141
4142#: readelf.c:6598
4143#, c-format
4144msgid "  %#06x:   Name: %s"
4145msgstr ""
4146
4147#: readelf.c:6601
4148#, c-format
4149msgid "  %#06x:   Name index: %lx"
4150msgstr ""
4151
4152#: readelf.c:6604
4153#, c-format
4154msgid "  Flags: %s  Version: %d\n"
4155msgstr ""
4156
4157#: readelf.c:6647
4158msgid "version string table"
4159msgstr ""
4160
4161#: readelf.c:6651
4162#, c-format
4163msgid ""
4164"\n"
4165"Version symbols section '%s' contains %d entries:\n"
4166msgstr ""
4167
4168#: readelf.c:6654
4169#, c-format
4170msgid " Addr: "
4171msgstr ""
4172
4173#: readelf.c:6664
4174msgid "version symbol data"
4175msgstr ""
4176
4177#: readelf.c:6691
4178msgid "   0 (*local*)    "
4179msgstr ""
4180
4181#: readelf.c:6695
4182msgid "   1 (*global*)   "
4183msgstr ""
4184
4185#: readelf.c:6733 readelf.c:7255
4186msgid "version need"
4187msgstr ""
4188
4189#: readelf.c:6743
4190msgid "version need aux (2)"
4191msgstr ""
4192
4193#: readelf.c:6785 readelf.c:7320
4194msgid "version def"
4195msgstr ""
4196
4197#: readelf.c:6805 readelf.c:7335
4198msgid "version def aux"
4199msgstr ""
4200
4201#: readelf.c:6836
4202#, c-format
4203msgid ""
4204"\n"
4205"No version information found in this file.\n"
4206msgstr ""
4207
4208#: readelf.c:6955
4209#, c-format
4210msgid "<other>: %x"
4211msgstr ""
4212
4213#: readelf.c:7013
4214msgid "Unable to read in dynamic data\n"
4215msgstr ""
4216
4217#: readelf.c:7069 readelf.c:7443 readelf.c:7467 readelf.c:7497 readelf.c:7521
4218msgid "Unable to seek to start of dynamic information\n"
4219msgstr ""
4220
4221#: readelf.c:7075 readelf.c:7449
4222msgid "Failed to read in number of buckets\n"
4223msgstr ""
4224
4225#: readelf.c:7081
4226msgid "Failed to read in number of chains\n"
4227msgstr ""
4228
4229#: readelf.c:7101
4230#, c-format
4231msgid ""
4232"\n"
4233"Symbol table for image:\n"
4234msgstr ""
4235
4236#: readelf.c:7103
4237#, c-format
4238msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
4239msgstr ""
4240
4241#: readelf.c:7105
4242#, c-format
4243msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
4244msgstr ""
4245
4246#: readelf.c:7163
4247#, c-format
4248msgid ""
4249"\n"
4250"Symbol table '%s' contains %lu entries:\n"
4251msgstr ""
4252
4253#: readelf.c:7167
4254#, c-format
4255msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
4256msgstr ""
4257
4258#: readelf.c:7169
4259#, c-format
4260msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
4261msgstr ""
4262
4263#: readelf.c:7225
4264msgid "version data"
4265msgstr ""
4266
4267#: readelf.c:7268
4268msgid "version need aux (3)"
4269msgstr ""
4270
4271#: readelf.c:7295
4272msgid "bad dynamic symbol\n"
4273msgstr ""
4274
4275#: readelf.c:7359
4276#, c-format
4277msgid ""
4278"\n"
4279"Dynamic symbol information is not available for displaying symbols.\n"
4280msgstr ""
4281
4282#: readelf.c:7371
4283#, c-format
4284msgid ""
4285"\n"
4286"Histogram for bucket list length (total of %lu buckets):\n"
4287msgstr ""
4288
4289#: readelf.c:7373 readelf.c:7539
4290#, c-format
4291msgid " Length  Number     %% of total  Coverage\n"
4292msgstr ""
4293
4294#: readelf.c:7505
4295msgid "Failed to determine last chain length\n"
4296msgstr ""
4297
4298#: readelf.c:7537
4299#, c-format
4300msgid ""
4301"\n"
4302"Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
4303msgstr ""
4304
4305#: readelf.c:7603
4306#, c-format
4307msgid ""
4308"\n"
4309"Dynamic info segment at offset 0x%lx contains %d entries:\n"
4310msgstr ""
4311
4312#: readelf.c:7606
4313#, c-format
4314msgid " Num: Name                           BoundTo     Flags\n"
4315msgstr ""
4316
4317#: readelf.c:7658
4318#, c-format
4319msgid ""
4320"\n"
4321"Assembly dump of section %s\n"
4322msgstr ""
4323
4324#: readelf.c:7680
4325#, c-format
4326msgid ""
4327"\n"
4328"Section '%s' has no data to dump.\n"
4329msgstr ""
4330
4331#: readelf.c:7685
4332#, c-format
4333msgid ""
4334"\n"
4335"Hex dump of section '%s':\n"
4336msgstr ""
4337
4338#: readelf.c:7710
4339#, c-format
4340msgid ""
4341" NOTE: This section has relocations against it, but these have NOT been "
4342"applied to this dump.\n"
4343msgstr ""
4344
4345#: readelf.c:7845
4346#, c-format
4347msgid ""
4348"skipping relocation of unknown size against offset 0x%lx in section %s\n"
4349msgstr ""
4350
4351#: readelf.c:7854
4352#, c-format
4353msgid "skipping invalid relocation offset 0x%lx in section %s\n"
4354msgstr ""
4355
4356#: readelf.c:7875
4357#, c-format
4358msgid "skipping unexpected symbol type %s in relocation in section .rela%s\n"
4359msgstr ""
4360
4361#: readelf.c:7902
4362#, c-format
4363msgid "skipping unexpected symbol type %s in relocation in section .rela.%s\n"
4364msgstr ""
4365
4366#: readelf.c:7935
4367#, c-format
4368msgid "%s section data"
4369msgstr ""
4370
4371#: readelf.c:7972
4372#, c-format
4373msgid ""
4374"\n"
4375"Section '%s' has no debugging data.\n"
4376msgstr ""
4377
4378#: readelf.c:7998
4379#, c-format
4380msgid "Unrecognized debug section: %s\n"
4381msgstr ""
4382
4383#: readelf.c:8026
4384#, c-format
4385msgid "Section '%s' was not dumped because it does not exist!\n"
4386msgstr ""
4387
4388#: readelf.c:8061
4389#, c-format
4390msgid "Section %d was not dumped because it does not exist!\n"
4391msgstr ""
4392
4393#: readelf.c:8478
4394msgid "attributes"
4395msgstr ""
4396
4397#: readelf.c:8497
4398#, c-format
4399msgid "ERROR: Bad section length (%d > %d)\n"
4400msgstr ""
4401
4402#: readelf.c:8522
4403#, c-format
4404msgid "ERROR: Bad subsection length (%d > %d)\n"
4405msgstr ""
4406
4407#: readelf.c:8578
4408#, c-format
4409msgid "Unknown format '%c'\n"
4410msgstr ""
4411
4412#: readelf.c:8651 readelf.c:9019
4413msgid "liblist"
4414msgstr ""
4415
4416#: readelf.c:8740
4417msgid "options"
4418msgstr ""
4419
4420#: readelf.c:8770
4421#, c-format
4422msgid ""
4423"\n"
4424"Section '%s' contains %d entries:\n"
4425msgstr ""
4426
4427#: readelf.c:8931
4428msgid "conflict list found without a dynamic symbol table\n"
4429msgstr ""
4430
4431#: readelf.c:8947 readelf.c:8961
4432msgid "conflict"
4433msgstr ""
4434
4435#: readelf.c:8971
4436#, c-format
4437msgid ""
4438"\n"
4439"Section '.conflict' contains %lu entries:\n"
4440msgstr ""
4441
4442#: readelf.c:8973
4443msgid "  Num:    Index       Value  Name"
4444msgstr ""
4445
4446#: readelf.c:9026
4447msgid "liblist string table"
4448msgstr ""
4449
4450#: readelf.c:9036
4451#, c-format
4452msgid ""
4453"\n"
4454"Library list section '%s' contains %lu entries:\n"
4455msgstr ""
4456
4457#: readelf.c:9089
4458msgid "NT_AUXV (auxiliary vector)"
4459msgstr ""
4460
4461#: readelf.c:9091
4462msgid "NT_PRSTATUS (prstatus structure)"
4463msgstr ""
4464
4465#: readelf.c:9093
4466msgid "NT_FPREGSET (floating point registers)"
4467msgstr ""
4468
4469#: readelf.c:9095
4470msgid "NT_PRPSINFO (prpsinfo structure)"
4471msgstr ""
4472
4473#: readelf.c:9097
4474msgid "NT_TASKSTRUCT (task structure)"
4475msgstr ""
4476
4477#: readelf.c:9099
4478msgid "NT_PRXFPREG (user_xfpregs structure)"
4479msgstr ""
4480
4481#: readelf.c:9101
4482msgid "NT_PSTATUS (pstatus structure)"
4483msgstr ""
4484
4485#: readelf.c:9103
4486msgid "NT_FPREGS (floating point registers)"
4487msgstr ""
4488
4489#: readelf.c:9105
4490msgid "NT_PSINFO (psinfo structure)"
4491msgstr ""
4492
4493#: readelf.c:9107
4494msgid "NT_LWPSTATUS (lwpstatus_t structure)"
4495msgstr ""
4496
4497#: readelf.c:9109
4498msgid "NT_LWPSINFO (lwpsinfo_t structure)"
4499msgstr ""
4500
4501#: readelf.c:9111
4502msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
4503msgstr ""
4504
4505#: readelf.c:9119
4506msgid "NT_VERSION (version)"
4507msgstr ""
4508
4509#: readelf.c:9121
4510msgid "NT_ARCH (architecture)"
4511msgstr ""
4512
4513#: readelf.c:9126 readelf.c:9148
4514#, c-format
4515msgid "Unknown note type: (0x%08x)"
4516msgstr ""
4517
4518#. NetBSD core "procinfo" structure.
4519#: readelf.c:9138
4520msgid "NetBSD procinfo structure"
4521msgstr ""
4522
4523#: readelf.c:9165 readelf.c:9179
4524msgid "PT_GETREGS (reg structure)"
4525msgstr ""
4526
4527#: readelf.c:9167 readelf.c:9181
4528msgid "PT_GETFPREGS (fpreg structure)"
4529msgstr ""
4530
4531#: readelf.c:9187
4532#, c-format
4533msgid "PT_FIRSTMACH+%d"
4534msgstr ""
4535
4536#: readelf.c:9233
4537msgid "notes"
4538msgstr ""
4539
4540#: readelf.c:9239
4541#, c-format
4542msgid ""
4543"\n"
4544"Notes at offset 0x%08lx with length 0x%08lx:\n"
4545msgstr ""
4546
4547#: readelf.c:9241
4548#, c-format
4549msgid "  Owner\t\tData size\tDescription\n"
4550msgstr ""
4551
4552#: readelf.c:9260
4553#, c-format
4554msgid "corrupt note found at offset %lx into core notes\n"
4555msgstr ""
4556
4557#: readelf.c:9262
4558#, c-format
4559msgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
4560msgstr ""
4561
4562#: readelf.c:9360
4563#, c-format
4564msgid "No note segments present in the core file.\n"
4565msgstr ""
4566
4567#: readelf.c:9444
4568msgid ""
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"
4571msgstr ""
4572
4573#: readelf.c:9493 readelf.c:9837
4574#, c-format
4575msgid "%s: Failed to read file header\n"
4576msgstr ""
4577
4578#: readelf.c:9506
4579#, c-format
4580msgid ""
4581"\n"
4582"File: %s\n"
4583msgstr ""
4584
4585#: readelf.c:9654 readelf.c:9675 readelf.c:9712 readelf.c:9792
4586#, c-format
4587msgid "%s: failed to read archive header\n"
4588msgstr ""
4589
4590#: readelf.c:9665
4591#, c-format
4592msgid "%s: failed to skip archive symbol table\n"
4593msgstr ""
4594
4595#: readelf.c:9697
4596#, c-format
4597msgid "%s: failed to read string table\n"
4598msgstr ""
4599
4600#: readelf.c:9733
4601#, c-format
4602msgid "%s: invalid archive string table offset %lu\n"
4603msgstr ""
4604
4605#: readelf.c:9749
4606#, c-format
4607msgid "%s: bad archive file name\n"
4608msgstr ""
4609
4610#: readelf.c:9781
4611#, c-format
4612msgid "%s: failed to seek to next archive header\n"
4613msgstr ""
4614
4615#: readelf.c:9815
4616#, c-format
4617msgid "'%s': No such file\n"
4618msgstr ""
4619
4620#: readelf.c:9817
4621#, c-format
4622msgid "Could not locate '%s'.  System error message: %s\n"
4623msgstr ""
4624
4625#: readelf.c:9824
4626#, c-format
4627msgid "'%s' is not an ordinary file\n"
4628msgstr ""
4629
4630#: readelf.c:9831
4631#, c-format
4632msgid "Input file '%s' is not readable.\n"
4633msgstr ""
4634
4635#: rename.c:130
4636#, c-format
4637msgid "%s: cannot set time: %s"
4638msgstr ""
4639
4640#. We have to clean up here.
4641#: rename.c:165 rename.c:203
4642#, c-format
4643msgid "unable to rename '%s' reason: %s"
4644msgstr ""
4645
4646#: rename.c:211
4647#, c-format
4648msgid "unable to copy file '%s' reason: %s"
4649msgstr ""
4650
4651#: resbin.c:119
4652#, c-format
4653msgid "%s: not enough binary data"
4654msgstr ""
4655
4656#: resbin.c:135
4657msgid "null terminated unicode string"
4658msgstr ""
4659
4660#: resbin.c:162 resbin.c:168
4661msgid "resource ID"
4662msgstr ""
4663
4664#: resbin.c:207
4665msgid "cursor"
4666msgstr ""
4667
4668#: resbin.c:238 resbin.c:245
4669msgid "menu header"
4670msgstr ""
4671
4672#: resbin.c:254
4673msgid "menuex header"
4674msgstr ""
4675
4676#: resbin.c:258
4677msgid "menuex offset"
4678msgstr ""
4679
4680#: resbin.c:263
4681#, c-format
4682msgid "unsupported menu version %d"
4683msgstr ""
4684
4685#: resbin.c:288 resbin.c:303 resbin.c:365
4686msgid "menuitem header"
4687msgstr ""
4688
4689#: resbin.c:395
4690msgid "menuitem"
4691msgstr ""
4692
4693#: resbin.c:432 resbin.c:460
4694msgid "dialog header"
4695msgstr ""
4696
4697#: resbin.c:450
4698#, c-format
4699msgid "unexpected DIALOGEX version %d"
4700msgstr ""
4701
4702#: resbin.c:495
4703msgid "dialog font point size"
4704msgstr ""
4705
4706#: resbin.c:503
4707msgid "dialogex font information"
4708msgstr ""
4709
4710#: resbin.c:529 resbin.c:547
4711msgid "dialog control"
4712msgstr ""
4713
4714#: resbin.c:539
4715msgid "dialogex control"
4716msgstr ""
4717
4718#: resbin.c:568
4719msgid "dialog control end"
4720msgstr ""
4721
4722#: resbin.c:580
4723msgid "dialog control data"
4724msgstr ""
4725
4726#: resbin.c:620
4727msgid "stringtable string length"
4728msgstr ""
4729
4730#: resbin.c:630
4731msgid "stringtable string"
4732msgstr ""
4733
4734#: resbin.c:660
4735msgid "fontdir header"
4736msgstr ""
4737
4738#: resbin.c:674
4739msgid "fontdir"
4740msgstr ""
4741
4742#: resbin.c:691
4743msgid "fontdir device name"
4744msgstr ""
4745
4746#: resbin.c:697
4747msgid "fontdir face name"
4748msgstr ""
4749
4750#: resbin.c:737
4751msgid "accelerator"
4752msgstr ""
4753
4754#: resbin.c:796
4755msgid "group cursor header"
4756msgstr ""
4757
4758#: resbin.c:800 resrc.c:1306
4759#, c-format
4760msgid "unexpected group cursor type %d"
4761msgstr ""
4762
4763#: resbin.c:815
4764msgid "group cursor"
4765msgstr ""
4766
4767#: resbin.c:851
4768msgid "group icon header"
4769msgstr ""
4770
4771#: resbin.c:855 resrc.c:1253
4772#, c-format
4773msgid "unexpected group icon type %d"
4774msgstr ""
4775
4776#: resbin.c:870
4777msgid "group icon"
4778msgstr ""
4779
4780#: resbin.c:934 resbin.c:1150
4781msgid "unexpected version string"
4782msgstr ""
4783
4784#: resbin.c:965
4785#, c-format
4786msgid "version length %d does not match resource length %lu"
4787msgstr ""
4788
4789#: resbin.c:969
4790#, c-format
4791msgid "unexpected version type %d"
4792msgstr ""
4793
4794#: resbin.c:981
4795#, c-format
4796msgid "unexpected fixed version information length %ld"
4797msgstr ""
4798
4799#: resbin.c:984
4800msgid "fixed version info"
4801msgstr ""
4802
4803#: resbin.c:988
4804#, c-format
4805msgid "unexpected fixed version signature %lu"
4806msgstr ""
4807
4808#: resbin.c:992
4809#, c-format
4810msgid "unexpected fixed version info version %lu"
4811msgstr ""
4812
4813#: resbin.c:1021
4814msgid "version var info"
4815msgstr ""
4816
4817#: resbin.c:1038
4818#, c-format
4819msgid "unexpected stringfileinfo value length %ld"
4820msgstr ""
4821
4822#: resbin.c:1048
4823#, c-format
4824msgid "unexpected version stringtable value length %ld"
4825msgstr ""
4826
4827#: resbin.c:1082
4828#, c-format
4829msgid "unexpected version string length %ld != %ld + %ld"
4830msgstr ""
4831
4832#: resbin.c:1093
4833#, c-format
4834msgid "unexpected version string length %ld < %ld"
4835msgstr ""
4836
4837#: resbin.c:1110
4838#, c-format
4839msgid "unexpected varfileinfo value length %ld"
4840msgstr ""
4841
4842#: resbin.c:1129
4843msgid "version varfileinfo"
4844msgstr ""
4845
4846#: resbin.c:1144
4847#, c-format
4848msgid "unexpected version value length %ld"
4849msgstr ""
4850
4851#: rescoff.c:124
4852msgid "filename required for COFF input"
4853msgstr ""
4854
4855#: rescoff.c:141
4856#, c-format
4857msgid "%s: no resource section"
4858msgstr ""
4859
4860#: rescoff.c:173
4861#, c-format
4862msgid "%s: %s: address out of bounds"
4863msgstr ""
4864
4865#: rescoff.c:190
4866msgid "directory"
4867msgstr ""
4868
4869#: rescoff.c:218
4870msgid "named directory entry"
4871msgstr ""
4872
4873#: rescoff.c:227
4874msgid "directory entry name"
4875msgstr ""
4876
4877#: rescoff.c:247
4878msgid "named subdirectory"
4879msgstr ""
4880
4881#: rescoff.c:255
4882msgid "named resource"
4883msgstr ""
4884
4885#: rescoff.c:270
4886msgid "ID directory entry"
4887msgstr ""
4888
4889#: rescoff.c:287
4890msgid "ID subdirectory"
4891msgstr ""
4892
4893#: rescoff.c:295
4894msgid "ID resource"
4895msgstr ""
4896
4897#: rescoff.c:320
4898msgid "resource type unknown"
4899msgstr ""
4900
4901#: rescoff.c:323
4902msgid "data entry"
4903msgstr ""
4904
4905#: rescoff.c:331
4906msgid "resource data"
4907msgstr ""
4908
4909#: rescoff.c:336
4910msgid "resource data size"
4911msgstr ""
4912
4913#: rescoff.c:431
4914msgid "filename required for COFF output"
4915msgstr ""
4916
4917#: rescoff.c:718
4918msgid "can't get BFD_RELOC_RVA relocation type"
4919msgstr ""
4920
4921#: resrc.c:262 resrc.c:333
4922#, c-format
4923msgid "can't open temporary file `%s': %s"
4924msgstr ""
4925
4926#: resrc.c:268
4927#, c-format
4928msgid "can't redirect stdout: `%s': %s"
4929msgstr ""
4930
4931#: resrc.c:284
4932#, c-format
4933msgid "%s %s: %s"
4934msgstr ""
4935
4936#: resrc.c:329
4937#, c-format
4938msgid "can't execute `%s': %s"
4939msgstr ""
4940
4941#: resrc.c:338
4942#, c-format
4943msgid "Using temporary file `%s' to read preprocessor output\n"
4944msgstr ""
4945
4946#: resrc.c:345
4947#, c-format
4948msgid "can't popen `%s': %s"
4949msgstr ""
4950
4951#: resrc.c:347
4952#, c-format
4953msgid "Using popen to read preprocessor output\n"
4954msgstr ""
4955
4956#: resrc.c:413
4957#, c-format
4958msgid "Tried `%s'\n"
4959msgstr ""
4960
4961#: resrc.c:424
4962#, c-format
4963msgid "Using `%s'\n"
4964msgstr ""
4965
4966#: resrc.c:583
4967#, c-format
4968msgid "%s:%d: %s\n"
4969msgstr ""
4970
4971#: resrc.c:591
4972#, c-format
4973msgid "%s: unexpected EOF"
4974msgstr ""
4975
4976#: resrc.c:640
4977#, c-format
4978msgid "%s: read of %lu returned %lu"
4979msgstr ""
4980
4981#: resrc.c:678 resrc.c:1453
4982#, c-format
4983msgid "stat failed on bitmap file `%s': %s"
4984msgstr ""
4985
4986#: resrc.c:729
4987#, c-format
4988msgid "cursor file `%s' does not contain cursor data"
4989msgstr ""
4990
4991#: resrc.c:761 resrc.c:1161
4992#, c-format
4993msgid "%s: fseek to %lu failed: %s"
4994msgstr ""
4995
4996#: resrc.c:887
4997msgid "help ID requires DIALOGEX"
4998msgstr ""
4999
5000#: resrc.c:889
5001msgid "control data requires DIALOGEX"
5002msgstr ""
5003
5004#: resrc.c:917
5005#, c-format
5006msgid "stat failed on font file `%s': %s"
5007msgstr ""
5008
5009#: resrc.c:1130
5010#, c-format
5011msgid "icon file `%s' does not contain icon data"
5012msgstr ""
5013
5014#: resrc.c:1675 resrc.c:1710
5015#, c-format
5016msgid "stat failed on file `%s': %s"
5017msgstr ""
5018
5019#: resrc.c:1891
5020#, c-format
5021msgid "can't open `%s' for output: %s"
5022msgstr ""
5023
5024#: size.c:84
5025#, c-format
5026msgid " Displays the sizes of sections inside binary files\n"
5027msgstr ""
5028
5029#: size.c:85
5030#, c-format
5031msgid " If no input file(s) are specified, a.out is assumed\n"
5032msgstr ""
5033
5034#: size.c:86
5035#, c-format
5036msgid ""
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"
5048msgstr ""
5049
5050#: size.c:159
5051#, c-format
5052msgid "invalid argument to --format: %s"
5053msgstr ""
5054
5055#: size.c:186
5056#, c-format
5057msgid "Invalid radix: %s\n"
5058msgstr ""
5059
5060#: srconv.c:1724
5061#, c-format
5062msgid "Convert a COFF object file into a SYSROFF object file\n"
5063msgstr ""
5064
5065#: srconv.c:1725
5066#, c-format
5067msgid ""
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"
5075msgstr ""
5076
5077#: srconv.c:1871
5078#, c-format
5079msgid "unable to open output file %s"
5080msgstr ""
5081
5082#: stabs.c:328 stabs.c:1706
5083msgid "numeric overflow"
5084msgstr ""
5085
5086#: stabs.c:338
5087#, c-format
5088msgid "Bad stab: %s\n"
5089msgstr ""
5090
5091#: stabs.c:346
5092#, c-format
5093msgid "Warning: %s: %s\n"
5094msgstr ""
5095
5096#: stabs.c:456
5097#, c-format
5098msgid "N_LBRAC not within function\n"
5099msgstr ""
5100
5101#: stabs.c:495
5102#, c-format
5103msgid "Too many N_RBRACs\n"
5104msgstr ""
5105
5106#: stabs.c:736
5107msgid "unknown C++ encoded name"
5108msgstr ""
5109
5110#. Complain and keep going, so compilers can invent new
5111#. cross-reference types.
5112#: stabs.c:1251
5113msgid "unrecognized cross reference type"
5114msgstr ""
5115
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
5119msgid "missing index type"
5120msgstr ""
5121
5122#: stabs.c:2112
5123msgid "unknown virtual character for baseclass"
5124msgstr ""
5125
5126#: stabs.c:2130
5127msgid "unknown visibility character for baseclass"
5128msgstr ""
5129
5130#: stabs.c:2316
5131msgid "unnamed $vb type"
5132msgstr ""
5133
5134#: stabs.c:2322
5135msgid "unrecognized C++ abbreviation"
5136msgstr ""
5137
5138#: stabs.c:2398
5139msgid "unknown visibility character for field"
5140msgstr ""
5141
5142#: stabs.c:2650
5143msgid "const/volatile indicator missing"
5144msgstr ""
5145
5146#: stabs.c:2886
5147#, c-format
5148msgid "No mangling for \"%s\"\n"
5149msgstr ""
5150
5151#: stabs.c:3186
5152msgid "Undefined N_EXCL"
5153msgstr ""
5154
5155#: stabs.c:3266
5156#, c-format
5157msgid "Type file number %d out of range\n"
5158msgstr ""
5159
5160#: stabs.c:3271
5161#, c-format
5162msgid "Type index number %d out of range\n"
5163msgstr ""
5164
5165#: stabs.c:3350
5166#, c-format
5167msgid "Unrecognized XCOFF type %d\n"
5168msgstr ""
5169
5170#: stabs.c:3642
5171#, c-format
5172msgid "bad mangled name `%s'\n"
5173msgstr ""
5174
5175#: stabs.c:3737
5176#, c-format
5177msgid "no argument types in mangled string\n"
5178msgstr ""
5179
5180#: stabs.c:5091
5181#, c-format
5182msgid "Demangled name is not a function\n"
5183msgstr ""
5184
5185#: stabs.c:5133
5186#, c-format
5187msgid "Unexpected type in v3 arglist demangling\n"
5188msgstr ""
5189
5190#: stabs.c:5200
5191#, c-format
5192msgid "Unrecognized demangle component %d\n"
5193msgstr ""
5194
5195#: stabs.c:5252
5196#, c-format
5197msgid "Failed to print demangled template\n"
5198msgstr ""
5199
5200#: stabs.c:5332
5201#, c-format
5202msgid "Couldn't get demangled builtin type\n"
5203msgstr ""
5204
5205#: stabs.c:5381
5206#, c-format
5207msgid "Unexpected demangled varargs\n"
5208msgstr ""
5209
5210#: stabs.c:5388
5211#, c-format
5212msgid "Unrecognized demangled builtin type\n"
5213msgstr ""
5214
5215#: strings.c:215
5216#, c-format
5217msgid "invalid number %s"
5218msgstr ""
5219
5220#: strings.c:697
5221#, c-format
5222msgid "invalid integer argument %s"
5223msgstr ""
5224
5225#: strings.c:706
5226#, c-format
5227msgid " Display printable strings in [file(s)] (stdin by default)\n"
5228msgstr ""
5229
5230#: strings.c:707
5231#, c-format
5232msgid ""
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"
5249msgstr ""
5250
5251#: sysdump.c:641
5252#, c-format
5253msgid "Print a human readable interpretation of a SYSROFF object file\n"
5254msgstr ""
5255
5256#: sysdump.c:642
5257#, c-format
5258msgid ""
5259" The options are:\n"
5260"  -h --help        Display this information\n"
5261"  -v --version     Print the program's version number\n"
5262msgstr ""
5263
5264#: sysdump.c:709
5265#, c-format
5266msgid "cannot open input file %s"
5267msgstr ""
5268
5269#: version.c:34
5270#, c-format
5271msgid "Copyright 2007 Free Software Foundation, Inc.\n"
5272msgstr ""
5273
5274#: version.c:35
5275#, c-format
5276msgid ""
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"
5279msgstr ""
5280
5281#: windmc.c:194
5282#, c-format
5283msgid "can't create %s file ,%s' for output.\n"
5284msgstr ""
5285
5286#: windmc.c:202
5287#, c-format
5288msgid "Usage: %s [option(s)] [input-file]\n"
5289msgstr ""
5290
5291#: windmc.c:204
5292#, c-format
5293msgid ""
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"
5317msgstr ""
5318
5319#: windmc.c:224
5320#, c-format
5321msgid ""
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"
5325msgstr ""
5326
5327#: windmc.c:287 windres.c:415
5328#, c-format
5329msgid "%s: warning: "
5330msgstr ""
5331
5332#: windmc.c:288
5333#, c-format
5334msgid "A codepage was specified switch ,%s' and UTF16.\n"
5335msgstr ""
5336
5337#: windmc.c:289
5338#, c-format
5339msgid "\tcodepage settings are ignored.\n"
5340msgstr ""
5341
5342#: windmc.c:333
5343msgid "try to add a ill language."
5344msgstr ""
5345
5346#: windmc.c:1142
5347#, c-format
5348msgid "unable to open file ,%s' for input.\n"
5349msgstr ""
5350
5351#: windmc.c:1161
5352msgid "input file does not seems to be UFT16.\n"
5353msgstr ""
5354
5355#: windres.c:220
5356#, c-format
5357msgid "can't open %s `%s': %s"
5358msgstr ""
5359
5360#: windres.c:394
5361#, c-format
5362msgid ": expected to be a directory\n"
5363msgstr ""
5364
5365#: windres.c:406
5366#, c-format
5367msgid ": expected to be a leaf\n"
5368msgstr ""
5369
5370#: windres.c:417
5371#, c-format
5372msgid ": duplicate value\n"
5373msgstr ""
5374
5375#: windres.c:567
5376#, c-format
5377msgid "unknown format type `%s'"
5378msgstr ""
5379
5380#: windres.c:568
5381#, c-format
5382msgid "%s: supported formats:"
5383msgstr ""
5384
5385#. Otherwise, we give up.
5386#: windres.c:651
5387#, c-format
5388msgid "can not determine type of file `%s'; use the -J option"
5389msgstr ""
5390
5391#: windres.c:663
5392#, c-format
5393msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
5394msgstr ""
5395
5396#: windres.c:665
5397#, c-format
5398msgid ""
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"
5416msgstr ""
5417
5418#: windres.c:682
5419#, c-format
5420msgid "     --yydebug                 Turn on parser debugging\n"
5421msgstr ""
5422
5423#: windres.c:685
5424#, c-format
5425msgid ""
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"
5430msgstr ""
5431
5432#: windres.c:690
5433#, c-format
5434msgid ""
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"
5438msgstr ""
5439
5440#: windres.c:828
5441msgid "invalid codepage specified.\n"
5442msgstr ""
5443
5444#: windres.c:843
5445msgid "invalid option -f\n"
5446msgstr ""
5447
5448#: windres.c:848
5449msgid "No filename following the -fo option.\n"
5450msgstr ""
5451
5452#: windres.c:907
5453#, c-format
5454msgid ""
5455"Option -I is deprecated for setting the input format, please use -J "
5456"instead.\n"
5457msgstr ""
5458
5459#: windres.c:1027
5460msgid "no resources"
5461msgstr ""
5462
5463#: wrstabs.c:353 wrstabs.c:1916
5464#, c-format
5465msgid "string_hash_lookup failed: %s"
5466msgstr ""
5467
5468#: wrstabs.c:636
5469#, c-format
5470msgid "stab_int_type: bad size %u"
5471msgstr ""
5472
5473#: wrstabs.c:1394
5474#, c-format
5475msgid "%s: warning: unknown size for field `%s' in struct"
5476msgstr ""
5477