mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
81db5e1da8
Converted from Cantonese to HK-Style Written Chinese. Also assign zh-HK translations to the ReactOS Chinese translation team in the CODEOWNERS file. Reviewed-by: He Yang <1160386205@qq.com> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com> Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
19 lines
519 B
Text
19 lines
519 B
Text
/*
|
|
* 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
|