diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-17 16:17:11 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | bff95ad641af2546712ea61d38a259f0847343c5 (patch) | |
tree | 56a4e216e4068da8062a2b8b0fd40a3dbf85d2d0 /sonar-core | |
parent | 3979c1713989085fa72b7d355ed544197de5b283 (diff) | |
download | sonarqube-bff95ad641af2546712ea61d38a259f0847343c5.tar.gz sonarqube-bff95ad641af2546712ea61d38a259f0847343c5.zip |
SONAR-9936 Update edition notification to be scoped to page and not whole administration
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 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 373b3504a62..9d717313a9b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2094,11 +2094,11 @@ marketplace.update_to_x=Update to {0} marketplace.uninstall=Uninstall marketplace.i_accept_the=I accept the marketplace.terms_and_conditions=Terms and Conditions -marketplace.editions_unavailable=Explore our Editions: advanced feature packs brought to you by SonarSource on {url} +marketplace.editions_unavailable=Explore our Commercial Editions: advanced feature packs brought to you by SonarSource on {url} marketplace.status.AUTOMATIC_IN_PROGRESS=Updating your installation... Please wait... -marketplace.status.AUTOMATIC_READY=New installation complete. Please restart Server to benefit from it. -marketplace.status.MANUAL_IN_PROGRESS=Can't install Developer Edition because of internet access issue. Please manually install the package in your SonarQube's plugins folder. -marketplace.status.AUTOMATIC_FAILURE=Can't install Developer Edition. Please manually install the package in your SonarQube's plugins folder. +marketplace.status.AUTOMATIC_READY=Commercial Edition successfully installed. Please restart Server to activate your new features. +marketplace.status.MANUAL_IN_PROGRESS=Can't install Commercial Edition because of internet access issue. Please manually install the package in your SonarQube's plugins folder. +marketplace.status.AUTOMATIC_FAILURE=Can't install Commercial Edition. 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.i_need_a_license=I need a license key |