src/main/resources/localization/projects.properties

changeset 59
c759c60507a2
parent 51
dd0a45ae25d7
child 64
0f1746c6abfb
     1.1 --- a/src/main/resources/localization/projects.properties	Sun May 17 16:00:13 2020 +0200
     1.2 +++ b/src/main/resources/localization/projects.properties	Sun May 17 16:23:39 2020 +0200
     1.3 @@ -23,9 +23,11 @@
     1.4  
     1.5  menuLabel=Projects
     1.6  
     1.7 +menu.index=Index
     1.8  menu.versions=Versions
     1.9  
    1.10  button.create=New Project
    1.11 +button.version.create=New Version
    1.12  
    1.13  no-projects=Welcome to LightPIT. Start off by creating a new project!
    1.14  
    1.15 @@ -34,4 +36,15 @@
    1.16  thead.repoUrl=Repository
    1.17  thead.owner=Project Lead
    1.18  
    1.19 +thead.version.name=Version
    1.20 +thead.version.status=Status
    1.21 +thead.version.ordinal=Custom Ordering
    1.22 +tooltip.ordinal=Use to override lexicographic ordering.
    1.23 +
    1.24  placeholder.null-owner=Unassigned
    1.25 +
    1.26 +version.status.Future=Future
    1.27 +version.status.Unreleased=Unreleased
    1.28 +version.status.Released=Released
    1.29 +version.status.LTS=LTS
    1.30 +version.status.Deprecated=Deprecated
    1.31 \ No newline at end of file

mercurial