punbb/lang/English/delete.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in delete.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_delete = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
'Delete post'			=>	'Delete post',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'Warning'				=>	'Warning! If this is the first post in the topic, the whole topic will be deleted.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'Delete'				=>	'Delete',	// The submit button
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Post del redirect'		=>	'Post deleted. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Topic del redirect'	=>	'Topic deleted. Redirecting &hellip;'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
);