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.

220 lines
6.2 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// adminweb.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 19 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_AdminWeb = 0x045:SA_FACILITY_ADMINWEB
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;//////////////////////////////////////////////////////////////////////
  40. ;// adminweb_prop.asp
  41. ;//////////////////////////////////////////////////////////////////////
  42. ;// adminweb_prop.asp
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_AdminWeb
  46. SymbolicName = L_ALLIPADDRESS_TEXT
  47. Language = English
  48. All IP addresses
  49. .
  50. ;// adminweb_prop.asp
  51. MessageId = 2
  52. Severity = Informational
  53. Facility = Facility_AdminWeb
  54. SymbolicName = L_JUSTTHIS_IP_ADDRESS_TEXT
  55. Language = English
  56. Just this IP address:
  57. .
  58. ;// adminweb_prop.asp
  59. MessageId = 3
  60. Severity = Informational
  61. Facility = Facility_AdminWeb
  62. SymbolicName = L_PORT_TEXT
  63. Language = English
  64. Port for non-encrypted access:
  65. .
  66. ;//Error messages
  67. ;// adminweb_prop.asp
  68. MessageId = 4
  69. Severity = Error
  70. Facility = Facility_AdminWeb
  71. SymbolicName = L_IIS_WEBSERVERCONNECTION_ERRORMESSAGE
  72. Language = English
  73. Could not connect to Web Server.
  74. .
  75. ;// adminweb_prop.asp
  76. MessageId = 5
  77. Severity = Error
  78. Facility = Facility_AdminWeb
  79. SymbolicName = L_COULDNOT_IIS_WEBSERVERSETTING_ERRORMESSAGE
  80. Language = English
  81. Could not set the Server Settings.
  82. .
  83. ;// adminweb_prop.asp
  84. MessageId = 7
  85. Severity = Error
  86. Facility = Facility_AdminWeb
  87. SymbolicName = L_COULDNOT_IIS_WEBSERVER_OBJECT_ERRORMESSAGE
  88. Language = English
  89. Could not get the Server Settings.
  90. .
  91. ;// adminweb_prop.asp
  92. MessageId = 8
  93. Severity = Error
  94. Facility = Facility_AdminWeb
  95. SymbolicName = L_WMICONNECTIONFAILED_ERRORMESSAGE
  96. Language = English
  97. Connection to WMI failed.
  98. .
  99. ;// adminweb_prop.asp
  100. MessageId = 9
  101. Severity = Error
  102. Facility = Facility_AdminWeb
  103. SymbolicName = L_COMPUTERNAME_ERRORMESSAGE
  104. Language = English
  105. Error occurred while getting Computer Name.
  106. .
  107. ;// adminweb_prop.asp
  108. MessageId = 10
  109. Severity = Informational
  110. Facility = Facility_AdminWeb
  111. SymbolicName = L_SSLPORT_TEXT
  112. Language = English
  113. Port for encrypted (SSL) access:
  114. .
  115. ;// adminweb_prop.asp
  116. MessageId = 11
  117. Severity = Informational
  118. Facility = Facility_AdminWeb
  119. SymbolicName = L_PAGETITLE_ADMIN_TEXT
  120. Language = English
  121. Administration Web Site Properties
  122. .
  123. ;// adminweb_prop.asp
  124. MessageId = 12
  125. Severity = Informational
  126. Facility = Facility_AdminWeb
  127. SymbolicName = L_ADMINUSAGE_TEXT
  128. Language = English
  129. Select which IP addresses and port can be used to access the administration Web site.
  130. .
  131. ;// adminweb_prop.asp
  132. MessageId = 13
  133. Severity = Informational
  134. Facility = Facility_AdminWeb
  135. SymbolicName = L_ADMINNOTE_TEXT
  136. Language = English
  137. The changes you make affect the Web site you are currently accessing. After making a change, remember to access the Web site using the new IP address or port.
  138. .
  139. ;// adminweb_prop.asp
  140. MessageId = 14
  141. Severity = Error
  142. Facility = Facility_AdminWeb
  143. SymbolicName = L_ENTERPORTNUMBER_ERRORMESSAGE
  144. Language = English
  145. Please enter a positive integer as port number.
  146. .
  147. ;// adminweb_prop.asp
  148. MessageId = 15
  149. Severity = Informational
  150. Facility = Facility_AdminWeb
  151. SymbolicName = L_VALIDENTERPORTNUMBER_ERRORMESSAGE
  152. Language = English
  153. Please enter an integer between 1 and 65535.
  154. .
  155. ;// adminweb_prop.asp
  156. MessageId = 18
  157. Severity = Informational
  158. Facility = Facility_AdminWeb
  159. SymbolicName = L_IIS_WEBSERVER_COULDNOTSET_ERRORMESSAGE
  160. Language = English
  161. The combination of IP address and port %1 is already in use.
  162. .
  163. ;// adminweb_prop.asp
  164. MessageId = 19
  165. Severity = Informational
  166. Facility = Facility_AdminWeb
  167. SymbolicName = L_COULDNOT_ADMIN_WEBSITE_ERRORMESSAGE
  168. Language = English
  169. The Administration web site is not found.
  170. .
  171. ;// adminweb_prop.asp
  172. MessageId = 20
  173. Severity = Informational
  174. Facility = Facility_AdminWeb
  175. SymbolicName = L_INVALID_IPADDRESS_ERRORMESSAGE
  176. Language = English
  177. IP address is not valid. Please select valid IP address.
  178. .
  179. ;// adminweb_prop.asp
  180. MessageId = 21
  181. Severity = Informational
  182. Facility = Facility_AdminWeb
  183. SymbolicName = L_FAILEDTOGET_IPADDRESS_ERRORMESSAGE
  184. Language = English
  185. Failed to get the NIC IP addresses from the system.
  186. .
  187. ;// adminweb_prop.asp
  188. MessageId = 22
  189. Severity = Informational
  190. Facility = Facility_AdminWeb
  191. SymbolicName = L_FAILEDTO_VERIFY_IPADD_PORT_ERRORMESSAGE
  192. Language = English
  193. Unable to verify IP address and port number.
  194. .
  195. ;// adminweb_prop.asp
  196. MessageId = 24
  197. Severity = Error
  198. Facility = Facility_AdminWeb
  199. SymbolicName = L_REGISTRYCONNECTIONFAIL_ERRORMESSAGE
  200. Language = English
  201. Error in connecting to the registry through WMI.
  202. .
  203. ;// adminweb_prop.asp
  204. MessageId = 25
  205. Severity = Error
  206. Facility = Facility_AdminWeb
  207. SymbolicName = L_REGISTRY_PORT_NUMBERS_NOTSET_ERRORMESSAGE
  208. Language = English
  209. Error in updating the port entries in the registry.
  210. .
  211. ;// adminweb_prop.asp
  212. MessageId = 26
  213. Severity = Error
  214. Facility = Facility_AdminWeb
  215. SymbolicName = L_PORTNUMBERS_ERRORMESSAGE
  216. Language = English
  217. Port numbers for encrypted and non-encrypted sites must be different.
  218. .