[NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657)
[reactos.git] / base / applications / network / netstat / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_USAGE "\nDisplays current TCP/IP protocol statistics and network connections.\n\n\
6 NETSTAT [-a] [-e] [-n] [-o] [-p proto] [-r] [-s] [interval]\n\n\
7 -a Displays all connections and listening ports.\n\
8 -e Displays Ethernet statistics. May be combined with -s\n\
9 option\n\
10 -n Displays address and port numbers in numeric form.\n\
11 -o Displays the process ID for each connection.\n\
12 -p proto Shows connections for protocol 'proto' TCP or UDP.\n\
13 If used with the -s option to display\n\
14 per-protocol statistics, 'proto' may be TCP, UDP, or IP.\n\
15 -r Displays the current routing table.\n\
16 -s Displays per-protocol statistics. By default, Statistics are\n\
17 shown for IP, ICMP, TCP and UDP;\n\
18 the -p option may be used to specify a subset of the default.\n\
19 interval Redisplays selected statistics every 'interval' seconds.\n\
20 Press CTRL+C to stop redisplaying. By default netstat will\n\
21 print the current information only once.\n\n"
22 IDS_DISPLAY_THEADER "\n Proto Local Address Foreign Address State"
23 IDS_DISPLAY_PROCESS " Process\n"
24 IDS_ACTIVE_CONNECT "\nActive Connections\n"
25 END
26
27 STRINGTABLE
28 BEGIN
29 IDS_IP4_STAT_HEADER "\nIPv4 Statistics\n\n"
30 IDS_IP_PACK_REC " Packets Received = %lu\n"
31 IDS_IP_HEAD_REC_ERROR " Received Header Errors = %lu\n"
32 IDS_IP_ADDR_REC_ERROR " Received Address Errors = %lu\n"
33 IDS_IP_DATAG_FWD " Datagrams Forwarded = %lu\n"
34 IDS_IP_UNKNOWN_PRO_REC " Unknown Protocols Received = %lu\n"
35 IDS_IP_REC_PACK_DISCARD " Received Packets Discarded = %lu\n"
36 IDS_IP_REC_PACK_DELIVER " Received Packets Delivered = %lu\n"
37 IDS_IP_OUT_REQUEST " Output Requests = %lu\n"
38 IDS_IP_ROUTE_DISCARD " Routing Discards = %lu\n"
39 IDS_IP_DISCARD_OUT_PACK " Discarded Output Packets = %lu\n"
40 IDS_IP_OUT_PACKET_NO_ROUTE " Output Packets No Route = %lu\n"
41 IDS_IP_REASSEMBLE_REQUIRED " Reassembly Required = %lu\n"
42 IDS_IP_REASSEMBLE_SUCCESS " Reassembly Succesful = %lu\n"
43 IDS_IP_REASSEMBLE_FAILURE " Reassembly Failures = %lu\n"
44 IDS_IP_DATAG_FRAG_SUCCESS " Datagrams Successfully Fragmented = %lu\n"
45 IDS_IP_DATAG_FRAG_FAILURE " Datagrams Failing Fragmentation = %lu\n"
46 IDS_IP_DATAG_FRAG_CREATE " Fragments Created = %lu\n"
47 END
48
49 STRINGTABLE
50 BEGIN
51 IDS_ICMP4_STAT_HEADER "\nICMPv4 Statistics\n\n"
52 IDS_ICMP_THEADER " Received Sent\n"
53 IDS_ICMP_MSG " Messages %-11lu %lu\n"
54 IDS_ICMP_ERROR " Errors %-11lu %lu\n"
55 IDS_ICMP_DEST_UNREACH " Destination Unreachable %-11lu %lu\n"
56 IDS_ICMP_TIME_EXCEED " Time Exceeded %-11lu %lu\n"
57 IDS_ICMP_PARAM_PROBLEM " Parameter Problems %-11lu %lu\n"
58 IDS_ICMP_SRC_QUENCHES " Source Quenches %-11lu %lu\n"
59 IDS_ICMP_REDIRECT " Redirects %-11lu %lu\n"
60 IDS_ICMP_ECHO " Echos %-11lu %lu\n"
61 IDS_ICMP_ECHO_REPLY " Echo Replies %-11lu %lu\n"
62 IDS_ICMP_TIMESTAMP " Timestamps %-11lu %lu\n"
63 IDS_ICMP_TIMESTAMP_REPLY " Timestamp Replies %-11lu %lu\n"
64 IDS_ICMP_ADDRESSS_MASK " Address Masks %-11lu %lu\n"
65 IDS_ICMP_ADDRESSS_MASK_REPLY " Address Mask Replies %-11lu %lu\n"
66 END
67
68 STRINGTABLE
69 BEGIN
70 IDS_TCP4_HEADER "\nTCP Statistics for IPv4\n\n"
71 IDS_TCP_ACTIVE_OPEN " Active Opens = %lu\n"
72 IDS_TCP_PASS_OPEN " Passive Opens = %lu\n"
73 IDS_TCP_FAIL_CONNECT " Failed Connection Attempts = %lu\n"
74 IDS_TCP_RESET_CONNECT " Reset Connections = %lu\n"
75 IDS_TCP_CURRENT_CONNECT " Current Connections = %lu\n"
76 IDS_TCP_SEG_RECEIVE " Segments Received = %lu\n"
77 IDS_TCP_SEG_SENT " Segments Sent = %lu\n"
78 IDS_TCP_SEG_RETRANSMIT " Segments Retransmitted = %lu\n"
79 END
80
81 STRINGTABLE
82 BEGIN
83 IDS_UDP_IP4_HEADER "\nUDP Statistics for IPv4\n\n"
84 IDS_UDP_DATAG_RECEIVE " Datagrams Received = %lu\n"
85 IDS_UDP_NO_PORT " No Ports = %lu\n"
86 IDS_UDP_RECEIVE_ERROR " Receive Errors = %lu\n"
87 IDS_UDP_DATAG_SEND " Datagrams Sent = %lu\n"
88 END
89
90 STRINGTABLE
91 BEGIN
92 IDS_ETHERNET_INTERFACE_STAT "Interface Statistics\n\n"
93 IDS_ETHERNET_THEADER " Received Sent\n\n"
94 IDS_ETHERNET_BYTES " Bytes %14lu %15lu\n"
95 IDS_ETHERNET_UNICAST_PACKET " Unicast packets %14lu %15lu\n"
96 IDS_ETHERNET_NON_UNICAST_PACKET " Non-unicast packets %14lu %15lu\n"
97 IDS_ETHERNET_DISCARD " Discards %14lu %15lu\n"
98 IDS_ETHERNET_ERROR " Errors %14lu %15lu\n"
99 IDS_ETHERNET_UNKNOWN " Unknown Protocols %14lu\n"
100 END
101
102 STRINGTABLE
103 BEGIN
104 IDS_ERROR_WSA_START "ERROR: WSAStartup() failed : %d\n"
105 IDS_ERROR_ROUTE "ERROR: Cannot find 'route.exe'\n"
106 IDS_ERROR_TCP_SNAPSHOT "ERROR: Failed to snapshot TCP endpoints.\n"
107 IDS_ERROR_UDP_ENDPOINT "ERROR: Failed to snapshot UDP endpoints.\n"
108 IDS_ERROR_UDP_ENDPOINT_TABLE "ERROR: Failed to snapshot UDP endpoints table.\n"
109 END