summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-01-15 11:35:51 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-01-15 11:36:00 +0100
commitc23d874e670d3922e66e12ff64fb3237f787be69 (patch)
tree47b6b4f85449f351451b48ea0767239bc01caf09 /plugins
parentb36d0e9267148b9be42e185ef5df2eb3c35e582c (diff)
downloadsonarqube-c23d874e670d3922e66e12ff64fb3237f787be69.tar.gz
sonarqube-c23d874e670d3922e66e12ff64fb3237f787be69.zip
SONAR-4923 Add rule parameter validation
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 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 b52ecf15b52..d2e176d7992 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
@@ -2499,6 +2499,11 @@ errors.is_already_used={0} has already been taken
errors.cant_be_empty={0} can't be empty
errors.is_not_valid={0} is not valid
+errors.type.notBoolean=Valid '{0}' must be one of "true" or "false".
+errors.type.notInteger=Value '{0}' must be an integer.
+errors.type.notFloat=Value '{0}' must be an floating point number.
+errors.type.notInOptions=Value '{0}' must be one of : {1}.
+
#------------------------------------------------------------------------------
#