diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-11 11:51:05 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-12 10:23:25 +0200 |
commit | 11517022de14138e106d1420944f79bb4426b5fa (patch) | |
tree | bc39354fded005e1589f948e9062a53e1f69a540 /sonar-core/src/main | |
parent | 34fece43c543cd2d3cd8e76a9af188f12cf69c39 (diff) | |
download | sonarqube-11517022de14138e106d1420944f79bb4426b5fa.tar.gz sonarqube-11517022de14138e106d1420944f79bb4426b5fa.zip |
SONAR-9847 Add tooltip explaining how to get branch support
Diffstat (limited to 'sonar-core/src/main')
-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 0c5adce783d..359bc7632b4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2577,6 +2577,10 @@ branches.detection_of_long_living_branches=Detection of long living branches branches.detection_of_long_living_branches.description=Regular expression used to detect whether a branch is a long living branch (as opposed to short living branch), based on its name. This applies only during first analysis, the type of a branch cannot be changed later. branches.set_leak_period=Set Leak Period branches.last_analysis_date=Last Analysis Date +branches.no_support.header=Get the most out of SonarQube with branches analysis +branches.no_support.header.text=Analyze each branch of your project separately with our Developer Pack. +branches.learn_more=Learn More +branches.buy_developer_pack=Buy Developer Pack #------------------------------------------------------------------------------ |