Source code of Windows XP (NT5)
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.

249 lines
8.0 KiB

  1. ;//
  2. ;// Net error file for basename DVMRPLOG_BASE = 41000
  3. ;//
  4. MessageId=41001 SymbolicName=DVMRPLOG_INIT_CRITSEC_FAILED
  5. Language=English
  6. DVMRP was unable to initialize a critical section.
  7. The data is the exception code.
  8. .
  9. MessageId=41002 SymbolicName=DVMRPLOG_HEAP_CREATE_FAILED
  10. Language=English
  11. DVMRP was unable to create a heap.
  12. The data is the error code.
  13. .
  14. MessageId=41003 SymbolicName=DVMRPLOG_HEAP_ALLOC_FAILED
  15. Language=English
  16. DVMRP was unable to allocate memory from its heap.
  17. The data is the error code.
  18. .
  19. MessageId=41004 SymbolicName=DVMRPLOG_DVMRP_ALREADY_STARTED
  20. Language=English
  21. DVMRP received a start request when it was already running.
  22. .
  23. MessageId=41005 SymbolicName=DVMRPLOG_WSASTARTUP_FAILED
  24. Language=English
  25. DVMRP was unable to start Windows Sockets.
  26. The data is the error code.
  27. .
  28. MessageId=41006 SymbolicName=DVMRPLOG_CREATE_RWL_FAILED
  29. Language=English
  30. DVMRP was unable to create a synchronization object.
  31. The data is the error code.
  32. .
  33. MessageId=41007 SymbolicName=DVMRPLOG_CREATE_EVENT_FAILED
  34. Language=English
  35. DVMRP was unable to create an event.
  36. The data is the error code.
  37. .
  38. MessageId=41008 SymbolicName=DVMRPLOG_CREATE_SEMAPHORE_FAILED
  39. Language=English
  40. DVMRP was unable to create a semaphore.
  41. The data is the error code.
  42. .
  43. MessageId=41009 SymbolicName=DVMRPLOG_CREATE_SOCKET_FAILED
  44. Language=English
  45. DVMRP was unable to create a socket.
  46. The data is the error code.
  47. .
  48. MessageId=41010 SymbolicName=DVMRPLOG_DVMRP_STARTED
  49. Language=English
  50. DVMRP has started successfully.
  51. .
  52. MessageId=41011 SymbolicName=DVMRPLOG_QUEUE_WORKER_FAILED
  53. Language=English
  54. DVMRP could not schedule a task to be executed.
  55. This may have been caused by a memory allocation failure.
  56. The data is the error code.
  57. .
  58. MessageId=41012 SymbolicName=DVMRPLOG_RECVFROM_FAILED
  59. Language=English
  60. DVMRP was unable to receive an incoming message
  61. on the local interface with IP address %1.
  62. The data is the error code.
  63. .
  64. MessageId=41013 SymbolicName=DVMRPLOG_PACKET_TOO_SMALL
  65. Language=English
  66. DVMRP received a packet which was smaller than the minimum size
  67. allowed for DVMRP packets. The packet has been discarded.
  68. It was received on the local interface with IP address %1,
  69. and it came from the neighboring router with IP address %2.
  70. .
  71. MessageId=41014 SymbolicName=DVMRPLOG_PACKET_VERSION_INVALID
  72. Language=English
  73. DVMRP received a packet with an invalid version in its header.
  74. The packet has been discarded. It was received on the local interface
  75. with IP address %1, and it came from the neighboring router
  76. with IP address %2.
  77. .
  78. MessageId=41015 SymbolicName=DVMRPLOG_PACKET_HEADER_CORRUPT
  79. Language=English
  80. DVMRP received a packet with an invalid header. The packet has been
  81. discarded. It was received on the local interface with IP address %1,
  82. and it came from the neighboring router with IP address %2.
  83. .
  84. MessageId=41016 SymbolicName=DVMRPLOG_QUERY_FROM_RAS_CLIENT
  85. Language=English
  86. Router received a general query from RAS Client(%1) on interface
  87. with IP address %2.
  88. RAS clients are not supposed to send queries.
  89. .
  90. MessageId=41017 SymbolicName=DVMRPLOG_VERSION1_QUERY
  91. Language=English
  92. Router configured for version-2. Version-1 router with IP Address %1
  93. exists on the interface with IP address %2.
  94. .
  95. MessageId=41018 SymbolicName=DVMRPLOG_VERSION2_QUERY
  96. Language=English
  97. Router configured for version-1. Version-2 router with IP Address %1
  98. exists on the interface with IP address %2.
  99. .
  100. MessageId=41019 SymbolicName=DVMRPLOG_SENDTO_FAILED
  101. Language=English
  102. DVMRP was unable to send a packet from the interface with IP address %1
  103. to the IP address %2.
  104. The data is the error code.
  105. .
  106. MessageId=41020 SymbolicName=DVMRPLOG_PACKET_VERSION_MISMATCH
  107. Language=English
  108. DVMRP discarded a version %1 packet received on the interface
  109. with IP address %2 from a neighbor with IP address %3.
  110. The above interface is configured to accept only version %4 packets.
  111. .
  112. MessageId=41021 SymbolicName=DVMRPLOG_ENUM_NETWORK_EVENTS_FAILED
  113. Language=English
  114. DVMRPv2 was unable to enumerate network events on the local interface
  115. with IP address %1.
  116. The data is the error code.
  117. .
  118. MessageId=41022 SymbolicName=DVMRPLOG_INPUT_RECORD_ERROR
  119. Language=English
  120. DVMRPv2 detected an error on the local interface with IP address %1.
  121. The error occurred while the interface was receiving packets.
  122. The data is the error code.
  123. .
  124. MessageId=41023 SymbolicName=DVMRPLOG_EVENTSELECT_FAILED
  125. Language=English
  126. DVMRPv2 was unable to request notification of events
  127. on the socket for the local interface with IP address %1.
  128. The data is the error code.
  129. .
  130. MessageId=41024 SymbolicName=DVMRPLOG_CREATE_SOCKET_FAILED_2
  131. Language=English
  132. DVMRP was unable to create a socket for the local interface
  133. with IP address %1.
  134. The data is the error code.
  135. .
  136. MessageId=41025 SymbolicName=DVMRPLOG_BIND_FAILED
  137. Language=English
  138. DVMRP could not bind to port 520 on the socket for
  139. the local interface with IP address %1.
  140. The data is the error code.
  141. .
  142. MessageId=41026 SymbolicName=DVMRPLOG_CONNECT_FAILED
  143. Language=English
  144. DVMRP could not connect Ras Client %1 to the interface with
  145. index %2.
  146. The data is the error code.
  147. .
  148. MessageId=41027 SymbolicName=DVMRPLOG_DISCONNECT_FAILED
  149. Language=English
  150. DVMRP could not disconnect Ras Client %1 from the interface with
  151. index %2.
  152. The data is the error code.
  153. .
  154. MessageId=41028 SymbolicName=DVMRPLOG_SET_MCAST_IF_FAILED
  155. Language=English
  156. DVMRP could not request multicasting on the local interface
  157. with IP address %1.
  158. The data is the error code.
  159. .
  160. MessageId=41029 SymbolicName=DVMRPLOG_SET_ROUTER_ALERT_FAILED
  161. Language=English
  162. DVMRP could not set router alert option on the local interface
  163. with IP address %1.
  164. The data is the error code.
  165. .
  166. MessageId=41030 SymbolicName=DVMRPLOG_SET_HDRINCL_FAILED
  167. Language=English
  168. DVMRP could not set the IP header include option on interface
  169. with IP address %1.
  170. The data is the error code.
  171. .
  172. MessageId=41031 SymbolicName=DVMRPLOG_JOIN_GROUP_FAILED
  173. Language=English
  174. DVMRP could not join the multicast group %1
  175. on the local interface with IP address %2.
  176. The data is the error code.
  177. .
  178. MessageId=41032 SymbolicName=DVMRPLOG_LEAVE_GROUP_FAILED
  179. Language=English
  180. DVMRP could not leave the multicast group %1
  181. on the local interface with IP address %2.
  182. The data is the error code.
  183. .
  184. MessageId=41033 SymbolicName=DVMRPLOG_PROTO_ALREADY_STOPPING
  185. Language=English
  186. StopProtocol() called to stop DVMRP when it is
  187. already being stopped.
  188. The data is the error code.
  189. .
  190. MessageId=41034 SymbolicName=DVMRPLOG_PROXY_IF_EXISTS
  191. Language=English
  192. AddInterface() called to add an DVMRP Proxy interface.
  193. DVMRP proxy already owns another interface.
  194. The data is the error code.
  195. .
  196. MessageId=41035 SymbolicName=DVMRPLOG_RAS_IF_EXISTS
  197. Language=English
  198. AddInterface() called to add an DVMRP Ras interface.
  199. Ras Server cannot exist on multiple interfaces.
  200. The data is the error code.
  201. .
  202. MessageId=41036 SymbolicName=DVMRPLOG_MGM_REGISTER_FAILED
  203. Language=English
  204. DVMRP Router failed to register with MGM.
  205. The data is the error code.
  206. .
  207. MessageId=41037 SymbolicName=DVMRPLOG_MGM_PROXY_REGISTER_FAILED
  208. Language=English
  209. DVMRP Proxy failed to register with MGM.
  210. The data is the error code.
  211. .
  212. MessageId=41038 SymbolicName=DVMRPLOG_MGM_TAKE_IF_OWNERSHIP_FAILED
  213. Language=English
  214. MgmTakeInterfaceOwnership() failed.
  215. The data is the error code.
  216. .
  217. MessageId=41039 SymbolicName=DVMRPLOG_ROBUSTNESS_VARIABLE_EQUAL_1
  218. Language=English
  219. The robustness variable is being set to 1 for DVMRP router
  220. on Interface %1.
  221. You should avoid setting it to 1.
  222. .
  223. MessageId=41040 SymbolicName=DVMRPLOG_INVALID_VALUE
  224. Language=English
  225. One of the values passed to DVMRP is invalid.
  226. %1
  227. .
  228. MessageId=41041 SymbolicName=DVMRPLOG_REGISTER_WAIT_SERVER_FAILED
  229. Language=English
  230. The wait-events-timers could not be registered with the
  231. wait server thread. Alertable threads might not have
  232. been initialized in Rtutils.
  233. The data is the error code.
  234. .
  235. MessageId=41042 SymbolicName=DVMRPLOG_DVMRP_STOPPED
  236. Language=English
  237. DVMRP has stopped.
  238. .
  239. MessageId=41043 SymbolicName=DVMRPLOG_CAN_NOT_COMPLETE
  240. Language=English
  241. Fatal error. Could not complete.
  242. The data is the error code.
  243. .
  244. MessageId=41044 SymbolicName=DVMRPLOG_INVALID_VERSION
  245. Language=English
  246. The version field %1 in DVMRP config is invalid.
  247. Delete and create the DVMRP config again.
  248. The data is the error code.
  249. .