punbb/lang/English/forum.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population

<?php

// Language definitions used in viewforum.php
$lang_forum = array(

'Post topic'	=>	'Post new topic',
'Views'			=>	'Views',
'Moved'			=>	'Moved',
'Sticky'		=>	'Sticky',
'Empty forum'	=>	'Forum is empty.'

);