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.

233 lines
5.5 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1993 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for event logging.
  12. ;
  13. ;Author:
  14. ;
  15. ; Wesley Witt (wesw) 15-Feb-1999
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;--*/
  22. ;
  23. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  24. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  25. Warning=0x2:STATUS_SEVERITY_WARNING
  26. Error=0x3:STATUS_SEVERITY_ERROR
  27. )
  28. ;
  29. ;
  30. ;/* dll replacement messages */
  31. ;
  32. ;
  33. MessageId=0xfa00
  34. Severity=Informational
  35. SymbolicName=MSG_DLL_CHANGE
  36. Language=English
  37. File replacement was attempted on the protected system file %1!s!.
  38. This file was restored to the original version to maintain system stability.
  39. The file version of the bad file is %2!s!.
  40. .
  41. MessageId=0xfa01
  42. Severity=Informational
  43. SymbolicName=MSG_DLL_CHANGE2
  44. Language=English
  45. File replacement was attempted on the protected system file %1!s!.
  46. This file was restored to the original version to maintain system stability.
  47. The file version of the bad file is %2!s!, the version of the system file is %3!s!.
  48. .
  49. MessageId=0xfa02
  50. Severity=Informational
  51. SymbolicName=MSG_DLL_CHANGE3
  52. Language=English
  53. File replacement was attempted on the protected system file %1!s!.
  54. This file was restored to the original version to maintain system stability.
  55. The file version of the system file is %2!s!.
  56. .
  57. MessageId=0xfa03
  58. Severity=Informational
  59. SymbolicName=MSG_DLL_CHANGE_NOVERSION
  60. Language=English
  61. File replacement was attempted on the protected system file %1!s!.
  62. This file was restored to the original version to maintain system stability.
  63. The file version of the bad file is unknown.
  64. .
  65. MessageId=0xfa04
  66. Severity=Informational
  67. SymbolicName=MSG_RESTORE_FAILURE
  68. Language=English
  69. The protected system file %1!s! could not be restored to its original, valid version.
  70. The file version of the bad file is %2!s!
  71. The specific error code is %3!s!.
  72. .
  73. MessageId=0xfa05
  74. Severity=Informational
  75. SymbolicName=MSG_COPY_CANCEL
  76. Language=English
  77. The protected system file %1!s! was not restored to its original, valid version
  78. because the Windows File Protection restoration process was cancelled
  79. by user interaction, user name is %2!s!.
  80. The file version of the bad file is %3!s!.
  81. .
  82. MessageId=0xfa06
  83. Severity=Informational
  84. SymbolicName=MSG_COPY_CANCEL_NOUI
  85. Language=English
  86. The protected system file %1!s! was not restored to its original, valid version
  87. because the Windows File Protection restoration process was configured
  88. to not bring up windows. The currently logged on user was %2!s!.
  89. The file version of the bad file is %3!s!.
  90. .
  91. MessageId=0xfa07
  92. Severity=Informational
  93. SymbolicName=MSG_RESTORE_FAILURE_MAX_RETRIES
  94. Language=English
  95. The protected system file %1!s! could not be verified as valid because the file
  96. was in use.
  97. Use the SFC utility to verify the integrity of the file at a later time.
  98. .
  99. MessageId=0xfa08
  100. Severity=Informational
  101. SymbolicName=MSG_DLL_NOVALIDATION_TERMINATION
  102. Language=English
  103. The protected system file %1!s! could not be verified as valid because Windows
  104. File Protection is terminating.
  105. Use the SFC utility to verify the integrity of the file at a later time.
  106. .
  107. ;
  108. ;
  109. ;/* file scanning messages */
  110. ;
  111. ;
  112. MessageId=0xfa10
  113. Severity=Informational
  114. SymbolicName=MSG_SCAN_STARTED
  115. Language=English
  116. Windows File Protection file scan was started.
  117. .
  118. MessageId=0xfa11
  119. Severity=Informational
  120. SymbolicName=MSG_SCAN_COMPLETED
  121. Language=English
  122. Windows File Protection file scan completed successfully.
  123. .
  124. MessageId=0xfa12
  125. Severity=Informational
  126. SymbolicName=MSG_SCAN_CANCELLED
  127. Language=English
  128. Windows File Protection file scan was cancelled by user interaction, user name is %1!s!.
  129. .
  130. MessageId=0xfa13
  131. Severity=Informational
  132. SymbolicName=MSG_SCAN_FOUND_BAD_FILE_NOVERSION
  133. Language=English
  134. Windows File Protection scan found that the system file %1!s! has a bad
  135. signature. This file was restored to the original version to maintain system
  136. stability.
  137. .
  138. MessageId=0xfa14
  139. Severity=Informational
  140. SymbolicName=MSG_SCAN_FOUND_BAD_FILE
  141. Language=English
  142. Windows File Protection scan found that the system file %1!s! has a bad
  143. signature. This file was restored to the original version to maintain system
  144. stability. The file version of the system file is %2!s!.
  145. .
  146. MessageId=0xfa15
  147. Severity=Informational
  148. SymbolicName=MSG_CACHE_COPY_ERROR
  149. Language=English
  150. The system file %1!s! could not be copied into the
  151. DLL cache. The specific error code is %2!s!.
  152. This file is necessary to maintain system stability.
  153. .
  154. ;
  155. ;
  156. ;/* general WFP messages */
  157. ;
  158. ;
  159. MessageId=0xfa20
  160. Severity=Informational
  161. SymbolicName=MSG_DISABLE
  162. Language=English
  163. Windows File Protection is not active on this system.
  164. .
  165. MessageId=0xfa21
  166. Severity=Informational
  167. SymbolicName=MSG_INITIALIZATION_FAILED
  168. Language=English
  169. Windows File Protection could not be initialized.
  170. The specific error code is %1!s!.
  171. .
  172. MessageId=0xfa22
  173. Severity=Informational
  174. SymbolicName=MSG_DLLCACHE_INVALID
  175. Language=English
  176. Windows File Protection could not access the specified DLL cache directory.
  177. Windows File Protection has disabled DLL cache functionality.
  178. .
  179. MessageId=0xfa23
  180. Severity=Informational
  181. SymbolicName=MSG_CATALOG_RESTORE_FAILURE
  182. Language=English
  183. Windows File Protection could not restore the system catalog file %1!s!.
  184. This file is necessary to maintain system stability.
  185. The specific error code is %2!s!.
  186. .
  187. MessageId=0xfa24
  188. Severity=Informational
  189. SymbolicName=MSG_SXS_INITIALIZATION_FAILED
  190. Language=English
  191. Windows File Protection was unable to start up SxS assembly protection.
  192. Assembly protection is now disabled. The error code is %1!s!
  193. .