diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-30 18:08:55 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-30 18:08:55 +0200 |
commit | b8b595c842bd8aae1eb994464d9172e163a67e57 (patch) | |
tree | 29ae9a99eab7fffeb92547cf32a787028742f304 /plugins/sonar-l10n-en-plugin/src | |
parent | a5985a04a701a9bdae0718fa8b4945ce54c9ba27 (diff) | |
download | sonarqube-b8b595c842bd8aae1eb994464d9172e163a67e57.tar.gz sonarqube-b8b595c842bd8aae1eb994464d9172e163a67e57.zip |
SONAR-893 Provide a new "History" service for projects
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 # #------------------------------------------------------------------------------ |