Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / base / applications / mscutils / devmgmt_new / 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 "&File"
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 END
17 POPUP "Visualizar"
18 BEGIN
19 MENUITEM "Dispositivos por tipo", IDC_DEVBYTYPE, CHECKED
20 MENUITEM "Dispositivos por conexão", IDC_STATIC, GRAYED
21 MENUITEM "Recursos por tipo", IDC_STATIC, GRAYED
22 MENUITEM "Recursos por conexão", IDC_STATIC, GRAYED
23 END
24 POPUP "Ajuda"
25 BEGIN
26 MENUITEM "Sobre", IDC_ABOUT
27 END
28 END
29
30 IDR_POPUP MENU
31 BEGIN
32 POPUP "popup"
33 BEGIN
34 MENUITEM "Propriedades", IDC_PROP, GRAYED
35 END
36 END
37
38 IDD_ABOUTBOX DIALOGEX 22,16,190,182
39 CAPTION "Sobre Gerenciador de Dispositivos"
40 FONT 8,"MS Shell Dlg",0,0
41 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
42 BEGIN
43 LTEXT "Gerenciador de Dispositivos v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
44 PUSHBUTTON "Fechar", IDOK, 75, 162, 44, 15
45 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
46 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
47 END
48
49 STRINGTABLE DISCARDABLE
50 BEGIN
51 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."
52 END
53
54 STRINGTABLE DISCARDABLE
55 BEGIN
56 IDS_TOOLTIP_PROP "Propriedades"
57 IDS_TOOLTIP_REFRESH "Atualizar"
58 IDS_TOOLTIP_HELP "Ajuda"
59 IDS_TOOLTIP_EXIT "Sair"
60 END
61
62 /* Hints */
63 STRINGTABLE DISCARDABLE
64 BEGIN
65 IDS_APPNAME "Gerenciador de Dispositivos ReactOS"
66 IDS_HINT_BLANK " "
67 IDS_HINT_EXIT " Fecha o programa."
68 IDS_HINT_REFRESH " Atualiza a lista de serviço."
69 IDS_HINT_PROP " Abre uma folha de propriedades para a seleção atual."
70 IDS_HINT_HELP " Exibe tela de ajuda."
71 IDS_HINT_ABOUT " Sobre Gerenciador de Dispositivos ReactOS."
72
73 IDS_HINT_SYS_RESTORE " Restaura esta janela ao tamanho normal."
74 IDS_HINT_SYS_MOVE " Move esta janela."
75 IDS_HINT_SYS_SIZE " Redimensiona esta janela."
76 IDS_HINT_SYS_MINIMIZE " Reduz esta janela a um ícone."
77 IDS_HINT_SYS_MAXIMIZE " Expande esta janela ao tamanho da tela."
78 IDS_HINT_SYS_CLOSE " Fecha esta janela."
79 END