/*
	English language for JQuery&Javascript files
	
	lang Object{
		plguin_name: {
			string1: 'Text',
			string2: 'Text'
		}
	};
	
	
*/
var lang = new Object();

var lang = {
	lightbox:{
		close: "Close",
		closeInfo: "Close this window"	
	},
	linktoprint:{
		print: "Print"
	},	
	pager:{
		prevText: '&laquo; previous  |  ',
		nextText: '  |  next &raquo;',
		prevP: 'previous paragraph',	
		nextP: 'next paragraph',
		gotoP: 'go to paragraph'
	},
	validate: {
		name1: "Please, write your name or nick",
		name2: "Your username must consist of at least 2 characters",
		email: "Please enter a valid email address",
		url: "Please, enter a valir URL",			
		comment: "Please, write your comment"
	}	
};
