view agent/cli/src/main/resources/com/redhat/thermostat/agent/cli/impl/strings.properties @ 650:486a299ab905

Move command descriptions to properties file Reviewed-by: sgehwolf Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003394.html
author Jon VanAlten <vanaltj@gmail.com>
date Tue, 02 Oct 2012 17:43:37 -0400
parents 73c182a706fc
children e88742733601
line wrap: on
line source

STARTING_AGENT = starting agent now...

COMMAND_STORAGE_ARGUMENT_REQUIRED = either --start or --stop must be given

COMMAND_STORAGE_ARGUMENT_CLUSTER_DESCRIPTION = launch the db in cluster mode, if not specified, local mode is the default
COMMAND_STORAGE_ARGUMENT_DRYRUN_DESCRIPTION = run the service in dry run mode
COMMAND_STORAGE_ARGUMENT_HELP_DESCRIPTION = print this usage help
COMMAND_STORAGE_ARGUMENT_START_DESCRIPTION = start the database
COMMAND_STORAGE_ARGUMENT_STOP_DESCRIPTION = stop the database
COMMAND_STORAGE_ARGUMENT_QUIET_DESCRIPTION = don't produce any output

ERROR_STARTING_DB = error starting db
STORAGE_ALREADY_RUNNING = Storage is already running. Please use "agent --start" to start the agent
STORAGE_ALREADY_RUNNING_WITH_PID = Storage is already running with pid {0}
SERVER_SHUTDOWN_COMPLETE = server shutdown complete: {0}
LOG_FILE_AT = log file is here: {0}
CANNOT_START_SERVER = cannot start server {0}, exit status: {1}. Please check that your configuration is valid
CANNOT_SHUTDOWN_SERVER = cannot shutdown server {0}, exit status: {1}. Please check that your configuration is valid
STALE_PID_FILE = stale pid file: {0}
STALE_PID_FILE_NO_MATCHING_PROCESS = A stale pid file ({0}) is present but there is no matching {1} process. Please remove the file if it has been shut down
STARTING_STORAGE_SERVER = starting storage server...
CANNOT_EXECUTE_PROCESS = can not execute {0} process. is it installed?
SERVER_LISTENING_ON = server listening on ip: {0}
PID_IS = pid: {0}