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 16:19:14 +0200 |
commit | 184756cd798fa9c5120b3d25c068e1f90767eaf0 (patch) | |
tree | fa448f4a6001c212ea4b80a2fae9934b3f0d2c04 /plugins | |
parent | a2eee9d6cd812e3a0a37491bc7124add940d4995 (diff) | |
download | sonarqube-184756cd798fa9c5120b3d25c068e1f90767eaf0.tar.gz sonarqube-184756cd798fa9c5120b3d25c068e1f90767eaf0.zip |
SONAR-4419 Roles page: improve search engine to add ability to search by project key
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 insertions, 1 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 35e3eb87d0c..405e144c325 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 @@ -140,6 +140,7 @@ title=Title to=To treemap=Treemap true=True +type=Type unfollow=Unfollow unit_test=Unit test unit_tests=Unit tests @@ -343,7 +344,7 @@ manual_metrics.page=Manual Metrics manual_measures.page=Manual Measures manual_rules.page=Manual Rules my_profile.page=My Profile -roles.page=Roles +roles.page=Project Permissions project_settings.page=Settings project_links.page=Links project_history.page=History @@ -2244,6 +2245,8 @@ global_permissions.dryRunScan.desc=Ability to execute local (dry run) analyses w # PROJECTS ROLES # #------------------------------------------------------------------------------ +projects_role.criteria.name=Name contains +projects_role.criteria.key=Key contains projects_role.role=Role Membership For New projects_role.users=Users projects_role.groups=Groups |