diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-05-29 12:18:58 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-09 08:26:48 +0200 |
commit | 8a173aa3175c846291b8b56f2cfd84ab0e782627 (patch) | |
tree | c3fafd7d782521c25ccd93dcd5816103f3f5145c /sonar-core | |
parent | eb029461e77fbb1f7a9dde462512d88fc65d46b4 (diff) | |
download | sonarqube-8a173aa3175c846291b8b56f2cfd84ab0e782627.tar.gz sonarqube-8a173aa3175c846291b8b56f2cfd84ab0e782627.zip |
SONAR-9254 Move projects facets sorting to the topbar of the projects page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 25 |
1 files changed, 24 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 3099a7c1931..957a773a6b1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -865,6 +865,29 @@ projects.last_analysis_on_x=Last analysis on {0} projects.search=Search by project name or key projects.sort_list=Sort list by projects.perspective=Perspective +projects.sort_by=Sort by +projects.sort_ascending=Result sorted in ascending order +projects.sort_descending=Result sorted in descending order +projects.sorting.name=Name (default) +projects.sorting.reliability=Reliability +projects.sorting.security=Security +projects.sorting.maintainability=Maintainability +projects.sorting.coverage=Coverage +projects.sorting.duplications=Duplications +projects.sorting.size=Size +projects.sorting.new_reliability=Reliability on New Code +projects.sorting.new_security=Security on New Code +projects.sorting.new_maintainability=Maintainability on New Code +projects.sorting.new_coverage=Coverage on New Code +projects.sorting.new_duplications=Duplications on New Lines +projects.sorting.new_reliability.short=Reliability +projects.sorting.new_security.short=Security +projects.sorting.new_maintainability.short=Maintainability +projects.sorting.new_coverage.short=Coverage +projects.sorting.new_duplications.short=Duplications +projects.sorting.new_lines=New Lines +projects.sorting.on_new_code=on New Code +projects.sorting.on_new_lines=on New Lines projects.view_settings=Settings projects.view.overall=Overall Status projects.view.leak=Leak @@ -884,6 +907,7 @@ projects.visualization.duplications.description=See duplications' long-term risk projects.limited_set_of_projects=Displayed project set limited to the top {0} projects based on current sort: {1}. projects.facets.quality_gate=Quality Gate projects.facets.languages=Languages +projects.facets.new_lines=New Lines projects.facets.tags=Tags projects.sort.name=by name projects.sort.reliability=by reliability (best first) @@ -1939,7 +1963,6 @@ severity.INFO.description=Neither a bug nor a quality flaw. Just a finding. #------------------------------------------------------------------------------ metric_domain.Size=Size -metric_domain.new_size=New Lines metric_domain.Tests=Tests metric_domain.Integration Tests=Integration Tests metric_domain.Complexity=Complexity |