diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-18 17:47:18 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-18 17:50:22 +0200 |
commit | 9001f7e14b547fc15fcbb1709466f7ce8de31a32 (patch) | |
tree | 7e2d4d97b290f805d002571ca1621c67dd748859 /plugins/sonar-l10n-en-plugin | |
parent | b3aa83b929e85e3b057fa3a9cb66198b4aec3909 (diff) | |
download | sonarqube-9001f7e14b547fc15fcbb1709466f7ce8de31a32.tar.gz sonarqube-9001f7e14b547fc15fcbb1709466f7ce8de31a32.zip |
SONAR-2074 New timeline widget: first basic 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 9f98474b8e2..f61dd520ddd 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 @@ -508,6 +508,9 @@ widget.size.methods.suffix=\ methods widget.size.accessors.suffix=\ accessors widget.size.paragraphs.suffix=\ paragraphs +widget.timeline.name=Timeline +widget.timeline.description=Displays up to 3 metrics on a history chart. + widget.ckjm.name=Chidamber & Kemerer widget.ckjm.description=Reports on LCOM4 and RFC average and distribution. widget.ckjm.lcom4=LCOM4 |