1<?php
2/**
3 * english language file for authwordpress plugin
4 *
5 * @author Damien Regad <dregad@mantisbt.org>
6 */
7
8$lang['hostname'] = "Name of the server hosting the WordPress MySQL database";
9$lang['port']     = "Port number where the database server is listening";
10$lang['database'] = "WordPress database name";
11$lang['username'] = "Database user's name";
12$lang['password'] = "Database user's password";
13$lang['prefix']   = "WordPress Database Table prefix";
14$lang['usedefaultgroup'] = "If checked, the logged-in user will become a member of the "
15    . "<a href=\"http://www.dokuwiki.org/config:defaultgroup\">default group</a>, "
16    . "in addition to the group corresponding to their Wordpress role.";
17