reactos/base/applications/logoff/lang/zh-CN.rc
Wu Haotian 0c42866e64
[TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933)
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>
2022-03-31 20:30:52 +03:00

21 lines
680 B
Plaintext

/*
* PROJECT: ReactOS Logoff
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/logoff/lang/zh-CN.rc
* PURPOSE: Chinese (Simplified) Language File for Logout
* TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
* Li Keqing <auroracloud4096@gmail.com>
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
BEGIN
IDS_USAGE "终止一个会话。\n\n\
/v\t\t显示要执行的操作的信息。\n\
/?\t\t显示该信息。\n\n"
IDS_LOGOFF_REMOTE "正在终止远程端的会话。"
IDS_LOGOFF_LOCAL "正在终止本机的当前会话。"
IDS_ILLEGAL_PARAM "无效参数\n"
END