From b05ca1f05a0c33f0aabad1357c7c52d85d4146c7 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 17 Jan 2017 11:48:59 +0100 Subject: SONAR-8655 Create page to delete organization --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sonar-core') 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 -- cgit v1.2.3