MSG_DELETE = "Want to delete selected record(s)? It will delete the corresponding record(s) also.";
MSG_ACTIVE = "Want to active selected record(s)?";
MSG_INACTIVE = "Want to inactive selected record(s)?";
MSG_PUBLISH = "Want to publish selected record(s)?";
MSG_UNPUBLISH = "Want to unpublish selected record(s)?";
SEL_DELETE = "Please select records from the list to delete!";
SEL_PUBLISH = "Please select records from the list to publish!";
SEL_UNPUBLISH = "Please select records from the list to unpublish!";
SEL_ACTIVE = "Please select records from the list to active!";
SEL_INACTIVE = "Please select records from the list to inactive!";
MSG_SEARCH = "Please enter search parameter(s)!";
MSG_DELETE_IMG = "Want to delete this image?";

REQUIRED = "This is a required field.";
REMOTE = "Please fix this field.";
VALID_EMAIL = "Please enter a valid email address. <br /> For example fred@domain.com .";
VALID_URL = "Please enter a valid URL.";
VALID_DATE = "Please enter a valid date.";
VALID_DATE_ISO = "Please enter a valid date (ISO).";
VALID_NO = "Please enter a valid number in this field.";
DIGITS = "Please enter only digits";
CREDIT_CARD_NO = "Please enter a valid credit card number.";
SAME_VALUE = "Please enter the same value again.";
VALID_EXTENSION = "Please enter a value with a valid extension.";
MORE_THAN_ZERO = "Please enter no more than {0} characters.";
ATLEAST_ZERO = "Please enter at least {0} characters.";
ZERO_ONE_LONG = "Please enter a value between {0} and {1} characters long.";
ZERO_ONE = "Please enter a value between {0} and {1}.";
LESS_EQUAL_ZERO = "Please enter a value less than or equal to {0}.";
GREATER_EQUAL = "Please enter a value greater than or equal to {0}.";
NO_ZERO = "Please enter a value greater than 0";
PHONE_US = "Please specify a valid phone number.";

