punbb/lang/English/forum.php
changeset 6 5e1f1e916419
parent 5 e3d7322305bf
child 7 98bbc533541c
equal deleted inserted replaced
5:e3d7322305bf 6:5e1f1e916419
     1 <?php
       
     2 
       
     3 // Language definitions used in viewforum.php
       
     4 $lang_forum = array(
       
     5 
       
     6 'Post topic'	=>	'Post new topic',
       
     7 'Views'			=>	'Views',
       
     8 'Moved'			=>	'Moved',
       
     9 'Sticky'		=>	'Sticky',
       
    10 'Empty forum'	=>	'Forum is empty.'
       
    11 
       
    12 );