src/main/resources/localization/projects.properties

Sat, 22 Aug 2020 18:17:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 22 Aug 2020 18:17:06 +0200
changeset 97
602f75801644
parent 91
c3a6c65b3729
child 99
a369fb1b3aa2
permissions
-rw-r--r--

first part of navigation redesign

     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
    32 no-projects=Welcome to LightPIT. Start off by creating a new project!
    34 filter.all=all
    36 menu.versions=Versions
    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.total=Total
    52 issues.reported=Reported Issues
    53 issues.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.open=open
    65 version.label=Version
    66 version.status.Future=Future
    67 version.status.Unreleased=Unreleased
    68 version.status.Released=Released
    69 version.status.LTS=LTS
    70 version.status.Deprecated=Deprecated
    73 issue.without-version=Issues w/o Assigned Version
    74 issue.project=Project
    75 issue.subject=Subject
    76 issue.description=Description
    77 issue.assignee=Assignee
    78 issue.affected-versions=Affected Versions
    79 issue.resolved-versions=Target 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