reactos/dll/win32/serialui/lang/zh-HK.rc
Chan Chilung 2752c42f0b
[TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347)
- 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>
2022-03-31 17:10:21 +03:00

46 lines
1.9 KiB
Plaintext

/*
* PROJECT: ReactOS SerialUI DLL
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Chinese (Hong Kong) resource file
* TRANSLATORS: Copyright 2021-2022 Chan Chilung <eason066@gmail.com>
* REFERENCES: Chinese (Traditional) resource file
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
STRINGTABLE
BEGIN
IDS_EVENPARITY "偶數"
IDS_MARKPARITY "標記"
IDS_NOPARITY "無"
IDS_ODDPARITY "奇數"
IDS_SPACEPARITY "空格"
IDS_ONESTOPBIT "1 個"
IDS_ONE5STOPBITS "1.5 個"
IDS_TWOSTOPBITS "2 個"
IDS_FC_NO "無"
IDS_FC_CTSRTS "CTS/RTS"
IDS_FC_XONXOFF "XON/XOFF"
IDS_TITLE "%s 的內容"
END
IDD_COMMDLG DIALOGEX 6, 5, 222, 175
FONT 9, "新細明體"
STYLE 0x10C80080
EXSTYLE 0x00000001
BEGIN
CONTROL "", IDC_GRP1, "Button", 0x50000007, 6, 5, 210, 146, 0x00000000
CONTROL "確定", IDC_OKBTN, "Button", 0x50010000, 98, 156, 56, 13, 0x00000000
CONTROL "取消", IDC_CANCELBTN, "Button", 0x50010000, 158, 156, 56, 13, 0x00000000
CONTROL "調變速率:", IDC_STC1, "Static", 0x50000000, 24, 31, 42, 9, 0x00000000
CONTROL "位元組大小:", IDC_STC2, "Static", 0x50000000, 24, 53, 42, 9, 0x00000000
CONTROL "同位檢查:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
CONTROL "停止位元:", IDC_STC4, "Static", 0x50000000, 24, 96, 42, 9, 0x00000000
CONTROL "流量控制:", IDC_STC5, "Static", 0x50000000, 24, 120, 42, 9, 0x00000000
CONTROL "", IDC_BAUDRATE, "ComboBox", 0x50210003, 98, 29, 100, 50, 0x00000000
CONTROL "", IDC_BYTESIZE, "ComboBox", 0x50210003, 98, 49, 100, 50, 0x00000000
CONTROL "", IDC_PARITY, "ComboBox", 0x50210003, 98, 72, 100, 50, 0x00000000
CONTROL "", IDC_STOPBITS, "ComboBox", 0x50210003, 98, 94, 100, 50, 0x00000000
CONTROL "", IDC_FLOW, "ComboBox", 0x50210003, 98, 116, 100, 50, 0x00000000
END