1# English translations for elfutils package.
2# Copyright (C) 2020 The elfutils developers
3# This file is distributed under the same license as the elfutils package.
4# Automatically generated, 2020.
5#
6# All this catalog "translates" are quotation characters.
7# The msgids must be ASCII and therefore cannot contain real quotation
8# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
9# and double quote (0x22). These substitutes look strange; see
10# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
11#
12# This catalog translates grave accent (0x60) and apostrophe (0x27) to
13# left single quotation mark (U+2018) and right single quotation mark (U+2019).
14# It also translates pairs of apostrophe (0x27) to
15# left single quotation mark (U+2018) and right single quotation mark (U+2019)
16# and pairs of quotation mark (0x22) to
17# left double quotation mark (U+201C) and right double quotation mark (U+201D).
18#
19# When output to an UTF-8 terminal, the quotation characters appear perfectly.
20# When output to an ISO-8859-1 terminal, the single quotation marks are
21# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
22# grave/acute accent (by libiconv), and the double quotation marks are
23# transliterated to 0x22.
24# When output to an ASCII terminal, the single quotation marks are
25# transliterated to apostrophes, and the double quotation marks are
26# transliterated to 0x22.
27#
28# This catalog furthermore displays the text between the quotation marks in
29# bold face, assuming the VT100/XTerm escape sequences.
30#
31msgid ""
32msgstr ""
33"Project-Id-Version: elfutils 0.179\n"
34"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
35"POT-Creation-Date: 2020-03-30 14:18+0200\n"
36"PO-Revision-Date: 2020-03-30 14:18+0200\n"
37"Last-Translator: Automatically generated\n"
38"Language-Team: none\n"
39"Language: en@boldquot\n"
40"MIME-Version: 1.0\n"
41"Content-Type: text/plain; charset=UTF-8\n"
42"Content-Transfer-Encoding: 8bit\n"
43"Plural-Forms: nplurals=2; plural=(n != 1);\n"
44
45#: lib/color.c:53
46msgid ""
47"colorize the output.  WHEN defaults to 'always' or can be 'auto' or 'never'"
48msgstr ""
49"colorize the output.  WHEN defaults to ‘always’ or can be ‘auto’ "
50"or ‘never’"
51
52#: lib/color.c:129
53#, c-format
54msgid ""
55"%s: invalid argument '%s' for '--color'\n"
56"valid arguments are:\n"
57"  - 'always', 'yes', 'force'\n"
58"  - 'never', 'no', 'none'\n"
59"  - 'auto', 'tty', 'if-tty'\n"
60msgstr ""
61"%s: invalid argument ‘%s’ for ‘--color’\n"
62"valid arguments are:\n"
63"  - 'always', 'yes', ‘force’\n"
64"  - 'never', 'no', ‘none’\n"
65"  - 'auto', 'tty', ‘if-tty’\n"
66
67#: lib/color.c:194 src/objdump.c:728
68#, c-format
69msgid "cannot allocate memory"
70msgstr "cannot allocate memory"
71
72#: lib/printversion.c:40
73#, c-format
74msgid ""
75"Copyright (C) %s The elfutils developers <%s>.\n"
76"This is free software; see the source for copying conditions.  There is NO\n"
77"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
78msgstr ""
79"Copyright (C) %s The elfutils developers <%s>.\n"
80"This is free software; see the source for copying conditions.  There is NO\n"
81"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
82
83#: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3449
84#: src/readelf.c:11398 src/unstrip.c:2393 src/unstrip.c:2599
85#, c-format
86msgid "memory exhausted"
87msgstr "memory exhausted"
88
89#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:51
90#: libelf/elf_error.c:60
91msgid "no error"
92msgstr "no error"
93
94#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:53
95#: libelf/elf_error.c:91
96msgid "out of memory"
97msgstr "out of memory"
98
99#: libasm/asm_error.c:67
100msgid "cannot create output file"
101msgstr "cannot create output file"
102
103#: libasm/asm_error.c:68
104msgid "invalid parameter"
105msgstr "invalid parameter"
106
107#: libasm/asm_error.c:69
108msgid "cannot change mode of output file"
109msgstr "cannot change mode of output file"
110
111#: libasm/asm_error.c:70
112msgid "cannot rename output file"
113msgstr "cannot rename output file"
114
115#: libasm/asm_error.c:71
116msgid "duplicate symbol"
117msgstr "duplicate symbol"
118
119#: libasm/asm_error.c:72
120msgid "invalid section type for operation"
121msgstr "invalid section type for operation"
122
123#: libasm/asm_error.c:73
124msgid "error during output of data"
125msgstr "error during output of data"
126
127#: libasm/asm_error.c:74
128msgid "no backend support available"
129msgstr "no backend support available"
130
131#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:52
132#: libelf/elf_error.c:63
133msgid "unknown error"
134msgstr "unknown error"
135
136#: libdw/dwarf_error.c:59
137msgid "invalid access"
138msgstr "invalid access"
139
140#: libdw/dwarf_error.c:60
141msgid "no regular file"
142msgstr "no regular file"
143
144#: libdw/dwarf_error.c:61
145msgid "I/O error"
146msgstr "I/O error"
147
148#: libdw/dwarf_error.c:62
149msgid "invalid ELF file"
150msgstr "invalid ELF file"
151
152#: libdw/dwarf_error.c:63
153msgid "no DWARF information"
154msgstr "no DWARF information"
155
156#: libdw/dwarf_error.c:64
157msgid "cannot decompress DWARF"
158msgstr "cannot decompress DWARF"
159
160#: libdw/dwarf_error.c:65
161msgid "no ELF file"
162msgstr "no ELF file"
163
164#: libdw/dwarf_error.c:66
165msgid "cannot get ELF header"
166msgstr "cannot get ELF header"
167
168#: libdw/dwarf_error.c:68
169msgid "not implemented"
170msgstr "not implemented"
171
172#: libdw/dwarf_error.c:69 libelf/elf_error.c:111 libelf/elf_error.c:159
173msgid "invalid command"
174msgstr "invalid command"
175
176#: libdw/dwarf_error.c:70
177msgid "invalid version"
178msgstr "invalid version"
179
180#: libdw/dwarf_error.c:71
181msgid "invalid file"
182msgstr "invalid file"
183
184#: libdw/dwarf_error.c:72
185msgid "no entries found"
186msgstr "no entries found"
187
188#: libdw/dwarf_error.c:73
189msgid "invalid DWARF"
190msgstr "invalid DWARF"
191
192#: libdw/dwarf_error.c:74
193msgid "no string data"
194msgstr "no string data"
195
196#: libdw/dwarf_error.c:75
197msgid ".debug_str section missing"
198msgstr ".debug_str section missing"
199
200#: libdw/dwarf_error.c:76
201msgid ".debug_line_str section missing"
202msgstr ".debug_line_str section missing"
203
204#: libdw/dwarf_error.c:77
205msgid ".debug_str_offsets section missing"
206msgstr ".debug_str_offsets section missing"
207
208#: libdw/dwarf_error.c:78
209msgid "no address value"
210msgstr "no address value"
211
212#: libdw/dwarf_error.c:79
213msgid "no constant value"
214msgstr "no constant value"
215
216#: libdw/dwarf_error.c:80
217msgid "no reference value"
218msgstr "no reference value"
219
220#: libdw/dwarf_error.c:81
221msgid "invalid reference value"
222msgstr "invalid reference value"
223
224#: libdw/dwarf_error.c:82
225msgid ".debug_line section missing"
226msgstr ".debug_line section missing"
227
228#: libdw/dwarf_error.c:83
229msgid "invalid .debug_line section"
230msgstr "invalid .debug_line section"
231
232#: libdw/dwarf_error.c:84
233msgid "debug information too big"
234msgstr "debug information too big"
235
236#: libdw/dwarf_error.c:85
237msgid "invalid DWARF version"
238msgstr "invalid DWARF version"
239
240#: libdw/dwarf_error.c:86
241msgid "invalid directory index"
242msgstr "invalid directory index"
243
244#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:72
245msgid "address out of range"
246msgstr "address out of range"
247
248#: libdw/dwarf_error.c:88
249msgid ".debug_loc section missing"
250msgstr ".debug_loc section missing"
251
252#: libdw/dwarf_error.c:89
253msgid ".debug_loclists section missing"
254msgstr ".debug_loclists section missing"
255
256#: libdw/dwarf_error.c:90
257msgid "not a location list value"
258msgstr "not a location list value"
259
260#: libdw/dwarf_error.c:91
261msgid "no block data"
262msgstr "no block data"
263
264#: libdw/dwarf_error.c:92
265msgid "invalid line index"
266msgstr "invalid line index"
267
268#: libdw/dwarf_error.c:93
269msgid "invalid address range index"
270msgstr "invalid address range index"
271
272#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:73
273msgid "no matching address range"
274msgstr "no matching address range"
275
276#: libdw/dwarf_error.c:95
277msgid "no flag value"
278msgstr "no flag value"
279
280#: libdw/dwarf_error.c:96 libelf/elf_error.c:236
281msgid "invalid offset"
282msgstr "invalid offset"
283
284#: libdw/dwarf_error.c:97
285msgid ".debug_ranges section missing"
286msgstr ".debug_ranges section missing"
287
288#: libdw/dwarf_error.c:98
289msgid ".debug_rnglists section missing"
290msgstr ".debug_rnglists section missing"
291
292#: libdw/dwarf_error.c:99
293msgid "invalid CFI section"
294msgstr "invalid CFI section"
295
296#: libdw/dwarf_error.c:100
297msgid "no alternative debug link found"
298msgstr "no alternative debug link found"
299
300#: libdw/dwarf_error.c:101
301msgid "invalid opcode"
302msgstr "invalid opcode"
303
304#: libdw/dwarf_error.c:102
305msgid "not a CU (unit) DIE"
306msgstr "not a CU (unit) DIE"
307
308#: libdw/dwarf_error.c:103
309msgid "unknown language code"
310msgstr "unknown language code"
311
312#: libdw/dwarf_error.c:104
313msgid ".debug_addr section missing"
314msgstr ".debug_addr section missing"
315
316#: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2540
317msgid "Input selection options:"
318msgstr "Input selection options:"
319
320#: libdwfl/argp-std.c:51
321msgid "Find addresses in FILE"
322msgstr "Find addresses in FILE"
323
324#: libdwfl/argp-std.c:53
325msgid "Find addresses from signatures found in COREFILE"
326msgstr "Find addresses from signatures found in COREFILE"
327
328#: libdwfl/argp-std.c:55
329msgid "Find addresses in files mapped into process PID"
330msgstr "Find addresses in files mapped into process PID"
331
332#: libdwfl/argp-std.c:57
333msgid ""
334"Find addresses in files mapped as read from FILE in Linux /proc/PID/maps "
335"format"
336msgstr ""
337"Find addresses in files mapped as read from FILE in Linux /proc/PID/maps "
338"format"
339
340#: libdwfl/argp-std.c:59
341msgid "Find addresses in the running kernel"
342msgstr "Find addresses in the running kernel"
343
344#: libdwfl/argp-std.c:61
345msgid "Kernel with all modules"
346msgstr "Kernel with all modules"
347
348#: libdwfl/argp-std.c:63 src/stack.c:645
349msgid "Search path for separate debuginfo files"
350msgstr "Search path for separate debuginfo files"
351
352#: libdwfl/argp-std.c:164
353msgid "only one of -e, -p, -k, -K, or --core allowed"
354msgstr "only one of -e, -p, -k, -K, or --core allowed"
355
356#: libdwfl/argp-std.c:237
357msgid "cannot load kernel symbols"
358msgstr "cannot load kernel symbols"
359
360#. Non-fatal to have no modules since we do have the kernel.
361#: libdwfl/argp-std.c:241
362msgid "cannot find kernel modules"
363msgstr "cannot find kernel modules"
364
365#: libdwfl/argp-std.c:258
366msgid "cannot find kernel or modules"
367msgstr "cannot find kernel or modules"
368
369#: libdwfl/argp-std.c:297
370#, c-format
371msgid "cannot read ELF core file: %s"
372msgstr "cannot read ELF core file: %s"
373
374#: libdwfl/argp-std.c:320
375msgid "Not enough memory"
376msgstr "Not enough memory"
377
378#: libdwfl/argp-std.c:330
379msgid "No modules recognized in core file"
380msgstr "No modules recognized in core file"
381
382#: libdwfl/libdwflP.h:54
383msgid "See errno"
384msgstr "See errno"
385
386#: libdwfl/libdwflP.h:55
387msgid "See elf_errno"
388msgstr "See elf_errno"
389
390#: libdwfl/libdwflP.h:56
391msgid "See dwarf_errno"
392msgstr "See dwarf_errno"
393
394#: libdwfl/libdwflP.h:57
395msgid "See ebl_errno (XXX missing)"
396msgstr "See ebl_errno (XXX missing)"
397
398#: libdwfl/libdwflP.h:58
399msgid "gzip decompression failed"
400msgstr "gzip decompression failed"
401
402#: libdwfl/libdwflP.h:59
403msgid "bzip2 decompression failed"
404msgstr "bzip2 decompression failed"
405
406#: libdwfl/libdwflP.h:60
407msgid "LZMA decompression failed"
408msgstr "LZMA decompression failed"
409
410#: libdwfl/libdwflP.h:61
411msgid "no support library found for machine"
412msgstr "no support library found for machine"
413
414#: libdwfl/libdwflP.h:62
415msgid "Callbacks missing for ET_REL file"
416msgstr "Callbacks missing for ET_REL file"
417
418#: libdwfl/libdwflP.h:63
419msgid "Unsupported relocation type"
420msgstr "Unsupported relocation type"
421
422#: libdwfl/libdwflP.h:64
423msgid "r_offset is bogus"
424msgstr "r_offset is bogus"
425
426#: libdwfl/libdwflP.h:65 libelf/elf_error.c:115 libelf/elf_error.c:175
427msgid "offset out of range"
428msgstr "offset out of range"
429
430#: libdwfl/libdwflP.h:66
431msgid "relocation refers to undefined symbol"
432msgstr "relocation refers to undefined symbol"
433
434#: libdwfl/libdwflP.h:67
435msgid "Callback returned failure"
436msgstr "Callback returned failure"
437
438#: libdwfl/libdwflP.h:68
439msgid "No DWARF information found"
440msgstr "No DWARF information found"
441
442#: libdwfl/libdwflP.h:69
443msgid "No symbol table found"
444msgstr "No symbol table found"
445
446#: libdwfl/libdwflP.h:70
447msgid "No ELF program headers"
448msgstr "No ELF program headers"
449
450#: libdwfl/libdwflP.h:71
451msgid "address range overlaps an existing module"
452msgstr "address range overlaps an existing module"
453
454#: libdwfl/libdwflP.h:74
455msgid "image truncated"
456msgstr "image truncated"
457
458#: libdwfl/libdwflP.h:75
459msgid "ELF file opened"
460msgstr "ELF file opened"
461
462#: libdwfl/libdwflP.h:76
463msgid "not a valid ELF file"
464msgstr "not a valid ELF file"
465
466#: libdwfl/libdwflP.h:77
467msgid "cannot handle DWARF type description"
468msgstr "cannot handle DWARF type description"
469
470#: libdwfl/libdwflP.h:78
471msgid "ELF file does not match build ID"
472msgstr "ELF file does not match build ID"
473
474#: libdwfl/libdwflP.h:79
475msgid "corrupt .gnu.prelink_undo section data"
476msgstr "corrupt .gnu.prelink_undo section data"
477
478#: libdwfl/libdwflP.h:80
479msgid "Internal error due to ebl"
480msgstr "Internal error due to ebl"
481
482#: libdwfl/libdwflP.h:81
483msgid "Missing data in core file"
484msgstr "Missing data in core file"
485
486#: libdwfl/libdwflP.h:82
487msgid "Invalid register"
488msgstr "Invalid register"
489
490#: libdwfl/libdwflP.h:83
491msgid "Error reading process memory"
492msgstr "Error reading process memory"
493
494#: libdwfl/libdwflP.h:84
495msgid "Couldn't find architecture of any ELF"
496msgstr "Couldn't find architecture of any ELF"
497
498#: libdwfl/libdwflP.h:85
499msgid "Error parsing /proc filesystem"
500msgstr "Error parsing /proc filesystem"
501
502#: libdwfl/libdwflP.h:86
503msgid "Invalid DWARF"
504msgstr "Invalid DWARF"
505
506#: libdwfl/libdwflP.h:87
507msgid "Unsupported DWARF"
508msgstr "Unsupported DWARF"
509
510#: libdwfl/libdwflP.h:88
511msgid "Unable to find more threads"
512msgstr "Unable to find more threads"
513
514#: libdwfl/libdwflP.h:89
515msgid "Dwfl already has attached state"
516msgstr "Dwfl already has attached state"
517
518#: libdwfl/libdwflP.h:90
519msgid "Dwfl has no attached state"
520msgstr "Dwfl has no attached state"
521
522#: libdwfl/libdwflP.h:91
523msgid "Unwinding not supported for this architecture"
524msgstr "Unwinding not supported for this architecture"
525
526#: libdwfl/libdwflP.h:92
527msgid "Invalid argument"
528msgstr "Invalid argument"
529
530#: libdwfl/libdwflP.h:93
531msgid "Not an ET_CORE ELF file"
532msgstr "Not an ET_CORE ELF file"
533
534#: libebl/eblbackendname.c:41
535msgid "No backend"
536msgstr "No backend"
537
538#: libebl/eblcorenotetypename.c:100 libebl/eblobjnotetypename.c:77
539#: libebl/eblobjnotetypename.c:109 libebl/eblobjnotetypename.c:130
540#: libebl/eblosabiname.c:73 libebl/eblsectionname.c:83
541#: libebl/eblsectiontypename.c:115 libebl/eblsegmenttypename.c:85
542msgid "<unknown>"
543msgstr "<unknown>"
544
545#: libebl/ebldynamictagname.c:103
546#, c-format
547msgid "<unknown>: %#<PRIx64>"
548msgstr "<unknown>: %#<PRIx64>"
549
550#: libebl/eblobjnote.c:58
551#, c-format
552msgid "unknown SDT version %u\n"
553msgstr "unknown SDT version %u\n"
554
555#: libebl/eblobjnote.c:76
556#, c-format
557msgid "invalid SDT probe descriptor\n"
558msgstr "invalid SDT probe descriptor\n"
559
560#: libebl/eblobjnote.c:126
561#, c-format
562msgid "    PC: "
563msgstr "    PC: "
564
565#: libebl/eblobjnote.c:128
566#, c-format
567msgid " Base: "
568msgstr " Base: "
569
570#: libebl/eblobjnote.c:130
571#, c-format
572msgid " Semaphore: "
573msgstr " Semaphore: "
574
575#: libebl/eblobjnote.c:132
576#, c-format
577msgid "    Provider: "
578msgstr "    Provider: "
579
580#: libebl/eblobjnote.c:134
581#, c-format
582msgid " Name: "
583msgstr " Name: "
584
585#: libebl/eblobjnote.c:136
586#, c-format
587msgid " Args: "
588msgstr " Args: "
589
590#: libebl/eblobjnote.c:300
591#, c-format
592msgid "    Build ID: "
593msgstr "    Build ID: "
594
595#. A non-null terminated version string.
596#: libebl/eblobjnote.c:311
597#, c-format
598msgid "    Linker version: %.*s\n"
599msgstr "    Linker version: %.*s\n"
600
601#: libebl/eblobjnote.c:571
602#, c-format
603msgid "    OS: %s, ABI: "
604msgstr "    OS: %s, ABI: "
605
606#: libebl/eblosabiname.c:70
607msgid "Stand alone"
608msgstr "Stand alone"
609
610#: libebl/eblsymbolbindingname.c:68 libebl/eblsymboltypename.c:74
611#, c-format
612msgid "<unknown>: %d"
613msgstr "<unknown>: %d"
614
615#: libelf/elf_error.c:67
616msgid "unknown version"
617msgstr "unknown version"
618
619#: libelf/elf_error.c:71
620msgid "unknown type"
621msgstr "unknown type"
622
623#: libelf/elf_error.c:75
624msgid "invalid `Elf' handle"
625msgstr "invalid ‘Elf’ handle"
626
627#: libelf/elf_error.c:79
628msgid "invalid size of source operand"
629msgstr "invalid size of source operand"
630
631#: libelf/elf_error.c:83
632msgid "invalid size of destination operand"
633msgstr "invalid size of destination operand"
634
635#: libelf/elf_error.c:87 src/readelf.c:6166
636#, c-format
637msgid "invalid encoding"
638msgstr "invalid encoding"
639
640#: libelf/elf_error.c:95
641msgid "invalid file descriptor"
642msgstr "invalid file descriptor"
643
644#: libelf/elf_error.c:99
645msgid "invalid ELF file data"
646msgstr "invalid ELF file data"
647
648#: libelf/elf_error.c:103
649msgid "invalid operation"
650msgstr "invalid operation"
651
652#: libelf/elf_error.c:107
653msgid "ELF version not set"
654msgstr "ELF version not set"
655
656#: libelf/elf_error.c:119
657msgid "invalid fmag field in archive header"
658msgstr "invalid fmag field in archive header"
659
660#: libelf/elf_error.c:123
661msgid "invalid archive file"
662msgstr "invalid archive file"
663
664#: libelf/elf_error.c:127
665msgid "descriptor is not for an archive"
666msgstr "descriptor is not for an archive"
667
668#: libelf/elf_error.c:131
669msgid "no index available"
670msgstr "no index available"
671
672#: libelf/elf_error.c:135
673msgid "cannot read data from file"
674msgstr "cannot read data from file"
675
676#: libelf/elf_error.c:139
677msgid "cannot write data to file"
678msgstr "cannot write data to file"
679
680#: libelf/elf_error.c:143
681msgid "invalid binary class"
682msgstr "invalid binary class"
683
684#: libelf/elf_error.c:147
685msgid "invalid section index"
686msgstr "invalid section index"
687
688#: libelf/elf_error.c:151
689msgid "invalid operand"
690msgstr "invalid operand"
691
692#: libelf/elf_error.c:155
693msgid "invalid section"
694msgstr "invalid section"
695
696#: libelf/elf_error.c:163
697msgid "executable header not created first"
698msgstr "executable header not created first"
699
700#: libelf/elf_error.c:167
701msgid "file descriptor disabled"
702msgstr "file descriptor disabled"
703
704#: libelf/elf_error.c:171
705msgid "archive/member file descriptor mismatch"
706msgstr "archive/member file descriptor mismatch"
707
708#: libelf/elf_error.c:179
709msgid "cannot manipulate null section"
710msgstr "cannot manipulate null section"
711
712#: libelf/elf_error.c:183
713msgid "data/scn mismatch"
714msgstr "data/scn mismatch"
715
716#: libelf/elf_error.c:187
717msgid "invalid section header"
718msgstr "invalid section header"
719
720#: libelf/elf_error.c:191 src/readelf.c:9914 src/readelf.c:10514
721#: src/readelf.c:10615 src/readelf.c:10797
722#, c-format
723msgid "invalid data"
724msgstr "invalid data"
725
726#: libelf/elf_error.c:195
727msgid "unknown data encoding"
728msgstr "unknown data encoding"
729
730#: libelf/elf_error.c:199
731msgid "section `sh_size' too small for data"
732msgstr "section ‘sh_size’ too small for data"
733
734#: libelf/elf_error.c:203
735msgid "invalid section alignment"
736msgstr "invalid section alignment"
737
738#: libelf/elf_error.c:207
739msgid "invalid section entry size"
740msgstr "invalid section entry size"
741
742#: libelf/elf_error.c:211
743msgid "update() for write on read-only file"
744msgstr "update() for write on read-only file"
745
746#: libelf/elf_error.c:215
747msgid "no such file"
748msgstr "no such file"
749
750#: libelf/elf_error.c:219
751msgid "only relocatable files can contain section groups"
752msgstr "only relocatable files can contain section groups"
753
754#: libelf/elf_error.c:224
755msgid ""
756"program header only allowed in executables, shared objects, and core files"
757msgstr ""
758"program header only allowed in executables, shared objects, and core files"
759
760#: libelf/elf_error.c:231
761msgid "file has no program header"
762msgstr "file has no program header"
763
764#: libelf/elf_error.c:241
765msgid "invalid section type"
766msgstr "invalid section type"
767
768#: libelf/elf_error.c:246
769msgid "invalid section flags"
770msgstr "invalid section flags"
771
772#: libelf/elf_error.c:251
773msgid "section does not contain compressed data"
774msgstr "section does not contain compressed data"
775
776#: libelf/elf_error.c:256
777msgid "section contains compressed data"
778msgstr "section contains compressed data"
779
780#: libelf/elf_error.c:261
781msgid "unknown compression type"
782msgstr "unknown compression type"
783
784#: libelf/elf_error.c:266
785msgid "cannot compress data"
786msgstr "cannot compress data"
787
788#: libelf/elf_error.c:271
789msgid "cannot decompress data"
790msgstr "cannot decompress data"
791
792#: src/addr2line.c:57
793msgid "Input format options:"
794msgstr "Input format options:"
795
796#: src/addr2line.c:59
797msgid "Treat addresses as offsets relative to NAME section."
798msgstr "Treat addresses as offsets relative to NAME section."
799
800#: src/addr2line.c:61
801msgid "Output format options:"
802msgstr "Output format options:"
803
804#: src/addr2line.c:62
805msgid "Print address before each entry"
806msgstr "Print address before each entry"
807
808#: src/addr2line.c:63
809msgid "Show only base names of source files"
810msgstr "Show only base names of source files"
811
812#: src/addr2line.c:65
813msgid "Show absolute file names using compilation directory"
814msgstr "Show absolute file names using compilation directory"
815
816#: src/addr2line.c:66
817msgid "Also show function names"
818msgstr "Also show function names"
819
820#: src/addr2line.c:67
821msgid "Also show symbol or section names"
822msgstr "Also show symbol or section names"
823
824#: src/addr2line.c:68
825msgid "Also show symbol and the section names"
826msgstr "Also show symbol and the section names"
827
828#: src/addr2line.c:69
829msgid "Also show line table flags"
830msgstr "Also show line table flags"
831
832#: src/addr2line.c:71
833msgid ""
834"Show all source locations that caused inline expansion of subroutines at the "
835"address."
836msgstr ""
837"Show all source locations that caused inline expansion of subroutines at the "
838"address."
839
840#: src/addr2line.c:74
841msgid "Show demangled symbols (ARG is always ignored)"
842msgstr "Show demangled symbols (ARG is always ignored)"
843
844#: src/addr2line.c:76
845msgid "Print all information on one line, and indent inlines"
846msgstr "Print all information on one line, and indent inlines"
847
848#: src/addr2line.c:78 src/elfcmp.c:70 src/findtextrel.c:65 src/nm.c:100
849#: src/strings.c:78
850msgid "Miscellaneous:"
851msgstr "Miscellaneous:"
852
853#. Short description of program.
854#: src/addr2line.c:86
855msgid ""
856"Locate source files and line information for ADDRs (in a.out by default)."
857msgstr ""
858"Locate source files and line information for ADDRs (in a.out by default)."
859
860#. Strings for arguments in help texts.
861#: src/addr2line.c:90
862msgid "[ADDR...]"
863msgstr "[ADDR...]"
864
865#: src/addr2line.c:519
866#, c-format
867msgid "Section syntax requires exactly one module"
868msgstr "Section syntax requires exactly one module"
869
870#: src/addr2line.c:542
871#, c-format
872msgid "offset %#<PRIxMAX> lies outside section '%s'"
873msgstr "offset %#<PRIxMAX> lies outside section ‘%s’"
874
875#: src/addr2line.c:632
876#, c-format
877msgid "cannot find symbol '%s'"
878msgstr "cannot find symbol ‘%s’"
879
880#: src/addr2line.c:637
881#, c-format
882msgid "offset %#<PRIxMAX> lies outside contents of '%s'"
883msgstr "offset %#<PRIxMAX> lies outside contents of ‘%s’"
884
885#: src/ar.c:67
886msgid "Commands:"
887msgstr "Commands:"
888
889#: src/ar.c:68
890msgid "Delete files from archive."
891msgstr "Delete files from archive."
892
893#: src/ar.c:69
894msgid "Move files in archive."
895msgstr "Move files in archive."
896
897#: src/ar.c:70
898msgid "Print files in archive."
899msgstr "Print files in archive."
900
901#: src/ar.c:71
902msgid "Quick append files to archive."
903msgstr "Quick append files to archive."
904
905#: src/ar.c:73
906msgid "Replace existing or insert new file into archive."
907msgstr "Replace existing or insert new file into archive."
908
909#: src/ar.c:74
910msgid "Display content of archive."
911msgstr "Display content of archive."
912
913#: src/ar.c:75
914msgid "Extract files from archive."
915msgstr "Extract files from archive."
916
917#: src/ar.c:77
918msgid "Command Modifiers:"
919msgstr "Command Modifiers:"
920
921#: src/ar.c:78
922msgid "Preserve original dates."
923msgstr "Preserve original dates."
924
925#: src/ar.c:79
926msgid "Use instance [COUNT] of name."
927msgstr "Use instance [COUNT] of name."
928
929#: src/ar.c:81
930msgid "Do not replace existing files with extracted files."
931msgstr "Do not replace existing files with extracted files."
932
933#: src/ar.c:82
934msgid "Allow filename to be truncated if necessary."
935msgstr "Allow filename to be truncated if necessary."
936
937#: src/ar.c:84
938msgid "Provide verbose output."
939msgstr "Provide verbose output."
940
941#: src/ar.c:85
942msgid "Force regeneration of symbol table."
943msgstr "Force regeneration of symbol table."
944
945#: src/ar.c:86
946msgid "Insert file after [MEMBER]."
947msgstr "Insert file after [MEMBER]."
948
949#: src/ar.c:87
950msgid "Insert file before [MEMBER]."
951msgstr "Insert file before [MEMBER]."
952
953#: src/ar.c:88
954msgid "Same as -b."
955msgstr "Same as -b."
956
957#: src/ar.c:89
958msgid "Suppress message when library has to be created."
959msgstr "Suppress message when library has to be created."
960
961#: src/ar.c:91
962msgid "Use full path for file matching."
963msgstr "Use full path for file matching."
964
965#: src/ar.c:92
966msgid "Update only older files in archive."
967msgstr "Update only older files in archive."
968
969#. Short description of program.
970#: src/ar.c:98
971msgid "Create, modify, and extract from archives."
972msgstr "Create, modify, and extract from archives."
973
974#. Strings for arguments in help texts.
975#: src/ar.c:101
976msgid "[MEMBER] [COUNT] ARCHIVE [FILE...]"
977msgstr "[MEMBER] [COUNT] ARCHIVE [FILE...]"
978
979#: src/ar.c:180
980#, c-format
981msgid "'a', 'b', and 'i' are only allowed with the 'm' and 'r' options"
982msgstr ""
983"'a', 'b', and ‘i’ are only allowed with the ‘m’ and ‘r’ "
984"options"
985
986#: src/ar.c:185
987#, c-format
988msgid "MEMBER parameter required for 'a', 'b', and 'i' modifiers"
989msgstr "MEMBER parameter required for 'a', 'b', and ‘i’ modifiers"
990
991#: src/ar.c:201
992#, c-format
993msgid "'N' is only meaningful with the 'x' and 'd' options"
994msgstr "‘N’ is only meaningful with the ‘x’ and ‘d’ options"
995
996#: src/ar.c:206
997#, c-format
998msgid "COUNT parameter required"
999msgstr "COUNT parameter required"
1000
1001#: src/ar.c:218
1002#, c-format
1003msgid "invalid COUNT parameter %s"
1004msgstr "invalid COUNT parameter %s"
1005
1006#: src/ar.c:225
1007#, c-format
1008msgid "'%c' is only meaningful with the 'x' option"
1009msgstr "‘%c’ is only meaningful with the ‘x’ option"
1010
1011#: src/ar.c:231
1012#, c-format
1013msgid "archive name required"
1014msgstr "archive name required"
1015
1016#: src/ar.c:244
1017#, c-format
1018msgid "command option required"
1019msgstr "command option required"
1020
1021#: src/ar.c:295
1022#, c-format
1023msgid "More than one operation specified"
1024msgstr "More than one operation specified"
1025
1026#: src/ar.c:389
1027#, c-format
1028msgid "cannot open archive '%s'"
1029msgstr "cannot open archive ‘%s’"
1030
1031#: src/ar.c:399
1032#, c-format
1033msgid "cannot open archive '%s': %s"
1034msgstr "cannot open archive '%s': %s"
1035
1036#: src/ar.c:403
1037#, c-format
1038msgid "%s: not an archive file"
1039msgstr "%s: not an archive file"
1040
1041#: src/ar.c:407
1042#, c-format
1043msgid "cannot stat archive '%s'"
1044msgstr "cannot stat archive ‘%s’"
1045
1046#: src/ar.c:419
1047#, c-format
1048msgid "no entry %s in archive\n"
1049msgstr "no entry %s in archive\n"
1050
1051#: src/ar.c:472 src/ar.c:923 src/ar.c:1127
1052#, c-format
1053msgid "cannot create hash table"
1054msgstr "cannot create hash table"
1055
1056#: src/ar.c:479 src/ar.c:930 src/ar.c:1136
1057#, c-format
1058msgid "cannot insert into hash table"
1059msgstr "cannot insert into hash table"
1060
1061#: src/ar.c:487 src/ranlib.c:148
1062#, c-format
1063msgid "cannot stat '%s'"
1064msgstr "cannot stat ‘%s’"
1065
1066#: src/ar.c:589
1067#, c-format
1068msgid "cannot read content of %s: %s"
1069msgstr "cannot read content of %s: %s"
1070
1071#: src/ar.c:632
1072#, c-format
1073msgid "cannot open %.*s"
1074msgstr "cannot open %.*s"
1075
1076#: src/ar.c:654
1077#, c-format
1078msgid "failed to write %s"
1079msgstr "failed to write %s"
1080
1081#: src/ar.c:666
1082#, c-format
1083msgid "cannot change mode of %s"
1084msgstr "cannot change mode of %s"
1085
1086#: src/ar.c:682
1087#, c-format
1088msgid "cannot change modification time of %s"
1089msgstr "cannot change modification time of %s"
1090
1091#: src/ar.c:728
1092#, c-format
1093msgid "cannot rename temporary file to %.*s"
1094msgstr "cannot rename temporary file to %.*s"
1095
1096#: src/ar.c:764 src/ar.c:1015 src/ar.c:1416 src/ranlib.c:222
1097#, c-format
1098msgid "cannot create new file"
1099msgstr "cannot create new file"
1100
1101#: src/ar.c:1218
1102#, c-format
1103msgid "position member %s not found"
1104msgstr "position member %s not found"
1105
1106#: src/ar.c:1228
1107#, c-format
1108msgid "%s: no entry %s in archive!\n"
1109msgstr "%s: no entry %s in archive!\n"
1110
1111#: src/ar.c:1257 src/objdump.c:241
1112#, c-format
1113msgid "cannot open %s"
1114msgstr "cannot open %s"
1115
1116#: src/ar.c:1262
1117#, c-format
1118msgid "cannot stat %s"
1119msgstr "cannot stat %s"
1120
1121#: src/ar.c:1268
1122#, c-format
1123msgid "%s is no regular file"
1124msgstr "%s is no regular file"
1125
1126#: src/ar.c:1281
1127#, c-format
1128msgid "cannot get ELF descriptor for %s: %s\n"
1129msgstr "cannot get ELF descriptor for %s: %s\n"
1130
1131#: src/ar.c:1301
1132#, c-format
1133msgid "cannot read %s: %s"
1134msgstr "cannot read %s: %s"
1135
1136#: src/ar.c:1476
1137#, c-format
1138msgid "cannot represent ar_date"
1139msgstr "cannot represent ar_date"
1140
1141#: src/ar.c:1482
1142#, c-format
1143msgid "cannot represent ar_uid"
1144msgstr "cannot represent ar_uid"
1145
1146#: src/ar.c:1488
1147#, c-format
1148msgid "cannot represent ar_gid"
1149msgstr "cannot represent ar_gid"
1150
1151#: src/ar.c:1494
1152#, c-format
1153msgid "cannot represent ar_mode"
1154msgstr "cannot represent ar_mode"
1155
1156#: src/ar.c:1500
1157#, c-format
1158msgid "cannot represent ar_size"
1159msgstr "cannot represent ar_size"
1160
1161#: src/arlib-argp.c:32
1162msgid "Use zero for uid, gid, and date in archive members."
1163msgstr "Use zero for uid, gid, and date in archive members."
1164
1165#: src/arlib-argp.c:34
1166msgid "Use actual uid, gid, and date in archive members."
1167msgstr "Use actual uid, gid, and date in archive members."
1168
1169#: src/arlib-argp.c:65
1170#, c-format
1171msgid "%s (default)"
1172msgstr "%s (default)"
1173
1174#. The archive is too big.
1175#: src/arlib.c:213
1176#, c-format
1177msgid "the archive '%s' is too large"
1178msgstr "the archive ‘%s’ is too large"
1179
1180#: src/arlib.c:226
1181#, c-format
1182msgid "cannot read ELF header of %s(%s): %s"
1183msgstr "cannot read ELF header of %s(%s): %s"
1184
1185#: src/elfcmp.c:60
1186msgid "Control options:"
1187msgstr "Control options:"
1188
1189#: src/elfcmp.c:62
1190msgid "Output all differences, not just the first"
1191msgstr "Output all differences, not just the first"
1192
1193#: src/elfcmp.c:63
1194msgid ""
1195"Control treatment of gaps in loadable segments [ignore|match] (default: "
1196"ignore)"
1197msgstr ""
1198"Control treatment of gaps in loadable segments [ignore|match] (default: "
1199"ignore)"
1200
1201#: src/elfcmp.c:65
1202msgid "Ignore permutation of buckets in SHT_HASH section"
1203msgstr "Ignore permutation of buckets in SHT_HASH section"
1204
1205#: src/elfcmp.c:67
1206msgid "Ignore differences in build ID"
1207msgstr "Ignore differences in build ID"
1208
1209#: src/elfcmp.c:68
1210msgid "Output nothing; yield exit status only"
1211msgstr "Output nothing; yield exit status only"
1212
1213#. Short description of program.
1214#: src/elfcmp.c:75
1215msgid "Compare relevant parts of two ELF files for equality."
1216msgstr "Compare relevant parts of two ELF files for equality."
1217
1218#. Strings for arguments in help texts.
1219#: src/elfcmp.c:79
1220msgid "FILE1 FILE2"
1221msgstr "FILE1 FILE2"
1222
1223#: src/elfcmp.c:141
1224msgid "Invalid number of parameters.\n"
1225msgstr "Invalid number of parameters.\n"
1226
1227#: src/elfcmp.c:172 src/elfcmp.c:177
1228#, c-format
1229msgid "cannot get ELF header of '%s': %s"
1230msgstr "cannot get ELF header of '%s': %s"
1231
1232#: src/elfcmp.c:203
1233#, c-format
1234msgid "%s %s diff: ELF header"
1235msgstr "%s %s diff: ELF header"
1236
1237#: src/elfcmp.c:210 src/elfcmp.c:213
1238#, c-format
1239msgid "cannot get section count of '%s': %s"
1240msgstr "cannot get section count of '%s': %s"
1241
1242#: src/elfcmp.c:218
1243#, c-format
1244msgid "%s %s diff: section count"
1245msgstr "%s %s diff: section count"
1246
1247#: src/elfcmp.c:225 src/elfcmp.c:228
1248#, c-format
1249msgid "cannot get program header count of '%s': %s"
1250msgstr "cannot get program header count of '%s': %s"
1251
1252#: src/elfcmp.c:233
1253#, c-format
1254msgid "%s %s diff: program header count"
1255msgstr "%s %s diff: program header count"
1256
1257#: src/elfcmp.c:241 src/elfcmp.c:244
1258#, c-format
1259msgid "cannot get hdrstrndx of '%s': %s"
1260msgstr "cannot get hdrstrndx of '%s': %s"
1261
1262#: src/elfcmp.c:249
1263#, c-format
1264msgid "%s %s diff: shdr string index"
1265msgstr "%s %s diff: shdr string index"
1266
1267#: src/elfcmp.c:307
1268#, c-format
1269msgid "%s %s differ: section [%zu], [%zu] name"
1270msgstr "%s %s differ: section [%zu], [%zu] name"
1271
1272#: src/elfcmp.c:330
1273#, c-format
1274msgid "%s %s differ: section [%zu] '%s' header"
1275msgstr "%s %s differ: section [%zu] ‘%s’ header"
1276
1277#: src/elfcmp.c:338 src/elfcmp.c:344
1278#, c-format
1279msgid "cannot get content of section %zu in '%s': %s"
1280msgstr "cannot get content of section %zu in '%s': %s"
1281
1282#: src/elfcmp.c:353
1283#, c-format
1284msgid "symbol table [%zu] in '%s' has zero sh_entsize"
1285msgstr "symbol table [%zu] in ‘%s’ has zero sh_entsize"
1286
1287#: src/elfcmp.c:365 src/elfcmp.c:371
1288#, c-format
1289msgid "cannot get symbol in '%s': %s"
1290msgstr "cannot get symbol in '%s': %s"
1291
1292#: src/elfcmp.c:393
1293#, c-format
1294msgid "%s %s differ: symbol table [%zu]"
1295msgstr "%s %s differ: symbol table [%zu]"
1296
1297#: src/elfcmp.c:396
1298#, c-format
1299msgid "%s %s differ: symbol table [%zu,%zu]"
1300msgstr "%s %s differ: symbol table [%zu,%zu]"
1301
1302#: src/elfcmp.c:443 src/elfcmp.c:513
1303#, c-format
1304msgid "%s %s differ: section [%zu] '%s' number of notes"
1305msgstr "%s %s differ: section [%zu] ‘%s’ number of notes"
1306
1307#: src/elfcmp.c:451
1308#, c-format
1309msgid "cannot read note section [%zu] '%s' in '%s': %s"
1310msgstr "cannot read note section [%zu] ‘%s’ in '%s': %s"
1311
1312#: src/elfcmp.c:462
1313#, c-format
1314msgid "%s %s differ: section [%zu] '%s' note name"
1315msgstr "%s %s differ: section [%zu] ‘%s’ note name"
1316
1317#: src/elfcmp.c:470
1318#, c-format
1319msgid "%s %s differ: section [%zu] '%s' note '%s' type"
1320msgstr "%s %s differ: section [%zu] ‘%s’ note ‘%s’ type"
1321
1322#: src/elfcmp.c:485
1323#, c-format
1324msgid "%s %s differ: build ID length"
1325msgstr "%s %s differ: build ID length"
1326
1327#: src/elfcmp.c:493
1328#, c-format
1329msgid "%s %s differ: build ID content"
1330msgstr "%s %s differ: build ID content"
1331
1332#: src/elfcmp.c:502
1333#, c-format
1334msgid "%s %s differ: section [%zu] '%s' note '%s' content"
1335msgstr "%s %s differ: section [%zu] ‘%s’ note ‘%s’ content"
1336
1337#: src/elfcmp.c:543
1338#, c-format
1339msgid "%s %s differ: section [%zu] '%s' content"
1340msgstr "%s %s differ: section [%zu] ‘%s’ content"
1341
1342#: src/elfcmp.c:547
1343#, c-format
1344msgid "%s %s differ: section [%zu,%zu] '%s' content"
1345msgstr "%s %s differ: section [%zu,%zu] ‘%s’ content"
1346
1347#: src/elfcmp.c:562
1348#, c-format
1349msgid "%s %s differ: unequal amount of important sections"
1350msgstr "%s %s differ: unequal amount of important sections"
1351
1352#: src/elfcmp.c:595 src/elfcmp.c:600
1353#, c-format
1354msgid "cannot load data of '%s': %s"
1355msgstr "cannot load data of '%s': %s"
1356
1357#: src/elfcmp.c:619 src/elfcmp.c:625
1358#, c-format
1359msgid "cannot get program header entry %d of '%s': %s"
1360msgstr "cannot get program header entry %d of '%s': %s"
1361
1362#: src/elfcmp.c:631
1363#, c-format
1364msgid "%s %s differ: program header %d"
1365msgstr "%s %s differ: program header %d"
1366
1367#: src/elfcmp.c:655
1368#, c-format
1369msgid "%s %s differ: gap"
1370msgstr "%s %s differ: gap"
1371
1372#: src/elfcmp.c:706
1373#, c-format
1374msgid "Invalid value '%s' for --gaps parameter."
1375msgstr "Invalid value ‘%s’ for --gaps parameter."
1376
1377#: src/elfcmp.c:734 src/findtextrel.c:205 src/nm.c:364 src/ranlib.c:141
1378#: src/size.c:272 src/strings.c:185 src/strip.c:984 src/strip.c:1021
1379#: src/unstrip.c:2189 src/unstrip.c:2218
1380#, c-format
1381msgid "cannot open '%s'"
1382msgstr "cannot open ‘%s’"
1383
1384#: src/elfcmp.c:738 src/findtextrel.c:212 src/ranlib.c:158
1385#, c-format
1386msgid "cannot create ELF descriptor for '%s': %s"
1387msgstr "cannot create ELF descriptor for '%s': %s"
1388
1389#: src/elfcmp.c:743
1390#, c-format
1391msgid "cannot create EBL descriptor for '%s'"
1392msgstr "cannot create EBL descriptor for ‘%s’"
1393
1394#: src/elfcmp.c:761 src/findtextrel.c:394
1395#, c-format
1396msgid "cannot get section header of section %zu: %s"
1397msgstr "cannot get section header of section %zu: %s"
1398
1399#: src/elfcmp.c:771
1400#, c-format
1401msgid "cannot get content of section %zu: %s"
1402msgstr "cannot get content of section %zu: %s"
1403
1404#: src/elfcmp.c:781 src/elfcmp.c:795
1405#, c-format
1406msgid "cannot get relocation: %s"
1407msgstr "cannot get relocation: %s"
1408
1409#: src/elfcompress.c:115 src/strip.c:308 src/unstrip.c:121
1410#, c-format
1411msgid "-o option specified twice"
1412msgstr "-o option specified twice"
1413
1414#: src/elfcompress.c:122
1415#, c-format
1416msgid "-t option specified twice"
1417msgstr "-t option specified twice"
1418
1419#: src/elfcompress.c:131
1420#, c-format
1421msgid "unknown compression type '%s'"
1422msgstr "unknown compression type ‘%s’"
1423
1424#. We need at least one input file.
1425#: src/elfcompress.c:143 src/elfcompress.c:1347
1426#, c-format
1427msgid "No input file given"
1428msgstr "No input file given"
1429
1430#: src/elfcompress.c:149 src/elfcompress.c:1352
1431#, c-format
1432msgid "Only one input file allowed together with '-o'"
1433msgstr "Only one input file allowed together with ‘-o’"
1434
1435#: src/elfcompress.c:1309
1436msgid "Place (de)compressed output into FILE"
1437msgstr "Place (de)compressed output into FILE"
1438
1439#: src/elfcompress.c:1312
1440msgid ""
1441"What type of compression to apply. TYPE can be 'none' (decompress), "
1442"'zlib' (ELF ZLIB compression, the default, 'zlib-gabi' is an alias) or 'zlib-"
1443"gnu' (.zdebug GNU style compression, 'gnu' is an alias)"
1444msgstr ""
1445"What type of compression to apply. TYPE can be ‘none’ (decompress), "
1446"‘zlib’ (ELF ZLIB compression, the default, ‘zlib-gabi’ is an "
1447"alias) or ‘zlib-gnu’ (.zdebug GNU style compression, ‘gnu’ is an "
1448"alias)"
1449
1450#: src/elfcompress.c:1315
1451msgid ""
1452"SECTION name to (de)compress, SECTION is an extended wildcard pattern "
1453"(defaults to '.?(z)debug*')"
1454msgstr ""
1455"SECTION name to (de)compress, SECTION is an extended wildcard pattern "
1456"(defaults to '.?(z)debug*')"
1457
1458#: src/elfcompress.c:1318
1459msgid "Print a message for each section being (de)compressed"
1460msgstr "Print a message for each section being (de)compressed"
1461
1462#: src/elfcompress.c:1321
1463msgid ""
1464"Force compression of section even if it would become larger or update/"
1465"rewrite the file even if no section would be (de)compressed"
1466msgstr ""
1467"Force compression of section even if it would become larger or update/"
1468"rewrite the file even if no section would be (de)compressed"
1469
1470#: src/elfcompress.c:1324 src/strip.c:93
1471msgid "Relax a few rules to handle slightly broken ELF files"
1472msgstr "Relax a few rules to handle slightly broken ELF files"
1473
1474#: src/elfcompress.c:1327
1475msgid "Be silent when a section cannot be compressed"
1476msgstr "Be silent when a section cannot be compressed"
1477
1478#. Strings for arguments in help texts.
1479#: src/elfcompress.c:1336 src/elflint.c:77 src/readelf.c:158
1480msgid "FILE..."
1481msgstr "FILE..."
1482
1483#: src/elfcompress.c:1337
1484msgid "Compress or decompress sections in an ELF file."
1485msgstr "Compress or decompress sections in an ELF file."
1486
1487#: src/elflint.c:63
1488msgid "Be extremely strict, flag level 2 features."
1489msgstr "Be extremely strict, flag level 2 features."
1490
1491#: src/elflint.c:64
1492msgid "Do not print anything if successful"
1493msgstr "Do not print anything if successful"
1494
1495#: src/elflint.c:65
1496msgid "Binary is a separate debuginfo file"
1497msgstr "Binary is a separate debuginfo file"
1498
1499#: src/elflint.c:67
1500msgid ""
1501"Binary has been created with GNU ld and is therefore known to be broken in "
1502"certain ways"
1503msgstr ""
1504"Binary has been created with GNU ld and is therefore known to be broken in "
1505"certain ways"
1506
1507#. Short description of program.
1508#: src/elflint.c:73
1509msgid "Pedantic checking of ELF files compliance with gABI/psABI spec."
1510msgstr "Pedantic checking of ELF files compliance with gABI/psABI spec."
1511
1512#: src/elflint.c:154 src/readelf.c:368
1513#, c-format
1514msgid "cannot open input file '%s'"
1515msgstr "cannot open input file ‘%s’"
1516
1517#: src/elflint.c:161
1518#, c-format
1519msgid "cannot generate Elf descriptor for '%s': %s\n"
1520msgstr "cannot generate Elf descriptor for '%s': %s\n"
1521
1522#: src/elflint.c:180
1523#, c-format
1524msgid "error while closing Elf descriptor: %s\n"
1525msgstr "error while closing Elf descriptor: %s\n"
1526
1527#: src/elflint.c:184
1528msgid "No errors"
1529msgstr "No errors"
1530
1531#: src/elflint.c:219 src/readelf.c:575
1532msgid "Missing file name.\n"
1533msgstr "Missing file name.\n"
1534
1535#: src/elflint.c:284
1536#, c-format
1537msgid " error while freeing sub-ELF descriptor: %s\n"
1538msgstr " error while freeing sub-ELF descriptor: %s\n"
1539
1540#. We cannot do anything.
1541#: src/elflint.c:292
1542#, c-format
1543msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
1544msgstr "Not an ELF file - it has the wrong magic bytes at the start\n"
1545
1546#: src/elflint.c:357
1547#, c-format
1548msgid "e_ident[%d] == %d is no known class\n"
1549msgstr "e_ident[%d] == %d is no known class\n"
1550
1551#: src/elflint.c:362
1552#, c-format
1553msgid "e_ident[%d] == %d is no known data encoding\n"
1554msgstr "e_ident[%d] == %d is no known data encoding\n"
1555
1556#: src/elflint.c:366
1557#, c-format
1558msgid "unknown ELF header version number e_ident[%d] == %d\n"
1559msgstr "unknown ELF header version number e_ident[%d] == %d\n"
1560
1561#: src/elflint.c:374
1562#, c-format
1563msgid "unsupported OS ABI e_ident[%d] == '%s'\n"
1564msgstr "unsupported OS ABI e_ident[%d] == ‘%s’\n"
1565
1566#: src/elflint.c:380
1567#, c-format
1568msgid "unsupported ABI version e_ident[%d] == %d\n"
1569msgstr "unsupported ABI version e_ident[%d] == %d\n"
1570
1571#: src/elflint.c:385
1572#, c-format
1573msgid "e_ident[%zu] is not zero\n"
1574msgstr "e_ident[%zu] is not zero\n"
1575
1576#: src/elflint.c:390
1577#, c-format
1578msgid "unknown object file type %d\n"
1579msgstr "unknown object file type %d\n"
1580
1581#: src/elflint.c:397
1582#, c-format
1583msgid "unknown machine type %d\n"
1584msgstr "unknown machine type %d\n"
1585
1586#: src/elflint.c:401
1587#, c-format
1588msgid "unknown object file version\n"
1589msgstr "unknown object file version\n"
1590
1591#: src/elflint.c:407
1592#, c-format
1593msgid "invalid program header offset\n"
1594msgstr "invalid program header offset\n"
1595
1596#: src/elflint.c:409
1597#, c-format
1598msgid "executables and DSOs cannot have zero program header offset\n"
1599msgstr "executables and DSOs cannot have zero program header offset\n"
1600
1601#: src/elflint.c:413
1602#, c-format
1603msgid "invalid number of program header entries\n"
1604msgstr "invalid number of program header entries\n"
1605
1606#: src/elflint.c:421
1607#, c-format
1608msgid "invalid section header table offset\n"
1609msgstr "invalid section header table offset\n"
1610
1611#: src/elflint.c:424
1612#, c-format
1613msgid "section header table must be present\n"
1614msgstr "section header table must be present\n"
1615
1616#: src/elflint.c:438
1617#, c-format
1618msgid "invalid number of section header table entries\n"
1619msgstr "invalid number of section header table entries\n"
1620
1621#: src/elflint.c:455
1622#, c-format
1623msgid "invalid section header index\n"
1624msgstr "invalid section header index\n"
1625
1626#: src/elflint.c:473
1627#, c-format
1628msgid "Can only check %u headers, shnum was %u\n"
1629msgstr "Can only check %u headers, shnum was %u\n"
1630
1631#: src/elflint.c:487
1632#, c-format
1633msgid "invalid number of program header table entries\n"
1634msgstr "invalid number of program header table entries\n"
1635
1636#: src/elflint.c:504
1637#, c-format
1638msgid "Can only check %u headers, phnum was %u\n"
1639msgstr "Can only check %u headers, phnum was %u\n"
1640
1641#: src/elflint.c:509
1642#, c-format
1643msgid "invalid machine flags: %s\n"
1644msgstr "invalid machine flags: %s\n"
1645
1646#: src/elflint.c:516 src/elflint.c:533
1647#, c-format
1648msgid "invalid ELF header size: %hd\n"
1649msgstr "invalid ELF header size: %hd\n"
1650
1651#: src/elflint.c:519 src/elflint.c:536
1652#, c-format
1653msgid "invalid program header size: %hd\n"
1654msgstr "invalid program header size: %hd\n"
1655
1656#: src/elflint.c:522 src/elflint.c:539
1657#, c-format
1658msgid "invalid program header position or size\n"
1659msgstr "invalid program header position or size\n"
1660
1661#: src/elflint.c:525 src/elflint.c:542
1662#, c-format
1663msgid "invalid section header size: %hd\n"
1664msgstr "invalid section header size: %hd\n"
1665
1666#: src/elflint.c:528 src/elflint.c:545
1667#, c-format
1668msgid "invalid section header position or size\n"
1669msgstr "invalid section header position or size\n"
1670
1671#: src/elflint.c:590
1672#, c-format
1673msgid ""
1674"section [%2d] '%s': section with SHF_GROUP flag set not part of a section "
1675"group\n"
1676msgstr ""
1677"section [%2d] '%s': section with SHF_GROUP flag set not part of a section "
1678"group\n"
1679
1680#: src/elflint.c:594
1681#, c-format
1682msgid ""
1683"section [%2d] '%s': section group [%2zu] '%s' does not precede group member\n"
1684msgstr ""
1685"section [%2d] '%s': section group [%2zu] ‘%s’ does not precede group "
1686"member\n"
1687
1688#: src/elflint.c:610 src/elflint.c:1498 src/elflint.c:1549 src/elflint.c:1655
1689#: src/elflint.c:1991 src/elflint.c:2317 src/elflint.c:2936 src/elflint.c:3099
1690#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4435
1691#, c-format
1692msgid "section [%2d] '%s': cannot get section data\n"
1693msgstr "section [%2d] '%s': cannot get section data\n"
1694
1695#: src/elflint.c:623 src/elflint.c:1662
1696#, c-format
1697msgid ""
1698"section [%2d] '%s': referenced as string table for section [%2d] '%s' but "
1699"type is not SHT_STRTAB\n"
1700msgstr ""
1701"section [%2d] '%s': referenced as string table for section [%2d] ‘%s’ "
1702"but type is not SHT_STRTAB\n"
1703
1704#: src/elflint.c:646
1705#, c-format
1706msgid ""
1707"section [%2d] '%s': symbol table cannot have more than one extended index "
1708"section\n"
1709msgstr ""
1710"section [%2d] '%s': symbol table cannot have more than one extended index "
1711"section\n"
1712
1713#: src/elflint.c:658
1714#, c-format
1715msgid "section [%2u] '%s': entry size is does not match ElfXX_Sym\n"
1716msgstr "section [%2u] '%s': entry size is does not match ElfXX_Sym\n"
1717
1718#: src/elflint.c:662
1719#, c-format
1720msgid ""
1721"section [%2u] '%s': number of local entries in 'st_info' larger than table "
1722"size\n"
1723msgstr ""
1724"section [%2u] '%s': number of local entries in ‘st_info’ larger than "
1725"table size\n"
1726
1727#: src/elflint.c:671
1728#, c-format
1729msgid "section [%2d] '%s': cannot get symbol %d: %s\n"
1730msgstr "section [%2d] '%s': cannot get symbol %d: %s\n"
1731
1732#: src/elflint.c:676 src/elflint.c:679 src/elflint.c:682 src/elflint.c:685
1733#: src/elflint.c:688 src/elflint.c:691
1734#, c-format
1735msgid "section [%2d] '%s': '%s' in zeroth entry not zero\n"
1736msgstr "section [%2d] '%s': ‘%s’ in zeroth entry not zero\n"
1737
1738#: src/elflint.c:694
1739#, c-format
1740msgid "section [%2d] '%s': XINDEX for zeroth entry not zero\n"
1741msgstr "section [%2d] '%s': XINDEX for zeroth entry not zero\n"
1742
1743#: src/elflint.c:704
1744#, c-format
1745msgid "section [%2d] '%s': cannot get symbol %zu: %s\n"
1746msgstr "section [%2d] '%s': cannot get symbol %zu: %s\n"
1747
1748#: src/elflint.c:713
1749#, c-format
1750msgid "section [%2d] '%s': symbol %zu: invalid name value\n"
1751msgstr "section [%2d] '%s': symbol %zu: invalid name value\n"
1752
1753#: src/elflint.c:728
1754#, c-format
1755msgid ""
1756"section [%2d] '%s': symbol %zu: too large section index but no extended "
1757"section index section\n"
1758msgstr ""
1759"section [%2d] '%s': symbol %zu: too large section index but no extended "
1760"section index section\n"
1761
1762#: src/elflint.c:734
1763#, c-format
1764msgid ""
1765"section [%2d] '%s': symbol %zu: XINDEX used for index which would fit in "
1766"st_shndx (%<PRIu32>)\n"
1767msgstr ""
1768"section [%2d] '%s': symbol %zu: XINDEX used for index which would fit in "
1769"st_shndx (%<PRIu32>)\n"
1770
1771#. || sym->st_shndx > SHN_HIRESERVE  always false
1772#: src/elflint.c:746
1773#, c-format
1774msgid "section [%2d] '%s': symbol %zu: invalid section index\n"
1775msgstr "section [%2d] '%s': symbol %zu: invalid section index\n"
1776
1777#: src/elflint.c:754
1778#, c-format
1779msgid "section [%2d] '%s': symbol %zu: unknown type\n"
1780msgstr "section [%2d] '%s': symbol %zu: unknown type\n"
1781
1782#: src/elflint.c:760
1783#, c-format
1784msgid "section [%2d] '%s': symbol %zu: unknown symbol binding\n"
1785msgstr "section [%2d] '%s': symbol %zu: unknown symbol binding\n"
1786
1787#: src/elflint.c:765
1788#, c-format
1789msgid "section [%2d] '%s': symbol %zu: unique symbol not of object type\n"
1790msgstr "section [%2d] '%s': symbol %zu: unique symbol not of object type\n"
1791
1792#: src/elflint.c:773
1793#, c-format
1794msgid ""
1795"section [%2d] '%s': symbol %zu: COMMON only allowed in relocatable files\n"
1796msgstr ""
1797"section [%2d] '%s': symbol %zu: COMMON only allowed in relocatable files\n"
1798
1799#: src/elflint.c:777
1800#, c-format
1801msgid "section [%2d] '%s': symbol %zu: local COMMON symbols are nonsense\n"
1802msgstr "section [%2d] '%s': symbol %zu: local COMMON symbols are nonsense\n"
1803
1804#: src/elflint.c:781
1805#, c-format
1806msgid ""
1807"section [%2d] '%s': symbol %zu: function in COMMON section is nonsense\n"
1808msgstr ""
1809"section [%2d] '%s': symbol %zu: function in COMMON section is nonsense\n"
1810
1811#: src/elflint.c:832
1812#, c-format
1813msgid "section [%2d] '%s': symbol %zu: st_value out of bounds\n"
1814msgstr "section [%2d] '%s': symbol %zu: st_value out of bounds\n"
1815
1816#: src/elflint.c:838 src/elflint.c:863 src/elflint.c:912
1817#, c-format
1818msgid ""
1819"section [%2d] '%s': symbol %zu does not fit completely in referenced section "
1820"[%2d] '%s'\n"
1821msgstr ""
1822"section [%2d] '%s': symbol %zu does not fit completely in referenced section "
1823"[%2d] ‘%s’\n"
1824
1825#: src/elflint.c:847
1826#, c-format
1827msgid ""
1828"section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have "
1829"SHF_TLS flag set\n"
1830msgstr ""
1831"section [%2d] '%s': symbol %zu: referenced section [%2d] ‘%s’ does not "
1832"have SHF_TLS flag set\n"
1833
1834#: src/elflint.c:857 src/elflint.c:905
1835#, c-format
1836msgid ""
1837"section [%2d] '%s': symbol %zu: st_value out of bounds of referenced section "
1838"[%2d] '%s'\n"
1839msgstr ""
1840"section [%2d] '%s': symbol %zu: st_value out of bounds of referenced section "
1841"[%2d] ‘%s’\n"
1842
1843#: src/elflint.c:884
1844#, c-format
1845msgid ""
1846"section [%2d] '%s': symbol %zu: TLS symbol but no TLS program header entry\n"
1847msgstr ""
1848"section [%2d] '%s': symbol %zu: TLS symbol but no TLS program header entry\n"
1849
1850#: src/elflint.c:890
1851#, c-format
1852msgid ""
1853"section [%2d] '%s': symbol %zu: TLS symbol but couldn't get TLS program "
1854"header entry\n"
1855msgstr ""
1856"section [%2d] '%s': symbol %zu: TLS symbol but couldn't get TLS program "
1857"header entry\n"
1858
1859#: src/elflint.c:898
1860#, c-format
1861msgid ""
1862"section [%2d] '%s': symbol %zu: st_value short of referenced section [%2d] "
1863"'%s'\n"
1864msgstr ""
1865"section [%2d] '%s': symbol %zu: st_value short of referenced section [%2d] "
1866"‘%s’\n"
1867
1868#: src/elflint.c:925
1869#, c-format
1870msgid ""
1871"section [%2d] '%s': symbol %zu: local symbol outside range described in "
1872"sh_info\n"
1873msgstr ""
1874"section [%2d] '%s': symbol %zu: local symbol outside range described in "
1875"sh_info\n"
1876
1877#: src/elflint.c:932
1878#, c-format
1879msgid ""
1880"section [%2d] '%s': symbol %zu: non-local symbol outside range described in "
1881"sh_info\n"
1882msgstr ""
1883"section [%2d] '%s': symbol %zu: non-local symbol outside range described in "
1884"sh_info\n"
1885
1886#: src/elflint.c:939
1887#, c-format
1888msgid "section [%2d] '%s': symbol %zu: non-local section symbol\n"
1889msgstr "section [%2d] '%s': symbol %zu: non-local section symbol\n"
1890
1891#: src/elflint.c:989
1892#, c-format
1893msgid ""
1894"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol refers to bad section "
1895"[%2d]\n"
1896msgstr ""
1897"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol refers to bad section "
1898"[%2d]\n"
1899
1900#: src/elflint.c:996
1901#, c-format
1902msgid ""
1903"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol refers to section [%2d] "
1904"'%s'\n"
1905msgstr ""
1906"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol refers to section [%2d] ‘"
1907"%s’\n"
1908
1909#. This test is more strict than the psABIs which
1910#. usually allow the symbol to be in the middle of
1911#. the .got section, allowing negative offsets.
1912#: src/elflint.c:1012
1913#, c-format
1914msgid ""
1915"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol value %#<PRIx64> does not "
1916"match %s section address %#<PRIx64>\n"
1917msgstr ""
1918"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol value %#<PRIx64> does not "
1919"match %s section address %#<PRIx64>\n"
1920
1921#: src/elflint.c:1019
1922#, c-format
1923msgid ""
1924"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol size %<PRIu64> does not "
1925"match %s section size %<PRIu64>\n"
1926msgstr ""
1927"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol size %<PRIu64> does not "
1928"match %s section size %<PRIu64>\n"
1929
1930#: src/elflint.c:1027
1931#, c-format
1932msgid ""
1933"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol present, but no .got "
1934"section\n"
1935msgstr ""
1936"section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol present, but no .got "
1937"section\n"
1938
1939#: src/elflint.c:1043
1940#, c-format
1941msgid ""
1942"section [%2d] '%s': _DYNAMIC_ symbol value %#<PRIx64> does not match dynamic "
1943"segment address %#<PRIx64>\n"
1944msgstr ""
1945"section [%2d] '%s': _DYNAMIC_ symbol value %#<PRIx64> does not match dynamic "
1946"segment address %#<PRIx64>\n"
1947
1948#: src/elflint.c:1050
1949#, c-format
1950msgid ""
1951"section [%2d] '%s': _DYNAMIC symbol size %<PRIu64> does not match dynamic "
1952"segment size %<PRIu64>\n"
1953msgstr ""
1954"section [%2d] '%s': _DYNAMIC symbol size %<PRIu64> does not match dynamic "
1955"segment size %<PRIu64>\n"
1956
1957#: src/elflint.c:1063
1958#, c-format
1959msgid ""
1960"section [%2d] '%s': symbol %zu: symbol in dynamic symbol table with non-"
1961"default visibility\n"
1962msgstr ""
1963"section [%2d] '%s': symbol %zu: symbol in dynamic symbol table with non-"
1964"default visibility\n"
1965
1966#: src/elflint.c:1067
1967#, c-format
1968msgid "section [%2d] '%s': symbol %zu: unknown bit set in st_other\n"
1969msgstr "section [%2d] '%s': symbol %zu: unknown bit set in st_other\n"
1970
1971#: src/elflint.c:1105
1972#, c-format
1973msgid "section [%2d] '%s': cannot get section data.\n"
1974msgstr "section [%2d] '%s': cannot get section data.\n"
1975
1976#: src/elflint.c:1121
1977#, c-format
1978msgid "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1979msgstr "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1980
1981#: src/elflint.c:1132 src/elflint.c:1185
1982#, c-format
1983msgid "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
1984msgstr "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
1985
1986#: src/elflint.c:1157 src/elflint.c:1210
1987#, c-format
1988msgid ""
1989"section [%2d] '%s': relative relocations after index %d as specified by "
1990"DT_RELCOUNT\n"
1991msgstr ""
1992"section [%2d] '%s': relative relocations after index %d as specified by "
1993"DT_RELCOUNT\n"
1994
1995#: src/elflint.c:1163 src/elflint.c:1216
1996#, c-format
1997msgid ""
1998"section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
1999"specified %d relative relocations\n"
2000msgstr ""
2001"section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
2002"specified %d relative relocations\n"
2003
2004#: src/elflint.c:1175
2005#, c-format
2006msgid "section [%2d] '%s': DT_RELACOUNT used for this REL section\n"
2007msgstr "section [%2d] '%s': DT_RELACOUNT used for this REL section\n"
2008
2009#: src/elflint.c:1258
2010#, c-format
2011msgid "section [%2d] '%s': invalid destination section index\n"
2012msgstr "section [%2d] '%s': invalid destination section index\n"
2013
2014#: src/elflint.c:1270
2015#, c-format
2016msgid "section [%2d] '%s': invalid destination section type\n"
2017msgstr "section [%2d] '%s': invalid destination section type\n"
2018
2019#: src/elflint.c:1278
2020#, c-format
2021msgid "section [%2d] '%s': sh_info should be zero\n"
2022msgstr "section [%2d] '%s': sh_info should be zero\n"
2023
2024#: src/elflint.c:1286
2025#, c-format
2026msgid ""
2027"section [%2d] '%s': no relocations for merge-able string sections possible\n"
2028msgstr ""
2029"section [%2d] '%s': no relocations for merge-able string sections possible\n"
2030
2031#: src/elflint.c:1294
2032#, c-format
2033msgid "section [%2d] '%s': section entry size does not match ElfXX_Rela\n"
2034msgstr "section [%2d] '%s': section entry size does not match ElfXX_Rela\n"
2035
2036#: src/elflint.c:1354
2037#, c-format
2038msgid "text relocation flag set but there is no read-only segment\n"
2039msgstr "text relocation flag set but there is no read-only segment\n"
2040
2041#: src/elflint.c:1381
2042#, c-format
2043msgid "section [%2d] '%s': relocation %zu: invalid type\n"
2044msgstr "section [%2d] '%s': relocation %zu: invalid type\n"
2045
2046#: src/elflint.c:1389
2047#, c-format
2048msgid ""
2049"section [%2d] '%s': relocation %zu: relocation type invalid for the file "
2050"type\n"
2051msgstr ""
2052"section [%2d] '%s': relocation %zu: relocation type invalid for the file "
2053"type\n"
2054
2055#: src/elflint.c:1397
2056#, c-format
2057msgid "section [%2d] '%s': relocation %zu: invalid symbol index\n"
2058msgstr "section [%2d] '%s': relocation %zu: invalid symbol index\n"
2059
2060#: src/elflint.c:1415
2061#, c-format
2062msgid ""
2063"section [%2d] '%s': relocation %zu: only symbol '_GLOBAL_OFFSET_TABLE_' can "
2064"be used with %s\n"
2065msgstr ""
2066"section [%2d] '%s': relocation %zu: only symbol "
2067"‘_GLOBAL_OFFSET_TABLE_’ can be used with %s\n"
2068
2069#: src/elflint.c:1432
2070#, c-format
2071msgid "section [%2d] '%s': relocation %zu: offset out of bounds\n"
2072msgstr "section [%2d] '%s': relocation %zu: offset out of bounds\n"
2073
2074#: src/elflint.c:1447
2075#, c-format
2076msgid ""
2077"section [%2d] '%s': relocation %zu: copy relocation against symbol of type "
2078"%s\n"
2079msgstr ""
2080"section [%2d] '%s': relocation %zu: copy relocation against symbol of type "
2081"%s\n"
2082
2083#: src/elflint.c:1468
2084#, c-format
2085msgid ""
2086"section [%2d] '%s': relocation %zu: read-only section modified but text "
2087"relocation flag not set\n"
2088msgstr ""
2089"section [%2d] '%s': relocation %zu: read-only section modified but text "
2090"relocation flag not set\n"
2091
2092#: src/elflint.c:1483
2093#, c-format
2094msgid "section [%2d] '%s': relocations are against loaded and unloaded data\n"
2095msgstr "section [%2d] '%s': relocations are against loaded and unloaded data\n"
2096
2097#: src/elflint.c:1523 src/elflint.c:1574
2098#, c-format
2099msgid "section [%2d] '%s': cannot get relocation %zu: %s\n"
2100msgstr "section [%2d] '%s': cannot get relocation %zu: %s\n"
2101
2102#: src/elflint.c:1650
2103#, c-format
2104msgid "more than one dynamic section present\n"
2105msgstr "more than one dynamic section present\n"
2106
2107#: src/elflint.c:1668
2108#, c-format
2109msgid ""
2110"section [%2d]: referenced as string table for section [%2d] '%s' but section "
2111"link value is invalid\n"
2112msgstr ""
2113"section [%2d]: referenced as string table for section [%2d] ‘%s’ but "
2114"section link value is invalid\n"
2115
2116#: src/elflint.c:1676
2117#, c-format
2118msgid "section [%2d] '%s': section entry size does not match ElfXX_Dyn\n"
2119msgstr "section [%2d] '%s': section entry size does not match ElfXX_Dyn\n"
2120
2121#: src/elflint.c:1681 src/elflint.c:1970
2122#, c-format
2123msgid "section [%2d] '%s': sh_info not zero\n"
2124msgstr "section [%2d] '%s': sh_info not zero\n"
2125
2126#: src/elflint.c:1691
2127#, c-format
2128msgid "section [%2d] '%s': cannot get dynamic section entry %zu: %s\n"
2129msgstr "section [%2d] '%s': cannot get dynamic section entry %zu: %s\n"
2130
2131#: src/elflint.c:1699
2132#, c-format
2133msgid "section [%2d] '%s': non-DT_NULL entries follow DT_NULL entry\n"
2134msgstr "section [%2d] '%s': non-DT_NULL entries follow DT_NULL entry\n"
2135
2136#: src/elflint.c:1706
2137#, c-format
2138msgid "section [%2d] '%s': entry %zu: unknown tag\n"
2139msgstr "section [%2d] '%s': entry %zu: unknown tag\n"
2140
2141#: src/elflint.c:1717
2142#, c-format
2143msgid "section [%2d] '%s': entry %zu: more than one entry with tag %s\n"
2144msgstr "section [%2d] '%s': entry %zu: more than one entry with tag %s\n"
2145
2146#: src/elflint.c:1727
2147#, c-format
2148msgid "section [%2d] '%s': entry %zu: level 2 tag %s used\n"
2149msgstr "section [%2d] '%s': entry %zu: level 2 tag %s used\n"
2150
2151#: src/elflint.c:1745
2152#, c-format
2153msgid ""
2154"section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2155msgstr ""
2156"section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2157
2158#: src/elflint.c:1758
2159#, c-format
2160msgid ""
2161"section [%2d] '%s': entry %zu: pointer does not match address of section "
2162"[%2d] '%s' referenced by sh_link\n"
2163msgstr ""
2164"section [%2d] '%s': entry %zu: pointer does not match address of section "
2165"[%2d] ‘%s’ referenced by sh_link\n"
2166
2167#: src/elflint.c:1801
2168#, c-format
2169msgid ""
2170"section [%2d] '%s': entry %zu: %s value must point into loaded segment\n"
2171msgstr ""
2172"section [%2d] '%s': entry %zu: %s value must point into loaded segment\n"
2173
2174#: src/elflint.c:1816
2175#, c-format
2176msgid ""
2177"section [%2d] '%s': entry %zu: %s value must be valid offset in section "
2178"[%2d] '%s'\n"
2179msgstr ""
2180"section [%2d] '%s': entry %zu: %s value must be valid offset in section "
2181"[%2d] ‘%s’\n"
2182
2183#: src/elflint.c:1836 src/elflint.c:1864
2184#, c-format
2185msgid "section [%2d] '%s': contains %s entry but not %s\n"
2186msgstr "section [%2d] '%s': contains %s entry but not %s\n"
2187
2188#: src/elflint.c:1848
2189#, c-format
2190msgid "section [%2d] '%s': mandatory tag %s not present\n"
2191msgstr "section [%2d] '%s': mandatory tag %s not present\n"
2192
2193#: src/elflint.c:1857
2194#, c-format
2195msgid "section [%2d] '%s': no hash section present\n"
2196msgstr "section [%2d] '%s': no hash section present\n"
2197
2198#: src/elflint.c:1872 src/elflint.c:1879
2199#, c-format
2200msgid "section [%2d] '%s': not all of %s, %s, and %s are present\n"
2201msgstr "section [%2d] '%s': not all of %s, %s, and %s are present\n"
2202
2203#: src/elflint.c:1889 src/elflint.c:1893
2204#, c-format
2205msgid "section [%2d] '%s': %s tag missing in DSO marked during prelinking\n"
2206msgstr "section [%2d] '%s': %s tag missing in DSO marked during prelinking\n"
2207
2208#: src/elflint.c:1899
2209#, c-format
2210msgid "section [%2d] '%s': non-DSO file marked as dependency during prelink\n"
2211msgstr "section [%2d] '%s': non-DSO file marked as dependency during prelink\n"
2212
2213#: src/elflint.c:1910 src/elflint.c:1914 src/elflint.c:1918 src/elflint.c:1922
2214#, c-format
2215msgid "section [%2d] '%s': %s tag missing in prelinked executable\n"
2216msgstr "section [%2d] '%s': %s tag missing in prelinked executable\n"
2217
2218#: src/elflint.c:1934
2219#, c-format
2220msgid ""
2221"section [%2d] '%s': only relocatable files can have extended section index\n"
2222msgstr ""
2223"section [%2d] '%s': only relocatable files can have extended section index\n"
2224
2225#: src/elflint.c:1944
2226#, c-format
2227msgid ""
2228"section [%2d] '%s': extended section index section not for symbol table\n"
2229msgstr ""
2230"section [%2d] '%s': extended section index section not for symbol table\n"
2231
2232#: src/elflint.c:1948
2233#, c-format
2234msgid "section [%2d] '%s': sh_link extended section index [%2d] is invalid\n"
2235msgstr "section [%2d] '%s': sh_link extended section index [%2d] is invalid\n"
2236
2237#: src/elflint.c:1953
2238#, c-format
2239msgid "cannot get data for symbol section\n"
2240msgstr "cannot get data for symbol section\n"
2241
2242#: src/elflint.c:1956
2243#, c-format
2244msgid "section [%2d] '%s': entry size does not match Elf32_Word\n"
2245msgstr "section [%2d] '%s': entry size does not match Elf32_Word\n"
2246
2247#: src/elflint.c:1965
2248#, c-format
2249msgid "section [%2d] '%s': extended index table too small for symbol table\n"
2250msgstr "section [%2d] '%s': extended index table too small for symbol table\n"
2251
2252#: src/elflint.c:1980
2253#, c-format
2254msgid ""
2255"section [%2d] '%s': extended section index in section [%2zu] '%s' refers to "
2256"same symbol table\n"
2257msgstr ""
2258"section [%2d] '%s': extended section index in section [%2zu] ‘%s’ "
2259"refers to same symbol table\n"
2260
2261#: src/elflint.c:1998
2262#, c-format
2263msgid "symbol 0 should have zero extended section index\n"
2264msgstr "symbol 0 should have zero extended section index\n"
2265
2266#: src/elflint.c:2010
2267#, c-format
2268msgid "cannot get data for symbol %zu\n"
2269msgstr "cannot get data for symbol %zu\n"
2270
2271#: src/elflint.c:2015
2272#, c-format
2273msgid "extended section index is %<PRIu32> but symbol index is not XINDEX\n"
2274msgstr "extended section index is %<PRIu32> but symbol index is not XINDEX\n"
2275
2276#: src/elflint.c:2032 src/elflint.c:2089
2277#, c-format
2278msgid ""
2279"section [%2d] '%s': hash table section is too small (is %ld, expected %ld)\n"
2280msgstr ""
2281"section [%2d] '%s': hash table section is too small (is %ld, expected %ld)\n"
2282
2283#: src/elflint.c:2046 src/elflint.c:2103
2284#, c-format
2285msgid "section [%2d] '%s': chain array too large\n"
2286msgstr "section [%2d] '%s': chain array too large\n"
2287
2288#: src/elflint.c:2060 src/elflint.c:2117
2289#, c-format
2290msgid "section [%2d] '%s': hash bucket reference %zu out of bounds\n"
2291msgstr "section [%2d] '%s': hash bucket reference %zu out of bounds\n"
2292
2293#: src/elflint.c:2070
2294#, c-format
2295msgid "section [%2d] '%s': hash chain reference %zu out of bounds\n"
2296msgstr "section [%2d] '%s': hash chain reference %zu out of bounds\n"
2297
2298#: src/elflint.c:2127
2299#, c-format
2300msgid "section [%2d] '%s': hash chain reference %<PRIu64> out of bounds\n"
2301msgstr "section [%2d] '%s': hash chain reference %<PRIu64> out of bounds\n"
2302
2303#: src/elflint.c:2140
2304#, c-format
2305msgid "section [%2d] '%s': not enough data\n"
2306msgstr "section [%2d] '%s': not enough data\n"
2307
2308#: src/elflint.c:2152
2309#, c-format
2310msgid "section [%2d] '%s': bitmask size zero or not power of 2: %u\n"
2311msgstr "section [%2d] '%s': bitmask size zero or not power of 2: %u\n"
2312
2313#: src/elflint.c:2168
2314#, c-format
2315msgid ""
2316"section [%2d] '%s': hash table section is too small (is %ld, expected at "
2317"least %ld)\n"
2318msgstr ""
2319"section [%2d] '%s': hash table section is too small (is %ld, expected at "
2320"least %ld)\n"
2321
2322#: src/elflint.c:2177
2323#, c-format
2324msgid "section [%2d] '%s': 2nd hash function shift too big: %u\n"
2325msgstr "section [%2d] '%s': 2nd hash function shift too big: %u\n"
2326
2327#: src/elflint.c:2211
2328#, c-format
2329msgid ""
2330"section [%2d] '%s': hash chain for bucket %zu lower than symbol index bias\n"
2331msgstr ""
2332"section [%2d] '%s': hash chain for bucket %zu lower than symbol index bias\n"
2333
2334#: src/elflint.c:2232
2335#, c-format
2336msgid ""
2337"section [%2d] '%s': symbol %u referenced in chain for bucket %zu is "
2338"undefined\n"
2339msgstr ""
2340"section [%2d] '%s': symbol %u referenced in chain for bucket %zu is "
2341"undefined\n"
2342
2343#: src/elflint.c:2245
2344#, c-format
2345msgid ""
2346"section [%2d] '%s': hash value for symbol %u in chain for bucket %zu wrong\n"
2347msgstr ""
2348"section [%2d] '%s': hash value for symbol %u in chain for bucket %zu wrong\n"
2349
2350#: src/elflint.c:2254
2351#, c-format
2352msgid ""
2353"section [%2d] '%s': mask index for symbol %u in chain for bucket %zu wrong\n"
2354msgstr ""
2355"section [%2d] '%s': mask index for symbol %u in chain for bucket %zu wrong\n"
2356
2357#: src/elflint.c:2284
2358#, c-format
2359msgid "section [%2d] '%s': hash chain for bucket %zu out of bounds\n"
2360msgstr "section [%2d] '%s': hash chain for bucket %zu out of bounds\n"
2361
2362#: src/elflint.c:2289
2363#, c-format
2364msgid ""
2365"section [%2d] '%s': symbol reference in chain for bucket %zu out of bounds\n"
2366msgstr ""
2367"section [%2d] '%s': symbol reference in chain for bucket %zu out of bounds\n"
2368
2369#: src/elflint.c:2295
2370#, c-format
2371msgid "section [%2d] '%s': bitmask does not match names in the hash table\n"
2372msgstr "section [%2d] '%s': bitmask does not match names in the hash table\n"
2373
2374#: src/elflint.c:2308
2375#, c-format
2376msgid "section [%2d] '%s': relocatable files cannot have hash tables\n"
2377msgstr "section [%2d] '%s': relocatable files cannot have hash tables\n"
2378
2379#: src/elflint.c:2326
2380#, c-format
2381msgid "section [%2d] '%s': hash table not for dynamic symbol table\n"
2382msgstr "section [%2d] '%s': hash table not for dynamic symbol table\n"
2383
2384#: src/elflint.c:2330
2385#, c-format
2386msgid "section [%2d] '%s': invalid sh_link symbol table section index [%2d]\n"
2387msgstr "section [%2d] '%s': invalid sh_link symbol table section index [%2d]\n"
2388
2389#: src/elflint.c:2340
2390#, c-format
2391msgid "section [%2d] '%s': hash table entry size incorrect\n"
2392msgstr "section [%2d] '%s': hash table entry size incorrect\n"
2393
2394#: src/elflint.c:2345
2395#, c-format
2396msgid "section [%2d] '%s': not marked to be allocated\n"
2397msgstr "section [%2d] '%s': not marked to be allocated\n"
2398
2399#: src/elflint.c:2350
2400#, c-format
2401msgid ""
2402"section [%2d] '%s': hash table has not even room for initial administrative "
2403"entries\n"
2404msgstr ""
2405"section [%2d] '%s': hash table has not even room for initial administrative "
2406"entries\n"
2407
2408#: src/elflint.c:2399
2409#, c-format
2410msgid "sh_link in hash sections [%2zu] '%s' and [%2zu] '%s' not identical\n"
2411msgstr ""
2412"sh_link in hash sections [%2zu] ‘%s’ and [%2zu] ‘%s’ not "
2413"identical\n"
2414
2415#: src/elflint.c:2423 src/elflint.c:2488 src/elflint.c:2523
2416#, c-format
2417msgid "hash section [%2zu] '%s' does not contain enough data\n"
2418msgstr "hash section [%2zu] ‘%s’ does not contain enough data\n"
2419
2420#: src/elflint.c:2444
2421#, c-format
2422msgid "hash section [%2zu] '%s' has zero bit mask words\n"
2423msgstr "hash section [%2zu] ‘%s’ has zero bit mask words\n"
2424
2425#: src/elflint.c:2455 src/elflint.c:2499 src/elflint.c:2536
2426#, c-format
2427msgid "hash section [%2zu] '%s' uses too much data\n"
2428msgstr "hash section [%2zu] ‘%s’ uses too much data\n"
2429
2430#: src/elflint.c:2470
2431#, c-format
2432msgid ""
2433"hash section [%2zu] '%s' invalid symbol index %<PRIu32> (max_nsyms: "
2434"%<PRIu32>, nentries: %<PRIu32>\n"
2435msgstr ""
2436"hash section [%2zu] ‘%s’ invalid symbol index %<PRIu32> (max_nsyms: "
2437"%<PRIu32>, nentries: %<PRIu32>\n"
2438
2439#: src/elflint.c:2557
2440#, c-format
2441msgid "hash section [%2zu] '%s' invalid sh_entsize\n"
2442msgstr "hash section [%2zu] ‘%s’ invalid sh_entsize\n"
2443
2444#: src/elflint.c:2567 src/elflint.c:2571
2445#, c-format
2446msgid "section [%2zu] '%s': reference to symbol index 0\n"
2447msgstr "section [%2zu] '%s': reference to symbol index 0\n"
2448
2449#: src/elflint.c:2578
2450#, c-format
2451msgid ""
2452"symbol %d referenced in new hash table in [%2zu] '%s' but not in old hash "
2453"table in [%2zu] '%s'\n"
2454msgstr ""
2455"symbol %d referenced in new hash table in [%2zu] ‘%s’ but not in old "
2456"hash table in [%2zu] ‘%s’\n"
2457
2458#: src/elflint.c:2590
2459#, c-format
2460msgid ""
2461"symbol %d referenced in old hash table in [%2zu] '%s' but not in new hash "
2462"table in [%2zu] '%s'\n"
2463msgstr ""
2464"symbol %d referenced in old hash table in [%2zu] ‘%s’ but not in new "
2465"hash table in [%2zu] ‘%s’\n"
2466
2467#: src/elflint.c:2606
2468#, c-format
2469msgid "section [%2d] '%s': nonzero sh_%s for NULL section\n"
2470msgstr "section [%2d] '%s': nonzero sh_%s for NULL section\n"
2471
2472#: src/elflint.c:2626
2473#, c-format
2474msgid ""
2475"section [%2d] '%s': section groups only allowed in relocatable object files\n"
2476msgstr ""
2477"section [%2d] '%s': section groups only allowed in relocatable object files\n"
2478
2479#: src/elflint.c:2637
2480#, c-format
2481msgid "section [%2d] '%s': cannot get symbol table: %s\n"
2482msgstr "section [%2d] '%s': cannot get symbol table: %s\n"
2483
2484#: src/elflint.c:2642
2485#, c-format
2486msgid "section [%2d] '%s': section reference in sh_link is no symbol table\n"
2487msgstr "section [%2d] '%s': section reference in sh_link is no symbol table\n"
2488
2489#: src/elflint.c:2648
2490#, c-format
2491msgid "section [%2d] '%s': invalid symbol index in sh_info\n"
2492msgstr "section [%2d] '%s': invalid symbol index in sh_info\n"
2493
2494#: src/elflint.c:2653
2495#, c-format
2496msgid "section [%2d] '%s': sh_flags not zero\n"
2497msgstr "section [%2d] '%s': sh_flags not zero\n"
2498
2499#: src/elflint.c:2660
2500#, c-format
2501msgid "section [%2d] '%s': cannot get symbol for signature\n"
2502msgstr "section [%2d] '%s': cannot get symbol for signature\n"
2503
2504#: src/elflint.c:2664
2505#, c-format
2506msgid "section [%2d] '%s': cannot get symbol name for signature\n"
2507msgstr "section [%2d] '%s': cannot get symbol name for signature\n"
2508
2509#: src/elflint.c:2669
2510#, c-format
2511msgid "section [%2d] '%s': signature symbol cannot be empty string\n"
2512msgstr "section [%2d] '%s': signature symbol cannot be empty string\n"
2513
2514#: src/elflint.c:2675
2515#, c-format
2516msgid "section [%2d] '%s': sh_flags not set correctly\n"
2517msgstr "section [%2d] '%s': sh_flags not set correctly\n"
2518
2519#: src/elflint.c:2681
2520#, c-format
2521msgid "section [%2d] '%s': cannot get data: %s\n"
2522msgstr "section [%2d] '%s': cannot get data: %s\n"
2523
2524#: src/elflint.c:2690
2525#, c-format
2526msgid "section [%2d] '%s': section size not multiple of sizeof(Elf32_Word)\n"
2527msgstr "section [%2d] '%s': section size not multiple of sizeof(Elf32_Word)\n"
2528
2529#: src/elflint.c:2696
2530#, c-format
2531msgid "section [%2d] '%s': section group without flags word\n"
2532msgstr "section [%2d] '%s': section group without flags word\n"
2533
2534#: src/elflint.c:2704
2535#, c-format
2536msgid "section [%2d] '%s': section group without member\n"
2537msgstr "section [%2d] '%s': section group without member\n"
2538
2539#: src/elflint.c:2708
2540#, c-format
2541msgid "section [%2d] '%s': section group with only one member\n"
2542msgstr "section [%2d] '%s': section group with only one member\n"
2543
2544#: src/elflint.c:2719
2545#, c-format
2546msgid "section [%2d] '%s': unknown section group flags\n"
2547msgstr "section [%2d] '%s': unknown section group flags\n"
2548
2549#: src/elflint.c:2731
2550#, c-format
2551msgid "section [%2d] '%s': section index %zu out of range\n"
2552msgstr "section [%2d] '%s': section index %zu out of range\n"
2553
2554#: src/elflint.c:2740
2555#, c-format
2556msgid "section [%2d] '%s': cannot get section header for element %zu: %s\n"
2557msgstr "section [%2d] '%s': cannot get section header for element %zu: %s\n"
2558
2559#: src/elflint.c:2747
2560#, c-format
2561msgid "section [%2d] '%s': section group contains another group [%2d] '%s'\n"
2562msgstr ""
2563"section [%2d] '%s': section group contains another group [%2d] ‘%s’\n"
2564
2565#: src/elflint.c:2753
2566#, c-format
2567msgid ""
2568"section [%2d] '%s': element %zu references section [%2d] '%s' without "
2569"SHF_GROUP flag set\n"
2570msgstr ""
2571"section [%2d] '%s': element %zu references section [%2d] ‘%s’ without "
2572"SHF_GROUP flag set\n"
2573
2574#: src/elflint.c:2760
2575#, c-format
2576msgid "section [%2d] '%s' is contained in more than one section group\n"
2577msgstr "section [%2d] ‘%s’ is contained in more than one section group\n"
2578
2579#: src/elflint.c:2950
2580#, c-format
2581msgid ""
2582"section [%2d] '%s' refers in sh_link to section [%2d] '%s' which is no "
2583"dynamic symbol table\n"
2584msgstr ""
2585"section [%2d] ‘%s’ refers in sh_link to section [%2d] ‘%s’ which "
2586"is no dynamic symbol table\n"
2587
2588#: src/elflint.c:2962
2589#, c-format
2590msgid ""
2591"section [%2d] '%s' has different number of entries than symbol table [%2d] "
2592"'%s'\n"
2593msgstr ""
2594"section [%2d] ‘%s’ has different number of entries than symbol table "
2595"[%2d] ‘%s’\n"
2596
2597#: src/elflint.c:2978
2598#, c-format
2599msgid "section [%2d] '%s': symbol %d: cannot read version data\n"
2600msgstr "section [%2d] '%s': symbol %d: cannot read version data\n"
2601
2602#: src/elflint.c:2994
2603#, c-format
2604msgid "section [%2d] '%s': symbol %d: local symbol with global scope\n"
2605msgstr "section [%2d] '%s': symbol %d: local symbol with global scope\n"
2606
2607#: src/elflint.c:3002
2608#, c-format
2609msgid "section [%2d] '%s': symbol %d: local symbol with version\n"
2610msgstr "section [%2d] '%s': symbol %d: local symbol with version\n"
2611
2612#: src/elflint.c:3016
2613#, c-format
2614msgid "section [%2d] '%s': symbol %d: invalid version index %d\n"
2615msgstr "section [%2d] '%s': symbol %d: invalid version index %d\n"
2616
2617#: src/elflint.c:3021
2618#, c-format
2619msgid ""
2620"section [%2d] '%s': symbol %d: version index %d is for defined version\n"
2621msgstr ""
2622"section [%2d] '%s': symbol %d: version index %d is for defined version\n"
2623
2624#: src/elflint.c:3031
2625#, c-format
2626msgid ""
2627"section [%2d] '%s': symbol %d: version index %d is for requested version\n"
2628msgstr ""
2629"section [%2d] '%s': symbol %d: version index %d is for requested version\n"
2630
2631#: src/elflint.c:3084
2632#, c-format
2633msgid "more than one version reference section present\n"
2634msgstr "more than one version reference section present\n"
2635
2636#: src/elflint.c:3092 src/elflint.c:3239
2637#, c-format
2638msgid "section [%2d] '%s': sh_link does not link to string table\n"
2639msgstr "section [%2d] '%s': sh_link does not link to string table\n"
2640
2641#: src/elflint.c:3117 src/elflint.c:3293
2642#, c-format
2643msgid "section [%2d] '%s': entry %d has wrong version %d\n"
2644msgstr "section [%2d] '%s': entry %d has wrong version %d\n"
2645
2646#: src/elflint.c:3124 src/elflint.c:3300
2647#, c-format
2648msgid "section [%2d] '%s': entry %d has wrong offset of auxiliary data\n"
2649msgstr "section [%2d] '%s': entry %d has wrong offset of auxiliary data\n"
2650
2651#: src/elflint.c:3134
2652#, c-format
2653msgid "section [%2d] '%s': entry %d has invalid file reference\n"
2654msgstr "section [%2d] '%s': entry %d has invalid file reference\n"
2655
2656#: src/elflint.c:3142
2657#, c-format
2658msgid "section [%2d] '%s': entry %d references unknown dependency\n"
2659msgstr "section [%2d] '%s': entry %d references unknown dependency\n"
2660
2661#: src/elflint.c:3154
2662#, c-format
2663msgid "section [%2d] '%s': auxiliary entry %d of entry %d has unknown flag\n"
2664msgstr "section [%2d] '%s': auxiliary entry %d of entry %d has unknown flag\n"
2665
2666#: src/elflint.c:3162
2667#, c-format
2668msgid ""
2669"section [%2d] '%s': auxiliary entry %d of entry %d has invalid name "
2670"reference\n"
2671msgstr ""
2672"section [%2d] '%s': auxiliary entry %d of entry %d has invalid name "
2673"reference\n"
2674
2675#: src/elflint.c:3171
2676#, c-format
2677msgid ""
2678"section [%2d] '%s': auxiliary entry %d of entry %d has wrong hash value: "
2679"%#x, expected %#x\n"
2680msgstr ""
2681"section [%2d] '%s': auxiliary entry %d of entry %d has wrong hash value: "
2682"%#x, expected %#x\n"
2683
2684#: src/elflint.c:3180
2685#, c-format
2686msgid ""
2687"section [%2d] '%s': auxiliary entry %d of entry %d has duplicate version "
2688"name '%s'\n"
2689msgstr ""
2690"section [%2d] '%s': auxiliary entry %d of entry %d has duplicate version "
2691"name ‘%s’\n"
2692
2693#: src/elflint.c:3191
2694#, c-format
2695msgid ""
2696"section [%2d] '%s': auxiliary entry %d of entry %d has wrong next field\n"
2697msgstr ""
2698"section [%2d] '%s': auxiliary entry %d of entry %d has wrong next field\n"
2699
2700#: src/elflint.c:3208 src/elflint.c:3384
2701#, c-format
2702msgid "section [%2d] '%s': entry %d has invalid offset to next entry\n"
2703msgstr "section [%2d] '%s': entry %d has invalid offset to next entry\n"
2704
2705#: src/elflint.c:3216 src/elflint.c:3392
2706#, c-format
2707msgid ""
2708"section [%2d] '%s': entry %d has zero offset to next entry, but sh_info says "
2709"there are more entries\n"
2710msgstr ""
2711"section [%2d] '%s': entry %d has zero offset to next entry, but sh_info says "
2712"there are more entries\n"
2713
2714#: src/elflint.c:3231
2715#, c-format
2716msgid "more than one version definition section present\n"
2717msgstr "more than one version definition section present\n"
2718
2719#: src/elflint.c:3278
2720#, c-format
2721msgid "section [%2d] '%s': more than one BASE definition\n"
2722msgstr "section [%2d] '%s': more than one BASE definition\n"
2723
2724#: src/elflint.c:3282
2725#, c-format
2726msgid "section [%2d] '%s': BASE definition must have index VER_NDX_GLOBAL\n"
2727msgstr "section [%2d] '%s': BASE definition must have index VER_NDX_GLOBAL\n"
2728
2729#: src/elflint.c:3288
2730#, c-format
2731msgid "section [%2d] '%s': entry %d has unknown flag\n"
2732msgstr "section [%2d] '%s': entry %d has unknown flag\n"
2733
2734#: src/elflint.c:3315
2735#, c-format
2736msgid "section [%2d] '%s': entry %d has invalid name reference\n"
2737msgstr "section [%2d] '%s': entry %d has invalid name reference\n"
2738
2739#: src/elflint.c:3322
2740#, c-format
2741msgid "section [%2d] '%s': entry %d has wrong hash value: %#x, expected %#x\n"
2742msgstr "section [%2d] '%s': entry %d has wrong hash value: %#x, expected %#x\n"
2743
2744#: src/elflint.c:3330
2745#, c-format
2746msgid "section [%2d] '%s': entry %d has duplicate version name '%s'\n"
2747msgstr "section [%2d] '%s': entry %d has duplicate version name ‘%s’\n"
2748
2749#: src/elflint.c:3350
2750#, c-format
2751msgid ""
2752"section [%2d] '%s': entry %d has invalid name reference in auxiliary data\n"
2753msgstr ""
2754"section [%2d] '%s': entry %d has invalid name reference in auxiliary data\n"
2755
2756#: src/elflint.c:3367
2757#, c-format
2758msgid "section [%2d] '%s': entry %d has wrong next field in auxiliary data\n"
2759msgstr "section [%2d] '%s': entry %d has wrong next field in auxiliary data\n"
2760
2761#: src/elflint.c:3400
2762#, c-format
2763msgid "section [%2d] '%s': no BASE definition\n"
2764msgstr "section [%2d] '%s': no BASE definition\n"
2765
2766#: src/elflint.c:3416
2767#, c-format
2768msgid "section [%2d] '%s': unknown parent version '%s'\n"
2769msgstr "section [%2d] '%s': unknown parent version ‘%s’\n"
2770
2771#: src/elflint.c:3429
2772#, c-format
2773msgid "section [%2d] '%s': empty object attributes section\n"
2774msgstr "section [%2d] '%s': empty object attributes section\n"
2775
2776#: src/elflint.c:3450
2777#, c-format
2778msgid "section [%2d] '%s': unrecognized attribute format\n"
2779msgstr "section [%2d] '%s': unrecognized attribute format\n"
2780
2781#: src/elflint.c:3466
2782#, c-format
2783msgid ""
2784"section [%2d] '%s': offset %zu: zero length field in attribute section\n"
2785msgstr ""
2786"section [%2d] '%s': offset %zu: zero length field in attribute section\n"
2787
2788#: src/elflint.c:3475
2789#, c-format
2790msgid "section [%2d] '%s': offset %zu: invalid length in attribute section\n"
2791msgstr "section [%2d] '%s': offset %zu: invalid length in attribute section\n"
2792
2793#: src/elflint.c:3487
2794#, c-format
2795msgid "section [%2d] '%s': offset %zu: unterminated vendor name string\n"
2796msgstr "section [%2d] '%s': offset %zu: unterminated vendor name string\n"
2797
2798#: src/elflint.c:3504
2799#, c-format
2800msgid ""
2801"section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"
2802msgstr ""
2803"section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"
2804
2805#: src/elflint.c:3513
2806#, c-format
2807msgid "section [%2d] '%s': offset %zu: truncated attribute section\n"
2808msgstr "section [%2d] '%s': offset %zu: truncated attribute section\n"
2809
2810#: src/elflint.c:3522
2811#, c-format
2812msgid ""
2813"section [%2d] '%s': offset %zu: zero length field in attribute subsection\n"
2814msgstr ""
2815"section [%2d] '%s': offset %zu: zero length field in attribute subsection\n"
2816
2817#: src/elflint.c:3537
2818#, c-format
2819msgid ""
2820"section [%2d] '%s': offset %zu: invalid length in attribute subsection\n"
2821msgstr ""
2822"section [%2d] '%s': offset %zu: invalid length in attribute subsection\n"
2823
2824#. Tag_File
2825#: src/elflint.c:3548
2826#, c-format
2827msgid ""
2828"section [%2d] '%s': offset %zu: attribute subsection has unexpected tag %u\n"
2829msgstr ""
2830"section [%2d] '%s': offset %zu: attribute subsection has unexpected tag %u\n"
2831
2832#: src/elflint.c:3566
2833#, c-format
2834msgid "section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"
2835msgstr "section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"
2836
2837#: src/elflint.c:3577
2838#, c-format
2839msgid "section [%2d] '%s': offset %zu: unterminated string in attribute\n"
2840msgstr "section [%2d] '%s': offset %zu: unterminated string in attribute\n"
2841
2842#: src/elflint.c:3590
2843#, c-format
2844msgid "section [%2d] '%s': offset %zu: unrecognized attribute tag %u\n"
2845msgstr "section [%2d] '%s': offset %zu: unrecognized attribute tag %u\n"
2846
2847#: src/elflint.c:3594
2848#, c-format
2849msgid ""
2850"section [%2d] '%s': offset %zu: unrecognized %s attribute value %<PRIu64>\n"
2851msgstr ""
2852"section [%2d] '%s': offset %zu: unrecognized %s attribute value %<PRIu64>\n"
2853
2854#: src/elflint.c:3604
2855#, c-format
2856msgid "section [%2d] '%s': offset %zu: vendor '%s' unknown\n"
2857msgstr "section [%2d] '%s': offset %zu: vendor ‘%s’ unknown\n"
2858
2859#: src/elflint.c:3610
2860#, c-format
2861msgid ""
2862"section [%2d] '%s': offset %zu: extra bytes after last attribute section\n"
2863msgstr ""
2864"section [%2d] '%s': offset %zu: extra bytes after last attribute section\n"
2865
2866#: src/elflint.c:3699
2867#, c-format
2868msgid "cannot get section header of zeroth section\n"
2869msgstr "cannot get section header of zeroth section\n"
2870
2871#: src/elflint.c:3703
2872#, c-format
2873msgid "zeroth section has nonzero name\n"
2874msgstr "zeroth section has nonzero name\n"
2875
2876#: src/elflint.c:3705
2877#, c-format
2878msgid "zeroth section has nonzero type\n"
2879msgstr "zeroth section has nonzero type\n"
2880
2881#: src/elflint.c:3707
2882#, c-format
2883msgid "zeroth section has nonzero flags\n"
2884msgstr "zeroth section has nonzero flags\n"
2885
2886#: src/elflint.c:3709
2887#, c-format
2888msgid "zeroth section has nonzero address\n"
2889msgstr "zeroth section has nonzero address\n"
2890
2891#: src/elflint.c:3711
2892#, c-format
2893msgid "zeroth section has nonzero offset\n"
2894msgstr "zeroth section has nonzero offset\n"
2895
2896#: src/elflint.c:3713
2897#, c-format
2898msgid "zeroth section has nonzero align value\n"
2899msgstr "zeroth section has nonzero align value\n"
2900
2901#: src/elflint.c:3715
2902#, c-format
2903msgid "zeroth section has nonzero entry size value\n"
2904msgstr "zeroth section has nonzero entry size value\n"
2905
2906#: src/elflint.c:3718
2907#, c-format
2908msgid ""
2909"zeroth section has nonzero size value while ELF header has nonzero shnum "
2910"value\n"
2911msgstr ""
2912"zeroth section has nonzero size value while ELF header has nonzero shnum "
2913"value\n"
2914
2915#: src/elflint.c:3722
2916#, c-format
2917msgid ""
2918"zeroth section has nonzero link value while ELF header does not signal "
2919"overflow in shstrndx\n"
2920msgstr ""
2921"zeroth section has nonzero link value while ELF header does not signal "
2922"overflow in shstrndx\n"
2923
2924#: src/elflint.c:3726
2925#, c-format
2926msgid ""
2927"zeroth section has nonzero link value while ELF header does not signal "
2928"overflow in phnum\n"
2929msgstr ""
2930"zeroth section has nonzero link value while ELF header does not signal "
2931"overflow in phnum\n"
2932
2933#: src/elflint.c:3744
2934#, c-format
2935msgid "cannot get section header for section [%2zu] '%s': %s\n"
2936msgstr "cannot get section header for section [%2zu] '%s': %s\n"
2937
2938#: src/elflint.c:3753
2939#, c-format
2940msgid "section [%2zu]: invalid name\n"
2941msgstr "section [%2zu]: invalid name\n"
2942
2943#: src/elflint.c:3780
2944#, c-format
2945msgid "section [%2d] '%s' has wrong type: expected %s, is %s\n"
2946msgstr "section [%2d] ‘%s’ has wrong type: expected %s, is %s\n"
2947
2948#: src/elflint.c:3798
2949#, c-format
2950msgid "section [%2zu] '%s' has wrong flags: expected %s, is %s\n"
2951msgstr "section [%2zu] ‘%s’ has wrong flags: expected %s, is %s\n"
2952
2953#: src/elflint.c:3816
2954#, c-format
2955msgid ""
2956"section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n"
2957msgstr ""
2958"section [%2zu] ‘%s’ has wrong flags: expected %s and possibly %s, is "
2959"%s\n"
2960
2961#: src/elflint.c:3834
2962#, c-format
2963msgid "section [%2zu] '%s' present in object file\n"
2964msgstr "section [%2zu] ‘%s’ present in object file\n"
2965
2966#: src/elflint.c:3840 src/elflint.c:3872
2967#, c-format
2968msgid ""
2969"section [%2zu] '%s' has SHF_ALLOC flag set but there is no loadable segment\n"
2970msgstr ""
2971"section [%2zu] ‘%s’ has SHF_ALLOC flag set but there is no loadable "
2972"segment\n"
2973
2974#: src/elflint.c:3845 src/elflint.c:3877
2975#, c-format
2976msgid ""
2977"section [%2zu] '%s' has SHF_ALLOC flag not set but there are loadable "
2978"segments\n"
2979msgstr ""
2980"section [%2zu] ‘%s’ has SHF_ALLOC flag not set but there are loadable "
2981"segments\n"
2982
2983#: src/elflint.c:3853
2984#, c-format
2985msgid ""
2986"section [%2zu] '%s' is extension section index table in non-object file\n"
2987msgstr ""
2988"section [%2zu] ‘%s’ is extension section index table in non-object "
2989"file\n"
2990
2991#: src/elflint.c:3896
2992#, c-format
2993msgid "section [%2zu] '%s': size not multiple of entry size\n"
2994msgstr "section [%2zu] '%s': size not multiple of entry size\n"
2995
2996#: src/elflint.c:3901
2997#, c-format
2998msgid "cannot get section header\n"
2999msgstr "cannot get section header\n"
3000
3001#: src/elflint.c:3911
3002#, c-format
3003msgid "section [%2zu] '%s' has unsupported type %d\n"
3004msgstr "section [%2zu] ‘%s’ has unsupported type %d\n"
3005
3006#: src/elflint.c:3926
3007#, c-format
3008msgid ""
3009"section [%2zu] '%s' contains invalid processor-specific flag(s) %#<PRIx64>\n"
3010msgstr ""
3011"section [%2zu] ‘%s’ contains invalid processor-specific flag(s) "
3012"%#<PRIx64>\n"
3013
3014#: src/elflint.c:3933
3015#, c-format
3016msgid "section [%2zu] '%s' contains unknown flag(s) %#<PRIx64>\n"
3017msgstr "section [%2zu] ‘%s’ contains unknown flag(s) %#<PRIx64>\n"
3018
3019#: src/elflint.c:3941
3020#, c-format
3021msgid "section [%2zu] '%s': thread-local data sections address not zero\n"
3022msgstr "section [%2zu] '%s': thread-local data sections address not zero\n"
3023
3024#: src/elflint.c:3951
3025#, c-format
3026msgid "section [%2zu] '%s': allocated section cannot be compressed\n"
3027msgstr "section [%2zu] '%s': allocated section cannot be compressed\n"
3028
3029#: src/elflint.c:3956
3030#, c-format
3031msgid "section [%2zu] '%s': nobits section cannot be compressed\n"
3032msgstr "section [%2zu] '%s': nobits section cannot be compressed\n"
3033
3034#: src/elflint.c:3962
3035#, c-format
3036msgid ""
3037"section [%2zu] '%s': compressed section with no compression header: %s\n"
3038msgstr ""
3039"section [%2zu] '%s': compressed section with no compression header: %s\n"
3040
3041#: src/elflint.c:3968
3042#, c-format
3043msgid "section [%2zu] '%s': invalid section reference in link value\n"
3044msgstr "section [%2zu] '%s': invalid section reference in link value\n"
3045
3046#: src/elflint.c:3973
3047#, c-format
3048msgid "section [%2zu] '%s': invalid section reference in info value\n"
3049msgstr "section [%2zu] '%s': invalid section reference in info value\n"
3050
3051#: src/elflint.c:3980
3052#, c-format
3053msgid "section [%2zu] '%s': strings flag set without merge flag\n"
3054msgstr "section [%2zu] '%s': strings flag set without merge flag\n"
3055
3056#: src/elflint.c:3985
3057#, c-format
3058msgid "section [%2zu] '%s': merge flag set but entry size is zero\n"
3059msgstr "section [%2zu] '%s': merge flag set but entry size is zero\n"
3060
3061#: src/elflint.c:4004
3062#, c-format
3063msgid "section [%2zu] '%s' has unexpected type %d for an executable section\n"
3064msgstr ""
3065"section [%2zu] ‘%s’ has unexpected type %d for an executable section\n"
3066
3067#: src/elflint.c:4013
3068#, c-format
3069msgid "section [%2zu] '%s' must be of type NOBITS in debuginfo files\n"
3070msgstr "section [%2zu] ‘%s’ must be of type NOBITS in debuginfo files\n"
3071
3072#: src/elflint.c:4020
3073#, c-format
3074msgid "section [%2zu] '%s' is both executable and writable\n"
3075msgstr "section [%2zu] ‘%s’ is both executable and writable\n"
3076
3077#: src/elflint.c:4051
3078#, c-format
3079msgid ""
3080"section [%2zu] '%s' not fully contained in segment of program header entry "
3081"%d\n"
3082msgstr ""
3083"section [%2zu] ‘%s’ not fully contained in segment of program header "
3084"entry %d\n"
3085
3086#: src/elflint.c:4061
3087#, c-format
3088msgid ""
3089"section [%2zu] '%s' has type NOBITS but is read from the file in segment of "
3090"program header entry %d\n"
3091msgstr ""
3092"section [%2zu] ‘%s’ has type NOBITS but is read from the file in "
3093"segment of program header entry %d\n"
3094
3095#: src/elflint.c:4087
3096#, c-format
3097msgid ""
3098"section [%2zu] '%s' has type NOBITS but is read from the file in segment of "
3099"program header entry %d and file contents is non-zero\n"
3100msgstr ""
3101"section [%2zu] ‘%s’ has type NOBITS but is read from the file in "
3102"segment of program header entry %d and file contents is non-zero\n"
3103
3104#: src/elflint.c:4098
3105#, c-format
3106msgid ""
3107"section [%2zu] '%s' has not type NOBITS but is not read from the file in "
3108"segment of program header entry %d\n"
3109msgstr ""
3110"section [%2zu] ‘%s’ has not type NOBITS but is not read from the file "
3111"in segment of program header entry %d\n"
3112
3113#: src/elflint.c:4109
3114#, c-format
3115msgid "section [%2zu] '%s' is executable in nonexecutable segment %d\n"
3116msgstr "section [%2zu] ‘%s’ is executable in nonexecutable segment %d\n"
3117
3118#: src/elflint.c:4119
3119#, c-format
3120msgid "section [%2zu] '%s' is writable in unwritable segment %d\n"
3121msgstr "section [%2zu] ‘%s’ is writable in unwritable segment %d\n"
3122
3123#: src/elflint.c:4129
3124#, c-format
3125msgid ""
3126"section [%2zu] '%s': alloc flag set but section not in any loaded segment\n"
3127msgstr ""
3128"section [%2zu] '%s': alloc flag set but section not in any loaded segment\n"
3129
3130#: src/elflint.c:4135
3131#, c-format
3132msgid ""
3133"section [%2zu] '%s': ELF header says this is the section header string table "
3134"but type is not SHT_TYPE\n"
3135msgstr ""
3136"section [%2zu] '%s': ELF header says this is the section header string table "
3137"but type is not SHT_TYPE\n"
3138
3139#: src/elflint.c:4143
3140#, c-format
3141msgid ""
3142"section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n"
3143msgstr ""
3144"section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n"
3145
3146#: src/elflint.c:4194
3147#, c-format
3148msgid "more than one version symbol table present\n"
3149msgstr "more than one version symbol table present\n"
3150
3151#: src/elflint.c:4217
3152#, c-format
3153msgid "INTERP program header entry but no .interp section\n"
3154msgstr "INTERP program header entry but no .interp section\n"
3155
3156#: src/elflint.c:4228
3157#, c-format
3158msgid ""
3159"loadable segment [%u] is executable but contains no executable sections\n"
3160msgstr ""
3161"loadable segment [%u] is executable but contains no executable sections\n"
3162
3163#: src/elflint.c:4234
3164#, c-format
3165msgid "loadable segment [%u] is writable but contains no writable sections\n"
3166msgstr "loadable segment [%u] is writable but contains no writable sections\n"
3167
3168#: src/elflint.c:4245
3169#, c-format
3170msgid ""
3171"no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section "
3172"exist\n"
3173msgstr ""
3174"no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section "
3175"exist\n"
3176
3177#: src/elflint.c:4258
3178#, c-format
3179msgid "duplicate version index %d\n"
3180msgstr "duplicate version index %d\n"
3181
3182#: src/elflint.c:4272
3183#, c-format
3184msgid ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n"
3185msgstr ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n"
3186
3187#: src/elflint.c:4321
3188#, c-format
3189msgid "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n"
3190msgstr "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n"
3191
3192#: src/elflint.c:4325
3193#, c-format
3194msgid ""
3195"section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n"
3196msgstr ""
3197"section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n"
3198
3199#: src/elflint.c:4374
3200#, c-format
3201msgid ""
3202"phdr[%d]: unknown object file note type %<PRIu32> with owner name '%s' at "
3203"offset %zu\n"
3204msgstr ""
3205"phdr[%d]: unknown object file note type %<PRIu32> with owner name ‘%s’ "
3206"at offset %zu\n"
3207
3208#: src/elflint.c:4379
3209#, c-format
3210msgid ""
3211"section [%2d] '%s': unknown object file note type %<PRIu32> with owner name "
3212"'%s' at offset %zu\n"
3213msgstr ""
3214"section [%2d] '%s': unknown object file note type %<PRIu32> with owner name "
3215"‘%s’ at offset %zu\n"
3216
3217#: src/elflint.c:4398
3218#, c-format
3219msgid "phdr[%d]: no note entries defined for the type of file\n"
3220msgstr "phdr[%d]: no note entries defined for the type of file\n"
3221
3222#: src/elflint.c:4418
3223#, c-format
3224msgid "phdr[%d]: cannot get content of note section: %s\n"
3225msgstr "phdr[%d]: cannot get content of note section: %s\n"
3226
3227#: src/elflint.c:4421
3228#, c-format
3229msgid "phdr[%d]: extra %<PRIu64> bytes after last note\n"
3230msgstr "phdr[%d]: extra %<PRIu64> bytes after last note\n"
3231
3232#: src/elflint.c:4442
3233#, c-format
3234msgid "section [%2d] '%s': no note entries defined for the type of file\n"
3235msgstr "section [%2d] '%s': no note entries defined for the type of file\n"
3236
3237#: src/elflint.c:4449
3238#, c-format
3239msgid "section [%2d] '%s': cannot get content of note section\n"
3240msgstr "section [%2d] '%s': cannot get content of note section\n"
3241
3242#: src/elflint.c:4452
3243#, c-format
3244msgid "section [%2d] '%s': extra %<PRIu64> bytes after last note\n"
3245msgstr "section [%2d] '%s': extra %<PRIu64> bytes after last note\n"
3246
3247#: src/elflint.c:4470
3248#, c-format
3249msgid ""
3250"only executables, shared objects, and core files can have program headers\n"
3251msgstr ""
3252"only executables, shared objects, and core files can have program headers\n"
3253
3254#: src/elflint.c:4485
3255#, c-format
3256msgid "cannot get program header entry %d: %s\n"
3257msgstr "cannot get program header entry %d: %s\n"
3258
3259#: src/elflint.c:4499
3260#, c-format
3261msgid "program header entry %d: unknown program header entry type %#<PRIx64>\n"
3262msgstr ""
3263"program header entry %d: unknown program header entry type %#<PRIx64>\n"
3264
3265#: src/elflint.c:4510
3266#, c-format
3267msgid "more than one INTERP entry in program header\n"
3268msgstr "more than one INTERP entry in program header\n"
3269
3270#: src/elflint.c:4518
3271#, c-format
3272msgid "more than one TLS entry in program header\n"
3273msgstr "more than one TLS entry in program header\n"
3274
3275#: src/elflint.c:4525
3276#, c-format
3277msgid "static executable cannot have dynamic sections\n"
3278msgstr "static executable cannot have dynamic sections\n"
3279
3280#: src/elflint.c:4539
3281#, c-format
3282msgid "dynamic section reference in program header has wrong offset\n"
3283msgstr "dynamic section reference in program header has wrong offset\n"
3284
3285#: src/elflint.c:4542
3286#, c-format
3287msgid "dynamic section size mismatch in program and section header\n"
3288msgstr "dynamic section size mismatch in program and section header\n"
3289
3290#: src/elflint.c:4552
3291#, c-format
3292msgid "more than one GNU_RELRO entry in program header\n"
3293msgstr "more than one GNU_RELRO entry in program header\n"
3294
3295#: src/elflint.c:4573
3296#, c-format
3297msgid "loadable segment GNU_RELRO applies to is not writable\n"
3298msgstr "loadable segment GNU_RELRO applies to is not writable\n"
3299
3300#: src/elflint.c:4584
3301#, c-format
3302msgid "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n"
3303msgstr "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n"
3304
3305#: src/elflint.c:4591
3306#, c-format
3307msgid ""
3308"GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n"
3309msgstr ""
3310"GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n"
3311
3312#: src/elflint.c:4600 src/elflint.c:4623
3313#, c-format
3314msgid "%s segment not contained in a loaded segment\n"
3315msgstr "%s segment not contained in a loaded segment\n"
3316
3317#: src/elflint.c:4629
3318#, c-format
3319msgid "program header offset in ELF header and PHDR entry do not match"
3320msgstr "program header offset in ELF header and PHDR entry do not match"
3321
3322#: src/elflint.c:4656
3323#, c-format
3324msgid "call frame search table reference in program header has wrong offset\n"
3325msgstr "call frame search table reference in program header has wrong offset\n"
3326
3327#: src/elflint.c:4659
3328#, c-format
3329msgid "call frame search table size mismatch in program and section header\n"
3330msgstr "call frame search table size mismatch in program and section header\n"
3331
3332#: src/elflint.c:4672
3333#, c-format
3334msgid "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n"
3335msgstr "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n"
3336
3337#: src/elflint.c:4680
3338#, c-format
3339msgid "call frame search table must be allocated\n"
3340msgstr "call frame search table must be allocated\n"
3341
3342#: src/elflint.c:4683
3343#, c-format
3344msgid "section [%2zu] '%s' must be allocated\n"
3345msgstr "section [%2zu] ‘%s’ must be allocated\n"
3346
3347#: src/elflint.c:4687
3348#, c-format
3349msgid "call frame search table must not be writable\n"
3350msgstr "call frame search table must not be writable\n"
3351
3352#: src/elflint.c:4690
3353#, c-format
3354msgid "section [%2zu] '%s' must not be writable\n"
3355msgstr "section [%2zu] ‘%s’ must not be writable\n"
3356
3357#: src/elflint.c:4695
3358#, c-format
3359msgid "call frame search table must not be executable\n"
3360msgstr "call frame search table must not be executable\n"
3361
3362#: src/elflint.c:4698
3363#, c-format
3364msgid "section [%2zu] '%s' must not be executable\n"
3365msgstr "section [%2zu] ‘%s’ must not be executable\n"
3366
3367#: src/elflint.c:4709
3368#, c-format
3369msgid "program header entry %d: file size greater than memory size\n"
3370msgstr "program header entry %d: file size greater than memory size\n"
3371
3372#: src/elflint.c:4716
3373#, c-format
3374msgid "program header entry %d: alignment not a power of 2\n"
3375msgstr "program header entry %d: alignment not a power of 2\n"
3376
3377#: src/elflint.c:4719
3378#, c-format
3379msgid ""
3380"program header entry %d: file offset and virtual address not module of "
3381"alignment\n"
3382msgstr ""
3383"program header entry %d: file offset and virtual address not module of "
3384"alignment\n"
3385
3386#: src/elflint.c:4732
3387#, c-format
3388msgid ""
3389"executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME "
3390"program header entry"
3391msgstr ""
3392"executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME "
3393"program header entry"
3394
3395#: src/elflint.c:4766
3396#, c-format
3397msgid "cannot read ELF header: %s\n"
3398msgstr "cannot read ELF header: %s\n"
3399
3400#: src/elflint.c:4792
3401#, c-format
3402msgid "text relocation flag set but not needed\n"
3403msgstr "text relocation flag set but not needed\n"
3404
3405#: src/findtextrel.c:60
3406msgid "Input Selection:"
3407msgstr "Input Selection:"
3408
3409#: src/findtextrel.c:61
3410msgid "Prepend PATH to all file names"
3411msgstr "Prepend PATH to all file names"
3412
3413#: src/findtextrel.c:63
3414msgid "Use PATH as root of debuginfo hierarchy"
3415msgstr "Use PATH as root of debuginfo hierarchy"
3416
3417#. Short description of program.
3418#: src/findtextrel.c:70
3419msgid "Locate source of text relocations in FILEs (a.out by default)."
3420msgstr "Locate source of text relocations in FILEs (a.out by default)."
3421
3422#. Strings for arguments in help texts.
3423#: src/findtextrel.c:74 src/nm.c:108 src/objdump.c:71 src/size.c:80
3424#: src/strings.c:87 src/strip.c:101
3425msgid "[FILE...]"
3426msgstr "[FILE...]"
3427
3428#: src/findtextrel.c:222
3429#, c-format
3430msgid "cannot get ELF header '%s': %s"
3431msgstr "cannot get ELF header '%s': %s"
3432
3433#: src/findtextrel.c:233
3434#, c-format
3435msgid "'%s' is not a DSO or PIE"
3436msgstr "‘%s’ is not a DSO or PIE"
3437
3438#: src/findtextrel.c:253
3439#, c-format
3440msgid "getting get section header of section %zu: %s"
3441msgstr "getting get section header of section %zu: %s"
3442
3443#: src/findtextrel.c:277
3444#, c-format
3445msgid "cannot read dynamic section: %s"
3446msgstr "cannot read dynamic section: %s"
3447
3448#: src/findtextrel.c:298
3449#, c-format
3450msgid "no text relocations reported in '%s'"
3451msgstr "no text relocations reported in ‘%s’"
3452
3453#: src/findtextrel.c:310
3454#, c-format
3455msgid "while reading ELF file"
3456msgstr "while reading ELF file"
3457
3458#: src/findtextrel.c:314
3459#, c-format
3460msgid "cannot get program header count: %s"
3461msgstr "cannot get program header count: %s"
3462
3463#: src/findtextrel.c:325 src/findtextrel.c:342
3464#, c-format
3465msgid "cannot get program header index at offset %zd: %s"
3466msgstr "cannot get program header index at offset %zd: %s"
3467
3468#: src/findtextrel.c:406
3469#, c-format
3470msgid "cannot get symbol table section %zu in '%s': %s"
3471msgstr "cannot get symbol table section %zu in '%s': %s"
3472
3473#: src/findtextrel.c:427 src/findtextrel.c:450
3474#, c-format
3475msgid "cannot get relocation at index %d in section %zu in '%s': %s"
3476msgstr "cannot get relocation at index %d in section %zu in '%s': %s"
3477
3478#: src/findtextrel.c:516
3479#, c-format
3480msgid "%s not compiled with -fpic/-fPIC\n"
3481msgstr "%s not compiled with -fpic/-fPIC\n"
3482
3483#: src/findtextrel.c:570
3484#, c-format
3485msgid ""
3486"the file containing the function '%s' is not compiled with -fpic/-fPIC\n"
3487msgstr ""
3488"the file containing the function ‘%s’ is not compiled with -fpic/-"
3489"fPIC\n"
3490
3491#: src/findtextrel.c:577 src/findtextrel.c:597
3492#, c-format
3493msgid ""
3494"the file containing the function '%s' might not be compiled with -fpic/-"
3495"fPIC\n"
3496msgstr ""
3497"the file containing the function ‘%s’ might not be compiled with -"
3498"fpic/-fPIC\n"
3499
3500#: src/findtextrel.c:585
3501#, c-format
3502msgid ""
3503"either the file containing the function '%s' or the file containing the "
3504"function '%s' is not compiled with -fpic/-fPIC\n"
3505msgstr ""
3506"either the file containing the function ‘%s’ or the file containing "
3507"the function ‘%s’ is not compiled with -fpic/-fPIC\n"
3508
3509#: src/findtextrel.c:605
3510#, c-format
3511msgid ""
3512"a relocation modifies memory at offset %llu in a write-protected segment\n"
3513msgstr ""
3514"a relocation modifies memory at offset %llu in a write-protected segment\n"
3515
3516#: src/nm.c:66 src/strip.c:70
3517msgid "Output selection:"
3518msgstr "Output selection:"
3519
3520#: src/nm.c:67
3521msgid "Display debugger-only symbols"
3522msgstr "Display debugger-only symbols"
3523
3524#: src/nm.c:68
3525msgid "Display only defined symbols"
3526msgstr "Display only defined symbols"
3527
3528#: src/nm.c:71
3529msgid "Display dynamic symbols instead of normal symbols"
3530msgstr "Display dynamic symbols instead of normal symbols"
3531
3532#: src/nm.c:72
3533msgid "Display only external symbols"
3534msgstr "Display only external symbols"
3535
3536#: src/nm.c:73
3537msgid "Display only undefined symbols"
3538msgstr "Display only undefined symbols"
3539
3540#: src/nm.c:75
3541msgid "Include index for symbols from archive members"
3542msgstr "Include index for symbols from archive members"
3543
3544#: src/nm.c:77 src/size.c:54
3545msgid "Output format:"
3546msgstr "Output format:"
3547
3548#: src/nm.c:79
3549msgid "Print name of the input file before every symbol"
3550msgstr "Print name of the input file before every symbol"
3551
3552#: src/nm.c:82
3553msgid ""
3554"Use the output format FORMAT.  FORMAT can be `bsd', `sysv' or `posix'.  The "
3555"default is `sysv'"
3556msgstr ""
3557"Use the output format FORMAT.  FORMAT can be ‘bsd’, ‘sysv’ or "
3558"‘posix’.  The default is ‘sysv’"
3559
3560#: src/nm.c:84
3561msgid "Same as --format=bsd"
3562msgstr "Same as --format=bsd"
3563
3564#: src/nm.c:85
3565msgid "Same as --format=posix"
3566msgstr "Same as --format=posix"
3567
3568#: src/nm.c:86 src/size.c:60
3569msgid "Use RADIX for printing symbol values"
3570msgstr "Use RADIX for printing symbol values"
3571
3572#: src/nm.c:87
3573msgid "Mark special symbols"
3574msgstr "Mark special symbols"
3575
3576#: src/nm.c:89
3577msgid "Print size of defined symbols"
3578msgstr "Print size of defined symbols"
3579
3580#: src/nm.c:91 src/size.c:68 src/strip.c:75 src/unstrip.c:73
3581msgid "Output options:"
3582msgstr "Output options:"
3583
3584#: src/nm.c:92
3585msgid "Sort symbols numerically by address"
3586msgstr "Sort symbols numerically by address"
3587
3588#: src/nm.c:94
3589msgid "Do not sort the symbols"
3590msgstr "Do not sort the symbols"
3591
3592#: src/nm.c:95
3593msgid "Reverse the sense of the sort"
3594msgstr "Reverse the sense of the sort"
3595
3596#: src/nm.c:98
3597msgid "Decode low-level symbol names into source code names"
3598msgstr "Decode low-level symbol names into source code names"
3599
3600#. Short description of program.
3601#: src/nm.c:105
3602msgid "List symbols from FILEs (a.out by default)."
3603msgstr "List symbols from FILEs (a.out by default)."
3604
3605#: src/nm.c:116 src/objdump.c:79
3606msgid "Output formatting"
3607msgstr "Output formatting"
3608
3609#: src/nm.c:140 src/objdump.c:103 src/size.c:105 src/strip.c:133
3610#, c-format
3611msgid "%s: INTERNAL ERROR %d (%s): %s"
3612msgstr "%s: INTERNAL ERROR %d (%s): %s"
3613
3614#: src/nm.c:381 src/nm.c:393 src/size.c:288 src/size.c:297 src/size.c:308
3615#: src/strip.c:2748
3616#, c-format
3617msgid "while closing '%s'"
3618msgstr "while closing ‘%s’"
3619
3620#: src/nm.c:403 src/objdump.c:280 src/strip.c:797
3621#, c-format
3622msgid "%s: File format not recognized"
3623msgstr "%s: File format not recognized"
3624
3625#. Note: 0 is no valid offset.
3626#: src/nm.c:443
3627msgid ""
3628"\n"
3629"Archive index:\n"
3630msgstr ""
3631"\n"
3632"Archive index:\n"
3633
3634#: src/nm.c:452
3635#, c-format
3636msgid "invalid offset %zu for symbol %s"
3637msgstr "invalid offset %zu for symbol %s"
3638
3639#: src/nm.c:457
3640#, c-format
3641msgid "%s in %s\n"
3642msgstr "%s in %s\n"
3643
3644#: src/nm.c:465
3645#, c-format
3646msgid "cannot reset archive offset to beginning"
3647msgstr "cannot reset archive offset to beginning"
3648
3649#: src/nm.c:490 src/objdump.c:328
3650#, c-format
3651msgid "%s%s%s: file format not recognized"
3652msgstr "%s%s%s: file format not recognized"
3653
3654#: src/nm.c:705
3655#, c-format
3656msgid "cannot create search tree"
3657msgstr "cannot create search tree"
3658
3659#: src/nm.c:746 src/nm.c:1205 src/objdump.c:779 src/readelf.c:635
3660#: src/readelf.c:1447 src/readelf.c:1598 src/readelf.c:1799 src/readelf.c:2005
3661#: src/readelf.c:2195 src/readelf.c:2373 src/readelf.c:2449 src/readelf.c:2707
3662#: src/readelf.c:2783 src/readelf.c:2870 src/readelf.c:3468 src/readelf.c:3518
3663#: src/readelf.c:3581 src/readelf.c:11230 src/readelf.c:12415
3664#: src/readelf.c:12626 src/readelf.c:12695 src/size.c:398 src/size.c:470
3665#: src/strip.c:1038
3666#, c-format
3667msgid "cannot get section header string table index"
3668msgstr "cannot get section header string table index"
3669
3670#. We always print this prolog.
3671#: src/nm.c:771
3672#, c-format
3673msgid ""
3674"\n"
3675"\n"
3676"Symbols from %s:\n"
3677"\n"
3678msgstr ""
3679"\n"
3680"\n"
3681"Symbols from %s:\n"
3682"\n"
3683
3684#. The header line.
3685#: src/nm.c:774
3686#, c-format
3687msgid ""
3688"%*s%-*s %-*s Class  Type     %-*s %*s Section\n"
3689"\n"
3690msgstr ""
3691"%*s%-*s %-*s Class  Type     %-*s %*s Section\n"
3692"\n"
3693
3694#: src/nm.c:1216
3695#, c-format
3696msgid "%s: entry size in section %zd `%s' is not what we expect"
3697msgstr "%s: entry size in section %zd ‘%s’ is not what we expect"
3698
3699#: src/nm.c:1221
3700#, c-format
3701msgid "%s: size of section %zd `%s' is not multiple of entry size"
3702msgstr "%s: size of section %zd ‘%s’ is not multiple of entry size"
3703
3704#: src/nm.c:1300
3705#, c-format
3706msgid "%s: entries (%zd) in section %zd `%s' is too large"
3707msgstr "%s: entries (%zd) in section %zd ‘%s’ is too large"
3708
3709#. XXX Add machine specific object file types.
3710#: src/nm.c:1527
3711#, c-format
3712msgid "%s%s%s%s: Invalid operation"
3713msgstr "%s%s%s%s: Invalid operation"
3714
3715#: src/nm.c:1584
3716#, c-format
3717msgid "%s%s%s: no symbols"
3718msgstr "%s%s%s: no symbols"
3719
3720#: src/objdump.c:52
3721msgid "Mode selection:"
3722msgstr "Mode selection:"
3723
3724#: src/objdump.c:53
3725msgid "Display relocation information."
3726msgstr "Display relocation information."
3727
3728#: src/objdump.c:55
3729msgid "Display the full contents of all sections requested"
3730msgstr "Display the full contents of all sections requested"
3731
3732#: src/objdump.c:57
3733msgid "Display assembler code of executable sections"
3734msgstr "Display assembler code of executable sections"
3735
3736#: src/objdump.c:59
3737msgid "Output content selection:"
3738msgstr "Output content selection:"
3739
3740#: src/objdump.c:61
3741msgid "Only display information for section NAME."
3742msgstr "Only display information for section NAME."
3743
3744#. Short description of program.
3745#: src/objdump.c:67
3746msgid "Show information from FILEs (a.out by default)."
3747msgstr "Show information from FILEs (a.out by default)."
3748
3749#: src/objdump.c:218 src/readelf.c:580
3750msgid "No operation specified.\n"
3751msgstr "No operation specified.\n"
3752
3753#: src/objdump.c:258 src/objdump.c:270
3754#, c-format
3755msgid "while close `%s'"
3756msgstr "while close ‘%s’"
3757
3758#: src/objdump.c:363 src/readelf.c:2100 src/readelf.c:2292
3759msgid "INVALID SYMBOL"
3760msgstr "INVALID SYMBOL"
3761
3762#: src/objdump.c:378 src/readelf.c:2134 src/readelf.c:2328
3763msgid "INVALID SECTION"
3764msgstr "INVALID SECTION"
3765
3766#: src/objdump.c:498
3767#, c-format
3768msgid ""
3769"\n"
3770"RELOCATION RECORDS FOR [%s]:\n"
3771"%-*s TYPE                 VALUE\n"
3772msgstr ""
3773"\n"
3774"RELOCATION RECORDS FOR [%s]:\n"
3775"%-*s TYPE                 VALUE\n"
3776
3777#: src/objdump.c:501
3778msgid "OFFSET"
3779msgstr "OFFSET"
3780
3781#: src/objdump.c:566
3782#, c-format
3783msgid "Contents of section %s:\n"
3784msgstr "Contents of section %s:\n"
3785
3786#: src/objdump.c:687
3787#, c-format
3788msgid "cannot disassemble"
3789msgstr "cannot disassemble"
3790
3791#. Short description of program.
3792#: src/ranlib.c:63
3793msgid "Generate an index to speed access to archives."
3794msgstr "Generate an index to speed access to archives."
3795
3796#. Strings for arguments in help texts.
3797#: src/ranlib.c:66
3798msgid "ARCHIVE"
3799msgstr "ARCHIVE"
3800
3801#: src/ranlib.c:102
3802#, c-format
3803msgid "Archive name required"
3804msgstr "Archive name required"
3805
3806#: src/ranlib.c:166
3807#, c-format
3808msgid "'%s' is no archive"
3809msgstr "‘%s’ is no archive"
3810
3811#: src/ranlib.c:201
3812#, c-format
3813msgid "error while freeing sub-ELF descriptor: %s"
3814msgstr "error while freeing sub-ELF descriptor: %s"
3815
3816#: src/readelf.c:97
3817msgid "ELF input selection:"
3818msgstr "ELF input selection:"
3819
3820#: src/readelf.c:99
3821msgid ""
3822"Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
3823msgstr ""
3824"Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
3825
3826#: src/readelf.c:102
3827msgid ""
3828"Used with -w to find the skeleton Compile Units in FILE associated with the "
3829"Split Compile units in a .dwo input file"
3830msgstr ""
3831"Used with -w to find the skeleton Compile Units in FILE associated with the "
3832"Split Compile units in a .dwo input file"
3833
3834#: src/readelf.c:104
3835msgid "ELF output selection:"
3836msgstr "ELF output selection:"
3837
3838#: src/readelf.c:106
3839msgid "All these plus -p .strtab -p .dynstr -p .comment"
3840msgstr "All these plus -p .strtab -p .dynstr -p .comment"
3841
3842#: src/readelf.c:107
3843msgid "Display the dynamic segment"
3844msgstr "Display the dynamic segment"
3845
3846#: src/readelf.c:108
3847msgid "Display the ELF file header"
3848msgstr "Display the ELF file header"
3849
3850#: src/readelf.c:110
3851msgid "Display histogram of bucket list lengths"
3852msgstr "Display histogram of bucket list lengths"
3853
3854#: src/readelf.c:111
3855msgid "Display the program headers"
3856msgstr "Display the program headers"
3857
3858#: src/readelf.c:113
3859msgid "Display relocations"
3860msgstr "Display relocations"
3861
3862#: src/readelf.c:114
3863msgid "Display the section groups"
3864msgstr "Display the section groups"
3865
3866#: src/readelf.c:115
3867msgid "Display the sections' headers"
3868msgstr "Display the sections' headers"
3869
3870#: src/readelf.c:118
3871msgid "Display the symbol table sections"
3872msgstr "Display the symbol table sections"
3873
3874#: src/readelf.c:120
3875msgid "Display (only) the dynamic symbol table"
3876msgstr "Display (only) the dynamic symbol table"
3877
3878#: src/readelf.c:121
3879msgid "Display versioning information"
3880msgstr "Display versioning information"
3881
3882#: src/readelf.c:122
3883msgid "Display the ELF notes"
3884msgstr "Display the ELF notes"
3885
3886#: src/readelf.c:124
3887msgid "Display architecture specific information, if any"
3888msgstr "Display architecture specific information, if any"
3889
3890#: src/readelf.c:126
3891msgid "Display sections for exception handling"
3892msgstr "Display sections for exception handling"
3893
3894#: src/readelf.c:128
3895msgid "Additional output selection:"
3896msgstr "Additional output selection:"
3897
3898#: src/readelf.c:130
3899msgid ""
3900"Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
3901"decodedaranges, frame, gdb_index, info, info+, loc, line, decodedline, "
3902"ranges, pubnames, str, macinfo, macro or exception"
3903msgstr ""
3904"Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
3905"decodedaranges, frame, gdb_index, info, info+, loc, line, decodedline, "
3906"ranges, pubnames, str, macinfo, macro or exception"
3907
3908#: src/readelf.c:134
3909msgid "Dump the uninterpreted contents of SECTION, by number or name"
3910msgstr "Dump the uninterpreted contents of SECTION, by number or name"
3911
3912#: src/readelf.c:136
3913msgid "Print string contents of sections"
3914msgstr "Print string contents of sections"
3915
3916#: src/readelf.c:139
3917msgid "Display the symbol index of an archive"
3918msgstr "Display the symbol index of an archive"
3919
3920#: src/readelf.c:141
3921msgid "Output control:"
3922msgstr "Output control:"
3923
3924#: src/readelf.c:143
3925msgid "Do not find symbol names for addresses in DWARF data"
3926msgstr "Do not find symbol names for addresses in DWARF data"
3927
3928#: src/readelf.c:145
3929msgid ""
3930"Display just offsets instead of resolving values to addresses in DWARF data"
3931msgstr ""
3932"Display just offsets instead of resolving values to addresses in DWARF data"
3933
3934#: src/readelf.c:147
3935msgid "Ignored for compatibility (lines always wide)"
3936msgstr "Ignored for compatibility (lines always wide)"
3937
3938#: src/readelf.c:149
3939msgid ""
3940"Show compression information for compressed sections (when used with -S); "
3941"decompress section before dumping data (when used with -p or -x)"
3942msgstr ""
3943"Show compression information for compressed sections (when used with -S); "
3944"decompress section before dumping data (when used with -p or -x)"
3945
3946#. Short description of program.
3947#: src/readelf.c:154
3948msgid "Print information from ELF file in human-readable form."
3949msgstr "Print information from ELF file in human-readable form."
3950
3951#. Look up once.
3952#: src/readelf.c:350
3953msgid "yes"
3954msgstr "yes"
3955
3956#: src/readelf.c:351
3957msgid "no"
3958msgstr "no"
3959
3960#: src/readelf.c:548
3961#, c-format
3962msgid "Unknown DWARF debug section `%s'.\n"
3963msgstr "Unknown DWARF debug section ‘%s’.\n"
3964
3965#: src/readelf.c:619 src/readelf.c:730
3966#, c-format
3967msgid "cannot generate Elf descriptor: %s"
3968msgstr "cannot generate Elf descriptor: %s"
3969
3970#: src/readelf.c:626 src/readelf.c:953 src/strip.c:1133
3971#, c-format
3972msgid "cannot determine number of sections: %s"
3973msgstr "cannot determine number of sections: %s"
3974
3975#: src/readelf.c:644 src/readelf.c:1263 src/readelf.c:1471
3976#, c-format
3977msgid "cannot get section: %s"
3978msgstr "cannot get section: %s"
3979
3980#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12646
3981#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:604
3982#: src/unstrip.c:625 src/unstrip.c:665 src/unstrip.c:881 src/unstrip.c:1212
3983#: src/unstrip.c:1339 src/unstrip.c:1363 src/unstrip.c:1419 src/unstrip.c:1483
3984#: src/unstrip.c:1658 src/unstrip.c:1809 src/unstrip.c:1952 src/unstrip.c:2051
3985#, c-format
3986msgid "cannot get section header: %s"
3987msgstr "cannot get section header: %s"
3988
3989#: src/readelf.c:661
3990#, c-format
3991msgid "cannot get section name"
3992msgstr "cannot get section name"
3993
3994#: src/readelf.c:670 src/readelf.c:6576 src/readelf.c:10502 src/readelf.c:10604
3995#: src/readelf.c:10782
3996#, c-format
3997msgid "cannot get %s content: %s"
3998msgstr "cannot get %s content: %s"
3999
4000#: src/readelf.c:686
4001#, c-format
4002msgid "cannot create temp file '%s'"
4003msgstr "cannot create temp file ‘%s’"
4004
4005#: src/readelf.c:695
4006#, c-format
4007msgid "cannot write section data"
4008msgstr "cannot write section data"
4009
4010#: src/readelf.c:701 src/readelf.c:718 src/readelf.c:747
4011#, c-format
4012msgid "error while closing Elf descriptor: %s"
4013msgstr "error while closing Elf descriptor: %s"
4014
4015#: src/readelf.c:708
4016#, c-format
4017msgid "error while rewinding file descriptor"
4018msgstr "error while rewinding file descriptor"
4019
4020#: src/readelf.c:742
4021#, c-format
4022msgid "'%s' is not an archive, cannot print archive index"
4023msgstr "‘%s’ is not an archive, cannot print archive index"
4024
4025#: src/readelf.c:846
4026#, c-format
4027msgid "cannot stat input file"
4028msgstr "cannot stat input file"
4029
4030#: src/readelf.c:848
4031#, c-format
4032msgid "input file is empty"
4033msgstr "input file is empty"
4034
4035#: src/readelf.c:850
4036#, c-format
4037msgid "failed reading '%s': %s"
4038msgstr "failed reading '%s': %s"
4039
4040#: src/readelf.c:879
4041#, c-format
4042msgid "No such section '%s' in '%s'"
4043msgstr "No such section ‘%s’ in ‘%s’"
4044
4045#: src/readelf.c:938
4046#, c-format
4047msgid "cannot read ELF header: %s"
4048msgstr "cannot read ELF header: %s"
4049
4050#: src/readelf.c:946
4051#, c-format
4052msgid "cannot create EBL handle"
4053msgstr "cannot create EBL handle"
4054
4055#: src/readelf.c:959
4056#, c-format
4057msgid "cannot determine number of program headers: %s"
4058msgstr "cannot determine number of program headers: %s"
4059
4060#: src/readelf.c:991
4061#, c-format
4062msgid "cannot read ELF: %s"
4063msgstr "cannot read ELF: %s"
4064
4065#: src/readelf.c:1052
4066msgid "NONE (None)"
4067msgstr "NONE (None)"
4068
4069#: src/readelf.c:1053
4070msgid "REL (Relocatable file)"
4071msgstr "REL (Relocatable file)"
4072
4073#: src/readelf.c:1054
4074msgid "EXEC (Executable file)"
4075msgstr "EXEC (Executable file)"
4076
4077#: src/readelf.c:1055
4078msgid "DYN (Shared object file)"
4079msgstr "DYN (Shared object file)"
4080
4081#: src/readelf.c:1056
4082msgid "CORE (Core file)"
4083msgstr "CORE (Core file)"
4084
4085#: src/readelf.c:1061
4086#, c-format
4087msgid "OS Specific: (%x)\n"
4088msgstr "OS Specific: (%x)\n"
4089
4090#. && e_type <= ET_HIPROC always true
4091#: src/readelf.c:1063
4092#, c-format
4093msgid "Processor Specific: (%x)\n"
4094msgstr "Processor Specific: (%x)\n"
4095
4096#: src/readelf.c:1073
4097msgid ""
4098"ELF Header:\n"
4099"  Magic:  "
4100msgstr ""
4101"ELF Header:\n"
4102"  Magic:  "
4103
4104#: src/readelf.c:1077
4105#, c-format
4106msgid ""
4107"\n"
4108"  Class:                             %s\n"
4109msgstr ""
4110"\n"
4111"  Class:                             %s\n"
4112
4113#: src/readelf.c:1082
4114#, c-format
4115msgid "  Data:                              %s\n"
4116msgstr "  Data:                              %s\n"
4117
4118#: src/readelf.c:1088
4119#, c-format
4120msgid "  Ident Version:                     %hhd %s\n"
4121msgstr "  Ident Version:                     %hhd %s\n"
4122
4123#: src/readelf.c:1090 src/readelf.c:1112
4124msgid "(current)"
4125msgstr "(current)"
4126
4127#: src/readelf.c:1094
4128#, c-format
4129msgid "  OS/ABI:                            %s\n"
4130msgstr "  OS/ABI:                            %s\n"
4131
4132#: src/readelf.c:1097
4133#, c-format
4134msgid "  ABI Version:                       %hhd\n"
4135msgstr "  ABI Version:                       %hhd\n"
4136
4137#: src/readelf.c:1100
4138msgid "  Type:                              "
4139msgstr "  Type:                              "
4140
4141#: src/readelf.c:1105
4142#, c-format
4143msgid "  Machine:                           %s\n"
4144msgstr "  Machine:                           %s\n"
4145
4146#: src/readelf.c:1107
4147#, c-format
4148msgid "  Machine:                           <unknown>: 0x%x\n"
4149msgstr "  Machine:                           <unknown>: 0x%x\n"
4150
4151#: src/readelf.c:1110
4152#, c-format
4153msgid "  Version:                           %d %s\n"
4154msgstr "  Version:                           %d %s\n"
4155
4156#: src/readelf.c:1114
4157#, c-format
4158msgid "  Entry point address:               %#<PRIx64>\n"
4159msgstr "  Entry point address:               %#<PRIx64>\n"
4160
4161#: src/readelf.c:1117
4162#, c-format
4163msgid "  Start of program headers:          %<PRId64> %s\n"
4164msgstr "  Start of program headers:          %<PRId64> %s\n"
4165
4166#: src/readelf.c:1118 src/readelf.c:1121
4167msgid "(bytes into file)"
4168msgstr "(bytes into file)"
4169
4170#: src/readelf.c:1120
4171#, c-format
4172msgid "  Start of section headers:          %<PRId64> %s\n"
4173msgstr "  Start of section headers:          %<PRId64> %s\n"
4174
4175#: src/readelf.c:1123
4176#, c-format
4177msgid "  Flags:                             %s\n"
4178msgstr "  Flags:                             %s\n"
4179
4180#: src/readelf.c:1126
4181#, c-format
4182msgid "  Size of this header:               %<PRId16> %s\n"
4183msgstr "  Size of this header:               %<PRId16> %s\n"
4184
4185#: src/readelf.c:1127 src/readelf.c:1130 src/readelf.c:1147
4186msgid "(bytes)"
4187msgstr "(bytes)"
4188
4189#: src/readelf.c:1129
4190#, c-format
4191msgid "  Size of program header entries:    %<PRId16> %s\n"
4192msgstr "  Size of program header entries:    %<PRId16> %s\n"
4193
4194#: src/readelf.c:1132
4195#, c-format
4196msgid "  Number of program headers entries: %<PRId16>"
4197msgstr "  Number of program headers entries: %<PRId16>"
4198
4199#: src/readelf.c:1139
4200#, c-format
4201msgid " (%<PRIu32> in [0].sh_info)"
4202msgstr " (%<PRIu32> in [0].sh_info)"
4203
4204#: src/readelf.c:1142 src/readelf.c:1159 src/readelf.c:1173
4205msgid " ([0] not available)"
4206msgstr " ([0] not available)"
4207
4208#: src/readelf.c:1146
4209#, c-format
4210msgid "  Size of section header entries:    %<PRId16> %s\n"
4211msgstr "  Size of section header entries:    %<PRId16> %s\n"
4212
4213#: src/readelf.c:1149
4214#, c-format
4215msgid "  Number of section headers entries: %<PRId16>"
4216msgstr "  Number of section headers entries: %<PRId16>"
4217
4218#: src/readelf.c:1156
4219#, c-format
4220msgid " (%<PRIu32> in [0].sh_size)"
4221msgstr " (%<PRIu32> in [0].sh_size)"
4222
4223#. We managed to get the zeroth section.
4224#: src/readelf.c:1169
4225#, c-format
4226msgid " (%<PRIu32> in [0].sh_link)"
4227msgstr " (%<PRIu32> in [0].sh_link)"
4228
4229#: src/readelf.c:1177
4230#, c-format
4231msgid ""
4232"  Section header string table index: XINDEX%s\n"
4233"\n"
4234msgstr ""
4235"  Section header string table index: XINDEX%s\n"
4236"\n"
4237
4238#: src/readelf.c:1181
4239#, c-format
4240msgid ""
4241"  Section header string table index: %<PRId16>\n"
4242"\n"
4243msgstr ""
4244"  Section header string table index: %<PRId16>\n"
4245"\n"
4246
4247#: src/readelf.c:1228 src/readelf.c:1436
4248#, c-format
4249msgid "cannot get number of sections: %s"
4250msgstr "cannot get number of sections: %s"
4251
4252#: src/readelf.c:1231
4253#, c-format
4254msgid ""
4255"There are %zd section headers, starting at offset %#<PRIx64>:\n"
4256"\n"
4257msgstr ""
4258"There are %zd section headers, starting at offset %#<PRIx64>:\n"
4259"\n"
4260
4261#: src/readelf.c:1240
4262#, c-format
4263msgid "cannot get section header string table index: %s"
4264msgstr "cannot get section header string table index: %s"
4265
4266#: src/readelf.c:1243
4267msgid "Section Headers:"
4268msgstr "Section Headers:"
4269
4270#: src/readelf.c:1246
4271msgid ""
4272"[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
4273"Inf Al"
4274msgstr ""
4275"[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
4276"Inf Al"
4277
4278#: src/readelf.c:1248
4279msgid ""
4280"[Nr] Name                 Type         Addr             Off      Size     ES "
4281"Flags Lk Inf Al"
4282msgstr ""
4283"[Nr] Name                 Type         Addr             Off      Size     ES "
4284"Flags Lk Inf Al"
4285
4286#: src/readelf.c:1253
4287msgid "     [Compression  Size   Al]"
4288msgstr "     [Compression  Size   Al]"
4289
4290#: src/readelf.c:1255
4291msgid "     [Compression  Size     Al]"
4292msgstr "     [Compression  Size     Al]"
4293
4294#: src/readelf.c:1331
4295#, c-format
4296msgid "bad compression header for section %zd: %s"
4297msgstr "bad compression header for section %zd: %s"
4298
4299#: src/readelf.c:1342
4300#, c-format
4301msgid "bad gnu compressed size for section %zd: %s"
4302msgstr "bad gnu compressed size for section %zd: %s"
4303
4304#: src/readelf.c:1360
4305msgid "Program Headers:"
4306msgstr "Program Headers:"
4307
4308#: src/readelf.c:1362
4309msgid ""
4310"  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
4311msgstr ""
4312"  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
4313
4314#: src/readelf.c:1365
4315msgid ""
4316"  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
4317"MemSiz   Flg Align"
4318msgstr ""
4319"  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
4320"MemSiz   Flg Align"
4321
4322#: src/readelf.c:1422
4323#, c-format
4324msgid "\t[Requesting program interpreter: %s]\n"
4325msgstr "\t[Requesting program interpreter: %s]\n"
4326
4327#: src/readelf.c:1449
4328msgid ""
4329"\n"
4330" Section to Segment mapping:\n"
4331"  Segment Sections..."
4332msgstr ""
4333"\n"
4334" Section to Segment mapping:\n"
4335"  Segment Sections..."
4336
4337#: src/readelf.c:1460 src/unstrip.c:2110 src/unstrip.c:2152 src/unstrip.c:2159
4338#, c-format
4339msgid "cannot get program header: %s"
4340msgstr "cannot get program header: %s"
4341
4342#: src/readelf.c:1606
4343#, c-format
4344msgid ""
4345"\n"
4346"COMDAT section group [%2zu] '%s' with signature '%s' contains %zu entry:\n"
4347msgid_plural ""
4348"\n"
4349"COMDAT section group [%2zu] '%s' with signature '%s' contains %zu entries:\n"
4350msgstr[0] ""
4351"\n"
4352"COMDAT section group [%2zu] ‘%s’ with signature ‘%s’ contains "
4353"%zu entry:\n"
4354msgstr[1] ""
4355"\n"
4356"COMDAT section group [%2zu] ‘%s’ with signature ‘%s’ contains "
4357"%zu entries:\n"
4358
4359#: src/readelf.c:1611
4360#, c-format
4361msgid ""
4362"\n"
4363"Section group [%2zu] '%s' with signature '%s' contains %zu entry:\n"
4364msgid_plural ""
4365"\n"
4366"Section group [%2zu] '%s' with signature '%s' contains %zu entries:\n"
4367msgstr[0] ""
4368"\n"
4369"Section group [%2zu] ‘%s’ with signature ‘%s’ contains %zu "
4370"entry:\n"
4371msgstr[1] ""
4372"\n"
4373"Section group [%2zu] ‘%s’ with signature ‘%s’ contains %zu "
4374"entries:\n"
4375
4376#: src/readelf.c:1619
4377msgid "<INVALID SYMBOL>"
4378msgstr "<INVALID SYMBOL>"
4379
4380#: src/readelf.c:1633
4381msgid "<INVALID SECTION>"
4382msgstr "<INVALID SECTION>"
4383
4384#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12517
4385#: src/readelf.c:12524 src/readelf.c:12568 src/readelf.c:12575
4386msgid "Couldn't uncompress section"
4387msgstr "Couldn't uncompress section"
4388
4389#: src/readelf.c:1661 src/readelf.c:2388 src/readelf.c:3489
4390#, c-format
4391msgid "cannot get section [%zd] header: %s"
4392msgstr "cannot get section [%zd] header: %s"
4393
4394#: src/readelf.c:1805 src/readelf.c:2455 src/readelf.c:2713 src/readelf.c:2789
4395#: src/readelf.c:3093 src/readelf.c:3167 src/readelf.c:5364
4396#, c-format
4397msgid "invalid sh_link value in section %zu"
4398msgstr "invalid sh_link value in section %zu"
4399
4400#: src/readelf.c:1808
4401#, c-format
4402msgid ""
4403"\n"
4404"Dynamic segment contains %lu entry:\n"
4405" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4406msgid_plural ""
4407"\n"
4408"Dynamic segment contains %lu entries:\n"
4409" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4410msgstr[0] ""
4411"\n"
4412"Dynamic segment contains %lu entry:\n"
4413" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4414"%s’\n"
4415msgstr[1] ""
4416"\n"
4417"Dynamic segment contains %lu entries:\n"
4418" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4419"%s’\n"
4420
4421#: src/readelf.c:1818
4422msgid "  Type              Value\n"
4423msgstr "  Type              Value\n"
4424
4425#: src/readelf.c:1842
4426#, c-format
4427msgid "Shared library: [%s]\n"
4428msgstr "Shared library: [%s]\n"
4429
4430#: src/readelf.c:1847
4431#, c-format
4432msgid "Library soname: [%s]\n"
4433msgstr "Library soname: [%s]\n"
4434
4435#: src/readelf.c:1852
4436#, c-format
4437msgid "Library rpath: [%s]\n"
4438msgstr "Library rpath: [%s]\n"
4439
4440#: src/readelf.c:1857
4441#, c-format
4442msgid "Library runpath: [%s]\n"
4443msgstr "Library runpath: [%s]\n"
4444
4445#: src/readelf.c:1877
4446#, c-format
4447msgid "%<PRId64> (bytes)\n"
4448msgstr "%<PRId64> (bytes)\n"
4449
4450#: src/readelf.c:1990 src/readelf.c:2180
4451#, c-format
4452msgid ""
4453"\n"
4454"Invalid symbol table at offset %#0<PRIx64>\n"
4455msgstr ""
4456"\n"
4457"Invalid symbol table at offset %#0<PRIx64>\n"
4458
4459#: src/readelf.c:2008 src/readelf.c:2198
4460#, c-format
4461msgid ""
4462"\n"
4463"Relocation section [%2zu] '%s' for section [%2u] '%s' at offset %#0<PRIx64> "
4464"contains %d entry:\n"
4465msgid_plural ""
4466"\n"
4467"Relocation section [%2zu] '%s' for section [%2u] '%s' at offset %#0<PRIx64> "
4468"contains %d entries:\n"
4469msgstr[0] ""
4470"\n"
4471"Relocation section [%2zu] ‘%s’ for section [%2u] ‘%s’ at offset "
4472"%#0<PRIx64> contains %d entry:\n"
4473msgstr[1] ""
4474"\n"
4475"Relocation section [%2zu] ‘%s’ for section [%2u] ‘%s’ at offset "
4476"%#0<PRIx64> contains %d entries:\n"
4477
4478#. The .rel.dyn section does not refer to a specific section but
4479#. instead of section index zero.  Do not try to print a section
4480#. name.
4481#. The .rela.dyn section does not refer to a specific section but
4482#. instead of section index zero.  Do not try to print a section
4483#. name.
4484#: src/readelf.c:2023 src/readelf.c:2213
4485#, c-format
4486msgid ""
4487"\n"
4488"Relocation section [%2u] '%s' at offset %#0<PRIx64> contains %d entry:\n"
4489msgid_plural ""
4490"\n"
4491"Relocation section [%2u] '%s' at offset %#0<PRIx64> contains %d entries:\n"
4492msgstr[0] ""
4493"\n"
4494"Relocation section [%2u] ‘%s’ at offset %#0<PRIx64> contains %d "
4495"entry:\n"
4496msgstr[1] ""
4497"\n"
4498"Relocation section [%2u] ‘%s’ at offset %#0<PRIx64> contains %d "
4499"entries:\n"
4500
4501#: src/readelf.c:2033
4502msgid "  Offset      Type                 Value       Name\n"
4503msgstr "  Offset      Type                 Value       Name\n"
4504
4505#: src/readelf.c:2035
4506msgid "  Offset              Type                 Value               Name\n"
4507msgstr "  Offset              Type                 Value               Name\n"
4508
4509#: src/readelf.c:2088 src/readelf.c:2099 src/readelf.c:2112 src/readelf.c:2133
4510#: src/readelf.c:2145 src/readelf.c:2279 src/readelf.c:2291 src/readelf.c:2305
4511#: src/readelf.c:2327 src/readelf.c:2340
4512msgid "<INVALID RELOC>"
4513msgstr "<INVALID RELOC>"
4514
4515#: src/readelf.c:2223
4516msgid "  Offset      Type            Value       Addend Name\n"
4517msgstr "  Offset      Type            Value       Addend Name\n"
4518
4519#: src/readelf.c:2225
4520msgid "  Offset              Type            Value               Addend Name\n"
4521msgstr ""
4522"  Offset              Type            Value               Addend Name\n"
4523
4524#: src/readelf.c:2463
4525#, c-format
4526msgid ""
4527"\n"
4528"Symbol table [%2u] '%s' contains %u entry:\n"
4529msgid_plural ""
4530"\n"
4531"Symbol table [%2u] '%s' contains %u entries:\n"
4532msgstr[0] ""
4533"\n"
4534"Symbol table [%2u] ‘%s’ contains %u entry:\n"
4535msgstr[1] ""
4536"\n"
4537"Symbol table [%2u] ‘%s’ contains %u entries:\n"
4538
4539#: src/readelf.c:2468
4540#, c-format
4541msgid " %lu local symbol  String table: [%2u] '%s'\n"
4542msgid_plural " %lu local symbols  String table: [%2u] '%s'\n"
4543msgstr[0] " %lu local symbol  String table: [%2u] ‘%s’\n"
4544msgstr[1] " %lu local symbols  String table: [%2u] ‘%s’\n"
4545
4546#: src/readelf.c:2476
4547msgid "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
4548msgstr "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
4549
4550#: src/readelf.c:2478
4551msgid "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
4552msgstr "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
4553
4554#: src/readelf.c:2498
4555#, c-format
4556msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
4557msgstr "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
4558
4559#: src/readelf.c:2586
4560#, c-format
4561msgid "bad dynamic symbol"
4562msgstr "bad dynamic symbol"
4563
4564#: src/readelf.c:2668
4565msgid "none"
4566msgstr "none"
4567
4568#: src/readelf.c:2685
4569msgid "| <unknown>"
4570msgstr "| <unknown>"
4571
4572#: src/readelf.c:2716
4573#, c-format
4574msgid ""
4575"\n"
4576"Version needs section [%2u] '%s' contains %d entry:\n"
4577" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4578msgid_plural ""
4579"\n"
4580"Version needs section [%2u] '%s' contains %d entries:\n"
4581" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4582msgstr[0] ""
4583"\n"
4584"Version needs section [%2u] ‘%s’ contains %d entry:\n"
4585" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4586"%s’\n"
4587msgstr[1] ""
4588"\n"
4589"Version needs section [%2u] ‘%s’ contains %d entries:\n"
4590" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4591"%s’\n"
4592
4593#: src/readelf.c:2737
4594#, c-format
4595msgid "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
4596msgstr "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
4597
4598#: src/readelf.c:2750
4599#, c-format
4600msgid "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
4601msgstr "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
4602
4603#: src/readelf.c:2793
4604#, c-format
4605msgid ""
4606"\n"
4607"Version definition section [%2u] '%s' contains %d entry:\n"
4608" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4609msgid_plural ""
4610"\n"
4611"Version definition section [%2u] '%s' contains %d entries:\n"
4612" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4613msgstr[0] ""
4614"\n"
4615"Version definition section [%2u] ‘%s’ contains %d entry:\n"
4616" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4617"%s’\n"
4618msgstr[1] ""
4619"\n"
4620"Version definition section [%2u] ‘%s’ contains %d entries:\n"
4621" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4622"%s’\n"
4623
4624#: src/readelf.c:2821
4625#, c-format
4626msgid "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
4627msgstr "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
4628
4629#: src/readelf.c:2836
4630#, c-format
4631msgid "  %#06x: Parent %d: %s\n"
4632msgstr "  %#06x: Parent %d: %s\n"
4633
4634#. Print the header.
4635#: src/readelf.c:3097
4636#, c-format
4637msgid ""
4638"\n"
4639"Version symbols section [%2u] '%s' contains %d entry:\n"
4640" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'"
4641msgid_plural ""
4642"\n"
4643"Version symbols section [%2u] '%s' contains %d entries:\n"
4644" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'"
4645msgstr[0] ""
4646"\n"
4647"Version symbols section [%2u] ‘%s’ contains %d entry:\n"
4648" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘%s’"
4649msgstr[1] ""
4650"\n"
4651"Version symbols section [%2u] ‘%s’ contains %d entries:\n"
4652" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘%s’"
4653
4654#: src/readelf.c:3125
4655msgid "   0 *local*                     "
4656msgstr "   0 *local*                     "
4657
4658#: src/readelf.c:3130
4659msgid "   1 *global*                    "
4660msgstr "   1 *global*                    "
4661
4662#: src/readelf.c:3172
4663#, c-format
4664msgid ""
4665"\n"
4666"Histogram for bucket list length in section [%2u] '%s' (total of %d "
4667"bucket):\n"
4668" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4669msgid_plural ""
4670"\n"
4671"Histogram for bucket list length in section [%2u] '%s' (total of %d "
4672"buckets):\n"
4673" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] '%s'\n"
4674msgstr[0] ""
4675"\n"
4676"Histogram for bucket list length in section [%2u] ‘%s’ (total of %d "
4677"bucket):\n"
4678" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4679"%s’\n"
4680msgstr[1] ""
4681"\n"
4682"Histogram for bucket list length in section [%2u] ‘%s’ (total of %d "
4683"buckets):\n"
4684" Addr: %#0*<PRIx64>  Offset: %#08<PRIx64>  Link to section: [%2u] ‘"
4685"%s’\n"
4686
4687#: src/readelf.c:3194
4688#, no-c-format
4689msgid " Length  Number  % of total  Coverage\n"
4690msgstr " Length  Number  % of total  Coverage\n"
4691
4692#: src/readelf.c:3196
4693#, c-format
4694msgid "      0  %6<PRIu32>      %5.1f%%\n"
4695msgstr "      0  %6<PRIu32>      %5.1f%%\n"
4696
4697#: src/readelf.c:3203
4698#, c-format
4699msgid "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
4700msgstr "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
4701
4702#: src/readelf.c:3216
4703#, c-format
4704msgid ""
4705" Average number of tests:   successful lookup: %f\n"
4706"\t\t\t  unsuccessful lookup: %f\n"
4707msgstr ""
4708" Average number of tests:   successful lookup: %f\n"
4709"\t\t\t  unsuccessful lookup: %f\n"
4710
4711#: src/readelf.c:3234 src/readelf.c:3298 src/readelf.c:3364
4712#, c-format
4713msgid "cannot get data for section %d: %s"
4714msgstr "cannot get data for section %d: %s"
4715
4716#: src/readelf.c:3242
4717#, c-format
4718msgid "invalid data in sysv.hash section %d"
4719msgstr "invalid data in sysv.hash section %d"
4720
4721#: src/readelf.c:3271
4722#, c-format
4723msgid "invalid chain in sysv.hash section %d"
4724msgstr "invalid chain in sysv.hash section %d"
4725
4726#: src/readelf.c:3306
4727#, c-format
4728msgid "invalid data in sysv.hash64 section %d"
4729msgstr "invalid data in sysv.hash64 section %d"
4730
4731#: src/readelf.c:3337
4732#, c-format
4733msgid "invalid chain in sysv.hash64 section %d"
4734msgstr "invalid chain in sysv.hash64 section %d"
4735
4736#: src/readelf.c:3373
4737#, c-format
4738msgid "invalid data in gnu.hash section %d"
4739msgstr "invalid data in gnu.hash section %d"
4740
4741#: src/readelf.c:3440
4742#, c-format
4743msgid ""
4744" Symbol Bias: %u\n"
4745" Bitmask Size: %zu bytes  %<PRIuFAST32>%% bits set  2nd hash shift: %u\n"
4746msgstr ""
4747" Symbol Bias: %u\n"
4748" Bitmask Size: %zu bytes  %<PRIuFAST32>%% bits set  2nd hash shift: %u\n"
4749
4750#: src/readelf.c:3529
4751#, c-format
4752msgid ""
4753"\n"
4754"Library list section [%2zu] '%s' at offset %#0<PRIx64> contains %d entry:\n"
4755msgid_plural ""
4756"\n"
4757"Library list section [%2zu] '%s' at offset %#0<PRIx64> contains %d entries:\n"
4758msgstr[0] ""
4759"\n"
4760"Library list section [%2zu] ‘%s’ at offset %#0<PRIx64> contains %d "
4761"entry:\n"
4762msgstr[1] ""
4763"\n"
4764"Library list section [%2zu] ‘%s’ at offset %#0<PRIx64> contains %d "
4765"entries:\n"
4766
4767#: src/readelf.c:3543
4768msgid ""
4769"       Library                       Time Stamp          Checksum Version "
4770"Flags"
4771msgstr ""
4772"       Library                       Time Stamp          Checksum Version "
4773"Flags"
4774
4775#: src/readelf.c:3595
4776#, c-format
4777msgid ""
4778"\n"
4779"Object attributes section [%2zu] '%s' of %<PRIu64> bytes at offset "
4780"%#0<PRIx64>:\n"
4781msgstr ""
4782"\n"
4783"Object attributes section [%2zu] ‘%s’ of %<PRIu64> bytes at offset "
4784"%#0<PRIx64>:\n"
4785
4786#: src/readelf.c:3612
4787msgid "  Owner          Size\n"
4788msgstr "  Owner          Size\n"
4789
4790#: src/readelf.c:3641
4791#, c-format
4792msgid "  %-13s  %4<PRIu32>\n"
4793msgstr "  %-13s  %4<PRIu32>\n"
4794
4795#. Unknown subsection, print and skip.
4796#: src/readelf.c:3680
4797#, c-format
4798msgid "    %-4u %12<PRIu32>\n"
4799msgstr "    %-4u %12<PRIu32>\n"
4800
4801#. Tag_File
4802#: src/readelf.c:3685
4803#, c-format
4804msgid "    File: %11<PRIu32>\n"
4805msgstr "    File: %11<PRIu32>\n"
4806
4807#: src/readelf.c:3734
4808#, c-format
4809msgid "      %s: %<PRId64>, %s\n"
4810msgstr "      %s: %<PRId64>, %s\n"
4811
4812#: src/readelf.c:3737
4813#, c-format
4814msgid "      %s: %<PRId64>\n"
4815msgstr "      %s: %<PRId64>\n"
4816
4817#: src/readelf.c:3740
4818#, c-format
4819msgid "      %s: %s\n"
4820msgstr "      %s: %s\n"
4821
4822#: src/readelf.c:3750
4823#, c-format
4824msgid "      %u: %<PRId64>\n"
4825msgstr "      %u: %<PRId64>\n"
4826
4827#: src/readelf.c:3753
4828#, c-format
4829msgid "      %u: %s\n"
4830msgstr "      %u: %s\n"
4831
4832#: src/readelf.c:3823
4833#, c-format
4834msgid "sprintf failure"
4835msgstr "sprintf failure"
4836
4837#: src/readelf.c:4305
4838msgid "empty block"
4839msgstr "empty block"
4840
4841#: src/readelf.c:4308
4842#, c-format
4843msgid "%zu byte block:"
4844msgstr "%zu byte block:"
4845
4846#: src/readelf.c:4786
4847#, c-format
4848msgid "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
4849msgstr "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
4850
4851#: src/readelf.c:4850
4852#, c-format
4853msgid "%s %#<PRIx64> used with different address sizes"
4854msgstr "%s %#<PRIx64> used with different address sizes"
4855
4856#: src/readelf.c:4857
4857#, c-format
4858msgid "%s %#<PRIx64> used with different offset sizes"
4859msgstr "%s %#<PRIx64> used with different offset sizes"
4860
4861#: src/readelf.c:4864
4862#, c-format
4863msgid "%s %#<PRIx64> used with different base addresses"
4864msgstr "%s %#<PRIx64> used with different base addresses"
4865
4866#: src/readelf.c:4871
4867#, c-format
4868msgid "%s %#<PRIx64> used with different attribute %s and %s"
4869msgstr "%s %#<PRIx64> used with different attribute %s and %s"
4870
4871#: src/readelf.c:4968
4872#, c-format
4873msgid " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
4874msgstr " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
4875
4876#: src/readelf.c:4976
4877#, c-format
4878msgid " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
4879msgstr " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
4880
4881#: src/readelf.c:5054
4882#, c-format
4883msgid ""
4884"\n"
4885"DWARF section [%2zu] '%s' at offset %#<PRIx64>:\n"
4886" [ Code]\n"
4887msgstr ""
4888"\n"
4889"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64>:\n"
4890" [ Code]\n"
4891
4892#: src/readelf.c:5062
4893#, c-format
4894msgid ""
4895"\n"
4896"Abbreviation section at offset %<PRIu64>:\n"
4897msgstr ""
4898"\n"
4899"Abbreviation section at offset %<PRIu64>:\n"
4900
4901#: src/readelf.c:5075
4902#, c-format
4903msgid " *** error while reading abbreviation: %s\n"
4904msgstr " *** error while reading abbreviation: %s\n"
4905
4906#: src/readelf.c:5091
4907#, c-format
4908msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
4909msgstr " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
4910
4911#: src/readelf.c:5124 src/readelf.c:5433 src/readelf.c:5600 src/readelf.c:5985
4912#: src/readelf.c:6586 src/readelf.c:8323 src/readelf.c:9009 src/readelf.c:9445
4913#: src/readelf.c:9690 src/readelf.c:9856 src/readelf.c:10243
4914#: src/readelf.c:10303
4915#, c-format
4916msgid ""
4917"\n"
4918"DWARF section [%2zu] '%s' at offset %#<PRIx64>:\n"
4919msgstr ""
4920"\n"
4921"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64>:\n"
4922
4923#: src/readelf.c:5137
4924#, c-format
4925msgid "cannot get .debug_addr section data: %s"
4926msgstr "cannot get .debug_addr section data: %s"
4927
4928#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9054
4929#, c-format
4930msgid " Length:         %8<PRIu64>\n"
4931msgstr " Length:         %8<PRIu64>\n"
4932
4933#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9067
4934#, c-format
4935msgid " DWARF version:  %8<PRIu16>\n"
4936msgstr " DWARF version:  %8<PRIu16>\n"
4937
4938#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9076
4939#, c-format
4940msgid " Address size:   %8<PRIu64>\n"
4941msgstr " Address size:   %8<PRIu64>\n"
4942
4943#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9086
4944#, c-format
4945msgid " Segment size:   %8<PRIu64>\n"
4946msgstr " Segment size:   %8<PRIu64>\n"
4947
4948#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9071 src/readelf.c:10435
4949#, c-format
4950msgid "Unknown version"
4951msgstr "Unknown version"
4952
4953#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9081
4954#, c-format
4955msgid "unsupported address size"
4956msgstr "unsupported address size"
4957
4958#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9091
4959#, c-format
4960msgid "unsupported segment size"
4961msgstr "unsupported segment size"
4962
4963#: src/readelf.c:5354 src/readelf.c:5428
4964#, c-format
4965msgid "cannot get .debug_aranges content: %s"
4966msgstr "cannot get .debug_aranges content: %s"
4967
4968#: src/readelf.c:5369
4969#, c-format
4970msgid ""
4971"\n"
4972"DWARF section [%2zu] '%s' at offset %#<PRIx64> contains %zu entry:\n"
4973msgid_plural ""
4974"\n"
4975"DWARF section [%2zu] '%s' at offset %#<PRIx64> contains %zu entries:\n"
4976msgstr[0] ""
4977"\n"
4978"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64> contains %zu entry:\n"
4979msgstr[1] ""
4980"\n"
4981"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64> contains %zu entries:\n"
4982
4983#: src/readelf.c:5400
4984#, c-format
4985msgid " [%*zu] ???\n"
4986msgstr " [%*zu] ???\n"
4987
4988#: src/readelf.c:5402
4989#, c-format
4990msgid ""
4991" [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
4992msgstr ""
4993" [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
4994
4995#: src/readelf.c:5446 src/readelf.c:8350
4996#, c-format
4997msgid ""
4998"\n"
4999"Table at offset %zu:\n"
5000msgstr ""
5001"\n"
5002"Table at offset %zu:\n"
5003
5004#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6610 src/readelf.c:8361
5005#: src/readelf.c:9035
5006#, c-format
5007msgid "invalid data in section [%zu] '%s'"
5008msgstr "invalid data in section [%zu] ‘%s’"
5009
5010#: src/readelf.c:5466
5011#, c-format
5012msgid ""
5013"\n"
5014" Length:        %6<PRIu64>\n"
5015msgstr ""
5016"\n"
5017" Length:        %6<PRIu64>\n"
5018
5019#: src/readelf.c:5478
5020#, c-format
5021msgid " DWARF version: %6<PRIuFAST16>\n"
5022msgstr " DWARF version: %6<PRIuFAST16>\n"
5023
5024#: src/readelf.c:5482
5025#, c-format
5026msgid "unsupported aranges version"
5027msgstr "unsupported aranges version"
5028
5029#: src/readelf.c:5493
5030#, c-format
5031msgid " CU offset:     %6<PRIx64>\n"
5032msgstr " CU offset:     %6<PRIx64>\n"
5033
5034#: src/readelf.c:5499
5035#, c-format
5036msgid " Address size:  %6<PRIu64>\n"
5037msgstr " Address size:  %6<PRIu64>\n"
5038
5039#: src/readelf.c:5510
5040#, c-format
5041msgid ""
5042" Segment size:  %6<PRIu64>\n"
5043"\n"
5044msgstr ""
5045" Segment size:  %6<PRIu64>\n"
5046"\n"
5047
5048#: src/readelf.c:5565
5049#, c-format
5050msgid "   %zu padding bytes\n"
5051msgstr "   %zu padding bytes\n"
5052
5053#: src/readelf.c:5609
5054#, c-format
5055msgid "cannot get .debug_rnglists content: %s"
5056msgstr "cannot get .debug_rnglists content: %s"
5057
5058#: src/readelf.c:5632 src/readelf.c:9041
5059#, c-format
5060msgid ""
5061"Table at Offset 0x%<PRIx64>:\n"
5062"\n"
5063msgstr ""
5064"Table at Offset 0x%<PRIx64>:\n"
5065"\n"
5066
5067#: src/readelf.c:5687 src/readelf.c:9096
5068#, c-format
5069msgid " Offset entries: %8<PRIu64>\n"
5070msgstr " Offset entries: %8<PRIu64>\n"
5071
5072#: src/readelf.c:5703 src/readelf.c:9112
5073#, c-format
5074msgid " Unknown CU base: "
5075msgstr " Unknown CU base: "
5076
5077#: src/readelf.c:5705 src/readelf.c:9114
5078#, c-format
5079msgid " CU [%6<PRIx64>] base: "
5080msgstr " CU [%6<PRIx64>] base: "
5081
5082#: src/readelf.c:5711 src/readelf.c:9120
5083#, c-format
5084msgid " Not associated with a CU.\n"
5085msgstr " Not associated with a CU.\n"
5086
5087#: src/readelf.c:5722 src/readelf.c:9131
5088#, c-format
5089msgid "too many offset entries for unit length"
5090msgstr "too many offset entries for unit length"
5091
5092#: src/readelf.c:5726 src/readelf.c:9135
5093#, c-format
5094msgid "  Offsets starting at 0x%<PRIx64>:\n"
5095msgstr "  Offsets starting at 0x%<PRIx64>:\n"
5096
5097#: src/readelf.c:5778
5098#, c-format
5099msgid "invalid range list data"
5100msgstr "invalid range list data"
5101
5102#: src/readelf.c:5963 src/readelf.c:9423
5103#, c-format
5104msgid ""
5105"   %zu padding bytes\n"
5106"\n"
5107msgstr ""
5108"   %zu padding bytes\n"
5109"\n"
5110
5111#: src/readelf.c:5980
5112#, c-format
5113msgid "cannot get .debug_ranges content: %s"
5114msgstr "cannot get .debug_ranges content: %s"
5115
5116#: src/readelf.c:6016 src/readelf.c:9478
5117#, c-format
5118msgid ""
5119"\n"
5120" Unknown CU base: "
5121msgstr ""
5122"\n"
5123" Unknown CU base: "
5124
5125#: src/readelf.c:6018 src/readelf.c:9480
5126#, c-format
5127msgid ""
5128"\n"
5129" CU [%6<PRIx64>] base: "
5130msgstr ""
5131"\n"
5132" CU [%6<PRIx64>] base: "
5133
5134#: src/readelf.c:6027 src/readelf.c:9506 src/readelf.c:9532
5135#, c-format
5136msgid " [%6tx]  <INVALID DATA>\n"
5137msgstr " [%6tx]  <INVALID DATA>\n"
5138
5139#: src/readelf.c:6048 src/readelf.c:9612
5140#, c-format
5141msgid ""
5142" [%6tx] base address\n"
5143"          "
5144msgstr ""
5145" [%6tx] base address\n"
5146"          "
5147
5148#: src/readelf.c:6056 src/readelf.c:9620
5149#, c-format
5150msgid " [%6tx] empty list\n"
5151msgstr " [%6tx] empty list\n"
5152
5153#: src/readelf.c:6311
5154msgid "         <INVALID DATA>\n"
5155msgstr "         <INVALID DATA>\n"
5156
5157#: src/readelf.c:6564
5158#, c-format
5159msgid "cannot get ELF: %s"
5160msgstr "cannot get ELF: %s"
5161
5162#: src/readelf.c:6582
5163#, c-format
5164msgid ""
5165"\n"
5166"Call frame information section [%2zu] '%s' at offset %#<PRIx64>:\n"
5167msgstr ""
5168"\n"
5169"Call frame information section [%2zu] ‘%s’ at offset %#<PRIx64>:\n"
5170
5171#: src/readelf.c:6632
5172#, c-format
5173msgid ""
5174"\n"
5175" [%6tx] Zero terminator\n"
5176msgstr ""
5177"\n"
5178" [%6tx] Zero terminator\n"
5179
5180#: src/readelf.c:6733 src/readelf.c:6887
5181#, c-format
5182msgid "invalid augmentation length"
5183msgstr "invalid augmentation length"
5184
5185#: src/readelf.c:6748
5186msgid "FDE address encoding: "
5187msgstr "FDE address encoding: "
5188
5189#: src/readelf.c:6754
5190msgid "LSDA pointer encoding: "
5191msgstr "LSDA pointer encoding: "
5192
5193#: src/readelf.c:6864
5194#, c-format
5195msgid " (offset: %#<PRIx64>)"
5196msgstr " (offset: %#<PRIx64>)"
5197
5198#: src/readelf.c:6871
5199#, c-format
5200msgid " (end offset: %#<PRIx64>)"
5201msgstr " (end offset: %#<PRIx64>)"
5202
5203#: src/readelf.c:6908
5204#, c-format
5205msgid "   %-26sLSDA pointer: %#<PRIx64>\n"
5206msgstr "   %-26sLSDA pointer: %#<PRIx64>\n"
5207
5208#: src/readelf.c:6993
5209#, c-format
5210msgid "DIE [%<PRIx64>] cannot get attribute code: %s"
5211msgstr "DIE [%<PRIx64>] cannot get attribute code: %s"
5212
5213#: src/readelf.c:7003
5214#, c-format
5215msgid "DIE [%<PRIx64>] cannot get attribute form: %s"
5216msgstr "DIE [%<PRIx64>] cannot get attribute form: %s"
5217
5218#: src/readelf.c:7025
5219#, c-format
5220msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s"
5221msgstr "DIE [%<PRIx64>] cannot get attribute ‘%s’ (%s) value: %s"
5222
5223#: src/readelf.c:7355
5224#, c-format
5225msgid "invalid file (%<PRId64>): %s"
5226msgstr "invalid file (%<PRId64>): %s"
5227
5228#: src/readelf.c:7359
5229#, c-format
5230msgid "no srcfiles for CU [%<PRIx64>]"
5231msgstr "no srcfiles for CU [%<PRIx64>]"
5232
5233#: src/readelf.c:7363
5234#, c-format
5235msgid "couldn't get DWARF CU: %s"
5236msgstr "couldn't get DWARF CU: %s"
5237
5238#: src/readelf.c:7676
5239#, c-format
5240msgid ""
5241"\n"
5242"DWARF section [%2zu] '%s' at offset %#<PRIx64>:\n"
5243" [Offset]\n"
5244msgstr ""
5245"\n"
5246"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64>:\n"
5247" [Offset]\n"
5248
5249#: src/readelf.c:7726
5250#, c-format
5251msgid "cannot get next unit: %s"
5252msgstr "cannot get next unit: %s"
5253
5254#: src/readelf.c:7745
5255#, c-format
5256msgid ""
5257" Type unit at offset %<PRIu64>:\n"
5258" Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: "
5259"%<PRIu8>, Offset size: %<PRIu8>\n"
5260" Type signature: %#<PRIx64>, Type offset: %#<PRIx64> [%<PRIx64>]\n"
5261msgstr ""
5262" Type unit at offset %<PRIu64>:\n"
5263" Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: "
5264"%<PRIu8>, Offset size: %<PRIu8>\n"
5265" Type signature: %#<PRIx64>, Type offset: %#<PRIx64> [%<PRIx64>]\n"
5266
5267#: src/readelf.c:7757
5268#, c-format
5269msgid ""
5270" Compilation unit at offset %<PRIu64>:\n"
5271" Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: "
5272"%<PRIu8>, Offset size: %<PRIu8>\n"
5273msgstr ""
5274" Compilation unit at offset %<PRIu64>:\n"
5275" Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: "
5276"%<PRIu8>, Offset size: %<PRIu8>\n"
5277
5278#: src/readelf.c:7767 src/readelf.c:7930
5279#, c-format
5280msgid " Unit type: %s (%<PRIu8>)"
5281msgstr " Unit type: %s (%<PRIu8>)"
5282
5283#: src/readelf.c:7794
5284#, c-format
5285msgid "unknown version (%d) or unit type (%d)"
5286msgstr "unknown version (%d) or unit type (%d)"
5287
5288#: src/readelf.c:7823
5289#, c-format
5290msgid "cannot get DIE offset: %s"
5291msgstr "cannot get DIE offset: %s"
5292
5293#: src/readelf.c:7832
5294#, c-format
5295msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s"
5296msgstr "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s"
5297
5298#: src/readelf.c:7870
5299#, c-format
5300msgid "cannot get next DIE: %s\n"
5301msgstr "cannot get next DIE: %s\n"
5302
5303#: src/readelf.c:7878
5304#, c-format
5305msgid "cannot get next DIE: %s"
5306msgstr "cannot get next DIE: %s"
5307
5308#: src/readelf.c:7922
5309#, c-format
5310msgid ""
5311" Split compilation unit at offset %<PRIu64>:\n"
5312" Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: "
5313"%<PRIu8>, Offset size: %<PRIu8>\n"
5314msgstr ""
5315" Split compilation unit at offset %<PRIu64>:\n"
5316" Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: "
5317"%<PRIu8>, Offset size: %<PRIu8>\n"
5318
5319#: src/readelf.c:7974
5320#, c-format
5321msgid ""
5322"\n"
5323"DWARF section [%2zu] '%s' at offset %#<PRIx64>:\n"
5324"\n"
5325msgstr ""
5326"\n"
5327"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64>:\n"
5328"\n"
5329
5330#: src/readelf.c:8306
5331#, c-format
5332msgid "unknown form: %s"
5333msgstr "unknown form: %s"
5334
5335#: src/readelf.c:8337
5336#, c-format
5337msgid "cannot get line data section data: %s"
5338msgstr "cannot get line data section data: %s"
5339
5340#. Print what we got so far.
5341#: src/readelf.c:8439
5342#, c-format
5343msgid ""
5344"\n"
5345" Length:                         %<PRIu64>\n"
5346" DWARF version:                  %<PRIuFAST16>\n"
5347" Prologue length:                %<PRIu64>\n"
5348" Address size:                   %zd\n"
5349" Segment selector size:          %zd\n"
5350" Min instruction length:         %<PRIuFAST8>\n"
5351" Max operations per instruction: %<PRIuFAST8>\n"
5352" Initial value if 'is_stmt':     %<PRIuFAST8>\n"
5353" Line base:                      %<PRIdFAST8>\n"
5354" Line range:                     %<PRIuFAST8>\n"
5355" Opcode base:                    %<PRIuFAST8>\n"
5356"\n"
5357"Opcodes:\n"
5358msgstr ""
5359"\n"
5360" Length:                         %<PRIu64>\n"
5361" DWARF version:                  %<PRIuFAST16>\n"
5362" Prologue length:                %<PRIu64>\n"
5363" Address size:                   %zd\n"
5364" Segment selector size:          %zd\n"
5365" Min instruction length:         %<PRIuFAST8>\n"
5366" Max operations per instruction: %<PRIuFAST8>\n"
5367" Initial value if 'is_stmt':     %<PRIuFAST8>\n"
5368" Line base:                      %<PRIdFAST8>\n"
5369" Line range:                     %<PRIuFAST8>\n"
5370" Opcode base:                    %<PRIuFAST8>\n"
5371"\n"
5372"Opcodes:\n"
5373
5374#: src/readelf.c:8461
5375#, c-format
5376msgid "cannot handle .debug_line version: %u\n"
5377msgstr "cannot handle .debug_line version: %u\n"
5378
5379#: src/readelf.c:8469
5380#, c-format
5381msgid "cannot handle address size: %u\n"
5382msgstr "cannot handle address size: %u\n"
5383
5384#: src/readelf.c:8477
5385#, c-format
5386msgid "cannot handle segment selector size: %u\n"
5387msgstr "cannot handle segment selector size: %u\n"
5388
5389#: src/readelf.c:8487
5390#, c-format
5391msgid "invalid data at offset %tu in section [%zu] '%s'"
5392msgstr "invalid data at offset %tu in section [%zu] ‘%s’"
5393
5394#: src/readelf.c:8502
5395#, c-format
5396msgid "  [%*<PRIuFAST8>]  %hhu argument\n"
5397msgid_plural "  [%*<PRIuFAST8>]  %hhu arguments\n"
5398msgstr[0] "  [%*<PRIuFAST8>]  %hhu argument\n"
5399msgstr[1] "  [%*<PRIuFAST8>]  %hhu arguments\n"
5400
5401#: src/readelf.c:8513
5402msgid ""
5403"\n"
5404"Directory table:"
5405msgstr ""
5406"\n"
5407"Directory table:"
5408
5409#: src/readelf.c:8519 src/readelf.c:8596
5410#, c-format
5411msgid "      ["
5412msgstr "      ["
5413
5414#: src/readelf.c:8590
5415msgid ""
5416"\n"
5417"File name table:"
5418msgstr ""
5419"\n"
5420"File name table:"
5421
5422#: src/readelf.c:8651
5423msgid " Entry Dir   Time      Size      Name"
5424msgstr " Entry Dir   Time      Size      Name"
5425
5426#: src/readelf.c:8688
5427msgid ""
5428"\n"
5429"Line number statements:"
5430msgstr ""
5431"\n"
5432"Line number statements:"
5433
5434#: src/readelf.c:8711
5435#, c-format
5436msgid "invalid maximum operations per instruction is zero"
5437msgstr "invalid maximum operations per instruction is zero"
5438
5439#: src/readelf.c:8745
5440#, c-format
5441msgid " special opcode %u: address+%u = "
5442msgstr " special opcode %u: address+%u = "
5443
5444#: src/readelf.c:8749
5445#, c-format
5446msgid ", op_index = %u, line%+d = %zu\n"
5447msgstr ", op_index = %u, line%+d = %zu\n"
5448
5449#: src/readelf.c:8752
5450#, c-format
5451msgid ", line%+d = %zu\n"
5452msgstr ", line%+d = %zu\n"
5453
5454#: src/readelf.c:8770
5455#, c-format
5456msgid " extended opcode %u: "
5457msgstr " extended opcode %u: "
5458
5459#: src/readelf.c:8775
5460msgid " end of sequence"
5461msgstr " end of sequence"
5462
5463#: src/readelf.c:8793
5464#, c-format
5465msgid " set address to "
5466msgstr " set address to "
5467
5468#: src/readelf.c:8821
5469#, c-format
5470msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n"
5471msgstr " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n"
5472
5473#: src/readelf.c:8835
5474#, c-format
5475msgid " set discriminator to %u\n"
5476msgstr " set discriminator to %u\n"
5477
5478#. Unknown, ignore it.
5479#: src/readelf.c:8840
5480msgid " unknown opcode"
5481msgstr " unknown opcode"
5482
5483#. Takes no argument.
5484#: src/readelf.c:8852
5485msgid " copy"
5486msgstr " copy"
5487
5488#: src/readelf.c:8863
5489#, c-format
5490msgid " advance address by %u to "
5491msgstr " advance address by %u to "
5492
5493#: src/readelf.c:8867 src/readelf.c:8928
5494#, c-format
5495msgid ", op_index to %u"
5496msgstr ", op_index to %u"
5497
5498#: src/readelf.c:8879
5499#, c-format
5500msgid " advance line by constant %d to %<PRId64>\n"
5501msgstr " advance line by constant %d to %<PRId64>\n"
5502
5503#: src/readelf.c:8889
5504#, c-format
5505msgid " set file to %<PRIu64>\n"
5506msgstr " set file to %<PRIu64>\n"
5507
5508#: src/readelf.c:8900
5509#, c-format
5510msgid " set column to %<PRIu64>\n"
5511msgstr " set column to %<PRIu64>\n"
5512
5513#: src/readelf.c:8907
5514#, c-format
5515msgid " set '%s' to %<PRIuFAST8>\n"
5516msgstr " set ‘%s’ to %<PRIuFAST8>\n"
5517
5518#. Takes no argument.
5519#: src/readelf.c:8913
5520msgid " set basic block flag"
5521msgstr " set basic block flag"
5522
5523#: src/readelf.c:8924
5524#, c-format
5525msgid " advance address by constant %u to "
5526msgstr " advance address by constant %u to "
5527
5528#: src/readelf.c:8944
5529#, c-format
5530msgid " advance address by fixed value %u to \n"
5531msgstr " advance address by fixed value %u to \n"
5532
5533#. Takes no argument.
5534#: src/readelf.c:8954
5535msgid " set prologue end flag"
5536msgstr " set prologue end flag"
5537
5538#. Takes no argument.
5539#: src/readelf.c:8959
5540msgid " set epilogue begin flag"
5541msgstr " set epilogue begin flag"
5542
5543#: src/readelf.c:8969
5544#, c-format
5545msgid " set isa to %u\n"
5546msgstr " set isa to %u\n"
5547
5548#. This is a new opcode the generator but not we know about.
5549#. Read the parameters associated with it but then discard
5550#. everything.  Read all the parameters for this opcode.
5551#: src/readelf.c:8978
5552#, c-format
5553msgid " unknown opcode with %<PRIu8> parameter:"
5554msgid_plural " unknown opcode with %<PRIu8> parameters:"
5555msgstr[0] " unknown opcode with %<PRIu8> parameter:"
5556msgstr[1] " unknown opcode with %<PRIu8> parameters:"
5557
5558#: src/readelf.c:9018
5559#, c-format
5560msgid "cannot get .debug_loclists content: %s"
5561msgstr "cannot get .debug_loclists content: %s"
5562
5563#: src/readelf.c:9187
5564#, c-format
5565msgid "invalid loclists data"
5566msgstr "invalid loclists data"
5567
5568#: src/readelf.c:9440
5569#, c-format
5570msgid "cannot get .debug_loc content: %s"
5571msgstr "cannot get .debug_loc content: %s"
5572
5573#: src/readelf.c:9647 src/readelf.c:10691
5574msgid "   <INVALID DATA>\n"
5575msgstr "   <INVALID DATA>\n"
5576
5577#: src/readelf.c:9702 src/readelf.c:9865
5578#, c-format
5579msgid "cannot get macro information section data: %s"
5580msgstr "cannot get macro information section data: %s"
5581
5582#: src/readelf.c:9782
5583#, c-format
5584msgid "%*s*** non-terminated string at end of section"
5585msgstr "%*s*** non-terminated string at end of section"
5586
5587#: src/readelf.c:9805
5588#, c-format
5589msgid "%*s*** missing DW_MACINFO_start_file argument at end of section"
5590msgstr "%*s*** missing DW_MACINFO_start_file argument at end of section"
5591
5592#: src/readelf.c:9906
5593#, c-format
5594msgid " Offset:             0x%<PRIx64>\n"
5595msgstr " Offset:             0x%<PRIx64>\n"
5596
5597#: src/readelf.c:9918
5598#, c-format
5599msgid " Version:            %<PRIu16>\n"
5600msgstr " Version:            %<PRIu16>\n"
5601
5602#: src/readelf.c:9924 src/readelf.c:10811
5603#, c-format
5604msgid "  unknown version, cannot parse section\n"
5605msgstr "  unknown version, cannot parse section\n"
5606
5607#: src/readelf.c:9931
5608#, c-format
5609msgid " Flag:               0x%<PRIx8>"
5610msgstr " Flag:               0x%<PRIx8>"
5611
5612#: src/readelf.c:9960
5613#, c-format
5614msgid " Offset length:      %<PRIu8>\n"
5615msgstr " Offset length:      %<PRIu8>\n"
5616
5617#: src/readelf.c:9968
5618#, c-format
5619msgid " .debug_line offset: 0x%<PRIx64>\n"
5620msgstr " .debug_line offset: 0x%<PRIx64>\n"
5621
5622#: src/readelf.c:9993
5623#, c-format
5624msgid "  extension opcode table, %<PRIu8> items:\n"
5625msgstr "  extension opcode table, %<PRIu8> items:\n"
5626
5627#: src/readelf.c:10000
5628#, c-format
5629msgid "    [%<PRIx8>]"
5630msgstr "    [%<PRIx8>]"
5631
5632#: src/readelf.c:10012
5633#, c-format
5634msgid " %<PRIu8> arguments:"
5635msgstr " %<PRIu8> arguments:"
5636
5637#: src/readelf.c:10027
5638#, c-format
5639msgid " no arguments."
5640msgstr " no arguments."
5641
5642#: src/readelf.c:10228
5643#, c-format
5644msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n"
5645msgstr " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n"
5646
5647#: src/readelf.c:10272
5648#, c-format
5649msgid ""
5650"\n"
5651"DWARF section [%2zu] '%s' at offset %#<PRIx64>:\n"
5652" %*s  String\n"
5653msgstr ""
5654"\n"
5655"DWARF section [%2zu] ‘%s’ at offset %#<PRIx64>:\n"
5656" %*s  String\n"
5657
5658#: src/readelf.c:10287
5659#, c-format
5660msgid " *** error, missing string terminator\n"
5661msgstr " *** error, missing string terminator\n"
5662
5663#: src/readelf.c:10316
5664#, c-format
5665msgid "cannot get .debug_str_offsets section data: %s"
5666msgstr "cannot get .debug_str_offsets section data: %s"
5667
5668#: src/readelf.c:10415
5669#, c-format
5670msgid " Length:        %8<PRIu64>\n"
5671msgstr " Length:        %8<PRIu64>\n"
5672
5673#: src/readelf.c:10417
5674#, c-format
5675msgid " Offset size:   %8<PRIu8>\n"
5676msgstr " Offset size:   %8<PRIu8>\n"
5677
5678#: src/readelf.c:10431
5679#, c-format
5680msgid " DWARF version: %8<PRIu16>\n"
5681msgstr " DWARF version: %8<PRIu16>\n"
5682
5683#: src/readelf.c:10440
5684#, c-format
5685msgid " Padding:       %8<PRIx16>\n"
5686msgstr " Padding:       %8<PRIx16>\n"
5687
5688#: src/readelf.c:10494
5689#, c-format
5690msgid ""
5691"\n"
5692"Call frame search table section [%2zu] '.eh_frame_hdr':\n"
5693msgstr ""
5694"\n"
5695"Call frame search table section [%2zu] '.eh_frame_hdr':\n"
5696
5697#: src/readelf.c:10596
5698#, c-format
5699msgid ""
5700"\n"
5701"Exception handling table section [%2zu] '.gcc_except_table':\n"
5702msgstr ""
5703"\n"
5704"Exception handling table section [%2zu] '.gcc_except_table':\n"
5705
5706#: src/readelf.c:10619
5707#, c-format
5708msgid " LPStart encoding:    %#x "
5709msgstr " LPStart encoding:    %#x "
5710
5711#: src/readelf.c:10631
5712#, c-format
5713msgid " TType encoding:      %#x "
5714msgstr " TType encoding:      %#x "
5715
5716#: src/readelf.c:10646
5717#, c-format
5718msgid " Call site encoding:  %#x "
5719msgstr " Call site encoding:  %#x "
5720
5721#: src/readelf.c:10659
5722msgid ""
5723"\n"
5724" Call site table:"
5725msgstr ""
5726"\n"
5727" Call site table:"
5728
5729#: src/readelf.c:10673
5730#, c-format
5731msgid ""
5732" [%4u] Call site start:   %#<PRIx64>\n"
5733"        Call site length:  %<PRIu64>\n"
5734"        Landing pad:       %#<PRIx64>\n"
5735"        Action:            %u\n"
5736msgstr ""
5737" [%4u] Call site start:   %#<PRIx64>\n"
5738"        Call site length:  %<PRIu64>\n"
5739"        Landing pad:       %#<PRIx64>\n"
5740"        Action:            %u\n"
5741
5742#: src/readelf.c:10746
5743#, c-format
5744msgid "invalid TType encoding"
5745msgstr "invalid TType encoding"
5746
5747#: src/readelf.c:10773
5748#, c-format
5749msgid ""
5750"\n"
5751"GDB section [%2zu] '%s' at offset %#<PRIx64> contains %<PRId64> bytes :\n"
5752msgstr ""
5753"\n"
5754"GDB section [%2zu] ‘%s’ at offset %#<PRIx64> contains %<PRId64> "
5755"bytes :\n"
5756
5757#: src/readelf.c:10802
5758#, c-format
5759msgid " Version:         %<PRId32>\n"
5760msgstr " Version:         %<PRId32>\n"
5761
5762#: src/readelf.c:10820
5763#, c-format
5764msgid " CU offset:       %#<PRIx32>\n"
5765msgstr " CU offset:       %#<PRIx32>\n"
5766
5767#: src/readelf.c:10827
5768#, c-format
5769msgid " TU offset:       %#<PRIx32>\n"
5770msgstr " TU offset:       %#<PRIx32>\n"
5771
5772#: src/readelf.c:10834
5773#, c-format
5774msgid " address offset:  %#<PRIx32>\n"
5775msgstr " address offset:  %#<PRIx32>\n"
5776
5777#: src/readelf.c:10841
5778#, c-format
5779msgid " symbol offset:   %#<PRIx32>\n"
5780msgstr " symbol offset:   %#<PRIx32>\n"
5781
5782#: src/readelf.c:10848
5783#, c-format
5784msgid " constant offset: %#<PRIx32>\n"
5785msgstr " constant offset: %#<PRIx32>\n"
5786
5787#: src/readelf.c:10862
5788#, c-format
5789msgid ""
5790"\n"
5791" CU list at offset %#<PRIx32> contains %zu entries:\n"
5792msgstr ""
5793"\n"
5794" CU list at offset %#<PRIx32> contains %zu entries:\n"
5795
5796#: src/readelf.c:10887
5797#, c-format
5798msgid ""
5799"\n"
5800" TU list at offset %#<PRIx32> contains %zu entries:\n"
5801msgstr ""
5802"\n"
5803" TU list at offset %#<PRIx32> contains %zu entries:\n"
5804
5805#: src/readelf.c:10916
5806#, c-format
5807msgid ""
5808"\n"
5809" Address list at offset %#<PRIx32> contains %zu entries:\n"
5810msgstr ""
5811"\n"
5812" Address list at offset %#<PRIx32> contains %zu entries:\n"
5813
5814#: src/readelf.c:10948
5815#, c-format
5816msgid ""
5817"\n"
5818" Symbol table at offset %#<PRIx32> contains %zu slots:\n"
5819msgstr ""
5820"\n"
5821" Symbol table at offset %#<PRIx32> contains %zu slots:\n"
5822
5823#: src/readelf.c:11086
5824#, c-format
5825msgid "cannot get debug context descriptor: %s"
5826msgstr "cannot get debug context descriptor: %s"
5827
5828#: src/readelf.c:11449 src/readelf.c:12071 src/readelf.c:12182
5829#: src/readelf.c:12240
5830#, c-format
5831msgid "cannot convert core note data: %s"
5832msgstr "cannot convert core note data: %s"
5833
5834#: src/readelf.c:11812
5835#, c-format
5836msgid ""
5837"\n"
5838"%*s... <repeats %u more times> ..."
5839msgstr ""
5840"\n"
5841"%*s... <repeats %u more times> ..."
5842
5843#: src/readelf.c:12319
5844msgid "  Owner          Data size  Type\n"
5845msgstr "  Owner          Data size  Type\n"
5846
5847#: src/readelf.c:12348
5848#, c-format
5849msgid "  %-13.*s  %9<PRId32>  %s\n"
5850msgstr "  %-13.*s  %9<PRId32>  %s\n"
5851
5852#: src/readelf.c:12400
5853#, c-format
5854msgid "cannot get content of note: %s"
5855msgstr "cannot get content of note: %s"
5856
5857#: src/readelf.c:12434
5858#, c-format
5859msgid ""
5860"\n"
5861"Note section [%2zu] '%s' of %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5862msgstr ""
5863"\n"
5864"Note section [%2zu] ‘%s’ of %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5865
5866#: src/readelf.c:12457
5867#, c-format
5868msgid ""
5869"\n"
5870"Note segment of %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5871msgstr ""
5872"\n"
5873"Note segment of %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5874
5875#: src/readelf.c:12504
5876#, c-format
5877msgid ""
5878"\n"
5879"Section [%zu] '%s' has no data to dump.\n"
5880msgstr ""
5881"\n"
5882"Section [%zu] ‘%s’ has no data to dump.\n"
5883
5884#: src/readelf.c:12531 src/readelf.c:12582
5885#, c-format
5886msgid "cannot get data for section [%zu] '%s': %s"
5887msgstr "cannot get data for section [%zu] '%s': %s"
5888
5889#: src/readelf.c:12536
5890#, c-format
5891msgid ""
5892"\n"
5893"Hex dump of section [%zu] '%s', %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5894msgstr ""
5895"\n"
5896"Hex dump of section [%zu] '%s', %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5897
5898#: src/readelf.c:12541
5899#, c-format
5900msgid ""
5901"\n"
5902"Hex dump of section [%zu] '%s', %<PRIu64> bytes (%zd uncompressed) at offset "
5903"%#0<PRIx64>:\n"
5904msgstr ""
5905"\n"
5906"Hex dump of section [%zu] '%s', %<PRIu64> bytes (%zd uncompressed) at offset "
5907"%#0<PRIx64>:\n"
5908
5909#: src/readelf.c:12555
5910#, c-format
5911msgid ""
5912"\n"
5913"Section [%zu] '%s' has no strings to dump.\n"
5914msgstr ""
5915"\n"
5916"Section [%zu] ‘%s’ has no strings to dump.\n"
5917
5918#: src/readelf.c:12587
5919#, c-format
5920msgid ""
5921"\n"
5922"String section [%zu] '%s' contains %<PRIu64> bytes at offset %#0<PRIx64>:\n"
5923msgstr ""
5924"\n"
5925"String section [%zu] ‘%s’ contains %<PRIu64> bytes at offset "
5926"%#0<PRIx64>:\n"
5927
5928#: src/readelf.c:12592
5929#, c-format
5930msgid ""
5931"\n"
5932"String section [%zu] '%s' contains %<PRIu64> bytes (%zd uncompressed) at "
5933"offset %#0<PRIx64>:\n"
5934msgstr ""
5935"\n"
5936"String section [%zu] ‘%s’ contains %<PRIu64> bytes (%zd uncompressed) "
5937"at offset %#0<PRIx64>:\n"
5938
5939#: src/readelf.c:12641
5940#, c-format
5941msgid ""
5942"\n"
5943"section [%lu] does not exist"
5944msgstr ""
5945"\n"
5946"section [%lu] does not exist"
5947
5948#: src/readelf.c:12671
5949#, c-format
5950msgid ""
5951"\n"
5952"section '%s' does not exist"
5953msgstr ""
5954"\n"
5955"section ‘%s’ does not exist"
5956
5957#: src/readelf.c:12728
5958#, c-format
5959msgid "cannot get symbol index of archive '%s': %s"
5960msgstr "cannot get symbol index of archive '%s': %s"
5961
5962#: src/readelf.c:12731
5963#, c-format
5964msgid ""
5965"\n"
5966"Archive '%s' has no symbol index\n"
5967msgstr ""
5968"\n"
5969"Archive ‘%s’ has no symbol index\n"
5970
5971#: src/readelf.c:12735
5972#, c-format
5973msgid ""
5974"\n"
5975"Index of archive '%s' has %zu entries:\n"
5976msgstr ""
5977"\n"
5978"Index of archive ‘%s’ has %zu entries:\n"
5979
5980#: src/readelf.c:12753
5981#, c-format
5982msgid "cannot extract member at offset %zu in '%s': %s"
5983msgstr "cannot extract member at offset %zu in '%s': %s"
5984
5985#: src/readelf.c:12758
5986#, c-format
5987msgid "Archive member '%s' contains:\n"
5988msgstr "Archive member ‘%s’ contains:\n"
5989
5990#: src/size.c:56
5991msgid ""
5992"Use the output format FORMAT.  FORMAT can be `bsd' or `sysv'.  The default "
5993"is `bsd'"
5994msgstr ""
5995"Use the output format FORMAT.  FORMAT can be ‘bsd’ or ‘sysv’.  "
5996"The default is ‘bsd’"
5997
5998#: src/size.c:58
5999msgid "Same as `--format=sysv'"
6000msgstr "Same as ‘--format=sysv’"
6001
6002#: src/size.c:59
6003msgid "Same as `--format=bsd'"
6004msgstr "Same as ‘--format=bsd’"
6005
6006#: src/size.c:62
6007msgid "Same as `--radix=10'"
6008msgstr "Same as ‘--radix=10’"
6009
6010#: src/size.c:63
6011msgid "Same as `--radix=8'"
6012msgstr "Same as ‘--radix=8’"
6013
6014#: src/size.c:64
6015msgid "Same as `--radix=16'"
6016msgstr "Same as ‘--radix=16’"
6017
6018#: src/size.c:66
6019msgid "Similar to `--format=sysv' output but in one line"
6020msgstr "Similar to ‘--format=sysv’ output but in one line"
6021
6022#: src/size.c:70
6023msgid "Print size and permission flags for loadable segments"
6024msgstr "Print size and permission flags for loadable segments"
6025
6026#: src/size.c:71
6027msgid "Display the total sizes (bsd only)"
6028msgstr "Display the total sizes (bsd only)"
6029
6030#. Short description of program.
6031#: src/size.c:76
6032msgid "List section sizes of FILEs (a.out by default)."
6033msgstr "List section sizes of FILEs (a.out by default)."
6034
6035#: src/size.c:240
6036#, c-format
6037msgid "Invalid format: %s"
6038msgstr "Invalid format: %s"
6039
6040#: src/size.c:251
6041#, c-format
6042msgid "Invalid radix: %s"
6043msgstr "Invalid radix: %s"
6044
6045#: src/size.c:310
6046#, c-format
6047msgid "%s: file format not recognized"
6048msgstr "%s: file format not recognized"
6049
6050#: src/size.c:418 src/size.c:557
6051#, c-format
6052msgid " (ex %s)"
6053msgstr " (ex %s)"
6054
6055#: src/size.c:482
6056#, c-format
6057msgid "cannot get section header"
6058msgstr "cannot get section header"
6059
6060#: src/size.c:582
6061msgid "(TOTALS)\n"
6062msgstr "(TOTALS)\n"
6063
6064#: src/stack.c:482
6065#, c-format
6066msgid "-p PID should be a positive process id."
6067msgstr "-p PID should be a positive process id."
6068
6069#: src/stack.c:488
6070#, c-format
6071msgid "Cannot open core file '%s'"
6072msgstr "Cannot open core file ‘%s’"
6073
6074#: src/stack.c:548
6075#, c-format
6076msgid "-n MAXFRAMES should be 0 or higher."
6077msgstr "-n MAXFRAMES should be 0 or higher."
6078
6079#: src/stack.c:560
6080#, c-format
6081msgid "-e EXEC needs a core given by --core."
6082msgstr "-e EXEC needs a core given by --core."
6083
6084#: src/stack.c:564
6085#, c-format
6086msgid "-1 needs a thread id given by -p."
6087msgstr "-1 needs a thread id given by -p."
6088
6089#: src/stack.c:568
6090#, c-format
6091msgid "One of -p PID or --core COREFILE should be given."
6092msgstr "One of -p PID or --core COREFILE should be given."
6093
6094#: src/stack.c:640
6095msgid "Show stack of process PID"
6096msgstr "Show stack of process PID"
6097
6098#: src/stack.c:642
6099msgid "Show stack found in COREFILE"
6100msgstr "Show stack found in COREFILE"
6101
6102#: src/stack.c:643
6103msgid "(optional) EXECUTABLE that produced COREFILE"
6104msgstr "(optional) EXECUTABLE that produced COREFILE"
6105
6106#: src/stack.c:647
6107msgid "Output selection options:"
6108msgstr "Output selection options:"
6109
6110#: src/stack.c:649
6111msgid "Additionally show frame activation"
6112msgstr "Additionally show frame activation"
6113
6114#: src/stack.c:651
6115msgid "Additionally try to lookup DWARF debuginfo name for frame address"
6116msgstr "Additionally try to lookup DWARF debuginfo name for frame address"
6117
6118#: src/stack.c:654
6119msgid ""
6120"Additionally show inlined function frames using DWARF debuginfo if available "
6121"(implies -d)"
6122msgstr ""
6123"Additionally show inlined function frames using DWARF debuginfo if available "
6124"(implies -d)"
6125
6126#: src/stack.c:656
6127msgid "Additionally show module file information"
6128msgstr "Additionally show module file information"
6129
6130#: src/stack.c:658
6131msgid "Additionally show source file information"
6132msgstr "Additionally show source file information"
6133
6134#: src/stack.c:660
6135msgid ""
6136"Show all additional information (activation, debugname, inlines, module and "
6137"source)"
6138msgstr ""
6139"Show all additional information (activation, debugname, inlines, module and "
6140"source)"
6141
6142#: src/stack.c:662
6143msgid "Do not resolve address to function symbol name"
6144msgstr "Do not resolve address to function symbol name"
6145
6146#: src/stack.c:664
6147msgid "Show raw function symbol names, do not try to demangle names"
6148msgstr "Show raw function symbol names, do not try to demangle names"
6149
6150#: src/stack.c:666
6151msgid "Show module build-id, load address and pc offset"
6152msgstr "Show module build-id, load address and pc offset"
6153
6154#: src/stack.c:668
6155msgid "Show the backtrace of only one thread"
6156msgstr "Show the backtrace of only one thread"
6157
6158#: src/stack.c:670
6159msgid "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)"
6160msgstr "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)"
6161
6162#: src/stack.c:672
6163msgid "Show module memory map with build-id, elf and debug files detected"
6164msgstr "Show module memory map with build-id, elf and debug files detected"
6165
6166#: src/stack.c:680
6167msgid ""
6168"Print a stack for each thread in a process or core file.\n"
6169"\n"
6170"Program exits with return code 0 if all frames were shown without any "
6171"errors.  If some frames were shown, but there were some non-fatal errors, "
6172"possibly causing an incomplete backtrace, the program exits with return code "
6173"1.  If no frames could be shown, or a fatal error occured the program exits "
6174"with return code 2.  If the program was invoked with bad or missing "
6175"arguments it will exit with return code 64."
6176msgstr ""
6177"Print a stack for each thread in a process or core file.\n"
6178"\n"
6179"Program exits with return code 0 if all frames were shown without any "
6180"errors.  If some frames were shown, but there were some non-fatal errors, "
6181"possibly causing an incomplete backtrace, the program exits with return code "
6182"1.  If no frames could be shown, or a fatal error occured the program exits "
6183"with return code 2.  If the program was invoked with bad or missing "
6184"arguments it will exit with return code 64."
6185
6186#: src/stack.c:755
6187#, c-format
6188msgid "Couldn't show any frames."
6189msgstr "Couldn't show any frames."
6190
6191#: src/strings.c:65
6192msgid "Output Selection:"
6193msgstr "Output Selection:"
6194
6195#: src/strings.c:66
6196msgid "Scan entire file, not only loaded sections"
6197msgstr "Scan entire file, not only loaded sections"
6198
6199#: src/strings.c:68
6200msgid "Only NUL-terminated sequences of MIN-LEN characters or more are printed"
6201msgstr ""
6202"Only NUL-terminated sequences of MIN-LEN characters or more are printed"
6203
6204#: src/strings.c:69
6205msgid ""
6206"Select character size and endianess: s = 7-bit, S = 8-bit, {b,l} = 16-bit, "
6207"{B,L} = 32-bit"
6208msgstr ""
6209"Select character size and endianess: s = 7-bit, S = 8-bit, {b,l} = 16-bit, "
6210"{B,L} = 32-bit"
6211
6212#: src/strings.c:73
6213msgid "Print name of the file before each string."
6214msgstr "Print name of the file before each string."
6215
6216#: src/strings.c:75
6217msgid "Print location of the string in base 8, 10, or 16 respectively."
6218msgstr "Print location of the string in base 8, 10, or 16 respectively."
6219
6220#: src/strings.c:76
6221msgid "Alias for --radix=o"
6222msgstr "Alias for --radix=o"
6223
6224#. Short description of program.
6225#: src/strings.c:83
6226msgid "Print the strings of printable characters in files."
6227msgstr "Print the strings of printable characters in files."
6228
6229#: src/strings.c:256 src/strings.c:291
6230#, c-format
6231msgid "invalid value '%s' for %s parameter"
6232msgstr "invalid value ‘%s’ for %s parameter"
6233
6234#: src/strings.c:302
6235#, c-format
6236msgid "invalid minimum length of matched string size"
6237msgstr "invalid minimum length of matched string size"
6238
6239#: src/strings.c:585
6240#, c-format
6241msgid "lseek failed"
6242msgstr "lseek failed"
6243
6244#: src/strings.c:602 src/strings.c:666
6245#, c-format
6246msgid "re-mmap failed"
6247msgstr "re-mmap failed"
6248
6249#: src/strings.c:639
6250#, c-format
6251msgid "mprotect failed"
6252msgstr "mprotect failed"
6253
6254#: src/strings.c:728
6255#, c-format
6256msgid "Skipping section %zd '%s' data outside file"
6257msgstr "Skipping section %zd ‘%s’ data outside file"
6258
6259#: src/strip.c:71
6260msgid "Place stripped output into FILE"
6261msgstr "Place stripped output into FILE"
6262
6263#: src/strip.c:72
6264msgid "Extract the removed sections into FILE"
6265msgstr "Extract the removed sections into FILE"
6266
6267#: src/strip.c:73
6268msgid "Embed name FILE instead of -f argument"
6269msgstr "Embed name FILE instead of -f argument"
6270
6271#: src/strip.c:77
6272msgid "Remove all debugging symbols"
6273msgstr "Remove all debugging symbols"
6274
6275#: src/strip.c:81
6276msgid "Remove section headers (not recommended)"
6277msgstr "Remove section headers (not recommended)"
6278
6279#: src/strip.c:83
6280msgid "Copy modified/access timestamps to the output"
6281msgstr "Copy modified/access timestamps to the output"
6282
6283#: src/strip.c:85
6284msgid ""
6285"Resolve all trivial relocations between debug sections if the removed "
6286"sections are placed in a debug file (only relevant for ET_REL files, "
6287"operation is not reversable, needs -f)"
6288msgstr ""
6289"Resolve all trivial relocations between debug sections if the removed "
6290"sections are placed in a debug file (only relevant for ET_REL files, "
6291"operation is not reversable, needs -f)"
6292
6293#: src/strip.c:87
6294msgid ""
6295"Similar to --reloc-debug-sections, but resolve all trivial relocations "
6296"between debug sections in place.  No other stripping is performed (operation "
6297"is not reversable, incompatible with -f, -g, --remove-comment and --remove-"
6298"section)"
6299msgstr ""
6300"Similar to --reloc-debug-sections, but resolve all trivial relocations "
6301"between debug sections in place.  No other stripping is performed (operation "
6302"is not reversable, incompatible with -f, -g, --remove-comment and --remove-"
6303"section)"
6304
6305#: src/strip.c:89
6306msgid "Remove .comment section"
6307msgstr "Remove .comment section"
6308
6309#: src/strip.c:90
6310msgid ""
6311"Remove the named section.  SECTION is an extended wildcard pattern.  May be "
6312"given more than once.  Only non-allocated sections can be removed."
6313msgstr ""
6314"Remove the named section.  SECTION is an extended wildcard pattern.  May be "
6315"given more than once.  Only non-allocated sections can be removed."
6316
6317#: src/strip.c:91
6318msgid ""
6319"Keep the named section.  SECTION is an extended wildcard pattern.  May be "
6320"given more than once."
6321msgstr ""
6322"Keep the named section.  SECTION is an extended wildcard pattern.  May be "
6323"given more than once."
6324
6325#. Short description of program.
6326#: src/strip.c:98
6327msgid "Discard symbols from object files."
6328msgstr "Discard symbols from object files."
6329
6330#: src/strip.c:247
6331#, c-format
6332msgid "--reloc-debug-sections used without -f"
6333msgstr "--reloc-debug-sections used without -f"
6334
6335#: src/strip.c:253
6336#, c-format
6337msgid ""
6338"--reloc-debug-sections-only incompatible with -f, -g, --remove-comment and --"
6339"remove-section"
6340msgstr ""
6341"--reloc-debug-sections-only incompatible with -f, -g, --remove-comment and --"
6342"remove-section"
6343
6344#: src/strip.c:267
6345#, c-format
6346msgid "Only one input file allowed together with '-o' and '-f'"
6347msgstr "Only one input file allowed together with ‘-o’ and ‘-f’"
6348
6349#: src/strip.c:290
6350#, c-format
6351msgid "-f option specified twice"
6352msgstr "-f option specified twice"
6353
6354#: src/strip.c:299
6355#, c-format
6356msgid "-F option specified twice"
6357msgstr "-F option specified twice"
6358
6359#: src/strip.c:362
6360#, c-format
6361msgid "cannot both keep and remove .comment section"
6362msgstr "cannot both keep and remove .comment section"
6363
6364#: src/strip.c:574
6365#, c-format
6366msgid "bad relocation"
6367msgstr "bad relocation"
6368
6369#: src/strip.c:726 src/strip.c:750
6370#, c-format
6371msgid "cannot stat input file '%s'"
6372msgstr "cannot stat input file ‘%s’"
6373
6374#: src/strip.c:740
6375#, c-format
6376msgid "while opening '%s'"
6377msgstr "while opening ‘%s’"
6378
6379#: src/strip.c:778
6380#, c-format
6381msgid "%s: cannot use -o or -f when stripping archive"
6382msgstr "%s: cannot use -o or -f when stripping archive"
6383
6384#. We would like to support ar archives, but currently it just
6385#. doesn't work at all since we call elf_clone on the members
6386#. which doesn't really support ar members.
6387#. result = handle_ar (fd, elf, NULL, fname,
6388#. preserve_dates ? tv : NULL);
6389#.
6390#: src/strip.c:790
6391#, c-format
6392msgid "%s: no support for stripping archive"
6393msgstr "%s: no support for stripping archive"
6394
6395#: src/strip.c:1001
6396#, c-format
6397msgid "cannot open EBL backend"
6398msgstr "cannot open EBL backend"
6399
6400#: src/strip.c:1046
6401#, c-format
6402msgid "cannot get number of phdrs"
6403msgstr "cannot get number of phdrs"
6404
6405#: src/strip.c:1060 src/strip.c:1103
6406#, c-format
6407msgid "cannot create new ehdr for file '%s': %s"
6408msgstr "cannot create new ehdr for file '%s': %s"
6409
6410#: src/strip.c:1070 src/strip.c:1113
6411#, c-format
6412msgid "cannot create new phdr for file '%s': %s"
6413msgstr "cannot create new phdr for file '%s': %s"
6414
6415#: src/strip.c:1194
6416#, c-format
6417msgid "illformed file '%s'"
6418msgstr "illformed file ‘%s’"
6419
6420#: src/strip.c:1204
6421#, c-format
6422msgid "Cannot remove allocated section '%s'"
6423msgstr "Cannot remove allocated section ‘%s’"
6424
6425#: src/strip.c:1213
6426#, c-format
6427msgid "Cannot both keep and remove section '%s'"
6428msgstr "Cannot both keep and remove section ‘%s’"
6429
6430#: src/strip.c:1573 src/strip.c:1688
6431#, c-format
6432msgid "while generating output file: %s"
6433msgstr "while generating output file: %s"
6434
6435#: src/strip.c:1637
6436#, c-format
6437msgid "%s: error while updating ELF header: %s"
6438msgstr "%s: error while updating ELF header: %s"
6439
6440#: src/strip.c:1646
6441#, c-format
6442msgid "%s: error while getting shdrstrndx: %s"
6443msgstr "%s: error while getting shdrstrndx: %s"
6444
6445#: src/strip.c:1654 src/strip.c:2535
6446#, c-format
6447msgid "%s: error updating shdrstrndx: %s"
6448msgstr "%s: error updating shdrstrndx: %s"
6449
6450#: src/strip.c:1671
6451#, c-format
6452msgid "while preparing output for '%s'"
6453msgstr "while preparing output for ‘%s’"
6454
6455#: src/strip.c:1733 src/strip.c:1796
6456#, c-format
6457msgid "while create section header section: %s"
6458msgstr "while create section header section: %s"
6459
6460#: src/strip.c:1742
6461#, c-format
6462msgid "cannot allocate section data: %s"
6463msgstr "cannot allocate section data: %s"
6464
6465#: src/strip.c:1808
6466#, c-format
6467msgid "while create section header string table: %s"
6468msgstr "while create section header string table: %s"
6469
6470#: src/strip.c:1815
6471#, c-format
6472msgid "no memory to create section header string table"
6473msgstr "no memory to create section header string table"
6474
6475#: src/strip.c:2028
6476#, c-format
6477msgid "Cannot remove symbol [%zd] from allocated symbol table [%zd]"
6478msgstr "Cannot remove symbol [%zd] from allocated symbol table [%zd]"
6479
6480#: src/strip.c:2451 src/strip.c:2559
6481#, c-format
6482msgid "while writing '%s': %s"
6483msgstr "while writing '%s': %s"
6484
6485#: src/strip.c:2462
6486#, c-format
6487msgid "while creating '%s'"
6488msgstr "while creating ‘%s’"
6489
6490#: src/strip.c:2485
6491#, c-format
6492msgid "while computing checksum for debug information"
6493msgstr "while computing checksum for debug information"
6494
6495#: src/strip.c:2526
6496#, c-format
6497msgid "%s: error while creating ELF header: %s"
6498msgstr "%s: error while creating ELF header: %s"
6499
6500#: src/strip.c:2544
6501#, c-format
6502msgid "%s: error while reading the file: %s"
6503msgstr "%s: error while reading the file: %s"
6504
6505#: src/strip.c:2584 src/strip.c:2604
6506#, c-format
6507msgid "while writing '%s'"
6508msgstr "while writing ‘%s’"
6509
6510#: src/strip.c:2641 src/strip.c:2648
6511#, c-format
6512msgid "error while finishing '%s': %s"
6513msgstr "error while finishing '%s': %s"
6514
6515#: src/strip.c:2665 src/strip.c:2741
6516#, c-format
6517msgid "cannot set access and modification date of '%s'"
6518msgstr "cannot set access and modification date of ‘%s’"
6519
6520#: src/unstrip.c:70
6521msgid "Match MODULE against file names, not module names"
6522msgstr "Match MODULE against file names, not module names"
6523
6524#: src/unstrip.c:71
6525msgid "Silently skip unfindable files"
6526msgstr "Silently skip unfindable files"
6527
6528#: src/unstrip.c:74
6529msgid "Place output into FILE"
6530msgstr "Place output into FILE"
6531
6532#: src/unstrip.c:76
6533msgid "Create multiple output files under DIRECTORY"
6534msgstr "Create multiple output files under DIRECTORY"
6535
6536#: src/unstrip.c:77
6537msgid "Use module rather than file names"
6538msgstr "Use module rather than file names"
6539
6540#: src/unstrip.c:79
6541msgid "Create output for modules that have no separate debug information"
6542msgstr "Create output for modules that have no separate debug information"
6543
6544#: src/unstrip.c:82
6545msgid "Apply relocations to section contents in ET_REL files"
6546msgstr "Apply relocations to section contents in ET_REL files"
6547
6548#: src/unstrip.c:84
6549msgid "Only list module and file names, build IDs"
6550msgstr "Only list module and file names, build IDs"
6551
6552#: src/unstrip.c:86
6553msgid "Force combining files even if some ELF headers don't seem to match"
6554msgstr "Force combining files even if some ELF headers don't seem to match"
6555
6556#: src/unstrip.c:130
6557#, c-format
6558msgid "-d option specified twice"
6559msgstr "-d option specified twice"
6560
6561#: src/unstrip.c:165
6562#, c-format
6563msgid "only one of -o or -d allowed"
6564msgstr "only one of -o or -d allowed"
6565
6566#: src/unstrip.c:174
6567#, c-format
6568msgid "-n cannot be used with explicit files or -o or -d"
6569msgstr "-n cannot be used with explicit files or -o or -d"
6570
6571#: src/unstrip.c:189
6572#, c-format
6573msgid "output directory '%s'"
6574msgstr "output directory ‘%s’"
6575
6576#: src/unstrip.c:198
6577#, c-format
6578msgid "exactly two file arguments are required"
6579msgstr "exactly two file arguments are required"
6580
6581#: src/unstrip.c:204
6582#, c-format
6583msgid "-m, -a, -R, and -i options not allowed with explicit files"
6584msgstr "-m, -a, -R, and -i options not allowed with explicit files"
6585
6586#: src/unstrip.c:217
6587#, c-format
6588msgid "-o or -d is required when using implicit files"
6589msgstr "-o or -d is required when using implicit files"
6590
6591#: src/unstrip.c:240
6592#, c-format
6593msgid "cannot create ELF header: %s"
6594msgstr "cannot create ELF header: %s"
6595
6596#: src/unstrip.c:244
6597#, c-format
6598msgid "cannot get shdrstrndx:%s"
6599msgstr "cannot get shdrstrndx:%s"
6600
6601#: src/unstrip.c:248 src/unstrip.c:2081
6602#, c-format
6603msgid "cannot get ELF header: %s"
6604msgstr "cannot get ELF header: %s"
6605
6606#: src/unstrip.c:258
6607#, c-format
6608msgid "cannot get new zero section: %s"
6609msgstr "cannot get new zero section: %s"
6610
6611#: src/unstrip.c:261
6612#, c-format
6613msgid "cannot update new zero section: %s"
6614msgstr "cannot update new zero section: %s"
6615
6616#: src/unstrip.c:265
6617#, c-format
6618msgid "cannot copy ELF header: %s"
6619msgstr "cannot copy ELF header: %s"
6620
6621#: src/unstrip.c:269 src/unstrip.c:2099 src/unstrip.c:2142
6622#, c-format
6623msgid "cannot get number of program headers: %s"
6624msgstr "cannot get number of program headers: %s"
6625
6626#: src/unstrip.c:274 src/unstrip.c:2103
6627#, c-format
6628msgid "cannot create program headers: %s"
6629msgstr "cannot create program headers: %s"
6630
6631#: src/unstrip.c:280
6632#, c-format
6633msgid "cannot copy program header: %s"
6634msgstr "cannot copy program header: %s"
6635
6636#: src/unstrip.c:290
6637#, c-format
6638msgid "cannot copy section header: %s"
6639msgstr "cannot copy section header: %s"
6640
6641#: src/unstrip.c:293 src/unstrip.c:1703
6642#, c-format
6643msgid "cannot get section data: %s"
6644msgstr "cannot get section data: %s"
6645
6646#: src/unstrip.c:295 src/unstrip.c:1705
6647#, c-format
6648msgid "cannot copy section data: %s"
6649msgstr "cannot copy section data: %s"
6650
6651#: src/unstrip.c:319
6652#, c-format
6653msgid "cannot create directory '%s'"
6654msgstr "cannot create directory ‘%s’"
6655
6656#: src/unstrip.c:391 src/unstrip.c:651 src/unstrip.c:685 src/unstrip.c:853
6657#: src/unstrip.c:1745
6658#, c-format
6659msgid "cannot get symbol table entry: %s"
6660msgstr "cannot get symbol table entry: %s"
6661
6662#: src/unstrip.c:407 src/unstrip.c:654 src/unstrip.c:675 src/unstrip.c:688
6663#: src/unstrip.c:1766 src/unstrip.c:1961 src/unstrip.c:1985
6664#, c-format
6665msgid "cannot update symbol table: %s"
6666msgstr "cannot update symbol table: %s"
6667
6668#: src/unstrip.c:417
6669#, c-format
6670msgid "cannot update section header: %s"
6671msgstr "cannot update section header: %s"
6672
6673#: src/unstrip.c:463 src/unstrip.c:477
6674#, c-format
6675msgid "cannot update relocation: %s"
6676msgstr "cannot update relocation: %s"
6677
6678#: src/unstrip.c:574
6679#, c-format
6680msgid "cannot get symbol version: %s"
6681msgstr "cannot get symbol version: %s"
6682
6683#: src/unstrip.c:587
6684#, c-format
6685msgid "unexpected section type in [%zu] with sh_link to symtab"
6686msgstr "unexpected section type in [%zu] with sh_link to symtab"
6687
6688#: src/unstrip.c:842
6689#, c-format
6690msgid "cannot get symbol section data: %s"
6691msgstr "cannot get symbol section data: %s"
6692
6693#: src/unstrip.c:844
6694#, c-format
6695msgid "cannot get string section data: %s"
6696msgstr "cannot get string section data: %s"
6697
6698#: src/unstrip.c:861
6699#, c-format
6700msgid "invalid string offset in symbol [%zu]"
6701msgstr "invalid string offset in symbol [%zu]"
6702
6703#: src/unstrip.c:1019 src/unstrip.c:1423
6704#, c-format
6705msgid "cannot read section [%zu] name: %s"
6706msgstr "cannot read section [%zu] name: %s"
6707
6708#: src/unstrip.c:1034
6709#, c-format
6710msgid "bad sh_link for group section: %s"
6711msgstr "bad sh_link for group section: %s"
6712
6713#: src/unstrip.c:1040
6714#, c-format
6715msgid "couldn't get shdr for group section: %s"
6716msgstr "couldn't get shdr for group section: %s"
6717
6718#: src/unstrip.c:1045
6719#, c-format
6720msgid "bad data for group symbol section: %s"
6721msgstr "bad data for group symbol section: %s"
6722
6723#: src/unstrip.c:1051
6724#, c-format
6725msgid "couldn't get symbol for group section: %s"
6726msgstr "couldn't get symbol for group section: %s"
6727
6728#: src/unstrip.c:1056
6729#, c-format
6730msgid "bad symbol name for group section: %s"
6731msgstr "bad symbol name for group section: %s"
6732
6733#: src/unstrip.c:1098 src/unstrip.c:1117 src/unstrip.c:1155
6734#, c-format
6735msgid "cannot read '.gnu.prelink_undo' section: %s"
6736msgstr "cannot read ‘.gnu.prelink_undo’ section: %s"
6737
6738#: src/unstrip.c:1135
6739#, c-format
6740msgid "overflow with shnum = %zu in '%s' section"
6741msgstr "overflow with shnum = %zu in ‘%s’ section"
6742
6743#: src/unstrip.c:1146
6744#, c-format
6745msgid "invalid contents in '%s' section"
6746msgstr "invalid contents in ‘%s’ section"
6747
6748#: src/unstrip.c:1202 src/unstrip.c:1549
6749#, c-format
6750msgid "cannot find matching section for [%zu] '%s'"
6751msgstr "cannot find matching section for [%zu] ‘%s’"
6752
6753#: src/unstrip.c:1327 src/unstrip.c:1343 src/unstrip.c:1629 src/unstrip.c:1920
6754#, c-format
6755msgid "cannot add section name to string table: %s"
6756msgstr "cannot add section name to string table: %s"
6757
6758#: src/unstrip.c:1352
6759#, c-format
6760msgid "cannot update section header string table data: %s"
6761msgstr "cannot update section header string table data: %s"
6762
6763#: src/unstrip.c:1381 src/unstrip.c:1385
6764#, c-format
6765msgid "cannot get section header string table section index: %s"
6766msgstr "cannot get section header string table section index: %s"
6767
6768#: src/unstrip.c:1389 src/unstrip.c:1393 src/unstrip.c:1644
6769#, c-format
6770msgid "cannot get section count: %s"
6771msgstr "cannot get section count: %s"
6772
6773#: src/unstrip.c:1396
6774#, c-format
6775msgid "more sections in stripped file than debug file -- arguments reversed?"
6776msgstr "more sections in stripped file than debug file -- arguments reversed?"
6777
6778#: src/unstrip.c:1400
6779#, c-format
6780msgid "no sections in stripped file"
6781msgstr "no sections in stripped file"
6782
6783#: src/unstrip.c:1471 src/unstrip.c:1564
6784#, c-format
6785msgid "cannot read section header string table: %s"
6786msgstr "cannot read section header string table: %s"
6787
6788#: src/unstrip.c:1623
6789#, c-format
6790msgid "cannot add new section: %s"
6791msgstr "cannot add new section: %s"
6792
6793#: src/unstrip.c:1753
6794#, c-format
6795msgid "symbol [%zu] has invalid section index"
6796msgstr "symbol [%zu] has invalid section index"
6797
6798#: src/unstrip.c:1785
6799#, c-format
6800msgid "group has invalid section index [%zd]"
6801msgstr "group has invalid section index [%zd]"
6802
6803#: src/unstrip.c:2060
6804#, c-format
6805msgid "cannot read section data: %s"
6806msgstr "cannot read section data: %s"
6807
6808#: src/unstrip.c:2089
6809#, c-format
6810msgid "cannot update ELF header: %s"
6811msgstr "cannot update ELF header: %s"
6812
6813#: src/unstrip.c:2113
6814#, c-format
6815msgid "cannot update program header: %s"
6816msgstr "cannot update program header: %s"
6817
6818#: src/unstrip.c:2118 src/unstrip.c:2200
6819#, c-format
6820msgid "cannot write output file: %s"
6821msgstr "cannot write output file: %s"
6822
6823#: src/unstrip.c:2169
6824#, c-format
6825msgid "DWARF data not adjusted for prelinking bias; consider prelink -u"
6826msgstr "DWARF data not adjusted for prelinking bias; consider prelink -u"
6827
6828#: src/unstrip.c:2172
6829#, c-format
6830msgid ""
6831"DWARF data in '%s' not adjusted for prelinking bias; consider prelink -u"
6832msgstr ""
6833"DWARF data in ‘%s’ not adjusted for prelinking bias; consider prelink -"
6834"u"
6835
6836#: src/unstrip.c:2191 src/unstrip.c:2242 src/unstrip.c:2254 src/unstrip.c:2340
6837#, c-format
6838msgid "cannot create ELF descriptor: %s"
6839msgstr "cannot create ELF descriptor: %s"
6840
6841#: src/unstrip.c:2233
6842msgid "WARNING: "
6843msgstr "WARNING: "
6844
6845#: src/unstrip.c:2235
6846msgid ", use --force"
6847msgstr ", use --force"
6848
6849#: src/unstrip.c:2258
6850msgid "ELF header identification (e_ident) different"
6851msgstr "ELF header identification (e_ident) different"
6852
6853#: src/unstrip.c:2261
6854msgid "ELF header type (e_type) different"
6855msgstr "ELF header type (e_type) different"
6856
6857#: src/unstrip.c:2264
6858msgid "ELF header machine type (e_machine) different"
6859msgstr "ELF header machine type (e_machine) different"
6860
6861#: src/unstrip.c:2267
6862msgid "stripped program header (e_phnum) smaller than unstripped"
6863msgstr "stripped program header (e_phnum) smaller than unstripped"
6864
6865#: src/unstrip.c:2297
6866#, c-format
6867msgid "cannot find stripped file for module '%s': %s"
6868msgstr "cannot find stripped file for module '%s': %s"
6869
6870#: src/unstrip.c:2301
6871#, c-format
6872msgid "cannot open stripped file '%s' for module '%s': %s"
6873msgstr "cannot open stripped file ‘%s’ for module '%s': %s"
6874
6875#: src/unstrip.c:2316
6876#, c-format
6877msgid "cannot find debug file for module '%s': %s"
6878msgstr "cannot find debug file for module '%s': %s"
6879
6880#: src/unstrip.c:2320
6881#, c-format
6882msgid "cannot open debug file '%s' for module '%s': %s"
6883msgstr "cannot open debug file ‘%s’ for module '%s': %s"
6884
6885#: src/unstrip.c:2333
6886#, c-format
6887msgid "module '%s' file '%s' is not stripped"
6888msgstr "module ‘%s’ file ‘%s’ is not stripped"
6889
6890#: src/unstrip.c:2364
6891#, c-format
6892msgid "cannot cache section addresses for module '%s': %s"
6893msgstr "cannot cache section addresses for module '%s': %s"
6894
6895#: src/unstrip.c:2497
6896#, c-format
6897msgid "no matching modules found"
6898msgstr "no matching modules found"
6899
6900#: src/unstrip.c:2506
6901#, c-format
6902msgid "matched more than one module"
6903msgstr "matched more than one module"
6904
6905#: src/unstrip.c:2550
6906msgid ""
6907"STRIPPED-FILE DEBUG-FILE\n"
6908"[MODULE...]"
6909msgstr ""
6910"STRIPPED-FILE DEBUG-FILE\n"
6911"[MODULE...]"
6912
6913#: src/unstrip.c:2551
6914msgid ""
6915"Combine stripped files with separate symbols and debug information.\n"
6916"\n"
6917"The first form puts the result in DEBUG-FILE if -o was not given.\n"
6918"\n"
6919"MODULE arguments give file name patterns matching modules to process.\n"
6920"With -f these match the file name of the main (stripped) file (slashes are "
6921"never special), otherwise they match the simple module names.  With no "
6922"arguments, process all modules found.\n"
6923"\n"
6924"Multiple modules are written to files under OUTPUT-DIRECTORY, creating "
6925"subdirectories as needed.  With -m these files have simple module names, "
6926"otherwise they have the name of the main file complete with directory "
6927"underneath OUTPUT-DIRECTORY.\n"
6928"\n"
6929"With -n no files are written, but one line to standard output for each "
6930"module:\n"
6931"\tSTART+SIZE BUILDID FILE DEBUGFILE MODULENAME\n"
6932"START and SIZE are hexadecimal giving the address bounds of the module.  "
6933"BUILDID is hexadecimal for the build ID bits, or - if no ID is known; the "
6934"hexadecimal may be followed by @0xADDR giving the address where the ID "
6935"resides if that is known.  FILE is the file name found for the module, or - "
6936"if none was found, or . if an ELF image is available but not from any named "
6937"file.  DEBUGFILE is the separate debuginfo file name, or - if no debuginfo "
6938"was found, or . if FILE contains the debug information."
6939msgstr ""
6940"Combine stripped files with separate symbols and debug information.\n"
6941"\n"
6942"The first form puts the result in DEBUG-FILE if -o was not given.\n"
6943"\n"
6944"MODULE arguments give file name patterns matching modules to process.\n"
6945"With -f these match the file name of the main (stripped) file (slashes are "
6946"never special), otherwise they match the simple module names.  With no "
6947"arguments, process all modules found.\n"
6948"\n"
6949"Multiple modules are written to files under OUTPUT-DIRECTORY, creating "
6950"subdirectories as needed.  With -m these files have simple module names, "
6951"otherwise they have the name of the main file complete with directory "
6952"underneath OUTPUT-DIRECTORY.\n"
6953"\n"
6954"With -n no files are written, but one line to standard output for each "
6955"module:\n"
6956"\tSTART+SIZE BUILDID FILE DEBUGFILE MODULENAME\n"
6957"START and SIZE are hexadecimal giving the address bounds of the module.  "
6958"BUILDID is hexadecimal for the build ID bits, or - if no ID is known; the "
6959"hexadecimal may be followed by @0xADDR giving the address where the ID "
6960"resides if that is known.  FILE is the file name found for the module, or - "
6961"if none was found, or . if an ELF image is available but not from any named "
6962"file.  DEBUGFILE is the separate debuginfo file name, or - if no debuginfo "
6963"was found, or . if FILE contains the debug information."
6964
6965#: tests/backtrace.c:436
6966msgid "Run executable"
6967msgstr "Run executable"
6968
6969#: tests/dwflmodtest.c:213
6970msgid "Additionally show function names"
6971msgstr "Additionally show function names"
6972
6973#: tests/dwflmodtest.c:214
6974msgid "Show instances of inlined functions"
6975msgstr "Show instances of inlined functions"
6976