﻿// JScript File
// JavaScript Document
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 = 'Invalid email'
var LABEL_NoCustomerName = 'You have not enter your name.'
var LABEL_NoMessageTitle = 'You have not enter your message title.'
var LABEL_NoMessageContent = 'You have not enter your message content.'
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.'


