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-03-23 12:45:28 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-23 12:45:28 +0300
commitb48f1ea52fe11f9c6d9231ee04a3483054db941c (patch)
tree8ac50c41fe46ca11b858eec428df2b7a08c2e0d6 /js/messages.php
parent856b984aecd06d93b0196e73442c13c6bc9d8f21 (diff)
rfe #933 Manage multiple variable in bookmarked query
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 cea8ee5ca8..29f2ae6ddd 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -306,6 +306,7 @@ $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');
+$js_messages['strBookmarkVariable'] = __('Variable %d:');
/* For Central list of columns */
$js_messages['pickColumn'] = __('Pick');