aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorPascal Mugnier <pascal.mugnier@sonarsource.com>2018-10-26 11:37:21 +0200
committersonartech <sonartech@sonarsource.com>2018-10-30 12:42:03 +0100
commit54445562f1415d155c90eec93faedfc5eacf40ef (patch)
tree0a6e7e47112610aab627331ca0e663d4464428ad /sonar-core/src
parente9f1c8b3bbe007de81137fd4c0b961596ce61081 (diff)
downloadsonarqube-54445562f1415d155c90eec93faedfc5eacf40ef.tar.gz
sonarqube-54445562f1415d155c90eec93faedfc5eacf40ef.zip
SONARCLOUD-158 Update message when system is starting
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties10
1 files changed, 5 insertions, 5 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 04de8134d70..7687de09648 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2979,16 +2979,16 @@ maintenance.upgrade_database.3=Make sure you have followed the steps from the So
maintenance.upgrade=Upgrade
maintenance.database_migration=Database Migration
maintenance.database_is_up_to_date=Database is up-to-date
-maintenance.sonarqube_is_down=SonarQube is down
+maintenance.is_down={instance} is down
maintenance.sonarqube_is_down.text=Something went wrong. Please contact your system administrator.
maintenance.try_again=Try Again
-maintenance.sonarqube_is_under_maintenance=SonarQube is under maintenance
+maintenance.is_under_maintenance={instance} is under maintenance
maintenance.sonarqube_is_under_maintenance.1=While waiting, you might want to investigate <a href="https://redirect.sonarsource.com/doc/plugin-library.html">new plugins</a> to extend the current functionality.
maintenance.sonarqube_is_under_maintenance.2=If you are an administrator and have no idea why this message is being shown, you should read the <a href="https://redirect.sonarsource.com/doc/upgrading.html">upgrade guide</a>.
-maintenance.sonarqube_is_starting=SonarQube is starting
-maintenance.sonarqube_is_up=SonarQube is up
+maintenance.is_starting={instance} is starting
+maintenance.is_up={instance} is up
maintenance.all_systems_opetational=All systems operational.
-maintenance.sonarqube_is_offline=SonarQube is offline
+maintenance.is_offline={instance} is offline
maintenance.sonarqube_is_offline.text=The connection to SonarQube is lost. Please contact your system administrator.