/*
' Copyright (c) 2000 Affno (Pvt) Ltd, . All rights reserved.
'
' This software is the confidential and proprietary information of        
' Affno  ("Confidential Information").  You shall not disclose such 
' Confidential Information and shall use it only in accordance with
' the terms of the license agreement you entered into with Affno.
'
'Module Name	: BRNWEB1
' File Name		: clientSudemsg.js
' Description	: javascript validation messages
' Created By	: Shalini Silva
' Created Date	: 07/10/2008
' Modified By	: 
' Modified Date	: 
' Version		: 1.00.000
*/


//JavaScript error messages


//Common
	msgError_LenUP	= "Please enter atleast 6 characters"
	msgError_LenADD	= "Please enter a Maximum 200 characters"
	
//First Name
	msgError_emptyFirstName	= "Please enter your First Name"
	msgError_validFirstName	= "Please enter a valid entry for the First Name"
	
//Last Name
	msgError_emptyLastName	= "Please enter your Last Name"
	msgError_validLastName	= "Please enter a valid entry for the Last Name"
	
//Full Name
	msgError_emptyFullName	= "Please enter your Full Name"
	msgError_validFullName	= "Please enter a valid entry for the Full Name"
	mesgError_name_spaces="Spaces are not allowed. "+msgError_validFullName
	
//Name
	msgError_emptyName	= "Please enter your Name"
	msgError_validName	= "Please enter a valid entry for the Name"

//Address
	msgError_emptyAddress = "Please enter your Address"
	msgError_lengthOfAddress = "The length of the Address can not exceed 150 characters"
	msgError_space_Address = "Spaces are not allowed. Please enter a valid entry for the Address"
	
//City
	msgError_emptyCity="Please enter your City"
	mesgError_validCity="Please enter a valid entry for the City"
	mesgError_city_spaces="Spaces are not allowed. "+mesgError_validCity
	
//State
	msgError_emptyState="Please enter your State"
	mesgError_validState="Please enter a valid entry for the State"
	
//Country
	msgError_emptyCountry="Please select your Country"
	msgError_emptyCountry2="Please select Country"
	mesgError_validCountry="Please enter a valid entry for the Country"
	
//Postal Code
	msgError_postalCode="Please enter your Postal Code"
	mesgError_validpostalCode="Please enter a valid entry for the Postal Code"
	
//Zip Code
	msgError_ZipCode="Please enter your Zip Code"
	mesgError_validZipCode="Please enter a valid entry for the Zip Code"

// telephone no
	msgError_emptyTelephone	= "Please enter your Telephone No"
	msgError_validTelephone = "Please enter a valid entry for the Telephone No"
	mesgError_spaces_Telephone="Spaces are not allowed. "+msgError_validTelephone


// Home Telephone
	msgError_empty_HomeTelephone	= "Please enter your Home Telephone No"
	msgError_valid_HomeTelephone = "Please enter a valid entry for the Home Telephone No"
	
// Office Telephone
	msgError_empty_OfficeTelephone	= "Please enter your Office Telephone No"
	msgError_valid_OfficeTelephone = "Please enter a valid entry for the Office Telephone No"

// Mobile no
	msgError_empty_Mobile	= "Please enter your Mobile No"
	msgError_valid_Mobile = "Please enter a valid entry for the Mobile No"

//Fax no
	msgError_empty_Fax	= "Please enter your Fax No"
	msgError_validFax = "Please enter a valid entry for the Fax No"
	mesgError_fax_spaces="Spaces are not allowed. "+msgError_validFax

//URL
	msgError_empty_Url	= "Please enter your Url"
	msgError_validUrl = "Please enter a valid entry for the Web Site"
	mesgError_Url_spaces="Spaces are not allowed. "+msgError_validFax


//Email
	msgError_emptyEmail	= "Please enter your Email Address"
	msgError_validEmail	= "Please enter a valid entry for the Email Address. \nEg: abc@domainname.com"
	msgError_spaceEmail	= "Spaces are not allowed. "+msgError_validEmail


//Comments
	 msgError_emptyComment	= "Please enter your Comments"
	 msgError_lengthOfComment = "The length of your question/comments cannot exceed 500 characters"
	 msgError_validComment	= "Please enter a valid entry for your question/comments"
	 

