From 5356f507f1701bfd26d2370766b4157c47bde790 Mon Sep 17 00:00:00 2001 From: lschoelens Date: Wed, 18 Feb 2015 17:13:38 +0100 Subject: SONAR-6219 Show timeline widget on measures with no values --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-core') 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 d5e4292365b..7d1353c4d7f 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1235,6 +1235,8 @@ widget.timeline.property.metric3.name=Metric 3 widget.timeline.property.hideEvents.name=Hide events widget.timeline.property.chartHeight.name=Chart Height widget.timeline.limited_histortical_data=Current timeline is reduced to a shorter period because of limited historical data for one of the metric. +widget.timeline.property.undefinedToZero.name=Zero undefined +widget.timeline.property.undefinedToZero.desc=Set undefined values to zero widget.bubble_chart.name=Project File Bubble Chart widget.bubble_chart.description=Display a component's source files in a Bubble chart. Both axes and bubble size are configurable. -- cgit v1.2.3