source:
trunk/web/punbb/lang/English/delete.php
@
1
Last change on this file since 1 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 372 bytes |
Rev | Line | |
---|---|---|
[1] | 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. Redirection ...', | |
10 | 'Topic del redirect' => 'Topic deleted. Redirection ...' | |
11 | ||
12 | ); |
Note: See TracBrowser
for help on using the repository browser.