rtportal.commons.5.13.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy
The newest version!
#
# Copyright 2019 EPAM Systems
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Validation error messages
NotBlank=Field ''{0}'' should not contain only white spaces and shouldn''t be empty.
NotEmpty=Field ''{0}'' should not be empty.
NotBlankString=Field ''{0}'' should not be blank
NotNull=Field ''{0}'' should not be null.
In=Value is not allowed for field ''{0}''.
NotBlankStringCollection=Field ''{0}'' should not contain blank elements.
Pattern=Field ''{0}'' should match ''{2}'' pattern.
Size=Field ''{0}'' should have size from ''{2}'' to ''{1}''.
Size.userFilterResource.entities=At least one user filter entity should be specified.
Size.userFilterRQ.entities=At least one user filter entity should be specified.
Size.contentFields=Should present at least one content field.
Pattern.email=Email has incorrect format.
Min=Field ''{0}'' should be greater or equal than ''{1}''.
Max=Field ''{0}'' should be lower or equal than ''{1}''.
Size.createUserFilterRQ.entities=Favorite could not be empty. Please specify at least {2} filter. Maximum is {1}.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy