[TRANSLATION] Update Simplified Chinese translation. (#1094)
[reactos.git] / base / applications / fontview / lang / zh-CN.rc
1 /*
2 * PROJECT: ReactOS FontView
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/fontview/lang/zh-CN.rc
5 * PURPOSE: Chinese (Simplified) Language File for FontView
6 * TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
7 * Li Keqing <auroracloud4096@gmail.com>
8 * Luo Yufan <njlyf2011@hotmail.com>
9 */
10
11 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
12
13 STRINGTABLE
14 BEGIN
15 IDS_INSTALL "安装(&I)"
16 IDS_PRINT "打印(&P)"
17 IDS_STRING "路漫漫其修远兮,吾将上下而求索。1234567890"
18 IDS_OPEN "打开字体文件..."
19 IDS_ERROR "错误"
20 IDS_ERROR_NOMEM "没有足够的内存来完成操作。"
21 IDS_ERROR_NOFONT "%1不是一个有效的字体文件。"
22 IDS_ERROR_NOCLASS "无法初始化窗口。"
23 IDS_FILTER_LIST "支持所有的字体 (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
24 字体文件 (*.fon;*.fnt)\0*.fon;*.fnt\0\
25 TrueType 字体 (*.ttf)\0*.ttf\0\
26 TrueType 字体集合 (*.ttc)\0*.ttc\0\
27 OpenType 字体 (*.otf)\0*.otf\0\
28 OpenType 字体集合 (*.otc)\0*.otc\0\
29 所有文件 (*.*)\0*.*\0"
30 IDS_PREVIOUS "< 上一个(&R)"
31 IDS_NEXT "下一个(&N) >"
32 END