diff options
Diffstat (limited to 'sonar-core/src')
-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 |