diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-20 17:15:35 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-20 17:15:35 +0000 |
| commit | e0f1db2e556ea7c9d30306e9cf448b3e272bc28a (patch) | |
| tree | 30207307d0f4e7bf69da3724dbe8329eab26bfa8 /phpBB/language | |
| parent | c3d87feaba631ac1349fc1332ad55bcb26bd4053 (diff) | |
| download | forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.gz forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.bz2 forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.xz forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.zip | |
playing
git-svn-id: file:///svn/phpbb/trunk@3475 89ea8834-ac86-4346-8a33-228a782c2dd0
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', |
