diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2013-10-31 17:07:50 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2013-10-31 17:07:50 +0100 |
commit | f0f5058c481c3da9e63ff260963fb951182f5122 (patch) | |
tree | 3d9c0636f80d2f2f0669cf6ab56c527b4a6a79c5 /plugins | |
parent | f8b3f731d946a6ae06719cafd5d5ca4f0a471b0c (diff) | |
download | sonarqube-f0f5058c481c3da9e63ff260963fb951182f5122.tar.gz sonarqube-f0f5058c481c3da9e63ff260963fb951182f5122.zip |
SONAR-4834 Create a changelog formatter on java side to manage display of changelog in order to integrate more easily technical debt in changelog
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 20 |
1 files changed, 17 insertions, 3 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 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,9 +535,6 @@ 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 @@ -546,6 +543,23 @@ 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 # #------------------------------------------------------------------------------ |