diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-20 14:41:27 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | 4064ea3d8241568ccc7a1cf556bd8eeb0e92c5e9 (patch) | |
tree | cc8decbb83433f52abe259b798eb50b5b48a2dfd /sonar-core | |
parent | 9538f9ae5502b33651f1d916ee69aaf74c121231 (diff) | |
download | sonarqube-4064ea3d8241568ccc7a1cf556bd8eeb0e92c5e9.tar.gz sonarqube-4064ea3d8241568ccc7a1cf556bd8eeb0e92c5e9.zip |
Remove old updatecenter ui
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 49 |
1 files changed, 1 insertions, 48 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 8cdb119e68c..b9736b5be47 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2098,6 +2098,7 @@ 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: advanced feature packs brought to you by SonarSource on {url} +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 Server to activate your new features. marketplace.status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully uninstalled. Please restart Server to remove the features. @@ -2110,54 +2111,6 @@ marketplace.enter_license_for_x=Enter your license key for {0} marketplace.i_need_a_license=I need a license key marketplace.download_package=Download package -#------------------------------------------------------------------------------ -# -# UPDATE CENTER -# -#------------------------------------------------------------------------------ -update_center.page=Update Center -update_center.page.description=Install, uninstall and delete plugins. You can also download SonarQube updates from the System Updates tab on this page. -update_center.status.COMPATIBLE=Compatible -update_center.status.INCOMPATIBLE=Incompatible -update_center.status.REQUIRES_SYSTEM_UPGRADE=Requires system update -update_center.status.DEPS_REQUIRE_SYSTEM_UPGRADE=Some of dependencies requires system update -update_center.update_to_x=Update to {0} -update_center.uninstall=Uninstall -update_center.i_accept_the=I accept the -update_center.terms_and_conditions=Terms and Conditions -update_center.install=Install -update_center.release_notes=Release Notes -update_center.sonarqube_needs_to_be_restarted_to=SonarQube needs to be restarted in order to -update_center._install=install -update_center._update=update -update_center._uninstall=uninstall -update_center.restart=Restart -update_center.revert=Revert -update_center.installed=Installed -update_center._installed=installed -update_center.updates=Updates -update_center.installing_this_plugin_will_also_install=Installing this plugin will also install -update_center.homepage=Homepage -update_center.issue_tracker=Issue Tracker -update_center.licensed_under=Licensed under -update_center.developed_by=Developed by -update_center.install_pending=Install Pending -update_center.update_pending=Update Pending -update_center.uninstall_pending=Uninstall Pending -update_center.updates_only=Updates Only -update_center.available=Available -update_center.not_activated=Update Center is not activated. -update_center.system_upgrade=System Upgrade -update_center.system_upgrades=System Upgrades -update_center.released=Released -update_center.how_to_upgrade=How to upgrade -update_center.how_to_upgrade.1=Download the new SonarQube version and start it on an empty DB (the bundled H2 DB for instance). -update_center.how_to_upgrade.2=Install (from the update center) the plugins you want. -update_center.how_to_upgrade.3=Install your custom plugins (if any). -update_center.how_to_upgrade.4=Update the conf/sonar.properties file to use the relevant configurations from your old instance, including the connection information for your production DB. -update_center.how_to_upgrade.5=Stop your old SonarQube server. -update_center.how_to_upgrade.6=Restart the new SonarQube instance: you're done! - #------------------------------------------------------------------------------ # |