reactos/base/applications/fltmc/lang/zh-CN.rc
David Quintana 01e5cb0c04
Resource file strings cleanup (#581)
[CMDUTILS/AT] Fix missing translation strings in certain files.
[NOTEPAD] Fix SUBLANG code to brazillian.
[RAPPS] Fix missing translation strings in certain files.
[FDEBUG] Fix translation string ID.
[CPL/INPUT] Fix missing translation strings in certain files.
[ACPPAGE] Fix incorrect resource IDs.
[NETSHELL] Fix incorrect resource IDs.
[DEVMGR] Fix missing translation strings in certain files.
[LSASRV] Fix missing translation strings in certain files.
[RASDLG] Fix missing translation strings in certain files.
[SHELL32] Fix missing translation strings and incorrect resource IDs.
[TAPIUI] Fix missing translation strings in certain files.
[WINFILE] Fix incorrect resource IDs.
[NTVDM] Fix missing translation strings in certain files.
[USERSRV] Fix missing translation strings in certain files.
[BROWSEUI] One more missing string.
[FLTMC] Fix missing translation strings in certain files.

Detected using the TransDiffer tool (early alpha).
This doesn't include everything anymore, but I wanted to get the PR out of the way.
2019-01-05 15:44:16 +01:00

32 lines
1.2 KiB
Plaintext

LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
BEGIN
IDS_USAGE "\n有效的命令 :\n\
load 加载一个过滤驱动\n\
unload 卸载一个过滤驱动\n\
filters 显示已在系统中注册的过滤驱动列表\n\n\
volumes Lists all volumes\n\n"
IDS_USAGE_LOAD "加载一个过滤驱动\n"
IDS_USAGE_UNLOAD "卸载一个过滤驱动\n"
IDS_USAGE_FILTERS "显示已在系统中注册的过滤驱动列表\n"
IDS_USAGE_VOLUMES "Lists all volumes\n"
END
STRINGTABLE
BEGIN
IDS_DISPLAY_FILTERS1 "过滤驱动名称 数目 实例 权值 帧\n"
IDS_DISPLAY_FILTERS2 "过滤驱动名称 数目 实例 帧\n"
IDS_DISPLAY_VOLUMES "Dos Name Volume Name FileSystem Status\n"
END
STRINGTABLE
BEGIN
IDS_ERROR_PRIV "无法设置驱动加载特权 (0x%X)\n"
IDS_ERROR_FILTERS "无法列举过滤驱动列表 (0x%X)\n"
IDS_ERROR_LOAD "无法加载过滤驱动 (0x%X)\n"
IDS_ERROR_UNLOAD "无法卸载过滤驱动 (0x%X)\n"
IDS_ERROR_VOLUMES "Failed to list the volumes (0x%X)\n"
END