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