diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-05 10:27:58 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-05 10:30:34 +0200 |
commit | 1bab9db0c398f5fc7571409e4ae4967c45c5c855 (patch) | |
tree | d16ccf694e456ab5b2f7206227d1a655a96a6dd4 /plugins/sonar-l10n-en-plugin/src | |
parent | e8f9f465365d336d69276cd392262b64a1516501 (diff) | |
download | sonarqube-1bab9db0c398f5fc7571409e4ae4967c45c5c855.tar.gz sonarqube-1bab9db0c398f5fc7571409e4ae4967c45c5c855.zip |
SONAR-3570 Project "deletion" should run asynchronously
=> To prevent HTTP timeout.
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 | 5 |
1 files changed, 5 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 fdec6a9f57f..e3bd591bf6a 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 @@ -1275,6 +1275,11 @@ 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.deletion_manager.deleting_resources=Deleting resources... +bulk_deletion.deletion_manager.no_resource_to_delete=No resource to delete. +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. #------------------------------------------------------------------------------ |