mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Sort on cell titles, add rank
git-svn-id: file:///svn/phpbb/trunk@3589 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -94,10 +94,11 @@ $lang = array_merge($lang, array(
|
||||
'VIEW_LATEST_POST' => 'View latest post',
|
||||
'VIEW_NEWEST_POST' => 'View newest post',
|
||||
'PAGE_OF' => 'Page <b>%1$d</b> of <b>%2$d</b>',
|
||||
'ICQ' => 'ICQ Number',
|
||||
'AIM' => 'AIM Address',
|
||||
'MSNM' => 'MSN Messenger',
|
||||
'YIM' => 'Yahoo Messenger',
|
||||
'ICQ' => 'ICQ Number',
|
||||
'AIM' => 'AIM Address',
|
||||
'MSNM' => 'MSN Messenger',
|
||||
'YIM' => 'Yahoo Messenger',
|
||||
'RANK' => 'Rank',
|
||||
'FORUM_INDEX' => 'Board Index',
|
||||
|
||||
|
||||
@@ -493,11 +494,9 @@ $lang = array_merge($lang, array(
|
||||
'CONTACT' => 'Contact',
|
||||
'EMAIL_ADDRESS' => 'Email address',
|
||||
'SEND_PRIVATE_MESSAGE' => 'Send private message',
|
||||
'Hidden_email' => '[ Hidden ]',
|
||||
'Search_user_posts' => 'Find all posts by %s',
|
||||
'Interests' => 'Interests',
|
||||
'Occupation' => 'Occupation',
|
||||
'Poster_rank' => 'Poster rank',
|
||||
'Total_posts' => 'Total posts',
|
||||
'User_post_pct_stats' => '%.2f%% of total',
|
||||
'User_post_day_stats' => '%.2f posts per day',
|
||||
|
Reference in New Issue
Block a user