/** saf/l10n/safmessages_en.js 
 * CONTAINS LOCALIZED STRING VARIABLES FOR ENGLISH LANGUAGE CONTENT
 *
 * Author: Campbell-Ewald Advertising, <campbell-ewald.com>
 * Encoding: UTF-8
 * For translators: please use UTF-8.  We strongly believe that
 * Unicode is the answer to a real internationalized world.
*/

var SAF_l10n = new Object();

/* Associative Arrays used to store SAF (Standard Action Form) error messages 
 * ERRORMSG objects are used along with the title attribute of a form 
 * control (input, select, radio, checkbox, textarea) to display a friendly
 * error message to site visitors.
 * @see SAFRULE object within saf/conf.js file for the related validation 
 * rules associated with the following error messages.
*/
SAF_l10n._ERRORMSG = {};
SAF_l10n._ERRORMSG["REQUIRED"] = "Please provide ";
SAF_l10n._ERRORMSG["EMAIL"] = " is invalid";
SAF_l10n._ERRORMSG["PHONE"] = " is invalid";
SAF_l10n._ERRORMSG["MULTIPLE"] = " is invalid";
SAF_l10n._ERRORMSG["ZIPCODEPLUS4"] = " is invalid, Please enter a valid zip code.";
SAF_l10n._ERRORMSG["ZIPCODE"] = " is invalid, Please enter a valid zip code.";
SAF_l10n._ERRORMSG["POSTALCODE"] = " is invalid, Please enter a valid zip code.";;
SAF_l10n._ERRORMSG["CHARLIMIT0"] = " must be less than ";
SAF_l10n._ERRORMSG["CHARLIMIT1"] = " characters.";
SAF_l10n._ERRORMSG["ACCTNUMBER"] = " must be numeric and six digits.";
SAF_l10n._ERRORMSG["DATEOFBIRTH"] = " is invalid";
SAF_l10n._ERRORMSG["PASSWORD"] = " must be between 5-12 characters long";
SAF_l10n._ERRORMSG["COMPARE"] = " must match ";
SAF_l10n._ERRORMSG["YYYYMMDD"] = " is invalid ";
SAF_l10n._ERRORMSG["NATEFID"] = " must be numeric and six digits.";


