mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +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>
20 lines
680 B
Text
20 lines
680 B
Text
/*
|
|
* 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
|