<?PHP
	$s_time_tracking = '<b>Time Tracking:</b> You are a Developer and have worked on this case? Document your work here.';
	$s_time_user = 'User';
	$s_time_expenditure_date = 'Allocation Date';
	$s_time_hours = 'Hours';
	$s_time_information = 'Information';
	$s_time_mandays = 'Mandays';
	$s_time_costs_auto = 'Costs (automatic)';
	$s_time_entry_date = 'Entry Date (automatic)';
	$s_time_submit = 'Submit';
	$s_time_sum = 'Sum';
	$s_time_tracking_delete = 'Delete Entry!';
	$s_time_value_error = 'Please enter a valid number in Field Hours/Mandays!';
	$s_time_tracking_history = 'Time allocated';
	$s_time_tracking_deleted = 'Deleted';
	$s_summary_time_tracking_link = 'Time tracking';
	$s_print_time_tracking_informer = 'User';
	$s_print_time_tracking_all_informers = 'All';
	$s_print_time_tracking_from = 'From';
	$s_print_time_tracking_to = 'To';
	$s_print_time_tracking_update = 'Update';
	$s_project = 'Project';
	$s_mytimetrack = 'My Time';
	$s_timetrack = 'Time Tracking';
	$s_recorded = 'Recorded';
	$s_time_maxrec = "Maximum records shown here is " ;
	
	$s_plugin_tt_title = "Time Tracking Plugin";
	$s_plugin_tt_config = "Configuration";
	$s_timetrack_delete_threshold ="Treshold for deleting";
	$s_timetrack_add_threshold ="Treshold for adding";
	$s_timetrack_admin_threshold ="Treshold for managing";
	$s_timetrack_maxrec ="Max records to display";
	$s_change_configuration ="Update Config";
	$s_consultant_manday_definition ="Define hours per manday";
	$s_consultant_hourly_charge = "Define costs per hour";
	$s_timetrack_history = "Keep History yes/no";
	$s_enabledtt= 'Yes';
	$s_disabledtt='No';