src/main/resources/localization/strings.properties

changeset 263
aa22103809cd
parent 252
90f5e12c7623
child 266
65c72e65ff67
equal deleted inserted replaced
262:c357c4e69b9e 263:aa22103809cd
22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 23
24 app.changelog=Changelog 24 app.changelog=Changelog
25 app.license.title=License 25 app.license.title=License
26 app.name=Lightweight Project and Issue Tracking 26 app.name=Lightweight Project and Issue Tracking
27 button.add=Add
27 button.back=Back 28 button.back=Back
28 button.cancel=Cancel 29 button.cancel=Cancel
29 button.comment.edit=Edit Comment 30 button.comment.edit=Edit Comment
30 button.comment=Comment 31 button.comment=Comment
31 button.component.create=New Component 32 button.component.create=New Component
36 button.issue.edit=Edit 37 button.issue.edit=Edit
37 button.language.submit = Switch language 38 button.language.submit = Switch language
38 button.okay=OK 39 button.okay=OK
39 button.project.create=New Project 40 button.project.create=New Project
40 button.project.edit=Edit Project 41 button.project.edit=Edit Project
42 button.remove=Remove
41 button.user.create=Add Developer 43 button.user.create=Add Developer
42 button.version.create=New Version 44 button.version.create=New Version
43 button.version.edit=Edit Version 45 button.version.edit=Edit Version
44 commit.redirect-link=If redirection does not work, click the following link: 46 commit.redirect-link=If redirection does not work, click the following link:
45 commit.success=Operation successful - you will be redirected in a second. 47 commit.success=Operation successful - you will be redirected in a second.
81 issue.comments=Comments 83 issue.comments=Comments
82 issue.created=Created 84 issue.created=Created
83 issue.description=Description 85 issue.description=Description
84 issue.eta=ETA 86 issue.eta=ETA
85 issue.id=Issue ID 87 issue.id=Issue ID
88 issue.relations=Relations
89 issue.relations.issue=Issue
90 issue.relations.target.invalid=Target issue cannot be linked.
91 issue.relations.type=Type
92 issue.relations.type.RelatesTo=relates to
93 issue.relations.type.RelatesTo.rev=relates to
94 issue.relations.type.TogetherWith=resolve together with
95 issue.relations.type.TogetherWith.rev=resolve together with
96 issue.relations.type.Before=resolve before
97 issue.relations.type.Before.rev=resolve after
98 issue.relations.type.SubtaskOf=subtask of
99 issue.relations.type.SubtaskOf.rev=subtask
100 issue.relations.type.Blocks=blocks
101 issue.relations.type.Blocks.rev=blocked by
102 issue.relations.type.Tests=tests
103 issue.relations.type.Tests.rev=tested by
104 issue.relations.type.Duplicates=duplicates
105 issue.relations.type.Duplicates.rev=duplicated by
86 issue.resolved-versions=Target 106 issue.resolved-versions=Target
87 issue.status.Done=Done 107 issue.status.Done=Done
88 issue.status.Duplicate=Duplicate 108 issue.status.Duplicate=Duplicate
89 issue.status.InProgress=In Progress 109 issue.status.InProgress=In Progress
90 issue.status.InReview=Review 110 issue.status.InReview=Review

mercurial