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

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

passage en v5.1.1

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