Leaked source code of windows server 2003
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.

84 lines
4.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // CommonStrings.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. // David Potter (DavidP) 01-AUG-2001
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Include Files
  18. //////////////////////////////////////////////////////////////////////////////
  19. // For the string IDS
  20. #include "CommonStrings.h"
  21. //////////////////////////////////////////////////////////////////////////////
  22. // String Table
  23. //////////////////////////////////////////////////////////////////////////////
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. //////////////////////////////////////////////////////////////////////////
  27. // Informational Strings
  28. //////////////////////////////////////////////////////////////////////////
  29. IDS_INFO_NOT_MANAGED_NETWORKS "The following networks will not be managed by the cluster:"
  30. IDS_INFO_NOT_MANAGED_NETWORKS_REF "The network adapters shown cannot be managed by the cluster. Please ensure that they have valid TCP/IP configurations and are connected to the network. Once these network adapters have a valid TCP/IP configuration they will be automatically added to the cluster."
  31. //////////////////////////////////////////////////////////////////////////
  32. // Warning Strings
  33. //////////////////////////////////////////////////////////////////////////
  34. IDS_ERROR_IP_ADDRESS_IN_USE_REF "The cluster IP address that was specified is already in use. Specify a different IP address to use for this cluster and try again."
  35. //////////////////////////////////////////////////////////////////////////
  36. // Error Strings
  37. //////////////////////////////////////////////////////////////////////////
  38. // *** THIS IS A PROGRAMMING ERROR ***
  39. IDS_ERROR_NULL_POINTER "A NULL pointer argument was used."
  40. IDS_ERROR_NULL_POINTER_REF "Cluster configuration cannot continue. A NULL pointer argument was used."
  41. // *** THIS IS A PROGRAMMING ERROR ***
  42. IDS_ERROR_INVALIDARG "One or more arguments are invalid."
  43. IDS_ERROR_INVALIDARG_REF "Cluster configuration cannot continue. An invalid argument was used."
  44. IDS_ERROR_OUTOFMEMORY "Your computer is running low on resources. Quit any open programs, and then try again."
  45. IDS_ERROR_OUTOFMEMORY_REF "Cluster configuration cannot continue because insufficient memory is available. Quit any open programs and try again."
  46. IDS_ERROR_WIN32 "An operating system error occured."
  47. IDS_ERROR_WIN32_REF "Cluster configuration cannot continue. For additional information about this problem see the Status box."
  48. //////////////////////////////////////////////////////////////////////////
  49. // Other Useful Strings
  50. //////////////////////////////////////////////////////////////////////////
  51. IDS_UNKNOWN_QUORUM "Unknown Quorum"
  52. IDS_LOCALQUORUM "Local Quorum"
  53. IDS_DISK "Disk"
  54. IDS_MAJORITY_NODE_SET "Majority Node Set"
  55. //////////////////////////////////////////////////////////////////////////
  56. // Processor Architecture Strings
  57. //////////////////////////////////////////////////////////////////////////
  58. IDS_PROCESSOR_ARCHITECTURE_UNKNOWN "Unknown"
  59. IDS_PROCESSOR_ARCHITECTURE_INTEL "Intel x86"
  60. IDS_PROCESSOR_ARCHITECTURE_MIPS "MIPS"
  61. IDS_PROCESSOR_ARCHITECTURE_ALPHA "Compaq Alpha"
  62. IDS_PROCESSOR_ARCHITECTURE_PPC "IBM Power PC"
  63. IDS_PROCESSOR_ARCHITECTURE_IA64 "Intel Itanium"
  64. IDS_PROCESSOR_ARCHITECTURE_AMD64 "AMD 64 bit"
  65. END