mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
20 lines
510 B
Plaintext
20 lines
510 B
Plaintext
/*
|
|
* PROJECT: ReactOS KBSwitch
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: base/applications/kbswitch/lang/zh-TW.rc
|
|
* PURPOSE: Chinese (Traditional) Language File for KBSwitch
|
|
* TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "選項(&P)...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "結束(&E)", ID_EXIT
|
|
END
|
|
END
|