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.
40 lines
1.3 KiB
40 lines
1.3 KiB
|
|
[Strings]
|
|
Msft = "Microsoft"
|
|
|
|
DNSServer_Display = "DNS Server"
|
|
DNSServer_Desc = "通过应答 DNS 查询和动态 DNS 更新请求来使 DNS 客户端能够解析 DNS 名称。如果此服务停止,将不会更新 DNS。如果此服务被禁用,所有明确依赖它的服务都将不能启动。"
|
|
|
|
; Service names
|
|
DNS_Desc = "Microsoft DNS 服务器"
|
|
DNS_Admin_Group = "管理工具"
|
|
DNSServer_HELP = "域名系统将 DNS 域名映射到 IP 地址。"
|
|
|
|
; Note to localizers: This string must be the same as the one from NT4.
|
|
DNS_Admin_Tool_Old = "DNS 管理器"
|
|
DNS_Admin_Group_Old = "管理工具"
|
|
DNS_Shortcut_Desc = "DNS"
|
|
DNS_EXTENSION = "DNS Extension"
|
|
DNS_Admin_HelpText = "管理域名系统(DNS)服务,该服务将 DNS 计算机名称转换成 IP 地址。"
|
|
|
|
REG_MULTI_SZ = 0x10000
|
|
REG_EXPAND_SZ = 0x20000
|
|
REG_DWORD = 0x10001
|
|
SERVICE_DEMAND_START = 3
|
|
SERVICE_AUTO_START = 2
|
|
SERVICE_WIN32_SHARE_PROCESS = 32
|
|
SERVICE_FILE_SYSTEM_DRIVER = 2
|
|
SERVICE_WIN32_OWN_PROCESS = 16
|
|
|
|
; Characteristic flags
|
|
NCF_VIRTUAL = 0x0001
|
|
NCF_WRAPPER = 0x0002
|
|
NCF_PHYSICAL = 0x0004
|
|
NCF_HIDDEN = 0x0008
|
|
NCF_NO_SERVICE = 0x0010
|
|
NCF_NOT_USER_REMOVABLE = 0x0020
|
|
NCF_HAS_UI = 0x0080
|
|
NCF_MODEM = 0x0100
|
|
|
|
KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
|
|
|