diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-02 15:09:42 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-02 15:09:42 +0100 |
commit | 4ca386e8e80a70282c994f47ca30e74fa5d06d69 (patch) | |
tree | b79587486b21ae054b9b3c21e0b38c00e6cc7fb5 /sonar-core | |
parent | 3c797da78da8fce31876d8ac02b271e9ef6663a2 (diff) | |
download | sonarqube-4ca386e8e80a70282c994f47ca30e74fa5d06d69.tar.gz sonarqube-4ca386e8e80a70282c994f47ca30e74fa5d06d69.zip |
add missing localization for projects sort
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) |