src/main/resources/localization/strings.properties

changeset 268
ca5501d851fa
parent 266
65c72e65ff67
child 271
f8f5e82944fa
     1.1 --- a/src/main/resources/localization/strings.properties	Tue Jan 03 18:25:51 2023 +0100
     1.2 +++ b/src/main/resources/localization/strings.properties	Sun Jan 08 17:07:26 2023 +0100
     1.3 @@ -25,6 +25,7 @@
     1.4  app.license.title=License
     1.5  app.name=Lightweight Project and Issue Tracking
     1.6  button.add=Add
     1.7 +button.apply=Apply
     1.8  button.back=Back
     1.9  button.cancel=Cancel
    1.10  button.comment.edit=Edit Comment
    1.11 @@ -85,6 +86,11 @@
    1.12  issue.created=Created
    1.13  issue.description=Description
    1.14  issue.eta=ETA
    1.15 +issue.filter=Filter
    1.16 +issue.filter.blocking=show only blocking
    1.17 +issue.filter.done=show resolved
    1.18 +issue.filter.mine=only assigned to me
    1.19 +issue.filter.more=more filters
    1.20  issue.id=Issue ID
    1.21  issue.relations=Relations
    1.22  issue.relations.issue=Issue
    1.23 @@ -169,4 +175,6 @@
    1.24  version.status.Released=Released
    1.25  version.status.Unreleased=Unreleased
    1.26  version.status=Status
    1.27 -version=Version
    1.28 \ No newline at end of file
    1.29 +version=Version
    1.30 +issue.relations.type.DefectOf=defect of
    1.31 +issue.relations.type.DefectOf.rev=defect
    1.32 \ No newline at end of file

mercurial