src/main/resources/localization/strings.properties

Fri, 30 Dec 2022 19:04:34 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 30 Dec 2022 19:04:34 +0100
changeset 263
aa22103809cd
parent 252
90f5e12c7623
child 266
65c72e65ff67
permissions
-rw-r--r--

#29 add possibility to relate issues

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

mercurial