// JavaScript Document
var lang = 'en';
var LABEL_AddCartSuccess = "Your product have been added to your cart.";
var LABEL_RemoveCartSuccess = 'Your product have been removed.';
var LABEL_ClearCartSuccess = 'Your cart has been clear.';
var LABEL_AreYouSureRemove = 'Are you sure to remove this product ?';
var LABEL_AreYouSureClear = 'Are you sure to remove your cart ?';
var LABEL_UpdateCartSuccess = 'Your cart has been updated.';
var LABEL_EmptyCartError = 'You have to choose at least one product to use this function.'
var LABEL_InvalidEmail = 'Please input a valid email !';
var LABEL_SaveCookie = 'Do you want to save those information to this computer ? \n It\'s not recommended if you share this computer with someone else.';
var LABEL_InvalidPasswordConfirm = 'Your confirm text doesn\'t match with your password !';
var LABEL_NoCustomerName = 'Please input your name !';
var LABEL_NoCustomerPhone = "Please input your phone !";
var LABEL_NoMessageTitle = "Please input your message title !";
var LABEL_NoMessageContent = "Please input your message content !";
var LABEL_NoSecurityCode = "Please input the text on the image above !";
var LABEL_InvalidSecCode = "Please input the valid Security code !";
var LABEL_NoEmail = "Please input your email !";
var LABEL_LackOfInfo = "Please input more information !";
var LABEL_NoPassword = "Please input your password !";
var LABEL_MailExisted = "This email is in use. Please try another !";
var LABEL_WrongPassword = "Your password does not match with your email. Please check again !";
var LABEL_UnspecificError = "Unspecific error !";
var LABEL_UserNotFound = "We cannot find your account. Please check again !";
var LABEL_InvalidQuantity = "Invalid quantity. Please try again.";
var LABEL_MailNotExisted = "We cannot find your account. Please check again !";