source: branches/rsr.v5.1/web/punbb/lang/English/delete.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 372 bytes
Line 
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.