src/main/resources/localization/strings.properties

Tue, 01 Nov 2022 21:11:17 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 01 Nov 2022 21:11:17 +0100
changeset 252
90f5e12c7623
parent 235
4258b9e010ae
child 263
aa22103809cd
permissions
-rw-r--r--

add issue status 'Ready'

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

mercurial