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.

62 lines
2.4 KiB

  1. // Include our VERSIONINFO structure.
  2. //
  3. #include "version.h"
  4. #include "nmres.h"
  5. // EAPOL stuff
  6. #include "resource.h"
  7. #include "naming.h"
  8. #include "naming.rc"
  9. //+---------------------------------------------------------------------------
  10. // Strings resources
  11. //
  12. STRINGTABLE DISCARDABLE
  13. BEGIN
  14. IDS_INBOUND_CONFIG_CONNECTION_NAME "Incoming Connections"
  15. IDS_LAN_DEFAULT_CONN_NAME "Local Area Connection"
  16. IDS_ELAN_DEFAULT_CONN_NAME "ATM ELAN Connection"
  17. IDS_ATM_DEFAULT_CONN_NAME "ATM Connection"
  18. IDS_BRIDGE_DEFAULT_CONN_NAME "Network Bridge"
  19. IDS_SHAREDACCESS_DEFAULT_CONN_NAME "Internet Connection"
  20. IDS_INSTALLQUEUE_CAPTION "Network Configuration Update"
  21. IDS_INSTALLQUEUE_REBOOT_REQUIRED
  22. "Your network configuration was updated on behalf of the network device you recently installed.\nYou must shut down and restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?"
  23. IDS_SHAREDACCESS_CONN_NAME "%1 on %2"
  24. END
  25. //+---------------------------------------------------------------------------
  26. // Reigstry resources
  27. //
  28. // Netman application
  29. //
  30. IDR_NETMAN REGISTRY "netman.rgs"
  31. IDR_CONMAN REGISTRY "..\\conman\\conman.rgs"
  32. IDR_CONMAN2 REGISTRY "..\\conman\\conman2.rgs"
  33. IDR_CONMAN_ENUM REGISTRY "..\\conman\\enum.rgs"
  34. IDR_INBOUND_CONMAN REGISTRY "..\\conman\\conmani.rgs"
  35. IDR_INBOUND_CONMAN_ENUM REGISTRY "..\\conman\\enumi.rgs"
  36. IDR_LAN_CONMAN REGISTRY "..\\conman\\conmanl.rgs"
  37. IDR_LAN_CONMAN_ENUM REGISTRY "..\\conman\\enuml.rgs"
  38. IDR_WAN_CONMAN REGISTRY "..\\conman\\conmanw.rgs"
  39. IDR_WAN_CONMAN_ENUM REGISTRY "..\\conman\\enumw.rgs"
  40. IDR_SA_CONMAN REGISTRY "..\\conman\\conmansa.rgs"
  41. IDR_SA_CONMAN_ENUM REGISTRY "..\\conman\\enumsa.rgs"
  42. IDR_HN_CONNECTION_UTIL REGISTRY "..\\conman\\nmhnet.rgs"
  43. IDR_DIALUP_CONNECTION REGISTRY "..\\conobs\\dialup.rgs"
  44. IDR_INBOUND_CONNECTION REGISTRY "..\\conobs\\inbound.rgs"
  45. IDR_LAN_CONNECTION REGISTRY "..\\conobs\\lan.rgs"
  46. IDR_SA_CONNECTION REGISTRY "..\\conobs\\saconob.rgs"
  47. IDR_INSTALLQUEUE REGISTRY "..\\ncqueue\\ncqueue.rgs"
  48. IDR_NET_GROUP_POLICIES REGISTRY "..\\conman\\netgpnla.rgs"