/*
' 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	: FCEWEB1
' File Name		: clientSidemsg.js
' Description	: 
' Created By	: Roshani de Silva
' Created Date	: 16th June 2009
' 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"
	
//First Name
	var msgError_emptyFirstName	= "Please enter your First Name"
	var msgError_validFirstName	= "Please enter a valid entry for the First Name"
	
//Last Name
	var msgError_emptyLastName	= "Please enter your Last Name"
	var msgError_validLastName	= "Please enter a valid entry for the Last Name"
	
//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
	
//Name
	var msgError_emptyName	= "Please enter your Name"
	var msgError_validName	= "Please enter a valid entry for the Name"

//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"
	
//City
	var msgError_emptyCity="Please enter your City"
	var mesgError_validCity="Please enter a valid entry for the City"
	var mesgError_city_spaces="Spaces are not allowed. "+mesgError_validCity
	
//State
	var msgError_emptyState="Please enter your State"
	var mesgError_validState="Please enter a valid entry for the State"

//State/Province
	var mesgError_validState_Province="Please enter a valid entry for the State / Province"
	
//Country
	var msgError_emptyCountry="Please select your Country"
	var msgError_emptyCountry2="Please select Country"
	var mesgError_validCountry="Please enter a valid entry for the Country"
	
//Postal Code
	var msgError_emptyPostalCode="Please enter your Postal Code"
	var mesgError_validPostalCode="Please enter a valid entry for the Postal Code"
	
//Zip Code
	var msgError_emptyZipCode="Please enter your Zip Code"
	var mesgError_validZipCode="Please enter a valid entry for the Zip Code"
	
//Zip/Postal
	var mesgError_validZip_PostalCode="Please enter a valid entry for the Zip / Postal Code"
	
// telephone no
	var msgError_emptyTelephone	= "Please enter your Telephone No"
	var msgError_validTelephone = "Please enter a valid entry for the Telephone No"
	var mesgError_spaces_Telephone="Spaces are not allowed. "+msgError_validTelephone


// Home Telephone
	var msgError_empty_HomeTelephone	= "Please enter your Home Telephone No"
	var msgError_valid_HomeTelephone = "Please enter a valid entry for the Home Telephone No"
	
// Office Telephone
	var msgError_empty_OfficeTelephone	= "Please enter your Office Telephone No"
	var msgError_valid_OfficeTelephone = "Please enter a valid entry for the Office Telephone No"

// Mobile no
	var msgError_empty_Mobile	= "Please enter your Mobile No"
	var msgError_valid_Mobile = "Please enter a valid entry for the Mobile No"

//Fax no
	var msgError_empty_Fax	= "Please enter your Fax No"
	var msgError_validFax = "Please enter a valid entry for the Fax No"
	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_validNIC = "Please enter a valid entry for the National ID No"
	
// User Name
	var msgError_emptyUserName	= "Please enter your Username"
	var msgError_validUserName_registered	= "Please enter a valid entry for the Username"	
	var msgError_validUserName	= "Please enter your Username using only letters, numbers and underscore(_)"	

// Password
	var msgError_emptyPassword = "Please enter your Password"
	var msgError_validPassword = "Spaces are not allowed. Please re-enter your Password"
	var msgError_lenthPassword = "Please enter at least 6 characters for Password"
		
// Confirm  
	var msgError_empty_ConfirmPassword = "Please Confirm your Password"
	var msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
// Re-enter
	var msgError_missmatch_NewPassword = "Your New Password entries do not match. Please re-enter your New Passwords"
	var msgError_samePassword = "Your Old and New Password are same. Please re-enter your Passwords"
		
	
// 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"

//NIC
	var msgError_validNIC="Please enter a valid entry for NIC"

//====================================================User=====================================================//

	//User login
	var msgError_login_username = "Please enter your Username"
	var msgError_login_password = "Please enter your Password"
	var msgError_login_error = "The Username/Password you have entered is incorrect. \n Please check your Username and/or Password and try again"
	var msgError_login_Inactive_User = "Sorry, your membership access temporally disabled. Please contact us"
	
	// Password
	var msgError_emptyPassword = "Please enter your Password"
	var msgError_NewemptyPassword = "Please enter your New Password"
	var msgError_validPassword = "Spaces are not allowed. Please re-enter your Password"
	var msgError_lenthPassword = "Password length should be at least 6 characters"
	
	// Old Password
	var msgError_emptyPasswordOld = "Please enter your Old Password"
	var msgError_validPasswordOld = "Spaces are not allowed. Please re-enter your Old Password"
	var msgError_lenthPasswordOld = "Password length should be at least 6 characters."
	
	// Confirm  
	var msgError_empty_ConfirmPassword = "Please enter your Confirm Password"
	var msgError_missmatchPassword = "Your Password entries do not match. Please re-enter your Passwords"
	
	// Re-enter re-enter
	var msgError_missmatch_NewPassword = "Your New Password entries do not match. Please re-enter your New Passwords"
	var msgError_samePassword = "Your Old and New Password are same. Please re-enter your Passwords"
	
	var msgchangepasswordSucessful = "Your Password change has been successful!"
	
	
//==================================================================================================//=======

//=========================================Blog Section=========================================

		var msgError_emptyFName = "Please enter First Name"
		var msgError_emptyLname = "Please enter Last Name"
		var msgError_emptyKeywords = "Please enter Keywords"
		var msgError_emptyImage = "Please enter Image"
		var msgError_emptySignature = "Please enter Signature"
		var msgError_emptyAuthor = "Please enter Author Name"
		var msgError_validAuthor = "Please enter a valid Author Name"
		
		var msgError_emptyMessage = "Please enter Description"
		var msgError_emptyComment = "Please enter Comment"
		var msgError_emptyPoem = "Please insert Poem"
		var msgError_emptyPoemTitle = "Please insert Poem Title"
		var msgError_emptyQuote = "Please enter Quote"
		var msgError_emptyAudio = "Please enter Audio"
		var msgError_emptyVideo = "Please enter Video"
		
		var msgError_spamMsg = "Some entries includes spaming data"


		var MsgConfirm_quote_Sucess = "Quote added successfully and sent for approval"
		var MsgConfirm_poem_Sucess = "Poem added successfully and sent for approval"
		var MsgConfirm_image_Sucess = "Image added successfully and sent for approval"
		var MsgConfirm_audio_Sucess = "Audio/Video added successfully and sent for approval"
		
		
		
		//search
		var msgError_emptySearch = "Please enter the word to be searched"
		var msgError_emptyDate = "Please enter valid Date"
		var msgError_validFutureDate ="Future dates not allowed"
//==================================================================================================//=======

//=========================================Manager Tool=========================================


//======================================= Publication Section=====================================================================

		//Publication Section

		var msgError_emptyTitle = "Please enter Title"
		var msgError_emptyDescription = "Please enter Description"
		var msgError_emptyIsbnno = "Please enter ISBN No"
		var msgError_emptyAuthor = "Please enter Author"
		var msgError_emptyPublicationImage = "Please enter Image"
		
		
		//Update Quantity Section
		
		var msgError_emptyLanguage = "Please enter Language"
		var msgError_emptyPrice = "Please enter Price"
		var msgError_validPrice = "Please enter valid Price"
		var msgError_emptyQuantity = "Please enter Quantity"
		var msgError_validQty = "Please enter valid Quantity"
		var msgError_emptyPostage = "Please enter Postage"
		var msgError_validPostage = "Please enter valid Postage"
		var msgError_emptyStatus = "Please enter Status"
		var msgError_emptyNewStatus = "Please enter NewStatus"
		
		
		//Peace Monitor section
		
		var msgError_emptyHeading = "Please enter Heading"
		var msgError_emptySubHeading = "Please enter Subheading"
		var msgError_emptyDate = "Please enter Date"
		var msgError_emptyPeaceMonitorfile = "Please enter Peace Monitor File"
		
		//Quiz section
		var msgError_emptyQuizName = "Please enter Quiz Name"
		
		
		
		// Add Questions for Quiz
		var msgError_emptyQuestion = "Please enter Question"
		var msgError_emptyAnswer1 = "Please enter Answer1"
		var msgError_emptyAnswerDesc1 = "Please enter Answer Description1"
		var msgError_emptyAnswer2 = "Please enter Answer2"
		var msgError_emptyAnswerDesc2 = "Please enter Answer Description2"
		var msgError_emptyAnswer3 = "Please enter Answer3"
		var msgError_emptyAnswerDesc3 = "Please enter Answer Description3"
		var msgError_emptyAnswer4 = "Please enter Answer4"
		var msgError_emptyAnswerDesc4 = "Please enter Answer Description4"
		
		
		var MsgConfirm_product_Sucess="Thank you for joining hands with Sahajeevana and contributing towards building our Wall of Peace.\nPlease note that comments submitted may not be displayed immediately,\nbut will be posted promptly following approval."
		
		var msgError_validAmount = "Please enter a valid Amount"
		
		//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"
		
