Author: wsmoak
Date: Sun Feb  5 13:25:07 2006
New Revision: 375107

URL: http://svn.apache.org/viewcvs?rev=375107&view=rev
Log:
Corrected the date format.
Reported by: Glen Mazza <grm7790 at verizon.net>

Modified:
    
struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/view/Bundle_de.properties

Modified: 
struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/view/Bundle_de.properties
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/view/Bundle_de.properties?rev=375107&r1=375106&r2=375107&view=diff
==============================================================================
--- 
struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/view/Bundle_de.properties
 (original)
+++ 
struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/view/Bundle_de.properties
 Sun Feb  5 13:25:07 2006
@@ -150,7 +150,7 @@
 validate.test.amount=Summe
 validate.test.currency.symbol=?
 validate.test.unknown.credit.card.type=Unbekannter Kreditkartentypoe
-validate.test.bad.expiration.date=Falsches Datum. Nutzen Sie das folgende 
Format: mm/dd/jjj
+validate.test.bad.expiration.date=Falsches Datum. Nutzen Sie das folgende 
Format: mm/dd/jjjj
 validate.test.description=This form has six validators, all implemented with 
s:commonsValidator:<p><ul><li>Amount: <strong>floatRange</strong> 
(server)<li>Credit Card Number: <strong>required</strong> (server) 
<strong>mask</strong> ([4-6].*) (client) and <strong>creditCard</strong> 
(server)<li>Expiration Date: <strong>required</strong> (client) 
<strong>date</strong> (server)</ul><p>Note: because of the Credit Card Number 
field's mix of client- and server-side validators, entering "33" in the field 
results in a JavaScript alert (because the mask validator catches it), but 
entering "55" results in server-side validation and a subsequent error message 
displayed in the form.<p>See the Apache Commons Validator documentation for 
more information about other available validators.
 
 # Tiles



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to