From f03c5e9858dd86ecd78e6278aa6f95d146ada270 Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Thu, 19 Oct 2017 11:48:26 +0200 Subject: SONAR-9947 Update handling of manual installation of commercial editions --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sonar-core') 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 39a5c31bfdf..01c0355dd4c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2091,7 +2091,7 @@ marketplace.status.REQUIRES_SYSTEM_UPGRADE=Requires system update marketplace.status.DEPS_REQUIRE_SYSTEM_UPGRADE=Some of dependencies requires system update marketplace.license_preview_status.NO_INSTALL=No installation needed, your license will be updated directly. marketplace.license_preview_status.AUTOMATIC_INSTALL=After clicking on "Install", your {0} will be automatically downloaded and installed, and you'll need to restart your server once it's completed. -marketplace.license_preview_status.MANUAL_INSTALL=Can't install {0} because of internet access issue. Please manually install the package in your SonarQube's plugins folder. +marketplace.license_preview_status.MANUAL_INSTALL=Can't install {0} because of internet access issues. A manual installation is required. marketplace.installing_this_plugin_will_also_install_x=Installing this plugin will also install: {0} marketplace.update_to_x=Update to {0} marketplace.uninstall=Uninstall @@ -2101,8 +2101,11 @@ marketplace.terms_and_conditions=Terms and Conditions 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=Commercial Edition successfully installed. Please restart Server to activate your new features. +marketplace.status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully uninstalled. Please restart Server to remove the 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.status_x.AUTOMATIC_READY={0} successfully installed. Please restart Server to activate your new features. +marketplace.status_X.UNINSTALL_IN_PROGRESS={0} successfully uninstalled. Please restart Server to remove the features. +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.i_need_a_license=I need a license key -- cgit v1.2.3