diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-04-20 18:46:48 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-26 20:03:35 +0000 |
commit | c7ff9d6de3670cf3ea6cc87cbdfb1823a1c5ed6b (patch) | |
tree | 7aedbf327299f4620d3e390119feaca5a8314a09 /sonar-core | |
parent | 7c6219713b8777183742798ff74b5467f424f535 (diff) | |
download | sonarqube-c7ff9d6de3670cf3ea6cc87cbdfb1823a1c5ed6b.tar.gz sonarqube-c7ff9d6de3670cf3ea6cc87cbdfb1823a1c5ed6b.zip |
SONAR-14728 Improve UX around scanner's download from an in-app tutorial
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 15 |
1 files changed, 3 insertions, 12 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 c724f9f7161..9dd484cc546 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3375,25 +3375,16 @@ onboarding.analysis.java.gradle.header.sonarcloud=Execute the Scanner for Gradle onboarding.analysis.java.gradle.text.1.sonarcloud=Declare the {plugin} plugin in your {file} file: onboarding.analysis.java.gradle.text.2.sonarcloud=and add the following lines to your {file} file: -onboarding.analysis.msbuild.header=Download and unzip the Scanner for MSBuild -onboarding.analysis.msbuild.text=And add the executable's directory to the {code} environment variable +onboarding.analysis.msbuild.header=Download and unzip the Scanner for .NET +onboarding.analysis.msbuild.text=Visit the {link} to download the latest version, and add the executable's directory to the {code} environment variable onboarding.analysis.msbuild.execute=Execute the Scanner for .NET from your computer onboarding.analysis.msbuild.execute.text=Running a {instance} analysis is straighforward. You just need to execute the following commands at the root of your solution. onboarding.analysis.msbuild.docs_link=official documentation of the Scanner for .NET -onboarding.analysis.msbuild.header.sonarcloud=Download and unzip the Scanner for MSBuild -onboarding.analysis.msbuild.text.sonarcloud=And add the executable's directory to the <code>%PATH%</code> environment variable -onboarding.analysis.msbuild.execute.sonarcloud=Execute the Scanner for MSBuild from your computer -onboarding.analysis.msbuild.execute.text.sonarcloud=Execute the following commands at the root of your solution. onboarding.analysis.sq_scanner.header.linux=Download and unzip the Scanner for Linux onboarding.analysis.sq_scanner.header.win=Download and unzip the Scanner for Windows onboarding.analysis.sq_scanner.header.mac=Download and unzip the Scanner for macOS -onboarding.analysis.sq_scanner.text=And add the {dir} directory to the {env_var} environment variable -onboarding.analysis.sq_scanner.text.linux=And add the <code>bin</code> directory to the <code>PATH</code> environment variable -onboarding.analysis.sq_scanner.text.win=And add the <code>bin</code> directory to the <code>%PATH%</code> environment variable -onboarding.analysis.sq_scanner.text.mac=And add the <code>bin</code> directory to the <code>PATH</code> environment variable -onboarding.analysis.sq_scanner.text.ci=And add the <code>bin</code> directory to the <code>PATH</code> environment variable -onboarding.analysis.sq_scanner.text.sonarcloud=Add the following lines to your {file} file: +onboarding.analysis.sq_scanner.text=Visit the {link} to download the latest version, and add the {dir} directory to the {env_var} environment variable onboarding.analysis.sq_scanner.execute=Execute the Scanner from your computer onboarding.analysis.sq_scanner.execute.text=Running a {instance} analysis is straighforward. You just need to execute the following commands in your project's folder. onboarding.analysis.sq_scanner.execute.text.custom=Run the following commands in your project's folder. |