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.

229 lines
5.5 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// OpenFiles_msg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 04 Apr 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_OpenFiles = 0x040:SA_Facility_OpenFiles
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;// Open files
  40. ;///////////////////////////////////////////////////////////////////////////////
  41. ;//Openfiles_OpenFiles.asp
  42. ;//Openfiles_Resources.asp
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_OpenFiles
  46. SymbolicName = L_SHAREDFILES_TEXT
  47. Language = English
  48. Shared Files
  49. .
  50. ;//Openfiles_Resources.asp
  51. MessageId = 2
  52. Severity = Informational
  53. Facility = Facility_OpenFiles
  54. SymbolicName = L_OPENFILES_TEXT
  55. Language = English
  56. %1 files open
  57. .
  58. MessageId = 6
  59. Severity = Informational
  60. Facility = Facility_OpenFiles
  61. SymbolicName = L_PAGETITLE_OPENFILESDETAILS_TEXT
  62. Language = English
  63. Open Files
  64. .
  65. ;//Openfiles_OpenFiles.asp
  66. MessageId = 7
  67. Severity = Informational
  68. Facility = Facility_OpenFiles
  69. SymbolicName = L_DESCRIPTION_HEADING_TEXT
  70. Language = English
  71. View the list of files currently open on the server.
  72. .
  73. ;//Openfiles_OpenFiles.asp
  74. MessageId = 8
  75. Severity = Informational
  76. Facility = Facility_OpenFiles
  77. SymbolicName = L_TASKS_TEXT
  78. Language = English
  79. Tasks
  80. .
  81. ;//Openfiles_OpenFiles.asp
  82. MessageId = 9
  83. Severity = Informational
  84. Facility = Facility_OpenFiles
  85. SymbolicName = L_OPENMODE_TEXT
  86. Language = English
  87. Open Mode
  88. .
  89. ;//Openfiles_OpenFiles.asp
  90. MessageId = 10
  91. Severity = Informational
  92. Facility = Facility_OpenFiles
  93. SymbolicName = L_ACCESSEDBY_TEXT
  94. Language = English
  95. Accessed By
  96. .
  97. ;//Openfiles_OpenFiles.asp
  98. MessageId = 11
  99. Severity = Informational
  100. Facility = Facility_OpenFiles
  101. SymbolicName = L_OPENFILE_TEXT
  102. Language = English
  103. Open File
  104. .
  105. ;//Openfiles_OpenFiles.asp
  106. MessageId = 28
  107. Severity = Informational
  108. Facility = Facility_OpenFiles
  109. SymbolicName = L_DETAILS_TEXT
  110. Language = English
  111. Details...
  112. .
  113. ;//Openfiles_OpenFiles.asp
  114. MessageId = 29
  115. Severity = Informational
  116. Facility = Facility_OpenFiles
  117. SymbolicName = L_PATH_TEXT
  118. Language = English
  119. Path
  120. .
  121. ;//Openfiles_OpenFilesDetails.asp
  122. MessageId = 30
  123. Severity = Informational
  124. Facility = Facility_OpenFiles
  125. SymbolicName = L_OPENFILESDETAILS_TEXT
  126. Language = English
  127. Open File Details
  128. .
  129. ;//Openfiles_OpenFilesDetails.asp
  130. MessageId = 31
  131. Severity = Informational
  132. Facility = Facility_OpenFiles
  133. SymbolicName = L_FILEDETAILS_TEXT
  134. Language = English
  135. Open file:%1
  136. .
  137. ;//Openfiles_OpenFilesDetails.asp
  138. MessageId = 32
  139. Severity = Informational
  140. Facility = Facility_OpenFiles
  141. SymbolicName = L_PATHDETAILS_TEXT
  142. Language = English
  143. Path:%1
  144. .
  145. ;//Openfiles_OpenFilesDetails.asp
  146. MessageId = 33
  147. Severity = Informational
  148. Facility = Facility_OpenFiles
  149. SymbolicName = L_MODEDETAILS_TEXT
  150. Language = English
  151. Open mode:%1
  152. .
  153. ;//Openfiles_OpenFilesDetails.asp
  154. MessageId = 34
  155. Severity = Informational
  156. Facility = Facility_OpenFiles
  157. SymbolicName = L_ACCESSDETAILS_TEXT
  158. Language = English
  159. Accessed by:%1
  160. .
  161. ;//Openfiles_OpenFiles.asp
  162. MessageId = 35
  163. Severity = Error
  164. Facility = Facility_OpenFiles
  165. SymbolicName = L_OBJECT_CREATION_ERRORMESSAGE
  166. Language = English
  167. Unable to get the Open files on server.
  168. .
  169. ;//Openfiles_OpenFiles.asp
  170. MessageId = 50
  171. Severity = Informational
  172. Facility = Facility_OpenFiles
  173. SymbolicName = L_OPENMODE_READ
  174. Language = English
  175. READ
  176. .
  177. ;//Openfiles_OpenFiles.asp
  178. MessageId = 51
  179. Severity = Informational
  180. Facility = Facility_OpenFiles
  181. SymbolicName = L_OPENMODE_WRITE
  182. Language = English
  183. WRITE
  184. .
  185. ;//Openfiles_OpenFiles.asp
  186. MessageId = 52
  187. Severity = Informational
  188. Facility = Facility_OpenFiles
  189. SymbolicName = L_OPENMODE_CREATE
  190. Language = English
  191. CREATE
  192. .
  193. ;//Openfiles_OpenFiles.asp
  194. MessageId = 53
  195. Severity = Informational
  196. Facility = Facility_OpenFiles
  197. SymbolicName = L_OPENMODE_READWRITE
  198. Language = English
  199. READ+WRITE
  200. .
  201. ;//Openfiles_OpenFiles.asp
  202. MessageId = 54
  203. Severity = Informational
  204. Facility = Facility_OpenFiles
  205. SymbolicName = L_OPENMODE_READCREATE
  206. Language = English
  207. READ+CREATE
  208. .
  209. ;//Openfiles_OpenFiles.asp
  210. MessageId = 55
  211. Severity = Informational
  212. Facility = Facility_OpenFiles
  213. SymbolicName = L_OPENMODE_WRITECREATE
  214. Language = English
  215. WRITE+CREATE
  216. .
  217. ;//Openfiles_OpenFiles.asp
  218. MessageId = 56
  219. Severity = Informational
  220. Facility = Facility_OpenFiles
  221. SymbolicName = L_OPENMODE_NOACCESS
  222. Language = English
  223. NOACCESS
  224. .