[CLASS2]
[reactos.git] / reactos / base / applications / fontview / lang / zh-TW.rc
1 /*
2 * PROJECT: ReactOS FontView
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/fontview/lang/zh-TW.rc
5 * PURPOSE: Chinese (Traditional) Language File for FontView
6 * TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
7 */
8
9 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
10
11 STRINGTABLE
12 BEGIN
13 IDS_INSTALL "安裝"
14 IDS_PRINT "列印"
15 IDS_STRING "ReactOS 給所有人一個自由的操作系統! 1234567890"
16 IDS_OPEN "打開字體..."
17 IDS_ERROR "錯誤"
18 IDS_ERROR_NOMEM "沒有足夠的記憶體來完成操作。"
19 IDS_ERROR_NOFONT "%1 不是一個有效的字體檔案。"
20 IDS_ERROR_NOCLASS "窗口無法初始化。"
21 IDS_FILTER_LIST "所有支援的字體 (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
22 字體檔 (*.fon;*.fnt)\0*.fon;*.fnt\0\
23 TrueType 字體 (*.ttf)\0*.ttf\0\
24 TrueType Font Collection (*.ttc)\0*.ttc\0\
25 OpenType 字體 (*.otf)\0*.otf\0\
26 OpenType Font Collection (*.otc)\0*.otc\0\
27 所有檔 (*.*)\0*.*\0"
28 IDS_PREVIOUS "< P&revious"
29 IDS_NEXT "&Next >"
30 END