Source code of Windows XP (NT5)
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.

43 lines
2.3 KiB

  1. #include <windows.h>
  2. #include "cmdlineres.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // String Table
  6. //
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. IDS_STR_INPUT_PASSWORD "Type the password for %s:"
  10. IDS_ERROR_LOCAL_CREDENTIALS "Passing the user credential on local connection.\n"
  11. IDS_ERROR_OS_INCOMPATIBLE "The Target system must be running Windows XP or above.\n"
  12. END
  13. STRINGTABLE DISCARDABLE
  14. BEGIN
  15. IDS_ERROR_CMDPARSER_VALUE_EXPECTED "Invalid Syntax. Value expected for '%s'.\nType ""%s"" for usage.\n"
  16. IDS_ERROR_CMDPARSER_NOTINLIST "Invalid Syntax. '%s' value is not allowed for '%s' option.\nType ""%s"" for usage.\n"
  17. IDS_ERROR_CMDPARSER_DEFAULT_NOTINLIST "Invalid Syntax. '%s' value is not allowed as default argument.\nType ""%s"" for usage.\n"
  18. IDS_ERROR_CMDPARSER_INVALID_NUMERIC "Invalid Syntax. Specify valid numeric value for '%s'.\nType ""%s"" for usage.\n"
  19. IDS_ERROR_CMDPARSER_INVALID_FLOAT "Invalid Syntax. Specifiy valid floating point value for '%s'.\nType ""%s"" for usage.\n"
  20. IDS_ERROR_CMDPARSER_MANDATORY_OPTION_MISSING "Invalid Syntax. Mandatory option '/%s' is missing.\nType ""%s"" for usage.\n"
  21. IDS_ERROR_CMDPARSER_OPTION_REPEATED "Invalid Syntax. '%s' option is not allowed more than '%d' time(s).\nType ""%s"" for usage.\n"
  22. IDS_ERROR_CMDPARSER_INVALID_OPTION "Invalid Argument/Option - '%s'.\nType ""%s"" for usage.\n"
  23. IDS_ERROR_CMDPARSER_DEFAULT_OPTION_MISSING "Invalid Syntax. Default argument is missing.\nType ""%s"" for usage.\n"
  24. IDS_ERROR_CMDPARSER_LENGTH_EXCEEDED "Length of the command line argument should not exceed 255 characters.\n"
  25. IDS_ERROR_CMDPARSER_DEFAULT_OPTION_REPEATED "Invalid Syntax. Default option is not allowed more than '%d' time(s).\nType ""%s"" for usage.\n"
  26. END
  27. STRINGTABLE DISCARDABLE
  28. BEGIN
  29. IDS_TAG_ERROR "ERROR:"
  30. IDS_TAG_WARNING "WARNING:"
  31. IDS_TAG_SUCCESS "SUCCESS:"
  32. IDS_TAG_INFORMATION "INFO:"
  33. END
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_V_NOT_AVAILABLE "N/A"
  37. END