diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-30 16:50:06 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-30 16:50:06 +0000 |
| commit | 99a6e79d9b4bb54775755791c2e508150cc2cc09 (patch) | |
| tree | a357e8d2bde6a74e4d8dc3b3a7639de83f937b95 /phpBB/language/en/memberlist.php | |
| parent | eaeaf5bfb60e4751b72a41d5ee94e59981ccce9f (diff) | |
| download | forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.gz forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.bz2 forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.xz forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.zip | |
language changes by SHS` [en-GB (OED)] - our thanks to him!
git-svn-id: file:///svn/phpbb/trunk@5988 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/memberlist.php')
| -rw-r--r-- | phpBB/language/en/memberlist.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 7481c0fbf9..107bba636f 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -66,26 +66,26 @@ $lang = array_merge($lang, array( 'IM_ADD_CONTACT' => 'Add Contact', 'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.', 'IM_AIM_EXPRESS' => 'AIM Express', - 'IM_DOWNLOAD_APP' => 'Download Application', + 'IM_DOWNLOAD_APP' => 'Download application', 'IM_ICQ' => 'Please note that users may have selected to not receive unsolicited instant messages.', 'IM_JABBER' => 'Please note that users may have selected to not receive unsolicited instant messages.', 'IM_JABBER_SUBJECT' => 'This is an automated message please do not reply! Message from user %1$s at %2$s', - 'IM_MESSAGE' => 'Your Message', + 'IM_MESSAGE' => 'Your message', 'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.', 'IM_NAME' => 'Your Name', 'IM_NO_JABBER' => 'Sorry, direct messaging of Jabber users is not supported on this server. You will need a Jabber client installed on your system to contact the recipient above.', 'IM_RECIPIENT' => 'Recipient', - 'IM_SEND' => 'Send Message', - 'IM_SEND_MESSAGE' => 'Send Message', + 'IM_SEND' => 'Send message', + 'IM_SEND_MESSAGE' => 'Send message', 'IM_SENT_JABBER' => 'Your message to %1$s has been sent successfully.', - 'IM_USER' => 'Send an instant message', + 'IM_USER' => 'Send an instant message', 'JABBER' => 'Jabber', 'LAST_ACTIVE' => 'Last active', 'LESS_THAN' => 'Less than', - 'LIST_USER' => '1 User', - 'LIST_USERS' => '%d Users', + 'LIST_USER' => '1 user', + 'LIST_USERS' => '%d users', 'LOGIN_EXPLAIN_LEADERS' => 'The board administrator requires you to be registered and logged in to view the team listing.', 'LOGIN_EXPLAIN_SEARCHUSER' => 'The board administrator requires you to be registered and logged in to search users.', 'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board administrator requires you to be registered and logged in to view profiles.', @@ -101,20 +101,20 @@ $lang = array_merge($lang, array( 'POST_IP' => 'Posted from IP/domain', 'RANK' => 'Rank', - 'REAL_NAME' => 'Recipient Name', + 'REAL_NAME' => 'Recipient name', 'RECIPIENT' => 'Recipient', 'SEARCH_USER_POSTS' => 'Search users posts', - 'SELECT_MARKED' => 'Select Marked', + 'SELECT_MARKED' => 'Select marked', 'SELECT_SORT_METHOD' => 'Select sort method', - 'SEND_IM' => 'Instant Messaging', + 'SEND_IM' => 'Instant messaging', 'SEND_MESSAGE' => 'Message', 'SORT_EMAIL' => 'Email', 'SORT_LAST_ACTIVE' => 'Last active', 'SORT_POST_COUNT' => 'Post count', 'USERNAME_BEGINS_WITH' => 'Username begins with', - 'USER_ADMIN' => 'Administrate User', + 'USER_ADMIN' => 'Administrate user', 'USER_FORUM' => 'User statistics', 'USER_ONLINE' => 'Online', 'USER_PRESENCE' => 'Forum presence', |
