diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-19 16:21:22 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-19 16:22:20 +0100 |
commit | 17a932cde5030121ddec6094b9b89852152cefde (patch) | |
tree | 66cbf2ca1be1410896f5c6743177e56ff25f9520 /plugins | |
parent | c5edb54175be630d973a3a994e6cb44c46d3edfb (diff) | |
download | sonarqube-17a932cde5030121ddec6094b9b89852152cefde.tar.gz sonarqube-17a932cde5030121ddec6094b9b89852152cefde.zip |
SONAR-2662 Make it possible to assign a review to an action plan
- From the resource viewer
- From the review detail/permalink page
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 7 insertions, 0 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 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'. |