aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-01-18 16:09:53 +0100
committerFabrice Bellingard <bellingard@gmail.com>2012-01-18 16:42:56 +0100
commit64f0e0c21941c80d28d947f11db5a2b26f8a45ea (patch)
tree35fb857a0e460793f738c7a93df31a0cab8e1a74 /plugins/sonar-l10n-en-plugin
parentfd894fb030d60afcffb8247821953860456a65ed (diff)
downloadsonarqube-64f0e0c21941c80d28d947f11db5a2b26f8a45ea.tar.gz
sonarqube-64f0e0c21941c80d28d947f11db5a2b26f8a45ea.zip
SONAR-3012 Add filters for reviews on the violations viewer
And make sure that when someone comes from the drilldown with a review metric, then the filter is set to the correct value
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties16
1 files changed, 15 insertions, 1 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 527af0e351b..8b738111ef1 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
@@ -727,7 +727,7 @@ widget.unplanned_reviews.description=Shows all the reviews of the project that a
widget.reviews_metrics.name=Review Activity
widget.reviews_metrics.description=Reports metrics about reviews
widget.reviews_metrics.no_data=No data
-widget.reviews_metrics.open_reviews=Open reviews
+widget.reviews_metrics.active_reviews=Active reviews
widget.reviews_metrics.unassigned.suffix=\ unassigned
widget.reviews_metrics.unplanned.suffix=\ unplanned
widget.reviews_metrics.false_positives=False positives
@@ -763,6 +763,19 @@ violations_drilldown.no_violations=No violations
#------------------------------------------------------------------------------
#
+# VIOLATIONS VIEWER
+#
+#------------------------------------------------------------------------------
+
+violations_viewer.review_filter.false_positives=False positives
+violations_viewer.review_filter.active=Active
+violations_viewer.review_filter.unassigned=Unassigned
+violations_viewer.review_filter.unplanned=Unplanned
+violations_viewer.review_filter.unreviewed_violations=Unreviewed violations
+
+
+#------------------------------------------------------------------------------
+#
# DUPLICATION VIEWER
#
#------------------------------------------------------------------------------
@@ -801,6 +814,7 @@ code_viewer.create_violation.missing_severity=Missing severity
code_viewer.create_violation.no_rules=No rules. Please contact your administrator.
code_viewer.create_violation.bad_assignee=Unknown assignee
+
#------------------------------------------------------------------------------
#
# MANUAL MEASURES