source: branches/rsr.v5.1.1/web/punbb/lang/English/index.php @ 4

Last change on this file since 4 was 4, checked in by dj3c1t, 12 years ago

passage en v5.1.1

File size: 658 bytes
Line 
1<?php
2
3// Language definitions used in index.php
4$lang_index = array(
5
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'
19
20);
Note: See TracBrowser for help on using the repository browser.