src/main/resources/localization/strings.properties

Mon, 02 Aug 2021 17:04:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 02 Aug 2021 17:04:17 +0200
changeset 207
479dd7993ef9
parent 205
7725a79416f3
child 209
c9c6abf167c7
permissions
-rw-r--r--

#22 adds possibility to edit own comments

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

mercurial