var phrases = {
	/*'hash-key': 'translated word'*/
	'less': 'less',
	'more': 'more',
	'next': 'next',
	'previous': 'previous',
	'close': 'close', 
	'cancel':'cancel',
	
	/*Comments*/
	'Please fill out ALL fields.': 'Please fill out ALL fields.',
	'Your full name.': 'Your full name.',
	'No HTML please.': 'No HTML please.',
	'Successfully Submitted!': 'Successfully Submitted!',
	'Flag this comment':'Flag this comment',
	'commentbodylimit':'You have crossed the given character limit',
	
	/*Actions Module*/
	'copy': 'copy',
	'print article': 'print',
	
	/*Event Tabs*/
	'Upcoming Events': 'Upcoming',
	'Past Events': 'Past',
	
	/*Feeds*/
	'views': 'views',
	'comments': 'comments',
	'Watch video': 'Watch video',
	'Go to event': 'Go to event',
	'View gallery': 'View gallery',
	'Read article': 'Read article',
	'by': 'by', /*Used in article summary for displaying the author*/
	
	/*Gallery*/
	'Image': 'Image',
	'of': 'of', /*for listing things like '1 of 12'*/
	
	/*Video*/
	'Watch in high quality': 'Watch in high quality',
	'Watch in standard quality': 'Watch in standard quality',
	 'filldetails': 'Please fill out ALL fields.',
	 
	 /*RSVP*/
	'validemail': 'Please enter a valid E-mail Id.',
	'validfirstname':'Please enter a valid First Name.',
	'validlastname':'Please enter a valid Last Name.',
	'entereventname' : 'Please enter Event Name.',
	 
	/*	Contact Us*/
	'filldetails': 'Please fill out ALL fields.',
	'validphone': 'Please Enter Valid Phone Number',
	'invalidcaptcha':'Please Enter Valid Captcha',
	'pleaseenter':'Please Enter'
}