src/main/resources/localization/strings.properties

Sun, 08 Jan 2023 17:07:26 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 08 Jan 2023 17:07:26 +0100
changeset 268
ca5501d851fa
parent 266
65c72e65ff67
child 271
f8f5e82944fa
permissions
-rw-r--r--

#15 add issue filters

     1 # Copyright 2021 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 app.changelog=Changelog
    25 app.license.title=License
    26 app.name=Lightweight Project and Issue Tracking
    27 button.add=Add
    28 button.apply=Apply
    29 button.back=Back
    30 button.cancel=Cancel
    31 button.comment.edit=Edit Comment
    32 button.comment=Comment
    33 button.component.create=New Component
    34 button.component.edit=Edit Component
    35 button.issue.all=All Issues
    36 button.issue.create.another=Create another Issue
    37 button.issue.create=New Issue
    38 button.issue.edit=Edit
    39 button.language.submit = Switch language
    40 button.okay=OK
    41 button.project.create=New Project
    42 button.project.details=Project Details
    43 button.project.edit=Edit Project
    44 button.remove=Remove
    45 button.user.create=Add Developer
    46 button.version.create=New Version
    47 button.version.edit=Edit Version
    48 commit.redirect-link=If redirection does not work, click the following link:
    49 commit.success=Operation successful - you will be redirected in a second.
    50 component.active=Active
    51 component.color=Color
    52 component.lead=Lead
    53 component=Component
    54 description=Description
    55 error.code = Code
    56 error.code.401 = Authorization required
    57 error.code.403 = Access denied
    58 error.code.404 = Page not found
    59 error.code.500 = Internal error
    60 error.code.503 = Service unavailable
    61 error.exceptionText = Internal Exception
    62 error.headline = The requested page cannot be displayed.
    63 error.message = Server Message
    64 error.returnLink = Return to
    65 error.timestamp = Timestamp
    66 feed.issues.description=Feed about recently updated issues.
    67 feed.issues.title=LightPIT Issues
    68 feed.issues.type.New=New
    69 feed.issues.type.Update=Update
    70 feed.issues.type.NewComment=Comment
    71 feed.issues.type.UpdateComment=Comment Update
    72 feed=Feed
    73 issue.affected-versions=Affected
    74 issue.assignee=Assignee
    75 issue.category.Bug=Bug
    76 issue.category.Feature=Feature
    77 issue.category.Improvement=Improvement
    78 issue.category.Task=Task
    79 issue.category.Test=Test
    80 issue.category=Category
    81 issue.comment=Comment
    82 issue.comments.anonauthor=Anonymous Author
    83 issue.comments.lastupdate=Last edited:
    84 issue.comments.updateCount=total edits
    85 issue.comments=Comments
    86 issue.created=Created
    87 issue.description=Description
    88 issue.eta=ETA
    89 issue.filter=Filter
    90 issue.filter.blocking=show only blocking
    91 issue.filter.done=show resolved
    92 issue.filter.mine=only assigned to me
    93 issue.filter.more=more filters
    94 issue.id=Issue ID
    95 issue.relations=Relations
    96 issue.relations.issue=Issue
    97 issue.relations.target.invalid=Target issue cannot be linked.
    98 issue.relations.type=Type
    99 issue.relations.type.RelatesTo=relates to
   100 issue.relations.type.RelatesTo.rev=relates to
   101 issue.relations.type.TogetherWith=resolve together with
   102 issue.relations.type.TogetherWith.rev=resolve together with
   103 issue.relations.type.Before=resolve before
   104 issue.relations.type.Before.rev=resolve after
   105 issue.relations.type.SubtaskOf=subtask of
   106 issue.relations.type.SubtaskOf.rev=subtask
   107 issue.relations.type.Blocks=blocks
   108 issue.relations.type.Blocks.rev=blocked by
   109 issue.relations.type.Tests=tests
   110 issue.relations.type.Tests.rev=tested by
   111 issue.relations.type.Duplicates=duplicates
   112 issue.relations.type.Duplicates.rev=duplicated by
   113 issue.resolved-versions=Target
   114 issue.status.Done=Done
   115 issue.status.Duplicate=Duplicate
   116 issue.status.InProgress=In Progress
   117 issue.status.InReview=Review
   118 issue.status.Ready=Ready
   119 issue.status.InSpecification=Specification
   120 issue.status.Rejected=Rejected
   121 issue.status.Scheduled=Scheduled
   122 issue.status.ToDo=To Do
   123 issue.status.Withdrawn=Withdrawn
   124 issue.status=Status
   125 issue.subject=Subject
   126 issue.updated=Updated
   127 issues.active=In Progress
   128 issues.done=Done
   129 issues.open=Open
   130 issues.reported=Reported Issues
   131 issues.resolved=Assigned Issues
   132 issues=Issues
   133 language.browser = Browser language
   134 language.browser.unavailable = Browser language not available.
   135 menu.about=About
   136 menu.languages=Language
   137 menu.projects=Projects
   138 menu.users=Developer
   139 navmenu.all=all
   140 navmenu.components=Components
   141 navmenu.versions=Versions
   142 no-projects=Welcome to LightPIT. Start off by creating a new project!
   143 no-users=No developers have been configured yet.
   144 node.tooltip=Name of the path node that will be used in URL construction.
   145 node=Node
   146 ordinal.tooltip=Use to override lexicographic ordering.
   147 ordinal=Ordering
   148 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
   149 placeholder.auto-assignee=Automatic
   150 placeholder.null-assignee=Unassigned
   151 placeholder.null-component=Unassigned
   152 placeholder.null-lead=Unassigned
   153 placeholder.null-owner=Unassigned
   154 placeholder.null-version=None
   155 progress=Overall Progress
   156 project.name=Name
   157 project.owner=Project Lead
   158 project.repoUrl=Repository
   159 project=Project
   160 user.displayname=Developer
   161 user.givenname=Given Name
   162 user.lastname=Last Name
   163 user.mail=E-Mail
   164 username=User Name
   165 validation.date.format=Illegal date format.
   166 validation.username.null=Username is mandatory.
   167 validation.username.unique=Username is already taken.
   168 version.eol=End of Life
   169 version.latest=Latest Version
   170 version.next=Next Version
   171 version.release=Release
   172 version.status.Deprecated=Deprecated
   173 version.status.Future=Future
   174 version.status.LTS=LTS
   175 version.status.Released=Released
   176 version.status.Unreleased=Unreleased
   177 version.status=Status
   178 version=Version
   179 issue.relations.type.DefectOf=defect of
   180 issue.relations.type.DefectOf.rev=defect

mercurial