var Text = {
	
	uri: {
		'base': '',
		'images': '/scimg',
		'css': '/css',
		'js': '/js',
		'controller': '/controller.php'
	},

	log: {
		'enter_place': 'Please, enter a place to search.',
		'place_not_found': ' not found. Try searching another place.',
		'request_failed': 'Oops... an unexpected error happened, please try again in a few seconds.',
		'unexpected_error': 'An unexpected error happened, please feel free to contact the team and say a word about it.',
		'closing_upload': 'You are about to cancel the upload of your video. Are you sure you want to proceed?',
		'select_file': 'Please, select a file to upload.'
	},
	
	data: {
		'session_id': '42e367b4814234d52c7c2b97f25e2a73',
		'gmap_key': ''
	},

	misc: {
		'loading': '0',
		'loading_map': '0',
		'more_info': '0',
		'less_info': '0',
		'browse_files': '0',
		'remove_from_queue': '0',
		'write_comment': '0',
		'write_reply': '0'
	}
	
};