From e0f1db2e556ea7c9d30306e9cf448b3e272bc28a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 20 Feb 2003 17:15:35 +0000 Subject: playing git-svn-id: file:///svn/phpbb/trunk@3475 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'phpBB/language') 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' => '%d new messages', 'New_pm' => '%d 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' => '0 new messages', + 'Unread_pms' => '%d unread messages', + 'Unread_pm' => '%d unread message', + 'No_unread_pm' => '0 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 0 article', 'Posted_articles_total' => 'Our users have posted a total of %d articles', 'Posted_article_total' => 'Our users have posted a total of %d article', -- cgit v1.2.1