Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-22097] Confusing terminology: Global domain vs. global…
… scope
  • Loading branch information
stephenc committed Dec 18, 2014
1 parent 4456672 commit 2f8bc2f
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -48,12 +48,13 @@ CredentialsParameterValue.NotAvailableToCurrentUser=Not available to current use
CredentialsSelectHelper.DisplayName=Credentials Selection Helper

CredentialsScope.UserDisplayName=User
CredentialsScope.GlobalDisplayName=Global
CredentialsScope.SystemDisplayName=System
CredentialsScope.GlobalDisplayName=Global (Jenkins, nodes, items, all child items, etc)
CredentialsScope.SystemDisplayName=System (Jenkins and nodes only)

CredentialsStoreAction.DisplayName=Credentials
CredentialsStoreAction.GlobalDomainDisplayName=Global credentials
CredentialsStoreAction.GlobalDomainDescription=All credentials that are not bound to a specific domain.
CredentialsStoreAction.GlobalDomainDisplayName=Global credentials (unrestricted)
CredentialsStoreAction.GlobalDomainDescription=Credentials that should be available irrespective of domain \
specification to requirements matching.
CredentialsStoreAction.EmptyDomainNameMessage=You must provide a name for the domain
CredentialsStoreAction.DuplicateDomainNameMessage=A domain with that name already exists
CredentialsStoreAction.UserDisplayName=User: {0}
Expand Down

0 comments on commit 2f8bc2f

Please sign in to comment.