summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-04 12:20:31 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-04 13:57:43 +0200
commit7d6b2b569403ae8c960cce7f8f4f7a8842b24c63 (patch)
tree8d84e7658dc1ed0dc4ce96111bb9797b1859de71 /sonar-core
parent93e2db9c467f56954a1a2f33a45ab57a3cf24d75 (diff)
downloadsonarqube-7d6b2b569403ae8c960cce7f8f4f7a8842b24c63.tar.gz
sonarqube-7d6b2b569403ae8c960cce7f8f4f7a8842b24c63.zip
SONAR-5892 make it possible to select issues to bulk change
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 7b608eda589..12b7df60cca 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -721,6 +721,8 @@ issue.creation_date=Created
issue.filter_similar_issues=Filter Similar Issues
issues.return_to_list=Return to List
issues.issues_limit_reached=For usability reasons, only the {0} issues are displayed.
+issues.bulk_change=All Issues ({0})
+issues.bulk_change_selected=Selected Issues ({0})
issues.home.recent_issues=Recent Issues
issues.home.my_recent_issues=My Recent Issues
issues.home.over_last_week=Over Last Week
@@ -1075,6 +1077,7 @@ shortcuts.section.issues.navigate_between_issues=navigate between issues
shortcuts.section.issues.open_details=go from the list of issues to the source code
shortcuts.section.issues.return_to_list=return back to the list
+shortcuts.section.issue.space=select an issue
shortcuts.section.issue.do_transition=do an issue transition
shortcuts.section.issue.assign=assign issue
shortcuts.section.issue.assign_to_me=assign issue to the current user