(function($) {
	
	// static constructs
	$.youplanet = $.youplanet || {};
	
	$.youplanet.lang = {
		photos: {
			selectPhoto: 'Please select a photo',
			askDeletePhoto: 'Are you sure you want to delete the selected photo(s)?',
			cantDeletePhoto: 'The photo could not be deleted. Please try again later.'
		},
		main: {
			yes: 'Yes',
			no: 'No',
			askDelete: 'Are you sure?',
			deletedNews: 'News was removed',
			deletedItem: 'Item was removed',
			pleaseFollow: 'Please follow the links',
			save: 'Save'
		}
	};		
}) (jQuery);

