forum_punbb_1_0_php8/lang/en/en_delete.php

13 lines
372 B
PHP

<?php
// Language definitions used in delete.php
$lang_delete = array(
'Delete post' => 'Delete post',
'Warning' => 'Warning! If this is the first post in the topic, the whole topic will be deleted.',
'Delete' => 'Delete', // The submit button
'Post del redirect' => 'Post deleted. Redirecting ...',
'Topic del redirect' => 'Topic deleted. Redirecting ...'
);