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
51 lines
2.2 KiB
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
|
|
#include "varg.h"
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PARAM_DEBUG "debug`d`level`Debug"
|
|
IDS_PARAM_HELP "h`?`*`Displays context sensitive help."
|
|
IDS_PARAM_SETTINGS "ini`config`*`Settings file containing command options."
|
|
|
|
IDS_ARG_DEFAULT "value"
|
|
IDS_ARG_FILENAME "filename"
|
|
IDS_ARG_TIME "[[hh:]mm:]ss"
|
|
IDS_ARG_DATE "date"
|
|
IDS_ARG_YES "y"
|
|
|
|
IDS_MESSAGE_ARG_DUP "Duplicate argument found for %1!s!: %2!s!\n"
|
|
IDS_MESSAGE_DEFAULT "Default"
|
|
IDS_MESSAGE_BADSYNTAX "Invalid syntax: "
|
|
IDS_MESSAGE_UNKNOWNPARAM "Unknown parameter ""%1!s!""\n"
|
|
IDS_MESSAGE_AND "and "
|
|
IDS_MESSAGE_EXCLUSIVE "are mutually exclusive.\n"
|
|
IDS_MESSAGE_REQUIRES "requires "
|
|
IDS_MESSAGE_MISSING "Missing parameter: "
|
|
IDS_MESSAGE_NOVERB "Missing VERB%n"
|
|
IDS_MESSAGE_UNKNOWN "Unknown\n"
|
|
IDS_MESSAGE_ERROR_DBG "\nError: 0x%1!08x!\n"
|
|
IDS_MESSAGE_ERROR "\nError:\n"
|
|
IDS_MESSAGE_WARNING_DBG "\nWarning: 0x%1!08x!\n"
|
|
IDS_MESSAGE_WARNING "\nWarning:\n"
|
|
IDS_MESSAGE_USAGE "Usage:\n"
|
|
IDS_MESSAGE_VERB "VERB "
|
|
IDS_MESSAGE_VERBS "Verbs:\n"
|
|
IDS_MESSAGE_LINEOPT "[options]\n\n"
|
|
IDS_MESSAGE_PARAMETERS "Parameters:\n"
|
|
IDS_MESSAGE_OPTIONS "%1!s!Options:\n"
|
|
IDS_MESSAGE_INISYNT "\n Long Syntax Short Syntax\n "
|
|
IDS_MESSAGE_BADTIME "Warning: Ignoring ""%1!s!"" assuming 24 hour format.\n"
|
|
IDS_MESSAGE_INCORRECT "\nThe syntax of the command is incorrect.\n"
|
|
IDS_MESSAGE_MSR "Microsoft \256"
|
|
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"
|
|
IDS_MESSAGE_SUCCESS "The command completed successfully.\n"
|
|
IDS_CF_OVERWRITE "The file ""%1!s!"" already exists, overwrite? [y/n] "
|
|
IDS_MESSAGE_EXAMPLES "\nExamples:\n"
|
|
END
|