Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

33 lines
1.9 KiB

/**********************************************************************/
/** 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?"