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:
authorMarc Delisle <marc@infomarc.info>2015-06-18 18:49:36 +0300
committerMarc Delisle <marc@infomarc.info>2015-06-18 18:49:36 +0300
commit72833685b7291bc178ffec5397ae627dbabcd2dd (patch)
treecd5e8885bb4847bfb9039492faec4160cc7abadc /js/messages.php
parent8636f7ef29be60bd0149db30a769041d5f68f6fe (diff)
parentd608832a9dd539f7c78d28e5f7c6dd8f55510c91 (diff)
Merge pull request #1741 from nisargjhaveri/debug_console
Group/Ungroup queries in console SQL debug
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 a8617d75c9..dea5190b6a 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -593,6 +593,7 @@ $js_messages['strConsoleDebugSummary'] = __('%s queries executed %s times in %s
$js_messages['strConsoleDebugArgsSummary'] = __('%s argument(s) passed');
$js_messages['strConsoleDebugShowArgs'] = __('Show arguments');
$js_messages['strConsoleDebugHideArgs'] = __('Hide arguments');
+$js_messages['strConsoleDebugTimeTaken'] = __('Time taken:');
$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";