Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
919 B

  1. //
  2. #include "parser.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // String Table
  6. //
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. IDS_PARSE_ERROR_SWITCH_NOTDEFINED "`%1' is missing."
  10. IDS_PARSE_ERROR_SWITCH_VALUE "Value for `%1' has incorrect format."
  11. IDS_PARSE_ERROR_UNKNOWN_INPUT_PARAMETER "`%1' is an unknown parameter."
  12. IDS_PARSE_ERROR_MULTIPLE_DEF "`%1' is specified more than once."
  13. IDS_PARSE_ERROR_SWICH_NO_VALUE "No value specified for `%1'."
  14. IDS_PARSE_ERROR_UNICODE_NOTDEFINED "The value for parameter '%1' appears to be in Unicode, but the -uc and -uci switches were not specified."
  15. IDS_PARSE_ERROR_UNICODE_DEFINED "The value for parameter '%1' does not appear to be in Unicode, but the -uc and/or -uci switches were specified."
  16. IDS_PARSER_FAILED "%1 failed:%2"
  17. IDS_DISPLAY_HELP "type %s /? for help."
  18. END