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