aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-08-31 18:18:14 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-08-31 18:18:14 +0200
commit8ce8f2a2ff596cb6185b111cf7eda2368bfc3026 (patch)
treeb81789b6e07da5023670ab5d92fa7fe4dbc6b7f6 /plugins/sonar-l10n-en-plugin
parentfe54c6c721c33638855da5baed61dfc1a9c5cc09 (diff)
downloadsonarqube-8ce8f2a2ff596cb6185b111cf7eda2368bfc3026.tar.gz
sonarqube-8ce8f2a2ff596cb6185b111cf7eda2368bfc3026.zip
SONAR-893 Improve the "History" service for projects
- Display snapshot that are currently being built without the possibility to modify their status - Remove the popup and the bulk change, as there's the recovery mechanism - Invert Event and Time columns - Set the table to minimum width
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties9
1 files changed, 6 insertions, 3 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 02cec994c05..fa208995a46 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
@@ -600,6 +600,8 @@ 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=A snapshot may be deleted from the database only if it was created more that 6 hours ago.
project_history.col.year=Year
project_history.col.month=Month
project_history.col.time=Time
@@ -607,11 +609,12 @@ 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.sure_to_delete_snapshot=Are you sure you want to delete this snapshot?
-project_history.x_snapshots_deleted={0} snapshot(s) will be deleted during next analysis.
-project_history.x_snapshots_recovered={0} snapshot(s) will not be deleted during next analysis.
+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.