punbb/lang/English/delete.php
changeset 6 5e1f1e916419
parent 5 e3d7322305bf
child 7 98bbc533541c
equal deleted inserted replaced
5:e3d7322305bf 6:5e1f1e916419
     1 <?php
       
     2 
       
     3 // Language definitions used in delete.php
       
     4 $lang_delete = array(
       
     5 
       
     6 'Delete post'			=>	'Delete post',
       
     7 'Warning'				=>	'Warning! If this is the first post in the topic, the whole topic will be deleted.',
       
     8 'Delete'				=>	'Delete',	// The submit button
       
     9 'Post del redirect'		=>	'Post deleted. Redirecting &hellip;',
       
    10 'Topic del redirect'	=>	'Topic deleted. Redirecting &hellip;'
       
    11 
       
    12 );