diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-22 16:10:24 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-22 16:12:58 +0100 |
commit | a8973254128c92b37ca759e1736024e97e927d36 (patch) | |
tree | 1f614209d0d19a0e9554e340d54a6b5d1cc31654 /plugins | |
parent | 39d168937fa9e3b659126920fd247a294cc41457 (diff) | |
download | sonarqube-a8973254128c92b37ca759e1736024e97e927d36.tar.gz sonarqube-a8973254128c92b37ca759e1736024e97e927d36.zip |
SONAR-3948 Make it possible to delete "ghost" resources
=> The bulk deletion page should allow to delete a project definition
which doesn't have any associated quality snapshots
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 046b45a49ac..84426ba52aa 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1519,6 +1519,11 @@ bulk_deletion.deletion_manager.currently_deleting_x_out_of_x=Currently deleting 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} ago +bulk_deletion.ghosts=Ghosts +bulk_deletion.ghosts.description=A ghost is the result of constantly failed attempts to analyse a project. In such a case, the project is not linked to any successful analysis, and therefore cannot be displayed in Sonar.<br/>When the user authentication is forced, leaving a ghost can even prevent further analyses of the corresponding project. +bulk_deletion.no_ghosts=There is currently no ghost. +bulk_deletion.following_ghosts_can_be_deleted=The following ghosts can be safely deleted: +bulk_deletion.delete_all_ghosts=Delete all ghosts #------------------------------------------------------------------------------ |