diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-04 17:34:27 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-05 12:12:43 +0200 |
commit | 76d113a7b4dae274132b2fe29f79c063d9a39588 (patch) | |
tree | 591132247a5e3774f969caefc64fcc1b6f34ed73 /sonar-core | |
parent | af039ace6676a976e367a6b9a2a52463028fc5a3 (diff) | |
download | sonarqube-76d113a7b4dae274132b2fe29f79c063d9a39588.tar.gz sonarqube-76d113a7b4dae274132b2fe29f79c063d9a39588.zip |
SONAR-9707 Add possibility to reuse an existing token in the onboarding wizard
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 5 insertions, 1 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 acd1bd356c3..2d914ebe6cf 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2470,10 +2470,14 @@ onboarding.header=Welcome to SonarQube! onboarding.header.sonarcloud=Welcome to SonarCloud! onboarding.header.description=Want to quickly analyze a first project? Follow these {0} easy steps. -onboarding.token.header=Generate a token +onboarding.token.header=Provide a token onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point of time in your user account. onboarding.token.generate=Generate onboarding.token.placeholder=Enter a name for your token +onboading.token.generate_token=Generate a token +onboading.token.generate_token.placeholder=Enter a name for your token +onboarding.token.use_existing_token=Use existing token +onboarding.token.use_existing_token.placeholder=Enter your existing token onboarding.organization.header=Choose an organization for your project onboarding.organization.text=Organizations are where your projects belong. You can add your team members to your organization later to allow them to contribute to your projects. |