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:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-03-23 16:18:19 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-03-23 16:18:19 +0300
commit35be80ca8876e4a07717def0d43d36eb1dd41e6f (patch)
tree4a054874211809bff9c4356f2ad99e127f99a4cf /js/messages.php
parentd86c511ed0ff8fb33073d6498581c510dd4d849b (diff)
parent8847df101a13c9dfe2ff29b5758aedde4b630dd8 (diff)
Merge branch 'QA_4_4'
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 29f2ae6ddd..a314952d37 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');