[CSRSS]
[reactos.git] / reactos / 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 */
8
9 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
10
11 STRINGTABLE DISCARDABLE
12 BEGIN
13 IDS_INSTALL, "Install"
14 IDS_PRINT, "列印"
15 IDS_STRING, "ReactOS 给所有人一个自由的操作系统!1234567890"
16 IDS_OPEN, "Open Font..."
17 IDS_ERROR, "错误"
18 IDS_ERROR_NOMEM, "没有足够的内存来完成操作。"
19 IDS_ERROR_NOFONT, "%1不是一个有效的字体档案。"
20 IDS_ERROR_NOCLASS, "窗口无法初始化。"
21 END