xref: /plugin/authwordpress/lang/en/lang.php (revision 16ceb6668e6a98c9825fe04483e394eecfdf6464)
1<?php
2/**
3 * English language file for authwordpress plugin
4 *
5 * @author Damien Regad <dregad@mantisbt.org>
6 */
7
8$lang['user_list_use_wordpress'] = 'This list is read-only. Please use Wordpress to manage users.';
9
10$lang['error_connect_failed'] = 'Unable to connect to the WordPress database (%s)<br>Please check your settings.';
11