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-01-08 00:13:46 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-08 00:13:46 +0300
commit727c35a6577ed145010134fca6d1ff32ff32dd7b (patch)
tree1d07252bd456c300a604a63a514b2669e1d960d1 /js/messages.php
parent57b8e0c13825c40de111b7f3f2571f69b77ed4c1 (diff)
parent312ff22ee5202c7d15c677af62ebe86a3c2c3e5e (diff)
Merge branch 'QA_4_3'
Conflicts: js/functions.js
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 525457f77d..24ada970c9 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -529,6 +529,7 @@ $js_messages['phpErrorsBeingSubmitted'] = '<div class="error">'
$js_messages['strConsoleRequeryConfirm'] = __('Execute this query again?');
$js_messages['strConsoleDeleteBookmarkConfirm'] = __('Do you really want to delete this bookmark?');
+$js_messages['strNoLocalStorage'] = __('Your web browser does not support local storage of settings or the quota limit has been reached, some features may not work properly for you. In Safari, such problem is commonly caused by "Private Mode Browsing".');
echo "var PMA_messages = new Array();\n";
foreach ($js_messages as $name => $js_message) {