var
REQUIRED_FIELD = 'This is a required field',
EMAIL_IS_INCORRECT = 'Please enter a valid email address. For example fred@domain.com',
URL_IS_INVALID = 'Please enter a valid URL',
NUMBER_IS_INVALID = 'Please enter a valid number in this field',
USE_NUMBERS_ONLY = 'Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas',
USE_LETTERS_ONLY = 'Please use letters only (a-z) in this field',
USE_LETTERS_OR_NUBMERS_ONLY = 'Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed',
AMOUNT_IS_INVALID = 'Please enter a valid $ amount. For example $100.00',
VALUE_IS_INVALID = 'Please enter a valid value in this field',
CONF_PASSWD_NOT_MATCH = 'Your confirmation password does not match your first password, please try again',
FIELD_MUST_BE_MORE = 'This field must be more than',
CHARACTERS = 'characters',
FIELD_MUST_BE_LESS = 'This field must be less than',
FIELD_CAN_NOT_CONSIST = 'This field value can not consist',
ELEMENTS = 'elements',
FIELD_CAN_NOT_CONSIST_ONE_FROM = 'This field value can consist one from',
SELECT_ONE_OF_OPTIONS = 'Please select one of the above options',
FIELD_MUST_CONSIST = 'This field must consist';







