All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.security.Messages.properties Maven / Gradle / Ivy

The newest version!
# The MIT License
# 
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant, Seiji Sogabe
# 
# 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.

GlobalMatrixAuthorizationStrategy.DisplayName=Matrix-based security

HudsonPrivateSecurityRealm.WouldYouLikeToSignUp=This {0} {1} is new to Hudson. Would you like to sign up?
HudsonPrivateSecurityRealm.DisplayName=Hudson''s own user database
HudsonPrivateSecurityRealm.Details.DisplayName=Password
HudsonPrivateSecurityRealm.Details.PasswordError=\
  The confirmed password is not the same as the one entered. \
  Please make sure to type the same password twice.
HudsonPrivateSecurityRealm.ManageUserLinks.DisplayName=Manage Users
HudsonPrivateSecurityRealm.ManageUserLinks.Description=Create/delete/modify users that can log in to this Hudson

FullControlOnceLoggedInAuthorizationStrategy.DisplayName=Logged-in users can do anything

AuthorizationStrategy.DisplayName=Anyone can do anything

LDAPSecurityRealm.DisplayName=LDAP
LDAPSecurityRealm.SyntaxOfServerField=Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
LDAPSecurityRealm.UnknownHost=Unknown host: {0}
LDAPSecurityRealm.UnableToConnect=Unable to connect to {0} : {1}
LDAPSecurityRealm.InvalidPortNumber=Invalid port number

LegacySecurityRealm.Displayname=Delegate to servlet container

UserDetailsServiceProxy.UnableToQuery=Unable to query user information: {0}

ProjectMatrixAuthorizationStrategy.DisplayName=Project-based Matrix Authorization Strategy

PAMSecurityRealm.DisplayName=Unix user/group database
PAMSecurityRealm.ReadPermission=Hudson needs to be able to read /etc/shadow
PAMSecurityRealm.BelongToGroup={0} needs to belong to group {1} to read /etc/shadow
PAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod=\
  Either Hudson needs to run as {0} or {1} needs to belong to group {2} and ''chmod g+r /etc/shadow'' needs to be done to enable Hudson to read /etc/shadow
PAMSecurityRealm.Success=Success
PAMSecurityRealm.User=User ''{0}''
PAMSecurityRealm.CurrentUser=Current User
PAMSecurityRealm.Uid=uid: {0}

# not in use
Permission.Permissions.Title=N/A
AccessDeniedException2.MissingPermission={0} is missing the {1} permission




© 2015 - 2025 Weber Informatics LLC | Privacy Policy