punbb/lang/English/forum.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     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'						=>	'Topic moved',
       
     9 'Sticky'					=>	'[Sticky]',
       
    10 'Empty forum'				=>	'[ Forum is empty ]',
       
    11 'Never'						=>	'Never',
       
    12 'No topics'					=>	'No topics have been posted',
       
    13 'First topic nag'			=>	'Be the first to post a topic in this forum',
       
    14 'Table summary'				=>	'Topics in the %s forum. ',
       
    15 'Guest post disabled'		=>  'Guests may not create new topics in this forum.',
       
    16 'You posted'				=>	'You have posted in this topic',
       
    17 'You posted indicator'		=>	'&#183;&#160;',
       
    18 'Table summary mods'		=>	'Select which of the listed topics you would like to move, open, close or delete from the forum: ',
       
    19 'Permalink forum'			=>	'Permanent link to this forum.',
       
    20 'Forum login nag'			=>	'Guest posting is disabled. You must %s or %s to post a new topic.',
       
    21 'Moderate forum'			=>	'Moderate forum',
       
    22 'Mark forum read'			=>	'Mark forum as read',
       
    23 'New posts info'			=>	'Go to the first new post since your last visit.'
       
    24 
       
    25 );