From b99383b16be91ad2d2dbbcf3a75b6924fdc512cb Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 17 Nov 2021 16:17:38 +0100 Subject: SONAR-15614 Drop the About page --- .../main/resources/org/sonar/l10n/core.properties | 40 ---------------------- 1 file changed, 40 deletions(-) (limited to 'sonar-core') 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 b0bbf1a5d66..0755a72533a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3272,45 +3272,6 @@ component_measures.facet_category.overall_category.estimated=Estimated after mer component_measures.facet_category.tests_category=Tests component_measures.bubble_chart.zoom_level=Current zoom level. Scroll on the chart to zoom or unzoom, click here to reset. -#------------------------------------------------------------------------------ -# -# ABOUT PAGE -# -#------------------------------------------------------------------------------ -about_page.projects_analyzed=Projects -about_page.read_more=Read More -about_page.read_documentation=Read documentation - -about_page.languages=Multi-Language -about_page.languages.text=20+ programming languages are supported by SonarQube, including: - -about_page.quality_model=Quality Model -about_page.quality_model.bugs=track code that is demonstrably wrong or highly likely to yield unexpected behavior. -about_page.quality_model.vulnerabilities=are raised on code that can be exploited by hackers. -about_page.quality_model.code_smells=will confuse maintainers or give them pause. They are measured primarily in terms of the time they will take to fix. -about_page.quality_model.security_hotspots=are raised on security-sensitive code that requires manual review to assess whether or not a vulnerability exists. - -about_page.clean_code=Write Clean Code -about_page.clean_code.text=By fixing new issues as they appear in code, you create and maintain a clean code base. Even on legacy projects, focusing on keeping new code clean will eventually yield a code base you can be proud of. - -about_page.fix_the_leak=Clean as You Code -about_page.fix_the_leak_on_new_code.text=The Clean as You Code approach and the default Quality Gate are based on the new code period - the recent period against which you're tracking issues. For some previous_version makes the most sense, for others the last 30 days is a good option. - -about_page.quality_gates=Enforce Quality Gate -about_page.quality_gates.text=Your project's Quality Gate is the set of conditions the project must meet before it can be released into production. The Quality Gate is designed to ensure that the next version's quality will be better than the last. - -about_page.standards=Follow Standards -about_page.standards.text=SonarQube offers rules that support industry standards. Configure your Quality Profile with standard-related rules to ensure adherence. - -about_page.scanners=Run Analysis With A SonarQube Scanner -about_page.scanners.text=For a good user experience, choose the scanner that matches your environment best. If you don't know which one suits you best, SonarQube Scanner CLI is the way to go. -about_page.scanners.sonarqube=SonarQube Scanner -about_page.scanners.msbuild=SonarQube Scanner for MSBuild -about_page.scanners.maven=SonarQube Scanner for Maven -about_page.scanners.gradle=SonarQube Scanner for Gradle -about_page.scanners.jenkins=SonarQube Scanner for Jenkins -about_page.scanners.ant=SonarQube Scanner for Ant - #------------------------------------------------------------------------------ # # EMBEDED DOCS @@ -3330,7 +3291,6 @@ embed_docs.whats_new=What's new on SonarCloud? # GLOBAL FOOTER # #------------------------------------------------------------------------------ -footer.about=About footer.community=Community footer.contact_us=Contact us footer.documentation=Documentation -- cgit v1.2.3