/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corp., 1994 **/ /**********************************************************************/ /* usamsg.h Contains message text for English countries */ #define MESSAGE_LEASE_TERMINATED_TEXT "This DHCP client has lost the lease to its IP network address. Network transactions can no longer be performed on the device. " \ "Do you want to see future DHCP messages?" #define MESSAGE_FAILED_TO_INITIALIZE_TEXT "This DHCP client was unable to obtain an IP network address from a DHCP server. " \ "Do you want to see future DHCP messages?" #define MESSAGE_FAILED_TO_OBTAIN_LEASE_TEXT "This DHCP client was unable to obtain an IP network address from a DHCP server. " \ "Do you want to see future DHCP messages?" #define MESSAGE_FAILED_TO_RENEW_LEASE_TEXT "This DHCP client couldn't renew an IP address lease. " \ "Do you want to see future DHCP messages?" #define MESSAGE_SUCCESSFUL_LEASE_TEXT "The DHCP client successfully leased an IP address. " \ "Do you want to see future DHCP messages?" #define MESSAGE_SUCCESSFUL_RENEW_TEXT "The DHCP client successfully renewed the IP address. " \ "Do you want to see future DHCP messages?" #define MESSAGE_ADDRESS_CONFLICT_TEXT "The DHCP client obtained an IP network address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a valid address." \ "Do you want to see future DHCP messages?"