57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
/*
|
|
* Add/Remove Programs resources
|
|
*
|
|
* Copyright 2001-2002, 2008 Owen Rudge
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library 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
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*
|
|
*/
|
|
|
|
#include "res.h"
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
{
|
|
IDS_CPL_TITLE, "Add/Remove Programs"
|
|
IDS_CPL_DESC, "Allows you to install new software, or remove existing software from your computer."
|
|
IDS_TAB1_TITLE, "Applications"
|
|
|
|
IDS_UNINSTALL_FAILED, "Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall entry for this program from the registry?"
|
|
IDS_NOT_SPECIFIED, "Not specified"
|
|
|
|
IDS_COLUMN_NAME, "Name"
|
|
IDS_COLUMN_PUBLISHER, "Publisher"
|
|
IDS_COLUMN_VERSION, "Version"
|
|
IDS_FILTER_INSTALLS, "Installation programs"
|
|
IDS_FILTER_PROGRAMS, "Programs (*.exe)"
|
|
IDS_FILTER_ALL, "All files (*.*)"
|
|
|
|
IDS_REMOVE, "&Remove..."
|
|
IDS_MODIFY_REMOVE, "&Modify/Remove..."
|
|
}
|
|
|
|
STRINGTABLE
|
|
{
|
|
IDS_DOWNLOADING "Downloading..."
|
|
IDS_INSTALLING "Installing..."
|
|
IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
|
|
}
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* @makedep: appwiz.ico */
|
|
ICO_MAIN ICON "appwiz.ico"
|