diff options
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 | 23 |
1 files changed, 23 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 4fa26ccaed7..d8227b41094 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 @@ -280,6 +280,7 @@ project_roles.page=Project Roles project_settings.page=Settings project_links.page=Links project_exclusions.page=Exclusions +project_history.page=History project_deletion.page=Deletion quality_profiles.page=Quality Profiles reviews.page=Reviews @@ -593,6 +594,28 @@ manual_measures.pending_message=Pending measures are marked with orange box. The #------------------------------------------------------------------------------ # +# PROJECT HISTORY SERVICE +# +#------------------------------------------------------------------------------ + +project_history.page_title=Delete quality snapshots from project history +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.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_will_be_deleted_next_analysis=This snapshot will be deleted during next analysis. + + +#------------------------------------------------------------------------------ +# # TIME MACHINE # #------------------------------------------------------------------------------ |