mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
f461c451a1
* 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
20 lines
677 B
Text
20 lines
677 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
|