diff options
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 |