diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-18 17:47:40 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-19 08:40:38 +0100 |
commit | 97a1d845f94d1bed1b5516a7837a47079959b4a8 (patch) | |
tree | ae4e74fb801d0ef93a909700921eb62222d4f087 /plugins/sonar-l10n-en-plugin/src | |
parent | f8f1e54873eef3c3bcae4e9d54de87f9140cc027 (diff) | |
download | sonarqube-97a1d845f94d1bed1b5516a7837a47079959b4a8.tar.gz sonarqube-97a1d845f94d1bed1b5516a7837a47079959b4a8.zip |
SONAR-2662 Create action plans which are a set of manual reviews
- Improve progress bar
- Display the list of reviews in a separate page which is still in
the context of the project
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 b0794237437..02ca77ea581 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 @@ -424,6 +424,8 @@ action_plans.date_format_help=The date should be entered using the following pat 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 +action_plans.resolved_reviews_x_percent=Resolved reviews - {0}% ({1} reviews) +action_plans.open_reviews_x_percent=Open reviews - {0}% ({1} reviews) #------------------------------------------------------------------------------ |