/*
  Localized string constants
*/

//Customer information

LS_MSG_TITLE       = "Please enter your title.";
LS_MSG_FIRST_NAME  = "Please enter your first name.";
LS_MSG_LAST_NAME   = "Please enter your last name.";
LS_MSG_NAME        = "Please enter your name.";
LS_MSG_STREET_ADDR = "Please enter street address.";
LS_MSG_ADDR        = "Please enter address.";
LS_MSG_TOWN        = "Please enter town/city.";
LS_MSG_COUNTRY     = "Please enter country.";
LS_MSG_POST_CODE   = "Please enter post code.";
LS_MSG_COMPANY     = "Please enter company name."
LS_MSG_EMAIL       = "Please enter a valid email address.";
LS_MSG_PHONE       = "Please enter your phone number.";
LS_MSG_DISTRIBUTOR = "Please enter distributor id.";

LS_MSG_USERNAME    = "Please enter user name.";
LS_MSG_PASSWORD    = "Please enter password.";
LS_MSG_CNF_PWD     = "Please confirm password.";

LS_MSG_PASSWORD_NOT_CONFIRMED = 'Please confirm password.';

// Site information

LS_MSG_WEBSITENAME  = "Please enter web site name.";
LS_MSG_PASSWORD     = "Please enter password.";
LS_MSG_CNF_PASSWORD = "Please confirm password.";

LS_MSG_FEEDBACK     = "Please enter feedback message.";