diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index e84ea199a6..e153b549d5 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -129,27 +129,29 @@ $lang = array_merge($lang, array( 'SEARCH_SELF' => 'View your posts', 'SEARCH_UNANSWERED' => 'View unanswered posts', 'REGISTER' => 'Register', - 'PROFILE' => 'Control Panel', + 'PROFILE' => 'User Control Panel', 'Edit_profile' => 'Edit your profile', 'SEARCH' => 'Search', 'MEMBERLIST' => 'Members', 'FAQ' => 'FAQ', 'BBCode_guide' => 'BBCode Guide', 'USERS' => 'Users', - 'USERGROUPS' => 'Usergroups', + 'USERGROUPS' => 'Groups', 'LAST_POST' => 'Last Post', 'MODERATOR' => 'Moderator', 'MODERATORS' => 'Moderators', 'VIEW_MODERATORS' => 'List forum moderators', + 'New_pms' => '<b>%d</b> new messages', 'New_pm' => '<b>%d</b> new message', - 'No_new_pm' => 'No new messages', - 'Unread_pms' => 'You have %d unread messages', - 'Unread_pm' => 'You have %d unread message', - 'No_unread_pm' => 'You have no unread messages', + 'No_new_pm' => '<b>0</b> new messages', + 'Unread_pms' => '<b>%d</b> unread messages', + 'Unread_pm' => '<b>%d</b> unread message', + 'No_unread_pm' => '<b>0</b> unread messages', 'You_new_pm' => 'A new private message is waiting for you in your Inbox', 'You_new_pms' => 'New private messages are waiting for you in your Inbox', 'You_no_new_pm' => 'No new private messages are waiting for you', + 'Posted_articles_zero_total' => 'Our users have posted a total of <b>0</b> article', 'Posted_articles_total' => 'Our users have posted a total of <b>%d</b> articles', 'Posted_article_total' => 'Our users have posted a total of <b>%d</b> article', |
