From 76243d6194d47dd8a91d42600aee1361aa8f1c81 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 4 Jul 2013 14:13:25 +0200 Subject: SONAR-4418 Add a way to bulk change issues from a resource viewer --- .../src/main/resources/org/sonar/l10n/core.properties | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index f19b6367e9d..891659203fc 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -549,9 +549,21 @@ issue_filter.private=Private issue_filter.shared_with_all_users=Shared with all users issue_filter.sharing=Sharing issue_filter.manage.shared_filters=Shared Filters -issue_filter.bulk_change.form.title=Change {0} issues -issue_filter.bulk_change.max_issues_reached=As too many issues have been selected, only the first {0} issues will be updated. -issue_filter.bulk_change.x_issues={0} issues + + +#------------------------------------------------------------------------------ +# +# ISSUE BULK CHANGE +# +#------------------------------------------------------------------------------ + +issue_bulk_change.form.title=Change {0} issues +issue_bulk_change.max_issues_reached=As too many issues have been selected, only the first {0} issues will be updated. +issue_bulk_change.x_issues={0} issues +issue_bulk_change.error.empty_issues=Issues must not be empty +issue_bulk_change.error.need_one_action=At least one action must be provided + + #------------------------------------------------------------------------------ # -- cgit v1.2.3