Messages.properties 3.9 KB
Newer Older
K
kohsuke 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# 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.
K
Kohsuke Kawaguchi 已提交
22
GlobalSecurityConfiguration.DisplayName=Configure Global Security
I
imod 已提交
23
GlobalSecurityConfiguration.Description=Secure Jenkins; define who is allowed to access/use the system.
K
kohsuke 已提交
24

25
GlobalMatrixAuthorizationStrategy.DisplayName=Matrix-based security
26

27
HudsonPrivateSecurityRealm.WouldYouLikeToSignUp=This {0} {1} is new to Jenkins. Would you like to sign up?
K
i18n.  
kohsuke 已提交
28 29
LegacyAuthorizationStrategy.DisplayName=Legacy mode

30
HudsonPrivateSecurityRealm.DisplayName=Jenkins''s own user database
K
kohsuke 已提交
31
HudsonPrivateSecurityRealm.Details.DisplayName=Password
K
kohsuke 已提交
32 33 34
HudsonPrivateSecurityRealm.Details.PasswordError=\
  The confirmed password is not the same as the one entered. \
  Please make sure to type the same password twice.
S
sogabe 已提交
35
HudsonPrivateSecurityRealm.ManageUserLinks.DisplayName=Manage Users
36
HudsonPrivateSecurityRealm.ManageUserLinks.Description=Create/delete/modify users that can log in to this Jenkins
S
sogabe 已提交
37

38 39 40 41 42 43 44
HudsonPrivateSecurityRealm.CreateAccount.TextNotMatchWordInImage=Text didn't match the word shown in the image
HudsonPrivateSecurityRealm.CreateAccount.PasswordNotMatch=Password didn't match
HudsonPrivateSecurityRealm.CreateAccount.PasswordRequired=Password is required
HudsonPrivateSecurityRealm.CreateAccount.UserNameRequired=User name is required
HudsonPrivateSecurityRealm.CreateAccount.InvalidEmailAddress=Invalid e-mail address
HudsonPrivateSecurityRealm.CreateAccount.UserNameAlreadyTaken=User name is already taken

S
sogabe 已提交
45 46 47 48 49
FullControlOnceLoggedInAuthorizationStrategy.DisplayName=Logged-in users can do anything

AuthorizationStrategy.DisplayName=Anyone can do anything

LDAPSecurityRealm.DisplayName=LDAP
50 51 52 53
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
S
sogabe 已提交
54 55

LegacySecurityRealm.Displayname=Delegate to servlet container
K
kohsuke 已提交
56

K
kohsuke 已提交
57 58
UserDetailsServiceProxy.UnableToQuery=Unable to query user information: {0}

59 60
ProjectMatrixAuthorizationStrategy.DisplayName=Project-based Matrix Authorization Strategy

61
PAMSecurityRealm.DisplayName=Unix user/group database
62
PAMSecurityRealm.ReadPermission=Jenkins needs to be able to read /etc/shadow
63 64
PAMSecurityRealm.BelongToGroup={0} needs to belong to group {1} to read /etc/shadow
PAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod=\
65
  Either Jenkins 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 Jenkins to read /etc/shadow
66 67 68 69
PAMSecurityRealm.Success=Success
PAMSecurityRealm.User=User ''{0}''
PAMSecurityRealm.CurrentUser=Current User
PAMSecurityRealm.Uid=uid: {0}
70

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