src/main/resources/localization/strings.properties

Mon, 30 Oct 2023 14:44:36 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 30 Oct 2023 14:44:36 +0100
changeset 292
703591e739f4
parent 284
671c1c8fbf1c
permissions
-rw-r--r--

add possibility to show issues w/o version or component - fixes #335

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

mercurial