]> source.dussan.org Git - sonarqube.git/commitdiff
add missing localization for projects sort
authorStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 2 Nov 2017 14:09:42 +0000 (15:09 +0100)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 2 Nov 2017 14:09:42 +0000 (15:09 +0100)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 764787f4ee0f4cca6259c902e9af3da465bf67a7..e734fbfc5e5a5aad482fb3f8efd29c52d3e98c2b 100644 (file)
@@ -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)