diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-09-11 17:01:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-26 23:49:37 +0200 |
commit | 74c8a8ac5e83144fab7291b9ad57c14742fe8bbf (patch) | |
tree | 191311ab4f4df1faf2c1eac16e2f018b1c77be5a /sonar-core | |
parent | d7df6d3c31db2ca875d8dec2c0b873cc04b7738e (diff) | |
download | sonarqube-74c8a8ac5e83144fab7291b9ad57c14742fe8bbf.tar.gz sonarqube-74c8a8ac5e83144fab7291b9ad57c14742fe8bbf.zip |
SONAR-9802 Add nodes to system info in cluster mode
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 13 |
1 files changed, 12 insertions, 1 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 aca17c1f279..ef96a4360d5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -146,6 +146,7 @@ remove=Remove rename=Rename reset_verb=Reset resolution=Resolution +restart=Restart restore=Restore result=Result results=Results @@ -2840,8 +2841,18 @@ background_tasks.add_more_with_governance=Add more with Governance # SYSTEM # #------------------------------------------------------------------------------ +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=Changes apply to all Application nodes but not to Search nodes. +system.download_logs=Download Logs +system.download_system_info=Download System Info +system.is_restarting=Server is restarting. This page will be automatically refreshed. system.log_level.warning=Current 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.info=Changes don't apply to Search. +system.logs_level=Logs level +system.restart_server=Restart Server +system.search_nodes_title=Search Nodes +system.set_log_level=Set logs level #------------------------------------------------------------------------------ |