[Win32k]
[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\tCtrl+N", IDM_FILE_NEW
8 MENUITEM SEPARATOR
9 MENUITEM "Sai&r\tAlt+F4", IDM_FILE_EXIT
10 END
11 POPUP "Aj&uda"
12 BEGIN
13 MENUITEM "&Sobre o Console de gerenciamento ReactOS...", IDM_HELP_ABOUT
14 END
15 END
16
17 IDM_CONSOLE_LARGE MENU
18 BEGIN
19 POPUP "&Arquivo"
20 BEGIN
21 MENUITEM "New\tCtrl+N", IDM_FILE_NEW
22 MENUITEM SEPARATOR
23 MENUITEM "Sai&r\tAlt+F4", IDM_FILE_EXIT
24 END
25 POPUP "&Windows"
26 BEGIN
27 MENUITEM "List", IDM_WINDOWS_LIST
28 END
29 POPUP "Aj&uda"
30 BEGIN
31 MENUITEM "&Sobre o Console de gerenciamento ReactOS...", IDM_HELP_ABOUT
32 END
33 END
34
35 STRINGTABLE
36 BEGIN
37 IDS_APPTITLE "Console de gerenciamento ReactOS"
38 IDS_CONSOLETITLE "Console%1!u!"
39 END