diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-07-15 08:33:56 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-07-15 19:36:29 +0200 |
commit | 31e7fdbe45238ada90eb3838db24142f1638a9e3 (patch) | |
tree | b9106fed231315969e4d25e0296c9f9d914d2cbc /plugins | |
parent | 9cc894276da768ed5273635dbaa268ad8e112aa2 (diff) | |
download | sonarqube-31e7fdbe45238ada90eb3838db24142f1638a9e3.tar.gz sonarqube-31e7fdbe45238ada90eb3838db24142f1638a9e3.zip |
SONAR-4498 Use modal windows in the "Roles" page to select groups/users
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 |