diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-01-17 11:48:59 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-02-01 09:43:03 +0100 |
commit | b05ca1f05a0c33f0aabad1357c7c52d85d4146c7 (patch) | |
tree | f6fa55c5474e5089a660135fd792b74d68f0d782 /sonar-core | |
parent | 48352acd1566349548b2e1000c268fa5d509b63c (diff) | |
download | sonarqube-b05ca1f05a0c33f0aabad1357c7c52d85d4146c7.tar.gz sonarqube-b05ca1f05a0c33f0aabad1357c7c52d85d4146c7.zip |
SONAR-8655 Create page to delete organization
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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 ec619af167e..d59e8913194 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2753,6 +2753,10 @@ about_page.scanners.ant.text=The SonarQube Scanner for Ant lets you start an ana organization.avatar=Avatar organization.avatar.description=Url of a small image that represents the organization (preferably 30px height). organization.avatar.preview=Preview +organization.delete=Delete Organization +organization.delete.description=Delete this organization from SonarQube. All projects belonging to the organization will be deleted as well. The operation cannot be undone. +organization.delete.question=Are you sure you want to delete this organization? +organization.deleted=Organization has been deleted. organization.description=Description organization.description.description=Description of the organization (256 characters max). organization.edit=Edit Organization |