reactos/base/system/subst/lang/zh-CN.rc

22 lines
1,019 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Simplified Chinese translation by Song Fuchang (0xfc) <sfc_0@yahoo.com.cn> 2011 */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
BEGIN
IDS_INCORRECT_PARAMETER_COUNT "参数个数不正确 - %s\n"
IDS_INVALID_PARAMETER "参数个数不正确 - %s\n"
IDS_INVALID_PARAMETER2 "无效参数 - %s\n"
IDS_PATH_NOT_FOUND "Path not found - %s\n"
IDS_ACCESS_DENIED "Access denied - %s\n"
IDS_DRIVE_ALREADY_SUBSTED "驱动器已经运行过 SUBST\n"
IDS_FAILED_WITH_ERRORCODE "操作失败!错误码 0x%x%s\n"
IDS_USAGE "将一个路径用驱动器号关联。\n\n\
SUBST [驱动器1: [驱动器2:]路径]\n\
SUBST 驱动器1: /D\n\n\
驱动器1: 指定一个您想要关联到一个路径的虚拟驱动器。\n\
[驱动器2:]路径 指定一个您想要关联到一个虚拟驱动器的物理驱动器和路径。\n\
/D 删除一个虚拟驱动器。\n\n\
执行不带参数的 SUBST 将会显示当前虚拟驱动器的列表。\n"
END