diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-05-04 13:38:06 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-05-04 13:38:06 +0300 |
| commit | e6b312221c1feebcc42da0a6be8a29beca4222c8 (patch) | |
| tree | 164e179d73cc5ef7c3106b443463be66d2b360bf /phpBB/language/en/common.php | |
| parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
| download | forums-e6b312221c1feebcc42da0a6be8a29beca4222c8.tar forums-e6b312221c1feebcc42da0a6be8a29beca4222c8.tar.gz forums-e6b312221c1feebcc42da0a6be8a29beca4222c8.tar.bz2 forums-e6b312221c1feebcc42da0a6be8a29beca4222c8.tar.xz forums-e6b312221c1feebcc42da0a6be8a29beca4222c8.zip | |
[ticket/12455] Remove unused language strings from common.php and app.php
Removed the following unused language strings from common.php:
EXTENSION_CONTROLLER_MISSING
EXTENSION_CLASS_WRONG_TYPE
Removed the following unused language strings from app.php:
CONTROLLER_NOT_FOUND
CONTROLLER_SERVICE_NOT_GIVEN
CONTROLLER_RETURN_TYPE_INVALID
PHPBB3-12455
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index e31164dfc8..aac4f2516e 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.', |
