jscript.dll.mui Microsoft (R) JScript ca50cc3515ce87ec896124f93cdc5391

File info

File name: jscript.dll.mui
Size: 10752 byte
MD5: ca50cc3515ce87ec896124f93cdc5391
SHA1: 53d423e2fcfc4c337f0ec05e15d29d7f40aaefc6
SHA256: 7d446baaf51c24b0bed7b71ff1bc02a76e929b728b8b923160692072e2fe4aeb
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Korean 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 Korean 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스크립트에 안전하지 않은 개체입니다. Object not safe for scripting
503초기화에 안전하지 않은 개체입니다. Object not safe for initializing
504만들기에 안전하지 않은 개체입니다. Object not safe for creating
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 redefined
1026레이블을 찾을 수 없습니다. Label not found
1027'switch'문에서 'default'는 한번만 나타날 수 있습니다. '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'
1035수식이 throw와 같은 줄에 반드시 뒤따라야 합니다. 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
5006날짜 개체가 필요합니다. Date object expected
5008잘못된 할당 Illegal assignment
5009정의되지 않은 식별자 Undefined identifier
5010Boolean이 필요합니다. Boolean expected
5011삭제된 스크립트의 코드는 수행할 수 없습니다. Can't execute code from a freed script
5012개체 구성원이 필요합니다. Object member expected
5013VBArray가 필요합니다. VBArray expected
5014JScript 개체가 필요합니다. JScript object expected
5015열거형 개체가 필요합니다. Enumerator object expected
5016정규식 개체가 필요합니다. 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
5022예외가 발생했지만 catch할 수 없습니다. 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
5031배열 개체가 필요합니다. 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'|'은(는) 열거형 개체가 아닙니다. '|' is not an enumerator object
15016'|'은(는) 정규식 개체가 아닙니다. '|' 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_ko-kr_6b360458d9c9bfcb\
File Size:10 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:10240
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:Korean
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft (R) 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_ko-kr_758aaeab0e2a81c6\

What is jscript.dll.mui?

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

File version info

File Description:Microsoft (R) 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:0x412, 1200