diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-10-27 09:56:48 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-10-27 09:56:48 +0100 |
commit | 19350f7eb06f0f46674ad394e0919edbae2b2a2a (patch) | |
tree | 2ec57d02cedcfa582ecc898098be3f4bd6b52f27 /sonar-core | |
parent | 7f6f5a7518d1d01aaca477ced088e019aca4fcfc (diff) | |
download | sonarqube-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.properties | 4 |
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. + #-------------------------------------------------------------------------------------------------------------------- # |