mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
171a920680
- Added translation for: - [W32TIME] - [MODE] - [TIMEOUT] - [MODEMUI] - [ARPING] - [FRAGINATOR] - and more - Updated existing translation - [WINNLS] Update cht (zh-TW) and zhh (zh-HK) - [DOC] Update rules in Chinese translation notes.txt - Wine translation sync Some of the punctuation use in WIne has been converted to half-width, so the punctuation will no longer synced.
19 lines
689 B
Text
19 lines
689 B
Text
/*
|
|
* PROJECT: ReactOS Logoff Utility
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Chinese (Traditional) resource file
|
|
* TRANSLATORS: Copyright 2011 Elton Chung <elton328@gmail.com>
|
|
* Copyright 2021 Chan Chilung <eason066@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
|
|
|
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
|