diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-19 11:48:26 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | f03c5e9858dd86ecd78e6278aa6f95d146ada270 (patch) | |
tree | fa37c7b6cf0fb172449b98cc1d5647e4d8465f5e /sonar-core | |
parent | 6e71b7b4a1d26c0de2a2c8bde2b0274de90c08e0 (diff) | |
download | sonarqube-f03c5e9858dd86ecd78e6278aa6f95d146ada270.tar.gz sonarqube-f03c5e9858dd86ecd78e6278aa6f95d146ada270.zip |
SONAR-9947 Update handling of manual installation of commercial editions
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 5 insertions, 2 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 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 |