aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/app.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-18 15:51:32 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-18 15:51:32 -0500
commit2f50d656481dca3c2aa28cd5035ce0d44e5c4977 (patch)
treee755a81e5fbb8fff9ddab2d2f2de82f0c9fa9eff /phpBB/language/en/app.php
parent60c0a1dd2ac2c733a670093ad440e3ba6be3be4d (diff)
downloadforums-2f50d656481dca3c2aa28cd5035ce0d44e5c4977.tar
forums-2f50d656481dca3c2aa28cd5035ce0d44e5c4977.tar.gz
forums-2f50d656481dca3c2aa28cd5035ce0d44e5c4977.tar.bz2
forums-2f50d656481dca3c2aa28cd5035ce0d44e5c4977.tar.xz
forums-2f50d656481dca3c2aa28cd5035ce0d44e5c4977.zip
[feature/controller] Remove unused language strings
PHPBB3-10864
Diffstat (limited to 'phpBB/language/en/app.php')
-rw-r--r--phpBB/language/en/app.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/language/en/app.php b/phpBB/language/en/app.php
index 2d67246369..cb56015c30 100644
--- a/phpBB/language/en/app.php
+++ b/phpBB/language/en/app.php
@@ -46,10 +46,4 @@ $lang = array_merge($lang, array(
'CONTROLLER_SERVICE_NOT_GIVEN' => 'The controller "<strong>%s</strong>" must have a service specified in ./config/routing.yml.',
'CONTROLLER_SERVICE_UNDEFINED' => 'The service for controller "<strong>%s</strong>" is not defined in ./config/services.yml.',
'CONTROLLER_RETURN_TYPE_INVALID' => 'The controller object <strong>%s</strong> must return a Symfony\Component\HttpFoundation\Response object.',
-
- // Core error controller messages
- 'PAGE_NOT_FOUND_ERROR' => 'The page you have requested does not exist.',
- 'NOT_AUTHORISED_ERROR' => 'You do not have permission to access this page.',
- 'NOT_AUTHENTICATED_ERROR' => 'You must log in to access this page.',
- 'INTERNAL_SERVER_ERROR_ERROR' => 'An unknown error occured.',
));