diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-25 16:29:16 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-25 16:29:16 +0200 |
commit | b667702b4608edd0dc8f461a165a33cabb7e08a7 (patch) | |
tree | 6f3980543068ea8a170a4c8d2c53e9ddadb1990e /plugins/sonar-l10n-en-plugin | |
parent | 8a4f61072115d5c57098ae43d13dc4bba1292250 (diff) | |
download | sonarqube-b667702b4608edd0dc8f461a165a33cabb7e08a7.tar.gz sonarqube-b667702b4608edd0dc8f461a165a33cabb7e08a7.zip |
SONAR-2701 New "Time Machine" widget
Allows to display measures of required metrics by past version
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 c0754fd8e2f..97560a509c0 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 @@ -514,6 +514,9 @@ widget.timeline.name=Timeline widget.timeline.description=Displays up to 3 metrics on a history chart. widget.timeline.timeline_not_displayed=The timeline won't be displayed as currently only 1 snapshot is available. +widget.time_machine.name=Time Machine +widget.time_machine.description=Displays up to 10 metrics in a table, showing their value for a specified number of past snapshots. + widget.ckjm.name=Chidamber & Kemerer widget.ckjm.description=Reports on LCOM4 and RFC average and distribution. widget.ckjm.lcom4=LCOM4 |