From 17a932cde5030121ddec6094b9b89852152cefde Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Mon, 19 Dec 2011 16:21:22 +0100 Subject: SONAR-2662 Make it possible to assign a review to an action plan - From the resource viewer - From the review detail/permalink page --- .../src/main/resources/org/sonar/l10n/core.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins') 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 97bade0325a..ee60aff5462 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 @@ -400,6 +400,12 @@ reviews.status.OPEN=Open reviews.status.CLOSED=Closed reviews.resolution.FALSE-POSITIVE=False-positive reviews.resolution.FIXED=Fixed +reviews.link_to_action_plan=Action plan +reviews.action_plan_label=Action plan +reviews.action_plan_submit=Link to action plan +reviews.no_action_plan=None +reviews.planned_for_x=Planned for {0} +reviews.planned_for_label=Planned for #------------------------------------------------------------------------------ @@ -418,6 +424,7 @@ action_plans.col.description=Description action_plans.col.author=Author action_plans.col.operations=Operations action_plans.no_action_plan=No action plan +action_plans.no_reviews_linked_to_action_plan=No reviews linked to this action plan yet. action_plans.confirm_delete=Delete this action plan? Associated reviews will not be deleted. action_plans.create_new_action_plan=Create a new action plan action_plans.date_format_help=The date should be entered using the following pattern: 'day/month/year'. For instance, '31/12/2011'. -- cgit v1.2.3