[CLT2012]
[reactos.git] / base / applications / network / ipconfig / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5 IDS_BCAST "Broadcast"
6 IDS_P2P "Peer To Peer"
7 IDS_MIXED "Mixed"
8 IDS_HYBRID "Hybrid"
9 IDS_UNKNOWN "unknown"
10 END
11
12 STRINGTABLE DISCARDABLE
13 BEGIN
14 IDS_OTHER "Other Type Of Adapter"
15 IDS_ETH "Ethernet Adapter"
16 IDS_TOKEN "Token Ring Adapter"
17 IDS_FDDI "FDDI Adapter"
18 IDS_PPP "PPP Adapter"
19 IDS_LOOP "Loopback Adapter"
20 IDS_SLIP "SLIP Adapter"
21 END
22
23 STRINGTABLE DISCARDABLE
24 BEGIN
25 /* Please keep the spacing/formatting as per En.rc when translating */
26 IDS_USAGE
27 "\nUSAGE:\n \
28 ipconfig [/? | /all | /renew [adapter] | /release [adapter] |\n \
29 /flushdns | /displaydns | /registerdns |\n \
30 /showclassid adapter |\n \
31 /setclassid adapter [classid] ]\n \
32 \n \
33 where\n \
34 adapter Connection name\n \
35 (wildcard characters * and ? allowed, see examples)\n \
36 \n \
37 Options:\n \
38 /? Display this help message\n \
39 /all Display full configuration information.\n \
40 /release Release the IP address for the specified adapter.\n \
41 /renew Renew the IP address for the specified adapter.\n \
42 /flushdns Purges the DNS Resolver cache.\n \
43 /registerdns Refreshes all DHCP leases and re-registers DNS names.\n \
44 /displaydns Display the contents of the DNS Resolver Cache.\n \
45 /showclassid Displays all the dhcp class IDs allowed for adapter.\n \
46 /setclassid Modifies the dhcp class id.\n \
47 \n \
48 The default is to display only the IP address, subnet mask and\n \
49 default gateway for each adapter bound to TCP/IP.\n \
50 \n \
51 For Release and Renew, if no adapter name is specified, then the IP address\n \
52 leases for all adapters bound to TCP/IP will be released or renewed.\n \
53 \n \
54 For Setclassid, if no ClassId is specified, then the ClassId is removed.\n \
55 \n \
56 Examples:\n \
57 > ipconfig ... Show information.\n \
58 > ipconfig /all ... Show detailed information\n \
59 > ipconfig /renew ... renew all adapters\n \
60 > ipconfig /renew EL* ... renew any connection that has its\n \
61 name starting with EL\n \
62 > ipconfig /release *Con* ... release all matching connections,\n \
63 eg. ""Local Area Connection 1"" or\n \
64 ""Local Area Connection 2""\n"
65 END