diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-13 14:58:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-16 09:36:55 +0200 |
commit | 7a42a7c80528cf1f8867d8df3f7d8c12f36a1704 (patch) | |
tree | bc1f96aa72f887335ab7caba4a0970d75df5f68f /sonar-core | |
parent | 252fbe63ae0edb86307e54c5c5fbfe83e47b965e (diff) | |
download | sonarqube-7a42a7c80528cf1f8867d8df3f7d8c12f36a1704.tar.gz sonarqube-7a42a7c80528cf1f8867d8df3f7d8c12f36a1704.zip |
SONAR-9863 Drop web app licenses and server id code
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 32 |
1 files changed, 0 insertions, 32 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 afaa7ad05f5..fbbda41eefb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -781,7 +781,6 @@ property.category.differentialViews=Leak property.category.codeCoverage=Code Coverage property.category.duplications=Duplications property.category.localization=Localization -property.category.server_id=Server ID property.category.exclusions=Analysis Scope property.category.webhooks=Webhooks property.sonar.inclusions.name=Source File Inclusions @@ -1281,37 +1280,6 @@ email_configuration.test.email_was_sent_to_x=Email was sent to {0} #------------------------------------------------------------------------------ # -# LICENSES & SERVER KEY CONFIGURATION -# -#------------------------------------------------------------------------------ -property.category.licenses=Licenses -property.category.licenses.description=In case of any issue or question about licenses, please send an email to <a href="mailto:contact@sonarsource.com?subject=Question about license">contact@sonarsource.com</a>. -property.category.licenses.server_id=Server ID - -server_id_configuration.generate_button=Generate ID -server_id_configuration.bad_key=The ID is not valid anymore. Please check the organization and the IP address. -server_id_configuration.information=The Server ID is a unique identifier of this SonarQube instance. It is used for example to obtain a license key for the SonarSource's commercial plugins. Two fields have to be provided to generate the ID : organization name and one of the IP addresses of the machine that hosts this server. There is no need to restart the server after generating a new server ID. -server_id_configuration.organisation.title=Organization -server_id_configuration.organisation.desc=Name of the organization -server_id_configuration.organisation.pattern=Only letters, digits and whitespaces are allowed. -server_id_configuration.ip.title=Fixed IP Address -server_id_configuration.ip.desc=A server ID is linked to the IP address of the hosting machine that runs SonarQube. If the server IP address was to change, the server ID will have to be regenerated. The valid addresses are : - -licenses.list.product=Product -licenses.list.organization=Organization -licenses.list.expiration=Expiration -licenses.list.type=Type -licenses.list.server=Server -licenses.update_license_for_x=Update License for {0} -licenses.license_input_label=Insert the license text below: -licenses.license_input_note=Keep empty if you want to unset this license. -licenses.success_message=The license has been updated. -licenses.error_message=The license you have just set is invalid. -licenses.there_are_invalid=Some of the licenses are not valid. Please check the details below. - - -#------------------------------------------------------------------------------ -# # NOTIFICATIONS # #------------------------------------------------------------------------------ |