jscript.dll.mui Microsoft ® JScript 0b0884f002d04bcb3b2d57a39b638a8f

File info

File name: jscript.dll.mui
Size: 11776 byte
MD5: 0b0884f002d04bcb3b2d57a39b638a8f
SHA1: eb90322abf1104160b51c4eec8c7780176b9162f
SHA256: 6afc2e3ee1fe781f9b1206bd6bf1b9ba59b426419bdbe787213d2ac3b486beb0
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese English
5プロシージャの呼び出し、または引数が不正です。 Invalid procedure call or argument
6オーバーフローしました。 Overflow
7メモリが不足しています。 Out of memory
9インデックスが有効範囲にありません。 Subscript out of range
10固定サイズの配列、または現在、この配列はサイズを変更できない状態にあります。 This array is fixed or temporarily locked
110 で除算しました。 Division by zero
13型が一致しません。 Type mismatch
14文字列領域が不足しています。 Out of string space
17要求された操作を実行できません。 Can't perform requested operation
28スタック領域が不足しています。 Out of stack space
35Sub または Function が定義されていません。 Sub or Function not defined
48DLL 読み込み時のエラーです。 Error in loading DLL
51内部エラーです。 Internal error
52ファイルの名前または数が不正です。 Bad file name or number
53ファイルが見つかりません。 File not found
54ファイルのモードが不正です。 Bad file mode
55ファイルは既に開かれています。 File already open
57デバイス I/O (入出力) エラーです。 Device I/O error
58既に同名のファイルが存在しています。 File already exists
61ディスクの空き容量が不足しています。 Disk full
62ファイルの最後を超えた入力を行おうとしました。 Input past end of file
67ファイル数が多すぎます。 Too many files
68このデバイスは使用できません。 Device unavailable
70書き込みできません。 Permission denied
71ディスクは準備されていません。 Disk not ready
74異なったドライブでも名前の変更はできません。 Can't rename with different drive
75パスまたはファイル名が無効です。 Path/File access error
76パスが見つかりません。 Path not found
91オブジェクト型の変数または With ブロックの変数は設定されていません。 Object variable or With block variable not set
92For ループは初期化されていません。 For loop not initialized
94Null 値の使い方が不正です。 Invalid use of Null
322必要なテンポラリ ファイルが作成できません。 Can't create necessary temporary file
424オブジェクトがありません。 Object required
429オートメーション サーバーはオブジェクトを作成できません。 Automation server can't create object
430クラスはオートメーションをサポートしていません。 Class doesn't support Automation
432オートメーションの操作中にファイル名またはクラス名を見つけられませんでした。 File name or class name not found during Automation operation
438オブジェクトでサポートされていないプロパティまたはメソッドです。 Object doesn't support this property or method
440オートメーション エラーです。 Automation error
445このオブジェクトではサポートされていない操作です。 Object doesn't support this action
446このオブジェクトは、名前付き引数をサポートしていません。 Object doesn't support named arguments
447現在の国別情報の設定は、このオブジェクトではサポートされていません。 Object doesn't support current locale setting
448名前付き引数が不正です。 Named argument not found
449引数は省略できません。 Argument not optional
450引数の数が一致していません。または不正なプロパティを指定しています。 Wrong number of arguments or invalid property assignment
451オブジェクトがコレクションではありません。 Object not a collection
453指定された DLL に関数が定義されていません。 Specified DLL function not found
458この変数には JScript でサポートされていない種類のオートメーションが使用されています。 Variable uses an Automation type not supported in JScript
462リモート サーバー マシンが存在しないか、利用できません。 The remote server machine does not exist or is unavailable
501この変数に割り当てられません。 Cannot assign to variable
502このオブジェクトは safe モードでは作成できません。 Object not safe for scripting
503このオブジェクトは safe モードでは初期化できません。 Object not safe for initializing
507例外が発生しました。 An exception occurred
1002構文エラーです。 Syntax error
1003':' がありません。 Expected ':'
1004';' がありません。 Expected ';'
1005'(' がありません。 Expected '('
1006')' がありません。 Expected ')'
1007']' がありません。 Expected ']'
1008'{' がありません。 Expected '{'
1009'}' がありません。 Expected '}'
1010識別子がありません。 Expected identifier
1011'=' がありません。 Expected '='
1012'/' がありません。 Expected '/'
1013不正な数字です。 Invalid number
1014文字が正しくありません。 Invalid character
1015終了していない文字列型の定数です。 Unterminated string constant
1016終了していないコメントです。 Unterminated comment
1018'return' ステートメントが関数の外側にあります。 'return' statement outside of function
1019'break' はループの外側には指定できません。 Can't have 'break' outside of loop
1020'continue' はループの外側には指定できません。 Can't have 'continue' outside of loop
102316 進数を指定してください。 Expected hexadecimal digit
1024'while' を指定してください。 Expected 'while'
1025この Label は既に定義されています。 Label redefined
1026この Label が定義されていません。 Label not found
1027'default' は 'switch' ステートメントのなかでは、一度のみ表示されます。 'default' can only appear once in a 'switch' statement
1028識別子、文字列または数がありません。 Expected identifier, string or number
1029'@end' がありません。 Expected '@end'
1030条件コンパイルは中止されます。 Conditional compilation is turned off
1031定数がありません。 Expected constant
1032'@' がありません。 Expected '@'
1033'catch' ステートメントがありません。 Expected 'catch'
1034'var' ステートメントがありません。 Expected 'var'
1035throw ステートメントに指定する式は、ソース コードの同一行に記述してください。 throw must be followed by an expression on the same source line
1036'with' は ECMA 327 Compact Profile では使用できません 'with' not available in the ECMA 327 Compact Profile
4096Microsoft JScript コンパイル エラー Microsoft JScript compilation error
4097Microsoft JScript 実行時エラー Microsoft JScript runtime error
4098未知の実行時エラーです。 Unknown runtime error
5000'this' に割り当てることはできません。 Cannot assign to 'this'
5001数字を指定してください。 Number expected
5002関数を指定してください。 Function expected
5003関数の戻り値に割り当てることはできません。 Cannot assign to a function result
5004オブジェクトにインデックスを付けられません。 Cannot index object
5005文字列を指定してください。 String expected
5006Date オブジェクトを指定してください。 Date object expected
5007オブジェクトを指定してください。 Object expected
5008不正な代入です。 Illegal assignment
5009定義されていない識別子です。 Undefined identifier
5010ブール型 (Boolean)を指定してください。 Boolean expected
5011解放されたスクリプトからコードを実行できません。 Can't execute code from a freed script
5012オブジェクトのメンバーを指定してください。 Object member expected
5013VBArray を指定してください。 VBArray expected
5014JScript オブジェクトを指定してください。 JScript object expected
5015Enumerator オブジェクトを指定してください。 Enumerator object expected
5016Regular Expression オブジェクトがありません。 Regular Expression object expected
5017正規表現で構文エラーが発生しました。 Syntax error in regular expression
5018文字の繰り返しを表す正規表現演算子が不正です。 Unexpected quantifier
5019正規表現の中に ']' を指定してください。 Expected ']' in regular expression
5020正規表現の中に ')' を指定してください。 Expected ')' in regular expression
5021文字セットの範囲が不正です。 Invalid range in character set
5022catch ステートメントでは適用されますが、throw ステートメントでは適用されません。 Exception thrown and not caught
5023関数には、有効なプロトタイプ オブジェクトが存在しません。 Function does not have a valid prototype object
5024エンコードする URI は無効な文字を含んでいます。 The URI to be encoded contains an invalid character
5025デコードする URI は有効なエンコーダーではありません。 The URI to be decoded is not a valid encoding
5026小数の桁数が有効範囲を超えています。 The number of fractional digits is out of range
5027有効桁数の範囲を超えています。 The precision is out of range
5028Array または arguments オブジェクトがありません。 Array or arguments object expected
5029配列の長さは、正の有限整数でなければなりません。 Array length must be a finite positive integer
5030配列の長さには、正の有限数が割り当てられなければなりません。 Array length must be assigned a finite positive number
5031Array オブジェクトがありません。 Array object expected
5032'eval' は ECMA 327 Compact Profile では使用できません 'eval' is not available in the ECMA 327 Compact Profile
5033Function コンストラクターは ECMA 327 Compact Profile では使用できません Function constructor is not available in the ECMA 327 Compact Profile
5034値引数の中の循環参照はサポートされていません Circular reference in value argument not supported
5035置換引数が無効です Invalid replacer argument
6000無限大 Infinity
6001負の無限大 -Infinity
10438オブジェクトは '|' メソッドまたはプロパティをサポートしていません。 Object doesn't support property or method '|'
15001'|' は数字ではありません。 '|' is not a number
15002'|' は関数ではありません。 '|' is not a function
15004'|' は配列可能なオブジェクトではありません。 '|' is not an indexable object
15005'|' は文字列ではありません。 '|' is not a string
15006'|' は日付型のオブジェクトではありません。 '|' is not a date object
15007'|' は Null またはオブジェクトではありません。 '|' is null or not an object
15008'|' に割り当てられません。 Cannot assign to '|'
15009'|' は宣言されていません。 '|' is undefined
15010'|' はブール型 (Boolean) ではありません。 '|' is not a boolean
15012'|' を削除できません。 Cannot delete '|'
15013'|' は VBArray ではありません。 '|' is not a VBArray
15014'|' は JScript オブジェクトではありません。 '|' is not a JScript object
15015'|' は enumerator オブジェクトではありません。 '|' is not an enumerator object
15016'|' は Regular Expression オブジェクトではありません。 '|' is not a regular expression object
15028| は Array または arguments オブジェクトではありません。 | is not an Array or arguments object
15031| は Array オブジェクトではありません。 | is not an Array object
15036このオブジェクトでは、プロパティ記述子の '|' 属性を 'True' に設定できません '|' attribute on the property descriptor cannot be set to 'true' on this object
15037このオブジェクトでは、プロパティ記述子の '|' 属性を 'False' に設定できません '|' attribute on the property descriptor cannot be set to 'false' on this object
32812指定された日は現在設定されているロケールのカレンダーでは使用できません。 The specified date is not available in the current locale's calendar
32813このスクリプトには、悪質なコンテンツが含まれているため、ウイルス対策ソフトウェアによりブロックされています。 This script contains malicious content and has been blocked by your antivirus software.

EXIF

File Name:jscript.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..g-jscript.resources_31bf3856ad364e35_11.0.15063.0_ja-jp_c7cc27a3e758f8b5\
File Size:12 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:11264
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:5.812.10240.16384
Product Version Number:5.812.10240.16384
File Flags Mask:0x0003
File Flags:(none)
File OS:Win32
Object File Type:Dynamic link library
File Subtype:0
Language Code:Japanese
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® JScript
File Version:5.812.10240.16384
Internal Name:jscript.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:jscript.dll.mui
Product Name:Microsoft ® JScript
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-s..g-jscript.resources_31bf3856ad364e35_11.0.15063.0_ja-jp_d220d1f61bb9bab0\

What is jscript.dll.mui?

jscript.dll.mui is Multilingual User Interface resource file that contain Japanese language for file jscript.dll (Microsoft ® JScript).

File version info

File Description:Microsoft ® JScript
File Version:5.812.10240.16384
Company Name:Microsoft Corporation
Internal Name:jscript.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:jscript.dll.mui
Product Name:Microsoft ® JScript
Product Version:5.812.10240.16384
Translation:0x411, 1200