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.

284 lines
7.0 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// ftpsvc.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 3 Oct 2000 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_FTPSvc = 0x039:SA_FACILITY_FTPSVC
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;//ftpsvc_prop.asp
  40. MessageId = 1
  41. Severity = Informational
  42. Facility = Facility_FTPSvc
  43. SymbolicName = L_LOGGING_TEXT
  44. Language = English
  45. Logging
  46. .
  47. ;//ftpsvc_prop.asp
  48. MessageId = 2
  49. Severity = Informational
  50. Facility = Facility_FTPSvc
  51. SymbolicName = L_ANONYMOUSACCESS_TEXT
  52. Language = English
  53. Anonymous Access
  54. .
  55. ;//ftpsvc_prop.asp
  56. MessageId = 3
  57. Severity = Informational
  58. Facility = Facility_FTPSvc
  59. SymbolicName = L_MESSAGES_TEXT
  60. Language = English
  61. Messages
  62. .
  63. ;//ftpsvc_prop.asp
  64. MessageId = 4
  65. Severity = Informational
  66. Facility = Facility_FTPSvc
  67. SymbolicName = L_ENABLELOGGING_TEXT
  68. Language = English
  69. Enable logging
  70. .
  71. ;//ftpsvc_prop.asp
  72. MessageId = 5
  73. Severity = Informational
  74. Facility = Facility_FTPSvc
  75. SymbolicName = L_ENABLEANONYMOUSACCESS_TEXT
  76. Language = English
  77. Enable anonymous access
  78. .
  79. ;//ftpsvc_prop.asp
  80. MessageId = 6
  81. Severity = Informational
  82. Facility = Facility_FTPSvc
  83. SymbolicName = L_ALLOWONLYANONYMOUSACCESS_TEXT
  84. Language = English
  85. Allow only anonymous access
  86. .
  87. ;//ftpsvc_prop.asp
  88. MessageId = 7
  89. Severity = Informational
  90. Facility = Facility_FTPSvc
  91. SymbolicName = L_WELCOMEMESSAGE_TEXT
  92. Language = English
  93. Welcome message:
  94. .
  95. ;//ftpsvc_prop.asp
  96. MessageId = 8
  97. Severity = Informational
  98. Facility = Facility_FTPSvc
  99. SymbolicName = L_EXITMESSAGE_TEXT
  100. Language = English
  101. Exit message:
  102. .
  103. ;//ftpsvc_prop.asp
  104. MessageId = 9
  105. Severity = Error
  106. Facility = Facility_FTPSvc
  107. SymbolicName = L_FAILEDTOSETPROPERTIES_ERRORMESSAGE
  108. Language = English
  109. Unable to set the FTP Service properties
  110. .
  111. ;//ftpsvc_prop.aspproperties"
  112. MessageId = 10
  113. Severity = Error
  114. Facility = Facility_FTPSvc
  115. SymbolicName = L_FAILEDTOGETSITEINSTANCE_ERRORMESSAGE
  116. Language = English
  117. Unable to retrieve the FTP Service instance
  118. .
  119. ;//ftpsvc_prop.asp
  120. MessageId = 11
  121. Severity = Error
  122. Facility = Facility_FTPSvc
  123. SymbolicName = L_WMICONNECTIONFAILED_ERRORMESSAGE
  124. Language = English
  125. Connection to WMI Failed
  126. .
  127. ;//ftpsvc_prop.asp
  128. MessageId = 12
  129. Severity = Error
  130. Facility = Facility_FTPSvc
  131. SymbolicName = L_LOCALIZATIONOBJECTFAILED_ERRORMESSAGE
  132. Language = English
  133. Unable to Create Localization object
  134. .
  135. ;//ftpsvc_prop.asp
  136. MessageId = 13
  137. Severity = Error
  138. Facility = Facility_FTPSvc
  139. SymbolicName = L_COMPUTERNAME_ERRORMESSAGE
  140. Language = English
  141. Error occurred while retrieving the server name
  142. .
  143. ;//ftpsvc_prop.asp
  144. MessageId = 14
  145. Severity = Informational
  146. Facility = Facility_FTPSvc
  147. SymbolicName = L_TABPROPSHEET_TEXT
  148. Language = English
  149. TabPropSheet
  150. .
  151. ;//ftpsvc_prop.asp
  152. MessageId = 15
  153. Severity = Informational
  154. Facility = Facility_FTPSvc
  155. SymbolicName = L_TABLEHEADING_TEXT
  156. Language = English
  157. Share Properties
  158. .
  159. ;//ftpsvc_prop.asp
  160. MessageId = 16
  161. Severity = Informational
  162. Facility = Facility_FTPSvc
  163. SymbolicName = L_GENERAL_TEXT
  164. Language = English
  165. General
  166. .
  167. ;//ftpsvc_prop.asp
  168. MessageId = 17
  169. Severity = Informational
  170. Facility = Facility_FTPSvc
  171. SymbolicName = L_NOINPUTDATA_TEXT
  172. Language = English
  173. --No Data Input--
  174. .
  175. ;//ftpsvc_prop.asp
  176. MessageId = 18
  177. Severity = Informational
  178. Facility = Facility_FTPSvc
  179. SymbolicName = L_TASKTITLE_TEXT
  180. Language = English
  181. FTP Protocol Properties
  182. .
  183. ;///////////////////////////////////////////////////////////////////////////////
  184. ;// Managed Services Name and Description
  185. ;// 100-200
  186. ;///////////////////////////////////////////////////////////////////////////////
  187. MessageId = 103
  188. Severity = Informational
  189. Facility = Facility_FTPSvc
  190. SymbolicName = L_FTP_SERVICE_ID
  191. Language = English
  192. FTP
  193. .
  194. MessageId = 104
  195. Severity = Informational
  196. Facility = Facility_FTPSvc
  197. SymbolicName = L_FTP_SERVICE_NAME
  198. Language = English
  199. FTP Protocol
  200. .
  201. MessageId = 105
  202. Severity = Informational
  203. Facility = Facility_FTPSvc
  204. SymbolicName = L_FTP_SERVICE_DESC
  205. Language = English
  206. Allows access to data shares from FTP clients
  207. .
  208. MessageId = 106
  209. Severity = Error
  210. Facility = Facility_FTPSvc
  211. SymbolicName = L_FTPSERVICE_NOTINSTALLED_ERRORMESSAGE
  212. Language = English
  213. Ftp Service is not installed
  214. .
  215. ;///////////////////////////////////////////////////////////////////////////////
  216. ;// HELP STRINGS
  217. ;///////////////////////////////////////////////////////////////////////////////
  218. MessageId = 400
  219. Severity = Informational
  220. Facility = Facility_FTPSvc
  221. SymbolicName = L_FTP_SERVICE
  222. Language = English
  223. FTP Service
  224. .
  225. MessageId = 401
  226. Severity = Informational
  227. Facility = Facility_FTPSvc
  228. SymbolicName = L_FTP_ANONYMOUS_ACCESS
  229. Language = English
  230. FTP Anonymous Access
  231. .
  232. MessageId = 402
  233. Severity = Informational
  234. Facility = Facility_FTPSvc
  235. SymbolicName = L_FTP_LOGGING
  236. Language = English
  237. FTP Logging
  238. .
  239. MessageId = 403
  240. Severity = Informational
  241. Facility = Facility_FTPSvc
  242. SymbolicName = L_FTP_MESSAGES
  243. Language = English
  244. FTP Messages
  245. .
  246. MessageId = 404
  247. Severity = Informational
  248. Facility = Facility_FTPSvc
  249. SymbolicName = L_FTP_SHARE_PROPERTIES
  250. Language = English
  251. FTP Share Properties
  252. .
  253. MessageId = 405
  254. Severity = Informational
  255. Facility = Facility_FTPSvc
  256. SymbolicName = L_FTP_PROTOCOL_OVERVIEW
  257. Language = English
  258. Network Protocol Overview: FTP
  259. .
  260. MessageId = 406
  261. Severity = Informational
  262. Facility = Facility_FTPSvc
  263. SymbolicName = L_FTP_DISABLE_ANONYMOUS_ACCESS
  264. Language = English
  265. Disabling FTP Anonymous Access
  266. .
  267. MessageId = 407
  268. Severity = Informational
  269. Facility = Facility_FTPSvc
  270. SymbolicName = L_FTP_ENABLE_ANONYMOUS_ACCESS
  271. Language = English
  272. Enabling FTP Anonymous Access
  273. .
  274. MessageId = 408
  275. Severity = Informational
  276. Facility = Facility_FTPSvc
  277. SymbolicName = L_FTP_LOGS
  278. Language = English
  279. Managing FTP Logs
  280. .