forked from jenkinsci/bitbucket-branch-source-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessages.properties
43 lines (43 loc) · 2.85 KB
/
Messages.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
BitbucketLink.DisplayName=Bitbucket
BitbucketSCMNavigator.UncategorizedSCMSourceCategory.DisplayName=Repositories
BitbucketSCMSource.UncategorizedSCMHeadCategory.DisplayName=Branches
BitbucketSCMSource.ChangeRequestSCMHeadCategory.DisplayName=Pull requests
BitbucketSCMSource.TagSCMHeadCategory.DisplayName=Tags
BitbucketSCMSource.NoMatchingOwner=Could not find: {0}
BitbucketSCMSource.UnauthorizedAnonymous=Determination as to whether {0} may or may not exist is not permitted \
without suitable credentials.
BitbucketSCMSource.UnauthorizedOwner=The selected credentials do not have permission to determine whether {0} does or \
does not exist.
BitbucketSCMNavigator.DisplayName=Bitbucket Team/Project
BitbucketSCMNavigator.Description=Scans a Bitbucket Cloud Team (or Bitbucket Server Project) for all repositories matching some defined markers.
BitbucketRepoMetadataAction.IconDescription=Bitbucket Repository
BitbucketRepoMetadataAction.IconDescription.Git=Bitbucket Git Repository
BitbucketRepoMetadataAction.IconDescription.Hg=Bitbucket Mercurial Repository
BitbucketTeamMetadataAction.IconDescription=Bitbucket Team/Project
BranchDiscoveryTrait.allBranches=All branches
BranchDiscoveryTrait.displayName=Discover branches
TagDiscoveryTrait.displayName=Discover tags
BranchDiscoveryTrait.excludePRs=Exclude branches that are also filed as PRs
BranchDiscoveryTrait.onlyPRs=Only branches that are also filed as PRs
ForkPullRequestDiscoveryTrait.displayName=Discover pull requests from forks
ForkPullRequestDiscoveryTrait.everyoneDisplayName=Everyone
ForkPullRequestDiscoveryTrait.headAndMerge=Both the current pull request revision and the pull request merged with \
the current target branch revision
ForkPullRequestDiscoveryTrait.headOnly=The current pull request revision
ForkPullRequestDiscoveryTrait.mergeOnly=Merging the pull request with the current target branch revision
ForkPullRequestDiscoveryTrait.nobodyDisplayName=Nobody
ForkPullRequestDiscoveryTrait.teamDisplayName=Forks in the same account
OriginPullRequestDiscoveryTrait.authorityDisplayName=Trust origin pull requests
PublicRepoPullRequestFilterTrait.displayName=Exclude pull requests from public repositories
SSHCheckoutTrait.displayName=Checkout over SSH
SSHCheckoutTrait.incompatibleCredentials=The currently configured credentials are incompatible with this behaviour
SSHCheckoutTrait.missingCredentials=The currently configured credentials cannot be found
SSHCheckoutTrait.useAgentKey=- use build agent''s key -
WebhookRegistrationTrait.disableHook=Disable hook management
WebhookRegistrationTrait.displayName=Override hook management
WebhookRegistrationTrait.useItemHook=Use item credentials for hook management
WebhookConfigurationTrait.displayName=Set ignored committers
PullRequestSCMHead.Pronoun=Pull Request
BranchSCMHead.Pronoun=Branch
BitBucketTagSCMHead.Pronoun=Tag
TagDiscoveryTrait.authorityDisplayName=Trust origin tags