// 
var Language = {};

Language.Core = {
	
		general: {
				download : { id: 0, value: 'Download Data' }
			, download_tooltip : { id: 0, value: 'Click to download the current dataset.' }
			, download_error : { id: 0, value: 'Sorry, No data to download.' }

			,	email : { id: 0, value: 'Email Data' }
			, email_tooltip : { id: 0, value: 'Click to email the current dataset to a provided address.' }
			, email_error : { id: 0, value: 'Sorry, No data to email.' }

			,	distribution : { id: 0, value: 'View Distribution Maps' }
			, distribution_tooltip : { id: 0, value: 'Click to view distribution maps of this data.' }
			, distribution_error : { id: 0, value: 'Sorry, No data to view.' }

			, error : { id: 0, value: 'Error' }
			, notice : { id: 0, value: 'Notice' }
			, load_exception: { id: 0, value: 'Load Exception E500' }
			, unload : { id: 0, value: '"SilverCollection is a web based application and does not require the use of the browser navigation. Leaving this webpage will end your SilverCollection session. Are you sure you want to exit SilverCollection?"' }
		}

	,	distribution: {
				key_title : { id: 0, value: 'Map Key' }
			, title : { id: 0, value: 'Map Distributions' }
			,	missing : { id: 0, value: 'Sorry no Lat/Long information with these specimens.' }
			,	select_map : { id: 0, value: '<div style="padding:20px">Please select a map in the map key section.</div>' }
		}
	
	,	about: {
				title : { id: 0, value: 'About Collection' }
			, close : { id: 0, value: 'Close' }
		}

	,	help: {
			title : { id: 0, value: 'Help Manual' }
		}

	,	email: {
				cancel : { id: 0, value: 'Cancel' }
			,	email : { id: 0, value: 'Email' }
			,	message : { id: 0, value: 'Message' }
			, email_status : { id: 0, value: 'Status' }
			, email_success : { id: 0, value: 'Email has been sent.' }
			, email_failure : { id: 0, value: 'Unable to send email.' }		
		}
	
	,	browse: {
				title: {id: 0, value: 'Browse Taxonomy' }
			,	tree_title : {id: 0, value: 'Taxonomy' }
			,	refresh : {id: 0, value: 'Reset Selections' }
		}

	,	search: {
				title: {id: 0, value: 'Search Collection' }
			,	reset_filters : {id: 0, value: 'Reset Filters' }
			,	filters : {id: 0, value: 'Filters' }
		}

	,	specimen: {
				title: {id: 0, value: 'Collection Record' }
			,	print: {id: 0, value: 'Printable Format' }			
			,	generalTitle: {id: 0, value: 'General Info' }
			, SpecimenSheetTitle: {id: 0, value: 'Specimen Sheet' }
			, Coordinates: {id: 0, value: 'Coordinate Map' }
			, USDA: {id: 0, value: 'USDA Plants' }
			, FNA: {id: 0, value: 'Flora of North America' }
			, Climate: {id: 0, value: 'IWMI Climate Summary' }
			, Annotation: {id: 0, value: 'Annotations / Comments'}
			,	loading: {id: 0, value: 'Loading specimen information...'}
			,	view_specimen: {id: 0, value: 'View Specimen Image'}
		}

	, grid_specimens: {
				CatalogNumber: { id: 0, value: 'Catalog #' }
			,	Family: { id: 0, value: 'Family' }
			,	Genus: { id: 0, value: 'Genus' }
			,	Epithet: { id: 0, value: 'Species' }
			
			,	StateProvince: { id: 0, value: 'State' }
			,	County: { id: 0, value: 'Parish/County' }
			,	Locality: { id: 0, value: 'Locality' }

			, pb_emptyMsg: { id: 0, value: 'No Specimens to Display' }
			, pb_displayMsg: { id: 0, value: 'Displaying Specimens {0} - {1} of {2}' }
			
			, error_collection_num: { id: 0, value: 'This record is missing a Collection Number.' }
			, emptyText: { id: 0, value: '<div style="text-align:center; padding:20px">No Specimens to Display</div>' }
			, grouping_plural: { id: 0, value: 'Specimens' }
			, grouping_singular: { id: 0, value: 'Specimen' }

		}

	, checklist: {
				title: {id: 0, value: 'Checklist' }
			,	tab_title: {id: 0, value: 'Combined Checklist' }
			,	tree_title: {id: 0, value: 'Locations' }
			,	filter_title: {id: 0, value: 'Filters' }
			,	reset_loc: {id: 0, value: 'Reset Locations' }
			,	pb_emptyMsg: { id: 0, value: 'No Species to Display' }
			, pb_displayMsg: { id: 0, value: 'Displaying Species {0} - {1} of {2}' }
			
			, emptyText: { id: 0, value: '<div style="text-align:center; padding:20px">No Species to Display</div>' }		
		}

	, annotation: {
				title: {id: 0, value: 'Annotation Form' }
			,	send: {id: 0, value: 'Send Annotation' }
			,	cancel: {id: 0, value: 'Cancel' }
			,	status: {id: 0, value: 'Status' }			
			, sent: {id: 0, value: 'Annotation has been sent.' }
			, error: {id: 0, value: 'Unable to send annotation.' }
			, name: {id: 0, value: 'Name' }
			, email: {id: 0, value: 'Email' }
			, message: {id: 0, value: 'Message' }			
		}

	, images: {
				title: {id: 0, value: 'Images' }
			,	filter_title: {id: 0, value: 'Filter Images' }
			,	char_title: {id: 0, value: 'Filter Characters' }
			,	search: {id: 0, value: 'Search: ' }
			,	cooliris: {id: 0, value: 'Cooliris Viewer'}
		}
};