diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-07-24 16:12:39 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-07-31 11:27:51 +0200 |
commit | 30cc3b95809bce6a3e1ca81ee7d661590fb772ac (patch) | |
tree | 9d5ecc869ad95e5b81c093943d50fb70f30d1219 /sonar-core | |
parent | 1cbd06a5264b83da40e6d4a41e31762e5835feb6 (diff) | |
download | sonarqube-30cc3b95809bce6a3e1ca81ee7d661590fb772ac.tar.gz sonarqube-30cc3b95809bce6a3e1ca81ee7d661590fb772ac.zip |
SONAR-9531 Change the application space
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 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 42d69209f39..23adb0d3615 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -439,6 +439,7 @@ qualifiers.update.DEV=Update Developer qualifiers.update.APP=Update Application qualifier.description.VW=Potentially multi-level, management-oriented overview aggregation. +qualifier.description.SVW=Potentially multi-level, management-oriented overview aggregation. qualifier.description.APP=Single-level aggregation with a technical focus and a project-like homepage. #------------------------------------------------------------------------------ @@ -571,6 +572,7 @@ update_key.page.description=Edit the keys of a project and/or its modules. Key c 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. 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. |