diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-11 18:25:43 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-11 18:27:13 +0200 |
commit | f09e68315cb2c97f6944ad07237902981d97add3 (patch) | |
tree | 8b5ae5b68f0f424ba1e4136c029bc7df7d3577bc /plugins | |
parent | 6335b59fcfed11479e64ecc57a5109500432a4e9 (diff) | |
download | sonarqube-f09e68315cb2c97f6944ad07237902981d97add3.tar.gz sonarqube-f09e68315cb2c97f6944ad07237902981d97add3.zip |
SONAR-4351 Centralize the management of licenses in the Global Settings
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index cf14f39fac1..009676d622d 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1547,10 +1547,12 @@ email_configuration.test.email_was_sent_to_x=Email was sent to {0} #------------------------------------------------------------------------------ # -# SERVER KEY CONFIGURATION +# LICENSES & SERVER KEY CONFIGURATION # #------------------------------------------------------------------------------ -server_id_configuration.page=Server ID +property.category.Licenses=Licenses +property.category.Licenses.description=In case of any issue or question about licenses, please send an email to contact@sonarsource.com. +property.category.Licenses.server_id=Server ID server_id_configuration.generate_button=Generate ID server_id_configuration.generating_button=Generating ID... server_id_configuration.bad_key=The ID is not valid anymore. Please check the organisation and the IP address. |