diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-10 15:31:35 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-10 15:31:35 +0000 |
commit | c1a738ce5f35e9752fecd24e06b943c3d538f0c0 (patch) | |
tree | a1c9501ef23bd00edc516e11a0a8f443aaaf6ec3 /phpBB/language/en/memberlist.php | |
parent | f2aea5a725bcfce01f6ff7cbc65b256d17886cfc (diff) | |
download | forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.gz forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.bz2 forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.xz forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.zip |
punctuation changes in language files
git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/memberlist.php')
-rw-r--r-- | phpBB/language/en/memberlist.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 5a1e232472..11977a1d5c 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -42,7 +42,7 @@ $lang = array_merge($lang, array( 'BEFORE' => 'Before', - 'CC_EMAIL' => 'Send a copy of this e-mail to yourself', + 'CC_EMAIL' => 'Send a copy of this e-mail to yourself.', 'CONTACT_USER' => 'Contact', 'DEST_LANG' => 'Language', @@ -71,7 +71,7 @@ $lang = array_merge($lang, array( '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_JABBER_SUBJECT' => 'This is an automated message please do not reply! Message from user %1$s at %2$s.', 'IM_MESSAGE' => 'Your message', 'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.', 'IM_MSNM_BROWSER' => 'Your browser does not support this.', @@ -88,10 +88,10 @@ $lang = array_merge($lang, array( 'LESS_THAN' => 'Less than', '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_MEMBERLIST' => 'The board administrator requires you to be registered and logged in to access the memberlist.', - '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.', + 'LOGIN_EXPLAIN_LEADERS' => 'The board requires you to be registered and logged in to view the team listing.', + 'LOGIN_EXPLAIN_MEMBERLIST' => 'The board requires you to be registered and logged in to access the memberlist.', + 'LOGIN_EXPLAIN_SEARCHUSER' => 'The board requires you to be registered and logged in to search users.', + 'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board requires you to be registered and logged in to view profiles.', 'MORE_THAN' => 'More than', |