Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushagra Pandey <kushagra4296@gmail.com>2015-03-23 15:44:07 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-03-23 16:12:23 +0300
commit8847df101a13c9dfe2ff29b5758aedde4b630dd8 (patch)
treeeaa7443dbbb431b9415435f3e68ac52a6dfb4d40 /js/messages.php
parent5f2d1f2f3639b7bd2e33495e547e4766c0e612f5 (diff)
Handling failed AJAX requests
Signed-off-by: Kushagra Pandey <kushagra4296@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index cea8ee5ca8..05b9ee4ae4 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -258,6 +258,7 @@ $js_messages['strCancel'] = __('Cancel');
$js_messages['strLoading'] = __('Loading…');
$js_messages['strAbortedRequest'] = __('Request Aborted!!');
$js_messages['strProcessingRequest'] = __('Processing Request');
+$js_messages['strRequestFailed'] = __('Request Failed!!');
$js_messages['strErrorProcessingRequest'] = __('Error in Processing Request');
$js_messages['strErrorCode'] = __('Error code: %s');
$js_messages['strErrorText'] = __('Error text: %s');