reactos/base/applications/kbswitch/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

20 lines
508 B
Plaintext

/*
* PROJECT: ReactOS KBSwitch
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/kbswitch/lang/zh-CN.rc
* PURPOSE: Chinese (Simplified) Language File for KBSwitch
* TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
IDR_POPUP MENU
BEGIN
POPUP "popup"
BEGIN
MENUITEM "选项(&P)...", ID_PREFERENCES
MENUITEM SEPARATOR
MENUITEM "退出(&E)", ID_EXIT
END
END