You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/01/15 14:18:19 UTC

svn commit: r496324 - /incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Author: matzew
Date: Mon Jan 15 06:18:19 2007
New Revision: 496324

URL: http://svn.apache.org/viewvc?view=rev&rev=496324
Log:
corrected doc for i18n keys

Modified:
    incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Modified: incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts?view=diff&rev=496324&r1=496323&r2=496324
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts Mon Jan 15 06:18:19 2007
@@ -172,30 +172,26 @@
 
   <resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail">The date entered, "{1}", is not within the range of valid dates {2} and {3}.</resource>
 
-  <!-- Date exceeds date range error               -->
+  <!-- The validator has a list with dates, which are not allowed. In case of that the entered date is part of the list, this message will be shown -->
   <!-- {0} the label that identifies the component -->
-  <!-- {1} value entered by the user               -->
-  <!-- {2} represents the maximum allowed date     -->
+  <!-- {1} date value entered by the user          -->
   <resource
     key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY">Date is not allowed.</resource>
 
   <resource
     key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY_detail">The date entered, "{1}" is not allowed.</resource>
 
-  <!-- Date preceeds date range error                -->
-  <!-- {0} the label that identifies the component   -->
-  <!-- {1} represent Date which the user has set     -->
-  <!-- {2} represents the minimum allowed date       -->
+  <!-- Validator can check if a date is in an invalid month  -->
+  <!-- {0} the label that identifies the component           -->
+  <!-- {1} represent Date which the user has set             -->
   <resource
      key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH">Date is not in a valid month.</resource>
   <resource
     key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_detail">The date entered, "{1}", is in an invalid month.</resource>
 
-  <!-- Date outside date range error               -->
-  <!-- {0} the label that identifies the component -->
-  <!-- {1} value entered by the user               -->
-  <!-- {2} represents the minimum allowed date     -->
-  <!-- {3} represents the maximum allowed date     -->
+  <!-- Validator can check if a date is an invalid weekday    -->
+  <!-- {0} the label that identifies the component            -->
+  <!-- {1} date value entered by the user                     -->
   <resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY">Date is not within a valid weekday.</resource>
 
   <resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_detail">The date entered, "{1}", is an invalid day of the week.</resource>