diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-10-14 18:06:41 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-21 20:04:01 +0000 |
commit | 667542fa30857ee17c1317e19d67f62e62e44b44 (patch) | |
tree | 921b5837c2e68b86c2c4a5f9e35662bb007fc755 /sonar-core | |
parent | 8ce408e17dd34e2401bd34394d5b21e8b790f836 (diff) | |
download | sonarqube-667542fa30857ee17c1317e19d67f62e62e44b44.tar.gz sonarqube-667542fa30857ee17c1317e19d67f62e62e44b44.zip |
SONAR-15507 Add a prompt to warn when SonarQube need an update
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 11 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 79260f4b39a..6d422fa42e7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -451,6 +451,17 @@ qualifier.description.VW=Potentially multi-level, management-oriented overview a qualifier.description.SVW=Potentially multi-level, management-oriented overview aggregation. qualifier.description.APP=Single-level aggregation with a technical focus and a project-like homepage. + +#------------------------------------------------------------------------------ +# +# Admin notification +# +#------------------------------------------------------------------------------ +admin_notification.update.new_minor_version=There’s a new version of SonarQube available. Update to enjoy the latest updates and features. +admin_notification.update.new_patch=There’s an update available for your SonarQube instance. Please update to make sure you benefit from the latest security and bug fixes. +admin_notification.update.pre_lts=You’re running a version of SonarQube that has reached end of life. Please upgrade to a supported version at your earliest convenience. +admin_notification.update.previous_lts=You’re running a version of SonarQube that is past end of life. Please upgrade to a supported version immediately. + #------------------------------------------------------------------------------ # # PROJECT LINKS |