diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-16 12:37:11 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-19 08:36:48 +0100 |
commit | f8f1e54873eef3c3bcae4e9d54de87f9140cc027 (patch) | |
tree | dd18d294eeb649494b6a81e14a696c2aee92e808 /plugins | |
parent | b79e76d81ca94c5d640d84f96a08eeb2cb190681 (diff) | |
download | sonarqube-f8f1e54873eef3c3bcae4e9d54de87f9140cc027.tar.gz sonarqube-f8f1e54873eef3c3bcae4e9d54de87f9140cc027.zip |
SONAR-2662 Create action plans which are a set of manual reviews
- Create the service to manage action plans
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 26 |
1 files changed, 26 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 98922d6175e..b0794237437 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 @@ -261,6 +261,7 @@ sidebar.system=System # #------------------------------------------------------------------------------ +action_plans.page=Action Plans backup.page=Backup clouds.page=Clouds components.page=Components @@ -400,6 +401,31 @@ reviews.status.CLOSED=Closed reviews.resolution.FALSE-POSITIVE=False-positive reviews.resolution.FIXED=Fixed + +#------------------------------------------------------------------------------ +# +# ACTION PLANS +# +#------------------------------------------------------------------------------ + +action_plans.page_title=Manage Action plans +action_plans.add_action_plan=Add action plan +action_plans.col.status=St. +action_plans.col.name=Name +action_plans.col.due_for=Due for +action_plans.col.progress=Progress +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.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'. +action_plans.date_not_valid=Date not valid +action_plans.date_cant_be_in_past=The dead-line can't be in the past +action_plans.x_out_of_x_reviews_solved={0} of {1} reviews solved + + #------------------------------------------------------------------------------ # # DEPENDENCIES |