aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties13
1 files changed, 12 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 26f602a3a22..216edb84045 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
@@ -390,7 +390,7 @@ filters.col.key=Key
#------------------------------------------------------------------------------
#
-# REVIEWS
+# REVIEWS / PROJECT REVIEWS
#
#------------------------------------------------------------------------------
@@ -434,6 +434,17 @@ reviews.no_action_plan=None
reviews.planned_for_x=Planned for {0}
reviews.planned_for_label=Planned for
reviews.an_action_plan_must_be_created_first=An action plan should be first created to plan the remediation effort of this violation.
+reviews.filtered_by=Filtered by
+reviews.remove_this_filter=Remove this filter
+reviews.filtered_by.statuses=Status
+reviews.filtered_by.resolutions=Resolution
+reviews.filtered_by.severities=Severity
+reviews.filtered_by.authors=Author
+reviews.filtered_by.assignees=Assignee
+reviews.filtered_by.action_plan_id=Action plan
+reviews.filtered_by.unplanned=Unplanned
+reviews.filtered_by.from=From date
+reviews.filtered_by.to=To date
#------------------------------------------------------------------------------