mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +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
508 B
Plaintext
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
|