diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-20 17:11:10 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-20 17:13:03 +0100 |
commit | c2102d5c5efe921fedf0f36b8aee49348f838cc5 (patch) | |
tree | 7264ae9dd73044313d695995124b971544d43cdf /plugins | |
parent | 604ec306443465b67ac40423921d04e5d1bc169e (diff) | |
download | sonarqube-c2102d5c5efe921fedf0f36b8aee49348f838cc5.tar.gz sonarqube-c2102d5c5efe921fedf0f36b8aee49348f838cc5.zip |
SONAR-2662 Improve action plans
- The create/update form is now on the same page as the listing of
the action plans (and on an orange background)
- Must be possible to create action plans with the same name in
different projects
- Do not put links on '0' in the progress bar
- Improve rendering of progress bar on Chrome
- Display an alert message if one wants to plan a review whereas no
action plan has been defined on the project
- If only one action is available, select it automatically when
planning a review
- Add a "Unlink" button and remove the "none" entry in the select box
- Add "Back" button on the review listing page
- Fix bug on Derby with dead_line date
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 7 insertions, 2 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 ac7dbbf6775..7447f77ef66 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,12 +400,14 @@ 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.link_to_action_plan=Plan reviews.action_plan_label=Action plan -reviews.action_plan_submit=Link to action plan +reviews.action_plan_submit=Plan +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. #------------------------------------------------------------------------------ @@ -428,6 +430,9 @@ action_plans.no_reviews_linked_to_action_plan=No reviews linked to this action p action_plans.confirm_delete=Delete this action plan? Associated reviews will not be deleted. action_plans.confirm_close=Close this action plan? There are still open reviews linked to it. action_plans.create_new_action_plan=Create a new action plan +action_plans.create_action_plan=Create action plan +action_plans.edit_action_plan=Edit action plan +action_plans.same_name_in_same_project=An action plan with this name already exists in this project. action_plans.date_format_help=The date should be entered using the following pattern: 'day/month/year'. For instance, '31/12/2011'. action_plans.date_not_valid=Date not valid action_plans.date_cant_be_in_past=The dead-line can't be in the past |