1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR Peter Johnson and other YASM developers 3 # This file is distributed under the same license as the PACKAGE package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 # 6 #, fuzzy 7 msgid "" 8 msgstr "" 9 "Project-Id-Version: yasm 1.2.0\n" 10 "Report-Msgid-Bugs-To: bug-yasm (a] tortall.net\n" 11 "POT-Creation-Date: 2011-10-31 00:12-0700\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <LL (a] li.org>\n" 15 "Language: \n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=CHARSET\n" 18 "Content-Transfer-Encoding: 8bit\n" 19 20 #: frontends/yasm/yasm-options.c:86 21 #, c-format 22 msgid "option `--%s' needs an argument!" 23 msgstr "" 24 25 #: frontends/yasm/yasm-options.c:106 frontends/yasm/yasm-options.c:144 26 #, c-format 27 msgid "warning: unrecognized option `%s'" 28 msgstr "" 29 30 #: frontends/yasm/yasm-options.c:125 31 #, c-format 32 msgid "option `-%c' needs an argument!" 33 msgstr "" 34 35 #: frontends/yasm/yasm-options.c:179 frontends/yasm/yasm-options.c:187 36 msgid "param" 37 msgstr "" 38 39 #: frontends/yasm/yasm.c:146 40 msgid "show version text" 41 msgstr "" 42 43 #: frontends/yasm/yasm.c:148 44 msgid "show license text" 45 msgstr "" 46 47 #: frontends/yasm/yasm.c:150 48 msgid "show help text" 49 msgstr "" 50 51 #: frontends/yasm/yasm.c:152 52 msgid "select architecture (list with -a help)" 53 msgstr "" 54 55 #: frontends/yasm/yasm.c:152 56 msgid "arch" 57 msgstr "" 58 59 #: frontends/yasm/yasm.c:154 60 msgid "select parser (list with -p help)" 61 msgstr "" 62 63 #: frontends/yasm/yasm.c:154 frontends/yasm/yasm.c:406 64 #: frontends/yasm/yasm.c:447 frontends/yasm/yasm.c:675 65 #: frontends/yasm/yasm.c:877 66 msgid "parser" 67 msgstr "" 68 69 #: frontends/yasm/yasm.c:156 70 msgid "select preprocessor (list with -r help)" 71 msgstr "" 72 73 #: frontends/yasm/yasm.c:156 74 msgid "preproc" 75 msgstr "" 76 77 #: frontends/yasm/yasm.c:158 78 msgid "select object format (list with -f help)" 79 msgstr "" 80 81 #: frontends/yasm/yasm.c:158 82 msgid "format" 83 msgstr "" 84 85 #: frontends/yasm/yasm.c:160 86 msgid "select debugging format (list with -g help)" 87 msgstr "" 88 89 #: frontends/yasm/yasm.c:160 90 msgid "debug" 91 msgstr "" 92 93 #: frontends/yasm/yasm.c:162 94 msgid "select list format (list with -L help)" 95 msgstr "" 96 97 #: frontends/yasm/yasm.c:162 98 msgid "list" 99 msgstr "" 100 101 #: frontends/yasm/yasm.c:164 102 msgid "name of list-file output" 103 msgstr "" 104 105 #: frontends/yasm/yasm.c:164 106 msgid "listfile" 107 msgstr "" 108 109 #: frontends/yasm/yasm.c:166 110 msgid "name of object-file output" 111 msgstr "" 112 113 #: frontends/yasm/yasm.c:166 frontends/yasm/yasm.c:168 114 #: frontends/yasm/yasm.c:190 115 msgid "filename" 116 msgstr "" 117 118 #: frontends/yasm/yasm.c:168 119 msgid "name of map-file output" 120 msgstr "" 121 122 #: frontends/yasm/yasm.c:170 123 msgid "select machine (list with -m help)" 124 msgstr "" 125 126 #: frontends/yasm/yasm.c:170 frontends/yasm/yasm.c:400 127 msgid "machine" 128 msgstr "" 129 130 #: frontends/yasm/yasm.c:172 131 msgid "treat all sized operands as if `strict' was used" 132 msgstr "" 133 134 #: frontends/yasm/yasm.c:174 135 msgid "inhibits warning messages" 136 msgstr "" 137 138 #: frontends/yasm/yasm.c:176 139 msgid "enables/disables warning" 140 msgstr "" 141 142 #: frontends/yasm/yasm.c:178 143 msgid "generate Makefile dependencies on stdout" 144 msgstr "" 145 146 #: frontends/yasm/yasm.c:180 147 msgid "redirect error messages to file" 148 msgstr "" 149 150 #: frontends/yasm/yasm.c:180 151 msgid "file" 152 msgstr "" 153 154 #: frontends/yasm/yasm.c:182 155 msgid "redirect error messages to stdout" 156 msgstr "" 157 158 #: frontends/yasm/yasm.c:184 159 msgid "preprocess only (writes output to stdout by default)" 160 msgstr "" 161 162 #: frontends/yasm/yasm.c:186 frontends/yasm/yasm.c:188 163 msgid "add include path" 164 msgstr "" 165 166 #: frontends/yasm/yasm.c:186 frontends/yasm/yasm.c:188 167 msgid "path" 168 msgstr "" 169 170 #: frontends/yasm/yasm.c:190 171 msgid "pre-include file" 172 msgstr "" 173 174 #: frontends/yasm/yasm.c:192 frontends/yasm/yasm.c:194 175 msgid "pre-define a macro, optionally to value" 176 msgstr "" 177 178 #: frontends/yasm/yasm.c:192 frontends/yasm/yasm.c:194 179 msgid "macro[=value]" 180 msgstr "" 181 182 #: frontends/yasm/yasm.c:196 frontends/yasm/yasm.c:198 183 msgid "undefine a macro" 184 msgstr "" 185 186 #: frontends/yasm/yasm.c:196 frontends/yasm/yasm.c:198 187 msgid "macro" 188 msgstr "" 189 190 #: frontends/yasm/yasm.c:200 191 msgid "select error/warning message style (`gnu' or `vc')" 192 msgstr "" 193 194 #: frontends/yasm/yasm.c:200 195 msgid "style" 196 msgstr "" 197 198 #: frontends/yasm/yasm.c:202 199 msgid "prepend argument to name of all external symbols" 200 msgstr "" 201 202 #: frontends/yasm/yasm.c:202 203 msgid "prefix" 204 msgstr "" 205 206 #: frontends/yasm/yasm.c:204 frontends/yasm/yasm.c:206 207 msgid "append argument to name of all external symbols" 208 msgstr "" 209 210 #: frontends/yasm/yasm.c:204 frontends/yasm/yasm.c:206 211 msgid "suffix" 212 msgstr "" 213 214 #: frontends/yasm/yasm.c:209 215 msgid "load plugin module" 216 msgstr "" 217 218 #: frontends/yasm/yasm.c:209 219 msgid "plugin" 220 msgstr "" 221 222 #: frontends/yasm/yasm.c:223 223 msgid "" 224 "usage: yasm [option]* file\n" 225 "Options:\n" 226 msgstr "" 227 228 #: frontends/yasm/yasm.c:226 229 msgid "" 230 "\n" 231 "Files are asm sources to be assembled.\n" 232 "\n" 233 "Sample invocation:\n" 234 " yasm -f elf -o object.o source.asm\n" 235 "\n" 236 "Report bugs to bug-yasm (a] tortall.net\n" 237 msgstr "" 238 239 #: frontends/yasm/yasm.c:399 frontends/yasm/yasm.c:404 240 #: frontends/yasm/yasm.c:445 241 #, c-format 242 msgid "%s: `%s' is not a valid %s for %s `%s'" 243 msgstr "" 244 245 #: frontends/yasm/yasm.c:400 frontends/yasm/yasm.c:405 246 #: frontends/yasm/yasm.c:410 frontends/yasm/yasm.c:425 247 #: frontends/yasm/yasm.c:445 frontends/yasm/yasm.c:589 248 #: frontends/yasm/yasm.c:600 frontends/yasm/yasm.c:642 249 #: frontends/yasm/yasm.c:652 frontends/yasm/yasm.c:674 250 #: frontends/yasm/yasm.c:686 frontends/yasm/yasm.c:709 251 #: frontends/yasm/yasm.c:720 frontends/yasm/yasm.c:858 252 #: frontends/yasm/yasm.c:877 frontends/yasm/yasm.c:896 253 #: frontends/yasm/yasm.c:916 frontends/yasm/yasm.c:940 254 #: frontends/yasm/yasm.c:960 frontends/yasm/yasm.c:1343 libyasm/errwarn.c:180 255 msgid "FATAL" 256 msgstr "" 257 258 #: frontends/yasm/yasm.c:401 frontends/yasm/yasm.c:406 259 #: frontends/yasm/yasm.c:653 frontends/yasm/yasm.c:662 260 #: frontends/yasm/yasm.c:859 261 msgid "architecture" 262 msgstr "" 263 264 #: frontends/yasm/yasm.c:410 265 #, c-format 266 msgid "%s: unknown architecture error" 267 msgstr "" 268 269 #: frontends/yasm/yasm.c:446 frontends/yasm/yasm.c:687 270 #: frontends/yasm/yasm.c:897 271 msgid "preprocessor" 272 msgstr "" 273 274 #: frontends/yasm/yasm.c:494 275 #, c-format 276 msgid "warning: object format `%s' does not support map files" 277 msgstr "" 278 279 #: frontends/yasm/yasm.c:589 280 #, c-format 281 msgid "%s: could not initialize BitVector" 282 msgstr "" 283 284 #: frontends/yasm/yasm.c:600 285 #, c-format 286 msgid "%s: could not load standard modules" 287 msgstr "" 288 289 #: frontends/yasm/yasm.c:642 frontends/yasm/yasm.c:652 290 #: frontends/yasm/yasm.c:674 frontends/yasm/yasm.c:686 291 #: frontends/yasm/yasm.c:709 frontends/yasm/yasm.c:720 292 #, c-format 293 msgid "%s: could not load default %s" 294 msgstr "" 295 296 #: frontends/yasm/yasm.c:643 frontends/yasm/yasm.c:917 297 msgid "object format" 298 msgstr "" 299 300 #: frontends/yasm/yasm.c:661 301 #, c-format 302 msgid "Available %s for %s `%s':\n" 303 msgstr "" 304 305 #: frontends/yasm/yasm.c:661 306 msgid "machines" 307 msgstr "" 308 309 #: frontends/yasm/yasm.c:695 310 msgid "No input files specified" 311 msgstr "" 312 313 #: frontends/yasm/yasm.c:710 frontends/yasm/yasm.c:961 314 msgid "list format" 315 msgstr "" 316 317 #: frontends/yasm/yasm.c:721 frontends/yasm/yasm.c:941 318 msgid "debug format" 319 msgstr "" 320 321 #: frontends/yasm/yasm.c:738 322 #, c-format 323 msgid "could not open file `%s'" 324 msgstr "" 325 326 #: frontends/yasm/yasm.c:812 327 msgid "" 328 "warning: can open only one input file, only the last file will be processed" 329 msgstr "" 330 331 #: frontends/yasm/yasm.c:853 frontends/yasm/yasm.c:872 332 #: frontends/yasm/yasm.c:891 frontends/yasm/yasm.c:911 333 #: frontends/yasm/yasm.c:935 frontends/yasm/yasm.c:955 334 #, c-format 335 msgid "Available yasm %s:\n" 336 msgstr "" 337 338 #: frontends/yasm/yasm.c:853 339 msgid "architectures" 340 msgstr "" 341 342 #: frontends/yasm/yasm.c:858 frontends/yasm/yasm.c:877 343 #: frontends/yasm/yasm.c:896 frontends/yasm/yasm.c:916 344 #: frontends/yasm/yasm.c:940 frontends/yasm/yasm.c:960 345 #, c-format 346 msgid "%s: unrecognized %s `%s'" 347 msgstr "" 348 349 #: frontends/yasm/yasm.c:872 350 msgid "parsers" 351 msgstr "" 352 353 #: frontends/yasm/yasm.c:891 354 msgid "preprocessors" 355 msgstr "" 356 357 #: frontends/yasm/yasm.c:911 358 msgid "object formats" 359 msgstr "" 360 361 #: frontends/yasm/yasm.c:935 362 msgid "debug formats" 363 msgstr "" 364 365 #: frontends/yasm/yasm.c:955 366 msgid "list formats" 367 msgstr "" 368 369 #: frontends/yasm/yasm.c:973 370 msgid "warning: can output to only one list file, last specified used" 371 msgstr "" 372 373 #: frontends/yasm/yasm.c:989 374 msgid "warning: can output to only one object file, last specified used" 375 msgstr "" 376 377 #: frontends/yasm/yasm.c:1005 378 msgid "warning: can output to only one map file, last specified used" 379 msgstr "" 380 381 #: frontends/yasm/yasm.c:1082 382 msgid "warning: can output to only one error file, last specified used" 383 msgstr "" 384 385 #: frontends/yasm/yasm.c:1140 386 #, c-format 387 msgid "warning: unrecognized message style `%s'" 388 msgstr "" 389 390 #: frontends/yasm/yasm.c:1186 391 #, c-format 392 msgid "warning: could not load plugin `%s'" 393 msgstr "" 394 395 #: frontends/yasm/yasm.c:1280 396 #, c-format 397 msgid "file name already ends in `.%s': output will be in `%s'" 398 msgstr "" 399 400 #: frontends/yasm/yasm.c:1289 401 #, c-format 402 msgid "file name already has no extension: output will be in `%s'" 403 msgstr "" 404 405 #: frontends/yasm/yasm.c:1331 libyasm/errwarn.c:165 406 #, c-format 407 msgid "INTERNAL ERROR at %s, line %u: %s\n" 408 msgstr "" 409 410 #: frontends/yasm/yasm.c:1371 frontends/yasm/yasm.c:1373 411 #: frontends/yasm/yasm.c:1377 frontends/yasm/yasm.c:1380 412 msgid "error: " 413 msgstr "" 414 415 #: frontends/yasm/yasm.c:1389 frontends/yasm/yasm.c:1392 416 msgid "warning: " 417 msgstr "" 418 419 #: libyasm/bc-align.c:110 420 msgid "align boundary must be a constant" 421 msgstr "" 422 423 #: libyasm/bc-align.c:113 424 msgid "align fill must be a constant" 425 msgstr "" 426 427 #: libyasm/bc-align.c:116 428 msgid "align maximum skip must be a constant" 429 msgstr "" 430 431 #: libyasm/bc-align.c:205 432 msgid "could not find any code alignment size" 433 msgstr "" 434 435 #: libyasm/bc-align.c:218 436 #, c-format 437 msgid "invalid alignment size %d" 438 msgstr "" 439 440 #: libyasm/bc-data.c:119 441 msgid "data expression too complex" 442 msgstr "" 443 444 #: libyasm/bc-data.c:128 445 msgid "LEB128 requires constant values" 446 msgstr "" 447 448 #: libyasm/bc-data.c:137 449 msgid "negative value in unsigned LEB128" 450 msgstr "" 451 452 #: libyasm/bc-data.c:146 libyasm/bytecode.c:182 453 msgid "multiple expression too complex" 454 msgstr "" 455 456 #: libyasm/bc-data.c:149 libyasm/bytecode.c:185 457 msgid "multiple expression not absolute" 458 msgstr "" 459 460 #: libyasm/bc-data.c:188 libyasm/bc-data.c:243 461 msgid "non-constant in data_tobytes" 462 msgstr "" 463 464 #: libyasm/bc-data.c:437 465 msgid "LEB128 does not allow string constants" 466 msgstr "" 467 468 #: libyasm/bc-data.c:511 libyasm/bytecode.c:362 469 msgid "could not determine multiple" 470 msgstr "" 471 472 #: libyasm/bc-data.c:515 libyasm/bytecode.c:258 libyasm/bytecode.c:366 473 msgid "multiple is negative" 474 msgstr "" 475 476 #: libyasm/bc-incbin.c:115 477 msgid "start expression too complex" 478 msgstr "" 479 480 #: libyasm/bc-incbin.c:118 481 msgid "start expression not absolute" 482 msgstr "" 483 484 #: libyasm/bc-incbin.c:123 485 msgid "maximum length expression too complex" 486 msgstr "" 487 488 #: libyasm/bc-incbin.c:126 489 msgid "maximum length expression not absolute" 490 msgstr "" 491 492 #: libyasm/bc-incbin.c:147 libyasm/bc-incbin.c:160 493 msgid "incbin does not yet understand non-constant" 494 msgstr "" 495 496 #: libyasm/bc-incbin.c:169 libyasm/bc-incbin.c:220 497 #, c-format 498 msgid "`incbin': unable to open file `%s'" 499 msgstr "" 500 501 #: libyasm/bc-incbin.c:175 libyasm/bc-incbin.c:228 502 #, c-format 503 msgid "`incbin': unable to seek on file `%s'" 504 msgstr "" 505 506 #: libyasm/bc-incbin.c:185 507 #, c-format 508 msgid "`incbin': start past end of file `%s'" 509 msgstr "" 510 511 #: libyasm/bc-incbin.c:213 512 msgid "could not determine start in bc_tobytes_incbin" 513 msgstr "" 514 515 #: libyasm/bc-incbin.c:237 516 #, c-format 517 msgid "`incbin': unable to read %lu bytes from file `%s'" 518 msgstr "" 519 520 #: libyasm/bc-org.c:113 libyasm/bc-org.c:134 521 msgid "ORG overlap with already existing data" 522 msgstr "" 523 524 #: libyasm/bc-reserve.c:122 525 msgid "bc_reserve_tobytes called" 526 msgstr "" 527 528 #: libyasm/bytecode.c:60 529 msgid "bytecode length cannot be calculated" 530 msgstr "" 531 532 #: libyasm/bytecode.c:69 533 msgid "bytecode does not have any dependent spans" 534 msgstr "" 535 536 #: libyasm/bytecode.c:80 537 msgid "bytecode cannot be converted to bytes" 538 msgstr "" 539 540 #: libyasm/bytecode.c:229 541 msgid "got empty bytecode in yasm_bc_elem_size" 542 msgstr "" 543 544 #: libyasm/bytecode.c:246 545 msgid "got empty bytecode in yasm_bc_calc_len" 546 msgstr "" 547 548 #: libyasm/bytecode.c:265 549 msgid "expression must not contain floating point value" 550 msgstr "" 551 552 #: libyasm/bytecode.c:292 553 msgid "got empty bytecode in yasm_bc_expand" 554 msgstr "" 555 556 #: libyasm/bytecode.c:338 557 msgid "got empty bytecode in bc_tobytes" 558 msgstr "" 559 560 #: libyasm/bytecode.c:346 561 msgid "written length does not match optimized length" 562 msgstr "" 563 564 #: libyasm/errwarn.c:238 565 msgid "Unexpected errwarn insert action" 566 msgstr "" 567 568 #: libyasm/errwarn.c:498 569 msgid "warnings being treated as errors" 570 msgstr "" 571 572 #: libyasm/expr.c:79 libyasm/expr.c:102 573 msgid "could not find expritem in pool" 574 msgstr "" 575 576 #: libyasm/expr.c:95 577 msgid "Right side of expression must exist" 578 msgstr "" 579 580 #: libyasm/expr.c:137 581 msgid "too many expritems" 582 msgstr "" 583 584 #: libyasm/expr.c:828 libyasm/section.c:973 libyasm/section.c:1182 585 msgid "circular reference detected" 586 msgstr "" 587 588 #: libyasm/file.c:171 589 msgid "octal value out of range" 590 msgstr "" 591 592 #: libyasm/file.c:255 593 msgid "could not determine current working directory" 594 msgstr "" 595 596 #: libyasm/floatnum.c:519 597 msgid "Unsupported floating-point arithmetic operation" 598 msgstr "" 599 600 #: libyasm/floatnum.c:596 601 msgid "Both underflow and overflow set" 602 msgstr "" 603 604 #: libyasm/floatnum.c:620 605 msgid "Byte length of BitVector does not match bit length" 606 msgstr "" 607 608 #: libyasm/floatnum.c:681 609 msgid "unsupported floatnum functionality" 610 msgstr "" 611 612 #: libyasm/floatnum.c:697 613 msgid "Invalid float conversion size" 614 msgstr "" 615 616 #: libyasm/floatnum.c:704 617 msgid "underflow in floating point expression" 618 msgstr "" 619 620 #: libyasm/floatnum.c:707 621 msgid "overflow in floating point expression" 622 msgstr "" 623 624 #: libyasm/hamt.c:69 625 msgid "Subtrie is seen as subtrie before flag is set (misaligned?)" 626 msgstr "" 627 628 #: libyasm/hamt.c:75 629 msgid "Value is seen as subtrie (misaligned?)" 630 msgstr "" 631 632 #: libyasm/hamt.c:241 633 msgid "Data is seen as subtrie (misaligned?)" 634 msgstr "" 635 636 #: libyasm/insn.c:49 modules/arch/x86/x86id.c:1513 637 msgid "multiple segment overrides, using leftmost" 638 msgstr "" 639 640 #: libyasm/intnum.c:139 641 msgid "invalid decimal literal" 642 msgstr "" 643 644 #: libyasm/intnum.c:143 libyasm/intnum.c:163 libyasm/intnum.c:183 645 #: libyasm/intnum.c:203 libyasm/intnum.c:357 libyasm/intnum.c:374 646 msgid "Numeric constant too large for internal format" 647 msgstr "" 648 649 #: libyasm/intnum.c:159 650 msgid "invalid binary literal" 651 msgstr "" 652 653 #: libyasm/intnum.c:179 654 msgid "invalid octal literal" 655 msgstr "" 656 657 #: libyasm/intnum.c:199 658 msgid "invalid hex literal" 659 msgstr "" 660 661 #: libyasm/intnum.c:221 libyasm/intnum.c:267 662 msgid "Character constant too large for internal format" 663 msgstr "" 664 665 #: libyasm/intnum.c:380 libyasm/intnum.c:801 libyasm/intnum.c:832 666 msgid "big endian not implemented" 667 msgstr "" 668 669 #: libyasm/intnum.c:438 670 msgid "operation needs an operand" 671 msgstr "" 672 673 #: libyasm/intnum.c:457 libyasm/intnum.c:465 libyasm/intnum.c:474 674 #: libyasm/intnum.c:482 675 msgid "divide by zero" 676 msgstr "" 677 678 #: libyasm/intnum.c:582 libyasm/intnum.c:586 libyasm/intnum.c:590 679 #, c-format 680 msgid "invalid use of '%s'" 681 msgstr "" 682 683 #: libyasm/intnum.c:599 684 msgid "invalid operation in intnum calculation" 685 msgstr "" 686 687 #: libyasm/intnum.c:736 libyasm/intnum.c:768 688 msgid "unknown intnum type" 689 msgstr "" 690 691 #: libyasm/intnum.c:787 692 msgid "destination too large" 693 msgstr "" 694 695 #: libyasm/intnum.c:792 696 #, c-format 697 msgid "value does not fit in signed %d bit field" 698 msgstr "" 699 700 #: libyasm/intnum.c:796 701 #, c-format 702 msgid "value does not fit in %d bit field" 703 msgstr "" 704 705 #: libyasm/intnum.c:814 706 msgid "misaligned value, truncating to boundary" 707 msgstr "" 708 709 #: libyasm/section.c:136 710 #, c-format 711 msgid "no size specified in %s declaration" 712 msgstr "" 713 714 #: libyasm/section.c:160 715 #, c-format 716 msgid "invalid argument to directive `%s'" 717 msgstr "" 718 719 #: libyasm/section.c:248 720 #, c-format 721 msgid "object format `%s' does not support architecture `%s' machine `%s'" 722 msgstr "" 723 724 #: libyasm/section.c:270 725 #, c-format 726 msgid "`%s' is not a valid debug format for object format `%s'" 727 msgstr "" 728 729 #: libyasm/section.c:279 730 #, c-format 731 msgid "debug format `%s' does not work with object format `%s'" 732 msgstr "" 733 734 #: libyasm/section.c:567 735 msgid "NULL destroy function given to add_reloc" 736 msgstr "" 737 738 #: libyasm/section.c:569 739 msgid "different destroy function given to add_reloc" 740 msgstr "" 741 742 #: libyasm/section.c:944 libyasm/section.c:1417 743 msgid "could not calculate bc distance" 744 msgstr "" 745 746 #: libyasm/section.c:1348 747 msgid "cannot combine multiples and setting assembly position" 748 msgstr "" 749 750 #: libyasm/section.c:1383 751 msgid "secondary expansion of an external/complex value" 752 msgstr "" 753 754 #: libyasm/section.c:1552 755 msgid "org/align went to negative offset" 756 msgstr "" 757 758 #: libyasm/symrec.c:302 759 #, c-format 760 msgid "`%s' previously defined here" 761 msgstr "" 762 763 #: libyasm/symrec.c:303 764 #, c-format 765 msgid "redefinition of `%s'" 766 msgstr "" 767 768 #: libyasm/symrec.c:308 769 #, c-format 770 msgid "`%s' both defined and declared extern" 771 msgstr "" 772 773 #: libyasm/symrec.c:399 774 #, c-format 775 msgid "duplicate definition of `%s'; first defined on line %lu" 776 msgstr "" 777 778 #: libyasm/symrec.c:421 779 #, c-format 780 msgid "undefined symbol `%s' (first use)" 781 msgstr "" 782 783 #: libyasm/symrec.c:442 784 msgid " (Each undefined symbol is reported only once.)" 785 msgstr "" 786 787 #: libyasm/valparam.c:50 modules/parsers/nasm/nasm-parse.c:1575 788 #: modules/parsers/nasm/nasm-parse.c:1611 789 #, c-format 790 msgid "directive `%s' requires an argument" 791 msgstr "" 792 793 #: libyasm/valparam.c:59 794 #, c-format 795 msgid "directive `%s' requires an identifier parameter" 796 msgstr "" 797 798 #: libyasm/valparam.c:314 799 #, c-format 800 msgid "argument to `%s' is not an expression" 801 msgstr "" 802 803 #: libyasm/valparam.c:335 modules/objfmts/rdf/rdf-objfmt.c:619 804 #, c-format 805 msgid "argument to `%s' is not an integer" 806 msgstr "" 807 808 #: libyasm/valparam.c:357 809 #, c-format 810 msgid "argument to `%s' is not a string or identifier" 811 msgstr "" 812 813 #: libyasm/valparam.c:372 libyasm/valparam.c:378 814 #: modules/objfmts/elf/elf-objfmt.c:245 modules/objfmts/rdf/rdf-objfmt.c:636 815 #, c-format 816 msgid "Unrecognized qualifier `%s'" 817 msgstr "" 818 819 #: libyasm/valparam.c:380 820 msgid "Unrecognized string qualifier" 821 msgstr "" 822 823 #: libyasm/valparam.c:382 824 msgid "Unrecognized numeric qualifier" 825 msgstr "" 826 827 #: libyasm/value.c:165 828 #, c-format 829 msgid "expression on line %d has too many add terms; internal limit of 32" 830 msgstr "" 831 832 #: libyasm/value.c:539 833 msgid "unexpected expr term type" 834 msgstr "" 835 836 #: libyasm/value.c:649 837 msgid "floating point expression too complex" 838 msgstr "" 839 840 #: libyasm/value.c:670 841 msgid "expression too complex" 842 msgstr "" 843 844 #: libyasm/xmalloc.c:71 libyasm/xmalloc.c:86 libyasm/xmalloc.c:103 845 msgid "out of memory" 846 msgstr "" 847 848 #: modules/arch/lc3b/lc3barch.c:146 849 msgid "LC-3b does not support floating point" 850 msgstr "" 851 852 #: modules/arch/lc3b/lc3bbc.c:163 853 msgid "jump target out of range" 854 msgstr "" 855 856 #: modules/arch/lc3b/lc3bbc.c:234 857 msgid "Unrecognized immediate type" 858 msgstr "" 859 860 #: modules/arch/x86/x86arch.c:133 861 msgid "ignoring default rel in non-64-bit mode" 862 msgstr "" 863 864 #: modules/arch/x86/x86arch.c:159 modules/arch/x86/x86arch.c:166 865 #: modules/arch/x86/x86arch.c:188 866 #, c-format 867 msgid "invalid argument to [%s]" 868 msgstr "" 869 870 #: modules/arch/x86/x86arch.c:447 871 msgid "Invalid mode_bits in x86_get_fill" 872 msgstr "" 873 874 #: modules/arch/x86/x86arch.c:476 modules/arch/x86/x86arch.c:571 875 msgid "unknown register size" 876 msgstr "" 877 878 #: modules/arch/x86/x86arch.c:507 879 msgid "bad register group" 880 msgstr "" 881 882 #: modules/arch/x86/x86bc.c:123 modules/arch/x86/x86bc.c:131 883 msgid "cannot use A/B/C/DH with instruction needing REX" 884 msgstr "" 885 886 #: modules/arch/x86/x86bc.c:165 887 msgid "effective address too complex" 888 msgstr "" 889 890 #: modules/arch/x86/x86bc.c:285 891 msgid "multiple LOCK or REP prefixes, using leftmost" 892 msgstr "" 893 894 #: modules/arch/x86/x86bc.c:297 modules/arch/x86/x86bc.c:314 895 msgid "ignoring REX prefix on jump" 896 msgstr "" 897 898 #: modules/arch/x86/x86bc.c:300 modules/arch/x86/x86bc.c:317 899 msgid "REX prefix not allowed on this instruction, ignoring" 900 msgstr "" 901 902 #: modules/arch/x86/x86bc.c:322 903 msgid "overriding generated REX prefix" 904 msgstr "" 905 906 #: modules/arch/x86/x86bc.c:325 907 msgid "multiple REX prefixes, using leftmost" 908 msgstr "" 909 910 #: modules/arch/x86/x86bc.c:680 modules/arch/x86/x86bc.c:960 911 msgid "near jump does not exist" 912 msgstr "" 913 914 #: modules/arch/x86/x86bc.c:694 modules/arch/x86/x86bc.c:932 915 msgid "short jump does not exist" 916 msgstr "" 917 918 #: modules/arch/x86/x86bc.c:741 modules/objfmts/coff/win64-except.c:275 919 msgid "unrecognized span id" 920 msgstr "" 921 922 #: modules/arch/x86/x86bc.c:748 923 msgid "short jump out of range" 924 msgstr "" 925 926 #: modules/arch/x86/x86bc.c:753 927 msgid "trying to expand an already-near jump" 928 msgstr "" 929 930 #: modules/arch/x86/x86bc.c:838 931 msgid "x86: REX.WXB set, but 2-byte VEX" 932 msgstr "" 933 934 #: modules/arch/x86/x86bc.c:841 935 msgid "x86: got a REX prefix in non-64-bit mode" 936 msgstr "" 937 938 #: modules/arch/x86/x86bc.c:854 939 msgid "invalid Mod/RM in x86 tobytes_insn" 940 msgstr "" 941 942 #: modules/arch/x86/x86bc.c:860 943 msgid "invalid SIB in x86 tobytes_insn" 944 msgstr "" 945 946 #: modules/arch/x86/x86bc.c:988 947 msgid "jump op_sel cannot be JMP_NONE in tobytes" 948 msgstr "" 949 950 #: modules/arch/x86/x86bc.c:990 951 msgid "unrecognized relative jump op_sel" 952 msgstr "" 953 954 #: modules/arch/x86/x86expr.c:223 955 msgid "Register expression not ADD or EXPN" 956 msgstr "" 957 958 #: modules/arch/x86/x86expr.c:360 959 msgid "Non-integer value in reg expn" 960 msgstr "" 961 962 #: modules/arch/x86/x86expr.c:417 963 msgid "unexpected expr op" 964 msgstr "" 965 966 #: modules/arch/x86/x86expr.c:458 967 msgid "invalid displacement size; fixed" 968 msgstr "" 969 970 #: modules/arch/x86/x86expr.c:471 modules/arch/x86/x86expr.c:607 971 msgid "invalid effective address (displacement size)" 972 msgstr "" 973 974 #: modules/arch/x86/x86expr.c:480 975 msgid "strange EA displacement size" 976 msgstr "" 977 978 #: modules/arch/x86/x86expr.c:682 modules/arch/x86/x86expr.c:1026 979 msgid "invalid effective address (64-bit in non-64-bit mode)" 980 msgstr "" 981 982 #: modules/arch/x86/x86expr.c:688 983 msgid "RIP-relative directive ignored in non-64-bit mode" 984 msgstr "" 985 986 #: modules/arch/x86/x86expr.c:703 modules/arch/x86/x86expr.c:730 987 #: modules/arch/x86/x86expr.c:753 modules/arch/x86/x86expr.c:789 988 #: modules/arch/x86/x86expr.c:797 modules/arch/x86/x86expr.c:808 989 #: modules/arch/x86/x86expr.c:819 modules/arch/x86/x86expr.c:977 990 #: modules/arch/x86/x86expr.c:993 modules/arch/x86/x86expr.c:1009 991 msgid "invalid effective address" 992 msgstr "" 993 994 #: modules/arch/x86/x86expr.c:961 modules/arch/x86/x86expr.c:1038 995 #: modules/arch/x86/x86id.c:1400 996 msgid "16-bit addresses not supported in 64-bit mode" 997 msgstr "" 998 999 #: modules/arch/x86/x86expr.c:1055 1000 msgid "invalid floating point constant size" 1001 msgstr "" 1002 1003 #: modules/arch/x86/x86id.c:435 modules/arch/x86/x86id.c:455 1004 msgid "jump target segment too complex" 1005 msgstr "" 1006 1007 #: modules/arch/x86/x86id.c:439 modules/arch/x86/x86id.c:459 1008 msgid "jump target offset too complex" 1009 msgstr "" 1010 1011 #: modules/arch/x86/x86id.c:448 modules/arch/x86/x86id.c:523 1012 msgid "jump target expression too complex" 1013 msgstr "" 1014 1015 #: modules/arch/x86/x86id.c:463 1016 msgid "didn't get FAR expression in jmpfar" 1017 msgstr "" 1018 1019 #: modules/arch/x86/x86id.c:517 modules/arch/x86/x86id.c:1269 1020 #: modules/arch/x86/x86id.c:1307 modules/arch/x86/x86id.c:1321 1021 #: modules/arch/x86/x86id.c:1332 modules/arch/x86/x86id.c:1342 1022 #: modules/arch/x86/x86id.c:1346 modules/arch/x86/x86id.c:1360 1023 #: modules/arch/x86/x86id.c:1370 modules/arch/x86/x86id.c:1387 1024 #: modules/arch/x86/x86id.c:1396 modules/arch/x86/x86id.c:1415 1025 #: modules/arch/x86/x86id.c:1420 modules/arch/x86/x86id.c:1445 1026 msgid "invalid operand conversion" 1027 msgstr "" 1028 1029 #: modules/arch/x86/x86id.c:525 1030 msgid "invalid jump target" 1031 msgstr "" 1032 1033 #: modules/arch/x86/x86id.c:600 1034 msgid "no SHORT form of that jump instruction exists" 1035 msgstr "" 1036 1037 #: modules/arch/x86/x86id.c:603 1038 msgid "no NEAR form of that jump instruction exists" 1039 msgstr "" 1040 1041 #: modules/arch/x86/x86id.c:899 1042 msgid "invalid operand type" 1043 msgstr "" 1044 1045 #: modules/arch/x86/x86id.c:984 1046 msgid "invalid target modifier type" 1047 msgstr "" 1048 1049 #: modules/arch/x86/x86id.c:1017 1050 msgid "invalid number of operands" 1051 msgstr "" 1052 1053 #: modules/arch/x86/x86id.c:1031 modules/arch/x86/x86id.c:1036 1054 #: modules/arch/x86/x86id.c:1041 1055 #, c-format 1056 msgid "invalid size for operand %d" 1057 msgstr "" 1058 1059 #: modules/arch/x86/x86id.c:1045 1060 msgid "one of source operand 1 or 3 must match dest operand" 1061 msgstr "" 1062 1063 #: modules/arch/x86/x86id.c:1051 1064 #, c-format 1065 msgid "requires CPU%s" 1066 msgstr "" 1067 1068 #: modules/arch/x86/x86id.c:1057 1069 msgid "invalid combination of opcode and operands" 1070 msgstr "" 1071 1072 #: modules/arch/x86/x86id.c:1087 1073 msgid "too many operands" 1074 msgstr "" 1075 1076 #: modules/arch/x86/x86id.c:1118 1077 msgid "indirect call without `*'" 1078 msgstr "" 1079 1080 #: modules/arch/x86/x86id.c:1126 1081 msgid "skipping prefixes on this instruction" 1082 msgstr "" 1083 1084 #: modules/arch/x86/x86id.c:1273 1085 msgid "invalid segment in effective address" 1086 msgstr "" 1087 1088 #: modules/arch/x86/x86id.c:1316 modules/arch/x86/x86id.c:1326 1089 msgid "immediate does not support segment" 1090 msgstr "" 1091 1092 #: modules/arch/x86/x86id.c:1409 1093 msgid "unsupported address size" 1094 msgstr "" 1095 1096 #: modules/arch/x86/x86id.c:1467 1097 msgid "unknown operand action" 1098 msgstr "" 1099 1100 #: modules/arch/x86/x86id.c:1501 1101 msgid "unknown operand postponed action" 1102 msgstr "" 1103 1104 #: modules/arch/x86/x86id.c:1517 1105 msgid "unhandled segment prefix" 1106 msgstr "" 1107 1108 #: modules/arch/x86/x86id.c:1523 1109 msgid "immediate expression too complex" 1110 msgstr "" 1111 1112 #: modules/arch/x86/x86id.c:1534 1113 msgid "address size override ignored" 1114 msgstr "" 1115 1116 #: modules/arch/x86/x86id.c:1607 1117 msgid "first opcode byte of XOP must be 0x08 or 0x09" 1118 msgstr "" 1119 1120 #: modules/arch/x86/x86id.c:1616 1121 msgid "first opcode byte of VEX must be 0x0F" 1122 msgstr "" 1123 1124 #: modules/arch/x86/x86id.c:1645 1125 msgid "unrecognized special prefix" 1126 msgstr "" 1127 1128 #: modules/arch/x86/x86id.c:1831 1129 #, c-format 1130 msgid "`%s' is an instruction in 64-bit mode" 1131 msgstr "" 1132 1133 #: modules/arch/x86/x86id.c:1836 1134 #, c-format 1135 msgid "`%s' invalid in 64-bit mode" 1136 msgstr "" 1137 1138 #: modules/arch/x86/x86id.c:1864 1139 #, c-format 1140 msgid "`%s' is an instruction in CPU%s" 1141 msgstr "" 1142 1143 #: modules/arch/x86/x86id.c:1891 1144 msgid "Cannot override data size to 32 bits in 64-bit mode" 1145 msgstr "" 1146 1147 #: modules/arch/x86/x86id.c:1897 1148 msgid "Cannot override address size to 16 bits in 64-bit mode" 1149 msgstr "" 1150 1151 #: modules/arch/x86/x86id.c:1903 1152 #, c-format 1153 msgid "`%s' is a prefix in 64-bit mode" 1154 msgstr "" 1155 1156 #: modules/dbgfmts/codeview/cv-symline.c:375 1157 msgid "codeview: could not open source file" 1158 msgstr "" 1159 1160 #: modules/dbgfmts/codeview/cv-symline.c:468 1161 #: modules/dbgfmts/dwarf2/dwarf2-line.c:550 1162 msgid "could not find filename in table" 1163 msgstr "" 1164 1165 #: modules/dbgfmts/codeview/cv-symline.c:588 1166 #, c-format 1167 msgid "codeview file number %d unassigned" 1168 msgstr "" 1169 1170 #: modules/dbgfmts/codeview/cv-symline.c:723 1171 msgid "tried to calc_len a codeview symhead bytecode" 1172 msgstr "" 1173 1174 #: modules/dbgfmts/codeview/cv-symline.c:797 1175 msgid "tried to calc_len a codeview fileinfo bytecode" 1176 msgstr "" 1177 1178 #: modules/dbgfmts/codeview/cv-symline.c:865 1179 msgid "tried to calc_len a codeview linehead bytecode" 1180 msgstr "" 1181 1182 #: modules/dbgfmts/codeview/cv-symline.c:975 1183 #: modules/dbgfmts/codeview/cv-symline.c:1004 1184 msgid "unknown sym format character" 1185 msgstr "" 1186 1187 #: modules/dbgfmts/codeview/cv-symline.c:1022 1188 msgid "tried to calc_len a codeview sym bytecode" 1189 msgstr "" 1190 1191 #: modules/dbgfmts/codeview/cv-symline.c:1095 1192 #: modules/dbgfmts/codeview/cv-type.c:560 1193 #: modules/dbgfmts/codeview/cv-type.c:601 1194 #: modules/dbgfmts/codeview/cv-type.c:658 1195 msgid "unknown leaf format character" 1196 msgstr "" 1197 1198 #: modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c:244 1199 msgid "tried to calc_len a dwarf2 head bytecode" 1200 msgstr "" 1201 1202 #: modules/dbgfmts/dwarf2/dwarf2-info.c:393 1203 msgid "tried to calc_len a dwarf2 aranges head bytecode" 1204 msgstr "" 1205 1206 #: modules/dbgfmts/dwarf2/dwarf2-line.c:415 1207 msgid "could not find label prior to loc" 1208 msgstr "" 1209 1210 #: modules/dbgfmts/dwarf2/dwarf2-line.c:423 1211 msgid "dwarf2 address went backwards?" 1212 msgstr "" 1213 1214 #: modules/dbgfmts/dwarf2/dwarf2-line.c:732 1215 #, c-format 1216 msgid "dwarf2 file number %d unassigned" 1217 msgstr "" 1218 1219 #: modules/dbgfmts/dwarf2/dwarf2-line.c:774 1220 msgid "tried to calc_len a dwarf2 spp bytecode" 1221 msgstr "" 1222 1223 #: modules/dbgfmts/dwarf2/dwarf2-line.c:859 1224 msgid "tried to calc_len a dwarf2 line_op bytecode" 1225 msgstr "" 1226 1227 #: modules/dbgfmts/dwarf2/dwarf2-line.c:910 1228 msgid "file number required" 1229 msgstr "" 1230 1231 #: modules/dbgfmts/dwarf2/dwarf2-line.c:917 1232 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1132 1233 msgid "file number is not a constant" 1234 msgstr "" 1235 1236 #: modules/dbgfmts/dwarf2/dwarf2-line.c:922 1237 msgid "file number less than one" 1238 msgstr "" 1239 1240 #: modules/dbgfmts/dwarf2/dwarf2-line.c:931 1241 msgid "line number required" 1242 msgstr "" 1243 1244 #: modules/dbgfmts/dwarf2/dwarf2-line.c:938 1245 msgid "line number is not a constant" 1246 msgstr "" 1247 1248 #: modules/dbgfmts/dwarf2/dwarf2-line.c:947 1249 #: modules/objfmts/coff/coff-objfmt.c:2047 1250 #, c-format 1251 msgid "[%s] can only be used inside of a section" 1252 msgstr "" 1253 1254 #: modules/dbgfmts/dwarf2/dwarf2-line.c:976 1255 msgid "column number is not a constant" 1256 msgstr "" 1257 1258 #: modules/dbgfmts/dwarf2/dwarf2-line.c:998 1259 msgid "is_stmt value is not a constant" 1260 msgstr "" 1261 1262 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1010 1263 msgid "is_stmt value not 0 or 1" 1264 msgstr "" 1265 1266 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1021 1267 msgid "isa value is not a constant" 1268 msgstr "" 1269 1270 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1029 1271 msgid "isa value less than zero" 1272 msgstr "" 1273 1274 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1042 1275 msgid "discriminator value is not a constant" 1276 msgstr "" 1277 1278 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1050 1279 msgid "discriminator value less than zero" 1280 msgstr "" 1281 1282 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1072 1283 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1087 1284 #, c-format 1285 msgid "unrecognized loc option `%s'" 1286 msgstr "" 1287 1288 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1075 1289 msgid "unrecognized numeric qualifier" 1290 msgstr "" 1291 1292 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1092 1293 #, c-format 1294 msgid "%s requires value" 1295 msgstr "" 1296 1297 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1116 1298 #, c-format 1299 msgid "[%s] requires an argument" 1300 msgstr "" 1301 1302 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1140 1303 msgid "file number given but no filename" 1304 msgstr "" 1305 1306 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:340 1307 msgid "stabs debugging conflicts with user-defined section .stab" 1308 msgstr "" 1309 1310 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:345 1311 msgid "stabs debugging overrides empty section .stab" 1312 msgstr "" 1313 1314 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:356 1315 msgid "stabs debugging conflicts with user-defined section .stabstr" 1316 msgstr "" 1317 1318 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:361 1319 msgid "stabs debugging overrides empty section .stabstr" 1320 msgstr "" 1321 1322 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:399 1323 msgid "over 65535 stabs" 1324 msgstr "" 1325 1326 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:489 1327 msgid "tried to resolve a stabs stab bytecode" 1328 msgstr "" 1329 1330 #: modules/dbgfmts/stabs/stabs-dbgfmt.c:498 1331 msgid "tried to resolve a stabs str bytecode" 1332 msgstr "" 1333 1334 #: modules/listfmts/nasm/nasm-listfmt.c:127 1335 msgid "relocation too complex" 1336 msgstr "" 1337 1338 #: modules/objfmts/bin/bin-objfmt.c:216 1339 msgid "binary object format does not support extern variables" 1340 msgstr "" 1341 1342 #: modules/objfmts/bin/bin-objfmt.c:220 1343 msgid "binary object format does not support global variables" 1344 msgstr "" 1345 1346 #: modules/objfmts/bin/bin-objfmt.c:224 1347 msgid "binary object format does not support common variables" 1348 msgstr "" 1349 1350 #: modules/objfmts/bin/bin-objfmt.c:253 modules/objfmts/bin/bin-objfmt.c:430 1351 #, c-format 1352 msgid "" 1353 "section `%s' internal align of %lu is greater than `%s' of %lu; using `%s'" 1354 msgstr "" 1355 1356 #: modules/objfmts/bin/bin-objfmt.c:256 modules/objfmts/bin/bin-objfmt.c:258 1357 msgid "align" 1358 msgstr "" 1359 1360 #: modules/objfmts/bin/bin-objfmt.c:269 1361 msgid "start expression is too complex" 1362 msgstr "" 1363 1364 #: modules/objfmts/bin/bin-objfmt.c:282 1365 msgid "vstart expression is too complex" 1366 msgstr "" 1367 1368 #: modules/objfmts/bin/bin-objfmt.c:361 1369 msgid "start inconsistent with align; using aligned value" 1370 msgstr "" 1371 1372 #: modules/objfmts/bin/bin-objfmt.c:433 modules/objfmts/bin/bin-objfmt.c:435 1373 msgid "valign" 1374 msgstr "" 1375 1376 #: modules/objfmts/bin/bin-objfmt.c:448 1377 msgid "vstart inconsistent with valign" 1378 msgstr "" 1379 1380 #: modules/objfmts/bin/bin-objfmt.c:755 1381 #, c-format 1382 msgid "unable to open map file `%s'" 1383 msgstr "" 1384 1385 #: modules/objfmts/bin/bin-objfmt.c:883 1386 #, c-format 1387 msgid "sections `%s' and `%s' overlap by %lu bytes" 1388 msgstr "" 1389 1390 #: modules/objfmts/bin/bin-objfmt.c:970 1391 msgid "binary object format does not support external references" 1392 msgstr "" 1393 1394 #: modules/objfmts/bin/bin-objfmt.c:998 modules/objfmts/coff/coff-objfmt.c:741 1395 #: modules/objfmts/elf/elf-objfmt.c:614 1396 msgid "uninitialized space declared in code/data section: zeroing" 1397 msgstr "" 1398 1399 #: modules/objfmts/bin/bin-objfmt.c:1044 1400 msgid "initialized space declared in nobits section: ignoring" 1401 msgstr "" 1402 1403 #: modules/objfmts/bin/bin-objfmt.c:1067 1404 #, c-format 1405 msgid "section `%s' starts before origin (ORG)" 1406 msgstr "" 1407 1408 #: modules/objfmts/bin/bin-objfmt.c:1074 1409 #, c-format 1410 msgid "section `%s' start value too large" 1411 msgstr "" 1412 1413 #: modules/objfmts/bin/bin-objfmt.c:1081 1414 #: modules/objfmts/coff/coff-objfmt.c:1205 1415 #: modules/objfmts/coff/coff-objfmt.c:1250 1416 #: modules/objfmts/elf/elf-objfmt.c:753 modules/objfmts/elf/elf-objfmt.c:865 1417 #: modules/objfmts/macho/macho-objfmt.c:1101 1418 #: modules/objfmts/macho/macho-objfmt.c:1121 1419 #: modules/objfmts/macho/macho-objfmt.c:1232 1420 #: modules/objfmts/rdf/rdf-objfmt.c:685 modules/objfmts/rdf/rdf-objfmt.c:774 1421 #: modules/objfmts/xdf/xdf-objfmt.c:555 modules/objfmts/xdf/xdf-objfmt.c:582 1422 msgid "could not seek on output file" 1423 msgstr "" 1424 1425 #: modules/objfmts/bin/bin-objfmt.c:1122 1426 msgid "ORG expression is too complex" 1427 msgstr "" 1428 1429 #: modules/objfmts/bin/bin-objfmt.c:1127 1430 msgid "ORG expression is negative" 1431 msgstr "" 1432 1433 #: modules/objfmts/bin/bin-objfmt.c:1171 1434 #, c-format 1435 msgid "section `%s' follows an invalid or unknown section `%s'" 1436 msgstr "" 1437 1438 #: modules/objfmts/bin/bin-objfmt.c:1184 1439 #, c-format 1440 msgid "follows loop between section `%s' and section `%s'" 1441 msgstr "" 1442 1443 #: modules/objfmts/bin/bin-objfmt.c:1295 1444 #, c-format 1445 msgid "section `%s' vfollows an invalid or unknown section `%s'" 1446 msgstr "" 1447 1448 #: modules/objfmts/bin/bin-objfmt.c:1309 1449 #, c-format 1450 msgid "vfollows loop between section `%s' and section `%s'" 1451 msgstr "" 1452 1453 #: modules/objfmts/bin/bin-objfmt.c:1528 1454 msgid "cannot combine `start' and `follows' section attributes" 1455 msgstr "" 1456 1457 #: modules/objfmts/bin/bin-objfmt.c:1534 1458 msgid "cannot combine `vstart' and `vfollows' section attributes" 1459 msgstr "" 1460 1461 #: modules/objfmts/bin/bin-objfmt.c:1544 modules/objfmts/bin/bin-objfmt.c:1557 1462 #: modules/objfmts/coff/coff-objfmt.c:1561 1463 #: modules/objfmts/elf/elf-objfmt.c:1089 1464 #: modules/objfmts/macho/macho-objfmt.c:1465 1465 #: modules/objfmts/xdf/xdf-objfmt.c:725 1466 #, c-format 1467 msgid "argument to `%s' is not a power of two" 1468 msgstr "" 1469 1470 #: modules/objfmts/bin/bin-objfmt.c:1603 1471 msgid "program origin redefined" 1472 msgstr "" 1473 1474 #: modules/objfmts/bin/bin-objfmt.c:1612 1475 msgid "argument to ORG must be expression" 1476 msgstr "" 1477 1478 #: modules/objfmts/bin/bin-objfmt.c:1629 1479 msgid "map file already specified" 1480 msgstr "" 1481 1482 #: modules/objfmts/bin/bin-objfmt.c:1636 1483 msgid "unexpected expression in [map]" 1484 msgstr "" 1485 1486 #: modules/objfmts/bin/bin-objfmt.c:1928 1487 #, c-format 1488 msgid "%s: could not find symbol `start'" 1489 msgstr "" 1490 1491 #: modules/objfmts/coff/coff-objfmt.c:486 1492 #: modules/objfmts/coff/coff-objfmt.c:695 1493 msgid "coff: relocation too complex" 1494 msgstr "" 1495 1496 #: modules/objfmts/coff/coff-objfmt.c:512 1497 msgid "coff: wrt expression too complex" 1498 msgstr "" 1499 1500 #: modules/objfmts/coff/coff-objfmt.c:518 1501 msgid "coff: cannot wrt across sections" 1502 msgstr "" 1503 1504 #: modules/objfmts/coff/coff-objfmt.c:538 1505 msgid "coff: common size too complex" 1506 msgstr "" 1507 1508 #: modules/objfmts/coff/coff-objfmt.c:544 1509 msgid "coff: common size is negative" 1510 msgstr "" 1511 1512 #: modules/objfmts/coff/coff-objfmt.c:603 1513 #: modules/objfmts/coff/coff-objfmt.c:609 1514 #: modules/objfmts/coff/coff-objfmt.c:635 1515 #: modules/objfmts/coff/coff-objfmt.c:670 1516 msgid "coff: invalid relocation size" 1517 msgstr "" 1518 1519 #: modules/objfmts/coff/coff-objfmt.c:639 1520 #: modules/objfmts/coff/coff-objfmt.c:646 1521 #: modules/objfmts/coff/coff-objfmt.c:653 1522 #: modules/objfmts/coff/coff-objfmt.c:674 1523 msgid "coff objfmt: unrecognized machine" 1524 msgstr "" 1525 1526 #: modules/objfmts/coff/coff-objfmt.c:796 1527 #: modules/objfmts/coff/coff-objfmt.c:827 1528 #: modules/objfmts/coff/coff-objfmt.c:1236 1529 #: modules/objfmts/elf/elf-objfmt.c:431 modules/objfmts/rdf/rdf-objfmt.c:750 1530 #: modules/objfmts/rdf/rdf-objfmt.c:767 modules/objfmts/xdf/xdf-objfmt.c:303 1531 #: modules/objfmts/xdf/xdf-objfmt.c:331 1532 msgid "could not get file position on output file" 1533 msgstr "" 1534 1535 #: modules/objfmts/coff/coff-objfmt.c:810 1536 msgid "coff: section computed size did not match actual size" 1537 msgstr "" 1538 1539 #: modules/objfmts/coff/coff-objfmt.c:852 1540 msgid "coff: no symbol data for relocated symbol" 1541 msgstr "" 1542 1543 #: modules/objfmts/coff/coff-objfmt.c:938 1544 #, c-format 1545 msgid "too many relocations in section `%s'" 1546 msgstr "" 1547 1548 #: modules/objfmts/coff/coff-objfmt.c:1020 1549 #: modules/objfmts/coff/coff-objfmt.c:1143 1550 msgid "coff: expected sym data to be present" 1551 msgstr "" 1552 1553 #: modules/objfmts/coff/coff-objfmt.c:1041 1554 #: modules/objfmts/macho/macho-objfmt.c:877 1555 #: modules/objfmts/rdf/rdf-objfmt.c:258 modules/objfmts/rdf/rdf-objfmt.c:551 1556 #: modules/objfmts/xdf/xdf-objfmt.c:483 1557 msgid "didn't understand section" 1558 msgstr "" 1559 1560 #: modules/objfmts/coff/coff-objfmt.c:1051 1561 #: modules/objfmts/macho/macho-objfmt.c:895 1562 #: modules/objfmts/xdf/xdf-objfmt.c:493 1563 msgid "global EQU value not an integer expression" 1564 msgstr "" 1565 1566 #: modules/objfmts/coff/coff-objfmt.c:1067 1567 #: modules/objfmts/macho/macho-objfmt.c:917 1568 #: modules/objfmts/rdf/rdf-objfmt.c:599 1569 msgid "COMMON data size not an integer expression" 1570 msgstr "" 1571 1572 #: modules/objfmts/coff/coff-objfmt.c:1116 1573 msgid "coff: unrecognized aux symtab type" 1574 msgstr "" 1575 1576 #: modules/objfmts/coff/coff-objfmt.c:1178 1577 #: modules/objfmts/coff/coff-objfmt.c:2265 1578 msgid "procedure started here" 1579 msgstr "" 1580 1581 #: modules/objfmts/coff/coff-objfmt.c:1180 1582 msgid "end of file in procedure frame" 1583 msgstr "" 1584 1585 #: modules/objfmts/coff/coff-objfmt.c:1333 1586 #: modules/objfmts/elf/elf-objfmt.c:948 1587 msgid "non-string section attribute" 1588 msgstr "" 1589 1590 #: modules/objfmts/coff/coff-objfmt.c:1373 1591 #: modules/objfmts/elf/elf-objfmt.c:983 1592 #, c-format 1593 msgid "unrecognized section attribute: `%c'" 1594 msgstr "" 1595 1596 #: modules/objfmts/coff/coff-objfmt.c:1514 1597 msgid "Standard COFF does not support read-only data sections" 1598 msgstr "" 1599 1600 #: modules/objfmts/coff/coff-objfmt.c:1569 1601 msgid "Win32 does not support alignments > 8192" 1602 msgstr "" 1603 1604 #: modules/objfmts/coff/coff-objfmt.c:1581 1605 msgid "COFF section names limited to 8 characters: truncating" 1606 msgstr "" 1607 1608 #: modules/objfmts/coff/coff-objfmt.c:1598 1609 #: modules/objfmts/elf/elf-objfmt.c:1124 1610 #: modules/objfmts/macho/macho-objfmt.c:1502 1611 #: modules/objfmts/rdf/rdf-objfmt.c:960 modules/objfmts/xdf/xdf-objfmt.c:767 1612 msgid "section flags ignored on section redeclaration" 1613 msgstr "" 1614 1615 #: modules/objfmts/coff/coff-objfmt.c:1689 1616 msgid "argument to EXPORT must be symbol name" 1617 msgstr "" 1618 1619 #: modules/objfmts/coff/coff-objfmt.c:1740 1620 #: modules/objfmts/coff/coff-objfmt.c:1919 1621 msgid "argument to SAFESEH must be symbol name" 1622 msgstr "" 1623 1624 #: modules/objfmts/coff/coff-objfmt.c:1795 1625 msgid "coff: no symbol data for SAFESEH symbol" 1626 msgstr "" 1627 1628 #: modules/objfmts/coff/coff-objfmt.c:1854 1629 #: modules/objfmts/elf/elf-objfmt.c:1259 1630 msgid ".comment requires string parameters" 1631 msgstr "" 1632 1633 #: modules/objfmts/coff/coff-objfmt.c:1875 1634 msgid ".secrel32 can only be used inside of a section" 1635 msgstr "" 1636 1637 #: modules/objfmts/coff/coff-objfmt.c:1886 1638 msgid ".secrel32 requires expressions" 1639 msgstr "" 1640 1641 #: modules/objfmts/coff/coff-objfmt.c:1911 1642 msgid ".def pseudo-op used inside of .def/.endef; ignored" 1643 msgstr "" 1644 1645 #: modules/objfmts/coff/coff-objfmt.c:1941 1646 #: modules/objfmts/coff/coff-objfmt.c:1964 1647 #, c-format 1648 msgid "%s pseudo-op used outside of .def/.endef; ignored" 1649 msgstr "" 1650 1651 #: modules/objfmts/coff/coff-objfmt.c:1985 1652 msgid ".endef pseudo-op used before .def; ignored" 1653 msgstr "" 1654 1655 #: modules/objfmts/coff/coff-objfmt.c:2001 1656 msgid "previous procedure started here" 1657 msgstr "" 1658 1659 #: modules/objfmts/coff/coff-objfmt.c:2003 1660 msgid "nested procedures not supported (didn't use [ENDPROC_FRAME]?)" 1661 msgstr "" 1662 1663 #: modules/objfmts/coff/coff-objfmt.c:2024 1664 #: modules/objfmts/coff/coff-objfmt.c:2259 1665 #, c-format 1666 msgid "[%s] without preceding [PROC_FRAME]" 1667 msgstr "" 1668 1669 #: modules/objfmts/coff/coff-objfmt.c:2029 1670 #: modules/objfmts/coff/win64-except.c:261 1671 msgid "prologue ended here" 1672 msgstr "" 1673 1674 #: modules/objfmts/coff/coff-objfmt.c:2030 1675 #, c-format 1676 msgid "[%s] after end of prologue" 1677 msgstr "" 1678 1679 #: modules/objfmts/coff/coff-objfmt.c:2035 1680 #: modules/objfmts/coff/coff-objfmt.c:2275 1681 msgid "unwind info not present" 1682 msgstr "" 1683 1684 #: modules/objfmts/coff/coff-objfmt.c:2070 1685 #: modules/objfmts/coff/coff-objfmt.c:2101 1686 #: modules/objfmts/coff/coff-objfmt.c:2171 1687 #, c-format 1688 msgid "[%s] requires a register as the first parameter" 1689 msgstr "" 1690 1691 #: modules/objfmts/coff/coff-objfmt.c:2138 1692 #, c-format 1693 msgid "[%s] requires a size" 1694 msgstr "" 1695 1696 #: modules/objfmts/coff/coff-objfmt.c:2180 1697 #, c-format 1698 msgid "[%s] requires an offset as the second parameter" 1699 msgstr "" 1700 1701 #: modules/objfmts/coff/coff-objfmt.c:2267 1702 msgid "ended procedure without ending prologue" 1703 msgstr "" 1704 1705 #: modules/objfmts/coff/win64-except.c:211 1706 msgid "prolog size expression too complex" 1707 msgstr "" 1708 1709 #: modules/objfmts/coff/win64-except.c:214 1710 msgid "codes count expression too complex" 1711 msgstr "" 1712 1713 #: modules/objfmts/coff/win64-except.c:218 1714 #: modules/objfmts/coff/win64-except.c:311 1715 msgid "frame offset expression too complex" 1716 msgstr "" 1717 1718 #: modules/objfmts/coff/win64-except.c:240 1719 #: modules/objfmts/coff/win64-except.c:271 1720 #: modules/objfmts/coff/win64-except.c:317 1721 #, c-format 1722 msgid "frame offset of %ld bytes, must be between 0 and 240" 1723 msgstr "" 1724 1725 #: modules/objfmts/coff/win64-except.c:244 1726 #: modules/objfmts/coff/win64-except.c:320 1727 #, c-format 1728 msgid "frame offset of %ld is not a multiple of 16" 1729 msgstr "" 1730 1731 #: modules/objfmts/coff/win64-except.c:263 1732 #, c-format 1733 msgid "prologue %ld bytes, must be <256" 1734 msgstr "" 1735 1736 #: modules/objfmts/coff/win64-except.c:267 1737 #, c-format 1738 msgid "%ld unwind codes, maximum of 255" 1739 msgstr "" 1740 1741 #: modules/objfmts/coff/win64-except.c:348 1742 #: modules/objfmts/coff/win64-except.c:526 1743 msgid "offset expression too complex" 1744 msgstr "" 1745 1746 #: modules/objfmts/coff/win64-except.c:397 1747 #: modules/objfmts/coff/win64-except.c:518 1748 msgid "unrecognied unwind opcode" 1749 msgstr "" 1750 1751 #: modules/objfmts/coff/win64-except.c:412 1752 #: modules/objfmts/coff/win64-except.c:429 1753 msgid "negative offset not allowed" 1754 msgstr "" 1755 1756 #: modules/objfmts/coff/win64-except.c:415 1757 #: modules/objfmts/coff/win64-except.c:538 1758 #, c-format 1759 msgid "offset of %ld is not a multiple of %ld" 1760 msgstr "" 1761 1762 #: modules/objfmts/coff/win64-except.c:436 1763 msgid "expansion on already largest alloc" 1764 msgstr "" 1765 1766 #: modules/objfmts/coff/win64-except.c:532 1767 #, c-format 1768 msgid "offset of %ld bytes, must be between %ld and %ld" 1769 msgstr "" 1770 1771 #: modules/objfmts/dbg/dbg-objfmt.c:50 1772 msgid "could not open temporary file" 1773 msgstr "" 1774 1775 #: modules/objfmts/elf/elf-objfmt.c:124 modules/objfmts/elf/elf-objfmt.c:149 1776 #: modules/objfmts/elf/elf-objfmt.c:1173 1777 #, c-format 1778 msgid "unrecognized symbol type `%s'" 1779 msgstr "" 1780 1781 #: modules/objfmts/elf/elf-objfmt.c:202 1782 msgid "More than one symbol visibility provided; using last" 1783 msgstr "" 1784 1785 #: modules/objfmts/elf/elf-objfmt.c:229 1786 msgid "alignment constraint is not an integer" 1787 msgstr "" 1788 1789 #: modules/objfmts/elf/elf-objfmt.c:240 modules/objfmts/rdf/rdf-objfmt.c:631 1790 msgid "alignment constraint is not a power of two" 1791 msgstr "" 1792 1793 #: modules/objfmts/elf/elf-objfmt.c:439 1794 msgid "could not set file position on output file" 1795 msgstr "" 1796 1797 #: modules/objfmts/elf/elf-objfmt.c:459 1798 msgid "elf: invalid relocation size" 1799 msgstr "" 1800 1801 #: modules/objfmts/elf/elf-objfmt.c:508 modules/objfmts/elf/elf-objfmt.c:568 1802 msgid "elf: relocation too complex" 1803 msgstr "" 1804 1805 #: modules/objfmts/elf/elf-objfmt.c:555 1806 msgid "elf: invalid relocation (WRT or size)" 1807 msgstr "" 1808 1809 #: modules/objfmts/elf/elf-objfmt.c:669 modules/objfmts/elf/elf.c:773 1810 msgid "couldn't read position on output stream" 1811 msgstr "" 1812 1813 #: modules/objfmts/elf/elf-objfmt.c:674 modules/objfmts/elf/elf.c:778 1814 msgid "couldn't seek on output stream" 1815 msgstr "" 1816 1817 #: modules/objfmts/elf/elf-objfmt.c:827 1818 msgid "missing .stab or .stabstr section/data" 1819 msgstr "" 1820 1821 #: modules/objfmts/elf/elf-objfmt.c:1102 1822 msgid "invalid merge entity size" 1823 msgstr "" 1824 1825 #: modules/objfmts/elf/elf-objfmt.c:1105 1826 msgid "entity size for SHF_MERGE not specified" 1827 msgstr "" 1828 1829 #: modules/objfmts/elf/elf-objfmt.c:1175 1830 msgid "no type specified" 1831 msgstr "" 1832 1833 #: modules/objfmts/elf/elf-objfmt.c:1202 1834 msgid "no size specified" 1835 msgstr "" 1836 1837 #: modules/objfmts/elf/elf-x86-amd64.c:84 modules/objfmts/elf/elf-x86-x86.c:92 1838 msgid "symbol references section without data" 1839 msgstr "" 1840 1841 #: modules/objfmts/elf/elf-x86-amd64.c:155 1842 #: modules/objfmts/elf/elf-x86-x86.c:158 1843 msgid "Unsupported WRT" 1844 msgstr "" 1845 1846 #: modules/objfmts/elf/elf-x86-amd64.c:179 1847 #: modules/objfmts/elf/elf-x86-amd64.c:187 1848 #: modules/objfmts/elf/elf-x86-x86.c:176 modules/objfmts/elf/elf-x86-x86.c:183 1849 msgid "Unsupported relocation size" 1850 msgstr "" 1851 1852 #: modules/objfmts/elf/elf.c:157 modules/objfmts/elf/elf.c:527 1853 #: modules/objfmts/elf/elf.c:678 modules/objfmts/elf/elf.c:706 1854 #: modules/objfmts/elf/elf.c:725 modules/objfmts/elf/elf.c:745 1855 msgid "Unsupported machine for ELF output" 1856 msgstr "" 1857 1858 #: modules/objfmts/elf/elf.c:399 modules/objfmts/elf/elf.c:428 1859 #: modules/objfmts/elf/elf.c:448 1860 msgid "symtab is missing initial dummy entry" 1861 msgstr "" 1862 1863 #: modules/objfmts/elf/elf.c:469 1864 msgid "symtab is null" 1865 msgstr "" 1866 1867 #: modules/objfmts/elf/elf.c:483 1868 msgid "size specifier not an integer expression" 1869 msgstr "" 1870 1871 #: modules/objfmts/elf/elf.c:502 1872 msgid "EQU value not an integer expression" 1873 msgstr "" 1874 1875 #: modules/objfmts/elf/elf.c:616 1876 msgid "unsupported ELF format" 1877 msgstr "" 1878 1879 #: modules/objfmts/elf/elf.c:628 1880 msgid "shead is null" 1881 msgstr "" 1882 1883 #: modules/objfmts/elf/elf.c:682 modules/objfmts/elf/elf.c:749 1884 msgid "Failed to write an elf section header" 1885 msgstr "" 1886 1887 #: modules/objfmts/elf/elf.c:797 modules/objfmts/elf/elf.c:802 1888 msgid "Unsupported arch/machine for elf output" 1889 msgstr "" 1890 1891 #: modules/objfmts/elf/elf.c:918 1892 #, c-format 1893 msgid "alignment %d for section `%s' is not a power of 2" 1894 msgstr "" 1895 1896 #: modules/objfmts/elf/elf.c:929 modules/objfmts/elf/elf.c:947 1897 msgid "Unsupported ELF format for output" 1898 msgstr "" 1899 1900 #: modules/objfmts/elf/elf.c:951 1901 msgid "ELF program header is not proper length" 1902 msgstr "" 1903 1904 #: modules/objfmts/elf/elf.c:956 1905 msgid "Failed to write ELF program header" 1906 msgstr "" 1907 1908 #: modules/objfmts/macho/macho-objfmt.c:440 1909 msgid "macho: relocation too complex for current implementation" 1910 msgstr "" 1911 1912 #: modules/objfmts/macho/macho-objfmt.c:465 1913 msgid "macho: relocation size unsupported" 1914 msgstr "" 1915 1916 #: modules/objfmts/macho/macho-objfmt.c:476 1917 msgid "macho: shifted relocations not supported" 1918 msgstr "" 1919 1920 #: modules/objfmts/macho/macho-objfmt.c:483 1921 msgid "macho: SEG not supported" 1922 msgstr "" 1923 1924 #: modules/objfmts/macho/macho-objfmt.c:494 1925 msgid "macho: invalid WRT" 1926 msgstr "" 1927 1928 #: modules/objfmts/macho/macho-objfmt.c:521 1929 msgid "" 1930 "macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, " 1931 "consider \"[_symbol wrt rip]\" for mem access, \"qword\" and \"dq _foo\" for " 1932 "pointers." 1933 msgstr "" 1934 1935 #: modules/objfmts/macho/macho-objfmt.c:564 1936 msgid "macho: relocation too complex" 1937 msgstr "" 1938 1939 #: modules/objfmts/macho/macho-objfmt.c:603 1940 #: modules/objfmts/rdf/rdf-objfmt.c:320 modules/objfmts/xdf/xdf-objfmt.c:261 1941 msgid "uninitialized space: zeroing" 1942 msgstr "" 1943 1944 #: modules/objfmts/macho/macho-objfmt.c:1054 1945 msgid "no sections defined" 1946 msgstr "" 1947 1948 #: modules/objfmts/macho/macho-objfmt.c:1426 1949 msgid "segment name is too long, max 16 chars; truncating" 1950 msgstr "" 1951 1952 #: modules/objfmts/macho/macho-objfmt.c:1430 1953 #: modules/objfmts/macho/macho-objfmt.c:1441 1954 msgid "section name is too long, max 16 chars; truncating" 1955 msgstr "" 1956 1957 #: modules/objfmts/macho/macho-objfmt.c:1473 1958 msgid "macho implementation does not support alignments > 16384" 1959 msgstr "" 1960 1961 #: modules/objfmts/macho/macho-objfmt.c:1480 1962 msgid "Unknown section name, defaulting to __TEXT segment" 1963 msgstr "" 1964 1965 #: modules/objfmts/rdf/rdf-objfmt.c:215 modules/objfmts/rdf/rdf-objfmt.c:284 1966 msgid "rdf: relocation too complex" 1967 msgstr "" 1968 1969 #: modules/objfmts/rdf/rdf-objfmt.c:221 1970 msgid "rdf: WRT not supported" 1971 msgstr "" 1972 1973 #: modules/objfmts/rdf/rdf-objfmt.c:267 1974 msgid "rdf: no symbol data for relocated symbol" 1975 msgstr "" 1976 1977 #: modules/objfmts/rdf/rdf-objfmt.c:375 1978 msgid "rdf: section computed size did not match actual size" 1979 msgstr "" 1980 1981 #: modules/objfmts/rdf/rdf-objfmt.c:555 1982 msgid "rdf does not support exporting EQU/absolute values" 1983 msgstr "" 1984 1985 #: modules/objfmts/rdf/rdf-objfmt.c:565 1986 #, c-format 1987 msgid "label name too long, truncating to %d bytes" 1988 msgstr "" 1989 1990 #: modules/objfmts/rdf/rdf-objfmt.c:940 1991 msgid "new segment declared without type code" 1992 msgstr "" 1993 1994 #: modules/objfmts/rdf/rdf-objfmt.c:1023 1995 #, c-format 1996 msgid "name too long, truncating to %d bytes" 1997 msgstr "" 1998 1999 #: modules/objfmts/xdf/xdf-objfmt.c:180 modules/objfmts/xdf/xdf-objfmt.c:222 2000 msgid "xdf: relocation too complex" 2001 msgstr "" 2002 2003 #: modules/objfmts/xdf/xdf-objfmt.c:316 2004 msgid "xdf: section computed size did not match actual size" 2005 msgstr "" 2006 2007 #: modules/objfmts/xdf/xdf-objfmt.c:345 2008 msgid "xdf: no symbol data for relocated symbol" 2009 msgstr "" 2010 2011 #: modules/objfmts/xdf/xdf-objfmt.c:354 2012 msgid "xdf: no symbol data for relocated base symbol" 2013 msgstr "" 2014 2015 #: modules/objfmts/xdf/xdf-objfmt.c:359 2016 msgid "xdf: no base symbol for WRT relocation" 2017 msgstr "" 2018 2019 #: modules/objfmts/xdf/xdf-objfmt.c:429 2020 msgid "XDF object format does not support common variables" 2021 msgstr "" 2022 2023 #: modules/objfmts/xdf/xdf-objfmt.c:737 2024 msgid "XDF does not support alignments > 4096" 2025 msgstr "" 2026 2027 #: modules/parsers/gas/gas-parse.c:90 2028 msgid "can only have one token of lookahead" 2029 msgstr "" 2030 2031 #: modules/parsers/gas/gas-parse.c:131 modules/parsers/nasm/nasm-parse.c:144 2032 #, c-format 2033 msgid "junk at end of line, first unrecognized character is `%c'" 2034 msgstr "" 2035 2036 #: modules/parsers/gas/gas-parse.c:218 modules/parsers/gas/gas-parse.c:649 2037 #: modules/parsers/gas/gas-parse.c:671 modules/parsers/gas/gas-parse.c:694 2038 #: modules/parsers/gas/gas-parse.c:807 2039 #, c-format 2040 msgid "expression expected after `%s'" 2041 msgstr "" 2042 2043 #: modules/parsers/gas/gas-parse.c:234 2044 #, c-format 2045 msgid "directive `%s' not recognized" 2046 msgstr "" 2047 2048 #: modules/parsers/gas/gas-parse.c:237 2049 #, c-format 2050 msgid "instruction not recognized: `%s'" 2051 msgstr "" 2052 2053 #: modules/parsers/gas/gas-parse.c:254 modules/parsers/nasm/nasm-parse.c:465 2054 msgid "label or instruction expected at start of line" 2055 msgstr "" 2056 2057 #: modules/parsers/gas/gas-parse.c:292 modules/parsers/gas/gas-parse.c:384 2058 #: modules/parsers/gas/gas-parse.c:464 2059 msgid "line number is negative" 2060 msgstr "" 2061 2062 #: modules/parsers/gas/gas-parse.c:354 2063 msgid "junk at end of cpp line marker" 2064 msgstr "" 2065 2066 #: modules/parsers/gas/gas-parse.c:411 2067 msgid "line increment is negative" 2068 msgstr "" 2069 2070 #: modules/parsers/gas/gas-parse.c:498 2071 msgid ".align directive must specify alignment" 2072 msgstr "" 2073 2074 #: modules/parsers/gas/gas-parse.c:574 2075 #, c-format 2076 msgid "size expected for `%s'" 2077 msgstr "" 2078 2079 #: modules/parsers/gas/gas-parse.c:747 2080 msgid "flag string expected" 2081 msgstr "" 2082 2083 #: modules/parsers/gas/gas-parse.c:960 2084 msgid "expression syntax error" 2085 msgstr "" 2086 2087 #: modules/parsers/gas/gas-parse.c:1163 modules/parsers/gas/gas-parse.c:1197 2088 msgid "invalid memory expression" 2089 msgstr "" 2090 2091 #: modules/parsers/gas/gas-parse.c:1187 2092 msgid "non-integer scale" 2093 msgstr "" 2094 2095 #: modules/parsers/gas/gas-parse.c:1209 2096 #, c-format 2097 msgid "scale factor of %u without an index register" 2098 msgstr "" 2099 2100 #: modules/parsers/gas/gas-parse.c:1270 modules/parsers/nasm/nasm-parse.c:939 2101 msgid "integer register index expected" 2102 msgstr "" 2103 2104 #: modules/parsers/gas/gas-parse.c:1277 modules/parsers/nasm/nasm-parse.c:946 2105 msgid "missing closing parenthesis for register index" 2106 msgstr "" 2107 2108 #: modules/parsers/gas/gas-parse.c:1283 modules/parsers/nasm/nasm-parse.c:952 2109 #, c-format 2110 msgid "bad register index `%u'" 2111 msgstr "" 2112 2113 #: modules/parsers/gas/gas-parse.c:1296 modules/parsers/gas/gas-parse.c:1310 2114 #, c-format 2115 msgid "expression missing after `%s'" 2116 msgstr "" 2117 2118 #: modules/parsers/gas/gas-parse.c:1445 modules/parsers/nasm/nasm-parse.c:1408 2119 msgid "missing parenthesis" 2120 msgstr "" 2121 2122 #: modules/parsers/gas/gas-parse.c:1477 2123 msgid "expected identifier after `@'" 2124 msgstr "" 2125 2126 #: modules/parsers/gas/gas-parse.c:1485 2127 msgid "unrecognized identifier after `@'" 2128 msgstr "" 2129 2130 #: modules/parsers/gas/gas-parse.c:1585 2131 #, c-format 2132 msgid "invalid section name `%s'" 2133 msgstr "" 2134 2135 #: modules/parsers/gas/gas-parse.c:1637 2136 msgid "size must be an absolute expression" 2137 msgstr "" 2138 2139 #: modules/parsers/gas/gas-parser.c:87 modules/preprocs/gas/gas-preproc.c:1328 2140 msgid "end of file in comment" 2141 msgstr "" 2142 2143 #: modules/parsers/gas/gas-token.re:350 2144 #, c-format 2145 msgid "Unrecognized register name `%s'" 2146 msgstr "" 2147 2148 #: modules/parsers/gas/gas-token.re:409 modules/parsers/nasm/nasm-token.re:504 2149 #: modules/parsers/nasm/nasm-token.re:729 2150 #, c-format 2151 msgid "ignoring unrecognized character `%s'" 2152 msgstr "" 2153 2154 #: modules/parsers/gas/gas-token.re:529 modules/parsers/gas/gas-token.re:550 2155 msgid "unexpected end of file in string" 2156 msgstr "" 2157 2158 #: modules/parsers/nasm/nasm-parse.c:94 2159 msgid "only can have one token of lookahead" 2160 msgstr "" 2161 2162 #: modules/parsers/nasm/nasm-parse.c:259 2163 msgid "only RES* allowed within absolute section" 2164 msgstr "" 2165 2166 #: modules/parsers/nasm/nasm-parse.c:344 2167 msgid "[warning] directive not supported; ignored" 2168 msgstr "" 2169 2170 #: modules/parsers/nasm/nasm-parse.c:361 modules/parsers/nasm/nasm-parse.c:370 2171 #, c-format 2172 msgid "invalid arguments to [%s]" 2173 msgstr "" 2174 2175 #: modules/parsers/nasm/nasm-parse.c:403 2176 msgid "label alone on a line without a colon might be in error" 2177 msgstr "" 2178 2179 #: modules/parsers/nasm/nasm-parse.c:425 modules/parsers/nasm/nasm-parse.c:546 2180 #: modules/parsers/nasm/nasm-parse.c:680 2181 #, c-format 2182 msgid "expression expected after %s" 2183 msgstr "" 2184 2185 #: modules/parsers/nasm/nasm-parse.c:457 2186 msgid "instruction expected after label" 2187 msgstr "" 2188 2189 #: modules/parsers/nasm/nasm-parse.c:553 2190 msgid "instruction expected after TIMES expression" 2191 msgstr "" 2192 2193 #: modules/parsers/nasm/nasm-parse.c:600 modules/parsers/nasm/nasm-parse.c:632 2194 msgid "can not handle more than one '?'" 2195 msgstr "" 2196 2197 #: modules/parsers/nasm/nasm-parse.c:610 modules/parsers/nasm/nasm-parse.c:649 2198 msgid "expression or string expected" 2199 msgstr "" 2200 2201 #: modules/parsers/nasm/nasm-parse.c:618 2202 msgid "expected ( after DUP" 2203 msgstr "" 2204 2205 #: modules/parsers/nasm/nasm-parse.c:626 modules/parsers/nasm/nasm-parse.c:641 2206 msgid "expected ) after DUPlicated expression" 2207 msgstr "" 2208 2209 #: modules/parsers/nasm/nasm-parse.c:694 2210 msgid "filename string expected after INCBIN" 2211 msgstr "" 2212 2213 #: modules/parsers/nasm/nasm-parse.c:708 2214 msgid "expression expected for INCBIN start" 2215 msgstr "" 2216 2217 #: modules/parsers/nasm/nasm-parse.c:720 2218 msgid "expression expected for INCBIN maximum length" 2219 msgstr "" 2220 2221 #: modules/parsers/nasm/nasm-parse.c:755 2222 #, c-format 2223 msgid "unexpected %s after instruction" 2224 msgstr "" 2225 2226 #: modules/parsers/nasm/nasm-parse.c:759 2227 #, c-format 2228 msgid "expected operand, got %s" 2229 msgstr "" 2230 2231 #: modules/parsers/nasm/nasm-parse.c:816 modules/parsers/nasm/nasm-parse.c:871 2232 msgid "memory address expected" 2233 msgstr "" 2234 2235 #: modules/parsers/nasm/nasm-parse.c:831 2236 msgid "relative adressing not supported\n" 2237 msgstr "" 2238 2239 #: modules/parsers/nasm/nasm-parse.c:840 2240 msgid "register adressing not supported\n" 2241 msgstr "" 2242 2243 #: modules/parsers/nasm/nasm-parse.c:848 2244 msgid "expected expression after ]" 2245 msgstr "" 2246 2247 #: modules/parsers/nasm/nasm-parse.c:878 2248 msgid "OFFSET applied to non-memory operand" 2249 msgstr "" 2250 2251 #: modules/parsers/nasm/nasm-parse.c:883 2252 msgid "OFFSET applied to non-absolute memory operand" 2253 msgstr "" 2254 2255 #: modules/parsers/nasm/nasm-parse.c:916 2256 msgid "segment applied to non-memory operand" 2257 msgstr "" 2258 2259 #: modules/parsers/nasm/nasm-parse.c:977 2260 msgid "cannot override register size" 2261 msgstr "" 2262 2263 #: modules/parsers/nasm/nasm-parse.c:989 2264 #, c-format 2265 msgid "overriding operand size from %u-bit to %u-bit" 2266 msgstr "" 2267 2268 #: modules/parsers/nasm/nasm-parse.c:993 2269 msgid "double operand size override" 2270 msgstr "" 2271 2272 #: modules/parsers/nasm/nasm-parse.c:1024 2273 msgid "expected expression after [" 2274 msgstr "" 2275 2276 #: modules/parsers/nasm/nasm-parse.c:1029 2277 msgid "missing closing bracket" 2278 msgstr "" 2279 2280 #: modules/parsers/nasm/nasm-parse.c:1100 2281 msgid "`:' required after segment register" 2282 msgstr "" 2283 2284 #: modules/parsers/nasm/nasm-parse.c:1197 2285 #: modules/parsers/nasm/nasm-parse.c:1259 2286 #: modules/parsers/nasm/nasm-parse.c:1287 2287 #: modules/parsers/nasm/nasm-parse.c:1316 2288 #: modules/parsers/nasm/nasm-parse.c:1345 2289 #: modules/parsers/nasm/nasm-parse.c:1353 2290 #: modules/parsers/nasm/nasm-parse.c:1362 2291 #: modules/parsers/nasm/nasm-parse.c:1371 2292 #: modules/parsers/nasm/nasm-parse.c:1381 2293 #: modules/parsers/nasm/nasm-parse.c:1395 2294 #: modules/parsers/nasm/nasm-parse.c:1404 2295 #, c-format 2296 msgid "expected expression after %s" 2297 msgstr "" 2298 2299 #: modules/parsers/nasm/nasm-parse.c:1420 2300 msgid "data values can't have registers" 2301 msgstr "" 2302 2303 #: modules/parsers/nasm/nasm-parse.c:1628 2304 #, c-format 2305 msgid "unrecognized default `%s'" 2306 msgstr "" 2307 2308 #: modules/parsers/nasm/nasm-parse.c:1631 2309 msgid "unrecognized default value" 2310 msgstr "" 2311 2312 #: modules/parsers/nasm/nasm-parse.c:1636 2313 #, c-format 2314 msgid "unrecognized directive `%s'" 2315 msgstr "" 2316 2317 #: modules/parsers/nasm/nasm-token.re:102 2318 #, c-format 2319 msgid "no non-local label before `%s'" 2320 msgstr "" 2321 2322 #: modules/parsers/nasm/nasm-token.re:784 2323 msgid "unterminated string" 2324 msgstr "" 2325 2326 #: modules/preprocs/cpp/cpp-preproc.c:87 2327 msgid "command line too long!" 2328 msgstr "" 2329 2330 #: modules/preprocs/cpp/cpp-preproc.c:143 2331 #: modules/preprocs/cpp/cpp-preproc.c:175 2332 msgid "Failed to execute preprocessor" 2333 msgstr "" 2334 2335 #: modules/preprocs/cpp/cpp-preproc.c:145 2336 #: modules/preprocs/cpp/cpp-preproc.c:177 2337 msgid "Cannot execute preprocessor, no popen available" 2338 msgstr "" 2339 2340 #: modules/preprocs/cpp/cpp-preproc.c:224 2341 msgid "Preprocessor exited with failure" 2342 msgstr "" 2343 2344 #: modules/preprocs/cpp/cpp-preproc.c:259 2345 #: modules/preprocs/gas/gas-preproc.c:208 2346 #: modules/preprocs/raw/raw-preproc.c:87 2347 msgid "error when reading from file" 2348 msgstr "" 2349 2350 #: modules/preprocs/gas/gas-preproc.c:286 2351 msgid "expected comma" 2352 msgstr "" 2353 2354 #: modules/preprocs/gas/gas-preproc.c:510 2355 msgid "\".endif\" without \".if\"" 2356 msgstr "" 2357 2358 #: modules/preprocs/gas/gas-preproc.c:520 2359 #, c-format 2360 msgid "\".%s\" without \".if\"" 2361 msgstr "" 2362 2363 #: modules/preprocs/gas/gas-preproc.c:535 2364 msgid "expression is required in \".if\" statement" 2365 msgstr "" 2366 2367 #: modules/preprocs/gas/gas-preproc.c:557 2368 msgid "expression is required in \".elseif\" statement" 2369 msgstr "" 2370 2371 #: modules/preprocs/gas/gas-preproc.c:592 2372 #, c-format 2373 msgid "\"%s\" expects two single-quoted or unquoted arguments" 2374 msgstr "" 2375 2376 #: modules/preprocs/gas/gas-preproc.c:609 2377 #, c-format 2378 msgid "\"%s\" expects two double-quoted arguments" 2379 msgstr "" 2380 2381 #: modules/preprocs/gas/gas-preproc.c:646 2382 msgid "string expected" 2383 msgstr "" 2384 2385 #: modules/preprocs/gas/gas-preproc.c:658 2386 #, c-format 2387 msgid "unable to open included file \"%s\"" 2388 msgstr "" 2389 2390 #: modules/preprocs/gas/gas-preproc.c:708 2391 #, c-format 2392 msgid "symbol \"%s\" is already defined" 2393 msgstr "" 2394 2395 #: modules/preprocs/gas/gas-preproc.c:841 2396 msgid "unexpected EOF in \".macro\" block" 2397 msgstr "" 2398 2399 #: modules/preprocs/gas/gas-preproc.c:848 2400 msgid "\".endm\" without \".macro\"" 2401 msgstr "" 2402 2403 #: modules/preprocs/gas/gas-preproc.c:1023 2404 msgid "rept without matching endr" 2405 msgstr "" 2406 2407 #: modules/preprocs/gas/gas-preproc.c:1030 2408 msgid "\".endr\" without \".rept\"" 2409 msgstr "" 2410 2411 #: modules/preprocs/gas/gas-preproc.c:1206 2412 #, c-format 2413 msgid "\".%s\" expects two arguments" 2414 msgstr "" 2415 2416 #: modules/preprocs/gas/gas-preproc.c:1238 2417 #: modules/preprocs/nasm/nasm-preproc.c:145 2418 #: modules/preprocs/raw/raw-preproc.c:54 2419 msgid "Could not open input file" 2420 msgstr "" 2421