reactos/rosapps/applications/cmdutils/arping/lang/en-US.rc
Pierre Schweitzer 575842c05c [ARPING]
Implement an arping tool. Some portions of code are just plain copy/paste from ping tool code (booh, it's bad!).
It was designed and tested on W2K3.

It's in RosApps for two major reasons: such a tool doesn't exist by default in Windows 2K3.
And it doesn't work in ReactOS.

svn path=/trunk/; revision=70212
2015-11-29 19:44:29 +00:00

26 lines
1.1 KiB
Plaintext

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_USAGE "\nUsage: arping [-t] [-n count] -s source-ip destination-host\n\n\
Options:\n\
-t Ping the specified host until stopped.\n\
To stop - type Control-C.\n\
-n count Number of probes to send.\n\
-s Use this source IP.\n\n\0"
IDS_BAD_OPTION_FORMAT "Bad option format %1.\n\0"
IDS_BAD_OPTION "Bad option %1.\n\0"
IDS_BAD_PARAMETER "Bad parameter %1.\n\0"
IDS_DEST_MUST_BE_SPECIFIED "Name or IP address of destination host must be specified.\n\0"
IDS_COULD_NOT_INIT_WINSOCK "Could not initialize winsock dll.\n\0"
IDS_UNKNOWN_HOST "Unknown host %1.\n\0"
IDS_SRC_MUST_BE_SPECIFIED "IP address of source host must be specified.\n\0"
IDS_BAD_VALUE_OPTION_N "Bad value for option -n, valid range is from 1 to %1!u!.\n\0"
IDS_ARPING_TO_FROM "ARPING %1 from %2\n\0"
IDS_MS "ms\0"
IDS_1MS "1ms\0"
IDS_REPLY_FROM "Unicast reply from %1 [%2] %3%4\n\0"
IDS_ARPING_STATISTICS "Sent %1!u! probes\n\
Received %2!u! response(s)\n\0"
END