
era.ors.2.2.0.source-code.ors_security_messages.properties Maven / Gradle / Ivy
The newest version!
# Author: [email protected]
# Since: 0.6.0
# Version: $Id: ors_security_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.
empty_username.msg=User name cannot be empty. Specify a non empty user name and retry operation.
cannot_set_password.msg=Cannot set password for user ''{0}''. The password is already set. Try change password instead.
empty_password.msg=Password cannot be empty. Specify a non empty password and retry operation.
invalid_password.msg=Invalid password. Specified password doesn't match, specify a valid password and retry operation.
prompt_username.msg=Username:
prompt_password.msg=Password:
user_login_error.msg= Supplied user and / or password doesn't match. Try again.
user_login_error_log.msg=Error when validating a user login attempt for user ''{0}''.
user_login_log.msg=User ''{0}'' successfully logged in.
user_logout_log.msg=User ''{0}'' logged out.
cli_parm_user.msg=user name of the user running the CLI
cli_parm_password.msg=password of the user running the CLI
cli_cmd_list_users.msg=List all users
cli_cmd_add_user.msg=Add a new user
cli_cmd_delete_user.msg=Delete User
cli_cmd_restore_user.msg=Restore User
cli_cmd_change_password.msg=Change Password
cli_cmd_change_superuser.msg=Change Superuser Flag
cli_parm_op_user.msg=Name of user being operated on
cli_parm_op_password.msg=Password of user being operated on
cli_parm_op_superuser.msg=Superuser flag of user being operated on
cli_parm_op_active.msg=Active flag of user being operated on
cli_err_option_missing.msg=Missing required option {0}
cli_out_user_created.msg=User ''{0}'' created
cli_out_user_deleted.msg=User ''{0}'' deleted
cli_out_user_restored.msg=User ''{0}'' restored
cli_out_user_chg_pass.msg=Password changed for user ''{0}''
cli_out_user_chg_superuser.msg=Superuser flag changed for user ''{0}''
cli_unauthorized_action.msg=Unauthorized operation. Make sure you have the credentials of the user that has authorization to perform this action.
cli_err_unauth_delete.msg=User ''{0}'' is a system user and cannot be deleted
cli_err_unauth_restore.msg=User ''{0}'' is a system user and cannot be restored
cli_err_unauth_change_superuser.msg=User ''{0}'' is a system user and cannot become a non-superuser
cli_err_invalid_login.msg=Invalid user name or password. Specify a valid user name & password combination and retry operation
cli_err_inactive_user.msg=Cannot change properties of an inactive user. Restore the user first
cli_arg_login_value.msg=login
cli_arg_login_password_value.msg=password
cli_arg_user_name_value.msg=user name
cli_arg_user_password_value.msg=user password
cli_arg_user_superuser_value.msg=user superuser flag
cli_arg_user_active_value.msg=user active flag
cli_desc_options_header.msg=Options:
cli_prompt_password.msg=Enter password for {0}:
cli_prompt_new_password.msg=Enter new password for {0}:
simple_user_name.msg=user
© 2015 - 2025 Weber Informatics LLC | Privacy Policy