diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 1c96818346..005640b7dd 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -165,6 +165,7 @@ $lang = array_merge($lang, array(  	'EMPTY_MESSAGE_SUBJECT'				=> 'You must specify a subject when composing a new message.',  	'ENABLED'							=> 'Enabled',  	'ENCLOSURE'							=> 'Enclosure', +	'ENTER_USERNAME'					=> 'Enter username',  	'ERR_CHANGING_DIRECTORY'			=> 'Unable to change directory.',  	'ERR_CONNECTING_SERVER'				=> 'Error connecting to the server.',  	'ERR_JAB_AUTH'						=> 'Could not authorise on Jabber server.', @@ -200,6 +201,7 @@ $lang = array_merge($lang, array(  	'FORUM_RULES_LINK'		=> 'Please click here to view the forum rules',  	'FROM'					=> 'from',  	'FSOCK_DISABLED'		=> 'The operation could not be completed because the <var>fsockopen</var> function has been disabled or the server being queried could not be found.', +	'FSOCK_TIMEOUT'			=> 'A timeout occurred while reading from the network stream.',  	'FTP_FSOCK_HOST'				=> 'FTP host',  	'FTP_FSOCK_HOST_EXPLAIN'		=> 'FTP server used to connect your site.',  | 
