diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-05-19 16:51:07 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-09 08:26:48 +0200 |
commit | c26d1c37fdcbc8cbdeb0390648c071297d72d027 (patch) | |
tree | 6e328c5640027db9afac31632988ed2d3806c97e /sonar-core | |
parent | a2b6fa49b42c0c0063b88c1c5bed56093c46b070 (diff) | |
download | sonarqube-c26d1c37fdcbc8cbdeb0390648c071297d72d027.tar.gz sonarqube-c26d1c37fdcbc8cbdeb0390648c071297d72d027.zip |
SONAR-9253 Create an option panel on top of projects page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 insertions, 2 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 f863c18f716..3da60b5a012 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -862,8 +862,9 @@ projects.explore_projects=Explore Projects projects.not_analyzed=Project is not analyzed yet. projects.search=Search by project name or key projects.sort_list=Sort list by -projects.view.list=List -projects.view.visualizations=Visualizations +projects.perspective=Perspective +projects.view_settings=Settings +projects.view.overall=Overall Status projects.worse_of_reliablity_and_security=Worse of Reliability and Security projects.visualization.risk=Risk projects.visualization.risk.description=Get quick insights into the operational risks in your projects. Any color but green indicates immediate risks: Bugs or Vulnerabilities that should be examined. A position at the top or right of the graph means that the longer-term health of the project may be at risk. Green bubbles at the bottom-left are best. |