mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
19 lines
493 B
Text
19 lines
493 B
Text
/*
|
|
* PROJECT: ReactOS KBSwitch
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: rosapps/kbswitch/lang/zh-TW.rc
|
|
* PURPOSE: Chinese (Traditional) Language File for KBSwitch
|
|
* TRANSLATOR: Elton Chung <elton328@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&¿ï¶µ...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&µ²§ô", ID_EXIT
|
|
END
|
|
END
|