[Win32k]
[reactos.git] / base / applications / mscutils / devmgmt / lang / pt-BR.rc
1 /* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (May, 2012) */
2
3 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
4
5 IDR_MAINMENU MENU
6 BEGIN
7 POPUP "&Arquivo"
8 BEGIN
9 MENUITEM "&Sair", IDC_EXIT
10 END
11 POPUP "Ação"
12 BEGIN
13 MENUITEM "Imprimir", IDC_PRINT, GRAYED
14 MENUITEM SEPARATOR
15 MENUITEM "Propriedades", IDC_PROP, GRAYED
16 MENUITEM SEPARATOR
17 MENUITEM "Ajuda", IDC_PROGHELP, GRAYED
18 END
19 POPUP "Visualizar"
20 BEGIN
21 MENUITEM "Dispositivos por tipo", IDC_DEVBYTYPE
22 MENUITEM "Dispositivos por conexão", IDC_DEVBYCONN
23 MENUITEM "Recursos por tipo", IDC_RESBYTYPE, GRAYED
24 MENUITEM "Recursos por conexão", IDC_RESBYCONN, GRAYED
25 MENUITEM SEPARATOR
26 MENUITEM "Exibir dispositivos ocultos", IDC_SHOWHIDDEN
27 END
28 POPUP "Ajuda"
29 BEGIN
30 MENUITEM "Ajuda", IDC_PROGHELP
31 MENUITEM "Sobre", IDC_ABOUT
32 END
33 END
34
35 IDR_POPUP MENU
36 BEGIN
37 POPUP "popup"
38 BEGIN
39 MENUITEM "Propriedades", IDC_PROP, GRAYED
40 MENUITEM SEPARATOR
41 MENUITEM "Ajuda", IDC_PROGHELP
42 END
43 END
44
45 IDD_ABOUTBOX DIALOGEX 22, 16, 190, 182
46 CAPTION "Sobre Gerenciador de Dispositivos"
47 FONT 8, "MS Shell Dlg", 0, 0
48 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
49 BEGIN
50 LTEXT "Gerenciador de Dispositivos v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
51 PUSHBUTTON "Fechar", IDOK, 75, 162, 44, 15
52 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
53 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
54 END
55
56 STRINGTABLE
57 BEGIN
58 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
59 END
60
61 STRINGTABLE
62 BEGIN
63 IDS_TOOLTIP_PROP "Propriedades"
64 IDS_TOOLTIP_REFRESH "Atualizar"
65 IDS_TOOLTIP_HELP "Ajuda"
66 IDS_TOOLTIP_EXIT "Sair"
67 END
68
69 /* Hints */
70 STRINGTABLE
71 BEGIN
72 IDS_APPNAME "Gerenciador de Dispositivos ReactOS"
73 IDS_HINT_BLANK " "
74 IDS_HINT_EXIT " Fecha o programa."
75 IDS_HINT_REFRESH " Atualiza a lista de serviço."
76 IDS_HINT_PROP " Abre uma folha de propriedades para a seleção atual."
77 IDS_HINT_HELP " Exibe tela de ajuda."
78 IDS_HINT_ABOUT " Sobre Gerenciador de Dispositivos ReactOS."
79 IDS_HINT_SYS_RESTORE " Restaura esta janela ao tamanho normal."
80 IDS_HINT_SYS_MOVE " Move esta janela."
81 IDS_HINT_SYS_SIZE " Redimensiona esta janela."
82 IDS_HINT_SYS_MINIMIZE " Reduz esta janela a um ícone."
83 IDS_HINT_SYS_MAXIMIZE " Expande esta janela ao tamanho da tela."
84 IDS_HINT_SYS_CLOSE " Fecha esta janela."
85 END