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.

133 lines
3.7 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; dhcpmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for DHCP messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Manny Weiser 8-Dec-1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the dhcpmsg.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _DHCPMESSAGE_
  26. ;#define _DHCPMESSAGE_
  27. ;
  28. ;//
  29. ;// 1000 - 1099 Reserved for DHCP client events.
  30. ;//
  31. MessageId=1000 SymbolicName=EVENT_LEASE_TERMINATED
  32. Language=English
  33. Your computer has lost the lease to its IP address %2 on the
  34. Network Card with network address %1.
  35. .
  36. MessageId=+1 SymbolicName=EVENT_FAILED_TO_OBTAIN_LEASE
  37. Language=English
  38. Your computer was not assigned an address from the network (by the DHCP
  39. Server) for the Network Card with network address %1. The following error
  40. occurred: %n%2.
  41. Your computer will continue to try and obtain an address on its own from
  42. the network address (DHCP) server.
  43. .
  44. MessageId=+1 SymbolicName=EVENT_NACK_LEASE
  45. Language=English
  46. The IP address lease %1 for the Network Card with network address %2 has been
  47. denied by the DHCP server %3 (The DHCP Server sent a DHCPNACK message).
  48. .
  49. MessageId=+1 SymbolicName=EVENT_FAILED_TO_RENEW
  50. Language=English
  51. Your computer was not able to renew its address from the network (from the
  52. DHCP Server) for the Network Card with network address %1. The following
  53. error occurred: %n%2.
  54. Your computer will continue to try and obtain an address on its own from
  55. the network address (DHCP) server.
  56. .
  57. MessageId=+1 SymbolicName=EVENT_DHCP_SHUTDOWN
  58. Language=English
  59. The DHCP Client service is shutting down. The following error occurred : %n%1
  60. .
  61. MessageId=+1 SymbolicName=EVENT_ADDRESS_CONFLICT
  62. Language=English
  63. Your computer has detected that the IP address %1 for the Network Card
  64. with network address %2 is already in use on the network.
  65. Your computer will automatically attempt to obtain a different address.
  66. .
  67. MessageID=+1 SymbolicName=EVENT_IPAUTOCONFIGURATION_FAILED
  68. Language=English
  69. Your computer was unable to automatically configure the IP parameters for
  70. the Network Card with the network address %1. The following error occurred
  71. during configuration: %2.
  72. .
  73. MessageID=+1 SymbolicName=EVENT_IPAUTOCONFIGURATION_SUCCEEDED
  74. Language=English
  75. Your computer has automatically configured the IP address for the Network
  76. Card with network address %1. The IP address being used is %2.
  77. .
  78. MessageID=+1 SymbolicName=EVENT_COULD_NOT_INITIALISE_INTERFACE
  79. Language=English
  80. Your computer was unable to initialize a Network Interface attached
  81. to the system. The error code is: %1.
  82. .
  83. MessageID=+1 SymbolicName=EVENT_NET_ERROR
  84. Language=English
  85. A network error occurred when trying to send a message. The error code is: %1.
  86. .
  87. ;//
  88. ;// 1100 - 1199 Reserved for User messages
  89. ;//
  90. ;//
  91. ;// These are MASSIVELY changed for Nt 5.0 Beta2
  92. ;//
  93. MessageId=1100 SymbolicName=MESSAGE_POPUP_TITLE
  94. Language=English
  95. Network%0
  96. .
  97. MessageId=+1 SymbolicName=MESSAGE_FAILED_TO_OBTAIN_LEASE
  98. Language=English
  99. Your computer was not assigned an address from the network. It
  100. may require a network address for full access to the network.
  101. It will continue to try and obtain an address on its own from the
  102. network address server (DHCP).
  103. Either your computer is not physically connected to the network or
  104. the server that assigns addresses is not responding. You may check
  105. your network cable connection to diagnose the problem.
  106. .
  107. MessageId=+2 SymbolicName=MESSAGE_SUCCESSFUL_LEASE
  108. Language=English
  109. Your computer was successfully assigned an address from the network,
  110. and it can now connect to other computers.
  111. .
  112. ;#endif // _DHCPMESSAGE_