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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-02-26 14:05:10 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-26 14:05:10 +0300
commitf014821409e7bdf1e2059430c1424161e3fc84b1 (patch)
tree53ce8f7042ea019b3cb1bd95283bad8f84dd412d /js/messages.php
parente506afc3b0e5d3903092ea4bac4b9e57a24ed90d (diff)
Alternative implementation for rfe #1602
Signed-off-by: Madhura Jayaratne <madhura.cj@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 42df7d42d6..e9cb414317 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -305,6 +305,7 @@ $js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strEdit'] = __('Edit');
$js_messages['strNotValidRowNumber'] = __('%d is not valid row number.');
$js_messages['strBrowseForeignValues'] = __('Browse foreign values');
+$js_messages['strNoAutoSavedQuery'] = __('No auto saved query');
/* For Central list of columns */
$js_messages['pickColumn'] = __('Pick');