xref: /plugin/authwordpress/lang/en/lang.php (revision e03e23f386418cbb2902e1f02e9535b3e029d1fe)
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_filters_unsupported'] = 'Filters are not supported.';
11$lang['error_connect_failed'] = 'Unable to connect to the WordPress database (%s)<br>Please check your settings.';
12