src/main/resources/localization/projects.properties

Sat, 23 May 2020 13:34:41 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 23 May 2020 13:34:41 +0200
changeset 77
192298f8161f
parent 76
82f71fb1758a
child 79
f64255a88d66
permissions
-rw-r--r--

bloat removal 1/3 - configurable resource keys

     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
    25 menuLabel=Projects
    27 button.create=New Project
    28 button.version.create=New Version
    29 button.issue.create=New Issue
    31 no-projects=Welcome to LightPIT. Start off by creating a new project!
    33 menu.issues=Issues
    35 thead.name=Name
    36 thead.description=Description
    37 thead.repoUrl=Repository
    38 thead.owner=Project Lead
    40 thead.version.project=Project
    41 thead.version.name=Version
    42 thead.version.status=Status
    43 thead.version.ordinal=Custom Ordering
    44 tooltip.ordinal=Use to override lexicographic ordering.
    46 placeholder.null-owner=Unassigned
    47 placeholder.null-assignee=Unassigned
    49 version.status.Future=Future
    50 version.status.Unreleased=Unreleased
    51 version.status.Released=Released
    52 version.status.LTS=LTS
    53 version.status.Deprecated=Deprecated
    55 thead.issue.project=Project
    56 thead.issue.subject=Subject
    57 thead.issue.description=Description
    58 thead.issue.assignee=Assignee
    59 thead.issue.affected-version=Affected Version
    60 thead.issue.affected-versions=Affected Versions
    61 thead.issue.scheduled-version=Scheduled for Version
    62 thead.issue.scheduled-versions=Scheduled for Versions
    63 thead.issue.resolved-version=Resolved in Version
    64 thead.issue.resolved-versions=Resolved in Versions
    65 thead.issue.category=Category
    66 thead.issue.status=Status
    67 thead.issue.created=Created
    68 thead.issue.updated=Updated
    69 thead.issue.eta=ETA
    71 issue.category.Feature=Feature
    72 issue.category.Improvement=Improvement
    73 issue.category.Bug=Bug
    74 issue.category.Task=Task
    75 issue.category.Test=Test
    77 issue.status.InSpecification=Specification
    78 issue.status.ToDo=To Do
    79 issue.status.Scheduled=Scheduled
    80 issue.status.InProgress=In Progress
    81 issue.status.InReview=Review
    82 issue.status.Done=Done
    83 issue.status.Rejected=Rejected
    84 issue.status.Withdrawn=Withdrawn

mercurial