From f0f5058c481c3da9e63ff260963fb951182f5122 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 31 Oct 2013 17:07:50 +0100 Subject: SONAR-4834 Create a changelog formatter on java side to manage display of changelog in order to integrate more easily technical debt in changelog --- .../main/resources/org/sonar/l10n/core.properties | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'plugins') 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 022d33b2eae..e8625f2c44c 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 @@ -535,15 +535,29 @@ issue.manual.no_rules.non_admin=At least one manual rule must exist before manua issue.reported_by=Reported by issue.authorLogin=Author: issue.component_deleted=Removed -issue.changelog.changed_to={0} changed to {1} -issue.changelog.was=was {0} -issue.changelog.removed={0} removed issue.technical_debt=Technical debt: issue.technical_debt.x_days={0} days issue.technical_debt.x_hours={0} hours issue.technical_debt.x_minutes={0} minutes +#------------------------------------------------------------------------------ +# +# ISSUE CHANGELOG +# +#------------------------------------------------------------------------------ +issue.changelog.changed_to={0} changed to {1} +issue.changelog.was=was {0} +issue.changelog.removed={0} removed +issue.changelog.field.severity=Severity +issue.changelog.field.actionPlan=Action Plan +issue.changelog.field.assignee=Assignee +issue.changelog.field.author=Author +issue.changelog.field.resolution=Resolution +issue.changelog.field.technicalDebt=Technical Debt +issue.changelog.field.status=Status + + #------------------------------------------------------------------------------ # # ISSUE FILTERS -- cgit v1.2.3