blob: 998134df3a0b6cb5a1ffe13d7de96c1abcb8b522 [file] [log] [blame]
Jonathan Ernst30241672005-03-11 13:16:35 +00001/*
2 * Uninstaller (Spanish Resources)
3 *
José Manuel Ferrer Ortiz7ec66682005-12-16 12:39:55 +01004 * Copyright 2005 José Manuel Ferrer Ortiz
Jonathan Ernst30241672005-03-11 13:16:35 +00005 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
Jonathan Ernst360a3f92006-05-18 14:49:52 +020018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Jonathan Ernst30241672005-03-11 13:16:35 +000019 */
20
21LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
22
José Manuel Ferrer Ortiz7ec66682005-12-16 12:39:55 +010023IDD_UNINSTALLER DIALOG DISCARDABLE 0, 0, 330, 160
24STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
25CAPTION "Desinstalador de aplicaciones de Wine"
26FONT 10, "MS Sans Serif"
27BEGIN
28 LTEXT "Por favor, elija la aplicación que desee 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 de",IDC_ABOUT,270,65,50,14
34 PUSHBUTTON "&Salir",IDC_EXIT,270,81,50,14
35END
36
Jonathan Ernst30241672005-03-11 13:16:35 +000037
38STRINGTABLE DISCARDABLE {
José Manuel Ferrer Ortiz7ec66682005-12-16 12:39:55 +010039 IDS_APPNAME, "Desinstalador de aplicaciones de Wine"
40 IDS_ABOUT, "Desinstalador de aplicaciones de Wine (C) 2005 por Andreas Mohr, Hannu Valtonen y Jonathan Ernst."
41 IDS_ABOUTTITLE, "Acerca del desinstalador"
42 IDS_REGISTRYKEYNOTAVAILABLE, "¡Clave de desinstalación del registro no disponible (todavía), nada que hacer!"
43 IDS_UNINSTALLFAILED, "Ejecución del comando de desinstalación '%s' ha fallado, tal vez se deba a que no exista el ejecutable.\r\n¿Desea eliminar la entrada de desinstalación de esta aplicación del registro?"
Jonathan Ernst30241672005-03-11 13:16:35 +000044}