diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-11 17:32:30 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | 847b1833f8f86657e9ddc206fab04e29ec5dbdc9 (patch) | |
tree | 1384b20f4716865607837808daba49a9a23b526c /sonar-core | |
parent | ddb6f1e13ff2cde359672c1df474c5b6e6f137da (diff) | |
download | sonarqube-847b1833f8f86657e9ddc206fab04e29ec5dbdc9.tar.gz sonarqube-847b1833f8f86657e9ddc206fab04e29ec5dbdc9.zip |
SONAR-9935 Migrate Update center to Marketplace
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 36 |
1 files changed, 36 insertions, 0 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 3403e48bacb..4b66f3917df 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2050,6 +2050,42 @@ workspace.normal_size=Collapse to normal size workspace.close=Remove from the list of pinned files workspace.no_rule=The rule has been removed or never existed. +#------------------------------------------------------------------------------ +# +# MARKETPLACE +# +#------------------------------------------------------------------------------ +marketplace.page=Marketplace +marketplace.page.description=Discover and install new features +marketplace.sonarqube_needs_to_be_restarted_to=SonarQube needs to be restarted in order to +marketplace.install_x_plugins=install {nb} plugins +marketplace.update_x_plugins=update {nb} plugins +marketplace.uninstall_x_plugins=uninstall {nb} plugins +marketplace.not_activated=Update Center is not activated. +marketplace.all=All +marketplace.updates_only=Updates Only +marketplace.restart=Restart +marketplace.revert=Revert +marketplace.system_upgrades=System Upgrades +marketplace.install=Install +marketplace._installed=installed +marketplace.homepage=Homepage +marketplace.issue_tracker=Issue Tracker +marketplace.licensed_under_x=Licensed under {license} +marketplace.developed_by_x=Developed by {organization} +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.installing_this_plugin_will_also_install_x=Installing this plugin will also install: {0} +marketplace.update_to_x=Update to {0} +marketplace.uninstall=Uninstall +marketplace.i_accept_the=I accept the +marketplace.terms_and_conditions=Terms and Conditions #------------------------------------------------------------------------------ # |