diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-12 14:37:19 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-02 10:38:10 +0100 |
commit | 82d363f3bc37245ea92c77b5c1b0ea418f91dbb5 (patch) | |
tree | 156a7596df64b9198df7ecc7046b9bf580d3777a /sonar-core | |
parent | 0d3c531f4a6ef72a1f0982808543273760ea05ba (diff) | |
download | sonarqube-82d363f3bc37245ea92c77b5c1b0ea418f91dbb5.tar.gz sonarqube-82d363f3bc37245ea92c77b5c1b0ea418f91dbb5.zip |
SONAR-10187 Provide more options to populate empty "My Projects" page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 030f1b305bf..1fa402c992e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -685,6 +685,9 @@ projects._projects=projects projects.no_projects.empty_instance=Once you analyze some projects, they will show up here. projects.no_favorite_projects=You don't have any favorite projects yet. projects.no_favorite_projects.engagement=Discover and mark as favorites projects you are interested in to have a quick access to them. +projects.no_favorite_projects.how_to_add_projects=Here is how to add projects to this page +projects.no_favorite_projects.favorite_projects_from_orgs=Favorite projects from your orgs +projects.no_favorite_projects.favorite_public_projects=Favorite public projects projects.explore_projects=Explore Projects projects.not_analyzed=Project is not analyzed yet. projects.no_leak_period=Project has no leak data yet. @@ -2472,7 +2475,7 @@ footer.community=Community footer.documentation=Documentation footer.get_started=Get Started footer.help=Help -footer.licence=LGPL v3 +footer.license=LGPL v3 footer.news=News footer.plugins=Plugins footer.production_database_explanation=The embedded database will not scale, it will not support upgrading to newer versions of SonarQube, and there is no support for migrating your data out of it into a different database engine. |