diff options
author | lschoelens <laurent.schoelens@sopra.com> | 2015-02-18 17:13:38 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-15 15:40:48 +0200 |
commit | 5356f507f1701bfd26d2370766b4157c47bde790 (patch) | |
tree | 1ca373ecbfd57e4154fc8943afbf43fdd935fdaf /sonar-core/src | |
parent | 17a39420ef96aa5adfa361763fc8fe578b437600 (diff) | |
download | sonarqube-5356f507f1701bfd26d2370766b4157c47bde790.tar.gz sonarqube-5356f507f1701bfd26d2370766b4157c47bde790.zip |
SONAR-6219 Show timeline widget on measures with no values
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 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. |