/**************************************
//	Modified By: Kurian V. T.
//	Modified On: March 25, 2004
//	Modified For: Configuration
*************************************/

/*********************************************************
// Configure Details be:
// ---------------------
//	Configure alert message details
*********************************************************/
	
//#-- Configure alert message details
	//#-- Register & login & forgotpassword & change password & change login page & Feedback & Tell a Friend 
		cMsgFirstname									= "Please enter your First Name";
		cMsgLastname									= "Please enter your Last Name";
		cMsgEmail										= "Please enter a valid Email Address.";
		cMsgAdminUsername								= "Please enter a valid User Name.";
		cMsgUsername									= "Please enter a valid User Name.  Your Username is usually your Email Address.";
		cMsgPassword									= "Please enter a Password";
		cMsgcheckchr									= "Please enter valid characters";
		cMsgOldPassword									= "Please enter your Old Password";
		cMsgNewPassword									= "Please enter your New Password";
		cMsgMinPasswordChar								= "Your Password must contain minimum of 5 characters.";
		cMsgMinOldPasswordChar							= "Your Old Password must contain a minimum of 5 characters.";
		cMsgMinNewPasswordChar							= "Your New Password must contain a minimum of 5 characters.";
		cMsgVerifyPassword								= "Password and Verify Password should match.";
		cMsgConPassword									= "Confirm Password and New password should match"; // change login page
		cMsgSecretQues									= "Please enter Answer for your security question"; // forgotpassword page
		cMsgSelSecretQues								= "Please select your Secret Question";
		cMsgSecretAns									= "Please enter your Answer";
		cMsgTermCond									= "Please accept the Terms & Conditions.";
		cMsgForgotEmail									= "Please enter your email in the format user@domain.com.";		cMsgEscape										= "Please remove special character '\\'";
		cMsgEscape										= "Please remove special character '\\' in ";
		cMsgDescription			                       	= "Your description has been truncated to the maximum [allowed] characters.";
		cMsgTruncate									= " has been truncated to the maximum [allowed] characters.";
		cMsgUrl											= "Please enter a valid "
	//#-- Profile page
		cMsgProFirstName								= "First name should not be empty";
		cMsgProLastName									= "Last name should not be empty";
		cMsgProAddress									= "Address should not be empty";
		cMsgProCity										= "City should not be empty";
		cMsgProCountry									= "Please select a country";
		cMsgProState									= "Please select a state";
		cMsgProZipCode									= "Please enter a valid Zip Code";
		cMsgProPhoneNumber								= "Please enter a valid Phone number. (Like 123-456-7890 or 123-456-7890 ext.12345)";
		cMsgPhoneNumber									= "Please enter a valid Phone number.";
		
	//#-- Album Hidden
		cMsgAlbumHiddenErr								= "Please select your access choice for your hidden album";
		
	//#-- Album Share
		cMsgAlbumShareTo								= "To Email ID should not be empty";
		cMsgAlbumShareFrom								= "Your Email ID should not be empty";
		cMsgAlbumShareToEmail							= "Please enter a valid Email ID";
		cMsgAlbumShareFromEmail							= "Please enter a valid Email ID";

		cMsgAlbumShareSubject							= "Subject should not be empty";
		
	//#-- Album & Photo page
		cMsgTitle										= "Album Title should not be empty";
		cMsgAlbumEditMessage	                       	= "Your description has been truncated to the maximum [allowed] characters.";
		cMsgSelAlbum									= "Please select your album";
		cMsgPhotoPath									= "please specify the path for photo";
		cMsgOnlyUpload									= "only .jpg files can be uploaded";
		cMsgSelPhotoUpload								= "Please select the photo(s) you want to upload";
		cMsgFileAllowed									= "File with 0 bytes are not allowed";
		cMsgPhotoUploaded								= " Photos uploaded";
		cMsgPhotoCartMsg								= "Please select your photo quantity to checkout";
		cMsgPhotoPhotoName								= "Photo Name : ";
		cMsgPhotoActualSize								= "Actual Size : ";
		cMsgPhotoRecommendSize							= "Recommended Size : ";
		cMsgPhotoResSmall								= "The resolution of this photo is too small to produce a quality print.";
		cMsgPhotoResolution								= "The resolution of this photo is satisfactory to produce a quality print.";
		cMsgPhotoResPixel								= "The resulting print may look pixellated.";
		cMsgPhotoDoPrint								= "Do you want to print the photo anyway?";
		cMsgPhotoUploadSize								= "Totally Allowed Size be [AllowedSize] MB.\r\nRemove one or More Images or\r\nUse the link given below for Drag and Drop Upload.";
		
	//#-- Additional Product
		cMsgAddProdText									= "Please enter product quantity";
		
		
	//#-- Billing and Shipping of cart details
		cMsgCartTitle                                   = "Please Enter ";
		cMsgCartMail                                   	= "Invalid Email ID";
		cMsgCarttypeTitle								= "Please Select a ";
		cMsgCartCreditNumber                            = "Please enter a valid Credit Card Number";
		cMsgCartExpiryMonth								= "Please select correct expiry date";
		
	//#-- Member edit caption for photo
		cMsgEditPhotoCaption							= "Please enter the new caption";

	//#-- Adding New Location under a Store in Admin section 
		cMsgLocationName								= "Please enter Location Name";
		cMsgAddress1									= "Please enter Address1";
		cMsgAddress2									= "Please enter Address2";
		cMsgCity										= "Please enter City";
		cMsgState										= "Please Select a State";
		cMsgCountry										= "Please Select a Country";
		cMsgZipcode										= "Please enter ZipCode";
		cMsgPhone										= "Please enter Phone";
		cMsgContact										= "Please enter Contact Name";							
		//cMsgEmail										= "Please Enter Correct Email";
		
   //#-- View Photos
   
       cMsgSelPhoto                                    	= "Please select a photo or set of photos";
	   
  //#-- Feedback
  
       cMsgFeedSubject                                	= "Please enter subject";	   
	   cMsgFeedMessage		                          	= "Your description will be truncated to the maximum of [allowed] characters, \nif it exist more than that.";
	   
  //#-- Tell a Friend
  
        cMsgFriendYourName                            	= "Please enter your name";	
		cMsgFriendPalName                         		= "Please enter your friend name";	        

  //#-- Cart order page
		cMsgCartOrderNoShip                        		= "No Shipping for the selected country";	        
  
  	//#-- Js Add new category - adm_add_category.php
		cMsgGiftCategoryName							= "Enter the New category Name";
		cMsgGiftStatus									= "Select The Status Of The Category";
		cMsgGiftUpload									= "Select An Image to Upload";
		cMsgGiftFileType								= "Select Files Of Type jpg or jpeg only";
		cMsgGiftDimension								= "Image Dimension Should be ";
		
	//#-- Js Edit New Category - adm_sub_addproduct.php
		cMsgEditFileType								= "Select Files Of Type jpg or jpeg only";
		cMsgEditDimension								= "Image Dimension Should be ";

	//#--alert for various card images
		cMsgGreetImg									=	"Greeting Card ";
		cMsgVerticalImg									=	"Vertical Logo ";
		cMsgHorizontalImg								=	"Horizontal Logo ";
		cMsgDisplay										=	"Display ";
		cImgDimension									=	"Image Should Be Of Dimension ";
		
		cMsgImgNull										=	"Please Select The ";
		cMsgChgImg										=	"Please Select An Image To Change";

	//#-- Js for new card category 	- adm_add_cardcategory.php
		cMsgCardCategoryName							= 	"Enter the New category Name";
		cMsgCardStatus									= 	"Select The Status Of The Category";
		cMsgCardImgText									= 	"Enter The Image Text";
		
		//#-- JS gift section
		cMsgValidQty									= "Please enter the valid quantity";
	
	//#-- Js Gift Config	
		cMsgGiftCards									= "Please choose any gifts from cards";
		cMsgGifts										= "Please select any one of the gifts";
	
	//#-- Js Gift Category
		cMsgGiftCategory								= "Please choose any of the category";
		cMsgCategory									= "Please choose any category in ";
		
	//#-- Js Card Category
		cMsgCardCategory								= "Please choose any of the category";
		cMsgCCategory									= "Please choose any category in ";
		
	//#-- Js Add new category - adm_add_category.php
		cMsgGiftCategoryName							= "Enter the New category Name";
		cMsgGiftStatus									= "Select The Status Of The Category";
		cMsgGiftUpload									= "Select An Image to Upload";
		cMsgGiftFileType								= "Select Files Of Type jpg or jpeg only";
		cMsgGiftDimension								= "Image Dimension Should be ";
	
	//#-- Photo card view
		cMsgPhotoCardMsg  						        = "Please enter the message for the greeting cards";
		cMsgPhotoCardMsgLength							= "Please enter the message within 150 characters";
		
	//#-- Custom card view
		cMsgCustomCardMsg 						        = "Please enter the inside message for the custom cards";
		cMsgCustomCardMsgLength							= "Please enter the inside message within 250 characters";
		cMsgCustomCardCloseText							= "Please enter the closing text";
		cMsgCustomCardCloseTextLength					= "Please enter the closing text within 50 characters";	

	//#-- Calendar
		cMsgCalendarAllPhoto							= "Please select photos for all months";
		cMsgCalendarResolution							= "Please select atleast one photo to view resolution";
		
	//#-- Photogift view - (photogift_view.php)
		cMsgPhotoGiftQty								= "Please enter quantity for atleast one product";
		cMsgPhotoGiftPhoto								= "Please select the photo for the gift";
		cMsgPhotoValid									= "Please Select any images to view image resoultion";
		
	//#-- Coupon (mem_register.php)
		cMsgCoupon										= "Please Enter The Coupon Code";
		cMsgCouponLength								= "Coupon Code Should Be of Length 10";	
		cMsgCouponValid									= "Please Enter Valide Coupon Code Format"
		
	//#--> Client Store information
		cMsgSiteLogo									= "Height & Width of the Logo Image should be Less than or equal to 100 X 300 pixels";
		cMsgSiteGiftCardogo								= "Height & Width of the Logo Image should be Greater than or equal to 500 X 500 pixels";
		
	//#-- Delete photo in view photo index page
		cMsgDeletePhoto									= "You must select at least one photo to delete";