Allow to configure tracking table (bug #2966752).

This commit is contained in:
Michal Čihař
2010-04-02 09:38:34 +02:00
parent 2691e959c1
commit d77b51803a
2 changed files with 3 additions and 0 deletions

View File

@@ -274,6 +274,8 @@ $strSetupServers_hide_db_desc = __('Hide databases matching regular expression (
$strSetupServers_hide_db_name = __('Hide databases');
$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
$strSetupServers_history_name = __('SQL query history table');
$strSetupServers_tracking_desc = __('Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]');
$strSetupServers_tracking_name = __('SQL query tracking table');
$strSetupServers_host_desc = __('Hostname where MySQL server is running');
$strSetupServers_host_name = __('Server hostname');
$strSetupServers_LogoutURL_name = __('Logout URL');