# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Peter Johnson and other YASM developers # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: yasm 1.3.0\n" "Report-Msgid-Bugs-To: bug-yasm@tortall.net\n" "POT-Creation-Date: 2014-08-10 22:26-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: frontends/yasm/yasm-options.c:86 #, c-format msgid "option `--%s' needs an argument!" msgstr "" #: frontends/yasm/yasm-options.c:106 frontends/yasm/yasm-options.c:144 #, c-format msgid "warning: unrecognized option `%s'" msgstr "" #: frontends/yasm/yasm-options.c:125 #, c-format msgid "option `-%c' needs an argument!" msgstr "" #: frontends/yasm/yasm-options.c:179 frontends/yasm/yasm-options.c:187 msgid "param" msgstr "" #: frontends/yasm/yasm.c:150 msgid "show version text" msgstr "" #: frontends/yasm/yasm.c:152 msgid "show license text" msgstr "" #: frontends/yasm/yasm.c:154 msgid "show help text" msgstr "" #: frontends/yasm/yasm.c:156 msgid "select architecture (list with -a help)" msgstr "" #: frontends/yasm/yasm.c:156 msgid "arch" msgstr "" #: frontends/yasm/yasm.c:158 msgid "select parser (list with -p help)" msgstr "" #: frontends/yasm/yasm.c:158 frontends/yasm/yasm.c:420 #: frontends/yasm/yasm.c:466 frontends/yasm/yasm.c:698 #: frontends/yasm/yasm.c:900 msgid "parser" msgstr "" #: frontends/yasm/yasm.c:160 msgid "select preprocessor (list with -r help)" msgstr "" #: frontends/yasm/yasm.c:160 msgid "preproc" msgstr "" #: frontends/yasm/yasm.c:162 msgid "select object format (list with -f help)" msgstr "" #: frontends/yasm/yasm.c:162 msgid "format" msgstr "" #: frontends/yasm/yasm.c:164 msgid "select debugging format (list with -g help)" msgstr "" #: frontends/yasm/yasm.c:164 msgid "debug" msgstr "" #: frontends/yasm/yasm.c:166 msgid "select list format (list with -L help)" msgstr "" #: frontends/yasm/yasm.c:166 msgid "list" msgstr "" #: frontends/yasm/yasm.c:168 msgid "name of list-file output" msgstr "" #: frontends/yasm/yasm.c:168 msgid "listfile" msgstr "" #: frontends/yasm/yasm.c:170 msgid "name of object-file output" msgstr "" #: frontends/yasm/yasm.c:170 frontends/yasm/yasm.c:172 #: frontends/yasm/yasm.c:194 msgid "filename" msgstr "" #: frontends/yasm/yasm.c:172 msgid "name of map-file output" msgstr "" #: frontends/yasm/yasm.c:174 msgid "select machine (list with -m help)" msgstr "" #: frontends/yasm/yasm.c:174 frontends/yasm/yasm.c:414 msgid "machine" msgstr "" #: frontends/yasm/yasm.c:176 msgid "treat all sized operands as if `strict' was used" msgstr "" #: frontends/yasm/yasm.c:178 msgid "inhibits warning messages" msgstr "" #: frontends/yasm/yasm.c:180 msgid "enables/disables warning" msgstr "" #: frontends/yasm/yasm.c:182 msgid "generate Makefile dependencies on stdout" msgstr "" #: frontends/yasm/yasm.c:184 msgid "redirect error messages to file" msgstr "" #: frontends/yasm/yasm.c:184 msgid "file" msgstr "" #: frontends/yasm/yasm.c:186 msgid "redirect error messages to stdout" msgstr "" #: frontends/yasm/yasm.c:188 msgid "preprocess only (writes output to stdout by default)" msgstr "" #: frontends/yasm/yasm.c:190 frontends/yasm/yasm.c:192 msgid "add include path" msgstr "" #: frontends/yasm/yasm.c:190 frontends/yasm/yasm.c:192 msgid "path" msgstr "" #: frontends/yasm/yasm.c:194 msgid "pre-include file" msgstr "" #: frontends/yasm/yasm.c:196 frontends/yasm/yasm.c:198 msgid "pre-define a macro, optionally to value" msgstr "" #: frontends/yasm/yasm.c:196 frontends/yasm/yasm.c:198 msgid "macro[=value]" msgstr "" #: frontends/yasm/yasm.c:200 frontends/yasm/yasm.c:202 msgid "undefine a macro" msgstr "" #: frontends/yasm/yasm.c:200 frontends/yasm/yasm.c:202 msgid "macro" msgstr "" #: frontends/yasm/yasm.c:204 msgid "select error/warning message style (`gnu' or `vc')" msgstr "" #: frontends/yasm/yasm.c:204 msgid "style" msgstr "" #: frontends/yasm/yasm.c:206 msgid "prepend argument to name of all external symbols" msgstr "" #: frontends/yasm/yasm.c:206 msgid "prefix" msgstr "" #: frontends/yasm/yasm.c:208 frontends/yasm/yasm.c:210 msgid "append argument to name of all external symbols" msgstr "" #: frontends/yasm/yasm.c:208 frontends/yasm/yasm.c:210 msgid "suffix" msgstr "" #: frontends/yasm/yasm.c:213 msgid "load plugin module" msgstr "" #: frontends/yasm/yasm.c:213 msgid "plugin" msgstr "" #: frontends/yasm/yasm.c:227 msgid "" "usage: yasm [option]* file\n" "Options:\n" msgstr "" #: frontends/yasm/yasm.c:230 msgid "" "\n" "Files are asm sources to be assembled.\n" "\n" "Sample invocation:\n" " yasm -f elf -o object.o source.asm\n" "\n" "Report bugs to bug-yasm@tortall.net\n" msgstr "" #: frontends/yasm/yasm.c:413 frontends/yasm/yasm.c:418 #: frontends/yasm/yasm.c:464 #, c-format msgid "%s: `%s' is not a valid %s for %s `%s'" msgstr "" #: frontends/yasm/yasm.c:414 frontends/yasm/yasm.c:419 #: frontends/yasm/yasm.c:424 frontends/yasm/yasm.c:439 #: frontends/yasm/yasm.c:464 frontends/yasm/yasm.c:608 #: frontends/yasm/yasm.c:620 frontends/yasm/yasm.c:665 #: frontends/yasm/yasm.c:675 frontends/yasm/yasm.c:697 #: frontends/yasm/yasm.c:709 frontends/yasm/yasm.c:732 #: frontends/yasm/yasm.c:743 frontends/yasm/yasm.c:881 #: frontends/yasm/yasm.c:900 frontends/yasm/yasm.c:919 #: frontends/yasm/yasm.c:939 frontends/yasm/yasm.c:963 #: frontends/yasm/yasm.c:983 frontends/yasm/yasm.c:1366 libyasm/errwarn.c:180 msgid "FATAL" msgstr "" #: frontends/yasm/yasm.c:415 frontends/yasm/yasm.c:420 #: frontends/yasm/yasm.c:676 frontends/yasm/yasm.c:685 #: frontends/yasm/yasm.c:882 msgid "architecture" msgstr "" #: frontends/yasm/yasm.c:424 #, c-format msgid "%s: unknown architecture error" msgstr "" #: frontends/yasm/yasm.c:465 frontends/yasm/yasm.c:710 #: frontends/yasm/yasm.c:920 msgid "preprocessor" msgstr "" #: frontends/yasm/yasm.c:513 #, c-format msgid "warning: object format `%s' does not support map files" msgstr "" #: frontends/yasm/yasm.c:608 #, c-format msgid "%s: could not initialize BitVector" msgstr "" #: frontends/yasm/yasm.c:620 #, c-format msgid "%s: could not load standard modules" msgstr "" #: frontends/yasm/yasm.c:665 frontends/yasm/yasm.c:675 #: frontends/yasm/yasm.c:697 frontends/yasm/yasm.c:709 #: frontends/yasm/yasm.c:732 frontends/yasm/yasm.c:743 #, c-format msgid "%s: could not load default %s" msgstr "" #: frontends/yasm/yasm.c:666 frontends/yasm/yasm.c:940 msgid "object format" msgstr "" #: frontends/yasm/yasm.c:684 #, c-format msgid "Available %s for %s `%s':\n" msgstr "" #: frontends/yasm/yasm.c:684 msgid "machines" msgstr "" #: frontends/yasm/yasm.c:718 msgid "No input files specified" msgstr "" #: frontends/yasm/yasm.c:733 frontends/yasm/yasm.c:984 msgid "list format" msgstr "" #: frontends/yasm/yasm.c:744 frontends/yasm/yasm.c:964 msgid "debug format" msgstr "" #: frontends/yasm/yasm.c:761 #, c-format msgid "could not open file `%s'" msgstr "" #: frontends/yasm/yasm.c:835 msgid "" "warning: can open only one input file, only the last file will be processed" msgstr "" #: frontends/yasm/yasm.c:876 frontends/yasm/yasm.c:895 #: frontends/yasm/yasm.c:914 frontends/yasm/yasm.c:934 #: frontends/yasm/yasm.c:958 frontends/yasm/yasm.c:978 #, c-format msgid "Available yasm %s:\n" msgstr "" #: frontends/yasm/yasm.c:876 msgid "architectures" msgstr "" #: frontends/yasm/yasm.c:881 frontends/yasm/yasm.c:900 #: frontends/yasm/yasm.c:919 frontends/yasm/yasm.c:939 #: frontends/yasm/yasm.c:963 frontends/yasm/yasm.c:983 #, c-format msgid "%s: unrecognized %s `%s'" msgstr "" #: frontends/yasm/yasm.c:895 msgid "parsers" msgstr "" #: frontends/yasm/yasm.c:914 msgid "preprocessors" msgstr "" #: frontends/yasm/yasm.c:934 msgid "object formats" msgstr "" #: frontends/yasm/yasm.c:958 msgid "debug formats" msgstr "" #: frontends/yasm/yasm.c:978 msgid "list formats" msgstr "" #: frontends/yasm/yasm.c:996 msgid "warning: can output to only one list file, last specified used" msgstr "" #: frontends/yasm/yasm.c:1012 msgid "warning: can output to only one object file, last specified used" msgstr "" #: frontends/yasm/yasm.c:1028 msgid "warning: can output to only one map file, last specified used" msgstr "" #: frontends/yasm/yasm.c:1105 msgid "warning: can output to only one error file, last specified used" msgstr "" #: frontends/yasm/yasm.c:1163 #, c-format msgid "warning: unrecognized message style `%s'" msgstr "" #: frontends/yasm/yasm.c:1209 #, c-format msgid "warning: could not load plugin `%s'" msgstr "" #: frontends/yasm/yasm.c:1303 #, c-format msgid "file name already ends in `.%s': output will be in `%s'" msgstr "" #: frontends/yasm/yasm.c:1312 #, c-format msgid "file name already has no extension: output will be in `%s'" msgstr "" #: frontends/yasm/yasm.c:1354 libyasm/errwarn.c:165 #, c-format msgid "INTERNAL ERROR at %s, line %u: %s\n" msgstr "" #: frontends/yasm/yasm.c:1394 frontends/yasm/yasm.c:1396 #: frontends/yasm/yasm.c:1400 frontends/yasm/yasm.c:1403 msgid "error: " msgstr "" #: frontends/yasm/yasm.c:1412 frontends/yasm/yasm.c:1415 msgid "warning: " msgstr "" #: libyasm/bc-align.c:110 msgid "align boundary must be a constant" msgstr "" #: libyasm/bc-align.c:113 msgid "align fill must be a constant" msgstr "" #: libyasm/bc-align.c:116 msgid "align maximum skip must be a constant" msgstr "" #: libyasm/bc-align.c:205 msgid "could not find any code alignment size" msgstr "" #: libyasm/bc-align.c:218 #, c-format msgid "invalid alignment size %d" msgstr "" #: libyasm/bc-data.c:119 msgid "data expression too complex" msgstr "" #: libyasm/bc-data.c:128 msgid "LEB128 requires constant values" msgstr "" #: libyasm/bc-data.c:137 msgid "negative value in unsigned LEB128" msgstr "" #: libyasm/bc-data.c:146 libyasm/bytecode.c:182 msgid "multiple expression too complex" msgstr "" #: libyasm/bc-data.c:149 libyasm/bytecode.c:185 msgid "multiple expression not absolute" msgstr "" #: libyasm/bc-data.c:188 libyasm/bc-data.c:243 msgid "non-constant in data_tobytes" msgstr "" #: libyasm/bc-data.c:437 msgid "LEB128 does not allow string constants" msgstr "" #: libyasm/bc-data.c:511 libyasm/bytecode.c:362 msgid "could not determine multiple" msgstr "" #: libyasm/bc-data.c:515 libyasm/bytecode.c:258 libyasm/bytecode.c:366 msgid "multiple is negative" msgstr "" #: libyasm/bc-incbin.c:115 msgid "start expression too complex" msgstr "" #: libyasm/bc-incbin.c:118 msgid "start expression not absolute" msgstr "" #: libyasm/bc-incbin.c:123 msgid "maximum length expression too complex" msgstr "" #: libyasm/bc-incbin.c:126 msgid "maximum length expression not absolute" msgstr "" #: libyasm/bc-incbin.c:147 libyasm/bc-incbin.c:160 msgid "incbin does not yet understand non-constant" msgstr "" #: libyasm/bc-incbin.c:169 libyasm/bc-incbin.c:220 #, c-format msgid "`incbin': unable to open file `%s'" msgstr "" #: libyasm/bc-incbin.c:175 libyasm/bc-incbin.c:228 #, c-format msgid "`incbin': unable to seek on file `%s'" msgstr "" #: libyasm/bc-incbin.c:185 #, c-format msgid "`incbin': start past end of file `%s'" msgstr "" #: libyasm/bc-incbin.c:213 msgid "could not determine start in bc_tobytes_incbin" msgstr "" #: libyasm/bc-incbin.c:237 #, c-format msgid "`incbin': unable to read %lu bytes from file `%s'" msgstr "" #: libyasm/bc-org.c:113 libyasm/bc-org.c:134 msgid "ORG overlap with already existing data" msgstr "" #: libyasm/bc-reserve.c:122 msgid "bc_reserve_tobytes called" msgstr "" #: libyasm/bytecode.c:60 msgid "bytecode length cannot be calculated" msgstr "" #: libyasm/bytecode.c:69 msgid "bytecode does not have any dependent spans" msgstr "" #: libyasm/bytecode.c:80 msgid "bytecode cannot be converted to bytes" msgstr "" #: libyasm/bytecode.c:229 msgid "got empty bytecode in yasm_bc_elem_size" msgstr "" #: libyasm/bytecode.c:246 msgid "got empty bytecode in yasm_bc_calc_len" msgstr "" #: libyasm/bytecode.c:265 msgid "expression must not contain floating point value" msgstr "" #: libyasm/bytecode.c:292 msgid "got empty bytecode in yasm_bc_expand" msgstr "" #: libyasm/bytecode.c:338 msgid "got empty bytecode in bc_tobytes" msgstr "" #: libyasm/bytecode.c:346 msgid "written length does not match optimized length" msgstr "" #: libyasm/errwarn.c:238 msgid "Unexpected errwarn insert action" msgstr "" #: libyasm/errwarn.c:498 msgid "warnings being treated as errors" msgstr "" #: libyasm/expr.c:79 libyasm/expr.c:102 msgid "could not find expritem in pool" msgstr "" #: libyasm/expr.c:95 msgid "Right side of expression must exist" msgstr "" #: libyasm/expr.c:137 msgid "too many expritems" msgstr "" #: libyasm/expr.c:828 libyasm/section.c:977 libyasm/section.c:1186 msgid "circular reference detected" msgstr "" #: libyasm/file.c:171 msgid "octal value out of range" msgstr "" #: libyasm/file.c:255 msgid "could not determine current working directory" msgstr "" #: libyasm/floatnum.c:519 msgid "Unsupported floating-point arithmetic operation" msgstr "" #: libyasm/floatnum.c:596 msgid "Both underflow and overflow set" msgstr "" #: libyasm/floatnum.c:620 msgid "Byte length of BitVector does not match bit length" msgstr "" #: libyasm/floatnum.c:681 msgid "unsupported floatnum functionality" msgstr "" #: libyasm/floatnum.c:697 msgid "Invalid float conversion size" msgstr "" #: libyasm/floatnum.c:704 msgid "underflow in floating point expression" msgstr "" #: libyasm/floatnum.c:707 msgid "overflow in floating point expression" msgstr "" #: libyasm/hamt.c:69 msgid "Subtrie is seen as subtrie before flag is set (misaligned?)" msgstr "" #: libyasm/hamt.c:75 msgid "Value is seen as subtrie (misaligned?)" msgstr "" #: libyasm/hamt.c:241 msgid "Data is seen as subtrie (misaligned?)" msgstr "" #: libyasm/insn.c:49 modules/arch/x86/x86id.c:1514 msgid "multiple segment overrides, using leftmost" msgstr "" #: libyasm/intnum.c:139 msgid "invalid decimal literal" msgstr "" #: libyasm/intnum.c:143 libyasm/intnum.c:163 libyasm/intnum.c:183 #: libyasm/intnum.c:203 libyasm/intnum.c:357 libyasm/intnum.c:374 msgid "Numeric constant too large for internal format" msgstr "" #: libyasm/intnum.c:159 msgid "invalid binary literal" msgstr "" #: libyasm/intnum.c:179 msgid "invalid octal literal" msgstr "" #: libyasm/intnum.c:199 msgid "invalid hex literal" msgstr "" #: libyasm/intnum.c:221 libyasm/intnum.c:267 msgid "Character constant too large for internal format" msgstr "" #: libyasm/intnum.c:380 libyasm/intnum.c:801 libyasm/intnum.c:832 msgid "big endian not implemented" msgstr "" #: libyasm/intnum.c:438 msgid "operation needs an operand" msgstr "" #: libyasm/intnum.c:457 libyasm/intnum.c:465 libyasm/intnum.c:474 #: libyasm/intnum.c:482 msgid "divide by zero" msgstr "" #: libyasm/intnum.c:582 libyasm/intnum.c:586 libyasm/intnum.c:590 #, c-format msgid "invalid use of '%s'" msgstr "" #: libyasm/intnum.c:599 msgid "invalid operation in intnum calculation" msgstr "" #: libyasm/intnum.c:736 libyasm/intnum.c:768 msgid "unknown intnum type" msgstr "" #: libyasm/intnum.c:787 msgid "destination too large" msgstr "" #: libyasm/intnum.c:792 #, c-format msgid "value does not fit in signed %d bit field" msgstr "" #: libyasm/intnum.c:796 #, c-format msgid "value does not fit in %d bit field" msgstr "" #: libyasm/intnum.c:814 msgid "misaligned value, truncating to boundary" msgstr "" #: libyasm/section.c:136 #, c-format msgid "no size specified in %s declaration" msgstr "" #: libyasm/section.c:160 #, c-format msgid "invalid argument to directive `%s'" msgstr "" #: libyasm/section.c:248 #, c-format msgid "object format `%s' does not support architecture `%s' machine `%s'" msgstr "" #: libyasm/section.c:274 #, c-format msgid "`%s' is not a valid debug format for object format `%s'" msgstr "" #: libyasm/section.c:283 #, c-format msgid "debug format `%s' does not work with object format `%s'" msgstr "" #: libyasm/section.c:571 msgid "NULL destroy function given to add_reloc" msgstr "" #: libyasm/section.c:573 msgid "different destroy function given to add_reloc" msgstr "" #: libyasm/section.c:948 libyasm/section.c:1418 msgid "could not calculate bc distance" msgstr "" #: libyasm/section.c:1350 msgid "cannot combine multiples and setting assembly position" msgstr "" #: libyasm/section.c:1384 msgid "secondary expansion of an external/complex value" msgstr "" #: libyasm/section.c:1553 msgid "org/align went to negative offset" msgstr "" #: libyasm/symrec.c:302 #, c-format msgid "`%s' previously defined here" msgstr "" #: libyasm/symrec.c:303 #, c-format msgid "redefinition of `%s'" msgstr "" #: libyasm/symrec.c:308 #, c-format msgid "`%s' both defined and declared extern" msgstr "" #: libyasm/symrec.c:399 #, c-format msgid "duplicate definition of `%s'; first defined on line %lu" msgstr "" #: libyasm/symrec.c:421 #, c-format msgid "undefined symbol `%s' (first use)" msgstr "" #: libyasm/symrec.c:442 msgid " (Each undefined symbol is reported only once.)" msgstr "" #: libyasm/valparam.c:50 modules/parsers/nasm/nasm-parse.c:1575 #: modules/parsers/nasm/nasm-parse.c:1611 #, c-format msgid "directive `%s' requires an argument" msgstr "" #: libyasm/valparam.c:59 #, c-format msgid "directive `%s' requires an identifier parameter" msgstr "" #: libyasm/valparam.c:314 #, c-format msgid "argument to `%s' is not an expression" msgstr "" #: libyasm/valparam.c:335 modules/objfmts/rdf/rdf-objfmt.c:617 #, c-format msgid "argument to `%s' is not an integer" msgstr "" #: libyasm/valparam.c:357 #, c-format msgid "argument to `%s' is not a string or identifier" msgstr "" #: libyasm/valparam.c:372 libyasm/valparam.c:378 #: modules/objfmts/elf/elf-objfmt.c:246 modules/objfmts/rdf/rdf-objfmt.c:634 #, c-format msgid "Unrecognized qualifier `%s'" msgstr "" #: libyasm/valparam.c:380 msgid "Unrecognized string qualifier" msgstr "" #: libyasm/valparam.c:382 msgid "Unrecognized numeric qualifier" msgstr "" #: libyasm/value.c:165 #, c-format msgid "expression on line %d has too many add terms; internal limit of 32" msgstr "" #: libyasm/value.c:539 msgid "unexpected expr term type" msgstr "" #: libyasm/value.c:649 msgid "floating point expression too complex" msgstr "" #: libyasm/value.c:670 msgid "expression too complex" msgstr "" #: libyasm/xmalloc.c:71 libyasm/xmalloc.c:86 libyasm/xmalloc.c:103 msgid "out of memory" msgstr "" #: modules/arch/lc3b/lc3barch.c:146 msgid "LC-3b does not support floating point" msgstr "" #: modules/arch/lc3b/lc3bbc.c:163 msgid "jump target out of range" msgstr "" #: modules/arch/lc3b/lc3bbc.c:234 msgid "Unrecognized immediate type" msgstr "" #: modules/arch/x86/x86arch.c:140 msgid "ignoring default rel in non-64-bit mode" msgstr "" #: modules/arch/x86/x86arch.c:166 modules/arch/x86/x86arch.c:173 #: modules/arch/x86/x86arch.c:195 #, c-format msgid "invalid argument to [%s]" msgstr "" #: modules/arch/x86/x86arch.c:454 msgid "Invalid mode_bits in x86_get_fill" msgstr "" #: modules/arch/x86/x86arch.c:483 modules/arch/x86/x86arch.c:578 msgid "unknown register size" msgstr "" #: modules/arch/x86/x86arch.c:514 msgid "bad register group" msgstr "" #: modules/arch/x86/x86bc.c:123 modules/arch/x86/x86bc.c:131 msgid "cannot use A/B/C/DH with instruction needing REX" msgstr "" #: modules/arch/x86/x86bc.c:165 msgid "effective address too complex" msgstr "" #: modules/arch/x86/x86bc.c:296 msgid "multiple XACQUIRE/XRELEASE prefixes, using leftmost" msgstr "" #: modules/arch/x86/x86bc.c:303 msgid "multiple LOCK or REP prefixes, using leftmost" msgstr "" #: modules/arch/x86/x86bc.c:315 modules/arch/x86/x86bc.c:332 msgid "ignoring REX prefix on jump" msgstr "" #: modules/arch/x86/x86bc.c:318 modules/arch/x86/x86bc.c:335 msgid "REX prefix not allowed on this instruction, ignoring" msgstr "" #: modules/arch/x86/x86bc.c:340 msgid "overriding generated REX prefix" msgstr "" #: modules/arch/x86/x86bc.c:343 msgid "multiple REX prefixes, using leftmost" msgstr "" #: modules/arch/x86/x86bc.c:703 modules/arch/x86/x86bc.c:986 msgid "near jump does not exist" msgstr "" #: modules/arch/x86/x86bc.c:717 modules/arch/x86/x86bc.c:958 msgid "short jump does not exist" msgstr "" #: modules/arch/x86/x86bc.c:764 modules/objfmts/coff/win64-except.c:275 msgid "unrecognized span id" msgstr "" #: modules/arch/x86/x86bc.c:771 msgid "short jump out of range" msgstr "" #: modules/arch/x86/x86bc.c:776 msgid "trying to expand an already-near jump" msgstr "" #: modules/arch/x86/x86bc.c:864 msgid "x86: REX.WXB set, but 2-byte VEX" msgstr "" #: modules/arch/x86/x86bc.c:867 msgid "x86: got a REX prefix in non-64-bit mode" msgstr "" #: modules/arch/x86/x86bc.c:880 msgid "invalid Mod/RM in x86 tobytes_insn" msgstr "" #: modules/arch/x86/x86bc.c:886 msgid "invalid SIB in x86 tobytes_insn" msgstr "" #: modules/arch/x86/x86bc.c:1014 msgid "jump op_sel cannot be JMP_NONE in tobytes" msgstr "" #: modules/arch/x86/x86bc.c:1016 msgid "unrecognized relative jump op_sel" msgstr "" #: modules/arch/x86/x86expr.c:223 msgid "Register expression not ADD or EXPN" msgstr "" #: modules/arch/x86/x86expr.c:360 msgid "Non-integer value in reg expn" msgstr "" #: modules/arch/x86/x86expr.c:417 msgid "unexpected expr op" msgstr "" #: modules/arch/x86/x86expr.c:458 msgid "invalid displacement size; fixed" msgstr "" #: modules/arch/x86/x86expr.c:471 modules/arch/x86/x86expr.c:607 msgid "invalid effective address (displacement size)" msgstr "" #: modules/arch/x86/x86expr.c:480 msgid "strange EA displacement size" msgstr "" #: modules/arch/x86/x86expr.c:682 modules/arch/x86/x86expr.c:1026 msgid "invalid effective address (64-bit in non-64-bit mode)" msgstr "" #: modules/arch/x86/x86expr.c:688 msgid "RIP-relative directive ignored in non-64-bit mode" msgstr "" #: modules/arch/x86/x86expr.c:703 modules/arch/x86/x86expr.c:730 #: modules/arch/x86/x86expr.c:753 modules/arch/x86/x86expr.c:789 #: modules/arch/x86/x86expr.c:797 modules/arch/x86/x86expr.c:808 #: modules/arch/x86/x86expr.c:819 modules/arch/x86/x86expr.c:977 #: modules/arch/x86/x86expr.c:993 modules/arch/x86/x86expr.c:1009 msgid "invalid effective address" msgstr "" #: modules/arch/x86/x86expr.c:961 modules/arch/x86/x86expr.c:1038 #: modules/arch/x86/x86id.c:1401 msgid "16-bit addresses not supported in 64-bit mode" msgstr "" #: modules/arch/x86/x86expr.c:1055 msgid "invalid floating point constant size" msgstr "" #: modules/arch/x86/x86id.c:436 modules/arch/x86/x86id.c:456 msgid "jump target segment too complex" msgstr "" #: modules/arch/x86/x86id.c:440 modules/arch/x86/x86id.c:460 msgid "jump target offset too complex" msgstr "" #: modules/arch/x86/x86id.c:449 modules/arch/x86/x86id.c:524 msgid "jump target expression too complex" msgstr "" #: modules/arch/x86/x86id.c:464 msgid "didn't get FAR expression in jmpfar" msgstr "" #: modules/arch/x86/x86id.c:518 modules/arch/x86/x86id.c:1270 #: modules/arch/x86/x86id.c:1308 modules/arch/x86/x86id.c:1322 #: modules/arch/x86/x86id.c:1333 modules/arch/x86/x86id.c:1343 #: modules/arch/x86/x86id.c:1347 modules/arch/x86/x86id.c:1361 #: modules/arch/x86/x86id.c:1371 modules/arch/x86/x86id.c:1388 #: modules/arch/x86/x86id.c:1397 modules/arch/x86/x86id.c:1416 #: modules/arch/x86/x86id.c:1421 modules/arch/x86/x86id.c:1446 msgid "invalid operand conversion" msgstr "" #: modules/arch/x86/x86id.c:526 msgid "invalid jump target" msgstr "" #: modules/arch/x86/x86id.c:601 msgid "no SHORT form of that jump instruction exists" msgstr "" #: modules/arch/x86/x86id.c:604 msgid "no NEAR form of that jump instruction exists" msgstr "" #: modules/arch/x86/x86id.c:900 msgid "invalid operand type" msgstr "" #: modules/arch/x86/x86id.c:985 msgid "invalid target modifier type" msgstr "" #: modules/arch/x86/x86id.c:1018 msgid "invalid number of operands" msgstr "" #: modules/arch/x86/x86id.c:1032 modules/arch/x86/x86id.c:1037 #: modules/arch/x86/x86id.c:1042 #, c-format msgid "invalid size for operand %d" msgstr "" #: modules/arch/x86/x86id.c:1046 msgid "one of source operand 1 or 3 must match dest operand" msgstr "" #: modules/arch/x86/x86id.c:1052 #, c-format msgid "requires CPU%s" msgstr "" #: modules/arch/x86/x86id.c:1058 msgid "invalid combination of opcode and operands" msgstr "" #: modules/arch/x86/x86id.c:1088 msgid "too many operands" msgstr "" #: modules/arch/x86/x86id.c:1119 msgid "indirect call without `*'" msgstr "" #: modules/arch/x86/x86id.c:1127 msgid "skipping prefixes on this instruction" msgstr "" #: modules/arch/x86/x86id.c:1274 msgid "invalid segment in effective address" msgstr "" #: modules/arch/x86/x86id.c:1317 modules/arch/x86/x86id.c:1327 msgid "immediate does not support segment" msgstr "" #: modules/arch/x86/x86id.c:1410 msgid "unsupported address size" msgstr "" #: modules/arch/x86/x86id.c:1468 msgid "unknown operand action" msgstr "" #: modules/arch/x86/x86id.c:1502 msgid "unknown operand postponed action" msgstr "" #: modules/arch/x86/x86id.c:1518 msgid "unhandled segment prefix" msgstr "" #: modules/arch/x86/x86id.c:1524 msgid "immediate expression too complex" msgstr "" #: modules/arch/x86/x86id.c:1535 msgid "address size override ignored" msgstr "" #: modules/arch/x86/x86id.c:1609 msgid "first opcode byte of XOP must be 0x08, 0x09, or 0x0A" msgstr "" #: modules/arch/x86/x86id.c:1618 msgid "first opcode byte of VEX must be 0x0F" msgstr "" #: modules/arch/x86/x86id.c:1647 msgid "unrecognized special prefix" msgstr "" #: modules/arch/x86/x86id.c:1833 #, c-format msgid "`%s' is an instruction in 64-bit mode" msgstr "" #: modules/arch/x86/x86id.c:1838 #, c-format msgid "`%s' invalid in 64-bit mode" msgstr "" #: modules/arch/x86/x86id.c:1866 #, c-format msgid "`%s' is an instruction in CPU%s" msgstr "" #: modules/arch/x86/x86id.c:1893 msgid "Cannot override data size to 32 bits in 64-bit mode" msgstr "" #: modules/arch/x86/x86id.c:1899 msgid "Cannot override address size to 16 bits in 64-bit mode" msgstr "" #: modules/arch/x86/x86id.c:1905 #, c-format msgid "`%s' is a prefix in 64-bit mode" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:378 msgid "codeview: could not open source file" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:457 #: modules/dbgfmts/dwarf2/dwarf2-line.c:550 msgid "could not find filename in table" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:577 #, c-format msgid "codeview file number %d unassigned" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:718 msgid "tried to calc_len a codeview symhead bytecode" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:792 msgid "tried to calc_len a codeview fileinfo bytecode" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:860 msgid "tried to calc_len a codeview linehead bytecode" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:973 #: modules/dbgfmts/codeview/cv-symline.c:1002 msgid "unknown sym format character" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:1020 msgid "tried to calc_len a codeview sym bytecode" msgstr "" #: modules/dbgfmts/codeview/cv-symline.c:1093 #: modules/dbgfmts/codeview/cv-type.c:560 #: modules/dbgfmts/codeview/cv-type.c:601 #: modules/dbgfmts/codeview/cv-type.c:658 msgid "unknown leaf format character" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c:244 msgid "tried to calc_len a dwarf2 head bytecode" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-info.c:393 msgid "tried to calc_len a dwarf2 aranges head bytecode" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:415 msgid "could not find label prior to loc" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:423 msgid "dwarf2 address went backwards?" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:731 #, c-format msgid "dwarf2 file number %d unassigned" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:773 msgid "tried to calc_len a dwarf2 spp bytecode" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:858 msgid "tried to calc_len a dwarf2 line_op bytecode" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:909 msgid "file number required" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:916 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1131 msgid "file number is not a constant" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:921 msgid "file number less than one" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:930 msgid "line number required" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:937 msgid "line number is not a constant" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:946 #: modules/objfmts/coff/coff-objfmt.c:2056 #, c-format msgid "[%s] can only be used inside of a section" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:975 msgid "column number is not a constant" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:997 msgid "is_stmt value is not a constant" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1009 msgid "is_stmt value not 0 or 1" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1020 msgid "isa value is not a constant" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1028 msgid "isa value less than zero" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1041 msgid "discriminator value is not a constant" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1049 msgid "discriminator value less than zero" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1071 #: modules/dbgfmts/dwarf2/dwarf2-line.c:1086 #, c-format msgid "unrecognized loc option `%s'" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1074 msgid "unrecognized numeric qualifier" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1091 #, c-format msgid "%s requires value" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1115 #, c-format msgid "[%s] requires an argument" msgstr "" #: modules/dbgfmts/dwarf2/dwarf2-line.c:1139 msgid "file number given but no filename" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:340 msgid "stabs debugging conflicts with user-defined section .stab" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:345 msgid "stabs debugging overrides empty section .stab" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:356 msgid "stabs debugging conflicts with user-defined section .stabstr" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:361 msgid "stabs debugging overrides empty section .stabstr" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:399 msgid "over 65535 stabs" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:489 msgid "tried to resolve a stabs stab bytecode" msgstr "" #: modules/dbgfmts/stabs/stabs-dbgfmt.c:498 msgid "tried to resolve a stabs str bytecode" msgstr "" #: modules/listfmts/nasm/nasm-listfmt.c:127 msgid "relocation too complex" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:216 msgid "binary object format does not support extern variables" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:220 msgid "binary object format does not support global variables" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:224 msgid "binary object format does not support common variables" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:253 modules/objfmts/bin/bin-objfmt.c:430 #, c-format msgid "" "section `%s' internal align of %lu is greater than `%s' of %lu; using `%s'" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:256 modules/objfmts/bin/bin-objfmt.c:258 msgid "align" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:269 msgid "start expression is too complex" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:282 msgid "vstart expression is too complex" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:361 msgid "start inconsistent with align; using aligned value" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:433 modules/objfmts/bin/bin-objfmt.c:435 msgid "valign" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:448 msgid "vstart inconsistent with valign" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:755 #, c-format msgid "unable to open map file `%s'" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:883 #, c-format msgid "sections `%s' and `%s' overlap by %lu bytes" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:970 msgid "binary object format does not support external references" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:998 modules/objfmts/coff/coff-objfmt.c:738 #: modules/objfmts/elf/elf-objfmt.c:623 msgid "uninitialized space declared in code/data section: zeroing" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1044 msgid "initialized space declared in nobits section: ignoring" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1067 #, c-format msgid "section `%s' starts before origin (ORG)" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1074 #, c-format msgid "section `%s' start value too large" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1081 #: modules/objfmts/coff/coff-objfmt.c:1213 #: modules/objfmts/coff/coff-objfmt.c:1258 #: modules/objfmts/elf/elf-objfmt.c:762 modules/objfmts/elf/elf-objfmt.c:874 #: modules/objfmts/macho/macho-objfmt.c:1094 #: modules/objfmts/macho/macho-objfmt.c:1114 #: modules/objfmts/macho/macho-objfmt.c:1225 #: modules/objfmts/rdf/rdf-objfmt.c:683 modules/objfmts/rdf/rdf-objfmt.c:772 #: modules/objfmts/xdf/xdf-objfmt.c:551 modules/objfmts/xdf/xdf-objfmt.c:578 msgid "could not seek on output file" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1122 msgid "ORG expression is too complex" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1127 msgid "ORG expression is negative" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1171 #, c-format msgid "section `%s' follows an invalid or unknown section `%s'" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1184 #, c-format msgid "follows loop between section `%s' and section `%s'" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1295 #, c-format msgid "section `%s' vfollows an invalid or unknown section `%s'" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1309 #, c-format msgid "vfollows loop between section `%s' and section `%s'" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1528 msgid "cannot combine `start' and `follows' section attributes" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1534 msgid "cannot combine `vstart' and `vfollows' section attributes" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1544 modules/objfmts/bin/bin-objfmt.c:1557 #: modules/objfmts/coff/coff-objfmt.c:1570 #: modules/objfmts/elf/elf-objfmt.c:1098 #: modules/objfmts/macho/macho-objfmt.c:1458 #: modules/objfmts/xdf/xdf-objfmt.c:721 #, c-format msgid "argument to `%s' is not a power of two" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1603 msgid "program origin redefined" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1612 msgid "argument to ORG must be expression" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1629 msgid "map file already specified" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1636 msgid "unexpected expression in [map]" msgstr "" #: modules/objfmts/bin/bin-objfmt.c:1928 #, c-format msgid "%s: could not find symbol `start'" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:486 #: modules/objfmts/coff/coff-objfmt.c:692 msgid "coff: relocation too complex" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:512 msgid "coff: wrt expression too complex" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:518 msgid "coff: cannot wrt across sections" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:535 msgid "coff: common size too complex" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:541 msgid "coff: common size is negative" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:600 #: modules/objfmts/coff/coff-objfmt.c:606 #: modules/objfmts/coff/coff-objfmt.c:632 #: modules/objfmts/coff/coff-objfmt.c:667 msgid "coff: invalid relocation size" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:636 #: modules/objfmts/coff/coff-objfmt.c:643 #: modules/objfmts/coff/coff-objfmt.c:650 #: modules/objfmts/coff/coff-objfmt.c:671 msgid "coff objfmt: unrecognized machine" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:793 #: modules/objfmts/coff/coff-objfmt.c:824 #: modules/objfmts/coff/coff-objfmt.c:1244 #: modules/objfmts/elf/elf-objfmt.c:440 modules/objfmts/rdf/rdf-objfmt.c:748 #: modules/objfmts/rdf/rdf-objfmt.c:765 modules/objfmts/xdf/xdf-objfmt.c:301 #: modules/objfmts/xdf/xdf-objfmt.c:329 msgid "could not get file position on output file" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:807 msgid "coff: section computed size did not match actual size" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:849 msgid "coff: no symbol data for relocated symbol" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:935 #, c-format msgid "too many relocations in section `%s'" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1028 #: modules/objfmts/coff/coff-objfmt.c:1151 msgid "coff: expected sym data to be present" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1049 #: modules/objfmts/macho/macho-objfmt.c:875 #: modules/objfmts/rdf/rdf-objfmt.c:256 modules/objfmts/rdf/rdf-objfmt.c:549 #: modules/objfmts/xdf/xdf-objfmt.c:479 msgid "didn't understand section" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1059 #: modules/objfmts/macho/macho-objfmt.c:893 #: modules/objfmts/xdf/xdf-objfmt.c:489 msgid "global EQU value not an integer expression" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1075 #: modules/objfmts/macho/macho-objfmt.c:915 #: modules/objfmts/rdf/rdf-objfmt.c:597 msgid "COMMON data size not an integer expression" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1124 msgid "coff: unrecognized aux symtab type" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1186 #: modules/objfmts/coff/coff-objfmt.c:2274 msgid "procedure started here" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1188 msgid "end of file in procedure frame" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1341 #: modules/objfmts/elf/elf-objfmt.c:957 msgid "non-string section attribute" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1382 #: modules/objfmts/elf/elf-objfmt.c:992 #, c-format msgid "unrecognized section attribute: `%c'" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1523 msgid "Standard COFF does not support read-only data sections" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1578 msgid "Win32 does not support alignments > 8192" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1590 msgid "COFF section names limited to 8 characters: truncating" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1607 #: modules/objfmts/elf/elf-objfmt.c:1133 #: modules/objfmts/macho/macho-objfmt.c:1497 #: modules/objfmts/rdf/rdf-objfmt.c:958 modules/objfmts/xdf/xdf-objfmt.c:763 msgid "section flags ignored on section redeclaration" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1698 msgid "argument to EXPORT must be symbol name" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1749 #: modules/objfmts/coff/coff-objfmt.c:1928 msgid "argument to SAFESEH must be symbol name" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1804 msgid "coff: no symbol data for SAFESEH symbol" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1863 #: modules/objfmts/elf/elf-objfmt.c:1268 msgid ".comment requires string parameters" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1884 msgid ".secrel32 can only be used inside of a section" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1895 msgid ".secrel32 requires expressions" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1920 msgid ".def pseudo-op used inside of .def/.endef; ignored" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1950 #: modules/objfmts/coff/coff-objfmt.c:1973 #, c-format msgid "%s pseudo-op used outside of .def/.endef; ignored" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:1994 msgid ".endef pseudo-op used before .def; ignored" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2010 msgid "previous procedure started here" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2012 msgid "nested procedures not supported (didn't use [ENDPROC_FRAME]?)" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2033 #: modules/objfmts/coff/coff-objfmt.c:2268 #, c-format msgid "[%s] without preceding [PROC_FRAME]" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2038 #: modules/objfmts/coff/win64-except.c:261 msgid "prologue ended here" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2039 #, c-format msgid "[%s] after end of prologue" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2044 #: modules/objfmts/coff/coff-objfmt.c:2284 msgid "unwind info not present" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2079 #: modules/objfmts/coff/coff-objfmt.c:2110 #: modules/objfmts/coff/coff-objfmt.c:2180 #, c-format msgid "[%s] requires a register as the first parameter" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2147 #, c-format msgid "[%s] requires a size" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2189 #, c-format msgid "[%s] requires an offset as the second parameter" msgstr "" #: modules/objfmts/coff/coff-objfmt.c:2276 msgid "ended procedure without ending prologue" msgstr "" #: modules/objfmts/coff/win64-except.c:211 msgid "prolog size expression too complex" msgstr "" #: modules/objfmts/coff/win64-except.c:214 msgid "codes count expression too complex" msgstr "" #: modules/objfmts/coff/win64-except.c:218 #: modules/objfmts/coff/win64-except.c:311 msgid "frame offset expression too complex" msgstr "" #: modules/objfmts/coff/win64-except.c:240 #: modules/objfmts/coff/win64-except.c:271 #: modules/objfmts/coff/win64-except.c:317 #, c-format msgid "frame offset of %ld bytes, must be between 0 and 240" msgstr "" #: modules/objfmts/coff/win64-except.c:244 #: modules/objfmts/coff/win64-except.c:320 #, c-format msgid "frame offset of %ld is not a multiple of 16" msgstr "" #: modules/objfmts/coff/win64-except.c:263 #, c-format msgid "prologue %ld bytes, must be <256" msgstr "" #: modules/objfmts/coff/win64-except.c:267 #, c-format msgid "%ld unwind codes, maximum of 255" msgstr "" #: modules/objfmts/coff/win64-except.c:348 #: modules/objfmts/coff/win64-except.c:526 msgid "offset expression too complex" msgstr "" #: modules/objfmts/coff/win64-except.c:397 #: modules/objfmts/coff/win64-except.c:518 msgid "unrecognied unwind opcode" msgstr "" #: modules/objfmts/coff/win64-except.c:412 #: modules/objfmts/coff/win64-except.c:429 msgid "negative offset not allowed" msgstr "" #: modules/objfmts/coff/win64-except.c:415 #: modules/objfmts/coff/win64-except.c:538 #, c-format msgid "offset of %ld is not a multiple of %ld" msgstr "" #: modules/objfmts/coff/win64-except.c:436 msgid "expansion on already largest alloc" msgstr "" #: modules/objfmts/coff/win64-except.c:532 #, c-format msgid "offset of %ld bytes, must be between %ld and %ld" msgstr "" #: modules/objfmts/dbg/dbg-objfmt.c:50 #, c-format msgid "could not open temporary file" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:125 modules/objfmts/elf/elf-objfmt.c:150 #: modules/objfmts/elf/elf-objfmt.c:1182 #, c-format msgid "unrecognized symbol type `%s'" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:203 msgid "More than one symbol visibility provided; using last" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:230 msgid "alignment constraint is not an integer" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:241 modules/objfmts/rdf/rdf-objfmt.c:629 msgid "alignment constraint is not a power of two" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:448 msgid "could not set file position on output file" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:468 msgid "elf: invalid relocation size" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:517 modules/objfmts/elf/elf-objfmt.c:577 msgid "elf: relocation too complex" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:564 msgid "elf: invalid relocation (WRT or size)" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:678 modules/objfmts/elf/elf.c:777 msgid "couldn't read position on output stream" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:683 modules/objfmts/elf/elf.c:782 msgid "couldn't seek on output stream" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:836 msgid "missing .stab or .stabstr section/data" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:1111 msgid "invalid merge entity size" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:1114 msgid "entity size for SHF_MERGE not specified" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:1184 msgid "no type specified" msgstr "" #: modules/objfmts/elf/elf-objfmt.c:1211 msgid "no size specified" msgstr "" #: modules/objfmts/elf/elf-x86-amd64.c:84 modules/objfmts/elf/elf-x86-x86.c:92 msgid "symbol references section without data" msgstr "" #: modules/objfmts/elf/elf-x86-amd64.c:155 #: modules/objfmts/elf/elf-x86-x86.c:158 msgid "Unsupported WRT" msgstr "" #: modules/objfmts/elf/elf-x86-amd64.c:179 #: modules/objfmts/elf/elf-x86-amd64.c:187 #: modules/objfmts/elf/elf-x86-x86.c:176 modules/objfmts/elf/elf-x86-x86.c:183 msgid "Unsupported relocation size" msgstr "" #: modules/objfmts/elf/elf.c:164 modules/objfmts/elf/elf.c:533 #: modules/objfmts/elf/elf.c:682 modules/objfmts/elf/elf.c:710 #: modules/objfmts/elf/elf.c:729 modules/objfmts/elf/elf.c:749 msgid "Unsupported machine for ELF output" msgstr "" #: modules/objfmts/elf/elf.c:406 modules/objfmts/elf/elf.c:435 #: modules/objfmts/elf/elf.c:455 msgid "symtab is missing initial dummy entry" msgstr "" #: modules/objfmts/elf/elf.c:476 msgid "symtab is null" msgstr "" #: modules/objfmts/elf/elf.c:489 msgid "size specifier not an integer expression" msgstr "" #: modules/objfmts/elf/elf.c:508 msgid "EQU value not an integer expression" msgstr "" #: modules/objfmts/elf/elf.c:620 msgid "unsupported ELF format" msgstr "" #: modules/objfmts/elf/elf.c:632 msgid "shead is null" msgstr "" #: modules/objfmts/elf/elf.c:686 modules/objfmts/elf/elf.c:753 msgid "Failed to write an elf section header" msgstr "" #: modules/objfmts/elf/elf.c:799 modules/objfmts/elf/elf.c:804 msgid "Unsupported arch/machine for elf output" msgstr "" #: modules/objfmts/elf/elf.c:920 #, c-format msgid "alignment %d for section `%s' is not a power of 2" msgstr "" #: modules/objfmts/elf/elf.c:931 modules/objfmts/elf/elf.c:949 msgid "Unsupported ELF format for output" msgstr "" #: modules/objfmts/elf/elf.c:953 msgid "ELF program header is not proper length" msgstr "" #: modules/objfmts/elf/elf.c:958 msgid "Failed to write ELF program header" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:440 msgid "macho: relocation too complex for current implementation" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:465 msgid "macho: relocation size unsupported" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:476 msgid "macho: shifted relocations not supported" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:483 msgid "macho: SEG not supported" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:494 msgid "macho: invalid WRT" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:521 msgid "" "macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, " "consider \"[_symbol wrt rip]\" for mem access, \"qword\" and \"dq _foo\" for " "pointers." msgstr "" #: modules/objfmts/macho/macho-objfmt.c:564 msgid "macho: relocation too complex" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:603 #: modules/objfmts/rdf/rdf-objfmt.c:318 modules/objfmts/xdf/xdf-objfmt.c:259 msgid "uninitialized space: zeroing" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:1049 msgid "no sections defined" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:1419 msgid "segment name is too long, max 16 chars; truncating" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:1423 #: modules/objfmts/macho/macho-objfmt.c:1434 msgid "section name is too long, max 16 chars; truncating" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:1466 msgid "macho implementation does not support alignments > 16384" msgstr "" #: modules/objfmts/macho/macho-objfmt.c:1473 msgid "Unknown section name, defaulting to __TEXT segment" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:213 modules/objfmts/rdf/rdf-objfmt.c:282 msgid "rdf: relocation too complex" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:219 msgid "rdf: WRT not supported" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:265 msgid "rdf: no symbol data for relocated symbol" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:373 msgid "rdf: section computed size did not match actual size" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:553 msgid "rdf does not support exporting EQU/absolute values" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:563 #, c-format msgid "label name too long, truncating to %d bytes" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:938 msgid "new segment declared without type code" msgstr "" #: modules/objfmts/rdf/rdf-objfmt.c:1021 #, c-format msgid "name too long, truncating to %d bytes" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:178 modules/objfmts/xdf/xdf-objfmt.c:220 msgid "xdf: relocation too complex" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:314 msgid "xdf: section computed size did not match actual size" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:343 msgid "xdf: no symbol data for relocated symbol" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:352 msgid "xdf: no symbol data for relocated base symbol" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:357 msgid "xdf: no base symbol for WRT relocation" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:425 msgid "XDF object format does not support common variables" msgstr "" #: modules/objfmts/xdf/xdf-objfmt.c:733 msgid "XDF does not support alignments > 4096" msgstr "" #: modules/parsers/gas/gas-parse.c:90 msgid "can only have one token of lookahead" msgstr "" #: modules/parsers/gas/gas-parse.c:131 modules/parsers/nasm/nasm-parse.c:144 #, c-format msgid "junk at end of line, first unrecognized character is `%c'" msgstr "" #: modules/parsers/gas/gas-parse.c:218 modules/parsers/gas/gas-parse.c:649 #: modules/parsers/gas/gas-parse.c:671 modules/parsers/gas/gas-parse.c:694 #: modules/parsers/gas/gas-parse.c:807 #, c-format msgid "expression expected after `%s'" msgstr "" #: modules/parsers/gas/gas-parse.c:234 #, c-format msgid "directive `%s' not recognized" msgstr "" #: modules/parsers/gas/gas-parse.c:237 #, c-format msgid "instruction not recognized: `%s'" msgstr "" #: modules/parsers/gas/gas-parse.c:254 modules/parsers/nasm/nasm-parse.c:465 msgid "label or instruction expected at start of line" msgstr "" #: modules/parsers/gas/gas-parse.c:292 modules/parsers/gas/gas-parse.c:384 #: modules/parsers/gas/gas-parse.c:464 msgid "line number is negative" msgstr "" #: modules/parsers/gas/gas-parse.c:354 msgid "junk at end of cpp line marker" msgstr "" #: modules/parsers/gas/gas-parse.c:411 msgid "line increment is negative" msgstr "" #: modules/parsers/gas/gas-parse.c:498 msgid ".align directive must specify alignment" msgstr "" #: modules/parsers/gas/gas-parse.c:574 #, c-format msgid "size expected for `%s'" msgstr "" #: modules/parsers/gas/gas-parse.c:747 msgid "flag string expected" msgstr "" #: modules/parsers/gas/gas-parse.c:958 msgid "expression syntax error" msgstr "" #: modules/parsers/gas/gas-parse.c:1161 modules/parsers/gas/gas-parse.c:1195 msgid "invalid memory expression" msgstr "" #: modules/parsers/gas/gas-parse.c:1185 msgid "non-integer scale" msgstr "" #: modules/parsers/gas/gas-parse.c:1207 #, c-format msgid "scale factor of %u without an index register" msgstr "" #: modules/parsers/gas/gas-parse.c:1268 modules/parsers/nasm/nasm-parse.c:939 msgid "integer register index expected" msgstr "" #: modules/parsers/gas/gas-parse.c:1275 modules/parsers/nasm/nasm-parse.c:946 msgid "missing closing parenthesis for register index" msgstr "" #: modules/parsers/gas/gas-parse.c:1281 modules/parsers/nasm/nasm-parse.c:952 #, c-format msgid "bad register index `%u'" msgstr "" #: modules/parsers/gas/gas-parse.c:1294 modules/parsers/gas/gas-parse.c:1308 #, c-format msgid "expression missing after `%s'" msgstr "" #: modules/parsers/gas/gas-parse.c:1443 modules/parsers/nasm/nasm-parse.c:1408 msgid "missing parenthesis" msgstr "" #: modules/parsers/gas/gas-parse.c:1475 msgid "expected identifier after `@'" msgstr "" #: modules/parsers/gas/gas-parse.c:1483 msgid "unrecognized identifier after `@'" msgstr "" #: modules/parsers/gas/gas-parse.c:1583 #, c-format msgid "invalid section name `%s'" msgstr "" #: modules/parsers/gas/gas-parse.c:1635 msgid "size must be an absolute expression" msgstr "" #: modules/parsers/gas/gas-parser.c:87 modules/preprocs/gas/gas-preproc.c:1328 msgid "end of file in comment" msgstr "" #: modules/parsers/gas/gas-token.re:350 #, c-format msgid "Unrecognized register name `%s'" msgstr "" #: modules/parsers/gas/gas-token.re:409 modules/parsers/nasm/nasm-token.re:504 #: modules/parsers/nasm/nasm-token.re:729 #, c-format msgid "ignoring unrecognized character `%s'" msgstr "" #: modules/parsers/gas/gas-token.re:529 modules/parsers/gas/gas-token.re:550 msgid "unexpected end of file in string" msgstr "" #: modules/parsers/nasm/nasm-parse.c:94 msgid "only can have one token of lookahead" msgstr "" #: modules/parsers/nasm/nasm-parse.c:259 msgid "only RES* allowed within absolute section" msgstr "" #: modules/parsers/nasm/nasm-parse.c:344 msgid "[warning] directive not supported; ignored" msgstr "" #: modules/parsers/nasm/nasm-parse.c:361 modules/parsers/nasm/nasm-parse.c:370 #, c-format msgid "invalid arguments to [%s]" msgstr "" #: modules/parsers/nasm/nasm-parse.c:403 msgid "label alone on a line without a colon might be in error" msgstr "" #: modules/parsers/nasm/nasm-parse.c:425 modules/parsers/nasm/nasm-parse.c:546 #: modules/parsers/nasm/nasm-parse.c:680 #, c-format msgid "expression expected after %s" msgstr "" #: modules/parsers/nasm/nasm-parse.c:457 msgid "instruction expected after label" msgstr "" #: modules/parsers/nasm/nasm-parse.c:553 msgid "instruction expected after TIMES expression" msgstr "" #: modules/parsers/nasm/nasm-parse.c:600 modules/parsers/nasm/nasm-parse.c:632 msgid "can not handle more than one '?'" msgstr "" #: modules/parsers/nasm/nasm-parse.c:610 modules/parsers/nasm/nasm-parse.c:649 msgid "expression or string expected" msgstr "" #: modules/parsers/nasm/nasm-parse.c:618 msgid "expected ( after DUP" msgstr "" #: modules/parsers/nasm/nasm-parse.c:626 modules/parsers/nasm/nasm-parse.c:641 msgid "expected ) after DUPlicated expression" msgstr "" #: modules/parsers/nasm/nasm-parse.c:694 msgid "filename string expected after INCBIN" msgstr "" #: modules/parsers/nasm/nasm-parse.c:708 msgid "expression expected for INCBIN start" msgstr "" #: modules/parsers/nasm/nasm-parse.c:720 msgid "expression expected for INCBIN maximum length" msgstr "" #: modules/parsers/nasm/nasm-parse.c:755 #, c-format msgid "unexpected %s after instruction" msgstr "" #: modules/parsers/nasm/nasm-parse.c:759 #, c-format msgid "expected operand, got %s" msgstr "" #: modules/parsers/nasm/nasm-parse.c:816 modules/parsers/nasm/nasm-parse.c:871 msgid "memory address expected" msgstr "" #: modules/parsers/nasm/nasm-parse.c:831 msgid "relative adressing not supported\n" msgstr "" #: modules/parsers/nasm/nasm-parse.c:840 msgid "register adressing not supported\n" msgstr "" #: modules/parsers/nasm/nasm-parse.c:848 msgid "expected expression after ]" msgstr "" #: modules/parsers/nasm/nasm-parse.c:878 msgid "OFFSET applied to non-memory operand" msgstr "" #: modules/parsers/nasm/nasm-parse.c:883 msgid "OFFSET applied to non-absolute memory operand" msgstr "" #: modules/parsers/nasm/nasm-parse.c:916 msgid "segment applied to non-memory operand" msgstr "" #: modules/parsers/nasm/nasm-parse.c:977 msgid "cannot override register size" msgstr "" #: modules/parsers/nasm/nasm-parse.c:989 #, c-format msgid "overriding operand size from %u-bit to %u-bit" msgstr "" #: modules/parsers/nasm/nasm-parse.c:993 msgid "double operand size override" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1024 msgid "expected expression after [" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1029 msgid "missing closing bracket" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1100 msgid "`:' required after segment register" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1197 #: modules/parsers/nasm/nasm-parse.c:1259 #: modules/parsers/nasm/nasm-parse.c:1287 #: modules/parsers/nasm/nasm-parse.c:1316 #: modules/parsers/nasm/nasm-parse.c:1345 #: modules/parsers/nasm/nasm-parse.c:1353 #: modules/parsers/nasm/nasm-parse.c:1362 #: modules/parsers/nasm/nasm-parse.c:1371 #: modules/parsers/nasm/nasm-parse.c:1381 #: modules/parsers/nasm/nasm-parse.c:1395 #: modules/parsers/nasm/nasm-parse.c:1404 #, c-format msgid "expected expression after %s" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1420 msgid "data values can't have registers" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1628 #, c-format msgid "unrecognized default `%s'" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1631 msgid "unrecognized default value" msgstr "" #: modules/parsers/nasm/nasm-parse.c:1636 #, c-format msgid "unrecognized directive `%s'" msgstr "" #: modules/parsers/nasm/nasm-token.re:102 #, c-format msgid "no non-local label before `%s'" msgstr "" #: modules/parsers/nasm/nasm-token.re:784 msgid "unterminated string" msgstr "" #: modules/preprocs/cpp/cpp-preproc.c:87 msgid "command line too long!" msgstr "" #: modules/preprocs/cpp/cpp-preproc.c:143 #: modules/preprocs/cpp/cpp-preproc.c:175 msgid "Failed to execute preprocessor" msgstr "" #: modules/preprocs/cpp/cpp-preproc.c:145 #: modules/preprocs/cpp/cpp-preproc.c:177 msgid "Cannot execute preprocessor, no popen available" msgstr "" #: modules/preprocs/cpp/cpp-preproc.c:224 msgid "Preprocessor exited with failure" msgstr "" #: modules/preprocs/cpp/cpp-preproc.c:259 #: modules/preprocs/gas/gas-preproc.c:208 #: modules/preprocs/raw/raw-preproc.c:87 msgid "error when reading from file" msgstr "" #: modules/preprocs/gas/gas-preproc.c:286 msgid "expected comma" msgstr "" #: modules/preprocs/gas/gas-preproc.c:510 msgid "\".endif\" without \".if\"" msgstr "" #: modules/preprocs/gas/gas-preproc.c:520 #, c-format msgid "\".%s\" without \".if\"" msgstr "" #: modules/preprocs/gas/gas-preproc.c:535 msgid "expression is required in \".if\" statement" msgstr "" #: modules/preprocs/gas/gas-preproc.c:557 msgid "expression is required in \".elseif\" statement" msgstr "" #: modules/preprocs/gas/gas-preproc.c:592 #, c-format msgid "\"%s\" expects two single-quoted or unquoted arguments" msgstr "" #: modules/preprocs/gas/gas-preproc.c:609 #, c-format msgid "\"%s\" expects two double-quoted arguments" msgstr "" #: modules/preprocs/gas/gas-preproc.c:646 msgid "string expected" msgstr "" #: modules/preprocs/gas/gas-preproc.c:658 #, c-format msgid "unable to open included file \"%s\"" msgstr "" #: modules/preprocs/gas/gas-preproc.c:708 #, c-format msgid "symbol \"%s\" is already defined" msgstr "" #: modules/preprocs/gas/gas-preproc.c:841 msgid "unexpected EOF in \".macro\" block" msgstr "" #: modules/preprocs/gas/gas-preproc.c:848 msgid "\".endm\" without \".macro\"" msgstr "" #: modules/preprocs/gas/gas-preproc.c:1023 msgid "rept without matching endr" msgstr "" #: modules/preprocs/gas/gas-preproc.c:1030 msgid "\".endr\" without \".rept\"" msgstr "" #: modules/preprocs/gas/gas-preproc.c:1206 #, c-format msgid "\".%s\" expects two arguments" msgstr "" #: modules/preprocs/gas/gas-preproc.c:1238 #: modules/preprocs/nasm/nasm-preproc.c:145 #: modules/preprocs/raw/raw-preproc.c:54 msgid "Could not open input file" msgstr ""