
(function(){
var i = window.i18n;
i.validationErr = 'You have not entered all required values correctly.';
i.common = {text:{
	ok:'Ok',cancel:'Cancel',
	yes:'Yes',no:'No',buy:'Buy',
	rent:'Rent', purchase:'Purchase',
	genre:'Genre', loading:'Loading...'
}};
i.purchase = {
	pubwait:'This item has not yet been relased and cannot be purchased yet.',nodistr:'Sorry, we are not permitted to sell this item to your country.'
};
i.global = {
	readmore:'Read more',readless:'Hide',
	showall:'Show all', areyousure:'Are you sure?',
	rent:'Rent',free:'Free',watchfree:'Watch for free',
	error:{},
	watchlist:{
		title:'My Watchlist', clearall:'Remove all',
		added:'{0} is now in your Watchlist.', removed:'{0} is now removed from your Watchlist.', 
		cleared:'Your watchlist have been cleared.', showing: 'Showing {0} of {1}'
	},
	pager:{
		prev:'&laquo;', next:'&raquo;'
	},
	login:{
		required:'Please login in order to perform this action.'
	}
};
i.global.error.email = {'badformat': 'Invalid email address.'};
i.gallery = {label:{picture:'Picture',of:'of'}};

i.global.fblogin = {requiresession:{
	timeout:'Facebook timeout while logging in. Please try again.',
	ssltimeout:'Facebook timeout while while logging in. You are currently browsing a secure page, sometimes this is a problem for Facebook. Please navigate to Headwebs front page and try there!'
}};
})();