punbb/lang/English/index.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in index.php
       
     4 $lang_index = array(
       
     5 
       
     6 'Moderated by'			=>  'Moderated by %s',
       
     7 'Link to'				=>	'Link to %s',	// As in "Link to http://www.punbb.org/"
       
     8 'Empty board'			=>	'Board is empty',
       
     9 'Newest user'			=>	'Newest registered user',
       
    10 'No of users'			=>	'Total number of registered users',
       
    11 'No of topics'			=>	'Total number of topics',
       
    12 'No of posts'			=>	'Total number of posts',
       
    13 'Online'				=>	'<strong>Online</strong> ( Guests: <strong>%s</strong> | Registered users: <strong>%s</strong> )',	// As in "Online: User A, User B etc."
       
    14 'Guests online'			=>	'Guests',
       
    15 'Users online'			=>	'Registered users',
       
    16 'Statistics'			=>	'Forum statistics',
       
    17 'Forum information'		=>	'Forum information',
       
    18 'Table summary'			=>	'Listing of forums in the category %s.',
       
    19 'External forum'		=>	'Forum located on an external site.',
       
    20 'Forum has new'			=>	'Forum containing new posts since your last visit.',
       
    21 
       
    22 );