diff --git a/server_privileges.php b/server_privileges.php index 09104e15b..1e6aa5a9a 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -509,6 +509,8 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE) // g l o b a l o r d b - s p e c i f i c // + $privTable_names = array(0 => __('Data'), 1 => __('Structure'), 2 => __('Administration')); + // d a t a $privTable[0] = array( array('Select', 'SELECT', __('Allows reading data.')), @@ -582,59 +584,29 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE) . $GLOBALS['url_query'] . '" onclick="setCheckboxes(\'addUsersForm_' . $random_n . '\', false); return false;">' . __('Uncheck All') . ')' . "\n" . ' ' . "\n" - . '
' . __(' Note: MySQL privilege names are expressed in English ') . '
' . "\n" - . ' ' . "\n" - . ' ' . "\n" - . ' ' . "\n"; // The "Resource limits" box is not displayed for db-specific privs if ($db == '*') { echo '