<?PHP
	$s_plugin_query_name 			= "Query Plugin";
	$s_plugin_query_description 	= "Predefine queries to be mailed to various people";
	$s_plugin_query_manage 			= "Maintain Queries";
	$s_plugin_query_config 			= "Configuration";
	$s_query_manage_threshold 		= "Treshold for managing";
	$s_change_configuration 		= "Update Config";
	$s_plugin_query_body 			= "Body";
	$s_plugin_query_date 			= "Date";
	$s_query_download_location 		= "Location where files are downloaded on server (including trailing slash)";
	$s_query_enabled				= 'Yes';
	$s_query_disabled				= 'No';
	$s_query_delete_file			= 'Delete file after mailing';
	$s_manage_schedule				= 'Maintain Schedules';
	$s_query_title					= 'Name';
	$s_query_desc					= 'Description';
	$s_query_type					= 'Type';
	$s_add_query					= 'Add definition';
	$s_query_act					= 'Actions';
	$s_query_edit					= 'Edit';
	$s_query_delete					= 'Delete';
	$s_query_execute				= 'Run';
	$s_query_update_comments		= 'Update Query';
	$s_query_script					= 'Script to execute';
	$s_query_tables					= 'Tables to use for query';
	$s_query_joins					= 'Join definition for tables';
	$s_query_filters				= 'Filter definition for query';
	$s_query_order					= 'Order definition for output of query';
	$s_query_group					= 'Group definition for output of query';		
	$s_query_fields					= 'Fields definition for output of query';
	$s_query_sql					= 'Resulting SQL Statement';
	$s_schedule_desc				= 'Schedule description';
	$s_schedule_target				= 'Recipients (separated by comma)';
	$s_schedule_filter				= 'Additional filter';
	$s_query_title2					= 'Query Name';	
	$s_schedule_update_comments		= 'Update Schedule';	
	$s_query_from_address			= 'From Address';
	$s_schedule_frequency			= 'Freq';
	
	$MANTIS_ERROR[ERROR_DELETE_QUERY] = 'Query is scheduled, cannot be deleted.';  
	$MANTIS_ERROR[ERROR_QUERY_EMPTY_TITLE] = 'Query must have a name.';  
	$MANTIS_ERROR[ERROR_QUERY_EMPTY_DESC] = 'Query must have a proper description.';  
	$MANTIS_ERROR[ERROR_SCHEDULE_EMPTY_TITLE] = 'Schedule must have a name.';  
	$MANTIS_ERROR[ERROR_SCHEDULE_EMPTY_TARGET] = 'Schedule must have recipient(s).';  
	$MANTIS_ERROR[ERROR_SCHEDULE_EMPTY_QUERY] = 'Schedule must have a query connected.';  
