From c7ff9d6de3670cf3ea6cc87cbdfb1823a1c5ed6b Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Tue, 20 Apr 2021 18:46:48 +0200 Subject: SONAR-14728 Improve UX around scanner's download from an in-app tutorial --- .../src/main/resources/org/sonar/l10n/core.properties | 15 +++------------ 1 file changed, 3 insertions(+), 12 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 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 %PATH% 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 bin directory to the PATH environment variable -onboarding.analysis.sq_scanner.text.win=And add the bin directory to the %PATH% environment variable -onboarding.analysis.sq_scanner.text.mac=And add the bin directory to the PATH environment variable -onboarding.analysis.sq_scanner.text.ci=And add the bin directory to the PATH 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. -- cgit v1.2.3