Tue, 03 Jan 2023 17:04:39 +0100
add more possible sort criteria
| 180 | 1 | # Copyright 2021 Mike Becker. All rights reserved. | 
| 47 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 2 | # | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 3 | # Redistribution and use in source and binary forms, with or without | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 4 | # modification, are permitted provided that the following conditions are met: | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 5 | # | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 6 | # 1. Redistributions of source code must retain the above copyright | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 7 | # notice, this list of conditions and the following disclaimer. | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 8 | # | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 9 | # 2. Redistributions in binary form must reproduce the above copyright | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 10 | # notice, this list of conditions and the following disclaimer in the | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 11 | # documentation and/or other materials provided with the distribution. | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 12 | # | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 13 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 14 | # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 15 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 16 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 17 | # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 18 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 19 | # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 20 | # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 21 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 22 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 23 | |
| 204 | 24 | app.changelog=Changelog | 
| 25 | app.license.title=License | |
| 26 | app.name=Lightweight Project and Issue Tracking | |
| 263 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 27 | button.add=Add | 
| 212 
c50da26a6d31
#154 improves issue view
 Mike Becker <universe@uap-core.de> parents: 
209diff
changeset | 28 | button.back=Back | 
| 47 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 29 | button.cancel=Cancel | 
| 207 
479dd7993ef9
#22 adds possibility to edit own comments
 Mike Becker <universe@uap-core.de> parents: 
205diff
changeset | 30 | button.comment.edit=Edit Comment | 
| 180 | 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 | |
| 212 
c50da26a6d31
#154 improves issue view
 Mike Becker <universe@uap-core.de> parents: 
209diff
changeset | 37 | button.issue.edit=Edit | 
| 181 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 38 | button.language.submit = Switch language | 
| 180 | 39 | button.okay=OK | 
| 40 | button.project.create=New Project | |
| 184 
e8eecee6aadf
completes kotlin migration
 Mike Becker <universe@uap-core.de> parents: 
181diff
changeset | 41 | button.project.edit=Edit Project | 
| 263 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 42 | button.remove=Remove | 
| 181 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 43 | button.user.create=Add Developer | 
| 180 | 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 
57cfb94ab99f
projects can now be added and updated
 Mike Becker <universe@uap-core.de> parents: diff
changeset | 47 | commit.success=Operation successful - you will be redirected in a second. | 
| 227 
f0ede8046b59
#162 adds active flag to component
 Mike Becker <universe@uap-core.de> parents: 
225diff
changeset | 48 | component.active=Active | 
| 180 | 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 | |
| 198 
94f174d591ab
fixes wrong handling of feeds - only one channel per feed is allowed
 Mike Becker <universe@uap-core.de> parents: 
195diff
changeset | 64 | feed.issues.description=Feed about recently updated issues. | 
| 
94f174d591ab
fixes wrong handling of feeds - only one channel per feed is allowed
 Mike Becker <universe@uap-core.de> parents: 
195diff
changeset | 65 | feed.issues.title=LightPIT Issues | 
| 235 
4258b9e010ae
change rss feed to display the issue history
 Mike Becker <universe@uap-core.de> parents: 
231diff
changeset | 66 | feed.issues.type.New=New | 
| 
4258b9e010ae
change rss feed to display the issue history
 Mike Becker <universe@uap-core.de> parents: 
231diff
changeset | 67 | feed.issues.type.Update=Update | 
| 
4258b9e010ae
change rss feed to display the issue history
 Mike Becker <universe@uap-core.de> parents: 
231diff
changeset | 68 | feed.issues.type.NewComment=Comment | 
| 
4258b9e010ae
change rss feed to display the issue history
 Mike Becker <universe@uap-core.de> parents: 
231diff
changeset | 69 | feed.issues.type.UpdateComment=Comment Update | 
| 199 
59393c8cc557
#109 adds RSS feed button to project header and changes feed output slightly
 Mike Becker <universe@uap-core.de> parents: 
198diff
changeset | 70 | feed=Feed | 
| 212 
c50da26a6d31
#154 improves issue view
 Mike Becker <universe@uap-core.de> parents: 
209diff
changeset | 71 | issue.affected-versions=Affected | 
| 180 | 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 | |
| 214 
69647ddb57f2
#153 adds comment box to issues form
 Mike Becker <universe@uap-core.de> parents: 
212diff
changeset | 79 | issue.comment=Comment | 
| 180 | 80 | issue.comments.anonauthor=Anonymous Author | 
| 207 
479dd7993ef9
#22 adds possibility to edit own comments
 Mike Becker <universe@uap-core.de> parents: 
205diff
changeset | 81 | issue.comments.lastupdate=Last edited: | 
| 
479dd7993ef9
#22 adds possibility to edit own comments
 Mike Becker <universe@uap-core.de> parents: 
