forked from jenkinsci/jira-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessages.properties
More file actions
51 lines (51 loc) · 3.91 KB
/
Messages.properties
File metadata and controls
51 lines (51 loc) · 3.91 KB
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
44
45
46
47
48
49
50
51
JiraIssueUpdater.DisplayName=Jira: Update relevant issues
JiraFolderProperty.DisplayName=Associated Jira
JiraProjectProperty.DisplayName=Associated Jira
JiraProjectProperty.JiraUrlMandatory=Jira URL is a mandatory field
JiraProjectProperty.NotAJiraUrl=This is a valid URL but it doesn''t look like Jira
JiraProjectProperty.NoWsdlAvailable=This looks like a Jira instance but no WSDL is available. Perhaps SOAP support is not enabled yet?
JiraBuildAction.DisplayName=Jira issues
DefaultIssueSelector.DisplayName=Default selector
PerforceJobIssueSelector.DisplayName=Perforce job selector
P4JobIssueSelector.DisplayName=Perforce Software (P4) job selector
JiraReleaseVersionBuilder.DisplayName=Jira: Mark a version as Released
JiraReleaseVersionMigrator.DisplayName=Jira: Move issues matching JQL to the specified version
JiraIssueUpdateBuilder.DisplayName=Jira: Progress issues by workflow action
JiraIssueUpdateBuilder.NoJqlSearch=Please set the JQL used to select the issues to update.
JiraIssueUpdateBuilder.NoWorkflowAction=A workflow action is required.
JiraIssueUpdateBuilder.UpdatingWithAction=[Jira] Updating issues using workflow action {0}.
JiraIssueUpdateBuilder.Failed=[Jira] An error occurred while progressing issues:
JiraIssueUpdateBuilder.UnknownWorkflowAction=[Jira] Unable to update issue {0}: invalid workflow action "{1}". Perhaps the Jenkins user does not have permission to perform the action on the Jira issue?
JiraIssueUpdateBuilder.SomeIssuesFailed=[Jira] At least one issue failed to update. See log above for more details.
JiraVersionCreator.DisplayName=Jira: Create new version
VersionReleaser.AlreadyReleased=[Jira] The version {0} is already released in project {1}, so nothing to do.
VersionReleaser.MarkingReleased=[Jira] Marking version {0} in project {1} as released.
JiraVersionCreator.VersionExists=[Jira] A version with name {0} already exists in project {1}, so nothing to do.
JiraVersionCreator.CreatingVersion=[Jira] Creating version {0} in project {1}.
JiraEnvironmentVariableBuilder.DisplayName=Jira: Add related environment variables to build
JiraEnvironmentVariableBuilder.NoJiraSite=[Jira] No Jira site is configured for this project. This must be a project configuration error
JiraEnvironmentVariableBuilder.Updating=[Jira] Setting {0} to {1}.
CommentStep.Descriptor.DisplayName=Jira: Add a comment to issue(s)
SearchIssuesStep.Descriptor.DisplayName=Jira: Search issues
IssueSelectorStep.Descriptor.DisplayName=Jira: Issue selector
JiraCreateIssueNotifier.DisplayName=Jira: Create issue
IssueSelector.ExplicitIssueSelector.DisplayName=Explicit selector
IssueSelector.JqlIssueSelector.DisplayName=JQL selector
JiraVersionCreatorBuilder.DisplayName=Jira: Create new version
JiraIssueFieldUpdater.DisplayName=Jira: Issue custom field updater
JiraIssueFieldUpdater.NoIssueFieldID=Issue field ID required
JiraIssueFieldUpdater.NotAtIssueFieldID=Not an issue field ID
IssueFieldUpdaterStep.UpdatingIssue=[Jira][IssueFieldUpdaterStep] Updating issue {0}
FailedToUpdateIssue=[Jira] Failed to update issue {0}.
FailedToUpdateIssueWithCarryOver=[Jira] Failed to update issue {0}. Carrying over to next build.
UpdatingIssue=[Jira] Updating issue {0}
FailedToConnect=[Jira] Failed to connect to Jira
NoJenkinsUrl=[Jira] Jenkins URL is not configured yet. Go to system configuration to set this value
NoJiraSite=[Jira] No Jira site is configured for this project. This must be a project configuration error
NoRemoteAccess=[Jira] The system configuration does not allow remote Jira access
ErrorCommentingIssues=[Jira] Could not comment on some issues: {0}
JiraSite.threadExecutorMinimunSize = Thread Executor Size must be at least {0} (higher values are recommended)
JiraSite.timeoutMinimunValue = Connection timeout must be at least {0}
JiraSite.readTimeoutMinimunValue = Read timeout must be at least {0}
JiraIssueParameterDefinition.NoIssueMatchedSearch = No issues matched the search
JiraVersionParameterDefinition.NoIssueMatchedSearch = No version matched the search