reactos/base/applications/logoff/lang/zh-CN.rc
Li Keqing f461c451a1 [TRANSLATION] Fix Simplified Chinese Translations (#187)
* Fix the Simplified Translation of Rapps
* Fix the Simplified Translation of msconfig_new
* Fix the Simplified Translation of charmap_new
* Fix the Simplified Translation of winmine
* Fix the Simplified Translation of kbswitch
* Fix Simplified Chinese Translation of logoff
* Fix Simplified Chinese Translation of eventvwr
* Fix Simplified Chinese Translation of sysdm
* Update Simplified Chinese Translation for dxdiag
2017-12-11 11:35:59 +02:00

21 lines
677 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