/*
' 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	: NTBWEB1
' File Name		: clientSidemsg.js
' Description	: 
' Created By	: Shalini
' Created Date	: 28/04/2008
' 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"
	
//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"
	
//Age
	var msgError_emptyAge = "Please enter your Age"
	var msgError_lengthOfAge = "The length of the Age cannot exceed 3 characters"
	var msgError_validAge = "Please enter a valid entry for the Age"
	
//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
	
// Contact no
	var msgError_emptyContact	= "Please enter your Contact No"
	var msgError_validContact = "Please enter a valid entry for the Contact No"
	var mesgError_spaces_Contact="Spaces are not allowed. "+msgError_validContact


// 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 msgError_emptyNIC	= "Please enter your 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_emptyOldPassword = "Please enter your old Password"
	var msgError_emptyNewPassword = "Please enter your new 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"
	
	// Organisation name
	var msgError_empty_OrgName	= "Please enter your Organisation Name"
	var mesgError_Org_name_spaces="Spaces are not allowed. Please enter a valid entry for Organisation Name"


// Possition
	var mesgError_Possition="Please enter a valid entry for Possition"

//NIC
	var msgError_validNIC="Please enter a valid entry for NIC"


//Account No
	var msgError_emptyAccno	= "Please enter your Account No"
	var mesgError_validAccno = "Please enter a valid entry for the Account No"


    //Income

	var msgError_emptyMonthly_income="Please enter your Monthly income"
	var msgError_validMonthly_income="Please enter a valid entry for the Monthly income"
	
	//Other Income
	var msgError_emptyOther_income="Please enter your Other income"
	var msgError_validOther_income="Please enter a valid entry for the Other income"




//====================================================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!"
	
	
//==================================================================================================//=======

//=========================================Contact Section=========================================

	var msgError_emptyFName = "Please enter First Name"
	var msgError_emptyLname = "Please enter Last Name"
	
	var msgError_emptyMessage = "Please enter Description"
	var msgError_emptyComment = "Please enter Comment"

	
	//search
	var msgError_emptySearch = "Please enter the word to be searched"
	var msgError_emptyDate = "Please enter valid Date"
//==================================================================================================//=======

//=========================================Loan Calculators=========================================

	var msgError_emptyPV = "Please enter Requested Amount" 
	var msgError_validPV = "Please enter valid Requested Amount"
	var msgError_validPV_amt = "Minimum Requested Amount 100,000" 

//==================================================================================================//=======

//=========================================Manager Tool=========================================

//======================================= Admin- Web editors=====================================================================

	var msgError_emptyDepartment = "Please enter Department"
	var msgError_validDepartment = "Please enter valid Department"



//======================================= Treasury Section=====================================================================

	//Publication Section

	var msgError_validFileName = "Please enter valid File Name"
	var msgError_emptyFile = "Please enter File"
	
	var msgError_validFile_pdf = "Please enter valid PDF File"
	var msgError_validFile_Htm = "Please enter valid HTM/HTML File"
	
	//Heading
	var msgError_validHeading = "Please enter valid File Heading"
	var msgError_emptyHeading = "Please enter File Heading"
	

	//file uploading
	var msgError_filePath = "File path can not be manually entered"
	var msgError_fileLenthFile_img = "Please attach a Related PDF - The file name must not exceed 150 characters"
	var 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"
	var MsgConfirm_uploadError="Upload file exceed 500kb Limit \nPlease add the product again with less than 500kb files"
	var MsgConfirm_uploadError_Audio="Upload file exceed 4MB Limit \nPlease add the product again with less than 4MB files"
	
	var msgError_emptyListId="Please enter a Listing Id"
	var msgError_emptyDescImage="Please enter a Description Image"
		
		
//======================================= FEX Rates Section=====================================================================

	var msgError_validBuying_banknotes = "Please enter valid Buying Bank Note"
	var msgError_validBuying_dd = "Please enter valid Buying D/D"
	var msgError_validBuying_tt = "Please enter valid Buying  T/T"
	var msgError_validSelling_banknotes = "Please enter valid Selling Bank Notes "
	var msgError_validAgst_lkr = "Please enter valid Middle Rate LKR"
	var msgError_validAgst_usd = "Please enter valid Middle Rate USD"
	
	var msgError_emptyDate = "Please enter Date"
	var msgError_validDate = "Please enter valid Date"
	
	var msgError_emptyFEXCountry="Please Enter Country"
	var msgError_validFEXCountry = "Please enter valid Country"
	
	var msgError_emptyFEXCurrency="Please Enter Currency"
	var msgError_validFEXCurrency = "Please enter valid Currency"
	

//======================================= Loan Calculators=====================================================================

	var msgError_emptyType = "Please enter Type"
	var msgError_emptyRate = "Please enter Rate"

	var msgError_validType = "Please enter valid Type"
	var msgError_validRate = "Please enter valid Rate"
	
	
	