mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
2752c42f0b
- Added zh-HK translation for following files: - [BASE/SERVICES/W32TIME] - [BASE/SYSTEM/...] (except CMD console only applications) - [FDEBUG] - [DLL/CPL/...] (except Wine related applications) - [DLL/SHELLEXT/...] - [DLL/WIN32/...] (not all applications are translated, and Wine related applications are excluded from this part) - [MODULES/ROSAPPS/APPLICATIONS/...] (not all applications are translated) - [SCREENSAVERS] - [NTVDM] - [USERSRV] - Translation Improvement - Fix header for zh-TW and zh-HK translation files Reviewed-by: Luo Yufan <njlyf2011@hotmail.com> Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
19 lines
748 B
Text
19 lines
748 B
Text
/*
|
|
* PROJECT: ReactOS runonce.exe
|
|
* 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
|
|
|
|
IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "ReactOS 安裝程式"
|
|
FONT 9, "新細明體"
|
|
BEGIN
|
|
LTEXT "ReactOS 正在設定以下項目:", -1, 38, 8, 196, 18
|
|
LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
ICON IDI_ICON, -1, 5, 6, 21, 20
|
|
END
|