diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-27 09:13:05 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-27 16:03:44 +0200 |
commit | 38ef4f02e5feccc2d1e740ee12220b5088a2b8ba (patch) | |
tree | 10a564abf8a6a6689d7bf37258be1c2cffe903ba /sonar-core | |
parent | d4799b6bd87a9c61e2d97594795450f9e60f1f73 (diff) | |
download | sonarqube-38ef4f02e5feccc2d1e740ee12220b5088a2b8ba.tar.gz sonarqube-38ef4f02e5feccc2d1e740ee12220b5088a2b8ba.zip |
SONAR-9937 Display error message when license don't match selected edition in marketplace
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 11440377ec6..5fbb5c85f05 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2110,6 +2110,7 @@ marketplace.status_X.UNINSTALL_IN_PROGRESS={0} successfully uninstalled. Please marketplace.status_x.MANUAL_IN_PROGRESS=Can't install {0} because of internet access issue. Please manually install the package in your SonarQube's plugins folder. marketplace.how_to_install=How to install it? marketplace.enter_license_for_x=Enter your license key for {0} +marketplace.wrong_license_type_x=Your license is not compatible with the selected edition. Please provide a valid license for {0}. marketplace.i_need_a_license=I need a license key marketplace.download_package=Download package |