src/main/resources/localization/projects.properties

Thu, 22 Oct 2020 13:03:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 22 Oct 2020 13:03:26 +0200
changeset 138
e2aa673dd473
parent 136
7281bdf43c60
child 146
b0e83cab0bde
permissions
-rw-r--r--

adds custom node names - fixes #27

     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 node=Node
    44 node.tooltip=Name of the path node that will be used in URL construction.
    45 description=Description
    46 repoUrl=Repository
    47 owner=Project Lead
    48 version.latest=Latest Version
    49 version.next=Next Version
    50 issues=Issues
    51 component=Component
    53 progress=Overall Progress
    55 issues.open=Open
    56 issues.active=In Progress
    57 issues.done=Done
    58 issues.reported=Reported Issues
    59 issues.resolved=Assigned Issues
    61 version.project=Project
    62 version.name=Version
    63 version.status=Status
    64 version.ordinal=Ordering
    66 component.project=Project
    67 component.name=Component
    68 component.color=Color
    69 component.lead=Lead
    70 component.ordinal=Ordering
    71 component.description=Description
    73 tooltip.ordinal=Use to override lexicographic ordering.
    75 placeholder.null-owner=Unassigned
    76 placeholder.null-lead=Unassigned
    77 placeholder.null-assignee=Unassigned
    78 placeholder.auto-assignee=Automatic
    79 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
    80 placeholder.null-component=Unassigned
    82 version.status.Future=Future
    83 version.status.Unreleased=Unreleased
    84 version.status.Released=Released
    85 version.status.LTS=LTS
    86 version.status.Deprecated=Deprecated
    88 issue.without-version=No Assigned Version
    89 issue.id=Issue ID
    90 issue.project=Project
    91 issue.component=Component
    92 issue.subject=Subject
    93 issue.description=Description
    94 issue.assignee=Assignee
    95 issue.affected-versions=Affected Versions
    96 issue.resolved-versions=Target Versions
    97 issue.category=Category
    98 issue.status=Status
    99 issue.created=Created
   100 issue.updated=Updated
   101 issue.eta=ETA
   103 issue.category.Feature=Feature
   104 issue.category.Improvement=Improvement
   105 issue.category.Bug=Bug
   106 issue.category.Task=Task
   107 issue.category.Test=Test
   109 issue.status.InSpecification=Specification
   110 issue.status.ToDo=To Do
   111 issue.status.Scheduled=Scheduled
   112 issue.status.InProgress=In Progress
   113 issue.status.InReview=Review
   114 issue.status.Done=Done
   115 issue.status.Rejected=Rejected
   116 issue.status.Withdrawn=Withdrawn
   117 issue.status.Duplicate=Duplicate
   119 issue.comments=Comments
   120 issue.comments.anonauthor=Anonymous Author

mercurial