mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +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.
27 lines
1.3 KiB
Text
27 lines
1.3 KiB
Text
/*
|
||
* PROJECT: ReactOS regsvr32.exe
|
||
* 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 2020-2022 Chan Chilung <eason066@gmail.com>
|
||
*/
|
||
|
||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_UsageMessage "%s\n\n用法: regsvr32 [/u] [/s] [/c] [/n] [/i[:命令列]] DLL 名稱\n\
|
||
/u - 登出伺服器\n\
|
||
/s - 安靜模式; 不顯示訊息方塊\n\
|
||
/c - 主控台輸出\n\
|
||
/i - 呼叫 DllInstall 將選項傳給它 [命令列]; 當與 /u 一起使用時呼叫 DLL 進行解除安裝\n\
|
||
/n - 不要呼叫 DllRegisterServer; 這個選項必須和 /i 一起使用"
|
||
IDS_NoDllSpecified "沒有指定 DLL 名稱。"
|
||
IDS_InvalidFlag "無法辨識的旗標: %s"
|
||
IDS_SwitchN_NoI "無法辨識的旗標: /n 必須和 /i 一起使用"
|
||
IDS_DllNotLoaded "LoadLibrary('%s') 失敗。\nGetLastError 傳回了 0x%08x。"
|
||
IDS_MissingEntry "已載入 %s,但是找不到 %s 的進入點。\n\n\
|
||
%s 可能未被匯出,或者記憶體中的 %s 是一個損壞的版本。請考慮使用 PView 來檢測並移除它。"
|
||
IDS_FailureMessage "%s 在 %s 中失敗。\n回覆碼:0x%08x"
|
||
IDS_SuccessMessage "%s 在 %s 中成功。"
|
||
END
|