diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-03-07 15:54:05 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-03-07 16:10:23 +0100 |
commit | 711c144b6dad1c6e245d1f86c5978dc9b8335155 (patch) | |
tree | 05c8aead0c0edc04a54521d4d2a65232897499db /sonar-core | |
parent | b5248a2c1c163d99e75b6e2bac56adc1a9dfa4ec (diff) | |
download | sonarqube-711c144b6dad1c6e245d1f86c5978dc9b8335155.tar.gz sonarqube-711c144b6dad1c6e245d1f86c5978dc9b8335155.zip |
SONAR-7408 Drop "Technical Debt", "Coverage", "Duplications" and "Structure" pages
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 0 insertions, 14 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 dcab3bf5134..2465c6726a9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3163,11 +3163,7 @@ overview.quality_gate=Quality Gate overview.quality_profiles=Quality Profiles overview.leak_period_x=Leak Period: {0} overview.started_x=started {0} -overview.project_in_a_nutshell=Project In a Nutshell -overview.unmanaged_issues=Unmanaged Issues overview.on_new_code=On New Code -overview.added=Added -overview.removed=Removed overview.metric.issues=Issues overview.metric.debt=Debt @@ -3203,19 +3199,9 @@ overview.domain.coverage=Coverage overview.domain.duplications=Duplications overview.domain.structure=Structure -overview.chart.files=Files -overview.chart.files.limit_message=Only {0} files are displayed. -overview.chart.components=Components -overview.chart.history=History -overview.chart.legend.size_x=Size: {0} -overview.chart.legend.color_x=Color: {0} - overview.complexity_tooltip.function={0} functions have complexity around {1} overview.complexity_tooltip.file={0} files have complexity around {1} -overview.no_coverage=This component does not have coverage details. -overview.no_duplications=This component does not have details details. - #------------------------------------------------------------------------------ # |