You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/12/15 22:03:00 UTC

svn commit: r604515 - in /myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org: ./ apache/ apache/myfaces/ apache/myfaces/commons/ apache/myfaces/commons/Messages.properties

Author: matzew
Date: Sat Dec 15 13:02:58 2007
New Revision: 604515

URL: http://svn.apache.org/viewvc?rev=604515&view=rev
Log:
some more stuff...

Added:
    myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/
    myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/
    myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/
    myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/commons/
    myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/commons/Messages.properties

Added: myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/commons/Messages.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/commons/Messages.properties?rev=604515&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/commons/Messages.properties (added)
+++ myfaces/commons/trunk/myfaces-commons-validators/src/main/resources/org/apache/myfaces/commons/Messages.properties Sat Dec 15 13:02:58 2007
@@ -0,0 +1,28 @@
+# Copyright 2004 The Apache Software Foundation.
+#
+# 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.
+
+org.apache.myfaces.Email.INVALID=Validation Error
+org.apache.myfaces.Email.INVALID_detail=The given value ({0}) is not a correct email-address.
+org.apache.myfaces.Equal.INVALID=Validation Error
+org.apache.myfaces.Equal.INVALID_detail=The given value ({0}) is not equal with value of "{1}".
+org.apache.myfaces.Creditcard.INVALID=Validation Error
+org.apache.myfaces.Creditcard.INVALID_detail=The given value ({0}) is not a correct creditcard
+org.apache.myfaces.Regexpr.INVALID=Validation Error
+org.apache.myfaces.Regexpr.INVALID_detail=The given value ({0}) is not valid.
+org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY=Date is not allowed.
+org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY_detail=The date you entered is not allowed.
+org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH=Invalid Month
+org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_detail=Enter a date from the following month(s): {0}.
+org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY=Invalid Weekday
+org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_detail=Enter a date from the following weekday(s): {0}.
\ No newline at end of file