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.

193 lines
5.1 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// appletalksvc_msg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 14 Mar 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_appletalksvc = 0x063:SA_FACILITY_APPLETALKSVC
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;//Appletalksvc_prop.asp
  40. MessageId = 1
  41. Severity = Informational
  42. Facility = Facility_appletalksvc
  43. SymbolicName = L_PAGETITLE_APPLETALK_TEXT
  44. Language = English
  45. AppleTalk Service Properties
  46. .
  47. MessageId = 2
  48. Severity = Informational
  49. Facility = Facility_appletalksvc
  50. SymbolicName = L_GENERALTAB_APPLETALK_TEXT
  51. Language = English
  52. General
  53. .
  54. MessageId = 3
  55. Severity = Informational
  56. Facility = Facility_appletalksvc
  57. SymbolicName = L_LOGONMESSAGE_TEXT
  58. Language = English
  59. Logon message:
  60. .
  61. MessageId = 4
  62. Severity = Informational
  63. Facility = Facility_appletalksvc
  64. SymbolicName = L_SECURITY_TEXT
  65. Language = English
  66. Security:
  67. .
  68. MessageId = 5
  69. Severity = Informational
  70. Facility = Facility_appletalksvc
  71. SymbolicName = L_SAVEPASSWORD_TEXT
  72. Language = English
  73. Allow workstations to save password
  74. .
  75. MessageId = 6
  76. Severity = Informational
  77. Facility = Facility_appletalksvc
  78. SymbolicName = L_ENABLEAUTHENTICATION_TEXT
  79. Language = English
  80. Enable authentication to:
  81. .
  82. MessageId = 7
  83. Severity = Informational
  84. Facility = Facility_appletalksvc
  85. SymbolicName = L_SESSIONS_TEXT
  86. Language = English
  87. Sessions:
  88. .
  89. MessageId = 8
  90. Severity = Informational
  91. Facility = Facility_appletalksvc
  92. SymbolicName = L_UNLIMITED_TEXT
  93. Language = English
  94. Unlimited
  95. .
  96. MessageId = 9
  97. Severity = Informational
  98. Facility = Facility_appletalksvc
  99. SymbolicName = L_LIMITTO_TEXT
  100. Language = English
  101. Limit to:
  102. .
  103. ;//Appletalksvc_prop.asp - strings in combo
  104. MessageId = 10
  105. Severity = Informational
  106. Facility = Facility_appletalksvc
  107. SymbolicName = L_MICROSOFTONLY_TEXT
  108. Language = English
  109. Microsoft only
  110. .
  111. MessageId = 11
  112. Severity = Informational
  113. Facility = Facility_appletalksvc
  114. SymbolicName = L_APPLECLEAR_TEXT
  115. Language = English
  116. Apple Clear Text
  117. .
  118. MessageId = 12
  119. Severity = Informational
  120. Facility = Facility_appletalksvc
  121. SymbolicName = L_APPLEENCRYPTED_TEXT
  122. Language = English
  123. Apple Encrypted
  124. .
  125. MessageId = 13
  126. Severity = Informational
  127. Facility = Facility_appletalksvc
  128. SymbolicName = L_APPLECLEAR_MICROSOFT_TEXT
  129. Language = English
  130. Apple Clear Text or Microsoft
  131. .
  132. MessageId = 14
  133. Severity = Informational
  134. Facility = Facility_appletalksvc
  135. SymbolicName = L_APPLEENCRYPTED_MICROSOFT_TEXT
  136. Language = English
  137. Apple Encrypted or Microsoft
  138. .
  139. ;//Appletalksvc_prop.asp - error messages
  140. MessageId = 15
  141. Severity = Error
  142. Facility = Facility_appletalksvc
  143. SymbolicName = L_UPDATING_REGISTRYVALUES_ERRORMESSAGE
  144. Language = English
  145. Failed in updating the registry
  146. .
  147. MessageId = 16
  148. Severity = Error
  149. Facility = Facility_appletalksvc
  150. SymbolicName = L_REGCONNECTIONFAIL_ERRORMESSAGE
  151. Language = English
  152. Failed in connecting to registry
  153. .
  154. MessageId = 17
  155. Severity = Error
  156. Facility = Facility_appletalksvc
  157. SymbolicName = L_RETRIEVE_REGISTRYVALUES_ERRORMESSAGE
  158. Language = English
  159. Failed in retrieving the registry values
  160. .
  161. MessageId = 18
  162. Severity = Error
  163. Facility = Facility_appletalksvc
  164. SymbolicName = L_LONG_LOGONMESSAGE_ERRORMESSAGE
  165. Language = English
  166. The Logon message exceeds the space allowed. Please enter a shorter logon message.
  167. .
  168. ;///////////////////////////////////////////////////////////////////////////////
  169. ;// Managed Services Name and Description
  170. ;///////////////////////////////////////////////////////////////////////////////
  171. MessageId = 121
  172. Severity = Informational
  173. Facility = Facility_appletalksvc
  174. SymbolicName = L_MAC_SERVICE_ID
  175. Language = English
  176. MAC
  177. .
  178. MessageId = 122
  179. Severity = Informational
  180. Facility = Facility_appletalksvc
  181. SymbolicName = L_MAC_SERVICE_NAME
  182. Language = English
  183. AppleTalk Protocol
  184. .
  185. MessageId = 123
  186. Severity = Informational
  187. Facility = Facility_appletalksvc
  188. SymbolicName = L_MAC_SERVICE_DESC
  189. Language = English
  190. Allows access to data shares from Apple Macintosh clients
  191. .