1*21f0095cSStanislav Motylkov/*
2*21f0095cSStanislav Motylkov * PROJECT:     ReactOS ipconfig utility
3*21f0095cSStanislav Motylkov * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4*21f0095cSStanislav Motylkov * PURPOSE:     English (United States) resource file
5*21f0095cSStanislav Motylkov * TRANSLATOR:  Copyright 2005-2006 Ged Murphy <gedmurphy@gmail.com>
6*21f0095cSStanislav Motylkov */
7*21f0095cSStanislav 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"
15aaa0cb67SEric Kohl    IDS_NODETYPE            "\tNode Type . . . . . . . . . . . . : "
16aaa0cb67SEric Kohl    IDS_IPROUTINGNO         "\tIP Routing Enabled. . . . . . . . : No\n"
17aaa0cb67SEric Kohl    IDS_IPROUTINGYES        "\tIP Routing Enabled. . . . . . . . : Yes\n"
18aaa0cb67SEric Kohl    IDS_WINSPROXYNO         "\tWINS Proxy enabled. . . . . . . . : No\n"
19aaa0cb67SEric Kohl    IDS_WINSPROXYYES        "\tWINS Proxy enabled. . . . . . . . : Yes\n"
20aaa0cb67SEric Kohl    IDS_DNSSUFFIXLIST       "\tDNS Suffix Search List. . . . . . : %hs\n"
21aaa0cb67SEric Kohl    IDS_EMPTYLINE           "\t                                    %hs\n"
22aaa0cb67SEric Kohl    IDS_MEDIADISCONNECTED   "\tMedia State . . . . . . . . . . . : Media disconnected\n"
23aaa0cb67SEric Kohl    IDS_CONNECTIONDNSSUFFIX "\tConnection-specific DNS Suffix. . : %hs\n"
24aaa0cb67SEric Kohl    IDS_DESCRIPTION         "\tDescription . . . . . . . . . . . : "
25aaa0cb67SEric Kohl    IDS_PHYSICALADDRESS     "\tPhysical Address. . . . . . . . . : %hs\n"
26aaa0cb67SEric Kohl    IDS_DHCPNO              "\tDHCP Enabled. . . . . . . . . . . : No\n"
27aaa0cb67SEric Kohl    IDS_DHCPYES             "\tDHCP Enabled. . . . . . . . . . . : Yes\n"
28aaa0cb67SEric Kohl    IDS_AUTOCONFIGNO        "\tAutoconfiguration Enabled . . . . : No\n"
29aaa0cb67SEric Kohl    IDS_AUTOCONFIGYES       "\tAutoconfiguration Enabled . . . . : Yes\n"
30aaa0cb67SEric Kohl    IDS_IPADDRESS           "\tIP Address. . . . . . . . . . . . : %hs\n"
31aaa0cb67SEric Kohl    IDS_SUBNETMASK          "\tSubnet Mask . . . . . . . . . . . : %hs\n"
32aaa0cb67SEric Kohl    IDS_DEFAULTGATEWAY      "\tDefault Gateway . . . . . . . . . : %hs\n"
33aaa0cb67SEric Kohl    IDS_DHCPSERVER          "\tDHCP Server . . . . . . . . . . . : %hs\n"
34aaa0cb67SEric Kohl    IDS_DNSSERVERS          "\tDNS Servers . . . . . . . . . . . : %hs\n"
35aaa0cb67SEric Kohl    IDS_PRIMARYWINSSERVER   "\tPrimary WINS Server . . . . . . . : %hs\n"
36aaa0cb67SEric Kohl    IDS_SECONDARYWINSSERVER "\tSecondary WINS Server . . . . . . : %hs\n"
37aaa0cb67SEric Kohl    IDS_LEASEOBTAINED       "\tLease Obtained. . . . . . . . . . : %s\n"
38aaa0cb67SEric Kohl    IDS_LEASEEXPIRES        "\tLease Expires . . . . . . . . . . : %s\n"
39c2c66affSColin FinckEND
40c2c66affSColin Finck
41c2c66affSColin FinckSTRINGTABLE
42c2c66affSColin FinckBEGIN
43aaa0cb67SEric Kohl    IDS_YES "Yes"
44aaa0cb67SEric Kohl    IDS_NO  "No"
45aaa0cb67SEric KohlEND
46aaa0cb67SEric Kohl
47aaa0cb67SEric KohlSTRINGTABLE
48aaa0cb67SEric KohlBEGIN
49aaa0cb67SEric Kohl    IDS_BCAST "Broadcast"
50aaa0cb67SEric Kohl    IDS_P2P "Peer To Peer"
51aaa0cb67SEric Kohl    IDS_MIXED "Mixed"
52aaa0cb67SEric Kohl    IDS_HYBRID "Hybrid"
53aaa0cb67SEric Kohl    IDS_UNKNOWN "Unknown"
54aaa0cb67SEric KohlEND
55aaa0cb67SEric Kohl
56aaa0cb67SEric KohlSTRINGTABLE
57aaa0cb67SEric KohlBEGIN
58aaa0cb67SEric Kohl    IDS_UNKNOWNADAPTER "Unknown Adapter"
59c2c66affSColin Finck    IDS_OTHER "Other Type Of Adapter"
60c2c66affSColin Finck    IDS_ETH "Ethernet Adapter"
61c2c66affSColin Finck    IDS_TOKEN "Token Ring Adapter"
62c2c66affSColin Finck    IDS_FDDI "FDDI Adapter"
63c2c66affSColin Finck    IDS_PPP "PPP Adapter"
64c2c66affSColin Finck    IDS_LOOP "Loopback Adapter"
65c2c66affSColin Finck    IDS_SLIP "SLIP Adapter"
66aaa0cb67SEric Kohl    IDS_WIFI "Wireless Network Adapter"
67c2c66affSColin FinckEND
68c2c66affSColin Finck
69c2c66affSColin FinckSTRINGTABLE
70c2c66affSColin FinckBEGIN
71c2c66affSColin Finck/* Please keep the spacing/formatting as per En.rc when translating */
72c2c66affSColin Finck    IDS_USAGE
73c2c66affSColin Finck    "\nUSAGE:\n\
74c2c66affSColin Finck        ipconfig [/? | /all | /renew [adapter] | /release [adapter] |\n\
75c2c66affSColin Finck                  /flushdns | /displaydns | /registerdns |\n\
76c2c66affSColin Finck                  /showclassid adapter |\n\
77c2c66affSColin Finck                  /setclassid adapter [classid] ]\n\
78c2c66affSColin Finck\n\
79c2c66affSColin Finck    where\n\
80c2c66affSColin Finck        adapter         Connection name\n\
81c2c66affSColin Finck                       (wildcard characters * and ? allowed, see examples)\n\
82c2c66affSColin Finck\n\
83c2c66affSColin Finck        Options:\n\
84c2c66affSColin Finck           /?           Display this help message\n\
85c2c66affSColin Finck           /all         Display full configuration information.\n\
86c2c66affSColin Finck           /release     Release the IP address for the specified adapter.\n\
87c2c66affSColin Finck           /renew       Renew the IP address for the specified adapter.\n\
88c2c66affSColin Finck           /flushdns    Purges the DNS Resolver cache.\n\
89c2c66affSColin Finck           /registerdns Refreshes all DHCP leases and re-registers DNS names.\n\
90c2c66affSColin Finck           /displaydns  Display the contents of the DNS Resolver Cache.\n\
91c2c66affSColin Finck           /showclassid Displays all the dhcp class IDs allowed for adapter.\n\
92c2c66affSColin Finck           /setclassid  Modifies the dhcp class id.\n\
93c2c66affSColin Finck\n\
94c2c66affSColin Finck    The default is to display only the IP address, subnet mask and\n\
95c2c66affSColin Finck    default gateway for each adapter bound to TCP/IP.\n\
96c2c66affSColin Finck\n\
97c2c66affSColin Finck    For Release and Renew, if no adapter name is specified, then the IP address\n\
98c2c66affSColin Finck    leases for all adapters bound to TCP/IP will be released or renewed.\n\
99c2c66affSColin Finck\n\
100c2c66affSColin Finck    For Setclassid, if no ClassId is specified, then the ClassId is removed.\n\
101c2c66affSColin Finck\n\
102c2c66affSColin Finck    Examples:\n\
103c2c66affSColin Finck        > ipconfig                   ... Show information.\n\
104c2c66affSColin Finck        > ipconfig /all              ... Show detailed information\n\
105c2c66affSColin Finck        > ipconfig /renew            ... renew all adapters\n\
106c2c66affSColin Finck        > ipconfig /renew EL*        ... renew any connection that has its\n\
107c2c66affSColin Finck                                         name starting with EL\n\
108c2c66affSColin Finck        > ipconfig /release *Con*    ... release all matching connections,\n\
109c2c66affSColin Finck                                         eg. ""Local Area Connection 1"" or\n\
110c2c66affSColin Finck                                             ""Local Area Connection 2""\n"
111c2c66affSColin FinckEND
112