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.";
UPLOAD_IMG = "Please upload only valid image file(.jpeg , .jpg , .gif or .png only.";
VALID_NO = "Please enter a valid number in this field.";
VALID_NO_NOT_ZERO = "Please enter a valid number(not zero) in this field.";
VALID_NO_NOT_CHAR = "Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.";
NUMBER = "Please use numbers only.";
LETTERS = "Please use letters only (a-z) in this field.";
LETTERS_NUMBERS = "Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.";
VALID_DATE = "Please enter a valid date.";
VALID_EMAIL = "Please enter a valid email address. <br /> For example fred@domain.com .";
VALID_URL = "Please enter a valid URL.";
DATE_FORMAT = "Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.";
VALID_AMOUNT = "Please enter a valid $ amount. For example $100.00. ";
SELECTION = "Please make a selection.";
OPTIONS = "Please select one of the above options.";