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.

56 lines
3.0 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ClusCfgW2kProxy.rc
  7. //
  8. // Description:
  9. // The resource file for this library.
  10. // This file will be included in the main resource file of the project.
  11. //
  12. // Maintained By:
  13. // Galen Barbee (GalenB) 28-AUG-2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Include Files
  18. //////////////////////////////////////////////////////////////////////////////
  19. // For the string IDS
  20. #include "W2KProxyResources.h"
  21. //////////////////////////////////////////////////////////////////////////////
  22. // String Table
  23. //////////////////////////////////////////////////////////////////////////////
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. IDS_F_SVR_CONNECT "Could not connect to Windows 2000 Cluster."
  27. IDS_F_NODE_CONNECT "Could not connect to Windows 2000 Cluster Node."
  28. IDS_SVR_CONNECT "Connecting using Windows 2000 downlevel proxy."
  29. IDS_SVR_INIT "Windows 2000 Object Initialized."
  30. IDS_INFO_NODE "Creating Cluster Node Info for Windows 2000 Cluster."
  31. IDS_F_INFO_NODE "Failed to create Cluster Node Info for Windows 2000."
  32. IDS_INFO_RES "Creating Managed Resource Enumerator for Windows 2000."
  33. IDS_F_INFO_RES "Could not create Managed Resource Enumerator for Windows 2000."
  34. IDS_INFO_NET "Creating Networks Enumerator for Windows 2000."
  35. IDS_F_INFO_NET "Could not create Networks Enumerator for Windows 2000."
  36. IDS_GINFO_CLUSTER "Gathering Windows 2000 Cluster Info."
  37. IDS_F_GINFO_CLUSTER "Failed Gathering Windows 2000 Cluster Info."
  38. IDS_GINFO_IPADDR "Gathering Windows 2000 IPAddress Info."
  39. IDS_F_GINFO_IPADDR "Failed to Gather Windows 2000 IPAddress Info."
  40. IDS_GINFO_NET "Gathering Windows 2000 Cluster Network Info."
  41. IDS_F_GINFO_NET "Failed To Gather Windows 2000 Cluster Network Info."
  42. IDS_GINFO_NODE "Gathering Windows 2000 Cluster Node Info."
  43. IDS_F_GINFO_NODE "Failed to gather Windows 2000 Cluster Node Info."
  44. IDS_INFO_CLUSTER "Creating Windows 2000 Cluster Config Info."
  45. IDS_F_INFO_CLUSTER "Failed to Create Windows 2000 Cluster Config Info."
  46. IDS_GINFO_PDISK "Acquiring Physical Disk Info for Windows 2000 Cluster."
  47. IDS_F_GINFO_PDISK "Failed to acquire Physical Disk Info for Windows 2000 Cluster."
  48. 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."
  49. END