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

universe@180 1 # Copyright 2021 Mike Becker. All rights reserved.
universe@47 2 #
universe@47 3 # Redistribution and use in source and binary forms, with or without
universe@47 4 # modification, are permitted provided that the following conditions are met:
universe@47 5 #
universe@47 6 # 1. Redistributions of source code must retain the above copyright
universe@47 7 # notice, this list of conditions and the following disclaimer.
universe@47 8 #
universe@47 9 # 2. Redistributions in binary form must reproduce the above copyright
universe@47 10 # notice, this list of conditions and the following disclaimer in the
universe@47 11 # documentation and/or other materials provided with the distribution.
universe@47 12 #
universe@47 13 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@47 14 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@47 15 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
universe@47 16 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
universe@47 17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
universe@47 18 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
universe@47 19 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
universe@47 20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
universe@47 21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
universe@47 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
universe@47 23
universe@204 24 app.changelog=Changelog
universe@204 25 app.license.title=License
universe@204 26 app.name=Lightweight Project and Issue Tracking
universe@263 27 button.add=Add
universe@212 28 button.back=Back
universe@180 29 button.cancel=Cancel
universe@207 30 button.comment.edit=Edit Comment
universe@180 31 button.comment=Comment
universe@180 32 button.component.create=New Component
universe@180 33 button.component.edit=Edit Component
universe@180 34 button.issue.all=All Issues
universe@180 35 button.issue.create.another=Create another Issue
universe@180 36 button.issue.create=New Issue
universe@212 37 button.issue.edit=Edit
universe@181 38 button.language.submit = Switch language
universe@47 39 button.okay=OK
universe@180 40 button.project.create=New Project
universe@184 41 button.project.edit=Edit Project
universe@263 42 button.remove=Remove
universe@181 43 button.user.create=Add Developer
universe@180 44 button.version.create=New Version
universe@180 45 button.version.edit=Edit Version
universe@180 46 commit.redirect-link=If redirection does not work, click the following link:
universe@47 47 commit.success=Operation successful - you will be redirected in a second.
universe@227 48 component.active=Active
universe@180 49 component.color=Color
universe@180 50 component.lead=Lead
universe@180 51 component=Component
universe@180 52 description=Description
universe@180 53 error.code = Code
universe@180 54 error.code.401 = Authorization required
universe@180 55 error.code.403 = Access denied
universe@180 56 error.code.404 = Page not found
universe@180 57 error.code.500 = Internal error
universe@180 58 error.code.503 = Service unavailable
universe@180 59 error.exceptionText = Internal Exception
universe@180 60 error.headline = The requested page cannot be displayed.
universe@180 61 error.message = Server Message
universe@180 62 error.returnLink = Return to
universe@180 63 error.timestamp = Timestamp
universe@198 64 feed.issues.description=Feed about recently updated issues.
universe@198 65 feed.issues.title=LightPIT Issues
universe@235 66 feed.issues.type.New=New
universe@235 67 feed.issues.type.Update=Update
universe@235 68 feed.issues.type.NewComment=Comment
universe@235 69 feed.issues.type.UpdateComment=Comment Update
universe@199 70 feed=Feed
universe@212 71 issue.affected-versions=Affected
universe@180 72 issue.assignee=Assignee
universe@180 73 issue.category.Bug=Bug
universe@180 74 issue.category.Feature=Feature
universe@180 75 issue.category.Improvement=Improvement
universe@180 76 issue.category.Task=Task
universe@180 77 issue.category.Test=Test
universe@180 78 issue.category=Category
universe@214 79 issue.comment=Comment
universe@180 80 issue.comments.anonauthor=Anonymous Author
universe@207 81 issue.comments.lastupdate=Last edited:
universe@207 82 issue.comments.updateCount=total edits
universe@180 83 issue.comments=Comments
universe@180 84 issue.created=Created
universe@180 85 issue.description=Description
universe@180 86 issue.eta=ETA
universe@180 87 issue.id=Issue ID
universe@263 88 issue.relations=Relations
universe@263 89 issue.relations.issue=Issue
universe@263 90 issue.relations.target.invalid=Target issue cannot be linked.
universe@263 91 issue.relations.type=Type
universe@263 92 issue.relations.type.RelatesTo=relates to
universe@263 93 issue.relations.type.RelatesTo.rev=relates to
universe@263 94 issue.relations.type.TogetherWith=resolve together with
universe@263 95 issue.relations.type.TogetherWith.rev=resolve together with
universe@263 96 issue.relations.type.Before=resolve before
universe@263 97 issue.relations.type.Before.rev=resolve after
universe@263 98 issue.relations.type.SubtaskOf=subtask of
universe@263 99 issue.relations.type.SubtaskOf.rev=subtask
universe@263 100 issue.relations.type.Blocks=blocks
universe@263 101 issue.relations.type.Blocks.rev=blocked by
universe@263 102 issue.relations.type.Tests=tests
universe@263 103 issue.relations.type.Tests.rev=tested by
universe@263 104 issue.relations.type.Duplicates=duplicates
universe@263 105 issue.relations.type.Duplicates.rev=duplicated by
universe@212 106 issue.resolved-versions=Target
universe@180 107 issue.status.Done=Done
universe@180 108 issue.status.Duplicate=Duplicate
universe@180 109 issue.status.InProgress=In Progress
universe@180 110 issue.status.InReview=Review
universe@252 111 issue.status.Ready=Ready
universe@180 112 issue.status.InSpecification=Specification
universe@180 113 issue.status.Rejected=Rejected
universe@180 114 issue.status.Scheduled=Scheduled
universe@180 115 issue.status.ToDo=To Do
universe@180 116 issue.status.Withdrawn=Withdrawn
universe@180 117 issue.status=Status
universe@180 118 issue.subject=Subject
universe@180 119 issue.updated=Updated
universe@180 120 issues.active=In Progress
universe@180 121 issues.done=Done
universe@180 122 issues.open=Open
universe@180 123 issues.reported=Reported Issues
universe@180 124 issues.resolved=Assigned Issues
universe@180 125 issues=Issues
universe@181 126 language.browser = Browser language
universe@181 127 language.browser.unavailable = Browser language not available.
universe@204 128 menu.about=About
universe@180 129 menu.languages=Language
universe@79 130 menu.projects=Projects
universe@79 131 menu.users=Developer
universe@180 132 navmenu.all=all
universe@180 133 navmenu.components=Components
universe@180 134 navmenu.versions=Versions
universe@180 135 no-projects=Welcome to LightPIT. Start off by creating a new project!
universe@180 136 no-users=No developers have been configured yet.
universe@180 137 node.tooltip=Name of the path node that will be used in URL construction.
universe@180 138 node=Node
universe@181 139 ordinal.tooltip=Use to override lexicographic ordering.
universe@180 140 ordinal=Ordering
universe@180 141 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
universe@180 142 placeholder.auto-assignee=Automatic
universe@180 143 placeholder.null-assignee=Unassigned
universe@180 144 placeholder.null-component=Unassigned
universe@180 145 placeholder.null-lead=Unassigned
universe@180 146 placeholder.null-owner=Unassigned
universe@231 147 placeholder.null-version=None
universe@180 148 progress=Overall Progress
universe@181 149 project.name=Name
universe@181 150 project.owner=Project Lead
universe@181 151 project.repoUrl=Repository
universe@181 152 project=Project
universe@181 153 user.displayname=Developer
universe@181 154 user.givenname=Given Name
universe@181 155 user.lastname=Last Name
universe@181 156 user.mail=E-Mail
universe@180 157 username=User Name
universe@225 158 validation.date.format=Illegal date format.
universe@209 159 validation.username.null=Username is mandatory.
universe@184 160 validation.username.unique=Username is already taken.
universe@225 161 version.eol=End of Life
universe@180 162 version.latest=Latest Version
universe@180 163 version.next=Next Version
universe@225 164 version.release=Release
universe@180 165 version.status.Deprecated=Deprecated
universe@180 166 version.status.Future=Future
universe@180 167 version.status.LTS=LTS
universe@180 168 version.status.Released=Released
universe@180 169 version.status.Unreleased=Unreleased
universe@180 170 version.status=Status
universe@198 171 version=Version

mercurial