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