diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-05-02 15:18:15 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-05-05 15:05:12 +0200 |
commit | 282c729e2aed2e3362c89e60ada017dbdf51f6dc (patch) | |
tree | 0534fcbae841c84b4235ddf2636dfaa96c0d06b4 /sonar-core | |
parent | 18a8b0a754b4fd6b44d677e4cd63155d826810d1 (diff) | |
download | sonarqube-282c729e2aed2e3362c89e60ada017dbdf51f6dc.tar.gz sonarqube-282c729e2aed2e3362c89e60ada017dbdf51f6dc.zip |
SONAR-9173 Hide some elements of the footer when the user is not logged
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 16 |
1 files changed, 16 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 c61609ac996..09ef00e5afe 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2869,3 +2869,19 @@ organization.default_visibility_of_new_projects=Default visibility of new projec organization.change_visibility_form.header=Set Default Visibility of New Projects organization.change_visibility_form.warning=This will not change the visibility of already existing projects. organization.change_visibility_form.submit=Change Default Visibility + +#------------------------------------------------------------------------------ +# +# GLOBAL FOOTER +# +#------------------------------------------------------------------------------ +footer.about=About +footer.community=Community +footer.documentation=Documentation +footer.licence=LGPL v3 +footer.plugins=Plugins +footer.production_database_explanation=The embedded database will not scale, it will not support upgrading to newer versions of SonarQube, and there is no support for migrating your data out of it into a different database engine. +footer.production_database_warning=Embedded database should be used for evaluation purpose only +footer.support=Get Support +footer.version_x=Version {0} +footer.web_api=Web API |