src/main/resources/localization/strings.properties

Sat, 15 May 2021 16:19:29 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 15 May 2021 16:19:29 +0200
changeset 199
59393c8cc557
parent 198
94f174d591ab
child 204
54c612612c69
permissions
-rw-r--r--

#109 adds RSS feed button to project header and changes feed output slightly

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@180 24 app.title=LightPIT
universe@180 25 button.cancel=Cancel
universe@180 26 button.comment=Comment
universe@180 27 button.component.create=New Component
universe@180 28 button.component.edit=Edit Component
universe@180 29 button.issue.all=All Issues
universe@180 30 button.issue.create.another=Create another Issue
universe@180 31 button.issue.create=New Issue
universe@180 32 button.issue.edit=Edit Issue
universe@181 33 button.language.submit = Switch language
universe@47 34 button.okay=OK
universe@180 35 button.project.create=New Project
universe@184 36 button.project.edit=Edit Project
universe@181 37 button.user.create=Add Developer
universe@180 38 button.version.create=New Version
universe@180 39 button.version.edit=Edit Version
universe@180 40 commit.redirect-link=If redirection does not work, click the following link:
universe@47 41 commit.success=Operation successful - you will be redirected in a second.
universe@180 42 component.color=Color
universe@180 43 component.lead=Lead
universe@180 44 component=Component
universe@180 45 description=Description
universe@180 46 error.code = Code
universe@180 47 error.code.401 = Authorization required
universe@180 48 error.code.403 = Access denied
universe@180 49 error.code.404 = Page not found
universe@180 50 error.code.500 = Internal error
universe@180 51 error.code.503 = Service unavailable
universe@180 52 error.exceptionText = Internal Exception
universe@180 53 error.headline = The requested page cannot be displayed.
universe@180 54 error.message = Server Message
universe@180 55 error.returnLink = Return to
universe@180 56 error.timestamp = Timestamp
universe@199 57 feed.issues.created=Issue has been created.
universe@198 58 feed.issues.description=Feed about recently updated issues.
universe@198 59 feed.issues.title=LightPIT Issues
universe@199 60 feed.issues.updated=Issue has been updated.
universe@199 61 feed=Feed
universe@180 62 issue.affected-versions=Affected Versions
universe@180 63 issue.assignee=Assignee
universe@180 64 issue.category.Bug=Bug
universe@180 65 issue.category.Feature=Feature
universe@180 66 issue.category.Improvement=Improvement
universe@180 67 issue.category.Task=Task
universe@180 68 issue.category.Test=Test
universe@180 69 issue.category=Category
universe@180 70 issue.comments.anonauthor=Anonymous Author
universe@180 71 issue.comments=Comments
universe@180 72 issue.created=Created
universe@180 73 issue.description=Description
universe@180 74 issue.eta=ETA
universe@180 75 issue.id=Issue ID
universe@180 76 issue.resolved-versions=Target Versions
universe@180 77 issue.status.Done=Done
universe@180 78 issue.status.Duplicate=Duplicate
universe@180 79 issue.status.InProgress=In Progress
universe@180 80 issue.status.InReview=Review
universe@180 81 issue.status.InSpecification=Specification
universe@180 82 issue.status.Rejected=Rejected
universe@180 83 issue.status.Scheduled=Scheduled
universe@180 84 issue.status.ToDo=To Do
universe@180 85 issue.status.Withdrawn=Withdrawn
universe@180 86 issue.status=Status
universe@180 87 issue.subject=Subject
universe@180 88 issue.updated=Updated
universe@180 89 issues.active=In Progress
universe@180 90 issues.done=Done
universe@180 91 issues.open=Open
universe@180 92 issues.reported=Reported Issues
universe@180 93 issues.resolved=Assigned Issues
universe@180 94 issues=Issues
universe@181 95 language.browser = Browser language
universe@181 96 language.browser.unavailable = Browser language not available.
universe@180 97 menu.languages=Language
universe@79 98 menu.projects=Projects
universe@79 99 menu.users=Developer
universe@180 100 navmenu.all=all
universe@180 101 navmenu.components=Components
universe@180 102 navmenu.versions=Versions
universe@180 103 no-projects=Welcome to LightPIT. Start off by creating a new project!
universe@180 104 no-users=No developers have been configured yet.
universe@180 105 node.tooltip=Name of the path node that will be used in URL construction.
universe@180 106 node=Node
universe@181 107 ordinal.tooltip=Use to override lexicographic ordering.
universe@180 108 ordinal=Ordering
universe@180 109 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
universe@180 110 placeholder.auto-assignee=Automatic
universe@180 111 placeholder.null-assignee=Unassigned
universe@180 112 placeholder.null-component=Unassigned
universe@180 113 placeholder.null-lead=Unassigned
universe@180 114 placeholder.null-owner=Unassigned
universe@180 115 progress=Overall Progress
universe@181 116 project.name=Name
universe@181 117 project.owner=Project Lead
universe@181 118 project.repoUrl=Repository
universe@181 119 project=Project
universe@181 120 user.displayname=Developer
universe@181 121 user.givenname=Given Name
universe@181 122 user.lastname=Last Name
universe@181 123 user.mail=E-Mail
universe@180 124 username=User Name
universe@184 125 validation.username.unique=Username is already taken.
universe@180 126 version.latest=Latest Version
universe@180 127 version.next=Next Version
universe@180 128 version.status.Deprecated=Deprecated
universe@180 129 version.status.Future=Future
universe@180 130 version.status.LTS=LTS
universe@180 131 version.status.Released=Released
universe@180 132 version.status.Unreleased=Unreleased
universe@180 133 version.status=Status
universe@198 134 version=Version

mercurial