src/main/resources/localization/strings.properties

Thu, 19 Aug 2021 14:51:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 19 Aug 2021 14:51:04 +0200
changeset 231
dcb1d5a7ea3a
parent 227
f0ede8046b59
child 235
4258b9e010ae
permissions
-rw-r--r--

#163 removes multi selection for versions

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

mercurial