aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-07-04 14:13:25 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-07-04 14:13:25 +0200
commit76243d6194d47dd8a91d42600aee1361aa8f1c81 (patch)
tree19a66eb0d0904192e3cd7f75690006b817f27618 /plugins
parent67506dbb60457e0634e4aca3d8ca74f2afd8d50e (diff)
downloadsonarqube-76243d6194d47dd8a91d42600aee1361aa8f1c81.tar.gz
sonarqube-76243d6194d47dd8a91d42600aee1361aa8f1c81.zip
SONAR-4418 Add a way to bulk change issues from a resource viewer
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties18
1 files changed, 15 insertions, 3 deletions
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
+
+
#------------------------------------------------------------------------------
#