diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2019-11-14 14:48:12 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-12-09 20:46:17 +0100 |
commit | a98070323ef55ce3934a564e0cf49a5e8fe03971 (patch) | |
tree | 648a05d5f65f0f7755b6579beeed4bc7733de13a /sonar-core | |
parent | f13b0df538063f349e4fd50009cc826cda276252 (diff) | |
download | sonarqube-a98070323ef55ce3934a564e0cf49a5e8fe03971.tar.gz sonarqube-a98070323ef55ce3934a564e0cf49a5e8fe03971.zip |
SONAR-12636 Exlude branches from purge
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 b97a782d043..27e8b2bb8d8 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -540,6 +540,9 @@ project_branch_pull_request.lifetime_information.admin=You can adjust this value project_branch_pull_request.branch.rename=Rename branch project_branch_pull_request.branch.delete=Delete branch project_branch_pull_request.branch.delete.are_you_sure=Are you sure you want to delete branch "{0}"? +project_branch_pull_request.branch.auto_deletion.keep_when_inactive=Keep when inactive +project_branch_pull_request.branch.auto_deletion.keep_when_inactive.tooltip=When turned on, the branch will not be automatically deleted when inactive. +project_branch_pull_request.branch.auto_deletion.main_branch_tooltip=The main branch is always excluded from automatic deletion. project_branch_pull_request.pull_request.delete=Delete Pull Request project_branch_pull_request.pull_request.delete.are_you_sure=Are you sure you want to delete Pull Request "{0}"? project_branch_pull_request.tabs.branches=Branches |