diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-11-03 13:54:44 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-11-03 13:54:44 +0100 |
commit | 2634bf7e6e4f166f1c1fc3ad613d1cde62282f6d (patch) | |
tree | fd2983b2efad21380a83d0414e896508c65d3093 /sonar-core | |
parent | 9ff24bd9efeb8831b863a98e44e08d21ca6efc35 (diff) | |
parent | 2b52fdc96d184e41be8854ca25603501429ec394 (diff) | |
download | sonarqube-2634bf7e6e4f166f1c1fc3ad613d1cde62282f6d.tar.gz sonarqube-2634bf7e6e4f166f1c1fc3ad613d1cde62282f6d.zip |
Merge remote-tracking branch 'origin/branch-6.7'
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 19 |
1 files changed, 11 insertions, 8 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 6829011ac94..798f670b52c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2080,7 +2080,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... @@ -2110,14 +2110,17 @@ 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.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.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.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 setup and configuration are required to get a cluster. See {url} documentation. marketplace.enter_license_for_x=Enter your license key for {0} marketplace.wrong_license_type_x=Your license is not compatible with the selected edition. Please provide a valid license for {0}. marketplace.i_need_a_license=I need a license key |