org.apache.myfaces.commons.Messages.properties Maven / Gradle / Ivy
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
org.apache.myfaces.commons.validator.Email.INVALID=Validation Error
org.apache.myfaces.commons.validator.Email.INVALID_detail=The given value ({0}) is not a correct email-address.
org.apache.myfaces.commons.validator.Equal.INVALID=Validation Error
org.apache.myfaces.commons.validator.Equal.INVALID_detail=The given value ({0}) is not equal with value of "{1}".
org.apache.myfaces.commons.validator.Creditcard.INVALID=Validation Error
org.apache.myfaces.commons.validator.Creditcard.INVALID_detail=The given value ({0}) is not a correct creditcard
org.apache.myfaces.commons.validator.Regexpr.INVALID=Validation Error
org.apache.myfaces.commons.validator.Regexpr.INVALID_detail=The given value ({0}) is not valid.
org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY=Date is not allowed.
org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY_detail=The date you entered is not allowed.
org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH=Invalid Month
org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH_detail=The month you entered is not allowed\: {0}.
org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY=Invalid Weekday
org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY_detail=The weekday you entered is not allowed\: {0}.
org.apache.myfaces.commons.validator.csv.NOT_STRING=The value {0} is not a String
org.apache.myfaces.commons.validator.csv.SUFFIX= - on entry #{0}
org.apache.myfaces.commons.validator.csv.INVALID_SEPARATOR=invalid separator {0}
org.apache.myfaces.commons.validator.Url.INVALID = The given url {0} is invalid
org.apache.myfaces.commons.validator.ISBN.INVALID =The given isbn {0} is invalid
org.apache.myfaces.commons.validator.CompareTo.INVALID ={0} value <{1}> must be {2} {3} value <{4}>
org.apache.myfaces.commons.validator.CompareTo.INVALID_detail ={0} value <{1}> must be {2} {3} value <{4}>
org.apache.myfaces.commons.converter.EnumConverter.ENUM = Conversion Error.
org.apache.myfaces.commons.converter.EnumConverter.ENUM_detail = {2} : The given value {0} does not match with any enum value as {1}.
org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS = No target class selected.
org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS_detail = {1} \: enum targetClass for converter does not exists.
org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS = Class is not an enum.
org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS_detail ={1} \: The class selected as targetClass for the converter is not an enum.