diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-08 23:02:40 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-08 23:02:56 +0600 |
commit | 70edcaa052727c5fb844e391d894b2f1202fe0ad (patch) | |
tree | 6643c6aee910470556af01ee03b2b81b58edfa5c /sonar-core | |
parent | 79ab08f123b13eb52c1f2c6ab828a2586ac8aaa3 (diff) | |
download | sonarqube-70edcaa052727c5fb844e391d894b2f1202fe0ad.tar.gz sonarqube-70edcaa052727c5fb844e391d894b2f1202fe0ad.zip |
SONAR-5207 Dynamic size of labels. Show labels in two lines. l10n messages.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 6 insertions, 1 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 35813a3e104..e01120de5d6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1244,6 +1244,9 @@ widget.treemap-widget.property.colorMetric.name=Color Metric widget.treemap-widget.property.colorMetric.description=Metric used for square color widget.treemap-widget.property.heightInPercents.name=Height widget.treemap-widget.property.heightInPercents.description=Height in percents of width +widget.treemap-widget.property.chartTitle.name=Chart Title +widget.treemap-widget.property.maxItems.name=Max Components +widget.treemap-widget.property.maxItems.description=Maximum number of components to show widget.welcome.name=Welcome widget.welcome.description=Welcome message used to provide links to the most valuable resources like documentation and support @@ -1270,7 +1273,9 @@ widget.measure_filter_treemap.property.sizeMetric.name=Size Metric widget.measure_filter_treemap.property.colorMetric.name=Color Metric widget.measure_filter_treemap.property.heightInPercents.name=Height widget.measure_filter_treemap.property.heightInPercents.description=Height in percents of width -widget.measure_filter_treemap.property.displayFilterDescription.name=Display Filter Description +widget.measure_filter_treemap.property.chartTitle.name=Chart Title +widget.measure_filter_treemap.property.maxItems.name=Max Components +widget.measure_filter_treemap.property.maxItems.description=Maximum number of components to show widget.technical_debt_pyramid.name=Technical Debt Pyramid widget.technical_debt_pyramid.description=Displays the technical debt by characteristics. Characteristics located at the bottom should be addressed before those on top. |