src/main/resources/localization/projects.properties

changeset 82
4ec7f2600c83
parent 81
1a2e7b5d48f7
child 83
24a3596b8f98
     1.1 --- a/src/main/resources/localization/projects.properties	Sat May 30 15:26:15 2020 +0200
     1.2 +++ b/src/main/resources/localization/projects.properties	Sat May 30 15:28:27 2020 +0200
     1.3 @@ -35,18 +35,18 @@
     1.4  
     1.5  menu.issues=Issues
     1.6  
     1.7 -thead.name=Name
     1.8 -thead.description=Description
     1.9 -thead.repoUrl=Repository
    1.10 -thead.owner=Project Lead
    1.11 -thead.issues.open=Open
    1.12 -thead.issues.active=In Progress
    1.13 -thead.issues.done=Done
    1.14 +name=Name
    1.15 +description=Description
    1.16 +repoUrl=Repository
    1.17 +owner=Project Lead
    1.18 +issues.open=Open
    1.19 +issues.active=In Progress
    1.20 +issues.done=Done
    1.21  
    1.22 -thead.version.project=Project
    1.23 -thead.version.name=Version
    1.24 -thead.version.status=Status
    1.25 -thead.version.ordinal=Custom Ordering
    1.26 +version.project=Project
    1.27 +version.name=Version
    1.28 +version.status=Status
    1.29 +version.ordinal=Custom Ordering
    1.30  tooltip.ordinal=Use to override lexicographic ordering.
    1.31  
    1.32  placeholder.null-owner=Unassigned
    1.33 @@ -64,21 +64,21 @@
    1.34  version.statistics.resolved=Resolved Issues
    1.35  version.statistics.total=Total
    1.36  
    1.37 -thead.issue.project=Project
    1.38 -thead.issue.subject=Subject
    1.39 -thead.issue.description=Description
    1.40 -thead.issue.assignee=Assignee
    1.41 -thead.issue.affected-version=Affected Version
    1.42 -thead.issue.affected-versions=Affected Versions
    1.43 -thead.issue.scheduled-version=Scheduled for Version
    1.44 -thead.issue.scheduled-versions=Scheduled for Versions
    1.45 -thead.issue.resolved-version=Resolved in Version
    1.46 -thead.issue.resolved-versions=Resolved in Versions
    1.47 -thead.issue.category=Category
    1.48 -thead.issue.status=Status
    1.49 -thead.issue.created=Created
    1.50 -thead.issue.updated=Updated
    1.51 -thead.issue.eta=ETA
    1.52 +issue.project=Project
    1.53 +issue.subject=Subject
    1.54 +issue.description=Description
    1.55 +issue.assignee=Assignee
    1.56 +issue.affected-version=Affected Version
    1.57 +issue.affected-versions=Affected Versions
    1.58 +issue.scheduled-version=Scheduled for Version
    1.59 +issue.scheduled-versions=Scheduled for Versions
    1.60 +issue.resolved-version=Resolved in Version
    1.61 +issue.resolved-versions=Resolved in Versions
    1.62 +issue.category=Category
    1.63 +issue.status=Status
    1.64 +issue.created=Created
    1.65 +issue.updated=Updated
    1.66 +issue.eta=ETA
    1.67  
    1.68  issue.category.Feature=Feature
    1.69  issue.category.Improvement=Improvement

mercurial