diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-11 10:47:29 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-11 10:47:41 +0200 |
commit | 8cd5036d05ee239a7419c2bd41084e66e00911d8 (patch) | |
tree | 8848cf1806e81931a8c11ca8488652e0076f18ba /sonar-core/src | |
parent | 3aac1c8b4df261c733fb967007839e5845a33d3a (diff) | |
download | sonarqube-8cd5036d05ee239a7419c2bd41084e66e00911d8.tar.gz sonarqube-8cd5036d05ee239a7419c2bd41084e66e00911d8.zip |
SONAR-5450 Add a Technical debt synopsis widget
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 insertions, 1 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 c4d35c11947..3a43b6dc393 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1284,6 +1284,9 @@ widget.technical_debt_pyramid.technical_debt=Technical Debt widget.technical_debt_pyramid.total=Total widget.technical_debt_pyramid.no_info_available=No information available. +widget.debt_overview.name=Technical Debt Synopsis +widget.debt_overview.description=Display the SQALE rating and the technical debt ratio. + # Below are labels used in widget edition pages widget.image.name=Image widget.image.description=Shows an image with a link @@ -2516,7 +2519,7 @@ metric.new_technical_debt.description=Technical Debt on new code metric.sqale_rating.name=SQALE Rating metric.sqale_rating.description=Density of technical debt computed by dividing the technical debt by the estimated effort to develop from scratch an application. -metric.sqale_debt_ratio.name=SQALE Technical Debt Ratio +metric.sqale_debt_ratio.name=Technical Debt Ratio metric.sqale_debt_ratio.description=Ratio of the technical debt compared to what it would cost to develop the whole source code from scratch. |