/* 
'-----------------------------------------------------------------------
'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: CCCWEB1
'File Name: properties.php
'Description: Configuration file for Affno Shopping Cart Module
'Created By: Roshani de Silva
'Created Date: 01-March-2005
'Modified By: 
'Modified Date: 
'Version: 1.00.000

'Copyright© 2003 Affno (Pvt) Ltd. All rights reserved.
'-----------------------------------------------------------------------
 */
 
//JavaScript error messages
//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"
	
//Company Name
	msgError_emptyCompany = "Please enter your Company Name"
	msgError_validCompany = "Please enter a valid entry for the Company Name"
	msgError_spaceCompany = "Spaces are not allowed. "+msgError_validCompany
	
//Contact Person 
	msgError_emptyContactPerson = "Please enter the Contact Person"
	msgError_validContactPerson = "Please enter a valid entry for the Contact Person"
	msgError_spaceContactPerson = "Spaces are not allowed. "+msgError_validContactPerson
	
//Designation
	msgError_emptyDesignation = "Please enter your Designation"
	msgError_validDesignation = "Please enter a valid entry for the Designation"
	msgError_spaceDesignation = "Spaces are not allowed. "+msgError_validDesignation
	
//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_emptyEmail

//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_emptyTelephone
	
//Fax
	msgError_validFax = "Please enter a valid entry for the Fax Number"
	
//upload file 
	msgError_emptyFile = "Please attach a Related Document"
	msgError_fileLenthFile = "Please attach a Related Document - The file name must not exceed 150 characters"
	msgError_validFile = "Please upload a valid File"
	msgError_spaceFile = "Spaces are not allowed. "+msgError_emptyFile
	msgError_filesize = "Please attach a Related Document - the file size of attachments should be less than 350 KB."
	
//Date
	date_valid_day = "The Date format should be: dd/mm/yyyy, please enter a valid Day"
	date_valid_month = "The Date format should be: dd/mm/yyyy, please enter a valid Month"
	date_valid_year = "The Date format should be: dd/mm/yyyy, please enter a valid Year"
	date_valid_fullDate = "The Date format should be: dd/mm/yyyy, please enter a valid Date"
	date_inval_fullDate = "Please enter a valid Date"
	date_emp_fullDate = "The Date format should be: dd/mm/yyyy, please enter a valid Date"
	
//Add news 
	//Heading
	msgError_emptyHeading = "Please enter the News Heading"
	//msgError_validHeading = "Please enter a valid entry for the News Heading"
	msgError_spaceHeading = "Spaces are not allowed. "+msgError_emptyHeading
	
	//Description
	msgError_emptyDescription = "Please enter News Description 01"
	//msgError_validDescription = "Please enter a valid entry for the News Description 01"
	msgError_spaceDescription = "Spaces are not allowed. "+msgError_emptyDescription
	msgError_lengthOfDescription = "The length of News Description 01 cannot exceed 1000 characters"
	
	msgError_lengthOfDescription02 = "The length of News Description 02 cannot exceed 1000 characters"
	msgError_lengthOfDescription03 = "The length of News Description 03 cannot exceed 1000 characters"
	msgError_lengthOfDescription04 = "The length of News Description 04 cannot exceed 1000 characters"	
	msgError_lengthOfDescription05 = "The length of News Description 05 cannot exceed 1000 characters"
	
	//Delete confirm msg
	msgError_confirmDelete = "Are you sure you want to delete this Record?"
	
	msgError_existsNews = "The News Article exists in the Database"
		
//Members	
	//Search members
	msgError_emptyKeyWord = "Please enter the Member Name of the Member you wish to search for" 
	msgError_validKeyWord = "Please enter a valid Member Name of the Member you wish to search for"
	msgError_spaceKeyWord = "Spaces are not allowed. "+msgError_emptyKeyWord
	
	msgError_existsMember = "The Member Name exists in the Database"

	//User Name
	msgError_emptyUserName = "Please enter your User Name"
	msgError_validUserName = "Please enter a valid entry for the User Name"
	msgError_spaceUserName = "Spaces are not allowed. "+msgError_emptyUserName
	
	//Password
	msgError_emptyPassword = "Please enter your Password"
	msgError_validPassword = "Please enter a valid entry for the Password"
	msgError_spacePassword = "Spaces are not allowed. "+msgError_emptyPassword
	msgError_lengthOfPassword = "Please enter at least 6 characters for Password."
	
	//Confirm Password
	msgError_emptyConfirmPassword = "Please enter the Confirm Password"
	msgError_validConfirmPassword = "Please enter a valid entry for Confirm Password"
	msgError_spaceConfirmPassword = "Spaces are not allowed. "+msgError_emptyConfirmPassword
	msgError_lengthOfConfirmPassword = "Please enter at least 6 characters for Confirm Password."
	
	msgError_matchPassword = "Your Password entries do not match. Please re-enter your Passwords."
	
	msgError_validEmail2 = "Please enter a valid entry for Email Address 02 \nEg: abc@domainname.com"
	
	msgError_validEmail3 = "Please enter a valid entry for Email Address 03 \nEg: abc@domainname.com"
	
	//industry
	msgError_emptyIndustry = "Please select or specify your Industry"
	
	//Business Nature
	msgError_emptyBusiness = "Please select your Business Nature"
	
	//Country
	msgError_selectCountry = "Please select your Country"
		
	//Account Status Reason
	msgError_emptyReason = "Please enter the Account Status Reason"
	msgError_validReason = "Please enter a valid entry for the Account Status Reason"
	msgError_spaceReason = "Spaces are not allowed. "+msgError_validReason
	msgError_lengthOfReason = "The length of the Account Status Reason cannot exceed 1000 characters"
	
	//Delete confirm msg
	msgError_confirmDeleteMember = "Are you sure you want to delete this Member?"
	
