diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/cli.php | 3 | ||||
| -rw-r--r-- | phpBB/language/en/common.php | 4 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php index eb0f5bb357..0e7dc39b95 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -73,6 +73,9 @@ $lang = array_merge($lang, array(  	'CLI_EXTENSION_PURGE_FAILURE'		=> 'Could not purge extension %s',  	'CLI_EXTENSION_PURGE_SUCCESS'		=> 'Successfully purged extension %s',  	'CLI_EXTENSION_NOT_FOUND'			=> 'No extensions were found.', +	'CLI_EXTENSIONS_AVAILABLE'			=> 'Available', +	'CLI_EXTENSIONS_DISABLED'			=> 'Disabled', +	'CLI_EXTENSIONS_ENABLED'			=> 'Enabled',  	'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS'	=> 'Successfully recalculated all email hashes.',  )); diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index a58aec43cd..783faa8fad 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -167,6 +167,7 @@ $lang = array_merge($lang, array(  	'CONFIRM_CODE_EXPLAIN'	=> 'Enter the code exactly as it appears. All letters are case insensitive.',  	'CONFIRM_CODE_WRONG'	=> 'The confirmation code you entered was incorrect.',  	'CONFIRM_OPERATION'		=> 'Are you sure you wish to carry out this operation?', +	'CONFIRM_AVATAR_DELETE' => 'Are you sure you wish to delete this avatar?',  	'CONGRATULATIONS'		=> 'Congratulations to',  	'CONNECTION_FAILED'		=> 'Connection failed.',  	'CONNECTION_SUCCESS'	=> 'Connection was successful!', @@ -191,8 +192,6 @@ $lang = array_merge($lang, array(  	'DISPLAY_MESSAGES'		=> 'Display messages from previous',  	'DISPLAY_POSTS'			=> 'Display posts from previous',  	'DISPLAY_TOPICS'		=> 'Display topics from previous', -	'DOWNLOAD_ALL'			=> 'Download all', -	'DOWNLOAD_ALL_ATTACHMENTS'	=> 'Download all attachments',  	'DOWNLOADED'			=> 'Downloaded',  	'DOWNLOADING_FILE'		=> 'Downloading file',  	'DOWNLOAD_COUNTS'		=> array( @@ -483,7 +482,6 @@ $lang = array_merge($lang, array(  	'NO_AUTH_ADMIN_USER_DIFFER'	=> 'You are not able to re-authenticate as a different user.',  	'NO_AUTH_OPERATION'			=> 'You do not have the necessary permissions to complete this operation.',  	'NO_AVATARS'				=> 'No avatars currently available', -	'NO_AVATAR_SELECTED'		=> 'You have not selected any avatar.',  	'NO_CONNECT_TO_SMTP_HOST'	=> 'Could not connect to smtp host : %1$s : %2$s',  	'NO_BIRTHDAYS'				=> 'No birthdays today',  	'NO_EMAIL_MESSAGE'			=> 'Email message was blank.', | 
