aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-09-05 18:13:31 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-09-05 18:13:31 +0200
commitc420194e347f8a70189638ed3e1ee4b0f3b46fa2 (patch)
tree623aca6d17000f2ed11983b39bf0b40e76f9bf7b /plugins
parent85de25a72bf386abb927da8047786bb97160d184 (diff)
downloadsonarqube-c420194e347f8a70189638ed3e1ee4b0f3b46fa2.tar.gz
sonarqube-c420194e347f8a70189638ed3e1ee4b0f3b46fa2.zip
SONAR-893 Remove the possibility to recover snapshots once deleted
This can lead to problems. This functionality will be added back once we have a clean way to handle snapshot statuses.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 1 insertions, 7 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 6f5b7f63e5a..1d10da41bd9 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
@@ -601,22 +601,16 @@ manual_measures.pending_message=Pending measures are marked with orange box. The
#------------------------------------------------------------------------------
project_history.page_title=Delete quality snapshots from project history
-project_history.note=Note on snapshot deletion
-project_history.note_detail=After deleting a snapshot, it is still possible to recover it as long as a new project analysis is not running or as long as the deleted snapshot has not been created more than 6 hours ago.
project_history.col.year=Year
project_history.col.month=Month
project_history.col.time=Time
project_history.col.events=Events
project_history.col.action=Action
project_history.delete=Delete
-project_history.recover=Recover
-project_history.currently_analysing=Currently analysing...
project_history.last_snapshot=Last snapshot
project_history.delete_snapshot=Delete snapshot
-project_history.recover_snapshot=Recover snapshot
project_history.snapshot_deleted=The snapshot will be deleted.
-project_history.snapshot_recovered=Snapshot recovered.
-project_history.snapshot_will_be_deleted_next_analysis=This snapshot will be deleted during next analysis.
+project_history.are_you_sure_delete_snapshot_x=Are you sure you want to delete the snapshot created on "{0}"?
#------------------------------------------------------------------------------