aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-01-08 12:44:34 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-01-12 15:34:25 +0100
commit51f2544c13d2e857153724337046075cea6df595 (patch)
treef1ced59d8bd9b39190b84a1d6c1a0e137f5f470a /sonar-core
parent08e697e6a8e0f13d0c38961e24d9136eba032a12 (diff)
downloadsonarqube-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.properties2
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}"