Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Language definitions used in delete.php |
---|
4 | $lang_delete = array( |
---|
5 | |
---|
6 | 'Delete post' => 'Delete post', |
---|
7 | 'Warning' => 'You are about to permanently delete this post.', |
---|
8 | 'Topic warning' => 'Warning! This is the first post in the topic, the whole topic will be permanently deleted.', |
---|
9 | 'Delete info' => 'The post you have chosen to delete is set out below for you to review before proceeding.', |
---|
10 | 'Reply by' => 'Reply by %s - %s', |
---|
11 | 'Topic by' => 'Topic started by %s - %s', |
---|
12 | 'Delete' => 'Delete', // The submit button |
---|
13 | 'Post del redirect' => 'Post deleted. Redirecting âŠ', |
---|
14 | 'Topic del redirect' => 'Topic deleted. Redirecting âŠ' |
---|
15 | |
---|
16 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.