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.

57 lines
2.5 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. ;TCPIP strings
  4. MS_TCPIP.DisplayName = "Internet Protocol (TCP/IP)"
  5. MS_TCPIP.DHCP.DisplayName = "DHCP Client"
  6. MS_TCPIP.DHCP.ServiceDescription = "Manages network configuration by registering and updating IP addresses and DNS names."
  7. MS_TCPIP.TCPIP.ServiceDescription = "TCP/IP Protocol Driver"
  8. MS_TCPIP.Provider_Desc = "Tcpip"
  9. MS_NTDS.Provider_Desc = "NTDS"
  10. ;WINS strings
  11. MS_WINS.DisplayName = "WINS Client(TCP/IP) Protocol"
  12. MS_WINS.LMHosts.DisplayName = "TCP/IP NetBIOS Helper"
  13. MS_WINS.LMHosts.ServiceDescription = "Enables support for NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution."
  14. ;MS_WINS.WINS.ServiceDescription = "WINS Client(TCP/IP) Protocol Driver"
  15. MS_WINS.WINS.ServiceDescription = "NetBios over Tcpip"
  16. ;ATM ARPC
  17. MS_ATMARPC.DeviceDesc = "ATM ARP Client Protocol"
  18. ;DNSCACHE
  19. MS_TCPIP.DNSCACHE.DisplayName = "DNS Client"
  20. MS_TCPIP.DNSCACHE.ServiceDescription = "Resolves and caches Domain Name System (DNS) names for this computer. If this service is stopped, this computer will not be able to resolve DNS names and locate Active Directory domain controllers. If this service is disabled, any services that explicitly depend on it will fail to start."
  21. ; IPSEC
  22. MS_TCPIP.IPSEC.ServiceDescription = "IPSEC driver"
  23. MS_TCPIP.Oakley.ServiceDescription = "ISAKMP/Oakley Key Manager"
  24. MS_TCPIP.PolicyAgent.DisplayName = "IPSEC Services"
  25. MS_TCPIP.PolicyAgent.ServiceDescription = "Manages IP security policy and starts the ISAKMP/Oakley (IKE) and the IP security driver."
  26. ; Winsock Mobility strings
  27. MS_TCPIP.Nla.DisplayName = "Network Location Awareness (NLA)"
  28. MS_TCPIP.Nla.ServiceDescription = "Collects and stores network configuration and location information, and notifies applications when this information changes."
  29. MS_TCPIP.Nla.Provider_Desc = "Network Location Awareness (NLA) Namespace"
  30. IPSEC_Group_Name = "Administrative Tools"
  31. IPSEC_Admin_Desc = "IP Security Management"
  32. ; NETBT_SMB
  33. MS_NETBT_SMB.DisplayName = "Message-oriented TCP/IP Protocol (SMB session)"
  34. MS_NETBT_SMB.HelpText = "A protocol layered on TCP/IP which preserves message boundaries. This instance of the protocol is for use by the file sharing protocol."
  35. ; AddReg flags
  36. FLG_ADDREG_TYPE_EXPAND_SZ = 0x00020000
  37. FLG_ADDREG_TYPE_MULTI_SZ = 0x00010000
  38. FLG_ADDREG_TYPE_DWORD = 0x00010001
  39. FLG_ADDREG_KEYONLY = 0x00000010
  40. FLG_ADDREG_SZ_NO_CLOBBER = 0x00000002
  41. FLG_ADDREG_MULTI_SZ_APPEND = 0x0001000A
  42. FLG_ADDREG_TYPE_BINARY = 0x00000001
  43. FLG_ADDREG_DWORD_NO_CLOBBER = 0x00010003