aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-10-27 09:56:48 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-10-27 09:56:48 +0100
commit19350f7eb06f0f46674ad394e0919edbae2b2a2a (patch)
tree2ec57d02cedcfa582ecc898098be3f4bd6b52f27 /sonar-core
parent7f6f5a7518d1d01aaca477ced088e019aca4fcfc (diff)
downloadsonarqube-19350f7eb06f0f46674ad394e0919edbae2b2a2a.tar.gz
sonarqube-19350f7eb06f0f46674ad394e0919edbae2b2a2a.zip
SONAR-5876 Add l10n info for the metric
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 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 ebec9a8157b..cd7ca9127ff 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2780,6 +2780,10 @@ metric.sqale_debt_ratio.name=Technical Debt Ratio
metric.sqale_debt_ratio.short_name=Debt Ratio
metric.sqale_debt_ratio.description=Ratio of the actual technical debt compared to the estimated cost to develop the whole source code from scratch.
+metric.new_sqale_debt_ratio.name=Technical Debt Ratio on new code
+metric.new_sqale_debt_ratio.short_name=Debt Ratio on new code
+metric.new_sqale_debt_ratio.description=Technical Debt Ratio of new/changed code.
+
#--------------------------------------------------------------------------------------------------------------------
#