/*
' 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	: EXLWEB1
' File Name		: clientSidemsg.js
' Description	: 
' Created By	: Roshani de silva
' Created Date	: 08/10/2007
' Modified By	: 
' Modified Date	: 
' Version		: 1.00.000
*/


//JavaScript error messages


//Common
	var msgError_LenUP	= "Please enter atleast 6 characters"
	var msgError_LenADD	= "Please enter a Maximum 200 characters"
	var msgError_Number	= "Please enter a Number"
	
//Full Name
	var msgError_emptyFullName	= "Please enter your Full Name"
	var msgError_validFullName	= "Please enter a valid entry for the Full Name"
	var mesgError_name_spaces="Spaces are not allowed. "+msgError_validFullName
	
//Address
	var msgError_emptyAddress = "Please enter your Address"
	var msgError_lengthOfAddress = "The length of the Address cannot exceed 200 characters"
	var msgError_space_Address = "Spaces are not allowed. Please enter a valid entry for the Address"
	
//Country
	var msgError_emptyCountry="Please enter your Country"
	var msgError_emptyCountry2="Please enter your Country"
	var mesgError_validCountry="Please enter a valid entry for the Country"
	
// telephone no
	var msgError_emptyTelephone	= "Please enter your Contact Number"
	var msgError_validTelephone = "Please enter a valid entry for the Contact Number"
	var mesgError_spaces_Telephone="Spaces are not allowed. "+msgError_validTelephone

// Mobile no
	var msgError_empty_Mobile	= "Please enter your Mobile Number"
	var msgError_valid_Mobile = "Please enter a valid entry for the Mobile Number"

//Fax no
	var msgError_empty_Fax	= "Please enter your Fax Number"
	var msgError_validFax = "Please enter a valid entry for the Fax Number"
	var mesgError_fax_spaces="Spaces are not allowed. "+msgError_validFax


//Email
	var msgError_emptyEmail	= "Please enter your Email Address"
	var msgError_validEmail	= "Please enter a valid entry for the Email Address. \nEg: abc@domainname.com"
	var msgError_spaceEmail	= "Spaces are not allowed. "+msgError_validEmail


//Comments
	 var msgError_emptyComment	= "Please enter your Comments"
	 var msgError_lengthOfComment = "The length of your question/comments cannot exceed 500 characters"
	var  msgError_validComment	= "Please enter a valid entry for your question/comments"
	 

//Natinality
	var mesgError_validNationality = "Please enter a valid entry for the Nationality"
	
//NIC
	var mesgError_emptyNIC = "Please enter your National ID No"
	var mesgError_validNIC = "Please enter a valid entry for the National ID No"
	
// Company name
	var msgError_empty_CompanyName	= "Please enter your Company Name"
	var mesgError_company_name_spaces="Spaces are not allowed. Please enter a valid entry for Company Name"

// Possition
	var mesgError_Possition="Please enter a valid entry for Possition"

		
		//file uploading
		msgError_filePath = "File path can not be manually entered"
		msgError_empty_CV = "Please Attach CV"
		msgError_fileLenthFile_img = "Please attach a Related Picture - The file name must not exceed 150 characters"
		msgError_validFile_img = "Please enter a valid File Type"
		//MsgConfirm_uploadError="Invalid file path / Upload file exceed 500kb Limit \nPlease add the product again with less than 500kb files"
		MsgConfirm_uploadError="Upload file exceed 500kb Limit \nPlease add the product again with less than 500kb files"
		MsgConfirm_uploadError_Audio="Upload file exceed 4MB Limit \nPlease add the product again with less than 4MB files"
		
		msgError_emptyListId="Please enter a Listing Id"
		msgError_emptyDescImage="Please enter a Description Image"
		

