view launcher/src/main/resources/com/redhat/thermostat/launcher/internal/strings.properties @ 2593:767b2627c92d

Implement cli/shell command-group support Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-November/021748.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-December/021824.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-January/021934.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022139.html
author Andrew Azores <aazores@redhat.com>
date Tue, 14 Feb 2017 11:26:33 -0500
parents b2f6ed143776
children
line wrap: on
line source

MISSING_LAUNCHER = Fatal Error: Could not locate launcher

CANNOT_GET_COMMAND_INFO = no information about commands
CANNOT_GET_COMMAND_GROUP_METADATA = command group metadata source is missing
UNKNOWN_COMMAND = unknown command ''{0}''\n
COMMAND_COULD_NOT_LOAD_BUNDLES = Could not load necessary bundles for {0}
COMMAND_DESCRIBED_BUT_NOT_AVAILALBE = ERROR: Information about the command {0} is provided, but the command itself is not available. Was the Command object registered as an OSGi service? Was the bundle providing the command activated?
# Used in help to indicate where command is available
COMMAND_AVAILABLE_INSIDE_SHELL = Note: this command is only supported inside the shell
# Error Message
COMMAND_AVAILABLE_INSIDE_SHELL_ONLY = The {0} command is not supported from outside the thermostat shell.
# Used in help to indicate where command is available
COMMAND_AVAILABLE_OUTSIDE_SHELL = Note: this command is only supported outside the shell
# Error Message
COMMAND_AVAILABLE_OUTSIDE_SHELL_ONLY = The {0} command is not supported from within the thermostat shell.

COMMAND_HELP_COMMAND_LIST_HEADER = list of commands:\n\n
COMMAND_HELP_COMMAND_OPTION_HEADER = list of global options:\n\n

COMMAND_GROUP_HEADER = {0}:

SUBCOMMANDS_SECTION_HEADER=Subcommands:
SUBCOMMAND_ENTRY_HEADER={0}:

SEE_ALSO_HEADER=See also:

COMMAND_SHELL_USER_GUIDE = Please see the User Guide at {0}
COMMAND_SHELL_IO_EXCEPTION = IOException caught during Thermostat shell session.

OPTION_DB_URL_DESC = connect to the given URL
OPTION_LOG_LEVEL_DESC = sets the log level for this invocation. Possible values \
 for <logLevel> in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, \
 FINER, FINEST and OFF
OPTION_HELP_DESC= show usage of command

MISSING_OPTION = Missing required option: {0}
MISSING_OPTIONS = Missing required options: {0}
PARSE_EXCEPTION_MESSAGE = Could not parse options: {0}

LAUNCHER_USER_AUTH_PROMPT_ERROR = Error while prompting for username and password.
LAUNCHER_MALFORMED_URL = Unsupported storage URL: {0}
LAUNCHER_CONNECTION_ERROR = Could not connect to: {0}
LAUNCHER_FIRST_LAUNCH_MSG = This appears to be the first time Thermostat has been launched.\n\
 Please run ''{0}''. Please see the User Guide for more details: {1}.

INVALID_DB_URL = Warning: Shell encountered a invalid database connection url: {0} Connection to storage may be corrupted.

PARSE_ISSUES_CALLED_BEFORE_PARSE = ShellArgsParser#getParseIssues called before ShellArgsParser#parse
PARSER_ERROR = Could not parse input:\n{0}
PARSER_WARNING = Malformed input, attempting to proceed anyway:\n{0}

QUIT_PROMPT = Quit? (y/n)
QUIT_CONFIRM = yY
QUIT_DENY = nN