diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 15 | 
1 files changed, 5 insertions, 10 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 896d2ef811..eba423deff 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -319,7 +319,6 @@ $lang = array_merge($lang, array(  	'HOME'							=> 'Home',  	'ICQ'						=> 'ICQ', -	'ICQ_STATUS'				=> 'ICQ status',  	'IF'						=> 'If',  	'IMAGE'						=> 'Image',  	'IMAGE_FILETYPE_INVALID'	=> 'Image file type %d for mimetype %s not supported.', @@ -394,6 +393,10 @@ $lang = array_merge($lang, array(  	'MERGE_TOPIC'			=> 'Merge topic',  	'MESSAGE'				=> 'Message',  	'MESSAGES'				=> 'Messages', +	'MESSAGES_COUNT'		=> array( +		1	=> '%d message', +		2	=> '%d messages', +	),  	'MESSAGE_BODY'			=> 'Message body',  	'MINUTES'				=> 'Minutes',  	'MODERATE'				=> 'Moderate', @@ -401,7 +404,6 @@ $lang = array_merge($lang, array(  	'MODERATORS'			=> 'Moderators',  	'MONTH'					=> 'Month',  	'MOVE'					=> 'Move', -	'MSNM'					=> 'WLM',  	'NA'						=> 'N/A',  	'NEWEST_USER'				=> 'Our newest member <strong>%s</strong>', @@ -683,15 +685,12 @@ $lang = array_merge($lang, array(  	'TOO_LONG_AIM'					=> 'The screenname you entered is too long.',  	'TOO_LONG_CONFIRM_CODE'			=> 'The confirm code you entered is too long.',  	'TOO_LONG_DATEFORMAT'			=> 'The date format you entered is too long.', -	'TOO_LONG_ICQ'					=> 'The ICQ number you entered is too long.',  	'TOO_LONG_JABBER'				=> 'The Jabber account name you entered is too long.', -	'TOO_LONG_MSN'					=> 'The WLM name you entered is too long.',  	'TOO_LONG_NEW_PASSWORD'			=> 'The password you entered is too long.',  	'TOO_LONG_PASSWORD_CONFIRM'		=> 'The password confirmation you entered is too long.',  	'TOO_LONG_USER_PASSWORD'		=> 'The password you entered is too long.',  	'TOO_LONG_USERNAME'				=> 'The username you entered is too long.',  	'TOO_LONG_EMAIL'				=> 'The email address you entered is too long.', -	'TOO_LONG_WEBSITE'				=> 'The website address you entered is too long.',  	'TOO_LONG_YIM'					=> 'The Yahoo! Messenger name you entered is too long.',  	'TOO_MANY_VOTE_OPTIONS'			=> 'You have tried to vote for too many options.', @@ -701,15 +700,12 @@ $lang = array_merge($lang, array(  	'TOO_SHORT_AIM'					=> 'The screenname you entered is too short.',  	'TOO_SHORT_CONFIRM_CODE'		=> 'The confirm code you entered is too short.',  	'TOO_SHORT_DATEFORMAT'			=> 'The date format you entered is too short.', -	'TOO_SHORT_ICQ'					=> 'The ICQ number you entered is too short.',  	'TOO_SHORT_JABBER'				=> 'The Jabber account name you entered is too short.', -	'TOO_SHORT_MSN'					=> 'The WLM name you entered is too short.',  	'TOO_SHORT_NEW_PASSWORD'		=> 'The password you entered is too short.',  	'TOO_SHORT_PASSWORD_CONFIRM'	=> 'The password confirmation you entered is too short.',  	'TOO_SHORT_USER_PASSWORD'		=> 'The password you entered is too short.',  	'TOO_SHORT_USERNAME'			=> 'The username you entered is too short.',  	'TOO_SHORT_EMAIL'				=> 'The email address you entered is too short.', -	'TOO_SHORT_WEBSITE'				=> 'The website address you entered is too short.',  	'TOO_SHORT_YIM'					=> 'The Yahoo! Messenger name you entered is too short.',  	'TOO_SMALL'						=> 'The value you entered is too small.', @@ -823,13 +819,12 @@ $lang = array_merge($lang, array(  	'WEBSITE'			=> 'Website',  	'WHOIS'				=> 'Whois',  	'WHO_IS_ONLINE'		=> 'Who is online', +	'WLM'				=> 'WLM',  	'WRONG_PASSWORD'	=> 'You entered an incorrect password.',  	'WRONG_DATA_COLOUR'			=> 'The colour value you entered is invalid.', -	'WRONG_DATA_ICQ'			=> 'The number you entered is not a valid ICQ number.',  	'WRONG_DATA_JABBER'			=> 'The name you entered is not a valid Jabber account name.',  	'WRONG_DATA_LANG'			=> 'The language you specified is not valid.', -	'WRONG_DATA_WEBSITE'		=> 'The website address has to be a valid URL, including the protocol. For example http://www.example.com/.',  	'WROTE'						=> 'wrote',  	'YEAR'				=> 'Year',  | 
