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