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.

198 lines
6.3 KiB

  1. ;//
  2. ;// Net error file for basename IPSAMPLELOG_BASE = 43000
  3. ;//
  4. MessageId=43001 SymbolicName=IPSAMPLELOG_INIT_CRITSEC_FAILED
  5. Language=English
  6. SAMPLE was unable to initialize a critical section.
  7. The data is the exception code.
  8. .
  9. MessageId=43002 SymbolicName=IPSAMPLELOG_CREATE_SEMAPHORE_FAILED
  10. Language=English
  11. SAMPLE was unable to create a semaphore.
  12. The data is the error code.
  13. .
  14. MessageId=43003 SymbolicName=IPSAMPLELOG_CREATE_EVENT_FAILED
  15. Language=English
  16. SAMPLE was unable to create an event.
  17. The data is the error code.
  18. .
  19. MessageId=43004 SymbolicName=IPSAMPLELOG_CREATE_RWL_FAILED
  20. Language=English
  21. SAMPLE was unable to create a synchronization object.
  22. The data is the error code.
  23. .
  24. MessageId=43005 SymbolicName=IPSAMPLELOG_REGISTER_WAIT_FAILED
  25. Language=English
  26. IPSAMPLE could not register an event wait.
  27. The data is the error code.
  28. .
  29. MessageId=43006 SymbolicName=IPSAMPLELOG_HEAP_CREATE_FAILED
  30. Language=English
  31. SAMPLE was unable to create a heap.
  32. The data is the error code.
  33. .
  34. MessageId=43007 SymbolicName=IPSAMPLELOG_HEAP_ALLOC_FAILED
  35. Language=English
  36. SAMPLE was unable to allocate memory from its heap.
  37. The data is the error code.
  38. .
  39. MessageId=43008 SymbolicName=IPSAMPLELOG_CREATE_HASHTABLE_FAILED
  40. Language=English
  41. SAMPLE was unable to create a hash table.
  42. The data is the error code.
  43. .
  44. MessageId=43009 SymbolicName=IPSAMPLELOG_WSASTARTUP_FAILED
  45. Language=English
  46. SAMPLE was unable to start Windows Sockets.
  47. The data is the error code.
  48. .
  49. MessageId=43010 SymbolicName=IPSAMPLELOG_CREATE_SOCKET_FAILED
  50. Language=English
  51. SAMPLE was unable to create a socket for the IP address %1.
  52. The data is the error code.
  53. .
  54. MessageId=43011 SymbolicName=IPSAMPLELOG_DESTROY_SOCKET_FAILED
  55. Language=English
  56. SAMPLE was unable to close a socket.
  57. The data is the error code.
  58. .
  59. MessageId=43012 SymbolicName=IPSAMPLELOG_EVENTSELECT_FAILED
  60. Language=English
  61. SAMPLE was unable to request notification of events on a socket.
  62. The data is the error code.
  63. .
  64. MessageId=43013 SymbolicName=IPSAMPLELOG_BIND_IF_FAILED
  65. Language=English
  66. SAMPLE could not bind to the IP address %1.
  67. Please make sure TCP/IP is installed and configured correctly.
  68. The data is the error code.
  69. .
  70. MessageId=43014 SymbolicName=IPSAMPLELOG_RECVFROM_FAILED
  71. Language=English
  72. SAMPLE was unable to receive an incoming message on an interface.
  73. The data is the error code.
  74. .
  75. MessageId=43015 SymbolicName=IPSAMPLELOG_SENDTO_FAILED
  76. Language=English
  77. SAMPLE was unable to send a packet on an interface.
  78. The data is the error code.
  79. .
  80. MessageId=43016 SymbolicName=IPSAMPLELOG_SET_MCAST_IF_FAILED
  81. Language=English
  82. SAMPLE could not request multicasting
  83. for the local interface with IP address %1.
  84. The data is the error code.
  85. .
  86. MessageId=43017 SymbolicName=IPSAMPLELOG_JOIN_GROUP_FAILED
  87. Language=English
  88. SAMPLE could not join the multicast group 224.0.0.100
  89. on the local interface with IP address %1.
  90. The data is the error code.
  91. .
  92. MessageId=43018 SymbolicName=IPSAMPLELOG_ENUM_NETWORK_EVENTS_FAILED
  93. Language=English
  94. IPSAMPLE was unable to enumerate network events on a local interface.
  95. The data is the error code.
  96. .
  97. MessageId=43019 SymbolicName=IPSAMPLELOG_INPUT_RECORD_ERROR
  98. Language=English
  99. IPSAMPLE detected an error on a local interface.
  100. The error occurred while the interface was receiving packets.
  101. The data is the error code.
  102. .
  103. MessageId=43020 SymbolicName=IPSAMPLELOG_SAMPLE_STARTED
  104. Language=English
  105. SAMPLE has started successfully.
  106. .
  107. MessageId=43021 SymbolicName=IPSAMPLELOG_SAMPLE_ALREADY_STARTED
  108. Language=English
  109. SAMPLE received a start request when it was already running.
  110. .
  111. MessageId=43022 SymbolicName=IPSAMPLELOG_SAMPLE_START_FAILED
  112. Language=English
  113. SAMPLE failed to start
  114. .
  115. MessageId=43023 SymbolicName=IPSAMPLELOG_SAMPLE_STOPPED
  116. Language=English
  117. SAMPLE has stopped.
  118. .
  119. MessageId=43024 SymbolicName=IPSAMPLELOG_SAMPLE_ALREADY_STOPPED
  120. Language=English
  121. SAMPLE received a stop request when it was not running.
  122. .
  123. MessageId=43025 SymbolicName=IPSAMPLELOG_SAMPLE_STOP_FAILED
  124. Language=English
  125. SAMPLE failed to stop
  126. .
  127. MessageId=43026 SymbolicName=IPSAMPLELOG_CORRUPT_GLOBAL_CONFIG
  128. Language=English
  129. SAMPLE global configuration is corrupted.
  130. The data is the error code.
  131. .
  132. MessageId=43027 SymbolicName=IPSAMPLELOG_RTM_REGISTER_FAILED
  133. Language=English
  134. SAMPLE was unable to register with the Routing Table Manager.
  135. The data is the error code.
  136. .
  137. MessageId=43028 SymbolicName=IPSAMPLELOG_EVENT_QUEUE_EMPTY
  138. Language=English
  139. SAMPLE event queue is empty.
  140. The data is the error code.
  141. .
  142. MessageId=43029 SymbolicName=IPSAMPLELOG_CREATE_TIMER_QUEUE_FAILED
  143. Language=English
  144. SAMPLE was unable to create the timer queue.
  145. The data is the error code.
  146. .
  147. MessageId=43030 SymbolicName=IPSAMPLELOG_NETWORK_MODULE_ERROR
  148. Language=English
  149. SAMPLE encountered a problem in the Network Module.
  150. The data is the error code.
  151. .
  152. MessageId=43031 SymbolicName=IPSAMPLELOG_CORRUPT_INTERFACE_CONFIG
  153. Language=English
  154. SAMPLE interface configuration is corrupted.
  155. .
  156. MessageId=43032 SymbolicName=IPSAMPLELOG_INTERFACE_PRESENT
  157. Language=English
  158. SAMPLE interface already exists.
  159. .
  160. MessageId=43033 SymbolicName=IPSAMPLELOG_INTERFACE_ABSENT
  161. Language=English
  162. SAMPLE interface does not exist.
  163. .
  164. MessageId=43034 SymbolicName=IPSAMPLELOG_PACKET_TOO_SMALL
  165. Language=English
  166. SAMPLE received a packet which was smaller than the minimum size allowed
  167. for SAMPLE packets. The packet has been discarded. It was received on
  168. the local interface with IP address %1, and it came from the neighboring
  169. router with IP address %2.
  170. .
  171. MessageId=43035 SymbolicName=IPSAMPLELOG_PACKET_HEADER_CORRUPT
  172. Language=English
  173. SAMPLE received a packet with an invalid header. The packet has been
  174. discarded. It was received on the local interface with IP address %1,
  175. and it came from the neighboring router with IP address %2.
  176. .
  177. MessageId=43036 SymbolicName=IPSAMPLELOG_PACKET_VERSION_INVALID
  178. Language=English
  179. SAMPLE received a packet with an invalid version in its header.
  180. The packet has been discarded. It was received on the local interface
  181. with IP address %1, and it came from the neighboring router
  182. with IP address %2.
  183. .
  184. MessageId=43037 SymbolicName=IPSAMPLELOG_TIMER_MODULE_ERROR
  185. Language=English
  186. SAMPLE encountered a problem in the Timer Module.
  187. The data is the error code.
  188. .
  189. MessageId=43038 SymbolicName=IPSAMPLELOG_CREATE_TIMER_FAILED
  190. Language=English
  191. IPSAMPLE could not create a timer.
  192. The data is the error code.
  193. .
  194. MessageId=43039 SymbolicName=IPSAMPLELOG_PROTOCOL_MODULE_ERROR
  195. Language=English
  196. SAMPLE encountered a problem in the Protocol Module.
  197. The data is the error code.
  198. .