mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
463784c5f1
Also sync LOCALMON/UI translation with Wine.
15 lines
477 B
Text
15 lines
477 B
Text
/*
|
|
* PROJECT: ReactOS CryptExt Shell Extension
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Chinese (Traditional) resource translation
|
|
* COPYRIGHT: Copyright 2019 Mark Jansen <mark.jansen@reactos.org>
|
|
* TRANSLATOR: Copyright 2021 Chan Chilung <eason066@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_INVALIDFILE "這個不是有效的憑證檔案。"
|
|
IDS_CER_FILE "憑證檔案"
|
|
END
|