<?php
/**
 * english language file for authwordpress plugin
 *
 * @author Damien Regad <dregad@mantisbt.org>
 */

$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 "
    . "<a href=\"http://www.dokuwiki.org/config:defaultgroup\">default group</a>, "
    . "in addition to the group corresponding to their Wordpress role.";
