de.theit.hudson.crowd.ErrorMessages.properties Maven / Gradle / Ivy
#
# @(#)ErrorMessages.properties
#
# The MIT License
#
# Copyright (C)2011 Thorsten Heit.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
# This file contains localized message texts for the Crowd security realm.
#
# @author Thorsten Heit ([email protected])
# @since 06.09.2011
# @version $Id$
#
pleaseSpecifyCrowdUrl = Please specify the Crowd server URL.
specifyApplicationName = Please specify the application name.
specifyApplicationPassword = Please specify the application password.
specifyGroup = Please specify the group name.
operationFailed = The connection check failed.
invalidAuthentication = Application name and/or password are not valid.
applicationPermission = No permission to perform the requested operation on the Crowd server.
cannotLoadCrowdProperties = Cannot load ressource 'crowd.properties'.
userNotFound = User ''{0}'' not found.
groupNotFound = The group ''{0}'' does not exist.
cannotValidateGroup = The group ''{0}'' odes not exist or is not active.
expiredCredentials = The password for user ''{0}'' has expired and must be changed.
accountExpired = The user account ''{0}'' is inactive.
invalidToken = Invalid SSO token.
applicationAccessDenied = The user ''{0}'' does not have access to authenticate against the application.
userGroupNotFound = The group ''{0}'' of users that are allowed to login does not exist or is not active.
userNotValid = The user ''{0}'' does not have the permission to login and/or is not a member of the user group ''{1}'' in your Crowd server.