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