src/main/resources/localization/strings.properties

Thu, 13 May 2021 11:28:50 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 13 May 2021 11:28:50 +0200
changeset 195
9c7aff3cbb14
parent 184
e8eecee6aadf
child 198
94f174d591ab
permissions
-rw-r--r--

#109 - add RSS feed

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

mercurial