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.

228 lines
6.0 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// log.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 19 jan 2001 Original version
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////
  18. ;
  19. ;// please choose one of these severity names as part of your messages
  20. ;
  21. SeverityNames =
  22. (
  23. Success = 0x0:SA_SEVERITY_SUCCESS
  24. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  25. Warning = 0x2:SA_SEVERITY_WARNING
  26. Error = 0x3:SA_SEVERITY_ERROR
  27. )
  28. ;
  29. ;// The Facility Name identifies the Alert ID range to be used by
  30. ;// the specific component. For each new message you add choose the
  31. ;// facility name corresponding to your component. If none of these
  32. ;// correspond to your component add a new facility name with a new
  33. ;// value and name
  34. FacilityNames =
  35. (
  36. Facility_Log = 0x045:SA_FACILITY_Log
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;///////////////////////////////////////////////////////////////////////
  40. ;// Text_log_clear.asp
  41. ;///////////////////////////////////////////////////////////////////////
  42. ;// Text_log_clear.asp
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_Log
  46. SymbolicName = L_PAGETITLE_CLEAR_TEXT
  47. Language = English
  48. Delete Log File Confirmation
  49. .
  50. ;// Text_log_clear.asp
  51. MessageId = 2
  52. Severity = Informational
  53. Facility = Facility_Log
  54. SymbolicName = L_DELETE_CONFIRM_TEXT
  55. Language = English
  56. Are you sure you want to permanently delete the Log file?
  57. .
  58. ;// Text_log_clear.asp
  59. MessageId = 3
  60. Severity = Error
  61. Facility = Facility_Log
  62. SymbolicName = L_SHAREVIOLATION_ERRORMESSAGE
  63. Language = English
  64. There has been a sharing violation. The source or destination file may be in use.
  65. .
  66. ;// reserved upto 50
  67. ;///////////////////////////////////////////////////////////////////////
  68. ;// Text_log_download.asp
  69. ;///////////////////////////////////////////////////////////////////////
  70. ;// Text_log_download.asp
  71. MessageId = 51
  72. Severity = Error
  73. Facility = Facility_Log
  74. SymbolicName = L_LOGFILE_NOTFOUND_ERRORMESSAGE
  75. Language = English
  76. The log file not found or service not installed.
  77. .
  78. ;// reserved upto 100
  79. ;///////////////////////////////////////////////////////////////////////
  80. ;// Single_log_details.asp
  81. ;///////////////////////////////////////////////////////////////////////
  82. ;// Single_log_details.asp
  83. MessageId = 101
  84. Severity = Informational
  85. Facility = Facility_Log
  86. SymbolicName = L_DOWNLOAD_TEXT
  87. Language = English
  88. Download
  89. .
  90. ;// Single_log_details.asp
  91. MessageId = 102
  92. Severity = Informational
  93. Facility = Facility_Log
  94. SymbolicName = L_CLEAR_TEXT
  95. Language = English
  96. Clear
  97. .
  98. ;// Single_log_details.asp
  99. MessageId = 103
  100. Severity = Error
  101. Facility = Facility_Log
  102. SymbolicName = L_FSO_OBJECTCREATE_ERRORMESSAGE
  103. Language = English
  104. Unable to create File System Object.
  105. .
  106. ;// Single_log_details.asp
  107. MessageId = 105
  108. Severity = Error
  109. Facility = Facility_Log
  110. SymbolicName = L_FILEERROR_ERRORMESSAGE
  111. Language = English
  112. Unexpected error in File.
  113. .
  114. ;// reserved upto 150
  115. ;///////////////////////////////////////////////////////////////////////
  116. ;// Multiple_log_details.asp
  117. ;///////////////////////////////////////////////////////////////////////
  118. ;// Multiple_log_details.asp
  119. MessageId = 151
  120. Severity = Informational
  121. Facility = Facility_Log
  122. SymbolicName = L_FILENAME_TEXT
  123. Language = English
  124. File Name
  125. .
  126. ;// Multiple_log_details.asp
  127. MessageId = 152
  128. Severity = Informational
  129. Facility = Facility_Log
  130. SymbolicName = L_FILETYPE_TEXT
  131. Language = English
  132. File type
  133. .
  134. ;// Multiple_log_details.asp
  135. MessageId = 153
  136. Severity = Informational
  137. Facility = Facility_Log
  138. SymbolicName = L_DATE_TEXT
  139. Language = English
  140. Date created
  141. .
  142. ;// Multiple_log_details.asp
  143. MessageId = 154
  144. Severity = Informational
  145. Facility = Facility_Log
  146. SymbolicName = L_SIZE_TEXT
  147. Language = English
  148. Size in KB
  149. .
  150. ;// Multiple_log_details.asp
  151. MessageId = 155
  152. Severity = Informational
  153. Facility = Facility_Log
  154. SymbolicName = L_VIEW_TEXT
  155. Language = English
  156. View Log
  157. .
  158. ;// Multiple_log_details.asp
  159. MessageId = 156
  160. Severity = Informational
  161. Facility = Facility_Log
  162. SymbolicName = L_DOWNLOAD_DETAILS_TEXT
  163. Language = English
  164. Download Log
  165. .
  166. ;// Multiple_log_details.asp
  167. MessageId = 159
  168. Severity = Informational
  169. Facility = Facility_Log
  170. SymbolicName = L_TASKS_TEXT
  171. Language = English
  172. Tasks
  173. .
  174. ;// Multiple_log_details.asp
  175. MessageId = 160
  176. Severity = Informational
  177. Facility = Facility_Log
  178. SymbolicName = L_TASKS_TEXT
  179. Language = English
  180. W3C Extended Log File Format
  181. .
  182. ;// Multiple_log_details.asp
  183. MessageId = 161
  184. Severity = Informational
  185. Facility = Facility_Log
  186. SymbolicName = L_TASKS_TEXT
  187. Language = English
  188. Microsoft IIS Log File Format
  189. .
  190. ;// Multiple_log_details.asp
  191. MessageId = 162
  192. Severity = Informational
  193. Facility = Facility_Log
  194. SymbolicName = L_TASKS_TEXT
  195. Language = English
  196. NCSA Common Log File Format
  197. .
  198. ;// Multiple_log_details.asp
  199. MessageId = 163
  200. Severity = Informational
  201. Facility = Facility_Log
  202. SymbolicName = L_TASKS_TEXT
  203. Language = English
  204. Unknown
  205. .
  206. ;// reserved upto 200
  207. ;///////////////////////////////////////////////////////////////////////
  208. ;// inc_logs.asp
  209. ;///////////////////////////////////////////////////////////////////////
  210. ;// inc_logs.asp
  211. MessageId = 201
  212. Severity = Informational
  213. Facility = Facility_Log
  214. SymbolicName = L_FAILEDTOGETWMICONNECTION_ERRORMESSAGE
  215. Language = English
  216. Failed to get WMI connection.
  217. .
  218. MessageId = 207
  219. Severity = Informational
  220. Facility = Facility_Log
  221. SymbolicName = L_NOLOGSAVAILABLE_TEXT
  222. Language = English
  223. No log entries
  224. .