mimofcodec.dll.mui 管理基础结构 mof 编码解码器组件 72d1c569d27df77b42ff461175645e44

File info

File name: mimofcodec.dll.mui
Size: 5632 byte
MD5: 72d1c569d27df77b42ff461175645e44
SHA1: 5975e3c029b437cc300e3141fa86b674d24e0b5b
SHA256: 9987649470e70f223c353706db917597c5ed2db8b7826c5607c4c9580fab4647
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
0未知杂注: %1=%2 Unknown pragma: %1=%2
1已声明类: %1 Class already declared: %1
2类“%1”具有未定义的超类“%2” Class '%1' has undefined super class '%2'
3已定义类功能: %1 Class feature already defined: %1
4重复的限定符: %1 Duplicate qualifier: %1
5未定义的限定符: %1 Undefined qualifier: %1
6限定符缺少初始值设定项: %1 Qualifier is missing initializer: %1
7以下限定符的初始值设定项无效: %1 The initializer for the following qualifer is not valid: %1
8初始值设定项无效 Initializer not valid
9未定义的类: %1 Undefined class: %1
10已忽略初始值设定项 Ignored initializer
11已定义参数: %1 Parameter already defined: %1
12非法的数组下标: Illegal array subscript:
13不兼容的特色信息: %1/%2 Incompatible flavors: %1/%2
14初始值设定项超出范围: %1!I64d! Initializer out of range: %1!I64d!
15内部错误: %1(%2!u!) Internal error: %1(%2!u!)
16已声明限定符: %1 Qualifier already declared: %1
17标准限定符的类型不正确: %1 Wrong type for standard qualifier: %1
18内存不足 Out of memory
19非法的限定符重写: %1.%2.%3 Illegal qualifier override: %1.%2.%3
20“%1”属性在“%2”类中定义为键,但在基类中并不定义为键 Property '%1' defined as key in class '%2', but was not key in base class
21在类“%2”中使用不同的类型重新定义了键属性“%1” Key property '%1' redefined with different type in class '%2'
22类“%2”引入了新的键属性“%1” New key property '%1' is introduced by class '%2'
23未知限定符: %1 Unknown qualifier: %1
24非法的限定符作用域: %1 Illegal scope for qualifier: %1
25属性“%1”的值不符合“%2”限定符指定的约束 Value for property '%1' fails constraint given by '%2' qualifier
26“%1”限定符已应用于类型为“%3”的不兼容属性:“%2” '%1' qualifier applied to incompatible property: '%2' with type: '%3'
27Override 限定符指定的名称(%1)与属性名称(%2)不匹配 Name given by Override qualifier (%1) does not match property name (%2)
28EmbeddedInstance 限定符中的未定义类: %1 Undefined class in EmbeddedInstance qualifier: %1
29未结束的字符串文字 Non-terminated string literal
30非法的十六进制字符: %1 Illegal hex character: %1
31整数溢出 Integer overflow
32非法的二进制文字 Illegal binary literal
33MOF 文件堆栈上溢 MOF file stack overflow
34MOF 文件堆栈下溢 MOF file stack underflow
35无法从 include 文件中读取内容: %1 Failed to read content from include file: %1
36语法错误: %1 Syntax error: %1
37分析程序堆栈上溢 Parser stack overflow
38Stream 限定符只能出现在数组参数中 Stream qualifiers may only appear on array parameters
39Stream 限定符只能出现在输出参数中 Stream qualifiers may only appear on output parameters
40未定义的属性 %1 Undefined property %1
41
在第 %1!d! 行中的第 %2!d! 个字符处

At line:%1!d!, char:%2!d!
42
在文件 %1 的第 %2!d! 行中的第 %3!d! 个字符处

At file:%1, line:%2!d!, char:%3!d!
43
缓冲区:
%1

Buffer:
%1
44未定义的实例别名: %1 Undefined instance alias: %1
45将属性“%1”的值从类型“%2”转换为类型“%3”失败 Convert property '%1' value from type '%2' to type '%3' failed
49实例别名: 已在第 %2!d! 行中声明“%1” Instance alias: '%1' already declared at line %2!d!
50语法错误。第 %1 行中的别名无效 Syntax Error. Alias name not valid at line %1
51语法错误。注释不完整,开始于第 %1!d! 行中的第 %2!d! 个字符处 Syntax Error. Comment(s) incomplete, started at line:%1!d!, char:%2!d!
52语法错误。无法识别的标记: %1 Syntax Error. Token not recognized: %1
53语法错误。文本字符串声明不完整,开始于第 %1!d! 行中的第 %2!d! 个字符处 Syntax Error. Literal string declaration is not complete, started at line:%1!d!, char:%2!d!
54语法错误。Char16 值声明无效: %1 Syntax Error. Char16 value declaration is not valid: %1
55语法错误。转义的 Char16 值声明无效: %1,长度(%2!d!) Syntax Error. Escaped Char16 value declaration is not valid: %1, length (%2!d!)
56语法错误。无法识别的转义字符: %1!c! Syntax Error. Eescaped character not recognized: %1!c!
57语法错误。转义 Char16 值不完整,开始于第 %1!d! 行的第 %2!d! 个字符处 Syntax Error. Escaped Char16 value is not complete, started at line:%1!d!, char:%2!d!
58语法错误。数值无效: %1 Syntax Error. Number value is not valid: %1
59初始化 MOF 分析程序失败 Initialization of MOF parser failed
60操作选项“%2”的值“%1”不受支持 Unsupported value '%1' of operation option '%2'
61参数“%2”的值“%1”不受支持 Unsupported value '%1' of parameter '%2'
62参数“%1”的值不能为 Null Value of parameter '%1' can not be null
63参数“%1”的值必须为 %2!d! Value of parameter '%1' must be %2!d!
64参数“%1”的值必须介于 %2!d! 和 %3!d! 的范围之间,但其值为 %4!d! Value of parameter '%1' must be in the range of %2!d! and %3!d!, but it's value is %4!d!
65缓冲区不受支持。请检查编码和缓冲区长度 Buffer is not supported. Check encoding and length of the buffer
66创建类“%1”失败,错误为 %2!d! Create class '%1' failed with error %2!d!
67指定的 MOF 缓冲区包含多个类,请尝试 %1 Specified MOF buffer contains more than one class. Try %1
68指定的 MOF 缓冲区包含多个实例,请尝试 %1 Specified MOF buffer contains more than one instance. Try %1
69发现无效嵌入(引用)属性值。该值对象的类类型为“%1”,而不是“%2”或其派生类。 Invalid embedded (reference) property value was found. The value object is of class type '%1', which is not '%2' or its derived classes.
70日期时间值无效。“%2”的值 %1!d! 超出有效范围。 Datetime value not valid. Value %1!d! of '%2' is out of valid range.

EXIF

File Name:mimofcodec.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-w..codec-dll.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_4e2c9208ecd9bf36\
File Size:5.5 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:5120
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:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:管理基础结构 mof 编码解码器组件
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:mimofcodec.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:mimofcodec.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-w..codec-dll.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_58813c5b213a8131\

What is mimofcodec.dll.mui?

mimofcodec.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file mimofcodec.dll (管理基础结构 mof 编码解码器组件).

File version info

File Description:管理基础结构 mof 编码解码器组件
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:mimofcodec.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:mimofcodec.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200