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) 2000-2001 Microsoft Corporation // // Module Name: // ClusCfgW2kProxy.rc // // Description: // The resource file for this library. // This file will be included in the main resource file of the project. // // Maintained By: // Galen Barbee (GalenB) 28-AUG-2000 // //////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// // Include Files //////////////////////////////////////////////////////////////////////////////
// For the string IDS #include "W2KProxyResources.h"
////////////////////////////////////////////////////////////////////////////// // String Table //////////////////////////////////////////////////////////////////////////////
STRINGTABLE DISCARDABLE BEGIN IDS_F_SVR_CONNECT "Could not connect to Windows 2000 Cluster." IDS_F_NODE_CONNECT "Could not connect to Windows 2000 Cluster Node." IDS_SVR_CONNECT "Connecting using Windows 2000 downlevel proxy." IDS_SVR_INIT "Windows 2000 Object Initialized." IDS_INFO_NODE "Creating Cluster Node Info for Windows 2000 Cluster." IDS_F_INFO_NODE "Failed to create Cluster Node Info for Windows 2000." IDS_INFO_RES "Creating Managed Resource Enumerator for Windows 2000." IDS_F_INFO_RES "Could not create Managed Resource Enumerator for Windows 2000." IDS_INFO_NET "Creating Networks Enumerator for Windows 2000." IDS_F_INFO_NET "Could not create Networks Enumerator for Windows 2000." IDS_GINFO_CLUSTER "Gathering Windows 2000 Cluster Info." IDS_F_GINFO_CLUSTER "Failed Gathering Windows 2000 Cluster Info." IDS_GINFO_IPADDR "Gathering Windows 2000 IPAddress Info." IDS_F_GINFO_IPADDR "Failed to Gather Windows 2000 IPAddress Info." IDS_GINFO_NET "Gathering Windows 2000 Cluster Network Info." IDS_F_GINFO_NET "Failed To Gather Windows 2000 Cluster Network Info." IDS_GINFO_NODE "Gathering Windows 2000 Cluster Node Info." IDS_F_GINFO_NODE "Failed to gather Windows 2000 Cluster Node Info." IDS_INFO_CLUSTER "Creating Windows 2000 Cluster Config Info." IDS_F_INFO_CLUSTER "Failed to Create Windows 2000 Cluster Config Info." IDS_GINFO_PDISK "Acquiring Physical Disk Info for Windows 2000 Cluster." IDS_F_GINFO_PDISK "Failed to acquire Physical Disk Info for Windows 2000 Cluster." IDS_WARNING_MINOR_BAD_CREDENTIALS "Unable to validate credentials on a Windows 2000 node. If the credentials are invalid then the cluster join will fail later in the Wizard." END
|