var C_BANNER_NAME = 'Please enter a new name for this banner.';
var C_COMMENT_REQ = 'Please enter your comment first.';
var C_EMAIL_ERR = 'Your email is invalid. Please check.';
var C_FILL_REQ = 'Please fill in all the required fields first.';
var C_FNAME_REQ = 'Your first name must be filled.';
var C_PASSWORD_4CHAR = 'Your password must be more than 4 characters long.';
var C_PASSWORD_ERR = 'Your current password is invalid. Please check.';
var C_PASSWORD_REQ = 'Your password must be filled.';
var C_PASSWORD_SAME = 'Password and verify password fields must be identical.';
var C_USERNAME_2CHAR = 'Your username must be more than 2 characters long.';
var C_USERNAME_REQ = 'Your username must be filled.';
var C_VCODE_REQ = 'Please enter the form\'s verification code for this request.';
