diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-17 14:42:52 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-17 14:42:52 +0200 |
commit | 271bfcbb46f87cddac93072edcfeeae41e633aa6 (patch) | |
tree | 421ca46f9b806027b7ed270ed7fa51433c515c48 /plugins/sonar-l10n-en-plugin/src | |
parent | e2f4d95803eb6b63ddfeb323caa18660be56f013 (diff) | |
download | sonarqube-271bfcbb46f87cddac93072edcfeeae41e633aa6.tar.gz sonarqube-271bfcbb46f87cddac93072edcfeeae41e633aa6.zip |
SONAR-2614 Improve bulk deletion page
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 | 3 |
1 files changed, 2 insertions, 1 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 edd1f1e4bed..806c76bc31f 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 @@ -1280,12 +1280,13 @@ bulk_deletion.clear_selection=Clear selection of all {0} resources bulk_deletion.following_deletions_failed=The following resources could not be deleted. Please check the logs to know more about it. bulk_deletion.hide_message=Hide message bulk_deletion.sure_to_delete_the_resources=Are you sure you want to delete the selected resources? +bulk_deletion.please_select_at_least_one_resource=Please select at least one resource to delete. bulk_deletion.deletion_manager.deleting_resources=Deleting resources... bulk_deletion.deletion_manager.no_resource_to_delete=No results. bulk_deletion.deletion_manager.currently_deleting_x_out_of_x=Currently deleting resources... ({0} out of {1}) bulk_deletion.deletion_manager.deletion_completed=Resource deletion completed. bulk_deletion.deletion_manager.however_failures_occurred=However, some failures occurred. -bulk_deletion.started_since_x=Started {0} +bulk_deletion.started_since_x=Started {0} ago #------------------------------------------------------------------------------ |