aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-09-06 10:57:08 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-09-11 11:28:29 +0200
commitee1e62962405c87a03a53b0d88ac4a8fa64073b4 (patch)
tree9d978874871b2fea884139bbe57945510a2791ca /sonar-core/src
parent71fec25c4056c1dcfe75769c2041b1d56a89a2e5 (diff)
downloadsonarqube-ee1e62962405c87a03a53b0d88ac4a8fa64073b4.tar.gz
sonarqube-ee1e62962405c87a03a53b0d88ac4a8fa64073b4.zip
SONAR-9784 Drop ghosts tab on projects management page
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 963655f5f67..916420b80b9 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1984,11 +1984,6 @@ bulk_deletion.deletion_manager.currently_deleting_x_out_of_x=Currently deleting
bulk_deletion.deletion_manager.deletion_completed=Component 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 SonarQube. 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
#------------------------------------------------------------------------------