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