Topic: File 016 - delete

<?php

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

'Delete post'            =>    'Delete post',
'Delete topic'            =>    'Delete topic',
'Delete post label'        =>    'Delete post by %1$s posted %2$s',
'Delete topic label'    =>    'Delete topic by %1$s (including replies) created %2$s',
'Delete topic info'        =>    'Created by %1$s %2$s.',
'Topic byline'            =>    '<span>Topic by </span>%s',
'Reply byline'            =>    '<span>Reply by </span>%s',
'Delete post info'        =>    'Post by %1$s %2$s',
'Topic'                    =>    'Topic',
'Forum'                    =>    'Forum',
'Topic title'            =>    'Topic: %s',
'Reply title'            =>    'Reply to: %s',
'Please confirm'        =>    'Please confirm:',
'Post del redirect'        =>    'Post deleted. Redirecting…',
'Topic del redirect'    =>    'Topic deleted. Redirecting…',

);