diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-26 10:08:27 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-26 16:27:28 +0100 |
commit | 8941ce881187e55a1efe90cc5c497be95d110501 (patch) | |
tree | be889b5fc9eefbc466c6a2a32288b5a73927561c /sonar-core | |
parent | 8dd5740bdeb71b8fcabbfb7d428f2e73b2e0d727 (diff) | |
download | sonarqube-8941ce881187e55a1efe90cc5c497be95d110501.tar.gz sonarqube-8941ce881187e55a1efe90cc5c497be95d110501.zip |
SONAR-7334 display types facet on issues page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 5 insertions, 0 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 fcf3c58a316..3f1fc6a41af 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -694,6 +694,10 @@ issue.unplanned=Not planned issue.unplan.submit=Unplan issue.plan.error.plan_must_be_created_first=At least one action plan must be created on this project. Please contact your project administrator if you don't have the permission to do it. +issue.type.CODE_SMELL=Code Smell +issue.type.BUG=Bug +issue.type.VULNERABILITY=Vulnerability + issue.status.REOPENED=Reopened issue.status.REOPENED.description=Transitioned to and then back from some other status. issue.status.RESOLVED=Resolved @@ -833,6 +837,7 @@ issues.found=Found # ISSUES FACETS # #------------------------------------------------------------------------------ +issues.facet.types=Type issues.facet.severities=Severity issues.facet.projectUuids=Project issues.facet.statuses=Status |