Home | History | Annotate | Download | only in po
      1 # Kinyarwanda translations for bfd package.
      2 # Copyright (C) 2005 Free Software Foundation, Inc.
      3 # This file is distributed under the same license as the bfd package.
      4 # Steve Murphy <murf (a] e-tools.com>, 2005.
      5 # Steve performed initial rough translation from compendium built from translations provided by the following translators:
      6 # Philibert Ndandali  <ndandali (a] yahoo.fr>, 2005.
      7 # Viateur MUGENZI <muvia1 (a] yahoo.fr>, 2005.
      8 # Nolla Mupole <s24211045 (a] tuks.co.za>, 2005.
      9 # Carole Karema <karemacarole (a] hotmail.com>, 2005.
     10 # JEAN BAPTISTE NGENDAHAYO <ngenda_denis (a] yahoo.co.uk>, 2005.
     11 # Augustin KIBERWA  <akiberwa (a] yahoo.co.uk>, 2005.
     12 # Donatien NSENGIYUMVA <ndonatienuk (a] yahoo.co.uk>, 2005.
     13 # Antoine Bigirimana <antoine (a] e-tools.com>, 2005.
     14 #
     15 msgid ""
     16 msgstr ""
     17 "Project-Id-Version: bfd 2.14rel030712\n"
     18 "POT-Creation-Date: 2007-10-08 12:03+0100\n"
     19 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
     20 "Last-Translator: Steven Michael Murphy <murf (a] e-tools.com>\n"
     21 "Language-Team: Kinyarwanda <translation-team-rw (a] lists.sourceforge.net>\n"
     22 "MIME-Version: 1.0\n"
     23 "Content-Type: text/plain; charset=UTF-8\n"
     24 "Content-Transfer-Encoding: 8bit\n"
     25 
     26 #: app.c:473 app.c:487
     27 msgid "end of file in comment"
     28 msgstr ""
     29 
     30 #: app.c:565 app.c:612
     31 #, c-format
     32 msgid "end of file in string; '%c' inserted"
     33 msgstr ""
     34 
     35 #: app.c:638
     36 #, c-format
     37 msgid "unknown escape '\\%c' in string; ignored"
     38 msgstr ""
     39 
     40 #: app.c:801
     41 msgid "end of file not at end of a line; newline inserted"
     42 msgstr ""
     43 
     44 #: app.c:957
     45 msgid "end of file in multiline comment"
     46 msgstr ""
     47 
     48 #: app.c:1022
     49 msgid "end of file after a one-character quote; \\0 inserted"
     50 msgstr ""
     51 
     52 #: app.c:1030
     53 msgid "end of file in escape character"
     54 msgstr ""
     55 
     56 #: app.c:1042
     57 msgid "missing close quote; (assumed)"
     58 msgstr ""
     59 
     60 #: app.c:1110 app.c:1164 app.c:1175 app.c:1249
     61 msgid "end of file in comment; newline inserted"
     62 msgstr ""
     63 
     64 #: as.c:158
     65 msgid "missing emulation mode name"
     66 msgstr ""
     67 
     68 #: as.c:173
     69 #, fuzzy, c-format
     70 msgid "unrecognized emulation name `%s'"
     71 msgstr "Ubwoko"
     72 
     73 #: as.c:220
     74 #, c-format
     75 msgid "GNU assembler version %s (%s) using BFD version %s\n"
     76 msgstr ""
     77 
     78 #: as.c:227
     79 #, c-format
     80 msgid "Usage: %s [option...] [asmfile...]\n"
     81 msgstr ""
     82 
     83 #: as.c:229
     84 #, c-format
     85 msgid ""
     86 "Options:\n"
     87 "  -a[sub-option...]\t  turn on listings\n"
     88 "                      \t  Sub-options [default hls]:\n"
     89 "                      \t  c      omit false conditionals\n"
     90 "                      \t  d      omit debugging directives\n"
     91 "                      \t  h      include high-level source\n"
     92 "                      \t  l      include assembly\n"
     93 "                      \t  m      include macro expansions\n"
     94 "                      \t  n      omit forms processing\n"
     95 "                      \t  s      include symbols\n"
     96 "                      \t  =FILE  list to FILE (must be last sub-option)\n"
     97 msgstr ""
     98 
     99 #: as.c:242
    100 #, c-format
    101 msgid "  --alternate             initially turn on alternate macro syntax\n"
    102 msgstr ""
    103 
    104 #: as.c:244
    105 #, c-format
    106 msgid "  -D                      produce assembler debugging messages\n"
    107 msgstr ""
    108 
    109 #: as.c:246
    110 #, c-format
    111 msgid "  --debug-prefix-map OLD=NEW  Map OLD to NEW in debug information\n"
    112 msgstr ""
    113 
    114 #: as.c:248
    115 #, c-format
    116 msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
    117 msgstr ""
    118 
    119 #: as.c:264
    120 #, c-format
    121 msgid "                          emulate output (default %s)\n"
    122 msgstr ""
    123 
    124 #: as.c:269
    125 #, c-format
    126 msgid "  --execstack             require executable stack for this object\n"
    127 msgstr ""
    128 
    129 #: as.c:271
    130 #, c-format
    131 msgid ""
    132 "  --noexecstack           don't require executable stack for this object\n"
    133 msgstr ""
    134 
    135 #: as.c:274
    136 #, c-format
    137 msgid "  -f                      skip whitespace and comment preprocessing\n"
    138 msgstr ""
    139 
    140 #: as.c:276
    141 #, c-format
    142 msgid "  -g --gen-debug          generate debugging information\n"
    143 msgstr ""
    144 
    145 #: as.c:278
    146 #, c-format
    147 msgid "  --gstabs                generate STABS debugging information\n"
    148 msgstr ""
    149 
    150 #: as.c:280
    151 #, c-format
    152 msgid ""
    153 "  --gstabs+               generate STABS debug info with GNU extensions\n"
    154 msgstr ""
    155 
    156 #: as.c:282
    157 #, c-format
    158 msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
    159 msgstr ""
    160 
    161 #: as.c:284
    162 #, c-format
    163 msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
    164 msgstr ""
    165 
    166 #: as.c:286
    167 #, c-format
    168 msgid "  --help                  show this message and exit\n"
    169 msgstr ""
    170 
    171 #: as.c:288
    172 #, c-format
    173 msgid "  --target-help           show target specific options\n"
    174 msgstr ""
    175 
    176 #: as.c:290
    177 #, c-format
    178 msgid ""
    179 "  -I DIR                  add DIR to search list for .include directives\n"
    180 msgstr ""
    181 
    182 #: as.c:292
    183 #, c-format
    184 msgid "  -J                      don't warn about signed overflow\n"
    185 msgstr ""
    186 
    187 #: as.c:294
    188 #, c-format
    189 msgid ""
    190 "  -K                      warn when differences altered for long "
    191 "displacements\n"
    192 msgstr ""
    193 
    194 #: as.c:296
    195 #, c-format
    196 msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
    197 msgstr ""
    198 
    199 #: as.c:298
    200 #, c-format
    201 msgid "  -M,--mri                assemble in MRI compatibility mode\n"
    202 msgstr ""
    203 
    204 #: as.c:300
    205 #, c-format
    206 msgid ""
    207 "  --MD FILE               write dependency information in FILE (default "
    208 "none)\n"
    209 msgstr ""
    210 
    211 #: as.c:302
    212 #, c-format
    213 msgid "  -nocpp                  ignored\n"
    214 msgstr ""
    215 
    216 #: as.c:304
    217 #, c-format
    218 msgid ""
    219 "  -o OBJFILE              name the object-file output OBJFILE (default "
    220 "a.out)\n"
    221 msgstr ""
    222 
    223 #: as.c:306
    224 #, c-format
    225 msgid "  -R                      fold data section into text section\n"
    226 msgstr ""
    227 
    228 #: as.c:308
    229 #, c-format
    230 msgid ""
    231 "  --reduce-memory-overheads \n"
    232 "                          prefer smaller memory use at the cost of longer\n"
    233 "                          assembly times\n"
    234 msgstr ""
    235 
    236 #: as.c:312
    237 #, c-format
    238 msgid ""
    239 "  --statistics            print various measured statistics from execution\n"
    240 msgstr ""
    241 
    242 #: as.c:314
    243 #, c-format
    244 msgid "  --strip-local-absolute  strip local absolute symbols\n"
    245 msgstr ""
    246 
    247 #: as.c:316
    248 #, c-format
    249 msgid ""
    250 "  --traditional-format    Use same format as native assembler when possible\n"
    251 msgstr ""
    252 
    253 #: as.c:318
    254 #, c-format
    255 msgid "  --version               print assembler version number and exit\n"
    256 msgstr ""
    257 
    258 #: as.c:320
    259 #, c-format
    260 msgid "  -W  --no-warn           suppress warnings\n"
    261 msgstr ""
    262 
    263 #: as.c:322
    264 #, c-format
    265 msgid "  --warn                  don't suppress warnings\n"
    266 msgstr ""
    267 
    268 #: as.c:324
    269 #, c-format
    270 msgid "  --fatal-warnings        treat warnings as errors\n"
    271 msgstr ""
    272 
    273 #: as.c:327
    274 #, c-format
    275 msgid ""
    276 "  --itbl INSTTBL          extend instruction set to include instructions\n"
    277 "                          matching the specifications defined in file "
    278 "INSTTBL\n"
    279 msgstr ""
    280 
    281 #: as.c:331
    282 #, c-format
    283 msgid "  -w                      ignored\n"
    284 msgstr ""
    285 
    286 #: as.c:333
    287 #, c-format
    288 msgid "  -X                      ignored\n"
    289 msgstr ""
    290 
    291 #: as.c:335
    292 #, c-format
    293 msgid "  -Z                      generate object file even after errors\n"
    294 msgstr ""
    295 
    296 #: as.c:337
    297 #, c-format
    298 msgid ""
    299 "  --listing-lhs-width     set the width in words of the output data column "
    300 "of\n"
    301 "                          the listing\n"
    302 msgstr ""
    303 
    304 #: as.c:340
    305 #, c-format
    306 msgid ""
    307 "  --listing-lhs-width2    set the width in words of the continuation lines\n"
    308 "                          of the output data column; ignored if smaller "
    309 "than\n"
    310 "                          the width of the first line\n"
    311 msgstr ""
    312 
    313 #: as.c:344
    314 #, c-format
    315 msgid ""
    316 "  --listing-rhs-width     set the max width in characters of the lines from\n"
    317 "                          the source file\n"
    318 msgstr ""
    319 
    320 #: as.c:347
    321 #, c-format
    322 msgid ""
    323 "  --listing-cont-lines    set the maximum number of continuation lines used\n"
    324 "                          for the output data column of the listing\n"
    325 msgstr ""
    326 
    327 #: as.c:350
    328 #, c-format
    329 msgid "  @FILE                   read options from FILE\n"
    330 msgstr ""
    331 
    332 #: as.c:358
    333 #, c-format
    334 msgid "Report bugs to %s\n"
    335 msgstr ""
    336 
    337 #: as.c:563
    338 #, fuzzy, c-format
    339 msgid "unrecognized option -%c%s"
    340 msgstr "Ubwoko"
    341 
    342 #. This output is intended to follow the GNU standards document.
    343 #: as.c:601
    344 #, c-format
    345 msgid "GNU assembler %s\n"
    346 msgstr ""
    347 
    348 #: as.c:602
    349 #, c-format
    350 msgid "Copyright 2007 Free Software Foundation, Inc.\n"
    351 msgstr ""
    352 
    353 #: as.c:603
    354 #, c-format
    355 msgid ""
    356 "This program is free software; you may redistribute it under the terms of\n"
    357 "the GNU General Public License version 3 or later.\n"
    358 "This program has absolutely no warranty.\n"
    359 msgstr ""
    360 
    361 #: as.c:607
    362 #, c-format
    363 msgid "This assembler was configured for a target of `%s'.\n"
    364 msgstr ""
    365 
    366 #: as.c:614
    367 msgid "multiple emulation names specified"
    368 msgstr ""
    369 
    370 #: as.c:616
    371 msgid "emulations not handled in this configuration"
    372 msgstr ""
    373 
    374 #: as.c:621
    375 #, c-format
    376 msgid "alias = %s\n"
    377 msgstr ""
    378 
    379 #: as.c:622
    380 #, c-format
    381 msgid "canonical = %s\n"
    382 msgstr ""
    383 
    384 #: as.c:623
    385 #, c-format
    386 msgid "cpu-type = %s\n"
    387 msgstr ""
    388 
    389 #: as.c:625
    390 #, c-format
    391 msgid "format = %s\n"
    392 msgstr ""
    393 
    394 #: as.c:628
    395 #, c-format
    396 msgid "bfd-target = %s\n"
    397 msgstr ""
    398 
    399 #: as.c:645
    400 msgid "bad defsym; format is --defsym name=value"
    401 msgstr ""
    402 
    403 #: as.c:665
    404 msgid "no file name following -t option"
    405 msgstr ""
    406 
    407 #: as.c:680
    408 #, fuzzy, c-format
    409 msgid "failed to read instruction table %s\n"
    410 msgstr "Kuri Gusoma in Icyiciro Bivuye"
    411 
    412 #: as.c:848
    413 #, c-format
    414 msgid "invalid listing option `%c'"
    415 msgstr ""
    416 
    417 #: as.c:901
    418 msgid "--hash-size needs a numeric argument"
    419 msgstr ""
    420 
    421 #: as.c:926
    422 #, c-format
    423 msgid "%s: total time in assembly: %ld.%06ld\n"
    424 msgstr ""
    425 
    426 #: as.c:929
    427 #, fuzzy, c-format
    428 msgid "%s: data size %ld\n"
    429 msgstr "%s:Ikurikiranyanyuguti imbonerahamwe# Ingano"
    430 
    431 #: as.c:1239
    432 #, c-format
    433 msgid "%d warnings, treating warnings as errors"
    434 msgstr ""
    435 
    436 #: as.h:237
    437 #, c-format
    438 msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
    439 msgstr ""
    440 
    441 #.
    442 #. * We have a GROSS internal error.
    443 #. * This should never happen.
    444 #.
    445 #: atof-generic.c:417 config/tc-m68k.c:3391
    446 msgid "failed sanity check"
    447 msgstr ""
    448 
    449 #: cgen.c:113 config/tc-alpha.c:1926 config/tc-alpha.c:1950
    450 #: config/tc-d10v.c:584 config/tc-d30v.c:572 config/tc-mn10200.c:1132
    451 #: config/tc-mn10300.c:1892 config/tc-ppc.c:2424 config/tc-ppc.c:2641
    452 #: config/tc-ppc.c:2653 config/tc-s390.c:1231 config/tc-s390.c:1331
    453 #: config/tc-s390.c:1460 config/tc-v850.c:1762 config/tc-v850.c:1785
    454 #: config/tc-v850.c:1988
    455 msgid "too many fixups"
    456 msgstr ""
    457 
    458 #: cgen.c:400 cgen.c:420 config/tc-d10v.c:495 config/tc-d30v.c:487
    459 #: config/tc-mn10200.c:1074 config/tc-mn10300.c:1816 config/tc-ppc.c:2456
    460 #: config/tc-s390.c:1219 config/tc-v850.c:1964 config/tc-z80.c:422
    461 msgid "illegal operand"
    462 msgstr ""
    463 
    464 #: cgen.c:424 config/tc-avr.c:546 config/tc-d10v.c:497 config/tc-d30v.c:489
    465 #: config/tc-h8300.c:449 config/tc-mcore.c:662 config/tc-mmix.c:488
    466 #: config/tc-mn10200.c:1077 config/tc-mn10300.c:1819 config/tc-msp430.c:455
    467 #: config/tc-or32.c:307 config/tc-ppc.c:2458 config/tc-s390.c:1221
    468 #: config/tc-sh.c:1359 config/tc-sh64.c:2213 config/tc-v850.c:1967
    469 #: config/tc-z80.c:575 config/tc-z8k.c:350
    470 msgid "missing operand"
    471 msgstr ""
    472 
    473 #: cgen.c:798
    474 msgid "a reloc on this operand implies an overflow"
    475 msgstr ""
    476 
    477 #: cgen.c:821
    478 msgid "operand mask overflow"
    479 msgstr ""
    480 
    481 #. We can't actually support subtracting a symbol.
    482 #: cgen.c:884 config/tc-arc.c:1287 config/tc-arm.c:1522 config/tc-arm.c:8151
    483 #: config/tc-arm.c:8202 config/tc-arm.c:8435 config/tc-arm.c:9158
    484 #: config/tc-arm.c:9962 config/tc-arm.c:9990 config/tc-arm.c:10247
    485 #: config/tc-arm.c:10264 config/tc-arm.c:10386 config/tc-avr.c:1056
    486 #: config/tc-cris.c:3984 config/tc-d10v.c:1536 config/tc-d30v.c:1937
    487 #: config/tc-mips.c:4180 config/tc-mips.c:5304 config/tc-mips.c:6243
    488 #: config/tc-mips.c:6835 config/tc-msp430.c:1976 config/tc-ppc.c:5615
    489 #: config/tc-spu.c:957 config/tc-spu.c:981 config/tc-v850.c:2303
    490 #: config/tc-xstormy16.c:484 config/tc-xtensa.c:5613 config/tc-xtensa.c:11575
    491 msgid "expression too complex"
    492 msgstr ""
    493 
    494 #: cgen.c:978 config/tc-ppc.c:5739 config/tc-s390.c:2093 config/tc-v850.c:2343
    495 #: config/tc-xstormy16.c:538
    496 msgid "unresolved expression that must be resolved"
    497 msgstr ""
    498 
    499 #: cgen.c:1003 config/tc-xstormy16.c:563
    500 #, c-format
    501 msgid "internal error: can't install fix for reloc type %d (`%s')"
    502 msgstr ""
    503 
    504 #: cgen.c:1033
    505 #, fuzzy
    506 msgid "relocation is not supported"
    507 msgstr "%s:OYA"
    508 
    509 #: cond.c:83
    510 msgid "invalid identifier for \".ifdef\""
    511 msgstr ""
    512 
    513 #: cond.c:150
    514 msgid "non-constant expression in \".if\" statement"
    515 msgstr ""
    516 
    517 #: cond.c:277
    518 msgid "bad format for ifc or ifnc"
    519 msgstr ""
    520 
    521 #: cond.c:307
    522 msgid "\".elseif\" without matching \".if\""
    523 msgstr ""
    524 
    525 #: cond.c:311
    526 msgid "\".elseif\" after \".else\""
    527 msgstr ""
    528 
    529 #: cond.c:314 cond.c:420
    530 msgid "here is the previous \"else\""
    531 msgstr ""
    532 
    533 #: cond.c:317 cond.c:423
    534 msgid "here is the previous \"if\""
    535 msgstr ""
    536 
    537 #: cond.c:346
    538 msgid "non-constant expression in \".elseif\" statement"
    539 msgstr ""
    540 
    541 #: cond.c:384
    542 msgid "\".endif\" without \".if\""
    543 msgstr ""
    544 
    545 #: cond.c:413
    546 msgid "\".else\" without matching \".if\""
    547 msgstr ""
    548 
    549 #: cond.c:417
    550 msgid "duplicate \"else\""
    551 msgstr ""
    552 
    553 #: cond.c:468
    554 msgid ".ifeqs syntax error"
    555 msgstr ""
    556 
    557 #: cond.c:549
    558 msgid "end of macro inside conditional"
    559 msgstr ""
    560 
    561 #: cond.c:551
    562 msgid "end of file inside conditional"
    563 msgstr ""
    564 
    565 #: cond.c:554
    566 msgid "here is the start of the unterminated conditional"
    567 msgstr ""
    568 
    569 #: cond.c:558
    570 msgid "here is the \"else\" of the unterminated conditional"
    571 msgstr ""
    572 
    573 #: config/atof-ieee.c:141
    574 msgid "cannot create floating-point number"
    575 msgstr ""
    576 
    577 #: config/atof-vax.c:450 config/tc-bfin.c:728 config/tc-fr30.c:357
    578 #: config/tc-frv.c:1600 config/tc-i960.c:1754 config/tc-ip2k.c:371
    579 #: config/tc-iq2000.c:764 config/tc-m32c.c:1236 config/tc-m32r.c:2142
    580 #: config/tc-mep.c:1714 config/tc-mt.c:473 config/tc-openrisc.c:375
    581 #: config/tc-xc16x.c:258 config/tc-xstormy16.c:631
    582 msgid "Bad call to md_atof()"
    583 msgstr ""
    584 
    585 #: config/obj-aout.c:85
    586 #, c-format
    587 msgid "Attempt to put a common symbol into set %s"
    588 msgstr ""
    589 
    590 #: config/obj-aout.c:89
    591 #, fuzzy, c-format
    592 msgid "Attempt to put an undefined symbol into set %s"
    593 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
    594 
    595 #: config/obj-aout.c:116 config/obj-coff.c:1339
    596 #, c-format
    597 msgid "Symbol `%s' can not be both weak and common"
    598 msgstr ""
    599 
    600 #: config/obj-coff.c:133
    601 #, c-format
    602 msgid "Inserting \"%s\" into structure table failed: %s"
    603 msgstr ""
    604 
    605 #. Zero is used as an end marker in the file.
    606 #: config/obj-coff.c:366
    607 msgid "Line numbers must be positive integers\n"
    608 msgstr ""
    609 
    610 #: config/obj-coff.c:398
    611 msgid ".ln pseudo-op inside .def/.endef: ignored."
    612 msgstr ""
    613 
    614 #: config/obj-coff.c:440 ecoff.c:3240
    615 msgid ".loc outside of .text"
    616 msgstr ""
    617 
    618 #: config/obj-coff.c:447
    619 msgid ".loc pseudo-op inside .def/.endef: ignored."
    620 msgstr ""
    621 
    622 #: config/obj-coff.c:528
    623 msgid ".def pseudo-op used inside of .def/.endef: ignored."
    624 msgstr ""
    625 
    626 #: config/obj-coff.c:567
    627 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
    628 msgstr ""
    629 
    630 #: config/obj-coff.c:606
    631 #, c-format
    632 msgid "`%s' symbol without preceding function"
    633 msgstr ""
    634 
    635 #: config/obj-coff.c:693
    636 #, c-format
    637 msgid "unexpected storage class %d"
    638 msgstr ""
    639 
    640 #: config/obj-coff.c:801
    641 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
    642 msgstr ""
    643 
    644 #: config/obj-coff.c:821
    645 msgid "badly formed .dim directive ignored"
    646 msgstr ""
    647 
    648 #: config/obj-coff.c:870
    649 msgid ".size pseudo-op used outside of .def/.endef ignored."
    650 msgstr ""
    651 
    652 #: config/obj-coff.c:885
    653 msgid ".scl pseudo-op used outside of .def/.endef ignored."
    654 msgstr ""
    655 
    656 #: config/obj-coff.c:902
    657 msgid ".tag pseudo-op used outside of .def/.endef ignored."
    658 msgstr ""
    659 
    660 #: config/obj-coff.c:920
    661 #, c-format
    662 msgid "tag not found for .tag %s"
    663 msgstr ""
    664 
    665 #: config/obj-coff.c:933
    666 msgid ".type pseudo-op used outside of .def/.endef ignored."
    667 msgstr ""
    668 
    669 #: config/obj-coff.c:952
    670 msgid ".val pseudo-op used outside of .def/.endef ignored."
    671 msgstr ""
    672 
    673 #: config/obj-coff.c:1119
    674 msgid "badly formed .weak directive ignored"
    675 msgstr ""
    676 
    677 #: config/obj-coff.c:1297
    678 msgid "mismatched .eb"
    679 msgstr ""
    680 
    681 #: config/obj-coff.c:1318
    682 #, c-format
    683 msgid "C_EFCN symbol for %s out of scope"
    684 msgstr ""
    685 
    686 #. STYP_INFO
    687 #. STYP_LIB
    688 #. STYP_OVER
    689 #: config/obj-coff.c:1590
    690 #, fuzzy, c-format
    691 msgid "unsupported section attribute '%c'"
    692 msgstr "%s:Ubwoko"
    693 
    694 #: config/obj-coff.c:1594 config/tc-ppc.c:4647
    695 #, fuzzy, c-format
    696 msgid "unknown section attribute '%c'"
    697 msgstr "%s:Kitazwi Ubwoko"
    698 
    699 #: config/obj-coff.c:1622 config/tc-ppc.c:4665 config/tc-tic54x.c:4285
    700 #: read.c:2754
    701 #, c-format
    702 msgid "error setting flags for \"%s\": %s"
    703 msgstr ""
    704 
    705 #: config/obj-coff.c:1633
    706 #, c-format
    707 msgid "Ignoring changed section attributes for %s"
    708 msgstr ""
    709 
    710 #: config/obj-coff.c:1764
    711 #, c-format
    712 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
    713 msgstr ""
    714 
    715 #: config/obj-ecoff.c:125
    716 msgid "Can't set GP value"
    717 msgstr ""
    718 
    719 #: config/obj-ecoff.c:132
    720 msgid "Can't set register masks"
    721 msgstr ""
    722 
    723 #: config/obj-elf.c:323 config/tc-sparc.c:4053 config/tc-v850.c:450
    724 #, c-format
    725 msgid "bad .common segment %s"
    726 msgstr ""
    727 
    728 #: config/obj-elf.c:601
    729 #, c-format
    730 msgid "setting incorrect section type for %s"
    731 msgstr ""
    732 
    733 #: config/obj-elf.c:606
    734 #, fuzzy, c-format
    735 msgid "ignoring incorrect section type for %s"
    736 msgstr "OYA Gushaka Icyiciro kugirango"
    737 
    738 #: config/obj-elf.c:648
    739 #, c-format
    740 msgid "setting incorrect section attributes for %s"
    741 msgstr ""
    742 
    743 #: config/obj-elf.c:700
    744 #, fuzzy, c-format
    745 msgid "ignoring changed section type for %s"
    746 msgstr "OYA Gushaka Icyiciro kugirango"
    747 
    748 #: config/obj-elf.c:712
    749 #, c-format
    750 msgid "ignoring changed section attributes for %s"
    751 msgstr ""
    752 
    753 #: config/obj-elf.c:714
    754 #, c-format
    755 msgid "ignoring changed section entity size for %s"
    756 msgstr ""
    757 
    758 #: config/obj-elf.c:767
    759 msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
    760 msgstr ""
    761 
    762 #: config/obj-elf.c:804
    763 msgid "unrecognized section attribute"
    764 msgstr ""
    765 
    766 #: config/obj-elf.c:832 read.c:2738
    767 #, fuzzy
    768 msgid "unrecognized section type"
    769 msgstr "Ubwoko"
    770 
    771 #: config/obj-elf.c:862
    772 msgid "missing name"
    773 msgstr ""
    774 
    775 #: config/obj-elf.c:973
    776 msgid "invalid merge entity size"
    777 msgstr ""
    778 
    779 #: config/obj-elf.c:980
    780 msgid "entity size for SHF_MERGE not specified"
    781 msgstr ""
    782 
    783 #: config/obj-elf.c:1000
    784 msgid "group name for SHF_GROUP not specified"
    785 msgstr ""
    786 
    787 #: config/obj-elf.c:1013
    788 msgid "character following name is not '#'"
    789 msgstr ""
    790 
    791 #: config/obj-elf.c:1128
    792 msgid ".previous without corresponding .section; ignored"
    793 msgstr ""
    794 
    795 #: config/obj-elf.c:1154
    796 msgid ".popsection without corresponding .pushsection; ignored"
    797 msgstr ""
    798 
    799 #: config/obj-elf.c:1206
    800 msgid "expected comma after name in .symver"
    801 msgstr ""
    802 
    803 #: config/obj-elf.c:1230
    804 #, c-format
    805 msgid "missing version name in `%s' for symbol `%s'"
    806 msgstr ""
    807 
    808 #: config/obj-elf.c:1241
    809 #, c-format
    810 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
    811 msgstr ""
    812 
    813 #: config/obj-elf.c:1471
    814 msgid "expected quoted string"
    815 msgstr ""
    816 
    817 #: config/obj-elf.c:1491
    818 #, c-format
    819 msgid "expected comma after name `%s' in .size directive"
    820 msgstr ""
    821 
    822 #: config/obj-elf.c:1500
    823 msgid "missing expression in .size directive"
    824 msgstr ""
    825 
    826 #: config/obj-elf.c:1599
    827 #, fuzzy, c-format
    828 msgid "unrecognized symbol type \"%s\""
    829 msgstr "Ubwoko"
    830 
    831 #: config/obj-elf.c:1770
    832 msgid ".size expression too complicated to fix up"
    833 msgstr ""
    834 
    835 #: config/obj-elf.c:1802
    836 #, c-format
    837 msgid ""
    838 "invalid attempt to declare external version name as default in symbol `%s'"
    839 msgstr ""
    840 
    841 #: config/obj-elf.c:1863 ecoff.c:3598
    842 #, c-format
    843 msgid "symbol `%s' can not be both weak and common"
    844 msgstr ""
    845 
    846 #: config/obj-elf.c:1970
    847 #, c-format
    848 msgid "assuming all members of group `%s' are COMDAT"
    849 msgstr ""
    850 
    851 #: config/obj-elf.c:1992
    852 #, fuzzy, c-format
    853 msgid "can't create group: %s"
    854 msgstr "%s:Kurema Icyinjijwe"
    855 
    856 #: config/obj-elf.c:2102
    857 #, c-format
    858 msgid "failed to set up debugging information: %s"
    859 msgstr ""
    860 
    861 #: config/obj-elf.c:2122
    862 #, c-format
    863 msgid "can't start writing .mdebug section: %s"
    864 msgstr ""
    865 
    866 #: config/obj-elf.c:2130
    867 #, fuzzy, c-format
    868 msgid "could not write .mdebug section: %s"
    869 msgstr "%s:OYA Gushaka Ibisohoka Icyiciro"
    870 
    871 #: config/obj-som.c:129
    872 msgid "Only one .version pseudo-op per file!"
    873 msgstr ""
    874 
    875 #: config/obj-som.c:146 config/obj-som.c:188
    876 msgid "Expected quoted string"
    877 msgstr ""
    878 
    879 #: config/obj-som.c:153
    880 #, c-format
    881 msgid "attaching version header %s: %s"
    882 msgstr ""
    883 
    884 #: config/obj-som.c:171
    885 msgid "Only one .copyright pseudo-op per file!"
    886 msgstr ""
    887 
    888 #: config/obj-som.c:195
    889 #, c-format
    890 msgid "attaching copyright header %s: %s"
    891 msgstr ""
    892 
    893 #: config/tc-alpha.c:592
    894 #, c-format
    895 msgid "No !literal!%ld was found"
    896 msgstr ""
    897 
    898 #: config/tc-alpha.c:599
    899 #, c-format
    900 msgid "No !tlsgd!%ld was found"
    901 msgstr ""
    902 
    903 #: config/tc-alpha.c:606
    904 #, c-format
    905 msgid "No !tlsldm!%ld was found"
    906 msgstr ""
    907 
    908 #: config/tc-alpha.c:615
    909 #, c-format
    910 msgid "No ldah !gpdisp!%ld was found"
    911 msgstr ""
    912 
    913 #: config/tc-alpha.c:665
    914 #, c-format
    915 msgid "too many !literal!%ld for %s"
    916 msgstr ""
    917 
    918 #: config/tc-alpha.c:695
    919 #, c-format
    920 msgid "No lda !gpdisp!%ld was found"
    921 msgstr ""
    922 
    923 #. Only support one relocation op per insn.
    924 #: config/tc-alpha.c:852
    925 msgid "More than one relocation op per insn"
    926 msgstr ""
    927 
    928 #: config/tc-alpha.c:868
    929 #, fuzzy
    930 msgid "No relocation operand"
    931 msgstr "%s:Kitazwi Ubwoko"
    932 
    933 #: config/tc-alpha.c:878
    934 #, fuzzy, c-format
    935 msgid "Unknown relocation operand: !%s"
    936 msgstr "%s:Ubwoko"
    937 
    938 #: config/tc-alpha.c:888
    939 #, c-format
    940 msgid "no sequence number after !%s"
    941 msgstr ""
    942 
    943 #: config/tc-alpha.c:898
    944 #, c-format
    945 msgid "!%s does not use a sequence number"
    946 msgstr ""
    947 
    948 #: config/tc-alpha.c:908
    949 #, c-format
    950 msgid "Bad sequence number: !%s!%s"
    951 msgstr ""
    952 
    953 #: config/tc-alpha.c:1123 config/tc-alpha.c:3139
    954 #, c-format
    955 msgid "inappropriate arguments for opcode `%s'"
    956 msgstr ""
    957 
    958 #: config/tc-alpha.c:1125 config/tc-alpha.c:3141
    959 #, fuzzy, c-format
    960 msgid "opcode `%s' not supported for target %s"
    961 msgstr "%s:ni OYA kugirango IKIMENYETSO"
    962 
    963 #: config/tc-alpha.c:1129 config/tc-alpha.c:3145 config/tc-avr.c:1325
    964 #: config/tc-msp430.c:1868
    965 #, c-format
    966 msgid "unknown opcode `%s'"
    967 msgstr ""
    968 
    969 #: config/tc-alpha.c:1209 config/tc-alpha.c:1384
    970 msgid "overflow in literal (.lita) table"
    971 msgstr ""
    972 
    973 #: config/tc-alpha.c:1216 config/tc-alpha.c:1240 config/tc-alpha.c:1397
    974 #: config/tc-alpha.c:2049 config/tc-alpha.c:2093 config/tc-alpha.c:2162
    975 #: config/tc-alpha.c:2245 config/tc-alpha.c:2470 config/tc-alpha.c:2568
    976 msgid "macro requires $at register while noat in effect"
    977 msgstr ""
    978 
    979 #: config/tc-alpha.c:1218 config/tc-alpha.c:1242 config/tc-alpha.c:1399
    980 msgid "macro requires $at while $at in use"
    981 msgstr ""
    982 
    983 #: config/tc-alpha.c:1346
    984 msgid "bignum invalid; zero assumed"
    985 msgstr ""
    986 
    987 #: config/tc-alpha.c:1348
    988 msgid "floating point number invalid; zero assumed"
    989 msgstr ""
    990 
    991 #: config/tc-alpha.c:1353
    992 msgid "can't handle expression"
    993 msgstr ""
    994 
    995 #: config/tc-alpha.c:1390
    996 msgid "overflow in literal (.lit8) table"
    997 msgstr ""
    998 
    999 #: config/tc-alpha.c:1674
   1000 #, c-format
   1001 msgid "too many ldah insns for !gpdisp!%ld"
   1002 msgstr ""
   1003 
   1004 #: config/tc-alpha.c:1676 config/tc-alpha.c:1688
   1005 #, c-format
   1006 msgid "both insns for !gpdisp!%ld must be in the same section"
   1007 msgstr ""
   1008 
   1009 #: config/tc-alpha.c:1686
   1010 #, c-format
   1011 msgid "too many lda insns for !gpdisp!%ld"
   1012 msgstr ""
   1013 
   1014 #: config/tc-alpha.c:1742
   1015 #, c-format
   1016 msgid "too many lituse insns for !lituse_tlsgd!%ld"
   1017 msgstr ""
   1018 
   1019 #: config/tc-alpha.c:1745
   1020 #, c-format
   1021 msgid "too many lituse insns for !lituse_tlsldm!%ld"
   1022 msgstr ""
   1023 
   1024 #: config/tc-alpha.c:1762
   1025 #, c-format
   1026 msgid "duplicate !tlsgd!%ld"
   1027 msgstr ""
   1028 
   1029 #: config/tc-alpha.c:1764
   1030 #, c-format
   1031 msgid "sequence number in use for !tlsldm!%ld"
   1032 msgstr ""
   1033 
   1034 #: config/tc-alpha.c:1778
   1035 #, c-format
   1036 msgid "duplicate !tlsldm!%ld"
   1037 msgstr ""
   1038 
   1039 #: config/tc-alpha.c:1780
   1040 #, c-format
   1041 msgid "sequence number in use for !tlsgd!%ld"
   1042 msgstr ""
   1043 
   1044 #: config/tc-alpha.c:1823 config/tc-arc.c:292 config/tc-mn10200.c:888
   1045 #: config/tc-mn10300.c:2604 config/tc-ppc.c:1563 config/tc-s390.c:615
   1046 #: config/tc-v850.c:1588
   1047 msgid "operand"
   1048 msgstr ""
   1049 
   1050 #: config/tc-alpha.c:1962
   1051 #, fuzzy
   1052 msgid "invalid relocation for instruction"
   1053 msgstr "%s:Sibyo Ubwoko"
   1054 
   1055 #: config/tc-alpha.c:1973
   1056 #, fuzzy
   1057 msgid "invalid relocation for field"
   1058 msgstr "%s:Sibyo Ubwoko"
   1059 
   1060 #: config/tc-alpha.c:2760
   1061 msgid "can not resolve expression"
   1062 msgstr ""
   1063 
   1064 #: config/tc-alpha.c:3275 config/tc-ppc.c:1862 config/tc-ppc.c:4410
   1065 #, c-format
   1066 msgid ".COMMon length (%ld.) <0! Ignored."
   1067 msgstr ""
   1068 
   1069 #: config/tc-alpha.c:3304 config/tc-sparc.c:3923 config/tc-v850.c:245
   1070 #, fuzzy
   1071 msgid "Ignoring attempt to re-define symbol"
   1072 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
   1073 
   1074 #: config/tc-alpha.c:3313 config/tc-alpha.c:3322 config/tc-ppc.c:4447
   1075 #: config/tc-sparc.c:3931
   1076 #, c-format
   1077 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
   1078 msgstr ""
   1079 
   1080 #: config/tc-alpha.c:3439 ecoff.c:3054
   1081 msgid ".ent directive has no name"
   1082 msgstr ""
   1083 
   1084 #: config/tc-alpha.c:3447
   1085 msgid "nested .ent directives"
   1086 msgstr ""
   1087 
   1088 #: config/tc-alpha.c:3491 ecoff.c:3005
   1089 msgid ".end directive has no name"
   1090 msgstr ""
   1091 
   1092 #: config/tc-alpha.c:3500
   1093 msgid ".end directive without matching .ent"
   1094 msgstr ""
   1095 
   1096 #: config/tc-alpha.c:3502
   1097 msgid ".end directive names different symbol than .ent"
   1098 msgstr ""
   1099 
   1100 #: config/tc-alpha.c:3545 ecoff.c:3140
   1101 msgid ".fmask outside of .ent"
   1102 msgstr ""
   1103 
   1104 #: config/tc-alpha.c:3547 config/tc-score.c:5886 ecoff.c:3204
   1105 msgid ".mask outside of .ent"
   1106 msgstr ""
   1107 
   1108 #: config/tc-alpha.c:3555 ecoff.c:3147
   1109 msgid "bad .fmask directive"
   1110 msgstr ""
   1111 
   1112 #: config/tc-alpha.c:3557 ecoff.c:3211
   1113 msgid "bad .mask directive"
   1114 msgstr ""
   1115 
   1116 #: config/tc-alpha.c:3590 config/tc-mips.c:14642 config/tc-score.c:6029
   1117 #: ecoff.c:3168
   1118 msgid ".frame outside of .ent"
   1119 msgstr ""
   1120 
   1121 #: config/tc-alpha.c:3601 ecoff.c:3179
   1122 msgid "bad .frame directive"
   1123 msgstr ""
   1124 
   1125 #: config/tc-alpha.c:3633
   1126 msgid ".prologue directive without a preceding .ent directive"
   1127 msgstr ""
   1128 
   1129 #: config/tc-alpha.c:3651
   1130 #, c-format
   1131 msgid "Invalid argument %d to .prologue."
   1132 msgstr ""
   1133 
   1134 #: config/tc-alpha.c:3742
   1135 msgid "ECOFF debugging is disabled."
   1136 msgstr ""
   1137 
   1138 #: config/tc-alpha.c:3756
   1139 msgid ".ent directive without matching .end"
   1140 msgstr ""
   1141 
   1142 #: config/tc-alpha.c:3841
   1143 msgid ".usepv directive has no name"
   1144 msgstr ""
   1145 
   1146 #: config/tc-alpha.c:3852
   1147 msgid ".usepv directive has no type"
   1148 msgstr ""
   1149 
   1150 #: config/tc-alpha.c:3867
   1151 msgid "unknown argument for .usepv"
   1152 msgstr ""
   1153 
   1154 #: config/tc-alpha.c:3900
   1155 #, fuzzy
   1156 msgid "Unknown section directive"
   1157 msgstr "%s:Ubwoko"
   1158 
   1159 #: config/tc-alpha.c:3935
   1160 msgid ".ent directive has no symbol"
   1161 msgstr ""
   1162 
   1163 #: config/tc-alpha.c:3960
   1164 msgid "Bad .frame directive 1./2. param"
   1165 msgstr ""
   1166 
   1167 #: config/tc-alpha.c:3972
   1168 msgid "Bad .frame directive 3./4. param"
   1169 msgstr ""
   1170 
   1171 #: config/tc-alpha.c:3994
   1172 #, fuzzy
   1173 msgid ".pdesc directive not in link (.link) section"
   1174 msgstr "%s:OYA in Icyiciro"
   1175 
   1176 #: config/tc-alpha.c:4002
   1177 msgid ".pdesc has no matching .ent"
   1178 msgstr ""
   1179 
   1180 #: config/tc-alpha.c:4013
   1181 msgid ".pdesc directive has no entry symbol"
   1182 msgstr ""
   1183 
   1184 #: config/tc-alpha.c:4026
   1185 msgid "No comma after .pdesc <entryname>"
   1186 msgstr ""
   1187 
   1188 #: config/tc-alpha.c:4046
   1189 msgid "unknown procedure kind"
   1190 msgstr ""
   1191 
   1192 #: config/tc-alpha.c:4136
   1193 msgid ".name directive not in link (.link) section"
   1194 msgstr ""
   1195 
   1196 #: config/tc-alpha.c:4144
   1197 msgid ".name directive has no symbol"
   1198 msgstr ""
   1199 
   1200 #: config/tc-alpha.c:4175
   1201 msgid "No symbol after .linkage"
   1202 msgstr ""
   1203 
   1204 #: config/tc-alpha.c:4199
   1205 msgid "No symbol after .code_address"
   1206 msgstr ""
   1207 
   1208 #: config/tc-alpha.c:4226 config/tc-score.c:5892
   1209 msgid "Bad .mask directive"
   1210 msgstr ""
   1211 
   1212 #: config/tc-alpha.c:4244
   1213 msgid "Bad .fmask directive"
   1214 msgstr ""
   1215 
   1216 #: config/tc-alpha.c:4401
   1217 #, c-format
   1218 msgid "Expected comma after name \"%s\""
   1219 msgstr ""
   1220 
   1221 #. *symbol_get_obj (symbolP) = (signed char) temp;
   1222 #: config/tc-alpha.c:4412
   1223 #, c-format
   1224 msgid "unhandled: .proc %s,%d"
   1225 msgstr ""
   1226 
   1227 #: config/tc-alpha.c:4446
   1228 #, c-format
   1229 msgid "Tried to .set unrecognized mode `%s'"
   1230 msgstr ""
   1231 
   1232 #: config/tc-alpha.c:4472
   1233 #, c-format
   1234 msgid "Bad base register, using $%d."
   1235 msgstr ""
   1236 
   1237 #: config/tc-alpha.c:4493
   1238 #, c-format
   1239 msgid "Alignment too large: %d. assumed"
   1240 msgstr ""
   1241 
   1242 #: config/tc-alpha.c:4497 config/tc-d30v.c:2082
   1243 msgid "Alignment negative: 0 assumed"
   1244 msgstr ""
   1245 
   1246 #: config/tc-alpha.c:4775
   1247 #, c-format
   1248 msgid "Chose GP value of %lx\n"
   1249 msgstr ""
   1250 
   1251 #: config/tc-alpha.c:4789
   1252 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
   1253 msgstr ""
   1254 
   1255 #: config/tc-alpha.c:4878
   1256 #, c-format
   1257 msgid "internal error: can't hash opcode `%s': %s"
   1258 msgstr ""
   1259 
   1260 #: config/tc-alpha.c:4914
   1261 #, fuzzy, c-format
   1262 msgid "internal error: can't hash macro `%s': %s"
   1263 msgstr "By'imbere Ikosa Ikosa"
   1264 
   1265 #: config/tc-alpha.c:4998 config/tc-arm.c:6059 config/tc-arm.c:6071
   1266 #: config/tc-i960.c:708 config/tc-xtensa.c:5177 config/tc-xtensa.c:5255
   1267 #: config/tc-xtensa.c:5301 config/tc-z80.c:1893
   1268 #, fuzzy
   1269 msgid "syntax error"
   1270 msgstr "Ikosa"
   1271 
   1272 #: config/tc-alpha.c:5067 config/tc-h8300.c:2053 config/tc-hppa.c:1381
   1273 #: config/tc-i860.c:1057 config/tc-m68hc11.c:560 config/tc-m68k.c:4728
   1274 #: config/tc-ns32k.c:1943 config/tc-or32.c:580 config/tc-sparc.c:2998
   1275 #: config/tc-spu.c:744 config/tc-z8k.c:1332
   1276 msgid "Bad call to MD_ATOF()"
   1277 msgstr ""
   1278 
   1279 #: config/tc-alpha.c:5116
   1280 #, c-format
   1281 msgid "Unknown CPU identifier `%s'"
   1282 msgstr ""
   1283 
   1284 #: config/tc-alpha.c:5159
   1285 msgid ""
   1286 "Alpha options:\n"
   1287 "-32addr\t\t\ttreat addresses as 32-bit values\n"
   1288 "-F\t\t\tlack floating point instructions support\n"
   1289 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
   1290 "\t\t\tspecify variant of Alpha architecture\n"
   1291 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | "
   1292 "-m21264b\n"
   1293 "\t\t\tthese variants include PALcode opcodes\n"
   1294 msgstr ""
   1295 
   1296 #: config/tc-alpha.c:5169
   1297 msgid ""
   1298 "VMS options:\n"
   1299 "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
   1300 "-H\t\t\tshow new symbol after hash truncation\n"
   1301 msgstr ""
   1302 
   1303 #: config/tc-alpha.c:5346
   1304 #, fuzzy, c-format
   1305 msgid "unhandled relocation type %s"
   1306 msgstr "%s:Sibyo Ubwoko"
   1307 
   1308 #: config/tc-alpha.c:5359
   1309 msgid "non-absolute expression in constant field"
   1310 msgstr ""
   1311 
   1312 #: config/tc-alpha.c:5373
   1313 #, c-format
   1314 msgid "type %d reloc done?\n"
   1315 msgstr ""
   1316 
   1317 #: config/tc-alpha.c:5420 config/tc-alpha.c:5427
   1318 msgid "Used $at without \".set noat\""
   1319 msgstr ""
   1320 
   1321 #: config/tc-alpha.c:5589
   1322 #, fuzzy, c-format
   1323 msgid "!samegp reloc against symbol without .prologue: %s"
   1324 msgstr "%s:!IKIMENYETSO"
   1325 
   1326 #: config/tc-alpha.c:5626 config/tc-xtensa.c:5811
   1327 #, fuzzy, c-format
   1328 msgid "cannot represent `%s' relocation in object file"
   1329 msgstr "%s:OYA Icyiciro in a Inyuma Igikoresho IDOSIYE Imiterere"
   1330 
   1331 #: config/tc-alpha.c:5632 config/tc-xtensa.c:5819
   1332 #, fuzzy, c-format
   1333 msgid "internal error? cannot generate `%s' relocation"
   1334 msgstr "By'imbere Ikosa"
   1335 
   1336 #: config/tc-alpha.c:5683
   1337 #, c-format
   1338 msgid "frame reg expected, using $%d."
   1339 msgstr ""
   1340 
   1341 #: config/tc-arc.c:1076 config/tc-ip2k.c:249 config/tc-mt.c:348
   1342 msgid "md_estimate_size_before_relax\n"
   1343 msgstr ""
   1344 
   1345 #: config/tc-arc.c:1087
   1346 msgid "md_convert_frag\n"
   1347 msgstr ""
   1348 
   1349 #: config/tc-arm.c:483
   1350 msgid "ARM register expected"
   1351 msgstr ""
   1352 
   1353 #: config/tc-arm.c:484
   1354 msgid "bad or missing co-processor number"
   1355 msgstr ""
   1356 
   1357 #: config/tc-arm.c:485
   1358 msgid "co-processor register expected"
   1359 msgstr ""
   1360 
   1361 #: config/tc-arm.c:486
   1362 msgid "FPA register expected"
   1363 msgstr ""
   1364 
   1365 #: config/tc-arm.c:487
   1366 msgid "VFP single precision register expected"
   1367 msgstr ""
   1368 
   1369 #: config/tc-arm.c:488
   1370 msgid "VFP/Neon double precision register expected"
   1371 msgstr ""
   1372 
   1373 #: config/tc-arm.c:489
   1374 msgid "Neon quad precision register expected"
   1375 msgstr ""
   1376 
   1377 #: config/tc-arm.c:490
   1378 msgid "VFP single or double precision register expected"
   1379 msgstr ""
   1380 
   1381 #: config/tc-arm.c:491
   1382 msgid "Neon double or quad precision register expected"
   1383 msgstr ""
   1384 
   1385 #: config/tc-arm.c:492
   1386 msgid "VFP single, double or Neon quad precision register expected"
   1387 msgstr ""
   1388 
   1389 #: config/tc-arm.c:493
   1390 msgid "VFP system register expected"
   1391 msgstr ""
   1392 
   1393 #: config/tc-arm.c:494
   1394 msgid "Maverick MVF register expected"
   1395 msgstr ""
   1396 
   1397 #: config/tc-arm.c:495
   1398 msgid "Maverick MVD register expected"
   1399 msgstr ""
   1400 
   1401 #: config/tc-arm.c:496
   1402 msgid "Maverick MVFX register expected"
   1403 msgstr ""
   1404 
   1405 #: config/tc-arm.c:497
   1406 msgid "Maverick MVDX register expected"
   1407 msgstr ""
   1408 
   1409 #: config/tc-arm.c:498
   1410 msgid "Maverick MVAX register expected"
   1411 msgstr ""
   1412 
   1413 #: config/tc-arm.c:499
   1414 msgid "Maverick DSPSC register expected"
   1415 msgstr ""
   1416 
   1417 #: config/tc-arm.c:500
   1418 msgid "iWMMXt data register expected"
   1419 msgstr ""
   1420 
   1421 #: config/tc-arm.c:501 config/tc-arm.c:5868
   1422 msgid "iWMMXt control register expected"
   1423 msgstr ""
   1424 
   1425 #: config/tc-arm.c:502
   1426 msgid "iWMMXt scalar register expected"
   1427 msgstr ""
   1428 
   1429 #: config/tc-arm.c:503
   1430 msgid "XScale accumulator register expected"
   1431 msgstr ""
   1432 
   1433 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
   1434 #: config/tc-arm.c:652 config/tc-score.c:47
   1435 msgid "bad arguments to instruction"
   1436 msgstr ""
   1437 
   1438 #: config/tc-arm.c:653 config/tc-score.c:48
   1439 msgid "r15 not allowed here"
   1440 msgstr ""
   1441 
   1442 #: config/tc-arm.c:654
   1443 msgid "instruction cannot be conditional"
   1444 msgstr ""
   1445 
   1446 #: config/tc-arm.c:655
   1447 msgid "registers may not be the same"
   1448 msgstr ""
   1449 
   1450 #: config/tc-arm.c:656
   1451 msgid "lo register required"
   1452 msgstr ""
   1453 
   1454 #: config/tc-arm.c:657
   1455 msgid "instruction not supported in Thumb16 mode"
   1456 msgstr ""
   1457 
   1458 #: config/tc-arm.c:658
   1459 msgid "instruction does not accept this addressing mode"
   1460 msgstr ""
   1461 
   1462 #: config/tc-arm.c:659
   1463 msgid "branch must be last instruction in IT block"
   1464 msgstr ""
   1465 
   1466 #: config/tc-arm.c:660
   1467 #, fuzzy
   1468 msgid "instruction not allowed in IT block"
   1469 msgstr ""
   1470 "%s:.Project- Id- Version: basctl\n"
   1471 "POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
   1472 "PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
   1473 "Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
   1474 "Content- Type: text/ plain; charset= UTF- 8\n"
   1475 "Content- Transfer- Encoding: 8bit\n"
   1476 "X- Generator: KBabel 1. 0\n"
   1477 "."
   1478 
   1479 #: config/tc-arm.c:661
   1480 msgid "selected FPU does not support instruction"
   1481 msgstr ""
   1482 
   1483 #: config/tc-arm.c:803
   1484 msgid "immediate expression requires a # prefix"
   1485 msgstr ""
   1486 
   1487 #: config/tc-arm.c:830 config/tc-score.c:5675 expr.c:1300 read.c:2439
   1488 msgid "bad expression"
   1489 msgstr ""
   1490 
   1491 #: config/tc-arm.c:841 config/tc-i860.c:1003 config/tc-sparc.c:2898
   1492 msgid "bad segment"
   1493 msgstr ""
   1494 
   1495 #: config/tc-arm.c:858 config/tc-arm.c:4393 config/tc-i960.c:1300
   1496 #: config/tc-score.c:985
   1497 msgid "invalid constant"
   1498 msgstr ""
   1499 
   1500 #: config/tc-arm.c:919 config/tc-score.c:4749
   1501 msgid "bad call to MD_ATOF()"
   1502 msgstr ""
   1503 
   1504 #: config/tc-arm.c:986
   1505 msgid "expected #constant"
   1506 msgstr ""
   1507 
   1508 #: config/tc-arm.c:1147
   1509 #, fuzzy, c-format
   1510 msgid "unexpected character `%c' in type specifier"
   1511 msgstr "%s:%d:Inyuguti in"
   1512 
   1513 #: config/tc-arm.c:1164
   1514 #, c-format
   1515 msgid "bad size %d in type specifier"
   1516 msgstr ""
   1517 
   1518 #: config/tc-arm.c:1214
   1519 msgid "only one type should be specified for operand"
   1520 msgstr ""
   1521 
   1522 #: config/tc-arm.c:1220
   1523 msgid "vector type expected"
   1524 msgstr ""
   1525 
   1526 #: config/tc-arm.c:1292
   1527 msgid "can't redefine type for operand"
   1528 msgstr ""
   1529 
   1530 #: config/tc-arm.c:1303
   1531 msgid "only D registers may be indexed"
   1532 msgstr ""
   1533 
   1534 #: config/tc-arm.c:1309
   1535 msgid "can't change index for operand"
   1536 msgstr ""
   1537 
   1538 #: config/tc-arm.c:1325 config/tc-arm.c:3994
   1539 msgid "constant expression required"
   1540 msgstr ""
   1541 
   1542 #: config/tc-arm.c:1369
   1543 msgid "register operand expected, but got scalar"
   1544 msgstr ""
   1545 
   1546 #: config/tc-arm.c:1402
   1547 msgid "scalar must have an index"
   1548 msgstr ""
   1549 
   1550 #: config/tc-arm.c:1407 config/tc-arm.c:13144 config/tc-arm.c:13192
   1551 #: config/tc-arm.c:13594
   1552 msgid "scalar index out of range"
   1553 msgstr ""
   1554 
   1555 #: config/tc-arm.c:1454
   1556 msgid "bad range in register list"
   1557 msgstr ""
   1558 
   1559 #: config/tc-arm.c:1462 config/tc-arm.c:1471 config/tc-arm.c:1512
   1560 #, c-format
   1561 msgid "Warning: duplicated register (r%d) in register list"
   1562 msgstr ""
   1563 
   1564 #: config/tc-arm.c:1474
   1565 msgid "Warning: register range not in ascending order"
   1566 msgstr ""
   1567 
   1568 #: config/tc-arm.c:1485
   1569 msgid "missing `}'"
   1570 msgstr ""
   1571 
   1572 #: config/tc-arm.c:1501
   1573 msgid "invalid register mask"
   1574 msgstr ""
   1575 
   1576 #: config/tc-arm.c:1583
   1577 msgid "expecting {"
   1578 msgstr ""
   1579 
   1580 #: config/tc-arm.c:1638 config/tc-arm.c:1682
   1581 msgid "register out of range in list"
   1582 msgstr ""
   1583 
   1584 #: config/tc-arm.c:1654 config/tc-arm.c:1699 config/tc-h8300.c:989
   1585 #: config/tc-mips.c:10172 config/tc-mips.c:10194
   1586 msgid "invalid register list"
   1587 msgstr ""
   1588 
   1589 #: config/tc-arm.c:1660 config/tc-arm.c:3459 config/tc-arm.c:3592
   1590 msgid "register list not in ascending order"
   1591 msgstr ""
   1592 
   1593 #: config/tc-arm.c:1691
   1594 msgid "register range not in ascending order"
   1595 msgstr ""
   1596 
   1597 #: config/tc-arm.c:1724
   1598 msgid "non-contiguous register range"
   1599 msgstr ""
   1600 
   1601 #: config/tc-arm.c:1850
   1602 msgid "don't use Rn-Rm syntax with non-unit stride"
   1603 msgstr ""
   1604 
   1605 #: config/tc-arm.c:1905
   1606 msgid "error parsing element/structure list"
   1607 msgstr ""
   1608 
   1609 #: config/tc-arm.c:1911
   1610 msgid "expected }"
   1611 msgstr ""
   1612 
   1613 #: config/tc-arm.c:1967
   1614 #, fuzzy, c-format
   1615 msgid "ignoring attempt to redefine built-in register '%s'"
   1616 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
   1617 
   1618 #: config/tc-arm.c:1972
   1619 #, c-format
   1620 msgid "ignoring redefinition of register alias '%s'"
   1621 msgstr ""
   1622 
   1623 #: config/tc-arm.c:2000
   1624 msgid "attempt to redefine typed alias"
   1625 msgstr ""
   1626 
   1627 #: config/tc-arm.c:2038
   1628 #, c-format
   1629 msgid "unknown register '%s' -- .req ignored"
   1630 msgstr ""
   1631 
   1632 #: config/tc-arm.c:2134
   1633 msgid "bad type for register"
   1634 msgstr ""
   1635 
   1636 #: config/tc-arm.c:2145
   1637 msgid "expression must be constant"
   1638 msgstr ""
   1639 
   1640 #: config/tc-arm.c:2162
   1641 msgid "can't redefine the type of a register alias"
   1642 msgstr ""
   1643 
   1644 #: config/tc-arm.c:2169
   1645 msgid "you must specify a single type only"
   1646 msgstr ""
   1647 
   1648 #: config/tc-arm.c:2182
   1649 msgid "can't redefine the index of a scalar alias"
   1650 msgstr ""
   1651 
   1652 #: config/tc-arm.c:2190
   1653 msgid "scalar index must be constant"
   1654 msgstr ""
   1655 
   1656 #: config/tc-arm.c:2199
   1657 msgid "expecting ]"
   1658 msgstr ""
   1659 
   1660 #: config/tc-arm.c:2236
   1661 msgid "invalid syntax for .req directive"
   1662 msgstr ""
   1663 
   1664 #: config/tc-arm.c:2242
   1665 msgid "invalid syntax for .dn directive"
   1666 msgstr ""
   1667 
   1668 #: config/tc-arm.c:2248
   1669 msgid "invalid syntax for .qn directive"
   1670 msgstr ""
   1671 
   1672 #: config/tc-arm.c:2274
   1673 msgid "invalid syntax for .unreq directive"
   1674 msgstr ""
   1675 
   1676 #: config/tc-arm.c:2280
   1677 #, c-format
   1678 msgid "unknown register alias '%s'"
   1679 msgstr ""
   1680 
   1681 #: config/tc-arm.c:2282
   1682 #, fuzzy, c-format
   1683 msgid "ignoring attempt to undefine built-in register '%s'"
   1684 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
   1685 
   1686 #: config/tc-arm.c:2449
   1687 msgid "selected processor does not support THUMB opcodes"
   1688 msgstr ""
   1689 
   1690 #: config/tc-arm.c:2463
   1691 msgid "selected processor does not support ARM opcodes"
   1692 msgstr ""
   1693 
   1694 #: config/tc-arm.c:2476
   1695 #, c-format
   1696 msgid "invalid instruction size selected (%d)"
   1697 msgstr ""
   1698 
   1699 #: config/tc-arm.c:2508
   1700 #, c-format
   1701 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
   1702 msgstr ""
   1703 
   1704 #: config/tc-arm.c:2564
   1705 #, c-format
   1706 msgid "expected comma after name \"%s\""
   1707 msgstr ""
   1708 
   1709 #: config/tc-arm.c:2614 config/tc-m32r.c:588
   1710 #, fuzzy, c-format
   1711 msgid "symbol `%s' already defined"
   1712 msgstr "%s:%sIKIMENYETSO si"
   1713 
   1714 #: config/tc-arm.c:2648
   1715 #, c-format
   1716 msgid "unrecognized syntax mode \"%s\""
   1717 msgstr ""
   1718 
   1719 #: config/tc-arm.c:2669
   1720 #, c-format
   1721 msgid "alignment too large: %d assumed"
   1722 msgstr ""
   1723 
   1724 #: config/tc-arm.c:2672
   1725 msgid "alignment negative. 0 assumed."
   1726 msgstr ""
   1727 
   1728 #: config/tc-arm.c:2819
   1729 msgid "literal pool overflow"
   1730 msgstr ""
   1731 
   1732 #: config/tc-arm.c:2975 config/tc-arm.c:5803
   1733 #, fuzzy
   1734 msgid "unrecognized relocation suffix"
   1735 msgstr "Ubwoko"
   1736 
   1737 #: config/tc-arm.c:2988
   1738 msgid "(plt) is only valid on branch targets"
   1739 msgstr ""
   1740 
   1741 #: config/tc-arm.c:2994 config/tc-s390.c:1129 config/tc-s390.c:1743
   1742 #: config/tc-xtensa.c:1546
   1743 #, fuzzy, c-format
   1744 msgid "%s relocations do not fit in %d bytes"
   1745 msgstr "%s:Ingano in Icyiciro"
   1746 
   1747 #: config/tc-arm.c:3042 dwarf2dbg.c:694
   1748 msgid "expected 0 or 1"
   1749 msgstr ""
   1750 
   1751 #: config/tc-arm.c:3046
   1752 msgid "missing comma"
   1753 msgstr ""
   1754 
   1755 #: config/tc-arm.c:3101
   1756 msgid "duplicate .handlerdata directive"
   1757 msgstr ""
   1758 
   1759 #: config/tc-arm.c:3172
   1760 msgid "personality routine specified for cantunwind frame"
   1761 msgstr ""
   1762 
   1763 #: config/tc-arm.c:3186
   1764 msgid "duplicate .personalityindex directive"
   1765 msgstr ""
   1766 
   1767 #: config/tc-arm.c:3193
   1768 msgid "bad personality routine number"
   1769 msgstr ""
   1770 
   1771 #: config/tc-arm.c:3212
   1772 msgid "duplicate .personality directive"
   1773 msgstr ""
   1774 
   1775 #: config/tc-arm.c:3235 config/tc-arm.c:3363 config/tc-arm.c:3411
   1776 msgid "expected register list"
   1777 msgstr ""
   1778 
   1779 #: config/tc-arm.c:3317
   1780 msgid "expected , <constant>"
   1781 msgstr ""
   1782 
   1783 #: config/tc-arm.c:3326
   1784 msgid "number of registers must be in the range [1:4]"
   1785 msgstr ""
   1786 
   1787 #: config/tc-arm.c:3473 config/tc-arm.c:3606
   1788 msgid "bad register range"
   1789 msgstr ""
   1790 
   1791 #: config/tc-arm.c:3660
   1792 msgid "register expected"
   1793 msgstr ""
   1794 
   1795 #: config/tc-arm.c:3670
   1796 msgid "FPA .unwind_save does not take a register list"
   1797 msgstr ""
   1798 
   1799 #: config/tc-arm.c:3688
   1800 msgid ".unwind_save does not support this kind of register"
   1801 msgstr ""
   1802 
   1803 #: config/tc-arm.c:3724
   1804 msgid "SP and PC not permitted in .unwind_movsp directive"
   1805 msgstr ""
   1806 
   1807 #: config/tc-arm.c:3729
   1808 msgid "unexpected .unwind_movsp directive"
   1809 msgstr ""
   1810 
   1811 #: config/tc-arm.c:3753
   1812 msgid "stack increment must be multiple of 4"
   1813 msgstr ""
   1814 
   1815 #: config/tc-arm.c:3782
   1816 msgid "expected <reg>, <reg>"
   1817 msgstr ""
   1818 
   1819 #: config/tc-arm.c:3800
   1820 msgid "register must be either sp or set by a previousunwind_movsp directive"
   1821 msgstr ""
   1822 
   1823 #: config/tc-arm.c:3836
   1824 msgid "expected <offset>, <opcode>"
   1825 msgstr ""
   1826 
   1827 #: config/tc-arm.c:3848
   1828 msgid "unwind opcode too long"
   1829 msgstr ""
   1830 
   1831 #: config/tc-arm.c:3853
   1832 msgid "invalid unwind opcode"
   1833 msgstr ""
   1834 
   1835 #: config/tc-arm.c:4000 config/tc-arm.c:4863 config/tc-arm.c:8438
   1836 #: config/tc-arm.c:8920 config/tc-arm.c:11718 config/tc-arm.c:18690
   1837 #: config/tc-arm.c:18715 config/tc-arm.c:18723 config/tc-z8k.c:1144
   1838 #: config/tc-z8k.c:1154
   1839 #, fuzzy
   1840 msgid "immediate value out of range"
   1841 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   1842 
   1843 #: config/tc-arm.c:4147
   1844 msgid "invalid FPA immediate expression"
   1845 msgstr ""
   1846 
   1847 #: config/tc-arm.c:4271 config/tc-arm.c:4279
   1848 msgid "shift expression expected"
   1849 msgstr ""
   1850 
   1851 #: config/tc-arm.c:4293
   1852 msgid "'LSL' or 'ASR' required"
   1853 msgstr ""
   1854 
   1855 #: config/tc-arm.c:4301
   1856 msgid "'LSL' required"
   1857 msgstr ""
   1858 
   1859 #: config/tc-arm.c:4309
   1860 msgid "'ASR' required"
   1861 msgstr ""
   1862 
   1863 #: config/tc-arm.c:4381 config/tc-arm.c:4857 config/tc-arm.c:6429
   1864 #: config/tc-v850.c:1859 config/tc-v850.c:1880
   1865 msgid "constant expression expected"
   1866 msgstr ""
   1867 
   1868 #: config/tc-arm.c:4388
   1869 #, fuzzy
   1870 msgid "invalid rotation"
   1871 msgstr "%s:Sibyo Ubwoko"
   1872 
   1873 #: config/tc-arm.c:4548 config/tc-arm.c:4693
   1874 #, fuzzy
   1875 msgid "unknown group relocation"
   1876 msgstr "%s:Kitazwi Ubwoko"
   1877 
   1878 #: config/tc-arm.c:4661
   1879 msgid "alignment must be constant"
   1880 msgstr ""
   1881 
   1882 #: config/tc-arm.c:4724
   1883 #, fuzzy
   1884 msgid "this group relocation is not allowed on this instruction"
   1885 msgstr "OYA Gushaka Na Amabwiriza"
   1886 
   1887 #: config/tc-arm.c:4736 config/tc-arm.c:5127
   1888 msgid "']' expected"
   1889 msgstr ""
   1890 
   1891 #: config/tc-arm.c:4754
   1892 msgid "'}' expected at end of 'option' field"
   1893 msgstr ""
   1894 
   1895 #: config/tc-arm.c:4759
   1896 msgid "cannot combine index with option"
   1897 msgstr ""
   1898 
   1899 #: config/tc-arm.c:4772
   1900 msgid "cannot combine pre- and post-indexing"
   1901 msgstr ""
   1902 
   1903 #: config/tc-arm.c:4933
   1904 msgid "flag for {c}psr instruction expected"
   1905 msgstr ""
   1906 
   1907 #: config/tc-arm.c:4958
   1908 #, fuzzy
   1909 msgid "unrecognized CPS flag"
   1910 msgstr "<Ibendera Gushyiraho"
   1911 
   1912 #: config/tc-arm.c:4965
   1913 #, fuzzy
   1914 msgid "missing CPS flags"
   1915 msgstr "Ibuze"
   1916 
   1917 #: config/tc-arm.c:4988 config/tc-arm.c:4994
   1918 msgid "valid endian specifiers are be or le"
   1919 msgstr ""
   1920 
   1921 #: config/tc-arm.c:5016
   1922 msgid "missing rotation field after comma"
   1923 msgstr ""
   1924 
   1925 #: config/tc-arm.c:5031
   1926 msgid "rotation can only be 0, 8, 16, or 24"
   1927 msgstr ""
   1928 
   1929 #: config/tc-arm.c:5051
   1930 msgid "condition required"
   1931 msgstr ""
   1932 
   1933 #: config/tc-arm.c:5089 config/tc-arm.c:6924
   1934 msgid "'[' expected"
   1935 msgstr ""
   1936 
   1937 #: config/tc-arm.c:5102
   1938 msgid "',' expected"
   1939 msgstr ""
   1940 
   1941 #: config/tc-arm.c:5119
   1942 msgid "invalid shift"
   1943 msgstr ""
   1944 
   1945 #: config/tc-arm.c:5192
   1946 msgid "can't use Neon quad register here"
   1947 msgstr ""
   1948 
   1949 #: config/tc-arm.c:5258
   1950 msgid "expected <Rm> or <Dm> or <Qm> operand"
   1951 msgstr ""
   1952 
   1953 #: config/tc-arm.c:5338
   1954 #, fuzzy
   1955 msgid "parse error"
   1956 msgstr "Nta kosa"
   1957 
   1958 #: config/tc-arm.c:5348 read.c:2096
   1959 msgid "expected comma"
   1960 msgstr ""
   1961 
   1962 #: config/tc-arm.c:5638 config/tc-arm.c:5708
   1963 msgid "immediate value is out of range"
   1964 msgstr ""
   1965 
   1966 #: config/tc-arm.c:5853
   1967 msgid "iWMMXt data or control register expected"
   1968 msgstr ""
   1969 
   1970 #: config/tc-arm.c:6085 config/tc-score.c:56
   1971 msgid "garbage following instruction"
   1972 msgstr ""
   1973 
   1974 #: config/tc-arm.c:6172
   1975 msgid "D register out of range for selected VFP version"
   1976 msgstr ""
   1977 
   1978 #: config/tc-arm.c:6251
   1979 msgid "instruction does not accept preindexed addressing"
   1980 msgstr ""
   1981 
   1982 #. unindexed - only for coprocessor
   1983 #: config/tc-arm.c:6267 config/tc-arm.c:8244
   1984 msgid "instruction does not accept unindexed addressing"
   1985 msgstr ""
   1986 
   1987 #: config/tc-arm.c:6275
   1988 msgid "destination register same as write-back base"
   1989 msgstr ""
   1990 
   1991 #: config/tc-arm.c:6276
   1992 msgid "source register same as write-back base"
   1993 msgstr ""
   1994 
   1995 #: config/tc-arm.c:6322
   1996 msgid "instruction does not accept scaled register index"
   1997 msgstr ""
   1998 
   1999 #: config/tc-arm.c:6362
   2000 msgid "instruction does not support unindexed addressing"
   2001 msgstr ""
   2002 
   2003 #: config/tc-arm.c:6377
   2004 msgid "pc may not be used with write-back"
   2005 msgstr ""
   2006 
   2007 #: config/tc-arm.c:6382
   2008 msgid "instruction does not support writeback"
   2009 msgstr ""
   2010 
   2011 #: config/tc-arm.c:6424
   2012 msgid "invalid pseudo operation"
   2013 msgstr ""
   2014 
   2015 #: config/tc-arm.c:6470
   2016 msgid "literal pool insertion failed"
   2017 msgstr ""
   2018 
   2019 #: config/tc-arm.c:6528
   2020 msgid "Rn must not overlap other operands"
   2021 msgstr ""
   2022 
   2023 #: config/tc-arm.c:6628 config/tc-arm.c:6647 config/tc-arm.c:6660
   2024 #: config/tc-arm.c:8787 config/tc-arm.c:8807 config/tc-arm.c:8821
   2025 msgid "bit-field extends past end of register"
   2026 msgstr ""
   2027 
   2028 #: config/tc-arm.c:6689
   2029 msgid "the only suffix valid here is '(plt)'"
   2030 msgstr ""
   2031 
   2032 #: config/tc-arm.c:6742
   2033 msgid "use of r15 in blx in ARM mode is not really useful"
   2034 msgstr ""
   2035 
   2036 #: config/tc-arm.c:6765
   2037 msgid "use of r15 in bx in ARM mode is not really useful"
   2038 msgstr ""
   2039 
   2040 #: config/tc-arm.c:6777 config/tc-arm.c:8959
   2041 msgid "use of r15 in bxj is not really useful"
   2042 msgstr ""
   2043 
   2044 #: config/tc-arm.c:6891 config/tc-arm.c:6900
   2045 msgid "writeback of base register is UNPREDICTABLE"
   2046 msgstr ""
   2047 
   2048 #: config/tc-arm.c:6894
   2049 msgid "writeback of base register when in register list is UNPREDICTABLE"
   2050 msgstr ""
   2051 
   2052 #: config/tc-arm.c:6904
   2053 msgid "if writeback register is in list, it must be the lowest reg in the list"
   2054 msgstr ""
   2055 
   2056 #: config/tc-arm.c:6919
   2057 msgid "first destination register must be even"
   2058 msgstr ""
   2059 
   2060 #: config/tc-arm.c:6922 config/tc-arm.c:6989
   2061 msgid "can only load two consecutive registers"
   2062 msgstr ""
   2063 
   2064 #. If op 1 were present and equal to PC, this function wouldn't
   2065 #. have been called in the first place.
   2066 #. If op 2 were present and equal to PC, this function wouldn't
   2067 #. have been called in the first place.
   2068 #: config/tc-arm.c:6923 config/tc-arm.c:6992 config/tc-arm.c:7514
   2069 #: config/tc-arm.c:9437
   2070 msgid "r14 not allowed here"
   2071 msgstr ""
   2072 
   2073 #: config/tc-arm.c:6937
   2074 msgid "base register written back, and overlaps second destination register"
   2075 msgstr ""
   2076 
   2077 #: config/tc-arm.c:6945
   2078 msgid "index register overlaps destination register"
   2079 msgstr ""
   2080 
   2081 #: config/tc-arm.c:6975 config/tc-arm.c:7496
   2082 msgid "offset must be zero in ARM encoding"
   2083 msgstr ""
   2084 
   2085 #: config/tc-arm.c:6986 config/tc-arm.c:7508
   2086 msgid "even register required"
   2087 msgstr ""
   2088 
   2089 #: config/tc-arm.c:7017 config/tc-arm.c:7048
   2090 msgid "this instruction requires a post-indexed address"
   2091 msgstr ""
   2092 
   2093 #: config/tc-arm.c:7075
   2094 msgid "Rd and Rm should be different in mla"
   2095 msgstr ""
   2096 
   2097 #: config/tc-arm.c:7099 config/tc-arm.c:9695
   2098 msgid ":lower16: not allowed this instruction"
   2099 msgstr ""
   2100 
   2101 #: config/tc-arm.c:7101
   2102 msgid ":upper16: not allowed instruction"
   2103 msgstr ""
   2104 
   2105 #: config/tc-arm.c:7120
   2106 msgid "operand 1 must be FPSCR"
   2107 msgstr ""
   2108 
   2109 #: config/tc-arm.c:7153 config/tc-arm.c:9804
   2110 msgid "'CPSR' or 'SPSR' expected"
   2111 msgstr ""
   2112 
   2113 #: config/tc-arm.c:7190
   2114 msgid "Rd and Rm should be different in mul"
   2115 msgstr ""
   2116 
   2117 #: config/tc-arm.c:7211
   2118 msgid "rdhi, rdlo and rm must all be different"
   2119 msgstr ""
   2120 
   2121 #: config/tc-arm.c:7273
   2122 msgid "'[' expected after PLD mnemonic"
   2123 msgstr ""
   2124 
   2125 #: config/tc-arm.c:7275 config/tc-arm.c:7290
   2126 msgid "post-indexed expression used in preload instruction"
   2127 msgstr ""
   2128 
   2129 #: config/tc-arm.c:7277 config/tc-arm.c:7292
   2130 msgid "writeback used in preload instruction"
   2131 msgstr ""
   2132 
   2133 #: config/tc-arm.c:7279 config/tc-arm.c:7294
   2134 msgid "unindexed addressing used in preload instruction"
   2135 msgstr ""
   2136 
   2137 #: config/tc-arm.c:7288
   2138 msgid "'[' expected after PLI mnemonic"
   2139 msgstr ""
   2140 
   2141 #: config/tc-arm.c:7441 config/tc-arm.c:9884
   2142 msgid "rdhi and rdlo must be different"
   2143 msgstr ""
   2144 
   2145 #: config/tc-arm.c:7467
   2146 msgid "SRS base register must be r13"
   2147 msgstr ""
   2148 
   2149 #: config/tc-arm.c:7511
   2150 msgid "can only store two consecutive registers"
   2151 msgstr ""
   2152 
   2153 #: config/tc-arm.c:7606 config/tc-arm.c:7623
   2154 msgid "only two consecutive VFP SP registers allowed here"
   2155 msgstr ""
   2156 
   2157 #: config/tc-arm.c:7651 config/tc-arm.c:7666
   2158 msgid "this addressing mode requires base-register writeback"
   2159 msgstr ""
   2160 
   2161 #: config/tc-arm.c:7841
   2162 msgid "this instruction does not support indexing"
   2163 msgstr ""
   2164 
   2165 #: config/tc-arm.c:7865
   2166 msgid "only r15 allowed here"
   2167 msgstr ""
   2168 
   2169 #: config/tc-arm.c:8000
   2170 msgid "immediate operand requires iWMMXt2"
   2171 msgstr ""
   2172 
   2173 #: config/tc-arm.c:8144
   2174 msgid "shift by register not allowed in thumb mode"
   2175 msgstr ""
   2176 
   2177 #: config/tc-arm.c:8156 config/tc-arm.c:18197
   2178 msgid "shift expression is too large"
   2179 msgstr ""
   2180 
   2181 #: config/tc-arm.c:8182
   2182 msgid "Instruction does not support =N addresses"
   2183 msgstr ""
   2184 
   2185 #: config/tc-arm.c:8187
   2186 msgid "cannot use register index with PC-relative addressing"
   2187 msgstr ""
   2188 
   2189 #: config/tc-arm.c:8188
   2190 msgid "cannot use register index with this instruction"
   2191 msgstr ""
   2192 
   2193 #: config/tc-arm.c:8190
   2194 msgid "Thumb does not support negative register indexing"
   2195 msgstr ""
   2196 
   2197 #: config/tc-arm.c:8192
   2198 msgid "Thumb does not support register post-indexing"
   2199 msgstr ""
   2200 
   2201 #: config/tc-arm.c:8194
   2202 msgid "Thumb does not support register indexing with writeback"
   2203 msgstr ""
   2204 
   2205 #: config/tc-arm.c:8196
   2206 msgid "Thumb supports only LSL in shifted register indexing"
   2207 msgstr ""
   2208 
   2209 #: config/tc-arm.c:8205 config/tc-arm.c:12946
   2210 msgid "shift out of range"
   2211 msgstr ""
   2212 
   2213 #: config/tc-arm.c:8213
   2214 msgid "cannot use writeback with PC-relative addressing"
   2215 msgstr ""
   2216 
   2217 #: config/tc-arm.c:8215
   2218 msgid "cannot use writeback with this instruction"
   2219 msgstr ""
   2220 
   2221 #: config/tc-arm.c:8234
   2222 msgid "cannot use post-indexing with PC-relative addressing"
   2223 msgstr ""
   2224 
   2225 #: config/tc-arm.c:8235
   2226 msgid "cannot use post-indexing with this instruction"
   2227 msgstr ""
   2228 
   2229 #: config/tc-arm.c:8362
   2230 msgid "PC not allowed as destination"
   2231 msgstr ""
   2232 
   2233 #: config/tc-arm.c:8433
   2234 msgid "only SUBS PC, LR, #const allowed"
   2235 msgstr ""
   2236 
   2237 #: config/tc-arm.c:8506 config/tc-arm.c:8647 config/tc-arm.c:8739
   2238 #: config/tc-arm.c:9759
   2239 msgid "shift must be constant"
   2240 msgstr ""
   2241 
   2242 #: config/tc-arm.c:8533 config/tc-arm.c:8662 config/tc-arm.c:8754
   2243 #: config/tc-arm.c:9772
   2244 msgid "unshifted register required"
   2245 msgstr ""
   2246 
   2247 #: config/tc-arm.c:8548 config/tc-arm.c:8765 config/tc-arm.c:9871
   2248 msgid "dest must overlap one source register"
   2249 msgstr ""
   2250 
   2251 #: config/tc-arm.c:8665
   2252 msgid "dest and source1 must be the same register"
   2253 msgstr ""
   2254 
   2255 #: config/tc-arm.c:8916
   2256 msgid "instruction is always unconditional"
   2257 msgstr ""
   2258 
   2259 #: config/tc-arm.c:8998
   2260 msgid "selected processor does not support 'A' form of this instruction"
   2261 msgstr ""
   2262 
   2263 #: config/tc-arm.c:9001
   2264 msgid "Thumb does not support the 2-argument form of this instruction"
   2265 msgstr ""
   2266 
   2267 #: config/tc-arm.c:9100
   2268 #, fuzzy
   2269 msgid "SP not allowed in register list"
   2270 msgstr "[in Kureremba"
   2271 
   2272 #: config/tc-arm.c:9105
   2273 msgid "LR and PC should not both be in register list"
   2274 msgstr ""
   2275 
   2276 #: config/tc-arm.c:9109
   2277 msgid "base register should not be in register list when written back"
   2278 msgstr ""
   2279 
   2280 #: config/tc-arm.c:9115
   2281 #, fuzzy
   2282 msgid "PC not allowed in register list"
   2283 msgstr "[in Kureremba"
   2284 
   2285 #: config/tc-arm.c:9118 config/tc-arm.c:9184 config/tc-arm.c:9224
   2286 #, c-format
   2287 msgid "value stored for r%d is UNPREDICTABLE"
   2288 msgstr ""
   2289 
   2290 #: config/tc-arm.c:9160
   2291 msgid "Thumb load/store multiple does not support {reglist}^"
   2292 msgstr ""
   2293 
   2294 #: config/tc-arm.c:9217
   2295 msgid "Thumb-2 instruction only valid in unified syntax"
   2296 msgstr ""
   2297 
   2298 #: config/tc-arm.c:9221 config/tc-arm.c:9231
   2299 msgid "this instruction will write back the base register"
   2300 msgstr ""
   2301 
   2302 #: config/tc-arm.c:9234
   2303 msgid "this instruction will not write back the base register"
   2304 msgstr ""
   2305 
   2306 #: config/tc-arm.c:9263
   2307 msgid "r14 not allowed as first register when second register is omitted"
   2308 msgstr ""
   2309 
   2310 #: config/tc-arm.c:9360 config/tc-arm.c:9373 config/tc-arm.c:9409
   2311 msgid "Thumb does not support this addressing mode"
   2312 msgstr ""
   2313 
   2314 #: config/tc-arm.c:9377
   2315 msgid "byte or halfword not valid for base register"
   2316 msgstr ""
   2317 
   2318 #: config/tc-arm.c:9380
   2319 msgid "r15 based store not allowed"
   2320 msgstr ""
   2321 
   2322 #: config/tc-arm.c:9382
   2323 msgid "invalid base register for register offset"
   2324 msgstr ""
   2325 
   2326 #: config/tc-arm.c:9680
   2327 msgid "only lo regs allowed with immediate"
   2328 msgstr ""
   2329 
   2330 #: config/tc-arm.c:9700
   2331 msgid ":upper16: not allowed this instruction"
   2332 msgstr ""
   2333 
   2334 #: config/tc-arm.c:9794 config/tc-arm.c:9826 config/tc-arm.c:9832
   2335 msgid "selected processor does not support requested special purpose register"
   2336 msgstr ""
   2337 
   2338 #: config/tc-arm.c:9800
   2339 #, c-format
   2340 msgid ""
   2341 "selected processor does not support requested special purpose register %x"
   2342 msgstr ""
   2343 
   2344 #: config/tc-arm.c:9821
   2345 msgid "Thumb encoding does not support an immediate here"
   2346 msgstr ""
   2347 
   2348 #: config/tc-arm.c:9906
   2349 msgid "Thumb does not support NOP with hints"
   2350 msgstr ""
   2351 
   2352 #: config/tc-arm.c:9988
   2353 msgid "push/pop do not support {reglist}^"
   2354 msgstr ""
   2355 
   2356 #: config/tc-arm.c:10011
   2357 msgid "invalid register list to push/pop instruction"
   2358 msgstr ""
   2359 
   2360 #: config/tc-arm.c:10203
   2361 msgid "source1 and dest must be same register"
   2362 msgstr ""
   2363 
   2364 #: config/tc-arm.c:10224
   2365 #, fuzzy
   2366 msgid "ror #imm not supported"
   2367 msgstr "%s:OYA"
   2368 
   2369 #: config/tc-arm.c:10349
   2370 msgid "Thumb encoding does not support rotation"
   2371 msgstr ""
   2372 
   2373 #: config/tc-arm.c:10368
   2374 msgid "instruction requires register index"
   2375 msgstr ""
   2376 
   2377 #: config/tc-arm.c:10370
   2378 msgid "PC is not a valid index register"
   2379 msgstr ""
   2380 
   2381 #: config/tc-arm.c:10372
   2382 msgid "instruction does not allow shifted index"
   2383 msgstr ""
   2384 
   2385 #: config/tc-arm.c:10791
   2386 #, fuzzy
   2387 msgid "invalid instruction shape"
   2388 msgstr "%s:Sibyo Ubwoko"
   2389 
   2390 #: config/tc-arm.c:11033
   2391 msgid "types specified in both the mnemonic and operands"
   2392 msgstr ""
   2393 
   2394 #: config/tc-arm.c:11070
   2395 msgid "operand types can't be inferred"
   2396 msgstr ""
   2397 
   2398 #: config/tc-arm.c:11076
   2399 msgid "type specifier has the wrong number of parts"
   2400 msgstr ""
   2401 
   2402 #: config/tc-arm.c:11131
   2403 msgid "operand size must match register width"
   2404 msgstr ""
   2405 
   2406 #: config/tc-arm.c:11142
   2407 msgid "bad type in Neon instruction"
   2408 msgstr ""
   2409 
   2410 #: config/tc-arm.c:11153
   2411 msgid "inconsistent types in Neon instruction"
   2412 msgstr ""
   2413 
   2414 #: config/tc-arm.c:12202
   2415 msgid "scalar out of range for multiply instruction"
   2416 msgstr ""
   2417 
   2418 #: config/tc-arm.c:12366 config/tc-arm.c:12378
   2419 msgid "immediate out of range for insert"
   2420 msgstr ""
   2421 
   2422 #: config/tc-arm.c:12390 config/tc-arm.c:13292
   2423 #, fuzzy
   2424 msgid "immediate out of range for shift"
   2425 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   2426 
   2427 #: config/tc-arm.c:12447 config/tc-arm.c:12474 config/tc-arm.c:12792
   2428 #: config/tc-arm.c:13238
   2429 #, fuzzy
   2430 msgid "immediate out of range"
   2431 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   2432 
   2433 #: config/tc-arm.c:12511
   2434 msgid "immediate out of range for narrowing operation"
   2435 msgstr ""
   2436 
   2437 #: config/tc-arm.c:12631
   2438 msgid "operands 0 and 1 must be the same register"
   2439 msgstr ""
   2440 
   2441 #: config/tc-arm.c:12766
   2442 msgid "operand size must be specified for immediate VMOV"
   2443 msgstr ""
   2444 
   2445 #: config/tc-arm.c:12776
   2446 msgid "immediate has bits set outside the operand size"
   2447 msgstr ""
   2448 
   2449 #: config/tc-arm.c:12972
   2450 msgid "elements must be smaller than reversal region"
   2451 msgstr ""
   2452 
   2453 #: config/tc-arm.c:13143 config/tc-arm.c:13191
   2454 msgid "bad type for scalar"
   2455 msgstr ""
   2456 
   2457 #: config/tc-arm.c:13255 config/tc-arm.c:13263
   2458 msgid "VFP registers must be adjacent"
   2459 msgstr ""
   2460 
   2461 #: config/tc-arm.c:13404
   2462 msgid "bad list length for table lookup"
   2463 msgstr ""
   2464 
   2465 #: config/tc-arm.c:13434
   2466 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
   2467 msgstr ""
   2468 
   2469 #: config/tc-arm.c:13437
   2470 msgid "register list must contain at least 1 and at most 16 registers"
   2471 msgstr ""
   2472 
   2473 #: config/tc-arm.c:13514
   2474 msgid "bad alignment"
   2475 msgstr ""
   2476 
   2477 #: config/tc-arm.c:13531
   2478 msgid "bad list type for instruction"
   2479 msgstr ""
   2480 
   2481 #: config/tc-arm.c:13573
   2482 msgid "unsupported alignment for instruction"
   2483 msgstr ""
   2484 
   2485 #: config/tc-arm.c:13592 config/tc-arm.c:13686 config/tc-arm.c:13697
   2486 #: config/tc-arm.c:13707 config/tc-arm.c:13721
   2487 msgid "bad list length"
   2488 msgstr ""
   2489 
   2490 #: config/tc-arm.c:13597
   2491 msgid "stride of 2 unavailable when element size is 8"
   2492 msgstr ""
   2493 
   2494 #: config/tc-arm.c:13630 config/tc-arm.c:13705
   2495 msgid "can't use alignment with this instruction"
   2496 msgstr ""
   2497 
   2498 #: config/tc-arm.c:13769
   2499 msgid "post-index must be a register"
   2500 msgstr ""
   2501 
   2502 #: config/tc-arm.c:13771
   2503 msgid "bad register for post-index"
   2504 msgstr ""
   2505 
   2506 #: config/tc-arm.c:14058 config/tc-arm.c:14144
   2507 msgid "conditional infixes are deprecated in unified syntax"
   2508 msgstr ""
   2509 
   2510 #: config/tc-arm.c:14177
   2511 #, fuzzy, c-format
   2512 msgid "bad instruction `%s'"
   2513 msgstr ":Amabwiriza"
   2514 
   2515 #: config/tc-arm.c:14183
   2516 msgid "s suffix on comparison instruction is deprecated"
   2517 msgstr ""
   2518 
   2519 #: config/tc-arm.c:14202 config/tc-arm.c:14283
   2520 #, c-format
   2521 msgid "selected processor does not support `%s'"
   2522 msgstr ""
   2523 
   2524 #: config/tc-arm.c:14208
   2525 msgid "Thumb does not support conditional execution"
   2526 msgstr ""
   2527 
   2528 #: config/tc-arm.c:14231
   2529 msgid "incorrect condition in IT block"
   2530 msgstr ""
   2531 
   2532 #: config/tc-arm.c:14237
   2533 msgid "thumb conditional instruction not in IT block"
   2534 msgstr ""
   2535 
   2536 #: config/tc-arm.c:14257
   2537 #, c-format
   2538 msgid "cannot honor width suffix -- `%s'"
   2539 msgstr ""
   2540 
   2541 #: config/tc-arm.c:14288
   2542 #, c-format
   2543 msgid "width suffixes are invalid in ARM mode -- `%s'"
   2544 msgstr ""
   2545 
   2546 #: config/tc-arm.c:14312
   2547 #, c-format
   2548 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
   2549 msgstr ""
   2550 
   2551 #: config/tc-arm.c:17063
   2552 msgid "alignments greater than 32 bytes not supported in .text sections."
   2553 msgstr ""
   2554 
   2555 #: config/tc-arm.c:17357
   2556 msgid "handerdata in cantunwind frame"
   2557 msgstr ""
   2558 
   2559 #: config/tc-arm.c:17374
   2560 msgid "too many unwind opcodes for personality routine 0"
   2561 msgstr ""
   2562 
   2563 #: config/tc-arm.c:17406
   2564 msgid "too many unwind opcodes"
   2565 msgstr ""
   2566 
   2567 #: config/tc-arm.c:17940 config/tc-arm.c:18224
   2568 #, c-format
   2569 msgid "undefined symbol %s used as an immediate value"
   2570 msgstr ""
   2571 
   2572 #: config/tc-arm.c:17954 config/tc-arm.c:18263
   2573 #, c-format
   2574 msgid "invalid constant (%lx) after fixup"
   2575 msgstr ""
   2576 
   2577 #: config/tc-arm.c:17991
   2578 #, c-format
   2579 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
   2580 msgstr ""
   2581 
   2582 #: config/tc-arm.c:18026 config/tc-arm.c:18051
   2583 msgid "invalid literal constant: pool needs to be closer"
   2584 msgstr ""
   2585 
   2586 #: config/tc-arm.c:18029 config/tc-arm.c:18067
   2587 #, c-format
   2588 msgid "bad immediate value for offset (%ld)"
   2589 msgstr ""
   2590 
   2591 #: config/tc-arm.c:18053
   2592 #, c-format
   2593 msgid "bad immediate value for 8-bit offset (%ld)"
   2594 msgstr ""
   2595 
   2596 #: config/tc-arm.c:18108
   2597 #, fuzzy
   2598 msgid "offset not a multiple of 4"
   2599 msgstr "%s:Ikosa OYA a Igikubo Bya"
   2600 
   2601 #: config/tc-arm.c:18115 config/tc-arm.c:18130 config/tc-arm.c:18145
   2602 #: config/tc-arm.c:18156 config/tc-arm.c:18179 config/tc-arm.c:18774
   2603 #: config/tc-pj.c:498 config/tc-sh.c:4214
   2604 msgid "offset out of range"
   2605 msgstr ""
   2606 
   2607 #: config/tc-arm.c:18279
   2608 msgid "invalid smc expression"
   2609 msgstr ""
   2610 
   2611 #: config/tc-arm.c:18290 config/tc-arm.c:18299
   2612 msgid "invalid swi expression"
   2613 msgstr ""
   2614 
   2615 #: config/tc-arm.c:18309
   2616 msgid "invalid expression in load/store multiple"
   2617 msgstr ""
   2618 
   2619 #: config/tc-arm.c:18339
   2620 msgid "misaligned branch destination"
   2621 msgstr ""
   2622 
   2623 #: config/tc-arm.c:18343 config/tc-arm.c:18380 config/tc-arm.c:18394
   2624 #: config/tc-arm.c:18407 config/tc-arm.c:18446 config/tc-arm.c:18471
   2625 msgid "branch out of range"
   2626 msgstr ""
   2627 
   2628 #: config/tc-arm.c:18420
   2629 #, fuzzy
   2630 msgid "conditional branch out of range"
   2631 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   2632 
   2633 #: config/tc-arm.c:18548
   2634 msgid "rel31 relocation overflow"
   2635 msgstr ""
   2636 
   2637 #: config/tc-arm.c:18560 config/tc-arm.c:18583
   2638 msgid "co-processor offset out of range"
   2639 msgstr ""
   2640 
   2641 #: config/tc-arm.c:18600
   2642 #, c-format
   2643 msgid "invalid offset, target not word aligned (0x%08lX)"
   2644 msgstr ""
   2645 
   2646 #: config/tc-arm.c:18607 config/tc-arm.c:18616 config/tc-arm.c:18624
   2647 #: config/tc-arm.c:18632 config/tc-arm.c:18640
   2648 #, c-format
   2649 msgid "invalid offset, value too big (0x%08lX)"
   2650 msgstr ""
   2651 
   2652 #: config/tc-arm.c:18681
   2653 msgid "invalid Hi register with immediate"
   2654 msgstr ""
   2655 
   2656 #: config/tc-arm.c:18697
   2657 msgid "invalid immediate for stack address calculation"
   2658 msgstr ""
   2659 
   2660 #: config/tc-arm.c:18705
   2661 #, c-format
   2662 msgid "invalid immediate for address calculation (value = 0x%08lX)"
   2663 msgstr ""
   2664 
   2665 #: config/tc-arm.c:18735
   2666 #, c-format
   2667 msgid "invalid immediate: %ld is out of range"
   2668 msgstr ""
   2669 
   2670 #: config/tc-arm.c:18747
   2671 #, c-format
   2672 msgid "invalid shift value: %ld"
   2673 msgstr ""
   2674 
   2675 #: config/tc-arm.c:18826
   2676 #, c-format
   2677 msgid "the offset 0x%08lX is not representable"
   2678 msgstr ""
   2679 
   2680 #: config/tc-arm.c:18866
   2681 #, c-format
   2682 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
   2683 msgstr ""
   2684 
   2685 #: config/tc-arm.c:18905
   2686 #, c-format
   2687 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
   2688 msgstr ""
   2689 
   2690 #: config/tc-arm.c:18945
   2691 #, c-format
   2692 msgid "bad offset 0x%08lX (must be word-aligned)"
   2693 msgstr ""
   2694 
   2695 #: config/tc-arm.c:18950
   2696 #, c-format
   2697 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
   2698 msgstr ""
   2699 
   2700 #: config/tc-arm.c:18976 config/tc-score.c:5480
   2701 #, fuzzy, c-format
   2702 msgid "bad relocation fixup type (%d)"
   2703 msgstr "%s:Sibyo Ubwoko"
   2704 
   2705 #: config/tc-arm.c:19079
   2706 msgid "literal referenced across section boundary"
   2707 msgstr ""
   2708 
   2709 #: config/tc-arm.c:19139
   2710 msgid "internal relocation (type: IMMEDIATE) not fixed up"
   2711 msgstr ""
   2712 
   2713 #: config/tc-arm.c:19144
   2714 msgid "ADRL used for a symbol not defined in the same file"
   2715 msgstr ""
   2716 
   2717 #: config/tc-arm.c:19159
   2718 #, c-format
   2719 msgid "undefined local label `%s'"
   2720 msgstr ""
   2721 
   2722 #: config/tc-arm.c:19165
   2723 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
   2724 msgstr ""
   2725 
   2726 #: config/tc-arm.c:19186 config/tc-cris.c:3925 config/tc-mcore.c:1992
   2727 #: config/tc-mmix.c:2887 config/tc-ns32k.c:2282 config/tc-score.c:5571
   2728 #, fuzzy
   2729 msgid "<unknown>"
   2730 msgstr "<Itazwi>"
   2731 
   2732 #: config/tc-arm.c:19189 config/tc-arm.c:19210 config/tc-score.c:5573
   2733 #, fuzzy, c-format
   2734 msgid "cannot represent %s relocation in this object file format"
   2735 msgstr "%s:OYA Icyiciro in a Inyuma Igikoresho IDOSIYE Imiterere"
   2736 
   2737 #: config/tc-arm.c:19444
   2738 #, fuzzy, c-format
   2739 msgid "%s: unexpected function type: %d"
   2740 msgstr "%s:Ubwoko"
   2741 
   2742 #: config/tc-arm.c:19534 config/tc-score.c:6592 config/tc-score.c:6608
   2743 #: config/tc-score.c:6613
   2744 msgid "virtual memory exhausted"
   2745 msgstr ""
   2746 
   2747 #: config/tc-arm.c:19567
   2748 msgid "use of old and new-style options to set CPU type"
   2749 msgstr ""
   2750 
   2751 #: config/tc-arm.c:19577
   2752 msgid "use of old and new-style options to set FPU type"
   2753 msgstr ""
   2754 
   2755 #: config/tc-arm.c:19652
   2756 msgid "hard-float conflicts with specified fpu"
   2757 msgstr ""
   2758 
   2759 #: config/tc-arm.c:19835
   2760 msgid "generate PIC code"
   2761 msgstr ""
   2762 
   2763 #: config/tc-arm.c:19836
   2764 msgid "assemble Thumb code"
   2765 msgstr ""
   2766 
   2767 #: config/tc-arm.c:19837
   2768 msgid "support ARM/Thumb interworking"
   2769 msgstr ""
   2770 
   2771 #: config/tc-arm.c:19839
   2772 msgid "code uses 32-bit program counter"
   2773 msgstr ""
   2774 
   2775 #: config/tc-arm.c:19840
   2776 msgid "code uses 26-bit program counter"
   2777 msgstr ""
   2778 
   2779 #: config/tc-arm.c:19841
   2780 msgid "floating point args are in fp regs"
   2781 msgstr ""
   2782 
   2783 #: config/tc-arm.c:19843
   2784 msgid "re-entrant code"
   2785 msgstr ""
   2786 
   2787 #: config/tc-arm.c:19844
   2788 msgid "code is ATPCS conformant"
   2789 msgstr ""
   2790 
   2791 #: config/tc-arm.c:19845
   2792 msgid "assemble for big-endian"
   2793 msgstr ""
   2794 
   2795 #: config/tc-arm.c:19846
   2796 msgid "assemble for little-endian"
   2797 msgstr ""
   2798 
   2799 #. These are recognized by the assembler, but have no affect on code.
   2800 #: config/tc-arm.c:19850
   2801 msgid "use frame pointer"
   2802 msgstr ""
   2803 
   2804 #: config/tc-arm.c:19851
   2805 msgid "use stack size checking"
   2806 msgstr ""
   2807 
   2808 #. DON'T add any new processors to this list -- we want the whole list
   2809 #. to go away...  Add them to the processors table instead.
   2810 #: config/tc-arm.c:19867 config/tc-arm.c:19868
   2811 msgid "use -mcpu=arm1"
   2812 msgstr ""
   2813 
   2814 #: config/tc-arm.c:19869 config/tc-arm.c:19870
   2815 msgid "use -mcpu=arm2"
   2816 msgstr ""
   2817 
   2818 #: config/tc-arm.c:19871 config/tc-arm.c:19872
   2819 msgid "use -mcpu=arm250"
   2820 msgstr ""
   2821 
   2822 #: config/tc-arm.c:19873 config/tc-arm.c:19874
   2823 msgid "use -mcpu=arm3"
   2824 msgstr ""
   2825 
   2826 #: config/tc-arm.c:19875 config/tc-arm.c:19876
   2827 msgid "use -mcpu=arm6"
   2828 msgstr ""
   2829 
   2830 #: config/tc-arm.c:19877 config/tc-arm.c:19878
   2831 msgid "use -mcpu=arm600"
   2832 msgstr ""
   2833 
   2834 #: config/tc-arm.c:19879 config/tc-arm.c:19880
   2835 msgid "use -mcpu=arm610"
   2836 msgstr ""
   2837 
   2838 #: config/tc-arm.c:19881 config/tc-arm.c:19882
   2839 msgid "use -mcpu=arm620"
   2840 msgstr ""
   2841 
   2842 #: config/tc-arm.c:19883 config/tc-arm.c:19884
   2843 msgid "use -mcpu=arm7"
   2844 msgstr ""
   2845 
   2846 #: config/tc-arm.c:19885 config/tc-arm.c:19886
   2847 msgid "use -mcpu=arm70"
   2848 msgstr ""
   2849 
   2850 #: config/tc-arm.c:19887 config/tc-arm.c:19888
   2851 msgid "use -mcpu=arm700"
   2852 msgstr ""
   2853 
   2854 #: config/tc-arm.c:19889 config/tc-arm.c:19890
   2855 msgid "use -mcpu=arm700i"
   2856 msgstr ""
   2857 
   2858 #: config/tc-arm.c:19891 config/tc-arm.c:19892
   2859 msgid "use -mcpu=arm710"
   2860 msgstr ""
   2861 
   2862 #: config/tc-arm.c:19893 config/tc-arm.c:19894
   2863 msgid "use -mcpu=arm710c"
   2864 msgstr ""
   2865 
   2866 #: config/tc-arm.c:19895 config/tc-arm.c:19896
   2867 msgid "use -mcpu=arm720"
   2868 msgstr ""
   2869 
   2870 #: config/tc-arm.c:19897 config/tc-arm.c:19898
   2871 msgid "use -mcpu=arm7d"
   2872 msgstr ""
   2873 
   2874 #: config/tc-arm.c:19899 config/tc-arm.c:19900
   2875 msgid "use -mcpu=arm7di"
   2876 msgstr ""
   2877 
   2878 #: config/tc-arm.c:19901 config/tc-arm.c:19902
   2879 msgid "use -mcpu=arm7m"
   2880 msgstr ""
   2881 
   2882 #: config/tc-arm.c:19903 config/tc-arm.c:19904
   2883 msgid "use -mcpu=arm7dm"
   2884 msgstr ""
   2885 
   2886 #: config/tc-arm.c:19905 config/tc-arm.c:19906
   2887 msgid "use -mcpu=arm7dmi"
   2888 msgstr ""
   2889 
   2890 #: config/tc-arm.c:19907 config/tc-arm.c:19908
   2891 msgid "use -mcpu=arm7100"
   2892 msgstr ""
   2893 
   2894 #: config/tc-arm.c:19909 config/tc-arm.c:19910
   2895 msgid "use -mcpu=arm7500"
   2896 msgstr ""
   2897 
   2898 #: config/tc-arm.c:19911 config/tc-arm.c:19912
   2899 msgid "use -mcpu=arm7500fe"
   2900 msgstr ""
   2901 
   2902 #: config/tc-arm.c:19913 config/tc-arm.c:19914 config/tc-arm.c:19915
   2903 #: config/tc-arm.c:19916
   2904 msgid "use -mcpu=arm7tdmi"
   2905 msgstr ""
   2906 
   2907 #: config/tc-arm.c:19917 config/tc-arm.c:19918
   2908 msgid "use -mcpu=arm710t"
   2909 msgstr ""
   2910 
   2911 #: config/tc-arm.c:19919 config/tc-arm.c:19920
   2912 msgid "use -mcpu=arm720t"
   2913 msgstr ""
   2914 
   2915 #: config/tc-arm.c:19921 config/tc-arm.c:19922
   2916 msgid "use -mcpu=arm740t"
   2917 msgstr ""
   2918 
   2919 #: config/tc-arm.c:19923 config/tc-arm.c:19924
   2920 msgid "use -mcpu=arm8"
   2921 msgstr ""
   2922 
   2923 #: config/tc-arm.c:19925 config/tc-arm.c:19926
   2924 msgid "use -mcpu=arm810"
   2925 msgstr ""
   2926 
   2927 #: config/tc-arm.c:19927 config/tc-arm.c:19928
   2928 msgid "use -mcpu=arm9"
   2929 msgstr ""
   2930 
   2931 #: config/tc-arm.c:19929 config/tc-arm.c:19930
   2932 msgid "use -mcpu=arm9tdmi"
   2933 msgstr ""
   2934 
   2935 #: config/tc-arm.c:19931 config/tc-arm.c:19932
   2936 msgid "use -mcpu=arm920"
   2937 msgstr ""
   2938 
   2939 #: config/tc-arm.c:19933 config/tc-arm.c:19934
   2940 msgid "use -mcpu=arm940"
   2941 msgstr ""
   2942 
   2943 #: config/tc-arm.c:19935
   2944 msgid "use -mcpu=strongarm"
   2945 msgstr ""
   2946 
   2947 #: config/tc-arm.c:19937
   2948 msgid "use -mcpu=strongarm110"
   2949 msgstr ""
   2950 
   2951 #: config/tc-arm.c:19939
   2952 msgid "use -mcpu=strongarm1100"
   2953 msgstr ""
   2954 
   2955 #: config/tc-arm.c:19941
   2956 msgid "use -mcpu=strongarm1110"
   2957 msgstr ""
   2958 
   2959 #: config/tc-arm.c:19942
   2960 msgid "use -mcpu=xscale"
   2961 msgstr ""
   2962 
   2963 #: config/tc-arm.c:19943
   2964 msgid "use -mcpu=iwmmxt"
   2965 msgstr ""
   2966 
   2967 #: config/tc-arm.c:19944
   2968 msgid "use -mcpu=all"
   2969 msgstr ""
   2970 
   2971 #. Architecture variants -- don't add any more to this list either.
   2972 #: config/tc-arm.c:19947 config/tc-arm.c:19948
   2973 msgid "use -march=armv2"
   2974 msgstr ""
   2975 
   2976 #: config/tc-arm.c:19949 config/tc-arm.c:19950
   2977 msgid "use -march=armv2a"
   2978 msgstr ""
   2979 
   2980 #: config/tc-arm.c:19951 config/tc-arm.c:19952
   2981 msgid "use -march=armv3"
   2982 msgstr ""
   2983 
   2984 #: config/tc-arm.c:19953 config/tc-arm.c:19954
   2985 msgid "use -march=armv3m"
   2986 msgstr ""
   2987 
   2988 #: config/tc-arm.c:19955 config/tc-arm.c:19956
   2989 msgid "use -march=armv4"
   2990 msgstr ""
   2991 
   2992 #: config/tc-arm.c:19957 config/tc-arm.c:19958
   2993 msgid "use -march=armv4t"
   2994 msgstr ""
   2995 
   2996 #: config/tc-arm.c:19959 config/tc-arm.c:19960
   2997 msgid "use -march=armv5"
   2998 msgstr ""
   2999 
   3000 #: config/tc-arm.c:19961 config/tc-arm.c:19962
   3001 msgid "use -march=armv5t"
   3002 msgstr ""
   3003 
   3004 #: config/tc-arm.c:19963 config/tc-arm.c:19964
   3005 msgid "use -march=armv5te"
   3006 msgstr ""
   3007 
   3008 #. Floating point variants -- don't add any more to this list either.
   3009 #: config/tc-arm.c:19967
   3010 msgid "use -mfpu=fpe"
   3011 msgstr ""
   3012 
   3013 #: config/tc-arm.c:19968
   3014 msgid "use -mfpu=fpa10"
   3015 msgstr ""
   3016 
   3017 #: config/tc-arm.c:19969
   3018 msgid "use -mfpu=fpa11"
   3019 msgstr ""
   3020 
   3021 #: config/tc-arm.c:19971
   3022 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
   3023 msgstr ""
   3024 
   3025 #: config/tc-arm.c:20232
   3026 msgid "invalid architectural extension"
   3027 msgstr ""
   3028 
   3029 #: config/tc-arm.c:20246
   3030 msgid "missing architectural extension"
   3031 msgstr ""
   3032 
   3033 #: config/tc-arm.c:20259
   3034 #, c-format
   3035 msgid "unknown architectural extnsion `%s'"
   3036 msgstr ""
   3037 
   3038 #: config/tc-arm.c:20283
   3039 #, c-format
   3040 msgid "missing cpu name `%s'"
   3041 msgstr ""
   3042 
   3043 #: config/tc-arm.c:20308 config/tc-arm.c:20693
   3044 #, c-format
   3045 msgid "unknown cpu `%s'"
   3046 msgstr ""
   3047 
   3048 #: config/tc-arm.c:20326
   3049 #, c-format
   3050 msgid "missing architecture name `%s'"
   3051 msgstr ""
   3052 
   3053 #: config/tc-arm.c:20343 config/tc-arm.c:20727 config/tc-arm.c:20758
   3054 #, c-format
   3055 msgid "unknown architecture `%s'\n"
   3056 msgstr ""
   3057 
   3058 #: config/tc-arm.c:20359 config/tc-arm.c:20789
   3059 #, fuzzy, c-format
   3060 msgid "unknown floating point format `%s'\n"
   3061 msgstr "%s:Kitazwi Ubwoko kugirango IKIMENYETSO"
   3062 
   3063 #: config/tc-arm.c:20375
   3064 #, c-format
   3065 msgid "unknown floating point abi `%s'\n"
   3066 msgstr ""
   3067 
   3068 #: config/tc-arm.c:20391
   3069 #, c-format
   3070 msgid "unknown EABI `%s'\n"
   3071 msgstr ""
   3072 
   3073 #: config/tc-arm.c:20398
   3074 msgid "<cpu name>\t  assemble for CPU <cpu name>"
   3075 msgstr ""
   3076 
   3077 #: config/tc-arm.c:20400
   3078 msgid "<arch name>\t  assemble for architecture <arch name>"
   3079 msgstr ""
   3080 
   3081 #: config/tc-arm.c:20402
   3082 msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
   3083 msgstr ""
   3084 
   3085 #: config/tc-arm.c:20404
   3086 msgid "<abi>\t  assemble for floating point ABI <abi>"
   3087 msgstr ""
   3088 
   3089 #: config/tc-arm.c:20407
   3090 msgid "<ver>\t  assemble for eabi version <ver>"
   3091 msgstr ""
   3092 
   3093 #: config/tc-arm.c:20449 config/tc-arm.c:20469 config/tc-arm.c:20491
   3094 #, c-format
   3095 msgid "option `-%c%s' is deprecated: %s"
   3096 msgstr ""
   3097 
   3098 #: config/tc-arm.c:20512
   3099 #, c-format
   3100 msgid " ARM-specific assembler options:\n"
   3101 msgstr ""
   3102 
   3103 #: config/tc-arm.c:20523
   3104 #, c-format
   3105 msgid "  -EB                     assemble code for a big-endian cpu\n"
   3106 msgstr ""
   3107 
   3108 #: config/tc-arm.c:20528
   3109 #, c-format
   3110 msgid "  -EL                     assemble code for a little-endian cpu\n"
   3111 msgstr ""
   3112 
   3113 #: config/tc-avr.c:262
   3114 #, c-format
   3115 msgid "Known MCU names:"
   3116 msgstr ""
   3117 
   3118 #: config/tc-avr.c:328
   3119 #, c-format
   3120 msgid ""
   3121 "AVR options:\n"
   3122 "  -mmcu=[avr-name] select microcontroller variant\n"
   3123 "                   [avr-name] can be:\n"
   3124 "                   avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
   3125 "                   avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
   3126 "                   avr3 - ATmega103, ATmega603\n"
   3127 "                   avr4 - ATmega83, ATmega85\n"
   3128 "                   avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
   3129 "                   or immediate microcontroller name.\n"
   3130 msgstr ""
   3131 
   3132 #: config/tc-avr.c:338
   3133 #, c-format
   3134 msgid ""
   3135 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
   3136 "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
   3137 "                   (default for avr4, avr5)\n"
   3138 "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
   3139 "                   (default for avr3, avr5)\n"
   3140 msgstr ""
   3141 
   3142 #: config/tc-avr.c:382 config/tc-msp430.c:747
   3143 #, c-format
   3144 msgid "unknown MCU: %s\n"
   3145 msgstr ""
   3146 
   3147 #: config/tc-avr.c:391
   3148 #, c-format
   3149 msgid "redefinition of mcu type `%s' to `%s'"
   3150 msgstr ""
   3151 
   3152 #: config/tc-avr.c:438 config/tc-cr16.c:699 config/tc-crx.c:491
   3153 #: config/tc-d10v.c:277 config/tc-d30v.c:311 config/tc-maxq.c:411
   3154 #: config/tc-mips.c:10773 config/tc-mmix.c:2263 config/tc-mn10200.c:341
   3155 #: config/tc-msp430.c:871 config/tc-pj.c:341 config/tc-ppc.c:5236
   3156 #: config/tc-sh.c:3076 config/tc-v850.c:1198
   3157 msgid "bad call to md_atof"
   3158 msgstr ""
   3159 
   3160 #: config/tc-avr.c:505
   3161 msgid "constant value required"
   3162 msgstr ""
   3163 
   3164 #: config/tc-avr.c:508
   3165 #, c-format
   3166 msgid "number must be positive and less than %d"
   3167 msgstr ""
   3168 
   3169 #: config/tc-avr.c:534 config/tc-avr.c:669
   3170 #, c-format
   3171 msgid "constant out of 8-bit range: %d"
   3172 msgstr ""
   3173 
   3174 #: config/tc-avr.c:602 config/tc-score.c:974 read.c:3564
   3175 msgid "illegal expression"
   3176 msgstr ""
   3177 
   3178 #: config/tc-avr.c:631 config/tc-avr.c:1390
   3179 msgid "`)' required"
   3180 msgstr ""
   3181 
   3182 #: config/tc-avr.c:652
   3183 msgid "expression dangerous with linker stubs"
   3184 msgstr ""
   3185 
   3186 #: config/tc-avr.c:724
   3187 msgid "register r16-r23 required"
   3188 msgstr ""
   3189 
   3190 #: config/tc-avr.c:730
   3191 msgid "register number above 15 required"
   3192 msgstr ""
   3193 
   3194 #: config/tc-avr.c:736
   3195 msgid "even register number required"
   3196 msgstr ""
   3197 
   3198 #: config/tc-avr.c:742
   3199 msgid "register r24, r26, r28 or r30 required"
   3200 msgstr ""
   3201 
   3202 #: config/tc-avr.c:748
   3203 msgid "register name or number from 0 to 31 required"
   3204 msgstr ""
   3205 
   3206 #: config/tc-avr.c:766
   3207 msgid "pointer register (X, Y or Z) required"
   3208 msgstr ""
   3209 
   3210 #: config/tc-avr.c:773
   3211 msgid "cannot both predecrement and postincrement"
   3212 msgstr ""
   3213 
   3214 #: config/tc-avr.c:781
   3215 #, fuzzy
   3216 msgid "addressing mode not supported"
   3217 msgstr "%s:OYA"
   3218 
   3219 #: config/tc-avr.c:787
   3220 msgid "can't predecrement"
   3221 msgstr ""
   3222 
   3223 #: config/tc-avr.c:790
   3224 msgid "pointer register Z required"
   3225 msgstr ""
   3226 
   3227 #: config/tc-avr.c:808
   3228 msgid "pointer register (Y or Z) required"
   3229 msgstr ""
   3230 
   3231 #: config/tc-avr.c:912
   3232 #, c-format
   3233 msgid "unknown constraint `%c'"
   3234 msgstr ""
   3235 
   3236 #: config/tc-avr.c:964
   3237 msgid "`,' required"
   3238 msgstr ""
   3239 
   3240 #: config/tc-avr.c:982
   3241 msgid "undefined combination of operands"
   3242 msgstr ""
   3243 
   3244 #: config/tc-avr.c:991
   3245 msgid "skipping two-word instruction"
   3246 msgstr ""
   3247 
   3248 #: config/tc-avr.c:1083 config/tc-avr.c:1099 config/tc-avr.c:1213
   3249 #: config/tc-msp430.c:2009 config/tc-msp430.c:2027
   3250 #, c-format
   3251 msgid "odd address operand: %ld"
   3252 msgstr ""
   3253 
   3254 #: config/tc-avr.c:1091 config/tc-avr.c:1110 config/tc-avr.c:1132
   3255 #: config/tc-avr.c:1139 config/tc-avr.c:1146 config/tc-d10v.c:537
   3256 #: config/tc-d30v.c:588 config/tc-msp430.c:2017 config/tc-msp430.c:2032
   3257 #: config/tc-msp430.c:2042
   3258 #, c-format
   3259 msgid "operand out of range: %ld"
   3260 msgstr ""
   3261 
   3262 #: config/tc-avr.c:1222 config/tc-d10v.c:1619 config/tc-d30v.c:2059
   3263 #: config/tc-msp430.c:2060
   3264 #, fuzzy, c-format
   3265 msgid "line %d: unknown relocation type: 0x%x"
   3266 msgstr "%s:Kitazwi Ubwoko"
   3267 
   3268 #: config/tc-avr.c:1236
   3269 msgid "only constant expression allowed"
   3270 msgstr ""
   3271 
   3272 #. xgettext:c-format.
   3273 #: config/tc-avr.c:1296 config/tc-bfin.c:771 config/tc-d10v.c:1491
   3274 #: config/tc-d30v.c:1803 config/tc-mn10200.c:813 config/tc-mn10300.c:2311
   3275 #: config/tc-msp430.c:2095 config/tc-or32.c:1017 config/tc-ppc.c:6115
   3276 #: config/tc-spu.c:880 config/tc-spu.c:1067 config/tc-v850.c:2219
   3277 #: config/tc-z80.c:2017
   3278 #, fuzzy, c-format
   3279 msgid "reloc %d not supported by object file format"
   3280 msgstr "Icyiciro"
   3281 
   3282 #: config/tc-avr.c:1319 config/tc-h8300.c:1866 config/tc-mcore.c:881
   3283 #: config/tc-msp430.c:1860 config/tc-pj.c:253 config/tc-sh.c:2544
   3284 #: config/tc-z8k.c:1216
   3285 msgid "can't find opcode "
   3286 msgstr ""
   3287 
   3288 #: config/tc-avr.c:1336
   3289 #, c-format
   3290 msgid "illegal opcode %s for mcu %s"
   3291 msgstr ""
   3292 
   3293 #: config/tc-avr.c:1345
   3294 msgid "garbage at end of line"
   3295 msgstr ""
   3296 
   3297 #: config/tc-avr.c:1417 config/tc-avr.c:1424
   3298 #, fuzzy, c-format
   3299 msgid "illegal %srelocation size: %d"
   3300 msgstr "%s:Icyiciro Izina:"
   3301 
   3302 #: config/tc-bfin.c:338
   3303 #, c-format
   3304 msgid " BFIN specific command line options:\n"
   3305 msgstr ""
   3306 
   3307 #: config/tc-cr16.c:159 read.c:4275
   3308 msgid "using a bit field width of zero"
   3309 msgstr ""
   3310 
   3311 #: config/tc-cr16.c:167 read.c:4283
   3312 #, c-format
   3313 msgid "field width \"%s\" too complex for a bitfield"
   3314 msgstr ""
   3315 
   3316 #: config/tc-cr16.c:176 read.c:4291
   3317 #, c-format
   3318 msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
   3319 msgstr ""
   3320 
   3321 #: config/tc-cr16.c:198 read.c:4313
   3322 #, c-format
   3323 msgid "field value \"%s\" too complex for a bitfield"
   3324 msgstr ""
   3325 
   3326 #: config/tc-cr16.c:379
   3327 #, c-format
   3328 msgid "Unknown register pair - index relative mode: `%d'"
   3329 msgstr ""
   3330 
   3331 #: config/tc-cr16.c:556 config/tc-crx.c:344 config/tc-mn10200.c:800
   3332 #: write.c:959
   3333 #, c-format
   3334 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
   3335 msgstr ""
   3336 
   3337 #: config/tc-cr16.c:572 config/tc-crx.c:360
   3338 #, fuzzy, c-format
   3339 msgid "internal error: reloc %d (`%s') not supported by object file format"
   3340 msgstr "By'imbere Ikosa Ikosa"
   3341 
   3342 #: config/tc-cr16.c:791 config/tc-cr16.c:814 config/tc-cris.c:1181
   3343 #: config/tc-crx.c:582 config/tc-crx.c:609 config/tc-crx.c:627
   3344 msgid "Virtual memory exhausted"
   3345 msgstr ""
   3346 
   3347 #: config/tc-cr16.c:799 config/tc-crx.c:619 config/tc-crx.c:637
   3348 #: config/tc-i386.c:1640 config/tc-i386.c:1662 config/tc-m68k.c:4461
   3349 #: config/tc-maxq.c:2903
   3350 #, c-format
   3351 msgid "Internal Error:  Can't hash %s: %s"
   3352 msgstr ""
   3353 
   3354 #: config/tc-cr16.c:825 config/tc-cris.c:1215 config/tc-crx.c:592
   3355 #, c-format
   3356 msgid "Can't hash `%s': %s\n"
   3357 msgstr ""
   3358 
   3359 #: config/tc-cr16.c:826 config/tc-cris.c:1216 config/tc-crx.c:593
   3360 msgid "(unknown reason)"
   3361 msgstr ""
   3362 
   3363 #. Missing or bad expr becomes absolute 0.
   3364 #: config/tc-cr16.c:876 config/tc-crx.c:665 config/tc-maxq.c:1513
   3365 #, c-format
   3366 msgid "missing or invalid displacement expression `%s' taken as 0"
   3367 msgstr ""
   3368 
   3369 #: config/tc-cr16.c:988
   3370 #, c-format
   3371 msgid "operand %d: illegal use expression: `%s`"
   3372 msgstr ""
   3373 
   3374 #: config/tc-cr16.c:1045 config/tc-crx.c:1173
   3375 #, fuzzy, c-format
   3376 msgid "Unknown register: `%d'"
   3377 msgstr "BASIC Ubwoko"
   3378 
   3379 #. Issue a error message when register is illegal.
   3380 #: config/tc-cr16.c:1053 config/tc-crx.c:1181
   3381 #, c-format
   3382 msgid "Illegal register (`%s') in Instruction: `%s'"
   3383 msgstr ""
   3384 
   3385 #: config/tc-cr16.c:1124 config/tc-cr16.c:1199 config/tc-crx.c:803
   3386 #: config/tc-crx.c:823 config/tc-crx.c:838
   3387 #, c-format
   3388 msgid "Illegal register `%s' in Instruction `%s'"
   3389 msgstr ""
   3390 
   3391 #: config/tc-cr16.c:1152 config/tc-cr16.c:1163
   3392 #, c-format
   3393 msgid "Illegal register pair `%s' in Instruction `%s'"
   3394 msgstr ""
   3395 
   3396 #: config/tc-cr16.c:1188 config/tc-i960.c:835
   3397 msgid "unmatched '['"
   3398 msgstr ""
   3399 
   3400 #: config/tc-cr16.c:1194 config/tc-i960.c:842
   3401 msgid "garbage after index spec ignored"
   3402 msgstr ""
   3403 
   3404 #: config/tc-cr16.c:1342 config/tc-crx.c:982
   3405 #, c-format
   3406 msgid "Illegal operands (whitespace): `%s'"
   3407 msgstr ""
   3408 
   3409 #: config/tc-cr16.c:1354 config/tc-cr16.c:1361 config/tc-cr16.c:1378
   3410 #: config/tc-crx.c:994 config/tc-crx.c:1001 config/tc-crx.c:1018
   3411 #: config/tc-crx.c:1810
   3412 #, c-format
   3413 msgid "Missing matching brackets : `%s'"
   3414 msgstr ""
   3415 
   3416 #: config/tc-cr16.c:1410 config/tc-crx.c:1044
   3417 #, c-format
   3418 msgid "Unknown exception: `%s'"
   3419 msgstr ""
   3420 
   3421 #: config/tc-cr16.c:1497 config/tc-crx.c:1140
   3422 #, fuzzy, c-format
   3423 msgid "Illegal `cinv' parameter: `%c'"
   3424 msgstr "%s:Icyiciro Izina:"
   3425 
   3426 #: config/tc-cr16.c:1519 config/tc-cr16.c:1558
   3427 #, c-format
   3428 msgid "Unknown register pair: `%d'"
   3429 msgstr ""
   3430 
   3431 #. Issue a error message when register  pair is illegal.
   3432 #: config/tc-cr16.c:1527
   3433 #, c-format
   3434 msgid "Illegal register pair (`%s') in Instruction: `%s'"
   3435 msgstr ""
   3436 
   3437 #. Issue a error message when register  pair is illegal.
   3438 #: config/tc-cr16.c:1566
   3439 #, c-format
   3440 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
   3441 msgstr ""
   3442 
   3443 #: config/tc-cr16.c:1605
   3444 #, c-format
   3445 msgid "Unknown processor register : `%d'"
   3446 msgstr ""
   3447 
   3448 #. Issue a error message when register  pair is illegal.
   3449 #: config/tc-cr16.c:1613
   3450 #, c-format
   3451 msgid "Illegal processor register (`%s') in Instruction: `%s'"
   3452 msgstr ""
   3453 
   3454 #: config/tc-cr16.c:1661
   3455 #, c-format
   3456 msgid "Unknown processor register (32 bit) : `%d'"
   3457 msgstr ""
   3458 
   3459 #. Issue a error message when register  pair is illegal.
   3460 #: config/tc-cr16.c:1669
   3461 #, c-format
   3462 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
   3463 msgstr ""
   3464 
   3465 #: config/tc-cr16.c:2033 config/tc-crx.c:1708 config/tc-crx.c:1725
   3466 #, c-format
   3467 msgid "Same src/dest register is used (`r%d'), result is undefined"
   3468 msgstr ""
   3469 
   3470 #: config/tc-cr16.c:2054
   3471 #, fuzzy
   3472 msgid "RA register is saved twice."
   3473 msgstr "Kubika"
   3474 
   3475 #: config/tc-cr16.c:2058
   3476 #, c-format
   3477 msgid "`%s' Illegal use of registers."
   3478 msgstr ""
   3479 
   3480 #: config/tc-cr16.c:2072
   3481 #, c-format
   3482 msgid "`%s' Illegal count-register combination."
   3483 msgstr ""
   3484 
   3485 #: config/tc-cr16.c:2078
   3486 #, c-format
   3487 msgid "`%s' Illegal use of register."
   3488 msgstr ""
   3489 
   3490 #: config/tc-cr16.c:2087 config/tc-crx.c:1717
   3491 #, c-format
   3492 msgid "`%s' has undefined result"
   3493 msgstr ""
   3494 
   3495 #: config/tc-cr16.c:2095
   3496 #, c-format
   3497 msgid "Same src/dest register is used (`r%d'),result is undefined"
   3498 msgstr ""
   3499 
   3500 #: config/tc-cr16.c:2266 config/tc-crx.c:1622
   3501 msgid "Incorrect number of operands"
   3502 msgstr ""
   3503 
   3504 #: config/tc-cr16.c:2268 config/tc-crx.c:1624
   3505 #, c-format
   3506 msgid "Illegal type of operand (arg %d)"
   3507 msgstr ""
   3508 
   3509 #: config/tc-cr16.c:2274 config/tc-crx.c:1630
   3510 #, c-format
   3511 msgid "Operand out of range (arg %d)"
   3512 msgstr ""
   3513 
   3514 #: config/tc-cr16.c:2277 config/tc-crx.c:1633
   3515 #, c-format
   3516 msgid "Operand has odd displacement (arg %d)"
   3517 msgstr ""
   3518 
   3519 #: config/tc-cr16.c:2280 config/tc-cr16.c:2311 config/tc-crx.c:1646
   3520 #: config/tc-crx.c:1677
   3521 #, c-format
   3522 msgid "Illegal operand (arg %d)"
   3523 msgstr ""
   3524 
   3525 #. Give an error if a frag containing code is not aligned to a 2-byte
   3526 #. boundary.
   3527 #: config/tc-cr16.c:2413 config/tc-cr16.h:71 config/tc-crx.c:1999
   3528 #: config/tc-crx.h:76
   3529 #, fuzzy
   3530 msgid "instruction address is not a multiple of 2"
   3531 msgstr "%s:Ikosa OYA a Igikubo Bya"
   3532 
   3533 #: config/tc-cr16.c:2490 config/tc-cris.c:1529 config/tc-cris.c:1537
   3534 #: config/tc-crx.c:2035 config/tc-dlx.c:685 config/tc-hppa.c:3261
   3535 #: config/tc-i860.c:490 config/tc-i860.c:507 config/tc-i860.c:987
   3536 #: config/tc-sparc.c:1431 config/tc-sparc.c:1439
   3537 #, c-format
   3538 msgid "Unknown opcode: `%s'"
   3539 msgstr ""
   3540 
   3541 #: config/tc-cris.c:547 config/tc-m68hc11.c:2796
   3542 #, fuzzy, c-format
   3543 msgid "internal inconsistency problem in %s: fr_symbol %lx"
   3544 msgstr "%s:Oya Icyiciro"
   3545 
   3546 #: config/tc-cris.c:551 config/tc-m68hc11.c:2800 config/tc-msp430.c:2286
   3547 #, fuzzy, c-format
   3548 msgid "internal inconsistency problem in %s: resolved symbol"
   3549 msgstr "%s:Oya Icyiciro"
   3550 
   3551 #: config/tc-cris.c:561 config/tc-m68hc11.c:2806
   3552 #, fuzzy, c-format
   3553 msgid "internal inconsistency problem in %s: fr_subtype %d"
   3554 msgstr "%s:Oya Icyiciro"
   3555 
   3556 #: config/tc-cris.c:901
   3557 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
   3558 msgstr ""
   3559 
   3560 #: config/tc-cris.c:931
   3561 msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
   3562 msgstr ""
   3563 
   3564 #: config/tc-cris.c:936
   3565 #, c-format
   3566 msgid ""
   3567 "Internal error found in md_convert_frag: offset %ld.  Please report this."
   3568 msgstr ""
   3569 
   3570 #: config/tc-cris.c:961
   3571 #, c-format
   3572 msgid "internal inconsistency in %s: bdapq no symbol"
   3573 msgstr ""
   3574 
   3575 #: config/tc-cris.c:974
   3576 #, c-format
   3577 msgid "internal inconsistency in %s: bdap.w with no symbol"
   3578 msgstr ""
   3579 
   3580 #: config/tc-cris.c:998
   3581 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
   3582 msgstr ""
   3583 
   3584 #: config/tc-cris.c:1007
   3585 msgid "dangerous MULS/MULU location; give it higher alignment"
   3586 msgstr ""
   3587 
   3588 #: config/tc-cris.c:1112
   3589 msgid ""
   3590 "Out-of-range .word offset handling is not implemented for .arch "
   3591 "common_v10_v32"
   3592 msgstr ""
   3593 
   3594 #: config/tc-cris.c:1220
   3595 #, c-format
   3596 msgid "Buggy opcode: `%s' \"%s\"\n"
   3597 msgstr ""
   3598 
   3599 #: config/tc-cris.c:1635
   3600 #, c-format
   3601 msgid "Immediate value not in 5 bit unsigned range: %ld"
   3602 msgstr ""
   3603 
   3604 #: config/tc-cris.c:1651
   3605 #, c-format
   3606 msgid "Immediate value not in 4 bit unsigned range: %ld"
   3607 msgstr ""
   3608 
   3609 #: config/tc-cris.c:1703
   3610 #, c-format
   3611 msgid "Immediate value not in 6 bit range: %ld"
   3612 msgstr ""
   3613 
   3614 #: config/tc-cris.c:1718
   3615 #, c-format
   3616 msgid "Immediate value not in 6 bit unsigned range: %ld"
   3617 msgstr ""
   3618 
   3619 #. Others have a generic warning.
   3620 #: config/tc-cris.c:1826
   3621 #, c-format
   3622 msgid "Unimplemented register `%s' specified"
   3623 msgstr ""
   3624 
   3625 #. We've come to the end of instructions with this
   3626 #. opcode, so it must be an error.
   3627 #: config/tc-cris.c:2069
   3628 msgid "Illegal operands"
   3629 msgstr ""
   3630 
   3631 #: config/tc-cris.c:2110 config/tc-cris.c:2150
   3632 #, c-format
   3633 msgid "Immediate value not in 8 bit range: %ld"
   3634 msgstr ""
   3635 
   3636 #: config/tc-cris.c:2120 config/tc-cris.c:2171
   3637 #, c-format
   3638 msgid "Immediate value not in 16 bit range: %ld"
   3639 msgstr ""
   3640 
   3641 #: config/tc-cris.c:2155
   3642 #, c-format
   3643 msgid "Immediate value not in 8 bit signed range: %ld"
   3644 msgstr ""
   3645 
   3646 #: config/tc-cris.c:2160
   3647 #, c-format
   3648 msgid "Immediate value not in 8 bit unsigned range: %ld"
   3649 msgstr ""
   3650 
   3651 #: config/tc-cris.c:2176
   3652 #, c-format
   3653 msgid "Immediate value not in 16 bit signed range: %ld"
   3654 msgstr ""
   3655 
   3656 #: config/tc-cris.c:2181
   3657 #, c-format
   3658 msgid "Immediate value not in 16 bit unsigned range: %ld"
   3659 msgstr ""
   3660 
   3661 #: config/tc-cris.c:2203
   3662 #, fuzzy
   3663 msgid "PIC relocation size does not match operand size"
   3664 msgstr "%s:Igikoresho Ingano OYA BIHUYE Bya Intego"
   3665 
   3666 #: config/tc-cris.c:3346
   3667 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
   3668 msgstr ""
   3669 
   3670 #: config/tc-cris.c:3350
   3671 msgid "32-bit conditional branch generated"
   3672 msgstr ""
   3673 
   3674 #: config/tc-cris.c:3411
   3675 #, fuzzy
   3676 msgid "Complex expression not supported"
   3677 msgstr "[OYA"
   3678 
   3679 #. FIXME:  Is this function mentioned in the internals.texi manual?  If
   3680 #. not, add it.
   3681 #: config/tc-cris.c:3537
   3682 msgid "Bad call to md_atof () - floating point formats are not supported"
   3683 msgstr ""
   3684 
   3685 #: config/tc-cris.c:3578
   3686 #, fuzzy
   3687 msgid "PC-relative relocation must be trivially resolved"
   3688 msgstr "Bifitanye isano Ryari: OYA"
   3689 
   3690 #: config/tc-cris.c:3631
   3691 #, c-format
   3692 msgid "Value not in 16 bit range: %ld"
   3693 msgstr ""
   3694 
   3695 #: config/tc-cris.c:3642
   3696 #, c-format
   3697 msgid "Value not in 16 bit signed range: %ld"
   3698 msgstr ""
   3699 
   3700 #: config/tc-cris.c:3653
   3701 #, c-format
   3702 msgid "Value not in 8 bit range: %ld"
   3703 msgstr ""
   3704 
   3705 #: config/tc-cris.c:3661
   3706 #, c-format
   3707 msgid "Value not in 8 bit signed range: %ld"
   3708 msgstr ""
   3709 
   3710 #: config/tc-cris.c:3672
   3711 #, c-format
   3712 msgid "Value not in 4 bit unsigned range: %ld"
   3713 msgstr ""
   3714 
   3715 #: config/tc-cris.c:3680
   3716 #, c-format
   3717 msgid "Value not in 5 bit unsigned range: %ld"
   3718 msgstr ""
   3719 
   3720 #: config/tc-cris.c:3688
   3721 #, c-format
   3722 msgid "Value not in 6 bit range: %ld"
   3723 msgstr ""
   3724 
   3725 #: config/tc-cris.c:3696
   3726 #, c-format
   3727 msgid "Value not in 6 bit unsigned range: %ld"
   3728 msgstr ""
   3729 
   3730 #: config/tc-cris.c:3742
   3731 #, c-format
   3732 msgid "Please use --help to see usage and options for this assembler.\n"
   3733 msgstr ""
   3734 
   3735 #: config/tc-cris.c:3754
   3736 msgid "--no-underscore is invalid with a.out format"
   3737 msgstr ""
   3738 
   3739 #: config/tc-cris.c:3778
   3740 #, c-format
   3741 msgid "invalid <arch> in --march=<arch>: %s"
   3742 msgstr ""
   3743 
   3744 #: config/tc-cris.c:3877
   3745 msgid ""
   3746 "Semantics error.  This type of operand can not be relocated, it must be an "
   3747 "assembly-time constant"
   3748 msgstr ""
   3749 
   3750 #: config/tc-cris.c:3926
   3751 #, fuzzy, c-format
   3752 msgid "Cannot generate relocation type for symbol %s, code %s"
   3753 msgstr "%s:Kitazwi Ubwoko kugirango IKIMENYETSO"
   3754 
   3755 #. The messages are formatted to line up with the generic options.
   3756 #: config/tc-cris.c:3939
   3757 #, c-format
   3758 msgid "CRIS-specific options:\n"
   3759 msgstr ""
   3760 
   3761 #: config/tc-cris.c:3941
   3762 msgid ""
   3763 "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
   3764 msgstr ""
   3765 
   3766 #: config/tc-cris.c:3943
   3767 msgid "  -N                      Warn when branches are expanded to jumps.\n"
   3768 msgstr ""
   3769 
   3770 #: config/tc-cris.c:3945
   3771 msgid ""
   3772 "  --underscore            User symbols are normally prepended with "
   3773 "underscore.\n"
   3774 msgstr ""
   3775 
   3776 #: config/tc-cris.c:3947
   3777 msgid "                          Registers will not need any prefix.\n"
   3778 msgstr ""
   3779 
   3780 #: config/tc-cris.c:3949
   3781 msgid "  --no-underscore         User symbols do not have any prefix.\n"
   3782 msgstr ""
   3783 
   3784 #: config/tc-cris.c:3951
   3785 msgid "                          Registers will require a `$'-prefix.\n"
   3786 msgstr ""
   3787 
   3788 #: config/tc-cris.c:3953
   3789 msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
   3790 msgstr ""
   3791 
   3792 #: config/tc-cris.c:3955
   3793 msgid ""
   3794 "  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
   3795 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
   3796 msgstr ""
   3797 
   3798 #: config/tc-cris.c:3976
   3799 #, fuzzy
   3800 msgid "Invalid relocation"
   3801 msgstr "%s:Sibyo Ubwoko"
   3802 
   3803 #: config/tc-cris.c:4013
   3804 msgid "Invalid pc-relative relocation"
   3805 msgstr ""
   3806 
   3807 #: config/tc-cris.c:4058
   3808 #, c-format
   3809 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
   3810 msgstr ""
   3811 
   3812 #: config/tc-cris.c:4088
   3813 #, c-format
   3814 msgid ".syntax %s requires command-line option `--underscore'"
   3815 msgstr ""
   3816 
   3817 #: config/tc-cris.c:4097
   3818 #, c-format
   3819 msgid ".syntax %s requires command-line option `--no-underscore'"
   3820 msgstr ""
   3821 
   3822 #: config/tc-cris.c:4134
   3823 msgid "Unknown .syntax operand"
   3824 msgstr ""
   3825 
   3826 #: config/tc-cris.c:4144
   3827 msgid "Pseudodirective .file is only valid when generating ELF"
   3828 msgstr ""
   3829 
   3830 #: config/tc-cris.c:4156
   3831 msgid "Pseudodirective .loc is only valid when generating ELF"
   3832 msgstr ""
   3833 
   3834 #: config/tc-cris.c:4299
   3835 msgid "unknown operand to .arch"
   3836 msgstr ""
   3837 
   3838 #: config/tc-cris.c:4308
   3839 msgid ".arch <arch> requires a matching --march=... option"
   3840 msgstr ""
   3841 
   3842 #: config/tc-crx.c:866
   3843 #, c-format
   3844 msgid "Illegal Scale - `%d'"
   3845 msgstr ""
   3846 
   3847 #: config/tc-crx.c:1310
   3848 #, c-format
   3849 msgid "Illegal Co-processor register in Instruction `%s' "
   3850 msgstr ""
   3851 
   3852 #: config/tc-crx.c:1317
   3853 #, c-format
   3854 msgid "Illegal Co-processor special register in Instruction `%s' "
   3855 msgstr ""
   3856 
   3857 #: config/tc-crx.c:1636
   3858 #, c-format
   3859 msgid "Invalid DISPU4 operand value (arg %d)"
   3860 msgstr ""
   3861 
   3862 #: config/tc-crx.c:1639
   3863 #, c-format
   3864 msgid "Invalid CST4 operand value (arg %d)"
   3865 msgstr ""
   3866 
   3867 #: config/tc-crx.c:1642
   3868 #, c-format
   3869 msgid "Operand value is not within upper 64 KB (arg %d)"
   3870 msgstr ""
   3871 
   3872 #: config/tc-crx.c:1779
   3873 msgid "Invalid Register in Register List"
   3874 msgstr ""
   3875 
   3876 #: config/tc-crx.c:1833
   3877 #, c-format
   3878 msgid "Illegal register `%s' in cop-register list"
   3879 msgstr ""
   3880 
   3881 #: config/tc-crx.c:1841
   3882 #, c-format
   3883 msgid "Illegal register `%s' in cop-special-register list"
   3884 msgstr ""
   3885 
   3886 #: config/tc-crx.c:1860
   3887 #, c-format
   3888 msgid "Illegal register `%s' in user register list"
   3889 msgstr ""
   3890 
   3891 #: config/tc-crx.c:1879
   3892 #, c-format
   3893 msgid "Illegal register `%s' in register list"
   3894 msgstr ""
   3895 
   3896 #: config/tc-crx.c:1885
   3897 #, c-format
   3898 msgid "Maximum %d bits may be set in `mask16' operand"
   3899 msgstr ""
   3900 
   3901 #: config/tc-crx.c:1894
   3902 #, c-format
   3903 msgid "rest of line ignored; first ignored character is `%c'"
   3904 msgstr ""
   3905 
   3906 #: config/tc-crx.c:1902
   3907 #, c-format
   3908 msgid "Illegal `mask16' operand, operation is undefined - `%s'"
   3909 msgstr ""
   3910 
   3911 #. HI can't be specified without LO (and vise-versa).
   3912 #: config/tc-crx.c:1908
   3913 msgid "HI/LO registers should be specified together"
   3914 msgstr ""
   3915 
   3916 #: config/tc-crx.c:1914
   3917 msgid "HI/LO registers should be specified without additional registers"
   3918 msgstr ""
   3919 
   3920 #: config/tc-d10v.c:216
   3921 #, c-format
   3922 msgid ""
   3923 "D10V options:\n"
   3924 "-O                      Optimize.  Will do some operations in parallel.\n"
   3925 "--gstabs-packing        Pack adjacent short instructions together even\n"
   3926 "                        when --gstabs is specified.  On by default.\n"
   3927 "--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
   3928 "                        instructions together.\n"
   3929 msgstr ""
   3930 
   3931 #: config/tc-d10v.c:607
   3932 msgid "operand is not an immediate"
   3933 msgstr ""
   3934 
   3935 #: config/tc-d10v.c:625
   3936 #, c-format
   3937 msgid "operand out of range: %lu"
   3938 msgstr ""
   3939 
   3940 #: config/tc-d10v.c:683
   3941 msgid "Instruction must be executed in parallel with another instruction."
   3942 msgstr ""
   3943 
   3944 #: config/tc-d10v.c:737 config/tc-d10v.c:745
   3945 #, c-format
   3946 msgid "packing conflict: %s must dispatch sequentially"
   3947 msgstr ""
   3948 
   3949 #: config/tc-d10v.c:844
   3950 #, c-format
   3951 msgid "resource conflict (R%d)"
   3952 msgstr ""
   3953 
   3954 #: config/tc-d10v.c:847
   3955 #, c-format
   3956 msgid "resource conflict (A%d)"
   3957 msgstr ""
   3958 
   3959 #: config/tc-d10v.c:849
   3960 msgid "resource conflict (PSW)"
   3961 msgstr ""
   3962 
   3963 #: config/tc-d10v.c:851
   3964 msgid "resource conflict (C flag)"
   3965 msgstr ""
   3966 
   3967 #: config/tc-d10v.c:853
   3968 msgid "resource conflict (F flag)"
   3969 msgstr ""
   3970 
   3971 #: config/tc-d10v.c:1003
   3972 msgid "Instruction must be executed in parallel"
   3973 msgstr ""
   3974 
   3975 #: config/tc-d10v.c:1006
   3976 msgid "Long instructions may not be combined."
   3977 msgstr ""
   3978 
   3979 #: config/tc-d10v.c:1039
   3980 msgid "One of these instructions may not be executed in parallel."
   3981 msgstr ""
   3982 
   3983 #: config/tc-d10v.c:1043 config/tc-d30v.c:1070
   3984 msgid "Two IU instructions may not be executed in parallel"
   3985 msgstr ""
   3986 
   3987 #: config/tc-d10v.c:1045 config/tc-d10v.c:1053 config/tc-d10v.c:1067
   3988 #: config/tc-d10v.c:1082 config/tc-d30v.c:1071 config/tc-d30v.c:1080
   3989 msgid "Swapping instruction order"
   3990 msgstr ""
   3991 
   3992 #: config/tc-d10v.c:1051 config/tc-d30v.c:1077
   3993 msgid "Two MU instructions may not be executed in parallel"
   3994 msgstr ""
   3995 
   3996 #: config/tc-d10v.c:1071 config/tc-d30v.c:1097
   3997 msgid "IU instruction may not be in the left container"
   3998 msgstr ""
   3999 
   4000 #: config/tc-d10v.c:1073 config/tc-d10v.c:1088
   4001 msgid ""
   4002 "Instruction in R container is squashed by flow control instruction in L "
   4003 "container."
   4004 msgstr ""
   4005 
   4006 #: config/tc-d10v.c:1086 config/tc-d30v.c:1108
   4007 msgid "MU instruction may not be in the right container"
   4008 msgstr ""
   4009 
   4010 #: config/tc-d10v.c:1092 config/tc-d30v.c:1120
   4011 msgid "unknown execution type passed to write_2_short()"
   4012 msgstr ""
   4013 
   4014 #: config/tc-d10v.c:1220 config/tc-d10v.c:1393
   4015 msgid "bad opcode or operands"
   4016 msgstr ""
   4017 
   4018 #: config/tc-d10v.c:1295
   4019 #, fuzzy
   4020 msgid "value out of range"
   4021 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   4022 
   4023 #: config/tc-d10v.c:1369
   4024 msgid "illegal operand - register name found where none expected"
   4025 msgstr ""
   4026 
   4027 #: config/tc-d10v.c:1404
   4028 msgid "Register number must be EVEN"
   4029 msgstr ""
   4030 
   4031 #: config/tc-d10v.c:1407
   4032 #, fuzzy
   4033 msgid "Unsupported use of sp"
   4034 msgstr "Ubwoko"
   4035 
   4036 #: config/tc-d10v.c:1426
   4037 #, c-format
   4038 msgid "cr%ld is a reserved control register"
   4039 msgstr ""
   4040 
   4041 #: config/tc-d10v.c:1599
   4042 #, c-format
   4043 msgid "line %d: rep or repi must include at least 4 instructions"
   4044 msgstr ""
   4045 
   4046 #: config/tc-d10v.c:1779
   4047 msgid "can't find previous opcode "
   4048 msgstr ""
   4049 
   4050 #: config/tc-d10v.c:1791
   4051 #, c-format
   4052 msgid "could not assemble: %s"
   4053 msgstr ""
   4054 
   4055 #: config/tc-d10v.c:1806 config/tc-d10v.c:1828 config/tc-d30v.c:1776
   4056 msgid "Unable to mix instructions as specified"
   4057 msgstr ""
   4058 
   4059 #: config/tc-d30v.c:149
   4060 #, c-format
   4061 msgid "Register name %s conflicts with symbol of the same name"
   4062 msgstr ""
   4063 
   4064 #: config/tc-d30v.c:239
   4065 #, c-format
   4066 msgid ""
   4067 "\n"
   4068 "D30V options:\n"
   4069 "-O                      Make adjacent short instructions parallel if "
   4070 "possible.\n"
   4071 "-n                      Warn about all NOPs inserted by the assembler.\n"
   4072 "-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
   4073 "-c                      Warn about symbols whoes names match register "
   4074 "names.\n"
   4075 "-C                      Opposite of -C.  -c is the default.\n"
   4076 msgstr ""
   4077 
   4078 #: config/tc-d30v.c:401
   4079 #, fuzzy
   4080 msgid "unexpected 12-bit reloc type"
   4081 msgstr "Ubwoko"
   4082 
   4083 #: config/tc-d30v.c:408
   4084 #, fuzzy
   4085 msgid "unexpected 18-bit reloc type"
   4086 msgstr "Ubwoko"
   4087 
   4088 #: config/tc-d30v.c:658
   4089 #, c-format
   4090 msgid "%s NOP inserted"
   4091 msgstr ""
   4092 
   4093 #: config/tc-d30v.c:659
   4094 msgid "sequential"
   4095 msgstr ""
   4096 
   4097 #: config/tc-d30v.c:659
   4098 msgid "parallel"
   4099 msgstr ""
   4100 
   4101 #: config/tc-d30v.c:1066
   4102 msgid "Instructions may not be executed in parallel"
   4103 msgstr ""
   4104 
   4105 #: config/tc-d30v.c:1079
   4106 #, c-format
   4107 msgid "Executing %s in IU may not work"
   4108 msgstr ""
   4109 
   4110 #: config/tc-d30v.c:1086
   4111 #, c-format
   4112 msgid "Executing %s in IU may not work in parallel execution"
   4113 msgstr ""
   4114 
   4115 #: config/tc-d30v.c:1099
   4116 #, c-format
   4117 msgid "special left instruction `%s' kills instruction `%s' in right container"
   4118 msgstr ""
   4119 
   4120 #: config/tc-d30v.c:1110
   4121 #, c-format
   4122 msgid "Executing %s in reverse serial with %s may not work"
   4123 msgstr ""
   4124 
   4125 #: config/tc-d30v.c:1113
   4126 #, c-format
   4127 msgid "Executing %s in IU in reverse serial may not work"
   4128 msgstr ""
   4129 
   4130 #: config/tc-d30v.c:1302
   4131 msgid "Odd numbered register used as target of multi-register instruction"
   4132 msgstr ""
   4133 
   4134 #: config/tc-d30v.c:1366 config/tc-d30v.c:1401
   4135 #, fuzzy, c-format
   4136 msgid "unknown condition code: %s"
   4137 msgstr "%s:Kitazwi Ubwoko"
   4138 
   4139 #: config/tc-d30v.c:1394
   4140 #, c-format
   4141 msgid "cmpu doesn't support condition code %s"
   4142 msgstr ""
   4143 
   4144 #: config/tc-d30v.c:1429
   4145 #, c-format
   4146 msgid "unknown opcode: %s"
   4147 msgstr ""
   4148 
   4149 #: config/tc-d30v.c:1440
   4150 #, c-format
   4151 msgid "operands for opcode `%s' do not match any valid format"
   4152 msgstr ""
   4153 
   4154 #: config/tc-d30v.c:1655 config/tc-d30v.c:1672
   4155 #, fuzzy
   4156 msgid "Cannot assemble instruction"
   4157 msgstr ":Amabwiriza"
   4158 
   4159 #: config/tc-d30v.c:1657
   4160 msgid "First opcode is long.  Unable to mix instructions as specified."
   4161 msgstr ""
   4162 
   4163 #: config/tc-d30v.c:1726
   4164 msgid "word of NOPs added between word multiply and load"
   4165 msgstr ""
   4166 
   4167 #: config/tc-d30v.c:1728
   4168 msgid "word of NOPs added between word multiply and 16-bit multiply"
   4169 msgstr ""
   4170 
   4171 #: config/tc-d30v.c:1760
   4172 msgid "Instruction uses long version, so it cannot be mixed as specified"
   4173 msgstr ""
   4174 
   4175 #: config/tc-d30v.c:1887
   4176 #, c-format
   4177 msgid "value too large to fit in %d bits"
   4178 msgstr ""
   4179 
   4180 #: config/tc-d30v.c:1948
   4181 #, c-format
   4182 msgid "line %d: unable to place address of symbol '%s' into a byte"
   4183 msgstr ""
   4184 
   4185 #: config/tc-d30v.c:1951
   4186 #, c-format
   4187 msgid "line %d: unable to place value %lx into a byte"
   4188 msgstr ""
   4189 
   4190 #: config/tc-d30v.c:1959
   4191 #, c-format
   4192 msgid "line %d: unable to place address of symbol '%s' into a short"
   4193 msgstr ""
   4194 
   4195 #: config/tc-d30v.c:1962
   4196 #, c-format
   4197 msgid "line %d: unable to place value %lx into a short"
   4198 msgstr ""
   4199 
   4200 #: config/tc-d30v.c:1970
   4201 #, c-format
   4202 msgid "line %d: unable to place address of symbol '%s' into a quad"
   4203 msgstr ""
   4204 
   4205 #: config/tc-d30v.c:2078
   4206 #, c-format
   4207 msgid "Alignment too large: %d assumed"
   4208 msgstr ""
   4209 
   4210 #: config/tc-dlx.c:211
   4211 #, fuzzy
   4212 msgid "missing .proc"
   4213 msgstr "Ibuze"
   4214 
   4215 #: config/tc-dlx.c:228
   4216 msgid ".endfunc missing for previous .proc"
   4217 msgstr ""
   4218 
   4219 #. Probably a memory allocation problem?  Give up now.
   4220 #: config/tc-dlx.c:297 config/tc-hppa.c:8306 config/tc-mips.c:1768
   4221 #: config/tc-mips.c:1820 config/tc-or32.c:211 config/tc-sparc.c:869
   4222 msgid "Broken assembler.  No assembly attempted."
   4223 msgstr ""
   4224 
   4225 #: config/tc-dlx.c:327
   4226 #, c-format
   4227 msgid "Bad operand for a load instruction: <%s>"
   4228 msgstr ""
   4229 
   4230 #: config/tc-dlx.c:441
   4231 #, c-format
   4232 msgid "Bad operand for a store instruction: <%s>"
   4233 msgstr ""
   4234 
   4235 #: config/tc-dlx.c:621
   4236 #, c-format
   4237 msgid "Expression Error for operand modifier %%hi/%%lo\n"
   4238 msgstr ""
   4239 
   4240 #: config/tc-dlx.c:634 config/tc-or32.c:871
   4241 #, c-format
   4242 msgid "Invalid expression after %%%%\n"
   4243 msgstr ""
   4244 
   4245 #: config/tc-dlx.c:703
   4246 #, c-format
   4247 msgid "Unknown opcode `%s'."
   4248 msgstr ""
   4249 
   4250 #: config/tc-dlx.c:716
   4251 msgid "Can not set dlx_skip_hi16_flag"
   4252 msgstr ""
   4253 
   4254 #: config/tc-dlx.c:730
   4255 #, c-format
   4256 msgid "Missing arguments for opcode <%s>."
   4257 msgstr ""
   4258 
   4259 #: config/tc-dlx.c:764
   4260 #, c-format
   4261 msgid "Too many operands: %s"
   4262 msgstr ""
   4263 
   4264 #: config/tc-dlx.c:801
   4265 #, c-format
   4266 msgid "Both the_insn.HI and the_insn.LO are set : %s"
   4267 msgstr ""
   4268 
   4269 #: config/tc-dlx.c:871
   4270 msgid "failed regnum sanity check."
   4271 msgstr ""
   4272 
   4273 #: config/tc-dlx.c:884
   4274 msgid "failed general register sanity check."
   4275 msgstr ""
   4276 
   4277 #: config/tc-dlx.c:1175 config/tc-or32.c:833
   4278 #, c-format
   4279 msgid "label \"$%d\" redefined"
   4280 msgstr ""
   4281 
   4282 #: config/tc-dlx.c:1213
   4283 msgid "Invalid expression after # number\n"
   4284 msgstr ""
   4285 
   4286 #: config/tc-fr30.c:82
   4287 #, c-format
   4288 msgid " FR30 specific command line options:\n"
   4289 msgstr ""
   4290 
   4291 #: config/tc-fr30.c:135
   4292 #, c-format
   4293 msgid "Instruction %s not allowed in a delay slot."
   4294 msgstr ""
   4295 
   4296 #: config/tc-frv.c:461
   4297 #, c-format
   4298 msgid "FRV specific command line options:\n"
   4299 msgstr ""
   4300 
   4301 #: config/tc-frv.c:462
   4302 #, c-format
   4303 msgid "-G n         Data >= n bytes is in small data area\n"
   4304 msgstr ""
   4305 
   4306 #: config/tc-frv.c:463
   4307 #, c-format
   4308 msgid "-mgpr-32     Note 32 gprs are used\n"
   4309 msgstr ""
   4310 
   4311 #: config/tc-frv.c:464
   4312 #, c-format
   4313 msgid "-mgpr-64     Note 64 gprs are used\n"
   4314 msgstr ""
   4315 
   4316 #: config/tc-frv.c:465
   4317 #, c-format
   4318 msgid "-mfpr-32     Note 32 fprs are used\n"
   4319 msgstr ""
   4320 
   4321 #: config/tc-frv.c:466
   4322 #, c-format
   4323 msgid "-mfpr-64     Note 64 fprs are used\n"
   4324 msgstr ""
   4325 
   4326 #: config/tc-frv.c:467
   4327 #, c-format
   4328 msgid "-msoft-float Note software fp is used\n"
   4329 msgstr ""
   4330 
   4331 #: config/tc-frv.c:468
   4332 #, c-format
   4333 msgid "-mdword      Note stack is aligned to a 8 byte boundary\n"
   4334 msgstr ""
   4335 
   4336 #: config/tc-frv.c:469
   4337 #, c-format
   4338 msgid "-mno-dword   Note stack is aligned to a 4 byte boundary\n"
   4339 msgstr ""
   4340 
   4341 #: config/tc-frv.c:470
   4342 #, c-format
   4343 msgid "-mdouble     Note fp double insns are used\n"
   4344 msgstr ""
   4345 
   4346 #: config/tc-frv.c:471
   4347 #, c-format
   4348 msgid "-mmedia      Note media insns are used\n"
   4349 msgstr ""
   4350 
   4351 #: config/tc-frv.c:472
   4352 #, c-format
   4353 msgid "-mmuladd     Note multiply add/subtract insns are used\n"
   4354 msgstr ""
   4355 
   4356 #: config/tc-frv.c:473
   4357 #, c-format
   4358 msgid "-mpack       Note instructions are packed\n"
   4359 msgstr ""
   4360 
   4361 #: config/tc-frv.c:474
   4362 #, c-format
   4363 msgid "-mno-pack    Do not allow instructions to be packed\n"
   4364 msgstr ""
   4365 
   4366 #: config/tc-frv.c:475
   4367 #, c-format
   4368 msgid "-mpic        Note small position independent code\n"
   4369 msgstr ""
   4370 
   4371 #: config/tc-frv.c:476
   4372 #, c-format
   4373 msgid "-mPIC        Note large position independent code\n"
   4374 msgstr ""
   4375 
   4376 #: config/tc-frv.c:477
   4377 #, c-format
   4378 msgid "-mlibrary-pic Compile library for large position indepedent code\n"
   4379 msgstr ""
   4380 
   4381 #: config/tc-frv.c:478
   4382 #, c-format
   4383 msgid "-mfdpic      Assemble for the FDPIC ABI\n"
   4384 msgstr ""
   4385 
   4386 #: config/tc-frv.c:479
   4387 #, c-format
   4388 msgid "-mnopic      Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
   4389 msgstr ""
   4390 
   4391 #: config/tc-frv.c:480
   4392 #, c-format
   4393 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
   4394 msgstr ""
   4395 
   4396 #: config/tc-frv.c:481
   4397 #, c-format
   4398 msgid "             Record the cpu type\n"
   4399 msgstr ""
   4400 
   4401 #: config/tc-frv.c:482
   4402 #, c-format
   4403 msgid "-mtomcat-stats Print out stats for tomcat workarounds\n"
   4404 msgstr ""
   4405 
   4406 #: config/tc-frv.c:483
   4407 #, c-format
   4408 msgid "-mtomcat-debug Debug tomcat workarounds\n"
   4409 msgstr ""
   4410 
   4411 #: config/tc-frv.c:1187
   4412 msgid "VLIW packing used for -mno-pack"
   4413 msgstr ""
   4414 
   4415 #: config/tc-frv.c:1197
   4416 msgid "Instruction not supported by this architecture"
   4417 msgstr ""
   4418 
   4419 #: config/tc-frv.c:1207
   4420 msgid "VLIW packing constraint violation"
   4421 msgstr ""
   4422 
   4423 #: config/tc-frv.c:1874
   4424 #, fuzzy, c-format
   4425 msgid "Relocation %s is not safe for %s"
   4426 msgstr "%s:ni OYA kugirango IKIMENYETSO"
   4427 
   4428 #: config/tc-h8300.c:76 config/tc-h8300.c:85 config/tc-h8300.c:95
   4429 #: config/tc-h8300.c:105 config/tc-h8300.c:115 config/tc-h8300.c:126
   4430 #: config/tc-h8300.c:193 config/tc-hppa.c:6839 config/tc-hppa.c:6845
   4431 #: config/tc-hppa.c:6851 config/tc-hppa.c:6857 config/tc-hppa.c:8264
   4432 #: config/tc-mn10300.c:1222 config/tc-mn10300.c:1227 config/tc-mn10300.c:2729
   4433 #: config/tc-xc16x.c:79 config/tc-xc16x.c:86 config/tc-xc16x.c:93
   4434 msgid "could not set architecture and machine"
   4435 msgstr ""
   4436 
   4437 #: config/tc-h8300.c:395 config/tc-h8300.c:403
   4438 msgid "Reg not valid for H8/300"
   4439 msgstr ""
   4440 
   4441 #: config/tc-h8300.c:484
   4442 msgid "invalid operand size requested"
   4443 msgstr ""
   4444 
   4445 #: config/tc-h8300.c:583
   4446 msgid "Invalid register list for ldm/stm\n"
   4447 msgstr ""
   4448 
   4449 #: config/tc-h8300.c:609 config/tc-h8300.c:614 config/tc-h8300.c:621
   4450 msgid "mismatch between register and suffix"
   4451 msgstr ""
   4452 
   4453 #: config/tc-h8300.c:648
   4454 msgid "address too high for vector table jmp/jsr"
   4455 msgstr ""
   4456 
   4457 #: config/tc-h8300.c:675 config/tc-h8300.c:787 config/tc-h8300.c:797
   4458 msgid "Wrong size pointer register for architecture."
   4459 msgstr ""
   4460 
   4461 #: config/tc-h8300.c:734 config/tc-h8300.c:742 config/tc-h8300.c:771
   4462 msgid "expected @(exp, reg16)"
   4463 msgstr ""
   4464 
   4465 #: config/tc-h8300.c:760
   4466 msgid "expected .L, .W or .B for register in indexed addressing mode"
   4467 msgstr ""
   4468 
   4469 #: config/tc-h8300.c:954
   4470 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
   4471 msgstr ""
   4472 
   4473 #: config/tc-h8300.c:972 config/tc-h8300.c:981
   4474 msgid "expected register"
   4475 msgstr ""
   4476 
   4477 #: config/tc-h8300.c:997
   4478 msgid "expected closing paren"
   4479 msgstr ""
   4480 
   4481 #: config/tc-h8300.c:1056
   4482 #, c-format
   4483 msgid "can't use high part of register in operand %d"
   4484 msgstr ""
   4485 
   4486 #: config/tc-h8300.c:1213
   4487 #, c-format
   4488 msgid "Opcode `%s' with these operand types not available in %s mode"
   4489 msgstr ""
   4490 
   4491 #: config/tc-h8300.c:1222
   4492 msgid "mismatch between opcode size and operand size"
   4493 msgstr ""
   4494 
   4495 #: config/tc-h8300.c:1258
   4496 #, c-format
   4497 msgid "operand %s0x%lx out of range."
   4498 msgstr ""
   4499 
   4500 #: config/tc-h8300.c:1354
   4501 msgid "Can't work out size of operand.\n"
   4502 msgstr ""
   4503 
   4504 #: config/tc-h8300.c:1403
   4505 #, c-format
   4506 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
   4507 msgstr ""
   4508 
   4509 #: config/tc-h8300.c:1408
   4510 #, c-format
   4511 msgid "Opcode `%s' with these operand types not available in H8/300H mode"
   4512 msgstr ""
   4513 
   4514 #: config/tc-h8300.c:1414
   4515 #, c-format
   4516 msgid "Opcode `%s' with these operand types not available in H8/300S mode"
   4517 msgstr ""
   4518 
   4519 #: config/tc-h8300.c:1475 config/tc-h8300.c:1495
   4520 msgid "Need #1 or #2 here"
   4521 msgstr ""
   4522 
   4523 #: config/tc-h8300.c:1490
   4524 msgid "#4 not valid on H8/300."
   4525 msgstr ""
   4526 
   4527 #: config/tc-h8300.c:1596 config/tc-h8300.c:1678
   4528 #, c-format
   4529 msgid "branch operand has odd offset (%lx)\n"
   4530 msgstr ""
   4531 
   4532 #: config/tc-h8300.c:1716
   4533 msgid "destination operand must be 16 bit register"
   4534 msgstr ""
   4535 
   4536 #: config/tc-h8300.c:1725
   4537 msgid "source operand must be 8 bit register"
   4538 msgstr ""
   4539 
   4540 #: config/tc-h8300.c:1733
   4541 msgid "destination operand must be 16bit absolute address"
   4542 msgstr ""
   4543 
   4544 #: config/tc-h8300.c:1740
   4545 msgid "destination operand must be 8 bit register"
   4546 msgstr ""
   4547 
   4548 #: config/tc-h8300.c:1748
   4549 msgid "source operand must be 16bit absolute address"
   4550 msgstr ""
   4551 
   4552 #. This seems more sane than saying "too many operands".  We'll
   4553 #. get here only if the trailing trash starts with a comma.
   4554 #. Types or values of args don't match.
   4555 #: config/tc-h8300.c:1756 config/tc-mmix.c:472 config/tc-mmix.c:484
   4556 #: config/tc-mmix.c:2525 config/tc-mmix.c:2549 config/tc-mmix.c:2822
   4557 #: config/tc-or32.c:528
   4558 msgid "invalid operands"
   4559 msgstr ""
   4560 
   4561 #: config/tc-h8300.c:1787
   4562 msgid "operand/size mis-match"
   4563 msgstr ""
   4564 
   4565 #: config/tc-h8300.c:1883 config/tc-mips.c:9771 config/tc-sh.c:2925
   4566 #: config/tc-sh64.c:2795 config/tc-z8k.c:1226
   4567 #, fuzzy
   4568 msgid "unknown opcode"
   4569 msgstr "*Itazwi>"
   4570 
   4571 #: config/tc-h8300.c:1916
   4572 msgid "invalid operand in ldm"
   4573 msgstr ""
   4574 
   4575 #: config/tc-h8300.c:1925
   4576 msgid "invalid operand in stm"
   4577 msgstr ""
   4578 
   4579 #: config/tc-h8300.c:2091
   4580 #, c-format
   4581 msgid "call to tc_aout_fix_to_chars \n"
   4582 msgstr ""
   4583 
   4584 #: config/tc-h8300.c:2100 config/tc-xc16x.c:389
   4585 #, c-format
   4586 msgid "call to md_convert_frag \n"
   4587 msgstr ""
   4588 
   4589 #: config/tc-h8300.c:2151 config/tc-xc16x.c:293
   4590 #, c-format
   4591 msgid "call tomd_estimate_size_before_relax \n"
   4592 msgstr ""
   4593 
   4594 #: config/tc-h8300.c:2202 config/tc-mcore.c:2265 config/tc-pj.c:537
   4595 #: config/tc-sh.c:4401 config/tc-xc16x.c:357
   4596 #, fuzzy, c-format
   4597 msgid "Cannot represent relocation type %s"
   4598 msgstr "%s:Kitazwi Ubwoko"
   4599 
   4600 #. Simple range checking for FIELD against HIGH and LOW bounds.
   4601 #. IGNORE is used to suppress the error message.
   4602 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
   4603 #. the current file and line number are not valid.
   4604 #: config/tc-hppa.c:1015 config/tc-hppa.c:1029
   4605 #, c-format
   4606 msgid "Field out of range [%d..%d] (%d)."
   4607 msgstr ""
   4608 
   4609 #. Simple alignment checking for FIELD against ALIGN (a power of two).
   4610 #. IGNORE is used to suppress the error message.
   4611 #: config/tc-hppa.c:1043
   4612 #, fuzzy, c-format
   4613 msgid "Field not properly aligned [%d] (%d)."
   4614 msgstr "OYA"
   4615 
   4616 #: config/tc-hppa.c:1092
   4617 msgid "Missing .exit\n"
   4618 msgstr ""
   4619 
   4620 #: config/tc-hppa.c:1095
   4621 msgid "Missing .procend\n"
   4622 msgstr ""
   4623 
   4624 #: config/tc-hppa.c:1277
   4625 #, c-format
   4626 msgid "Invalid field selector.  Assuming F%%."
   4627 msgstr ""
   4628 
   4629 #: config/tc-hppa.c:1304
   4630 msgid "Bad segment in expression."
   4631 msgstr ""
   4632 
   4633 #: config/tc-hppa.c:1329
   4634 #, c-format
   4635 msgid "Invalid Nullification: (%c)"
   4636 msgstr ""
   4637 
   4638 #: config/tc-hppa.c:1438
   4639 msgid "Cannot handle fixup"
   4640 msgstr ""
   4641 
   4642 #: config/tc-hppa.c:1736
   4643 #, c-format
   4644 msgid "  -Q                      ignored\n"
   4645 msgstr ""
   4646 
   4647 #: config/tc-hppa.c:1740
   4648 #, c-format
   4649 msgid "  -c                      print a warning if a comment is found\n"
   4650 msgstr ""
   4651 
   4652 #: config/tc-hppa.c:1806
   4653 #, c-format
   4654 msgid "no hppa_fixup entry for fixup type 0x%x"
   4655 msgstr ""
   4656 
   4657 #: config/tc-hppa.c:1985
   4658 msgid "Unknown relocation encountered in md_apply_fix."
   4659 msgstr ""
   4660 
   4661 #: config/tc-hppa.c:2173 config/tc-hppa.c:2198
   4662 #, c-format
   4663 msgid "Undefined register: '%s'."
   4664 msgstr ""
   4665 
   4666 #: config/tc-hppa.c:2232
   4667 #, c-format
   4668 msgid "Non-absolute symbol: '%s'."
   4669 msgstr ""
   4670 
   4671 #: config/tc-hppa.c:2247
   4672 #, c-format
   4673 msgid "Undefined absolute constant: '%s'."
   4674 msgstr ""
   4675 
   4676 #: config/tc-hppa.c:2278 config/tc-hppa.c:5697
   4677 msgid "could not update architecture and machine"
   4678 msgstr ""
   4679 
   4680 #: config/tc-hppa.c:2316
   4681 #, c-format
   4682 msgid "Invalid FP Compare Condition: %s"
   4683 msgstr ""
   4684 
   4685 #: config/tc-hppa.c:2371
   4686 #, c-format
   4687 msgid "Invalid FTEST completer: %s"
   4688 msgstr ""
   4689 
   4690 #: config/tc-hppa.c:2437 config/tc-hppa.c:2474
   4691 #, c-format
   4692 msgid "Invalid FP Operand Format: %3s"
   4693 msgstr ""
   4694 
   4695 #: config/tc-hppa.c:2609
   4696 msgid "Bad segment (should be absolute)."
   4697 msgstr ""
   4698 
   4699 #: config/tc-hppa.c:2635
   4700 #, fuzzy, c-format
   4701 msgid "Invalid argument location: %s\n"
   4702 msgstr "%s:Sibyo Ubwoko"
   4703 
   4704 #: config/tc-hppa.c:2664
   4705 #, c-format
   4706 msgid "Invalid argument description: %d"
   4707 msgstr ""
   4708 
   4709 #: config/tc-hppa.c:3490
   4710 msgid "Invalid Indexed Load Completer."
   4711 msgstr ""
   4712 
   4713 #: config/tc-hppa.c:3495
   4714 msgid "Invalid Indexed Load Completer Syntax."
   4715 msgstr ""
   4716 
   4717 #: config/tc-hppa.c:3529
   4718 msgid "Invalid Short Load/Store Completer."
   4719 msgstr ""
   4720 
   4721 #: config/tc-hppa.c:3589 config/tc-hppa.c:3594
   4722 msgid "Invalid Store Bytes Short Completer"
   4723 msgstr ""
   4724 
   4725 #: config/tc-hppa.c:3905 config/tc-hppa.c:3911
   4726 msgid "Invalid left/right combination completer"
   4727 msgstr ""
   4728 
   4729 #: config/tc-hppa.c:3960 config/tc-hppa.c:3967
   4730 msgid "Invalid permutation completer"
   4731 msgstr ""
   4732 
   4733 #: config/tc-hppa.c:4067
   4734 #, c-format
   4735 msgid "Invalid Add Condition: %s"
   4736 msgstr ""
   4737 
   4738 #: config/tc-hppa.c:4078 config/tc-hppa.c:4088
   4739 msgid "Invalid Add and Branch Condition"
   4740 msgstr ""
   4741 
   4742 #: config/tc-hppa.c:4109 config/tc-hppa.c:4246
   4743 msgid "Invalid Compare/Subtract Condition"
   4744 msgstr ""
   4745 
   4746 #: config/tc-hppa.c:4149
   4747 #, c-format
   4748 msgid "Invalid Bit Branch Condition: %c"
   4749 msgstr ""
   4750 
   4751 #: config/tc-hppa.c:4234
   4752 #, c-format
   4753 msgid "Invalid Compare/Subtract Condition: %s"
   4754 msgstr ""
   4755 
   4756 #: config/tc-hppa.c:4261
   4757 msgid "Invalid Compare and Branch Condition"
   4758 msgstr ""
   4759 
   4760 #: config/tc-hppa.c:4357
   4761 msgid "Invalid Logical Instruction Condition."
   4762 msgstr ""
   4763 
   4764 #: config/tc-hppa.c:4412
   4765 msgid "Invalid Shift/Extract/Deposit Condition."
   4766 msgstr ""
   4767 
   4768 #: config/tc-hppa.c:4524
   4769 msgid "Invalid Unit Instruction Condition."
   4770 msgstr ""
   4771 
   4772 #: config/tc-hppa.c:4999 config/tc-hppa.c:5031 config/tc-hppa.c:5062
   4773 #: config/tc-hppa.c:5092
   4774 msgid "Branch to unaligned address"
   4775 msgstr ""
   4776 
   4777 #: config/tc-hppa.c:5270
   4778 msgid "Invalid SFU identifier"
   4779 msgstr ""
   4780 
   4781 #: config/tc-hppa.c:5320
   4782 msgid "Invalid COPR identifier"
   4783 msgstr ""
   4784 
   4785 #: config/tc-hppa.c:5449
   4786 msgid "Invalid Floating Point Operand Format."
   4787 msgstr ""
   4788 
   4789 #: config/tc-hppa.c:5566 config/tc-hppa.c:5586 config/tc-hppa.c:5606
   4790 #: config/tc-hppa.c:5626 config/tc-hppa.c:5646
   4791 msgid "Invalid register for single precision fmpyadd or fmpysub"
   4792 msgstr ""
   4793 
   4794 #: config/tc-hppa.c:5714
   4795 #, c-format
   4796 msgid "Invalid operands %s"
   4797 msgstr ""
   4798 
   4799 #: config/tc-hppa.c:5769 config/tc-hppa.c:6975 config/tc-hppa.c:7030
   4800 msgid "Missing function name for .PROC (corrupted label chain)"
   4801 msgstr ""
   4802 
   4803 #: config/tc-hppa.c:5772 config/tc-hppa.c:7033
   4804 msgid "Missing function name for .PROC"
   4805 msgstr ""
   4806 
   4807 #: config/tc-hppa.c:5831
   4808 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
   4809 msgstr ""
   4810 
   4811 #: config/tc-hppa.c:5927
   4812 #, fuzzy, c-format
   4813 msgid "Invalid .CALL argument: %s"
   4814 msgstr "Intego"
   4815 
   4816 #: config/tc-hppa.c:6061
   4817 msgid ".callinfo is not within a procedure definition"
   4818 msgstr ""
   4819 
   4820 #: config/tc-hppa.c:6081
   4821 #, c-format
   4822 msgid "FRAME parameter must be a multiple of 8: %d\n"
   4823 msgstr ""
   4824 
   4825 #: config/tc-hppa.c:6100
   4826 msgid "Value for ENTRY_GR must be in the range 3..18\n"
   4827 msgstr ""
   4828 
   4829 #: config/tc-hppa.c:6112
   4830 msgid "Value for ENTRY_FR must be in the range 12..21\n"
   4831 msgstr ""
   4832 
   4833 #: config/tc-hppa.c:6122
   4834 msgid "Value for ENTRY_SR must be 3\n"
   4835 msgstr ""
   4836 
   4837 #: config/tc-hppa.c:6178
   4838 #, c-format
   4839 msgid "Invalid .CALLINFO argument: %s"
   4840 msgstr ""
   4841 
   4842 #: config/tc-hppa.c:6288
   4843 msgid "The .ENTER pseudo-op is not supported"
   4844 msgstr ""
   4845 
   4846 #: config/tc-hppa.c:6304
   4847 msgid "Misplaced .entry. Ignored."
   4848 msgstr ""
   4849 
   4850 #: config/tc-hppa.c:6308
   4851 msgid "Missing .callinfo."
   4852 msgstr ""
   4853 
   4854 #: config/tc-hppa.c:6372
   4855 msgid ".REG expression must be a register"
   4856 msgstr ""
   4857 
   4858 #: config/tc-hppa.c:6388
   4859 msgid "bad or irreducible absolute expression; zero assumed"
   4860 msgstr ""
   4861 
   4862 #: config/tc-hppa.c:6399
   4863 msgid ".REG must use a label"
   4864 msgstr ""
   4865 
   4866 #: config/tc-hppa.c:6401
   4867 msgid ".EQU must use a label"
   4868 msgstr ""
   4869 
   4870 #: config/tc-hppa.c:6463
   4871 #, c-format
   4872 msgid "Symbol '%s' could not be created."
   4873 msgstr ""
   4874 
   4875 #: config/tc-hppa.c:6467
   4876 msgid "No memory for symbol name."
   4877 msgstr ""
   4878 
   4879 #: config/tc-hppa.c:6516
   4880 msgid ".EXIT must appear within a procedure"
   4881 msgstr ""
   4882 
   4883 #: config/tc-hppa.c:6520
   4884 msgid "Missing .callinfo"
   4885 msgstr ""
   4886 
   4887 #: config/tc-hppa.c:6524
   4888 msgid "No .ENTRY for this .EXIT"
   4889 msgstr ""
   4890 
   4891 #: config/tc-hppa.c:6564
   4892 #, c-format
   4893 msgid "Using ENTRY rather than CODE in export directive for %s"
   4894 msgstr ""
   4895 
   4896 #: config/tc-hppa.c:6681
   4897 #, c-format
   4898 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
   4899 msgstr ""
   4900 
   4901 #: config/tc-hppa.c:6705
   4902 #, c-format
   4903 msgid "Cannot define export symbol: %s\n"
   4904 msgstr ""
   4905 
   4906 #: config/tc-hppa.c:6802
   4907 msgid "Missing label name on .LABEL"
   4908 msgstr ""
   4909 
   4910 #: config/tc-hppa.c:6807
   4911 msgid "extra .LABEL arguments ignored."
   4912 msgstr ""
   4913 
   4914 #: config/tc-hppa.c:6823
   4915 msgid "The .LEAVE pseudo-op is not supported"
   4916 msgstr ""
   4917 
   4918 #: config/tc-hppa.c:6861
   4919 msgid "Unrecognized .LEVEL argument\n"
   4920 msgstr ""
   4921 
   4922 #: config/tc-hppa.c:6895
   4923 #, c-format
   4924 msgid "Cannot define static symbol: %s\n"
   4925 msgstr ""
   4926 
   4927 #: config/tc-hppa.c:6929
   4928 msgid "Nested procedures"
   4929 msgstr ""
   4930 
   4931 #: config/tc-hppa.c:6939
   4932 msgid "Cannot allocate unwind descriptor\n"
   4933 msgstr ""
   4934 
   4935 #: config/tc-hppa.c:7037
   4936 msgid "misplaced .procend"
   4937 msgstr ""
   4938 
   4939 #: config/tc-hppa.c:7040
   4940 msgid "Missing .callinfo for this procedure"
   4941 msgstr ""
   4942 
   4943 #: config/tc-hppa.c:7043
   4944 msgid "Missing .EXIT for a .ENTRY"
   4945 msgstr ""
   4946 
   4947 #: config/tc-hppa.c:7080
   4948 msgid "Not in a space.\n"
   4949 msgstr ""
   4950 
   4951 #: config/tc-hppa.c:7083
   4952 msgid "Not in a subspace.\n"
   4953 msgstr ""
   4954 
   4955 #: config/tc-hppa.c:7172
   4956 #, fuzzy
   4957 msgid "Invalid .SPACE argument"
   4958 msgstr "Intego"
   4959 
   4960 #: config/tc-hppa.c:7218
   4961 msgid "Can't change spaces within a procedure definition. Ignored"
   4962 msgstr ""
   4963 
   4964 #: config/tc-hppa.c:7346
   4965 #, c-format
   4966 msgid "Undefined space: '%s' Assuming space number = 0."
   4967 msgstr ""
   4968 
   4969 #: config/tc-hppa.c:7369
   4970 msgid "Must be in a space before changing or declaring subspaces.\n"
   4971 msgstr ""
   4972 
   4973 #: config/tc-hppa.c:7373
   4974 msgid "Can't change subspaces within a procedure definition. Ignored"
   4975 msgstr ""
   4976 
   4977 #: config/tc-hppa.c:7409
   4978 msgid "Parameters of an existing subspace can't be modified"
   4979 msgstr ""
   4980 
   4981 #: config/tc-hppa.c:7461
   4982 msgid "Alignment must be a power of 2"
   4983 msgstr ""
   4984 
   4985 #: config/tc-hppa.c:7508
   4986 msgid "FIRST not supported as a .SUBSPACE argument"
   4987 msgstr ""
   4988 
   4989 #: config/tc-hppa.c:7510
   4990 #, fuzzy
   4991 msgid "Invalid .SUBSPACE argument"
   4992 msgstr "Intego"
   4993 
   4994 #: config/tc-hppa.c:7699
   4995 #, c-format
   4996 msgid "Internal error: Unable to find containing space for %s."
   4997 msgstr ""
   4998 
   4999 #: config/tc-hppa.c:7737
   5000 #, c-format
   5001 msgid "Out of memory: could not allocate new space chain entry: %s\n"
   5002 msgstr ""
   5003 
   5004 #: config/tc-hppa.c:7825
   5005 #, c-format
   5006 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
   5007 msgstr ""
   5008 
   5009 #: config/tc-hppa.c:8270
   5010 msgid "-R option not supported on this target."
   5011 msgstr ""
   5012 
   5013 #: config/tc-hppa.c:8287 config/tc-sparc.c:825 config/tc-sparc.c:861
   5014 #, c-format
   5015 msgid "Internal error: can't hash `%s': %s\n"
   5016 msgstr ""
   5017 
   5018 #: config/tc-hppa.c:8296 config/tc-i860.c:236
   5019 #, c-format
   5020 msgid "internal error: losing opcode: `%s' \"%s\"\n"
   5021 msgstr ""
   5022 
   5023 #: config/tc-i386.c:1355
   5024 #, c-format
   5025 msgid "%s shortened to %s"
   5026 msgstr ""
   5027 
   5028 #: config/tc-i386.c:1425
   5029 msgid "same type of prefix used twice"
   5030 msgstr ""
   5031 
   5032 #: config/tc-i386.c:1450
   5033 msgid "64bit mode not supported on this CPU."
   5034 msgstr ""
   5035 
   5036 #: config/tc-i386.c:1454
   5037 msgid "32bit mode not supported on this CPU."
   5038 msgstr ""
   5039 
   5040 #: config/tc-i386.c:1489
   5041 msgid "bad argument to syntax directive."
   5042 msgstr ""
   5043 
   5044 #: config/tc-i386.c:1569
   5045 #, c-format
   5046 msgid "no such architecture: `%s'"
   5047 msgstr ""
   5048 
   5049 #: config/tc-i386.c:1574
   5050 msgid "missing cpu architecture"
   5051 msgstr ""
   5052 
   5053 #: config/tc-i386.c:1588
   5054 #, c-format
   5055 msgid "no such architecture modifier: `%s'"
   5056 msgstr ""
   5057 
   5058 #: config/tc-i386.c:1604 config/tc-i386.c:7257 config/tc-maxq.c:223
   5059 #, fuzzy
   5060 msgid "Unknown architecture"
   5061 msgstr "BASIC Ubwoko"
   5062 
   5063 #: config/tc-i386.c:1951
   5064 #, fuzzy, c-format
   5065 msgid "unknown relocation (%u)"
   5066 msgstr "%s:Kitazwi Ubwoko"
   5067 
   5068 #: config/tc-i386.c:1953
   5069 #, c-format
   5070 msgid "%u-byte relocation cannot be applied to %u-byte field"
   5071 msgstr ""
   5072 
   5073 #: config/tc-i386.c:1957
   5074 #, fuzzy
   5075 msgid "non-pc-relative relocation for pc-relative field"
   5076 msgstr "Bifitanye isano Ryari: OYA"
   5077 
   5078 #: config/tc-i386.c:1962
   5079 msgid "relocated field and relocation type differ in signedness"
   5080 msgstr ""
   5081 
   5082 #: config/tc-i386.c:1971
   5083 msgid "there are no unsigned pc-relative relocations"
   5084 msgstr ""
   5085 
   5086 #: config/tc-i386.c:1979
   5087 #, c-format
   5088 msgid "cannot do %u byte pc-relative relocation"
   5089 msgstr ""
   5090 
   5091 #: config/tc-i386.c:1996
   5092 #, c-format
   5093 msgid "cannot do %s %u byte relocation"
   5094 msgstr ""
   5095 
   5096 #: config/tc-i386.c:2206 config/tc-i386.c:3472
   5097 #, c-format
   5098 msgid "ambiguous operand size for `%s'"
   5099 msgstr ""
   5100 
   5101 #: config/tc-i386.c:2255
   5102 #, c-format
   5103 msgid "can't use register '%s%s' as operand %d in '%s'."
   5104 msgstr ""
   5105 
   5106 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
   5107 #: config/tc-i386.c:2294
   5108 #, c-format
   5109 msgid "translating to `%sp'"
   5110 msgstr ""
   5111 
   5112 #: config/tc-i386.c:2342
   5113 #, c-format
   5114 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
   5115 msgstr ""
   5116 
   5117 #: config/tc-i386.c:2389 config/tc-i386.c:2497 config/tc-maxq.c:838
   5118 #: config/tc-maxq.c:868
   5119 #, fuzzy, c-format
   5120 msgid "no such instruction: `%s'"
   5121 msgstr ":Amabwiriza"
   5122 
   5123 #: config/tc-i386.c:2400 config/tc-i386.c:2530 config/tc-maxq.c:846
   5124 #, c-format
   5125 msgid "invalid character %s in mnemonic"
   5126 msgstr ""
   5127 
   5128 #: config/tc-i386.c:2407
   5129 msgid "expecting prefix; got nothing"
   5130 msgstr ""
   5131 
   5132 #: config/tc-i386.c:2409
   5133 msgid "expecting mnemonic; got nothing"
   5134 msgstr ""
   5135 
   5136 #: config/tc-i386.c:2424 config/tc-i386.c:2548
   5137 #, c-format
   5138 msgid "`%s' is only supported in 64-bit mode"
   5139 msgstr ""
   5140 
   5141 #: config/tc-i386.c:2425 config/tc-i386.c:2547
   5142 #, fuzzy, c-format
   5143 msgid "`%s' is not supported in 64-bit mode"
   5144 msgstr "%s:OYA"
   5145 
   5146 #: config/tc-i386.c:2437
   5147 #, c-format
   5148 msgid "redundant %s prefix"
   5149 msgstr ""
   5150 
   5151 #: config/tc-i386.c:2554
   5152 #, fuzzy, c-format
   5153 msgid "`%s' is not supported on `%s%s'"
   5154 msgstr "%s:OYA"
   5155 
   5156 #: config/tc-i386.c:2562
   5157 msgid "use .code16 to ensure correct addressing mode"
   5158 msgstr ""
   5159 
   5160 #: config/tc-i386.c:2575
   5161 #, c-format
   5162 msgid "expecting string instruction after `%s'"
   5163 msgstr ""
   5164 
   5165 #: config/tc-i386.c:2607
   5166 #, c-format
   5167 msgid "invalid character %s before operand %d"
   5168 msgstr ""
   5169 
   5170 #: config/tc-i386.c:2621
   5171 #, c-format
   5172 msgid "unbalanced parenthesis in operand %d."
   5173 msgstr ""
   5174 
   5175 #: config/tc-i386.c:2624 config/tc-maxq.c:1888
   5176 #, c-format
   5177 msgid "unbalanced brackets in operand %d."
   5178 msgstr ""
   5179 
   5180 #: config/tc-i386.c:2633
   5181 #, c-format
   5182 msgid "invalid character %s in operand %d"
   5183 msgstr ""
   5184 
   5185 #: config/tc-i386.c:2660 config/tc-maxq.c:1914
   5186 #, c-format
   5187 msgid "spurious operands; (%d operands/instruction max)"
   5188 msgstr ""
   5189 
   5190 #: config/tc-i386.c:2683 config/tc-maxq.c:1934
   5191 msgid "expecting operand after ','; got nothing"
   5192 msgstr ""
   5193 
   5194 #: config/tc-i386.c:2688
   5195 msgid "expecting operand before ','; got nothing"
   5196 msgstr ""
   5197 
   5198 #. We found no match.
   5199 #: config/tc-i386.c:3223
   5200 #, c-format
   5201 msgid "suffix or operands invalid for `%s'"
   5202 msgstr ""
   5203 
   5204 #: config/tc-i386.c:3234
   5205 #, c-format
   5206 msgid "indirect %s without `*'"
   5207 msgstr ""
   5208 
   5209 #. Warn them that a data or address size prefix doesn't
   5210 #. affect assembly of the next line of code.
   5211 #: config/tc-i386.c:3242
   5212 #, c-format
   5213 msgid "stand-alone `%s' prefix"
   5214 msgstr ""
   5215 
   5216 #: config/tc-i386.c:3276 config/tc-i386.c:3291
   5217 #, c-format
   5218 msgid "`%s' operand %d must use `%%es' segment"
   5219 msgstr ""
   5220 
   5221 #. We have to know the operand size for crc32.
   5222 #: config/tc-i386.c:3344
   5223 #, c-format
   5224 msgid "ambiguous memory operand size for `%s`"
   5225 msgstr ""
   5226 
   5227 #: config/tc-i386.c:3445
   5228 msgid ""
   5229 "no instruction mnemonic suffix given and no register operands; can't size "
   5230 "instruction"
   5231 msgstr ""
   5232 
   5233 #: config/tc-i386.c:3598 config/tc-i386.c:3672 config/tc-i386.c:3703
   5234 #: config/tc-i386.c:3751 config/tc-i386.c:3789
   5235 #, c-format
   5236 msgid "Incorrect register `%s%s' used with `%c' suffix"
   5237 msgstr ""
   5238 
   5239 #: config/tc-i386.c:3606 config/tc-i386.c:3679 config/tc-i386.c:3796
   5240 #, c-format
   5241 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
   5242 msgstr ""
   5243 
   5244 #: config/tc-i386.c:3631 config/tc-i386.c:3655 config/tc-i386.c:3725
   5245 #: config/tc-i386.c:3772
   5246 #, c-format
   5247 msgid "`%s%s' not allowed with `%s%c'"
   5248 msgstr ""
   5249 
   5250 #: config/tc-i386.c:3864
   5251 msgid "no instruction mnemonic suffix given; can't determine immediate size"
   5252 msgstr ""
   5253 
   5254 #: config/tc-i386.c:4054 config/tc-i386.c:4089 config/tc-i386.c:4158
   5255 #: config/tc-i386.c:4209
   5256 #, c-format
   5257 msgid "Incorrect operands for the '%s' instruction"
   5258 msgstr ""
   5259 
   5260 #: config/tc-i386.c:4216
   5261 #, fuzzy, c-format
   5262 msgid "Internal error for the '%s' instruction"
   5263 msgstr "By'imbere Ikosa"
   5264 
   5265 #: config/tc-i386.c:4248
   5266 #, c-format
   5267 msgid "the last operand of `%s' must be `%sxmm0'"
   5268 msgstr ""
   5269 
   5270 #: config/tc-i386.c:4251
   5271 #, c-format
   5272 msgid "the first operand of `%s' must be `%sxmm0'"
   5273 msgstr ""
   5274 
   5275 #: config/tc-i386.c:4294
   5276 #, c-format
   5277 msgid "you can't `pop %%cs'"
   5278 msgstr ""
   5279 
   5280 #. Reversed arguments on faddp, fsubp, etc.
   5281 #: config/tc-i386.c:4323
   5282 #, c-format
   5283 msgid "translating to `%s %s%s,%s%s'"
   5284 msgstr ""
   5285 
   5286 #. Extraneous `l' suffix on fp insn.
   5287 #: config/tc-i386.c:4330
   5288 #, c-format
   5289 msgid "translating to `%s %s%s'"
   5290 msgstr ""
   5291 
   5292 #: config/tc-i386.c:4358
   5293 #, c-format
   5294 msgid "segment override on `%s' is ineffectual"
   5295 msgstr ""
   5296 
   5297 #: config/tc-i386.c:4785 config/tc-i386.c:4879 config/tc-i386.c:4924
   5298 msgid "skipping prefixes on this instruction"
   5299 msgstr ""
   5300 
   5301 #: config/tc-i386.c:4944
   5302 msgid "16-bit jump out of range"
   5303 msgstr ""
   5304 
   5305 #: config/tc-i386.c:4953
   5306 #, c-format
   5307 msgid "can't handle non absolute segment in `%s'"
   5308 msgstr ""
   5309 
   5310 #: config/tc-i386.c:5539
   5311 #, c-format
   5312 msgid "@%s reloc is not supported with %d-bit output format"
   5313 msgstr ""
   5314 
   5315 #: config/tc-i386.c:5583
   5316 #, c-format
   5317 msgid "missing or invalid expression `%s'"
   5318 msgstr ""
   5319 
   5320 #: config/tc-i386.c:5636
   5321 #, c-format
   5322 msgid "at most %d immediate operands are allowed"
   5323 msgstr ""
   5324 
   5325 #: config/tc-i386.c:5658 config/tc-i386.c:5896 config/tc-maxq.c:1500
   5326 #, c-format
   5327 msgid "junk `%s' after expression"
   5328 msgstr ""
   5329 
   5330 #: config/tc-i386.c:5671
   5331 #, c-format
   5332 msgid "missing or invalid immediate expression `%s'"
   5333 msgstr ""
   5334 
   5335 #: config/tc-i386.c:5694 config/tc-i386.c:5951 config/tc-maxq.c:1530
   5336 #, c-format
   5337 msgid "unimplemented segment %s in operand"
   5338 msgstr ""
   5339 
   5340 #: config/tc-i386.c:5700
   5341 #, c-format
   5342 msgid "illegal immediate register operand %s"
   5343 msgstr ""
   5344 
   5345 #: config/tc-i386.c:5748
   5346 #, c-format
   5347 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
   5348 msgstr ""
   5349 
   5350 #: config/tc-i386.c:5757
   5351 #, c-format
   5352 msgid "scale factor of %d without an index register"
   5353 msgstr ""
   5354 
   5355 #: config/tc-i386.c:5779
   5356 #, c-format
   5357 msgid "at most %d displacement operands are allowed"
   5358 msgstr ""
   5359 
   5360 #: config/tc-i386.c:5936
   5361 #, c-format
   5362 msgid "missing or invalid displacement expression `%s'"
   5363 msgstr ""
   5364 
   5365 #: config/tc-i386.c:6056
   5366 #, c-format
   5367 msgid "`%s' is not a valid base/index expression"
   5368 msgstr ""
   5369 
   5370 #: config/tc-i386.c:6060
   5371 #, c-format
   5372 msgid "`%s' is not a valid %s bit base/index expression"
   5373 msgstr ""
   5374 
   5375 #: config/tc-i386.c:6136
   5376 #, c-format
   5377 msgid "bad memory operand `%s'"
   5378 msgstr ""
   5379 
   5380 #: config/tc-i386.c:6151
   5381 #, c-format
   5382 msgid "junk `%s' after register"
   5383 msgstr ""
   5384 
   5385 #: config/tc-i386.c:6163 config/tc-i386.c:6279 config/tc-i386.c:6320
   5386 #, fuzzy, c-format
   5387 msgid "bad register name `%s'"
   5388 msgstr "%s:Icyiciro Izina:"
   5389 
   5390 #: config/tc-i386.c:6171
   5391 msgid "immediate operand illegal with absolute jump"
   5392 msgstr ""
   5393 
   5394 #: config/tc-i386.c:6193
   5395 #, c-format
   5396 msgid "too many memory references for `%s'"
   5397 msgstr ""
   5398 
   5399 #: config/tc-i386.c:6271
   5400 #, c-format
   5401 msgid "expecting `,' or `)' after index register in `%s'"
   5402 msgstr ""
   5403 
   5404 #: config/tc-i386.c:6296
   5405 #, c-format
   5406 msgid "expecting `)' after scale factor in `%s'"
   5407 msgstr ""
   5408 
   5409 #: config/tc-i386.c:6304
   5410 #, c-format
   5411 msgid "expecting index register or scale factor after `,'; got '%c'"
   5412 msgstr ""
   5413 
   5414 #: config/tc-i386.c:6312
   5415 #, c-format
   5416 msgid "expecting `,' or `)' after base register in `%s'"
   5417 msgstr ""
   5418 
   5419 #. It's not a memory operand; argh!
   5420 #: config/tc-i386.c:6355
   5421 #, c-format
   5422 msgid "invalid char %s beginning operand %d `%s'"
   5423 msgstr ""
   5424 
   5425 #: config/tc-i386.c:6531
   5426 msgid "long jump required"
   5427 msgstr ""
   5428 
   5429 #: config/tc-i386.c:6586
   5430 msgid "jump target out of range"
   5431 msgstr ""
   5432 
   5433 #: config/tc-i386.c:6831
   5434 msgid "Bad call to md_atof ()"
   5435 msgstr ""
   5436 
   5437 #: config/tc-i386.c:7094
   5438 msgid "No compiled in support for x86_64"
   5439 msgstr ""
   5440 
   5441 #: config/tc-i386.c:7123 config/tc-i386.c:7139
   5442 #, c-format
   5443 msgid "Invalid -march= option: `%s'"
   5444 msgstr ""
   5445 
   5446 #: config/tc-i386.c:7144 config/tc-i386.c:7156
   5447 #, c-format
   5448 msgid "Invalid -mtune= option: `%s'"
   5449 msgstr ""
   5450 
   5451 #: config/tc-i386.c:7170
   5452 #, c-format
   5453 msgid ""
   5454 "  -Q                      ignored\n"
   5455 "  -V                      print assembler version number\n"
   5456 "  -k                      ignored\n"
   5457 msgstr ""
   5458 
   5459 #: config/tc-i386.c:7175
   5460 #, c-format
   5461 msgid ""
   5462 "  -n                      Do not optimize code alignment\n"
   5463 "  -q                      quieten some warnings\n"
   5464 msgstr ""
   5465 
   5466 #: config/tc-i386.c:7179
   5467 #, c-format
   5468 msgid "  -s                      ignored\n"
   5469 msgstr ""
   5470 
   5471 #: config/tc-i386.c:7183
   5472 #, c-format
   5473 msgid "  --32/--64               generate 32bit/64bit code\n"
   5474 msgstr ""
   5475 
   5476 #: config/tc-i386.c:7187
   5477 #, c-format
   5478 msgid "  --divide                do not treat `/' as a comment character\n"
   5479 msgstr ""
   5480 
   5481 #: config/tc-i386.c:7190
   5482 #, c-format
   5483 msgid "  --divide                ignored\n"
   5484 msgstr ""
   5485 
   5486 #: config/tc-i386.c:7193
   5487 #, c-format
   5488 msgid ""
   5489 "  -march=CPU/-mtune=CPU   generate code/optimize for CPU, where CPU is one "
   5490 "of:\n"
   5491 "                           i386, i486, pentium, pentiumpro, pentium4, "
   5492 "nocona,\n"
   5493 "                           core, core2, k6, athlon, k8, generic32, "
   5494 "generic64\n"
   5495 msgstr ""
   5496 
   5497 #: config/tc-i386.c:7346 config/tc-s390.c:1862
   5498 #, fuzzy
   5499 msgid "GOT already in symbol table"
   5500 msgstr "[bishunguwe IKIMENYETSO imbonerahamwe#"
   5501 
   5502 #: config/tc-i386.c:7495
   5503 #, c-format
   5504 msgid "can not do %d byte pc-relative relocation"
   5505 msgstr ""
   5506 
   5507 #: config/tc-i386.c:7513 config/tc-maxq.c:247
   5508 #, c-format
   5509 msgid "can not do %d byte relocation"
   5510 msgstr ""
   5511 
   5512 #: config/tc-i386.c:7592 config/tc-maxq.c:274 config/tc-s390.c:2308
   5513 #, fuzzy, c-format
   5514 msgid "cannot represent relocation type %s"
   5515 msgstr "%s:Kitazwi Ubwoko"
   5516 
   5517 #: config/tc-i386.c:7844
   5518 #, c-format
   5519 msgid "invalid operand for '%s' ('%s' unexpected)"
   5520 msgstr ""
   5521 
   5522 #: config/tc-i386.c:7856
   5523 #, c-format
   5524 msgid "too many memory references for '%s'"
   5525 msgstr ""
   5526 
   5527 #. See the comments in intel_bracket_expr.
   5528 #: config/tc-i386.c:7867
   5529 #, c-format
   5530 msgid "Treating `%s' as memory reference"
   5531 msgstr ""
   5532 
   5533 #: config/tc-i386.c:8183
   5534 #, c-format
   5535 msgid "Unknown operand modifier `%s'"
   5536 msgstr ""
   5537 
   5538 #: config/tc-i386.c:8199
   5539 msgid "Conflicting operand modifiers"
   5540 msgstr ""
   5541 
   5542 #: config/tc-i386.c:8248
   5543 msgid "Invalid operand to `OFFSET'"
   5544 msgstr ""
   5545 
   5546 #: config/tc-i386.c:8322
   5547 #, c-format
   5548 msgid "`[%.*s]' taken to mean just `%.*s'"
   5549 msgstr ""
   5550 
   5551 #: config/tc-i386.c:8414
   5552 #, c-format
   5553 msgid "`%s' is not a valid segment register"
   5554 msgstr ""
   5555 
   5556 #: config/tc-i386.c:8419
   5557 msgid "Extra segment override ignored"
   5558 msgstr ""
   5559 
   5560 #: config/tc-i386.c:8453 config/tc-i386.c:8618
   5561 msgid "Register scaling only allowed in memory operands"
   5562 msgstr ""
   5563 
   5564 #: config/tc-i386.c:8475 config/tc-i386.c:8594
   5565 #, c-format
   5566 msgid "Syntax error: Expecting a constant, got `%s'"
   5567 msgstr ""
   5568 
   5569 #: config/tc-i386.c:8503
   5570 msgid "Too many register references in memory operand"
   5571 msgstr ""
   5572 
   5573 #: config/tc-i386.c:8522
   5574 #, fuzzy
   5575 msgid "Invalid use of register"
   5576 msgstr "Intego"
   5577 
   5578 #: config/tc-i386.c:8671
   5579 #, fuzzy, c-format
   5580 msgid "Unrecognized token '%s'"
   5581 msgstr "Ubwoko"
   5582 
   5583 #: config/tc-i386.c:8687
   5584 #, c-format
   5585 msgid "Unexpected token `%s'"
   5586 msgstr ""
   5587 
   5588 #: config/tc-i386.c:8845
   5589 msgid "`:' expected"
   5590 msgstr ""
   5591 
   5592 #: config/tc-i386.c:8870
   5593 #, fuzzy, c-format
   5594 msgid "Unrecognized token `%s'"
   5595 msgstr "Ubwoko"
   5596 
   5597 #: config/tc-i386.c:9005
   5598 msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string"
   5599 msgstr ""
   5600 
   5601 #: config/tc-i386.c:9008
   5602 msgid "Bad .section directive: want a,w,x,M,S,G,T in string"
   5603 msgstr ""
   5604 
   5605 #: config/tc-i386.c:9027
   5606 msgid ".largecomm supported only in 64bit mode, producing .comm"
   5607 msgstr ""
   5608 
   5609 #: config/tc-i860.c:122
   5610 msgid "Directive .dual available only with -mintel-syntax option"
   5611 msgstr ""
   5612 
   5613 #: config/tc-i860.c:132
   5614 msgid "Directive .enddual available only with -mintel-syntax option"
   5615 msgstr ""
   5616 
   5617 #: config/tc-i860.c:145
   5618 msgid "Directive .atmp available only with -mintel-syntax option"
   5619 msgstr ""
   5620 
   5621 #: config/tc-i860.c:167 config/tc-i860.c:171
   5622 msgid "Unknown temporary pseudo register"
   5623 msgstr ""
   5624 
   5625 #: config/tc-i860.c:227 config/tc-mips.c:1765
   5626 #, fuzzy, c-format
   5627 msgid "internal error: can't hash `%s': %s\n"
   5628 msgstr "By'imbere Ikosa ku Umurongo"
   5629 
   5630 #: config/tc-i860.c:247
   5631 msgid "Defective assembler.  No assembly attempted."
   5632 msgstr ""
   5633 
   5634 #: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3726
   5635 #: config/tc-m68k.c:3758 config/tc-sparc.c:2711
   5636 msgid "failed sanity check."
   5637 msgstr ""
   5638 
   5639 #: config/tc-i860.c:400
   5640 #, c-format
   5641 msgid "Expanded opcode after delayed branch: `%s'"
   5642 msgstr ""
   5643 
   5644 #: config/tc-i860.c:404
   5645 #, c-format
   5646 msgid "Expanded opcode in dual mode: `%s'"
   5647 msgstr ""
   5648 
   5649 #: config/tc-i860.c:408
   5650 #, c-format
   5651 msgid "An instruction was expanded (%s)"
   5652 msgstr ""
   5653 
   5654 #: config/tc-i860.c:674
   5655 msgid "Pipelined instruction: fsrc1 = fdest"
   5656 msgstr ""
   5657 
   5658 #: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891
   5659 msgid "Assembler does not yet support PIC"
   5660 msgstr ""
   5661 
   5662 #: config/tc-i860.c:955
   5663 #, c-format
   5664 msgid "Illegal operands for %s"
   5665 msgstr ""
   5666 
   5667 #: config/tc-i860.c:972
   5668 #, c-format
   5669 msgid "'d.%s' must be 8-byte aligned"
   5670 msgstr ""
   5671 
   5672 #: config/tc-i860.c:980
   5673 #, c-format
   5674 msgid "Prefix 'd.' invalid for instruction `%s'"
   5675 msgstr ""
   5676 
   5677 #: config/tc-i860.c:1086
   5678 msgid "i860_estimate_size_before_relax\n"
   5679 msgstr ""
   5680 
   5681 #: config/tc-i860.c:1185
   5682 #, c-format
   5683 msgid ""
   5684 "  -EL\t\t\t  generate code for little endian mode (default)\n"
   5685 "  -EB\t\t\t  generate code for big endian mode\n"
   5686 "  -mwarn-expand\t\t  warn if pseudo operations are expanded\n"
   5687 "  -mxp\t\t\t  enable i860XP support (disabled by default)\n"
   5688 "  -mintel-syntax\t  enable Intel syntax (default to AT&T/SVR4)\n"
   5689 msgstr ""
   5690 
   5691 #. SVR4 compatibility flags.
   5692 #: config/tc-i860.c:1193
   5693 #, c-format
   5694 msgid ""
   5695 "  -V\t\t\t  print assembler version number\n"
   5696 "  -Qy, -Qn\t\t  ignored\n"
   5697 msgstr ""
   5698 
   5699 #: config/tc-i860.c:1256
   5700 msgid "This immediate requires 0 MOD 2 alignment"
   5701 msgstr ""
   5702 
   5703 #: config/tc-i860.c:1259
   5704 msgid "This immediate requires 0 MOD 4 alignment"
   5705 msgstr ""
   5706 
   5707 #: config/tc-i860.c:1262
   5708 msgid "This immediate requires 0 MOD 8 alignment"
   5709 msgstr ""
   5710 
   5711 #: config/tc-i860.c:1265
   5712 msgid "This immediate requires 0 MOD 16 alignment"
   5713 msgstr ""
   5714 
   5715 #: config/tc-i860.c:1360
   5716 msgid "5-bit immediate too large"
   5717 msgstr ""
   5718 
   5719 #: config/tc-i860.c:1363
   5720 msgid "5-bit field must be absolute"
   5721 msgstr ""
   5722 
   5723 #: config/tc-i860.c:1408 config/tc-i860.c:1431
   5724 msgid "A branch offset requires 0 MOD 4 alignment"
   5725 msgstr ""
   5726 
   5727 #: config/tc-i860.c:1452
   5728 #, fuzzy, c-format
   5729 msgid "Unrecognized fix-up (0x%08lx)"
   5730 msgstr "Ubwoko"
   5731 
   5732 #: config/tc-i860.h:76
   5733 msgid "i860_convert_frag\n"
   5734 msgstr ""
   5735 
   5736 #: config/tc-i960.c:486
   5737 #, c-format
   5738 msgid "Hashing returned \"%s\"."
   5739 msgstr ""
   5740 
   5741 #: config/tc-i960.c:582 config/tc-i960.c:1112
   5742 msgid "expression syntax error"
   5743 msgstr ""
   5744 
   5745 #: config/tc-i960.c:618
   5746 msgid "attempt to branch into different segment"
   5747 msgstr ""
   5748 
   5749 #: config/tc-i960.c:622
   5750 #, c-format
   5751 msgid "target of %s instruction must be a label"
   5752 msgstr ""
   5753 
   5754 #: config/tc-i960.c:732
   5755 msgid "unaligned register"
   5756 msgstr ""
   5757 
   5758 #: config/tc-i960.c:754
   5759 msgid "no such sfr in this architecture"
   5760 msgstr ""
   5761 
   5762 #: config/tc-i960.c:792
   5763 msgid "illegal literal"
   5764 msgstr ""
   5765 
   5766 #: config/tc-i960.c:942
   5767 msgid "invalid index register"
   5768 msgstr ""
   5769 
   5770 #: config/tc-i960.c:965
   5771 msgid "invalid scale factor"
   5772 msgstr ""
   5773 
   5774 #: config/tc-i960.c:1189
   5775 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
   5776 msgstr ""
   5777 
   5778 #: config/tc-i960.c:1423 config/tc-xtensa.c:11341
   5779 msgid "too many operands"
   5780 msgstr ""
   5781 
   5782 #. We never moved: there was no opcode either!
   5783 #: config/tc-i960.c:1471
   5784 msgid "missing opcode"
   5785 msgstr ""
   5786 
   5787 #: config/tc-i960.c:1611
   5788 msgid "branch prediction invalid on this opcode"
   5789 msgstr ""
   5790 
   5791 #: config/tc-i960.c:1649
   5792 #, c-format
   5793 msgid "invalid opcode, \"%s\"."
   5794 msgstr ""
   5795 
   5796 #: config/tc-i960.c:1651
   5797 #, c-format
   5798 msgid "improper number of operands.  expecting %d, got %d"
   5799 msgstr ""
   5800 
   5801 #: config/tc-i960.c:1808
   5802 #, c-format
   5803 msgid "Fixup of %ld too large for field width of %d"
   5804 msgstr ""
   5805 
   5806 #: config/tc-i960.c:1918
   5807 #, c-format
   5808 msgid "invalid architecture %s"
   5809 msgstr ""
   5810 
   5811 #: config/tc-i960.c:1938
   5812 #, c-format
   5813 msgid "I960 options:\n"
   5814 msgstr ""
   5815 
   5816 #: config/tc-i960.c:1941
   5817 #, c-format
   5818 msgid ""
   5819 "\n"
   5820 "\t\t\tspecify variant of 960 architecture\n"
   5821 "-b\t\t\tadd code to collect statistics about branches taken\n"
   5822 "-link-relax\t\tpreserve individual alignment directives so linker\n"
   5823 "\t\t\tcan do relaxing (b.out format only)\n"
   5824 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
   5825 "\t\t\tlong displacements\n"
   5826 msgstr ""
   5827 
   5828 #: config/tc-i960.c:2205
   5829 msgid "should have 1 or 2 operands"
   5830 msgstr ""
   5831 
   5832 #: config/tc-i960.c:2213 config/tc-i960.c:2228
   5833 #, c-format
   5834 msgid "Redefining leafproc %s"
   5835 msgstr ""
   5836 
   5837 #: config/tc-i960.c:2258
   5838 msgid "should have two operands"
   5839 msgstr ""
   5840 
   5841 #: config/tc-i960.c:2268
   5842 msgid "'entry_num' must be absolute number in [0,31]"
   5843 msgstr ""
   5844 
   5845 #: config/tc-i960.c:2276
   5846 #, c-format
   5847 msgid "Redefining entrynum for sysproc %s"
   5848 msgstr ""
   5849 
   5850 #. Should not happen: see block comment above.
   5851 #: config/tc-i960.c:2376
   5852 #, c-format
   5853 msgid "Trying to 'bal' to %s"
   5854 msgstr ""
   5855 
   5856 #: config/tc-i960.c:2386
   5857 msgid "Looks like a proc, but can't tell what kind.\n"
   5858 msgstr ""
   5859 
   5860 #: config/tc-i960.c:2405
   5861 #, fuzzy
   5862 msgid "big endian mode is not supported"
   5863 msgstr "[OYA"
   5864 
   5865 #: config/tc-i960.c:2407
   5866 #, fuzzy, c-format
   5867 msgid "ignoring unrecognized .endian type `%s'"
   5868 msgstr "%s:in Icyiciro"
   5869 
   5870 #: config/tc-i960.c:2452
   5871 msgid "can't use COBR format with external label"
   5872 msgstr ""
   5873 
   5874 #: config/tc-i960.c:2627
   5875 msgid "option --link-relax is only supported in b.out format"
   5876 msgstr ""
   5877 
   5878 #: config/tc-i960.c:2654
   5879 #, c-format
   5880 msgid "No 'bal' entry point for leafproc %s"
   5881 msgstr ""
   5882 
   5883 #: config/tc-ia64.c:1030
   5884 msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string"
   5885 msgstr ""
   5886 
   5887 #: config/tc-ia64.c:1173
   5888 msgid "Unwind directive not followed by an instruction."
   5889 msgstr ""
   5890 
   5891 #: config/tc-ia64.c:5122
   5892 #, fuzzy
   5893 msgid "Register name expected"
   5894 msgstr "Kubika"
   5895 
   5896 #: config/tc-ia64.c:5127 config/tc-ia64.c:5440
   5897 msgid "Comma expected"
   5898 msgstr ""
   5899 
   5900 #: config/tc-ia64.c:5135
   5901 msgid "Register value annotation ignored"
   5902 msgstr ""
   5903 
   5904 #: config/tc-ia64.c:5176
   5905 msgid "Directive invalid within a bundle"
   5906 msgstr ""
   5907 
   5908 #: config/tc-ia64.c:5269
   5909 #, fuzzy
   5910 msgid "Missing predicate relation type"
   5911 msgstr "%s:Ubwoko"
   5912 
   5913 #: config/tc-ia64.c:5275
   5914 #, fuzzy
   5915 msgid "Unrecognized predicate relation type"
   5916 msgstr "Ubwoko"
   5917 
   5918 #: config/tc-ia64.c:5321
   5919 msgid "Bad register range"
   5920 msgstr ""
   5921 
   5922 #: config/tc-ia64.c:5330
   5923 msgid "Predicate register expected"
   5924 msgstr ""
   5925 
   5926 #: config/tc-ia64.c:5335
   5927 msgid "Duplicate predicate register ignored"
   5928 msgstr ""
   5929 
   5930 #: config/tc-ia64.c:5351
   5931 msgid "Predicate source and target required"
   5932 msgstr ""
   5933 
   5934 #: config/tc-ia64.c:5353 config/tc-ia64.c:5365
   5935 msgid "Use of p0 is not valid in this context"
   5936 msgstr ""
   5937 
   5938 #: config/tc-ia64.c:5360
   5939 msgid "At least two PR arguments expected"
   5940 msgstr ""
   5941 
   5942 #: config/tc-ia64.c:5374
   5943 msgid "At least one PR argument expected"
   5944 msgstr ""
   5945 
   5946 #: config/tc-ia64.c:5410
   5947 #, c-format
   5948 msgid "Inserting \"%s\" into entry hint table failed: %s"
   5949 msgstr ""
   5950 
   5951 #. FIXME -- need 62-bit relocation type
   5952 #: config/tc-ia64.c:5886
   5953 #, fuzzy
   5954 msgid "62-bit relocation not yet implemented"
   5955 msgstr "OYA"
   5956 
   5957 #. XXX technically, this is wrong: we should not be issuing warning
   5958 #. messages until we're sure this instruction pattern is going to
   5959 #. be used!
   5960 #: config/tc-ia64.c:5970
   5961 msgid "lower 16 bits of mask ignored"
   5962 msgstr ""
   5963 
   5964 #: config/tc-ia64.c:6585
   5965 msgid "Value truncated to 62 bits"
   5966 msgstr ""
   5967 
   5968 #. Give an error if a frag containing code is not aligned to a 16 byte
   5969 #. boundary.
   5970 #: config/tc-ia64.c:6723 config/tc-ia64.h:172
   5971 #, fuzzy
   5972 msgid "instruction address is not a multiple of 16"
   5973 msgstr "%s:Ikosa OYA a Igikubo Bya"
   5974 
   5975 #: config/tc-ia64.c:7273
   5976 #, fuzzy, c-format
   5977 msgid "Unrecognized option '-x%s'"
   5978 msgstr "Ubwoko"
   5979 
   5980 #: config/tc-ia64.c:7301
   5981 msgid ""
   5982 "IA-64 options:\n"
   5983 "  --mconstant-gp\t  mark output file as using the constant-GP model\n"
   5984 "\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
   5985 "  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
   5986 "\t\t\t  without function descriptors (sets ELF header flag\n"
   5987 "\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
   5988 "  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
   5989 "  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
   5990 "  -mtune=[itanium1|itanium2]\n"
   5991 "\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
   5992 "  -munwind-check=[warning|error]\n"
   5993 "\t\t\t  unwind directive check (default -munwind-check=warning)\n"
   5994 "  -mhint.b=[ok|warning|error]\n"
   5995 "\t\t\t  hint.b check (default -mhint.b=error)\n"
   5996 "  -x | -xexplicit\t  turn on dependency violation checking\n"
   5997 "  -xauto\t\t  automagically remove dependency violations (default)\n"
   5998 "  -xnone\t\t  turn off dependency violation checking\n"
   5999 "  -xdebug\t\t  debug dependency violation checker\n"
   6000 "  -xdebugn\t\t  debug dependency violation checker but turn off\n"
   6001 "\t\t\t  dependency violation checking\n"
   6002 "  -xdebugx\t\t  debug dependency violation checker and turn on\n"
   6003 "\t\t\t  dependency violation checking\n"
   6004 msgstr ""
   6005 
   6006 #: config/tc-ia64.c:7331
   6007 #, fuzzy
   6008 msgid "--gstabs is not supported for ia64"
   6009 msgstr "%s:ni OYA kugirango IKIMENYETSO"
   6010 
   6011 #: config/tc-ia64.c:7636 config/tc-mips.c:1754
   6012 msgid "Could not set architecture and machine"
   6013 msgstr ""
   6014 
   6015 #: config/tc-ia64.c:7762
   6016 msgid "Explicit stops are ignored in auto mode"
   6017 msgstr ""
   6018 
   6019 #: config/tc-ia64.c:7784
   6020 msgid "Found '{' after explicit switch to automatic mode"
   6021 msgstr ""
   6022 
   6023 #: config/tc-ia64.c:8389
   6024 #, c-format
   6025 msgid "Unhandled dependency %s for %s (%s), note %d"
   6026 msgstr ""
   6027 
   6028 #: config/tc-ia64.c:9665
   6029 #, fuzzy, c-format
   6030 msgid "Unrecognized dependency specifier %d\n"
   6031 msgstr "Ubwoko"
   6032 
   6033 #: config/tc-ia64.c:10562
   6034 msgid "Only the first path encountering the conflict is reported"
   6035 msgstr ""
   6036 
   6037 #: config/tc-ia64.c:10565
   6038 msgid "This is the location of the conflicting usage"
   6039 msgstr ""
   6040 
   6041 #: config/tc-ia64.c:11791
   6042 msgid "Can't add stop bit to mark end of instruction group"
   6043 msgstr ""
   6044 
   6045 #: config/tc-ia64.c:11891 config/tc-score.c:6398 read.c:1446 read.c:2417
   6046 #: read.c:3046 read.c:3379 read.c:3423
   6047 #, fuzzy
   6048 msgid "expected symbol name"
   6049 msgstr "[bishunguwe IKIMENYETSO imbonerahamwe#"
   6050 
   6051 #: config/tc-ia64.c:11901 read.c:2427 read.c:3056 read.c:3407 stabs.c:468
   6052 #, c-format
   6053 msgid "expected comma after \"%s\""
   6054 msgstr ""
   6055 
   6056 #: config/tc-ia64.c:11943
   6057 #, c-format
   6058 msgid "`%s' is already the alias of %s `%s'"
   6059 msgstr ""
   6060 
   6061 #: config/tc-ia64.c:11953
   6062 #, c-format
   6063 msgid "%s `%s' already has an alias `%s'"
   6064 msgstr ""
   6065 
   6066 #: config/tc-ia64.c:11964
   6067 #, c-format
   6068 msgid "inserting \"%s\" into %s alias hash table failed: %s"
   6069 msgstr ""
   6070 
   6071 #: config/tc-ia64.c:11972
   6072 #, c-format
   6073 msgid "inserting \"%s\" into %s name hash table failed: %s"
   6074 msgstr ""
   6075 
   6076 #: config/tc-ia64.c:11991
   6077 #, fuzzy, c-format
   6078 msgid "symbol `%s' aliased to `%s' is not used"
   6079 msgstr "%s:IKIMENYETSO Bya ngombwa OYA"
   6080 
   6081 #: config/tc-ia64.c:12013
   6082 #, c-format
   6083 msgid "section `%s' aliased to `%s' is not used"
   6084 msgstr ""
   6085 
   6086 #: config/tc-ip2k.c:158
   6087 #, c-format
   6088 msgid "IP2K specific command line options:\n"
   6089 msgstr ""
   6090 
   6091 #: config/tc-ip2k.c:159
   6092 #, c-format
   6093 msgid "  -mip2022               restrict to IP2022 insns \n"
   6094 msgstr ""
   6095 
   6096 #: config/tc-ip2k.c:160
   6097 #, c-format
   6098 msgid "  -mip2022ext            permit extended IP2022 insn\n"
   6099 msgstr ""
   6100 
   6101 #: config/tc-ip2k.c:274
   6102 msgid "md_pcrel_from\n"
   6103 msgstr ""
   6104 
   6105 #: config/tc-iq2000.c:364
   6106 #, c-format
   6107 msgid "the yielding instruction %s may not be in a delay slot."
   6108 msgstr ""
   6109 
   6110 #: config/tc-iq2000.c:372
   6111 #, c-format
   6112 msgid "Register number (R%ld) for double word access must be even."
   6113 msgstr ""
   6114 
   6115 #: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391
   6116 #: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249
   6117 #, c-format
   6118 msgid "operand references R%ld of previous load."
   6119 msgstr ""
   6120 
   6121 #: config/tc-iq2000.c:396
   6122 msgid "instruction implicitly accesses R31 of previous load."
   6123 msgstr ""
   6124 
   6125 #: config/tc-iq2000.c:651 config/tc-mep.c:1647
   6126 msgid "Unmatched high relocation"
   6127 msgstr ""
   6128 
   6129 #: config/tc-iq2000.c:878 config/tc-mips.c:14503 config/tc-score.c:6105
   6130 #, fuzzy
   6131 msgid ".end not in text section"
   6132 msgstr "%s:OYA Gushaka Ibisohoka Icyiciro"
   6133 
   6134 #: config/tc-iq2000.c:882 config/tc-mips.c:14507 config/tc-score.c:6108
   6135 msgid ".end directive without a preceding .ent directive."
   6136 msgstr ""
   6137 
   6138 #: config/tc-iq2000.c:891 config/tc-mips.c:14516 config/tc-score.c:6116
   6139 msgid ".end symbol does not match .ent symbol."
   6140 msgstr ""
   6141 
   6142 #: config/tc-iq2000.c:894 config/tc-mips.c:14523 config/tc-score.c:6121
   6143 msgid ".end directive missing or unknown symbol"
   6144 msgstr ""
   6145 
   6146 #: config/tc-iq2000.c:912
   6147 #, fuzzy
   6148 msgid "Expected simple number."
   6149 msgstr "[bishunguwe IKIMENYETSO imbonerahamwe#"
   6150 
   6151 #: config/tc-iq2000.c:941 config/tc-mips.c:14428 config/tc-score.c:5955
   6152 #, c-format
   6153 msgid " *input_line_pointer == '%c' 0x%02x\n"
   6154 msgstr ""
   6155 
   6156 #: config/tc-iq2000.c:943
   6157 #, fuzzy
   6158 msgid "Invalid number"
   6159 msgstr "Intego"
   6160 
   6161 #: config/tc-iq2000.c:978 config/tc-mips.c:14598 config/tc-score.c:5994
   6162 msgid ".ent or .aent not in text section."
   6163 msgstr ""
   6164 
   6165 #: config/tc-iq2000.c:981
   6166 #, fuzzy
   6167 msgid "missing `.end'"
   6168 msgstr "Ibuze"
   6169 
   6170 #: config/tc-m32c.c:137
   6171 #, c-format
   6172 msgid " M32C specific command line options:\n"
   6173 msgstr ""
   6174 
   6175 #. Pretend that we do not recognise this option.
   6176 #: config/tc-m32r.c:331
   6177 msgid "Unrecognised option: -hidden"
   6178 msgstr ""
   6179 
   6180 #: config/tc-m32r.c:358 config/tc-sparc.c:595
   6181 msgid "Unrecognized option following -K"
   6182 msgstr ""
   6183 
   6184 #: config/tc-m32r.c:373
   6185 #, c-format
   6186 msgid " M32R specific command line options:\n"
   6187 msgstr ""
   6188 
   6189 #: config/tc-m32r.c:375
   6190 #, c-format
   6191 msgid ""
   6192 "  -m32r                   disable support for the m32rx instruction set\n"
   6193 msgstr ""
   6194 
   6195 #: config/tc-m32r.c:377
   6196 #, c-format
   6197 msgid "  -m32rx                  support the extended m32rx instruction set\n"
   6198 msgstr ""
   6199 
   6200 #: config/tc-m32r.c:379
   6201 #, c-format
   6202 msgid "  -m32r2                  support the extended m32r2 instruction set\n"
   6203 msgstr ""
   6204 
   6205 #: config/tc-m32r.c:381
   6206 #, c-format
   6207 msgid "  -EL,-little             produce little endian code and data\n"
   6208 msgstr ""
   6209 
   6210 #: config/tc-m32r.c:383
   6211 #, c-format
   6212 msgid "  -EB,-big                produce big endian code and data\n"
   6213 msgstr ""
   6214 
   6215 #: config/tc-m32r.c:385
   6216 #, c-format
   6217 msgid "  -parallel               try to combine instructions in parallel\n"
   6218 msgstr ""
   6219 
   6220 #: config/tc-m32r.c:387
   6221 #, c-format
   6222 msgid "  -no-parallel            disable -parallel\n"
   6223 msgstr ""
   6224 
   6225 #: config/tc-m32r.c:389
   6226 #, c-format
   6227 msgid ""
   6228 "  -no-bitinst             disallow the M32R2's extended bit-field "
   6229 "instructions\n"
   6230 msgstr ""
   6231 
   6232 #: config/tc-m32r.c:391
   6233 #, c-format
   6234 msgid "  -O                      try to optimize code.  Implies -parallel\n"
   6235 msgstr ""
   6236 
   6237 #: config/tc-m32r.c:394
   6238 #, c-format
   6239 msgid ""
   6240 "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
   6241 msgstr ""
   6242 
   6243 #: config/tc-m32r.c:396
   6244 #, c-format
   6245 msgid "                                         might violate contraints\n"
   6246 msgstr ""
   6247 
   6248 #: config/tc-m32r.c:398
   6249 #, c-format
   6250 msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
   6251 msgstr ""
   6252 
   6253 #: config/tc-m32r.c:400
   6254 #, c-format
   6255 msgid ""
   6256 "                                         instructions might violate "
   6257 "contraints\n"
   6258 msgstr ""
   6259 
   6260 #: config/tc-m32r.c:402
   6261 #, c-format
   6262 msgid ""
   6263 "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
   6264 msgstr ""
   6265 
   6266 #: config/tc-m32r.c:404
   6267 #, c-format
   6268 msgid ""
   6269 "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
   6270 msgstr ""
   6271 
   6272 #: config/tc-m32r.c:406
   6273 #, c-format
   6274 msgid ""
   6275 "  -ignore-parallel-conflicts            do not check parallel instructions\n"
   6276 msgstr ""
   6277 
   6278 #: config/tc-m32r.c:408
   6279 #, c-format
   6280 msgid "                                         fo contraint violations\n"
   6281 msgstr ""
   6282 
   6283 #: config/tc-m32r.c:410
   6284 #, c-format
   6285 msgid ""
   6286 "  -no-ignore-parallel-conflicts         check parallel instructions for\n"
   6287 msgstr ""
   6288 
   6289 #: config/tc-m32r.c:412
   6290 #, c-format
   6291 msgid "                                         contraint violations\n"
   6292 msgstr ""
   6293 
   6294 #: config/tc-m32r.c:414
   6295 #, c-format
   6296 msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
   6297 msgstr ""
   6298 
   6299 #: config/tc-m32r.c:416
   6300 #, c-format
   6301 msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
   6302 msgstr ""
   6303 
   6304 #: config/tc-m32r.c:419
   6305 #, c-format
   6306 msgid ""
   6307 "  -warn-unmatched-high    warn when an (s)high reloc has no matching low "
   6308 "reloc\n"
   6309 msgstr ""
   6310 
   6311 #: config/tc-m32r.c:421
   6312 #, c-format
   6313 msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
   6314 msgstr ""
   6315 
   6316 #: config/tc-m32r.c:423
   6317 #, c-format
   6318 msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
   6319 msgstr ""
   6320 
   6321 #: config/tc-m32r.c:425
   6322 #, c-format
   6323 msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
   6324 msgstr ""
   6325 
   6326 #: config/tc-m32r.c:428
   6327 #, c-format
   6328 msgid "  -KPIC                   generate PIC\n"
   6329 msgstr ""
   6330 
   6331 #: config/tc-m32r.c:849
   6332 msgid "instructions write to the same destination register."
   6333 msgstr ""
   6334 
   6335 #: config/tc-m32r.c:857
   6336 msgid "Instructions do not use parallel execution pipelines."
   6337 msgstr ""
   6338 
   6339 #: config/tc-m32r.c:865
   6340 msgid "Instructions share the same execution pipeline"
   6341 msgstr ""
   6342 
   6343 #: config/tc-m32r.c:930 config/tc-m32r.c:1044
   6344 #, c-format
   6345 msgid "not a 16 bit instruction '%s'"
   6346 msgstr ""
   6347 
   6348 #: config/tc-m32r.c:942 config/tc-m32r.c:1056 config/tc-m32r.c:1240
   6349 #, c-format
   6350 msgid "instruction '%s' is for the M32R2 only"
   6351 msgstr ""
   6352 
   6353 #: config/tc-m32r.c:955 config/tc-m32r.c:1069 config/tc-m32r.c:1253
   6354 #, fuzzy, c-format
   6355 msgid "unknown instruction '%s'"
   6356 msgstr ":Amabwiriza"
   6357 
   6358 #: config/tc-m32r.c:964 config/tc-m32r.c:1076 config/tc-m32r.c:1260
   6359 #, c-format
   6360 msgid "instruction '%s' is for the M32RX only"
   6361 msgstr ""
   6362 
   6363 #: config/tc-m32r.c:973 config/tc-m32r.c:1085
   6364 #, c-format
   6365 msgid "instruction '%s' cannot be executed in parallel."
   6366 msgstr ""
   6367 
   6368 #: config/tc-m32r.c:1028 config/tc-m32r.c:1110 config/tc-m32r.c:1317
   6369 #, fuzzy
   6370 msgid "internal error: lookup/get operands failed"
   6371 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   6372 
   6373 #: config/tc-m32r.c:1095
   6374 #, c-format
   6375 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
   6376 msgstr ""
   6377 
   6378 #: config/tc-m32r.c:1124
   6379 #, c-format
   6380 msgid ""
   6381 "%s: output of 1st instruction is the same as an input to 2nd instruction - "
   6382 "is this intentional ?"
   6383 msgstr ""
   6384 
   6385 #: config/tc-m32r.c:1128
   6386 #, c-format
   6387 msgid ""
   6388 "%s: output of 2nd instruction is the same as an input to 1st instruction - "
   6389 "is this intentional ?"
   6390 msgstr ""
   6391 
   6392 #: config/tc-m32r.c:1492 config/tc-ppc.c:1854 config/tc-ppc.c:4402
   6393 msgid "Expected comma after symbol-name: rest of line ignored."
   6394 msgstr ""
   6395 
   6396 #: config/tc-m32r.c:1502
   6397 #, c-format
   6398 msgid ".SCOMMon length (%ld.) <0! Ignored."
   6399 msgstr ""
   6400 
   6401 #: config/tc-m32r.c:1516 config/tc-ppc.c:1876 config/tc-ppc.c:3023
   6402 #: config/tc-ppc.c:4426
   6403 msgid "ignoring bad alignment"
   6404 msgstr ""
   6405 
   6406 #: config/tc-m32r.c:1528 config/tc-ppc.c:1913 config/tc-v850.c:322
   6407 msgid "Common alignment not a power of 2"
   6408 msgstr ""
   6409 
   6410 #: config/tc-m32r.c:1543 config/tc-ppc.c:1887 config/tc-ppc.c:4438
   6411 #, fuzzy, c-format
   6412 msgid "Ignoring attempt to re-define symbol `%s'."
   6413 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
   6414 
   6415 #: config/tc-m32r.c:1552
   6416 #, c-format
   6417 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
   6418 msgstr ""
   6419 
   6420 #: config/tc-m32r.c:1788
   6421 msgid "Addend to unresolved symbol not on word boundary."
   6422 msgstr ""
   6423 
   6424 #: config/tc-m32r.c:1929 config/tc-m32r.c:1982 config/tc-sh.c:747
   6425 msgid "Invalid PIC expression."
   6426 msgstr ""
   6427 
   6428 #: config/tc-m32r.c:2073
   6429 msgid "Unmatched high/shigh reloc"
   6430 msgstr ""
   6431 
   6432 #: config/tc-m32r.c:2333 config/tc-sparc.c:3604
   6433 #, fuzzy, c-format
   6434 msgid "internal error: can't export reloc type %d (`%s')"
   6435 msgstr "By'imbere Ikosa"
   6436 
   6437 #: config/tc-m68hc11.c:371
   6438 #, c-format
   6439 msgid ""
   6440 "Motorola 68HC11/68HC12/68HCS12 options:\n"
   6441 "  -m68hc11 | -m68hc12 |\n"
   6442 "  -m68hcs12               specify the processor [default %s]\n"
   6443 "  -mshort                 use 16-bit int ABI (default)\n"
   6444 "  -mlong                  use 32-bit int ABI\n"
   6445 "  -mshort-double          use 32-bit double ABI\n"
   6446 "  -mlong-double           use 64-bit double ABI (default)\n"
   6447 "  --force-long-branches   always turn relative branches into absolute ones\n"
   6448 "  -S,--short-branches     do not turn relative branches into absolute ones\n"
   6449 "                          when the offset is out of range\n"
   6450 "  --strict-direct-mode    do not turn the direct mode into extended mode\n"
   6451 "                          when the instruction does not support direct mode\n"
   6452 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
   6453 "  --print-opcodes         print the list of instructions with syntax\n"
   6454 "  --generate-example      generate an example of each instruction\n"
   6455 "                          (used for testing)\n"
   6456 msgstr ""
   6457 
   6458 #: config/tc-m68hc11.c:417
   6459 #, c-format
   6460 msgid "Default target `%s' is not supported."
   6461 msgstr ""
   6462 
   6463 #. Dump the opcode statistics table.
   6464 #: config/tc-m68hc11.c:435
   6465 #, c-format
   6466 msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
   6467 msgstr ""
   6468 
   6469 #: config/tc-m68hc11.c:501
   6470 #, fuzzy, c-format
   6471 msgid "Option `%s' is not recognized."
   6472 msgstr "Idosiye Imiterere OYA"
   6473 
   6474 #: config/tc-m68hc11.c:723
   6475 msgid "#<imm8>"
   6476 msgstr ""
   6477 
   6478 #: config/tc-m68hc11.c:732
   6479 msgid "#<imm16>"
   6480 msgstr ""
   6481 
   6482 #: config/tc-m68hc11.c:741 config/tc-m68hc11.c:750
   6483 msgid "<imm8>,X"
   6484 msgstr ""
   6485 
   6486 #: config/tc-m68hc11.c:777
   6487 msgid "*<abs8>"
   6488 msgstr ""
   6489 
   6490 #: config/tc-m68hc11.c:789
   6491 msgid "#<mask>"
   6492 msgstr ""
   6493 
   6494 #: config/tc-m68hc11.c:799
   6495 #, fuzzy, c-format
   6496 msgid "symbol%d"
   6497 msgstr "Ibimenyetso"
   6498 
   6499 #: config/tc-m68hc11.c:801
   6500 msgid "<abs>"
   6501 msgstr ""
   6502 
   6503 #: config/tc-m68hc11.c:820
   6504 msgid "<label>"
   6505 msgstr ""
   6506 
   6507 #: config/tc-m68hc11.c:836
   6508 #, c-format
   6509 msgid ""
   6510 "# Example of `%s' instructions\n"
   6511 "\t.sect .text\n"
   6512 "_start:\n"
   6513 msgstr ""
   6514 
   6515 #: config/tc-m68hc11.c:883
   6516 #, c-format
   6517 msgid "Instruction `%s' is not recognized."
   6518 msgstr ""
   6519 
   6520 #: config/tc-m68hc11.c:888
   6521 #, c-format
   6522 msgid "Instruction formats for `%s':"
   6523 msgstr ""
   6524 
   6525 #: config/tc-m68hc11.c:1018
   6526 #, c-format
   6527 msgid "Immediate operand is not allowed for operand %d."
   6528 msgstr ""
   6529 
   6530 #: config/tc-m68hc11.c:1062
   6531 msgid "Indirect indexed addressing is not valid for 68HC11."
   6532 msgstr ""
   6533 
   6534 #: config/tc-m68hc11.c:1082
   6535 msgid "Spurious `,' or bad indirect register addressing mode."
   6536 msgstr ""
   6537 
   6538 #: config/tc-m68hc11.c:1104
   6539 msgid "Missing second register or offset for indexed-indirect mode."
   6540 msgstr ""
   6541 
   6542 #: config/tc-m68hc11.c:1114
   6543 msgid "Missing second register for indexed-indirect mode."
   6544 msgstr ""
   6545 
   6546 #: config/tc-m68hc11.c:1130
   6547 msgid "Missing `]' to close indexed-indirect mode."
   6548 msgstr ""
   6549 
   6550 #: config/tc-m68hc11.c:1175
   6551 msgid "Illegal operand."
   6552 msgstr ""
   6553 
   6554 #: config/tc-m68hc11.c:1180
   6555 msgid "Missing operand."
   6556 msgstr ""
   6557 
   6558 #: config/tc-m68hc11.c:1233
   6559 msgid "Pre-increment mode is not valid for 68HC11"
   6560 msgstr ""
   6561 
   6562 #: config/tc-m68hc11.c:1246
   6563 #, fuzzy
   6564 msgid "Wrong register in register indirect mode."
   6565 msgstr "Kugarura"
   6566 
   6567 #: config/tc-m68hc11.c:1254
   6568 msgid "Missing `]' to close register indirect operand."
   6569 msgstr ""
   6570 
   6571 #: config/tc-m68hc11.c:1274
   6572 msgid "Post-decrement mode is not valid for 68HC11."
   6573 msgstr ""
   6574 
   6575 #: config/tc-m68hc11.c:1282
   6576 msgid "Post-increment mode is not valid for 68HC11."
   6577 msgstr ""
   6578 
   6579 #: config/tc-m68hc11.c:1300
   6580 msgid "Invalid indexed indirect mode."
   6581 msgstr ""
   6582 
   6583 #: config/tc-m68hc11.c:1392
   6584 #, c-format
   6585 msgid "Trap id `%ld' is out of range."
   6586 msgstr ""
   6587 
   6588 #: config/tc-m68hc11.c:1396
   6589 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
   6590 msgstr ""
   6591 
   6592 #: config/tc-m68hc11.c:1403
   6593 #, c-format
   6594 msgid "Operand out of 8-bit range: `%ld'."
   6595 msgstr ""
   6596 
   6597 #: config/tc-m68hc11.c:1410
   6598 msgid "The trap id must be a constant."
   6599 msgstr ""
   6600 
   6601 #: config/tc-m68hc11.c:1445
   6602 #, c-format
   6603 msgid "Operand `%x' not recognized in fixup8."
   6604 msgstr ""
   6605 
   6606 #: config/tc-m68hc11.c:1462 config/tc-m68hc11.c:1511
   6607 #, c-format
   6608 msgid "Operand out of 16-bit range: `%ld'."
   6609 msgstr ""
   6610 
   6611 #: config/tc-m68hc11.c:1494 config/tc-m68hc11.c:1527
   6612 #, c-format
   6613 msgid "Operand `%x' not recognized in fixup16."
   6614 msgstr ""
   6615 
   6616 #: config/tc-m68hc11.c:1544
   6617 #, c-format
   6618 msgid "Unexpected branch conversion with `%x'"
   6619 msgstr ""
   6620 
   6621 #: config/tc-m68hc11.c:1635 config/tc-m68hc11.c:1773
   6622 #, c-format
   6623 msgid "Operand out of range for a relative branch: `%ld'"
   6624 msgstr ""
   6625 
   6626 #: config/tc-m68hc11.c:1741
   6627 msgid "Invalid register for dbcc/tbcc instruction."
   6628 msgstr ""
   6629 
   6630 #: config/tc-m68hc11.c:1829
   6631 #, c-format
   6632 msgid "Increment/decrement value is out of range: `%ld'."
   6633 msgstr ""
   6634 
   6635 #: config/tc-m68hc11.c:1840
   6636 msgid "Expecting a register."
   6637 msgstr ""
   6638 
   6639 #: config/tc-m68hc11.c:1855
   6640 msgid "Invalid register for post/pre increment."
   6641 msgstr ""
   6642 
   6643 #: config/tc-m68hc11.c:1885
   6644 #, fuzzy
   6645 msgid "Invalid register."
   6646 msgstr "Intego"
   6647 
   6648 #: config/tc-m68hc11.c:1892
   6649 #, c-format
   6650 msgid "Offset out of 16-bit range: %ld."
   6651 msgstr ""
   6652 
   6653 #: config/tc-m68hc11.c:1897
   6654 #, c-format
   6655 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
   6656 msgstr ""
   6657 
   6658 #: config/tc-m68hc11.c:2003
   6659 msgid "Expecting register D for indexed indirect mode."
   6660 msgstr ""
   6661 
   6662 #: config/tc-m68hc11.c:2005
   6663 msgid "Indexed indirect mode is not allowed for movb/movw."
   6664 msgstr ""
   6665 
   6666 #: config/tc-m68hc11.c:2022
   6667 msgid "Invalid accumulator register."
   6668 msgstr ""
   6669 
   6670 #: config/tc-m68hc11.c:2047
   6671 #, fuzzy
   6672 msgid "Invalid indexed register."
   6673 msgstr "Intego"
   6674 
   6675 #: config/tc-m68hc11.c:2055
   6676 #, fuzzy
   6677 msgid "Addressing mode not implemented yet."
   6678 msgstr "%s:OYA"
   6679 
   6680 #: config/tc-m68hc11.c:2068
   6681 msgid "Invalid source register for this instruction, use 'tfr'."
   6682 msgstr ""
   6683 
   6684 #: config/tc-m68hc11.c:2070
   6685 msgid "Invalid source register."
   6686 msgstr ""
   6687 
   6688 #: config/tc-m68hc11.c:2075
   6689 msgid "Invalid destination register for this instruction, use 'tfr'."
   6690 msgstr ""
   6691 
   6692 #: config/tc-m68hc11.c:2077
   6693 msgid "Invalid destination register."
   6694 msgstr ""
   6695 
   6696 #: config/tc-m68hc11.c:2173
   6697 msgid "Invalid indexed register, expecting register X."
   6698 msgstr ""
   6699 
   6700 #: config/tc-m68hc11.c:2175
   6701 msgid "Invalid indexed register, expecting register Y."
   6702 msgstr ""
   6703 
   6704 #: config/tc-m68hc11.c:2481
   6705 msgid "No instruction or missing opcode."
   6706 msgstr ""
   6707 
   6708 #: config/tc-m68hc11.c:2546
   6709 #, fuzzy, c-format
   6710 msgid "Opcode `%s' is not recognized."
   6711 msgstr "Idosiye Imiterere OYA"
   6712 
   6713 #: config/tc-m68hc11.c:2568
   6714 #, c-format
   6715 msgid "Garbage at end of instruction: `%s'."
   6716 msgstr ""
   6717 
   6718 #: config/tc-m68hc11.c:2591
   6719 #, c-format
   6720 msgid "Invalid operand for `%s'"
   6721 msgstr ""
   6722 
   6723 #: config/tc-m68hc11.c:2642
   6724 #, c-format
   6725 msgid "Invalid mode: %s\n"
   6726 msgstr ""
   6727 
   6728 #: config/tc-m68hc11.c:2702
   6729 msgid "bad .relax format"
   6730 msgstr ""
   6731 
   6732 #: config/tc-m68hc11.c:2746
   6733 #, fuzzy, c-format
   6734 msgid "Relocation %d is not supported by object file format."
   6735 msgstr "%s:ni OYA kugirango IKIMENYETSO"
   6736 
   6737 #: config/tc-m68hc11.c:3025
   6738 #, fuzzy
   6739 msgid "bra or bsr with undefined symbol."
   6740 msgstr "Ikosa kidasobanuye IKIMENYETSO"
   6741 
   6742 #: config/tc-m68hc11.c:3128 config/tc-m68hc11.c:3185
   6743 #, fuzzy, c-format
   6744 msgid "Subtype %d is not recognized."
   6745 msgstr "Idosiye Imiterere OYA"
   6746 
   6747 #: config/tc-m68hc11.c:3244
   6748 msgid "Expression too complex."
   6749 msgstr ""
   6750 
   6751 #: config/tc-m68hc11.c:3277
   6752 msgid "Value out of 16-bit range."
   6753 msgstr ""
   6754 
   6755 #: config/tc-m68hc11.c:3295
   6756 #, c-format
   6757 msgid "Value %ld too large for 8-bit PC-relative branch."
   6758 msgstr ""
   6759 
   6760 #: config/tc-m68hc11.c:3302
   6761 #, c-format
   6762 msgid "Auto increment/decrement offset '%ld' is out of range."
   6763 msgstr ""
   6764 
   6765 #: config/tc-m68hc11.c:3315
   6766 #, c-format
   6767 msgid "Offset out of 5-bit range for movw/movb insn: %ld"
   6768 msgstr ""
   6769 
   6770 #: config/tc-m68hc11.c:3331
   6771 #, fuzzy, c-format
   6772 msgid "Line %d: unknown relocation type: 0x%x."
   6773 msgstr "%s:Kitazwi Ubwoko"
   6774 
   6775 #: config/tc-m68k.c:1036
   6776 #, c-format
   6777 msgid "Can not do %d byte pc-relative relocation"
   6778 msgstr ""
   6779 
   6780 #: config/tc-m68k.c:1038
   6781 #, c-format
   6782 msgid "Can not do %d byte pc-relative pic relocation"
   6783 msgstr ""
   6784 
   6785 #: config/tc-m68k.c:1043
   6786 #, c-format
   6787 msgid "Can not do %d byte relocation"
   6788 msgstr ""
   6789 
   6790 #: config/tc-m68k.c:1045
   6791 #, c-format
   6792 msgid "Can not do %d byte pic relocation"
   6793 msgstr ""
   6794 
   6795 #: config/tc-m68k.c:1110
   6796 #, fuzzy, c-format
   6797 msgid "Unable to produce reloc against symbol '%s'"
   6798 msgstr "@IKIMENYETSO"
   6799 
   6800 #: config/tc-m68k.c:1154 config/tc-vax.c:2366
   6801 #, c-format
   6802 msgid "Cannot make %s relocation PC relative"
   6803 msgstr ""
   6804 
   6805 #: config/tc-m68k.c:1253 config/tc-vax.c:1876
   6806 #, fuzzy
   6807 msgid "No operator"
   6808 msgstr "Nta kosa"
   6809 
   6810 #: config/tc-m68k.c:1283 config/tc-vax.c:1892
   6811 msgid "Unknown operator"
   6812 msgstr ""
   6813 
   6814 #: config/tc-m68k.c:2186
   6815 msgid "invalid instruction for this architecture; needs "
   6816 msgstr ""
   6817 
   6818 #: config/tc-m68k.c:2190
   6819 msgid "ColdFire ISA_A"
   6820 msgstr ""
   6821 
   6822 #: config/tc-m68k.c:2193
   6823 msgid "ColdFire hardware divide"
   6824 msgstr ""
   6825 
   6826 #: config/tc-m68k.c:2196
   6827 msgid "ColdFire ISA_A+"
   6828 msgstr ""
   6829 
   6830 #: config/tc-m68k.c:2199
   6831 msgid "ColdFire ISA_B"
   6832 msgstr ""
   6833 
   6834 #: config/tc-m68k.c:2202
   6835 msgid "ColdFire ISA_C"
   6836 msgstr ""
   6837 
   6838 #: config/tc-m68k.c:2205
   6839 msgid "ColdFire fpu"
   6840 msgstr ""
   6841 
   6842 #: config/tc-m68k.c:2208
   6843 msgid "M68K fpu"
   6844 msgstr ""
   6845 
   6846 #: config/tc-m68k.c:2211
   6847 msgid "M68K mmu"
   6848 msgstr ""
   6849 
   6850 #: config/tc-m68k.c:2214
   6851 msgid "68020 or higher"
   6852 msgstr ""
   6853 
   6854 #: config/tc-m68k.c:2217
   6855 msgid "68000 or higher"
   6856 msgstr ""
   6857 
   6858 #: config/tc-m68k.c:2220
   6859 msgid "68010 or higher"
   6860 msgstr ""
   6861 
   6862 #: config/tc-m68k.c:2273
   6863 msgid "operands mismatch"
   6864 msgstr ""
   6865 
   6866 #: config/tc-m68k.c:2337 config/tc-m68k.c:2343 config/tc-m68k.c:2349
   6867 #: config/tc-mmix.c:2487 config/tc-mmix.c:2511
   6868 msgid "operand out of range"
   6869 msgstr ""
   6870 
   6871 #: config/tc-m68k.c:2406
   6872 #, c-format
   6873 msgid "Bignum too big for %c format; truncated"
   6874 msgstr ""
   6875 
   6876 #: config/tc-m68k.c:2483
   6877 msgid "displacement too large for this architecture; needs 68020 or higher"
   6878 msgstr ""
   6879 
   6880 #: config/tc-m68k.c:2594
   6881 msgid ""
   6882 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
   6883 msgstr ""
   6884 
   6885 #: config/tc-m68k.c:2599
   6886 msgid "invalid index size for coldfire"
   6887 msgstr ""
   6888 
   6889 #: config/tc-m68k.c:2652
   6890 msgid "Forcing byte displacement"
   6891 msgstr ""
   6892 
   6893 #: config/tc-m68k.c:2654
   6894 msgid "byte displacement out of range"
   6895 msgstr ""
   6896 
   6897 #: config/tc-m68k.c:2702 config/tc-m68k.c:2740
   6898 msgid "invalid operand mode for this architecture; needs 68020 or higher"
   6899 msgstr ""
   6900 
   6901 #: config/tc-m68k.c:2726 config/tc-m68k.c:2760
   6902 msgid ":b not permitted; defaulting to :w"
   6903 msgstr ""
   6904 
   6905 #: config/tc-m68k.c:2837
   6906 msgid "unsupported byte value; use a different suffix"
   6907 msgstr ""
   6908 
   6909 #: config/tc-m68k.c:2852
   6910 msgid "unknown/incorrect operand"
   6911 msgstr ""
   6912 
   6913 #: config/tc-m68k.c:2895 config/tc-m68k.c:2903 config/tc-m68k.c:2910
   6914 #: config/tc-m68k.c:2917
   6915 msgid "out of range"
   6916 msgstr ""
   6917 
   6918 #: config/tc-m68k.c:2990
   6919 msgid "Can't use long branches on this architecture"
   6920 msgstr ""
   6921 
   6922 #: config/tc-m68k.c:3096
   6923 msgid "Expression out of range, using 0"
   6924 msgstr ""
   6925 
   6926 #: config/tc-m68k.c:3287 config/tc-m68k.c:3303
   6927 #, fuzzy
   6928 msgid "Floating point register in register list"
   6929 msgstr "[in Umubare wuzuye"
   6930 
   6931 #: config/tc-m68k.c:3293
   6932 msgid "Wrong register in floating-point reglist"
   6933 msgstr ""
   6934 
   6935 #: config/tc-m68k.c:3309
   6936 msgid "incorrect register in reglist"
   6937 msgstr ""
   6938 
   6939 #: config/tc-m68k.c:3315
   6940 msgid "wrong register in floating-point reglist"
   6941 msgstr ""
   6942 
   6943 #. ERROR.
   6944 #: config/tc-m68k.c:3788
   6945 msgid "Extra )"
   6946 msgstr ""
   6947 
   6948 #. ERROR.
   6949 #: config/tc-m68k.c:3799
   6950 msgid "Missing )"
   6951 msgstr ""
   6952 
   6953 #: config/tc-m68k.c:3816
   6954 msgid "Missing operand"
   6955 msgstr ""
   6956 
   6957 #: config/tc-m68k.c:4134
   6958 #, fuzzy, c-format
   6959 msgid "unrecognized default cpu `%s'"
   6960 msgstr "Ubwoko"
   6961 
   6962 #: config/tc-m68k.c:4188
   6963 #, c-format
   6964 msgid "%s -- statement `%s' ignored"
   6965 msgstr ""
   6966 
   6967 #: config/tc-m68k.c:4237
   6968 #, c-format
   6969 msgid "Don't know how to figure width of %c in md_assemble()"
   6970 msgstr ""
   6971 
   6972 #: config/tc-m68k.c:4406
   6973 #, c-format
   6974 msgid "Internal Error:  Can't allocate m68k_sorted_opcodes of size %d"
   6975 msgstr ""
   6976 
   6977 #: config/tc-m68k.c:4471 config/tc-m68k.c:4510
   6978 #, c-format
   6979 msgid "Internal Error: Can't find %s in hash table"
   6980 msgstr ""
   6981 
   6982 #: config/tc-m68k.c:4474 config/tc-m68k.c:4513
   6983 #, c-format
   6984 msgid "Internal Error: Can't hash %s: %s"
   6985 msgstr ""
   6986 
   6987 #: config/tc-m68k.c:4638
   6988 #, c-format
   6989 msgid "text label `%s' aligned to odd boundary"
   6990 msgstr ""
   6991 
   6992 #: config/tc-m68k.c:4838
   6993 #, c-format
   6994 msgid "value %ld out of range"
   6995 msgstr ""
   6996 
   6997 #: config/tc-m68k.c:4852
   6998 msgid "invalid byte branch offset"
   6999 msgstr ""
   7000 
   7001 #: config/tc-m68k.c:4889
   7002 msgid "short branch with zero offset: use :w"
   7003 msgstr ""
   7004 
   7005 #: config/tc-m68k.c:4933
   7006 msgid "Conversion of PC relative BSR to absolute JSR"
   7007 msgstr ""
   7008 
   7009 #: config/tc-m68k.c:4944
   7010 msgid "Conversion of PC relative branch to absolute jump"
   7011 msgstr ""
   7012 
   7013 #: config/tc-m68k.c:4961 config/tc-m68k.c:5022
   7014 msgid "Conversion of PC relative conditional branch to absolute jump"
   7015 msgstr ""
   7016 
   7017 #: config/tc-m68k.c:5002
   7018 msgid "Conversion of DBcc to absolute jump"
   7019 msgstr ""
   7020 
   7021 #: config/tc-m68k.c:5086
   7022 msgid "Conversion of PC relative displacement to absolute"
   7023 msgstr ""
   7024 
   7025 #: config/tc-m68k.c:5299
   7026 msgid "Tried to convert PC relative branch to absolute jump"
   7027 msgstr ""
   7028 
   7029 #: config/tc-m68k.c:5344 config/tc-m68k.c:5355 config/tc-m68k.c:5399
   7030 msgid "expression out of range: defaulting to 1"
   7031 msgstr ""
   7032 
   7033 #: config/tc-m68k.c:5391
   7034 msgid "expression out of range: defaulting to 0"
   7035 msgstr ""
   7036 
   7037 #: config/tc-m68k.c:5432 config/tc-m68k.c:5444
   7038 #, c-format
   7039 msgid "Can't deal with expression; defaulting to %ld"
   7040 msgstr ""
   7041 
   7042 #: config/tc-m68k.c:5458
   7043 msgid "expression doesn't fit in BYTE"
   7044 msgstr ""
   7045 
   7046 #: config/tc-m68k.c:5462
   7047 msgid "expression doesn't fit in WORD"
   7048 msgstr ""
   7049 
   7050 #: config/tc-m68k.c:5549
   7051 #, fuzzy, c-format
   7052 msgid "%s: unrecognized processor name"
   7053 msgstr "%s:Kuzana Izina: Ubwoko"
   7054 
   7055 #: config/tc-m68k.c:5610
   7056 msgid "bad coprocessor id"
   7057 msgstr ""
   7058 
   7059 #: config/tc-m68k.c:5616
   7060 msgid "unrecognized fopt option"
   7061 msgstr ""
   7062 
   7063 #: config/tc-m68k.c:5749
   7064 #, c-format
   7065 msgid "option `%s' may not be negated"
   7066 msgstr ""
   7067 
   7068 #: config/tc-m68k.c:5760
   7069 #, fuzzy, c-format
   7070 msgid "option `%s' not recognized"
   7071 msgstr "Idosiye Imiterere OYA"
   7072 
   7073 #: config/tc-m68k.c:5789
   7074 msgid "bad format of OPT NEST=depth"
   7075 msgstr ""
   7076 
   7077 #: config/tc-m68k.c:5845
   7078 msgid "missing label"
   7079 msgstr ""
   7080 
   7081 #: config/tc-m68k.c:5869 config/tc-m68k.c:5898
   7082 msgid "bad register list"
   7083 msgstr ""
   7084 
   7085 #: config/tc-m68k.c:5871
   7086 #, c-format
   7087 msgid "bad register list: %s"
   7088 msgstr ""
   7089 
   7090 #: config/tc-m68k.c:5969
   7091 msgid "restore without save"
   7092 msgstr ""
   7093 
   7094 #: config/tc-m68k.c:6123 config/tc-m68k.c:6493
   7095 msgid "syntax error in structured control directive"
   7096 msgstr ""
   7097 
   7098 #: config/tc-m68k.c:6168
   7099 msgid "missing condition code in structured control directive"
   7100 msgstr ""
   7101 
   7102 #: config/tc-m68k.c:6239
   7103 #, c-format
   7104 msgid ""
   7105 "Condition <%c%c> in structured control directive can not be encoded correctly"
   7106 msgstr ""
   7107 
   7108 #: config/tc-m68k.c:6535
   7109 msgid "missing then"
   7110 msgstr ""
   7111 
   7112 #: config/tc-m68k.c:6616
   7113 msgid "else without matching if"
   7114 msgstr ""
   7115 
   7116 #: config/tc-m68k.c:6649
   7117 msgid "endi without matching if"
   7118 msgstr ""
   7119 
   7120 #: config/tc-m68k.c:6689
   7121 msgid "break outside of structured loop"
   7122 msgstr ""
   7123 
   7124 #: config/tc-m68k.c:6727
   7125 msgid "next outside of structured loop"
   7126 msgstr ""
   7127 
   7128 #: config/tc-m68k.c:6778
   7129 msgid "missing ="
   7130 msgstr ""
   7131 
   7132 #: config/tc-m68k.c:6816
   7133 msgid "missing to or downto"
   7134 msgstr ""
   7135 
   7136 #: config/tc-m68k.c:6852 config/tc-m68k.c:6886 config/tc-m68k.c:7100
   7137 msgid "missing do"
   7138 msgstr ""
   7139 
   7140 #: config/tc-m68k.c:6987
   7141 msgid "endf without for"
   7142 msgstr ""
   7143 
   7144 #: config/tc-m68k.c:7041
   7145 msgid "until without repeat"
   7146 msgstr ""
   7147 
   7148 #: config/tc-m68k.c:7135
   7149 msgid "endw without while"
   7150 msgstr ""
   7151 
   7152 #: config/tc-m68k.c:7168 config/tc-m68k.c:7196
   7153 #, fuzzy
   7154 msgid "already assembled instructions"
   7155 msgstr ":Amabwiriza"
   7156 
   7157 #: config/tc-m68k.c:7273
   7158 #, c-format
   7159 msgid "`%s' is deprecated, use `%s'"
   7160 msgstr ""
   7161 
   7162 #: config/tc-m68k.c:7292
   7163 #, c-format
   7164 msgid "cpu `%s' unrecognized"
   7165 msgstr ""
   7166 
   7167 #: config/tc-m68k.c:7298
   7168 #, c-format
   7169 msgid "already selected `%s' processor"
   7170 msgstr ""
   7171 
   7172 #: config/tc-m68k.c:7318
   7173 #, c-format
   7174 msgid "architecture `%s' unrecognized"
   7175 msgstr ""
   7176 
   7177 #: config/tc-m68k.c:7324
   7178 #, c-format
   7179 msgid "already selected `%s' architecture"
   7180 msgstr ""
   7181 
   7182 #: config/tc-m68k.c:7347
   7183 #, fuzzy, c-format
   7184 msgid "extension `%s' unrecognized"
   7185 msgstr "<Verisiyo"
   7186 
   7187 #: config/tc-m68k.c:7465
   7188 #, c-format
   7189 msgid "option `-A%s' is deprecated: use `-%s'"
   7190 msgstr ""
   7191 
   7192 #: config/tc-m68k.c:7498
   7193 msgid "architecture features both enabled and disabled"
   7194 msgstr ""
   7195 
   7196 #: config/tc-m68k.c:7525
   7197 msgid "selected processor does not have all features of selected architecture"
   7198 msgstr ""
   7199 
   7200 #: config/tc-m68k.c:7534
   7201 msgid "m68k and cf features both selected"
   7202 msgstr ""
   7203 
   7204 #: config/tc-m68k.c:7546
   7205 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
   7206 msgstr ""
   7207 
   7208 #: config/tc-m68k.c:7580
   7209 #, c-format
   7210 msgid ""
   7211 "-march=<arch>\t\tset architecture\n"
   7212 "-mcpu=<cpu>\t\tset cpu [default %s]\n"
   7213 msgstr ""
   7214 
   7215 #: config/tc-m68k.c:7585
   7216 #, c-format
   7217 msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
   7218 msgstr ""
   7219 
   7220 #: config/tc-m68k.c:7591
   7221 #, c-format
   7222 msgid ""
   7223 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
   7224 "-pic, -k\t\tgenerate position independent code\n"
   7225 "-S\t\t\tturn jbsr into jsr\n"
   7226 "--pcrel                 never turn PC-relative branches into absolute jumps\n"
   7227 "--register-prefix-optional\n"
   7228 "\t\t\trecognize register names without prefix character\n"
   7229 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
   7230 "--base-size-default-16\tbase reg without size is 16 bits\n"
   7231 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
   7232 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
   7233 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
   7234 msgstr ""
   7235 
   7236 #: config/tc-m68k.c:7605
   7237 #, c-format
   7238 msgid "Architecture variants are: "
   7239 msgstr ""
   7240 
   7241 #: config/tc-m68k.c:7614
   7242 #, c-format
   7243 msgid "Processor variants are: "
   7244 msgstr ""
   7245 
   7246 #: config/tc-m68k.c:7621 config/tc-xtensa.c:6045
   7247 #, c-format
   7248 msgid "\n"
   7249 msgstr ""
   7250 
   7251 #: config/tc-m68k.c:7652
   7252 #, c-format
   7253 msgid "Error %s in %s\n"
   7254 msgstr ""
   7255 
   7256 #: config/tc-m68k.c:7656
   7257 #, c-format
   7258 msgid "Opcode(%d.%s): "
   7259 msgstr ""
   7260 
   7261 #: config/tc-m68k.c:7816
   7262 msgid "Not a defined coldfire architecture"
   7263 msgstr ""
   7264 
   7265 #: config/tc-mcore.c:521
   7266 #, c-format
   7267 msgid "register expected, but saw '%.6s'"
   7268 msgstr ""
   7269 
   7270 #: config/tc-mcore.c:603
   7271 #, c-format
   7272 msgid "control register expected, but saw '%.6s'"
   7273 msgstr ""
   7274 
   7275 #: config/tc-mcore.c:639
   7276 msgid "bad/missing psr specifier"
   7277 msgstr ""
   7278 
   7279 #: config/tc-mcore.c:689
   7280 msgid "more than 65K literal pools"
   7281 msgstr ""
   7282 
   7283 #: config/tc-mcore.c:743
   7284 msgid "missing ']'"
   7285 msgstr ""
   7286 
   7287 #: config/tc-mcore.c:782
   7288 msgid "operand must be a constant"
   7289 msgstr ""
   7290 
   7291 #: config/tc-mcore.c:784
   7292 #, c-format
   7293 msgid "operand must be absolute in range %u..%u, not %ld"
   7294 msgstr ""
   7295 
   7296 #: config/tc-mcore.c:819
   7297 msgid "operand must be a multiple of 4"
   7298 msgstr ""
   7299 
   7300 #: config/tc-mcore.c:826
   7301 msgid "operand must be a multiple of 2"
   7302 msgstr ""
   7303 
   7304 #: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410
   7305 msgid "base register expected"
   7306 msgstr ""
   7307 
   7308 #: config/tc-mcore.c:888
   7309 #, c-format
   7310 msgid "unknown opcode \"%s\""
   7311 msgstr ""
   7312 
   7313 #: config/tc-mcore.c:931
   7314 msgid "invalid register: r15 illegal"
   7315 msgstr ""
   7316 
   7317 #: config/tc-mcore.c:980 config/tc-mcore.c:1561
   7318 msgid "M340 specific opcode used when assembling for M210"
   7319 msgstr ""
   7320 
   7321 #: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057
   7322 #: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133
   7323 #: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224
   7324 #: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302
   7325 #: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449
   7326 #: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553
   7327 msgid "second operand missing"
   7328 msgstr ""
   7329 
   7330 #: config/tc-mcore.c:1014
   7331 msgid "destination register must be r1"
   7332 msgstr ""
   7333 
   7334 #: config/tc-mcore.c:1035
   7335 msgid "source register must be r1"
   7336 msgstr ""
   7337 
   7338 #: config/tc-mcore.c:1099 config/tc-mcore.c:1156
   7339 msgid "immediate is not a power of two"
   7340 msgstr ""
   7341 
   7342 #: config/tc-mcore.c:1127
   7343 msgid "translating bgeni to movi"
   7344 msgstr ""
   7345 
   7346 #: config/tc-mcore.c:1164
   7347 msgid "translating mgeni to movi"
   7348 msgstr ""
   7349 
   7350 #: config/tc-mcore.c:1196
   7351 msgid "translating bmaski to movi"
   7352 msgstr ""
   7353 
   7354 #: config/tc-mcore.c:1272
   7355 #, c-format
   7356 msgid "displacement too large (%d)"
   7357 msgstr ""
   7358 
   7359 #: config/tc-mcore.c:1286
   7360 msgid "Invalid register: r0 and r15 illegal"
   7361 msgstr ""
   7362 
   7363 #: config/tc-mcore.c:1317
   7364 msgid "bad starting register: r0 and r15 invalid"
   7365 msgstr ""
   7366 
   7367 #: config/tc-mcore.c:1330
   7368 msgid "ending register must be r15"
   7369 msgstr ""
   7370 
   7371 #: config/tc-mcore.c:1350
   7372 msgid "bad base register: must be r0"
   7373 msgstr ""
   7374 
   7375 #: config/tc-mcore.c:1368
   7376 msgid "first register must be r4"
   7377 msgstr ""
   7378 
   7379 #: config/tc-mcore.c:1379
   7380 msgid "last register must be r7"
   7381 msgstr ""
   7382 
   7383 #: config/tc-mcore.c:1416
   7384 msgid "reg-reg expected"
   7385 msgstr ""
   7386 
   7387 #: config/tc-mcore.c:1527
   7388 msgid "second operand must be 1"
   7389 msgstr ""
   7390 
   7391 #: config/tc-mcore.c:1548
   7392 msgid "zero used as immediate value"
   7393 msgstr ""
   7394 
   7395 #: config/tc-mcore.c:1575
   7396 msgid "duplicated psr bit specifier"
   7397 msgstr ""
   7398 
   7399 #: config/tc-mcore.c:1581
   7400 msgid "`af' must appear alone"
   7401 msgstr ""
   7402 
   7403 #: config/tc-mcore.c:1588
   7404 #, c-format
   7405 msgid "unimplemented opcode \"%s\""
   7406 msgstr ""
   7407 
   7408 #: config/tc-mcore.c:1597
   7409 #, c-format
   7410 msgid "ignoring operands: %s "
   7411 msgstr ""
   7412 
   7413 #: config/tc-mcore.c:1662
   7414 msgid "Bad call to MD_NTOF()"
   7415 msgstr ""
   7416 
   7417 #: config/tc-mcore.c:1733
   7418 #, fuzzy, c-format
   7419 msgid "unrecognised cpu type '%s'"
   7420 msgstr "Ubwoko"
   7421 
   7422 #: config/tc-mcore.c:1751
   7423 #, c-format
   7424 msgid ""
   7425 "MCORE specific options:\n"
   7426 "  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
   7427 "  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
   7428 "  -cpu=[210|340]          select CPU type\n"
   7429 "  -EB                     assemble for a big endian system (default)\n"
   7430 "  -EL                     assemble for a little endian system\n"
   7431 msgstr ""
   7432 
   7433 #: config/tc-mcore.c:1769
   7434 msgid "failed sanity check: short_jump"
   7435 msgstr ""
   7436 
   7437 #: config/tc-mcore.c:1779
   7438 msgid "failed sanity check: long_jump"
   7439 msgstr ""
   7440 
   7441 #: config/tc-mcore.c:1805
   7442 #, c-format
   7443 msgid "odd displacement at %x"
   7444 msgstr ""
   7445 
   7446 #: config/tc-mcore.c:1987
   7447 #, fuzzy
   7448 msgid "unknown"
   7449 msgstr "*Itazwi>"
   7450 
   7451 #: config/tc-mcore.c:2014
   7452 #, c-format
   7453 msgid "odd distance branch (0x%lx bytes)"
   7454 msgstr ""
   7455 
   7456 #: config/tc-mcore.c:2018
   7457 #, c-format
   7458 msgid "pcrel for branch to %s too far (0x%lx)"
   7459 msgstr ""
   7460 
   7461 #: config/tc-mcore.c:2038
   7462 #, c-format
   7463 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
   7464 msgstr ""
   7465 
   7466 #: config/tc-mcore.c:2050
   7467 #, c-format
   7468 msgid "pcrel for loopt too far (0x%lx)"
   7469 msgstr ""
   7470 
   7471 #: config/tc-mcore.c:2246
   7472 #, c-format
   7473 msgid "Can not do %d byte %srelocation"
   7474 msgstr ""
   7475 
   7476 #: config/tc-mcore.c:2248
   7477 msgid "pc-relative"
   7478 msgstr ""
   7479 
   7480 #. Over here we will fill the description of the machine specific options.
   7481 #: config/tc-maxq.c:209
   7482 #, c-format
   7483 msgid " MAXQ-specific assembler options:\n"
   7484 msgstr ""
   7485 
   7486 #: config/tc-maxq.c:211
   7487 #, c-format
   7488 msgid ""
   7489 "\t-MAXQ20\t\t       generate obj for MAXQ20(default)\n"
   7490 "\t-MAXQ10\t\t       generate obj for MAXQ10\n"
   7491 "\t"
   7492 msgstr ""
   7493 
   7494 #: config/tc-maxq.c:377
   7495 #, c-format
   7496 msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d"
   7497 msgstr ""
   7498 
   7499 #: config/tc-maxq.c:492
   7500 #, c-format
   7501 msgid "Cant make long jump/call into short jump/call : %d"
   7502 msgstr ""
   7503 
   7504 #: config/tc-maxq.c:971
   7505 #, fuzzy, c-format
   7506 msgid "Invalid register value %s"
   7507 msgstr "Intego"
   7508 
   7509 #: config/tc-maxq.c:1089
   7510 #, c-format
   7511 msgid "Invalid bit number : '%c'"
   7512 msgstr ""
   7513 
   7514 #: config/tc-maxq.c:1101
   7515 #, c-format
   7516 msgid "Illegal character after operand '%s'"
   7517 msgstr ""
   7518 
   7519 #: config/tc-maxq.c:1177 config/tc-maxq.c:1354
   7520 #, c-format
   7521 msgid "Invalid Character in immediate Value : %c"
   7522 msgstr ""
   7523 
   7524 #: config/tc-maxq.c:1197 config/tc-maxq.c:1374
   7525 #, c-format
   7526 msgid "Invalid Character in immediate value : %c"
   7527 msgstr ""
   7528 
   7529 #: config/tc-maxq.c:1213
   7530 msgid "Immediate value greater than 16 bits"
   7531 msgstr ""
   7532 
   7533 #: config/tc-maxq.c:1227
   7534 msgid ""
   7535 "Attempt to move a value in the stack pointer greater than the size of the "
   7536 "stack"
   7537 msgstr ""
   7538 
   7539 #: config/tc-maxq.c:1236
   7540 msgid "Attempt to move 16 bit value into an 8 bit register.Truncating..\n"
   7541 msgstr ""
   7542 
   7543 #: config/tc-maxq.c:1298
   7544 #, fuzzy
   7545 msgid "Invalid immediate move operation"
   7546 msgstr "%s:%s:Sibyo Verisiyo"
   7547 
   7548 #: config/tc-maxq.c:1571
   7549 #, c-format
   7550 msgid "Size of Operand '%s' greater than %d"
   7551 msgstr ""
   7552 
   7553 #: config/tc-maxq.c:1726
   7554 #, c-format
   7555 msgid "illegal immediate operand '%s'"
   7556 msgstr ""
   7557 
   7558 #: config/tc-maxq.c:1748
   7559 #, fuzzy, c-format
   7560 msgid "Invalid operand for memory access '%s'"
   7561 msgstr "#<Ikosa ITEGEKONGENGA"
   7562 
   7563 #: config/tc-maxq.c:1810
   7564 msgid "illegal displacement operand "
   7565 msgstr ""
   7566 
   7567 #: config/tc-maxq.c:1875
   7568 #, fuzzy, c-format
   7569 msgid "invalid character %c before operand %d"
   7570 msgstr "%s:Sibyo Ubwoko"
   7571 
   7572 #: config/tc-maxq.c:1897
   7573 #, fuzzy, c-format
   7574 msgid "invalid character %c in operand %d"
   7575 msgstr "%s:Sibyo Ubwoko"
   7576 
   7577 #. We found no match.
   7578 #: config/tc-maxq.c:2042
   7579 #, c-format
   7580 msgid "operand %d is invalid for `%s'"
   7581 msgstr ""
   7582 
   7583 #: config/tc-maxq.c:2075
   7584 msgid "The Accumulator cannot be used as a source in ALU instructions\n"
   7585 msgstr ""
   7586 
   7587 #: config/tc-maxq.c:2093
   7588 #, c-format
   7589 msgid "'%s' operand cant be used as destination in %s"
   7590 msgstr ""
   7591 
   7592 #: config/tc-maxq.c:2109 config/tc-maxq.c:2140 config/tc-maxq.c:2154
   7593 #, c-format
   7594 msgid "Invalid Instruction '%s' operand cant be used with %s"
   7595 msgstr ""
   7596 
   7597 #: config/tc-maxq.c:2125 config/tc-maxq.c:2176
   7598 #, c-format
   7599 msgid "'%s' operand cant be used as source in %s"
   7600 msgstr ""
   7601 
   7602 #: config/tc-maxq.c:2185
   7603 #, c-format
   7604 msgid "'%s' instruction cant have first operand as Immediate vale"
   7605 msgstr ""
   7606 
   7607 #: config/tc-maxq.c:2198
   7608 #, c-format
   7609 msgid "SP cannot be used with %s\n"
   7610 msgstr ""
   7611 
   7612 #: config/tc-maxq.c:2205
   7613 msgid "@SP-- cannot be used with PUSH\n"
   7614 msgstr ""
   7615 
   7616 #: config/tc-maxq.c:2221 config/tc-maxq.c:2229
   7617 msgid ""
   7618 "Operands either contradictory or use the data bus in read/write state "
   7619 "together"
   7620 msgstr ""
   7621 
   7622 #: config/tc-maxq.c:2236
   7623 msgid "MOVE Cant Use NUL as SRC"
   7624 msgstr ""
   7625 
   7626 #: config/tc-maxq.c:2258
   7627 msgid "Contradictory movement between DP register and memory access using DP"
   7628 msgstr ""
   7629 
   7630 #: config/tc-maxq.c:2266
   7631 msgid "SP and @SP-- cannot be used together in a move instruction"
   7632 msgstr ""
   7633 
   7634 #: config/tc-maxq.c:2285
   7635 msgid "Only Module 8 system registers allowed in this operation"
   7636 msgstr ""
   7637 
   7638 #: config/tc-maxq.c:2311 config/tc-maxq.c:2320 config/tc-maxq.c:2346
   7639 msgid "Read only Register used as destination"
   7640 msgstr ""
   7641 
   7642 #: config/tc-maxq.c:2328
   7643 #, c-format
   7644 msgid "Bit No '%d'exceeds register size in this operation"
   7645 msgstr ""
   7646 
   7647 #: config/tc-maxq.c:2353 config/tc-maxq.c:2374
   7648 #, c-format
   7649 msgid "Bit No '%d' exceeds register size in this operation"
   7650 msgstr ""
   7651 
   7652 #: config/tc-maxq.c:2390
   7653 msgid "Memory References cannot be used with branching operations\n"
   7654 msgstr ""
   7655 
   7656 #: config/tc-maxq.c:2399
   7657 msgid "DJNZ uses only LC[n] register \n"
   7658 msgstr ""
   7659 
   7660 #: config/tc-maxq.c:2425
   7661 #, c-format
   7662 msgid "'%s' operand cant be used as destination  in %s"
   7663 msgstr ""
   7664 
   7665 #: config/tc-maxq.c:2435
   7666 #, c-format
   7667 msgid "Read only register used for writing purposes '%s'"
   7668 msgstr ""
   7669 
   7670 #: config/tc-maxq.c:2447
   7671 #, fuzzy
   7672 msgid "Invalid destination for this kind of source."
   7673 msgstr "%s:Sibyo Ubwoko"
   7674 
   7675 #: config/tc-maxq.c:2454
   7676 msgid ""
   7677 "Invalid register as destination for this kind of source.Only data pointers "
   7678 "can be used."
   7679 msgstr ""
   7680 
   7681 #: config/tc-maxq.c:2542 config/tc-maxq.c:2630
   7682 #, fuzzy
   7683 msgid "Invalid Instruction"
   7684 msgstr "%s:Sibyo Ubwoko"
   7685 
   7686 #: config/tc-maxq.c:2828
   7687 msgid "Cannot allocate memory"
   7688 msgstr ""
   7689 
   7690 #: config/tc-maxq.c:2900
   7691 msgid "Internal Error: Illegal Architecure specified"
   7692 msgstr ""
   7693 
   7694 #: config/tc-maxq.c:2938
   7695 #, fuzzy
   7696 msgid "Invalid architecture type"
   7697 msgstr "BASIC Ubwoko"
   7698 
   7699 #: config/tc-maxq.c:2943 config/tc-maxq.c:2954 config/tc-maxq.c:2967
   7700 #: config/tc-maxq.c:2979 config/tc-maxq.c:2992
   7701 #, fuzzy, c-format
   7702 msgid "Internal Error : Can't Hash %s : %s"
   7703 msgstr "By'imbere Ikosa ku Umurongo"
   7704 
   7705 #: config/tc-maxq.c:3109
   7706 #, fuzzy, c-format
   7707 msgid "Ineffective insntruction %s \n"
   7708 msgstr "Ubwoko"
   7709 
   7710 #: config/tc-mep.c:301
   7711 #, c-format
   7712 msgid ""
   7713 "MeP specific command line options:\n"
   7714 "  -EB                     assemble for a big endian system (default)\n"
   7715 "  -EL                     assemble for a little endian system\n"
   7716 "  -mconfig=<name>         specify a chip configuration to use\n"
   7717 "  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
   7718 "  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
   7719 "  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
   7720 "                          enable/disable the given opcodes\n"
   7721 "\n"
   7722 "  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
   7723 "  if no -m options are given, all core opcodes are enabled;\n"
   7724 "  if any enabling -m options are given, only those are enabled;\n"
   7725 "  if only disabling -m options are given, only those are disabled.\n"
   7726 msgstr ""
   7727 
   7728 #. There are no insns in the queue and a plus is present.
   7729 #. This is a syntax error.  Let's not tolerate this.
   7730 #. We can relax this later if necessary.
   7731 #: config/tc-mep.c:1008
   7732 msgid "Invalid use of parallelization operator."
   7733 msgstr ""
   7734 
   7735 #: config/tc-mep.c:1050
   7736 msgid "Leading plus sign not allowed in core mode"
   7737 msgstr ""
   7738 
   7739 #: config/tc-mep.c:1531
   7740 #, c-format
   7741 msgid "Don't know how to relocate plain operands of type %s"
   7742 msgstr ""
   7743 
   7744 #: config/tc-mep.c:1541
   7745 #, c-format
   7746 msgid "Perhaps you are missing %%tpoff()?"
   7747 msgstr ""
   7748 
   7749 #: config/tc-mep.c:1773
   7750 msgid "Bad .section directive: want a,v,w,x,M,S in string"
   7751 msgstr ""
   7752 
   7753 #: config/tc-mep.c:1831
   7754 msgid ".vliw unavailable when VLIW is disabled."
   7755 msgstr ""
   7756 
   7757 #. Prototypes for static functions.
   7758 #: config/tc-mips.c:988
   7759 #, fuzzy, c-format
   7760 msgid "internal Error, line %d, %s"
   7761 msgstr "By'imbere Ikosa ku Umurongo in"
   7762 
   7763 #: config/tc-mips.c:1749
   7764 msgid "-G may not be used in position-independent code"
   7765 msgstr ""
   7766 
   7767 #: config/tc-mips.c:1796
   7768 #, c-format
   7769 msgid "internal: can't hash `%s': %s"
   7770 msgstr ""
   7771 
   7772 #: config/tc-mips.c:1804
   7773 #, c-format
   7774 msgid "internal error: bad mips16 opcode: %s %s\n"
   7775 msgstr ""
   7776 
   7777 #: config/tc-mips.c:1976
   7778 #, c-format
   7779 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
   7780 msgstr ""
   7781 
   7782 #: config/tc-mips.c:2685 config/tc-mips.c:14093
   7783 msgid "extended instruction in delay slot"
   7784 msgstr ""
   7785 
   7786 #: config/tc-mips.c:2749 config/tc-mips.c:2756
   7787 #, c-format
   7788 msgid "jump to misaligned address (0x%lx)"
   7789 msgstr ""
   7790 
   7791 #: config/tc-mips.c:2766 config/tc-mips.c:3528
   7792 #, c-format
   7793 msgid "branch to misaligned address (0x%lx)"
   7794 msgstr ""
   7795 
   7796 #: config/tc-mips.c:2771 config/tc-mips.c:3531
   7797 #, c-format
   7798 msgid "branch address range overflow (0x%lx)"
   7799 msgstr ""
   7800 
   7801 #: config/tc-mips.c:3256
   7802 msgid ""
   7803 "Macro instruction expanded into multiple instructions in a branch delay slot"
   7804 msgstr ""
   7805 
   7806 #: config/tc-mips.c:3259
   7807 msgid "Macro instruction expanded into multiple instructions"
   7808 msgstr ""
   7809 
   7810 #: config/tc-mips.c:3800 config/tc-mips.c:7745 config/tc-mips.c:7769
   7811 #: config/tc-mips.c:7842 config/tc-mips.c:7865
   7812 msgid "operand overflow"
   7813 msgstr ""
   7814 
   7815 #: config/tc-mips.c:3819 config/tc-mips.c:4419 config/tc-mips.c:7141
   7816 #: config/tc-mips.c:7932
   7817 msgid "Macro used $at after \".set noat\""
   7818 msgstr ""
   7819 
   7820 #: config/tc-mips.c:3848
   7821 #, fuzzy
   7822 msgid "unsupported large constant"
   7823 msgstr "Ubwoko"
   7824 
   7825 #: config/tc-mips.c:3850
   7826 #, c-format
   7827 msgid "Instruction %s requires absolute expression"
   7828 msgstr ""
   7829 
   7830 #: config/tc-mips.c:3983 config/tc-mips.c:6253 config/tc-mips.c:6845
   7831 #, c-format
   7832 msgid "Number (0x%s) larger than 32 bits"
   7833 msgstr ""
   7834 
   7835 #: config/tc-mips.c:4003
   7836 msgid "Number larger than 64 bits"
   7837 msgstr ""
   7838 
   7839 #: config/tc-mips.c:4297 config/tc-mips.c:4325 config/tc-mips.c:4363
   7840 #: config/tc-mips.c:4408 config/tc-mips.c:6462 config/tc-mips.c:6501
   7841 #: config/tc-mips.c:6540 config/tc-mips.c:6960 config/tc-mips.c:7012
   7842 #: config/tc-score.c:4239
   7843 msgid "PIC code offset overflow (max 16 signed bits)"
   7844 msgstr ""
   7845 
   7846 #: config/tc-mips.c:4730 config/tc-mips.c:4796 config/tc-mips.c:4884
   7847 #: config/tc-mips.c:4931 config/tc-mips.c:4992 config/tc-mips.c:5040
   7848 #: config/tc-mips.c:8026 config/tc-mips.c:8033 config/tc-mips.c:8040
   7849 #: config/tc-mips.c:8147
   7850 #, fuzzy
   7851 msgid "Unsupported large constant"
   7852 msgstr "Ubwoko"
   7853 
   7854 #. result is always true
   7855 #: config/tc-mips.c:4762
   7856 #, c-format
   7857 msgid "Branch %s is always true"
   7858 msgstr ""
   7859 
   7860 #: config/tc-mips.c:5003 config/tc-mips.c:5051 config/tc-mips.c:8812
   7861 #, c-format
   7862 msgid "Improper position (%lu)"
   7863 msgstr ""
   7864 
   7865 #: config/tc-mips.c:5009 config/tc-mips.c:8879
   7866 #, c-format
   7867 msgid "Improper extract size (%lu, position %lu)"
   7868 msgstr ""
   7869 
   7870 #: config/tc-mips.c:5057 config/tc-mips.c:8843
   7871 #, c-format
   7872 msgid "Improper insert size (%lu, position %lu)"
   7873 msgstr ""
   7874 
   7875 #: config/tc-mips.c:5094 config/tc-mips.c:5191
   7876 msgid "Divide by zero."
   7877 msgstr ""
   7878 
   7879 #: config/tc-mips.c:5277
   7880 #, fuzzy
   7881 msgid "dla used to load 32-bit register"
   7882 msgstr "[in Kureremba"
   7883 
   7884 #: config/tc-mips.c:5280
   7885 msgid "la used to load 64-bit address"
   7886 msgstr ""
   7887 
   7888 #: config/tc-mips.c:5392 config/tc-z80.c:700
   7889 msgid "offset too large"
   7890 msgstr ""
   7891 
   7892 #: config/tc-mips.c:5566 config/tc-mips.c:5845
   7893 msgid "PIC code offset overflow (max 32 signed bits)"
   7894 msgstr ""
   7895 
   7896 #: config/tc-mips.c:5891
   7897 msgid "MIPS PIC call to register other than $25"
   7898 msgstr ""
   7899 
   7900 #: config/tc-mips.c:5897 config/tc-mips.c:5908 config/tc-mips.c:6030
   7901 #: config/tc-mips.c:6041
   7902 msgid "No .cprestore pseudo-op used in PIC code"
   7903 msgstr ""
   7904 
   7905 #: config/tc-mips.c:5902 config/tc-mips.c:6035
   7906 msgid "No .frame pseudo-op used in PIC code"
   7907 msgstr ""
   7908 
   7909 #: config/tc-mips.c:6056
   7910 msgid "Non-PIC jump used in PIC library"
   7911 msgstr ""
   7912 
   7913 #: config/tc-mips.c:6108 config/tc-mips.c:6199 config/tc-mips.c:6745
   7914 #: config/tc-mips.c:6776 config/tc-mips.c:6794 config/tc-mips.c:7444
   7915 msgid "opcode not supported on this processor"
   7916 msgstr ""
   7917 
   7918 #: config/tc-mips.c:7310 config/tc-mips.c:7341 config/tc-mips.c:7392
   7919 #: config/tc-mips.c:7422
   7920 msgid "Improper rotate count"
   7921 msgstr ""
   7922 
   7923 #: config/tc-mips.c:7477
   7924 #, c-format
   7925 msgid "Instruction %s: result is always false"
   7926 msgstr ""
   7927 
   7928 #: config/tc-mips.c:7623
   7929 #, c-format
   7930 msgid "Instruction %s: result is always true"
   7931 msgstr ""
   7932 
   7933 #. FIXME: Check if this is one of the itbl macros, since they
   7934 #. are added dynamically.
   7935 #: config/tc-mips.c:7928
   7936 #, fuzzy, c-format
   7937 msgid "Macro %s not implemented yet"
   7938 msgstr "%s:OYA"
   7939 
   7940 #: config/tc-mips.c:8178
   7941 #, c-format
   7942 msgid "internal: bad mips opcode (mask error): %s %s"
   7943 msgstr ""
   7944 
   7945 #: config/tc-mips.c:8210 config/tc-mips.c:8933
   7946 #, c-format
   7947 msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
   7948 msgstr ""
   7949 
   7950 #: config/tc-mips.c:8288
   7951 #, c-format
   7952 msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
   7953 msgstr ""
   7954 
   7955 #: config/tc-mips.c:8295
   7956 #, c-format
   7957 msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
   7958 msgstr ""
   7959 
   7960 #: config/tc-mips.c:8477 config/tc-mips.c:9810
   7961 #, c-format
   7962 msgid "opcode not supported on this processor: %s (%s)"
   7963 msgstr ""
   7964 
   7965 #: config/tc-mips.c:8510
   7966 #, c-format
   7967 msgid "BALIGN immediate not 1 or 3 (%lu)"
   7968 msgstr ""
   7969 
   7970 #: config/tc-mips.c:8523 config/tc-mips.c:8536 config/tc-mips.c:8549
   7971 #: config/tc-mips.c:8562 config/tc-mips.c:8588 config/tc-mips.c:8632
   7972 #, c-format
   7973 msgid "DSP immediate not in range 0..%d (%lu)"
   7974 msgstr ""
   7975 
   7976 #: config/tc-mips.c:8580 config/tc-mips.c:8607
   7977 #, fuzzy
   7978 msgid "Invalid dsp acc register"
   7979 msgstr "Intego"
   7980 
   7981 #: config/tc-mips.c:8618 config/tc-mips.c:8649 config/tc-mips.c:8666
   7982 #, c-format
   7983 msgid "DSP immediate not in range %ld..%ld (%ld)"
   7984 msgstr ""
   7985 
   7986 #: config/tc-mips.c:8679
   7987 #, c-format
   7988 msgid "MT usermode bit not 0 or 1 (%lu)"
   7989 msgstr ""
   7990 
   7991 #: config/tc-mips.c:8690
   7992 #, c-format
   7993 msgid "MT load high bit not 0 or 1 (%lu)"
   7994 msgstr ""
   7995 
   7996 #: config/tc-mips.c:8707 config/tc-mips.c:8720
   7997 msgid "Invalid dsp/smartmips acc register"
   7998 msgstr ""
   7999 
   8000 #: config/tc-mips.c:8785
   8001 #, c-format
   8002 msgid "Illegal %s number (%lu, 0x%lx)"
   8003 msgstr ""
   8004 
   8005 #: config/tc-mips.c:8898 config/tc-mips.c:9319
   8006 msgid "absolute expression required"
   8007 msgstr ""
   8008 
   8009 #: config/tc-mips.c:8921
   8010 #, c-format
   8011 msgid "Invalid register number (%d)"
   8012 msgstr ""
   8013 
   8014 #: config/tc-mips.c:8929
   8015 msgid "Invalid coprocessor 0 register number"
   8016 msgstr ""
   8017 
   8018 #: config/tc-mips.c:8950
   8019 #, c-format
   8020 msgid "Improper shift amount (%lu)"
   8021 msgstr ""
   8022 
   8023 #: config/tc-mips.c:8973 config/tc-mips.c:10123 config/tc-mips.c:10376
   8024 #, c-format
   8025 msgid "Invalid value for `%s' (%lu)"
   8026 msgstr ""
   8027 
   8028 #: config/tc-mips.c:8988
   8029 #, c-format
   8030 msgid "Code for %s not in range 0..1023 (%lu)"
   8031 msgstr ""
   8032 
   8033 #: config/tc-mips.c:9000
   8034 #, c-format
   8035 msgid "Lower code for %s not in range 0..1023 (%lu)"
   8036 msgstr ""
   8037 
   8038 #: config/tc-mips.c:9012
   8039 #, c-format
   8040 msgid "Code for %s not in range 0..1048575 (%lu)"
   8041 msgstr ""
   8042 
   8043 #: config/tc-mips.c:9025
   8044 #, c-format
   8045 msgid "Coproccesor code > 25 bits (%lu)"
   8046 msgstr ""
   8047 
   8048 #: config/tc-mips.c:9039
   8049 #, c-format
   8050 msgid "Illegal 19-bit code (%lu)"
   8051 msgstr ""
   8052 
   8053 #: config/tc-mips.c:9052
   8054 #, c-format
   8055 msgid "Invalid performance register (%lu)"
   8056 msgstr ""
   8057 
   8058 #: config/tc-mips.c:9192
   8059 #, c-format
   8060 msgid "Invalid MDMX Immediate (%ld)"
   8061 msgstr ""
   8062 
   8063 #: config/tc-mips.c:9230
   8064 #, c-format
   8065 msgid "Float register should be even, was %d"
   8066 msgstr ""
   8067 
   8068 #: config/tc-mips.c:9269
   8069 #, c-format
   8070 msgid "Bad element selector %ld"
   8071 msgstr ""
   8072 
   8073 #: config/tc-mips.c:9277
   8074 #, c-format
   8075 msgid "Expecting ']' found '%s'"
   8076 msgstr ""
   8077 
   8078 #: config/tc-mips.c:9383
   8079 #, c-format
   8080 msgid "Bad floating point constant: %s"
   8081 msgstr ""
   8082 
   8083 #: config/tc-mips.c:9503
   8084 msgid "Can't use floating point insn in this section"
   8085 msgstr ""
   8086 
   8087 #: config/tc-mips.c:9564
   8088 msgid "expression out of range"
   8089 msgstr ""
   8090 
   8091 #: config/tc-mips.c:9604
   8092 msgid "lui expression not in range 0..65535"
   8093 msgstr ""
   8094 
   8095 #: config/tc-mips.c:9625
   8096 #, c-format
   8097 msgid "Condition code register should be even for %s, was %d"
   8098 msgstr ""
   8099 
   8100 #: config/tc-mips.c:9630
   8101 #, c-format
   8102 msgid "Condition code register should be 0 or 4 for %s, was %d"
   8103 msgstr ""
   8104 
   8105 #: config/tc-mips.c:9656
   8106 msgid "invalid coprocessor sub-selection value (0-7)"
   8107 msgstr ""
   8108 
   8109 #: config/tc-mips.c:9668 config/tc-mips.c:9685
   8110 #, fuzzy, c-format
   8111 msgid "bad byte vector index (%ld)"
   8112 msgstr "Icyiciro Umubarendanga in"
   8113 
   8114 #: config/tc-mips.c:9696
   8115 #, c-format
   8116 msgid "bad char = '%c'\n"
   8117 msgstr ""
   8118 
   8119 #: config/tc-mips.c:9707 config/tc-mips.c:9712 config/tc-mips.c:10401
   8120 msgid "illegal operands"
   8121 msgstr ""
   8122 
   8123 #: config/tc-mips.c:9780 config/tc-score.c:2418
   8124 #, fuzzy
   8125 msgid "unrecognized opcode"
   8126 msgstr "Ubwoko"
   8127 
   8128 #: config/tc-mips.c:9987
   8129 msgid "used $at without \".set noat\""
   8130 msgstr ""
   8131 
   8132 #: config/tc-mips.c:10159 config/tc-mips.c:10240 config/tc-mips.c:10255
   8133 msgid "can't parse register list"
   8134 msgstr ""
   8135 
   8136 #: config/tc-mips.c:10228
   8137 msgid "more than one frame size in list"
   8138 msgstr ""
   8139 
   8140 #: config/tc-mips.c:10283
   8141 msgid "unexpected register in list"
   8142 msgstr ""
   8143 
   8144 #: config/tc-mips.c:10293
   8145 msgid "arg/static registers overlap"
   8146 msgstr ""
   8147 
   8148 #: config/tc-mips.c:10311
   8149 msgid "invalid arg register list"
   8150 msgstr ""
   8151 
   8152 #: config/tc-mips.c:10320 config/tc-mips.c:10343
   8153 msgid "invalid static register list"
   8154 msgstr ""
   8155 
   8156 #: config/tc-mips.c:10350
   8157 msgid "missing frame size"
   8158 msgstr ""
   8159 
   8160 #: config/tc-mips.c:10353
   8161 msgid "invalid frame size"
   8162 msgstr ""
   8163 
   8164 #: config/tc-mips.c:10519
   8165 msgid "extended operand requested but not required"
   8166 msgstr ""
   8167 
   8168 #: config/tc-mips.c:10521
   8169 msgid "invalid unextended operand value"
   8170 msgstr ""
   8171 
   8172 #: config/tc-mips.c:10549
   8173 #, fuzzy
   8174 msgid "operand value out of range for instruction"
   8175 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   8176 
   8177 #: config/tc-mips.c:11011
   8178 #, c-format
   8179 msgid "A different %s was already specified, is now %s"
   8180 msgstr ""
   8181 
   8182 #: config/tc-mips.c:11246
   8183 msgid "-call_shared is supported only for ELF format"
   8184 msgstr ""
   8185 
   8186 #: config/tc-mips.c:11256
   8187 msgid "-non_shared is supported only for ELF format"
   8188 msgstr ""
   8189 
   8190 #: config/tc-mips.c:11282
   8191 msgid "-32 is supported for ELF format only"
   8192 msgstr ""
   8193 
   8194 #: config/tc-mips.c:11291
   8195 msgid "-n32 is supported for ELF format only"
   8196 msgstr ""
   8197 
   8198 #: config/tc-mips.c:11300
   8199 msgid "-64 is supported for ELF format only"
   8200 msgstr ""
   8201 
   8202 #: config/tc-mips.c:11305 config/tc-mips.c:11342
   8203 msgid "No compiled in support for 64 bit object file format"
   8204 msgstr ""
   8205 
   8206 #: config/tc-mips.c:11329
   8207 msgid "-mabi is supported for ELF format only"
   8208 msgstr ""
   8209 
   8210 #: config/tc-mips.c:11349
   8211 #, c-format
   8212 msgid "invalid abi -mabi=%s"
   8213 msgstr ""
   8214 
   8215 #: config/tc-mips.c:11427
   8216 msgid "-G not supported in this configuration."
   8217 msgstr ""
   8218 
   8219 #: config/tc-mips.c:11453
   8220 #, c-format
   8221 msgid "-%s conflicts with the other architecture options, which imply -%s"
   8222 msgstr ""
   8223 
   8224 #: config/tc-mips.c:11484
   8225 msgid "-mgp64 used with a 32-bit processor"
   8226 msgstr ""
   8227 
   8228 #: config/tc-mips.c:11486
   8229 msgid "-mgp32 used with a 64-bit ABI"
   8230 msgstr ""
   8231 
   8232 #: config/tc-mips.c:11488
   8233 msgid "-mgp64 used with a 32-bit ABI"
   8234 msgstr ""
   8235 
   8236 #: config/tc-mips.c:11526
   8237 msgid "-mfp64 used with a 32-bit fpu"
   8238 msgstr ""
   8239 
   8240 #: config/tc-mips.c:11529
   8241 msgid "-mfp64 used with a 32-bit ABI"
   8242 msgstr ""
   8243 
   8244 #: config/tc-mips.c:11533
   8245 msgid "-mfp32 used with a 64-bit ABI"
   8246 msgstr ""
   8247 
   8248 #: config/tc-mips.c:11547
   8249 msgid "trap exception not supported at ISA 1"
   8250 msgstr ""
   8251 
   8252 #: config/tc-mips.c:11557
   8253 msgid "-mfp32 used with -mips3d"
   8254 msgstr ""
   8255 
   8256 #: config/tc-mips.c:11563
   8257 msgid "-mfp32 used with -mdmx"
   8258 msgstr ""
   8259 
   8260 #: config/tc-mips.c:11636
   8261 msgid "PC relative MIPS16 instruction references a different section"
   8262 msgstr ""
   8263 
   8264 #: config/tc-mips.c:11930 config/tc-sparc.c:3283 config/tc-sparc.c:3290
   8265 #: config/tc-sparc.c:3297 config/tc-sparc.c:3304 config/tc-sparc.c:3311
   8266 #: config/tc-sparc.c:3320 config/tc-sparc.c:3331 config/tc-sparc.c:3353
   8267 #: config/tc-sparc.c:3377 write.c:1096
   8268 msgid "relocation overflow"
   8269 msgstr ""
   8270 
   8271 #: config/tc-mips.c:11940
   8272 #, c-format
   8273 msgid "Branch to misaligned address (%lx)"
   8274 msgstr ""
   8275 
   8276 #: config/tc-mips.c:11987
   8277 msgid "Branch out of range"
   8278 msgstr ""
   8279 
   8280 #: config/tc-mips.c:12062
   8281 #, c-format
   8282 msgid "Alignment too large: %d. assumed."
   8283 msgstr ""
   8284 
   8285 #: config/tc-mips.c:12065
   8286 msgid "Alignment negative: 0 assumed."
   8287 msgstr ""
   8288 
   8289 #: config/tc-mips.c:12309
   8290 #, fuzzy, c-format
   8291 msgid "%s: no such section"
   8292 msgstr "%s:Oya IKIMENYETSO"
   8293 
   8294 #: config/tc-mips.c:12358
   8295 #, fuzzy, c-format
   8296 msgid ".option pic%d not supported"
   8297 msgstr "%s:OYA"
   8298 
   8299 #: config/tc-mips.c:12363 config/tc-mips.c:12655
   8300 msgid "-G may not be used with SVR4 PIC code"
   8301 msgstr ""
   8302 
   8303 #: config/tc-mips.c:12369
   8304 #, fuzzy, c-format
   8305 msgid "Unrecognized option \"%s\""
   8306 msgstr "Ubwoko"
   8307 
   8308 #: config/tc-mips.c:12422
   8309 msgid "`noreorder' must be set before `nomacro'"
   8310 msgstr ""
   8311 
   8312 #: config/tc-mips.c:12539
   8313 #, fuzzy, c-format
   8314 msgid "unknown architecture %s"
   8315 msgstr "BASIC Ubwoko"
   8316 
   8317 #: config/tc-mips.c:12552 config/tc-mips.c:12582
   8318 #, fuzzy, c-format
   8319 msgid "unknown ISA level %s"
   8320 msgstr "[Kitazwi"
   8321 
   8322 #: config/tc-mips.c:12560
   8323 #, c-format
   8324 msgid "unknown ISA or architecture %s"
   8325 msgstr ""
   8326 
   8327 #: config/tc-mips.c:12610
   8328 msgid ".set pop with no .set push"
   8329 msgstr ""
   8330 
   8331 #: config/tc-mips.c:12639
   8332 #, fuzzy, c-format
   8333 msgid "Tried to set unrecognized symbol: %s\n"
   8334 msgstr "%s:IKIMENYETSO Amabendera"
   8335 
   8336 #: config/tc-mips.c:12697
   8337 msgid ".cpload not in noreorder section"
   8338 msgstr ""
   8339 
   8340 #: config/tc-mips.c:12765 config/tc-mips.c:12784
   8341 msgid "missing argument separator ',' for .cpsetup"
   8342 msgstr ""
   8343 
   8344 #: config/tc-mips.c:12942
   8345 #, fuzzy, c-format
   8346 msgid "Unsupported use of %s"
   8347 msgstr "Cmd+"
   8348 
   8349 #: config/tc-mips.c:13024 config/tc-score.c:6323
   8350 #, fuzzy
   8351 msgid "Unsupported use of .gpword"
   8352 msgstr "Ubwoko"
   8353 
   8354 #: config/tc-mips.c:13064
   8355 #, fuzzy
   8356 msgid "Unsupported use of .gpdword"
   8357 msgstr "Ubwoko"
   8358 
   8359 #: config/tc-mips.c:13409
   8360 msgid "unsupported PC relative reference to different section"
   8361 msgstr ""
   8362 
   8363 #: config/tc-mips.c:13522 config/tc-xtensa.c:1538 config/tc-xtensa.c:1773
   8364 #, fuzzy
   8365 msgid "unsupported relocation"
   8366 msgstr "Ubwoko"
   8367 
   8368 #: config/tc-mips.c:13772
   8369 #, fuzzy, c-format
   8370 msgid "Can not represent %s relocation in this object file format"
   8371 msgstr "%s:OYA Icyiciro in a Inyuma Igikoresho IDOSIYE Imiterere"
   8372 
   8373 #: config/tc-mips.c:13857
   8374 msgid "relaxed out-of-range branch into a jump"
   8375 msgstr ""
   8376 
   8377 #: config/tc-mips.c:14387
   8378 msgid "missing .end at end of assembly"
   8379 msgstr ""
   8380 
   8381 #: config/tc-mips.c:14402 config/tc-score.c:5929
   8382 msgid "expected simple number"
   8383 msgstr ""
   8384 
   8385 #: config/tc-mips.c:14430 config/tc-score.c:5956
   8386 msgid "invalid number"
   8387 msgstr ""
   8388 
   8389 #: config/tc-mips.c:14601 config/tc-score.c:5996
   8390 msgid "missing .end"
   8391 msgstr ""
   8392 
   8393 #: config/tc-mips.c:14653
   8394 msgid "Bad .frame directive"
   8395 msgstr ""
   8396 
   8397 #: config/tc-mips.c:14685
   8398 msgid ".mask/.fmask outside of .ent"
   8399 msgstr ""
   8400 
   8401 #: config/tc-mips.c:14692
   8402 msgid "Bad .mask/.fmask directive"
   8403 msgstr ""
   8404 
   8405 #: config/tc-mips.c:15011
   8406 #, c-format
   8407 msgid ""
   8408 "MIPS options:\n"
   8409 "-EB\t\t\tgenerate big endian output\n"
   8410 "-EL\t\t\tgenerate little endian output\n"
   8411 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
   8412 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
   8413 "\t\t\timplicitly with the gp register [default 8]\n"
   8414 msgstr ""
   8415 
   8416 #: config/tc-mips.c:15018
   8417 #, c-format
   8418 msgid ""
   8419 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
   8420 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
   8421 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
   8422 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
   8423 "-mips5                  generate MIPS ISA V instructions\n"
   8424 "-mips32                 generate MIPS32 ISA instructions\n"
   8425 "-mips32r2               generate MIPS32 release 2 ISA instructions\n"
   8426 "-mips64                 generate MIPS64 ISA instructions\n"
   8427 "-mips64r2               generate MIPS64 release 2 ISA instructions\n"
   8428 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
   8429 msgstr ""
   8430 
   8431 #: config/tc-mips.c:15037
   8432 #, c-format
   8433 msgid ""
   8434 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
   8435 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
   8436 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
   8437 msgstr ""
   8438 
   8439 #: config/tc-mips.c:15050
   8440 #, c-format
   8441 msgid ""
   8442 "-mips16\t\t\tgenerate mips16 instructions\n"
   8443 "-no-mips16\t\tdo not generate mips16 instructions\n"
   8444 msgstr ""
   8445 
   8446 #: config/tc-mips.c:15053
   8447 #, c-format
   8448 msgid ""
   8449 "-msmartmips\t\tgenerate smartmips instructions\n"
   8450 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
   8451 msgstr ""
   8452 
   8453 #: config/tc-mips.c:15056
   8454 #, c-format
   8455 msgid ""
   8456 "-mdsp\t\t\tgenerate DSP instructions\n"
   8457 "-mno-dsp\t\tdo not generate DSP instructions\n"
   8458 msgstr ""
   8459 
   8460 #: config/tc-mips.c:15059
   8461 #, c-format
   8462 msgid ""
   8463 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
   8464 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
   8465 msgstr ""
   8466 
   8467 #: config/tc-mips.c:15062
   8468 #, c-format
   8469 msgid ""
   8470 "-mmt\t\t\tgenerate MT instructions\n"
   8471 "-mno-mt\t\t\tdo not generate MT instructions\n"
   8472 msgstr ""
   8473 
   8474 #: config/tc-mips.c:15065
   8475 #, c-format
   8476 msgid ""
   8477 "-mfix-vr4120\t\twork around certain VR4120 errata\n"
   8478 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
   8479 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
   8480 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
   8481 "-msym32\t\t\tassume all symbols have 32-bit values\n"
   8482 "-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
   8483 "-O\t\t\tremove unneeded NOPs and swap branches\n"
   8484 "--[no-]construct-floats [dis]allow floating point values to be constructed\n"
   8485 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
   8486 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
   8487 msgstr ""
   8488 
   8489 #: config/tc-mips.c:15077
   8490 #, c-format
   8491 msgid ""
   8492 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
   8493 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
   8494 "-non_shared\t\tdo not generate position independent code\n"
   8495 "-xgot\t\t\tassume a 32 bit GOT\n"
   8496 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
   8497 "-mshared, -mno-shared   disable/enable .cpload optimization for\n"
   8498 "                        position dependent (non shared) code\n"
   8499 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
   8500 msgstr ""
   8501 
   8502 #: config/tc-mips.c:15097
   8503 #, c-format
   8504 msgid ""
   8505 "-32\t\t\tcreate o32 ABI object file (default)\n"
   8506 "-n32\t\t\tcreate n32 ABI object file\n"
   8507 "-64\t\t\tcreate 64 ABI object file\n"
   8508 msgstr ""
   8509 
   8510 #: config/tc-mmix.c:693
   8511 #, c-format
   8512 msgid " MMIX-specific command line options:\n"
   8513 msgstr ""
   8514 
   8515 #: config/tc-mmix.c:694
   8516 #, c-format
   8517 msgid ""
   8518 "  -fixed-special-register-names\n"
   8519 "                          Allow only the original special register names.\n"
   8520 msgstr ""
   8521 
   8522 #: config/tc-mmix.c:697
   8523 #, c-format
   8524 msgid "  -globalize-symbols      Make all symbols global.\n"
   8525 msgstr ""
   8526 
   8527 #: config/tc-mmix.c:699
   8528 #, c-format
   8529 msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
   8530 msgstr ""
   8531 
   8532 #: config/tc-mmix.c:701
   8533 #, c-format
   8534 msgid "  -relax                  Create linker relaxable code.\n"
   8535 msgstr ""
   8536 
   8537 #: config/tc-mmix.c:703
   8538 #, c-format
   8539 msgid ""
   8540 "  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
   8541 "                          Implies -fixed-special-register-names.\n"
   8542 msgstr ""
   8543 
   8544 #: config/tc-mmix.c:706
   8545 #, c-format
   8546 msgid ""
   8547 "  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
   8548 "                          into multiple instructions.\n"
   8549 msgstr ""
   8550 
   8551 #: config/tc-mmix.c:709
   8552 #, c-format
   8553 msgid ""
   8554 "  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
   8555 msgstr ""
   8556 
   8557 #: config/tc-mmix.c:711
   8558 #, c-format
   8559 msgid ""
   8560 "  -linker-allocated-gregs If there's no suitable GREG definition for the     "
   8561 "                     operands of an instruction, let the linker resolve.\n"
   8562 msgstr ""
   8563 
   8564 #: config/tc-mmix.c:714
   8565 #, c-format
   8566 msgid ""
   8567 "  -x                      Do not warn when an operand to GETA, a branch,\n"
   8568 "                          PUSHJ or JUMP is not known to be within range.\n"
   8569 "                          The linker will catch any errors.  Implies\n"
   8570 "                          -linker-allocated-gregs."
   8571 msgstr ""
   8572 
   8573 #: config/tc-mmix.c:840
   8574 #, c-format
   8575 msgid "unknown opcode: `%s'"
   8576 msgstr ""
   8577 
   8578 #: config/tc-mmix.c:962 config/tc-mmix.c:977
   8579 msgid "specified location wasn't TETRA-aligned"
   8580 msgstr ""
   8581 
   8582 #: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4125
   8583 #: config/tc-mmix.c:4141
   8584 msgid "unaligned data at an absolute location is not supported"
   8585 msgstr ""
   8586 
   8587 #: config/tc-mmix.c:1089
   8588 #, c-format
   8589 msgid "invalid operand to opcode %s: `%s'"
   8590 msgstr ""
   8591 
   8592 #: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171
   8593 #: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224
   8594 #: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318
   8595 #: config/tc-mmix.c:1416 config/tc-mmix.c:1441 config/tc-mmix.c:1473
   8596 #: config/tc-mmix.c:1505 config/tc-mmix.c:1535 config/tc-mmix.c:1588
   8597 #: config/tc-mmix.c:1605 config/tc-mmix.c:1632 config/tc-mmix.c:1660
   8598 #: config/tc-mmix.c:1687 config/tc-mmix.c:1713 config/tc-mmix.c:1729
   8599 #: config/tc-mmix.c:1755 config/tc-mmix.c:1771 config/tc-mmix.c:1787
   8600 #: config/tc-mmix.c:1850 config/tc-mmix.c:1866
   8601 #, c-format
   8602 msgid "invalid operands to opcode %s: `%s'"
   8603 msgstr ""
   8604 
   8605 #: config/tc-mmix.c:1843
   8606 #, fuzzy, c-format
   8607 msgid "unsupported operands to %s: `%s'"
   8608 msgstr "%s:Ubwoko"
   8609 
   8610 #: config/tc-mmix.c:1968
   8611 msgid "internal: mmix_prefix_name but empty prefix"
   8612 msgstr ""
   8613 
   8614 #: config/tc-mmix.c:2012
   8615 #, c-format
   8616 msgid "too many GREG registers allocated (max %d)"
   8617 msgstr ""
   8618 
   8619 #: config/tc-mmix.c:2070
   8620 msgid "BSPEC already active.  Nesting is not supported."
   8621 msgstr ""
   8622 
   8623 #: config/tc-mmix.c:2079
   8624 msgid "invalid BSPEC expression"
   8625 msgstr ""
   8626 
   8627 #: config/tc-mmix.c:2095
   8628 #, fuzzy, c-format
   8629 msgid "can't create section %s"
   8630 msgstr "%s:Kurema Icyinjijwe"
   8631 
   8632 #: config/tc-mmix.c:2100
   8633 #, fuzzy, c-format
   8634 msgid "can't set section flags for section %s"
   8635 msgstr "%s:OYA Gushaka Ibisohoka Icyiciro kugirango Iyinjiza Icyiciro"
   8636 
   8637 #: config/tc-mmix.c:2121
   8638 msgid "ESPEC without preceding BSPEC"
   8639 msgstr ""
   8640 
   8641 #: config/tc-mmix.c:2150
   8642 msgid "missing local expression"
   8643 msgstr ""
   8644 
   8645 #: config/tc-mmix.c:2388
   8646 msgid "operand out of range, instruction expanded"
   8647 msgstr ""
   8648 
   8649 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
   8650 #. user-friendly, though a little bit non-substantial.
   8651 #: config/tc-mmix.c:2639
   8652 msgid "directive LOCAL must be placed in code or data"
   8653 msgstr ""
   8654 
   8655 #: config/tc-mmix.c:2640
   8656 #, fuzzy
   8657 msgid "internal confusion: relocation in a section without contents"
   8658 msgstr "%s:Oya Icyiciro"
   8659 
   8660 #: config/tc-mmix.c:2754
   8661 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
   8662 msgstr ""
   8663 
   8664 #: config/tc-mmix.c:2802
   8665 msgid "no suitable GREG definition for operands"
   8666 msgstr ""
   8667 
   8668 #: config/tc-mmix.c:2861
   8669 msgid "operands were not reducible at assembly-time"
   8670 msgstr ""
   8671 
   8672 #: config/tc-mmix.c:2888
   8673 #, fuzzy, c-format
   8674 msgid "cannot generate relocation type for symbol %s, code %s"
   8675 msgstr "%s:Kitazwi Ubwoko kugirango IKIMENYETSO"
   8676 
   8677 #: config/tc-mmix.c:2908
   8678 #, c-format
   8679 msgid "internal: unhandled label %s"
   8680 msgstr ""
   8681 
   8682 #: config/tc-mmix.c:2938
   8683 msgid "[0-9]H labels may not appear alone on a line"
   8684 msgstr ""
   8685 
   8686 #: config/tc-mmix.c:2947
   8687 msgid "[0-9]H labels do not mix with dot-pseudos"
   8688 msgstr ""
   8689 
   8690 #: config/tc-mmix.c:3035
   8691 msgid "invalid characters in input"
   8692 msgstr ""
   8693 
   8694 #: config/tc-mmix.c:3141
   8695 msgid "empty label field for IS"
   8696 msgstr ""
   8697 
   8698 #: config/tc-mmix.c:3467
   8699 #, c-format
   8700 msgid "internal: unexpected relax type %d:%d"
   8701 msgstr ""
   8702 
   8703 #: config/tc-mmix.c:3489
   8704 msgid "BSPEC without ESPEC."
   8705 msgstr ""
   8706 
   8707 #: config/tc-mmix.c:3689
   8708 msgid "GREG expression too complicated"
   8709 msgstr ""
   8710 
   8711 #: config/tc-mmix.c:3704
   8712 msgid "internal: GREG expression not resolved to section"
   8713 msgstr ""
   8714 
   8715 #: config/tc-mmix.c:3753
   8716 #, fuzzy
   8717 msgid "register section has contents\n"
   8718 msgstr "Icyiciro"
   8719 
   8720 #: config/tc-mmix.c:3880
   8721 msgid "section change from within a BSPEC/ESPEC pair is not supported"
   8722 msgstr ""
   8723 
   8724 #: config/tc-mmix.c:3901
   8725 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
   8726 msgstr ""
   8727 
   8728 #: config/tc-mmix.c:3912
   8729 msgid "invalid LOC expression"
   8730 msgstr ""
   8731 
   8732 #: config/tc-mmix.c:3937 config/tc-mmix.c:3963
   8733 msgid "LOC expression stepping backwards is not supported"
   8734 msgstr ""
   8735 
   8736 #. We will only get here in rare cases involving #NO_APP,
   8737 #. where the unterminated string is not recognized by the
   8738 #. preformatting pass.
   8739 #: config/tc-mmix.c:4047 config/tc-mmix.c:4207 config/tc-z80.c:1691
   8740 msgid "unterminated string"
   8741 msgstr ""
   8742 
   8743 #: config/tc-mmix.c:4064
   8744 msgid "BYTE expression not a pure number"
   8745 msgstr ""
   8746 
   8747 #. Note that mmixal does not allow negative numbers in
   8748 #. BYTE sequences, so neither should we.
   8749 #: config/tc-mmix.c:4073
   8750 msgid "BYTE expression not in the range 0..255"
   8751 msgstr ""
   8752 
   8753 #: config/tc-mmix.c:4123 config/tc-mmix.c:4139
   8754 msgid "data item with alignment larger than location"
   8755 msgstr ""
   8756 
   8757 #. Since integer_constant is local to expr.c, we have to make this a
   8758 #. macro.  FIXME: Do it cleaner.
   8759 #: config/tc-mmix.h:104
   8760 #, fuzzy
   8761 msgid "`&' serial number operator is not supported"
   8762 msgstr "[OYA"
   8763 
   8764 #: config/tc-mn10200.c:304
   8765 #, c-format
   8766 msgid ""
   8767 "MN10200 options:\n"
   8768 "none yet\n"
   8769 msgstr ""
   8770 
   8771 #: config/tc-mn10200.c:930 config/tc-mn10300.c:1391 config/tc-ppc.c:2211
   8772 #: config/tc-s390.c:1558 config/tc-v850.c:1636
   8773 #, fuzzy, c-format
   8774 msgid "Unrecognized opcode: `%s'"
   8775 msgstr "Ubwoko"
   8776 
   8777 #: config/tc-mn10200.c:1173 config/tc-mn10300.c:1964 config/tc-ppc.c:2698
   8778 #: config/tc-s390.c:1473 config/tc-v850.c:2041
   8779 #, c-format
   8780 msgid "junk at end of line: `%s'"
   8781 msgstr ""
   8782 
   8783 #: config/tc-mn10300.c:694
   8784 #, c-format
   8785 msgid ""
   8786 "MN10300 assembler options:\n"
   8787 "none yet\n"
   8788 msgstr ""
   8789 
   8790 #: config/tc-mn10300.c:1360 config/tc-sh.c:776 config/tc-z80.c:671 read.c:4203
   8791 #, fuzzy, c-format
   8792 msgid "unsupported BFD relocation size %u"
   8793 msgstr "%s:Ubwoko"
   8794 
   8795 #: config/tc-mn10300.c:1408
   8796 msgid "Invalid opcode/operands"
   8797 msgstr ""
   8798 
   8799 #: config/tc-mn10300.c:1935
   8800 msgid "Invalid register specification."
   8801 msgstr ""
   8802 
   8803 #: config/tc-mn10300.c:2522
   8804 #, fuzzy, c-format
   8805 msgid "Bad relocation fixup type (%d)"
   8806 msgstr "%s:Sibyo Ubwoko"
   8807 
   8808 #: config/tc-msp430.c:550
   8809 msgid ".profiler pseudo requires at least two operands."
   8810 msgstr ""
   8811 
   8812 #: config/tc-msp430.c:609
   8813 msgid "unknown profiling flag - ignored."
   8814 msgstr ""
   8815 
   8816 #: config/tc-msp430.c:625
   8817 msgid "ambigious flags combination - '.profiler' directive ignored."
   8818 msgstr ""
   8819 
   8820 #: config/tc-msp430.c:635
   8821 msgid "profiling in absolute section? Hm..."
   8822 msgstr ""
   8823 
   8824 #: config/tc-msp430.c:724
   8825 #, c-format
   8826 msgid "Known MCU names:\n"
   8827 msgstr ""
   8828 
   8829 #: config/tc-msp430.c:727
   8830 #, c-format
   8831 msgid "\t %s\n"
   8832 msgstr ""
   8833 
   8834 #: config/tc-msp430.c:753
   8835 #, c-format
   8836 msgid "redefinition of mcu type %s' to %s'"
   8837 msgstr ""
   8838 
   8839 #: config/tc-msp430.c:796
   8840 #, c-format
   8841 msgid ""
   8842 "MSP430 options:\n"
   8843 "  -mmcu=[msp430-name] select microcontroller type\n"
   8844 "                  msp430x110  msp430x112\n"
   8845 "                  msp430x1101 msp430x1111\n"
   8846 "                  msp430x1121 msp430x1122 msp430x1132\n"
   8847 "                  msp430x122  msp430x123\n"
   8848 "                  msp430x1222 msp430x1232\n"
   8849 "                  msp430x133  msp430x135\n"
   8850 "                  msp430x1331 msp430x1351\n"
   8851 "                  msp430x147  msp430x148  msp430x149\n"
   8852 "                  msp430x155  msp430x156  msp430x157\n"
   8853 "                  msp430x167  msp430x168  msp430x169\n"
   8854 "                  msp430x1610 msp430x1611 msp430x1612\n"
   8855 "                  msp430x311  msp430x312  msp430x313  msp430x314  "
   8856 "msp430x315\n"
   8857 "                  msp430x323  msp430x325\n"
   8858 "                  msp430x336  msp430x337\n"
   8859 "                  msp430x412  msp430x413  msp430x415  msp430x417\n"
   8860 "                  msp430xE423 msp430xE425 msp430E427\n"
   8861 "                  msp430xW423 msp430xW425 msp430W427\n"
   8862 "                  msp430xG437 msp430xG438 msp430G439\n"
   8863 "                  msp430x435  msp430x436  msp430x437\n"
   8864 "                  msp430x447  msp430x448  msp430x449\n"
   8865 msgstr ""
   8866 
   8867 #: config/tc-msp430.c:819
   8868 #, c-format
   8869 msgid ""
   8870 "  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
   8871 "  -mP - enable polymorph instructions\n"
   8872 msgstr ""
   8873 
   8874 #: config/tc-msp430.c:1009
   8875 #, c-format
   8876 msgid "value %d out of range. Use #lo() or #hi()"
   8877 msgstr ""
   8878 
   8879 #: config/tc-msp430.c:1097
   8880 #, c-format
   8881 msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
   8882 msgstr ""
   8883 
   8884 #: config/tc-msp430.c:1148
   8885 #, c-format
   8886 msgid "Registers cannot be used within immediate expression [%s]"
   8887 msgstr ""
   8888 
   8889 #: config/tc-msp430.c:1150
   8890 #, c-format
   8891 msgid "unknown operand %s"
   8892 msgstr ""
   8893 
   8894 #: config/tc-msp430.c:1172 config/tc-msp430.c:1307
   8895 #, fuzzy, c-format
   8896 msgid "value out of range: %d"
   8897 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   8898 
   8899 #: config/tc-msp430.c:1183
   8900 #, c-format
   8901 msgid "Registers cannot be used within absolute expression [%s]"
   8902 msgstr ""
   8903 
   8904 #: config/tc-msp430.c:1185 config/tc-msp430.c:1328
   8905 #, c-format
   8906 msgid "unknown expression in operand %s"
   8907 msgstr ""
   8908 
   8909 #: config/tc-msp430.c:1199 config/tc-msp430.c:1206
   8910 #, c-format
   8911 msgid "unknown addressing mode %s"
   8912 msgstr ""
   8913 
   8914 #: config/tc-msp430.c:1214
   8915 #, c-format
   8916 msgid "Bad register name r%s"
   8917 msgstr ""
   8918 
   8919 #: config/tc-msp430.c:1226
   8920 #, c-format
   8921 msgid "MSP430 does not have %d registers"
   8922 msgstr ""
   8923 
   8924 #: config/tc-msp430.c:1246
   8925 msgid "')' required"
   8926 msgstr ""
   8927 
   8928 #: config/tc-msp430.c:1259
   8929 #, c-format
   8930 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
   8931 msgstr ""
   8932 
   8933 #: config/tc-msp430.c:1268
   8934 #, c-format
   8935 msgid "unknown operator (r%s substituded as a register name"
   8936 msgstr ""
   8937 
   8938 #: config/tc-msp430.c:1280 config/tc-msp430.c:1291
   8939 #, c-format
   8940 msgid "unknown operator %s"
   8941 msgstr ""
   8942 
   8943 #: config/tc-msp430.c:1285
   8944 msgid "r2 should not be used in indexed addressing mode"
   8945 msgstr ""
   8946 
   8947 #: config/tc-msp430.c:1326
   8948 #, c-format
   8949 msgid "Registers cannot be used as a prefix of indexed expression [%s]"
   8950 msgstr ""
   8951 
   8952 #. Unreachable.
   8953 #: config/tc-msp430.c:1375
   8954 #, c-format
   8955 msgid "unknown addressing mode for operand %s"
   8956 msgstr ""
   8957 
   8958 #: config/tc-msp430.c:1400
   8959 #, c-format
   8960 msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
   8961 msgstr ""
   8962 
   8963 #: config/tc-msp430.c:1410
   8964 msgid "this addressing mode is not applicable for destination operand"
   8965 msgstr ""
   8966 
   8967 #: config/tc-msp430.c:1454
   8968 #, c-format
   8969 msgid "instruction %s requires %d operand(s)"
   8970 msgstr ""
   8971 
   8972 #: config/tc-msp430.c:1707
   8973 #, c-format
   8974 msgid "Even number required. Rounded to %d"
   8975 msgstr ""
   8976 
   8977 #: config/tc-msp430.c:1718
   8978 #, c-format
   8979 msgid "Wrong displacement  %d"
   8980 msgstr ""
   8981 
   8982 #: config/tc-msp430.c:1735
   8983 msgid "instruction requires label sans '$'"
   8984 msgstr ""
   8985 
   8986 #: config/tc-msp430.c:1740
   8987 msgid "instruction requires label or value in range -511:512"
   8988 msgstr ""
   8989 
   8990 #: config/tc-msp430.c:1747 config/tc-msp430.c:1791 config/tc-msp430.c:1830
   8991 msgid "instruction requires label"
   8992 msgstr ""
   8993 
   8994 #: config/tc-msp430.c:1755 config/tc-msp430.c:1797
   8995 msgid "polymorphs are not enabled. Use -mP option to enable."
   8996 msgstr ""
   8997 
   8998 #: config/tc-msp430.c:1834
   8999 msgid "Ilegal instruction or not implmented opcode."
   9000 msgstr ""
   9001 
   9002 #: config/tc-msp430.c:2184
   9003 #, fuzzy, c-format
   9004 msgid "internal inconsistency problem in %s: insn %04lx"
   9005 msgstr "%s:Oya Icyiciro"
   9006 
   9007 #: config/tc-msp430.c:2214 config/tc-msp430.c:2237
   9008 #, fuzzy, c-format
   9009 msgid "internal inconsistency problem in %s: ext. insn %04lx"
   9010 msgstr "%s:Oya Icyiciro"
   9011 
   9012 #: config/tc-msp430.c:2249
   9013 #, fuzzy, c-format
   9014 msgid "internal inconsistency problem in %s:  %lx"
   9015 msgstr "%s:Oya Icyiciro"
   9016 
   9017 #: config/tc-mt.c:151
   9018 #, c-format
   9019 msgid "MT specific command line options:\n"
   9020 msgstr ""
   9021 
   9022 #: config/tc-mt.c:152
   9023 #, c-format
   9024 msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
   9025 msgstr ""
   9026 
   9027 #: config/tc-mt.c:153
   9028 #, c-format
   9029 msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
   9030 msgstr ""
   9031 
   9032 #: config/tc-mt.c:154
   9033 #, c-format
   9034 msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
   9035 msgstr ""
   9036 
   9037 #: config/tc-mt.c:155
   9038 #, c-format
   9039 msgid "  -march=ms2                allow ms2 instructions \n"
   9040 msgstr ""
   9041 
   9042 #: config/tc-mt.c:156
   9043 #, c-format
   9044 msgid "  -nosched                  disable scheduling restrictions\n"
   9045 msgstr ""
   9046 
   9047 #: config/tc-mt.c:224
   9048 #, fuzzy, c-format
   9049 msgid "instruction %s may not follow another memory access instruction."
   9050 msgstr "OYA Gushaka Na Amabwiriza"
   9051 
   9052 #: config/tc-mt.c:230
   9053 #, fuzzy, c-format
   9054 msgid "instruction %s may not follow another I/O instruction."
   9055 msgstr "OYA Gushaka Na Amabwiriza"
   9056 
   9057 #: config/tc-mt.c:236
   9058 #, c-format
   9059 msgid "%s may not occupy the delay slot of another branch insn."
   9060 msgstr ""
   9061 
   9062 #: config/tc-mt.c:261
   9063 #, fuzzy, c-format
   9064 msgid "operand references R%ld of previous instrutcion."
   9065 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   9066 
   9067 #: config/tc-mt.c:267
   9068 #, c-format
   9069 msgid "operand references R%ld of instructcion before previous."
   9070 msgstr ""
   9071 
   9072 #: config/tc-mt.c:281 config/tc-mt.c:286
   9073 #, c-format
   9074 msgid ""
   9075 "conditional branch or jal insn's operand references R%ld of previous "
   9076 "arithmetic or logic insn."
   9077 msgstr ""
   9078 
   9079 #: config/tc-ns32k.c:439
   9080 msgid "Invalid syntax in PC-relative addressing mode"
   9081 msgstr ""
   9082 
   9083 #: config/tc-ns32k.c:463
   9084 msgid "Invalid syntax in External addressing mode"
   9085 msgstr ""
   9086 
   9087 #: config/tc-ns32k.c:544
   9088 msgid "Invalid syntax in Memory Relative addressing mode"
   9089 msgstr ""
   9090 
   9091 #: config/tc-ns32k.c:611
   9092 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
   9093 msgstr ""
   9094 
   9095 #: config/tc-ns32k.c:616
   9096 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
   9097 msgstr ""
   9098 
   9099 #: config/tc-ns32k.c:621
   9100 msgid "Scaled-indexed addressing mode combined with scaled-index"
   9101 msgstr ""
   9102 
   9103 #: config/tc-ns32k.c:632
   9104 msgid "Invalid or illegal addressing mode combined with scaled-index"
   9105 msgstr ""
   9106 
   9107 #: config/tc-ns32k.c:755
   9108 msgid "Premature end of suffix -- Defaulting to d"
   9109 msgstr ""
   9110 
   9111 #: config/tc-ns32k.c:768
   9112 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
   9113 msgstr ""
   9114 
   9115 #: config/tc-ns32k.c:813
   9116 msgid "Very short instr to option, ie you can't do it on a NULLstr"
   9117 msgstr ""
   9118 
   9119 #: config/tc-ns32k.c:863
   9120 msgid "No such entry in list. (cpu/mmu register)"
   9121 msgstr ""
   9122 
   9123 #: config/tc-ns32k.c:920
   9124 msgid "Internal consistency error.  check ns32k-opcode.h"
   9125 msgstr ""
   9126 
   9127 #: config/tc-ns32k.c:944
   9128 msgid "Address of immediate operand"
   9129 msgstr ""
   9130 
   9131 #: config/tc-ns32k.c:945
   9132 msgid "Invalid immediate write operand."
   9133 msgstr ""
   9134 
   9135 #: config/tc-ns32k.c:1075
   9136 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
   9137 msgstr ""
   9138 
   9139 #: config/tc-ns32k.c:1108
   9140 msgid "No such opcode"
   9141 msgstr ""
   9142 
   9143 #: config/tc-ns32k.c:1183
   9144 msgid "Bad suffix, defaulting to d"
   9145 msgstr ""
   9146 
   9147 #: config/tc-ns32k.c:1210
   9148 msgid "Too many operands passed to instruction"
   9149 msgstr ""
   9150 
   9151 #. Check error in default.
   9152 #: config/tc-ns32k.c:1222
   9153 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
   9154 msgstr ""
   9155 
   9156 #: config/tc-ns32k.c:1225
   9157 msgid "Wrong number of operands"
   9158 msgstr ""
   9159 
   9160 #: config/tc-ns32k.c:1298
   9161 #, c-format
   9162 msgid "Can not do %d byte pc-relative relocation for storage type %d"
   9163 msgstr ""
   9164 
   9165 #: config/tc-ns32k.c:1301
   9166 #, c-format
   9167 msgid "Can not do %d byte relocation for storage type %d"
   9168 msgstr ""
   9169 
   9170 #: config/tc-ns32k.c:1393
   9171 #, c-format
   9172 msgid "value of %ld out of byte displacement range."
   9173 msgstr ""
   9174 
   9175 #: config/tc-ns32k.c:1403
   9176 #, c-format
   9177 msgid "value of %ld out of word displacement range."
   9178 msgstr ""
   9179 
   9180 #: config/tc-ns32k.c:1418
   9181 #, c-format
   9182 msgid "value of %ld out of double word displacement range."
   9183 msgstr ""
   9184 
   9185 #: config/tc-ns32k.c:1439
   9186 #, c-format
   9187 msgid "Internal logic error.  line %d, file \"%s\""
   9188 msgstr ""
   9189 
   9190 #: config/tc-ns32k.c:1487
   9191 #, c-format
   9192 msgid "Internal logic error. line %d, file \"%s\""
   9193 msgstr ""
   9194 
   9195 #: config/tc-ns32k.c:1588
   9196 #, fuzzy
   9197 msgid "Bit field out of range"
   9198 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   9199 
   9200 #: config/tc-ns32k.c:1688
   9201 msgid "iif convert internal pcrel/binary"
   9202 msgstr ""
   9203 
   9204 #: config/tc-ns32k.c:1705
   9205 msgid "Bignum too big for long"
   9206 msgstr ""
   9207 
   9208 #: config/tc-ns32k.c:1782
   9209 msgid "iif convert internal pcrel/pointer"
   9210 msgstr ""
   9211 
   9212 #: config/tc-ns32k.c:1787
   9213 msgid "Internal logic error in iif.iifP[n].type"
   9214 msgstr ""
   9215 
   9216 #. We cant relax this case.
   9217 #: config/tc-ns32k.c:1823
   9218 msgid "Can't relax difference"
   9219 msgstr ""
   9220 
   9221 #: config/tc-ns32k.c:1864
   9222 msgid "Displacement too large for :d"
   9223 msgstr ""
   9224 
   9225 #: config/tc-ns32k.c:1877
   9226 msgid "Internal logic error in iif.iifP[].type"
   9227 msgstr ""
   9228 
   9229 #. Fatal.
   9230 #: config/tc-ns32k.c:1909
   9231 #, c-format
   9232 msgid "Can't hash %s: %s"
   9233 msgstr ""
   9234 
   9235 #: config/tc-ns32k.c:2179
   9236 #, c-format
   9237 msgid "invalid architecture option -m%s, ignored"
   9238 msgstr ""
   9239 
   9240 #: config/tc-ns32k.c:2192
   9241 #, c-format
   9242 msgid "invalid default displacement size \"%s\". Defaulting to %d."
   9243 msgstr ""
   9244 
   9245 #: config/tc-ns32k.c:2208
   9246 #, c-format
   9247 msgid ""
   9248 "NS32K options:\n"
   9249 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
   9250 "--disp-size-default=<1|2|4>\n"
   9251 msgstr ""
   9252 
   9253 #: config/tc-ns32k.c:2283
   9254 #, fuzzy, c-format
   9255 msgid "Cannot find relocation type for symbol %s, code %d"
   9256 msgstr "%s:Kitazwi Ubwoko kugirango IKIMENYETSO"
   9257 
   9258 #: config/tc-or32.c:361
   9259 #, c-format
   9260 msgid "unknown opcode1: `%s'"
   9261 msgstr ""
   9262 
   9263 #: config/tc-or32.c:367
   9264 #, c-format
   9265 msgid "unknown opcode2 `%s'."
   9266 msgstr ""
   9267 
   9268 #: config/tc-or32.c:404
   9269 #, c-format
   9270 msgid "instruction not allowed: %s"
   9271 msgstr ""
   9272 
   9273 #: config/tc-or32.c:407
   9274 #, c-format
   9275 msgid "too many operands: %s"
   9276 msgstr ""
   9277 
   9278 #: config/tc-or32.c:491
   9279 msgid "call/jmp target out of range (1)"
   9280 msgstr ""
   9281 
   9282 #: config/tc-or32.c:672
   9283 msgid "call/jmp target out of range (2)"
   9284 msgstr ""
   9285 
   9286 #: config/tc-or32.c:691
   9287 #, fuzzy, c-format
   9288 msgid "bad relocation type: 0x%02x"
   9289 msgstr "%s:Ubwoko"
   9290 
   9291 #: config/tc-or32.c:883
   9292 msgid "invalid register in & expression"
   9293 msgstr ""
   9294 
   9295 #: config/tc-pdp11.c:490
   9296 msgid "Low order bits truncated in immediate float operand"
   9297 msgstr ""
   9298 
   9299 #: config/tc-pdp11.c:679 config/tc-z80.c:1890 config/tc-z80.c:1903
   9300 #, fuzzy, c-format
   9301 msgid "Unknown instruction '%s'"
   9302 msgstr ":Amabwiriza"
   9303 
   9304 #: config/tc-pj.c:65 config/tc-pj.c:74
   9305 #, fuzzy
   9306 msgid "confusing relocation expressions"
   9307 msgstr "OYA Gushaka Icyiciro kugirango"
   9308 
   9309 #: config/tc-pj.c:157
   9310 msgid "can't have relocation for ipush"
   9311 msgstr ""
   9312 
   9313 #: config/tc-pj.c:260
   9314 #, c-format
   9315 msgid "unknown opcode %s"
   9316 msgstr ""
   9317 
   9318 #: config/tc-pj.c:403
   9319 #, c-format
   9320 msgid ""
   9321 "PJ options:\n"
   9322 "-little\t\t\tgenerate little endian code\n"
   9323 "-big\t\t\tgenerate big endian code\n"
   9324 msgstr ""
   9325 
   9326 #: config/tc-pj.c:430 config/tc-sh.c:4086 config/tc-sh.c:4093
   9327 #: config/tc-sh.c:4100 config/tc-sh.c:4107
   9328 msgid "pcrel too far"
   9329 msgstr ""
   9330 
   9331 #: config/tc-pj.h:38
   9332 msgid "convert_frag\n"
   9333 msgstr ""
   9334 
   9335 #: config/tc-pj.h:39
   9336 msgid "estimate size\n"
   9337 msgstr ""
   9338 
   9339 #: config/tc-ppc.c:1000
   9340 #, fuzzy, c-format
   9341 msgid "%s unsupported"
   9342 msgstr "%s:OYA"
   9343 
   9344 #: config/tc-ppc.c:1066 config/tc-s390.c:418 config/tc-s390.c:425
   9345 #, c-format
   9346 msgid "invalid switch -m%s"
   9347 msgstr ""
   9348 
   9349 #: config/tc-ppc.c:1102
   9350 #, c-format
   9351 msgid ""
   9352 "PowerPC options:\n"
   9353 "-a32\t\t\tgenerate ELF32/XCOFF32\n"
   9354 "-a64\t\t\tgenerate ELF64/XCOFF64\n"
   9355 "-u\t\t\tignored\n"
   9356 "-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n"
   9357 "-mpwr\t\t\tgenerate code for POWER (RIOS1)\n"
   9358 "-m601\t\t\tgenerate code for PowerPC 601\n"
   9359 "-mppc, -mppc32, -m603, -m604\n"
   9360 "\t\t\tgenerate code for PowerPC 603/604\n"
   9361 "-m403, -m405\t\tgenerate code for PowerPC 403/405\n"
   9362 "-m440\t\t\tgenerate code for PowerPC 440\n"
   9363 "-m7400, -m7410, -m7450, -m7455\n"
   9364 "\t\t\tgenerate code for PowerPC 7400/7410/7450/7455\n"
   9365 "-m750cl\t\t\tgenerate code for PowerPC 750cl\n"
   9366 msgstr ""
   9367 
   9368 #: config/tc-ppc.c:1117
   9369 #, c-format
   9370 msgid ""
   9371 "-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n"
   9372 "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
   9373 "-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n"
   9374 "-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n"
   9375 "-mpower4\t\tgenerate code for Power4 architecture\n"
   9376 "-mpower5\t\tgenerate code for Power5 architecture\n"
   9377 "-mpower6\t\tgenerate code for Power6 architecture\n"
   9378 "-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n"
   9379 "-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
   9380 "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
   9381 msgstr ""
   9382 
   9383 #: config/tc-ppc.c:1128
   9384 #, c-format
   9385 msgid ""
   9386 "-maltivec\t\tgenerate code for AltiVec\n"
   9387 "-me300\t\t\tgenerate code for PowerPC e300 family\n"
   9388 "-me500, -me500x2\tgenerate code for Motorola e500 core complex\n"
   9389 "-mspe\t\t\tgenerate code for Motorola SPE instructions\n"
   9390 "-mregnames\t\tAllow symbolic names for registers\n"
   9391 "-mno-regnames\t\tDo not allow symbolic names for registers\n"
   9392 msgstr ""
   9393 
   9394 #: config/tc-ppc.c:1136
   9395 #, c-format
   9396 msgid ""
   9397 "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
   9398 "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
   9399 "-memb\t\t\tset PPC_EMB bit in ELF flags\n"
   9400 "-mlittle, -mlittle-endian, -l, -le\n"
   9401 "\t\t\tgenerate code for a little endian machine\n"
   9402 "-mbig, -mbig-endian, -b, -be\n"
   9403 "\t\t\tgenerate code for a big endian machine\n"
   9404 "-msolaris\t\tgenerate code for Solaris\n"
   9405 "-mno-solaris\t\tdo not generate code for Solaris\n"
   9406 "-V\t\t\tprint assembler version number\n"
   9407 "-Qy, -Qn\t\tignored\n"
   9408 msgstr ""
   9409 
   9410 #: config/tc-ppc.c:1173
   9411 #, c-format
   9412 msgid "Unknown default cpu = %s, os = %s"
   9413 msgstr ""
   9414 
   9415 #: config/tc-ppc.c:1199
   9416 msgid "Neither Power nor PowerPC opcodes were selected."
   9417 msgstr ""
   9418 
   9419 #: config/tc-ppc.c:1278
   9420 #, c-format
   9421 msgid "powerpc_operands[%d].bitm invalid"
   9422 msgstr ""
   9423 
   9424 #: config/tc-ppc.c:1285
   9425 #, c-format
   9426 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
   9427 msgstr ""
   9428 
   9429 #: config/tc-ppc.c:1303
   9430 #, c-format
   9431 msgid "mask trims opcode bits for %s"
   9432 msgstr ""
   9433 
   9434 #: config/tc-ppc.c:1312
   9435 #, c-format
   9436 msgid "operand index error for %s"
   9437 msgstr ""
   9438 
   9439 #: config/tc-ppc.c:1324
   9440 #, c-format
   9441 msgid "operand %d overlap in %s"
   9442 msgstr ""
   9443 
   9444 #: config/tc-ppc.c:1366
   9445 #, fuzzy, c-format
   9446 msgid "duplicate instruction %s"
   9447 msgstr "%s:Gusubiramo Kohereza"
   9448 
   9449 #: config/tc-ppc.c:1390
   9450 #, fuzzy, c-format
   9451 msgid "duplicate macro %s"
   9452 msgstr "%s:Gusubiramo Kohereza"
   9453 
   9454 #: config/tc-ppc.c:1724
   9455 msgid "identifier+constant@got means identifier@got+constant"
   9456 msgstr ""
   9457 
   9458 #: config/tc-ppc.c:1790
   9459 #, fuzzy, c-format
   9460 msgid "%s relocations do not fit in %d bytes\n"
   9461 msgstr "%s:Ingano in Icyiciro"
   9462 
   9463 #: config/tc-ppc.c:1895
   9464 #, c-format
   9465 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
   9466 msgstr ""
   9467 
   9468 #: config/tc-ppc.c:1975
   9469 #, fuzzy
   9470 msgid "Relocation cannot be done when using -mrelocatable"
   9471 msgstr "%s:Ryari: a Igikoresho"
   9472 
   9473 #: config/tc-ppc.c:2024
   9474 msgid "TOC section size exceeds 64k"
   9475 msgstr ""
   9476 
   9477 #: config/tc-ppc.c:2105
   9478 #, c-format
   9479 msgid "syntax error: invalid toc specifier `%s'"
   9480 msgstr ""
   9481 
   9482 #: config/tc-ppc.c:2119
   9483 #, c-format
   9484 msgid "syntax error: expected `]', found  `%c'"
   9485 msgstr ""
   9486 
   9487 #: config/tc-ppc.c:2396
   9488 msgid "[tocv] symbol is not a toc symbol"
   9489 msgstr ""
   9490 
   9491 #: config/tc-ppc.c:2407
   9492 msgid "Unimplemented toc32 expression modifier"
   9493 msgstr ""
   9494 
   9495 #: config/tc-ppc.c:2412
   9496 msgid "Unimplemented toc64 expression modifier"
   9497 msgstr ""
   9498 
   9499 #: config/tc-ppc.c:2416
   9500 #, c-format
   9501 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
   9502 msgstr ""
   9503 
   9504 #: config/tc-ppc.c:2634
   9505 #, fuzzy
   9506 msgid "unsupported relocation for DS offset field"
   9507 msgstr "%s:Ubwoko"
   9508 
   9509 #: config/tc-ppc.c:2686
   9510 #, c-format
   9511 msgid "syntax error; found `%c' but expected `%c'"
   9512 msgstr ""
   9513 
   9514 #: config/tc-ppc.c:2729 config/tc-ppc.h:92
   9515 #, fuzzy
   9516 msgid "instruction address is not a multiple of 4"
   9517 msgstr "%s:Ikosa OYA a Igikubo Bya"
   9518 
   9519 #: config/tc-ppc.c:2838
   9520 msgid "wrong number of operands"
   9521 msgstr ""
   9522 
   9523 #: config/tc-ppc.c:2892
   9524 msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string"
   9525 msgstr ""
   9526 
   9527 #: config/tc-ppc.c:2998
   9528 msgid "missing size"
   9529 msgstr ""
   9530 
   9531 #: config/tc-ppc.c:3007
   9532 msgid "negative size"
   9533 msgstr ""
   9534 
   9535 #: config/tc-ppc.c:3044
   9536 msgid "missing real symbol name"
   9537 msgstr ""
   9538 
   9539 #: config/tc-ppc.c:3065
   9540 #, fuzzy
   9541 msgid "attempt to redefine symbol"
   9542 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
   9543 
   9544 #: config/tc-ppc.c:3307
   9545 msgid "The XCOFF file format does not support arbitrary sections"
   9546 msgstr ""
   9547 
   9548 #: config/tc-ppc.c:3381
   9549 msgid "missing rename string"
   9550 msgstr ""
   9551 
   9552 #: config/tc-ppc.c:3411 config/tc-ppc.c:3953 read.c:3264
   9553 msgid "missing value"
   9554 msgstr ""
   9555 
   9556 #: config/tc-ppc.c:3429
   9557 msgid "illegal .stabx expression; zero assumed"
   9558 msgstr ""
   9559 
   9560 #: config/tc-ppc.c:3461
   9561 msgid "missing class"
   9562 msgstr ""
   9563 
   9564 #: config/tc-ppc.c:3470
   9565 msgid "missing type"
   9566 msgstr ""
   9567 
   9568 #: config/tc-ppc.c:3550
   9569 msgid "missing symbol name"
   9570 msgstr ""
   9571 
   9572 #: config/tc-ppc.c:3740
   9573 msgid "nested .bs blocks"
   9574 msgstr ""
   9575 
   9576 #: config/tc-ppc.c:3772
   9577 msgid ".es without preceding .bs"
   9578 msgstr ""
   9579 
   9580 #: config/tc-ppc.c:3945
   9581 msgid "non-constant byte count"
   9582 msgstr ""
   9583 
   9584 #: config/tc-ppc.c:3992
   9585 #, fuzzy
   9586 msgid ".tc not in .toc section"
   9587 msgstr "%s:OYA Gushaka Ibisohoka Icyiciro"
   9588 
   9589 #: config/tc-ppc.c:4011
   9590 msgid ".tc with no label"
   9591 msgstr ""
   9592 
   9593 #: config/tc-ppc.c:4102
   9594 msgid ".machine stack overflow"
   9595 msgstr ""
   9596 
   9597 #: config/tc-ppc.c:4109
   9598 msgid ".machine stack underflow"
   9599 msgstr ""
   9600 
   9601 #: config/tc-ppc.c:4116
   9602 #, c-format
   9603 msgid "invalid machine `%s'"
   9604 msgstr ""
   9605 
   9606 #: config/tc-ppc.c:4167
   9607 msgid "No previous section to return to. Directive ignored."
   9608 msgstr ""
   9609 
   9610 #. Section Contents
   9611 #. unknown
   9612 #: config/tc-ppc.c:4577
   9613 msgid "Unsupported section attribute -- 'a'"
   9614 msgstr ""
   9615 
   9616 #: config/tc-ppc.c:4761
   9617 #, fuzzy
   9618 msgid "bad symbol suffix"
   9619 msgstr "%s:IKIMENYETSO Umubarendanga"
   9620 
   9621 #: config/tc-ppc.c:4853
   9622 #, fuzzy
   9623 msgid "Unrecognized symbol suffix"
   9624 msgstr "%s:IKIMENYETSO Amabendera"
   9625 
   9626 #: config/tc-ppc.c:4941
   9627 msgid "two .function pseudo-ops with no intervening .ef"
   9628 msgstr ""
   9629 
   9630 #: config/tc-ppc.c:4954
   9631 msgid ".ef with no preceding .function"
   9632 msgstr ""
   9633 
   9634 #: config/tc-ppc.c:5082
   9635 #, fuzzy, c-format
   9636 msgid "warning: symbol %s has no csect"
   9637 msgstr "Iburira IKIMENYETSO Oya Icyiciro"
   9638 
   9639 #: config/tc-ppc.c:5375
   9640 msgid "symbol in .toc does not match any .tc"
   9641 msgstr ""
   9642 
   9643 #: config/tc-ppc.c:5742
   9644 #, fuzzy, c-format
   9645 msgid "unsupported relocation against %s"
   9646 msgstr "%s:Ubwoko"
   9647 
   9648 #: config/tc-ppc.c:5815
   9649 #, fuzzy, c-format
   9650 msgid "cannot emit PC relative %s relocation against %s"
   9651 msgstr "%s:Bifitanye isano IKIMENYETSO"
   9652 
   9653 #: config/tc-ppc.c:5820
   9654 #, c-format
   9655 msgid "cannot emit PC relative %s relocation"
   9656 msgstr ""
   9657 
   9658 #: config/tc-ppc.c:6002
   9659 #, c-format
   9660 msgid "Unable to handle reference to symbol %s"
   9661 msgstr ""
   9662 
   9663 #: config/tc-ppc.c:6005
   9664 msgid "Unable to resolve expression"
   9665 msgstr ""
   9666 
   9667 #: config/tc-ppc.c:6032
   9668 msgid "must branch to an address a multiple of 4"
   9669 msgstr ""
   9670 
   9671 #: config/tc-ppc.c:6036
   9672 #, c-format
   9673 msgid "@local or @plt branch destination is too far away, %ld bytes"
   9674 msgstr ""
   9675 
   9676 #: config/tc-ppc.c:6067
   9677 #, c-format
   9678 msgid "Gas failure, reloc value %d\n"
   9679 msgstr ""
   9680 
   9681 #: config/tc-s390.c:461
   9682 #, c-format
   9683 msgid ""
   9684 "        S390 options:\n"
   9685 "        -mregnames        Allow symbolic names for registers\n"
   9686 "        -mwarn-areg-zero  Warn about zero base/index registers\n"
   9687 "        -mno-regnames     Do not allow symbolic names for registers\n"
   9688 "        -m31              Set file format to 31 bit format\n"
   9689 "        -m64              Set file format to 64 bit format\n"
   9690 msgstr ""
   9691 
   9692 #: config/tc-s390.c:468
   9693 #, c-format
   9694 msgid ""
   9695 "        -V                print assembler version number\n"
   9696 "        -Qy, -Qn          ignored\n"
   9697 msgstr ""
   9698 
   9699 #: config/tc-s390.c:504
   9700 #, c-format
   9701 msgid "Internal assembler error for instruction format %s"
   9702 msgstr ""
   9703 
   9704 #: config/tc-s390.c:520
   9705 #, c-format
   9706 msgid "Internal assembler error for instruction %s"
   9707 msgstr ""
   9708 
   9709 #: config/tc-s390.c:767
   9710 #, c-format
   9711 msgid "identifier+constant@%s means identifier@%s+constant"
   9712 msgstr ""
   9713 
   9714 #: config/tc-s390.c:850
   9715 msgid "Can't handle O_big in s390_exp_compare"
   9716 msgstr ""
   9717 
   9718 #: config/tc-s390.c:934
   9719 msgid "Invalid suffix for literal pool entry"
   9720 msgstr ""
   9721 
   9722 #: config/tc-s390.c:991
   9723 #, fuzzy
   9724 msgid "Big number is too big"
   9725 msgstr "Idosiye"
   9726 
   9727 #: config/tc-s390.c:1139
   9728 #, fuzzy
   9729 msgid "relocation not applicable"
   9730 msgstr "OYA"
   9731 
   9732 #: config/tc-s390.c:1327
   9733 msgid "invalid operand suffix"
   9734 msgstr ""
   9735 
   9736 #: config/tc-s390.c:1350
   9737 msgid "syntax error; missing '(' after displacement"
   9738 msgstr ""
   9739 
   9740 #: config/tc-s390.c:1366 config/tc-s390.c:1410 config/tc-s390.c:1440
   9741 msgid "syntax error; expected ,"
   9742 msgstr ""
   9743 
   9744 #: config/tc-s390.c:1398
   9745 msgid "syntax error; missing ')' after base register"
   9746 msgstr ""
   9747 
   9748 #: config/tc-s390.c:1427
   9749 msgid "syntax error; ')' not allowed here"
   9750 msgstr ""
   9751 
   9752 #: config/tc-s390.c:1620 config/tc-s390.c:1643 config/tc-s390.c:1656
   9753 msgid "Invalid .insn format\n"
   9754 msgstr ""
   9755 
   9756 #: config/tc-s390.c:1628
   9757 #, fuzzy, c-format
   9758 msgid "Unrecognized opcode format: `%s'"
   9759 msgstr "Ubwoko"
   9760 
   9761 #: config/tc-s390.c:1659
   9762 msgid "second operand of .insn not a constant\n"
   9763 msgstr ""
   9764 
   9765 #: config/tc-s390.c:1662
   9766 msgid "missing comma after insn constant\n"
   9767 msgstr ""
   9768 
   9769 #: config/tc-s390.c:2096
   9770 #, fuzzy
   9771 msgid "unsupported relocation type"
   9772 msgstr "Ubwoko"
   9773 
   9774 #: config/tc-score.c:49
   9775 #, fuzzy
   9776 msgid "instruction is not conditional"
   9777 msgstr "Oya Ibigize"
   9778 
   9779 #: config/tc-score.c:50
   9780 msgid "acc0 expected"
   9781 msgstr ""
   9782 
   9783 #: config/tc-score.c:51
   9784 msgid "div / mul are reserved instructions"
   9785 msgstr ""
   9786 
   9787 #: config/tc-score.c:52
   9788 msgid "This architecture doesn't support mmu"
   9789 msgstr ""
   9790 
   9791 #: config/tc-score.c:53
   9792 msgid "This architecture doesn't support atomic instruction"
   9793 msgstr ""
   9794 
   9795 #: config/tc-score.c:54
   9796 msgid "the label length is longer than 1024"
   9797 msgstr ""
   9798 
   9799 #: config/tc-score.c:238
   9800 msgid "S+core register expected"
   9801 msgstr ""
   9802 
   9803 #: config/tc-score.c:239
   9804 msgid "S+core special-register expected"
   9805 msgstr ""
   9806 
   9807 #: config/tc-score.c:240
   9808 msgid "S+core co-processor register expected"
   9809 msgstr ""
   9810 
   9811 #: config/tc-score.c:858 config/tc-score.c:1758
   9812 msgid "Using temp register(r1)"
   9813 msgstr ""
   9814 
   9815 #: config/tc-score.c:877
   9816 #, c-format
   9817 msgid "register expected, not '%.100s'"
   9818 msgstr ""
   9819 
   9820 #: config/tc-score.c:1263 config/tc-score.c:1270 config/tc-score.c:2645
   9821 #: config/tc-score.c:2650 config/tc-score.c:2928 config/tc-score.c:2933
   9822 #, c-format
   9823 msgid "invalid constant: %d bit expression not in range %d..%d"
   9824 msgstr ""
   9825 
   9826 #: config/tc-score.c:1310
   9827 msgid "invalid constant: bit expression not defined"
   9828 msgstr ""
   9829 
   9830 #: config/tc-score.c:1772
   9831 #, c-format
   9832 msgid "low register(r0-r15)expected, not '%.100s'"
   9833 msgstr ""
   9834 
   9835 #: config/tc-score.c:1867
   9836 #, c-format
   9837 msgid "high register(r16-r31)expected, not '%.100s'"
   9838 msgstr ""
   9839 
   9840 #: config/tc-score.c:2099
   9841 #, c-format
   9842 msgid "Fix data dependency: %s %s -- %s %s  (insert %d nop!/%d)"
   9843 msgstr ""
   9844 
   9845 #: config/tc-score.c:2118
   9846 #, c-format
   9847 msgid "Fix data dependency: %s %s -- %s %s  (insert 1 pflush/%d)"
   9848 msgstr ""
   9849 
   9850 #: config/tc-score.c:2134 config/tc-score.c:2141
   9851 #, c-format
   9852 msgid "data dependency: %s %s -- %s %s  (%d/%d bubble)"
   9853 msgstr ""
   9854 
   9855 #: config/tc-score.c:2431 config/tc-score.c:5662
   9856 #, c-format
   9857 msgid "%s -- `%s'"
   9858 msgstr ""
   9859 
   9860 #: config/tc-score.c:2588
   9861 msgid "address offset must be half word alignment"
   9862 msgstr ""
   9863 
   9864 #: config/tc-score.c:2596
   9865 msgid "address offset must be word alignment"
   9866 msgstr ""
   9867 
   9868 #: config/tc-score.c:2738 config/tc-score.c:2885
   9869 msgid "register same as write-back base"
   9870 msgstr ""
   9871 
   9872 #: config/tc-score.c:2855
   9873 msgid "pre-indexed expression expected"
   9874 msgstr ""
   9875 
   9876 #: config/tc-score.c:2865 config/tc-score.c:3223 config/tc-score.c:3239
   9877 #: config/tc-score.c:3310 config/tc-score.c:3353 config/tc-score.c:3475
   9878 #: config/tc-score.c:3549 config/tc-score.c:3603 config/tc-score.c:3649
   9879 msgid "missing ]"
   9880 msgstr ""
   9881 
   9882 #: config/tc-score.c:3466
   9883 msgid "base register nums are over 3 bit"
   9884 msgstr ""
   9885 
   9886 #: config/tc-score.c:3543 config/tc-score.c:3594
   9887 msgid "missing +"
   9888 msgstr ""
   9889 
   9890 #: config/tc-score.c:3587
   9891 #, c-format
   9892 msgid "%s register same as write-back base"
   9893 msgstr ""
   9894 
   9895 #: config/tc-score.c:3589
   9896 msgid "destination"
   9897 msgstr ""
   9898 
   9899 #: config/tc-score.c:3589
   9900 msgid "source"
   9901 msgstr ""
   9902 
   9903 #: config/tc-score.c:3993
   9904 msgid "li rd label isn't correct instruction form"
   9905 msgstr ""
   9906 
   9907 #: config/tc-score.c:4506 config/tc-score.c:4535 config/tc-score.c:4561
   9908 msgid "lacking label  "
   9909 msgstr ""
   9910 
   9911 #: config/tc-score.c:4513
   9912 msgid "invalid constant: 25 bit expression not in range -2^24..2^24"
   9913 msgstr ""
   9914 
   9915 #: config/tc-score.c:4541
   9916 msgid "invalid constant: 12 bit expression not in range -2^11..2^11"
   9917 msgstr ""
   9918 
   9919 #: config/tc-score.c:4567
   9920 msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
   9921 msgstr ""
   9922 
   9923 #: config/tc-score.c:4600
   9924 msgid "lacking label"
   9925 msgstr ""
   9926 
   9927 #: config/tc-score.c:4605
   9928 msgid "invalid constant: 9 bit expression not in range -2^8..2^8"
   9929 msgstr ""
   9930 
   9931 #: config/tc-score.c:5344
   9932 #, c-format
   9933 msgid " branch relocation truncate (0x%x) [-2^8 ~ 2^8]"
   9934 msgstr ""
   9935 
   9936 #: config/tc-score.c:5361 config/tc-score.c:5391
   9937 #, c-format
   9938 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
   9939 msgstr ""
   9940 
   9941 #: config/tc-score.c:5415
   9942 #, c-format
   9943 msgid " branch relocation truncate (0x%x)  [-2^8 ~ 2^8]"
   9944 msgstr ""
   9945 
   9946 #: config/tc-score.c:5581
   9947 #, fuzzy, c-format
   9948 msgid "cannot represent %s relocation in this object file format1"
   9949 msgstr "%s:OYA Icyiciro in a Inyuma Igikoresho IDOSIYE Imiterere"
   9950 
   9951 #: config/tc-score.c:5640
   9952 msgid "pce instruction error (16 bit || 16 bit)'"
   9953 msgstr ""
   9954 
   9955 #: config/tc-score.c:5770
   9956 #, c-format
   9957 msgid "Sunplus-v2-0-0-20060510\n"
   9958 msgstr ""
   9959 
   9960 #: config/tc-score.c:5786
   9961 #, c-format
   9962 msgid " Score-specific assembler options:\n"
   9963 msgstr ""
   9964 
   9965 #: config/tc-score.c:5788
   9966 #, c-format
   9967 msgid "        -EB\t\tassemble code for a big-endian cpu\n"
   9968 msgstr ""
   9969 
   9970 #: config/tc-score.c:5793
   9971 #, c-format
   9972 msgid "        -EL\t\tassemble code for a little-endian cpu\n"
   9973 msgstr ""
   9974 
   9975 #: config/tc-score.c:5797
   9976 #, c-format
   9977 msgid "        -FIXDD\t\tassemble code for fix data dependency\n"
   9978 msgstr ""
   9979 
   9980 #: config/tc-score.c:5799
   9981 #, c-format
   9982 msgid ""
   9983 "        -NWARN\t\tassemble code for no warning message for fix data "
   9984 "dependency\n"
   9985 msgstr ""
   9986 
   9987 #: config/tc-score.c:5801
   9988 #, c-format
   9989 msgid "        -SCORE5\t\tassemble code for target is SCORE5\n"
   9990 msgstr ""
   9991 
   9992 #: config/tc-score.c:5803
   9993 #, c-format
   9994 msgid "        -SCORE5U\tassemble code for target is SCORE5U\n"
   9995 msgstr ""
   9996 
   9997 #: config/tc-score.c:5805
   9998 #, c-format
   9999 msgid ""
   10000 "        -SCORE7\t\tassemble code for target is SCORE7, this is default "
   10001 "setting\n"
   10002 msgstr ""
   10003 
   10004 #: config/tc-score.c:5807
   10005 #, c-format
   10006 msgid ""
   10007 "        -USE_R1\t\tassemble code for no warning message when using temp "
   10008 "register r1\n"
   10009 msgstr ""
   10010 
   10011 #: config/tc-score.c:5809
   10012 #, c-format
   10013 msgid "        -KPIC\t\tassemble code for PIC\n"
   10014 msgstr ""
   10015 
   10016 #: config/tc-score.c:5811
   10017 #, c-format
   10018 msgid "        -O0\t\tassembler will not perform any optimizations\n"
   10019 msgstr ""
   10020 
   10021 #: config/tc-score.c:5813
   10022 #, c-format
   10023 msgid ""
   10024 "        -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
   10025 msgstr ""
   10026 
   10027 #: config/tc-score.c:5815
   10028 #, c-format
   10029 msgid "        -V \t\tSunplus release version \n"
   10030 msgstr ""
   10031 
   10032 #: config/tc-score.c:6415 read.c:1463
   10033 msgid "missing size expression"
   10034 msgstr ""
   10035 
   10036 #: config/tc-score.c:6421
   10037 #, c-format
   10038 msgid "BSS length (%d) < 0 ignored"
   10039 msgstr ""
   10040 
   10041 #: config/tc-score.c:6436 read.c:2281
   10042 #, c-format
   10043 msgid "error setting flags for \".sbss\": %s"
   10044 msgstr ""
   10045 
   10046 #: config/tc-score.c:6450 config/tc-sparc.c:3797
   10047 msgid "missing alignment"
   10048 msgstr ""
   10049 
   10050 #: config/tc-score.c:6487
   10051 #, c-format
   10052 msgid "alignment too large; %d assumed"
   10053 msgstr ""
   10054 
   10055 #: config/tc-score.c:6492 read.c:2342
   10056 msgid "alignment negative; 0 assumed"
   10057 msgstr ""
   10058 
   10059 #: config/tc-score.c:6559 config/tc-z80.c:289 ecoff.c:3355 read.c:1482
   10060 #: read.c:1595 read.c:2459 read.c:3006 read.c:3391 symbols.c:326 symbols.c:432
   10061 #, fuzzy, c-format
   10062 msgid "symbol `%s' is already defined"
   10063 msgstr "%s:%sIKIMENYETSO si"
   10064 
   10065 #: config/tc-sh.c:63
   10066 msgid "directive .big encountered when option -big required"
   10067 msgstr ""
   10068 
   10069 #: config/tc-sh.c:73
   10070 msgid "directive .little encountered when option -little required"
   10071 msgstr ""
   10072 
   10073 #: config/tc-sh.c:1364
   10074 msgid "misplaced PIC operand"
   10075 msgstr ""
   10076 
   10077 #: config/tc-sh.c:1402
   10078 msgid "illegal double indirection"
   10079 msgstr ""
   10080 
   10081 #: config/tc-sh.c:1411
   10082 msgid "illegal register after @-"
   10083 msgstr ""
   10084 
   10085 #: config/tc-sh.c:1427
   10086 msgid "must be @(r0,...)"
   10087 msgstr ""
   10088 
   10089 #: config/tc-sh.c:1451
   10090 msgid "syntax error in @(r0,...)"
   10091 msgstr ""
   10092 
   10093 #: config/tc-sh.c:1456
   10094 msgid "syntax error in @(r0...)"
   10095 msgstr ""
   10096 
   10097 #: config/tc-sh.c:1501
   10098 msgid "Deprecated syntax."
   10099 msgstr ""
   10100 
   10101 #: config/tc-sh.c:1513 config/tc-sh.c:1518
   10102 msgid "syntax error in @(disp,[Rn, gbr, pc])"
   10103 msgstr ""
   10104 
   10105 #: config/tc-sh.c:1523
   10106 msgid "expecting )"
   10107 msgstr ""
   10108 
   10109 #: config/tc-sh.c:1531
   10110 msgid "illegal register after @"
   10111 msgstr ""
   10112 
   10113 #: config/tc-sh.c:2202
   10114 #, c-format
   10115 msgid "unhandled %d\n"
   10116 msgstr ""
   10117 
   10118 #: config/tc-sh.c:2368
   10119 #, c-format
   10120 msgid "Invalid register: 'r%d'"
   10121 msgstr ""
   10122 
   10123 #: config/tc-sh.c:2472
   10124 #, fuzzy, c-format
   10125 msgid "failed for %d\n"
   10126 msgstr "Byanze Kuri Injiza"
   10127 
   10128 #: config/tc-sh.c:2585 config/tc-sh.c:2984
   10129 #, fuzzy
   10130 msgid "invalid operands for opcode"
   10131 msgstr "#<Ikosa ITEGEKONGENGA"
   10132 
   10133 #: config/tc-sh.c:2590
   10134 msgid "insn can't be combined with parallel processing insn"
   10135 msgstr ""
   10136 
   10137 #: config/tc-sh.c:2597 config/tc-sh.c:2608 config/tc-sh.c:2640
   10138 msgid "multiple movx specifications"
   10139 msgstr ""
   10140 
   10141 #: config/tc-sh.c:2602 config/tc-sh.c:2624 config/tc-sh.c:2663
   10142 msgid "multiple movy specifications"
   10143 msgstr ""
   10144 
   10145 #: config/tc-sh.c:2611 config/tc-sh.c:2644
   10146 msgid "invalid movx address register"
   10147 msgstr ""
   10148 
   10149 #: config/tc-sh.c:2613
   10150 msgid "insn cannot be combined with non-nopy"
   10151 msgstr ""
   10152 
   10153 #: config/tc-sh.c:2627 config/tc-sh.c:2683
   10154 msgid "invalid movy address register"
   10155 msgstr ""
   10156 
   10157 #: config/tc-sh.c:2629
   10158 msgid "insn cannot be combined with non-nopx"
   10159 msgstr ""
   10160 
   10161 #: config/tc-sh.c:2642
   10162 msgid "previous movy requires nopx"
   10163 msgstr ""
   10164 
   10165 #: config/tc-sh.c:2650 config/tc-sh.c:2655
   10166 msgid "invalid movx dsp register"
   10167 msgstr ""
   10168 
   10169 #: config/tc-sh.c:2665
   10170 msgid "previous movx requires nopy"
   10171 msgstr ""
   10172 
   10173 #: config/tc-sh.c:2674 config/tc-sh.c:2679
   10174 msgid "invalid movy dsp register"
   10175 msgstr ""
   10176 
   10177 #: config/tc-sh.c:2689
   10178 msgid "dsp immediate shift value not constant"
   10179 msgstr ""
   10180 
   10181 #: config/tc-sh.c:2703 config/tc-sh.c:2729
   10182 msgid "multiple parallel processing specifications"
   10183 msgstr ""
   10184 
   10185 #: config/tc-sh.c:2722
   10186 msgid "multiple condition specifications"
   10187 msgstr ""
   10188 
   10189 #: config/tc-sh.c:2760
   10190 msgid "insn cannot be combined with pmuls"
   10191 msgstr ""
   10192 
   10193 #: config/tc-sh.c:2776
   10194 msgid "bad combined pmuls output operand"
   10195 msgstr ""
   10196 
   10197 #: config/tc-sh.c:2786
   10198 msgid "destination register is same for parallel insns"
   10199 msgstr ""
   10200 
   10201 #: config/tc-sh.c:2795
   10202 msgid "condition not followed by conditionalizable insn"
   10203 msgstr ""
   10204 
   10205 #: config/tc-sh.c:2805
   10206 msgid "unrecognized characters at end of parallel processing insn"
   10207 msgstr ""
   10208 
   10209 #: config/tc-sh.c:2921
   10210 msgid "opcode not valid for this cpu variant"
   10211 msgstr ""
   10212 
   10213 #: config/tc-sh.c:2954
   10214 msgid "Delayed branches not available on SH1"
   10215 msgstr ""
   10216 
   10217 #: config/tc-sh.c:2989
   10218 #, c-format
   10219 msgid "excess operands: '%s'"
   10220 msgstr ""
   10221 
   10222 #: config/tc-sh.c:3116
   10223 msgid ".uses pseudo-op seen when not relaxing"
   10224 msgstr ""
   10225 
   10226 #: config/tc-sh.c:3122
   10227 msgid "bad .uses format"
   10228 msgstr ""
   10229 
   10230 #: config/tc-sh.c:3224
   10231 msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
   10232 msgstr ""
   10233 
   10234 #: config/tc-sh.c:3230
   10235 msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
   10236 msgstr ""
   10237 
   10238 #: config/tc-sh.c:3232
   10239 msgid "Invalid combination: --abi=64 with --isa=SHcompact"
   10240 msgstr ""
   10241 
   10242 #: config/tc-sh.c:3273
   10243 msgid "Invalid combination: --abi=32 with --abi=64"
   10244 msgstr ""
   10245 
   10246 #: config/tc-sh.c:3279
   10247 msgid "Invalid combination: --abi=64 with --abi=32"
   10248 msgstr ""
   10249 
   10250 #: config/tc-sh.c:3281
   10251 msgid "Invalid combination: --isa=SHcompact with --abi=64"
   10252 msgstr ""
   10253 
   10254 #: config/tc-sh.c:3315
   10255 #, c-format
   10256 msgid ""
   10257 "SH options:\n"
   10258 "--little\t\tgenerate little endian code\n"
   10259 "--big\t\t\tgenerate big endian code\n"
   10260 "--relax\t\t\talter jump instructions for long displacements\n"
   10261 "--renesas\t\tdisable optimization with section symbol for\n"
   10262 "\t\t\tcompatibility with Renesas assembler.\n"
   10263 "--small\t\t\talign sections to 4 byte boundaries, not 16\n"
   10264 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
   10265 "--allow-reg-prefix\tallow '$' as a register name prefix.\n"
   10266 "--isa=[any\t\tuse most appropriate isa\n"
   10267 "    | dsp               same as '-dsp'\n"
   10268 "    | fp"
   10269 msgstr ""
   10270 
   10271 #: config/tc-sh.c:3341
   10272 #, c-format
   10273 msgid ""
   10274 "--isa=[shmedia\t\tset as the default instruction set for SH64\n"
   10275 "    | SHmedia\n"
   10276 "    | shcompact\n"
   10277 "    | SHcompact]\n"
   10278 msgstr ""
   10279 
   10280 #: config/tc-sh.c:3346
   10281 #, c-format
   10282 msgid ""
   10283 "--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
   10284 "\t\t\tfile type\n"
   10285 "--shcompact-const-crange  emit code-range descriptors for constants in\n"
   10286 "\t\t\tSHcompact code sections\n"
   10287 "--no-mix\t\tdisallow SHmedia code in the same section as\n"
   10288 "\t\t\tconstants and SHcompact code\n"
   10289 "--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
   10290 "--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
   10291 "\t\t\tto 32 bits only\n"
   10292 msgstr ""
   10293 
   10294 #: config/tc-sh.c:3445
   10295 msgid ".uses does not refer to a local symbol in the same section"
   10296 msgstr ""
   10297 
   10298 #: config/tc-sh.c:3464
   10299 msgid "can't find fixup pointed to by .uses"
   10300 msgstr ""
   10301 
   10302 #: config/tc-sh.c:3484
   10303 msgid ".uses target does not refer to a local symbol in the same section"
   10304 msgstr ""
   10305 
   10306 #: config/tc-sh.c:3561
   10307 msgid "displacement overflows 12-bit field"
   10308 msgstr ""
   10309 
   10310 #: config/tc-sh.c:3564
   10311 #, c-format
   10312 msgid "displacement to defined symbol %s overflows 12-bit field"
   10313 msgstr ""
   10314 
   10315 #: config/tc-sh.c:3568
   10316 #, c-format
   10317 msgid "displacement to undefined symbol %s overflows 12-bit field"
   10318 msgstr ""
   10319 
   10320 #: config/tc-sh.c:3641
   10321 msgid "displacement overflows 8-bit field"
   10322 msgstr ""
   10323 
   10324 #: config/tc-sh.c:3644
   10325 #, c-format
   10326 msgid "displacement to defined symbol %s overflows 8-bit field"
   10327 msgstr ""
   10328 
   10329 #: config/tc-sh.c:3648
   10330 #, c-format
   10331 msgid "displacement to undefined symbol %s overflows 8-bit field "
   10332 msgstr ""
   10333 
   10334 #: config/tc-sh.c:3665
   10335 #, c-format
   10336 msgid "overflow in branch to %s; converted into longer instruction sequence"
   10337 msgstr ""
   10338 
   10339 #: config/tc-sh.c:3731 config/tc-sh.c:3778 config/tc-sparc.c:4314
   10340 #: config/tc-sparc.c:4339
   10341 msgid "misaligned data"
   10342 msgstr ""
   10343 
   10344 #: config/tc-sh.c:4206
   10345 msgid "misaligned offset"
   10346 msgstr ""
   10347 
   10348 #: config/tc-sh64.c:568
   10349 msgid "This operand must be constant at assembly time"
   10350 msgstr ""
   10351 
   10352 #: config/tc-sh64.c:681
   10353 msgid "Invalid operand expression"
   10354 msgstr ""
   10355 
   10356 #: config/tc-sh64.c:773 config/tc-sh64.c:877
   10357 msgid "PTB operand is a SHmedia symbol"
   10358 msgstr ""
   10359 
   10360 #: config/tc-sh64.c:776 config/tc-sh64.c:874
   10361 msgid "PTA operand is a SHcompact symbol"
   10362 msgstr ""
   10363 
   10364 #: config/tc-sh64.c:792
   10365 msgid "invalid expression in operand"
   10366 msgstr ""
   10367 
   10368 #: config/tc-sh64.c:1483
   10369 #, c-format
   10370 msgid "invalid operand, not a 5-bit unsigned value: %d"
   10371 msgstr ""
   10372 
   10373 #: config/tc-sh64.c:1488
   10374 #, c-format
   10375 msgid "invalid operand, not a 6-bit signed value: %d"
   10376 msgstr ""
   10377 
   10378 #: config/tc-sh64.c:1493
   10379 #, c-format
   10380 msgid "invalid operand, not a 6-bit unsigned value: %d"
   10381 msgstr ""
   10382 
   10383 #: config/tc-sh64.c:1498 config/tc-sh64.c:1510
   10384 #, c-format
   10385 msgid "invalid operand, not a 11-bit signed value: %d"
   10386 msgstr ""
   10387 
   10388 #: config/tc-sh64.c:1500
   10389 #, fuzzy, c-format
   10390 msgid "invalid operand, not a multiple of 32: %d"
   10391 msgstr "%s:Ikosa OYA a Igikubo Bya"
   10392 
   10393 #: config/tc-sh64.c:1505
   10394 #, c-format
   10395 msgid "invalid operand, not a 10-bit signed value: %d"
   10396 msgstr ""
   10397 
   10398 #: config/tc-sh64.c:1512
   10399 #, c-format
   10400 msgid "invalid operand, not an even value: %d"
   10401 msgstr ""
   10402 
   10403 #: config/tc-sh64.c:1517
   10404 #, c-format
   10405 msgid "invalid operand, not a 12-bit signed value: %d"
   10406 msgstr ""
   10407 
   10408 #: config/tc-sh64.c:1519
   10409 #, fuzzy, c-format
   10410 msgid "invalid operand, not a multiple of 4: %d"
   10411 msgstr "%s:Ikosa OYA a Igikubo Bya"
   10412 
   10413 #: config/tc-sh64.c:1524
   10414 #, c-format
   10415 msgid "invalid operand, not a 13-bit signed value: %d"
   10416 msgstr ""
   10417 
   10418 #: config/tc-sh64.c:1526
   10419 #, fuzzy, c-format
   10420 msgid "invalid operand, not a multiple of 8: %d"
   10421 msgstr "%s:Ikosa OYA a Igikubo Bya"
   10422 
   10423 #: config/tc-sh64.c:1531
   10424 #, c-format
   10425 msgid "invalid operand, not a 16-bit signed value: %d"
   10426 msgstr ""
   10427 
   10428 #: config/tc-sh64.c:1536
   10429 #, c-format
   10430 msgid "invalid operand, not a 16-bit unsigned value: %d"
   10431 msgstr ""
   10432 
   10433 #: config/tc-sh64.c:1542
   10434 msgid "operand out of range for PT, PTA and PTB"
   10435 msgstr ""
   10436 
   10437 #: config/tc-sh64.c:1544
   10438 #, c-format
   10439 msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
   10440 msgstr ""
   10441 
   10442 #: config/tc-sh64.c:2064
   10443 #, c-format
   10444 msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
   10445 msgstr ""
   10446 
   10447 #: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599
   10448 msgid "invalid PIC reference"
   10449 msgstr ""
   10450 
   10451 #: config/tc-sh64.c:2478
   10452 msgid "can't find opcode"
   10453 msgstr ""
   10454 
   10455 #: config/tc-sh64.c:2681 config/tc-sh64.c:2721
   10456 msgid "invalid operand: expression in PT target"
   10457 msgstr ""
   10458 
   10459 #: config/tc-sh64.c:2812
   10460 #, c-format
   10461 msgid "invalid operands to %s"
   10462 msgstr ""
   10463 
   10464 #: config/tc-sh64.c:2818
   10465 #, c-format
   10466 msgid "excess operands to %s"
   10467 msgstr ""
   10468 
   10469 #: config/tc-sh64.c:2863
   10470 #, c-format
   10471 msgid "The `.mode %s' directive is not valid with this architecture"
   10472 msgstr ""
   10473 
   10474 #: config/tc-sh64.c:2871
   10475 #, c-format
   10476 msgid "Invalid argument to .mode: %s"
   10477 msgstr ""
   10478 
   10479 #: config/tc-sh64.c:2901
   10480 #, c-format
   10481 msgid "The `.abi %s' directive is not valid with this architecture"
   10482 msgstr ""
   10483 
   10484 #: config/tc-sh64.c:2907
   10485 msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
   10486 msgstr ""
   10487 
   10488 #: config/tc-sh64.c:2912
   10489 msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
   10490 msgstr ""
   10491 
   10492 #: config/tc-sh64.c:2915
   10493 #, c-format
   10494 msgid "Invalid argument to .abi: %s"
   10495 msgstr ""
   10496 
   10497 #: config/tc-sh64.c:2970
   10498 msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
   10499 msgstr ""
   10500 
   10501 #: config/tc-sh64.c:2975
   10502 msgid "-shcompact-const-crange is invalid without SHcompact"
   10503 msgstr ""
   10504 
   10505 #: config/tc-sh64.c:2978
   10506 msgid "-expand-pt32 only valid with -abi=64"
   10507 msgstr ""
   10508 
   10509 #: config/tc-sh64.c:2981
   10510 msgid "-no-expand only valid with SHcompact or SHmedia"
   10511 msgstr ""
   10512 
   10513 #: config/tc-sh64.c:2984
   10514 msgid "-expand-pt32 invalid together with -no-expand"
   10515 msgstr ""
   10516 
   10517 #: config/tc-sh64.c:3199
   10518 msgid ""
   10519 "SHmedia code not allowed in same section as constants and SHcompact code"
   10520 msgstr ""
   10521 
   10522 #: config/tc-sh64.c:3217
   10523 msgid "No segment info for current section"
   10524 msgstr ""
   10525 
   10526 #: config/tc-sh64.c:3256
   10527 msgid "duplicate datalabel operator ignored"
   10528 msgstr ""
   10529 
   10530 #: config/tc-sh64.c:3326
   10531 msgid "Invalid DataLabel expression"
   10532 msgstr ""
   10533 
   10534 #: config/tc-sparc.c:286
   10535 msgid "Invalid default architecture, broken assembler."
   10536 msgstr ""
   10537 
   10538 #: config/tc-sparc.c:290 config/tc-sparc.c:497
   10539 msgid "Bad opcode table, broken assembler."
   10540 msgstr ""
   10541 
   10542 #: config/tc-sparc.c:489
   10543 #, c-format
   10544 msgid "invalid architecture -xarch=%s"
   10545 msgstr ""
   10546 
   10547 #: config/tc-sparc.c:491
   10548 #, c-format
   10549 msgid "invalid architecture -A%s"
   10550 msgstr ""
   10551 
   10552 #: config/tc-sparc.c:558
   10553 #, c-format
   10554 msgid "No compiled in support for %d bit object file format"
   10555 msgstr ""
   10556 
   10557 #: config/tc-sparc.c:636
   10558 #, c-format
   10559 msgid "SPARC options:\n"
   10560 msgstr ""
   10561 
   10562 #: config/tc-sparc.c:665
   10563 #, c-format
   10564 msgid ""
   10565 "\n"
   10566 "\t\t\tspecify variant of SPARC architecture\n"
   10567 "-bump\t\t\twarn when assembler switches architectures\n"
   10568 "-sparc\t\t\tignored\n"
   10569 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
   10570 "-relax\t\t\trelax jumps and branches (default)\n"
   10571 "-no-relax\t\tavoid changing any jumps and branches\n"
   10572 msgstr ""
   10573 
   10574 #: config/tc-sparc.c:673
   10575 #, c-format
   10576 msgid "-k\t\t\tgenerate PIC\n"
   10577 msgstr ""
   10578 
   10579 #: config/tc-sparc.c:677
   10580 #, c-format
   10581 msgid ""
   10582 "-32\t\t\tcreate 32 bit object file\n"
   10583 "-64\t\t\tcreate 64 bit object file\n"
   10584 msgstr ""
   10585 
   10586 #: config/tc-sparc.c:680
   10587 #, c-format
   10588 msgid "\t\t\t[default is %d]\n"
   10589 msgstr ""
   10590 
   10591 #: config/tc-sparc.c:682
   10592 #, c-format
   10593 msgid ""
   10594 "-TSO\t\t\tuse Total Store Ordering\n"
   10595 "-PSO\t\t\tuse Partial Store Ordering\n"
   10596 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
   10597 msgstr ""
   10598 
   10599 #: config/tc-sparc.c:686
   10600 #, c-format
   10601 msgid "\t\t\t[default is %s]\n"
   10602 msgstr ""
   10603 
   10604 #: config/tc-sparc.c:688
   10605 #, c-format
   10606 msgid ""
   10607 "-KPIC\t\t\tgenerate PIC\n"
   10608 "-V\t\t\tprint assembler version number\n"
   10609 "-undeclared-regs\tignore application global register usage without\n"
   10610 "\t\t\tappropriate .register directive (default)\n"
   10611 "-no-undeclared-regs\tforce error on application global register usage\n"
   10612 "\t\t\twithout appropriate .register directive\n"
   10613 "-q\t\t\tignored\n"
   10614 "-Qy, -Qn\t\tignored\n"
   10615 "-s\t\t\tignored\n"
   10616 msgstr ""
   10617 
   10618 #: config/tc-sparc.c:700
   10619 #, c-format
   10620 msgid ""
   10621 "-EL\t\t\tgenerate code for a little endian machine\n"
   10622 "-EB\t\t\tgenerate code for a big endian machine\n"
   10623 "--little-endian-data\tgenerate code for a machine having big endian\n"
   10624 "                        instructions and little endian data.\n"
   10625 msgstr ""
   10626 
   10627 #: config/tc-sparc.c:833
   10628 #, c-format
   10629 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
   10630 msgstr ""
   10631 
   10632 #: config/tc-sparc.c:852
   10633 #, c-format
   10634 msgid "Internal error: can't find opcode `%s' for `%s'\n"
   10635 msgstr ""
   10636 
   10637 #: config/tc-sparc.c:998
   10638 msgid "Support for 64-bit arithmetic not compiled in."
   10639 msgstr ""
   10640 
   10641 #: config/tc-sparc.c:1045
   10642 msgid "set: number not in 0..4294967295 range"
   10643 msgstr ""
   10644 
   10645 #: config/tc-sparc.c:1052
   10646 msgid "set: number not in -2147483648..4294967295 range"
   10647 msgstr ""
   10648 
   10649 #: config/tc-sparc.c:1112
   10650 msgid "setsw: number not in -2147483648..4294967295 range"
   10651 msgstr ""
   10652 
   10653 #: config/tc-sparc.c:1161
   10654 msgid "setx: temporary register same as destination register"
   10655 msgstr ""
   10656 
   10657 #: config/tc-sparc.c:1232
   10658 msgid "setx: illegal temporary register g0"
   10659 msgstr ""
   10660 
   10661 #: config/tc-sparc.c:1330
   10662 msgid "FP branch in delay slot"
   10663 msgstr ""
   10664 
   10665 #: config/tc-sparc.c:1345
   10666 msgid "FP branch preceded by FP instruction; NOP inserted"
   10667 msgstr ""
   10668 
   10669 #: config/tc-sparc.c:1385
   10670 msgid "failed special case insn sanity check"
   10671 msgstr ""
   10672 
   10673 #: config/tc-sparc.c:1475
   10674 msgid ": invalid membar mask name"
   10675 msgstr ""
   10676 
   10677 #: config/tc-sparc.c:1491
   10678 msgid ": invalid membar mask expression"
   10679 msgstr ""
   10680 
   10681 #: config/tc-sparc.c:1496
   10682 msgid ": invalid membar mask number"
   10683 msgstr ""
   10684 
   10685 #: config/tc-sparc.c:1511
   10686 #, fuzzy
   10687 msgid ": invalid siam mode expression"
   10688 msgstr "%s:%s:Sibyo Verisiyo"
   10689 
   10690 #: config/tc-sparc.c:1516
   10691 msgid ": invalid siam mode number"
   10692 msgstr ""
   10693 
   10694 #: config/tc-sparc.c:1532
   10695 #, fuzzy
   10696 msgid ": invalid prefetch function name"
   10697 msgstr "%s:Sibyo Ubwoko"
   10698 
   10699 #: config/tc-sparc.c:1540
   10700 msgid ": invalid prefetch function expression"
   10701 msgstr ""
   10702 
   10703 #: config/tc-sparc.c:1545
   10704 msgid ": invalid prefetch function number"
   10705 msgstr ""
   10706 
   10707 #: config/tc-sparc.c:1573 config/tc-sparc.c:1585
   10708 msgid ": unrecognizable privileged register"
   10709 msgstr ""
   10710 
   10711 #: config/tc-sparc.c:1609 config/tc-sparc.c:1621
   10712 msgid ": unrecognizable hyperprivileged register"
   10713 msgstr ""
   10714 
   10715 #: config/tc-sparc.c:1645 config/tc-sparc.c:1670
   10716 msgid ": unrecognizable v9a or v9b ancillary state register"
   10717 msgstr ""
   10718 
   10719 #: config/tc-sparc.c:1650
   10720 msgid ": rd on write only ancillary state register"
   10721 msgstr ""
   10722 
   10723 #. %sys_tick and %sys_tick_cmpr are v9bnotv9a
   10724 #: config/tc-sparc.c:1658
   10725 msgid ": unrecognizable v9a ancillary state register"
   10726 msgstr ""
   10727 
   10728 #: config/tc-sparc.c:1694
   10729 msgid ": asr number must be between 16 and 31"
   10730 msgstr ""
   10731 
   10732 #: config/tc-sparc.c:1702
   10733 msgid ": asr number must be between 0 and 31"
   10734 msgstr ""
   10735 
   10736 #: config/tc-sparc.c:1712
   10737 #, c-format
   10738 msgid ": expecting %asrN"
   10739 msgstr ""
   10740 
   10741 #: config/tc-sparc.c:1898 config/tc-sparc.c:1936 config/tc-sparc.c:2343
   10742 #: config/tc-sparc.c:2379
   10743 #, c-format
   10744 msgid "Illegal operands: %%%s requires arguments in ()"
   10745 msgstr ""
   10746 
   10747 #: config/tc-sparc.c:1904
   10748 #, c-format
   10749 msgid ""
   10750 "Illegal operands: %%%s cannot be used together with other relocs in the insn "
   10751 "()"
   10752 msgstr ""
   10753 
   10754 #: config/tc-sparc.c:1915
   10755 #, c-format
   10756 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
   10757 msgstr ""
   10758 
   10759 #: config/tc-sparc.c:2122
   10760 msgid "detected global register use not covered by .register pseudo-op"
   10761 msgstr ""
   10762 
   10763 #: config/tc-sparc.c:2193
   10764 msgid ": There are only 64 f registers; [0-63]"
   10765 msgstr ""
   10766 
   10767 #: config/tc-sparc.c:2195 config/tc-sparc.c:2213
   10768 msgid ": There are only 32 f registers; [0-31]"
   10769 msgstr ""
   10770 
   10771 #: config/tc-sparc.c:2205
   10772 msgid ": There are only 32 single precision f registers; [0-31]"
   10773 msgstr ""
   10774 
   10775 #: config/tc-sparc.c:2391
   10776 #, c-format
   10777 msgid ""
   10778 "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
   10779 msgstr ""
   10780 
   10781 #: config/tc-sparc.c:2501
   10782 #, c-format
   10783 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
   10784 msgstr ""
   10785 
   10786 #: config/tc-sparc.c:2511
   10787 #, c-format
   10788 msgid ""
   10789 "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
   10790 "symbol"
   10791 msgstr ""
   10792 
   10793 #: config/tc-sparc.c:2529
   10794 msgid ": PC-relative operand can't be a constant"
   10795 msgstr ""
   10796 
   10797 #: config/tc-sparc.c:2536
   10798 msgid ": TLS operand can't be a constant"
   10799 msgstr ""
   10800 
   10801 #: config/tc-sparc.c:2569
   10802 msgid ": invalid ASI name"
   10803 msgstr ""
   10804 
   10805 #: config/tc-sparc.c:2577
   10806 msgid ": invalid ASI expression"
   10807 msgstr ""
   10808 
   10809 #: config/tc-sparc.c:2582
   10810 msgid ": invalid ASI number"
   10811 msgstr ""
   10812 
   10813 #: config/tc-sparc.c:2679
   10814 msgid "OPF immediate operand out of range (0-0x1ff)"
   10815 msgstr ""
   10816 
   10817 #: config/tc-sparc.c:2684
   10818 msgid "non-immediate OPF operand, ignored"
   10819 msgstr ""
   10820 
   10821 #: config/tc-sparc.c:2703
   10822 msgid ": invalid cpreg name"
   10823 msgstr ""
   10824 
   10825 #: config/tc-sparc.c:2732
   10826 #, c-format
   10827 msgid "Illegal operands%s"
   10828 msgstr ""
   10829 
   10830 #: config/tc-sparc.c:2766
   10831 #, c-format
   10832 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
   10833 msgstr ""
   10834 
   10835 #: config/tc-sparc.c:2802
   10836 #, fuzzy, c-format
   10837 msgid "Architecture mismatch on \"%s\"."
   10838 msgstr "%s:Na: Ibanjirije Modire"
   10839 
   10840 #: config/tc-sparc.c:2803
   10841 #, c-format
   10842 msgid " (Requires %s; requested architecture is %s.)"
   10843 msgstr ""
   10844 
   10845 #: config/tc-sparc.c:3423
   10846 #, fuzzy, c-format
   10847 msgid "bad or unhandled relocation type: 0x%02x"
   10848 msgstr "%s:Ubwoko"
   10849 
   10850 #: config/tc-sparc.c:3759
   10851 msgid "Expected comma after name"
   10852 msgstr ""
   10853 
   10854 #: config/tc-sparc.c:3768
   10855 #, c-format
   10856 msgid "BSS length (%d.) <0! Ignored."
   10857 msgstr ""
   10858 
   10859 #: config/tc-sparc.c:3780
   10860 msgid "bad .reserve segment -- expected BSS segment"
   10861 msgstr ""
   10862 
   10863 #: config/tc-sparc.c:3808
   10864 #, c-format
   10865 msgid "alignment too large; assuming %d"
   10866 msgstr ""
   10867 
   10868 #: config/tc-sparc.c:3814 config/tc-sparc.c:3965
   10869 msgid "negative alignment"
   10870 msgstr ""
   10871 
   10872 #: config/tc-sparc.c:3824 config/tc-sparc.c:3988 read.c:1319 read.c:2354
   10873 msgid "alignment not a power of 2"
   10874 msgstr ""
   10875 
   10876 #: config/tc-sparc.c:3902 config/tc-v850.c:222
   10877 msgid "Expected comma after symbol-name"
   10878 msgstr ""
   10879 
   10880 #: config/tc-sparc.c:3912
   10881 #, c-format
   10882 msgid ".COMMon length (%lu) out of range ignored"
   10883 msgstr ""
   10884 
   10885 #: config/tc-sparc.c:3945
   10886 msgid "Expected comma after common length"
   10887 msgstr ""
   10888 
   10889 #: config/tc-sparc.c:3959
   10890 #, c-format
   10891 msgid "alignment too large; assuming %ld"
   10892 msgstr ""
   10893 
   10894 #: config/tc-sparc.c:4105
   10895 #, fuzzy
   10896 msgid "Unknown segment type"
   10897 msgstr "BASIC Ubwoko"
   10898 
   10899 #: config/tc-sparc.c:4184 config/tc-sparc.c:4194
   10900 #, c-format
   10901 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
   10902 msgstr ""
   10903 
   10904 #: config/tc-sparc.c:4212
   10905 msgid "redefinition of global register"
   10906 msgstr ""
   10907 
   10908 #: config/tc-sparc.c:4223
   10909 #, c-format
   10910 msgid "Register symbol %s already defined."
   10911 msgstr ""
   10912 
   10913 #: config/tc-sparc.c:4432
   10914 #, c-format
   10915 msgid "Illegal operands: %%r_plt in %d-byte data field"
   10916 msgstr ""
   10917 
   10918 #: config/tc-sparc.c:4442
   10919 #, c-format
   10920 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
   10921 msgstr ""
   10922 
   10923 #: config/tc-sparc.c:4479 config/tc-vax.c:3312
   10924 #, c-format
   10925 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
   10926 msgstr ""
   10927 
   10928 #: config/tc-sparc.c:4487 config/tc-sparc.c:4518 config/tc-sparc.c:4527
   10929 #: config/tc-vax.c:3320 config/tc-vax.c:3351 config/tc-vax.c:3360
   10930 #, c-format
   10931 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
   10932 msgstr ""
   10933 
   10934 #: config/tc-sparc.c:4536 config/tc-vax.c:3369
   10935 #, c-format
   10936 msgid "Illegal operands: garbage after %%r_%s%d()"
   10937 msgstr ""
   10938 
   10939 #: config/tc-sparc.h:60
   10940 msgid "sparc convert_frag\n"
   10941 msgstr ""
   10942 
   10943 #: config/tc-sparc.h:62 config/tc-z80.h:53
   10944 msgid "estimate_size_before_relax called"
   10945 msgstr ""
   10946 
   10947 #: config/tc-spu.c:126
   10948 #, c-format
   10949 msgid "Can't hash instruction '%s':%s"
   10950 msgstr ""
   10951 
   10952 #: config/tc-spu.c:180
   10953 msgid ""
   10954 "SPU options:\n"
   10955 "  --apuasm\t\t  emulate behaviour of apuasm\n"
   10956 msgstr ""
   10957 
   10958 #: config/tc-spu.c:286
   10959 #, c-format
   10960 msgid "Invalid mnemonic '%s'"
   10961 msgstr ""
   10962 
   10963 #: config/tc-spu.c:292
   10964 #, c-format
   10965 msgid "'%s' is only available in DD2.0 or higher."
   10966 msgstr ""
   10967 
   10968 #: config/tc-spu.c:324
   10969 #, c-format
   10970 msgid "Error in argument %d.  Expecting:  \"%s\""
   10971 msgstr ""
   10972 
   10973 #: config/tc-spu.c:335
   10974 msgid "Mixing register syntax, with and without '$'."
   10975 msgstr ""
   10976 
   10977 #: config/tc-spu.c:341
   10978 #, c-format
   10979 msgid "Treating '%-*s' as a symbol."
   10980 msgstr ""
   10981 
   10982 #: config/tc-spu.c:547
   10983 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
   10984 msgstr ""
   10985 
   10986 #: config/tc-spu.c:549
   10987 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
   10988 msgstr ""
   10989 
   10990 #: config/tc-spu.c:592
   10991 #, c-format
   10992 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
   10993 msgstr ""
   10994 
   10995 #: config/tc-spu.c:598
   10996 #, c-format
   10997 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
   10998 msgstr ""
   10999 
   11000 #: config/tc-spu.c:668 config/tc-spu.c:671
   11001 #, c-format
   11002 msgid "Constant expression %d out of range, [%d, %d]."
   11003 msgstr ""
   11004 
   11005 #: config/tc-spu.c:856
   11006 msgid "Relaxation should never occur"
   11007 msgstr ""
   11008 
   11009 #: config/tc-spu.h:83
   11010 msgid "spu convert_frag\n"
   11011 msgstr ""
   11012 
   11013 #: config/tc-tic4x.c:2900
   11014 #, c-format
   11015 msgid ""
   11016 "\n"
   11017 "TIC4X options:\n"
   11018 "  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
   11019 "                            30 - TMS320C30\n"
   11020 "                            31 - TMS320C31, TMS320LC31\n"
   11021 "                            32 - TMS320C32\n"
   11022 "                            33 - TMS320VC33\n"
   11023 "                            40 - TMS320C40\n"
   11024 "                            44 - TMS320C44\n"
   11025 "  -mrev=REV               set cpu hardware revision (integer numbers).\n"
   11026 "                          Combinations of -mcpu and -mrev will "
   11027 "enable/disable\n"
   11028 "                          the appropriate options (-midle2, -mlowpower and\n"
   11029 "                          -menhanced) according to the selected type\n"
   11030 "  -mbig                   select big memory model\n"
   11031 "  -msmall                 select small memory model (default)\n"
   11032 "  -mregparm               select register parameters (default)\n"
   11033 "  -mmemparm               select memory parameters\n"
   11034 "  -midle2                 enable IDLE2 support\n"
   11035 "  -mlowpower              enable LOPOWER and MAXSPEED support\n"
   11036 "  -menhanced              enable enhanced opcode support\n"
   11037 msgstr ""
   11038 
   11039 #. Only word (et al.), align, or conditionals are allowed within
   11040 #. .struct/.union.
   11041 #: config/tc-tic54x.c:220
   11042 msgid "pseudo-op illegal within .struct/.union"
   11043 msgstr ""
   11044 
   11045 #: config/tc-tic54x.c:345
   11046 #, c-format
   11047 msgid "C54x-specific command line  options:\n"
   11048 msgstr ""
   11049 
   11050 #: config/tc-tic54x.c:346
   11051 #, c-format
   11052 msgid "-mfar-mode | -mf          Use extended addressing\n"
   11053 msgstr ""
   11054 
   11055 #: config/tc-tic54x.c:347
   11056 #, c-format
   11057 msgid "-mcpu=<CPU version>       Specify the CPU version\n"
   11058 msgstr ""
   11059 
   11060 #: config/tc-tic54x.c:348
   11061 #, c-format
   11062 msgid "-merrors-to-file <filename>\n"
   11063 msgstr ""
   11064 
   11065 #: config/tc-tic54x.c:349
   11066 #, c-format
   11067 msgid "-me <filename>            Redirect errors to a file\n"
   11068 msgstr ""
   11069 
   11070 #: config/tc-tic54x.c:471
   11071 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
   11072 msgstr ""
   11073 
   11074 #: config/tc-tic54x.c:525
   11075 msgid "Unterminated string after absolute expression"
   11076 msgstr ""
   11077 
   11078 #: config/tc-tic54x.c:533
   11079 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
   11080 msgstr ""
   11081 
   11082 #: config/tc-tic54x.c:545
   11083 msgid "symbols assigned with .eval must begin with a letter"
   11084 msgstr ""
   11085 
   11086 #: config/tc-tic54x.c:803
   11087 msgid "Offset on nested structures is ignored"
   11088 msgstr ""
   11089 
   11090 #: config/tc-tic54x.c:854
   11091 #, c-format
   11092 msgid ".end%s without preceding .%s"
   11093 msgstr ""
   11094 
   11095 #: config/tc-tic54x.c:921
   11096 #, fuzzy, c-format
   11097 msgid "Unrecognized struct/union tag '%s'"
   11098 msgstr "Ubwoko"
   11099 
   11100 #: config/tc-tic54x.c:923
   11101 msgid ".tag requires a structure tag"
   11102 msgstr ""
   11103 
   11104 #: config/tc-tic54x.c:929
   11105 #, fuzzy
   11106 msgid "Label required for .tag"
   11107 msgstr "Bya ngombwa Bivuye"
   11108 
   11109 #: config/tc-tic54x.c:948
   11110 #, c-format
   11111 msgid ".tag target '%s' undefined"
   11112 msgstr ""
   11113 
   11114 #: config/tc-tic54x.c:1011
   11115 #, c-format
   11116 msgid ".field count '%d' out of range (1 <= X <= 32)"
   11117 msgstr ""
   11118 
   11119 #: config/tc-tic54x.c:1039
   11120 #, fuzzy, c-format
   11121 msgid "Unrecognized field type '%c'"
   11122 msgstr "Ubwoko"
   11123 
   11124 #. Disallow .byte with a non constant expression that will
   11125 #. require relocation.
   11126 #: config/tc-tic54x.c:1176
   11127 msgid "Relocatable values require at least WORD storage"
   11128 msgstr ""
   11129 
   11130 #: config/tc-tic54x.c:1238
   11131 msgid "Use of .def/.ref is deprecated.  Use .global instead"
   11132 msgstr ""
   11133 
   11134 #: config/tc-tic54x.c:1437
   11135 msgid ".space/.bes repeat count is negative, ignored"
   11136 msgstr ""
   11137 
   11138 #: config/tc-tic54x.c:1442
   11139 msgid ".space/.bes repeat count is zero, ignored"
   11140 msgstr ""
   11141 
   11142 #: config/tc-tic54x.c:1520
   11143 msgid "Missing size argument"
   11144 msgstr ""
   11145 
   11146 #: config/tc-tic54x.c:1657
   11147 msgid "CPU version has already been set"
   11148 msgstr ""
   11149 
   11150 #: config/tc-tic54x.c:1661
   11151 #, fuzzy, c-format
   11152 msgid "Unrecognized version '%s'"
   11153 msgstr "Ubwoko"
   11154 
   11155 #: config/tc-tic54x.c:1667
   11156 msgid "Changing of CPU version on the fly not supported"
   11157 msgstr ""
   11158 
   11159 #: config/tc-tic54x.c:1803
   11160 msgid "p2align not supported on this target"
   11161 msgstr ""
   11162 
   11163 #: config/tc-tic54x.c:1816
   11164 msgid "Argument to .even ignored"
   11165 msgstr ""
   11166 
   11167 #: config/tc-tic54x.c:1863
   11168 msgid "Invalid field size, must be from 1 to 32"
   11169 msgstr ""
   11170 
   11171 #: config/tc-tic54x.c:1876
   11172 msgid "field size must be 16 when value is relocatable"
   11173 msgstr ""
   11174 
   11175 #: config/tc-tic54x.c:1891
   11176 #, fuzzy
   11177 msgid "field value truncated"
   11178 msgstr "Idosiye"
   11179 
   11180 #: config/tc-tic54x.c:2000 config/tc-tic54x.c:2317
   11181 #, fuzzy, c-format
   11182 msgid "Unrecognized section '%s'"
   11183 msgstr "Ubwoko"
   11184 
   11185 #: config/tc-tic54x.c:2009
   11186 msgid "Current section is unitialized, section name required for .clink"
   11187 msgstr ""
   11188 
   11189 #: config/tc-tic54x.c:2223
   11190 msgid "ENDLOOP without corresponding LOOP"
   11191 msgstr ""
   11192 
   11193 #: config/tc-tic54x.c:2267
   11194 msgid "Mixing of normal and extended addressing not supported"
   11195 msgstr ""
   11196 
   11197 #: config/tc-tic54x.c:2273
   11198 msgid "Extended addressing not supported on the specified CPU"
   11199 msgstr ""
   11200 
   11201 #: config/tc-tic54x.c:2323
   11202 msgid ".sblock may be used for initialized sections only"
   11203 msgstr ""
   11204 
   11205 #: config/tc-tic54x.c:2354
   11206 msgid "Symbol missing for .set/.equ"
   11207 msgstr ""
   11208 
   11209 #: config/tc-tic54x.c:2413
   11210 msgid ".var may only be used within a macro definition"
   11211 msgstr ""
   11212 
   11213 #: config/tc-tic54x.c:2421
   11214 msgid "Substitution symbols must begin with a letter"
   11215 msgstr ""
   11216 
   11217 #: config/tc-tic54x.c:2515
   11218 #, c-format
   11219 msgid "can't open macro library file '%s' for reading: %s"
   11220 msgstr ""
   11221 
   11222 #: config/tc-tic54x.c:2522
   11223 #, c-format
   11224 msgid "File '%s' not in macro archive format"
   11225 msgstr ""
   11226 
   11227 #: config/tc-tic54x.c:2654
   11228 #, c-format
   11229 msgid "Bad COFF version '%s'"
   11230 msgstr ""
   11231 
   11232 #: config/tc-tic54x.c:2663
   11233 #, c-format
   11234 msgid "Bad CPU version '%s'"
   11235 msgstr ""
   11236 
   11237 #: config/tc-tic54x.c:2676 config/tc-tic54x.c:2679
   11238 #, c-format
   11239 msgid "Can't redirect stderr to the file '%s'"
   11240 msgstr ""
   11241 
   11242 #: config/tc-tic54x.c:2807
   11243 #, fuzzy, c-format
   11244 msgid "Undefined substitution symbol '%s'"
   11245 msgstr "%s:kidasobanuye IKIMENYETSO Izina:"
   11246 
   11247 #: config/tc-tic54x.c:3464
   11248 msgid "Badly formed address expression"
   11249 msgstr ""
   11250 
   11251 #: config/tc-tic54x.c:3728
   11252 #, c-format
   11253 msgid "Invalid dmad syntax '%s'"
   11254 msgstr ""
   11255 
   11256 #: config/tc-tic54x.c:3794
   11257 #, c-format
   11258 msgid ""
   11259 "Use the .mmregs directive to use memory-mapped register names such as '%s'"
   11260 msgstr ""
   11261 
   11262 #: config/tc-tic54x.c:3847
   11263 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
   11264 msgstr ""
   11265 
   11266 #: config/tc-tic54x.c:3867
   11267 #, c-format
   11268 msgid "Unrecognized indirect address format \"%s\""
   11269 msgstr ""
   11270 
   11271 #: config/tc-tic54x.c:3906
   11272 #, c-format
   11273 msgid "Operand '%s' out of range (%d <= x <= %d)"
   11274 msgstr ""
   11275 
   11276 #: config/tc-tic54x.c:3926
   11277 msgid "Error in relocation handling"
   11278 msgstr ""
   11279 
   11280 #: config/tc-tic54x.c:3947 config/tc-tic54x.c:4011 config/tc-tic54x.c:4043
   11281 #, c-format
   11282 msgid "Unrecognized condition code \"%s\""
   11283 msgstr ""
   11284 
   11285 #: config/tc-tic54x.c:3964
   11286 #, c-format
   11287 msgid "Condition \"%s\" does not match preceding group"
   11288 msgstr ""
   11289 
   11290 #: config/tc-tic54x.c:3972
   11291 #, c-format
   11292 msgid ""
   11293 "Condition \"%s\" uses a different accumulator from a preceding condition"
   11294 msgstr ""
   11295 
   11296 #: config/tc-tic54x.c:3979
   11297 msgid "Only one comparison conditional allowed"
   11298 msgstr ""
   11299 
   11300 #: config/tc-tic54x.c:3984
   11301 msgid "Only one overflow conditional allowed"
   11302 msgstr ""
   11303 
   11304 #: config/tc-tic54x.c:3992
   11305 #, c-format
   11306 msgid "Duplicate %s conditional"
   11307 msgstr ""
   11308 
   11309 #: config/tc-tic54x.c:4027
   11310 msgid "Invalid auxiliary register (use AR0-AR7)"
   11311 msgstr ""
   11312 
   11313 #: config/tc-tic54x.c:4063
   11314 msgid "lk addressing modes are invalid for memory-mapped register addressing"
   11315 msgstr ""
   11316 
   11317 #: config/tc-tic54x.c:4071
   11318 msgid ""
   11319 "Address mode *+ARx is not allowed in memory-mapped register addressing.  "
   11320 "Resulting behavior is undefined."
   11321 msgstr ""
   11322 
   11323 #: config/tc-tic54x.c:4097
   11324 msgid ""
   11325 "Destination accumulator for each part of this parallel instruction must be "
   11326 "different"
   11327 msgstr ""
   11328 
   11329 #: config/tc-tic54x.c:4146
   11330 #, c-format
   11331 msgid "Memory mapped register \"%s\" out of range"
   11332 msgstr ""
   11333 
   11334 #: config/tc-tic54x.c:4185
   11335 msgid "Invalid operand (use 1, 2, or 3)"
   11336 msgstr ""
   11337 
   11338 #: config/tc-tic54x.c:4210
   11339 msgid "A status register or status bit name is required"
   11340 msgstr ""
   11341 
   11342 #: config/tc-tic54x.c:4220
   11343 #, fuzzy, c-format
   11344 msgid "Unrecognized status bit \"%s\""
   11345 msgstr "<Ibendera Gushyiraho"
   11346 
   11347 #: config/tc-tic54x.c:4243
   11348 #, c-format
   11349 msgid "Invalid status register \"%s\""
   11350 msgstr ""
   11351 
   11352 #: config/tc-tic54x.c:4255
   11353 #, c-format
   11354 msgid "Operand \"%s\" out of range (use 1 or 2)"
   11355 msgstr ""
   11356 
   11357 #: config/tc-tic54x.c:4463
   11358 #, fuzzy, c-format
   11359 msgid "Unrecognized instruction \"%s\""
   11360 msgstr "Ubwoko"
   11361 
   11362 #: config/tc-tic54x.c:4492
   11363 #, fuzzy, c-format
   11364 msgid "Unrecognized operand list '%s' for instruction '%s'"
   11365 msgstr "%s:ishuri kugirango IKIMENYETSO"
   11366 
   11367 #: config/tc-tic54x.c:4524
   11368 #, fuzzy, c-format
   11369 msgid "Unrecognized parallel instruction \"%s\""
   11370 msgstr "Ubwoko"
   11371 
   11372 #: config/tc-tic54x.c:4575
   11373 #, c-format
   11374 msgid "Invalid operand (s) for parallel instruction \"%s\""
   11375 msgstr ""
   11376 
   11377 #: config/tc-tic54x.c:4578
   11378 #, c-format
   11379 msgid "Unrecognized parallel instruction combination \"%s || %s\""
   11380 msgstr ""
   11381 
   11382 #: config/tc-tic54x.c:4815
   11383 #, c-format
   11384 msgid "%s symbol recursion stopped at second appearance of '%s'"
   11385 msgstr ""
   11386 
   11387 #: config/tc-tic54x.c:4855
   11388 msgid "Unrecognized substitution symbol function"
   11389 msgstr ""
   11390 
   11391 #: config/tc-tic54x.c:4860
   11392 msgid "Missing '(' after substitution symbol function"
   11393 msgstr ""
   11394 
   11395 #: config/tc-tic54x.c:4874
   11396 msgid "Expecting second argument"
   11397 msgstr ""
   11398 
   11399 #: config/tc-tic54x.c:4887 config/tc-tic54x.c:4937
   11400 msgid "Extra junk in function call, expecting ')'"
   11401 msgstr ""
   11402 
   11403 #: config/tc-tic54x.c:4913
   11404 msgid "Function expects two arguments"
   11405 msgstr ""
   11406 
   11407 #: config/tc-tic54x.c:4926
   11408 msgid "Expecting character constant argument"
   11409 msgstr ""
   11410 
   11411 #: config/tc-tic54x.c:4932
   11412 msgid "Both arguments must be substitution symbols"
   11413 msgstr ""
   11414 
   11415 #: config/tc-tic54x.c:4985
   11416 #, c-format
   11417 msgid "Invalid subscript (use 1 to %d)"
   11418 msgstr ""
   11419 
   11420 #: config/tc-tic54x.c:4995
   11421 #, c-format
   11422 msgid "Invalid length (use 0 to %d"
   11423 msgstr ""
   11424 
   11425 #: config/tc-tic54x.c:5005
   11426 msgid "Missing ')' in subscripted substitution symbol expression"
   11427 msgstr ""
   11428 
   11429 #: config/tc-tic54x.c:5025
   11430 msgid "Missing forced substitution terminator ':'"
   11431 msgstr ""
   11432 
   11433 #: config/tc-tic54x.c:5180
   11434 #, c-format
   11435 msgid ""
   11436 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
   11437 "left)"
   11438 msgstr ""
   11439 
   11440 #: config/tc-tic54x.c:5221
   11441 #, fuzzy, c-format
   11442 msgid "Unrecognized parallel instruction '%s'"
   11443 msgstr "Ubwoko"
   11444 
   11445 #: config/tc-tic54x.c:5233
   11446 #, c-format
   11447 msgid "Instruction '%s' requires an LP cpu version"
   11448 msgstr ""
   11449 
   11450 #: config/tc-tic54x.c:5240
   11451 #, c-format
   11452 msgid "Instruction '%s' requires far mode addressing"
   11453 msgstr ""
   11454 
   11455 #: config/tc-tic54x.c:5252
   11456 #, c-format
   11457 msgid ""
   11458 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
   11459 "left). Resulting behavior is undefined."
   11460 msgstr ""
   11461 
   11462 #: config/tc-tic54x.c:5262
   11463 msgid ""
   11464 "Instructions which cause PC discontinuity are not allowed in a delay slot. "
   11465 "Resulting behavior is undefined."
   11466 msgstr ""
   11467 
   11468 #: config/tc-tic54x.c:5273
   11469 #, c-format
   11470 msgid "'%s' is not repeatable. Resulting behavior is undefined."
   11471 msgstr ""
   11472 
   11473 #: config/tc-tic54x.c:5277
   11474 msgid ""
   11475 "Instructions using long offset modifiers or absolute addresses are not "
   11476 "repeatable. Resulting behavior is undefined."
   11477 msgstr ""
   11478 
   11479 #: config/tc-tic54x.c:5457
   11480 #, fuzzy, c-format
   11481 msgid "Unsupported relocation size %d"
   11482 msgstr "%s:Ubwoko"
   11483 
   11484 #: config/tc-tic54x.c:5600
   11485 msgid "non-absolute value used with .space/.bes"
   11486 msgstr ""
   11487 
   11488 #: config/tc-tic54x.c:5604
   11489 #, c-format
   11490 msgid "negative value ignored in %s"
   11491 msgstr ""
   11492 
   11493 #: config/tc-tic54x.c:5693
   11494 #, c-format
   11495 msgid "attempt to .space/.bes backwards? (%ld)"
   11496 msgstr ""
   11497 
   11498 #: config/tc-tic54x.c:5727
   11499 #, c-format
   11500 msgid "Invalid label '%s'"
   11501 msgstr ""
   11502 
   11503 #: config/tc-v850.c:233
   11504 #, c-format
   11505 msgid ".COMMon length (%d.) < 0! Ignored."
   11506 msgstr ""
   11507 
   11508 #: config/tc-v850.c:254
   11509 #, c-format
   11510 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
   11511 msgstr ""
   11512 
   11513 #: config/tc-v850.c:280
   11514 msgid "Common alignment negative; 0 assumed"
   11515 msgstr ""
   11516 
   11517 #: config/tc-v850.c:938
   11518 #, c-format
   11519 msgid "unknown operand shift: %x\n"
   11520 msgstr ""
   11521 
   11522 #: config/tc-v850.c:939
   11523 msgid "internal failure in parse_register_list"
   11524 msgstr ""
   11525 
   11526 #: config/tc-v850.c:955
   11527 msgid "constant expression or register list expected"
   11528 msgstr ""
   11529 
   11530 #: config/tc-v850.c:960 config/tc-v850.c:973 config/tc-v850.c:992
   11531 msgid "high bits set in register list expression"
   11532 msgstr ""
   11533 
   11534 #: config/tc-v850.c:1031 config/tc-v850.c:1094
   11535 msgid "illegal register included in list"
   11536 msgstr ""
   11537 
   11538 #: config/tc-v850.c:1037
   11539 msgid "system registers cannot be included in list"
   11540 msgstr ""
   11541 
   11542 #: config/tc-v850.c:1042
   11543 msgid "PSW cannot be included in list"
   11544 msgstr ""
   11545 
   11546 #: config/tc-v850.c:1049
   11547 msgid "High value system registers cannot be included in list"
   11548 msgstr ""
   11549 
   11550 #: config/tc-v850.c:1073
   11551 msgid "second register should follow dash in register list"
   11552 msgstr ""
   11553 
   11554 #: config/tc-v850.c:1118
   11555 #, c-format
   11556 msgid " V850 options:\n"
   11557 msgstr ""
   11558 
   11559 #: config/tc-v850.c:1119
   11560 #, c-format
   11561 msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
   11562 msgstr ""
   11563 
   11564 #: config/tc-v850.c:1120
   11565 #, c-format
   11566 msgid ""
   11567 "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
   11568 msgstr ""
   11569 
   11570 #: config/tc-v850.c:1121
   11571 #, c-format
   11572 msgid "  -mv850                    The code is targeted at the v850\n"
   11573 msgstr ""
   11574 
   11575 #: config/tc-v850.c:1122
   11576 #, c-format
   11577 msgid "  -mv850e                   The code is targeted at the v850e\n"
   11578 msgstr ""
   11579 
   11580 #: config/tc-v850.c:1123
   11581 #, c-format
   11582 msgid "  -mv850e1                  The code is targeted at the v850e1\n"
   11583 msgstr ""
   11584 
   11585 #: config/tc-v850.c:1124
   11586 #, c-format
   11587 msgid ""
   11588 "  -mv850any                 The code is generic, despite any processor "
   11589 "specific instructions\n"
   11590 msgstr ""
   11591 
   11592 #: config/tc-v850.c:1125
   11593 #, c-format
   11594 msgid "  -mrelax                   Enable relaxation\n"
   11595 msgstr ""
   11596 
   11597 #: config/tc-v850.c:1323
   11598 #, c-format
   11599 msgid "Unable to determine default target processor from string: %s"
   11600 msgstr ""
   11601 
   11602 #: config/tc-v850.c:1358
   11603 msgid "lo() relocation used on an instruction which does not support it"
   11604 msgstr ""
   11605 
   11606 #: config/tc-v850.c:1375
   11607 msgid "ctoff() relocation used on an instruction which does not support it"
   11608 msgstr ""
   11609 
   11610 #: config/tc-v850.c:1397
   11611 msgid "sdaoff() relocation used on an instruction which does not support it"
   11612 msgstr ""
   11613 
   11614 #: config/tc-v850.c:1419
   11615 msgid "zdaoff() relocation used on an instruction which does not support it"
   11616 msgstr ""
   11617 
   11618 #: config/tc-v850.c:1452
   11619 msgid "tdaoff() relocation used on an instruction which does not support it"
   11620 msgstr ""
   11621 
   11622 #: config/tc-v850.c:1657
   11623 msgid "Target processor does not support this instruction."
   11624 msgstr ""
   11625 
   11626 #: config/tc-v850.c:1746 config/tc-v850.c:1775 config/tc-v850.c:1955
   11627 msgid "immediate operand is too large"
   11628 msgstr ""
   11629 
   11630 #: config/tc-v850.c:1757
   11631 msgid "AAARG -> unhandled constant reloc"
   11632 msgstr ""
   11633 
   11634 #: config/tc-v850.c:1800
   11635 msgid "invalid register name"
   11636 msgstr ""
   11637 
   11638 #: config/tc-v850.c:1804
   11639 msgid "register r0 cannot be used here"
   11640 msgstr ""
   11641 
   11642 #: config/tc-v850.c:1815
   11643 msgid "invalid system register name"
   11644 msgstr ""
   11645 
   11646 #: config/tc-v850.c:1827
   11647 msgid "expected EP register"
   11648 msgstr ""
   11649 
   11650 #: config/tc-v850.c:1843
   11651 msgid "invalid condition code name"
   11652 msgstr ""
   11653 
   11654 #: config/tc-v850.c:1863 config/tc-v850.c:1867
   11655 msgid "constant too big to fit into instruction"
   11656 msgstr ""
   11657 
   11658 #: config/tc-v850.c:1920
   11659 msgid "syntax error: value is missing before the register name"
   11660 msgstr ""
   11661 
   11662 #: config/tc-v850.c:1922
   11663 msgid "syntax error: register not expected"
   11664 msgstr ""
   11665 
   11666 #: config/tc-v850.c:1935
   11667 msgid "syntax error: system register not expected"
   11668 msgstr ""
   11669 
   11670 #: config/tc-v850.c:1939
   11671 msgid "syntax error: condition code not expected"
   11672 msgstr ""
   11673 
   11674 #: config/tc-v850.c:1973 config/tc-xtensa.c:11561
   11675 msgid "invalid operand"
   11676 msgstr ""
   11677 
   11678 #: config/tc-vax.c:1343
   11679 msgid "no '[' to match ']'"
   11680 msgstr ""
   11681 
   11682 #: config/tc-vax.c:1359
   11683 msgid "bad register in []"
   11684 msgstr ""
   11685 
   11686 #: config/tc-vax.c:1361
   11687 msgid "[PC] index banned"
   11688 msgstr ""
   11689 
   11690 #: config/tc-vax.c:1397
   11691 msgid "no '(' to match ')'"
   11692 msgstr ""
   11693 
   11694 #: config/tc-vax.c:1513
   11695 msgid "invalid branch operand"
   11696 msgstr ""
   11697 
   11698 #: config/tc-vax.c:1540
   11699 msgid "address prohibits @"
   11700 msgstr ""
   11701 
   11702 #: config/tc-vax.c:1542
   11703 msgid "address prohibits #"
   11704 msgstr ""
   11705 
   11706 #: config/tc-vax.c:1546
   11707 msgid "address prohibits -()"
   11708 msgstr ""
   11709 
   11710 #: config/tc-vax.c:1548
   11711 msgid "address prohibits ()+"
   11712 msgstr ""
   11713 
   11714 #: config/tc-vax.c:1551
   11715 msgid "address prohibits ()"
   11716 msgstr ""
   11717 
   11718 #: config/tc-vax.c:1553
   11719 msgid "address prohibits []"
   11720 msgstr ""
   11721 
   11722 #: config/tc-vax.c:1555
   11723 msgid "address prohibits register"
   11724 msgstr ""
   11725 
   11726 #: config/tc-vax.c:1557
   11727 msgid "address prohibits displacement length specifier"
   11728 msgstr ""
   11729 
   11730 #: config/tc-vax.c:1585
   11731 msgid "invalid operand of S^#"
   11732 msgstr ""
   11733 
   11734 #: config/tc-vax.c:1598
   11735 msgid "S^# needs expression"
   11736 msgstr ""
   11737 
   11738 #: config/tc-vax.c:1605
   11739 msgid "S^# may only read-access"
   11740 msgstr ""
   11741 
   11742 #: config/tc-vax.c:1628
   11743 msgid "invalid operand of -()"
   11744 msgstr ""
   11745 
   11746 #: config/tc-vax.c:1634
   11747 msgid "-(PC) unpredictable"
   11748 msgstr ""
   11749 
   11750 #: config/tc-vax.c:1636
   11751 msgid "[]index same as -()register: unpredictable"
   11752 msgstr ""
   11753 
   11754 #: config/tc-vax.c:1668
   11755 msgid "invalid operand of ()+"
   11756 msgstr ""
   11757 
   11758 #: config/tc-vax.c:1674
   11759 msgid "(PC)+ unpredictable"
   11760 msgstr ""
   11761 
   11762 #: config/tc-vax.c:1676
   11763 msgid "[]index same as ()+register: unpredictable"
   11764 msgstr ""
   11765 
   11766 #: config/tc-vax.c:1699
   11767 msgid "# conflicts length"
   11768 msgstr ""
   11769 
   11770 #: config/tc-vax.c:1701
   11771 msgid "# bars register"
   11772 msgstr ""
   11773 
   11774 #: config/tc-vax.c:1721
   11775 msgid "writing or modifying # is unpredictable"
   11776 msgstr ""
   11777 
   11778 #: config/tc-vax.c:1747
   11779 msgid "length not needed"
   11780 msgstr ""
   11781 
   11782 #: config/tc-vax.c:1754
   11783 msgid "can't []index a register, because it has no address"
   11784 msgstr ""
   11785 
   11786 #: config/tc-vax.c:1756
   11787 msgid "a register has no address"
   11788 msgstr ""
   11789 
   11790 #: config/tc-vax.c:1765
   11791 msgid "PC part of operand unpredictable"
   11792 msgstr ""
   11793 
   11794 #: config/tc-vax.c:1921
   11795 msgid "odd number of bytes in operand description"
   11796 msgstr ""
   11797 
   11798 #: config/tc-vax.c:1935
   11799 msgid "Bad operand"
   11800 msgstr ""
   11801 
   11802 #: config/tc-vax.c:1940
   11803 msgid "Not enough operands"
   11804 msgstr ""
   11805 
   11806 #: config/tc-vax.c:1947
   11807 msgid "Too many operands"
   11808 msgstr ""
   11809 
   11810 #: config/tc-vax.c:2217
   11811 #, fuzzy
   11812 msgid "SYMBOL TABLE not implemented"
   11813 msgstr "%s:OYA"
   11814 
   11815 #: config/tc-vax.c:2221
   11816 #, fuzzy
   11817 msgid "TOKEN TRACE not implemented"
   11818 msgstr "%s:OYA"
   11819 
   11820 #: config/tc-vax.c:2225
   11821 #, c-format
   11822 msgid "Displacement length %s ignored!"
   11823 msgstr ""
   11824 
   11825 #: config/tc-vax.c:2229
   11826 #, c-format
   11827 msgid "I don't need or use temp. file \"%s\"."
   11828 msgstr ""
   11829 
   11830 #: config/tc-vax.c:2233
   11831 msgid "I don't use an interpass file! -V ignored"
   11832 msgstr ""
   11833 
   11834 #: config/tc-vax.c:2290
   11835 #, c-format
   11836 msgid ""
   11837 "VAX options:\n"
   11838 "-d LENGTH\t\tignored\n"
   11839 "-J\t\t\tignored\n"
   11840 "-S\t\t\tignored\n"
   11841 "-t FILE\t\t\tignored\n"
   11842 "-T\t\t\tignored\n"
   11843 "-V\t\t\tignored\n"
   11844 msgstr ""
   11845 
   11846 #: config/tc-vax.c:2299
   11847 #, c-format
   11848 msgid ""
   11849 "VMS options:\n"
   11850 "-+\t\t\thash encode names longer than 31 characters\n"
   11851 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
   11852 "-H\t\t\tshow new symbol after hash truncation\n"
   11853 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
   11854 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
   11855 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
   11856 msgstr ""
   11857 
   11858 #: config/tc-vax.c:2464
   11859 #, c-format
   11860 msgid "Ignoring statement due to \"%s\""
   11861 msgstr ""
   11862 
   11863 #: config/tc-vax.c:2481
   11864 #, c-format
   11865 msgid "Aborting because statement has \"%s\""
   11866 msgstr ""
   11867 
   11868 #: config/tc-vax.c:2526
   11869 msgid "Can't relocate expression"
   11870 msgstr ""
   11871 
   11872 #: config/tc-vax.c:2629
   11873 msgid "Bignum not permitted in short literal. Immediate mode assumed."
   11874 msgstr ""
   11875 
   11876 #: config/tc-vax.c:2638
   11877 msgid "Can't do flonum short literal: immediate mode used."
   11878 msgstr ""
   11879 
   11880 #: config/tc-vax.c:2685
   11881 #, c-format
   11882 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
   11883 msgstr ""
   11884 
   11885 #: config/tc-vax.c:2996
   11886 #, c-format
   11887 msgid "Short literal overflow(%ld.), immediate mode assumed."
   11888 msgstr ""
   11889 
   11890 #: config/tc-vax.c:3005
   11891 #, c-format
   11892 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
   11893 msgstr ""
   11894 
   11895 #: config/tc-vax.c:3070
   11896 msgid "Length specification ignored. Address mode 9F used"
   11897 msgstr ""
   11898 
   11899 #: config/tc-vax.c:3128
   11900 msgid "Invalid operand:  immediate value used as base address."
   11901 msgstr ""
   11902 
   11903 #: config/tc-vax.c:3130
   11904 msgid "Invalid operand:  immediate value used as address."
   11905 msgstr ""
   11906 
   11907 #: config/tc-vax.c:3155
   11908 msgid "Symbol used as immediate operand in PIC mode."
   11909 msgstr ""
   11910 
   11911 #: config/tc-vax.c:3258
   11912 #, c-format
   11913 msgid "VIP_BEGIN error:%s"
   11914 msgstr ""
   11915 
   11916 #: config/tc-xc16x.c:211
   11917 #, c-format
   11918 msgid " XC16X specific command line options:\n"
   11919 msgstr ""
   11920 
   11921 #: config/tc-xstormy16.c:78
   11922 #, c-format
   11923 msgid " XSTORMY16 specific command line options:\n"
   11924 msgstr ""
   11925 
   11926 #: config/tc-xtensa.c:603
   11927 msgid "illegal range of target hardware versions"
   11928 msgstr ""
   11929 
   11930 #: config/tc-xtensa.c:752
   11931 msgid "--density option is ignored"
   11932 msgstr ""
   11933 
   11934 #: config/tc-xtensa.c:755
   11935 msgid "--no-density option is ignored"
   11936 msgstr ""
   11937 
   11938 #: config/tc-xtensa.c:764
   11939 msgid "--generics is deprecated; use --transform instead"
   11940 msgstr ""
   11941 
   11942 #: config/tc-xtensa.c:767
   11943 msgid "--no-generics is deprecated; use --no-transform instead"
   11944 msgstr ""
   11945 
   11946 #: config/tc-xtensa.c:770
   11947 msgid "--relax is deprecated; use --transform instead"
   11948 msgstr ""
   11949 
   11950 #: config/tc-xtensa.c:773
   11951 msgid "--no-relax is deprecated; use --no-transform instead"
   11952 msgstr ""
   11953 
   11954 #: config/tc-xtensa.c:790
   11955 msgid "--absolute-literals option not supported in this Xtensa configuration"
   11956 msgstr ""
   11957 
   11958 #: config/tc-xtensa.c:863
   11959 msgid "prefer-l32r conflicts with prefer-const16"
   11960 msgstr ""
   11961 
   11962 #: config/tc-xtensa.c:869
   11963 msgid "prefer-const16 conflicts with prefer-l32r"
   11964 msgstr ""
   11965 
   11966 #: config/tc-xtensa.c:877 config/tc-xtensa.c:886 config/tc-xtensa.c:890
   11967 msgid "invalid target hardware version"
   11968 msgstr ""
   11969 
   11970 #: config/tc-xtensa.c:1065
   11971 msgid "unmatched end directive"
   11972 msgstr ""
   11973 
   11974 #: config/tc-xtensa.c:1094
   11975 msgid ".begin directive with no matching .end directive"
   11976 msgstr ""
   11977 
   11978 #: config/tc-xtensa.c:1135
   11979 msgid "[no-]generics is deprecated; use [no-]transform instead"
   11980 msgstr ""
   11981 
   11982 #: config/tc-xtensa.c:1140
   11983 msgid "[no-]relax is deprecated; use [no-]transform instead"
   11984 msgstr ""
   11985 
   11986 #: config/tc-xtensa.c:1153
   11987 #, c-format
   11988 msgid "directive %s cannot be negated"
   11989 msgstr ""
   11990 
   11991 #: config/tc-xtensa.c:1159
   11992 msgid "unknown directive"
   11993 msgstr ""
   11994 
   11995 #: config/tc-xtensa.c:1180 config/tc-xtensa.c:1276 config/tc-xtensa.c:1518
   11996 #: config/tc-xtensa.c:5561
   11997 msgid "directives are not valid inside bundles"
   11998 msgstr ""
   11999 
   12000 #: config/tc-xtensa.c:1192
   12001 msgid ".begin literal is deprecated; use .literal instead"
   12002 msgstr ""
   12003 
   12004 #: config/tc-xtensa.c:1206
   12005 msgid "cannot set literal_prefix inside literal fragment"
   12006 msgstr ""
   12007 
   12008 #: config/tc-xtensa.c:1239
   12009 msgid ".begin [no-]density is ignored"
   12010 msgstr ""
   12011 
   12012 #: config/tc-xtensa.c:1246 config/tc-xtensa.c:1296
   12013 msgid "Xtensa absolute literals option not supported; ignored"
   12014 msgstr ""
   12015 
   12016 #: config/tc-xtensa.c:1289
   12017 msgid ".end [no-]density is ignored"
   12018 msgstr ""
   12019 
   12020 #: config/tc-xtensa.c:1314
   12021 #, c-format
   12022 msgid "does not match begin %s%s at %s:%d"
   12023 msgstr ""
   12024 
   12025 #: config/tc-xtensa.c:1369
   12026 msgid ".literal_position inside literal directive; ignoring"
   12027 msgstr ""
   12028 
   12029 #: config/tc-xtensa.c:1389
   12030 msgid ".literal not allowed inside .begin literal region"
   12031 msgstr ""
   12032 
   12033 #: config/tc-xtensa.c:1425
   12034 msgid "expected comma or colon after symbol name; rest of line ignored"
   12035 msgstr ""
   12036 
   12037 #: config/tc-xtensa.c:1487
   12038 msgid "fall through frequency must be greater than 0"
   12039 msgstr ""
   12040 
   12041 #: config/tc-xtensa.c:1495
   12042 msgid "branch target frequency must be greater than 0"
   12043 msgstr ""
   12044 
   12045 #: config/tc-xtensa.c:1543
   12046 #, c-format
   12047 msgid "opcode-specific %s relocation used outside an instruction"
   12048 msgstr ""
   12049 
   12050 #: config/tc-xtensa.c:1722 config/tc-xtensa.c:1739
   12051 #, c-format
   12052 msgid "bad register name: %s"
   12053 msgstr ""
   12054 
   12055 #: config/tc-xtensa.c:1728
   12056 #, c-format
   12057 msgid "bad register number: %s"
   12058 msgstr ""
   12059 
   12060 #: config/tc-xtensa.c:1805
   12061 #, fuzzy
   12062 msgid "register number out of range"
   12063 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   12064 
   12065 #: config/tc-xtensa.c:1889
   12066 msgid "extra comma"
   12067 msgstr ""
   12068 
   12069 #: config/tc-xtensa.c:1891
   12070 msgid "extra colon"
   12071 msgstr ""
   12072 
   12073 #: config/tc-xtensa.c:1893
   12074 msgid "missing argument"
   12075 msgstr ""
   12076 
   12077 #: config/tc-xtensa.c:1895
   12078 msgid "missing comma or colon"
   12079 msgstr ""
   12080 
   12081 #: config/tc-xtensa.c:1952
   12082 msgid "incorrect register number, ignoring"
   12083 msgstr ""
   12084 
   12085 #: config/tc-xtensa.c:1959
   12086 msgid "too many arguments"
   12087 msgstr ""
   12088 
   12089 #: config/tc-xtensa.c:2032
   12090 #, c-format
   12091 msgid "cannot encode opcode \"%s\""
   12092 msgstr ""
   12093 
   12094 #: config/tc-xtensa.c:2126
   12095 #, c-format
   12096 msgid "not enough operands (%d) for '%s'; expected %d"
   12097 msgstr ""
   12098 
   12099 #: config/tc-xtensa.c:2133
   12100 #, c-format
   12101 msgid "too many operands (%d) for '%s'; expected %d"
   12102 msgstr ""
   12103 
   12104 #: config/tc-xtensa.c:2184
   12105 #, c-format
   12106 msgid "invalid register '%s' for '%s' instruction"
   12107 msgstr ""
   12108 
   12109 #: config/tc-xtensa.c:2191
   12110 #, c-format
   12111 msgid "invalid register number (%ld) for '%s' instruction"
   12112 msgstr ""
   12113 
   12114 #: config/tc-xtensa.c:2259
   12115 #, c-format
   12116 msgid "invalid register number (%ld) for '%s'"
   12117 msgstr ""
   12118 
   12119 #: config/tc-xtensa.c:2650
   12120 #, c-format
   12121 msgid "operand %d of '%s' has out of range value '%u'"
   12122 msgstr ""
   12123 
   12124 #: config/tc-xtensa.c:2656
   12125 #, c-format
   12126 msgid "operand %d of '%s' has invalid value '%u'"
   12127 msgstr ""
   12128 
   12129 #: config/tc-xtensa.c:2704
   12130 #, fuzzy, c-format
   12131 msgid "internal error: unknown option name '%s'"
   12132 msgstr "By'imbere Ikosa Kitazwi Ikosa"
   12133 
   12134 #: config/tc-xtensa.c:3779
   12135 msgid "INSTR_LABEL_DEF not supported yet"
   12136 msgstr ""
   12137 
   12138 #: config/tc-xtensa.c:3808
   12139 msgid "can't handle generation of literal/labels yet"
   12140 msgstr ""
   12141 
   12142 #: config/tc-xtensa.c:3812
   12143 msgid "can't handle undefined OP TYPE"
   12144 msgstr ""
   12145 
   12146 #: config/tc-xtensa.c:3873
   12147 #, c-format
   12148 msgid "found %d operands for '%s':  Expected %d"
   12149 msgstr ""
   12150 
   12151 #: config/tc-xtensa.c:3880
   12152 #, c-format
   12153 msgid "found too many (%d) operands for '%s':  Expected %d"
   12154 msgstr ""
   12155 
   12156 #: config/tc-xtensa.c:3901
   12157 msgid "immediate operands sum to greater than 32"
   12158 msgstr ""
   12159 
   12160 #: config/tc-xtensa.c:4031
   12161 msgid "invalid immediate"
   12162 msgstr ""
   12163 
   12164 #: config/tc-xtensa.c:4145
   12165 #, fuzzy, c-format
   12166 msgid "invalid relocation for operand %i of '%s'"
   12167 msgstr "%s:Sibyo Ubwoko"
   12168 
   12169 #: config/tc-xtensa.c:4155
   12170 #, c-format
   12171 msgid "invalid expression for operand %i of '%s'"
   12172 msgstr ""
   12173 
   12174 #: config/tc-xtensa.c:4165
   12175 #, fuzzy, c-format
   12176 msgid "invalid relocation in instruction slot %i"
   12177 msgstr "%s:Sibyo Ubwoko"
   12178 
   12179 #: config/tc-xtensa.c:4172
   12180 #, c-format
   12181 msgid "undefined symbol for opcode \"%s\""
   12182 msgstr ""
   12183 
   12184 #: config/tc-xtensa.c:4627
   12185 msgid "opcode 'NOP.N' unavailable in this configuration"
   12186 msgstr ""
   12187 
   12188 #: config/tc-xtensa.c:4687
   12189 msgid "get_expanded_loop_offset: invalid opcode"
   12190 msgstr ""
   12191 
   12192 #: config/tc-xtensa.c:4819
   12193 #, c-format
   12194 msgid "assembly state not set for first frag in section %s"
   12195 msgstr ""
   12196 
   12197 #: config/tc-xtensa.c:4872
   12198 #, c-format
   12199 msgid "unaligned branch target: %d bytes at 0x%lx"
   12200 msgstr ""
   12201 
   12202 #: config/tc-xtensa.c:4911
   12203 #, c-format
   12204 msgid "unaligned loop: %d bytes at 0x%lx"
   12205 msgstr ""
   12206 
   12207 #: config/tc-xtensa.c:4935
   12208 msgid "unexpected fix"
   12209 msgstr ""
   12210 
   12211 #: config/tc-xtensa.c:4946 config/tc-xtensa.c:4950
   12212 msgid "undecodable fix"
   12213 msgstr ""
   12214 
   12215 #: config/tc-xtensa.c:5077
   12216 msgid "labels are not valid inside bundles"
   12217 msgstr ""
   12218 
   12219 #: config/tc-xtensa.c:5097
   12220 msgid "invalid last instruction for a zero-overhead loop"
   12221 msgstr ""
   12222 
   12223 #: config/tc-xtensa.c:5162
   12224 msgid "extra opening brace"
   12225 msgstr ""
   12226 
   12227 #: config/tc-xtensa.c:5172
   12228 msgid "extra closing brace"
   12229 msgstr ""
   12230 
   12231 #: config/tc-xtensa.c:5199
   12232 msgid "missing closing brace"
   12233 msgstr ""
   12234 
   12235 #: config/tc-xtensa.c:5279
   12236 #, c-format
   12237 msgid "unknown opcode or format name '%s'"
   12238 msgstr ""
   12239 
   12240 #: config/tc-xtensa.c:5285
   12241 msgid "format names only valid inside bundles"
   12242 msgstr ""
   12243 
   12244 #: config/tc-xtensa.c:5290
   12245 #, c-format
   12246 msgid "multiple formats specified for one bundle; using '%s'"
   12247 msgstr ""
   12248 
   12249 #: config/tc-xtensa.c:5339
   12250 msgid "entry instruction with stack decrement < 16"
   12251 msgstr ""
   12252 
   12253 #: config/tc-xtensa.c:5392
   12254 #, fuzzy
   12255 msgid "unaligned entry instruction"
   12256 msgstr ":Amabwiriza"
   12257 
   12258 #: config/tc-xtensa.c:5454
   12259 #, fuzzy
   12260 msgid "bad instruction format"
   12261 msgstr "Idosiye in Imiterere"
   12262 
   12263 #: config/tc-xtensa.c:5457
   12264 #, fuzzy
   12265 msgid "invalid relocation"
   12266 msgstr "%s:Sibyo Ubwoko"
   12267 
   12268 #: config/tc-xtensa.c:5468
   12269 #, fuzzy, c-format
   12270 msgid "invalid relocation for '%s' instruction"
   12271 msgstr "%s:Sibyo Ubwoko"
   12272 
   12273 #: config/tc-xtensa.c:5480
   12274 #, fuzzy, c-format
   12275 msgid "invalid relocation for operand %d of '%s'"
   12276 msgstr "%s:Sibyo Ubwoko"
   12277 
   12278 #: config/tc-xtensa.c:5644
   12279 #, fuzzy
   12280 msgid "cannot represent subtraction with an offset"
   12281 msgstr "%s:OYA Icyiciro in"
   12282 
   12283 #: config/tc-xtensa.c:5732
   12284 #, c-format
   12285 msgid "unhandled local relocation fix %s"
   12286 msgstr ""
   12287 
   12288 #: config/tc-xtensa.c:6039
   12289 #, fuzzy
   12290 msgid "couldn't find a valid instruction format"
   12291 msgstr "OYA Gushaka Icyiciro kugirango"
   12292 
   12293 #: config/tc-xtensa.c:6040
   12294 #, c-format
   12295 msgid "    ops were: "
   12296 msgstr ""
   12297 
   12298 #: config/tc-xtensa.c:6042
   12299 #, c-format
   12300 msgid " %s;"
   12301 msgstr ""
   12302 
   12303 #: config/tc-xtensa.c:6053
   12304 #, c-format
   12305 msgid "format '%s' allows %d slots, but there are %d opcodes"
   12306 msgstr ""
   12307 
   12308 #: config/tc-xtensa.c:6064 config/tc-xtensa.c:6162
   12309 msgid "illegal resource usage in bundle"
   12310 msgstr ""
   12311 
   12312 #: config/tc-xtensa.c:6249
   12313 #, c-format
   12314 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
   12315 msgstr ""
   12316 
   12317 #: config/tc-xtensa.c:6254
   12318 #, c-format
   12319 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
   12320 msgstr ""
   12321 
   12322 #: config/tc-xtensa.c:6259
   12323 #, c-format
   12324 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
   12325 msgstr ""
   12326 
   12327 #: config/tc-xtensa.c:6264
   12328 #, c-format
   12329 msgid ""
   12330 "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
   12331 msgstr ""
   12332 
   12333 #: config/tc-xtensa.c:6280
   12334 msgid "multiple branches or jumps in the same bundle"
   12335 msgstr ""
   12336 
   12337 #: config/tc-xtensa.c:6728
   12338 msgid "cannot assemble into a literal fragment"
   12339 msgstr ""
   12340 
   12341 #: config/tc-xtensa.c:6730
   12342 msgid "..."
   12343 msgstr ""
   12344 
   12345 #: config/tc-xtensa.c:7274
   12346 msgid ""
   12347 "instruction sequence (write a0, branch, retw) may trigger hardware errata"
   12348 msgstr ""
   12349 
   12350 #: config/tc-xtensa.c:7386
   12351 msgid "branching or jumping to a loop end may trigger hardware errata"
   12352 msgstr ""
   12353 
   12354 #: config/tc-xtensa.c:7468
   12355 msgid "loop end too close to another loop end may trigger hardware errata"
   12356 msgstr ""
   12357 
   12358 #: config/tc-xtensa.c:7477
   12359 #, c-format
   12360 msgid "fr_var %lu < length %d"
   12361 msgstr ""
   12362 
   12363 #: config/tc-xtensa.c:7636
   12364 msgid ""
   12365 "loop containing less than three instructions may trigger hardware errata"
   12366 msgstr ""
   12367 
   12368 #: config/tc-xtensa.c:7708
   12369 msgid "undecodable instruction in instruction frag"
   12370 msgstr ""
   12371 
   12372 #: config/tc-xtensa.c:7818
   12373 msgid "invalid empty loop"
   12374 msgstr ""
   12375 
   12376 #: config/tc-xtensa.c:7823
   12377 msgid "loop target does not follow loop instruction in section"
   12378 msgstr ""
   12379 
   12380 #: config/tc-xtensa.c:8396
   12381 #, fuzzy
   12382 msgid "bad relaxation state"
   12383 msgstr "%s:Icyiciro Izina:"
   12384 
   12385 #: config/tc-xtensa.c:8454
   12386 #, c-format
   12387 msgid "fr_var (%ld) < length (%d)"
   12388 msgstr ""
   12389 
   12390 #: config/tc-xtensa.c:8961
   12391 #, fuzzy
   12392 msgid "internal error: relaxation failed"
   12393 msgstr "By'imbere Ikosa"
   12394 
   12395 #: config/tc-xtensa.c:8967
   12396 msgid "internal error: relaxation requires too many steps"
   12397 msgstr ""
   12398 
   12399 #: config/tc-xtensa.c:9143
   12400 msgid "invalid relaxation fragment result"
   12401 msgstr ""
   12402 
   12403 #: config/tc-xtensa.c:9222
   12404 #, fuzzy
   12405 msgid "unable to widen instruction"
   12406 msgstr "Kuri Gusoma in Icyiciro Bivuye"
   12407 
   12408 #: config/tc-xtensa.c:9362
   12409 msgid "multiple literals in expansion"
   12410 msgstr ""
   12411 
   12412 #: config/tc-xtensa.c:9366
   12413 msgid "no registered fragment for literal"
   12414 msgstr ""
   12415 
   12416 #: config/tc-xtensa.c:9368
   12417 msgid "number of literal tokens != 1"
   12418 msgstr ""
   12419 
   12420 #: config/tc-xtensa.c:9498 config/tc-xtensa.c:9504
   12421 #, c-format
   12422 msgid "unresolved loop target symbol: %s"
   12423 msgstr ""
   12424 
   12425 #: config/tc-xtensa.c:9610
   12426 #, fuzzy, c-format
   12427 msgid "invalid expression evaluation type %d"
   12428 msgstr "%s:Sibyo Ubwoko"
   12429 
   12430 #: config/tc-xtensa.c:9627
   12431 msgid "loop too long for LOOP instruction"
   12432 msgstr ""
   12433 
   12434 #: config/tc-xtensa.c:9897
   12435 #, c-format
   12436 msgid "fixes not all moved from %s"
   12437 msgstr ""
   12438 
   12439 #: config/tc-xtensa.c:10028
   12440 msgid ""
   12441 "literal pool location required for text-section-literals; specify with "
   12442 ".literal_position"
   12443 msgstr ""
   12444 
   12445 #: config/tc-xtensa.c:10957
   12446 msgid "too many operands in instruction"
   12447 msgstr ""
   12448 
   12449 #: config/tc-xtensa.c:11168
   12450 msgid "invalid symbolic operand"
   12451 msgstr ""
   12452 
   12453 #: config/tc-xtensa.c:11229
   12454 msgid "operand number mismatch"
   12455 msgstr ""
   12456 
   12457 #: config/tc-xtensa.c:11233
   12458 #, c-format
   12459 msgid "cannot encode opcode \"%s\" in the given format \"%s\""
   12460 msgstr ""
   12461 
   12462 #: config/tc-xtensa.c:11258
   12463 #, c-format
   12464 msgid "xtensa-isa failure: %s"
   12465 msgstr ""
   12466 
   12467 #: config/tc-xtensa.c:11329
   12468 #, fuzzy
   12469 msgid "invalid opcode"
   12470 msgstr "#<Ikosa ITEGEKONGENGA"
   12471 
   12472 #: config/tc-xtensa.c:11335
   12473 msgid "too few operands"
   12474 msgstr ""
   12475 
   12476 #: config/tc-xtensa.c:11450 config/tc-xtensa.c:11456
   12477 msgid "out of memory"
   12478 msgstr ""
   12479 
   12480 #: config/tc-xtensa.c:11567
   12481 msgid "symbolic operand not allowed"
   12482 msgstr ""
   12483 
   12484 #: config/tc-xtensa.c:11604
   12485 msgid "cannot decode instruction format"
   12486 msgstr ""
   12487 
   12488 #: config/tc-xtensa.c:11748
   12489 msgid "ignoring extra '-rename-section' delimiter ':'"
   12490 msgstr ""
   12491 
   12492 #: config/tc-xtensa.c:11753
   12493 #, c-format
   12494 msgid "ignoring invalid '-rename-section' specification: '%s'"
   12495 msgstr ""
   12496 
   12497 #: config/tc-xtensa.c:11764
   12498 #, c-format
   12499 msgid "section %s renamed multiple times"
   12500 msgstr ""
   12501 
   12502 #: config/tc-xtensa.c:11766
   12503 #, fuzzy, c-format
   12504 msgid "multiple sections remapped to output section %s"
   12505 msgstr "%s:OYA Gushaka Ibisohoka Icyiciro"
   12506 
   12507 #: config/tc-z80.c:244
   12508 msgid "-- unterminated string"
   12509 msgstr ""
   12510 
   12511 #: config/tc-z80.c:314
   12512 msgid "floating point numbers are not implemented"
   12513 msgstr ""
   12514 
   12515 #: config/tc-z80.c:493 config/tc-z80.c:499
   12516 msgid "mismatched parentheses"
   12517 msgstr ""
   12518 
   12519 #: config/tc-z80.c:553
   12520 msgid "bad offset expression syntax"
   12521 msgstr ""
   12522 
   12523 #: config/tc-z80.c:577
   12524 msgid "bad expression syntax"
   12525 msgstr ""
   12526 
   12527 #: config/tc-z80.c:690
   12528 msgid "cannot make a relative jump to an absolute location"
   12529 msgstr ""
   12530 
   12531 #: config/tc-z80.c:702 config/tc-z80.c:1960
   12532 msgid "overflow"
   12533 msgstr ""
   12534 
   12535 #: config/tc-z80.c:1070 config/tc-z80.c:1113 config/tc-z80.c:1157
   12536 #: config/tc-z80.c:1277 config/tc-z80.c:1331 config/tc-z80.c:1600
   12537 msgid "bad intruction syntax"
   12538 msgstr ""
   12539 
   12540 #: config/tc-z80.c:1203
   12541 msgid "condition code invalid for jr"
   12542 msgstr ""
   12543 
   12544 #: config/tc-z80.c:1225
   12545 #, fuzzy
   12546 msgid "bad instruction syntax"
   12547 msgstr ":Amabwiriza"
   12548 
   12549 #: config/tc-z80.c:1704
   12550 msgid "parentheses ignored"
   12551 msgstr ""
   12552 
   12553 #: config/tc-z80.c:1909 read.c:3505
   12554 #, c-format
   12555 msgid "junk at end of line, first unrecognized character is `%c'"
   12556 msgstr ""
   12557 
   12558 #: config/tc-z80.c:1935 config/tc-z8k.c:1513 config/tc-z8k.c:1576
   12559 msgid "relative jump out of range"
   12560 msgstr ""
   12561 
   12562 #: config/tc-z80.c:1952
   12563 msgid "index offset  out of range"
   12564 msgstr ""
   12565 
   12566 #: config/tc-z80.c:1994 config/tc-z8k.c:1584
   12567 #, c-format
   12568 msgid "md_apply_fix: unknown r_type 0x%x\n"
   12569 msgstr ""
   12570 
   12571 #: config/tc-z8k.c:282
   12572 #, fuzzy, c-format
   12573 msgid "register rr%d out of range"
   12574 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   12575 
   12576 #: config/tc-z8k.c:284
   12577 #, c-format
   12578 msgid "register rr%d does not exist"
   12579 msgstr ""
   12580 
   12581 #: config/tc-z8k.c:296
   12582 #, fuzzy, c-format
   12583 msgid "register rh%d out of range"
   12584 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   12585 
   12586 #: config/tc-z8k.c:308
   12587 #, fuzzy, c-format
   12588 msgid "register rl%d out of range"
   12589 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   12590 
   12591 #: config/tc-z8k.c:321
   12592 #, fuzzy, c-format
   12593 msgid "register rq%d out of range"
   12594 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   12595 
   12596 #: config/tc-z8k.c:323
   12597 #, c-format
   12598 msgid "register rq%d does not exist"
   12599 msgstr ""
   12600 
   12601 #: config/tc-z8k.c:335
   12602 #, fuzzy, c-format
   12603 msgid "register r%d out of range"
   12604 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   12605 
   12606 #: config/tc-z8k.c:376
   12607 #, c-format
   12608 msgid "expected %c"
   12609 msgstr ""
   12610 
   12611 #: config/tc-z8k.c:391
   12612 #, c-format
   12613 msgid "register is wrong size for a word %s"
   12614 msgstr ""
   12615 
   12616 #: config/tc-z8k.c:405
   12617 #, c-format
   12618 msgid "register is wrong size for address %s"
   12619 msgstr ""
   12620 
   12621 #: config/tc-z8k.c:539
   12622 #, c-format
   12623 msgid "unknown interrupt %s"
   12624 msgstr ""
   12625 
   12626 #. No interrupt type specified, opcode won't do anything.
   12627 #: config/tc-z8k.c:562
   12628 msgid "opcode has no effect"
   12629 msgstr ""
   12630 
   12631 #: config/tc-z8k.c:673
   12632 msgid "Missing ) in ra(rb)"
   12633 msgstr ""
   12634 
   12635 #: config/tc-z8k.c:753 config/tc-z8k.c:792
   12636 #, c-format
   12637 msgid "invalid condition code '%s'"
   12638 msgstr ""
   12639 
   12640 #: config/tc-z8k.c:765
   12641 #, c-format
   12642 msgid "invalid flag '%s'"
   12643 msgstr ""
   12644 
   12645 #: config/tc-z8k.c:919 config/tc-z8k.c:925
   12646 msgid "invalid indirect register size"
   12647 msgstr ""
   12648 
   12649 #: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095
   12650 msgid "invalid control register name"
   12651 msgstr ""
   12652 
   12653 #: config/tc-z8k.c:1079
   12654 msgid "immediate must be 1 or 2"
   12655 msgstr ""
   12656 
   12657 #: config/tc-z8k.c:1082
   12658 msgid "immediate 1 or 2 expected"
   12659 msgstr ""
   12660 
   12661 #: config/tc-z8k.c:1113
   12662 msgid "can't use R0 here"
   12663 msgstr ""
   12664 
   12665 #: config/tc-z8k.c:1271
   12666 msgid "Can't find opcode to match operands"
   12667 msgstr ""
   12668 
   12669 #: config/tc-z8k.c:1370
   12670 #, c-format
   12671 msgid "invalid architecture -z%s"
   12672 msgstr ""
   12673 
   12674 #: config/tc-z8k.c:1390
   12675 #, c-format
   12676 msgid ""
   12677 " Z8K options:\n"
   12678 "  -z8001                  generate segmented code\n"
   12679 "  -z8002                  generate unsegmented code\n"
   12680 "  -linkrelax              create linker relaxable code\n"
   12681 msgstr ""
   12682 
   12683 #: config/tc-z8k.c:1402
   12684 #, c-format
   12685 msgid "call to md_convert_frag\n"
   12686 msgstr ""
   12687 
   12688 #: config/tc-z8k.c:1509 config/tc-z8k.c:1549 config/tc-z8k.c:1572
   12689 msgid "cannot branch to odd address"
   12690 msgstr ""
   12691 
   12692 #: config/tc-z8k.c:1531
   12693 msgid "relative address out of range"
   12694 msgstr ""
   12695 
   12696 #: config/tc-z8k.c:1552
   12697 msgid "relative call out of range"
   12698 msgstr ""
   12699 
   12700 #: config/tc-z8k.c:1596
   12701 #, c-format
   12702 msgid "call to md_estimate_size_before_relax\n"
   12703 msgstr ""
   12704 
   12705 #: config/xtensa-relax.c:1545
   12706 #, fuzzy, c-format
   12707 msgid "invalid configuration option '%s' in transition rule '%s'"
   12708 msgstr "%s:Sibyo Ubwoko"
   12709 
   12710 #: config/xtensa-relax.c:1669
   12711 #, c-format
   12712 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
   12713 msgstr ""
   12714 
   12715 #: config/xtensa-relax.c:1679
   12716 #, c-format
   12717 msgid "opcode '%s': no bound opname '%s' for precondition in %s"
   12718 msgstr ""
   12719 
   12720 #: config/xtensa-relax.c:1686
   12721 #, c-format
   12722 msgid "opcode '%s': precondition only contains constants in '%s'"
   12723 msgstr ""
   12724 
   12725 #: config/xtensa-relax.c:1732
   12726 msgid "expected one operand for generated literal"
   12727 msgstr ""
   12728 
   12729 #: config/xtensa-relax.c:1738
   12730 msgid "expected 0 operands for generated label"
   12731 msgstr ""
   12732 
   12733 #: config/xtensa-relax.c:1751
   12734 #, fuzzy, c-format
   12735 msgid "invalid opcode '%s' in transition rule '%s'"
   12736 msgstr "%s:Sibyo Ubwoko"
   12737 
   12738 #: config/xtensa-relax.c:1759
   12739 #, c-format
   12740 msgid "opcode '%s': replacement does not have %d ops"
   12741 msgstr ""
   12742 
   12743 #: config/xtensa-relax.c:1783 config/xtensa-relax.c:1809
   12744 #, fuzzy, c-format
   12745 msgid "opcode %s: unidentified operand '%s' in '%s'"
   12746 msgstr "%s:kidasobanuye Verisiyo"
   12747 
   12748 #: config/xtensa-relax.c:1804
   12749 #, fuzzy, c-format
   12750 msgid "unknown user-defined function %s"
   12751 msgstr ":Amabwiriza"
   12752 
   12753 #: config/xtensa-relax.c:1815
   12754 #, c-format
   12755 msgid "opcode %s: could not parse operand '%s' in '%s'"
   12756 msgstr ""
   12757 
   12758 #: config/xtensa-relax.c:1856
   12759 #, c-format
   12760 msgid "could not parse INSN_PATTERN '%s'"
   12761 msgstr ""
   12762 
   12763 #: config/xtensa-relax.c:1860
   12764 #, c-format
   12765 msgid "could not parse INSN_REPL '%s'"
   12766 msgstr ""
   12767 
   12768 #: config/xtensa-relax.c:1871
   12769 #, c-format
   12770 msgid "could not build transition for %s => %s"
   12771 msgstr ""
   12772 
   12773 #: depend.c:193
   12774 #, c-format
   12775 msgid "can't open `%s' for writing"
   12776 msgstr ""
   12777 
   12778 #: depend.c:205
   12779 #, fuzzy, c-format
   12780 msgid "can't close `%s'"
   12781 msgstr "Gushaka"
   12782 
   12783 #: dw2gencfi.c:265
   12784 #, fuzzy, c-format
   12785 msgid "register save offset not a multiple of %u"
   12786 msgstr "%s:Ikosa OYA a Igikubo Bya"
   12787 
   12788 #: dw2gencfi.c:348
   12789 msgid "CFI state restore without previous remember"
   12790 msgstr ""
   12791 
   12792 #: dw2gencfi.c:400
   12793 msgid "missing separator"
   12794 msgstr ""
   12795 
   12796 #: dw2gencfi.c:422 dw2gencfi.c:440
   12797 msgid "bad register expression"
   12798 msgstr ""
   12799 
   12800 #: dw2gencfi.c:462 dw2gencfi.c:585 dw2gencfi.c:623 dw2gencfi.c:693
   12801 msgid "CFI instruction used without previous .cfi_startproc"
   12802 msgstr ""
   12803 
   12804 #: dw2gencfi.c:647
   12805 msgid "invalid or unsupported encoding in .cfi_personality"
   12806 msgstr ""
   12807 
   12808 #: dw2gencfi.c:654
   12809 msgid ".cfi_personality requires encoding and symbol arguments"
   12810 msgstr ""
   12811 
   12812 #: dw2gencfi.c:677
   12813 msgid "wrong second argument to .cfi_personality"
   12814 msgstr ""
   12815 
   12816 #: dw2gencfi.c:717
   12817 msgid "invalid or unsupported encoding in .cfi_lsda"
   12818 msgstr ""
   12819 
   12820 #: dw2gencfi.c:724
   12821 msgid ".cfi_lsda requires encoding and symbol arguments"
   12822 msgstr ""
   12823 
   12824 #: dw2gencfi.c:749
   12825 msgid "wrong second argument to .cfi_lsda"
   12826 msgstr ""
   12827 
   12828 #: dw2gencfi.c:764
   12829 msgid "previous CFI entry not closed (missing .cfi_endproc)"
   12830 msgstr ""
   12831 
   12832 #: dw2gencfi.c:799
   12833 msgid ".cfi_endproc without corresponding .cfi_startproc"
   12834 msgstr ""
   12835 
   12836 #: dw2gencfi.c:1328
   12837 msgid "open CFI at the end of file; missing .cfi_endproc directive"
   12838 msgstr ""
   12839 
   12840 #: dwarf2dbg.c:553 dwarf2dbg.c:584
   12841 msgid "file number less than one"
   12842 msgstr ""
   12843 
   12844 #: dwarf2dbg.c:559
   12845 #, c-format
   12846 msgid "file number %ld already allocated"
   12847 msgstr ""
   12848 
   12849 #: dwarf2dbg.c:589 dwarf2dbg.c:1251
   12850 #, c-format
   12851 msgid "unassigned file number %ld"
   12852 msgstr ""
   12853 
   12854 #: dwarf2dbg.c:657
   12855 msgid "is_stmt value not 0 or 1"
   12856 msgstr ""
   12857 
   12858 #: dwarf2dbg.c:669
   12859 msgid "isa number less than zero"
   12860 msgstr ""
   12861 
   12862 #: dwarf2dbg.c:675
   12863 #, c-format
   12864 msgid "unknown .loc sub-directive `%s'"
   12865 msgstr ""
   12866 
   12867 #: dwarf2dbg.c:1316 dwarf2dbg.c:1566
   12868 #, fuzzy
   12869 msgid "internal error: unknown dwarf2 format"
   12870 msgstr "By'imbere Ikosa Kitazwi Ikosa"
   12871 
   12872 #: ecoff.c:1552
   12873 #, c-format
   12874 msgid "string too big (%lu bytes)"
   12875 msgstr ""
   12876 
   12877 #: ecoff.c:1578
   12878 #, c-format
   12879 msgid "inserting \"%s\" into string hash table: %s"
   12880 msgstr ""
   12881 
   12882 #: ecoff.c:1609 ecoff.c:1802 ecoff.c:1825 ecoff.c:1856 ecoff.c:2009
   12883 #: ecoff.c:2120
   12884 msgid "no current file pointer"
   12885 msgstr ""
   12886 
   12887 #: ecoff.c:1696
   12888 msgid "too many st_End's"
   12889 msgstr ""
   12890 
   12891 #: ecoff.c:2034
   12892 #, c-format
   12893 msgid "inserting \"%s\" into tag hash table: %s"
   12894 msgstr ""
   12895 
   12896 #: ecoff.c:2195
   12897 msgid "fake .file after real one"
   12898 msgstr ""
   12899 
   12900 #: ecoff.c:2285
   12901 msgid "filename goes over one page boundary"
   12902 msgstr ""
   12903 
   12904 #: ecoff.c:2418
   12905 msgid ".begin directive without a preceding .file directive"
   12906 msgstr ""
   12907 
   12908 #: ecoff.c:2425
   12909 msgid ".begin directive without a preceding .ent directive"
   12910 msgstr ""
   12911 
   12912 #: ecoff.c:2456
   12913 msgid ".bend directive without a preceding .file directive"
   12914 msgstr ""
   12915 
   12916 #: ecoff.c:2463
   12917 msgid ".bend directive without a preceding .ent directive"
   12918 msgstr ""
   12919 
   12920 #: ecoff.c:2476
   12921 msgid ".bend directive names unknown symbol"
   12922 msgstr ""
   12923 
   12924 #: ecoff.c:2519
   12925 msgid ".def pseudo-op used inside of .def/.endef; ignored"
   12926 msgstr ""
   12927 
   12928 #: ecoff.c:2521
   12929 msgid "empty symbol name in .def; ignored"
   12930 msgstr ""
   12931 
   12932 #: ecoff.c:2558
   12933 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
   12934 msgstr ""
   12935 
   12936 #: ecoff.c:2573
   12937 msgid "badly formed .dim directive"
   12938 msgstr ""
   12939 
   12940 #: ecoff.c:2586
   12941 msgid "too many .dim entries"
   12942 msgstr ""
   12943 
   12944 #: ecoff.c:2606
   12945 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
   12946 msgstr ""
   12947 
   12948 #: ecoff.c:2631
   12949 msgid ".size pseudo-op used outside of .def/.endef; ignored"
   12950 msgstr ""
   12951 
   12952 #: ecoff.c:2646
   12953 msgid "badly formed .size directive"
   12954 msgstr ""
   12955 
   12956 #: ecoff.c:2659
   12957 msgid "too many .size entries"
   12958 msgstr ""
   12959 
   12960 #: ecoff.c:2681
   12961 msgid ".type pseudo-op used outside of .def/.endef; ignored"
   12962 msgstr ""
   12963 
   12964 #. FIXME: We could handle this by setting the continued bit.
   12965 #. There would still be a limit: the .type argument can not
   12966 #. be infinite.
   12967 #: ecoff.c:2699
   12968 #, c-format
   12969 msgid "the type of %s is too complex; it will be simplified"
   12970 msgstr ""
   12971 
   12972 #: ecoff.c:2710
   12973 #, fuzzy
   12974 msgid "Unrecognized .type argument"
   12975 msgstr "Ubwoko"
   12976 
   12977 #: ecoff.c:2748
   12978 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
   12979 msgstr ""
   12980 
   12981 #: ecoff.c:2773
   12982 msgid ".val pseudo-op used outside of .def/.endef; ignored"
   12983 msgstr ""
   12984 
   12985 #: ecoff.c:2781
   12986 msgid ".val expression is too complex"
   12987 msgstr ""
   12988 
   12989 #: ecoff.c:2811
   12990 msgid ".endef pseudo-op used before .def; ignored"
   12991 msgstr ""
   12992 
   12993 #: ecoff.c:2837 ecoff.c:2918
   12994 msgid "bad COFF debugging information"
   12995 msgstr ""
   12996 
   12997 #: ecoff.c:2886
   12998 #, c-format
   12999 msgid "no tag specified for %s"
   13000 msgstr ""
   13001 
   13002 #: ecoff.c:2988
   13003 msgid ".end directive without a preceding .file directive"
   13004 msgstr ""
   13005 
   13006 #: ecoff.c:2995
   13007 msgid ".end directive without a preceding .ent directive"
   13008 msgstr ""
   13009 
   13010 #: ecoff.c:3017
   13011 msgid ".end directive names unknown symbol"
   13012 msgstr ""
   13013 
   13014 #: ecoff.c:3044
   13015 msgid "second .ent directive found before .end directive"
   13016 msgstr ""
   13017 
   13018 #: ecoff.c:3116
   13019 msgid "no way to handle .file within .ent/.end section"
   13020 msgstr ""
   13021 
   13022 #: ecoff.c:3233
   13023 msgid ".loc before .file"
   13024 msgstr ""
   13025 
   13026 #: ecoff.c:3368
   13027 msgid "bad .weakext directive"
   13028 msgstr ""
   13029 
   13030 #: ecoff.c:3436
   13031 #, fuzzy, c-format
   13032 msgid ".stab%c is not supported"
   13033 msgstr "%s:OYA"
   13034 
   13035 #: ecoff.c:3446
   13036 #, c-format
   13037 msgid ".stab%c: ignoring non-zero other field"
   13038 msgstr ""
   13039 
   13040 #: ecoff.c:3480
   13041 #, c-format
   13042 msgid ""
   13043 "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
   13044 msgstr ""
   13045 
   13046 #: ecoff.c:3516
   13047 #, c-format
   13048 msgid "illegal .stab%c directive, bad character"
   13049 msgstr ""
   13050 
   13051 #: ecoff.c:3975 ecoff.c:4164 ecoff.c:4189
   13052 msgid ".begin/.bend in different segments"
   13053 msgstr ""
   13054 
   13055 #: ecoff.c:4685
   13056 msgid "missing .end or .bend at end of file"
   13057 msgstr ""
   13058 
   13059 #: ecoff.c:5170
   13060 msgid "GP prologue size exceeds field size, using 0 instead"
   13061 msgstr ""
   13062 
   13063 #: expr.c:81 read.c:3570
   13064 msgid "bignum invalid"
   13065 msgstr ""
   13066 
   13067 #: expr.c:83 read.c:3572 read.c:4029 read.c:4882
   13068 msgid "floating point number invalid"
   13069 msgstr ""
   13070 
   13071 #: expr.c:204
   13072 msgid "bad floating-point constant: exponent overflow"
   13073 msgstr ""
   13074 
   13075 #: expr.c:208
   13076 #, c-format
   13077 msgid "bad floating-point constant: unknown error code=%d"
   13078 msgstr ""
   13079 
   13080 #: expr.c:387
   13081 msgid ""
   13082 "a bignum with underscores may not have more than 8 hex digits in any word"
   13083 msgstr ""
   13084 
   13085 #: expr.c:410
   13086 msgid "a bignum with underscores must have exactly 4 words"
   13087 msgstr ""
   13088 
   13089 #. Either not seen or not defined.
   13090 #. @@ Should print out the original string instead of
   13091 #. the parsed number.
   13092 #: expr.c:533
   13093 #, c-format
   13094 msgid "backward ref to unknown label \"%d:\""
   13095 msgstr ""
   13096 
   13097 #: expr.c:651
   13098 msgid "character constant too large"
   13099 msgstr ""
   13100 
   13101 #: expr.c:897
   13102 #, c-format
   13103 msgid "expr.c(operand): bad atof_generic return val %d"
   13104 msgstr ""
   13105 
   13106 #: expr.c:958
   13107 #, c-format
   13108 msgid "missing '%c'"
   13109 msgstr ""
   13110 
   13111 #: expr.c:969 read.c:4366
   13112 msgid "EBCDIC constants are not supported"
   13113 msgstr ""
   13114 
   13115 #: expr.c:1081
   13116 #, c-format
   13117 msgid "Unary operator %c ignored because bad operand follows"
   13118 msgstr ""
   13119 
   13120 #: expr.c:1127 expr.c:1152
   13121 msgid "syntax error in .startof. or .sizeof."
   13122 msgstr ""
   13123 
   13124 #: expr.c:1663
   13125 msgid "missing operand; zero assumed"
   13126 msgstr ""
   13127 
   13128 #: expr.c:1698
   13129 msgid "left operand is a bignum; integer 0 assumed"
   13130 msgstr ""
   13131 
   13132 #: expr.c:1700
   13133 msgid "left operand is a float; integer 0 assumed"
   13134 msgstr ""
   13135 
   13136 #: expr.c:1709
   13137 msgid "right operand is a bignum; integer 0 assumed"
   13138 msgstr ""
   13139 
   13140 #: expr.c:1711
   13141 msgid "right operand is a float; integer 0 assumed"
   13142 msgstr ""
   13143 
   13144 #: expr.c:1776 symbols.c:1349
   13145 msgid "division by zero"
   13146 msgstr ""
   13147 
   13148 #: expr.c:1876
   13149 msgid "operation combines symbols in different segments"
   13150 msgstr ""
   13151 
   13152 #: frags.c:48
   13153 #, fuzzy
   13154 msgid "attempt to allocate data in absolute section"
   13155 msgstr "Byanze Kuri Umwanya kugirango Gishya Icyiciro"
   13156 
   13157 #: frags.c:54
   13158 #, fuzzy
   13159 msgid "attempt to allocate data in common section"
   13160 msgstr "Byanze Kuri Umwanya kugirango Gishya Icyiciro"
   13161 
   13162 #: frags.c:112
   13163 #, c-format
   13164 msgid "can't extend frag %u chars"
   13165 msgstr ""
   13166 
   13167 #. For error messages.
   13168 #. Detect if we are reading from stdin by examining the file
   13169 #. name returned by as_where().
   13170 #.
   13171 #. [FIXME: We rely upon the name in the strcmp below being the
   13172 #. same as the one used by input_scrub_new_file(), if that is
   13173 #. not true, then this code will fail].
   13174 #.
   13175 #. If we are reading from stdin, then we need to save each input
   13176 #. line here (assuming of course that we actually have a line of
   13177 #. input to read), so that it can be displayed in the listing
   13178 #. that is produced at the end of the assembly.
   13179 #: input-file.c:138 input-scrub.c:241 listing.c:332
   13180 msgid "{standard input}"
   13181 msgstr ""
   13182 
   13183 #: input-file.c:143
   13184 #, c-format
   13185 msgid "can't open %s for reading: %s"
   13186 msgstr ""
   13187 
   13188 #: input-file.c:152 input-file.c:215 input-file.c:241
   13189 #, fuzzy, c-format
   13190 msgid "can't read from %s: %s"
   13191 msgstr "Bya ngombwa Bivuye"
   13192 
   13193 #: input-file.c:249 listing.c:1097 output-file.c:69
   13194 #, c-format
   13195 msgid "can't close %s: %s"
   13196 msgstr ""
   13197 
   13198 #: input-scrub.c:266
   13199 msgid "macros nested too deeply"
   13200 msgstr ""
   13201 
   13202 #: input-scrub.c:369 input-scrub.c:393
   13203 msgid "partial line at end of file ignored"
   13204 msgstr ""
   13205 
   13206 #: itbl-ops.c:329
   13207 #, fuzzy, c-format
   13208 msgid "Unable to allocate memory for new instructions\n"
   13209 msgstr "Byanze Kuri Umwanya kugirango Gishya Icyiciro"
   13210 
   13211 #: listing.c:238
   13212 msgid "Warning:"
   13213 msgstr ""
   13214 
   13215 #: listing.c:244
   13216 msgid "Error:"
   13217 msgstr ""
   13218 
   13219 #: listing.c:1079
   13220 #, c-format
   13221 msgid "can't open %s: %s"
   13222 msgstr ""
   13223 
   13224 #: listing.c:1169
   13225 msgid "strange paper height, set to no form"
   13226 msgstr ""
   13227 
   13228 #: listing.c:1233
   13229 msgid "new line in title"
   13230 msgstr ""
   13231 
   13232 #. Turns the next expression into a string.
   13233 #: macro.c:371
   13234 #, no-c-format
   13235 msgid "% operator needs absolute expression"
   13236 msgstr ""
   13237 
   13238 #: macro.c:521
   13239 #, c-format
   13240 msgid "Missing parameter qualifier for `%s' in macro `%s'"
   13241 msgstr ""
   13242 
   13243 #: macro.c:531
   13244 #, c-format
   13245 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
   13246 msgstr ""
   13247 
   13248 #: macro.c:548
   13249 #, c-format
   13250 msgid "Pointless default value for required parameter `%s' in macro `%s'"
   13251 msgstr ""
   13252 
   13253 #: macro.c:560
   13254 #, c-format
   13255 msgid "A parameter named `%s' already exists for macro `%s'"
   13256 msgstr ""
   13257 
   13258 #: macro.c:597
   13259 #, c-format
   13260 msgid "Reserved word `%s' used as parameter in macro `%s'"
   13261 msgstr ""
   13262 
   13263 #: macro.c:635
   13264 #, c-format
   13265 msgid "unexpected end of file in macro `%s' definition"
   13266 msgstr ""
   13267 
   13268 #: macro.c:647
   13269 #, c-format
   13270 msgid "missing `)' after formals in macro definition `%s'"
   13271 msgstr ""
   13272 
   13273 #: macro.c:662
   13274 msgid "Missing macro name"
   13275 msgstr ""
   13276 
   13277 #: macro.c:671
   13278 #, c-format
   13279 msgid "Bad parameter list for macro `%s'"
   13280 msgstr ""
   13281 
   13282 #: macro.c:677
   13283 #, c-format
   13284 msgid "Macro `%s' was already defined"
   13285 msgstr ""
   13286 
   13287 #: macro.c:800 macro.c:802
   13288 msgid "missing `)'"
   13289 msgstr ""
   13290 
   13291 #: macro.c:897
   13292 #, c-format
   13293 msgid "`%s' was already used as parameter (or another local) name"
   13294 msgstr ""
   13295 
   13296 #: macro.c:1055
   13297 msgid "confusion in formal parameters"
   13298 msgstr ""
   13299 
   13300 #: macro.c:1062
   13301 #, c-format
   13302 msgid "Parameter named `%s' does not exist for macro `%s'"
   13303 msgstr ""
   13304 
   13305 #: macro.c:1070
   13306 #, c-format
   13307 msgid "Value for parameter `%s' of macro `%s' was already specified"
   13308 msgstr ""
   13309 
   13310 #: macro.c:1084
   13311 msgid "can't mix positional and keyword arguments"
   13312 msgstr ""
   13313 
   13314 #: macro.c:1095
   13315 msgid "too many positional arguments"
   13316 msgstr ""
   13317 
   13318 #: macro.c:1143
   13319 #, c-format
   13320 msgid "Missing value for required parameter `%s' of macro `%s'"
   13321 msgstr ""
   13322 
   13323 #: macro.c:1280
   13324 #, c-format
   13325 msgid "Attempt to purge non-existant macro `%s'"
   13326 msgstr ""
   13327 
   13328 #: macro.c:1299
   13329 msgid "unexpected end of file in irp or irpc"
   13330 msgstr ""
   13331 
   13332 #: macro.c:1307
   13333 msgid "missing model parameter"
   13334 msgstr ""
   13335 
   13336 #: messages.c:82
   13337 #, c-format
   13338 msgid "Assembler messages:\n"
   13339 msgstr ""
   13340 
   13341 #: messages.c:166
   13342 #, c-format
   13343 msgid "Warning: "
   13344 msgstr ""
   13345 
   13346 #: messages.c:267
   13347 #, c-format
   13348 msgid "Error: "
   13349 msgstr ""
   13350 
   13351 #: messages.c:362 messages.c:382
   13352 #, c-format
   13353 msgid "Fatal error: "
   13354 msgstr ""
   13355 
   13356 #: messages.c:397
   13357 #, fuzzy, c-format
   13358 msgid "Internal error!\n"
   13359 msgstr "Ikosa"
   13360 
   13361 #: messages.c:399
   13362 #, c-format
   13363 msgid "Assertion failure in %s at %s line %d.\n"
   13364 msgstr ""
   13365 
   13366 #: messages.c:402
   13367 #, c-format
   13368 msgid "Assertion failure at %s line %d.\n"
   13369 msgstr ""
   13370 
   13371 #: messages.c:403 messages.c:420
   13372 #, fuzzy, c-format
   13373 msgid "Please report this bug.\n"
   13374 msgstr "Icyegeranyo iyi"
   13375 
   13376 #: messages.c:415
   13377 #, fuzzy, c-format
   13378 msgid "Internal error, aborting at %s line %d in %s\n"
   13379 msgstr "By'imbere Ikosa ku Umurongo in"
   13380 
   13381 #: messages.c:418
   13382 #, fuzzy, c-format
   13383 msgid "Internal error, aborting at %s line %d\n"
   13384 msgstr "By'imbere Ikosa ku Umurongo"
   13385 
   13386 #: messages.c:467
   13387 #, fuzzy, c-format
   13388 msgid "%s out of domain (%d is not a multiple of %d)"
   13389 msgstr "%s:Ikosa OYA a Igikubo Bya"
   13390 
   13391 #: messages.c:485
   13392 #, c-format
   13393 msgid "%s out of range (%d is not between %d and %d)"
   13394 msgstr ""
   13395 
   13396 #. xgettext:c-format.
   13397 #: messages.c:508
   13398 #, c-format
   13399 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
   13400 msgstr ""
   13401 
   13402 #: output-file.c:35
   13403 #, fuzzy, c-format
   13404 msgid "can't open a bfd on stdout %s"
   13405 msgstr "Gushaka"
   13406 
   13407 #: output-file.c:42
   13408 #, c-format
   13409 msgid "selected target format '%s' unknown"
   13410 msgstr ""
   13411 
   13412 #: output-file.c:44
   13413 #, fuzzy, c-format
   13414 msgid "can't create %s: %s"
   13415 msgstr "%s:Kurema Icyinjijwe"
   13416 
   13417 #: read.c:462
   13418 msgid "bad or irreducible absolute expression"
   13419 msgstr ""
   13420 
   13421 #: read.c:488
   13422 #, c-format
   13423 msgid "error constructing %s pseudo-op table: %s"
   13424 msgstr ""
   13425 
   13426 #: read.c:898
   13427 #, c-format
   13428 msgid "unknown pseudo-op: `%s'"
   13429 msgstr ""
   13430 
   13431 #: read.c:985
   13432 #, c-format
   13433 msgid "label \"%d$\" redefined"
   13434 msgstr ""
   13435 
   13436 #: read.c:1220
   13437 msgid ".abort detected.  Abandoning ship."
   13438 msgstr ""
   13439 
   13440 #: read.c:1238 read.c:2609
   13441 msgid "ignoring fill value in absolute section"
   13442 msgstr ""
   13443 
   13444 #: read.c:1328
   13445 #, c-format
   13446 msgid "alignment too large: %u assumed"
   13447 msgstr ""
   13448 
   13449 #: read.c:1360
   13450 msgid "expected fill pattern missing"
   13451 msgstr ""
   13452 
   13453 #: read.c:1469
   13454 #, c-format
   13455 msgid "size (%ld) out of range, ignored"
   13456 msgstr ""
   13457 
   13458 #: read.c:1498
   13459 #, c-format
   13460 msgid "size of \"%s\" is already %ld; not changing to %ld"
   13461 msgstr ""
   13462 
   13463 #. Some of the back ends can't deal with non-positive line numbers.
   13464 #. Besides, it's silly.  GCC however will generate a line number of
   13465 #. zero when it is pre-processing builtins for assembler-with-cpp files:
   13466 #.
   13467 #. # 0 "<built-in>"
   13468 #.
   13469 #. We do not want to barf on this, especially since such files are used
   13470 #. in the GCC and GDB testsuites.  So we check for negative line numbers
   13471 #. rather than non-positive line numbers.
   13472 #: read.c:1748
   13473 #, c-format
   13474 msgid "line numbers must be positive; line number %d rejected"
   13475 msgstr ""
   13476 
   13477 #: read.c:1785
   13478 #, c-format
   13479 msgid "incompatible flag %i in line directive"
   13480 msgstr ""
   13481 
   13482 #: read.c:1797
   13483 #, c-format
   13484 msgid "unsupported flag %i in line directive"
   13485 msgstr ""
   13486 
   13487 #: read.c:1836
   13488 #, fuzzy
   13489 msgid "start address not supported"
   13490 msgstr "%s:OYA"
   13491 
   13492 #: read.c:1845
   13493 msgid ".err encountered"
   13494 msgstr ""
   13495 
   13496 #: read.c:1861
   13497 msgid ".error directive invoked in source file"
   13498 msgstr ""
   13499 
   13500 #: read.c:1862
   13501 msgid ".warning directive invoked in source file"
   13502 msgstr ""
   13503 
   13504 #: read.c:1868
   13505 #, c-format
   13506 msgid "%s argument must be a string"
   13507 msgstr ""
   13508 
   13509 #: read.c:1900 read.c:1902
   13510 #, c-format
   13511 msgid ".fail %ld encountered"
   13512 msgstr ""
   13513 
   13514 #: read.c:1938
   13515 #, c-format
   13516 msgid ".fill size clamped to %d"
   13517 msgstr ""
   13518 
   13519 #: read.c:1943
   13520 msgid "size negative; .fill ignored"
   13521 msgstr ""
   13522 
   13523 #: read.c:1949
   13524 msgid "repeat < 0; .fill ignored"
   13525 msgstr ""
   13526 
   13527 #: read.c:2087
   13528 msgid "expected numeric constant"
   13529 msgstr ""
   13530 
   13531 #: read.c:2143
   13532 msgid "bad string constant"
   13533 msgstr ""
   13534 
   13535 #: read.c:2147
   13536 msgid "expected <tag> , <value>"
   13537 msgstr ""
   13538 
   13539 #: read.c:2221
   13540 #, fuzzy, c-format
   13541 msgid "unrecognized .linkonce type `%s'"
   13542 msgstr "Ubwoko"
   13543 
   13544 #: read.c:2233
   13545 msgid ".linkonce is not supported for this object file format"
   13546 msgstr ""
   13547 
   13548 #: read.c:2255
   13549 #, fuzzy, c-format
   13550 msgid "bfd_set_section_flags: %s"
   13551 msgstr "Byanze"
   13552 
   13553 #: read.c:2328
   13554 msgid "expected alignment after size"
   13555 msgstr ""
   13556 
   13557 #: read.c:2543
   13558 #, c-format
   13559 msgid "attempt to redefine pseudo-op `%s' ignored"
   13560 msgstr ""
   13561 
   13562 #: read.c:2604
   13563 #, c-format
   13564 msgid "invalid segment \"%s\""
   13565 msgstr ""
   13566 
   13567 #: read.c:2612
   13568 msgid "only constant offsets supported in absolute section"
   13569 msgstr ""
   13570 
   13571 #: read.c:2651
   13572 msgid "MRI style ORG pseudo-op not supported"
   13573 msgstr ""
   13574 
   13575 #: read.c:2804
   13576 #, fuzzy, c-format
   13577 msgid "unrecognized section type `%s'"
   13578 msgstr "Ubwoko"
   13579 
   13580 #: read.c:2818
   13581 msgid "absolute sections are not supported"
   13582 msgstr ""
   13583 
   13584 #: read.c:2833
   13585 #, fuzzy, c-format
   13586 msgid "unrecognized section command `%s'"
   13587 msgstr "%s:in Icyiciro"
   13588 
   13589 #: read.c:2897
   13590 #, c-format
   13591 msgid ".end%c encountered without preceeding %s"
   13592 msgstr ""
   13593 
   13594 #: read.c:2927
   13595 #, c-format
   13596 msgid "%s without %s"
   13597 msgstr ""
   13598 
   13599 #: read.c:3151
   13600 msgid "unsupported variable size or fill value"
   13601 msgstr ""
   13602 
   13603 #: read.c:3179
   13604 msgid ".space repeat count is zero, ignored"
   13605 msgstr ""
   13606 
   13607 #: read.c:3181
   13608 msgid ".space repeat count is negative, ignored"
   13609 msgstr ""
   13610 
   13611 #: read.c:3210
   13612 msgid "space allocation too complex in absolute section"
   13613 msgstr ""
   13614 
   13615 #: read.c:3216
   13616 msgid "space allocation too complex in common section"
   13617 msgstr ""
   13618 
   13619 #: read.c:3303 read.c:4608
   13620 #, c-format
   13621 msgid "bad floating literal: %s"
   13622 msgstr ""
   13623 
   13624 #: read.c:3462
   13625 #, c-format
   13626 msgid "%s: would close weakref loop: %s"
   13627 msgstr ""
   13628 
   13629 #: read.c:3508
   13630 #, c-format
   13631 msgid "junk at end of line, first unrecognized character valued 0x%x"
   13632 msgstr ""
   13633 
   13634 #: read.c:3566
   13635 msgid "missing expression"
   13636 msgstr ""
   13637 
   13638 #: read.c:3628
   13639 #, c-format
   13640 msgid "`%s' can't be equated to common symbol '%s'"
   13641 msgstr ""
   13642 
   13643 #: read.c:3756
   13644 msgid "rva without symbol"
   13645 msgstr ""
   13646 
   13647 #: read.c:3813
   13648 msgid "missing or bad offset expression"
   13649 msgstr ""
   13650 
   13651 #: read.c:3834
   13652 #, fuzzy
   13653 msgid "missing reloc type"
   13654 msgstr "Ibuze"
   13655 
   13656 #: read.c:3846
   13657 #, fuzzy
   13658 msgid "unrecognized reloc type"
   13659 msgstr "Ubwoko"
   13660 
   13661 #: read.c:3862
   13662 msgid "bad reloc expression"
   13663 msgstr ""
   13664 
   13665 #: read.c:3985
   13666 msgid "attempt to store value in absolute section"
   13667 msgstr ""
   13668 
   13669 #: read.c:4023 read.c:4876
   13670 msgid "zero assumed for missing expression"
   13671 msgstr ""
   13672 
   13673 #: read.c:4035 read.c:4888 write.c:260
   13674 msgid "register value used as expression"
   13675 msgstr ""
   13676 
   13677 #: read.c:4114
   13678 #, c-format
   13679 msgid "value 0x%llx truncated to 0x%llx"
   13680 msgstr ""
   13681 
   13682 #: read.c:4117
   13683 #, c-format
   13684 msgid "value 0x%lx truncated to 0x%lx"
   13685 msgstr ""
   13686 
   13687 #: read.c:4134
   13688 #, c-format
   13689 msgid "bignum truncated to %d bytes"
   13690 msgstr ""
   13691 
   13692 #: read.c:4439 read.c:4630
   13693 msgid "unresolvable or nonpositive repeat count; using 1"
   13694 msgstr ""
   13695 
   13696 #: read.c:4488
   13697 #, fuzzy, c-format
   13698 msgid "unknown floating type type '%c'"
   13699 msgstr "%s:Kitazwi Ubwoko"
   13700 
   13701 #: read.c:4510
   13702 msgid "floating point constant too large"
   13703 msgstr ""
   13704 
   13705 #: read.c:5038
   13706 msgid "strings must be placed into a section"
   13707 msgstr ""
   13708 
   13709 #: read.c:5086
   13710 msgid "expected <nn>"
   13711 msgstr ""
   13712 
   13713 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
   13714 #: read.c:5119 read.c:5205
   13715 msgid "unterminated string; newline inserted"
   13716 msgstr ""
   13717 
   13718 #: read.c:5213
   13719 msgid "bad escaped character in string"
   13720 msgstr ""
   13721 
   13722 #: read.c:5238
   13723 msgid "expected address expression"
   13724 msgstr ""
   13725 
   13726 #: read.c:5257
   13727 #, fuzzy, c-format
   13728 msgid "symbol \"%s\" undefined; zero assumed"
   13729 msgstr "OYA kugirango"
   13730 
   13731 #: read.c:5260
   13732 msgid "some symbol undefined; zero assumed"
   13733 msgstr ""
   13734 
   13735 #: read.c:5296
   13736 msgid "this string may not contain '\\0'"
   13737 msgstr ""
   13738 
   13739 #: read.c:5332
   13740 msgid "missing string"
   13741 msgstr ""
   13742 
   13743 #: read.c:5419
   13744 #, c-format
   13745 msgid ".incbin count zero, ignoring `%s'"
   13746 msgstr ""
   13747 
   13748 #: read.c:5445
   13749 #, fuzzy, c-format
   13750 msgid "file not found: %s"
   13751 msgstr "Byanze Kuri Injiza"
   13752 
   13753 #: read.c:5459
   13754 #, c-format
   13755 msgid "seek to end of .incbin file failed `%s'"
   13756 msgstr ""
   13757 
   13758 #: read.c:5470
   13759 #, c-format
   13760 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
   13761 msgstr ""
   13762 
   13763 #: read.c:5477
   13764 #, c-format
   13765 msgid "could not skip to %ld in file `%s'"
   13766 msgstr ""
   13767 
   13768 #: read.c:5486
   13769 #, c-format
   13770 msgid "truncated file `%s', %ld of %ld bytes read"
   13771 msgstr ""
   13772 
   13773 #: read.c:5644
   13774 msgid "missing .func"
   13775 msgstr ""
   13776 
   13777 #: read.c:5661
   13778 msgid ".endfunc missing for previous .func"
   13779 msgstr ""
   13780 
   13781 #: read.c:5784
   13782 #, c-format
   13783 msgid "missing closing `%c'"
   13784 msgstr ""
   13785 
   13786 #: read.c:5786
   13787 msgid "stray `\\'"
   13788 msgstr ""
   13789 
   13790 #: remap.c:52
   13791 #, c-format
   13792 msgid "invalid argument '%s' to -fdebug-prefix-map"
   13793 msgstr ""
   13794 
   13795 #: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
   13796 #, c-format
   13797 msgid ".stab%c: missing comma"
   13798 msgstr ""
   13799 
   13800 #. This could happen for example with a source file with a huge
   13801 #. number of lines.  The only cure is to use a different debug
   13802 #. format, probably DWARF.
   13803 #: stabs.c:242
   13804 #, c-format
   13805 msgid ".stab%c: description field '%x' too big, try a different debug format"
   13806 msgstr ""
   13807 
   13808 #: stabs.c:423
   13809 msgid "comma missing in .xstabs"
   13810 msgstr ""
   13811 
   13812 #: symbols.c:277
   13813 #, fuzzy, c-format
   13814 msgid "cannot define symbol `%s' in absolute section"
   13815 msgstr "%s:kidasobanuye in Icyiciro"
   13816 
   13817 #: symbols.c:417
   13818 #, c-format
   13819 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
   13820 msgstr ""
   13821 
   13822 #: symbols.c:494 symbols.c:501
   13823 #, c-format
   13824 msgid "inserting \"%s\" into symbol table failed: %s"
   13825 msgstr ""
   13826 
   13827 #: symbols.c:957 symbols.c:961
   13828 #, fuzzy, c-format
   13829 msgid "undefined symbol `%s' in operation"
   13830 msgstr "%s:kidasobanuye in Icyiciro"
   13831 
   13832 #: symbols.c:968
   13833 #, c-format
   13834 msgid "invalid sections for operation on `%s' and `%s'"
   13835 msgstr ""
   13836 
   13837 #: symbols.c:972
   13838 #, fuzzy, c-format
   13839 msgid "invalid section for operation on `%s'"
   13840 msgstr "%s(%s+0x%lx):Sibyo kugirango"
   13841 
   13842 #: symbols.c:980 symbols.c:983
   13843 #, fuzzy, c-format
   13844 msgid "undefined symbol `%s' in operation setting `%s'"
   13845 msgstr "%s:kidasobanuye in Icyiciro"
   13846 
   13847 #: symbols.c:989
   13848 #, c-format
   13849 msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
   13850 msgstr ""
   13851 
   13852 #: symbols.c:992
   13853 #, c-format
   13854 msgid "invalid section for operation on `%s' setting `%s'"
   13855 msgstr ""
   13856 
   13857 #: symbols.c:1042
   13858 #, c-format
   13859 msgid "symbol definition loop encountered at `%s'"
   13860 msgstr ""
   13861 
   13862 #: symbols.c:1069
   13863 #, c-format
   13864 msgid "cannot convert expression symbol %s to complex relocation"
   13865 msgstr ""
   13866 
   13867 #: symbols.c:1351
   13868 #, c-format
   13869 msgid "division by zero when setting `%s'"
   13870 msgstr ""
   13871 
   13872 #: symbols.c:1432 write.c:1805
   13873 #, c-format
   13874 msgid "can't resolve value for symbol `%s'"
   13875 msgstr ""
   13876 
   13877 #: symbols.c:1882
   13878 #, c-format
   13879 msgid "\"%d\" (instance number %d of a %s label)"
   13880 msgstr ""
   13881 
   13882 #: symbols.c:1911
   13883 #, fuzzy, c-format
   13884 msgid "attempt to get value of unresolved symbol `%s'"
   13885 msgstr "Iburira Kuri Kohereza kidasobanuye IKIMENYETSO"
   13886 
   13887 #: symbols.c:2184
   13888 msgid "section symbols are already global"
   13889 msgstr ""
   13890 
   13891 #: symbols.c:2289
   13892 #, c-format
   13893 msgid "Accessing function `%s' as thread-local object"
   13894 msgstr ""
   13895 
   13896 #: symbols.c:2293
   13897 #, c-format
   13898 msgid "Accessing `%s' as thread-local object"
   13899 msgstr ""
   13900 
   13901 #: write.c:159
   13902 #, c-format
   13903 msgid "field fx_size too small to hold %d"
   13904 msgstr ""
   13905 
   13906 #: write.c:436
   13907 #, c-format
   13908 msgid "attempt to .org/.space backwards? (%ld)"
   13909 msgstr ""
   13910 
   13911 #: write.c:664
   13912 msgid "invalid offset expression"
   13913 msgstr ""
   13914 
   13915 #: write.c:686
   13916 msgid "invalid reloc expression"
   13917 msgstr ""
   13918 
   13919 #: write.c:1039
   13920 #, c-format
   13921 msgid "value of %s too large for field of %d bytes at %s"
   13922 msgstr ""
   13923 
   13924 #: write.c:1051
   13925 #, c-format
   13926 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
   13927 msgstr ""
   13928 
   13929 #: write.c:1099
   13930 msgid "relocation out of range"
   13931 msgstr ""
   13932 
   13933 #: write.c:1102
   13934 #, c-format
   13935 msgid "%s:%u: bad return from bfd_install_relocation: %x"
   13936 msgstr ""
   13937 
   13938 #: write.c:1166
   13939 #, fuzzy
   13940 msgid "internal error: fixup not contained within frag"
   13941 msgstr "By'imbere Ikosa Inyuma Bya Urutonde Ikosa"
   13942 
   13943 #: write.c:1219
   13944 msgid "reloc not within (fixed part of) section"
   13945 msgstr ""
   13946 
   13947 #: write.c:1286 write.c:1307
   13948 #, c-format
   13949 msgid "can't write %s: %s"
   13950 msgstr ""
   13951 
   13952 #: write.c:1337
   13953 msgid "cannot write to output file"
   13954 msgstr ""
   13955 
   13956 #: write.c:1487
   13957 #, c-format
   13958 msgid "%d error%s, %d warning%s, generating bad object file"
   13959 msgstr ""
   13960 
   13961 #: write.c:1494
   13962 #, c-format
   13963 msgid "%d error%s, %d warning%s, no object file generated"
   13964 msgstr ""
   13965 
   13966 #: write.c:1729
   13967 #, fuzzy, c-format
   13968 msgid "%s: global symbols not supported in common sections"
   13969 msgstr "Iburira IKIMENYETSO Oya Icyiciro"
   13970 
   13971 #: write.c:1743
   13972 #, fuzzy, c-format
   13973 msgid "local label `%s' is not defined"
   13974 msgstr "%s:%sIKIMENYETSO si"
   13975 
   13976 #: write.c:1763
   13977 #, c-format
   13978 msgid "Local symbol `%s' can't be equated to common symbol `%s'"
   13979 msgstr ""
   13980 
   13981 #: write.c:2028
   13982 #, fuzzy, c-format
   13983 msgid "alignment padding (%lu bytes) not a multiple of %ld"
   13984 msgstr "Icyiciro Ingano ni OYA a Igikubo Bya"
   13985 
   13986 #: write.c:2186
   13987 #, c-format
   13988 msgid ".word %s-%s+%s didn't fit"
   13989 msgstr ""
   13990 
   13991 #: write.c:2275
   13992 msgid "padding added"
   13993 msgstr ""
   13994 
   13995 #: write.c:2325
   13996 msgid "attempt to move .org backwards"
   13997 msgstr ""
   13998 
   13999 #: write.c:2353
   14000 msgid ".space specifies non-absolute value"
   14001 msgstr ""
   14002 
   14003 #: write.c:2368
   14004 msgid ".space or .fill with negative value, ignored"
   14005 msgstr ""
   14006 
   14007 #: write.c:2439
   14008 #, c-format
   14009 msgid ""
   14010 "Infinite loop encountered whilst attempting to compute the addresses of "
   14011 "symbols in section %s"
   14012 msgstr ""
   14013 
   14014 #, fuzzy
   14015 #~ msgid "%s: Unknown section type in a.out.adobe file: %x\n"
   14016 #~ msgstr "%s:Inyuma."
   14017 
   14018 #, fuzzy
   14019 #~ msgid "%s: Invalid relocation type exported: %d"
   14020 #~ msgstr "%s:Ubwoko"
   14021 
   14022 #, fuzzy
   14023 #~ msgid "%s: Invalid relocation type imported: %d"
   14024 #~ msgstr "%s:Ubwoko cyavuye ahandi/ cyatumijwe"
   14025 
   14026 #, fuzzy
   14027 #~ msgid "%s: Bad relocation record imported: %d"
   14028 #~ msgstr "%s:Icyabitswe cyavuye ahandi/ cyatumijwe"
   14029 
   14030 #, fuzzy
   14031 #~ msgid ""
   14032 #~ "%s: can not represent section for symbol `%s' in a.out object file format"
   14033 #~ msgstr ""
   14034 #~ "%s:OYA Icyiciro kugirango IKIMENYETSO in a Inyuma Igikoresho IDOSIYE "
   14035 #~ "Imiterere"
   14036 
   14037 #, fuzzy
   14038 #~ msgid "%s: relocatable link from %s to %s not supported"
   14039 #~ msgstr "%s:Ihuza Bivuye Kuri OYA"
   14040 
   14041 #, fuzzy
   14042 #~ msgid "Warning: writing archive was slow: rewriting timestamp\n"
   14043 #~ msgstr "Buhoro"
   14044 
   14045 #, fuzzy
   14046 #~ msgid "Reading archive file mod timestamp"
   14047 #~ msgstr "IDOSIYE MOD"
   14048 
   14049 #, fuzzy
   14050 #~ msgid "Archive object file in wrong format"
   14051 #~ msgstr "Igikoresho IDOSIYE in Imiterere"
   14052 
   14053 #, fuzzy
   14054 #~ msgid "Archive has no index; run ranlib to add one"
   14055 #~ msgstr "Oya Umubarendanga Gukoresha Kuri Kongeramo"
   14056 
   14057 #, fuzzy
   14058 #~ msgid "No more archived files"
   14059 #~ msgstr "Birenzeho Idosiye"
   14060 
   14061 #, fuzzy
   14062 #~ msgid "File format is ambiguous"
   14063 #~ msgstr "Idosiye Imiterere ni"
   14064 
   14065 #, fuzzy
   14066 #~ msgid "Nonrepresentable section on output"
   14067 #~ msgstr "Icyiciro ku Ibisohoka"
   14068 
   14069 #, fuzzy
   14070 #~ msgid "Symbol needs debug section which does not exist"
   14071 #~ msgstr "Kosora amakosa Icyiciro OYA"
   14072 
   14073 #, fuzzy
   14074 #~ msgid "Bad value"
   14075 #~ msgstr "Agaciro"
   14076 
   14077 #, fuzzy
   14078 #~ msgid "not mapping: data=%lx mapped=%d\n"
   14079 #~ msgstr "OYA Igereranya Ibyatanzwe"
   14080 
   14081 #, fuzzy
   14082 #~ msgid "not mapping: env var not set\n"
   14083 #~ msgstr "OYA Igereranya VAR OYA"
   14084 
   14085 #, fuzzy
   14086 #~ msgid ""
   14087 #~ "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."
   14088 #~ msgstr "Icyiciro Kuri IDOSIYE Nta- boneza"
   14089 
   14090 #, fuzzy
   14091 #~ msgid "missing IHIHALF reloc"
   14092 #~ msgstr "Ibuze"
   14093 
   14094 #, fuzzy
   14095 #~ msgid "using multiple gp values"
   14096 #~ msgstr "ikoresha Igikubo Uduciro"
   14097 
   14098 #, fuzzy
   14099 #~ msgid "%s: unable to find THUMB glue '%s' for `%s'"
   14100 #~ msgstr "%s:Kuri Gushaka kugirango"
   14101 
   14102 #, fuzzy
   14103 #~ msgid "%s: unable to find ARM glue '%s' for `%s'"
   14104 #~ msgstr "%s:Kuri Gushaka kugirango"
   14105 
   14106 #, fuzzy
   14107 #~ msgid "%s(%s): warning: interworking not enabled."
   14108 #~ msgstr "%s(%s):Iburira OYA Bikora"
   14109 
   14110 #, fuzzy
   14111 #~ msgid "  first occurrence: %s: arm call to thumb"
   14112 #~ msgstr "Itangira ukugaragara Kuri"
   14113 
   14114 #, fuzzy
   14115 #~ msgid "  first occurrence: %s: thumb call to arm"
   14116 #~ msgstr "Itangira ukugaragara Kuri"
   14117 
   14118 #, fuzzy
   14119 #~ msgid "  consider relinking with --support-old-code enabled"
   14120 #~ msgstr "Na: Gushigikira ki/ bishaje ITEGEKONGENGA Bikora"
   14121 
   14122 #, fuzzy
   14123 #~ msgid "%s: bad reloc address 0x%lx in section `%s'"
   14124 #~ msgstr "%s:Aderesi in Icyiciro"
   14125 
   14126 #, fuzzy
   14127 #~ msgid "%s: illegal symbol index in reloc: %d"
   14128 #~ msgstr "%s:IKIMENYETSO Umubarendanga in"
   14129 
   14130 #, fuzzy
   14131 #~ msgid ""
   14132 #~ "ERROR: %s is compiled for APCS-%d, whereas %s is compiled for APCS-%d"
   14133 #~ msgstr "ni kugirango ni kugirango"
   14134 
   14135 #, fuzzy
   14136 #~ msgid ""
   14137 #~ "ERROR: %s passes floats in float registers, whereas %s passes them in "
   14138 #~ "integer registers"
   14139 #~ msgstr "in Kureremba in Umubare wuzuye"
   14140 
   14141 #, fuzzy
   14142 #~ msgid ""
   14143 #~ "ERROR: %s passes floats in integer registers, whereas %s passes them in "
   14144 #~ "float registers"
   14145 #~ msgstr "in Umubare wuzuye in Kureremba"
   14146 
   14147 #, fuzzy
   14148 #~ msgid ""
   14149 #~ "ERROR: %s is compiled as position independent code, whereas target %s is "
   14150 #~ "absolute position"
   14151 #~ msgstr "ni Nka Ibirindiro ITEGEKONGENGA Intego ni Ibirindiro"
   14152 
   14153 #, fuzzy
   14154 #~ msgid ""
   14155 #~ "ERROR: %s is compiled as absolute position code, whereas target %s is "
   14156 #~ "position independent"
   14157 #~ msgstr "ni Nka Ibirindiro ITEGEKONGENGA Intego ni Ibirindiro"
   14158 
   14159 #, fuzzy
   14160 #~ msgid "Warning: %s supports interworking, whereas %s does not"
   14161 #~ msgstr "OYA"
   14162 
   14163 #, fuzzy
   14164 #~ msgid "Warning: %s does not support interworking, whereas %s does"
   14165 #~ msgstr "OYA Gushigikira"
   14166 
   14167 #, fuzzy
   14168 #~ msgid "private flags = %x:"
   14169 #~ msgstr "By'umwihariko Amabendera"
   14170 
   14171 #, fuzzy
   14172 #~ msgid " [position independent]"
   14173 #~ msgstr "[Ibirindiro"
   14174 
   14175 #, fuzzy
   14176 #~ msgid " [absolute position]"
   14177 #~ msgstr "[Ibirindiro"
   14178 
   14179 #, fuzzy
   14180 #~ msgid " [interworking flag not initialised]"
   14181 #~ msgstr "[Ibendera OYA"
   14182 
   14183 #, fuzzy
   14184 #~ msgid ""
   14185 #~ "Warning: Not setting interworking flag of %s since it has already been "
   14186 #~ "specified as non-interworking"
   14187 #~ msgstr "Igenamiterere Ibendera Bya guhera Nka"
   14188 
   14189 #, fuzzy
   14190 #~ msgid "Warning: Clearing the interworking flag of %s due to outside request"
   14191 #~ msgstr "i Ibendera Bya Kuri Hanze Kubaza..."
   14192 
   14193 #, fuzzy
   14194 #~ msgid "cannot handle R_MEM_INDIRECT reloc when using %s output"
   14195 #~ msgstr "Ryari: ikoresha Ibisohoka"
   14196 
   14197 #, fuzzy
   14198 #~ msgid "uncertain calling convention for non-COFF symbol"
   14199 #~ msgstr "kugirango IKIMENYETSO"
   14200 
   14201 #, fuzzy
   14202 #~ msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
   14203 #~ msgstr "%s:ku Kuri IKIMENYETSO Na: Oya Icyinjijwe"
   14204 
   14205 #, fuzzy
   14206 #~ msgid "%s: symbol `%s' has unrecognized smclas %d"
   14207 #~ msgstr "%s:IKIMENYETSO"
   14208 
   14209 #, fuzzy
   14210 #~ msgid "%s: warning: illegal symbol index %ld in relocs"
   14211 #~ msgstr "%s:Iburira IKIMENYETSO Umubarendanga in"
   14212 
   14213 #, fuzzy
   14214 #~ msgid "%s (%s): Section flag %s (0x%x) ignored"
   14215 #~ msgstr "%s(%s):Ibendera"
   14216 
   14217 #, fuzzy
   14218 #~ msgid "Unrecognized TI COFF target id '0x%x'"
   14219 #~ msgstr "Intego ID"
   14220 
   14221 #, fuzzy
   14222 #~ msgid "%s: warning: illegal symbol index %ld in line numbers"
   14223 #~ msgstr "%s:Iburira IKIMENYETSO Umubarendanga in Umurongo Imibare"
   14224 
   14225 #, fuzzy
   14226 #~ msgid "%s: warning: duplicate line number information for `%s'"
   14227 #~ msgstr "%s:Iburira Gusubiramo Umurongo Umubare Ibisobanuro kugirango"
   14228 
   14229 #, fuzzy
   14230 #~ msgid "%s: illegal relocation type %d at address 0x%lx"
   14231 #~ msgstr "%s:Ubwoko ku Aderesi"
   14232 
   14233 #, fuzzy
   14234 #~ msgid "Warning: type of symbol `%s' changed from %d to %d in %s"
   14235 #~ msgstr "Ubwoko Bya IKIMENYETSO Byahinduwe Bivuye Kuri in"
   14236 
   14237 #, fuzzy
   14238 #~ msgid "%s: relocs in section `%s', but it has no contents"
   14239 #~ msgstr "%s:in Icyiciro Oya Ibigize"
   14240 
   14241 #, fuzzy
   14242 #~ msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
   14243 #~ msgstr "%s:%s:Byarenze urugero"
   14244 
   14245 #, fuzzy
   14246 #~ msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
   14247 #~ msgstr "%s:Iburira Umurongo Umubare Byarenze urugero"
   14248 
   14249 #, fuzzy
   14250 #~ msgid ""
   14251 #~ "ERROR: %s is compiled for the EP9312, whereas %s is compiled for XScale"
   14252 #~ msgstr "ni kugirango i ni kugirango"
   14253 
   14254 #, fuzzy
   14255 #~ msgid "warning: unable to update contents of %s section in %s"
   14256 #~ msgstr "Iburira Kuri Kuvugurura Ibigize Bya Icyiciro in"
   14257 
   14258 #, fuzzy
   14259 #~ msgid "Dwarf Error: Can't find .debug_str section."
   14260 #~ msgstr "Gushaka Icyiciro"
   14261 
   14262 #, fuzzy
   14263 #~ msgid ""
   14264 #~ "Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str "
   14265 #~ "size (%lu)."
   14266 #~ msgstr "Nta- boneza Biruta Cyangwa bingana Kuri Ingano"
   14267 
   14268 #, fuzzy
   14269 #~ msgid "Dwarf Error: Can't find .debug_abbrev section."
   14270 #~ msgstr "Gushaka Icyiciro"
   14271 
   14272 #, fuzzy
   14273 #~ msgid ""
   14274 #~ "Dwarf Error: Abbrev offset (%lu) greater than or equal to .debug_abbrev size "
   14275 #~ "(%lu)."
   14276 #~ msgstr "Nta- boneza Biruta Cyangwa bingana Kuri Ingano"
   14277 
   14278 #, fuzzy
   14279 #~ msgid "Dwarf Error: Invalid or unhandled FORM value: %u."
   14280 #~ msgstr "Cyangwa Agaciro"
   14281 
   14282 #, fuzzy
   14283 #~ msgid "Dwarf Error: mangled line number section (bad file number)."
   14284 #~ msgstr "Umurongo Umubare Icyiciro IDOSIYE Umubare"
   14285 
   14286 #, fuzzy
   14287 #~ msgid "Dwarf Error: Can't find .debug_line section."
   14288 #~ msgstr "Gushaka Icyiciro"
   14289 
   14290 #, fuzzy
   14291 #~ msgid ""
   14292 #~ "Dwarf Error: Line offset (%lu) greater than or equal to .debug_line size "
   14293 #~ "(%lu)."
   14294 #~ msgstr "Nta- boneza Biruta Cyangwa bingana Kuri Ingano"
   14295 
   14296 #, fuzzy
   14297 #~ msgid "Dwarf Error: mangled line number section."
   14298 #~ msgstr "Umurongo Umubare Icyiciro"
   14299 
   14300 #, fuzzy
   14301 #~ msgid "Dwarf Error: Could not find abbrev number %u."
   14302 #~ msgstr "OYA Gushaka Umubare"
   14303 
   14304 #, fuzzy
   14305 #~ msgid ""
   14306 #~ "Dwarf Error: found dwarf version '%u', this reader only handles version 2 "
   14307 #~ "information."
   14308 #~ msgstr "Byabonetse Verisiyo iyi Verisiyo 2. Ibisobanuro"
   14309 
   14310 #, fuzzy
   14311 #~ msgid ""
   14312 #~ "Dwarf Error: found address size '%u', this reader can not handle sizes "
   14313 #~ "greater than '%u'."
   14314 #~ msgstr "Byabonetse Aderesi Ingano iyi OYA Biruta"
   14315 
   14316 #, fuzzy
   14317 #~ msgid "Dwarf Error: Bad abbrev number: %u."
   14318 #~ msgstr "Umubare"
   14319 
   14320 #, fuzzy
   14321 #~ msgid ""
   14322 #~ "\n"
   14323 #~ "      End+1 symbol: %ld"
   14324 #~ msgstr "Impera 1. IKIMENYETSO"
   14325 
   14326 #, fuzzy
   14327 #~ msgid ""
   14328 #~ "\n"
   14329 #~ "      First symbol: %ld"
   14330 #~ msgstr "IKIMENYETSO"
   14331 
   14332 #, fuzzy
   14333 #~ msgid ""
   14334 #~ "\n"
   14335 #~ "      End+1 symbol: %-7ld   Type:  %s"
   14336 #~ msgstr "Impera 1. IKIMENYETSO"
   14337 
   14338 #, fuzzy
   14339 #~ msgid ""
   14340 #~ "\n"
   14341 #~ "      Local symbol: %ld"
   14342 #~ msgstr "IKIMENYETSO"
   14343 
   14344 #, fuzzy
   14345 #~ msgid ""
   14346 #~ "\n"
   14347 #~ "      struct; End+1 symbol: %ld"
   14348 #~ msgstr "Impera 1. IKIMENYETSO"
   14349 
   14350 #, fuzzy
   14351 #~ msgid ""
   14352 #~ "\n"
   14353 #~ "      union; End+1 symbol: %ld"
   14354 #~ msgstr "Ihuza Impera 1. IKIMENYETSO"
   14355 
   14356 #, fuzzy
   14357 #~ msgid ""
   14358 #~ "\n"
   14359 #~ "      enum; End+1 symbol: %ld"
   14360 #~ msgstr "Impera 1. IKIMENYETSO"
   14361 
   14362 # #-#-#-#-#  dbaccess.pot (PACKAGE VERSION)  #-#-#-#-#
   14363 # #-#-#-#-#  dbaccess.pot (PACKAGE VERSION)  #-#-#-#-#
   14364 #, fuzzy
   14365 #~ msgid ""
   14366 #~ "\n"
   14367 #~ "      Type: %s"
   14368 #~ msgstr "Ubwoko"
   14369 
   14370 #, fuzzy
   14371 #~ msgid ""
   14372 #~ "%s: warning: unresolvable relocation against symbol `%s' from %s section"
   14373 #~ msgstr "%s:Iburira IKIMENYETSO Bivuye Icyiciro"
   14374 
   14375 #, fuzzy
   14376 #~ msgid "%s: invalid string offset %u >= %lu for section `%s'"
   14377 #~ msgstr "%s:Sibyo Ikurikiranyanyuguti Nta- boneza kugirango Icyiciro"
   14378 
   14379 #, fuzzy
   14380 #~ msgid "%s: invalid SHT_GROUP entry"
   14381 #~ msgstr "%s:Sibyo Icyinjijwe"
   14382 
   14383 #, fuzzy
   14384 #~ msgid "%s: no group info for section %s"
   14385 #~ msgstr "%s:Oya Itsinda Ibisobanuro kugirango Icyiciro"
   14386 
   14387 #, fuzzy
   14388 #~ msgid "%s: invalid link %lu for reloc section %s (index %u)"
   14389 #~ msgstr "%s:Sibyo Ihuza kugirango Icyiciro Umubarendanga"
   14390 
   14391 #, fuzzy
   14392 #~ msgid "%s: Not enough room for program headers (allocated %u, need %u)"
   14393 #~ msgstr "%s:kugirango Porogaramu Imitwe"
   14394 
   14395 #, fuzzy
   14396 #~ msgid "%s: Not enough room for program headers, try linking with -N"
   14397 #~ msgstr "%s:kugirango Porogaramu Imitwe Impuza Na:"
   14398 
   14399 #, fuzzy
   14400 #~ msgid ""
   14401 #~ "Error: First section in segment (%s) starts at 0x%x whereas the segment "
   14402 #~ "starts at 0x%x"
   14403 #~ msgstr "Icyiciro in ku i ku"
   14404 
   14405 #, fuzzy
   14406 #~ msgid "%s: warning: allocated section `%s' not in segment"
   14407 #~ msgstr "%s:Iburira Icyiciro OYA in"
   14408 
   14409 #, fuzzy
   14410 #~ msgid ""
   14411 #~ "%s: warning: Empty loadable segment detected, is this intentional ?\n"
   14412 #~ msgstr "%s:Iburira ni iyi"
   14413 
   14414 #, fuzzy
   14415 #~ msgid ""
   14416 #~ "Unable to find equivalent output section for symbol '%s' from section '%s'"
   14417 #~ msgstr ""
   14418 #~ "Kuri Gushaka Ibisohoka Icyiciro kugirango IKIMENYETSO Bivuye Icyiciro"
   14419 
   14420 #, fuzzy
   14421 #~ msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'."
   14422 #~ msgstr "%s:Umumaro"
   14423 
   14424 #, fuzzy
   14425 #~ msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'."
   14426 #~ msgstr "%s:Umumaro"
   14427 
   14428 #, fuzzy
   14429 #~ msgid "%s(%s+0x%lx): %s relocation against SEC_MERGE section"
   14430 #~ msgstr "%s(%s+0x%lx):%sIcyiciro"
   14431 
   14432 #, fuzzy
   14433 #~ msgid ""
   14434 #~ "%s: warning: unresolvable relocation %d against symbol `%s' from %s section"
   14435 #~ msgstr "%s:Iburira IKIMENYETSO Bivuye Icyiciro"
   14436 
   14437 #, fuzzy
   14438 #~ msgid ""
   14439 #~ "Warning: Clearing the interworking flag of %s because non-interworking code "
   14440 #~ "in %s has been linked with it"
   14441 #~ msgstr "i Ibendera Bya ITEGEKONGENGA in Na:"
   14442 
   14443 #, fuzzy
   14444 #~ msgid ""
   14445 #~ "ERROR: %s is compiled for EABI version %d, whereas %s is compiled for "
   14446 #~ "version %d"
   14447 #~ msgstr "ni kugirango Verisiyo ni kugirango Verisiyo"
   14448 
   14449 #, fuzzy
   14450 #~ msgid "ERROR: %s is compiled for APCS-%d, whereas target %s uses APCS-%d"
   14451 #~ msgstr "ni kugirango Intego"
   14452 
   14453 #, fuzzy
   14454 #~ msgid "ERROR: %s uses VFP instructions, whereas %s does not"
   14455 #~ msgstr "Amabwiriza OYA"
   14456 
   14457 #, fuzzy
   14458 #~ msgid "ERROR: %s uses FPA instructions, whereas %s does not"
   14459 #~ msgstr "Amabwiriza OYA"
   14460 
   14461 #, fuzzy
   14462 #~ msgid "ERROR: %s uses Maverick instructions, whereas %s does not"
   14463 #~ msgstr "Amabwiriza OYA"
   14464 
   14465 #, fuzzy
   14466 #~ msgid "private flags = %lx:"
   14467 #~ msgstr "By'umwihariko Amabendera"
   14468 
   14469 #, fuzzy
   14470 #~ msgid " [interworking enabled]"
   14471 #~ msgstr "[Bikora"
   14472 
   14473 #, fuzzy
   14474 #~ msgid " [VFP float format]"
   14475 #~ msgstr "[Kureremba Imiterere"
   14476 
   14477 #, fuzzy
   14478 #~ msgid " [Maverick float format]"
   14479 #~ msgstr "[Kureremba Imiterere"
   14480 
   14481 #, fuzzy
   14482 #~ msgid " [FPA float format]"
   14483 #~ msgstr "[Kureremba Imiterere"
   14484 
   14485 #, fuzzy
   14486 #~ msgid " [new ABI]"
   14487 #~ msgstr "[Gishya"
   14488 
   14489 #, fuzzy
   14490 #~ msgid " [old ABI]"
   14491 #~ msgstr "[ki/ bishaje"
   14492 
   14493 #, fuzzy
   14494 #~ msgid " [unsorted symbol table]"
   14495 #~ msgstr "[bitashunguye IKIMENYETSO imbonerahamwe#"
   14496 
   14497 #, fuzzy
   14498 #~ msgid " [dynamic symbols use segment index]"
   14499 #~ msgstr "[Ibimenyetso Gukoresha Umubarendanga"
   14500 
   14501 #, fuzzy
   14502 #~ msgid " [mapping symbols precede others]"
   14503 #~ msgstr "[Igereranya Ibimenyetso Ibindi"
   14504 
   14505 #, fuzzy
   14506 #~ msgid " [has entry point]"
   14507 #~ msgstr "[Icyinjijwe Akadomo"
   14508 
   14509 #, fuzzy
   14510 #~ msgid "%s: unresolvable relocation %s against symbol `%s' from %s section"
   14511 #~ msgstr "%s:IKIMENYETSO Bivuye Icyiciro"
   14512 
   14513 #, fuzzy
   14514 #~ msgid ""
   14515 #~ "%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section"
   14516 #~ msgstr "%s:kugirango IKIMENYETSO Bivuye Icyiciro"
   14517 
   14518 #, fuzzy
   14519 #~ msgid "[whose name is lost]"
   14520 #~ msgstr "[bya Izina: ni"
   14521 
   14522 #, fuzzy
   14523 #~ msgid ""
   14524 #~ "%s: relocation %s with non-zero addend %d against local symbol from %s "
   14525 #~ "section"
   14526 #~ msgstr "%s:Na: Zeru IKIMENYETSO Bivuye Icyiciro"
   14527 
   14528 #, fuzzy
   14529 #~ msgid ""
   14530 #~ "%s: relocation %s with non-zero addend %d against symbol `%s' from %s section"
   14531 #~ msgstr "%s:Na: Zeru IKIMENYETSO Bivuye Icyiciro"
   14532 
   14533 #, fuzzy
   14534 #~ msgid ""
   14535 #~ "%s: relocation %s is not allowed for global symbol: `%s' from %s section"
   14536 #~ msgstr "%s:ni OYA kugirango IKIMENYETSO Bivuye Icyiciro"
   14537 
   14538 #, fuzzy
   14539 #~ msgid "%s: relocation %s in section %s with no GOT created"
   14540 #~ msgstr "%s:in Icyiciro Na: Oya Byaremwe"
   14541 
   14542 #, fuzzy
   14543 #~ msgid ""
   14544 #~ "%s, section %s:\n"
   14545 #~ "  relocation %s should not be used in a shared object; recompile with -fPIC"
   14546 #~ msgstr "%s,Icyiciro OYA in a Igikoresho Na:"
   14547 
   14548 #, fuzzy
   14549 #~ msgid " [symbols have a _ prefix]"
   14550 #~ msgstr "[Ibimenyetso a Imbanziriza"
   14551 
   14552 #, fuzzy
   14553 #~ msgid ""
   14554 #~ "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols"
   14555 #~ msgstr "%s:Ibimenyetso IDOSIYE Na: Ibimenyetso"
   14556 
   14557 #, fuzzy
   14558 #~ msgid ""
   14559 #~ "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols"
   14560 #~ msgstr "%s:Ibimenyetso IDOSIYE Na: Ibimenyetso"
   14561 
   14562 #, fuzzy
   14563 #~ msgid ""
   14564 #~ "%s: compiled with %s and linked with modules that use non-pic relocations"
   14565 #~ msgstr "%s:Na: Na Na: Modire Gukoresha"
   14566 
   14567 #, fuzzy
   14568 #~ msgid "%s: compiled with %s and linked with modules compiled with %s"
   14569 #~ msgstr "%s:Na: Na Na: Modire Na:"
   14570 
   14571 #, fuzzy
   14572 #~ msgid ""
   14573 #~ "%s: uses different unknown e_flags (0x%lx) fields than previous modules "
   14574 #~ "(0x%lx)"
   14575 #~ msgstr "%s:Kitazwi Imyanya Ibanjirije Modire"
   14576 
   14577 #, fuzzy
   14578 #~ msgid "private flags = 0x%lx:"
   14579 #~ msgstr "By'umwihariko Amabendera"
   14580 
   14581 #, fuzzy
   14582 #~ msgid "%s: Relocations in generic ELF (EM: %d)"
   14583 #~ msgstr "%s:in Gifitanye isano"
   14584 
   14585 #, fuzzy
   14586 #~ msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections"
   14587 #~ msgstr "%s(%s+0x%lx):Na: Ibyatoranyijwe"
   14588 
   14589 #, fuzzy
   14590 #~ msgid ""
   14591 #~ "%s: relocation %s can not be used when making a shared object; recompile "
   14592 #~ "with -fPIC"
   14593 #~ msgstr "%s:OYA Ryari: a Igikoresho Na:"
   14594 
   14595 #, fuzzy
   14596 #~ msgid ""
   14597 #~ "%s: relocation %s should not be used when making a shared object; recompile "
   14598 #~ "with -fPIC"
   14599 #~ msgstr "%s:OYA Ryari: a Igikoresho Na:"
   14600 
   14601 #, fuzzy
   14602 #~ msgid "%s(%s+0x%lx): cannot handle %s for %s"
   14603 #~ msgstr "%s(%s+0x%lx):kugirango"
   14604 
   14605 #, fuzzy
   14606 #~ msgid ".got section not immediately after .plt section"
   14607 #~ msgstr ""
   14608 #~ ".Project- Id- Version: basctl\n"
   14609 #~ "POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
   14610 #~ "PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
   14611 #~ "Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
   14612 #~ "Content- Type: text/ plain; charset= UTF- 8\n"
   14613 #~ "Content- Transfer- Encoding: 8bit\n"
   14614 #~ "X- Generator: KBabel 1. 0\n"
   14615 #~ "."
   14616 
   14617 #, fuzzy
   14618 #~ msgid "%s: `%s' accessed both as normal and thread local symbol"
   14619 #~ msgstr "%s:`%s'birabonetse Byombi Nka Bisanzwe Na Urudodo IKIMENYETSO"
   14620 
   14621 #, fuzzy
   14622 #~ msgid "%s(%s+0x%lx): unresolvable relocation against symbol `%s'"
   14623 #~ msgstr "%s(%s+0x%lx):IKIMENYETSO"
   14624 
   14625 #, fuzzy
   14626 #~ msgid "%s(%s+0x%lx): reloc against `%s': error %d"
   14627 #~ msgstr "%s(%s+0x%lx):Ikosa"
   14628 
   14629 #, fuzzy
   14630 #~ msgid ""
   14631 #~ "ip2k relaxer: switch table without complete matching relocation information."
   14632 #~ msgstr "Hindura imbonerahamwe# Byuzuye Ibisobanuro"
   14633 
   14634 #, fuzzy
   14635 #~ msgid "ip2k relaxer: switch table header corrupt."
   14636 #~ msgstr "Hindura imbonerahamwe# Umutwempangano"
   14637 
   14638 #, fuzzy
   14639 #~ msgid "ip2k linker: missing page instruction at 0x%08lx (dest = 0x%08lx)."
   14640 #~ msgstr "Ibuze Ipaji ku"
   14641 
   14642 #, fuzzy
   14643 #~ msgid "ip2k linker: redundant page instruction at 0x%08lx (dest = 0x%08lx)."
   14644 #~ msgstr "Ipaji ku"
   14645 
   14646 #, fuzzy
   14647 #~ msgid "unsupported relocation between data/insn address spaces"
   14648 #~ msgstr "hagati Ibyatanzwe Aderesi Imyanya"
   14649 
   14650 #, fuzzy
   14651 #~ msgid ""
   14652 #~ "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
   14653 #~ msgstr "%s:Imyanya Ibanjirije Modire"
   14654 
   14655 #, fuzzy
   14656 #~ msgid "SDA relocation when _SDA_BASE_ not defined"
   14657 #~ msgstr "Ryari: OYA"
   14658 
   14659 #, fuzzy
   14660 #~ msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)"
   14661 #~ msgstr "%s:Intego Bya ni in i Icyiciro"
   14662 
   14663 #, fuzzy
   14664 #~ msgid "%s: Instruction set mismatch with previous modules"
   14665 #~ msgstr "%s:Gushyiraho Na: Ibanjirije Modire"
   14666 
   14667 #, fuzzy
   14668 #~ msgid "private flags = %lx"
   14669 #~ msgstr "By'umwihariko Amabendera"
   14670 
   14671 #, fuzzy
   14672 #~ msgid ": m32rx instructions"
   14673 #~ msgstr ":Amabwiriza"
   14674 
   14675 #, fuzzy
   14676 #~ msgid ""
   14677 #~ "Reference to the far symbol `%s' using a wrong relocation may result in "
   14678 #~ "incorrect execution"
   14679 #~ msgstr "Kuri i IKIMENYETSO ikoresha a Gicurasi Igisubizo in"
   14680 
   14681 #, fuzzy
   14682 #~ msgid ""
   14683 #~ "banked address [%lx:%04lx] (%lx) is not in the same bank as current banked "
   14684 #~ "address [%lx:%04lx] (%lx)"
   14685 #~ msgstr "Aderesi ni OYA in i Nka KIGEZWEHO Aderesi"
   14686 
   14687 #, fuzzy
   14688 #~ msgid ""
   14689 #~ "reference to a banked address [%lx:%04lx] in the normal address space at "
   14690 #~ "%04lx"
   14691 #~ msgstr "Indango Kuri a Aderesi in i Bisanzwe Aderesi Umwanya ku"
   14692 
   14693 #, fuzzy
   14694 #~ msgid ""
   14695 #~ "%s: linking files compiled for 16-bit integers (-mshort) and others for "
   14696 #~ "32-bit integers"
   14697 #~ msgstr "%s:Impuza Idosiye kugirango Na Ibindi kugirango"
   14698 
   14699 #, fuzzy
   14700 #~ msgid ""
   14701 #~ "%s: linking files compiled for 32-bit double (-fshort-double) and others for "
   14702 #~ "64-bit double"
   14703 #~ msgstr ""
   14704 #~ "%s:Impuza Idosiye kugirango MAHARAKUBIRI MAHARAKUBIRI Na Ibindi kugirango "
   14705 #~ "MAHARAKUBIRI"
   14706 
   14707 #, fuzzy
   14708 #~ msgid "%s: linking files compiled for HCS12 with others compiled for HC12"
   14709 #~ msgstr "%s:Impuza Idosiye kugirango Na: Ibindi kugirango"
   14710 
   14711 #, fuzzy
   14712 #~ msgid "[abi=32-bit int, "
   14713 #~ msgstr "[INT"
   14714 
   14715 #, fuzzy
   14716 #~ msgid "[abi=16-bit int, "
   14717 #~ msgstr "[INT"
   14718 
   14719 #, fuzzy
   14720 #~ msgid "64-bit double, "
   14721 #~ msgstr "MAHARAKUBIRI"
   14722 
   14723 #, fuzzy
   14724 #~ msgid "32-bit double, "
   14725 #~ msgstr "MAHARAKUBIRI"
   14726 
   14727 #, fuzzy
   14728 #~ msgid "cpu=HC11]"
   14729 #~ msgstr "CPU"
   14730 
   14731 #, fuzzy
   14732 #~ msgid "cpu=HCS12]"
   14733 #~ msgstr "CPU"
   14734 
   14735 #, fuzzy
   14736 #~ msgid "cpu=HC12]"
   14737 #~ msgstr "CPU"
   14738 
   14739 #, fuzzy
   14740 #~ msgid " [memory=bank-model]"
   14741 #~ msgstr "[Ububiko Urugero"
   14742 
   14743 #, fuzzy
   14744 #~ msgid " [memory=flat]"
   14745 #~ msgstr "[Ububiko Kirambuye"
   14746 
   14747 #, fuzzy
   14748 #~ msgid "%s: Relocation %s (%d) is not currently supported.\n"
   14749 #~ msgstr "%s:ni OYA"
   14750 
   14751 #, fuzzy
   14752 #~ msgid "32bits gp relative relocation occurs for an external symbol"
   14753 #~ msgstr "Bifitanye isano kugirango external IKIMENYETSO"
   14754 
   14755 #, fuzzy
   14756 #~ msgid "Linking mips16 objects into %s format is not supported"
   14757 #~ msgstr "Ibintu Imiterere ni OYA"
   14758 
   14759 #, fuzzy
   14760 #~ msgid "generic linker can't handle %s"
   14761 #~ msgstr "Gifitanye isano"
   14762 
   14763 #, fuzzy
   14764 #~ msgid ""
   14765 #~ "%s: compiled with -mrelocatable and linked with modules compiled normally"
   14766 #~ msgstr "%s:Na: Na Na: Modire"
   14767 
   14768 #, fuzzy
   14769 #~ msgid ""
   14770 #~ "%s: compiled normally and linked with modules compiled with -mrelocatable"
   14771 #~ msgstr "%s:Na Na: Modire Na:"
   14772 
   14773 #, fuzzy
   14774 #~ msgid "%s(%s+0x%lx): %s reloc against local symbol"
   14775 #~ msgstr "%s(%s+0x%lx):%sIKIMENYETSO"
   14776 
   14777 #, fuzzy
   14778 #~ msgid "%s(%s+0x%lx): non-zero addend on %s reloc against `%s'"
   14779 #~ msgstr "%s(%s+0x%lx):Zeru ku"
   14780 
   14781 #, fuzzy
   14782 #~ msgid ""
   14783 #~ "%s: the target (%s) of a %s relocation is in the wrong output section (%s)"
   14784 #~ msgstr "%s:i Intego Bya a ni in i Ibisohoka Icyiciro"
   14785 
   14786 #, fuzzy
   14787 #~ msgid "%s: relocation %s is not yet supported for symbol %s."
   14788 #~ msgstr "%s:ni OYA kugirango IKIMENYETSO"
   14789 
   14790 #, fuzzy
   14791 #~ msgid "%s(%s+0x%lx): unresolvable %s relocation against symbol `%s'"
   14792 #~ msgstr "%s(%s+0x%lx):IKIMENYETSO"
   14793 
   14794 #, fuzzy
   14795 #~ msgid "%s(%s+0x%lx): %s reloc against `%s': error %d"
   14796 #~ msgstr "%s(%s+0x%lx):%sIkosa"
   14797 
   14798 #, fuzzy
   14799 #~ msgid "corrupt or empty %s section in %s"
   14800 #~ msgstr "Cyangwa ubusa Icyiciro in"
   14801 
   14802 #, fuzzy
   14803 #~ msgid "corrupt %s section in %s"
   14804 #~ msgstr "Icyiciro in"
   14805 
   14806 #, fuzzy
   14807 #~ msgid "warning: unable to set size of %s section in %s"
   14808 #~ msgstr "Iburira Kuri Gushyiraho Ingano Bya Icyiciro in"
   14809 
   14810 #, fuzzy
   14811 #~ msgid "failed to compute new APUinfo section."
   14812 #~ msgstr "Byanze Kuri Gishya Icyiciro"
   14813 
   14814 #, fuzzy
   14815 #~ msgid "failed to install new APUinfo section."
   14816 #~ msgstr "Byanze Kuri Kwinjiza porogaramu Gishya Icyiciro"
   14817 
   14818 #, fuzzy
   14819 #~ msgid "%s: 0x%lx: warning: bad R_SH_USES offset"
   14820 #~ msgstr "%s:Iburira Nta- boneza"
   14821 
   14822 #, fuzzy
   14823 #~ msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x"
   14824 #~ msgstr "%s:Iburira Utudomo Kuri"
   14825 
   14826 #, fuzzy
   14827 #~ msgid "%s: 0x%lx: warning: bad R_SH_USES load offset"
   14828 #~ msgstr "%s:Iburira Ibirimo Nta- boneza"
   14829 
   14830 #, fuzzy
   14831 #~ msgid "%s: 0x%lx: warning: could not find expected reloc"
   14832 #~ msgstr "%s:Iburira OYA Gushaka Ikitezwe:"
   14833 
   14834 #, fuzzy
   14835 #~ msgid "%s: 0x%lx: warning: symbol in unexpected section"
   14836 #~ msgstr "%s:Iburira IKIMENYETSO in Icyiciro"
   14837 
   14838 #, fuzzy
   14839 #~ msgid "%s: 0x%lx: warning: could not find expected COUNT reloc"
   14840 #~ msgstr "%s:Iburira OYA Gushaka Ikitezwe:"
   14841 
   14842 #, fuzzy
   14843 #~ msgid "%s: 0x%lx: warning: bad count"
   14844 #~ msgstr "%s:Iburira IBARA"
   14845 
   14846 #, fuzzy
   14847 #~ msgid "%s: 0x%lx: fatal: reloc overflow while relaxing"
   14848 #~ msgstr "%s:Byarenze urugero"
   14849 
   14850 #, fuzzy
   14851 #~ msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled"
   14852 #~ msgstr "ku IKIMENYETSO ni OYA"
   14853 
   14854 #, fuzzy
   14855 #~ msgid "%s: unresolvable relocation against symbol `%s' from %s section"
   14856 #~ msgstr "%s:IKIMENYETSO Bivuye Icyiciro"
   14857 
   14858 #, fuzzy
   14859 #~ msgid ""
   14860 #~ "%s: 0x%lx: fatal: unaligned branch target for relax-support relocation"
   14861 #~ msgstr "%s:Intego kugirango Gushigikira"
   14862 
   14863 #, fuzzy
   14864 #~ msgid "%s: TLS local exec code cannot be linked into shared objects"
   14865 #~ msgstr "%s:ITEGEKONGENGA Ibintu"
   14866 
   14867 #, fuzzy
   14868 #~ msgid "%s: compiled as 32-bit object and %s is 64-bit"
   14869 #~ msgstr "%s:Nka Igikoresho Na ni"
   14870 
   14871 #, fuzzy
   14872 #~ msgid "%s: compiled as 64-bit object and %s is 32-bit"
   14873 #~ msgstr "%s:Nka Igikoresho Na ni"
   14874 
   14875 #, fuzzy
   14876 #~ msgid "%s: encountered datalabel symbol in input"
   14877 #~ msgstr "%s:IKIMENYETSO in Iyinjiza"
   14878 
   14879 #, fuzzy
   14880 #~ msgid "PTB mismatch: a SHmedia address (bit 0 == 1)"
   14881 #~ msgstr "a Aderesi 0 1."
   14882 
   14883 #, fuzzy
   14884 #~ msgid "PTA mismatch: a SHcompact address (bit 0 == 0)"
   14885 #~ msgstr "a Aderesi 0 0"
   14886 
   14887 #, fuzzy
   14888 #~ msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16"
   14889 #~ msgstr "%s:Ikosa Na:"
   14890 
   14891 #, fuzzy
   14892 #~ msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n"
   14893 #~ msgstr "%s:Ikosa Ubwoko ku"
   14894 
   14895 #, fuzzy
   14896 #~ msgid "%s: could not write out added .cranges entries"
   14897 #~ msgstr "%s:OYA Kwandika Inyuma Kyongewe Ibyinjijwe"
   14898 
   14899 #, fuzzy
   14900 #~ msgid "%s: could not write out sorted .cranges entries"
   14901 #~ msgstr "%s:OYA Kwandika Inyuma bishunguwe Ibyinjijwe"
   14902 
   14903 #, fuzzy
   14904 #~ msgid "%s: compiled for a 64 bit system and target is 32 bit"
   14905 #~ msgstr "%s:kugirango a Sisitemu Na Intego ni"
   14906 
   14907 #, fuzzy
   14908 #~ msgid "%s: linking little endian files with big endian files"
   14909 #~ msgstr "%s:Impuza Idosiye Na: Idosiye"
   14910 
   14911 #, fuzzy
   14912 #~ msgid "Variable `%s' cannot occupy in multiple small data regions"
   14913 #~ msgstr "in Igikubo Gitoya Ibyatanzwe"
   14914 
   14915 #, fuzzy
   14916 #~ msgid ""
   14917 #~ "Variable `%s' can only be in one of the small, zero, and tiny data regions"
   14918 #~ msgstr "in Bya i Gitoya Zeru Na Bito Ibyatanzwe"
   14919 
   14920 #, fuzzy
   14921 #~ msgid ""
   14922 #~ "Variable `%s' cannot be in both small and zero data regions simultaneously"
   14923 #~ msgstr "in Byombi Gitoya Na Zeru Ibyatanzwe"
   14924 
   14925 #, fuzzy
   14926 #~ msgid ""
   14927 #~ "Variable `%s' cannot be in both small and tiny data regions simultaneously"
   14928 #~ msgstr "in Byombi Gitoya Na Bito Ibyatanzwe"
   14929 
   14930 #, fuzzy
   14931 #~ msgid ""
   14932 #~ "Variable `%s' cannot be in both zero and tiny data regions simultaneously"
   14933 #~ msgstr "in Byombi Zeru Na Bito Ibyatanzwe"
   14934 
   14935 #, fuzzy
   14936 #~ msgid "FAILED to find previous HI16 reloc\n"
   14937 #~ msgstr "Kuri Gushaka Ibanjirije"
   14938 
   14939 #, fuzzy
   14940 #~ msgid "could not locate special linker symbol __gp"
   14941 #~ msgstr "OYA Bidasanzwe IKIMENYETSO"
   14942 
   14943 #, fuzzy
   14944 #~ msgid "could not locate special linker symbol __ep"
   14945 #~ msgstr "OYA Bidasanzwe IKIMENYETSO"
   14946 
   14947 #, fuzzy
   14948 #~ msgid "could not locate special linker symbol __ctbp"
   14949 #~ msgstr "OYA Bidasanzwe IKIMENYETSO"
   14950 
   14951 #, fuzzy
   14952 #~ msgid "private flags = %lx: "
   14953 #~ msgstr "By'umwihariko Amabendera"
   14954 
   14955 #, fuzzy
   14956 #~ msgid " [d-float]"
   14957 #~ msgstr "[D Kureremba"
   14958 
   14959 #, fuzzy
   14960 #~ msgid " [g-float]"
   14961 #~ msgstr "[g Kureremba"
   14962 
   14963 #, fuzzy
   14964 #~ msgid ""
   14965 #~ "%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of "
   14966 #~ "%ld"
   14967 #~ msgstr "%s:Iburira Bya Kuri OYA BIHUYE Ibanjirije Bya"
   14968 
   14969 #, fuzzy
   14970 #~ msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored"
   14971 #~ msgstr "%s:Iburira Bya Kuri Bivuye Icyiciro"
   14972 
   14973 #, fuzzy
   14974 #~ msgid "%s: warning: %s relocation against symbol `%s' from %s section"
   14975 #~ msgstr "%s:Iburira IKIMENYETSO Bivuye Icyiciro"
   14976 
   14977 #, fuzzy
   14978 #~ msgid "%s: warning: %s relocation to 0x%x from %s section"
   14979 #~ msgstr "%s:Iburira Kuri Bivuye Icyiciro"
   14980 
   14981 #, fuzzy
   14982 #~ msgid "non-zero addend in @fptr reloc"
   14983 #~ msgstr "Zeru in"
   14984 
   14985 #, fuzzy
   14986 #~ msgid "%s: .got subsegment exceeds 64K (size %d)"
   14987 #~ msgstr ""
   14988 #~ "%s:.Project- Id- Version: basctl\n"
   14989 #~ "POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
   14990 #~ "PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
   14991 #~ "Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
   14992 #~ "Content- Type: text/ plain; charset= UTF- 8\n"
   14993 #~ "Content- Transfer- Encoding: 8bit\n"
   14994 #~ "X- Generator: KBabel 1. 0\n"
   14995 #~ "."
   14996 
   14997 #, fuzzy
   14998 #~ msgid "%s: gp-relative relocation against dynamic symbol %s"
   14999 #~ msgstr "%s:Bifitanye isano IKIMENYETSO"
   15000 
   15001 #, fuzzy
   15002 #~ msgid "%s: pc-relative relocation against dynamic symbol %s"
   15003 #~ msgstr "%s:Bifitanye isano IKIMENYETSO"
   15004 
   15005 #, fuzzy
   15006 #~ msgid "%s: change in gp: BRSGP %s"
   15007 #~ msgstr "%s:Guhindura>> in"
   15008 
   15009 #, fuzzy
   15010 #~ msgid "%s: dtp-relative relocation against dynamic symbol %s"
   15011 #~ msgstr "%s:Bifitanye isano IKIMENYETSO"
   15012 
   15013 #, fuzzy
   15014 #~ msgid "stub entry for %s cannot load .plt, dp offset = %ld"
   15015 #~ msgstr "Icyinjijwe kugirango Ibirimo Nta- boneza"
   15016 
   15017 #, fuzzy
   15018 #~ msgid ""
   15019 #~ "%s: Internal inconsistency error for value for\n"
   15020 #~ " linker-allocated global register: linked: 0x%lx%08lx != relaxed: "
   15021 #~ "0x%lx%08lx\n"
   15022 #~ msgstr "%s:Ikosa kugirango Agaciro Kwiyandikisha"
   15023 
   15024 #, fuzzy
   15025 #~ msgid ""
   15026 #~ "%s: base-plus-offset relocation against register symbol: (unknown) in %s"
   15027 #~ msgstr ""
   15028 #~ "%s:SHINGIRO Guteranya Nta- boneza Kwiyandikisha IKIMENYETSO Kitazwi in"
   15029 
   15030 #, fuzzy
   15031 #~ msgid "%s: base-plus-offset relocation against register symbol: %s in %s"
   15032 #~ msgstr "%s:SHINGIRO Guteranya Nta- boneza Kwiyandikisha IKIMENYETSO in"
   15033 
   15034 #, fuzzy
   15035 #~ msgid "%s: register relocation against non-register symbol: (unknown) in %s"
   15036 #~ msgstr "%s:Kwiyandikisha Kwiyandikisha IKIMENYETSO Kitazwi in"
   15037 
   15038 #, fuzzy
   15039 #~ msgid "%s: register relocation against non-register symbol: %s in %s"
   15040 #~ msgstr "%s:Kwiyandikisha Kwiyandikisha IKIMENYETSO in"
   15041 
   15042 #, fuzzy
   15043 #~ msgid "%s: directive LOCAL valid only with a register or absolute value"
   15044 #~ msgstr "%s:Byemewe Na: a Kwiyandikisha Cyangwa Agaciro"
   15045 
   15046 #, fuzzy
   15047 #~ msgid ""
   15048 #~ "%s: LOCAL directive: Register $%ld is not a local register.  First global "
   15049 #~ "register is $%ld."
   15050 #~ msgstr "%s:ni OYA a Kwiyandikisha Kwiyandikisha ni"
   15051 
   15052 #, fuzzy
   15053 #~ msgid ""
   15054 #~ "%s: Error: multiple definition of `%s'; start of %s is set in a earlier "
   15055 #~ "linked file\n"
   15056 #~ msgstr "%s:Igikubo Insobanuro Bya Gutangira Bya ni Gushyiraho in a"
   15057 
   15058 #, fuzzy
   15059 #~ msgid ""
   15060 #~ "Internal inconsistency: remaining %u != max %u.\n"
   15061 #~ "  Please report this bug."
   15062 #~ msgstr "KININI Icyegeranyo iyi"
   15063 
   15064 #, fuzzy
   15065 #~ msgid "%s: compiled for a big endian system and target is little endian"
   15066 #~ msgstr "%s:kugirango a Sisitemu Na Intego ni"
   15067 
   15068 #, fuzzy
   15069 #~ msgid "%s: compiled for a little endian system and target is big endian"
   15070 #~ msgstr "%s:kugirango a Sisitemu Na Intego ni"
   15071 
   15072 #, fuzzy
   15073 #~ msgid "%s: unexpected reloc type %u in .opd section"
   15074 #~ msgstr "%s:Ubwoko in Icyiciro"
   15075 
   15076 #, fuzzy
   15077 #~ msgid "%s: .opd is not a regular array of opd entries"
   15078 #~ msgstr ""
   15079 #~ "%s:.Project- Id- Version: basctl\n"
   15080 #~ "POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
   15081 #~ "PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
   15082 #~ "Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
   15083 #~ "Content- Type: text/ plain; charset= UTF- 8\n"
   15084 #~ "Content- Transfer- Encoding: 8bit\n"
   15085 #~ "X- Generator: KBabel 1. 0\n"
   15086 #~ "."
   15087 
   15088 #, fuzzy
   15089 #~ msgid "linkage table error against `%s'"
   15090 #~ msgstr "imbonerahamwe# Ikosa"
   15091 
   15092 #, fuzzy
   15093 #~ msgid ".glink and .plt too far apart"
   15094 #~ msgstr ""
   15095 #~ ".Project- Id- Version: basctl\n"
   15096 #~ "POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
   15097 #~ "PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
   15098 #~ "Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
   15099 #~ "Content- Type: text/ plain; charset= UTF- 8\n"
   15100 #~ "Content- Transfer- Encoding: 8bit\n"
   15101 #~ "X- Generator: KBabel 1. 0\n"
   15102 #~ "."
   15103 
   15104 #, fuzzy
   15105 #~ msgid "stubs don't match calculated size"
   15106 #~ msgstr "BIHUYE Ingano"
   15107 
   15108 #, fuzzy
   15109 #~ msgid ""
   15110 #~ "linker stubs in %u groups\n"
   15111 #~ "  branch       %lu\n"
   15112 #~ "  toc adjust   %lu\n"
   15113 #~ "  long branch  %lu\n"
   15114 #~ "  long toc adj %lu\n"
   15115 #~ "  plt call     %lu"
   15116 #~ msgstr "in"
   15117 
   15118 #, fuzzy
   15119 #~ msgid ""
   15120 #~ "%s(%s+0x%lx): automatic multiple TOCs not supported using your crt files; "
   15121 #~ "recompile with -mminimal-toc or upgrade gcc"
   15122 #~ msgstr "%s(%s+0x%lx):Byikoresha Igikubo OYA ikoresha Idosiye Na: Cyangwa"
   15123 
   15124 #, fuzzy
   15125 #~ msgid ""
   15126 #~ "%s(%s+0x%lx): sibling call optimization to `%s' does not allow automatic "
   15127 #~ "multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, "
   15128 #~ "or make `%s' extern"
   15129 #~ msgstr ""
   15130 #~ "%s(%s+0x%lx):Kuri OYA Kwemerera Byikoresha Igikubo Na: Cyangwa Kugeza ku "
   15131 #~ "ndunduro Amahamagara: Cyangwa Ubwoko"
   15132 
   15133 #, fuzzy
   15134 #~ msgid "%s: check_relocs: unhandled reloc type %d"
   15135 #~ msgstr "%s:Ubwoko"
   15136 
   15137 #, fuzzy
   15138 #~ msgid "%s: Only registers %%g[2367] can be declared using STT_REGISTER"
   15139 #~ msgstr "%s:ikoresha"
   15140 
   15141 #, fuzzy
   15142 #~ msgid "Register %%g%d used incompatibly: %s in %s, previously %s in %s"
   15143 #~ msgstr "in in"
   15144 
   15145 #, fuzzy
   15146 #~ msgid "Symbol `%s' has differing types: REGISTER in %s, previously %s in %s"
   15147 #~ msgstr "in in"
   15148 
   15149 #, fuzzy
   15150 #~ msgid "Symbol `%s' has differing types: %s in %s, previously REGISTER in %s"
   15151 #~ msgstr "in in"
   15152 
   15153 #, fuzzy
   15154 #~ msgid "%s: linking UltraSPARC specific with HAL specific code"
   15155 #~ msgstr "%s:Impuza Na: ITEGEKONGENGA"
   15156 
   15157 #, fuzzy
   15158 #~ msgid "%s: %s' accessed both as normal and thread local symbol"
   15159 #~ msgstr "%s:%s'birabonetse Byombi Nka Bisanzwe Na Urudodo IKIMENYETSO"
   15160 
   15161 #, fuzzy
   15162 #~ msgid "%s: version count (%ld) does not match symbol count (%ld)"
   15163 #~ msgstr "%s:Verisiyo IBARA OYA BIHUYE IKIMENYETSO IBARA"
   15164 
   15165 #, fuzzy
   15166 #~ msgid "%s(%s): relocation %d has invalid symbol index %ld"
   15167 #~ msgstr "%s(%s):Sibyo IKIMENYETSO Umubarendanga"
   15168 
   15169 #, fuzzy
   15170 #~ msgid ""
   15171 #~ "%s: warning: unexpected redefinition of indirect versioned symbol `%s'"
   15172 #~ msgstr "%s:Iburira Bya BUZIGUYE IKIMENYETSO"
   15173 
   15174 #, fuzzy
   15175 #~ msgid "warning: type and size of dynamic symbol `%s' are not defined"
   15176 #~ msgstr "Iburira Ubwoko Na Ingano Bya IKIMENYETSO OYA"
   15177 
   15178 #, fuzzy
   15179 #~ msgid "%s: %s: invalid version %u (max %d)"
   15180 #~ msgstr "%s:%s:Sibyo Verisiyo KININI"
   15181 
   15182 #, fuzzy
   15183 #~ msgid "Warning: alignment %u of symbol `%s' in %s is smaller than %u in %s"
   15184 #~ msgstr "Itunganya Bya IKIMENYETSO in ni Gitoya in"
   15185 
   15186 #, fuzzy
   15187 #~ msgid "Warning: size of symbol `%s' changed from %lu in %s to %lu in %s"
   15188 #~ msgstr "Ingano Bya IKIMENYETSO Byahinduwe Bivuye in Kuri in"
   15189 
   15190 #, fuzzy
   15191 #~ msgid "Not enough memory to sort relocations"
   15192 #~ msgstr "Ububiko Kuri Ishungura"
   15193 
   15194 #, fuzzy
   15195 #~ msgid "warning: %s section has zero size"
   15196 #~ msgstr "Iburira Icyiciro Zeru Ingano"
   15197 
   15198 #, fuzzy
   15199 #~ msgid "%s: %s symbol `%s' in %s is referenced by DSO"
   15200 #~ msgstr "%s:%sIKIMENYETSO in ni ku"
   15201 
   15202 #, fuzzy
   15203 #~ msgid "%T: discarded in section `%s' from %s\n"
   15204 #~ msgstr "%T:in Icyiciro Bivuye"
   15205 
   15206 #, fuzzy
   15207 #~ msgid "static procedure (no name)"
   15208 #~ msgstr "Oya Izina:"
   15209 
   15210 #, fuzzy
   15211 #~ msgid "not enough GOT space for local GOT entries"
   15212 #~ msgstr "OYA Umwanya kugirango Ibyinjijwe"
   15213 
   15214 #, fuzzy
   15215 #~ msgid "%s: %s+0x%lx: jump to stub routine which is not jal"
   15216 #~ msgstr "%s:%s+0x%lx:Simbuka Kuri ni OYA"
   15217 
   15218 #, fuzzy
   15219 #~ msgid "%s: Malformed reloc detected for section %s"
   15220 #~ msgstr "%s:kugirango Icyiciro"
   15221 
   15222 #, fuzzy
   15223 #~ msgid "%s: CALL16 reloc at 0x%lx not against global symbol"
   15224 #~ msgstr "%s:ku OYA IKIMENYETSO"
   15225 
   15226 #, fuzzy
   15227 #~ msgid "%s: endianness incompatible with that of the selected emulation"
   15228 #~ msgstr "%s:Na: Bya i Byahiswemo"
   15229 
   15230 #, fuzzy
   15231 #~ msgid "%s: ABI is incompatible with that of the selected emulation"
   15232 #~ msgstr "%s:ni Na: Bya i Byahiswemo"
   15233 
   15234 #, fuzzy
   15235 #~ msgid "%s: warning: linking PIC files with non-PIC files"
   15236 #~ msgstr "%s:Iburira Impuza Idosiye Na: Idosiye"
   15237 
   15238 #, fuzzy
   15239 #~ msgid "%s: linking 32-bit code with 64-bit code"
   15240 #~ msgstr "%s:Impuza ITEGEKONGENGA Na: ITEGEKONGENGA"
   15241 
   15242 #, fuzzy
   15243 #~ msgid "%s: linking %s module with previous %s modules"
   15244 #~ msgstr "%s:Impuza Modire Na: Ibanjirije Modire"
   15245 
   15246 #, fuzzy
   15247 #~ msgid "%s: ABI mismatch: linking %s module with previous %s modules"
   15248 #~ msgstr "%s:Impuza Modire Na: Ibanjirije Modire"
   15249 
   15250 #, fuzzy
   15251 #~ msgid " [abi unknown]"
   15252 #~ msgstr "[Kitazwi"
   15253 
   15254 #, fuzzy
   15255 #~ msgid " [no abi set]"
   15256 #~ msgstr "[Oya Gushyiraho"
   15257 
   15258 #, fuzzy
   15259 #~ msgid " [not 32bitmode]"
   15260 #~ msgstr "[OYA"
   15261 
   15262 #, fuzzy
   15263 #~ msgid "Output file requires shared library `%s'\n"
   15264 #~ msgstr "IDOSIYE Isomero"
   15265 
   15266 #, fuzzy
   15267 #~ msgid "Output file requires shared library `%s.so.%s'\n"
   15268 #~ msgstr "IDOSIYE Isomero"
   15269 
   15270 #, fuzzy
   15271 #~ msgid "Warning: fixup count mismatch\n"
   15272 #~ msgstr "IBARA"
   15273 
   15274 #, fuzzy
   15275 #~ msgid "%s: string too long (%d chars, max 65535)"
   15276 #~ msgstr "%s:Ikurikiranyanyuguti KININI"
   15277 
   15278 #, fuzzy
   15279 #~ msgid "%s: unimplemented ATI record %u for symbol %u"
   15280 #~ msgstr "%s:Icyabitswe kugirango IKIMENYETSO"
   15281 
   15282 #, fuzzy
   15283 #~ msgid "%s: unexpected ATN type %d in external part"
   15284 #~ msgstr "%s:Ubwoko in external"
   15285 
   15286 #, fuzzy
   15287 #~ msgid "%s: unexpected type after ATN"
   15288 #~ msgstr "%s:Ubwoko Nyuma"
   15289 
   15290 #, fuzzy
   15291 #~ msgid "%s:%u: bad checksum in Intel Hex file (expected %u, found %u)"
   15292 #~ msgstr "%s:%u:in IDOSIYE Ikitezwe: Byabonetse"
   15293 
   15294 #, fuzzy
   15295 #~ msgid "%s:%u: bad extended address record length in Intel Hex file"
   15296 #~ msgstr "%s:%u:Byongerewe... Aderesi Icyabitswe Uburebure in IDOSIYE"
   15297 
   15298 #, fuzzy
   15299 #~ msgid "%s:%u: bad extended start address length in Intel Hex file"
   15300 #~ msgstr "%s:%u:Byongerewe... Gutangira Aderesi Uburebure in IDOSIYE"
   15301 
   15302 #, fuzzy
   15303 #~ msgid "%s:%u: bad extended linear address record length in Intel Hex file"
   15304 #~ msgstr ""
   15305 #~ "%s:%u:Byongerewe... By'umurongo Aderesi Icyabitswe Uburebure in IDOSIYE"
   15306 
   15307 #, fuzzy
   15308 #~ msgid "%s:%u: bad extended linear start address length in Intel Hex file"
   15309 #~ msgstr ""
   15310 #~ "%s:%u:Byongerewe... By'umurongo Gutangira Aderesi Uburebure in IDOSIYE"
   15311 
   15312 #, fuzzy
   15313 #~ msgid "%s:%u: unrecognized ihex type %u in Intel Hex file\n"
   15314 #~ msgstr "%s:%u:Ubwoko in"
   15315 
   15316 #, fuzzy
   15317 #~ msgid "%s: internal error in ihex_read_section"
   15318 #~ msgstr "%s:By'imbere Ikosa in"
   15319 
   15320 #, fuzzy
   15321 #~ msgid "%s: bad section length in ihex_read_section"
   15322 #~ msgstr "%s:Icyiciro Uburebure in"
   15323 
   15324 #, fuzzy
   15325 #~ msgid "%s: address 0x%s out of range for Intel Hex file"
   15326 #~ msgstr "%s:Aderesi Inyuma Bya Urutonde kugirango IDOSIYE"
   15327 
   15328 #, fuzzy
   15329 #~ msgid "Deprecated %s called at %s line %d in %s\n"
   15330 #~ msgstr "ku Umurongo in"
   15331 
   15332 #, fuzzy
   15333 #~ msgid "%s: indirect symbol `%s' to `%s' is a loop"
   15334 #~ msgstr "%s:BUZIGUYE IKIMENYETSO Kuri ni a"
   15335 
   15336 #, fuzzy
   15337 #~ msgid "Attempt to do relocatable link with %s input and %s output"
   15338 #~ msgstr "Kuri Ihuza Na: Iyinjiza Na Ibisohoka"
   15339 
   15340 #, fuzzy
   15341 #~ msgid "%s: access beyond end of merged section (%ld + %ld)"
   15342 #~ msgstr "%s:Impera Bya Icyiciro"
   15343 
   15344 #, fuzzy
   15345 #~ msgid "%s: No core to allocate section name %s\n"
   15346 #~ msgstr "%s:Kuri Icyiciro Izina:"
   15347 
   15348 #, fuzzy
   15349 #~ msgid "%s: No core to allocate a symbol %d bytes long\n"
   15350 #~ msgstr "%s:Kuri a IKIMENYETSO Bayite"
   15351 
   15352 #, fuzzy
   15353 #~ msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n"
   15354 #~ msgstr "%s:Sibyo IDOSIYE Agaciro kugirango ni OYA"
   15355 
   15356 #, fuzzy
   15357 #~ msgid ""
   15358 #~ "%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name "
   15359 #~ "starting with `%s'\n"
   15360 #~ msgstr "%s:Inyuguti Nyuma IKIMENYETSO Izina: Na:"
   15361 
   15362 #, fuzzy
   15363 #~ msgid "%s: invalid mmo file: unsupported lopcode `%d'\n"
   15364 #~ msgstr "%s:Sibyo IDOSIYE"
   15365 
   15366 #, fuzzy
   15367 #~ msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n"
   15368 #~ msgstr "%s:Sibyo IDOSIYE Ikitezwe: 1. kugirango"
   15369 
   15370 #, fuzzy
   15371 #~ msgid ""
   15372 #~ "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n"
   15373 #~ msgstr "%s:Sibyo IDOSIYE Ikitezwe: Z 1. Cyangwa Z 2. Z kugirango"
   15374 
   15375 #, fuzzy
   15376 #~ msgid ""
   15377 #~ "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n"
   15378 #~ msgstr "%s:Sibyo IDOSIYE Ikitezwe: Z 1. Cyangwa Z 2. Z kugirango"
   15379 
   15380 #, fuzzy
   15381 #~ msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n"
   15382 #~ msgstr "%s:Sibyo IDOSIYE Ikitezwe: Y 0 Y kugirango"
   15383 
   15384 #, fuzzy
   15385 #~ msgid ""
   15386 #~ "%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n"
   15387 #~ msgstr "%s:Sibyo IDOSIYE Ikitezwe: Z Cyangwa Z Z kugirango"
   15388 
   15389 #, fuzzy
   15390 #~ msgid ""
   15391 #~ "%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d "
   15392 #~ "for lop_fixrx\n"
   15393 #~ msgstr "%s:Sibyo IDOSIYE Nyobora Bayite Bya ijambo 0 Cyangwa 1. kugirango"
   15394 
   15395 #, fuzzy
   15396 #~ msgid "%s: cannot allocate file name for file number %d, %d bytes\n"
   15397 #~ msgstr "%s:IDOSIYE Izina: kugirango IDOSIYE Umubare"
   15398 
   15399 #, fuzzy
   15400 #~ msgid ""
   15401 #~ "%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n"
   15402 #~ msgstr "%s:Sibyo IDOSIYE IDOSIYE Umubare Nka"
   15403 
   15404 #, fuzzy
   15405 #~ msgid ""
   15406 #~ "%s: invalid mmo file: file name for number %d was not specified before use\n"
   15407 #~ msgstr "%s:Sibyo IDOSIYE IDOSIYE Izina: kugirango Umubare OYA Mbere"
   15408 
   15409 #, fuzzy
   15410 #~ msgid ""
   15411 #~ "%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n"
   15412 #~ msgstr "%s:Sibyo IDOSIYE Imyanya Y Na Z Bya Zeru Y Z"
   15413 
   15414 #, fuzzy
   15415 #~ msgid "%s: invalid mmo file: lop_end not last item in file\n"
   15416 #~ msgstr "%s:Sibyo IDOSIYE OYA Iheruka Ikintu in"
   15417 
   15418 #, fuzzy
   15419 #~ msgid ""
   15420 #~ "%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras "
   15421 #~ "to the preceding lop_stab (%ld)\n"
   15422 #~ msgstr "%s:Sibyo IDOSIYE Bya OYA bingana Kuri i Umubare Bya Kuri i"
   15423 
   15424 #, fuzzy
   15425 #~ msgid "%s: invalid symbol table: duplicate symbol `%s'\n"
   15426 #~ msgstr "%s:Sibyo IKIMENYETSO imbonerahamwe# Gusubiramo IKIMENYETSO"
   15427 
   15428 #, fuzzy
   15429 #~ msgid ""
   15430 #~ "%s: Bad symbol definition: `Main' set to %s rather than the start address "
   15431 #~ "%s\n"
   15432 #~ msgstr "%s:IKIMENYETSO Insobanuro Gushyiraho Kuri i Gutangira Aderesi"
   15433 
   15434 #, fuzzy
   15435 #~ msgid ""
   15436 #~ "%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: "
   15437 #~ "%d.  Only `Main' will be emitted.\n"
   15438 #~ msgstr ""
   15439 #~ "%s:Iburira IKIMENYETSO imbonerahamwe# Binini kugirango Kinini Amagambo"
   15440 
   15441 #, fuzzy
   15442 #~ msgid "%s: internal error, symbol table changed size from %d to %d words\n"
   15443 #~ msgstr ""
   15444 #~ "%s:By'imbere Ikosa IKIMENYETSO imbonerahamwe# Byahinduwe Ingano Bivuye Kuri"
   15445 
   15446 #, fuzzy
   15447 #~ msgid "%s: internal error, internal register section %s had contents\n"
   15448 #~ msgstr "%s:By'imbere Ikosa By'imbere Kwiyandikisha Icyiciro"
   15449 
   15450 #, fuzzy
   15451 #~ msgid "%s: no initialized registers; section length 0\n"
   15452 #~ msgstr "%s:Oya Icyiciro Uburebure"
   15453 
   15454 #, fuzzy
   15455 #~ msgid "%s: too many initialized registers; section length %ld\n"
   15456 #~ msgstr "%s:Icyiciro Uburebure"
   15457 
   15458 #, fuzzy
   15459 #~ msgid ""
   15460 #~ "%s: invalid start address for initialized registers of length %ld: "
   15461 #~ "0x%lx%08lx\n"
   15462 #~ msgstr "%s:Sibyo Gutangira Aderesi kugirango Bya Uburebure"
   15463 
   15464 #, fuzzy
   15465 #~ msgid "Unhandled OSF/1 core file section type %d\n"
   15466 #~ msgstr "1. IDOSIYE Icyiciro Ubwoko"
   15467 
   15468 #, fuzzy
   15469 #~ msgid "%s: `ld -r' not supported with PE MIPS objects\n"
   15470 #~ msgstr "%s:`OYA Na:"
   15471 
   15472 #, fuzzy
   15473 #~ msgid "%s: jump too far away\n"
   15474 #~ msgstr "%s:Simbuka"
   15475 
   15476 #, fuzzy
   15477 #~ msgid "%s: bad pair/reflo after refhi\n"
   15478 #~ msgstr "%s:Nyuma"
   15479 
   15480 #, fuzzy
   15481 #~ msgid "%s: Unhandled import type; %x"
   15482 #~ msgstr "%s:Kuzana Ubwoko"
   15483 
   15484 #, fuzzy
   15485 #~ msgid "%s: Unrecognised import type; %x"
   15486 #~ msgstr "%s:Kuzana Ubwoko"
   15487 
   15488 #, fuzzy
   15489 #~ msgid ""
   15490 #~ "%s: Unrecognised machine type (0x%x) in Import Library Format archive"
   15491 #~ msgstr "%s:Ubwoko in"
   15492 
   15493 #, fuzzy
   15494 #~ msgid ""
   15495 #~ "%s: Recognised but unhandled machine type (0x%x) in Import Library Format "
   15496 #~ "archive"
   15497 #~ msgstr "%s:Ubwoko in"
   15498 
   15499 #, fuzzy
   15500 #~ msgid "%s: size field is zero in Import Library Format header"
   15501 #~ msgstr "%s:Ingano Umwanya ni Zeru in Umutwempangano"
   15502 
   15503 #, fuzzy
   15504 #~ msgid "%s: string not null terminated in ILF object file."
   15505 #~ msgstr "%s:Ikurikiranyanyuguti OYA NTAGIHARI in Igikoresho IDOSIYE"
   15506 
   15507 #, fuzzy
   15508 #~ msgid ""
   15509 #~ "\n"
   15510 #~ "ppcboot header:\n"
   15511 #~ msgstr "Umutwempangano"
   15512 
   15513 #, fuzzy
   15514 #~ msgid "Entry offset        = 0x%.8lx (%ld)\n"
   15515 #~ msgstr "Nta- boneza"
   15516 
   15517 #, fuzzy
   15518 #~ msgid "Flag field          = 0x%.2x\n"
   15519 #~ msgstr "Umwanya"
   15520 
   15521 #, fuzzy
   15522 #~ msgid "Partition name      = \"%s\"\n"
   15523 #~ msgstr "Izina:"
   15524 
   15525 #, fuzzy
   15526 #~ msgid ""
   15527 #~ "\n"
   15528 #~ "Partition[%d] start  = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
   15529 #~ msgstr "Gutangira"
   15530 
   15531 #, fuzzy
   15532 #~ msgid "Partition[%d] end    = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
   15533 #~ msgstr "Impera"
   15534 
   15535 #, fuzzy
   15536 #~ msgid "Partition[%d] length = 0x%.8lx (%ld)\n"
   15537 #~ msgstr "Uburebure"
   15538 
   15539 #, fuzzy
   15540 #~ msgid "%s:%d: Unexpected character `%s' in S-record file\n"
   15541 #~ msgstr "%s:%d:Inyuguti in Icyabitswe"
   15542 
   15543 #, fuzzy
   15544 #~ msgid "%s(%s+0x%lx): Stabs entry has invalid string index."
   15545 #~ msgstr "%s(%s+0x%lx):Icyinjijwe Sibyo Ikurikiranyanyuguti Umubarendanga"
   15546 
   15547 #, fuzzy
   15548 #~ msgid "bfd_make_section (%s) failed"
   15549 #~ msgstr "Byanze"
   15550 
   15551 #, fuzzy
   15552 #~ msgid "Size mismatch section %s=%lx, %s=%lx"
   15553 #~ msgstr "Icyiciro"
   15554 
   15555 #, fuzzy
   15556 #~ msgid "unknown gsd/egsd subtype %d"
   15557 #~ msgstr "Kitazwi"
   15558 
   15559 #, fuzzy
   15560 #~ msgid "Object module NOT error-free !\n"
   15561 #~ msgstr "Modire Ikosa Kigenga"
   15562 
   15563 #, fuzzy
   15564 #~ msgid "Stack overflow (%d) in _bfd_vms_push"
   15565 #~ msgstr "Byarenze urugero in"
   15566 
   15567 #, fuzzy
   15568 #~ msgid "Stack underflow in _bfd_vms_pop"
   15569 #~ msgstr "in"
   15570 
   15571 #, fuzzy
   15572 #~ msgid "_bfd_vms_output_counted called with zero bytes"
   15573 #~ msgstr "Na: Zeru Bayite"
   15574 
   15575 #, fuzzy
   15576 #~ msgid "_bfd_vms_output_counted called with too many bytes"
   15577 #~ msgstr "Na: Bayite"
   15578 
   15579 #, fuzzy
   15580 #~ msgid "Symbol %s replaced by %s\n"
   15581 #~ msgstr "ku"
   15582 
   15583 #, fuzzy
   15584 #~ msgid "reserved STA cmd %d"
   15585 #~ msgstr "Cmd+"
   15586 
   15587 #, fuzzy
   15588 #~ msgid "%s: no symbol \"%s\""
   15589 #~ msgstr "%s:Oya IKIMENYETSO"
   15590 
   15591 #, fuzzy
   15592 #~ msgid "reserved STO cmd %d"
   15593 #~ msgstr "Cmd+"
   15594 
   15595 #, fuzzy
   15596 #~ msgid "reserved OPR cmd %d"
   15597 #~ msgstr "Cmd+"
   15598 
   15599 #, fuzzy
   15600 #~ msgid "reserved CTL cmd %d"
   15601 #~ msgstr "Cmd+"
   15602 
   15603 #, fuzzy
   15604 #~ msgid "stack-from-image not implemented"
   15605 #~ msgstr "Bivuye Ishusho OYA"
   15606 
   15607 #, fuzzy
   15608 #~ msgid "stack-entry-mask not fully implemented"
   15609 #~ msgstr "Icyinjijwe OYA"
   15610 
   15611 #, fuzzy
   15612 #~ msgid "PASSMECH not fully implemented"
   15613 #~ msgstr "OYA"
   15614 
   15615 #, fuzzy
   15616 #~ msgid "stack-local-symbol not fully implemented"
   15617 #~ msgstr "IKIMENYETSO OYA"
   15618 
   15619 #, fuzzy
   15620 #~ msgid "stack-local-symbol-entry-point-mask not fully implemented"
   15621 #~ msgstr "IKIMENYETSO Icyinjijwe Akadomo OYA"
   15622 
   15623 #, fuzzy
   15624 #~ msgid "%s: not fully implemented"
   15625 #~ msgstr "%s:OYA"
   15626 
   15627 #, fuzzy
   15628 #~ msgid "obj code %d not found"
   15629 #~ msgstr "ITEGEKONGENGA OYA Byabonetse"
   15630 
   15631 #, fuzzy
   15632 #~ msgid "SEC_RELOC with no relocs in section %s"
   15633 #~ msgstr "Na: Oya in Icyiciro"
   15634 
   15635 #, fuzzy
   15636 #~ msgid "%s: `%s' has line numbers but no enclosing section"
   15637 #~ msgstr "%s:`%s'Umurongo Imibare Oya Icyiciro"
   15638 
   15639 #, fuzzy
   15640 #~ msgid "%s: class %d symbol `%s' has no aux entries"
   15641 #~ msgstr "%s:ishuri IKIMENYETSO Oya Ibyinjijwe"
   15642 
   15643 #, fuzzy
   15644 #~ msgid "%s: symbol `%s' has unrecognized csect type %d"
   15645 #~ msgstr "%s:IKIMENYETSO Ubwoko"
   15646 
   15647 #, fuzzy
   15648 #~ msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d"
   15649 #~ msgstr "%s:IKIMENYETSO ishuri"
   15650 
   15651 #, fuzzy
   15652 #~ msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d"
   15653 #~ msgstr "%s:IKIMENYETSO ni ishuri"
   15654 
   15655 #, fuzzy
   15656 #~ msgid "%s: reloc %s:%d not in csect"
   15657 #~ msgstr "%s:OYA in"
   15658 
   15659 #, fuzzy
   15660 #~ msgid "%s: XCOFF shared object when not producing XCOFF output"
   15661 #~ msgstr "%s:Igikoresho Ryari: OYA Ibisohoka"
   15662 
   15663 #, fuzzy
   15664 #~ msgid "%s: dynamic object with no .loader section"
   15665 #~ msgstr "%s:Igikoresho Na: Oya Icyiciro"
   15666 
   15667 #, fuzzy
   15668 #~ msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling"
   15669 #~ msgstr "Byarenze urugero Ryari:"
   15670 
   15671 #, fuzzy
   15672 #~ msgid "%s: `%s' in loader reloc but not loader sym"
   15673 #~ msgstr "%s:`%s'in OYA"
   15674 
   15675 #, fuzzy
   15676 #~ msgid "%s: loader reloc in read-only section %s"
   15677 #~ msgstr "%s:in Gusoma Icyiciro"
   15678 
   15679 #, fuzzy
   15680 #~ msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
   15681 #~ msgstr "%s:Ibyatanzwe"
   15682 
   15683 #, fuzzy
   15684 #~ msgid "%s: __gp does not cover short data segment"
   15685 #~ msgstr "%s:_OYA Ibyatanzwe"
   15686 
   15687 #, fuzzy
   15688 #~ msgid "%s: linking non-pic code in a shared library"
   15689 #~ msgstr "%s:Impuza ITEGEKONGENGA in a Isomero"
   15690 
   15691 #, fuzzy
   15692 #~ msgid "%s: @gprel relocation against dynamic symbol %s"
   15693 #~ msgstr "%s:@IKIMENYETSO"
   15694 
   15695 #, fuzzy
   15696 #~ msgid "%s: linking non-pic code in a position independent executable"
   15697 #~ msgstr "%s:Impuza ITEGEKONGENGA in a Ibirindiro"
   15698 
   15699 #, fuzzy
   15700 #~ msgid "%s: @internal branch to dynamic symbol %s"
   15701 #~ msgstr "%s:@By'imbere Kuri IKIMENYETSO"
   15702 
   15703 #, fuzzy
   15704 #~ msgid "%s: speculation fixup to dynamic symbol %s"
   15705 #~ msgstr "%s:Kuri IKIMENYETSO"
   15706 
   15707 #, fuzzy
   15708 #~ msgid "%s: @pcrel relocation against dynamic symbol %s"
   15709 #~ msgstr "%s:@IKIMENYETSO"
   15710 
   15711 #, fuzzy
   15712 #~ msgid "%s: linking trap-on-NULL-dereference with non-trapping files"
   15713 #~ msgstr "%s:Impuza ku Na: Idosiye"
   15714 
   15715 #, fuzzy
   15716 #~ msgid "%s: linking big-endian files with little-endian files"
   15717 #~ msgstr "%s:Impuza Idosiye Na: Idosiye"
   15718 
   15719 #, fuzzy
   15720 #~ msgid "%s: linking 64-bit files with 32-bit files"
   15721 #~ msgstr "%s:Impuza Idosiye Na: Idosiye"
   15722 
   15723 #, fuzzy
   15724 #~ msgid "%s: linking constant-gp files with non-constant-gp files"
   15725 #~ msgstr "%s:Impuza Idosiye Na: Idosiye"
   15726 
   15727 #, fuzzy
   15728 #~ msgid "%s: linking auto-pic files with non-auto-pic files"
   15729 #~ msgstr "%s:Impuza Ikiyega Idosiye Na: Ikiyega Idosiye"
   15730 
   15731 #, fuzzy
   15732 #~ msgid "%s: line number overflow: 0x%lx > 0xffff"
   15733 #~ msgstr "%s:Umurongo Umubare Byarenze urugero"
   15734 
   15735 #, fuzzy
   15736 #~ msgid "%s: reloc overflow 1: 0x%lx > 0xffff"
   15737 #~ msgstr "%s:Byarenze urugero 1."
   15738 
   15739 #, fuzzy
   15740 #~ msgid "Export Directory [.edata (or where ever we found it)]"
   15741 #~ msgstr "Cyangwa Twebwe Byabonetse"
   15742 
   15743 #, fuzzy
   15744 #~ msgid "Import Directory [parts of .idata]"
   15745 #~ msgstr "Bya"
   15746 
   15747 #, fuzzy
   15748 #~ msgid "Base Relocation Directory [.reloc]"
   15749 #~ msgstr "Base"
   15750 
   15751 #, fuzzy
   15752 #~ msgid "Thread Storage Directory [.tls]"
   15753 #~ msgstr "TLS"
   15754 
   15755 #, fuzzy
   15756 #~ msgid ""
   15757 #~ "\n"
   15758 #~ "There is an import table, but the section containing it could not be found\n"
   15759 #~ msgstr "ni Kuzana imbonerahamwe# i Icyiciro OYA"
   15760 
   15761 #, fuzzy
   15762 #~ msgid ""
   15763 #~ "\n"
   15764 #~ "There is an import table in %s at 0x%lx\n"
   15765 #~ msgstr "ni Kuzana imbonerahamwe# in ku"
   15766 
   15767 #, fuzzy
   15768 #~ msgid ""
   15769 #~ "\n"
   15770 #~ "Function descriptor located at the start address: %04lx\n"
   15771 #~ msgstr "ku i Gutangira Aderesi"
   15772 
   15773 #, fuzzy
   15774 #~ msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
   15775 #~ msgstr "ITEGEKONGENGA SHINGIRO"
   15776 
   15777 #, fuzzy
   15778 #~ msgid ""
   15779 #~ "\n"
   15780 #~ "No reldata section! Function descriptor not decoded.\n"
   15781 #~ msgstr "Icyiciro OYA"
   15782 
   15783 #, fuzzy
   15784 #~ msgid ""
   15785 #~ "\n"
   15786 #~ "The Import Tables (interpreted %s section contents)\n"
   15787 #~ msgstr "Icyiciro Ibigize"
   15788 
   15789 #, fuzzy
   15790 #~ msgid ""
   15791 #~ "\n"
   15792 #~ "There is a first thunk, but the section containing it could not be found\n"
   15793 #~ msgstr "ni a Itangira i Icyiciro OYA"
   15794 
   15795 #, fuzzy
   15796 #~ msgid ""
   15797 #~ "\n"
   15798 #~ "There is an export table, but the section containing it could not be found\n"
   15799 #~ msgstr "ni Kohereza imbonerahamwe# i Icyiciro OYA"
   15800 
   15801 #, fuzzy
   15802 #~ msgid ""
   15803 #~ "\n"
   15804 #~ "There is an export table in %s at 0x%lx\n"
   15805 #~ msgstr "ni Kohereza imbonerahamwe# in ku"
   15806 
   15807 #, fuzzy
   15808 #~ msgid ""
   15809 #~ "\n"
   15810 #~ "The Export Tables (interpreted %s section contents)\n"
   15811 #~ "\n"
   15812 #~ msgstr "Icyiciro Ibigize"
   15813 
   15814 #, fuzzy
   15815 #~ msgid "Name \t\t\t\t"
   15816 #~ msgstr "Izina"
   15817 
   15818 #, fuzzy
   15819 #~ msgid "Ordinal Base \t\t\t%ld\n"
   15820 #~ msgstr "Base"
   15821 
   15822 #, fuzzy
   15823 #~ msgid "Number in:\n"
   15824 #~ msgstr "in"
   15825 
   15826 #, fuzzy
   15827 #~ msgid ""
   15828 #~ "\n"
   15829 #~ "Export Address Table -- Ordinal Base %ld\n"
   15830 #~ msgstr "Base"
   15831 
   15832 #, fuzzy
   15833 #~ msgid ""
   15834 #~ "\n"
   15835 #~ "The Function Table (interpreted .pdata section contents)\n"
   15836 #~ msgstr "Icyiciro Ibigize"
   15837 
   15838 #, fuzzy
   15839 #~ msgid " vma:\t\t\tBegin Address    End Address      Unwind Info\n"
   15840 #~ msgstr "Impera"
   15841 
   15842 #, fuzzy
   15843 #~ msgid ""
   15844 #~ " vma:\t\tBegin    End      EH       EH       PrologEnd  Exception\n"
   15845 #~ "     \t\tAddress  Address  Handler  Data     Address    Mask\n"
   15846 #~ msgstr "Impera"
   15847 
   15848 #, fuzzy
   15849 #~ msgid " Glue code sequence"
   15850 #~ msgstr "ITEGEKONGENGA"
   15851 
   15852 #, fuzzy
   15853 #~ msgid ""
   15854 #~ "\n"
   15855 #~ "\n"
   15856 #~ "PE File Base Relocations (interpreted .reloc section contents)\n"
   15857 #~ msgstr "Idosiye Base Icyiciro Ibigize"
   15858 
   15859 #, fuzzy
   15860 #~ msgid ""
   15861 #~ "\n"
   15862 #~ "Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n"
   15863 #~ msgstr "Ingano Bya"
   15864 
   15865 #, fuzzy
   15866 #~ msgid "\treloc %4d offset %4x [%4lx] %s"
   15867 #~ msgstr "Nta- boneza"
   15868