diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-19 17:25:23 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | 9538f9ae5502b33651f1d916ee69aaf74c121231 (patch) | |
tree | c050fe8f85aca1eac6d3fc916d318760aec89d43 /sonar-core | |
parent | 2d568ff3830cef88392656119bd2485a9ae9c8e1 (diff) | |
download | sonarqube-9538f9ae5502b33651f1d916ee69aaf74c121231.tar.gz sonarqube-9538f9ae5502b33651f1d916ee69aaf74c121231.zip |
SONAR-9953 SONAR-9354 SONAR-7663 Redesign and move system upgrade in the system info page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 12 insertions, 2 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 01c0355dd4c..8cdb119e68c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2066,7 +2066,6 @@ marketplace.all=All marketplace.updates_only=Updates Only marketplace.restart=Restart marketplace.revert=Revert -marketplace.system_upgrades=System Upgrades marketplace.install=Install marketplace.install_x=Install {0} marketplace.installed=Installed @@ -2224,7 +2223,6 @@ background_tasks.search_by_task_or_component=Search by Task or Component background_tasks.failing_count=Count of projects where processing of most recent analysis report failed - #------------------------------------------------------------------------------ # # SYSTEM @@ -2236,14 +2234,26 @@ system.cluster_log_level.info=Changes apply to all Application nodes but not to system.current_health_of_x=Current health status of {0} system.download_logs=Download Logs system.download_system_info=Download System Info +system.download_x=Download {0} +system.hide_intermediate_versions=Hide intermediate versions +system.how_to_upgrade=How to upgrade? system.is_restarting=Server is restarting. This page will be automatically refreshed. +system.latest_version=Latest Version +system.latest_lts_version=Latest LTS Version system.log_level.warning=This level has performance impacts, please make sure to get back to INFO level once your investigation is done. Please note that when the server is restarted, logging will revert to the level configured in sonar.properties. system.log_level.warning.short=Current logs level has performance impacts, get back to INFO level. system.log_level.info=Changes don't apply to Search. system.logs_level=Logs level +system.new_version_available=A new version of SonarQube is available. +system.release_notes=Release Notes +system.released_x=Released {0} system.restart_server=Restart Server system.search_nodes_title=Search Nodes +system.see_sonarqube_downloads=See All SonarQube Downloads system.set_log_level=Set logs level +system.show_intermediate_versions=Show intermediate versions +system.system_upgrade=System Upgrade +system.version_is_availble={version} is available #------------------------------------------------------------------------------ |