src/main/resources/localization/strings.properties

Tue, 03 Jan 2023 18:19:40 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 03 Jan 2023 18:19:40 +0100
changeset 266
65c72e65ff67
parent 263
aa22103809cd
child 268
ca5501d851fa
permissions
-rw-r--r--

simplify project-details view

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

mercurial