src/main/resources/localization/strings.properties

Wed, 06 Jan 2021 15:39:56 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 06 Jan 2021 15:39:56 +0100
changeset 180
009700915269
parent 79
src/main/resources/localization/lightpit.properties@f64255a88d66
child 181
502a10e24b85
permissions
-rw-r--r--

merge resource bundles

     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 browserLanguage = Browser language
    26 browserLanguageNotAvailable = Browser language not available.
    27 button.cancel=Cancel
    28 button.comment=Comment
    29 button.component.create=New Component
    30 button.component.edit=Edit Component
    31 button.user.create=Add Developer
    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.okay=OK
    37 button.project.create=New Project
    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.description=Description
    44 component.lead=Lead
    45 component.name=Component
    46 component.ordinal=Ordering
    47 component.project=Project
    48 component=Component
    49 description=Description
    50 displayname=Developer
    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 givenname=Given Name
    63 issue.affected-versions=Affected Versions
    64 issue.assignee=Assignee
    65 issue.category.Bug=Bug
    66 issue.category.Feature=Feature
    67 issue.category.Improvement=Improvement
    68 issue.category.Task=Task
    69 issue.category.Test=Test
    70 issue.category=Category
    71 issue.comments.anonauthor=Anonymous Author
    72 issue.comments=Comments
    73 issue.component=Component
    74 issue.created=Created
    75 issue.description=Description
    76 issue.eta=ETA
    77 issue.id=Issue ID
    78 issue.project=Project
    79 issue.resolved-versions=Target Versions
    80 issue.status.Done=Done
    81 issue.status.Duplicate=Duplicate
    82 issue.status.InProgress=In Progress
    83 issue.status.InReview=Review
    84 issue.status.InSpecification=Specification
    85 issue.status.Rejected=Rejected
    86 issue.status.Scheduled=Scheduled
    87 issue.status.ToDo=To Do
    88 issue.status.Withdrawn=Withdrawn
    89 issue.status=Status
    90 issue.subject=Subject
    91 issue.updated=Updated
    92 issue.without-version=No Assigned Version
    93 issues.active=In Progress
    94 issues.done=Done
    95 issues.open=Open
    96 issues.reported=Reported Issues
    97 issues.resolved=Assigned Issues
    98 issues=Issues
    99 lastname=Last Name
   100 mail=E-Mail
   101 menu.languages=Language
   102 menu.projects=Projects
   103 menu.users=Developer
   104 name=Name
   105 navmenu.all=all
   106 navmenu.components=Components
   107 navmenu.unassigned=unassigned
   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=Ordering
   114 owner=Project Lead
   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 repoUrl=Repository
   123 submit = Switch language
   124 tooltip.ordinal=Use to override lexicographic ordering.
   125 username=User Name
   126 version.latest=Latest Version
   127 version.name=Version
   128 version.next=Next Version
   129 version.ordinal=Ordering
   130 version.project=Project
   131 version.status.Deprecated=Deprecated
   132 version.status.Future=Future
   133 version.status.LTS=LTS
   134 version.status.Released=Released
   135 version.status.Unreleased=Unreleased
   136 version.status=Status

mercurial