mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
0c42866e64
Reviewed all Chinese Simplified translation files and updated those inappropriate or outdated ones. Co-authored-by: Liu Wenyuan <15816141883@163.com> Reviewed-by: Chan Chilung <eason066@gmail.com> Reviewed-by: He Yang <1160386205@qq.com> Reviewed-by: Zheng Jianping <robsean@126.com> Reviewed-by: Luo Yufan <njlyf2011@hotmail.com> Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
17 lines
588 B
Text
17 lines
588 B
Text
/*
|
|
* 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>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NTOBJFLD_NAME "NT 对象名称空间"
|
|
IDS_REGISTRY_NAME "系统注册表"
|
|
IDS_NTOBJFLD_COMMENT "浏览 NT 对象名称空间"
|
|
IDS_REGISTRY_COMMENT "浏览系统注册表"
|
|
END
|