*/ $lang['hostname'] = "Name of the server hosting the WordPress MySQL database"; $lang['port'] = "Port number where the database server is listening"; $lang['database'] = "WordPress database name"; $lang['username'] = "Database user's name"; $lang['password'] = "Database user's password"; $lang['prefix'] = "WordPress Database Table prefix"; $lang['usedefaultgroup'] = "If checked, the logged-in user will become a member of the " . "default group, " . "in addition to the group corresponding to their Wordpress role.";