mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +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>
15 lines
440 B
Plaintext
15 lines
440 B
Plaintext
/*
|
|
* PROJECT: ReactOS W32Time Service
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Chinese (Hong Kong) resource file
|
|
* TRANSLATORS: Copyright 2021-2022 Chan Chilung <eason066@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DISPLAYNAME "時間服務"
|
|
IDS_DESCRIPTION "維護在網絡上的所有用户端和伺服器的日期及時間同步處理。"
|
|
END
|