summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
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}.
+
#------------------------------------------------------------------------------
#