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.

178 lines
5.1 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; nwevent.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for NetWare network events.
  12. ;
  13. ;Author:
  14. ;
  15. ; Portable Systems Group 12/22/1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the netevent.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _NWEVENT_
  26. ;#define _NWEVENT_
  27. ;
  28. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  29. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  30. Warning=0x2:STATUS_SEVERITY_WARNING
  31. Error=0x3:STATUS_SEVERITY_ERROR
  32. )
  33. ;
  34. ;/////////////////////////////////////////////////////////////////////////
  35. ;//
  36. ;// NetWare Redirector Events
  37. ;//
  38. ;//
  39. ;/////////////////////////////////////////////////////////////////////////
  40. ;
  41. ;
  42. ;
  43. ;// Issued from kernel mode. Don't use %1 for
  44. ;// server-supplied insertion strings -- the I/O system provides the
  45. ;// first string.
  46. ;
  47. MessageId=8001 Severity=Error SymbolicName=EVENT_NWRDR_RESOURCE_SHORTAGE
  48. Language=English
  49. The Microsoft Client Service for NetWare redirector was unable to allocate memory.
  50. .
  51. MessageId=8002 Severity=Error SymbolicName=EVENT_NWRDR_CANT_CREATE_DEVICE
  52. Language=English
  53. The Microsoft Client Service for NetWare redirector could not create its device. The redirector could not be started.
  54. .
  55. MessageId=8003 Severity=Error SymbolicName=EVENT_NWRDR_INVALID_REPLY
  56. Language=English
  57. The Microsoft Client Service for NetWare redirector received an incorrectly formatted response from %2.
  58. .
  59. MessageId=8004 Severity=Error SymbolicName=EVENT_NWRDR_FAILED_UNLOCK
  60. Language=English
  61. The Microsoft Client Service for NetWare redirector failed to unlock part of a file on server %2.
  62. .
  63. MessageId=8005 Severity=Error SymbolicName=EVENT_NWRDR_NETWORK_ERROR
  64. Language=English
  65. The Microsoft Client Service for NetWare redirector has encountered a network error.
  66. .
  67. MessageId=8006 Severity=Error SymbolicName=EVENT_NWRDR_UNEXPECTED_ERROR
  68. Language=English
  69. An unexpected network error has occurred on the connection to %2.
  70. .
  71. MessageId=8007 Severity=Warning SymbolicName=EVENT_NWRDR_TIMEOUT
  72. Language=English
  73. The Microsoft Client Service for NetWare redirector has timed out one or more requests to %2.
  74. .
  75. MessageId=8008 Severity=Error SymbolicName=EVENT_NWRDR_NO_SERVER_ON_NETWORK
  76. Language=English
  77. No NetWare or compatible server exists on this network.
  78. .
  79. ;/////////////////////////////////////////////////////////////////////////
  80. ;//
  81. ;// NetWare Workstation Events
  82. ;//
  83. ;//
  84. ;/////////////////////////////////////////////////////////////////////////
  85. MessageId=9001 Severity=Error SymbolicName=EVENT_NWWKSTA_NO_TRANSPORTS
  86. Language=English
  87. The Microsoft Client Service for NetWare could not start because it did not bind to any transports.
  88. .
  89. MessageId=9002 Severity=Error SymbolicName=EVENT_NWWKSTA_CANT_BIND_TO_TRANSPORT
  90. Language=English
  91. The Microsoft Client Service for NetWare could not bind to the transport %1.
  92. .
  93. MessageId=9003 Severity=Warning SymbolicName=EVENT_NWWKSTA_INVALID_REGISTRY_VALUE
  94. Language=English
  95. The value named %1 in the Microsoft Client Service for NetWare registry key %2 was invalid. The value was
  96. ignored, and processing continued.
  97. .
  98. MessageId=9004 Severity=Error SymbolicName=EVENT_NWWKSTA_CANT_CREATE_REDIRECTOR
  99. Language=English
  100. The Microsoft Client Service for NetWare redirector (%1) could not be started.
  101. .
  102. MessageId=9005 Severity=Error SymbolicName=EVENT_NWWKSTA_GATEWAY_LOGON_FAILED
  103. Language=English
  104. The Gateway Account could not be logged on. The error %1 occurred.
  105. .
  106. MessageId=9006 Severity=Error SymbolicName=EVENT_NWWKSTA_CANNOT_REDIRECT_DEVICES
  107. Language=English
  108. Device %1 could not be reconnected to %2. Error %3 occurred.
  109. .
  110. MessageId=9007 Severity=Error SymbolicName=EVENT_NWWKSTA_WRONG_NWLINK_VERSION
  111. Language=English
  112. The version of the NWLINK transport present does not support all the capabilities required to use the Microsoft Client Service for NetWare properly.
  113. .
  114. ;/////////////////////////////////////////////////////////////////////////
  115. ;//
  116. ;// NetWare Credential Manager Events
  117. ;//
  118. ;//
  119. ;/////////////////////////////////////////////////////////////////////////
  120. MessageId=10001 Severity=Informational SymbolicName=NW_MESSAGE_TITLE
  121. Language=English
  122. Client Service for NetWare%0
  123. .
  124. MessageId=10002 Severity=Informational SymbolicName=NW_MESSAGE_FROM_SERVER
  125. Language=English
  126. Message from server %1. %n
  127. .
  128. MessageId=10003 Severity=Warning SymbolicName=NW_PASSWORD_HAS_EXPIRED
  129. Language=English
  130. The password for %1 on %2 has expired, with %3 grace logins left.%n
  131. .
  132. MessageId=10004 Severity=Error SymbolicName=NW_LOGIN_DISABLED
  133. Language=English
  134. Logins to the server has been disabled.%n
  135. .
  136. MessageId=10005 Severity=Error SymbolicName=NW_PASSWORD_HAS_EXPIRED1
  137. Language=English
  138. The password for %1 on %2 has expired.%n
  139. .
  140. MessageId=10006 Severity=Informational SymbolicName=NW_MESSAGE_TITLE_NTAS
  141. Language=English
  142. Gateway Service for NetWare%0
  143. .
  144. ;
  145. ;#endif // _NWEVENT
  146. ;