// This is the english version of the form validator messages used with
// GtFormValidators.js
//
// Usage: see GtFormValidators.js
//
// $Log: GtFormValidators-en-US.js $
// Revision 1.7  2011-11-23 19:03:11-04  Battersby
// - added lvalidate-alphaNum
//
// Revision 1.6  2011-09-21 13:54:36-04  Battersby
// - added lvalidate-internationalPhone
//
// Revision 1.5  2011-05-07 15:41:05-04  Battersby
// - changed usage documentation
//
// 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-alphaNum" : "Please use letters only (a-z) or numbers within this field. Spaces and dashes are allowed.",
  "lvalidate-phone"    : "Please enter a valid phone number + area code.",
  "lvalidate-internationalPhone" : "Please enter a valid phone number + area code/country code.",
  "lvalidate-postalCode" : "Please enter a valid postal code (ex: k2k 3k3)"
});

