<?php

// Language definitions used in delete.php
$lang_delete = array(

'Delete post'			=>	'Delete post',
'Warning'				=>	'You are about to permanently delete this post.',
'Topic warning'			=>	'Warning! This is the first post in the topic, the whole topic will be permanently deleted.',
'Delete info'			=>	'The post you have chosen to delete is set out below for you to review before proceeding.',
'Reply by'				=>	'Reply by %s - %s',
'Topic by'				=>	'Topic started by %s - %s',
'Delete'				=>	'Delete', // The submit button
'Post del redirect'		=>	'Post deleted. Redirecting …',
'Topic del redirect'	=>	'Topic deleted. Redirecting …'

);