From 16c6d6333d741012a02474e22c10581e4e75be03 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 31 May 2013 17:15:20 +0200 Subject: [PATCH] Remove unused messages from l10n bundle --- .../resources/org/sonar/l10n/core.properties | 83 +------------------ 1 file changed, 1 insertion(+), 82 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index d02297597c2..b1201229470 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -350,7 +350,6 @@ project_settings.page=Settings project_links.page=Links project_history.page=History quality_profiles.page=Quality Profiles -reviews.page=Reviews issues.page=Issues issues_drilldown.page=Issues Drilldown settings.page=General Settings @@ -459,67 +458,6 @@ measure_filter.widget.unknown_filter_warning=This widget is configured to displa measure_filter.error.UNKNOWN=Unexpected error. Please contact the administrator. measure_filter.error.TOO_MANY_RESULTS=Too many results. Please refine your search. -#------------------------------------------------------------------------------ -# -# REVIEWS / PROJECT REVIEWS -# -#------------------------------------------------------------------------------ - -reviews.review_number=Review #{0} -reviews.flag_as_false_positive=False-positive -reviews.unflag_as_false_positive=Not false-positive -reviews.flag_as_false_positive_submit=False-positive -reviews.unflag_as_false_positive_submit=Not false-positive -reviews.do_you_want_to_delete_comment=Do you want to delete this comment? -reviews.only_false_positives=Only false positives -reviews.without_false_positives=Without false positives -reviews.showing_false_positives_only=Showing false positives only -reviews.reviews_filtered_by_date_x_to_y=Reviews filtered by date: {0} to {1}. -reviews.why_false_positive=Why is it a false-positive? -reviews.why_not_false_positive=Why is it not a false-positive anymore? -reviews.user_does_not_exist=\ : user does not exist. \\nPlease select a valid user or leave the field blank. -reviews.change_severity=Change severity -reviews.comment=Comment -reviews.comment_submit=Comment -reviews.update_comment_submit=Update -reviews.new_severity_label=New severity: -reviews.change_severity_submit=Change severity -reviews.assign=Assign -reviews.assign_submit=Assign -reviews.assign_to_me_submit=Assign to me -reviews.resolved=Resolved -reviews.resolved_submit=Resolved -reviews.reopen=Reopen -reviews.reopen_submit=Reopen -reviews.edit=Edit -reviews.delete=Delete -reviews.status.REOPENED=Reopened -reviews.status.RESOLVED=Resolved -reviews.status.OPEN=Open -reviews.status.CLOSED=Closed -reviews.resolution.FALSE-POSITIVE=False-positive -reviews.resolution.FIXED=Fixed -reviews.link_to_action_plan=Plan -reviews.action_plan_label=Action plan -reviews.action_plan_submit=Link -reviews.unlink_action_plan_submit=Unlink -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.hide_this_message=Hide this message -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 - #------------------------------------------------------------------------------ # # ISSUES @@ -843,6 +781,7 @@ property.error.notInOptions=Not a valid option dashboard.Dashboard.name=Dashboard dashboard.Hotspots.name=Hotspots dashboard.Reviews.name=Reviews +dashboard.Issues.name=Issues dashboard.TimeMachine.name=Time Machine #------------------------------------------------------------------------------ @@ -1141,13 +1080,6 @@ components.note_changes_impact_all_users=Note that these changes will impact all #------------------------------------------------------------------------------ drilldown.drilldown_on=Drilldown on - -violations_drilldown.click_for_more_on_x=Click for more on {0} : {1} -violations_drilldown.col.severity=Severity -violations_drilldown.col.rule=Rule -violations_drilldown.no_violations=No violations - -issues_drilldown.click_for_more_on_x=Click for more on {0} : {1} issues_drilldown.col.severity=Severity issues_drilldown.col.rule=Rule issues_drilldown.no_issue=No issue @@ -1162,19 +1094,6 @@ issues_drilldown.no_issue=No issue resource_viewer.resource_deleted=This resource has been deleted. -#------------------------------------------------------------------------------ -# -# 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 - - #------------------------------------------------------------------------------ # # ISSUES VIEWER -- 2.39.5