1
0
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:
Paul S. Owen
2003-03-04 16:49:02 +00:00
parent 5c0e4ca329
commit 72225094f6
4 changed files with 98 additions and 58 deletions

View File

@@ -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',