mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
de972e2bc2
- Changed some wording according to the translation requirements. - Fixed some mistakes. - Changed my name. Reviewed-by: He Yang <1160386205@qq.com> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
19 lines
652 B
Plaintext
19 lines
652 B
Plaintext
/*
|
|
* PROJECT: NT Object Namespace shell extension
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Chinese (Simplified) resource file
|
|
* TRANSLATORS: Copyright 2015 Henry Tang Ih <henrytang2@hotmail.com>
|
|
* Copyright 2021 Wu Haotian <rigoligo03@gmail.com>
|
|
* Copyright 2022 Luke Luo <njlyf2011@hotmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NTOBJFLD_NAME "NT 对象命名空间"
|
|
IDS_REGISTRY_NAME "系统注册表"
|
|
IDS_NTOBJFLD_COMMENT "浏览 NT 对象命名空间"
|
|
IDS_REGISTRY_COMMENT "浏览系统注册表"
|
|
END
|