diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-05-09 14:36:39 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-03 20:21:18 +0200 |
commit | 41b935a39f1d3358f3baa9ff91231f9fa2571697 (patch) | |
tree | f8b77072dc1d940ed9dc05ebd4965b36878a72a2 /sonar-core/src/main | |
parent | ac64b4fe18f42fdbc1d54c3409cee2a74e234051 (diff) | |
download | sonarqube-41b935a39f1d3358f3baa9ff91231f9fa2571697.tar.gz sonarqube-41b935a39f1d3358f3baa9ff91231f9fa2571697.zip |
SONAR-12055 Display administration navbar notification when restarting the server
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 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 040b965790d..7ad743d73e1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2376,16 +2376,16 @@ 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.are_you_sure_to_restart=Are you sure you want to restart the server? The restart will first wait for ongoing background tasks to complete. 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 system.download_x=Download {0} +system.forcing_shutdown_not_recommended=Forcing the shutdown is not recommended and can interrupt the processing of analysis reports. 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.lts_version=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. @@ -2395,7 +2395,9 @@ 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_in_progress=Restart in progress system.restart_server=Restart Server +system.instance_restarting={instance} restart is in progress. Ongoing {link} are completing. system.search_nodes_title=Search Nodes system.see_sonarqube_downloads=See All SonarQube Downloads system.server_id=Server ID |