diff options
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', |