<?PHP
	$s_plugin_tasks_title = "Tasking Plugin";
	$s_tasks_desc = "Allows for adding sub tasks for an issue to an authorized handler.";
	$s_plugin_tasks_config = "Configuration";
	$s_tasks_delete_threshold ="Treshold for deleting";
	$s_tasks_add_threshold ="Treshold for adding";
	$s_tasks_view_threshold ="Treshold for viewing";
	$s_tasks_update_threshold ="Treshold for updating";
	$s_tasks_finish_threshold ="Eligible for marking complete";
	$s_tasks_admin_threshold ="Treshold for managing";
	$s_tasks_history ="Keep history of changes";
	$s_tasks_mail ="Send email when adding task";
	$s_change_configuration ="Update Config";
	$s_tasks_enabled= 'Yes';
	$s_tasks_disabled='No';
	$s_tasks_body ="You have been given a task : ";
	$s_tasks_date ="Needs to be finished by : ";
	$s_tasks = '<b>Assigning Tasks:</b> You are a Developer and are allowed to assign tasks to other handlers.';
	$s_tasking_history = 'Tasking';

	$s_task_user = 'Task owner';
	$s_task_handler = 'Task assigned to';
	$s_task_submit = 'Add task';
	$s_task_cancel = 'Cancel Update';
	$s_task_title="Title";
	$s_task_due =" Due date";
	$s_task_desc="Description";
	$s_task_response="Comments";
	$s_task_completed="Completed";
	$s_task_actions="Actions";
	$s_task_delete = "Delete task";
	$s_task_update = "Update Comments";
	$s_task_finish = "Mark task Complete";
	$s_task_update_comments = "Please maintain you comments on the given task.";