diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index e6e567d880d..8badcd35be4 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -2242,7 +2242,7 @@ global_permissions.dryRunScan.desc=Ability to execute local (dry run) analyses w #------------------------------------------------------------------------------ # -# PROJECTS ROLES +# PROJECTS PERMISSIONS # #------------------------------------------------------------------------------ projects_role.criteria.name=Name contains @@ -2250,11 +2250,11 @@ projects_role.criteria.key=Key contains projects_role.role=Role Membership For New projects_role.users=Users projects_role.groups=Groups -projects_role.admin=Role: Administrators +projects_role.admin=Administrators projects_role.admin.desc=Ability to perform administration tasks for the project by accessing its settings. -projects_role.user=Role: Users +projects_role.user=Users projects_role.user.desc=Ability to browse the measures and to create/edit issues on the project. -projects_role.codeviewer=Role: Code Viewers +projects_role.codeviewer=Code Viewers projects_role.codeviewer.desc=Ability to view the source code of the project. projects_role.apply_template=Apply permission template projects_role.apply_template.form.title=Apply permission template |