121f0095cSStanislav Motylkov/* 221f0095cSStanislav Motylkov * PROJECT: ReactOS ipconfig utility 321f0095cSStanislav Motylkov * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) 421f0095cSStanislav Motylkov * PURPOSE: English (United States) resource file 521f0095cSStanislav Motylkov * TRANSLATOR: Copyright 2005-2006 Ged Murphy <gedmurphy@gmail.com> 621f0095cSStanislav Motylkov */ 721f0095cSStanislav Motylkov 8c2c66affSColin FinckLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 9c2c66affSColin Finck 10c2c66affSColin FinckSTRINGTABLE 11c2c66affSColin FinckBEGIN 12aaa0cb67SEric Kohl IDS_HEADER "\nReactOS IP Configuration\n\n" 13aaa0cb67SEric Kohl IDS_HOSTNAME "\tHost Name . . . . . . . . . . . . : %hs\n" 14aaa0cb67SEric Kohl IDS_PRIMARYDNSSUFFIX "\tPrimary DNS Suffix. . . . . . . . : %hs\n" 150d0bd954SEric Kohl IDS_NODETYPEBCAST "\tNode Type . . . . . . . . . . . . : Broadcast\n" 160d0bd954SEric Kohl IDS_NODETYPEP2P "\tNode Type . . . . . . . . . . . . : Peer To Peer\n" 170d0bd954SEric Kohl IDS_NODETYPEMIXED "\tNode Type . . . . . . . . . . . . : Mixed\n" 180d0bd954SEric Kohl IDS_NODETYPEHYBRID "\tNode Type . . . . . . . . . . . . : Hybrid\n" 190d0bd954SEric Kohl IDS_NODETYPEUNKNOWN "\tNode Type . . . . . . . . . . . . : Unknown\n" 20aaa0cb67SEric Kohl IDS_IPROUTINGNO "\tIP Routing Enabled. . . . . . . . : No\n" 21aaa0cb67SEric Kohl IDS_IPROUTINGYES "\tIP Routing Enabled. . . . . . . . : Yes\n" 22aaa0cb67SEric Kohl IDS_WINSPROXYNO "\tWINS Proxy enabled. . . . . . . . : No\n" 23aaa0cb67SEric Kohl IDS_WINSPROXYYES "\tWINS Proxy enabled. . . . . . . . : Yes\n" 24aaa0cb67SEric Kohl IDS_DNSSUFFIXLIST "\tDNS Suffix Search List. . . . . . : %hs\n" 25aaa0cb67SEric Kohl IDS_EMPTYLINE "\t %hs\n" 26aaa0cb67SEric Kohl IDS_MEDIADISCONNECTED "\tMedia State . . . . . . . . . . . : Media disconnected\n" 27aaa0cb67SEric Kohl IDS_CONNECTIONDNSSUFFIX "\tConnection-specific DNS Suffix. . : %hs\n" 28aaa0cb67SEric Kohl IDS_DESCRIPTION "\tDescription . . . . . . . . . . . : " 29aaa0cb67SEric Kohl IDS_PHYSICALADDRESS "\tPhysical Address. . . . . . . . . : %hs\n" 30aaa0cb67SEric Kohl IDS_DHCPNO "\tDHCP Enabled. . . . . . . . . . . : No\n" 31aaa0cb67SEric Kohl IDS_DHCPYES "\tDHCP Enabled. . . . . . . . . . . : Yes\n" 32aaa0cb67SEric Kohl IDS_AUTOCONFIGNO "\tAutoconfiguration Enabled . . . . : No\n" 33aaa0cb67SEric Kohl IDS_AUTOCONFIGYES "\tAutoconfiguration Enabled . . . . : Yes\n" 34aaa0cb67SEric Kohl IDS_IPADDRESS "\tIP Address. . . . . . . . . . . . : %hs\n" 35aaa0cb67SEric Kohl IDS_SUBNETMASK "\tSubnet Mask . . . . . . . . . . . : %hs\n" 36aaa0cb67SEric Kohl IDS_DEFAULTGATEWAY "\tDefault Gateway . . . . . . . . . : %hs\n" 37aaa0cb67SEric Kohl IDS_DHCPSERVER "\tDHCP Server . . . . . . . . . . . : %hs\n" 38aaa0cb67SEric Kohl IDS_DNSSERVERS "\tDNS Servers . . . . . . . . . . . : %hs\n" 39aaa0cb67SEric Kohl IDS_PRIMARYWINSSERVER "\tPrimary WINS Server . . . . . . . : %hs\n" 40aaa0cb67SEric Kohl IDS_SECONDARYWINSSERVER "\tSecondary WINS Server . . . . . . : %hs\n" 41aaa0cb67SEric Kohl IDS_LEASEOBTAINED "\tLease Obtained. . . . . . . . . . : %s\n" 42aaa0cb67SEric Kohl IDS_LEASEEXPIRES "\tLease Expires . . . . . . . . . . : %s\n" 43c2c66affSColin FinckEND 44c2c66affSColin Finck 45c2c66affSColin FinckSTRINGTABLE 46c2c66affSColin FinckBEGIN 47ed80df29SEric Kohl IDS_UNKNOWNADAPTER "\nUnknown Adapter: %ls\n\n" 48ed80df29SEric Kohl IDS_OTHER "\nOther Type Of Adapter: %ls\n\n" 49ed80df29SEric Kohl IDS_ETH "\nEthernet Adapter: %ls\n\n" 50ed80df29SEric Kohl IDS_TOKEN "\nToken Ring Adapter: %ls\n\n" 51ed80df29SEric Kohl IDS_FDDI "\nFDDI Adapter: %ls\n\n" 52ed80df29SEric Kohl IDS_PPP "\nPPP Adapter: %ls\n\n" 53ed80df29SEric Kohl IDS_LOOP "\nLoopback Adapter: %ls\n\n" 54ed80df29SEric Kohl IDS_SLIP "\nSLIP Adapter: %ls\n\n" 55ed80df29SEric Kohl IDS_WIFI "\nWireless Network Adapter: %ls\n\n" 56c2c66affSColin FinckEND 57c2c66affSColin Finck 58c2c66affSColin FinckSTRINGTABLE 59c2c66affSColin FinckBEGIN 60b0b40ce5SEric Kohl IDS_DNSNAME "\t%ls\n" 61b0b40ce5SEric Kohl IDS_DNSLINE "\t----------------------------------------\n" 62b0b40ce5SEric Kohl IDS_DNSRECORDNAME "\tRecord Name . . . . . : %ls\n" 63b0b40ce5SEric Kohl IDS_DNSRECORDTYPE "\tRecord Type . . . . . : %hu\n" 64b0b40ce5SEric Kohl IDS_DNSRECORDTTL "\tTime To Live. . . . . : %lu\n" 65b0b40ce5SEric Kohl IDS_DNSRECORDLENGTH "\tData Length . . . . . : %hu\n" 66b0b40ce5SEric Kohl IDS_DNSSECTIONQUESTION "\tSection . . . . . . . : Question\n" 67b0b40ce5SEric Kohl IDS_DNSSECTIONANSWER "\tSection . . . . . . . : Answer\n" 68b0b40ce5SEric Kohl IDS_DNSSECTIONAUTHORITY "\tSection . . . . . . . : Authority\n" 69b0b40ce5SEric Kohl IDS_DNSSECTIONADDITIONAL "\tSection . . . . . . . : Additional\n" 70b0b40ce5SEric Kohl IDS_DNSTYPEA "\tA (Host) Record . . . : %ls\n" 71b0b40ce5SEric Kohl IDS_DNSTYPENS "\tNS Record . . . . . . : %ls\n" 72b0b40ce5SEric Kohl IDS_DNSTYPECNAME "\tCNAME Record. . . . . : %ls\n" 737f55dd36SEric Kohl IDS_DNSTYPESOA1 "\tSOA Record. . . . . . : %ls\n\t %ls\n\t %lu\n" 747f55dd36SEric Kohl IDS_DNSTYPESOA2 "\t %lu\n\t %lu\n\t %lu\n\t %lu\n" 75b0b40ce5SEric Kohl IDS_DNSTYPEPTR "\tPTR Record. . . . . . : %ls\n" 761abfdde2SEric Kohl IDS_DNSTYPEMX "\tMX Record . . . . . . : %ls\n\t %hu\n\t %hu\n" 77b0b40ce5SEric Kohl IDS_DNSTYPEAAAA "\tAAAA Record . . . . . : %ls\n" 78b0b40ce5SEric Kohl IDS_DNSTYPEATMA "\tATMA Record . . . . . : \n" 791abfdde2SEric Kohl IDS_DNSTYPESRV "\tSRV Record. . . . . . : %ls\n\t %hu\n\t %hu\n\t %hu\n" 80b0b40ce5SEric KohlEND 81b0b40ce5SEric Kohl 82b0b40ce5SEric KohlSTRINGTABLE 83b0b40ce5SEric KohlBEGIN 844328b858SEric Kohl IDS_DNSNORECORD "\tNo records of type %ls\n\n" 854328b858SEric Kohl IDS_DNSNONAME "\tName does not exist.\n\n" 864328b858SEric Kohl IDS_DNSFLUSHERROR "Could not flush the DNS Resolver Cache: " 874328b858SEric Kohl IDS_DNSFLUSHSUCCESS "Successfully flushed the DNS Resolver Cache.\n" 88ed80df29SEric Kohl IDS_DHCPNOTCONNECTED "No operation can be performed on %ls while it has its media disconnected.\n" 89ed80df29SEric Kohl IDS_DHCPNOTENABLED "Adapter %ls is not enabled for DHCP.\n" 90ed80df29SEric Kohl IDS_DHCPNOADAPTER "The operation failed as no adapter is in the state permissible for \nthis operation.\n" 91ed80df29SEric Kohl IDS_DHCPRELEASED "IP Address for adapter %ls has already been released.\n" 92*eb30050eSEric Kohl IDS_DHCPRELEASEERROR "An error occurred while releasing interface %ls: " 93*eb30050eSEric Kohl IDS_DHCPRENEWERROR "An error occurred while renewing interface %ls: " 944328b858SEric KohlEND 954328b858SEric Kohl 964328b858SEric KohlSTRINGTABLE 974328b858SEric KohlBEGIN 98c2c66affSColin Finck/* Please keep the spacing/formatting as per En.rc when translating */ 99c2c66affSColin Finck IDS_USAGE 100c2c66affSColin Finck "\nUSAGE:\n\ 101c2c66affSColin Finck ipconfig [/? | /all | /renew [adapter] | /release [adapter] |\n\ 102c2c66affSColin Finck /flushdns | /displaydns | /registerdns |\n\ 103c2c66affSColin Finck /showclassid adapter |\n\ 104c2c66affSColin Finck /setclassid adapter [classid] ]\n\ 105c2c66affSColin Finck\n\ 106c2c66affSColin Finck where\n\ 107c2c66affSColin Finck adapter Connection name\n\ 108c2c66affSColin Finck (wildcard characters * and ? allowed, see examples)\n\ 109c2c66affSColin Finck\n\ 110c2c66affSColin Finck Options:\n\ 111c2c66affSColin Finck /? Display this help message\n\ 112c2c66affSColin Finck /all Display full configuration information.\n\ 113c2c66affSColin Finck /release Release the IP address for the specified adapter.\n\ 114c2c66affSColin Finck /renew Renew the IP address for the specified adapter.\n\ 115c2c66affSColin Finck /flushdns Purges the DNS Resolver cache.\n\ 116c2c66affSColin Finck /registerdns Refreshes all DHCP leases and re-registers DNS names.\n\ 117c2c66affSColin Finck /displaydns Display the contents of the DNS Resolver Cache.\n\ 118c2c66affSColin Finck /showclassid Displays all the dhcp class IDs allowed for adapter.\n\ 119c2c66affSColin Finck /setclassid Modifies the dhcp class id.\n\ 120c2c66affSColin Finck\n\ 121c2c66affSColin Finck The default is to display only the IP address, subnet mask and\n\ 122c2c66affSColin Finck default gateway for each adapter bound to TCP/IP.\n\ 123c2c66affSColin Finck\n\ 124c2c66affSColin Finck For Release and Renew, if no adapter name is specified, then the IP address\n\ 125c2c66affSColin Finck leases for all adapters bound to TCP/IP will be released or renewed.\n\ 126c2c66affSColin Finck\n\ 127c2c66affSColin Finck For Setclassid, if no ClassId is specified, then the ClassId is removed.\n\ 128c2c66affSColin Finck\n\ 129c2c66affSColin Finck Examples:\n\ 130c2c66affSColin Finck > ipconfig ... Show information.\n\ 131c2c66affSColin Finck > ipconfig /all ... Show detailed information\n\ 132c2c66affSColin Finck > ipconfig /renew ... renew all adapters\n\ 133c2c66affSColin Finck > ipconfig /renew EL* ... renew any connection that has its\n\ 134c2c66affSColin Finck name starting with EL\n\ 135c2c66affSColin Finck > ipconfig /release *Con* ... release all matching connections,\n\ 136c2c66affSColin Finck eg. ""Local Area Connection 1"" or\n\ 137c2c66affSColin Finck ""Local Area Connection 2""\n" 138c2c66affSColin FinckEND 139