diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 13 |
1 files changed, 7 insertions, 6 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 e734fbfc5e5..ecf24dbf1ea 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2077,7 +2077,7 @@ marketplace.installed=Installed marketplace.installing=Installing... marketplace.upgrade=Upgrade marketplace.downgrade=Downgrade -marketplace.uninstall_x=Uninstall {0} +marketplace.downgrade_to_community_edition=Downgrade to Community Edition marketplace.uninstall_x_confirmation=Are you sure you want to uninstall {0} and get back to the Community Edition? marketplace.pending=Pending... marketplace.checking_license=Checking your license... @@ -2107,12 +2107,13 @@ 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.release_notes=Release Notes -marketplace.status.AUTOMATIC_IN_PROGRESS=Updating your installation... Please wait... -marketplace.status.AUTOMATIC_READY=Commercial Edition successfully installed. Please restart the server to activate your new features. -marketplace.status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully uninstalled. Please restart the server to remove the features. +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 in your SonarQube's plugins folder. -marketplace.status_x.AUTOMATIC_READY={0} successfully installed. Please restart the server to activate your new features. -marketplace.status_X.UNINSTALL_IN_PROGRESS={0} successfully uninstalled. Please restart the server to remove the features. +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 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} |