diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-05-07 13:01:01 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-05-09 20:21:09 +0200 |
commit | 2f02c40ef393c1cd20adc69d53409d31fc739ef8 (patch) | |
tree | 0c8852c557db9a29ebfb2e2e7177ab22ca05eaa6 /sonar-core | |
parent | 3831ff61b755d3e419d46d2491afd8b037bc5089 (diff) | |
download | sonarqube-2f02c40ef393c1cd20adc69d53409d31fc739ef8.tar.gz sonarqube-2f02c40ef393c1cd20adc69d53409d31fc739ef8.zip |
SONAR-11938 Remove Server ID and Version from system information
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 391a892c458..7c99cfb0977 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2378,6 +2378,7 @@ background_tasks.failing_count=Count of projects where processing of most recent system.application_nodes_title=Application Nodes system.are_you_sure_to_restart=Are you sure you want to restart the server? system.cluster_log_level.info=Your selection affect all Application nodes but not the Search nodes. +system.copy_id_info=Copy ID information system.current_health_of_x=Current health status of {0} system.download_logs=Download Logs system.download_system_info=Download System Info @@ -2397,9 +2398,11 @@ 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.server_id=Server ID system.set_log_level=Set logs level system.show_intermediate_versions=Show intermediate versions system.system_upgrade=System Upgrade +system.version=Version system.version_is_availble={version} is available |