// This is the english version of the form validator messages used with
// GtFormValidators.js
//
// Usage:
/*
  <script type="text/javascript" src="gtLib/GtFormValidators/GtFormValidators-en-US.js"></script>
  <script type="text/javascript" src="gtLib/GtFormValidators/GtFormValidators.js"></script>
*/
// $Log: GtFormValidators-en-US.js $
// Revision 1.4  2011-02-24 14:37:12-04  Battersby
// - added postalCode
//
// Revision 1.3  2010-10-26 11:33:07-04  Battersby
// - corrected usage documentation
//
// Revision 1.2  2010-10-25 11:43:57-04  Battersby
// - corrected Log keyword for version control
//
//
MooTools.lang.set('en-US', 'GtFormValidators', {
  "lvalidate-name"  : "Please use letters only (a-z) within this field. Spaces and dashes are allowed.",
  "lvalidate-phone" : "Please enter a valid phone number + area code.",
  "lvalidate-postalCode" : "Please enter a valid postal code (ex: k2k 3k3)"
});

