view launcher/src/main/resources/com/redhat/thermostat/launcher/internal/strings.properties @ 938:ea9ff682404a thermostat-0.5-branch

Make actual use of Command.isAvailableInShell() and Command.isAvailableOutsideShell() Reviewed-by: omajid, sgehwolf Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-January/005346.html Fixes PR1172 PR973
author Jon VanAlten <jon.vanalten@redhat.com>
date Tue, 29 Jan 2013 00:28:44 -0500
parents 0f4271d4e334
children 7e5cbd159365
line wrap: on
line source

UNKNOWN_COMMAND = unknown command ''{0}''\n

COMMAND_HELP_COMMAND_LIST_HEADER = list of commands:\n\n

OPTION_DB_URL_DESC = connect to the given URL
OPTION_USERNAME_DESC = the username to use for authentication
OPTION_PASSWORD_DESC = the password to use for authentication
OPTION_LOG_LEVEL_DESC = sets the log level for this invocation. Possible values\
 for <level> in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE,\
 FINER, FINEST and OFF

WITHIN = within
OUTSIDE = outside
COMMAND_USED_IN_WRONG_CONTEXT = The {0} command is not supported from {1} the thermostat shell.