summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/en/lang.php
blob: 6f8abfdb6cbf70ad9ff6faf10529f45fb4cf18e8 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 */
$lang['userexists']     = 'Sorry, a user with this login already exists.';
$lang['usernotexists']  = 'Sorry, that user doesn\'t exist.';
$lang['writefail']      = 'Unable to modify user data. Please inform the Wiki-Admin';