src/main/resources/localization/strings.properties

Wed, 18 Aug 2021 14:57:45 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 18 Aug 2021 14:57:45 +0200
changeset 225
87328572e36f
parent 214
69647ddb57f2
child 227
f0ede8046b59
permissions
-rw-r--r--

#159 adds release and eol dates

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

mercurial