vbscript.dll.mui Microsoft® VBScript 72a7152bf86c609804082b0bf923373e

File info

File name: vbscript.dll.mui
Size: 9216 byte
MD5: 72a7152bf86c609804082b0bf923373e
SHA1: 190027cf65503a21c2f26ba92b64a4dcc6da94bd
SHA256: 6481e9e6d69c0536dac0cb7f10df7f3538c5b7f68eaebf769a3d54de765b0460
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개체 변수가 설정되어 있지 않습니다. Object variable not set
92For 루프를 초기화하지 않았습니다. For loop not initialized
94Null 값의 사용이 잘못되었습니다. Invalid use of Null
322필요한 임시 파일을 만들 수 없습니다. Can't create necessary temporary file
424개체가 필요합니다. Object required
429ActiveX 구성 요소는 개체를 작성할 수 없습니다. ActiveX component 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
455코드 리소스 잠금 오류 Code resource lock error
457이 키는 이 컬렉션의 한 요소와 이미 조합되어 있습니다. This key is already associated with an element of this collection
458변수에 VBScript에서 지원하지 않는 자동화 형식이 사용되었습니다. Variable uses an Automation type not supported in VBScript
462원격 서버가 존재하지 않거나 사용할 수 없는 상태입니다. The remote server machine does not exist or is unavailable
481그림이 잘못되었습니다. Invalid picture
500변수가 정의되지 않았습니다. Variable is undefined
501잘못된 할당 Illegal assignment
502스크립트에 안전하지 않은 개체입니다. Object not safe for scripting
503초기화에 안전하지 않은 개체입니다. Object not safe for initializing
504만들기에 안전하지 않은 개체입니다. Object not safe for creating
505참조가 잘못되었습니다. Invalid or unqualified reference
506정의되지 않은 클래스입니다. Class not defined
507예외 사항 발생 An exception occurred
1002구문 오류 Syntax error
1003':'가 필요합니다. Expected ':'
1005'('가 필요합니다. Expected '('
1006')'가 필요합니다. Expected ')'
1007']'가 필요합니다. Expected ']'
1010식별자가 필요합니다. Expected identifier
1011'='가 필요합니다. Expected '='
1012'If'가 필요합니다. Expected 'If'
1013'To'가 필요합니다. Expected 'To'
1014'End'가 필요합니다. Expected 'End'
1015'Function'이 필요합니다. Expected 'Function'
1016'Sub'가 필요합니다. Expected 'Sub'
1017'Then'이 필요합니다. Expected 'Then'
1018'Wend'가 필요합니다. Expected 'Wend'
1019'Loop'가 필요합니다. Expected 'Loop'
1020'Next'가 필요합니다. Expected 'Next'
1021'Case'가 필요합니다. Expected 'Case'
1022'Select'가 필요합니다. Expected 'Select'
1023수식이 필요합니다. Expected expression
1024문장이 필요합니다. Expected statement
1025문장의 끝이 필요합니다. Expected end of statement
1026정수 상수가 필요합니다. Expected integer constant
1027'While' 또는 'Until'이 필요합니다. Expected 'While' or 'Until'
1028'While', 'Until' 또는 문장의 끝이 필요합니다. Expected 'While', 'Until' or end of statement
1029'With'가 필요합니다. Expected 'With'
1030식별자가 너무 깁니다. Identifier too long
1031유효하지 않은 숫자입니다. Invalid number
1032유효하지 않은 문자입니다. Invalid character
1033종결되지 않은 문자열 상수입니다. Unterminated string constant
1034종결되지 않은 주석입니다. Unterminated comment
1037'Me' 키워드의 사용이 잘못되었습니다 Invalid use of 'Me' keyword
1038'do'가 없는 'loop' 'loop' without 'do'
1039'exit' 문이 잘못되었습니다. Invalid 'exit' statement
1040'for' 루프 컨트롤 변수가 잘못되었습니다. Invalid 'for' loop control variable
1041다시 정의된 이름 Name redefined
1042줄의 첫 문장이어야 합니다. Must be first statement on the line
1043비 ByVal 인수에는 할당할 수 없습니다. Cannot assign to non-ByVal argument
1044Sub를 호출할 때는 괄호를 사용할 수 없습니다. Cannot use parentheses when calling a Sub
1045문자열 상수가 필요합니다. Expected literal constant
1046'In'이 필요합니다. Expected 'In'
1047'Class'가 필요합니다. Expected 'Class'
1048클래스(Class) 내에서 정의되어야 합니다. Must be defined inside a Class
1049속성 정의에 Let, Set, 또는 Get이 필요합니다. Expected Let or Set or Get in property declaration
1050'Property'가 필요합니다. Expected 'Property'
1051속성 지정 시 인수 개수가 동일해야 합니다. Number of arguments must be consistent across properties specification
1052클래스(Class)에서 기본 속성/메서드를 여러 개 가질 수 없습니다. Cannot have multiple default property/method in a Class
1053Initialize 또는 Terminate 클래스는 인수를 가지지 않습니다. Class initialize or terminate do not have arguments
1054set 또는 let 속성은 적어도 하나의 인수를 가져야 합니다. Property set or let must have at least one argument
1055불필요한 'Next' Unexpected 'Next'
1056'Default'는 'Property'나 'Function', 또는 'Sub'에서만 지정할 수 있습니다. 'Default' can be specified only on 'Property' or 'Function' or 'Sub'
1057'Default' 지정 시는 또한 'Public'도 지정해야 합니다. 'Default' specification must also specify 'Public'
1058'Default' 지정은 Property Get에서만 가능합니다. 'Default' specification can only be on Property Get
4096Microsoft VBScript 컴파일 오류 Microsoft VBScript compilation error
4097Microsoft VBScript 런타임 오류 Microsoft VBScript runtime error
4098알 수 없는 런타임 오류 Unknown runtime error
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
30000KO EN
32766True True
32767False False
32768확인 OK
32769취소 Cancel
32770도움말 Help
32811요소를 찾을 수 없습니다. Element not found
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:vbscript.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..-vbscript.resources_31bf3856ad364e35_11.0.15063.0_ko-kr_271b6389c375bcbf\
File Size:9.0 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:8704
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® VBScript
File Version:5.812.10240.16384
Internal Name:vbscript.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:vbscript.dll.mui
Product Name:Microsoft ® VBScript
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-s..-vbscript.resources_31bf3856ad364e35_11.0.15063.0_ko-kr_cafcc8060b184b89\

What is vbscript.dll.mui?

vbscript.dll.mui is Multilingual User Interface resource file that contain Korean language for file vbscript.dll (Microsoft® VBScript).

File version info

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