aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-01 13:38:13 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-02 17:05:26 +0100
commit57561f65d0e8189a9ab0732b53057e0df46ec5ab (patch)
treed196faf2547cba197a43c90b49f8287f7147a879 /sonar-core
parentf8a905f962697cee341f9b1c266844091b8d3be7 (diff)
downloadsonarqube-57561f65d0e8189a9ab0732b53057e0df46ec5ab.tar.gz
sonarqube-57561f65d0e8189a9ab0732b53057e0df46ec5ab.zip
SONAR-8460 WS errors does not return bundled messages
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties18
1 files changed, 0 insertions, 18 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 965682207f9..a292faa5a5d 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2372,24 +2372,6 @@ permission_templates.grant_permission_to_project_creators=Grant the "{0}" permis
#------------------------------------------------------------------------------
#
-# ERRORS HANDLING
-#
-#------------------------------------------------------------------------------
-errors.is_too_short={0} is too short (minimum is {1} characters)
-errors.is_too_long={0} is too long (maximum is {1} characters)
-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=Value '{0}' must be one of "true" or "false".
-errors.type.notInteger=Value '{0}' must be an integer.
-errors.type.notLong=Value '{0}' must be a long.
-errors.type.notFloat=Value '{0}' must be an floating point number.
-errors.type.notInOptions=Value '{0}' must be one of : {1}.
-errors.type.notMetricLevel=Value '{0}' must be one of "OK", "WARN", "ERROR".
-
-#------------------------------------------------------------------------------
-#
# HELP
#
#------------------------------------------------------------------------------