src/main/resources/localization/projects.properties

Sun, 21 Jun 2020 11:38:16 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 21 Jun 2020 11:38:16 +0200
changeset 88
1438e5a22c55
parent 86
0a658e53177c
child 91
c3a6c65b3729
permissions
-rw-r--r--

simplifies version overviews by removing "scheduled issues"

     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.issue.create=New Issue
    29 button.issue.all=All Issues
    31 no-projects=Welcome to LightPIT. Start off by creating a new project!
    33 menu.issues=Issues
    35 name=Name
    36 description=Description
    37 repoUrl=Repository
    38 owner=Project Lead
    39 version.latest=Latest Version
    40 version.next=Next Version
    42 progress=Overall Progress
    44 issues.open=Open
    45 issues.active=In Progress
    46 issues.done=Done
    47 issues.total=Total
    48 issues.reported=Reported Issues
    49 issues.resolved=Issues
    51 version.project=Project
    52 version.name=Version
    53 version.status=Status
    54 version.ordinal=Ordering
    55 tooltip.ordinal=Use to override lexicographic ordering.
    57 placeholder.null-owner=Unassigned
    58 placeholder.null-assignee=Unassigned
    60 version.open=open
    61 version.label=Version
    62 version.status.Future=Future
    63 version.status.Unreleased=Unreleased
    64 version.status.Released=Released
    65 version.status.LTS=LTS
    66 version.status.Deprecated=Deprecated
    69 issue.without-version=Issues w/o Assigned Version
    70 issue.project=Project
    71 issue.subject=Subject
    72 issue.description=Description
    73 issue.assignee=Assignee
    74 issue.affected-versions=Affected Versions
    75 issue.resolved-versions=Target Versions
    76 issue.category=Category
    77 issue.status=Status
    78 issue.created=Created
    79 issue.updated=Updated
    80 issue.eta=ETA
    82 issue.category.Feature=Feature
    83 issue.category.Improvement=Improvement
    84 issue.category.Bug=Bug
    85 issue.category.Task=Task
    86 issue.category.Test=Test
    88 issue.status.InSpecification=Specification
    89 issue.status.ToDo=To Do
    90 issue.status.Scheduled=Scheduled
    91 issue.status.InProgress=In Progress
    92 issue.status.InReview=Review
    93 issue.status.Done=Done
    94 issue.status.Rejected=Rejected
    95 issue.status.Withdrawn=Withdrawn
    96 issue.status.Duplicate=Duplicate

mercurial