diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-01-08 12:44:34 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-01-12 15:34:25 +0100 |
commit | 51f2544c13d2e857153724337046075cea6df595 (patch) | |
tree | f1ced59d8bd9b39190b84a1d6c1a0e137f5f470a /sonar-core | |
parent | 08e697e6a8e0f13d0c38961e24d9136eba032a12 (diff) | |
download | sonarqube-51f2544c13d2e857153724337046075cea6df595.tar.gz sonarqube-51f2544c13d2e857153724337046075cea6df595.zip |
SONAR-7174 "Execute Analysis" is now also a project permission
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 22198010256..a1b3baa9830 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2841,6 +2841,8 @@ projects_role.user=Browse projects_role.user.desc=Access a project, browse its measures, and create/edit issues for it. projects_role.codeviewer=See Source Code projects_role.codeviewer.desc=View the project's source code. (Users will also need "Browse" permission) +projects_role.scan=Execute Analysis +projects_role.scan.desc=Ability to execute analyses, and to get all settings required to perform the analysis, even the secured ones like the scm account password, the jira account password, and so on. projects_role.bulk_change=Bulk Change projects_role.apply_template=Apply Permission Template projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" |