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-01-22 14:34:47 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-01-22 14:34:47 +0300
commitd68dcef9ac3f60be7388fc37c4c0622d3dffe74a (patch)
tree2cbf4c65ba77e014f415cc0668dfc2f8189d6ba8 /js/messages.php
parent2afee3e557ff228204f1b70c5d02fca6bfd15461 (diff)
Better way to handle navigation filter tooltip
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/js/messages.php b/js/messages.php
index 347e309e4c..661f323521 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -137,7 +137,7 @@ $js_messages['strGiB'] = __('GiB');
$js_messages['strTiB'] = __('TiB');
$js_messages['strPiB'] = __('PiB');
$js_messages['strEiB'] = __('EiB');
-$js_messages['strTables'] = __('%d table(s)');
+$js_messages['strNTables'] = __('%d table(s)');
/* l10n: Questions is the name of a MySQL Status variable */
$js_messages['strQuestions'] = __('Questions');
@@ -476,7 +476,13 @@ $js_messages['strHidePanel'] = __('Hide Panel');
$js_messages['strUnhideNavItem'] = __('Show hidden navigation tree items.');
$js_messages['linkWithMain'] = __('Link with main panel');
$js_messages['unlinkWithMain'] = __('Unlink from main panel');
-$js_messages['strHoverFastFilter'] = __('To filter all %s on server, press Enter after a search term');
+$js_messages['strHoverDbFastFilter'] = __('To filter all databases on server, press Enter after a search term');
+$js_messages['strHoverFastFilter'] = __('To filter all %s in database, press Enter after a search term');
+$js_messages['strTables'] = __('tables');
+$js_messages['strViews'] = __('views');
+$js_messages['strProcedures'] = __('procedures');
+$js_messages['strEvents'] = __('events');
+$js_messages['strFunctions'] = __('functions');
/* microhistory */
$js_messages['strInvalidPage'] = __('The requested page was not found in the history, it may have expired.');