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