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