src/main/resources/localization/strings.properties

Wed, 06 Jan 2021 16:20:32 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 06 Jan 2021 16:20:32 +0100
changeset 181
502a10e24b85
parent 180
009700915269
child 184
e8eecee6aadf
permissions
-rw-r--r--

renames several resource keys

     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.user.create=Add Developer
    37 button.version.create=New Version
    38 button.version.edit=Edit Version
    39 commit.redirect-link=If redirection does not work, click the following link:
    40 commit.success=Operation successful - you will be redirected in a second.
    41 component.color=Color
    42 component.lead=Lead
    43 component=Component
    44 description=Description
    45 error.code = Code
    46 error.code.401 = Authorization required
    47 error.code.403 = Access denied
    48 error.code.404 = Page not found
    49 error.code.500 = Internal error
    50 error.code.503 = Service unavailable
    51 error.exceptionText = Internal Exception
    52 error.headline = The requested page cannot be displayed.
    53 error.message = Server Message
    54 error.returnLink = Return to
    55 error.timestamp = Timestamp
    56 issue.affected-versions=Affected Versions
    57 issue.assignee=Assignee
    58 issue.category.Bug=Bug
    59 issue.category.Feature=Feature
    60 issue.category.Improvement=Improvement
    61 issue.category.Task=Task
    62 issue.category.Test=Test
    63 issue.category=Category
    64 issue.comments.anonauthor=Anonymous Author
    65 issue.comments=Comments
    66 issue.created=Created
    67 issue.description=Description
    68 issue.eta=ETA
    69 issue.id=Issue ID
    70 issue.resolved-versions=Target Versions
    71 issue.status.Done=Done
    72 issue.status.Duplicate=Duplicate
    73 issue.status.InProgress=In Progress
    74 issue.status.InReview=Review
    75 issue.status.InSpecification=Specification
    76 issue.status.Rejected=Rejected
    77 issue.status.Scheduled=Scheduled
    78 issue.status.ToDo=To Do
    79 issue.status.Withdrawn=Withdrawn
    80 issue.status=Status
    81 issue.subject=Subject
    82 issue.updated=Updated
    83 issue.without-version=No Assigned Version
    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.unassigned=unassigned
    98 navmenu.versions=Versions
    99 no-projects=Welcome to LightPIT. Start off by creating a new project!
   100 no-users=No developers have been configured yet.
   101 node.tooltip=Name of the path node that will be used in URL construction.
   102 node=Node
   103 ordinal.tooltip=Use to override lexicographic ordering.
   104 ordinal=Ordering
   105 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
   106 placeholder.auto-assignee=Automatic
   107 placeholder.null-assignee=Unassigned
   108 placeholder.null-component=Unassigned
   109 placeholder.null-lead=Unassigned
   110 placeholder.null-owner=Unassigned
   111 progress=Overall Progress
   112 project.name=Name
   113 project.owner=Project Lead
   114 project.repoUrl=Repository
   115 project=Project
   116 user.displayname=Developer
   117 user.givenname=Given Name
   118 user.lastname=Last Name
   119 user.mail=E-Mail
   120 username=User Name
   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

mercurial