60 lines
2.4 KiB
Plaintext
60 lines
2.4 KiB
Plaintext
|
/****************************************************************************/
|
||
|
/* */
|
||
|
/* USER.RC - */
|
||
|
/* */
|
||
|
/* USER's Resource File */
|
||
|
/* */
|
||
|
/****************************************************************************/
|
||
|
|
||
|
#include "strtable.h"
|
||
|
#include "netdlg.h"
|
||
|
|
||
|
|
||
|
STRINGTABLE PRELOAD DISCARDABLE
|
||
|
BEGIN
|
||
|
|
||
|
STR_NETDRIVER "NETWORK.DRV"
|
||
|
STR_BOOT "boot"
|
||
|
STR_LANGDRIVER "LANGUAGE.DLL"
|
||
|
STR_SYSTEMINI "SYSTEM.INI"
|
||
|
STR_TASKMAN "TASKMAN.EXE"
|
||
|
STR_DRIVERS "DRIVERS"
|
||
|
|
||
|
/* Strings used for device driver initialization which we don't want hanging
|
||
|
* around our ds.
|
||
|
*/
|
||
|
STR_COMMMODULENAME, "COMM"
|
||
|
STR_COMMWRITESTRING, "COMMWRITESTRING"
|
||
|
STR_COMMREADSTRING, "READCOMMSTRING"
|
||
|
STR_COMMENABLENOTIFICATION "ENABLENOTIFICATION"
|
||
|
|
||
|
/*---------------------------------------------------------------------------*/
|
||
|
/* All strings above this line MUST NOT be localized. All strings below
|
||
|
* this line should be localized.
|
||
|
*/
|
||
|
STR_NETCONNTTL "Error Restoring Network Connections"
|
||
|
STR_NETCONNMSG "Cannot connect to %s: %s"
|
||
|
STR_NETCRASHEDTITLE "Error Restoring Network Connections"
|
||
|
STR_NETCRASHEDMSG "Windows was restarted while restoring network connections. Retry establishing connections or cancel net connections for this session?"
|
||
|
|
||
|
STR_NETERRORS "Unexpected network error: 0x%4.4X"
|
||
|
STR_NETERRORS+1 "Network function not supported"
|
||
|
STR_NETERRORS+2 "Network error"
|
||
|
STR_NETERRORS+6 "Incorrect password"
|
||
|
STR_NETERRORS+7 "Access denied"
|
||
|
STR_NETERRORS+11 "Out of memory"
|
||
|
STR_NETERRORS+0x30 "Device not connected"
|
||
|
STR_NETERRORS+0x31 "Device has open files"
|
||
|
STR_NETERRORS+0x32 "Invalid network name"
|
||
|
STR_NETERRORS+0x33 "Invalid local device"
|
||
|
STR_NETERRORS+0x34 "Device already connected"
|
||
|
STR_NETERRORS+0x35 "Connection has gone down"
|
||
|
STR_NETERRORS+0x36 "Permanant connection not available"
|
||
|
|
||
|
STR_SYSERR, "System Error"
|
||
|
STR_DIVBYZERO, "Divide By Zero or Overflow Error"
|
||
|
|
||
|
END
|
||
|
|
||
|
#include "user.rcv"
|