// File used to defined english language data on client side

var MSG_GLOBAL_ERROR = "Please fill all the mandatory fields."

var MSG_USERNAME_LENGTH = "Your username must contain at least five (5) caracters.";
var MSG_USERNAME_FORMAT = "Your username can not contain spaces.";

var LOGIN_USERNAME_EMPTY = "Please enter your username.";
var LOGIN_PASSWORD_EMPTY = "Please enter your password.";

var FORGOTTENPWD_USERNAME_EMPTY = "Please enter your username.";
var FORGOTTENPWD_EMAIL_EMPTY = "Please enter your email address.";

var MSG_PASSWORD_FORMAT = "There should be no spaces in your password."
var MSG_PASSWORD_LENGTH = "Your password must contain at least six (6) characters."

var MSG_PASSWORD_CONFIRM_EMPTY = "Please confirm your password."
var MSG_PASSWORD_CONFIRM_WRONG = "The new password and the confirmation password are not the same. Type the same password in both fields."