* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / base / applications / mmc / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDM_CONSOLE_SMALL MENU
4 BEGIN
5 POPUP "&File"
6 BEGIN
7 MENUITEM "New\tStrg+N", IDM_FILE_NEW
8 MENUITEM SEPARATOR
9 MENUITEM "E&xit\tAlt+F4", IDM_FILE_EXIT
10 END
11
12 POPUP "&Help"
13 BEGIN
14 MENUITEM "&About ReactOS Management Console...", IDM_HELP_ABOUT
15 END
16 END
17
18 IDM_CONSOLE_LARGE MENU
19 BEGIN
20 POPUP "&File"
21 BEGIN
22 MENUITEM "New\tStrg+N", IDM_FILE_NEW
23 MENUITEM SEPARATOR
24 MENUITEM "E&xit\tAlt+F4", IDM_FILE_EXIT
25 END
26
27 POPUP "&Windows"
28 BEGIN
29 MENUITEM "List", IDM_WINDOWS_LIST
30 END
31
32 POPUP "&Help"
33 BEGIN
34 MENUITEM "&About ReactOS Management Console...", IDM_HELP_ABOUT
35 END
36 END
37
38 STRINGTABLE
39 BEGIN
40 IDS_APPTITLE "ReactOS Management Console"
41 IDS_CONSOLETITLE "Console%1!u!"
42 END