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.

752 lines
17 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ipconfig.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Contains internationalizable message text for IPCONFIG
  12. ;
  13. ; Note:
  14. ;
  15. ; Some applications depend on the TAB. DON'T REPLACE the TAB with 8 SPACES.
  16. ;
  17. ;--*/
  18. MessageId=10000 SymbolicName=MSG_TITLE
  19. Language=English
  20. Windows IP Configuration
  21. .
  22. MessageId= SymbolicName=MSG_HOST_NAME
  23. Language=English
  24. Host Name . . . . . . . . . . . . : %1
  25. .
  26. MessageId= SymbolicName=MSG_PRIMARY_DNS_SUFFIX
  27. Language=English
  28. Primary Dns Suffix . . . . . . . : %1
  29. .
  30. MessageId= SymbolicName=MSG_NODE_TYPE_UNKNOWN
  31. Language=English
  32. Node Type . . . . . . . . . . . . : Unknown
  33. .
  34. MessageId= SymbolicName=MSG_NODE_TYPE_BROADCAST
  35. Language=English
  36. Node Type . . . . . . . . . . . . : Broadcast
  37. .
  38. MessageId= SymbolicName=MSG_NODE_TYPE_MIXED
  39. Language=English
  40. Node Type . . . . . . . . . . . . : Mixed
  41. .
  42. MessageId= SymbolicName=MSG_NODE_TYPE_HYBRID
  43. Language=English
  44. Node Type . . . . . . . . . . . . : Hybrid
  45. .
  46. MessageId= SymbolicName=MSG_NODE_TYPE_PEER_PEER
  47. Language=English
  48. Node Type . . . . . . . . . . . . : Peer-Peer
  49. .
  50. MessageId= SymbolicName=MSG_ROUTING_DISABLED
  51. Language=English
  52. IP Routing Enabled. . . . . . . . : No
  53. .
  54. MessageId= SymbolicName=MSG_ROUTING_ENABLED
  55. Language=English
  56. IP Routing Enabled. . . . . . . . : Yes
  57. .
  58. MessageId= SymbolicName=MSG_WINS_PROXY_DISABLED
  59. Language=English
  60. WINS Proxy Enabled. . . . . . . . : No
  61. .
  62. MessageId= SymbolicName=MSG_WINS_PROXY_ENABLED
  63. Language=English
  64. WINS Proxy Enabled. . . . . . . . : Yes
  65. .
  66. MessageId= SymbolicName=MSG_DNS_SUFFIX_LIST
  67. Language=English
  68. DNS Suffix Search List. . . . . . : %1
  69. .
  70. MessageId= SymbolicName=MSG_ADDITIONAL_ENTRY
  71. Language=English
  72. %1
  73. .
  74. MessageId= SymbolicName=MSG_IF_TYPE_UNKNOWN
  75. Language=English
  76. Unknown adapter %1
  77. .
  78. MessageId= SymbolicName=MSG_IF_TYPE_OTHER
  79. Language=English
  80. Other adapter %1:
  81. .
  82. MessageId= SymbolicName=MSG_IF_TYPE_ETHERNET
  83. Language=English
  84. Ethernet adapter %1:
  85. .
  86. MessageId= SymbolicName=MSG_IF_TYPE_TOKENRING
  87. Language=English
  88. Token Ring adapter %1:
  89. .
  90. MessageId= SymbolicName=MSG_IF_TYPE_FDDI
  91. Language=English
  92. FDDI adapter %1:
  93. .
  94. MessageId= SymbolicName=MSG_IF_TYPE_LOOPBACK
  95. Language=English
  96. Loopback adapter %1:
  97. .
  98. MessageId= SymbolicName=MSG_IF_TYPE_PPP
  99. Language=English
  100. PPP adapter %1:
  101. .
  102. MessageId= SymbolicName=MSG_IF_TYPE_SLIP
  103. Language=English
  104. SLIP adapter %1:
  105. .
  106. MessageId= SymbolicName=MSG_IF_TYPE_TUNNEL
  107. Language=English
  108. Tunnel adapter %1:
  109. .
  110. MessageId= SymbolicName=MSG_DEVICE_GUID
  111. Language=English
  112. Guid. . . . . . . . . . . . . . . : %1
  113. .
  114. MessageId= SymbolicName=MSG_MEDIA_DISCONNECTED
  115. Language=English
  116. Media State . . . . . . . . . . . : Media disconnected
  117. .
  118. MessageId= SymbolicName=MSG_DOMAIN_NAME
  119. Language=English
  120. Connection-specific DNS Suffix . : %1
  121. .
  122. MessageId= SymbolicName=MSG_FRIENDLY_NAME
  123. Language=English
  124. Description . . . . . . . . . . . : %1
  125. .
  126. MessageId= SymbolicName=MSG_PHYSICAL_ADDRESS
  127. Language=English
  128. Physical Address. . . . . . . . . : %1
  129. .
  130. MessageId= SymbolicName=MSG_DHCP_DISABLED
  131. Language=English
  132. Dhcp Enabled. . . . . . . . . . . : No
  133. .
  134. MessageId= SymbolicName=MSG_DHCP_ENABLED
  135. Language=English
  136. Dhcp Enabled. . . . . . . . . . . : Yes
  137. .
  138. MessageId= SymbolicName=MSG_AUTOCONFIG_DISABLED
  139. Language=English
  140. Autoconfiguration Enabled . . . . : No
  141. .
  142. MessageId= SymbolicName=MSG_AUTOCONFIG_ENABLED
  143. Language=English
  144. Autoconfiguration Enabled . . . . : Yes
  145. .
  146. MessageId= SymbolicName=MSG_IP_ADDRESS
  147. Language=English
  148. IP Address. . . . . . . . . . . . : %1
  149. .
  150. MessageId= SymbolicName=MSG_AUTO_ADDRESS
  151. Language=English
  152. Autoconfiguration IP Address. . . : %1
  153. .
  154. MessageId= SymbolicName=MSG_SUBNET_MASK
  155. Language=English
  156. Subnet Mask . . . . . . . . . . . : %1
  157. .
  158. MessageId= SymbolicName=MSG_DEFAULT_GATEWAY
  159. Language=English
  160. Default Gateway . . . . . . . . . : %1
  161. .
  162. MessageId= SymbolicName=MSG_DHCP_CLASS_ID
  163. Language=English
  164. DHCP Class ID . . . . . . . . . . : %1
  165. .
  166. MessageId= SymbolicName=MSG_DHCP_SERVER
  167. Language=English
  168. DHCP Server . . . . . . . . . . . : %1
  169. .
  170. MessageId= SymbolicName=MSG_DNS_SERVERS
  171. Language=English
  172. DNS Servers . . . . . . . . . . . : %1
  173. .
  174. MessageId= SymbolicName=MSG_WINS_SERVER_1
  175. Language=English
  176. Primary WINS Server . . . . . . . : %1
  177. .
  178. MessageId= SymbolicName=MSG_WINS_SERVER_2
  179. Language=English
  180. Secondary WINS Server . . . . . . : %1
  181. .
  182. MessageId= SymbolicName=MSG_NETBIOS_DISABLED
  183. Language=English
  184. NetBIOS over Tcpip. . . . . . . . : Disabled
  185. .
  186. MessageId= SymbolicName=MSG_LEASE_OBTAINED
  187. Language=English
  188. Lease Obtained. . . . . . . . . . : %1
  189. .
  190. MessageId= SymbolicName=MSG_LEASE_EXPIRES
  191. Language=English
  192. Lease Expires . . . . . . . . . . : %1
  193. .
  194. ;
  195. ;// Internal errors
  196. ;
  197. MessageId= SymbolicName=MSG_FAILURE_HOST_NAME
  198. Language=English
  199. An internal error occurred: %1
  200. Please contact Microsoft Product Support Services for further help.
  201. Additional information: Unable to query host name.
  202. .
  203. MessageId= SymbolicName=MSG_FAILURE_DOM_NAME
  204. Language=English
  205. An internal error occurred: %1
  206. Please contact Microsoft Product Support Services for further help.
  207. Additional information: Unable to query domain name.
  208. .
  209. MessageId= SymbolicName=MSG_FAILURE_ENABLE_ROUTER
  210. Language=English
  211. An internal error occurred: %1
  212. Please contact Microsoft Product Support Services for further help.
  213. Additional information: Unable to query routing information.
  214. .
  215. MessageId= SymbolicName=MSG_FAILURE_ENABLE_DNS
  216. Language=English
  217. An internal error occurred: %1
  218. Please contact Microsoft Product Support Services for further help.
  219. Additional information: Unable to query network parameters.
  220. .
  221. MessageId= SymbolicName=MSG_FAILURE_IF_TABLE
  222. Language=English
  223. An internal error occurred: %1
  224. Please contact Microsoft Product Support Services for further help.
  225. Additional information: Unable to query tcpip interface table.
  226. .
  227. MessageId= SymbolicName=MSG_FAILURE_IF_INFO
  228. Language=English
  229. An internal error occurred: %1
  230. Please contact Microsoft Product Support Services for further help.
  231. Additional information: Unable to query tcpip interface information.
  232. .
  233. MessageId= SymbolicName=MSG_FAILURE_ADDR_TABLE
  234. Language=English
  235. An internal error occurred: %1
  236. Please contact Microsoft Product Support Services for further help.
  237. Additional information: Unable to query tcpip address table.
  238. .
  239. MessageId= SymbolicName=MSG_FAILURE_ROUTE_TABLE
  240. Language=English
  241. An internal error occurred: %1
  242. Please contact Microsoft Product Support Services for further help.
  243. Additional information: Unable to query tcpip route table.
  244. .
  245. MessageId= SymbolicName=MSG_FAILURE_UNKNOWN_IF
  246. Language=English
  247. An internal error occurred: %1
  248. Please contact Microsoft Product Support Services for further help.
  249. Additional information: Unable to map interface type.
  250. .
  251. MessageId= SymbolicName=MSG_FAILURE_UNKNOWN_NAME
  252. Language=English
  253. An internal error occurred: %1
  254. Please contact Microsoft Product Support Services for further help.
  255. Additional information: Unable to map the name or description.
  256. .
  257. MessageId= SymbolicName=MSG_FAILURE_UNKNOWN_MEDIA_STATUS
  258. Language=English
  259. An internal error occurred: %1
  260. Please contact Microsoft Product Support Services for further help.
  261. Additional information: Unknown media status code.
  262. .
  263. MessageId= SymbolicName=MSG_FAILURE_UNKNOWN_TCPIP_DEVICE
  264. Language=English
  265. An internal error occurred: %1
  266. Please contact Microsoft Product Support Services for further help.
  267. Additional information: Unable to determine tcpip device name.
  268. .
  269. MessageId= SymbolicName=MSG_FAILURE_OPEN_KEY
  270. Language=English
  271. An internal error occurred: %1
  272. Please contact Microsoft Product Support Services for further help.
  273. Additional information: Unable to open registry key for tcpip.
  274. .
  275. MessageId= SymbolicName=MSG_FAILURE_DHCP_VALUES
  276. Language=English
  277. An internal error occurred: %1
  278. Please contact Microsoft Product Support Services for further help.
  279. Additional information: Unable to retrieve DHCP parameters.
  280. .
  281. MessageId= SymbolicName=MSG_FAILURE_DNS_VALUES
  282. Language=English
  283. An internal error occurred: %1
  284. Please contact Microsoft Product Support Services for further help.
  285. Additional information: Unable to retrieve DNS parameters.
  286. .
  287. MessageId= SymbolicName=MSG_FAILURE_WINS_VALUES
  288. Language=English
  289. An internal error occurred: %1
  290. Please contact Microsoft Product Support Services for further help.
  291. Additional information: Unable to retrieve WINS parameters.
  292. .
  293. MessageId= SymbolicName=MSG_FAILURE_ADDRESS_VALUES
  294. Language=English
  295. An internal error occurred: %1
  296. Please contact Microsoft Product Support Services for further help.
  297. Additional information: Unable to find IP Address parameters.
  298. .
  299. MessageId= SymbolicName=MSG_FAILURE_ROUTE_VALUES
  300. Language=English
  301. An internal error occurred: %1
  302. Please contact Microsoft Product Support Services for further help.
  303. Additional information: Unable to find Route parameters.
  304. .
  305. MessageId= SymbolicName=MSG_FAILURE_NO_SPECIFIC
  306. Language=English
  307. An internal error occurred: %1
  308. Please contact Microsoft Product Support Services for further help.
  309. .
  310. ;//
  311. ;// Usage and commmand line options
  312. ;//
  313. MessageId= SymbolicName=MSG_NOTE_TO_LOCALIZATION_TEAM
  314. Language=English
  315. Note to localization team: The next eight strings are the command line
  316. options permitted by ipconfig. Note sure if these need to be localized.
  317. .
  318. MessageId= SymbolicName=MSG_CMD_ALL
  319. Language=English
  320. all%0
  321. .
  322. MessageId= SymbolicName=MSG_CMD_RENEW
  323. Language=English
  324. renew%0
  325. .
  326. MessageId= SymbolicName=MSG_CMD_RELEASE
  327. Language=English
  328. release%0
  329. .
  330. MessageId= SymbolicName=MSG_CMD_FLUSHDNS
  331. Language=English
  332. flushdns%0
  333. .
  334. MessageId= SymbolicName=MSG_CMD_DISPLAYDNS
  335. Language=English
  336. displaydns%0
  337. .
  338. MessageId= SymbolicName=MSG_CMD_REGISTER
  339. Language=English
  340. registerdns%0
  341. .
  342. MessageId= SymbolicName=MSG_CMD_SHOWCLASSID
  343. Language=English
  344. showclassid%0
  345. .
  346. MessageId= SymbolicName=MSG_CMD_SETCLASSID
  347. Language=English
  348. setclassid%0
  349. .
  350. MessageId= SymbolicName=MSG_CMD_DEBUG
  351. Language=English
  352. debug%0
  353. .
  354. MessageId= SymbolicName=MSG_CMD_USAGE_ERR
  355. Language=English
  356. Error: unrecongnized or incomplete command line.
  357. .
  358. MessageId= SymbolicName=MSG_CMD_USAGE
  359. Language=English
  360. USAGE:
  361. ipconfig [/? | /all | /renew [adapter] | /release [adapter] |
  362. /flushdns | /displaydns | /registerdns |
  363. /showclassid adapter |
  364. /setclassid adapter [classid] ]
  365. where
  366. adapter Connection name
  367. (wildcard characters * and ? allowed, see examples)
  368. Options:
  369. /? Display this help message
  370. /all Display full configuration information.
  371. /release Release the IP address for the specified adapter.
  372. /renew Renew the IP address for the specified adapter.
  373. /flushdns Purges the DNS Resolver cache.
  374. /registerdns Refreshes all DHCP leases and re-registers DNS names
  375. /displaydns Display the contents of the DNS Resolver Cache.
  376. /showclassid Displays all the dhcp class IDs allowed for adapter.
  377. /setclassid Modifies the dhcp class id.
  378. The default is to display only the IP address, subnet mask and
  379. default gateway for each adapter bound to TCP/IP.
  380. For Release and Renew, if no adapter name is specified, then the IP address
  381. leases for all adapters bound to TCP/IP will be released or renewed.
  382. For Setclassid, if no ClassId is specified, then the ClassId is removed.
  383. Examples:
  384. > ipconfig ... Show information.
  385. > ipconfig /all ... Show detailed information
  386. > ipconfig /renew ... renew all adapters
  387. > ipconfig /renew EL* ... renew any connection that has its
  388. name starting with EL
  389. > ipconfig /release *Con* ... release all matching connections,
  390. eg. "Local Area Connection 1" or
  391. "Local Area Connection 2"
  392. .
  393. ;//
  394. ;// specific error messages on various actions follow
  395. ;//
  396. MessageId= SymbolicName=MSG_RENEW_FAILED_UNREACHABLE_DHCP
  397. Language=English
  398. An error occurred while renewing interface %1 : unable to contact your DHCP server. Request has timed out.
  399. .
  400. MessageId= SymbolicName=MSG_RENEW_FAILED
  401. Language=English
  402. An error occurred while renewing interface %2 : %1
  403. .
  404. MessageId= SymbolicName=MSG_OPERATION_ON_NONDHCP
  405. Language=English
  406. Adapter %1 is not enabled for Dhcp.
  407. .
  408. MessageId= SymbolicName=MSG_RELEASE_FAILED
  409. Language=English
  410. An error occured while releasing interface %2 : %1
  411. .
  412. MessageId= SymbolicName=MSG_NO_MATCH
  413. Language=English
  414. The operation failed as no adapter is in the state permissible for
  415. this operation.
  416. .
  417. MessageId= SymbolicName=MSG_MEDIA_SENSE
  418. Language=English
  419. No operation can be performed on %1 while it has its media disconnected.
  420. .
  421. MessageId= SymbolicName=MSG_ZERO_ADDRESS
  422. Language=English
  423. IP Address for adapter %1 has already been released.
  424. .
  425. MessageId= SymbolicName=MSG_FLUSHDNS_FAILED
  426. Language=English
  427. Could not flush the DNS Resolver Cache: %1
  428. .
  429. MessageId= SymbolicName=MSG_FLUSHDNS_SUCCEEDED
  430. Language=English
  431. Successfully flushed the DNS Resolver Cache.
  432. .
  433. MessageId= SymbolicName=MSG_REGISTERDNS_SUCCEEDED
  434. Language=English
  435. Registration of the DNS resource records for all adapters of this computer has been initiated. Any errors will be reported in the Event Viewer in 15 minutes..
  436. .
  437. MessageId= SymbolicName=MSG_REGISTERDNS_FAILED
  438. Language=English
  439. Registration of DNS records failed: %1
  440. .
  441. MessageId= SymbolicName=MSG_SETCLASSID_FAILED
  442. Language=English
  443. Attempt to set the class id for adapter %2 failed: %1
  444. .
  445. MessageId= SymbolicName=MSG_SETCLASSID_SUCCEEDED
  446. Language=English
  447. Successfully set the class id for adapter %1.
  448. .
  449. MessageId= SymbolicName=MSG_NO_CLASSES
  450. Language=English
  451. There are no classes defined for %1.
  452. .
  453. MessageId= SymbolicName=MSG_CLASSES_LIST_HEADER
  454. Language=English
  455. DHCP Classes for Adapter "%1":
  456. .
  457. MessageId= SymbolicName=MSG_CLASSID
  458. Language=English
  459. DHCP ClassID Name . . . . . . . . : %1
  460. DHCP ClassID Description . . . . : %2
  461. .
  462. MessageId= SymbolicName=MSG_CLASSID_FAILED
  463. Language=English
  464. Unable to modify the class id for adapter %2: %1
  465. .
  466. MessageId= SymbolicName=MSG_DNS_RECORD_HEADER
  467. Language=English
  468. Record Name . . . . . : %1
  469. Record Type . . . . . : %2
  470. Time To Live . . . . : %3
  471. Data Length . . . . . : %4
  472. .
  473. MessageId= SymbolicName=MSG_DNS_QUESTION_SECTION
  474. Language=English
  475. Section . . . . . . . : Question
  476. .
  477. MessageId= SymbolicName=MSG_DNS_ANSWER_SECTION
  478. Language=English
  479. Section . . . . . . . : Answer
  480. .
  481. MessageId= SymbolicName=MSG_DNS_AUTHORITY_SECTION
  482. Language=English
  483. Section . . . . . . . : Authority
  484. .
  485. MessageId= SymbolicName=MSG_DNS_ADDITIONAL_SECTION
  486. Language=English
  487. Section . . . . . . . : Additional
  488. .
  489. MessageId= SymbolicName=MSG_DNS_A_RECORD
  490. Language=English
  491. A (Host) Record . . . : %1
  492. .
  493. MessageId= SymbolicName=MSG_DNS_SRV_RECORD
  494. Language=English
  495. SRV Record . . . . . : %1
  496. %2
  497. %3
  498. %4
  499. .
  500. MessageId= SymbolicName=MSG_DNS_SOA_RECORD
  501. Language=English
  502. SOA Record . . . . . : %1
  503. %2
  504. %3
  505. %4
  506. %5
  507. %6
  508. %7
  509. .
  510. MessageId= SymbolicName=MSG_DNS_NS_RECORD
  511. Language=English
  512. NS Record . . . . . : %1
  513. .
  514. MessageId= SymbolicName=MSG_DNS_PTR_RECORD
  515. Language=English
  516. PTR Record . . . . . : %1
  517. .
  518. MessageId= SymbolicName=MSG_DNS_MX_RECORD
  519. Language=English
  520. MX Record . . . . . . : %1
  521. %2
  522. %3
  523. .
  524. MessageId= SymbolicName=MSG_DNS_AAAA_RECORD
  525. Language=English
  526. AAAA Record . . . . . : %1
  527. .
  528. MessageId= SymbolicName=MSG_DNS_ATMA_RECORD
  529. Language=English
  530. ATMA Record . . . . . : %1
  531. %2
  532. .
  533. MessageId= SymbolicName=MSG_DNS_CNAME_RECORD
  534. Language=English
  535. CNAME Record . . . . : %1
  536. .
  537. MessageId= SymbolicName=MSG_DNS_ERR_NO_RECORDS
  538. Language=English
  539. %1
  540. ----------------------------------------
  541. No records of type %2
  542. .
  543. MessageId= SymbolicName=MSG_DNS_ERR_NAME_ERROR
  544. Language=English
  545. %1
  546. ----------------------------------------
  547. Name does not exist.
  548. .
  549. MessageId= SymbolicName=MSG_DNS_ERR_UNABLE_TO_DISPLAY
  550. Language=English
  551. %1
  552. ----------------------------------------
  553. Record data for type %2 could not be displayed.
  554. .
  555. MessageId= SymbolicName=MSG_DNS_RECORD_PREAMBLE
  556. Language=English
  557. %1
  558. ----------------------------------------
  559. .
  560. MessageId= SymbolicName=MSG_DISPLAYDNS_FAILED
  561. Language=English
  562. Could not display the DNS Resolver Cache.
  563. .