aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGuillaume Peoc'h <guillaume.peoch@sonarsource.com>2022-04-27 11:31:43 +0200
committersonartech <sonartech@sonarsource.com>2022-04-29 20:03:19 +0000
commit5a12c30d5ff075b326c6c96ff19b58868a61d41d (patch)
tree853e552d515dfdd83f98330bf719a0740248736f /sonar-core
parent38ef03badd49880738ea9e1ab686d4e1c68247ac (diff)
downloadsonarqube-5a12c30d5ff075b326c6c96ff19b58868a61d41d.tar.gz
sonarqube-5a12c30d5ff075b326c6c96ff19b58868a61d41d.zip
SONAR-16263 Update Token type in list
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 insertions, 0 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 13a5cb029c1..8dabb668e17 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1996,6 +1996,8 @@ my_account.no_project_notifications=You have not set project notifications yet.
my_account.profile=Profile
my_account.security=Security
my_account.tokens_description=If you want to enforce security by not providing credentials of a real {instance} user to run your code scan or to invoke web services, you can provide a User Token as a replacement of the user login. This will increase the security of your installation by not letting your analysis user's password going through your network.
+my_account.token_type=Type
+my_account.project_name=Project
my_account.tokens_last_usage=Last use
my_account.projects=Projects
my_account.projects.description=Those projects are the ones you are administering.
@@ -4078,8 +4080,11 @@ users.tokens.revoke_token=Revoke token
users.no_tokens=No tokens
users.generate=Generate
users.tokens.PROJECT_ANALYSIS_TOKEN=Project Analysis Token
+users.tokens.PROJECT_ANALYSIS_TOKEN.short=Project
users.tokens.GLOBAL_ANALYSIS_TOKEN=Global Analysis Token
+users.tokens.GLOBAL_ANALYSIS_TOKEN.short=Global
users.tokens.USER_TOKEN=User Token
+users.tokens.USER_TOKEN.short=User
users.generate_tokens=Generate Tokens
users.enter_token_name=Enter Token Name
users.select_token_type=Select Token Type