ddraw: Get rid of IDirectDraw3.
[wine] / dlls / appwiz.cpl / appwiz.rc
1 /*
2 * Add/Remove Programs resources
3 *
4 * Copyright 2001-2002, 2008 Owen Rudge
5 *
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
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 *
20 */
21
22 #include "res.h"
23
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
25
26 STRINGTABLE
27 {
28    IDS_CPL_TITLE, "Add/Remove Programs"
29    IDS_CPL_DESC, "Allows you to install new software, or remove existing software from your computer."
30    IDS_TAB1_TITLE, "Applications"
31
32    IDS_UNINSTALL_FAILED, "Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall entry for this program from the registry?"
33    IDS_NOT_SPECIFIED, "Not specified"
34
35    IDS_COLUMN_NAME, "Name"
36    IDS_COLUMN_PUBLISHER, "Publisher"
37    IDS_COLUMN_VERSION, "Version"
38    IDS_FILTER_INSTALLS, "Installation programs"
39    IDS_FILTER_PROGRAMS, "Programs (*.exe)"
40    IDS_FILTER_ALL,      "All files (*.*)"
41
42    IDS_REMOVE, "&Remove"
43    IDS_MODIFY_REMOVE, "&Modify/Remove"
44 }
45
46 STRINGTABLE
47 {
48     IDS_DOWNLOADING     "Downloading..."
49     IDS_INSTALLING      "Installing..."
50     IDS_INVALID_SHA     "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
51 }
52
53 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
54
55 /* @makedep: appwiz.ico */
56 ICO_MAIN ICON "appwiz.ico"