src/main/resources/localization/projects.properties

Mon, 01 Jun 2020 14:46:58 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 01 Jun 2020 14:46:58 +0200
changeset 86
0a658e53177c
parent 83
24a3596b8f98
child 88
1438e5a22c55
permissions
-rw-r--r--

improves issue overview and adds progress information

     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 button.stats.hidezeros=Reduced View
    32 button.stats.showzeros=Full View
    34 no-projects=Welcome to LightPIT. Start off by creating a new project!
    36 menu.issues=Issues
    38 name=Name
    39 description=Description
    40 repoUrl=Repository
    41 owner=Project Lead
    42 version.latest=Latest Version
    43 version.next=Next Version
    45 progress=Overall Progress
    47 issues.open=Open
    48 issues.active=In Progress
    49 issues.done=Done
    50 issues.total=Total
    51 issues.reported=Reported Issues
    52 issues.scheduled=Scheduled Issues
    53 issues.resolved=Resolved Issues
    55 version.project=Project
    56 version.name=Version
    57 version.status=Status
    58 version.ordinal=Ordering
    59 tooltip.ordinal=Use to override lexicographic ordering.
    61 placeholder.null-owner=Unassigned
    62 placeholder.null-assignee=Unassigned
    64 version.label=Version
    65 version.status.Future=Future
    66 version.status.Unreleased=Unreleased
    67 version.status.Released=Released
    68 version.status.LTS=LTS
    69 version.status.Deprecated=Deprecated
    72 issue.without-version=Issues w/o Assigned Version
    73 issue.project=Project
    74 issue.subject=Subject
    75 issue.description=Description
    76 issue.assignee=Assignee
    77 issue.affected-versions=Affected Versions
    78 issue.scheduled-versions=Scheduled for Versions
    79 issue.resolved-versions=Resolved in Versions
    80 issue.category=Category
    81 issue.status=Status
    82 issue.created=Created
    83 issue.updated=Updated
    84 issue.eta=ETA
    86 issue.category.Feature=Feature
    87 issue.category.Improvement=Improvement
    88 issue.category.Bug=Bug
    89 issue.category.Task=Task
    90 issue.category.Test=Test
    92 issue.status.InSpecification=Specification
    93 issue.status.ToDo=To Do
    94 issue.status.Scheduled=Scheduled
    95 issue.status.InProgress=In Progress
    96 issue.status.InReview=Review
    97 issue.status.Done=Done
    98 issue.status.Rejected=Rejected
    99 issue.status.Withdrawn=Withdrawn
   100 issue.status.Duplicate=Duplicate

mercurial