diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-04 15:27:42 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-04 15:27:42 +0200 |
commit | 7bb4828946954ea6271ad3e4061d0789ea2a4a25 (patch) | |
tree | 196d2fd9751f0c19465bcbc70970dc123a84f5a1 /plugins | |
parent | 0c24ee2fc212467cf8f0e10d7eb1f02d8c365ac3 (diff) | |
download | sonarqube-7bb4828946954ea6271ad3e4061d0789ea2a4a25.tar.gz sonarqube-7bb4828946954ea6271ad3e4061d0789ea2a4a25.zip |
SONAR-3755 Improve display of issues on removed component
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 11 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 d00d26da9b7..e3f1199d772 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 @@ -501,7 +501,7 @@ issue.planned_for=Planned for issue.manual.missing_rule=Missing rule issue.manual.no_rules=No rules. issue.reported_by=Reported by -issue.component_deleted=Removed component +issue.component_deleted=Removed #------------------------------------------------------------------------------ @@ -2222,6 +2222,16 @@ global_role.profileadmin.desc=Ability to perform any action on the quality profi #------------------------------------------------------------------------------ # +# PROJECTS ROLES +# +#------------------------------------------------------------------------------ +projects_role.role=Role Membership For New {0} +projects_role.users=Users +projects_role.groups=Groups + + +#------------------------------------------------------------------------------ +# # ERRORS HANDLING # #------------------------------------------------------------------------------ |