You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/01/08 17:16:00 UTC

cvs commit: jakarta-struts/src/examples/org/apache/struts/webapp/examples MessageResource.properties

husted      2004/01/08 08:16:00

  Added:       src/examples/org/apache/struts/webapp/examples
                        MessageResource.properties
  Log:
  Add package for default "examples" module.
  
  Revision  Changes    Path
  1.1                  jakarta-struts/src/examples/org/apache/struts/webapp/examples/MessageResource.properties
  
  Index: MessageResource.properties
  ===================================================================
  # -- standard errors --
  errors.header=<UL>
  errors.prefix=<LI>
  errors.suffix=</LI>
  errors.footer=</UL>
  # -- validator --
  errors.invalid={0} is invalid.
  errors.maxlength={0} can not be greater than {1} characters.
  errors.minlength={0} can not be less than {1} characters.
  errors.range={0} is not in the range {1} through {2}.
  errors.required={0} is required.
  errors.byte={0} must be an byte.
  errors.date={0} is not a date.
  errors.double={0} must be an double.
  errors.float={0} must be an float.
  errors.integer={0} must be an integer.
  errors.long={0} must be an long.
  errors.short={0} must be an short.
  errors.creditcard={0} is not a valid credit card number.
  errors.email={0} is an invalid e-mail address.
  # -- other --
  errors.cancel=Operation cancelled.
  errors.detail={0}
  errors.general=The process did not complete. Details should follow.
  errors.token=Request could not be completed. Operation is not in sequence.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org