aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-05-20 21:35:51 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-05-20 21:35:51 +0300
commita9c9448ebbaaeef9c120bdf2eaf7360380eabe03 (patch)
treeda5f794ee332317897e8dc19ee6cd5922fb0a125 /phpBB/language
parent778658f7876db462fdc37fdfa91c02ad0c4baea1 (diff)
downloadforums-a9c9448ebbaaeef9c120bdf2eaf7360380eabe03.tar
forums-a9c9448ebbaaeef9c120bdf2eaf7360380eabe03.tar.gz
forums-a9c9448ebbaaeef9c120bdf2eaf7360380eabe03.tar.bz2
forums-a9c9448ebbaaeef9c120bdf2eaf7360380eabe03.tar.xz
forums-a9c9448ebbaaeef9c120bdf2eaf7360380eabe03.zip
[ticket/11279] Clearer AJAX errors
Display clearer AJAX errors rather than generic error PHPBB3-11279
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 47a77d1dee..6e1782d551 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -70,6 +70,9 @@ $lang = array_merge($lang, array(
'AIM' => 'AIM',
'AJAX_ERROR_TITLE' => 'AJAX error',
'AJAX_ERROR_TEXT' => 'Something went wrong when processing your request.',
+ 'AJAX_ERROR_TEXT_ABORT' => 'User aborted request.',
+ 'AJAX_ERROR_TEXT_TIMEOUT' => 'Your request timed out; please try again.',
+ 'AJAX_ERROR_TEXT_PARSERERROR' => 'Something went wrong with the request and the server returned an invalid reply.',
'ALLOWED' => 'Allowed',
'ALL_FILES' => 'All files',
'ALL_FORUMS' => 'All forums',