src/main/resources/localization/projects.properties

Sat, 26 Dec 2020 20:19:09 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 26 Dec 2020 20:19:09 +0100
changeset 168
1c3694ae224c
parent 146
b0e83cab0bde
child 175
1e6f2aace666
permissions
-rw-r--r--

adds "Create another" checkbox to issue form - fixes #110

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

mercurial