src/main/resources/localization/strings.properties

Thu, 13 May 2021 19:31:09 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 13 May 2021 19:31:09 +0200
changeset 198
94f174d591ab
parent 195
9c7aff3cbb14
child 199
59393c8cc557
permissions
-rw-r--r--

fixes wrong handling of feeds - only one channel per feed is allowed

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

mercurial