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.

131 lines
3.0 KiB

  1. ;/********************************************************************
  2. ;
  3. ;Copyright (c) 2000-2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ; NTServMsg.mc
  7. ;
  8. ;Abstract:
  9. ; NT events for the System Restore Service.
  10. ;
  11. ;Revision History:
  12. ; HenryLee created 08/08/2000
  13. ;
  14. ;
  15. ;********************************************************************/
  16. MessageId=0x00000067
  17. Severity=Error
  18. Facility=Application
  19. SymbolicName=EVMSG_CTRLHANDLERNOTINSTALLED
  20. Language=English
  21. The System Restore control handler could not be installed.
  22. .
  23. MessageId=0x00000068
  24. Severity=Error
  25. Facility=Application
  26. SymbolicName=EVMSG_FAILEDINI
  27. Language=English
  28. The System Restore initialization process failed.
  29. .
  30. MessageId=0x00000069
  31. Severity=Error
  32. Facility=Application
  33. SymbolicName=EVMSG_BADREQUEST
  34. Language=English
  35. The System Restore service received an unsupported request.
  36. .
  37. ;/********************************************************************/
  38. MessageId=0x0000006A
  39. Severity=Informational
  40. Facility=Application
  41. SymbolicName=EVMSG_STARTED
  42. Language=English
  43. The System Restore service was started.
  44. .
  45. MessageId=0x0000006B
  46. Severity=Informational
  47. Facility=Application
  48. SymbolicName=EVMSG_FROZEN
  49. Language=English
  50. The System Restore service has been suspended because there is not enough disk space available on the drive %2. System Restore will automatically resume service once at least %1 MB of free disk space is available on the system drive.
  51. .
  52. MessageId=0x0000006C
  53. Severity=Informational
  54. Facility=Application
  55. SymbolicName=EVMSG_THAWED
  56. Language=English
  57. The System Restore service has resumed monitoring due to space freed on the system drive.
  58. .
  59. MessageId=0x0000006D
  60. Severity=Informational
  61. Facility=Application
  62. SymbolicName=EVMSG_STOPPED
  63. Language=English
  64. The System Restore service was stopped.
  65. .
  66. MessageId=0x0000006E
  67. Severity=Informational
  68. Facility=Application
  69. SymbolicName=EVMSG_RESTORE_SUCCESS
  70. Language=English
  71. A restoration to "%1" restore point occurred successfully.
  72. .
  73. MessageId=0x0000006F
  74. Severity=Informational
  75. Facility=Application
  76. SymbolicName=EVMSG_RESTORE_FAILED
  77. Language=English
  78. A restoration to "%1" restore point failed. No changes have been made to the system.
  79. .
  80. MessageId=0x00000070
  81. Severity=Informational
  82. Facility=Application
  83. SymbolicName=EVMSG_RESTORE_INTERRUPTED
  84. Language=English
  85. A restoration to "%1" restore point was incomplete due to an improper shutdown.
  86. .
  87. MessageId=0x00000071
  88. Severity=Informational
  89. Facility=Application
  90. SymbolicName=EVMSG_DRIVE_ENABLED
  91. Language=English
  92. System Restore monitoring was enabled on drive %1.
  93. .
  94. MessageId=0x00000072
  95. Severity=Informational
  96. Facility=Application
  97. SymbolicName=EVMSG_DRIVE_DISABLED
  98. Language=English
  99. System Restore monitoring was disabled on drive %1.
  100. .
  101. MessageId=0x00000073
  102. Severity=Informational
  103. Facility=Application
  104. SymbolicName=EVMSG_SYSDRIVE_ENABLED
  105. Language=English
  106. System Restore monitoring was enabled on all drives.
  107. .
  108. MessageId=0x00000074
  109. Severity=Informational
  110. Facility=Application
  111. SymbolicName=EVMSG_SYSDRIVE_DISABLED
  112. Language=English
  113. System Restore monitoring was disabled on all drives.
  114. .
  115. ;/********************************************************************/