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