diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-25 15:59:36 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-02 17:18:15 +0200 |
commit | e52aa133123efef9ae7b9099b1a620bad795e010 (patch) | |
tree | 4e0e4b58934743927168bae6de468e2a95a960d5 /sonar-core | |
parent | ffd619eff86cc391c826bfc9b2df98ab51d54ff5 (diff) | |
download | sonarqube-e52aa133123efef9ae7b9099b1a620bad795e010.tar.gz sonarqube-e52aa133123efef9ae7b9099b1a620bad795e010.zip |
SONAR-1330 add widget to manage quality profile permissions
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 10 insertions, 1 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 6ed28db4edb..973400b7713 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1573,6 +1573,11 @@ quality_profiles.built_in=Built-in quality_profiles.built_in.description.1=This quality profile is provided by a plugin. quality_profiles.built_in.description.2=It will automatically be updated when a new version of the supplying plugin changes its definition. quality_profiles.extends_built_in=Because it inherits from a built-in quality profile, this quality profile can be automatically updated when a new version of the corresponding plugin is deployed. +quality_profiles.default_permissions=Users with the global "Manage Quality Profile" permission can manage this quality profile. +quality_profiles.grant_permissions_to_more_users=Grant permissions to more users +quality_profiles.grant_permissions_to_user_or_group=Grant permissions to a user or a group +quality_profiles.additional_user_groups=Additional users / groups: +quality_profiles.search_description=Search users by login or name, and groups by name @@ -1911,15 +1916,19 @@ login.login_with_x=Log in with {0} #------------------------------------------------------------------------------ # -# USERS PAGE +# USERS & GROUPS PAGE # #------------------------------------------------------------------------------ users.add=Add user users.remove=Remove user +users.remove.confirmation=Are you sure you want to remove user "{user}"? users.search_description=Search users by login or name users.update=Update users users.update_details=Update details +groups.remove=Remove group +groups.remove.confirmation=Are you sure you want to remove group "{user}"? + #------------------------------------------------------------------------------ # # MY PROFILE & MY ACCOUNT |