Ignore:
Timestamp:
Nov 14, 2011, 11:17:15 PM (12 years ago)
Author:
dj3c1t
Message:

passage a Fluxbb 1.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rsr.v5.1.dev/web/punbb/lang/English/index.php

    r1 r3  
    44$lang_index = array(
    55
    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'
     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'
    2019
    2120);
Note: See TracChangeset for help on using the changeset viewer.