vbscript.dll.mui Microsoft ® VBScript a27a31b2f5ebee97c09e33b93cd4af3c

File info

File name: vbscript.dll.mui
Size: 7168 byte
MD5: a27a31b2f5ebee97c09e33b93cd4af3c
SHA1: ffe35a8cb1f033127a0fbe6cd5882f3f8217678a
SHA256: 2391119a739302c426fb91ffca50f25f2bf661073562da357aea5d9f11386274
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) 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 Chinese (Simplified) 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
11被零除 Division by zero
13类型不匹配 Type mismatch
14字符串空间不够 Out of string space
17不能执行所需的操作 Can't perform requested operation
28堆栈溢出 Out of stack space
35未定义 Sub 或 Function Sub or Function not defined
48加载 DLL 时出错 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
94无效使用 Null Invalid use of Null
322不能创建所需的临时文件 Can't create necessary temporary file
424缺少对象 Object required
429ActiveX 部件不能创建对象 ActiveX component can't create object
430类不能支持 Automation 操作 Class doesn't support Automation
432Automation 操作中文件名或类名未找到 File name or class name not found during Automation operation
438对象不支持此属性或方法 Object doesn't support this property or method
440Automation 操作错误 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 中不支持的 Automation 类型 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对象不能安全地使用 Script 编程 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'loop' 语句缺少 'do' '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不能为 non-ByVal 参数赋值 Cannot assign to non-ByVal argument
1044调用过程(Sub)时不能使用括号 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
1053类的初始化或终止程序没有变量 Class initialize or terminate do not have arguments
1054属性的 set 或 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只能在 Property Get 中指定 'Default' '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
30000ZH 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_zh-cn_b467a90bfae0d05b\
File Size:7.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:6656
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:Chinese (Simplified)
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_zh-cn_58490d8842835f25\

What is vbscript.dll.mui?

vbscript.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) 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:0x804, 1200