/* 
'-----------------------------------------------------------------------
'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: Data Capture

'Module Name: OSCWEB1
'File Name: clientSideMsg.js
'Description: Error messages
'Created By: Punya Bogodapola
'Created Date: 18-July-2005
'Modified By: 
'Modified Date: 
'Version: 1.00.000

'Copyright© 2003 Affno (Pvt) Ltd. All rights reserved.
'-----------------------------------------------------------------------
 */
 
//JavaScript error messages
//Name
//Name
msgError_emptyName= "Please enter your Name"
msgError_validName= "Please enter a valid entry for the Name"
msgError_spaceName= "Spaces are not allowed. "+msgError_validName

//Designation

msgError_validDesignation = "Please enter a valid entry for the Designation"

//Telephone
msgError_emptyTelephone= "Please enter your Telephone Number"
msgError_validTelephone= "Please enter a valid entry for the Telephone Number"
msgError_spaceTelephone= "Spaces are not allowed. "+msgError_validTelephone

//Mobile
msgError_validMobile = "Please enter a valid entry for the Mobile Number"
//Fax
msgError_validFax = "Please enter a valid entry for the Fax Number"
	
//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



//Email2

msgError_validEmail2= "Please enter a valid entry for the skype Id"

//Email2

msgError_validEmail3= "Please enter a valid entry for the hotmail Id"

//address
msgError_emptyAddress = "Please enter your Address"
msgError_validAddress = "Please enter a valid entry for the Address"
msgError_spaceAddress = "Spaces are not allowed. "+msgError_validAddress
msgError_lengthOfAddress ="The length of the Address cannot exceed 150 characters"

//Comments
msgError_emptyComments	= "Please enter your Comments"
msgError_validComments	= "Please enter a valid entry for the Comments"
msgError_spaceComments	= "Spaces are not allowed. "+msgError_validComments
msgError_lengthOfComments ="The length of the Comments cannot exceed 2000 characters"

//Registration form
//family name
msgError_emptyFamilyName = "Please enter your Family Name"
msgError_validFamilyName = "Please enter a valid entry for the Name"
msgError_spaceFamilyName = "Spaces are not allowed. "+msgError_validFamilyName

//first name
msgError_emptyFirstName = "Please enter your First Name(s)"
msgError_validFirstName = "Please enter a valid entry for the First Name(s)"
msgError_spaceFirstName = "Spaces are not allowed. "+msgError_validFirstName

//Full name
//msgError_emptyFullName = "Please enter your Full Name on Enrollment"
msgError_validFullName = "Please enter a valid entry for the Full Name on Enrollment"
//msgError_spaceFullName = "Spaces are not allowed. "+msgError_validFullName

//Sex
msgError_emptySex = "Please select your sex"

msgError_emptyChildName = "Please enter your Child's Name"
msgError_validChildName = "Please enter a valid entry for the Child's Name"
msgError_spaceChildName = "Spaces are not allowed. "+msgError_validChildName

//Positions
msgError_emptyPositions = "Please enter Positions held at OSC"
msgError_validPositions = "Please enter a valid entry for the Positions held at OSC"
msgError_spacePositions = "Spaces are not allowed. "+msgError_validPositions


//Parents name 1
msgError_emptyParentName = "Please enter your Parent's Name"
msgError_validParentName = "Please enter a valid entry for the Parent's Name"
msgError_spaceParentName = "Spaces are not allowed. "+msgError_validParentName

//Nationality
msgError_emptyNationality = "Please enter your Nationality"
msgError_validNationality = "Please enter a valid entry for the Nationality"
msgError_spaceNationality = "Spaces are not allowed. "+msgError_validNationality

//Arrival Year
msgError_emptyArrivalYear = "Please enter your Arrival Year"
msgError_validArrivalYear = "Please enter a valid entry for the Arrival Year"
msgError_spaceArrivalYear = "Spaces are not allowed. "+msgError_validArrivalYear

//Arrival Grade
msgError_emptyArrivalGrade = "Please enter your Arrival Grade"
msgError_validArrivalGrade = "Please enter value for Arrival Grade ranging between 1-12"
msgError_spaceArrivalGrade = "Spaces are not allowed. "+msgError_validArrivalGrade


//Leaving Year
msgError_emptyLeavingYear = "Please enter your Leaving Year"
msgError_validLeavingYear = "Please enter a valid entry for the Leaving Year"
msgError_spaceLeavingYear = "Spaces are not allowed. "+msgError_validLeavingYear

//Leaving Grade
msgError_emptyLeavingGrade = "Please enter your Leaving Grade"
msgError_validLeavingGrade = "Please enter value for Leaving Grade ranging between 1-12"
msgError_spaceLeavingGrade = "Spaces are not allowed. "+msgError_validLeavingGrade

//Graduated
msgError_emptyGraduated = "Please select whether you graduated(Yes/No)"


//Graduated Year
msgError_emptyGraduatedYear = "Please enter your Graduated Year"
msgError_validGraduatedYear = "Please enter a valid entry for the Graduated Year"
msgError_spaceGraduatedYear = "Spaces are not allowed. "+msgError_validGraduatedYear

// year compare
msgError_validArrivalLeavingYear = "Please ensure Year of arrival and Year of leaving are correct"

//Grade compare
msgError_validArrivalLeavingGrade = "Please ensure Grade at arrival and Grade at leaving are correct"


// year compare
msgError_validLeavingGraduatedYear = "Please ensure Year of graduation and Group are correct"
										
msgError_emptyUsername 	= "Please enter your Username"
msgError_validUsername 	= "Please enter your Username using only letters, numbers and underscore(_)"
msgError_lengthUsername = "Please enter at least 6 characters for the Username"


//Password
msgError_emptyPassword 	= "Please enter your Password"
msgError_validPassword 	= "Please do not enter spaces for your Password"
msgError_lengthPassword = "Please enter at least 6 characters for the Password"


//password Compare
msgError_emptyPassword2 	=	"Please confirm your Password"
passwordCompare				=	"Confirmation password is different from the original. \nPlease check and re-enter your Password"

//Occupation
msgError_validOccupation	= "Please enter a valid entry for the Occupation"



//Empty record
msgError_emptyRecord 		= "Please complete the entire record"
msgError_empty5Record		= "Please fill atleast one record"

///////////Country Repreantative

//Name
msgError_emptyCountryRepName= "Please enter Country Representative's Name"


//Telephone
msgError_emptyCountryRepTelephone= "Please enter Country Representative's Telephone Number"

	
//Email
msgError_emptyCountryRepEmail= "Please enter Country Representative's Email Address"


//address
msgError_emptyCountryRepAddress = "Please enter Country Representative's Address"
