view launcher/src/main/resources/com/redhat/thermostat/launcher/internal/strings.properties @ 1011:412c3e8caf4b

Fix minor i18n mistakes in LauncherImpl Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005905.html
author Omair Majid <omajid@redhat.com>
date Wed, 27 Feb 2013 12:27:17 -0500
parents 6f00af7150b2
children 89add75f3b71
line wrap: on
line source

CANNOT_GET_COMMAND_INFO = no information about commands
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?
COMMAND_AVAILABLE_INSIDE_SHELL_ONLY = The {0} command is not supported from outside the thermostat shell.
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

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