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