205diff
changeset | 82 | issue.comments.updateCount=total edits | 
| 180 | 83 | issue.comments=Comments | 
| 84 | issue.created=Created | |
| 85 | issue.description=Description | |
| 86 | issue.eta=ETA | |
| 87 | issue.id=Issue ID | |
| 263 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 88 | issue.relations=Relations | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 89 | issue.relations.issue=Issue | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 90 | issue.relations.target.invalid=Target issue cannot be linked. | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 91 | issue.relations.type=Type | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 92 | issue.relations.type.RelatesTo=relates to | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 93 | issue.relations.type.RelatesTo.rev=relates to | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 94 | issue.relations.type.TogetherWith=resolve together with | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 95 | issue.relations.type.TogetherWith.rev=resolve together with | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 96 | issue.relations.type.Before=resolve before | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 97 | issue.relations.type.Before.rev=resolve after | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 98 | issue.relations.type.SubtaskOf=subtask of | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 99 | issue.relations.type.SubtaskOf.rev=subtask | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 100 | issue.relations.type.Blocks=blocks | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 101 | issue.relations.type.Blocks.rev=blocked by | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 102 | issue.relations.type.Tests=tests | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 103 | issue.relations.type.Tests.rev=tested by | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 104 | issue.relations.type.Duplicates=duplicates | 
| 
aa22103809cd
#29 add possibility to relate issues
 Mike Becker <universe@uap-core.de> parents: 
252diff
changeset | 105 | issue.relations.type.Duplicates.rev=duplicated by | 
| 212 
c50da26a6d31
#154 improves issue view
 Mike Becker <universe@uap-core.de> parents: 
209diff
changeset | 106 | issue.resolved-versions=Target | 
| 180 | 107 | issue.status.Done=Done | 
| 108 | issue.status.Duplicate=Duplicate | |
| 109 | issue.status.InProgress=In Progress | |
| 110 | issue.status.InReview=Review | |
| 252 
90f5e12c7623
add issue status 'Ready'
 Mike Becker <universe@uap-core.de> parents: 
235diff
changeset | 111 | issue.status.Ready=Ready | 
| 180 | 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 | |
| 181 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 126 | language.browser = Browser language | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 127 | language.browser.unavailable = Browser language not available. | 
| 204 | 128 | menu.about=About | 
| 180 | 129 | menu.languages=Language | 
| 79 
f64255a88d66
bloat removal 3/3 - LightPITModule annotation and ModuleManager
 Mike Becker <universe@uap-core.de> parents: 
70diff
changeset | 130 | menu.projects=Projects | 
| 
f64255a88d66
bloat removal 3/3 - LightPITModule annotation and ModuleManager
 Mike Becker <universe@uap-core.de> parents: 
70diff
changeset | 131 | menu.users=Developer | 
| 180 | 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 | |
| 181 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 139 | ordinal.tooltip=Use to override lexicographic ordering. | 
| 180 | 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 | |
| 231 
dcb1d5a7ea3a
#163 removes multi selection for versions
 Mike Becker <universe@uap-core.de> parents: 
227diff
changeset | 147 | placeholder.null-version=None | 
| 180 | 148 | progress=Overall Progress | 
| 181 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 149 | project.name=Name | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 150 | project.owner=Project Lead | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 151 | project.repoUrl=Repository | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 152 | project=Project | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 153 | user.displayname=Developer | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 154 | user.givenname=Given Name | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 155 | user.lastname=Last Name | 
| 
502a10e24b85
renames several resource keys
 Mike Becker <universe@uap-core.de> parents: 
180diff
changeset | 156 | user.mail=E-Mail | 
| 180 | 157 | username=User Name | 
| 225 
87328572e36f
#159 adds release and eol dates
 Mike Becker <universe@uap-core.de> parents: 
214diff
changeset | 158 | validation.date.format=Illegal date format. | 
| 209 
c9c6abf167c7
#21 adds input validation mechanism
 Mike Becker <universe@uap-core.de> parents: 
207diff
changeset | 159 | validation.username.null=Username is mandatory. | 
| 184 
e8eecee6aadf
completes kotlin migration
 Mike Becker <universe@uap-core.de> parents: 
181diff
changeset | 160 | validation.username.unique=Username is already taken. | 
| 225 
87328572e36f
#159 adds release and eol dates
 Mike Becker <universe@uap-core.de> parents: 
214diff
changeset | 161 | version.eol=End of Life | 
| 180 | 162 | version.latest=Latest Version | 
| 163 | version.next=Next Version | |
| 225 
87328572e36f
#159 adds release and eol dates
 Mike Becker <universe@uap-core.de> parents: 
214diff
changeset | 164 | version.release=Release | 
| 180 | 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 | |
| 198 
94f174d591ab
fixes wrong handling of feeds - only one channel per feed is allowed
 Mike Becker <universe@uap-core.de> parents: 
195diff
changeset | 171 | version=Version |