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.

271 lines
7.5 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2001, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// salocaluimsg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// This file defines the messages for the Server project
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 01/12/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_LocalUI_Task = 0x001:SA_LOCALUI_TASK
  37. Facility_LDM_Message = 0x002:SA_LDM_MESSAGE
  38. )
  39. ;///////////////////////////////////////////////////////////////////////////////
  40. ;//
  41. ;// LocalUI Tasks go in this section
  42. ;//
  43. ;///////////////////////////////////////////////////////////////////////////////
  44. MessageId =
  45. Severity = Informational
  46. Facility = Facility_LocalUI_Task
  47. SymbolicName = SA_LOCALUI_NETWORK_TASK
  48. Language = English
  49. Configure the network
  50. .
  51. MessageId =
  52. Severity = Informational
  53. Facility = Facility_LocalUI_Task
  54. SymbolicName = SA_LOCALUI_HOSTNAME_TASK
  55. Language = English
  56. Set the host name
  57. .
  58. MessageId =
  59. Severity = Informational
  60. Facility = Facility_LocalUI_Task
  61. SymbolicName = SA_LOCALUI_PASSWORD_TASK
  62. Language = English
  63. Reset the password
  64. .
  65. MessageId =
  66. Severity = Informational
  67. Facility = Facility_LocalUI_Task
  68. SymbolicName = SA_LOCALUI_REBOOT_TASK
  69. Language = English
  70. Reboot
  71. .
  72. MessageId =
  73. Severity = Informational
  74. Facility = Facility_LocalUI_Task
  75. SymbolicName = SA_LOCALUI_SHUTDOWN_TASK
  76. Language = English
  77. Shut down
  78. .
  79. MessageId =
  80. Severity = Informational
  81. Facility = Facility_LDM_Message
  82. SymbolicName = SA_LOCALUI_SETHOSTNAMEERROR1_MESSAGE
  83. Language = English
  84. Cannot change host name for domain computer. Please go to the Web UI.
  85. .
  86. MessageId =
  87. Severity = Informational
  88. Facility = Facility_LDM_Message
  89. SymbolicName = SA_LOCALUI_SETHOSTNAMEERROR2_MESSAGE
  90. Language = English
  91. This host name already exists on another computer.
  92. .
  93. MessageId =
  94. Severity = Informational
  95. Facility = Facility_LDM_Message
  96. SymbolicName = SA_LOCALUI_SETHOSTNAMEINFORM1_MESSAGE
  97. Language = English
  98. Changing the host name requires a reboot. Continue?
  99. .
  100. MessageId =
  101. Severity = Informational
  102. Facility = Facility_LDM_Message
  103. SymbolicName = SA_LOCALUI_SETHOSTNAMEERROR3_MESSAGE
  104. Language = English
  105. Problem encountered while setting the host name. The action has been canceled.
  106. .
  107. MessageId =
  108. Severity = Informational
  109. Facility = Facility_LDM_Message
  110. SymbolicName = SA_LOCALUI_AUTOIP_MESSAGE
  111. Language = English
  112. Auto IP address
  113. .
  114. MessageId =
  115. Severity = Informational
  116. Facility = Facility_LDM_Message
  117. SymbolicName = SA_LOCALUI_AUTOIPINFORM1_MESSAGE
  118. Language = English
  119. The IP address will be obtained from the server automatically. Continue?
  120. .
  121. MessageId =
  122. Severity = Informational
  123. Facility = Facility_LDM_Message
  124. SymbolicName = SA_LOCALUI_AUTOIPERROR1_MESSAGE
  125. Language = English
  126. Problem encountered while configuring network. The action has been canceled.
  127. .
  128. MessageId =
  129. Severity = Informational
  130. Facility = Facility_LDM_Message
  131. SymbolicName = SA_LOCALUI_STATICIP_MESSAGE
  132. Language = English
  133. Static IP address
  134. .
  135. MessageId =
  136. Severity = Informational
  137. Facility = Facility_LDM_Message
  138. SymbolicName = SA_LOCALUI_STATICIPERROR1_MESSAGE
  139. Language = English
  140. Problem encountered while configuring network. The action has been canceled.
  141. .
  142. MessageId =
  143. Severity = Informational
  144. Facility = Facility_LDM_Message
  145. SymbolicName = SA_LOCALUI_STATICIPERROR2_MESSAGE
  146. Language = English
  147. The IP address entered is invalid.
  148. .
  149. MessageId =
  150. Severity = Informational
  151. Facility = Facility_LDM_Message
  152. SymbolicName = SA_LOCALUI_RESETPASSWORD_MESSAGE
  153. Language = English
  154. Are you sure you want to reset the administrator password?
  155. .
  156. MessageId =
  157. Severity = Informational
  158. Facility = Facility_LDM_Message
  159. SymbolicName = SA_LOCALUI_RESETPASSWORDERROR1_MESSAGE
  160. Language = English
  161. Problem encountered while resetting password. The action has been canceled.
  162. .
  163. MessageId =
  164. Severity = Informational
  165. Facility = Facility_LDM_Message
  166. SymbolicName = SA_LOCALUI_REBOOTCONFIRM_MESSAGE
  167. Language = English
  168. Rebooting will stop all current operations. Continue?
  169. .
  170. MessageId =
  171. Severity = Informational
  172. Facility = Facility_LDM_Message
  173. SymbolicName = SA_LOCALUI_REBOOTCONFIRMERROR1_MESSAGE
  174. Language = English
  175. The command has been canceled because of a problem encountered during reboot.
  176. .
  177. MessageId =
  178. Severity = Informational
  179. Facility = Facility_LDM_Message
  180. SymbolicName = SA_LOCALUI_SHUTDOWNCONFIRM_MESSAGE
  181. Language = English
  182. Shutting down will stop all current operations. Continue?
  183. .
  184. MessageId =
  185. Severity = Informational
  186. Facility = Facility_LDM_Message
  187. SymbolicName = SA_LOCALUI_SHUTDOWNCONFIRMERROR1_MESSAGE
  188. Language = English
  189. The command has been canceled because of a problem encountered during shutdown.
  190. .
  191. MessageId =
  192. Severity = Informational
  193. Facility = Facility_LDM_Message
  194. SymbolicName = SA_LOCALUI_SHUTTINGDOWN_MESSAGE
  195. Language = English
  196. Shutting down...
  197. .
  198. MessageId =
  199. Severity = Informational
  200. Facility = Facility_LDM_Message
  201. SymbolicName = SA_LOCALUI_WAIT_MESSAGE
  202. Language = English
  203. Please wait...
  204. .
  205. MessageId =
  206. Severity = Informational
  207. Facility = Facility_LDM_Message
  208. SymbolicName = SA_LOCALUI_PAGESTRING_MESSAGE
  209. Language = English
  210. Page
  211. .
  212. MessageId =
  213. Severity = Informational
  214. Facility = Facility_LDM_Message
  215. SymbolicName = SA_LOCALUI_COMPUTERNAME_MESSAGE
  216. Language = English
  217. Computer name:
  218. .
  219. MessageId =
  220. Severity = Informational
  221. Facility = Facility_LDM_Message
  222. SymbolicName = SA_LOCALUI_VIEWALERTS_MESSAGE
  223. Language = English
  224. View alerts
  225. .
  226. MessageId =
  227. Severity = Informational
  228. Facility = Facility_LDM_Message
  229. SymbolicName = SA_LOCALUI_PASSWORDPOLICYERROR_MESSAGE
  230. Language = English
  231. The command has been cancelled because the system security policy does not allow passwords to be reset.
  232. .
  233. MessageId =
  234. Severity = Informational
  235. Facility = Facility_LDM_Message
  236. SymbolicName = SA_LOCALUI_ADMINNAME_MESSAGE
  237. Language = English
  238. Administrator
  239. .
  240. MessageId =
  241. Severity = Informational
  242. Facility = Facility_LDM_Message
  243. SymbolicName = SA_LOCALUI_ADMINGROUPNAME_MESSAGE
  244. Language = English
  245. Administrators
  246. .
  247. MessageId =
  248. Severity = Informational
  249. Facility = Facility_LDM_Message
  250. SymbolicName = SA_LOCALUI_IPHEADER_MESSAGE
  251. Language = English
  252. IP:
  253. .
  254. MessageId =
  255. Severity = Informational
  256. Facility = Facility_LDM_Message
  257. SymbolicName = SA_LOCALUI_SUBNETMASKHEADER_MESSAGE
  258. Language = English
  259. Subnet mask:
  260. .
  261. MessageId =
  262. Severity = Informational
  263. Facility = Facility_LDM_Message
  264. SymbolicName = SA_LOCALUI_DEFAULTGATEWAYHEADER_MESSAGE
  265. Language = English
  266. Default gateway:
  267. .