push b59ba84f7e04af9ef068bd4c6e96701941f0256e
[wine/hacks.git] / programs / uninstaller / Pt.rc
blob4df2abd06522b24b14174cbe3abaf8d281625410
1 /*
2  * Uninstaller (Portuguese Resources)
3  *
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18  *
19  */
21 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
23 IDD_UNINSTALLER DIALOG DISCARDABLE  0, 0, 330, 160
24 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
25 CAPTION "Desinstalador de Aplicações Wine"
26 FONT 10, "MS Sans Serif"
27 BEGIN
28     LTEXT           "Por favor seleccione a aplicação que deseja desinstalar:",IDC_PLEASESELECT,10,10,250,14
29     EDITTEXT        IDC_FILTER,10,25,250,14,ES_AUTOHSCROLL
30     LISTBOX         IDC_LIST,10,43,250,106,LBS_NOINTEGRALHEIGHT |
31                     LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
32     PUSHBUTTON      "&Desinstalar",IDC_UNINSTALL,270,48,50,14
33     PUSHBUTTON      "&Acerca",IDC_ABOUT,270,65,50,14
34     PUSHBUTTON      "&Sair",IDC_EXIT,270,81,50,14
35 END
37 STRINGTABLE DISCARDABLE {
38      IDS_APPNAME, "Desinstalador de Aplicações Wine"
39      IDS_ABOUT, "Desinstalador de Aplicações Wine (C) 2005 por Andreas Mohr, Hannu Valtonen e Jonathan Ernst."
40      IDS_ABOUTTITLE, "Acerca do Desinstalador"
41      IDS_REGISTRYKEYNOTAVAILABLE, "Chave de registo de desinstalação não disponível (ainda), nada a fazer !"
42      IDS_UNINSTALLFAILED, "Execução do comando de desinstalação '%s' falhado, talvez devido a faltar o executável.\r\nDeseja remover a entrada de desinstalação do registo ?"