diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-02-09 11:24:46 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-09 11:36:58 +0100 |
commit | e22000509bf6734f602c21af925ed372ab7b8b8f (patch) | |
tree | 7fa440f27e6ce749fd182e86352d05cb1dabc187 /sonar-core | |
parent | dcdd0e9da67fab31c2d9657483cdcfc08dfcd503 (diff) | |
download | sonarqube-e22000509bf6734f602c21af925ed372ab7b8b8f.tar.gz sonarqube-e22000509bf6734f602c21af925ed372ab7b8b8f.zip |
SONAR-10414 Missing l10n message in Marketplace (#3038)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 24 |
1 files changed, 12 insertions, 12 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 7a4fef57e0a..f2c3e7f0571 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2140,10 +2140,10 @@ marketplace.install_pending=Install Pending marketplace.update_pending=Update Pending marketplace.uninstall_pending=Uninstall Pending marketplace.updates=Updates -marketplace.status.COMPATIBLE=Compatible -marketplace.status.INCOMPATIBLE=Incompatible -marketplace.status.REQUIRES_SYSTEM_UPGRADE=Requires system update -marketplace.status.DEPS_REQUIRE_SYSTEM_UPGRADE=Some of dependencies requires system update +marketplace.update_status.COMPATIBLE=Compatible +marketplace.update_status.INCOMPATIBLE=Incompatible +marketplace.update_status.REQUIRES_SYSTEM_UPGRADE=Requires system update +marketplace.update_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={0} can't automatically be installed because of internet access issues. A manual installation is required. @@ -2154,15 +2154,15 @@ marketplace.i_accept_the=I accept the marketplace.commercial_edition=Commercial Edition marketplace.terms_and_conditions=Terms and Conditions marketplace.editions_unavailable=Explore our Commercial Editions on {url}: advanced feature packs brought to you by SonarSource +marketplace.edition_status.AUTOMATIC_IN_PROGRESS=Installing your new Commercial Edition... Please wait... +marketplace.edition_status.AUTOMATIC_READY=Commercial Edition successfully installed. Please restart the server to activate your new edition. +marketplace.edition_status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully downgraded. Please restart the server to remove the features. +marketplace.edition_status.MANUAL_IN_PROGRESS=Commercial Edition can't automatically be installed because of internet access issues. Please manually install the package. +marketplace.edition_status_x.AUTOMATIC_IN_PROGRESS=Installing your new {0}... Please wait... +marketplace.edition_status_x.AUTOMATIC_READY={0} successfully installed. Please restart the server to activate your new edition. +marketplace.edition_status_x.UNINSTALL_IN_PROGRESS=Successfully downgraded to {0}. Please restart the server to remove the features. +marketplace.edition_status_x.MANUAL_IN_PROGRESS={0} can't automatically be installed because of internet access issues. Please manually install the package. marketplace.release_notes=Release Notes -marketplace.status.AUTOMATIC_IN_PROGRESS=Installing your new Commercial Edition. Please wait... -marketplace.status.AUTOMATIC_READY=Commercial Edition successfully installed. Please restart the server to activate your new edition. -marketplace.status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully downgraded. Please restart the server to remove the features. -marketplace.status.MANUAL_IN_PROGRESS=Commercial Edition can't automatically be installed because of internet access issues. Please manually install the package. -marketplace.status_x.AUTOMATIC_IN_PROGRESS=Installing your new {0}. Please wait... -marketplace.status_x.AUTOMATIC_READY={0} successfully installed. Please restart the server to activate your new edition. -marketplace.status_x.UNINSTALL_IN_PROGRESS=Successfully downgraded to {0}. Please restart the server to remove the features. -marketplace.status_x.MANUAL_IN_PROGRESS={0} can't automatically be installed because of internet access issues. Please manually install the package. marketplace.how_to_install=How to install it? marketplace.see_documentation_to_enable_cluster=See {url} documentation to set up a cluster. marketplace.how_to_setup_cluster_url=Further configuration is required to set up a cluster. See {url} documentation. |