mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +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
661 B
Text
19 lines
661 B
Text
/*
|
|
* PROJECT: ReactOS Logoff
|
|
* 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
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "終止一個工作階段。\n\n\
|
|
/v\t\t顯示有關已執行動作的資訊。\n\
|
|
/?\t\t顯示這個資訊。\n\n"
|
|
IDS_LOGOFF_REMOTE "正在終止遠端機器的工作階段。"
|
|
IDS_LOGOFF_LOCAL "正在終止本機目前的工作階段。"
|
|
IDS_ILLEGAL_PARAM "參數無效\n"
|
|
END
|