diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-05-23 16:16:57 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-05-23 16:16:57 +0200 |
commit | f6ea70e6856631981203982673eafea61045bf95 (patch) | |
tree | 1717da8ad7f96506f5784dd3887d4ea2af51ab68 /plugins/sonar-l10n-en-plugin/src | |
parent | 4f38ae1ac08c81cef3668879f12506e9155dab95 (diff) | |
download | sonarqube-f6ea70e6856631981203982673eafea61045bf95.tar.gz sonarqube-f6ea70e6856631981203982673eafea61045bf95.zip |
SONAR-3240 Fully remove support of old format for DUPLICATIONS_DATA
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 6a2c59d61b2..2c665b569a8 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -831,6 +831,7 @@ violations_viewer.review_filter.unreviewed_violations=Unreviewed violations duplications.no_duplicated_block=No duplicated blocks. duplications.dups_found_on_deleted_resource=This file contains duplicated blocks with some deleted resources. This project should be reanalyzed to remove these obsolete duplicated blocks. +duplications.old_format_should_reanalyze=This file contains duplications but a new analysis must be done in order to be able to display them. duplications.blocks=Blocks duplications.number_of_lines=Nb Lines duplications.from_line=From line |