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.

80 lines
3.0 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // AdmCommonRes.rc
  7. //
  8. // Abstract:
  9. // Definition of resources used with the cluster admin common directory.
  10. //
  11. // Author:
  12. // David Potter (davidp) February 20, 1998
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #ifndef __ADMCOMMONRES_RC_
  20. #define __ADMCOMMONRES_RC_
  21. #ifdef APSTUDIO_INVOKED
  22. #error this file is not editable by Microsoft Visual C++
  23. #endif // APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. // Include Files
  26. /////////////////////////////////////////////////////////////////////////////
  27. #ifndef __ADMCOMMONRES_H_
  28. #include "AdmCommonRes.h"
  29. #endif // __ADMCOMMONRES_H_
  30. /////////////////////////////////////////////////////////////////////////////
  31. // String Table
  32. /////////////////////////////////////////////////////////////////////////////
  33. STRINGTABLE DISCARDABLE
  34. BEGIN
  35. ADMC_IDS_REQUIRED_FIELD_EMPTY
  36. "A value must be entered in the '%1' field."
  37. ADMC_IDS_PATH_IS_INVALID "The path specified in the '%1' field is invalid."
  38. ADMC_IDS_EMPTY_RIGHT_LIST "At least one entry must be specified in the %1 list."
  39. ADMC_IDS_CLSIDFROMSTRING_ERROR
  40. "An error occurred attempting to convert '%1' to a CLSID:"
  41. ADMC_IDS_EXT_CREATE_INSTANCE_ERROR
  42. "An error occurred attempting to create an instance of the extension data in the '%1' extension DLL:"
  43. ADMC_IDS_EXT_ADD_PAGES_ERROR
  44. "An error occurred attempting to add pages from the '%1' extension DLL:"
  45. ADMC_IDS_EXT_QUERY_CONTEXT_MENU_ERROR
  46. "An error occurred while querying the '%1' extension DLL for menu items to be added to the context menu:"
  47. ADMC_IDS_INSERT_MENU_ERROR "An error occurred attempting to insert '%1' into the menu:"
  48. ADMC_IDS_ADD_PAGE_TO_PROP_SHEET_ERROR
  49. "An error occurred attempting to add a page to a property sheet:"
  50. ADMC_IDS_ADD_FIRST_PAGE_TO_PROP_SHEET_ERROR
  51. "An error occurred attempting to add the first page to a property sheet:"
  52. ADMC_IDS_CREATE_EXT_PAGE_ERROR
  53. "An error occurred attempting to create an extension page:"
  54. ADMC_IDS_ADD_PAGE_TO_WIZARD_ERROR
  55. "An error occurred attempting to add a page to a wizard:"
  56. ADMC_IDS_INIT_EXT_PAGES_ERROR
  57. "An error occurred attempting to initialize extension pages:"
  58. END
  59. STRINGTABLE DISCARDABLE
  60. BEGIN
  61. ADMC_IDS_RESCLASS_UNKNOWN "class Unknown"
  62. ADMC_IDS_RESCLASS_STORAGE "class Storage"
  63. END
  64. STRINGTABLE DISCARDABLE
  65. BEGIN
  66. ADMC_ID_MENU_PROPERTIES "P&roperties"
  67. ADMC_ID_MENU_WHATS_THIS "&What's This?"
  68. END
  69. /////////////////////////////////////////////////////////////////////////////
  70. #endif // __ADMCOMMON_RC_