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.

51 lines
2.2 KiB

  1. //
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. //
  4. #include "varg.h"
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // String Table
  8. //
  9. STRINGTABLE DISCARDABLE
  10. BEGIN
  11. IDS_PARAM_DEBUG "debug`d`level`Debug"
  12. IDS_PARAM_HELP "h`?`*`Displays context sensitive help."
  13. IDS_PARAM_SETTINGS "ini`config`*`Settings file containing command options."
  14. IDS_ARG_DEFAULT "value"
  15. IDS_ARG_FILENAME "filename"
  16. IDS_ARG_TIME "[[hh:]mm:]ss"
  17. IDS_ARG_DATE "date"
  18. IDS_ARG_YES "y"
  19. IDS_MESSAGE_ARG_DUP "Duplicate argument found for %1!s!: %2!s!\n"
  20. IDS_MESSAGE_DEFAULT "Default"
  21. IDS_MESSAGE_BADSYNTAX "Invalid syntax: "
  22. IDS_MESSAGE_UNKNOWNPARAM "Unknown parameter ""%1!s!""\n"
  23. IDS_MESSAGE_AND "and "
  24. IDS_MESSAGE_EXCLUSIVE "are mutually exclusive.\n"
  25. IDS_MESSAGE_REQUIRES "requires "
  26. IDS_MESSAGE_MISSING "Missing parameter: "
  27. IDS_MESSAGE_NOVERB "Missing VERB%n"
  28. IDS_MESSAGE_UNKNOWN "Unknown\n"
  29. IDS_MESSAGE_ERROR_DBG "\nError: 0x%1!08x!\n"
  30. IDS_MESSAGE_ERROR "\nError:\n"
  31. IDS_MESSAGE_WARNING_DBG "\nWarning: 0x%1!08x!\n"
  32. IDS_MESSAGE_WARNING "\nWarning:\n"
  33. IDS_MESSAGE_USAGE "Usage:\n"
  34. IDS_MESSAGE_VERB "VERB "
  35. IDS_MESSAGE_VERBS "Verbs:\n"
  36. IDS_MESSAGE_LINEOPT "[options]\n\n"
  37. IDS_MESSAGE_PARAMETERS "Parameters:\n"
  38. IDS_MESSAGE_OPTIONS "%1!s!Options:\n"
  39. IDS_MESSAGE_INISYNT "\n Long Syntax Short Syntax\n "
  40. IDS_MESSAGE_BADTIME "Warning: Ignoring ""%1!s!"" assuming 24 hour format.\n"
  41. IDS_MESSAGE_INCORRECT "\nThe syntax of the command is incorrect.\n"
  42. IDS_MESSAGE_MSR "Microsoft \256"
  43. IDS_MESSAGE_NEGATE "\nNote:\n Where [-] is listed, an extra - negates the option.\n For example --%1!s! turns off the -%1!s! option.\n"
  44. IDS_MESSAGE_SUCCESS "The command completed successfully.\n"
  45. IDS_CF_OVERWRITE "The file ""%1!s!"" already exists, overwrite? [y/n] "
  46. IDS_MESSAGE_EXAMPLES "\nExamples:\n"
  47. END