src/main/resources/localization/strings.properties

changeset 181
502a10e24b85
parent 180
009700915269
child 184
e8eecee6aadf
     1.1 --- a/src/main/resources/localization/strings.properties	Wed Jan 06 15:39:56 2021 +0100
     1.2 +++ b/src/main/resources/localization/strings.properties	Wed Jan 06 16:20:32 2021 +0100
     1.3 @@ -22,32 +22,26 @@
     1.4  # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     1.5  
     1.6  app.title=LightPIT
     1.7 -browserLanguage = Browser language
     1.8 -browserLanguageNotAvailable = Browser language not available.
     1.9  button.cancel=Cancel
    1.10  button.comment=Comment
    1.11  button.component.create=New Component
    1.12  button.component.edit=Edit Component
    1.13 -button.user.create=Add Developer
    1.14  button.issue.all=All Issues
    1.15  button.issue.create.another=Create another Issue
    1.16  button.issue.create=New Issue
    1.17  button.issue.edit=Edit Issue
    1.18 +button.language.submit = Switch language
    1.19  button.okay=OK
    1.20  button.project.create=New Project
    1.21 +button.user.create=Add Developer
    1.22  button.version.create=New Version
    1.23  button.version.edit=Edit Version
    1.24  commit.redirect-link=If redirection does not work, click the following link:
    1.25  commit.success=Operation successful - you will be redirected in a second.
    1.26  component.color=Color
    1.27 -component.description=Description
    1.28  component.lead=Lead
    1.29 -component.name=Component
    1.30 -component.ordinal=Ordering
    1.31 -component.project=Project
    1.32  component=Component
    1.33  description=Description
    1.34 -displayname=Developer
    1.35  error.code = Code
    1.36  error.code.401 = Authorization required
    1.37  error.code.403 = Access denied
    1.38 @@ -59,7 +53,6 @@
    1.39  error.message = Server Message
    1.40  error.returnLink = Return to
    1.41  error.timestamp = Timestamp
    1.42 -givenname=Given Name
    1.43  issue.affected-versions=Affected Versions
    1.44  issue.assignee=Assignee
    1.45  issue.category.Bug=Bug
    1.46 @@ -70,12 +63,10 @@
    1.47  issue.category=Category
    1.48  issue.comments.anonauthor=Anonymous Author
    1.49  issue.comments=Comments
    1.50 -issue.component=Component
    1.51  issue.created=Created
    1.52  issue.description=Description
    1.53  issue.eta=ETA
    1.54  issue.id=Issue ID
    1.55 -issue.project=Project
    1.56  issue.resolved-versions=Target Versions
    1.57  issue.status.Done=Done
    1.58  issue.status.Duplicate=Duplicate
    1.59 @@ -96,12 +87,11 @@
    1.60  issues.reported=Reported Issues
    1.61  issues.resolved=Assigned Issues
    1.62  issues=Issues
    1.63 -lastname=Last Name
    1.64 -mail=E-Mail
    1.65 +language.browser = Browser language
    1.66 +language.browser.unavailable = Browser language not available.
    1.67  menu.languages=Language
    1.68  menu.projects=Projects
    1.69  menu.users=Developer
    1.70 -name=Name
    1.71  navmenu.all=all
    1.72  navmenu.components=Components
    1.73  navmenu.unassigned=unassigned
    1.74 @@ -110,8 +100,8 @@
    1.75  no-users=No developers have been configured yet.
    1.76  node.tooltip=Name of the path node that will be used in URL construction.
    1.77  node=Node
    1.78 +ordinal.tooltip=Use to override lexicographic ordering.
    1.79  ordinal=Ordering
    1.80 -owner=Project Lead
    1.81  placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
    1.82  placeholder.auto-assignee=Automatic
    1.83  placeholder.null-assignee=Unassigned
    1.84 @@ -119,18 +109,21 @@
    1.85  placeholder.null-lead=Unassigned
    1.86  placeholder.null-owner=Unassigned
    1.87  progress=Overall Progress
    1.88 -repoUrl=Repository
    1.89 -submit = Switch language
    1.90 -tooltip.ordinal=Use to override lexicographic ordering.
    1.91 +project.name=Name
    1.92 +project.owner=Project Lead
    1.93 +project.repoUrl=Repository
    1.94 +project=Project
    1.95 +user.displayname=Developer
    1.96 +user.givenname=Given Name
    1.97 +user.lastname=Last Name
    1.98 +user.mail=E-Mail
    1.99  username=User Name
   1.100  version.latest=Latest Version
   1.101 -version.name=Version
   1.102  version.next=Next Version
   1.103 -version.ordinal=Ordering
   1.104 -version.project=Project
   1.105  version.status.Deprecated=Deprecated
   1.106  version.status.Future=Future
   1.107  version.status.LTS=LTS
   1.108  version.status.Released=Released
   1.109  version.status.Unreleased=Unreleased
   1.110  version.status=Status
   1.111 +version=Version

mercurial