diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 2df585ca03..7faa46daf3 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -218,8 +218,6 @@ $lang = array_merge($lang, array(  	'ERROR'									=> 'Error',  	'EXPAND_VIEW'						=> 'Expand view',  	'EXTENSION'							=> 'Extension', -	'EXTENSION_CONTROLLER_MISSING'		=> 'The extension <strong>%s</strong> is missing a controller class and cannot be accessed through the front-end.', -	'EXTENSION_CLASS_WRONG_TYPE'		=> 'The extension controller class <strong>%s</strong> is not an instance of the phpbb_extension_controller_interface.',  	'EXTENSION_DISABLED'				=> 'The extension <strong>%s</strong> is not enabled.',  	'EXTENSION_DISABLED_AFTER_POSTING'	=> 'The extension <strong>%s</strong> has been deactivated and can no longer be displayed.',  	'EXTENSION_DOES_NOT_EXIST'			=> 'The extension <strong>%s</strong> does not exist.', @@ -349,6 +347,7 @@ $lang = array_merge($lang, array(  	'LDAP_NO_SERVER_CONNECTION'			=> 'Could not connect to LDAP server.',  	'LDAP_SEARCH_FAILED'				=> 'An error occurred while searching the LDAP directory.',  	'LEGEND'							=> 'Legend', +	'LIVE_SEARCHES_NOT_ALLOWED'			=> 'Live searches are not allowed.',  	'LOADING'							=> 'Loading',  	'LOCATION'							=> 'Location',  	'LOCK_POST'							=> 'Lock post',  | 
