//Banners.js
var LoadingBannerData   	= 'Loading banner data ..';

//ChangePassword.js
var AlertOldPassword    	= 'Please insert your password!';
var AlertNewPassword    	= 'Please insert your new password!';
var AlertConfirmPassword 	= "Passwords don't match!";
var AlertCheckPassword 	= "'The old password and the new password are identical!Please enter a different new password!'";

//Profile.js
var AlertEmailProfile   	= 'Please insert your email !';
var AlertValidEmailProfile  = 'Please insert a valid email!';
var AlertStateProfile  		= 'Please select a state';
var AlertStateNoCountry  	= 'You have selected a state from United States\nand your selected country is not United States!';

//TransactionsHistory.js
var AlertChooseDays     	= 'Please insert a valid string or range of days!\n day,day,day  or  day-day\n E.g: 23,24,25,28 or 12-14';
var AlertChooseError1   	= 'You should insert day values between 1 and 31!';
var AlertChooseError2  	 	= 'First number of your range is bigger or equal to second one!\nThis is not a valid range!';

//PaymentRequest.js
var PayRequestValidSum 		= 'Please type in a valid amount !';
var PayRequestBigger 		= 'The amount you have entered is bigger than the amount you have available for withdrawal !';
var PaySumRequested 		= 'Send a payment request for ';

var AlertSelectGame			= 'Please select a Game and a Server';

var AlertIndexValidUserName 		= 'Your username should contain only alphanumeric characters including the underscore!' ;
var AlertIndexPassword 				= 'Please insert a Password  !';
var AlertIndexRetypePassword 		= 'Please retype the password  !';
var AlertIndexPasswordConfirmation 	= 'The passwords that you have typed in, do not match !';
var AlertIndexValidFirstName 		= 'Your First Name should contain only alphanumeric character!';
var AlertIndexValidLastName 		= 'Your Last Name should contain only alphanumeric character!';
var AlertIndexEmail					= 'Please insert your email !';
var AlertIndexValidEmail			= 'Please insert a valid email!';
var AlertIndexState					= 'Please select a state';
var AlertIndexCountry				= 'You have selected a state from United States\nand your selected country is not United States!';
var AlertShortIntroduction			= 'Please write a short introduction of why you should be approved as an affiliate !';
var AlertWebsite					= 'Please type in your website !';