ntdll/tests: Run the execution test only on x86 platforms.
[wine/multimedia.git] / dlls / appwiz.cpl / appwiz.rc
blob697600ca53fd7548a44a7ec61a85fe7bff9ffa17
1 /*
2 * Add/Remove Programs resources
4 * Copyright 2001-2002, 2008 Owen Rudge
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.
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.
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
22 #include "res.h"
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26 STRINGTABLE
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"
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"
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 (*.*)"
42    IDS_REMOVE, "&Remove"
43    IDS_MODIFY_REMOVE, "&Modify/Remove"
46 STRINGTABLE
48     IDS_DOWNLOADING     "Downloading..."
49     IDS_INSTALLING      "Installing..."
50     IDS_INVALID_SHA     "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
53 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
55 /* @makedep: appwiz.ico */
56 ICO_MAIN ICON "appwiz.ico"