diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-22 10:49:27 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-25 13:40:46 +0200 |
commit | c2332deafa0d57b39a0cd8f416203cc77c9df22a (patch) | |
tree | 50c4f7ee65e58608593cc9f9fb0a99c0c7f5b531 /sonar-core | |
parent | fa29939417ce38be7b90dd590aa87ad7f3b74863 (diff) | |
download | sonarqube-c2332deafa0d57b39a0cd8f416203cc77c9df22a.tar.gz sonarqube-c2332deafa0d57b39a0cd8f416203cc77c9df22a.zip |
adapt delete project message to sonarcloud
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 5b646679f03..34add05186a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -586,9 +586,9 @@ bulk_deletion.page.description=Use this page to delete multiple projects at once update_key.page=Update Key update_key.page.description=Edit the keys of a project and/or its modules. Key changes must be made here BEFORE analyzing the project with the new keys, otherwise the analysis will simply create another project with the new key, rather than updating the existing project. deletion.page=Deletion -project_deletion.page.description=Delete this project from SonarQube. The operation cannot be undone. -portfolio_deletion.page.description=Delete this portfolio from SonarQube. Component projects and Local Reference Portfolios will not be deleted, but component Standard Portfolios will be deleted. This operation cannot be undone. -application_deletion.page.description=Delete this application from SonarQube. Application projects will not be deleted. This operation cannot be undone. +project_deletion.page.description=Delete this project. The operation cannot be undone. +portfolio_deletion.page.description=Delete this portfolio. Component projects and Local Reference Portfolios will not be deleted, but component Standard Portfolios will be deleted. This operation cannot be undone. +application_deletion.page.description=Delete this application. Application projects will not be deleted. This operation cannot be undone. provisioning.page=Provisioning provisioning.page.description=Use this page to initialize projects if you would like to configure them before the first analysis. Once a project is provisioned, you have access to perform all project configurations on it. project_branches.page=Branches |