mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
20 lines
491 B
Text
20 lines
491 B
Text
|
/*
|
|||
|
* PROJECT: ReactOS KBSwitch
|
|||
|
* LICENSE: GPL - See COPYING in the top level directory
|
|||
|
* FILE: rosapps/kbswitch/lang/zh-CN.rc
|
|||
|
* PURPOSE: Chinese (Simplified) Language File for KBSwitch
|
|||
|
* TRANSLATOR: Elton Chung <elton328@gmail.com>
|
|||
|
*/
|
|||
|
|
|||
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|||
|
|
|||
|
IDR_POPUP MENU
|
|||
|
BEGIN
|
|||
|
POPUP "popup"
|
|||
|
BEGIN
|
|||
|
MENUITEM "&ѡ<><D1A1>...", ID_PREFERENCES
|
|||
|
MENUITEM SEPARATOR
|
|||
|
MENUITEM "&<26><><EFBFBD><EFBFBD>", ID_EXIT
|
|||
|
END
|
|||
|
END
|