// User Name
	msgError_emptyUserName	= "Please enter your Username"
	msgError_validUserName_registered	= "Please enter a valid entry for the Username"	
	msgError_validUserName	= "Please enter your Username using only letters, numbers and underscore(_)"	

// Password
	msgError_emptyPassword = "Please enter your Password"
	msgError_validPassword = "Spaces are not allowed. Please re-enter your Password"
	msgError_lenthPassword = "Please enter at least 6 characters for Password"
		
// Confirm  
	msgError_empty_ConfirmPassword = "Please Confirm your Password"
	msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
// Re-enter
	msgError_missmatch_NewPassword = "Your New Password entries do not match. Please re-enter your New Passwords"
	msgError_samePassword = "Your Old and New Password are same. Please re-enter your Passwords"
		
	
// Company name
	msgError_empty_CompanyName	= "Please enter your Company Name"
	mesgError_company_name_spaces="Spaces are not allowed. Please enter a valid entry for Company Name"
	msgError_validCompany	= "Please enter a valid entry for your Company Name"


//====================================================User=====================================================//

	//User login
	msgError_login_username = "Please enter your Username"
	msgError_login_password = "Please enter your Password"
	msgError_login_error = "The Username/Password you have entered is incorrect. \n Please check your Username and/or Password and try again"
	msgError_login_Inactive_User = "Sorry, your membership access temporally disabled. Please contact us"
	
	// Password
	msgError_emptyPassword = "Please enter your Password"
	msgError_NewemptyPassword = "Please enter your New Password"
	msgError_validPassword = "Spaces are not allowed. Please re-enter your Password"
	msgError_lenthPassword = "Password length should be at least 6 characters"
	
	// Old Password
	msgError_emptyPasswordOld = "Please enter your Old Password"
	msgError_validPasswordOld = "Spaces are not allowed. Please re-enter your Old Password"
	msgError_lenthPasswordOld = "Password length should be at least 6 characters."
	
	// Confirm  
	msgError_empty_ConfirmPassword = "Please enter your Confirm Password"
	msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
	// Re-enter re-enter
	msgError_missmatch_NewPassword = "Your New Password entries do not match. Please re-enter your New Passwords"
	msgError_samePassword = "Your Old and New Password are same. Please re-enter your Passwords"
	
	msgchangepasswordSucessful = "Your Password change has been successful!"
	
	//Search
	msgError_empty_cutomer_search = "Please enter Username for your Search"
	msgError_valid_cutomer_search = "Please enter valid Username for your Search"
	
//===============================================================================================================//

//===============================================================================================================//

	
	
	MsgConfirm_exists_user = "Sorry, such a user currently exists. Please try again using another Username"
	
	

	//Spam_Error
	msgError_spamMsg = "Malicious code content detected"
	
	
//==============================================================================================================//
	
// Contact person name
	msgError_empty_ConPersonName	= "Please enter your Company Contact Person"
	msgError_ConPersonName_spaces="Spaces are not allowed. Please enter a valid entry for Company Contact Person"
	msgError_validConPersonName	= "Please enter a valid entry for your Company Contact Person"
	
	
//Ceo
msgError_validCeo= "Please enter a valid entry for your CEO's Name"

// Contact no
	msgError_emptyContact	= "Please enter your Contact No"
	msgError_validContact = "Please enter a valid entry for the Contact No"
	mesgError_spaces_Contact="Spaces are not allowed. "+msgError_validContact
	
	
	msgError_validCity = "Please enter a valid entry for the City"
	msgError_emptyCity	= "Please enter City"
	
	msgError_validServicesOff = "Please enter a valid entry for the Products ServicesOffered"
	msgError_validCapacity = "Please enter a valid entry for the Monthly Capacity"
	msgError_validOwnership = "Please enter a valid entry for the Type of ownership"
	msgError_validTurnover = "Please enter a valid entry for the Annual Turnover"
	msgError_validEmp_Mgt = "Please enter a valid entry for the Number of management employees"
	msgError_validEmp_nonMgt = "Please enter a valid entry for the Number of non management employees"
	msgError_validBusinesYrs = "Please enter a valid entry for the No of years in bussiness"
	msgError_validBankers = "Please enter a valid entry for the Bankers details"
	msgError_validOffer = "Please enter a valid entry for the What Could You Offer\n Differently From Other Brandix Suppliers?"
	
	//Company Type
	msgError_validType = "Please enter a valid entry for the Type"