All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ock.rockframework.rockframework-core.3.0.1.source-code.rockframework-core-messages.properties Maven / Gradle / Ivy

The newest version!
#
# This file is part of rockapi.
# 
# rockapi is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# 
# rockapi is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see ;.

error.between                                = {0} must be between {1} and {2}
error.equals                                 = {0} must be equals {1}
error.greaterThan                            = {0} must be greater than {1}
error.instanceOf                             = {0} must be an instance of {1}
error.isArray                                = {0} must be an array
error.isDirectory                            = {0} must be a directory
error.isEmpty                                = {0} must be empty
error.isFile                                 = {0} must be a file
error.isNull                                 = {0} must be null
error.lessThan                               = {0} must be less than {1}
error.notEmpty                               = {0} must be not empty
error.notFound                               = {0} not found
error.notNull                                = {0} must be not null
error.validEnum                              = {0} must be one of {1}
error.validRegex                             = {0} contains an invalid value




© 2015 - 2024 Weber Informatics LLC | Privacy Policy