1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00
git-svn-id: file:///svn/phpbb/trunk@3475 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-02-20 17:15:35 +00:00
parent c3d87feaba
commit e0f1db2e55
11 changed files with 313 additions and 520 deletions

View File

@@ -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',