src/main/resources/localization/projects.properties

Fri, 09 Oct 2020 19:07:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 09 Oct 2020 19:07:05 +0200
changeset 124
ed2e7aef2a3e
parent 109
2e0669e814ff
child 129
a09d5c59351a
permissions
-rw-r--r--

adds issue comments

     1 # Copyright 2018 Mike Becker. All rights reserved.
     2 #
     3 # Redistribution and use in source and binary forms, with or without
     4 # modification, are permitted provided that the following conditions are met:
     5 #
     6 # 1. Redistributions of source code must retain the above copyright
     7 # notice, this list of conditions and the following disclaimer.
     8 #
     9 # 2. Redistributions in binary form must reproduce the above copyright
    10 # notice, this list of conditions and the following disclaimer in the
    11 # documentation and/or other materials provided with the distribution.
    12 #
    13 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    14 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    15 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    16 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    18 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    19 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    24 pageTitle=Project Tracking
    26 button.create=New Project
    27 button.version.create=New Version
    28 button.version.edit=Edit Version
    29 button.issue.create=New Issue
    30 button.issue.all=All Issues
    31 button.comment=Comment
    33 no-projects=Welcome to LightPIT. Start off by creating a new project!
    35 menu.versions=Versions
    36 menu.versions.unassigned=unassigned
    37 menu.issues=Issues
    39 name=Name
    40 description=Description
    41 repoUrl=Repository
    42 owner=Project Lead
    43 version.latest=Latest Version
    44 version.next=Next Version
    46 progress=Overall Progress
    48 issues.open=Open
    49 issues.active=In Progress
    50 issues.done=Done
    51 issues.reported=Reported Issues
    52 issues.resolved=Assigned Issues
    54 version.project=Project
    55 version.name=Version
    56 version.status=Status
    57 version.ordinal=Ordering
    58 tooltip.ordinal=Use to override lexicographic ordering.
    60 placeholder.null-owner=Unassigned
    61 placeholder.null-assignee=Unassigned
    63 version.status.Future=Future
    64 version.status.Unreleased=Unreleased
    65 version.status.Released=Released
    66 version.status.LTS=LTS
    67 version.status.Deprecated=Deprecated
    70 issue.without-version=No Assigned Version
    71 issue.id=Issue ID
    72 issue.project=Project
    73 issue.subject=Subject
    74 issue.description=Description
    75 issue.assignee=Assignee
    76 issue.affected-versions=Affected Versions
    77 issue.resolved-versions=Target Versions
    78 issue.category=Category
    79 issue.status=Status
    80 issue.created=Created
    81 issue.updated=Updated
    82 issue.eta=ETA
    84 issue.category.Feature=Feature
    85 issue.category.Improvement=Improvement
    86 issue.category.Bug=Bug
    87 issue.category.Task=Task
    88 issue.category.Test=Test
    90 issue.status.InSpecification=Specification
    91 issue.status.ToDo=To Do
    92 issue.status.Scheduled=Scheduled
    93 issue.status.InProgress=In Progress
    94 issue.status.InReview=Review
    95 issue.status.Done=Done
    96 issue.status.Rejected=Rejected
    97 issue.status.Withdrawn=Withdrawn
    98 issue.status.Duplicate=Duplicate
   100 issue.comments=Comments
   101 issue.comments.anonauthor=Anonymous Author

mercurial