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