ffe.jguiraffe.1.0.source-code.validators.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jguiraffe Show documentation
Show all versions of jguiraffe Show documentation
Java GUI Resource and Application Framework with Form Extensions
#
# Copyright 2006-2010 The JGUIraffe Team.
#
# 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.
#
# A resource properties file with default validation messages.
# This file contains default validation messages (in English) for the validators
# shipped with the framework.
# $Id: validators.properties 192 2010-08-22 16:15:22Z oheger $
ERR_MESSAGE_CAPTION = Validation errors
ERR_INVALID_DATE = {0} is no valid date.
ERR_DATE_BEFORE = The entered date must be before {0}.
ERR_DATE_BEFORE_EQUAL = The entered date must be before or equal {0}.
ERR_DATE_AFTER = The entered date must be after {0}.
ERR_DATE_AFTER_EQUAL = The entered date must be after or equal {0}.
ERR_INVALID_TIME = {0} is no valid time.
ERR_TIME_BEFORE = The entered time must be before {0}.
ERR_TIME_BEFORE_EQUAL = The entered time must be before or equal {0}.
ERR_TIME_AFTER = The entered time must be after {0}.
ERR_TIME_AFTER_EQUAL = The entered time must be after or equal {0}.
ERR_INVALID_NUMBER = {0} is not a valid number.
ERR_NUMBER_OUT_OF_RANGE = The number {0} is too small or too big for the allowed value range.
ERR_NUMBER_TOO_SMALL = The entered number must be greater or equal {0}.
ERR_NUMBER_TOO_BIG = The entered number must be less or equal {0}.
ERR_NUMBER_INTERVAL = The entered number must be between {0} and {1}.
ERR_FIELD_REQUIRED = This field must contain a value.
ERR_PATTERN = This field does not conform to the specified validation pattern: {0}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy