Blame Identity/Models/Html/phpBB/3.0.4/language/en/memberlist.php

d6e8d8
d6e8d8
/**
d6e8d8
*
d6e8d8
* memberlist [English]
d6e8d8
*
d6e8d8
* @package language
d6e8d8
* @version $Id: memberlist.php 8574 2008-05-29 13:59:47Z Kellanved $
d6e8d8
* @copyright (c) 2005 phpBB Group
d6e8d8
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
d6e8d8
*
d6e8d8
*/
d6e8d8
d6e8d8
/**
d6e8d8
* DO NOT CHANGE
d6e8d8
*/
d6e8d8
if (!defined('IN_PHPBB'))
d6e8d8
{
d6e8d8
	exit;
d6e8d8
}
d6e8d8
d6e8d8
if (empty($lang) || !is_array($lang))
d6e8d8
{
d6e8d8
	$lang = array();
d6e8d8
}
d6e8d8
d6e8d8
// DEVELOPERS PLEASE NOTE
d6e8d8
//
d6e8d8
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
d6e8d8
//
d6e8d8
// Placeholders can now contain order information, e.g. instead of
d6e8d8
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
d6e8d8
// translators to re-order the output of data while ensuring it remains correct
d6e8d8
//
d6e8d8
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
d6e8d8
// equally where a string contains only two placeholders which are used to wrap text
d6e8d8
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
d6e8d8
d6e8d8
$lang = array_merge($lang, array(
d6e8d8
	'ABOUT_USER'			=> 'Profile',
d6e8d8
	'ACTIVE_IN_FORUM'		=> 'Most active forum',
d6e8d8
	'ACTIVE_IN_TOPIC'		=> 'Most active topic',
d6e8d8
	'ADD_FOE'				=> 'Add foe',
d6e8d8
	'ADD_FRIEND'			=> 'Add friend',
d6e8d8
	'AFTER'					=> 'After',
d6e8d8
d6e8d8
	'ALL'					=> 'All',
d6e8d8
d6e8d8
	'BEFORE'				=> 'Before',
d6e8d8
d6e8d8
	'CC_EMAIL'				=> 'Send a copy of this e-mail to yourself.',
d6e8d8
	'CONTACT_USER'			=> 'Contact',
d6e8d8
d6e8d8
	'DEST_LANG'				=> 'Language',
d6e8d8
	'DEST_LANG_EXPLAIN'		=> 'Select an appropriate language (if available) for the recipient of this message.',
d6e8d8
d6e8d8
	'EMAIL_BODY_EXPLAIN'	=> 'This message will be sent as plain text, do not include any HTML or BBCode. The return address for this message will be set to your e-mail address.',
d6e8d8
	'EMAIL_DISABLED'		=> 'Sorry but all e-mail related functions have been disabled.',
d6e8d8
	'EMAIL_SENT'			=> 'The e-mail has been sent.',
d6e8d8
	'EMAIL_TOPIC_EXPLAIN'	=> 'This message will be sent as plain text, do not include any HTML or BBCode. Please note that the topic information is already included in the message. The return address for this message will be set to your e-mail address.',
d6e8d8
	'EMPTY_ADDRESS_EMAIL'	=> 'You must provide a valid e-mail address for the recipient.',
d6e8d8
	'EMPTY_MESSAGE_EMAIL'	=> 'You must enter a message to be emailed.',
d6e8d8
	'EMPTY_MESSAGE_IM'		=> 'You must enter a message to be send.',
d6e8d8
	'EMPTY_NAME_EMAIL'		=> 'You must enter the real name of the recipient.',
d6e8d8
	'EMPTY_SUBJECT_EMAIL'	=> 'You must specify a subject for the e-mail.',
d6e8d8
	'EQUAL_TO'				=> 'Equal to',
d6e8d8
d6e8d8
	'FIND_USERNAME_EXPLAIN'	=> 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format YYYY-MM-DD, e.g. <samp>2004-02-29</samp>. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself) and click the Select Marked button to return to the previous form.',
d6e8d8
	'FLOOD_EMAIL_LIMIT'		=> 'You cannot send another e-mail at this time. Please try again later.',
d6e8d8
d6e8d8
	'GROUP_LEADER'			=> 'Group leader',
d6e8d8
d6e8d8
	'HIDE_MEMBER_SEARCH'	=> 'Hide member search',
d6e8d8
d6e8d8
	'IM_ADD_CONTACT'		=> 'Add Contact',
d6e8d8
	'IM_AIM'				=> 'Please note that you need AOL Instant Messenger installed to use this.',
d6e8d8
	'IM_AIM_EXPRESS'		=> 'AIM Express',
d6e8d8
	'IM_DOWNLOAD_APP'		=> 'Download application',
d6e8d8
	'IM_ICQ'				=> 'Please note that users may have selected to not receive unsolicited instant messages.',
d6e8d8
	'IM_JABBER'				=> 'Please note that users may have selected to not receive unsolicited instant messages.',
d6e8d8
	'IM_JABBER_SUBJECT'		=> 'This is an automated message please do not reply! Message from user %1$s at %2$s.',
d6e8d8
	'IM_MESSAGE'			=> 'Your message',
d6e8d8
	'IM_MSNM'				=> 'Please note that you need Windows Messenger installed to use this.',
d6e8d8
	'IM_MSNM_BROWSER'		=> 'Your browser does not support this.',
d6e8d8
	'IM_MSNM_CONNECT'		=> 'MSNM is not connected.\nYou have to connect to MSNM to continue.',		
d6e8d8
	'IM_NAME'				=> 'Your Name',
d6e8d8
	'IM_NO_DATA'			=> 'There is no suitable contact information for this user.',
d6e8d8
	'IM_NO_JABBER'			=> 'Sorry, direct messaging of Jabber users is not supported on this board. You will need a Jabber client installed on your system to contact the recipient above.',
d6e8d8
	'IM_RECIPIENT'			=> 'Recipient',
d6e8d8
	'IM_SEND'				=> 'Send message',
d6e8d8
	'IM_SEND_MESSAGE'		=> 'Send message',
d6e8d8
	'IM_SENT_JABBER'		=> 'Your message to %1$s has been sent successfully.',
d6e8d8
	'IM_USER'				=> 'Send an instant message',
d6e8d8
	
d6e8d8
	'LAST_ACTIVE'				=> 'Last active',
d6e8d8
	'LESS_THAN'					=> 'Less than',
d6e8d8
	'LIST_USER'					=> '1 user',
d6e8d8
	'LIST_USERS'				=> '%d users',
d6e8d8
	'LOGIN_EXPLAIN_LEADERS'		=> 'The board requires you to be registered and logged in to view the team listing.',
d6e8d8
	'LOGIN_EXPLAIN_MEMBERLIST'	=> 'The board requires you to be registered and logged in to access the memberlist.',
d6e8d8
	'LOGIN_EXPLAIN_SEARCHUSER'	=> 'The board requires you to be registered and logged in to search users.',
d6e8d8
	'LOGIN_EXPLAIN_VIEWPROFILE'	=> 'The board requires you to be registered and logged in to view profiles.',
d6e8d8
d6e8d8
	'MORE_THAN'				=> 'More than',
d6e8d8
d6e8d8
	'NO_EMAIL'				=> 'You are not permitted to send e-mail to this user.',
d6e8d8
	'NO_VIEW_USERS'			=> 'You are not authorised to view the member list or profiles.',
d6e8d8
d6e8d8
	'ORDER'					=> 'Order',
d6e8d8
	'OTHER'					=> 'Other',
d6e8d8
d6e8d8
	'POST_IP'				=> 'Posted from IP/domain',
d6e8d8
d6e8d8
	'RANK'					=> 'Rank',
d6e8d8
	'REAL_NAME'				=> 'Recipient name',
d6e8d8
	'RECIPIENT'				=> 'Recipient',
d6e8d8
	'REMOVE_FOE'			=> 'Remove foe',
d6e8d8
	'REMOVE_FRIEND'			=> 'Remove friend',
d6e8d8
d6e8d8
	'SEARCH_USER_POSTS'		=> 'Search user’s posts',
d6e8d8
	'SELECT_MARKED'			=> 'Select marked',
d6e8d8
	'SELECT_SORT_METHOD'	=> 'Select sort method',
d6e8d8
	'SEND_AIM_MESSAGE'		=> 'Send AIM message',
d6e8d8
	'SEND_ICQ_MESSAGE'		=> 'Send ICQ message',
d6e8d8
	'SEND_IM'				=> 'Instant messaging',
d6e8d8
	'SEND_JABBER_MESSAGE'	=> 'Send Jabber message',
d6e8d8
	'SEND_MESSAGE'			=> 'Message',
d6e8d8
	'SEND_MSNM_MESSAGE'		=> 'Send MSNM/WLM message',
d6e8d8
	'SEND_YIM_MESSAGE'		=> 'Send YIM message',
d6e8d8
	'SORT_EMAIL'			=> 'E-mail',
d6e8d8
	'SORT_LAST_ACTIVE'		=> 'Last active',
d6e8d8
	'SORT_POST_COUNT'		=> 'Post count',
d6e8d8
d6e8d8
	'USERNAME_BEGINS_WITH'	=> 'Username begins with',
d6e8d8
	'USER_ADMIN'			=> 'Administrate user',
d6e8d8
	'USER_BAN'				=> 'Banning',
d6e8d8
	'USER_FORUM'			=> 'User statistics',
d6e8d8
	'USER_ONLINE'			=> 'Online',
d6e8d8
	'USER_PRESENCE'			=> 'Board presence',
d6e8d8
d6e8d8
	'VIEWING_PROFILE'		=> 'Viewing profile - %s',
d6e8d8
	'VISITED'				=> 'Last visited',
d6e8d8
d6e8d8
	'WWW'					=> 'Website',
d6e8d8
));
d6e8d8
d6e8d8
?>