diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 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) |