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.

59 lines
2.4 KiB

  1. /****************************************************************************/
  2. /* */
  3. /* USER.RC - */
  4. /* */
  5. /* USER's Resource File */
  6. /* */
  7. /****************************************************************************/
  8. #include "strtable.h"
  9. #include "netdlg.h"
  10. STRINGTABLE PRELOAD DISCARDABLE
  11. BEGIN
  12. STR_NETDRIVER "NETWORK.DRV"
  13. STR_BOOT "boot"
  14. STR_LANGDRIVER "LANGUAGE.DLL"
  15. STR_SYSTEMINI "SYSTEM.INI"
  16. STR_TASKMAN "TASKMAN.EXE"
  17. STR_DRIVERS "DRIVERS"
  18. /* Strings used for device driver initialization which we don't want hanging
  19. * around our ds.
  20. */
  21. STR_COMMMODULENAME, "COMM"
  22. STR_COMMWRITESTRING, "COMMWRITESTRING"
  23. STR_COMMREADSTRING, "READCOMMSTRING"
  24. STR_COMMENABLENOTIFICATION "ENABLENOTIFICATION"
  25. /*---------------------------------------------------------------------------*/
  26. /* All strings above this line MUST NOT be localized. All strings below
  27. * this line should be localized.
  28. */
  29. STR_NETCONNTTL "Error Restoring Network Connections"
  30. STR_NETCONNMSG "Cannot connect to %s: %s"
  31. STR_NETCRASHEDTITLE "Error Restoring Network Connections"
  32. STR_NETCRASHEDMSG "Windows was restarted while restoring network connections. Retry establishing connections or cancel net connections for this session?"
  33. STR_NETERRORS "Unexpected network error: 0x%4.4X"
  34. STR_NETERRORS+1 "Network function not supported"
  35. STR_NETERRORS+2 "Network error"
  36. STR_NETERRORS+6 "Incorrect password"
  37. STR_NETERRORS+7 "Access denied"
  38. STR_NETERRORS+11 "Out of memory"
  39. STR_NETERRORS+0x30 "Device not connected"
  40. STR_NETERRORS+0x31 "Device has open files"
  41. STR_NETERRORS+0x32 "Invalid network name"
  42. STR_NETERRORS+0x33 "Invalid local device"
  43. STR_NETERRORS+0x34 "Device already connected"
  44. STR_NETERRORS+0x35 "Connection has gone down"
  45. STR_NETERRORS+0x36 "Permanant connection not available"
  46. STR_SYSERR, "System Error"
  47. STR_DIVBYZERO, "Divide By Zero or Overflow Error"
  48. END
  49. #include "user.rcv"