
era.remote-receiver.2.4.2.source-code.modules_remote_receiver_messages.properties Maven / Gradle / Ivy
The newest version!
# Author: [email protected]
# Since: 1.5.0
# Version: $Id: modules_remote_receiver_messages.properties 16154 2012-07-14 16:34:05Z colin $
#
# $License$
# This MUST be encoded in ISO-8859-1. To supply characters that are
# not supported by this encoding, use unicode escapes (\uxxxx).
#
# You may also create a separate file with a native encoding, and then
# use the 'native2ascii' tool of the Java Development Kit to convert
# that file into a this message file in ISO-8859-1. The same tool can
# do the reverse conversion using the '-reverse' command-line option.
#
provider_description.msg=A module that receives any data and emits it remotely.
illegal_state_set_url.msg=Unable to set the value of URL as the receiver module is started. URL can only be set when the module is not started. Stop the module to be able to set the URL.
illegal_state_set_skip_jaas.msg=Unable to set the value of ''Skip JAAS'' as JAAS configuration has already been carried out and cannot be undone. To Skip JAAS configuration, ensure that this value is setup in the defaults so that it is applied before the module is started for the first time.
prompt_username.msg=Username
prompt_password.msg=Password
empty_username.msg=Unable to authenticate as no user name was provided. Ensure that a user name is provided and try again.
user_login_error_log.msg=Unable to login user ''{0}'' because the connection to the server has not been initialized.
user_login_fail.msg=Unable to login user ''{0}'' because either the supplied credentials do not match the ones used to connect to the server or the connection to the server has not been initialized.
user_login_error.msg=Unable to login user as the connection to the server has not been initialized. Ensure that the connection to the server is initialized and retry operation.
user_login_log.msg=User ''{0}'' successfully logged in.
user_logout_log.msg=User ''{0}'' logged out.
error_starting_module.msg=Unable to start the receiver module because of errors encountered when configuring the remote messaging topic. See the underlying error for more details.
error_stopping_module_log.msg=Ignoring error encountered when stopping the remote receiver module. See the underlying error for more details.
null_level_value.msg=Unable to set log level to a null value. Acceptable values are ''{0}''.
error_when_transmitting.msg=Unexpected error when transmitting received data ''{0}'' to remote systems. See underlying error for more details.
no_url_specified_log.msg=Skipping remoting configuration as no URL has been specified for the remote receiver module. All data received by the receiver will be discarded.
reciever_remoting_configured.msg=Remote receiver module configured to publish all data received by it to ''{0}''.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy