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.

197 lines
5.3 KiB

  1. ;***************************************************************************
  2. ;///////////////////////////////////////////////////////////////////////////////
  3. ;//
  4. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  5. ;//
  6. ;// FILE
  7. ;//
  8. ;// adminconfig.mc
  9. ;//
  10. ;// SYNOPSIS
  11. ;//
  12. ;// NAS Server resources - English
  13. ;//
  14. ;// MODIFICATION HISTORY
  15. ;//
  16. ;// 11 Sep 2000 Original version
  17. ;//
  18. ;///////////////////////////////////////////////////////////////////////////////
  19. ;
  20. ;// please choose one of these severity names as part of your messages
  21. ;
  22. SeverityNames =
  23. (
  24. Success = 0x0:SA_SEVERITY_SUCCESS
  25. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  26. Warning = 0x2:SA_SEVERITY_WARNING
  27. Error = 0x3:SA_SEVERITY_ERROR
  28. )
  29. ;
  30. ;// The Facility Name identifies the Alert ID range to be used by
  31. ;// the specific component. For each new message you add choose the
  32. ;// facility name corresponding to your component. If none of these
  33. ;// correspond to your component add a new facility name with a new
  34. ;// value and name
  35. FacilityNames =
  36. (
  37. Facility_AdminConfig = 0x035:SA_FACILITY_ADMINCONFIG
  38. )
  39. ;///////////////////////////////////////////////////////////////////////////////
  40. ;// adminpw_prop.asp
  41. MessageId = 1
  42. Severity = Informational
  43. Facility = Facility_AdminConfig
  44. SymbolicName = L_TASKTITLE_TEXT
  45. Language = English
  46. Administrator Account
  47. .
  48. ;// adminpw_prop.asp
  49. MessageId = 2
  50. Severity = Informational
  51. Facility = Facility_AdminConfig
  52. SymbolicName = L_USERNAME_TEXT
  53. Language = English
  54. User name:
  55. .
  56. ;// adminpw_prop.asp
  57. MessageId = 3
  58. Severity = Informational
  59. Facility = Facility_AdminConfig
  60. SymbolicName = L_CURRENTPASSWORD_TEXT
  61. Language = English
  62. Current password:
  63. .
  64. ;// adminpw_prop.asp
  65. MessageId = 4
  66. Severity = Informational
  67. Facility = Facility_AdminConfig
  68. SymbolicName = L_NEWPASSWORD_TEXT
  69. Language = English
  70. New password:
  71. .
  72. ;// adminpw_prop.asp
  73. MessageId = 5
  74. Severity = Informational
  75. Facility = Facility_AdminConfig
  76. SymbolicName = L_CONFIRMNEWPASSWORD_TEXT
  77. Language = English
  78. Confirm new password:
  79. .
  80. ;// adminpw_prop.asp
  81. MessageId = 6
  82. Severity = Error
  83. Facility = Facility_AdminConfig
  84. SymbolicName = L_PASSWORDNOTMATCH_ERRORMESSAGE
  85. Language = English
  86. New passwords do not match
  87. .
  88. ;// adminpw_prop.asp
  89. MessageId = 7
  90. Severity = Error
  91. Facility = Facility_AdminConfig
  92. SymbolicName = L_OLDPASSWORDNOTMATCH_ERRORMESSAGE
  93. Language = English
  94. Current password is incorrect
  95. .
  96. ;// adminpw_prop.asp
  97. MessageId = 8
  98. Severity = Error
  99. Facility = Facility_AdminConfig
  100. SymbolicName = L_ADSI_ERRORMESSAGE
  101. Language = English
  102. Unable to change the password
  103. .
  104. ;// adminpw_prop.asp
  105. MessageId = 9
  106. Severity = Error
  107. Facility = Facility_AdminConfig
  108. SymbolicName = L_PASSWORDCOMPLEXITY_ERRORMESSAGE
  109. Language = English
  110. New password does not match password complexity rules
  111. .
  112. ;// adminpw_prop.asp
  113. MessageId = 10
  114. Severity = Error
  115. Facility = Facility_AdminConfig
  116. SymbolicName = L_UNABLETOCREATELOCALIZATIONOBJECT_ERRORMESSAGE
  117. Language = English
  118. Connection Failure
  119. .
  120. ;// adminpw_prop.asp
  121. MessageId = 11
  122. Severity = Error
  123. Facility = Facility_AdminConfig
  124. SymbolicName = L_PASSWORDCOULDNOTCHANGE_ERRORMESSAGE
  125. Language = English
  126. Password could not be changed
  127. .
  128. ;// adminpw_changeConfirm.asp
  129. MessageId = 12
  130. Severity = Informational
  131. Facility = Facility_AdminConfig
  132. SymbolicName = L_ADMIN_ACCOUNT_CONFIRM_TEXT
  133. Language = English
  134. Administrator Account Confirmation
  135. .
  136. ;// adminpw_changeConfirm.asp
  137. MessageId = 13
  138. Severity = Informational
  139. Facility = Facility_AdminConfig
  140. SymbolicName = L_PASSWORD_CHANGED_TEXT
  141. Language = English
  142. The password has been changed
  143. .
  144. ;// adminpw_changeConfirm.asp
  145. MessageId = 14
  146. Severity = Informational
  147. Facility = Facility_AdminConfig
  148. SymbolicName = L_USERACCOUNT_CHANGED_TEXT
  149. Language = English
  150. The user account name has been changed
  151. .
  152. ;// adminpw_changeConfirm.asp
  153. MessageId = 15
  154. Severity = Informational
  155. Facility = Facility_AdminConfig
  156. SymbolicName = L_USERANDACCOUNTNAME_CHANGED_TEXT
  157. Language = English
  158. The user account name and password have been changed
  159. .
  160. ;// adminpw_prop.asp
  161. MessageId = 16
  162. Severity = Error
  163. Facility = Facility_AdminConfig
  164. SymbolicName = L_ACCOUNTNAMECANNOTCHANGEBECAUSEDOMAINACCOUNT_ERRORMESSAGE
  165. Language = English
  166. The account name cannot be changed for this domain account
  167. .
  168. ;// adminpw_prop.asp
  169. MessageId = 17
  170. Severity = Error
  171. Facility = Facility_AdminConfig
  172. SymbolicName = L_PASSWORDCANNOTCHANGEBECAUSEDOMAINACCOUNT_ERRORMESSAGE
  173. Language = English
  174. The password cannot be changed for the domain account
  175. .
  176. ;// adminpw_prop.asp
  177. MessageId = 18
  178. Severity = Error
  179. Facility = Facility_AdminConfig
  180. SymbolicName = L_THEACCOUNTALREADYEXISTS__ERRORMESSAGE
  181. Language = English
  182. The account already exists
  183. .
  184. ;// adminpw_prop.asp
  185. MessageId = 19
  186. Severity = Informational
  187. Facility = Facility_AdminConfig
  188. SymbolicName = L_ADMINHTTPWARNING_TEXT
  189. Language = English
  190. Warning: The information on this page can be viewed by other users on the network. To prevent other users from viewing your information, create a secure administration Web site.
  191. .