diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-09-06 16:02:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 16:02:40 +0200 |
commit | 710344da59f61f395593782deb1c342d473da5bf (patch) | |
tree | 5b5c626aada5c2598cb896afa10c8cb05af769ae /sonar-core | |
parent | 03c2d379e96b18d0afcf0b50d9f6bac2d1465d06 (diff) | |
download | sonarqube-710344da59f61f395593782deb1c342d473da5bf.tar.gz sonarqube-710344da59f61f395593782deb1c342d473da5bf.zip |
SONAR-7980 Rewrite the "Licenses" page (#1207)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 9 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 8b42dba8ba5..dc1353f58f3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2074,6 +2074,15 @@ server_id_configuration.ip.desc=A server ID is linked to the IP address of the h server_id_configuration.generation_error=Organisation and/or IP address are not valid. server_id_configuration.fields_cannot_be_blank=Organisation and IP address cannot be blank. server_id_configuration.does_not_match_organisation_pattern=Organisation does not match the required pattern. +licenses.list.product=Product +licenses.list.organization=Organization +licenses.list.expiration=Expiration +licenses.list.type=Type +licenses.list.server=Server +licenses.change_license_for_x=Change 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=New license has been set. #------------------------------------------------------------------------------ |