Rev | Line | |
---|
[1] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in index.php |
---|
| 4 | $lang_index = array( |
---|
| 5 | |
---|
| 6 | 'Topics' => 'Topics', |
---|
| 7 | 'Moderators' => 'Moderators', |
---|
| 8 | 'Link to' => 'Link to', // As in "Link to http://www.punbb.org/" |
---|
| 9 | 'Empty board' => 'Board is empty.', |
---|
| 10 | 'Newest user' => 'Newest registered user', |
---|
| 11 | 'Users online' => 'Registered users online', |
---|
| 12 | 'Guests online' => 'Guests online', |
---|
| 13 | 'No of users' => 'Total number of registered users', |
---|
| 14 | 'No of topics' => 'Total number of topics', |
---|
| 15 | 'No of posts' => 'Total number of posts', |
---|
| 16 | 'Online' => 'Online', // As in "Online: User A, User B etc." |
---|
| 17 | 'Board info' => 'Board information', |
---|
| 18 | 'Board stats' => 'Board statistics', |
---|
| 19 | 'User info' => 'User information' |
---|
| 20 | |
---|
| 21 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.