reactos/base/applications/fontview/lang/zh-TW.rc
2023-06-27 21:44:06 +03:00

37 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.

/*
* PROJECT: ReactOS Font Viewer
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Chinese (Traditional) resource file
* TRANSLATORS: Copyright 2011 Elton Chung <elton328@gmail.com>
* Copyright 2021 Chan Chilung <eason066@gmail.com>
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
BEGIN
IDS_INSTALL "安裝(&I)"
IDS_PRINT "列印(&P)"
IDS_STRING "路曼曼其脩遠兮吾將上下而求索。1234567890"
IDS_OPEN "開啟字型..."
IDS_ERROR "錯誤"
IDS_ERROR_NOMEM "沒有足夠的記憶體來完成操作。"
IDS_ERROR_NOFONT "%1 不是一個有效的字型檔案。"
IDS_ERROR_NOCLASS "無法初始化視窗。"
IDS_ERROR_ISINSTALLED "This font is already installed!"
IDS_ERROR_FONTCPY "Failed to copy the font file!"
IDS_ERROR_OPENKEY "Failed to open the fonts registry key!"
IDS_ERROR_REGISTER "Failed to register the new font!"
IDS_SUCCESS "Success"
IDS_COMPLETED "Font installation completed."
IDS_FILTER_LIST "所有支援的字型 (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
字型檔案 (*.fon;*.fnt)\0*.fon;*.fnt\0\
TrueType 字型 (*.ttf)\0*.ttf\0\
TrueType 字型集合 (*.ttc)\0*.ttc\0\
OpenType 字型 (*.otf)\0*.otf\0\
OpenType 字型集合 (*.otc)\0*.otc\0\
所有檔案 (*.*)\0*.*\0"
IDS_PREVIOUS "< 上一步(&R)"
IDS_NEXT "下一步(&N) >"
END