mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
|
/*
|
||
|
* PROJECT: Keyboard Layout Switcher
|
||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||
|
* PURPOSE: Chinese (Hong Kong) resource file
|
||
|
* TRANSLATORS: Copyright 2021 Chan Chilung <eason066@gmail.com>
|
||
|
* REFERENCES: Chinese (Traditional) resource file
|
||
|
*/
|
||
|
|
||
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
|
||
|
|
||
|
IDR_POPUP MENU
|
||
|
BEGIN
|
||
|
POPUP "popup"
|
||
|
BEGIN
|
||
|
MENUITEM "選項(&P)...", ID_PREFERENCES
|
||
|
MENUITEM SEPARATOR
|
||
|
MENUITEM "結束(&E)", ID_EXIT
|
||
|
END
|
||
|
END
|