windows-nt/Source/XPSP1/NT/admin/dscmd/parser/parser.rc

20 lines
512 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
#include "parser.h"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_PARSE_ERROR_SWITCH_NOTDEFINED "`%1' is missing."
IDS_PARSE_ERROR_SWITCH_VALUE "Value for `%1' has incorrect format."
IDS_PARSE_ERROR_UNKNOWN_INPUT_PARAMETER "`%1' is an unknown parameter."
IDS_PARSE_ERROR_MULTIPLE_DEF "`%1' is specified more than once."
IDS_PARSE_ERROR_SWICH_NO_VALUE "No value specified for `%1'."
END