src/main/resources/localization/projects.properties

Thu, 22 Oct 2020 11:06:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 22 Oct 2020 11:06:15 +0200
changeset 136
7281bdf43c60
parent 134
f47e82cd6077
child 138
e2aa673dd473
permissions
-rw-r--r--

automatic assignment of component lead (if available) - fixes #28

     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.component.create=New Component
    28 button.component.edit=Edit Component
    29 button.version.create=New Version
    30 button.version.edit=Edit Version
    31 button.issue.create=New Issue
    32 button.issue.all=All Issues
    33 button.comment=Comment
    35 no-projects=Welcome to LightPIT. Start off by creating a new project!
    37 navmenu.versions=Versions
    38 navmenu.components=Components
    39 navmenu.unassigned=unassigned
    40 navmenu.all=all
    42 name=Name
    43 description=Description
    44 repoUrl=Repository
    45 owner=Project Lead
    46 version.latest=Latest Version
    47 version.next=Next Version
    48 issues=Issues
    49 component=Component
    51 progress=Overall Progress
    53 issues.open=Open
    54 issues.active=In Progress
    55 issues.done=Done
    56 issues.reported=Reported Issues
    57 issues.resolved=Assigned Issues
    59 version.project=Project
    60 version.name=Version
    61 version.status=Status
    62 version.ordinal=Ordering
    64 component.project=Project
    65 component.name=Component
    66 component.color=Color
    67 component.lead=Lead
    68 component.ordinal=Ordering
    69 component.description=Description
    71 tooltip.ordinal=Use to override lexicographic ordering.
    73 placeholder.null-owner=Unassigned
    74 placeholder.null-lead=Unassigned
    75 placeholder.null-assignee=Unassigned
    76 placeholder.auto-assignee=Automatic
    77 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
    78 placeholder.null-component=Unassigned
    80 version.status.Future=Future
    81 version.status.Unreleased=Unreleased
    82 version.status.Released=Released
    83 version.status.LTS=LTS
    84 version.status.Deprecated=Deprecated
    86 issue.without-version=No Assigned Version
    87 issue.id=Issue ID
    88 issue.project=Project
    89 issue.component=Component
    90 issue.subject=Subject
    91 issue.description=Description
    92 issue.assignee=Assignee
    93 issue.affected-versions=Affected Versions
    94 issue.resolved-versions=Target Versions
    95 issue.category=Category
    96 issue.status=Status
    97 issue.created=Created
    98 issue.updated=Updated
    99 issue.eta=ETA
   101 issue.category.Feature=Feature
   102 issue.category.Improvement=Improvement
   103 issue.category.Bug=Bug
   104 issue.category.Task=Task
   105 issue.category.Test=Test
   107 issue.status.InSpecification=Specification
   108 issue.status.ToDo=To Do
   109 issue.status.Scheduled=Scheduled
   110 issue.status.InProgress=In Progress
   111 issue.status.InReview=Review
   112 issue.status.Done=Done
   113 issue.status.Rejected=Rejected
   114 issue.status.Withdrawn=Withdrawn
   115 issue.status.Duplicate=Duplicate
   117 issue.comments=Comments
   118 issue.comments.anonauthor=Anonymous Author

mercurial