reactos/base/applications/logoff/lang/zh-TW.rc
Chan Chilung 171a920680
[TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154)
- 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.
2022-01-14 20:22:46 +03:00

20 lines
689 B
Plaintext

/*
* 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