Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
///////////////////////////////////////////////////////////////////////////// // // Copyright (c) 1996-1998 Microsoft Corporation // // Module Name: // AdmCommonRes.rc // // Abstract: // Definition of resources used with the cluster admin common directory. // // Author: // David Potter (davidp) February 20, 1998 // // Revision History: // // Notes: // /////////////////////////////////////////////////////////////////////////////
#ifndef __ADMCOMMONRES_RC_ #define __ADMCOMMONRES_RC_
#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // Include Files /////////////////////////////////////////////////////////////////////////////
#ifndef __ADMCOMMONRES_H_ #include "AdmCommonRes.h" #endif // __ADMCOMMONRES_H_
///////////////////////////////////////////////////////////////////////////// // String Table /////////////////////////////////////////////////////////////////////////////
STRINGTABLE DISCARDABLE BEGIN ADMC_IDS_REQUIRED_FIELD_EMPTY "A value must be entered in the '%1' field." ADMC_IDS_PATH_IS_INVALID "The path specified in the '%1' field is invalid." ADMC_IDS_EMPTY_RIGHT_LIST "At least one entry must be specified in the %1 list." ADMC_IDS_CLSIDFROMSTRING_ERROR "An error occurred attempting to convert '%1' to a CLSID:" ADMC_IDS_EXT_CREATE_INSTANCE_ERROR "An error occurred attempting to create an instance of the extension data in the '%1' extension DLL:" ADMC_IDS_EXT_ADD_PAGES_ERROR "An error occurred attempting to add pages from the '%1' extension DLL:" ADMC_IDS_EXT_QUERY_CONTEXT_MENU_ERROR "An error occurred while querying the '%1' extension DLL for menu items to be added to the context menu:" ADMC_IDS_INSERT_MENU_ERROR "An error occurred attempting to insert '%1' into the menu:" ADMC_IDS_ADD_PAGE_TO_PROP_SHEET_ERROR "An error occurred attempting to add a page to a property sheet:" ADMC_IDS_ADD_FIRST_PAGE_TO_PROP_SHEET_ERROR "An error occurred attempting to add the first page to a property sheet:" ADMC_IDS_CREATE_EXT_PAGE_ERROR "An error occurred attempting to create an extension page:" ADMC_IDS_ADD_PAGE_TO_WIZARD_ERROR "An error occurred attempting to add a page to a wizard:" ADMC_IDS_INIT_EXT_PAGES_ERROR "An error occurred attempting to initialize extension pages:" END
STRINGTABLE DISCARDABLE BEGIN ADMC_IDS_RESCLASS_UNKNOWN "class Unknown" ADMC_IDS_RESCLASS_STORAGE "class Storage" END
STRINGTABLE DISCARDABLE BEGIN ADMC_ID_MENU_PROPERTIES "P&roperties" ADMC_ID_MENU_WHATS_THIS "&What's This?" END
/////////////////////////////////////////////////////////////////////////////
#endif // __ADMCOMMON_RC_
|