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.

83 lines
2.6 KiB

  1. /*--
  2. Copyright (c) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. vssadmin.rc
  5. Abstract:
  6. This file contains the resource definitions for the vssadmin.exe
  7. utility.
  8. Author:
  9. Adi Oltean [AOltean]
  10. Revision History:
  11. Stefan Steiner [SSteiner] 03/27/2001 - Moved most messages to msg.mc
  12. --*/
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. #include "resource.h"
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. #define VER_FILETYPE VFT_APP
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Command Line Interface for Microsoft\256 Volume Shadow Copy Service "
  27. #define VER_INTERNALNAME_STR "VSSADMIN.EXE"
  28. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  29. #include <common.ver>
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // String Table
  33. //
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_UNKNOWN_PROVIDER "Unknown."
  37. IDS_PROV_TYPE_SYSTEM "System" // substring from "System provider"
  38. IDS_PROV_TYPE_SOFTWARE "Software" // substring from "Software provider"
  39. IDS_PROV_TYPE_HARDWARE "Hardware" // substring from "System provider"
  40. IDS_PROV_TYPE_UNKNOWN "Unknown type" // substring from "Unknown [provider] type."
  41. IDS_WRITER_STATUS_STABLE "Stable" // substring from "Stable state"
  42. IDS_WRITER_STATUS_FAILED "Failed" // substring from "Failed state"
  43. IDS_WRITER_STATUS_UNKNOWN "Unknown" // substring from "Unknown state"
  44. IDS_WRITER_STATUS_WAITING_FOR_FREEZE "Waiting for freeze" // substring from "Waiting for freeze state"
  45. IDS_WRITER_STATUS_FROZEN "Frozen" // substring from "Frozen state"
  46. IDS_WRITER_STATUS_WAITING_FOR_COMPLETION "Waiting for completion" // substring from "Waiting for completion state"
  47. IDS_WRITER_ERROR_SUCCESS "No error"
  48. IDS_WRITER_ERROR_INCONSISTENTSNAPSHOT "Inconsistent shadow copy"
  49. IDS_WRITER_ERROR_OUTOFRESOURCES "Out of resources"
  50. IDS_WRITER_ERROR_TIMEOUT "Timed out"
  51. IDS_WRITER_ERROR_RETRYABLE "Retryable error"
  52. IDS_WRITER_ERROR_NONRETRYABLE "Non-retryable error"
  53. IDS_WRITER_ERROR_UNEXPECTED "Unexpected error"
  54. IDS_WRITER_STATUS_WAITING_FOR_POST_SNAPSHOT "Waiting for post shadow copy" // substring from "Waiting for post snapshot"
  55. IDS_WRITER_ERROR_NOT_RESPONDING "Not responding"
  56. END
  57. RCINCLUDE msg.rc