Chakra.dll.mui Microsoft ® Chakra (Private) 491b7d47f5fe1b3714c56261f07a47e9

File info

File name: Chakra.dll.mui
Size: 45568 byte
MD5: 491b7d47f5fe1b3714c56261f07a47e9
SHA1: 802d5f3245a18d4d0935cb3559d5b2f324aff10e
SHA256: ccdb4819217d13f0f35ecda7410350dcaf1959c7d5f48021928e29c5d84cd233
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in English (U.S.) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id English (U.S.) English
5Invalid procedure call or argument Invalid procedure call or argument
6Overflow Overflow
7Out of memory Out of memory
9Subscript out of range Subscript out of range
10This array is fixed or temporarily locked This array is fixed or temporarily locked
13Type mismatch Type mismatch
28Out of stack space Out of stack space
48Error in loading DLL Error in loading DLL
51Internal error Internal error
53File not found File not found
57Device I/O error Device I/O error
58File already exists File already exists
61Disk full Disk full
67Too many files Too many files
70Permission denied Permission denied
75Path/File access error Path/File access error
76Path not found Path not found
322Can't create necessary temporary file Can't create necessary temporary file
429Automation server can't create object Automation server can't create object
430Class doesn't support Automation Class doesn't support Automation
432File name or class name not found during Automation operation File name or class name not found during Automation operation
438Object doesn't support this property or method Object doesn't support this property or method
445Object doesn't support this action Object doesn't support this action
446Object doesn't support named arguments Object doesn't support named arguments
447Object doesn't support current locale setting Object doesn't support current locale setting
448Named argument not found Named argument not found
449Argument not optional Argument not optional
450Wrong number of arguments or invalid property assignment Wrong number of arguments or invalid property assignment
451Object not a collection Object not a collection
453Specified DLL function not found Specified DLL function not found
458Variable uses an Automation type not supported in JavaScript Variable uses an Automation type not supported in JavaScript
462The remote server machine does not exist or is unavailable The remote server machine does not exist or is unavailable
507An exception occurred An exception occurred
1002Syntax error Syntax error
1003Expected ':' Expected ':'
1004Expected ';' Expected ';'
1005Expected '(' Expected '('
1006Expected ')' Expected ')'
1007Expected ']' Expected ']'
1008Expected '{' Expected '{'
1009Expected '}' Expected '}'
1010Expected identifier Expected identifier
1011Expected '=' Expected '='
1012Expected '/' Expected '/'
1013Invalid number Invalid number
1014Invalid character Invalid character
1015Unterminated string constant Unterminated string constant
1016Unterminated comment Unterminated comment
1018'return' statement outside of function 'return' statement outside of function
1019Can't have 'break' outside of loop Can't have 'break' outside of loop
1020Can't have 'continue' outside of loop Can't have 'continue' outside of loop
1023Expected hexadecimal digit Expected hexadecimal digit
1024Expected 'while' Expected 'while'
1025Label redefined Label redefined
1026Label not found Label not found
1027'default' can only appear once in a 'switch' statement 'default' can only appear once in a 'switch' statement
1028Expected identifier, string or number Expected identifier, string or number
1031Expected constant Expected constant
1033Expected 'catch' Expected 'catch'
1034Expected 'var' Expected 'var'
1035'throw' must be followed by an expression on the same source line 'throw' must be followed by an expression on the same source line
1037'with' statements are not allowed in strict mode 'with' statements are not allowed in strict mode
1038Duplicate formal parameter names not allowed in strict mode Duplicate formal parameter names not allowed in strict mode
1039Octal numeric literals and escape characters not allowed in strict mode Octal numeric literals and escape characters not allowed in strict mode
1041Invalid usage of 'eval' in strict mode Invalid usage of 'eval' in strict mode
1042Invalid usage of 'arguments' in strict mode Invalid usage of 'arguments' in strict mode
1045Calling delete on expression not allowed in strict mode Calling delete on expression not allowed in strict mode
1046Multiple definitions of a property not allowed in strict mode Multiple definitions of a property not allowed in strict mode
1047In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body. In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body.
1048The use of a keyword for an identifier is invalid The use of a keyword for an identifier is invalid
1049The use of a future reserved word for an identifier is invalid The use of a future reserved word for an identifier is invalid
1050The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode.
1051Setter functions must have exactly one parameter Setter functions must have exactly one parameter
1052Let/Const redeclaration Let/Const redeclaration
1053Const must be initialized Const must be initialized
1054Declaration outside statement context Declaration outside statement context
1055Assignment to const Assignment to const
1056Unicode escape sequence value is higher than 0x10FFFF Unicode escape sequence value is higher than 0x10FFFF
1057Invalid use of the ... operator. Spread can only be used in call arguments or an array literal. Invalid use of the ... operator. Spread can only be used in call arguments or an array literal.
1058Invalid use of the 'super' keyword Invalid use of the 'super' keyword
1059The 'super' keyword cannot be used at global scope The 'super' keyword cannot be used at global scope
1060The 'super' keyword cannot be used in an indirect eval() call The 'super' keyword cannot be used in an indirect eval() call
1061The 'super' keyword cannot be used in a globally scoped eval() call The 'super' keyword cannot be used in a globally scoped eval() call
1063Invalid codepoint value in the escape sequence. Invalid codepoint value in the escape sequence.
1064Closing curly brace ('}') expected. Closing curly brace ('}') expected.
1065The rest parameter must be the last parameter in a formals list. The rest parameter must be the last parameter in a formals list.
1066The rest parameter cannot have a default initializer. The rest parameter cannot have a default initializer.
1067Unexpected ... operator Unexpected ... operator
1068Destructuring declarations must have an initializer Destructuring declarations must have an initializer
1069Destructuring rest variables must be in the last position of the expression Destructuring rest variables must be in the last position of the expression
1070Unexpected default initializer Unexpected default initializer
1071Unexpected operator in destructuring expression Unexpected operator in destructuring expression
1072Destructuring expressions can only have identifier references Destructuring expressions can only have identifier references
1073'yield' expressions are not allowed in 'try', 'catch', or 'finally' blocks 'yield' expressions are not allowed in 'try', 'catch', or 'finally' blocks
1074Class constructor may not be a generator Class constructor may not be a generator
1075Invalid destructuring assignment target Invalid destructuring assignment target
1076Duplicate formal parameter names not allowed in this context Duplicate formal parameter names not allowed in this context
1077Destructuring declarations cannot have an initializer Destructuring declarations cannot have an initializer
1079Invalid use of the 'new.target' keyword Invalid use of the 'new.target' keyword
1080for-in loop head declarations cannot have an initializer for-in loop head declarations cannot have an initializer
1081for-of loop head declarations cannot have an initializer for-of loop head declarations cannot have an initializer
1082Cannot apply strict mode on functions with non-simple parameter list Cannot apply strict mode on functions with non-simple parameter list
1083'await' expression not allowed in this context 'await' expression not allowed in this context
1084Getter functions must have no parameters Getter functions must have no parameters
1085Invalid unary operator on the left hand side of exponentiation (**) operator Invalid unary operator on the left hand side of exponentiation (**) operator
1086Module import or export statement unexpected here Module import or export statement unexpected here
1087Unable to resolve module export name Unable to resolve module export name
1088'let' is not an allowed identifier in lexical declarations 'let' is not an allowed identifier in lexical declarations
4096JavaScript compilation error JavaScript compilation error
4097JavaScript runtime error JavaScript runtime error
4098Unknown runtime error Unknown runtime error
5000Cannot assign to 'this' Cannot assign to 'this'
5001Number expected Number expected
5002Function expected Function expected
5003Cannot assign to a function result Cannot assign to a function result
5004Cannot index object Cannot index object
5005String expected String expected
5006Date object expected Date object expected
5007Object expected Object expected
5008Invalid left-hand side in assignment Invalid left-hand side in assignment
5009Undefined identifier Undefined identifier
5010Boolean expected Boolean expected
5011Can't execute code from a freed script Can't execute code from a freed script
5012Object member expected Object member expected
5013VBArray expected VBArray expected
5014JavaScript object expected JavaScript object expected
5015Enumerator object expected Enumerator object expected
5016Regular Expression object expected Regular Expression object expected
5017Syntax error in regular expression Syntax error in regular expression
5018Unexpected quantifier Unexpected quantifier
5019Expected ']' in regular expression Expected ']' in regular expression
5020Expected ')' in regular expression Expected ')' in regular expression
5021Invalid range in character set Invalid range in character set
5022Exception thrown and not caught Exception thrown and not caught
5023Function does not have a valid prototype object Function does not have a valid prototype object
5024The URI to be encoded contains an invalid character The URI to be encoded contains an invalid character
5025The URI to be decoded is not a valid encoding The URI to be decoded is not a valid encoding
5026The number of fractional digits is out of range The number of fractional digits is out of range
5027The precision is out of range The precision is out of range
5028Array or arguments object expected Array or arguments object expected
5029Array length must be a finite positive integer Array length must be a finite positive integer
5030Array length must be assigned a finite positive integer Array length must be assigned a finite positive integer
5031Array object expected Array object expected
5034Circular reference in value argument not supported Circular reference in value argument not supported
5035Invalid replacer argument Invalid replacer argument
5038Argument list too large to apply Argument list too large to apply
5039Redeclaration of const property Redeclaration of const property
5040Cyclic __proto__ value Cyclic __proto__ value
5041Object member not configurable Object member not configurable
5042Variable undefined in strict mode Variable undefined in strict mode
5043'arguments', 'callee' and 'caller' are restricted function properties and cannot be accessed in this context 'arguments', 'callee' and 'caller' are restricted function properties and cannot be accessed in this context
5045Assignment to read-only properties is not allowed in strict mode Assignment to read-only properties is not allowed in strict mode
5046Cannot create property for a non-extensible object Cannot create property for a non-extensible object
5053Invalid property descriptor: cannot both specify accessors and a 'value' attribute Invalid property descriptor: cannot both specify accessors and a 'value' attribute
5054'this' is null or undefined 'this' is null or undefined
5059Date expected Date expected
5064RegExp object expected RegExp object expected
5065Invalid function argument Invalid function argument
5072Invalid 'length' property Invalid 'length' property
5074Invalid Operand Invalid Operand
5076Invalid property descriptor Invalid property descriptor
5077Cannot define property: object is not extensible Cannot define property: object is not extensible
5078Cannot redefine non-configurable property Cannot redefine non-configurable property
5079Cannot modify non-writable property Cannot modify non-writable property
5080Cannot modify property: 'length' is not writable Cannot modify property: 'length' is not writable
5081Cannot define property Cannot define property
5082Typed array constructor argument is invalid Typed array constructor argument is invalid
5083'this' is not a typed array object 'this' is not a typed array object
5084Invalid offset/length when creating typed array Invalid offset/length when creating typed array
5085Invalid begin/end value in typed array subarray method Invalid begin/end value in typed array subarray method
5086Invalid source in typed array set Invalid source in typed array set
5087'this' is not a DataView object 'this' is not a DataView object
5088Invalid arguments in DataView Invalid arguments in DataView
5089DataView operation access beyond specified buffer length DataView operation access beyond specified buffer length
5091invalid function signature invalid function signature
5092invalid property signature invalid property signature
5093invalid input parameter type invalid input parameter type
5094invalid output parameter invalid output parameter
5096Inspectable Object expected Inspectable Object expected
5097Could not convert argument to type 'char' Could not convert argument to type 'char'
5098Could not convert argument to type 'GUID' Could not convert argument to type 'GUID'
5099IInspectable expected IInspectable expected
5100Could not convert object to struct: object missing expected property Could not convert object to struct: object missing expected property
5101Unknown type Unknown type
5102Function called with too few arguments Function called with too few arguments
5103Type is not constructible Type is not constructible
5104Could not convert value to PropertyValue: Type not supported by PropertyValue Could not convert value to PropertyValue: Type not supported by PropertyValue
5105Could not convert value to IInspectable: Type not supported by IInspectable Could not convert value to IInspectable: Type not supported by IInspectable
5106Could not convert Date to Windows.Foundation.DateTime: value outside of valid range Could not convert Date to Windows.Foundation.DateTime: value outside of valid range
5107Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range
5108Invalid access to already released Inspectable Object Invalid access to already released Inspectable Object
5109Cannot release already released Inspectable Object Cannot release already released Inspectable Object
5110'this' is not of the expected type 'this' is not of the expected type
5111Illegal length and size specified for the array Illegal length and size specified for the array
5112An unexpected failure occurred while trying to obtain metadata information An unexpected failure occurred while trying to obtain metadata information
5113Use before declaration Use before declaration
5114Cannot re-initialize 'this', object already initialized Cannot re-initialize 'this', object already initialized
5115Cannot initialize 'this' because it is a non-extensible object Cannot initialize 'this' because it is a non-extensible object
5117'key' is not an object 'key' is not an object
5118Option value is outside of valid range Option value is outside of valid range
5119Object or string expected Object or string expected
5120Function is not a constructor Function is not a constructor
5121Locale is not well-formed Locale is not well-formed
5122Currency code is invalid Currency code is invalid
5123Currency code was not specified Currency code was not specified
5124Invalid Date Invalid Date
5125Intl is not available. Intl is not available.
5130argument out of range argument out of range
5132Array Iterator expected Array Iterator expected
5133Map Iterator expected Map Iterator expected
5134Set Iterator expected Set Iterator expected
5135String Iterator expected String Iterator expected
5140Argument cannot be spread; expected Array or Object with a 'length' property Argument cannot be spread; expected Array or Object with a 'length' property
5141Argument cannot be spread; the 'length' property must be a number or convert to a number Argument cannot be spread; the 'length' property must be a number or convert to a number
5145Missing or invalid 'super' binding Missing or invalid 'super' binding
5146Unable to delete property with a super reference Unable to delete property with a super reference
5147The ArrayBuffer is detached. The ArrayBuffer is detached.
5148Compiling asm.js failed. Compiling asm.js failed.
5149Can't set the prototype of this object. Can't set the prototype of this object.
5200Status is 'error', but getResults did not return an error Status is 'error', but getResults did not return an error
5201Missing or invalid status parameter passed to completed handler Missing or invalid status parameter passed to completed handler
5202Missing or invalid sender parameter passed to completed handler Missing or invalid sender parameter passed to completed handler
5600Invalid code point Invalid code point
5601Invalid normalization form. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD'] Invalid normalization form. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD']
5602Failed to normalize: invalid or missing unicode character. Failed to normalize: invalid or missing unicode character.
5603Failed to normalize string. Failed to normalize string.
5604ArrayBuffer object expected ArrayBuffer object expected
5605Symbol expected Symbol expected
5607Expected '}' in regular expression Expected '}' in regular expression
5608Proxy requires more than 1 arguments Proxy requires more than 1 arguments
5609Invalid Proxy argument Invalid Proxy argument
5610Revocable method requires Proxy object Revocable method requires Proxy object
5611trap called on a revoked Proxy object trap called on a revoked Proxy object
5612Invariant check failed for proxy trap Invariant check failed for proxy trap
5613Object used to resolve a promise creates a circular resolution Object used to resolve a promise creates a circular resolution
5614Promise expected Promise expected
5616Failed to set prototype Failed to set prototype
5617Object internal state is not initialized Object internal state is not initialized
5620SIMD type expected SIMD type expected
5621Expecting Float32x4 values Expecting Float32x4 values
5622Expecting Float64x2 values Expecting Float64x2 values
5623Expecting Int32x4 values Expecting Int32x4 values
5624Expecting Int8x16 values Expecting Int8x16 values
5625Lane index is out of range Lane index is out of range
5626Invalid argument type for SIMD operation Invalid argument type for SIMD operation
5627Constructor expected Constructor expected
5628Multiple calls to 'super' in a class constructor are not allowed Multiple calls to 'super' in a class constructor are not allowed
5629Unexpected call to 'super' in a base class constructor Unexpected call to 'super' in a base class constructor
5630Derived class constructor can return only object or undefined Derived class constructor can return only object or undefined
5631Class static member cannot be named 'prototype' Class static member cannot be named 'prototype'
5632Class constructor cannot be called without the new keyword Class constructor cannot be called without the new keyword
5633Expecting Bool32x4 values Expecting Bool32x4 values
5634Expecting Bool16x8 values Expecting Bool16x8 values
5635Expecting Bool8x16 values Expecting Bool8x16 values
5636Expecting Int16x8 values Expecting Int16x8 values
5637Expecting UInt32x4 values Expecting UInt32x4 values
5638Expecting UInt16x8 values Expecting UInt16x8 values
5639Expecting UInt8x16 values Expecting UInt8x16 values
5640First argument cannot be a RegExp First argument cannot be a RegExp
5641Return value of RegExp 'exec' is not an Object and is not null Return value of RegExp 'exec' is not an Object and is not null
5642Proxy trap returned false Proxy trap returned false
5643Module export cannot be resolved Module export cannot be resolved
5644Module import cannot be resolved Module import cannot be resolved
5645Module has too many import/export definitions Module has too many import/export definitions
5646HostResolveImportedModule failed to resolve module HostResolveImportedModule failed to resolve module
5647Resolve export failed due to circular reference or resolved exports Resolve export failed due to circular reference or resolved exports
5648Cannot convert null or undefined to object Cannot convert null or undefined to object
5649Cannot be converted to a number Cannot be converted to a number
5650JSON.parse syntax error JSON.parse syntax error
5658invalid hint invalid hint
5659Module Namespace object expected Module Namespace object expected
5660List Iterator expected List Iterator expected
5661SharedArrayBuffer object expected SharedArrayBuffer object expected
5662Atomics function called with invalid typed array object Atomics function called with invalid typed array object
5663Access index is out of range Access index is out of range
5664The operation is not supported on this typed array type The operation is not supported on this typed array type
5665Current agent cannot be suspended Current agent cannot be suspended
5666Cannot delete non-configurable property Cannot delete non-configurable property
5667Cannot redefine property Cannot redefine property
5668Array or array-like object expected Array or array-like object expected
6000Infinity Infinity
6001-Infinity -Infinity
7000Compilation failed. Compilation failed.
7001Unreachable Code Unreachable Code
7002BufferSource expected BufferSource expected
7003WebAssembly.Module expected WebAssembly.Module expected
7004Data segment is out of range Data segment is out of range
7005Cannot export mutable global Cannot export mutable global
7006Import is invalid Import is invalid
7007Global initialization does not support forward reference Global initialization does not support forward reference
7008WebAssembly.Memory object expected WebAssembly.Memory object expected
7009Invalid WebAssembly type conversion Invalid WebAssembly type conversion
7010Division by zero Division by zero
7011AnyFunc expected AnyFunc expected
7012WebAssembly.Table object expected WebAssembly.Table object expected
7013WebAssembly exported function expected WebAssembly exported function expected
7014Function called with invalid signature Function called with invalid signature
7015Element segment is out of range Element segment is out of range
7016Table index is out of range Table index is out of range
7017Memory index is out of range Memory index is out of range
7018Invalid arguments to instantiate Invalid arguments to instantiate
7019Linking failed. Linking failed.
10438Object doesn't support property or method '%s' Object doesn't support property or method '%s'
10449Argument to the function '%s' is not optional Argument to the function '%s' is not optional
15001'%s' is not a number '%s' is not a number
15002'%s' is not a function '%s' is not a function
15004'%s' is not an indexable object '%s' is not an indexable object
15005'%s' is not a string '%s' is not a string
15006'%s' is not a date object '%s' is not a date object
15007'%s' is null or not an object '%s' is null or not an object
15009'%s' is undefined '%s' is undefined
15010'%s' is not a boolean '%s' is not a boolean
15012Cannot delete '%s' Cannot delete '%s'
15013'%s' is not a VBArray '%s' is not a VBArray
15014'%s' is not a JavaScript object '%s' is not a JavaScript object
15015'%s' is not an enumerator object '%s' is not an enumerator object
15016'%s' is not a regular expression object '%s' is not a regular expression object
15028%s is not an Array or arguments object %s is not an Array or arguments object
15031%s is not an Array object %s is not an Array object
15036'%s' attribute on the property descriptor cannot be set to 'true' on this object '%s' attribute on the property descriptor cannot be set to 'true' on this object
15037'%s' attribute on the property descriptor cannot be set to 'false' on this object '%s' attribute on the property descriptor cannot be set to 'false' on this object
15039Redeclaration of const '%s' Redeclaration of const '%s'
15041Calling delete on '%s' is not allowed in strict mode Calling delete on '%s' is not allowed in strict mode
15047Unable to set property '%s' of undefined or null reference Unable to set property '%s' of undefined or null reference
15048Unable to get property '%s' of undefined or null reference Unable to get property '%s' of undefined or null reference
15049Unable to delete property '%s' of undefined or null reference Unable to delete property '%s' of undefined or null reference
15050Unable to access property '%s': type 'VarDate' does not support user-defined properties Unable to access property '%s': type 'VarDate' does not support user-defined properties
15051The value of the property '%s' is not a Function object The value of the property '%s' is not a Function object
15052The value of the property '%s' is null or undefined, not a Function object The value of the property '%s' is null or undefined, not a Function object
15054%s: 'this' is null or undefined %s: 'this' is null or undefined
15055%s: 'this' is not an Object %s: 'this' is not an Object
15056%s: 'this' is not a Function object %s: 'this' is not a Function object
15057%s: 'this' is not a String object %s: 'this' is not a String object
15058%s: 'this' is not a Boolean object %s: 'this' is not a Boolean object
15059%s: 'this' is not a Date object %s: 'this' is not a Date object
15060%s: 'this' is not a Number object %s: 'this' is not a Number object
15061%s: 'this' is not a VBArray object %s: 'this' is not a VBArray object
15062%s: 'this' is not a JavaScript object %s: 'this' is not a JavaScript object
15063%s: 'this' is not an Enumerator object %s: 'this' is not an Enumerator object
15064%s: 'this' is not a RegExp object %s: 'this' is not a RegExp object
15065%s: invalid argument %s: invalid argument
15066%s: argument is not an Object %s: argument is not an Object
15067%s: argument is not a JavaScript object %s: argument is not a JavaScript object
15068%s: argument is not a Function object %s: argument is not a Function object
15069%s: argument is not a VBArray object %s: argument is not a VBArray object
15070%s: argument is null or undefined %s: argument is null or undefined
15071%s: argument is not an Object and is not null %s: argument is not an Object and is not null
15072%s: argument does not have a valid 'length' property %s: argument does not have a valid 'length' property
15073%s: Array or arguments object expected %s: Array or arguments object expected
15074Invalid operand to '%s': Object expected Invalid operand to '%s': Object expected
15075Invalid operand to '%s': Function expected Invalid operand to '%s': Function expected
15076Invalid descriptor for property '%s' Invalid descriptor for property '%s'
15077Cannot define property '%s': object is not extensible Cannot define property '%s': object is not extensible
15078Cannot redefine non-configurable property '%s' Cannot redefine non-configurable property '%s'
15079Cannot modify non-writable property '%s' Cannot modify non-writable property '%s'
15080Cannot modify property '%s': 'length' is not writable Cannot modify property '%s': 'length' is not writable
15081Cannot define property '%s' Cannot define property '%s'
15088Required argument %s in DataView method is not specified Required argument %s in DataView method is not specified
15090DataView constructor argument %s is invalid DataView constructor argument %s is invalid
15091The function '%s' has an invalid signature and cannot be called The function '%s' has an invalid signature and cannot be called
15092The property '%s' has an invalid signature and cannot be accessed The property '%s' has an invalid signature and cannot be accessed
15093The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as an input parameter type The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as an input parameter type
15094The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as an output parameter The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as an output parameter
15096%s: 'this' is not an Inspectable Object %s: 'this' is not an Inspectable Object
15097%s: could not convert argument to type 'char' %s: could not convert argument to type 'char'
15098%s: could not convert argument to type 'GUID' %s: could not convert argument to type 'GUID'
15099%s: could not convert return value to IInspectable %s: could not convert return value to IInspectable
15100Could not convert object to struct: object missing expected property '%s' Could not convert object to struct: object missing expected property '%s'
15101Type '%s' not found Type '%s' not found
15102%s: function called with too few arguments %s: function called with too few arguments
15103%s: type is not constructible %s: type is not constructible
15104Could not convert value to PropertyValue: %s not supported by PropertyValue Could not convert value to PropertyValue: %s not supported by PropertyValue
15105Could not convert value to IInspectable: %s not supported by IInspectable Could not convert value to IInspectable: %s not supported by IInspectable
15108%s: The Inspectable object 'this' is released and cannot be accessed %s: The Inspectable object 'this' is released and cannot be accessed
15110'this' is not of expected type: %s 'this' is not of expected type: %s
15112%s: an unexpected failure occurred while trying to obtain metadata information %s: an unexpected failure occurred while trying to obtain metadata information
15114Cannot initialize '%s' object: 'this' is already initialized as '%s' object Cannot initialize '%s' object: 'this' is already initialized as '%s' object
15115Cannot initialize '%s' object: 'this' is not extensible Cannot initialize '%s' object: 'this' is not extensible
15116%s: 'this' is not a %s object %s: 'this' is not a %s object
15117%s: 'key' is not an object %s: 'key' is not an object
15118Option value '%s' for '%s' is outside of valid range. Expected: %s Option value '%s' for '%s' is outside of valid range. Expected: %s
15119%s is not an object or a string %s is not an object or a string
15120Function '%s' is not a constructor Function '%s' is not a constructor
15121Locale '%s' is not well-formed Locale '%s' is not well-formed
15122Currency code '%s' is invalid Currency code '%s' is invalid
15130%s: argument out of range %s: argument out of range
15132%s: 'this' is not an Array Iterator object %s: 'this' is not an Array Iterator object
15133%s: 'this' is not a Map Iterator object %s: 'this' is not a Map Iterator object
15134%s: 'this' is not a Set Iterator object %s: 'this' is not a Set Iterator object
15135%s: 'this' is not a String Iterator object %s: 'this' is not a String Iterator object
15140%s: argument cannot be spread; expected Array or Object with a 'length' property %s: argument cannot be spread; expected Array or Object with a 'length' property
15141%s: argument cannot be spread; the 'length' property must be a number or convert to a number %s: argument cannot be spread; the 'length' property must be a number or convert to a number
15146Unable to delete property '%s' which has a super reference Unable to delete property '%s' which has a super reference
15147%s: The ArrayBuffer is detached. %s: The ArrayBuffer is detached.
15148%s: Compiling asm.js failed. %s: Compiling asm.js failed.
15149%s: Can't set the prototype of this object. %s: Can't set the prototype of this object.
15600Invalid code point %s Invalid code point %s
15601Normalization form '%s' is invalid. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD']. Normalization form '%s' is invalid. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD'].
15602Failed to normalize: invalid or missing unicode character at index %d. Failed to normalize: invalid or missing unicode character at index %d.
15604%s is not an ArrayBuffer %s is not an ArrayBuffer
15605'%s' is not a symbol '%s' is not a symbol
15606%s: 'this' is not a Symbol object %s: 'this' is not a Symbol object
15609Proxy argument %s is not a valid object Proxy argument %s is not a valid object
15611method %s is called on a revoked Proxy object method %s is called on a revoked Proxy object
15612Invariant check failed for %s proxy trap Invariant check failed for %s proxy trap
15614'%s' is not a promise '%s' is not a promise
15615%s: 'this' is not a Promise object %s: 'this' is not a Promise object
15617%s: Object internal state is not initialized %s: Object internal state is not initialized
15618%s: Cannot execute generator function because it is currently executing %s: Cannot execute generator function because it is currently executing
15620%s: 'this' is not a SIMD type %s: 'this' is not a SIMD type
15621SIMD.Float32x4.%s: Invalid SIMD types for operation SIMD.Float32x4.%s: Invalid SIMD types for operation
15622SIMD.Float64x2.%s: Invalid SIMD types for operation SIMD.Float64x2.%s: Invalid SIMD types for operation
15623SIMD.Int32x4.%s: Invalid SIMD types for operation SIMD.Int32x4.%s: Invalid SIMD types for operation
15624SIMD.Int8x16.%s: Invalid SIMD types for operation SIMD.Int8x16.%s: Invalid SIMD types for operation
15625Lane index is out of range for this SIMD type Lane index is out of range for this SIMD type
15626%s: Invalid argument type for SIMD operation %s: Invalid argument type for SIMD operation
15627'%s' is not a constructor '%s' is not a constructor
15632%s: cannot be called without the new keyword %s: cannot be called without the new keyword
15633SIMD.Bool32x4.%s: Invalid SIMD types for operation SIMD.Bool32x4.%s: Invalid SIMD types for operation
15634SIMD.Bool16x8.%s: Invalid SIMD types for operation SIMD.Bool16x8.%s: Invalid SIMD types for operation
15635SIMD.Bool8x16.%s: Invalid SIMD types for operation SIMD.Bool8x16.%s: Invalid SIMD types for operation
15636SIMD.Int16x8.%s: Invalid SIMD types for operation SIMD.Int16x8.%s: Invalid SIMD types for operation
15637SIMD.Uint32x4.%s: Invalid SIMD types for operation SIMD.Uint32x4.%s: Invalid SIMD types for operation
15638SIMD.Uint16x8.%s: Invalid SIMD types for operation SIMD.Uint16x8.%s: Invalid SIMD types for operation
15639SIMD.Uint8x16.%s: Invalid SIMD types for operation SIMD.Uint8x16.%s: Invalid SIMD types for operation
15640%s: first argument cannot be a RegExp %s: first argument cannot be a RegExp
15641%s: Return value of RegExp 'exec' is not an Object and is not null %s: Return value of RegExp 'exec' is not an Object and is not null
15642Proxy trap `%s` returned false Proxy trap `%s` returned false
15643Module export %s cannot be resolved Module export %s cannot be resolved
15644Module import %s cannot be resolved Module import %s cannot be resolved
15646HostResolveImportedModule failed to resolve module with specifier %s HostResolveImportedModule failed to resolve module with specifier %s
15647Resolve export %s failed due to circular reference or resolved exports Resolve export %s failed due to circular reference or resolved exports
15649%s: cannot be converted to a number %s: cannot be converted to a number
15650JSON.parse Error: Unexpected input at position:%s JSON.parse Error: Unexpected input at position:%s
15651JSON.parse Error: Expected ':' at position:%s JSON.parse Error: Expected ':' at position:%s
15652JSON.parse Error: Expected ']' at position:%s JSON.parse Error: Expected ']' at position:%s
15653JSON.parse Error: Expected '}' at position:%s JSON.parse Error: Expected '}' at position:%s
15654JSON.parse Error: Invalid number at position:%s JSON.parse Error: Invalid number at position:%s
15655JSON.parse Error: Invalid character at position:%s JSON.parse Error: Invalid character at position:%s
15656JSON.parse Error: Expected hexadecimal digit at position:%s JSON.parse Error: Expected hexadecimal digit at position:%s
15657JSON.parse Error: Unterminated string constant at position:%s JSON.parse Error: Unterminated string constant at position:%s
15658%s: invalid hint %s: invalid hint
15659%s: 'this' is not a Module Namespace object %s: 'this' is not a Module Namespace object
15660%s: 'this' is not a List Iterator object %s: 'this' is not a List Iterator object
15661%s is not a SharedArrayBuffer %s is not a SharedArrayBuffer
15666Cannot delete non-configurable property '%s' Cannot delete non-configurable property '%s'
15667Cannot redefine property '%s' Cannot redefine property '%s'
15668%s: argument is not an array or array-like object %s: argument is not an array or array-like object
17000%s %s
17002%s is not a BufferSource %s is not a BufferSource
17003%s is not a WebAssembly.Module %s is not a WebAssembly.Module
17008%s is not a WebAssembly.Memory %s is not a WebAssembly.Memory
17009Invalid WebAssembly type conversion %s to %s Invalid WebAssembly type conversion %s to %s
17011%s is not AnyFunc %s is not AnyFunc
17012%s is not a WebAssembly.Table %s is not a WebAssembly.Table
17013%s is not a WebAssembly exported function %s is not a WebAssembly exported function
17014%s called with invalid signature %s called with invalid signature
32812The specified date is not available in the current locale's calendar The specified date is not available in the current locale's calendar
0x30000000Info Info
0x30000001Start Start
0x30000002Stop Stop
0x50000004Information Information
0x90000001Microsoft-JScript Microsoft-JScript
0xD0000001Interpreted Interpreted
0xD0000002JIT JIT
0xD0000003JITLoopBody JITLoopBody
0xD0000004SimpleJit SimpleJit
0xD0000005FullJit FullJit
0xD0000006Reason Reason
0xD0000007ReasonLength ReasonLength

EXIF

File Name:Chakra.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..ng-chakra.resources_31bf3856ad364e35_11.0.15063.0_en-us_b220fede1226ad0c\
File Size:44 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:45056
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:11.0.15063.0
Product Version Number:11.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® Chakra (Private)
File Version:11.00.15063.0 (WinBuild.160101.0800)
Internal Name:chakra.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:chakra.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-s..ng-chakra.resources_31bf3856ad364e35_11.0.15063.0_en-us_5602635a59c93bd6\

What is Chakra.dll.mui?

Chakra.dll.mui is Multilingual User Interface resource file that contain English (U.S.) language for file Chakra.dll (Microsoft ® Chakra (Private)).

File version info

File Description:Microsoft ® Chakra (Private)
File Version:11.00.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:chakra.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:chakra.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Translation:0x409, 1200