mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +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.
18 lines
577 B
Plaintext
18 lines
577 B
Plaintext
/*
|
|
* PROJECT: ReactOS Clip Command
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Chinese (Traditional) resource file
|
|
* TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
|
|
* Copyright 2021 Chan Chilung <eason066@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "\n輸入 'CLIP /?' 以取得用法資訊。\n"
|
|
IDS_HELP "\n將命令列程式的輸出重新導向到剪貼簿。\n\n\
|
|
CLIP [/?]\n\n\
|
|
/? 顯示這個說明訊息。\n"
|
|
END
|