From 4ca386e8e80a70282c994f47ca30e74fa5d06d69 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 2 Nov 2017 15:09:42 +0100 Subject: [PATCH] add missing localization for projects sort --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 +++ 1 file changed, 3 insertions(+) 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 764787f4ee0..e734fbfc5e5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -722,7 +722,10 @@ projects.facets.languages=Languages projects.facets.new_lines=New Lines projects.facets.tags=Tags projects.sort.disabled=Disabled because sorting cannot affect the displayed result with the current project selection. +projects.sort.analysis_date=by last analysis date (oldest first) +projects.sort.-analysis_date=by last analysis date (latest first) projects.sort.name=by name +projects.sort.-name=by name projects.sort.reliability=by reliability (best first) projects.sort.-reliability=by reliability (worst first) projects.sort.security=by security (best first) -- 2.39.5