mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +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.
15 lines
512 B
Text
15 lines
512 B
Text
/*
|
|
* PROJECT: ReactOS rundll32
|
|
* 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_DllNotLoaded "LoadLibrary 無法載入「%s」"
|
|
IDS_MissingEntry "由於缺少進入點:%s\n因此 %s 發生錯誤"
|
|
END
|