aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-09-25 16:02:26 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:17 +0200
commit0e55b2393dffa269a724f3090469dad563217dff (patch)
tree3991c8ba0779bb8e76676778ef5bc02fbf13385e /phpBB/language
parent818d98916873945d7e0e7bf2855e982496c7fe35 (diff)
downloadforums-0e55b2393dffa269a724f3090469dad563217dff.tar
forums-0e55b2393dffa269a724f3090469dad563217dff.tar.gz
forums-0e55b2393dffa269a724f3090469dad563217dff.tar.bz2
forums-0e55b2393dffa269a724f3090469dad563217dff.tar.xz
forums-0e55b2393dffa269a724f3090469dad563217dff.zip
[ticket/10270] Removed all the inline language and HTML from the JS.
PHPBB3-10270
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index e8fff96e5a..ff3d229915 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -179,10 +179,12 @@ $lang = array_merge($lang, array(
'ERR_CONNECTING_SERVER' => 'Error connecting to the server.',
'ERR_JAB_AUTH' => 'Could not authorise on Jabber server.',
'ERR_JAB_CONNECT' => 'Could not connect to Jabber server.',
+ 'ERR_PROCESSING_REQ' => 'There was an error processing your request. Please try again.',
'ERR_UNABLE_TO_LOGIN' => 'The specified username or password is incorrect.',
'ERR_UNWATCHING' => 'An error occured while trying to unsubscribe.',
'ERR_WATCHING' => 'An error occured while trying to subscribe.',
'ERR_WRONG_PATH_TO_PHPBB' => 'The phpBB path specified appears to be invalid.',
+ '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.',