reactos/base/applications/fltmc/lang/zh-TW.rc
Chan Chilung 6b700c6af1
[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526)
*Add Chinese Traditional translation for:
- [THEMES]
- [HIVESFT]
- [HIVEDEF]
- [HIVECLS]
- [SCREENSAVERS]
- [VGAFONTEDIT]
- [KERNEL32]
- [TASKLIST]
- [MYDOCS]
- [MSXML3R]
- INFs

*Chinese Traditional translation update for:
PR 3399
- [MSGINA]
- [SHELL32]

PR 3422
- [SOLITAIRE]

Others...

*Wine translation sync
2021-04-11 10:59:19 +02:00

34 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Chinese Traditional translation by Chan Chilung (eason066@gmail.com) 2020 */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
BEGIN
IDS_USAGE "\n有效的命令\n\
load 載入一個篩選器驅動程式\n\
unload 卸載一個篩選器驅動程式\n\
filters 列出在系統登錄的篩選器驅動程式\n\n\
volumes 列出所有磁碟區\n\n"
IDS_USAGE_LOAD "載入一個篩選器驅動程式\n"
IDS_USAGE_UNLOAD "卸載一個篩選器驅動程式\n"
IDS_USAGE_FILTERS "列出所有在系統登錄的篩選器驅動程式\n"
IDS_USAGE_VOLUMES "列出所有磁碟區\n"
END
STRINGTABLE
BEGIN
IDS_DISPLAY_FILTERS1 "篩選器名稱 數量 實例 高度 框架\n"
IDS_DISPLAY_FILTERS2 "篩選器名稱 數量 實例 框架\n"
IDS_DISPLAY_VOLUMES "DOS 名稱 磁碟區名稱 檔案系統 狀態\n"
END
STRINGTABLE
BEGIN
IDS_ERROR_PRIV "無法設定驅動程式的載入次序 (0x%X)\n"
IDS_ERROR_FILTERS "無法列出篩選器 (0x%X)\n"
IDS_ERROR_LOAD "無法載入篩選器驅動程式 (0x%X)\n"
IDS_ERROR_UNLOAD "無法卸載篩選器驅動程式 (0x%X)\n"
IDS_ERROR_VOLUMES "無法列出磁碟區 (0x%X)\n"
END