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