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.

240 lines
6.5 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// HTTPSvc.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 26 Sep 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_HTTPSvc = 0x038:SA_FACILITY_HTTPSVC
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;//////////////////////////////////////////////////////////////////////
  40. ;// httpsvc_prop.asp
  41. ;//////////////////////////////////////////////////////////////////////
  42. ;// httpsvc_prop.asp
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_HTTPSvc
  46. SymbolicName = L_PAGETITLE_HTTP_TEXT
  47. Language = English
  48. HTTP Protocol Properties
  49. .
  50. ;// httpsvc_prop.asp
  51. MessageId = 2
  52. Severity = Informational
  53. Facility = Facility_HTTPSvc
  54. SymbolicName = L_ALLIPADDRESS_TEXT
  55. Language = English
  56. All IP addresses
  57. .
  58. ;// httpsvc_prop.asp
  59. MessageId = 3
  60. Severity = Informational
  61. Facility = Facility_HTTPSvc
  62. SymbolicName = L_JUSTTHIS_IP_ADDRESS_TEXT
  63. Language = English
  64. Just this IP address:
  65. .
  66. ;// httpsvc_prop.asp
  67. MessageId = 4
  68. Severity = Informational
  69. Facility = Facility_HTTPSvc
  70. SymbolicName = L_PORT_TEXT
  71. Language = English
  72. Port:
  73. .
  74. ;//Error messages
  75. ;// httpsvc_prop.asp
  76. MessageId = 5
  77. Severity = Error
  78. Facility = Facility_HTTPSvc
  79. SymbolicName = L_IIS_WEBSERVERCONNECTION_ERRORMESSAGE
  80. Language = English
  81. Connection to web server failed.
  82. .
  83. ;// httpsvc_prop.asp
  84. MessageId = 6
  85. Severity = Error
  86. Facility = Facility_HTTPSvc
  87. SymbolicName = L_COULDNOT_IIS_WEBSERVERSETTING_ERRORMESSAGE
  88. Language = English
  89. Could not set the server settings.
  90. .
  91. ;// httpsvc_prop.asp
  92. MessageId = 8
  93. Severity = Error
  94. Facility = Facility_HTTPSvc
  95. SymbolicName = L_COULDNOT_IIS_WEBSERVER_OBJECT_ERRORMESSAGE
  96. Language = English
  97. Could not get the Server settings. Please verify the IIS provider is installed.
  98. .
  99. ;// httpsvc_prop.asp
  100. MessageId = 9
  101. Severity = Error
  102. Facility = Facility_HTTPSvc
  103. SymbolicName = L_WMICONNECTIONFAILED_ERRORMESSAGE
  104. Language = English
  105. Connection to WMI failed.
  106. .
  107. ;// httpsvc_prop.asp
  108. MessageId = 10
  109. Severity = Informational
  110. Facility = Facility_HTTPSvc
  111. SymbolicName = L_GENERAL_TEXT
  112. Language = English
  113. General
  114. .
  115. ;// httpsvc_prop.asp
  116. MessageId = 11
  117. Severity = Informational
  118. Facility = Facility_HTTPSvc
  119. SymbolicName = L_HTTPUSAGE_TEXT
  120. Language = English
  121. Select which IP addresses and port can be used to access the data shares on this server.
  122. .
  123. ;// httpsvc_prop.asp
  124. MessageId = 12
  125. Severity = Informational
  126. Facility = Facility_HTTPSvc
  127. SymbolicName = L_HTTPNOTE_TEXT
  128. Language = English
  129. <B>Note:</B> Changing these settings can affect users currently accessing data shares on this server.
  130. .
  131. ;// httpsvc_prop.asp
  132. MessageId = 14
  133. Severity = Informational
  134. Facility = Facility_HTTPSvc
  135. SymbolicName = L_ENTERPORTNUMBER_ERRORMESSAGE
  136. Language = English
  137. Please enter a positve integer as port number.
  138. .
  139. ;// httpsvc_prop.asp
  140. MessageId = 15
  141. Severity = Informational
  142. Facility = Facility_HTTPSvc
  143. SymbolicName = L_VALIDENTERPORTNUMBER_ERRORMESSAGE
  144. Language = English
  145. Please enter an integer between 1 and 65535.
  146. .
  147. ;// httpsvc_prop.asp
  148. MessageId = 17
  149. Severity = Error
  150. Facility = Facility_HTTPSvc
  151. SymbolicName = L_COULDNOT_SHARES_WEBSITE_ERRORMESSAGE
  152. Language = English
  153. The Shares web site is not found.
  154. .
  155. ;// adminweb_prop.asp
  156. MessageId = 18
  157. Severity = Error
  158. Facility = Facility_HTTPSvc
  159. SymbolicName = L_IIS_WEBSERVER_COULDNOTSET_ERRORMESSAGE
  160. Language = English
  161. This combination of IP address and port is already in use.
  162. .
  163. ;// httpsvc_prop.asp
  164. MessageId = 20
  165. Severity = Error
  166. Facility = Facility_HTTPSvc
  167. SymbolicName = L_INVALID_IPADDRESS_ERRORMESSAGE
  168. Language = English
  169. IP address is not valid. Please select valid IP address.
  170. .
  171. ;// httpsvc_prop.asp
  172. MessageId = 21
  173. Severity = Error
  174. Facility = Facility_HTTPSvc
  175. SymbolicName = L_FAILEDTOGET_IPADDRESS_ERRORMESSAGE
  176. Language = English
  177. Failed to get the IP addresses.
  178. .
  179. ;// httpsvc_prop.asp
  180. MessageId = 22
  181. Severity = Error
  182. Facility = Facility_HTTPSvc
  183. SymbolicName = L_FAILEDTO_VERIFY_IPADD_PORT_ERRORMESSAGE
  184. Language = English
  185. Unable to verify IP address and port number.
  186. .
  187. ;///////////////////////////////////////////////////////////////////////////////
  188. ;// Managed Services Name and Description
  189. ;// 100-200
  190. ;///////////////////////////////////////////////////////////////////////////////
  191. MessageId = 106
  192. Severity = Informational
  193. Facility = Facility_HTTPSvc
  194. SymbolicName = L_WEB_SERVICE_ID
  195. Language = English
  196. Web
  197. .
  198. MessageId = 107
  199. Severity = Informational
  200. Facility = Facility_HTTPSvc
  201. SymbolicName = L_WEB_SERVICE_NAME
  202. Language = English
  203. HTTP Protocol
  204. .
  205. MessageId = 108
  206. Severity = Informational
  207. Facility = Facility_HTTPSvc
  208. SymbolicName = L_WEB_SERVICE_DESC
  209. Language = English
  210. Allows access to data shares from Web browsers.
  211. .
  212. ;///////////////////////////////////////////////////////////////////////////////
  213. ;// HELP STRINGS
  214. ;///////////////////////////////////////////////////////////////////////////////
  215. MessageId = 400
  216. Severity = Informational
  217. Facility = Facility_HTTPSvc
  218. SymbolicName = L_WEB_HTTP_SERVICE
  219. Language = English
  220. Web (HTTP) Service
  221. .
  222. MessageId = 401
  223. Severity = Informational
  224. Facility = Facility_HTTPSvc
  225. SymbolicName = L_HTTP_SHARE_PROPERTIES
  226. Language = English
  227. HTTP Share Properties
  228. .
  229. MessageId = 403
  230. Severity = Informational
  231. Facility = Facility_HTTPSvc
  232. SymbolicName = L_HTTP_PROTOCOL_OVERVIEW
  233. Language = English
  234. Network Protocol Overview: HTTP
  235. .