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.

54 lines
3.2 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 for local connection.\n"
  11. IDS_ERROR_OS_INCOMPATIBLE "The target system must be running Windows XP or above.\n"
  12. IDS_ERROR_REMOTE_INCOMPATIBLE "The remote system must be running Windows 2000 or above.\n"
  13. END
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_ERROR_CMDPARSER_USAGEHELPER "Type ""%s /?"" for usage."
  17. IDS_ERROR_CMDPARSER_NULLVALUE "Value for '%s' option cannot be empty.\n%s\n"
  18. IDS_ERROR_CMDPARSER_DEFAULT_NULLVALUE "Value for default option cannot be empty.\n%s\n"
  19. IDS_ERROR_CMDPARSER_VALUE_EXPECTED "Invalid syntax. Value expected for '%s'.\n%s\n"
  20. IDS_ERROR_CMDPARSER_NOTINLIST "Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n"
  21. IDS_ERROR_CMDPARSER_DEFAULT_NOTINLIST "Invalid syntax. '%s' value is not allowed as default argument.\n%s\n"
  22. IDS_ERROR_CMDPARSER_INVALID_NUMERIC "Invalid syntax. Specify valid numeric value for '%s'.\n%s\n"
  23. IDS_ERROR_CMDPARSER_DEFAULT_INVALID_NUMERIC "Invalid syntax. Specify valid numeric value for default.\n%s\n"
  24. IDS_ERROR_CMDPARSER_INVALID_FLOAT "Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n"
  25. IDS_ERROR_CMDPARSER_DEFAULT_INVALID_FLOAT "Invalid syntax. Specifiy valid floating point value for default.\n%s\n"
  26. IDS_ERROR_CMDPARSER_LENGTH_EXCEEDED_EX "Value for '%s' option cannot be more than %d character(s).\n"
  27. IDS_ERROR_CMDPARSER_DEFAULT_LENGTH_EXCEEDED_EX "Value for default option cannot be more than %d character(s).\n"
  28. IDS_ERROR_CMDPARSER_INVALID_OPTION "Invalid argument/option - '%s'.\n%s\n"
  29. IDS_ERROR_CMDPARSER_OPTION_REPEATED "Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n"
  30. IDS_ERROR_CMDPARSER_DEFAULT_OPTION_REPEATED "Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n"
  31. IDS_ERROR_CMDPARSER_MANDATORY_OPTION_MISSING "Invalid syntax. Mandatory option '%s' is missing.\n%s\n"
  32. IDS_ERROR_CMDPARSER_DEFAULT_OPTION_MISSING "Invalid syntax. Default argument is missing.\n%s\n"
  33. IDS_ERROR_CMDPARSER_VALUENOTALLOWED "Invalid syntax. Value cannot be specified with '%s' option.\n%s\n"
  34. // for compatibility with the old versions
  35. IDS_ERROR_CMDPARSER_LENGTH_EXCEEDED "Length of the command line argument should not exceed 255 characters.\n"
  36. END
  37. STRINGTABLE DISCARDABLE
  38. BEGIN
  39. IDS_TAG_ERROR "ERROR:"
  40. IDS_TAG_WARNING "WARNING:"
  41. IDS_TAG_SUCCESS "SUCCESS:"
  42. IDS_TAG_INFORMATION "INFO:"
  43. END
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_V_NOT_AVAILABLE "N/A"
  47. END