diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-02-05 16:00:52 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-02-05 16:00:52 +0100 |
commit | fda226c27cbc873f8ed418663a0bc2a04fe7c191 (patch) | |
tree | 65928f800cc07003182c8a4afafe5cea0c3eb43b /plugins | |
parent | 9c257218ef13f071061f65081738e3b2aca6ef61 (diff) | |
download | sonarqube-fda226c27cbc873f8ed418663a0bc2a04fe7c191.tar.gz sonarqube-fda226c27cbc873f8ed418663a0bc2a04fe7c191.zip |
SONAR-4102 'Organisation' field must not accept special characters
=> Found on 'Server ID' tab, in the Global Settings
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 b3417a36a20..88eb667f1b7 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 @@ -1487,9 +1487,12 @@ server_id_configuration.bad_key=The ID is not valid anymore. Please check the or server_id_configuration.information=The Server ID is a unique identifier of this Sonar 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 : organisation name and one of the IP addresses of the machine that hosts this server. server_id_configuration.organisation.title=Organisation server_id_configuration.organisation.desc=Name of the organisation +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 Sonar. If the server IP address was to change, the server ID will have to be regenerated. The valid addresses are : 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. #------------------------------------------------------------------------------ |