diff options
author | ssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com> | 2017-05-24 16:23:39 +0200 |
---|---|---|
committer | ssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com> | 2017-05-24 16:23:39 +0200 |
commit | 5f0f66db0222e3db9ce720bfbaa04155a71c15d9 (patch) | |
tree | 71304dee345d8383c90553d1048d93e37010607a /sonar-core | |
parent | 3e6eefb171d2b06c7f1e5efc8d8d559195df974e (diff) | |
parent | c110e6ee38343b43fd43d6dba0ef92dee61cf7ea (diff) | |
download | sonarqube-5f0f66db0222e3db9ce720bfbaa04155a71c15d9.tar.gz sonarqube-5f0f66db0222e3db9ce720bfbaa04155a71c15d9.zip |
Automatic merge from branch-6.4
* origin/branch-6.4:
SONAR-8913 Use "analysisDate" instead of "snapshotDate" in component overview
SONAR-8913 Replace "snapshotDate" by "analysisDate" in api/navigation/component
Fix JDK link download in travis build
SONAR-9301 Support HTTP redirect on scanner side
Fix localization in projects page facets
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 insertions, 2 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 1ed38b49f5f..aba765f0df2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -221,7 +221,7 @@ added_since_previous_version_detailed=Added since previous version ({0}) added_since_version=Added since version {0} all_violations=All violations all_issues=All issues -apply_template +and_worse=and worse are_you_sure=Are you sure? assigned_to=Assigned to bulk_change=Bulk Change @@ -878,6 +878,9 @@ projects.visualization.coverage.description=See missing test coverage's long-ter projects.visualization.duplications=Duplications projects.visualization.duplications.description=See duplications' long-term risks to your projects. Bubble size indicates the volume of duplicated blocks in the project, and each bubble's vertical position reflects the volume of lines in those blocks. Small bubbles on the bottom edge are best. 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.tags=Tags projects.sort.name=by name projects.sort.reliability=by reliability (best first) projects.sort.-reliability=by reliability (worst first) @@ -2803,7 +2806,6 @@ component_measures.not_found=The requested measure was not found. # ABOUT PAGE # #------------------------------------------------------------------------------ -about_page.read_documentation. about_page.projects_analyzed=Projects Analyzed about_page.issues_found=Issues Found about_page.read_more=Read More |