src/main/resources/localization/projects.properties

changeset 180
009700915269
parent 179
623c340058f3
child 181
502a10e24b85
     1.1 --- a/src/main/resources/localization/projects.properties	Tue Jan 05 19:19:31 2021 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,123 +0,0 @@
     1.4 -# Copyright 2018 Mike Becker. All rights reserved.
     1.5 -#
     1.6 -# Redistribution and use in source and binary forms, with or without
     1.7 -# modification, are permitted provided that the following conditions are met:
     1.8 -#
     1.9 -# 1. Redistributions of source code must retain the above copyright
    1.10 -# notice, this list of conditions and the following disclaimer.
    1.11 -#
    1.12 -# 2. Redistributions in binary form must reproduce the above copyright
    1.13 -# notice, this list of conditions and the following disclaimer in the
    1.14 -# documentation and/or other materials provided with the distribution.
    1.15 -#
    1.16 -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.17 -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.18 -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.19 -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    1.20 -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.21 -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    1.22 -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    1.23 -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.24 -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.25 -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.26 -
    1.27 -pageTitle=Project Tracking
    1.28 -
    1.29 -button.create=New Project
    1.30 -button.component.create=New Component
    1.31 -button.component.edit=Edit Component
    1.32 -button.version.create=New Version
    1.33 -button.version.edit=Edit Version
    1.34 -button.issue.create=New Issue
    1.35 -button.issue.create.another=Create another Issue
    1.36 -button.issue.edit=Edit Issue
    1.37 -button.issue.all=All Issues
    1.38 -button.comment=Comment
    1.39 -
    1.40 -no-projects=Welcome to LightPIT. Start off by creating a new project!
    1.41 -
    1.42 -navmenu.versions=Versions
    1.43 -navmenu.components=Components
    1.44 -navmenu.unassigned=unassigned
    1.45 -navmenu.all=all
    1.46 -
    1.47 -name=Name
    1.48 -node=Node
    1.49 -ordinal=Ordering
    1.50 -node.tooltip=Name of the path node that will be used in URL construction.
    1.51 -description=Description
    1.52 -repoUrl=Repository
    1.53 -owner=Project Lead
    1.54 -version.latest=Latest Version
    1.55 -version.next=Next Version
    1.56 -issues=Issues
    1.57 -component=Component
    1.58 -
    1.59 -progress=Overall Progress
    1.60 -
    1.61 -issues.open=Open
    1.62 -issues.active=In Progress
    1.63 -issues.done=Done
    1.64 -issues.reported=Reported Issues
    1.65 -issues.resolved=Assigned Issues
    1.66 -
    1.67 -version.project=Project
    1.68 -version.name=Version
    1.69 -version.status=Status
    1.70 -version.ordinal=Ordering
    1.71 -
    1.72 -component.project=Project
    1.73 -component.name=Component
    1.74 -component.color=Color
    1.75 -component.lead=Lead
    1.76 -component.ordinal=Ordering
    1.77 -component.description=Description
    1.78 -
    1.79 -tooltip.ordinal=Use to override lexicographic ordering.
    1.80 -
    1.81 -placeholder.null-owner=Unassigned
    1.82 -placeholder.null-lead=Unassigned
    1.83 -placeholder.null-assignee=Unassigned
    1.84 -placeholder.auto-assignee=Automatic
    1.85 -placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
    1.86 -placeholder.null-component=Unassigned
    1.87 -
    1.88 -version.status.Future=Future
    1.89 -version.status.Unreleased=Unreleased
    1.90 -version.status.Released=Released
    1.91 -version.status.LTS=LTS
    1.92 -version.status.Deprecated=Deprecated
    1.93 -
    1.94 -issue.without-version=No Assigned Version
    1.95 -issue.id=Issue ID
    1.96 -issue.project=Project
    1.97 -issue.component=Component
    1.98 -issue.subject=Subject
    1.99 -issue.description=Description
   1.100 -issue.assignee=Assignee
   1.101 -issue.affected-versions=Affected Versions
   1.102 -issue.resolved-versions=Target Versions
   1.103 -issue.category=Category
   1.104 -issue.status=Status
   1.105 -issue.created=Created
   1.106 -issue.updated=Updated
   1.107 -issue.eta=ETA
   1.108 -
   1.109 -issue.category.Feature=Feature
   1.110 -issue.category.Improvement=Improvement
   1.111 -issue.category.Bug=Bug
   1.112 -issue.category.Task=Task
   1.113 -issue.category.Test=Test
   1.114 -
   1.115 -issue.status.InSpecification=Specification
   1.116 -issue.status.ToDo=To Do
   1.117 -issue.status.Scheduled=Scheduled
   1.118 -issue.status.InProgress=In Progress
   1.119 -issue.status.InReview=Review
   1.120 -issue.status.Done=Done
   1.121 -issue.status.Rejected=Rejected
   1.122 -issue.status.Withdrawn=Withdrawn
   1.123 -issue.status.Duplicate=Duplicate
   1.124 -
   1.125 -issue.comments=Comments
   1.126 -issue.comments.anonauthor=Anonymous Author

mercurial