//Exchang Rate
	//Country
	msgError_emptyCountry = "Please enter the Country"
	msgError_validCountry = "Please enter a valid entry for the Country"
	msgError_spaceCountry = "Spaces are not allowed. "+msgError_emptyCountry
	
	//Country Code
	msgError_validCountryCode = "Please enter a valid entry for the Country Code"
	
	//Currency
	msgError_validCurrency = "Please enter a valid entry for the Currency"
	
	//Currency Code
	msgError_validCurrencyCode = "Please enter a valid entry for the Currency Code"
	
	//Exchange Rate
	msgError_emptyExRate = "Please enter the Exchange Rate"
	msgError_validExRate = "Please enter a valid entry for the Exchange Rate"
	msgError_spaceExRate = "Spaces are not allowed. "+msgError_emptyExRate
	
	//exists country
	msgError_existsEXRate = "The Country or Currency Code exists in the Database"

//Auction Rate
	//Heading
	msgError_emptyAucHeading = "Please enter the Auction Heading"
	msgError_spaceAucHeading = "Spaces are not allowed. "+msgError_emptyAucHeading
	
	//Description
	msgError_emptyAucDescription = "Please enter the Description"
	msgError_spaceAucDescription = "Spaces are not allowed. "+msgError_emptyAucDescription
	msgError_lengthOfAucDescription = "The length of the Description cannot exceed 1000 characters"
	
	//exists Auction Rate
	msgError_existsAucRate = "The Auction Rate exists in the Database"
	
//Economic information
	//Heading
	msgError_emptyEcoHeading = "Please enter the Economic Information Heading"
	msgError_spaceEcoHeading = "Spaces are not allowed. "+msgError_emptyEcoHeading
	
	//Description
	msgError_emptyEcoDescription = "Please enter the Description"
	msgError_spaceEcoDescription = "Spaces are not allowed. "+msgError_emptyEcoDescription
	msgError_lengthOfEcoDescription = "The length of the Description cannot exceed 1000 characters"
	
	//Comments
	msgError_emptyComments = "Please enter your Comments"
	msgError_spaceComments = "Spaces are not allowed. "+msgError_emptyComments
	msgError_lengthOfComments = "The length of your Comments cannot exceed 1000 characters"
	
	//exists Economic information
	msgError_existsEcoRate = "The Economic Information exists in the Database"
	
//Circular Publishing
	//Heading
	msgError_emptyCircularHeading = "Please enter the Heading of the Circular"
	msgError_spaceCircularHeading = "Spaces are not allowed. "+msgError_emptyCircularHeading
	
	//Description
	msgError_emptyCircularDescription = "Please enter the Description"
	msgError_spaceCircularDescription = "Spaces are not allowed. "+msgError_emptyCircularDescription
	msgError_lengthOfCircularDescription = "The length of the Description cannot exceed 1000 characters"
	
	//exists Circular
	msgError_existsCircularRate = "The Circular Information exists in the Database"

	
//Site
	//circular search criteria
	msgError_emptyFromDay 	= "Please enter the From Day"
	msgError_emptyToDay 	= "Please enter the To Day"
	msgError_emptyFromMonth = "Please enter the From Month"
	msgError_emptyToMonth 	= "Please enter the To Month"
	msgError_invalidFromDay = "Please enter a valid From Day"
	msgError_invalidToDay 	= "Please enter a valid To Day"
	

//Trade showcase	
	//Telephone 2
	msgError_validTelephone1 = "Please enter a valid entry for Telephone Number 02"
	msgError_validTelephone2 = "Please enter a valid entry for Telephone Number 03"

	
	//Fax 2
	msgError_validFax1 = "Please enter a valid entry for Fax Number 02"

	//Email
	msgError_validEmail1 = "Please enter a valid entry for the Email Address \nEg: abc@domainname.com"
	
	//Category
	msgError_emptyCategory = "Please select or specify your Trade Category"
	
	//Bank
	msgError_emptyBank = "Please select or specify your Bank(s)"
	
	//Products
	msgError_emptyProducts = "Please enter your Products"
	msgError_validProducts = "Please enter a valid entry for the Products"
	msgError_spaceProducts = "Spaces are not allowed. "+msgError_validProducts
	msgError_lengthOfProducts ="The length of the Products cannot exceed 8000 characters"
	
	//Products Details
	msgError_lengthOfProductsDetails ="The length of the Product's Details cannot exceed 8000 characters"
	
	msgError_existsTradeshowcase = "The Trade Company exists in the Database"
	
	// key word search
	//User Name
	msgError_emptySearch = "Please enter a valid entry for the Search"
	msgError_spaceSearch = "Spaces are not allowed. Please re-enter a valid entry for the Search"

