* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / base / applications / mmc / lang / zh-CN.rc
1 /*
2 * PROJECT: ReactOS Management Console
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/mmc/lang/zh-CN.rc
5 * PURPOSE: Chinese (Simplified) Language File for Management Console
6 * TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
7 */
8
9 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
10
11 IDM_CONSOLE_SMALL MENU
12 BEGIN
13 POPUP "档案(&F)"
14 BEGIN
15 MENUITEM "New\tStrg+N", IDM_FILE_NEW
16 MENUITEM SEPARATOR
17 MENUITEM "结束(&X)\tAlt+F4", IDM_FILE_EXIT
18 END
19
20 POPUP "帮助(&H)"
21 BEGIN
22 MENUITEM "关于 ReactOS 控制台(&A)...", IDM_HELP_ABOUT
23 END
24 END
25
26 IDM_CONSOLE_LARGE MENU
27 BEGIN
28 POPUP "档案(&F)"
29 BEGIN
30 MENUITEM "New\tStrg+N", IDM_FILE_NEW
31 MENUITEM SEPARATOR
32 MENUITEM "结束(&X)\tAlt+F4", IDM_FILE_EXIT
33 END
34
35 POPUP "&Windows"
36 BEGIN
37 MENUITEM "List", IDM_WINDOWS_LIST
38 END
39
40 POPUP "帮助(&H)"
41 BEGIN
42 MENUITEM "关于 ReactOS 控制台(&A)...", IDM_HELP_ABOUT
43 END
44 END
45
46 STRINGTABLE
47 BEGIN
48 IDS_APPTITLE "ReactOS 控制台"
49 IDS_CONSOLETITLE "控制台%1!u!"
50 END