diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-10-13 18:15:54 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-10-13 18:18:28 +0200 |
commit | 480885cebde277101d7f4f0e5e00b76dc5734ad6 (patch) | |
tree | abf57baf3bb477a8f5e277e71ebf2a28b972b802 /plugins/sonar-l10n-en-plugin | |
parent | 4e549769e27bf9dcb08aeb52d8b407a8f414a396 (diff) | |
download | sonarqube-480885cebde277101d7f4f0e5e00b76dc5734ad6.tar.gz sonarqube-480885cebde277101d7f4f0e5e00b76dc5734ad6.zip |
SONAR-1928 Extract widgets from the hotspots page
This commit includes:
- SONAR-2070: new widget for most violated rules
- SONAR-2071: new widget for most violated resources
- SONAR-2902: new metric hotspot widget
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 14 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 73e9f58573e..cbc2864d0e2 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 @@ -546,6 +546,20 @@ widget.package_design.dependencies_to_cut=Dependencies to cut widget.package_design.between_packages.suffix=\ between packages widget.package_design.between_files.suffix=\ between files +widget.hotspot_metric.name=Metric hotspot +widget.hotspot_metric.description=Shows the files that have the worst result for a specific metric. +widget.hotspot_metric.cannot_display_not_numeric_metric=The hotspot widget cannot display non-numerical metrics. +widget.hotspot_metric.more=More +widget.hotspot_metric.hotspots_for_x=Hotspots for {0} + +widget.hotspot_most_violated_rules.name=Most violated rules +widget.hotspot_most_violated_rules.description=Shows the rules that are the most violated. +widget.hotspot_most_violated_rules.no_violation_for_severity=No violation for this severity +widget.hotspot_most_violated_rules.any_severity=Any severity + +widget.hotspot_most_violated_resources.name=Most violated resources +widget.hotspot_most_violated_resources.description=Shows the resources that have the most violations. + #------------------------------------------------------------------------------ # |