diff -r 8d3047f78190 -r c759c60507a2 src/main/resources/localization/projects.properties --- a/src/main/resources/localization/projects.properties Sun May 17 16:00:13 2020 +0200 +++ b/src/main/resources/localization/projects.properties Sun May 17 16:23:39 2020 +0200 @@ -23,9 +23,11 @@ menuLabel=Projects +menu.index=Index menu.versions=Versions button.create=New Project +button.version.create=New Version no-projects=Welcome to LightPIT. Start off by creating a new project! @@ -34,4 +36,15 @@ thead.repoUrl=Repository thead.owner=Project Lead +thead.version.name=Version +thead.version.status=Status +thead.version.ordinal=Custom Ordering +tooltip.ordinal=Use to override lexicographic ordering. + placeholder.null-owner=Unassigned + +version.status.Future=Future +version.status.Unreleased=Unreleased +version.status.Released=Released +version.status.LTS=LTS +version.status.Deprecated=Deprecated \ No newline at end of file