diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-06 12:38:04 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-06 12:39:02 +0200 |
commit | f489546852c58d8215af491a971fdde92f9bd4a4 (patch) | |
tree | 1df2a53c75575b7b9506e6f08da9a45e6c406a64 /plugins/sonar-l10n-en-plugin | |
parent | a5d97b4737555a0efc2ce962705545ef4969f68c (diff) | |
download | sonarqube-f489546852c58d8215af491a971fdde92f9bd4a4.tar.gz sonarqube-f489546852c58d8215af491a971fdde92f9bd4a4.zip |
SONAR-2614 Add time spent on deletion
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 2633daf30ee..d1fb5fb7af7 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,6 +1280,7 @@ 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. +bulk_deletion.started_since_x=Started {0} #------------------------------------------------------------------------------ |