diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-23 11:02:36 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-23 11:03:34 +0100 |
commit | 5d6ab3e62e41fc1d9928156557c96c301bc50ce5 (patch) | |
tree | 55ae1ce9c9103fcc29d69ee5c85ea9bb16e6e663 /plugins/sonar-l10n-en-plugin/src | |
parent | ad8ee64ba4e06795cbc8939e623ebbad0b174acb (diff) | |
download | sonarqube-5d6ab3e62e41fc1d9928156557c96c301bc50ce5.tar.gz sonarqube-5d6ab3e62e41fc1d9928156557c96c301bc50ce5.zip |
SONAR-2662 Show filters on the review listing page
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 13 |
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 #------------------------------------------------------------------------------ |