diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-17 10:58:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 10:58:16 +0200 |
commit | cb5bb2fb084e1a00fa6b1beb03343f26ce1d6f2d (patch) | |
tree | 579a740765637027c25a9b0840af146ad85f4611 /sonar-core | |
parent | 20ea5b48e4bec95fe55f2952e1c9ccbd7fd1fc6a (diff) | |
download | sonarqube-cb5bb2fb084e1a00fa6b1beb03343f26ce1d6f2d.tar.gz sonarqube-cb5bb2fb084e1a00fa6b1beb03343f26ce1d6f2d.zip |
SONAR-7963 Display duplications on new code (#1148)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 23a7512cc87..bd87b30126a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3014,10 +3014,13 @@ overview.metric.tests=Tests overview.metric.new_coverage=Coverage on New Code overview.metric.duplications=Duplications overview.metric.duplicated_blocks=Duplicated Blocks +overview.metric.new_duplications=Duplications on New Code overview.metric.ncloc=Lines of Code +overview.metric.new_lines=New Lines overview.metric.new_lines_to_cover=New Lines to Cover overview.metric.files=Files overview.coverage_on=Coverage on +overview.duplications_on=Duplications on overview.period.previous_version=since {0} overview.period.previous_version_only_date=since previous version |