diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-04 16:49:02 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-04 16:49:02 +0000 |
| commit | 72225094f676c70401451d001c6cbb7e1f2d34d4 (patch) | |
| tree | e5403a24627a1592b4864cf70359618eb222ed69 /phpBB/language/en/lang_main.php | |
| parent | 5c0e4ca329de13a216054497619d9e5771344166 (diff) | |
| download | forums-72225094f676c70401451d001c6cbb7e1f2d34d4.tar forums-72225094f676c70401451d001c6cbb7e1f2d34d4.tar.gz forums-72225094f676c70401451d001c6cbb7e1f2d34d4.tar.bz2 forums-72225094f676c70401451d001c6cbb7e1f2d34d4.tar.xz forums-72225094f676c70401451d001c6cbb7e1f2d34d4.zip | |
Sort on cell titles, add rank
git-svn-id: file:///svn/phpbb/trunk@3589 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index cf5d33890c..a31103904c 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -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', |
